|
2430 | 2430 | "smithy.api#documentation": "<p>Specifies information about the source data provider.</p>" |
2431 | 2431 | } |
2432 | 2432 | }, |
| 2433 | + "TargetDataSettings": { |
| 2434 | + "target": "com.amazonaws.databasemigrationservice#TargetDataSettings", |
| 2435 | + "traits": { |
| 2436 | + "smithy.api#documentation": "<p>Specifies information about the target data provider.</p>" |
| 2437 | + } |
| 2438 | + }, |
2433 | 2439 | "NumberOfJobs": { |
2434 | 2440 | "target": "com.amazonaws.databasemigrationservice#IntegerOptional", |
2435 | 2441 | "traits": { |
|
4170 | 4176 | "smithy.api#documentation": "<p>Specifies information about the data migration's source data provider.</p>" |
4171 | 4177 | } |
4172 | 4178 | }, |
| 4179 | + "TargetDataSettings": { |
| 4180 | + "target": "com.amazonaws.databasemigrationservice#TargetDataSettings", |
| 4181 | + "traits": { |
| 4182 | + "smithy.api#documentation": "<p>Specifies information about the data migration's target data provider.</p>" |
| 4183 | + } |
| 4184 | + }, |
4173 | 4185 | "DataMigrationStatistics": { |
4174 | 4186 | "target": "com.amazonaws.databasemigrationservice#DataMigrationStatistics", |
4175 | 4187 | "traits": { |
@@ -11767,24 +11779,24 @@ |
11767 | 11779 | "KeyCacheSecretId": { |
11768 | 11780 | "target": "com.amazonaws.databasemigrationservice#String", |
11769 | 11781 | "traits": { |
11770 | | - "smithy.api#documentation": "<p>Specifies the secret ID of the key cache for the replication instance.</p>" |
| 11782 | + "smithy.api#documentation": "<p>Specifies the ID of the secret that stores the key cache file required for kerberos authentication.</p>" |
11771 | 11783 | } |
11772 | 11784 | }, |
11773 | 11785 | "KeyCacheSecretIamArn": { |
11774 | 11786 | "target": "com.amazonaws.databasemigrationservice#String", |
11775 | 11787 | "traits": { |
11776 | | - "smithy.api#documentation": "<p>Specifies the Amazon Resource Name (ARN) of the IAM role that grants Amazon Web Services DMS access to the secret containing key cache file for the replication instance.</p>" |
| 11788 | + "smithy.api#documentation": "<p>Specifies the Amazon Resource Name (ARN) of the IAM role that grants Amazon Web Services DMS access to the secret containing key cache file for the kerberos authentication.</p>" |
11777 | 11789 | } |
11778 | 11790 | }, |
11779 | 11791 | "Krb5FileContents": { |
11780 | 11792 | "target": "com.amazonaws.databasemigrationservice#String", |
11781 | 11793 | "traits": { |
11782 | | - "smithy.api#documentation": "<p>Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.</p>" |
| 11794 | + "smithy.api#documentation": "<p>Specifies the contents of krb5 configuration file required for kerberos authentication.</p>" |
11783 | 11795 | } |
11784 | 11796 | } |
11785 | 11797 | }, |
11786 | 11798 | "traits": { |
11787 | | - "smithy.api#documentation": "<p>Specifies using Kerberos authentication settings for use with DMS.</p>" |
| 11799 | + "smithy.api#documentation": "<p>Specifies the settings required for kerberos authentication when creating the replication instance.</p>" |
11788 | 11800 | } |
11789 | 11801 | }, |
11790 | 11802 | "com.amazonaws.databasemigrationservice#KeyList": { |
|
12183 | 12195 | "AuthenticationMethod": { |
12184 | 12196 | "target": "com.amazonaws.databasemigrationservice#SqlServerAuthenticationMethod", |
12185 | 12197 | "traits": { |
12186 | | - "smithy.api#documentation": "<p>Specifies using Kerberos authentication with Microsoft SQL Server.</p>" |
| 12198 | + "smithy.api#documentation": "<p>Specifies the authentication method to be used with Microsoft SQL Server.</p>" |
12187 | 12199 | } |
12188 | 12200 | } |
12189 | 12201 | }, |
|
12461 | 12473 | "smithy.api#documentation": "<p>The new information about the source data provider for the data migration.</p>" |
12462 | 12474 | } |
12463 | 12475 | }, |
| 12476 | + "TargetDataSettings": { |
| 12477 | + "target": "com.amazonaws.databasemigrationservice#TargetDataSettings", |
| 12478 | + "traits": { |
| 12479 | + "smithy.api#documentation": "<p>The new information about the target data provider for the data migration.</p>" |
| 12480 | + } |
| 12481 | + }, |
12464 | 12482 | "NumberOfJobs": { |
12465 | 12483 | "target": "com.amazonaws.databasemigrationservice#IntegerOptional", |
12466 | 12484 | "traits": { |
|
14585 | 14603 | "AuthenticationMethod": { |
14586 | 14604 | "target": "com.amazonaws.databasemigrationservice#OracleAuthenticationMethod", |
14587 | 14605 | "traits": { |
14588 | | - "smithy.api#documentation": "<p>Specifies using Kerberos authentication with Oracle.</p>" |
| 14606 | + "smithy.api#documentation": "<p>Specifies the authentication method to be used with Oracle.</p>" |
14589 | 14607 | } |
14590 | 14608 | } |
14591 | 14609 | }, |
|
19326 | 19344 | "target": "com.amazonaws.databasemigrationservice#TableToReload" |
19327 | 19345 | } |
19328 | 19346 | }, |
| 19347 | + "com.amazonaws.databasemigrationservice#TablePreparationMode": { |
| 19348 | + "type": "enum", |
| 19349 | + "members": { |
| 19350 | + "DO_NOTHING": { |
| 19351 | + "target": "smithy.api#Unit", |
| 19352 | + "traits": { |
| 19353 | + "smithy.api#enumValue": "do-nothing" |
| 19354 | + } |
| 19355 | + }, |
| 19356 | + "TRUNCATE": { |
| 19357 | + "target": "smithy.api#Unit", |
| 19358 | + "traits": { |
| 19359 | + "smithy.api#enumValue": "truncate" |
| 19360 | + } |
| 19361 | + }, |
| 19362 | + "DROP_TABLES_ON_TARGET": { |
| 19363 | + "target": "smithy.api#Unit", |
| 19364 | + "traits": { |
| 19365 | + "smithy.api#enumValue": "drop-tables-on-target" |
| 19366 | + } |
| 19367 | + } |
| 19368 | + } |
| 19369 | + }, |
19329 | 19370 | "com.amazonaws.databasemigrationservice#TableStatistics": { |
19330 | 19371 | "type": "structure", |
19331 | 19372 | "members": { |
|
19545 | 19586 | } |
19546 | 19587 | } |
19547 | 19588 | }, |
| 19589 | + "com.amazonaws.databasemigrationservice#TargetDataSetting": { |
| 19590 | + "type": "structure", |
| 19591 | + "members": { |
| 19592 | + "TablePreparationMode": { |
| 19593 | + "target": "com.amazonaws.databasemigrationservice#TablePreparationMode", |
| 19594 | + "traits": { |
| 19595 | + "smithy.api#documentation": "<p>This setting determines how DMS handles the target tables before starting a data migration,\n either by leaving them untouched, dropping and recreating them,\n or truncating the existing data in the target tables.</p>" |
| 19596 | + } |
| 19597 | + } |
| 19598 | + }, |
| 19599 | + "traits": { |
| 19600 | + "smithy.api#documentation": "<p>Defines settings for a target data provider for a data migration.</p>" |
| 19601 | + } |
| 19602 | + }, |
| 19603 | + "com.amazonaws.databasemigrationservice#TargetDataSettings": { |
| 19604 | + "type": "list", |
| 19605 | + "member": { |
| 19606 | + "target": "com.amazonaws.databasemigrationservice#TargetDataSetting" |
| 19607 | + } |
| 19608 | + }, |
19548 | 19609 | "com.amazonaws.databasemigrationservice#TargetDbType": { |
19549 | 19610 | "type": "enum", |
19550 | 19611 | "members": { |
|
0 commit comments