|
2069 | 2069 | },
|
2070 | 2070 | "Engine":{
|
2071 | 2071 | "shape":"String",
|
2072 |
| - "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
| 2072 | + "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
2073 | 2073 | },
|
2074 | 2074 | "Settings":{
|
2075 | 2075 | "shape":"DataProviderSettings",
|
|
2611 | 2611 | },
|
2612 | 2612 | "SubnetIds":{
|
2613 | 2613 | "shape":"SubnetIdentifierList",
|
2614 |
| - "documentation":"<p>One or more subnet IDs to be assigned to the subnet group.</p>" |
| 2614 | + "documentation":"<p>Two or more subnet IDs to be assigned to the subnet group.</p>" |
2615 | 2615 | },
|
2616 | 2616 | "Tags":{
|
2617 | 2617 | "shape":"TagList",
|
|
2734 | 2734 | },
|
2735 | 2735 | "Engine":{
|
2736 | 2736 | "shape":"String",
|
2737 |
| - "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
| 2737 | + "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
2738 | 2738 | },
|
2739 | 2739 | "Settings":{
|
2740 | 2740 | "shape":"DataProviderSettings",
|
|
3381 | 3381 | "members":{
|
3382 | 3382 | "Filters":{
|
3383 | 3383 | "shape":"FilterList",
|
3384 |
| - "documentation":"<p>Filters applied to the data providers described in the form of key-value pairs.</p>" |
| 3384 | + "documentation":"<p>Filters applied to the data providers described in the form of key-value pairs.</p> <p>Valid filter names: data-provider-identifier</p>" |
3385 | 3385 | },
|
3386 | 3386 | "MaxRecords":{
|
3387 | 3387 | "shape":"IntegerOptional",
|
|
4795 | 4795 | },
|
4796 | 4796 | "EngineName":{
|
4797 | 4797 | "shape":"String",
|
4798 |
| - "documentation":"<p>The database engine name. Valid values, depending on the EndpointType, include <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"mariadb\"</code>, <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"redshift\"</code>, <code>\"s3\"</code>, <code>\"db2\"</code>, <code>\"db2-zos\"</code>, <code>\"azuredb\"</code>, <code>\"sybase\"</code>, <code>\"dynamodb\"</code>, <code>\"mongodb\"</code>, <code>\"kinesis\"</code>, <code>\"kafka\"</code>, <code>\"elasticsearch\"</code>, <code>\"documentdb\"</code>, <code>\"sqlserver\"</code>, <code>\"neptune\"</code>, and <code>\"babelfish\"</code>.</p>" |
| 4798 | + "documentation":"<p>The database engine name. Valid values, depending on the EndpointType, include <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"mariadb\"</code>, <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"redshift\"</code>, <code>\"redshift-serverless\"</code>, <code>\"s3\"</code>, <code>\"db2\"</code>, <code>\"db2-zos\"</code>, <code>\"azuredb\"</code>, <code>\"sybase\"</code>, <code>\"dynamodb\"</code>, <code>\"mongodb\"</code>, <code>\"kinesis\"</code>, <code>\"kafka\"</code>, <code>\"elasticsearch\"</code>, <code>\"documentdb\"</code>, <code>\"sqlserver\"</code>, <code>\"neptune\"</code>, and <code>\"babelfish\"</code>.</p>" |
4799 | 4799 | },
|
4800 | 4800 | "EngineDisplayName":{
|
4801 | 4801 | "shape":"String",
|
|
5396 | 5396 | "SecretsManagerSecretId":{
|
5397 | 5397 | "shape":"String",
|
5398 | 5398 | "documentation":"<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the Db2 LUW endpoint connection details.</p>"
|
| 5399 | + }, |
| 5400 | + "LoadTimeout":{ |
| 5401 | + "shape":"IntegerOptional", |
| 5402 | + "documentation":"<p>The amount of time (in milliseconds) before DMS times out operations performed by DMS on the Db2 target. The default value is 1200 (20 minutes).</p>" |
| 5403 | + }, |
| 5404 | + "WriteBufferSize":{ |
| 5405 | + "shape":"IntegerOptional", |
| 5406 | + "documentation":"<p>The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance. The default value is 1024 (1 MB).</p>" |
| 5407 | + }, |
| 5408 | + "MaxFileSize":{ |
| 5409 | + "shape":"IntegerOptional", |
| 5410 | + "documentation":"<p>Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.</p>" |
| 5411 | + }, |
| 5412 | + "KeepCsvFiles":{ |
| 5413 | + "shape":"BooleanOptional", |
| 5414 | + "documentation":"<p>If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate data. DMS uses these files for analysis and troubleshooting.</p> <p>The default value is false. </p>" |
5399 | 5415 | }
|
5400 | 5416 | },
|
5401 | 5417 | "documentation":"<p>Provides information that defines an IBM Db2 LUW endpoint.</p>"
|
|
6079 | 6095 | },
|
6080 | 6096 | "Engine":{
|
6081 | 6097 | "shape":"String",
|
6082 |
| - "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
| 6098 | + "documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>" |
6083 | 6099 | },
|
6084 | 6100 | "ExactSettings":{
|
6085 | 6101 | "shape":"BooleanOptional",
|
|
6781 | 6797 | "SecretsManagerSecretId":{
|
6782 | 6798 | "shape":"String",
|
6783 | 6799 | "documentation":"<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the MySQL endpoint connection details.</p>"
|
| 6800 | + }, |
| 6801 | + "ExecuteTimeout":{ |
| 6802 | + "shape":"IntegerOptional", |
| 6803 | + "documentation":"<p>Sets the client statement timeout (in seconds) for a MySQL source endpoint.</p>" |
6784 | 6804 | }
|
6785 | 6805 | },
|
6786 | 6806 | "documentation":"<p>Provides information that defines a MySQL endpoint.</p>"
|
|
7953 | 7973 | "ReplicationLastStopTime":{
|
7954 | 7974 | "shape":"TStamp",
|
7955 | 7975 | "documentation":"<p>The timestamp when replication was last stopped.</p>"
|
| 7976 | + }, |
| 7977 | + "ReplicationDeprovisionTime":{ |
| 7978 | + "shape":"TStamp", |
| 7979 | + "documentation":"<p>The timestamp when DMS will deprovision the replication.</p>" |
7956 | 7980 | }
|
7957 | 7981 | },
|
7958 | 7982 | "documentation":"<p>Provides information that describes a serverless replication created by the <code>CreateReplication</code> operation.</p>"
|
|
0 commit comments