Skip to content

Commit 629c630

Browse files
author
awstools
committed
docs(client-database-migration-service): This is a doc-only update, revising text for kms-key-arns.
1 parent 3b9d480 commit 629c630

File tree

3 files changed

+19964
-20012
lines changed

3 files changed

+19964
-20012
lines changed

clients/client-database-migration-service/src/models/models_0.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6415,9 +6415,7 @@ export interface CreateInstanceProfileMessage {
64156415
* <p>The Amazon Resource Name (ARN) of the KMS key that is used to encrypt
64166416
* the connection parameters for the instance profile.</p>
64176417
* <p>If you don't specify a value for the <code>KmsKeyArn</code> parameter, then
6418-
* DMS uses your default encryption key.</p>
6419-
* <p>KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a
6420-
* different default encryption key for each Amazon Web Services Region.</p>
6418+
* DMS uses an Amazon Web Services owned encryption key to encrypt your resources.</p>
64216419
* @public
64226420
*/
64236421
KmsKeyArn?: string | undefined;
@@ -6494,9 +6492,7 @@ export interface InstanceProfile {
64946492
* <p>The Amazon Resource Name (ARN) of the KMS key that is used to encrypt
64956493
* the connection parameters for the instance profile.</p>
64966494
* <p>If you don't specify a value for the <code>KmsKeyArn</code> parameter, then
6497-
* DMS uses your default encryption key.</p>
6498-
* <p>KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account
6499-
* has a different default encryption key for each Amazon Web Services Region.</p>
6495+
* DMS uses an Amazon Web Services owned encryption key to encrypt your resources.</p>
65006496
* @public
65016497
*/
65026498
KmsKeyArn?: string | undefined;

clients/client-database-migration-service/src/models/models_1.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,9 +1177,7 @@ export interface ModifyInstanceProfileMessage {
11771177
* <p>The Amazon Resource Name (ARN) of the KMS key that is used to encrypt
11781178
* the connection parameters for the instance profile.</p>
11791179
* <p>If you don't specify a value for the <code>KmsKeyArn</code> parameter, then
1180-
* DMS uses your default encryption key.</p>
1181-
* <p>KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a
1182-
* different default encryption key for each Amazon Web Services Region.</p>
1180+
* DMS uses an Amazon Web Services owned encryption key to encrypt your resources.</p>
11831181
* @public
11841182
*/
11851183
KmsKeyArn?: string | undefined;

0 commit comments

Comments
 (0)