Skip to content

Commit 37c451f

Browse files
author
awstools
committed
docs(client-secrets-manager): Documentation updates for Secrets Manager
1 parent 9051437 commit 37c451f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ export interface PutResourcePolicyRequest {
15341534
ResourcePolicy: string | undefined;
15351535

15361536
/**
1537-
* <p>Specifies whether to block resource-based policies that allow broad access to the secret. By default, Secrets Manager blocks policies that allow broad access, for example those that use a wildcard for the principal.</p>
1537+
* <p>Specifies whether to block resource-based policies that allow broad access to the secret, for example those that use a wildcard for the principal.</p>
15381538
*/
15391539
BlockPublicPolicy?: boolean;
15401540
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@
13421342
"target": "com.amazonaws.secretsmanager#BooleanType",
13431343
"traits": {
13441344
"smithy.api#box": {},
1345-
"smithy.api#documentation": "<p>Specifies whether to block resource-based policies that allow broad access to the secret. By default, Secrets Manager blocks policies that allow broad access, for example those that use a wildcard for the principal.</p>"
1345+
"smithy.api#documentation": "<p>Specifies whether to block resource-based policies that allow broad access to the secret, for example those that use a wildcard for the principal.</p>"
13461346
}
13471347
}
13481348
}

0 commit comments

Comments
 (0)