lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.62.0 vs lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.63.0
- old
+ new
@@ -1446,10 +1446,14 @@
# Lists the secrets that are stored by Secrets Manager in the Amazon Web
# Services account, not including secrets that are marked for deletion.
# To see secrets marked for deletion, use the Secrets Manager console.
#
+ # ListSecrets is eventually consistent, however it might not reflect
+ # changes from the last five minutes. To get the latest information for
+ # a specific secret, use DescribeSecret.
+ #
# To list the versions of a secret, use ListSecretVersionIds.
#
# To get the secret value from `SecretString` or `SecretBinary`, call
# GetSecretValue.
#
@@ -1683,13 +1687,13 @@
# If this operation moves the staging label `AWSCURRENT` from another
# version to this version, then Secrets Manager also automatically moves
# the staging label `AWSPREVIOUS` to the version that `AWSCURRENT` was
# removed from.
#
- # This operation is idempotent. If a version with a `VersionId` with the
- # same value as the `ClientRequestToken` parameter already exists, and
- # you specify the same secret data, the operation succeeds but does
+ # This operation is idempotent. If you call this operation with a
+ # `ClientRequestToken` that matches an existing version's VersionId,
+ # and you specify the same secret data, the operation succeeds but does
# nothing. However, if the secret data is different, then the operation
# fails because you can't modify an existing version; you can only
# create new ones.
#
# <b>Required permissions: </b> `secretsmanager:PutSecretValue`. For
@@ -2444,12 +2448,12 @@
#
# If you include `SecretString` or `SecretBinary` to create a new secret
# version, Secrets Manager automatically attaches the staging label
# `AWSCURRENT` to the new version.
#
- # If you call this operation with a `VersionId` that matches an existing
- # version's `ClientRequestToken`, the operation results in an error.
+ # If you call this operation with a `ClientRequestToken` that matches an
+ # existing version's `VersionId`, the operation results in an error.
# You can't modify an existing version, you can only create a new
# version. To remove a version, remove all staging labels from it. See
# UpdateSecretVersionStage.
#
# If you don't specify an KMS encryption key, Secrets Manager uses the
@@ -2873,10 +2877,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-secretsmanager'
- context[:gem_version] = '1.62.0'
+ context[:gem_version] = '1.63.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated