lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.4.0 vs lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.5.0

- old
+ new

@@ -432,11 +432,11 @@ # string argument and specify key/value pairs. For information on how to # format a JSON parameter for the various command line tool # environments, see [Using JSON for Parameters][1] in the *AWS CLI User # Guide*. For example: # - # `[\{"Key":"username","Value":"bob"\},\{"Key":"password","Value":"abc123xyz456"\}]` + # `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]` # # If your command-line tool or SDK requires quotation marks around the # parameter, you should use single quotes to avoid confusion with the # double quotes required in the JSON text. # @@ -1408,12 +1408,20 @@ # string argument and specify key/value pairs. For information on how to # format a JSON parameter for the various command line tool # environments, see [Using JSON for Parameters][1] in the *AWS CLI User # Guide*. # + # For example: # + # `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]` # + # If your command-line tool or SDK requires quotation marks around the + # parameter, you should use single quotes to avoid confusion with the + # double quotes required in the JSON text. + # + # + # # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json # # @option params [Array<String>] :version_stages # (Optional) Specifies a list of staging labels that are attached to # this version of the secret. These staging labels are used to track the @@ -2042,14 +2050,20 @@ # # For storing multiple values, we recommend that you use a JSON text # string argument and specify key/value pairs. For information on how to # format a JSON parameter for the various command line tool # environments, see [Using JSON for Parameters][1] in the *AWS CLI User - # Guide*. + # Guide*. For example: # + # `[\{"username":"bob"\},\{"password":"abc123xyz456"\}]` # + # If your command-line tool or SDK requires quotation marks around the + # parameter, you should use single quotes to avoid confusion with the + # double quotes required in the JSON text. # + # + # # [1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json # # @return [Types::UpdateSecretResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::UpdateSecretResponse#arn #arn} => String @@ -2301,10 +2315,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-secretsmanager' - context[:gem_version] = '1.4.0' + context[:gem_version] = '1.5.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated