Skip to content

Commit 93fdd39

Browse files
author
awstools
committed
docs(client-qldb): Clarify possible values for KmsKeyArn and EncryptionDescription.
1 parent 9fec71d commit 93fdd39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clients/client-qldb/src/models/models_0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ export interface LedgerEncryptionDescription {
880880
* @public
881881
* <p>The Amazon Resource Name (ARN) of the customer managed KMS key that the ledger uses for
882882
* encryption at rest. If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key
883-
* for encryption.</p>
883+
* 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>
884884
*/
885885
KmsKeyArn: string | undefined;
886886

@@ -975,7 +975,7 @@ export interface DescribeLedgerResponse {
975975
* @public
976976
* <p>Information about the encryption of data at rest in the ledger. This includes the
977977
* current status, the KMS key, and when the key became inaccessible (in the case of an
978-
* error).</p>
978+
* error). If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key for encryption.</p>
979979
*/
980980
EncryptionDescription?: LedgerEncryptionDescription;
981981
}

codegen/sdk-codegen/aws-models/qldb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@
13691369
"EncryptionDescription": {
13701370
"target": "com.amazonaws.qldb#LedgerEncryptionDescription",
13711371
"traits": {
1372-
"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>"
1372+
"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>"
13731373
}
13741374
}
13751375
},
@@ -1997,7 +1997,7 @@
19971997
"KmsKeyArn": {
19981998
"target": "com.amazonaws.qldb#Arn",
19991999
"traits": {
2000-
"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>",
2000+
"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>",
20012001
"smithy.api#required": {}
20022002
}
20032003
},

0 commit comments

Comments
 (0)