lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.5.0 vs lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.6.0
- old
+ new
@@ -336,10 +336,13 @@
# response value.
#
# @option params [required, String] :name
# Specifies the friendly name of the new secret.
#
+ # The secret name must be ASCII letters, digits, or the following
+ # characters : /\_+=,.@-
+ #
# @option params [String] :client_request_token
# (Optional) If you include `SecretString` or `SecretBinary`, then an
# initial version is created as part of the secret, and this parameter
# specifies a unique identifier for the new version.
#
@@ -2315,10 +2318,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-secretsmanager'
- context[:gem_version] = '1.5.0'
+ context[:gem_version] = '1.6.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated