Skip to content

Commit 7cde1da

Browse files
author
awstools
committed
docs(client-secrets-manager): Doc only update for Secrets Manager
1 parent 0ca0d28 commit 7cde1da

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface GetRandomPasswordCommandOutput extends GetRandomPasswordRespons
3636
* maximum length and include every character type that the system you are generating a password
3737
* for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: <code>!\"#$%&'()*+,-./:;<=>?@[\\]^_`\{|\}~</code>
3838
* </p>
39-
* <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>
39+
* <p>Secrets Manager generates a CloudTrail log entry when you call this action.</p>
4040
* <p>
4141
* <b>Required permissions: </b>
4242
* <code>secretsmanager:GetRandomPassword</code>.

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export interface BatchGetSecretValueRequest {
134134
* <p>The number of results to include in the response.</p>
135135
* <p>If there are more results available, in the response, Secrets Manager includes <code>NextToken</code>.
136136
* To get the next results, call <code>BatchGetSecretValue</code> again with the value from
137-
* <code>NextToken</code>.</p>
137+
* <code>NextToken</code>. To use this parameter, you must also use the <code>Filters</code> parameter.</p>
138138
*/
139139
MaxResults?: number;
140140

@@ -1021,6 +1021,7 @@ export interface DescribeSecretResponse {
10211021
/**
10221022
* @public
10231023
* <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>
1024+
* <p>This date represents the latest date that rotation will occur, but it is not an approximate rotation date. In some cases, for example if you turn off automatic rotation and then turn it back on, the next rotation may occur much sooner than this date.</p>
10241025
*/
10251026
NextRotationDate?: Date;
10261027

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"MaxResults": {
175175
"target": "com.amazonaws.secretsmanager#MaxResultsBatchType",
176176
"traits": {
177-
"smithy.api#documentation": "<p>The number of results to include in the response.</p>\n <p>If there are more results available, in the response, Secrets Manager includes <code>NextToken</code>. \n To get the next results, call <code>BatchGetSecretValue</code> again with the value from \n <code>NextToken</code>.</p>"
177+
"smithy.api#documentation": "<p>The number of results to include in the response.</p>\n <p>If there are more results available, in the response, Secrets Manager includes <code>NextToken</code>. \n To get the next results, call <code>BatchGetSecretValue</code> again with the value from \n <code>NextToken</code>. To use this parameter, you must also use the <code>Filters</code> parameter.</p>"
178178
}
179179
},
180180
"NextToken": {
@@ -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. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past.</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>\n <p>This date represents the latest date that rotation will occur, but it is not an approximate rotation date. In some cases, for example if you turn off automatic rotation and then turn it back on, the next rotation may occur much sooner than this date.</p>"
758758
}
759759
},
760760
"Tags": {
@@ -989,7 +989,7 @@
989989
}
990990
],
991991
"traits": {
992-
"smithy.api#documentation": "<p>Generates a random password. We recommend that you specify the\n maximum length and include every character type that the system you are generating a password\n for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: <code>!\\\"#$%&'()*+,-./:;<=>?@[\\\\]^_`{|}~</code>\n </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:GetRandomPassword</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>",
992+
"smithy.api#documentation": "<p>Generates a random password. We recommend that you specify the\n maximum length and include every character type that the system you are generating a password\n for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: <code>!\\\"#$%&'()*+,-./:;<=>?@[\\\\]^_`{|}~</code>\n </p>\n <p>Secrets Manager generates a CloudTrail log entry when you call this action.</p>\n <p>\n <b>Required permissions: </b>\n <code>secretsmanager:GetRandomPassword</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>",
993993
"smithy.api#examples": [
994994
{
995995
"title": "To generate a random password",

0 commit comments

Comments
 (0)