lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.109.0 vs lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.110.0
- old
+ new
@@ -880,11 +880,11 @@
#
# @option params [Array<Types::Tag>] :tags
# A list of tags to attach to the secret. Each tag is a key and value
# pair of strings in a JSON text string, for example:
#
- # `[\{"Key":"CostCenter","Value":"12345"\},\{"Key":"environment","Value":"production"\}]`
+ # `[{"Key":"CostCenter","Value":"12345"},{"Key":"environment","Value":"production"}]`
#
# Secrets Manager tag key names are case sensitive. A tag with the key
# "ABC" is a different tag from one with key "abc".
#
# If you check tags in permissions policies as part of your security
@@ -1340,11 +1340,11 @@
# Generates a random password. We recommend that you specify the maximum
# length and include every character type that the system you are
# generating a password for can support. By default, Secrets Manager
# uses uppercase and lowercase letters, numbers, and the following
- # characters in passwords: `` !"#$%&'()*+,-./:;<=>?@[\\]^_`\{|\}~ ``
+ # characters in passwords: `` !"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ ``
#
# Secrets Manager generates a CloudTrail log entry when you call this
# action.
#
# <b>Required permissions: </b> `secretsmanager:GetRandomPassword`. For
@@ -1368,11 +1368,11 @@
# include this switch, the password can contain numbers.
#
# @option params [Boolean] :exclude_punctuation
# Specifies whether to exclude the following punctuation characters from
# the password: `` ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _
- # ` \{ | \} ~ ``. If you don't include this switch, the password can
+ # ` { | } ~ ``. If you don't include this switch, the password can
# contain punctuation.
#
# @option params [Boolean] :exclude_uppercase
# Specifies whether to exclude uppercase letters from the password. If
# you don't include this switch, the password can contain uppercase
@@ -3393,10 +3393,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-secretsmanager'
- context[:gem_version] = '1.109.0'
+ context[:gem_version] = '1.110.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated