class Aws::Api::Customizer
def reshape(shape_name, modifications)
def reshape(shape_name, modifications) shape = @client_class.api.definition['shapes'][shape_name] shape = deep_merge(shape, modifications) @client_class.api.definition['shapes'][shape_name] = shape end