|
2202 | 2202 | "shape":"SourceDataSettings",
|
2203 | 2203 | "documentation":"<p>Specifies information about the source data provider.</p>"
|
2204 | 2204 | },
|
| 2205 | + "TargetDataSettings":{ |
| 2206 | + "shape":"TargetDataSettings", |
| 2207 | + "documentation":"<p>Specifies information about the target data provider.</p>" |
| 2208 | + }, |
2205 | 2209 | "NumberOfJobs":{
|
2206 | 2210 | "shape":"IntegerOptional",
|
2207 | 2211 | "documentation":"<p>The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.</p>"
|
|
2933 | 2937 | "shape":"SourceDataSettings",
|
2934 | 2938 | "documentation":"<p>Specifies information about the data migration's source data provider.</p>"
|
2935 | 2939 | },
|
| 2940 | + "TargetDataSettings":{ |
| 2941 | + "shape":"TargetDataSettings", |
| 2942 | + "documentation":"<p>Specifies information about the data migration's target data provider.</p>" |
| 2943 | + }, |
2936 | 2944 | "DataMigrationStatistics":{
|
2937 | 2945 | "shape":"DataMigrationStatistics",
|
2938 | 2946 | "documentation":"<p>Provides information about the data migration's run, including start and stop time, latency, and data migration progress.</p>"
|
|
6135 | 6143 | "members":{
|
6136 | 6144 | "KeyCacheSecretId":{
|
6137 | 6145 | "shape":"String",
|
6138 |
| - "documentation":"<p>Specifies the secret ID of the key cache for the replication instance.</p>" |
| 6146 | + "documentation":"<p>Specifies the ID of the secret that stores the key cache file required for kerberos authentication.</p>" |
6139 | 6147 | },
|
6140 | 6148 | "KeyCacheSecretIamArn":{
|
6141 | 6149 | "shape":"String",
|
6142 |
| - "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>" |
| 6150 | + "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>" |
6143 | 6151 | },
|
6144 | 6152 | "Krb5FileContents":{
|
6145 | 6153 | "shape":"String",
|
6146 |
| - "documentation":"<p>Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.</p>" |
| 6154 | + "documentation":"<p>Specifies the contents of krb5 configuration file required for kerberos authentication.</p>" |
6147 | 6155 | }
|
6148 | 6156 | },
|
6149 |
| - "documentation":"<p>Specifies using Kerberos authentication settings for use with DMS.</p>" |
| 6157 | + "documentation":"<p>Specifies the settings required for kerberos authentication when creating the replication instance.</p>" |
6150 | 6158 | },
|
6151 | 6159 | "KeyList":{
|
6152 | 6160 | "type":"list",
|
|
6376 | 6384 | },
|
6377 | 6385 | "AuthenticationMethod":{
|
6378 | 6386 | "shape":"SqlServerAuthenticationMethod",
|
6379 |
| - "documentation":"<p>Specifies using Kerberos authentication with Microsoft SQL Server.</p>" |
| 6387 | + "documentation":"<p>Specifies the authentication method to be used with Microsoft SQL Server.</p>" |
6380 | 6388 | }
|
6381 | 6389 | },
|
6382 | 6390 | "documentation":"<p>Provides information that defines a Microsoft SQL Server endpoint.</p>"
|
|
6519 | 6527 | "shape":"SourceDataSettings",
|
6520 | 6528 | "documentation":"<p>The new information about the source data provider for the data migration.</p>"
|
6521 | 6529 | },
|
| 6530 | + "TargetDataSettings":{ |
| 6531 | + "shape":"TargetDataSettings", |
| 6532 | + "documentation":"<p>The new information about the target data provider for the data migration.</p>" |
| 6533 | + }, |
6522 | 6534 | "NumberOfJobs":{
|
6523 | 6535 | "shape":"IntegerOptional",
|
6524 | 6536 | "documentation":"<p>The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.</p>"
|
|
7567 | 7579 | },
|
7568 | 7580 | "AuthenticationMethod":{
|
7569 | 7581 | "shape":"OracleAuthenticationMethod",
|
7570 |
| - "documentation":"<p>Specifies using Kerberos authentication with Oracle.</p>" |
| 7582 | + "documentation":"<p>Specifies the authentication method to be used with Oracle.</p>" |
7571 | 7583 | }
|
7572 | 7584 | },
|
7573 | 7585 | "documentation":"<p>Provides information that defines an Oracle endpoint.</p>"
|
|
10175 | 10187 | "type":"list",
|
10176 | 10188 | "member":{"shape":"TableToReload"}
|
10177 | 10189 | },
|
| 10190 | + "TablePreparationMode":{ |
| 10191 | + "type":"string", |
| 10192 | + "enum":[ |
| 10193 | + "do-nothing", |
| 10194 | + "truncate", |
| 10195 | + "drop-tables-on-target" |
| 10196 | + ] |
| 10197 | + }, |
10178 | 10198 | "TableStatistics":{
|
10179 | 10199 | "type":"structure",
|
10180 | 10200 | "members":{
|
|
10317 | 10337 | "type":"list",
|
10318 | 10338 | "member":{"shape":"Tag"}
|
10319 | 10339 | },
|
| 10340 | + "TargetDataSetting":{ |
| 10341 | + "type":"structure", |
| 10342 | + "members":{ |
| 10343 | + "TablePreparationMode":{ |
| 10344 | + "shape":"TablePreparationMode", |
| 10345 | + "documentation":"<p>This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.</p>" |
| 10346 | + } |
| 10347 | + }, |
| 10348 | + "documentation":"<p>Defines settings for a target data provider for a data migration.</p>" |
| 10349 | + }, |
| 10350 | + "TargetDataSettings":{ |
| 10351 | + "type":"list", |
| 10352 | + "member":{"shape":"TargetDataSetting"} |
| 10353 | + }, |
10320 | 10354 | "TargetDbType":{
|
10321 | 10355 | "type":"string",
|
10322 | 10356 | "enum":[
|
|
0 commit comments