lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.51.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.52.0

- old
+ new

@@ -5510,11 +5510,11 @@ # # @option params [String] :catalog_id # The ID of the Data Catalog where the functions to be retrieved are # located. If none is provided, the AWS account ID is used by default. # - # @option params [required, String] :database_name + # @option params [String] :database_name # The name of the catalog database where the functions are located. # # @option params [required, String] :pattern # An optional function-name pattern string that filters the function # definitions returned. @@ -5534,11 +5534,11 @@ # # @example Request syntax with placeholder values # # resp = client.get_user_defined_functions({ # catalog_id: "CatalogIdString", - # database_name: "NameString", # required + # database_name: "NameString", # pattern: "NameString", # required # next_token: "Token", # max_results: 1, # }) # @@ -8125,10 +8125,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-glue' - context[:gem_version] = '1.51.0' + context[:gem_version] = '1.52.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated