lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.67.0 vs lib/aws-sdk-secretsmanager/client.rb in aws-sdk-secretsmanager-1.68.0
- old
+ new
@@ -905,13 +905,13 @@
# logic.
#
# Use this parameter with caution. This parameter causes the operation
# to skip the normal recovery window before the permanent deletion that
# Secrets Manager would normally impose with the `RecoveryWindowInDays`
- # parameter. If you delete a secret with the `ForceDeleteWithouRecovery`
- # parameter, then you have no opportunity to recover the secret. You
- # lose the secret permanently.
+ # parameter. If you delete a secret with the
+ # `ForceDeleteWithoutRecovery` parameter, then you have no opportunity
+ # to recover the secret. You lose the secret permanently.
#
# @return [Types::DeleteSecretResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::DeleteSecretResponse#arn #arn} => String
# * {Types::DeleteSecretResponse#name #name} => String
@@ -1573,11 +1573,11 @@
#
# @option params [Array<Types::Filter>] :filters
# The filters to apply to the list of secrets.
#
# @option params [String] :sort_order
- # Lists secrets in the requested order.
+ # Secrets are listed by `CreatedDate`.
#
# @return [Types::ListSecretsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::ListSecretsResponse#secret_list #secret_list} => Array<Types::SecretListEntry>
# * {Types::ListSecretsResponse#next_token #next_token} => String
@@ -2169,33 +2169,38 @@
# not be attached to any version. If the `AWSPENDING` staging label is
# present but not attached to the same version as `AWSCURRENT`, then any
# later invocation of `RotateSecret` assumes that a previous rotation
# request is still in progress and returns an error.
#
+ # When rotation is unsuccessful, the `AWSPENDING` staging label might be
+ # attached to an empty secret version. For more information, see
+ # [Troubleshoot rotation][7] in the *Secrets Manager User Guide*.
+ #
# Secrets Manager generates a CloudTrail log entry when you call this
# action. Do not include sensitive information in request parameters
# because it might be logged. For more information, see [Logging Secrets
- # Manager events with CloudTrail][7].
+ # Manager events with CloudTrail][8].
#
# <b>Required permissions: </b> `secretsmanager:RotateSecret`. For more
- # information, see [ IAM policy actions for Secrets Manager][8] and
- # [Authentication and access control in Secrets Manager][9]. You also
+ # information, see [ IAM policy actions for Secrets Manager][9] and
+ # [Authentication and access control in Secrets Manager][10]. You also
# need `lambda:InvokeFunction` permissions on the rotation function. For
- # more information, see [ Permissions for rotation][10].
+ # more information, see [ Permissions for rotation][11].
#
#
#
# [1]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html
# [2]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_secret_json_structure.html
# [3]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html#rotating-secrets-two-users
# [4]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html
# [5]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_available-rotation-templates.html
# [6]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html
- # [7]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieve-ct-entries.html
- # [8]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#reference_iam-permissions_actions
- # [9]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html
- # [10]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets-required-permissions-function.html
+ # [7]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot_rotation.html
+ # [8]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieve-ct-entries.html
+ # [9]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#reference_iam-permissions_actions
+ # [10]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html
+ # [11]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets-required-permissions-function.html
#
# @option params [required, String] :secret_id
# The ARN or name of the secret to rotate.
#
# For an ARN, we recommend that you specify a complete ARN rather than a
@@ -3039,10 +3044,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-secretsmanager'
- context[:gem_version] = '1.67.0'
+ context[:gem_version] = '1.68.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated