lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.56.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.57.0
- old
+ new
@@ -5487,10 +5487,11 @@
# })
#
# @example Response structure
#
# resp.user_defined_function.function_name #=> String
+ # resp.user_defined_function.database_name #=> String
# resp.user_defined_function.class_name #=> String
# resp.user_defined_function.owner_name #=> String
# resp.user_defined_function.owner_type #=> String, one of "USER", "ROLE", "GROUP"
# resp.user_defined_function.create_time #=> Time
# resp.user_defined_function.resource_uris #=> Array
@@ -5511,11 +5512,13 @@
# @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 [String] :database_name
- # The name of the catalog database where the functions are located.
+ # The name of the catalog database where the functions are located. If
+ # none is provided, functions from all the databases across the catalog
+ # will be returned.
#
# @option params [required, String] :pattern
# An optional function-name pattern string that filters the function
# definitions returned.
#
@@ -5544,10 +5547,11 @@
#
# @example Response structure
#
# resp.user_defined_functions #=> Array
# resp.user_defined_functions[0].function_name #=> String
+ # resp.user_defined_functions[0].database_name #=> String
# resp.user_defined_functions[0].class_name #=> String
# resp.user_defined_functions[0].owner_name #=> String
# resp.user_defined_functions[0].owner_type #=> String, one of "USER", "ROLE", "GROUP"
# resp.user_defined_functions[0].create_time #=> Time
# resp.user_defined_functions[0].resource_uris #=> Array
@@ -8151,10 +8155,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-glue'
- context[:gem_version] = '1.56.0'
+ context[:gem_version] = '1.57.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated