|
5 | 5 | "endpointPrefix":"secretsmanager",
|
6 | 6 | "jsonVersion":"1.1",
|
7 | 7 | "protocol":"json",
|
| 8 | + "protocols":["json"], |
8 | 9 | "serviceFullName":"AWS Secrets Manager",
|
9 | 10 | "serviceId":"Secrets Manager",
|
10 | 11 | "signatureVersion":"v4",
|
|
673 | 674 | },
|
674 | 675 | "RotationEnabled":{
|
675 | 676 | "shape":"RotationEnabledType",
|
676 |
| - "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>", |
| 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 | 678 | "box":true
|
678 | 679 | },
|
679 | 680 | "RotationLambdaARN":{
|
|
892 | 893 | "members":{
|
893 | 894 | "SecretId":{
|
894 | 895 | "shape":"SecretIdType",
|
895 |
| - "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>" |
| 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 | 897 | },
|
897 | 898 | "VersionId":{
|
898 | 899 | "shape":"SecretVersionIdType",
|
|
1410 | 1411 | },
|
1411 | 1412 | "RotateImmediately":{
|
1412 | 1413 | "shape":"BooleanType",
|
1413 |
| - "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>", |
| 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 | 1415 | "box":true
|
1415 | 1416 | }
|
1416 | 1417 | }
|
|
1872 | 1873 | "members":{
|
1873 | 1874 | "SecretId":{
|
1874 | 1875 | "shape":"SecretIdType",
|
1875 |
| - "documentation":"<p>This field is reserved for internal use.</p>" |
| 1876 | + "documentation":"<p>The ARN or name of the secret with the resource-based policy you want to validate.</p>" |
1876 | 1877 | },
|
1877 | 1878 | "ResourcePolicy":{
|
1878 | 1879 | "shape":"NonEmptyResourcePolicyType",
|
|
0 commit comments