lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.113.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.114.0
- old
+ new
@@ -2433,10 +2433,13 @@
# provided, the Amazon Web Services account ID is used by default.
#
# @option params [required, Types::DatabaseInput] :database_input
# The metadata for the database.
#
+ # @option params [Hash<String,String>] :tags
+ # The tags you assign to the database.
+ #
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
# @example Request syntax with placeholder values
#
# resp = client.create_database({
@@ -2459,10 +2462,13 @@
# target_database: {
# catalog_id: "CatalogIdString",
# database_name: "NameString",
# },
# },
+ # tags: {
+ # "TagKey" => "TagValue",
+ # },
# })
#
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateDatabase AWS API Documentation
#
# @overload create_database(params = {})
@@ -5939,15 +5945,15 @@
# @option params [required, String] :name
# The name of the connection definition to retrieve.
#
# @option params [Boolean] :hide_password
# Allows you to retrieve the connection metadata without returning the
- # password. For instance, the AWS Glue console uses this flag to
- # retrieve the connection, and does not display the password. Set this
- # parameter when the caller might not have permission to use the KMS key
- # to decrypt the password, but it does have permission to access the
- # rest of the connection properties.
+ # password. For instance, the Glue console uses this flag to retrieve
+ # the connection, and does not display the password. Set this parameter
+ # when the caller might not have permission to use the KMS key to
+ # decrypt the password, but it does have permission to access the rest
+ # of the connection properties.
#
# @return [Types::GetConnectionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::GetConnectionResponse#connection #connection} => Types::Connection
#
@@ -5994,15 +6000,15 @@
# @option params [Types::GetConnectionsFilter] :filter
# A filter that controls which connections are returned.
#
# @option params [Boolean] :hide_password
# Allows you to retrieve the connection metadata without returning the
- # password. For instance, the AWS Glue console uses this flag to
- # retrieve the connection, and does not display the password. Set this
- # parameter when the caller might not have permission to use the KMS key
- # to decrypt the password, but it does have permission to access the
- # rest of the connection properties.
+ # password. For instance, the Glue console uses this flag to retrieve
+ # the connection, and does not display the password. Set this parameter
+ # when the caller might not have permission to use the KMS key to
+ # decrypt the password, but it does have permission to access the rest
+ # of the connection properties.
#
# @option params [String] :next_token
# A continuation token, if this is a continuation call.
#
# @option params [Integer] :max_results
@@ -14747,10 +14753,11 @@
#
# @option params [String] :transaction_id
# The transaction ID at which to update the table contents.
#
# @option params [String] :version_id
+ # The version ID at which to update the table contents.
#
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
# @example Request syntax with placeholder values
#
@@ -15048,10 +15055,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-glue'
- context[:gem_version] = '1.113.0'
+ context[:gem_version] = '1.114.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated