Skip to content

Commit

Permalink
docs(client-qldb): Clarify possible values for KmsKeyArn and Encrypti…
Browse files Browse the repository at this point in the history
…onDescription.
  • Loading branch information
awstools committed Feb 23, 2024
1 parent 9fec71d commit 93fdd39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/client-qldb/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ export interface LedgerEncryptionDescription {
* @public
* <p>The Amazon Resource Name (ARN) of the customer managed KMS key that the ledger uses for
* encryption at rest. If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key
* for encryption.</p>
* for encryption. It will display <code>AWS_OWNED_KMS_KEY</code> when updating the ledger's encryption configuration to the Amazon Web Services owned KMS key.</p>
*/
KmsKeyArn: string | undefined;

Expand Down Expand Up @@ -975,7 +975,7 @@ export interface DescribeLedgerResponse {
* @public
* <p>Information about the encryption of data at rest in the ledger. This includes the
* current status, the KMS key, and when the key became inaccessible (in the case of an
* error).</p>
* error). If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key for encryption.</p>
*/
EncryptionDescription?: LedgerEncryptionDescription;
}
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/qldb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@
"EncryptionDescription": {
"target": "com.amazonaws.qldb#LedgerEncryptionDescription",
"traits": {
"smithy.api#documentation": "<p>Information about the encryption of data at rest in the ledger. This includes the\n current status, the KMS key, and when the key became inaccessible (in the case of an\n error).</p>"
"smithy.api#documentation": "<p>Information about the encryption of data at rest in the ledger. This includes the\n current status, the KMS key, and when the key became inaccessible (in the case of an\n error). If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key for encryption.</p>"
}
}
},
Expand Down Expand Up @@ -1997,7 +1997,7 @@
"KmsKeyArn": {
"target": "com.amazonaws.qldb#Arn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the customer managed KMS key that the ledger uses for\n encryption at rest. If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key\n for encryption.</p>",
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the customer managed KMS key that the ledger uses for\n encryption at rest. If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key\n for encryption. It will display <code>AWS_OWNED_KMS_KEY</code> when updating the ledger's encryption configuration to the Amazon Web Services owned KMS key.</p>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 93fdd39

Please sign in to comment.