Skip to content

Commit

Permalink
Update generated code (#1665)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Feb 16, 2024
1 parent e1fcd22 commit 3219111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SecretsManagerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ public function getSecretValue($input): GetSecretValueResponse
* 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.
* All Secrets Manager operations are eventually consistent. ListSecrets might not reflect changes from the last five
* minutes. You can get more recent information for a specific secret by calling DescribeSecret.
*
* To list the versions of a secret, use ListSecretVersionIds.
*
Expand Down

0 comments on commit 3219111

Please sign in to comment.