Skip to content

Commit f78245f

Browse files
author
awstools
committed
docs(client-secrets-manager): Doc only update for Secrets Manager
1 parent 77d7240 commit f78245f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

clients/client-secrets-manager/src/commands/ListSecretsCommand.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export interface ListSecretsCommandOutput extends ListSecretsResponse, __Metadat
3030
* @public
3131
* <p>Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets
3232
* that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console.</p>
33-
* <p>ListSecrets is eventually consistent, however it might not reflect changes from the last five minutes.
34-
* To get the latest information for a specific secret, use <a>DescribeSecret</a>.</p>
33+
* <p>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 <a>DescribeSecret</a>.</p>
3534
* <p>To list the versions of a secret, use <a>ListSecretVersionIds</a>.</p>
3635
* <p>To retrieve the values for the secrets, call <a>BatchGetSecretValue</a> or <a>GetSecretValue</a>.</p>
3736
* <p>For information about finding secrets in the console, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_search-secret.html">Find secrets in Secrets Manager</a>.</p>

clients/client-secrets-manager/src/models/models_0.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ export interface DescribeSecretResponse {
10201020

10211021
/**
10221022
* @public
1023-
* <p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null.</p>
1023+
* <p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past.</p>
10241024
*/
10251025
NextRotationDate?: Date;
10261026

codegen/sdk-codegen/aws-models/secrets-manager.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
"NextRotationDate": {
755755
"target": "com.amazonaws.secretsmanager#NextRotationDateType",
756756
"traits": {
757-
"smithy.api#documentation": "<p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null.</p>"
757+
"smithy.api#documentation": "<p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past.</p>"
758758
}
759759
},
760760
"Tags": {
@@ -1526,7 +1526,7 @@
15261526
}
15271527
],
15281528
"traits": {
1529-
"smithy.api#documentation": "<p>Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets \n that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console.</p>\n <p>ListSecrets is eventually consistent, however it might not reflect changes from the last five minutes. \n To get the latest information for a specific secret, use <a>DescribeSecret</a>.</p>\n <p>To list the versions of a secret, use <a>ListSecretVersionIds</a>.</p>\n <p>To retrieve the values for the secrets, call <a>BatchGetSecretValue</a> or <a>GetSecretValue</a>.</p>\n <p>For information about finding secrets in the console, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_search-secret.html\">Find secrets in Secrets Manager</a>.</p>\n <p>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 <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieve-ct-entries.html\">Logging Secrets Manager events with CloudTrail</a>.</p>\n <p>\n <b>Required permissions: </b>\n <code>secretsmanager:ListSecrets</code>. \n For more information, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#reference_iam-permissions_actions\">\n IAM policy actions for Secrets Manager</a> and <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html\">Authentication \n and access control in Secrets Manager</a>. </p>",
1529+
"smithy.api#documentation": "<p>Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets \n that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console.</p>\n <p>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 <a>DescribeSecret</a>.</p>\n <p>To list the versions of a secret, use <a>ListSecretVersionIds</a>.</p>\n <p>To retrieve the values for the secrets, call <a>BatchGetSecretValue</a> or <a>GetSecretValue</a>.</p>\n <p>For information about finding secrets in the console, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_search-secret.html\">Find secrets in Secrets Manager</a>.</p>\n <p>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 <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieve-ct-entries.html\">Logging Secrets Manager events with CloudTrail</a>.</p>\n <p>\n <b>Required permissions: </b>\n <code>secretsmanager:ListSecrets</code>. \n For more information, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#reference_iam-permissions_actions\">\n IAM policy actions for Secrets Manager</a> and <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html\">Authentication \n and access control in Secrets Manager</a>. </p>",
15301530
"smithy.api#examples": [
15311531
{
15321532
"title": "To list the secrets in your account",

0 commit comments

Comments
 (0)