Skip to content

Commit

Permalink
feat: update AWS API models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Nov 13, 2023
1 parent 437515a commit dfefb4e
Show file tree
Hide file tree
Showing 7 changed files with 746 additions and 198 deletions.
48 changes: 42 additions & 6 deletions codegen/sdk/aws-models/database-migration-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@
"Engine": {
"target": "com.amazonaws.databasemigrationservice#String",
"traits": {
"smithy.api#documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, \n <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, \n and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>",
"smithy.api#documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, \n <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, \n <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>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -3739,7 +3739,7 @@
"SubnetIds": {
"target": "com.amazonaws.databasemigrationservice#SubnetIdentifierList",
"traits": {
"smithy.api#documentation": "<p>One or more subnet IDs to be assigned to the subnet group.</p>",
"smithy.api#documentation": "<p>Two or more subnet IDs to be assigned to the subnet group.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -3993,7 +3993,7 @@
"Engine": {
"target": "com.amazonaws.databasemigrationservice#String",
"traits": {
"smithy.api#documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, \n <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, \n and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
"smithy.api#documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, \n <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, \n <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>"
}
},
"Settings": {
Expand Down Expand Up @@ -5809,7 +5809,7 @@
"Filters": {
"target": "com.amazonaws.databasemigrationservice#FilterList",
"traits": {
"smithy.api#documentation": "<p>Filters applied to the data providers described in the form of key-value pairs.</p>"
"smithy.api#documentation": "<p>Filters applied to the data providers described in the form of key-value pairs.</p>\n <p>Valid filter names: data-provider-identifier</p>"
}
},
"MaxRecords": {
Expand Down Expand Up @@ -9648,7 +9648,7 @@
"EngineName": {
"target": "com.amazonaws.databasemigrationservice#String",
"traits": {
"smithy.api#documentation": "<p>The database engine name. Valid values, depending on the EndpointType, include\n <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>,\n <code>\"mariadb\"</code>, <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>,\n <code>\"redshift\"</code>, <code>\"s3\"</code>, <code>\"db2\"</code>, <code>\"db2-zos\"</code>, \n <code>\"azuredb\"</code>, <code>\"sybase\"</code>, <code>\"dynamodb\"</code>, \n <code>\"mongodb\"</code>, <code>\"kinesis\"</code>, <code>\"kafka\"</code>, \n <code>\"elasticsearch\"</code>, <code>\"documentdb\"</code>, <code>\"sqlserver\"</code>, \n <code>\"neptune\"</code>, and <code>\"babelfish\"</code>.</p>"
"smithy.api#documentation": "<p>The database engine name. Valid values, depending on the EndpointType, include\n <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>,\n <code>\"mariadb\"</code>, <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>,\n <code>\"redshift\"</code>, <code>\"redshift-serverless\"</code>, <code>\"s3\"</code>, <code>\"db2\"</code>, <code>\"db2-zos\"</code>, \n <code>\"azuredb\"</code>, <code>\"sybase\"</code>, <code>\"dynamodb\"</code>, \n <code>\"mongodb\"</code>, <code>\"kinesis\"</code>, <code>\"kafka\"</code>, \n <code>\"elasticsearch\"</code>, <code>\"documentdb\"</code>, <code>\"sqlserver\"</code>, \n <code>\"neptune\"</code>, and <code>\"babelfish\"</code>.</p>"
}
},
"EngineDisplayName": {
Expand Down Expand Up @@ -10613,6 +10613,30 @@
"traits": {
"smithy.api#documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the Db2 LUW endpoint connection details.</p>"
}
},
"LoadTimeout": {
"target": "com.amazonaws.databasemigrationservice#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The amount of time (in milliseconds) before DMS times out operations performed by DMS on the Db2 target.\n The default value is 1200 (20 minutes).</p>"
}
},
"WriteBufferSize": {
"target": "com.amazonaws.databasemigrationservice#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk\n on the DMS replication instance. The default value is 1024 (1 MB).</p>"
}
},
"MaxFileSize": {
"target": "com.amazonaws.databasemigrationservice#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.</p>"
}
},
"KeepCsvFiles": {
"target": "com.amazonaws.databasemigrationservice#BooleanOptional",
"traits": {
"smithy.api#documentation": "<p>If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate data. DMS uses these \n files for analysis and troubleshooting.</p>\n <p>The default value is false. </p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -11850,7 +11874,7 @@
"Engine": {
"target": "com.amazonaws.databasemigrationservice#String",
"traits": {
"smithy.api#documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, \n <code>\"aurora_postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, \n and <code>\"sqlserver\"</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
"smithy.api#documentation": "<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, \n <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, \n <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>"
}
},
"ExactSettings": {
Expand Down Expand Up @@ -13379,6 +13403,12 @@
"traits": {
"smithy.api#documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the MySQL endpoint connection details.</p>"
}
},
"ExecuteTimeout": {
"target": "com.amazonaws.databasemigrationservice#IntegerOptional",
"traits": {
"smithy.api#documentation": "<p>Sets the client statement timeout (in seconds) for a MySQL source endpoint.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -15298,6 +15328,12 @@
"traits": {
"smithy.api#documentation": "<p>The timestamp when replication was last stopped.</p>"
}
},
"ReplicationDeprovisionTime": {
"target": "com.amazonaws.databasemigrationservice#TStamp",
"traits": {
"smithy.api#documentation": "<p>The timestamp when DMS will deprovision the replication.</p>"
}
}
},
"traits": {
Expand Down
3 changes: 1 addition & 2 deletions codegen/sdk/aws-models/dataexchange.json
Original file line number Diff line number Diff line change
Expand Up @@ -4792,8 +4792,7 @@
"ProductId": {
"target": "com.amazonaws.dataexchange#__string",
"traits": {
"smithy.api#documentation": "<p>The product ID of the origin of the data set.</p>",
"smithy.api#required": {}
"smithy.api#documentation": "<p>The product ID of the origin of the data set.</p>"
}
}
},
Expand Down
Loading

0 comments on commit dfefb4e

Please sign in to comment.