Skip to content

Commit 5669ca7

Browse files
author
AWS
committed
AWS Secrets Manager Update: add v2 smoke tests and smithy smokeTests trait for SDK testing
1 parent 37cd681 commit 5669ca7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Secrets Manager",
4+
"contributor": "",
5+
"description": "add v2 smoke tests and smithy smokeTests trait for SDK testing"
6+
}

services/secretsmanager/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@
674674
},
675675
"RotationEnabled":{
676676
"shape":"RotationEnabledType",
677-
"documentation":"<p>Specifies whether automatic rotation is turned on for this secret. If the secret has never been configured for rotation, Secrets Manager returns null.</p> <p>To turn on rotation, use <a>RotateSecret</a>. To turn off rotation, use <a>CancelRotateSecret</a>.</p>",
677+
"documentation":"<p>Specifies whether automatic rotation is turned on for this secret.</p> <p>To turn on rotation, use <a>RotateSecret</a>. To turn off rotation, use <a>CancelRotateSecret</a>.</p>",
678678
"box":true
679679
},
680680
"RotationLambdaARN":{
@@ -893,7 +893,7 @@
893893
"members":{
894894
"SecretId":{
895895
"shape":"SecretIdType",
896-
"documentation":"<p>The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN.</p> <p>For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen\">Finding a secret from a partial ARN</a>.</p>"
896+
"documentation":"<p>The ARN or name of the secret to retrieve.</p> <p>For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen\">Finding a secret from a partial ARN</a>.</p>"
897897
},
898898
"VersionId":{
899899
"shape":"SecretVersionIdType",
@@ -1411,7 +1411,7 @@
14111411
},
14121412
"RotateImmediately":{
14131413
"shape":"BooleanType",
1414-
"documentation":"<p>Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window. The rotation schedule is defined in <a>RotateSecretRequest$RotationRules</a>.</p> <p>For secrets that use a Lambda rotation function to rotate, if you don't immediately rotate the secret, Secrets Manager tests the rotation configuration by running the <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_lambda-functions.html#rotate-secrets_lambda-functions-code\"> <code>testSecret</code> step</a> of the Lambda rotation function. The test creates an <code>AWSPENDING</code> version of the secret and then removes it.</p> <p>By default, Secrets Manager rotates the secret immediately.</p>",
1414+
"documentation":"<p>Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window. The rotation schedule is defined in <a>RotateSecretRequest$RotationRules</a>.</p> <p>For secrets that use a Lambda rotation function to rotate, if you don't immediately rotate the secret, Secrets Manager tests the rotation configuration by running the <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html\"> <code>testSecret</code> step</a> of the Lambda rotation function. The test creates an <code>AWSPENDING</code> version of the secret and then removes it.</p> <p>By default, Secrets Manager rotates the secret immediately.</p>",
14151415
"box":true
14161416
}
14171417
}
@@ -1873,7 +1873,7 @@
18731873
"members":{
18741874
"SecretId":{
18751875
"shape":"SecretIdType",
1876-
"documentation":"<p>The ARN or name of the secret with the resource-based policy you want to validate.</p>"
1876+
"documentation":"<p>This field is reserved for internal use.</p>"
18771877
},
18781878
"ResourcePolicy":{
18791879
"shape":"NonEmptyResourcePolicyType",

0 commit comments

Comments
 (0)