Skip to content

Commit 56779da

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent e614a23 commit 56779da

File tree

2 files changed

+103
-67
lines changed

2 files changed

+103
-67
lines changed

codegen/sdk-codegen/aws-models/database-migration-service.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@
32383238
"Filters": {
32393239
"target": "com.amazonaws.databasemigrationservice#FilterList",
32403240
"traits": {
3241-
"smithy.api#documentation": "<p> If you specify any of the following filters, the output includes information for only\n those databases that meet the filter criteria: </p>\n \n <ul>\n <li>\n <p>\n <code>database-id</code> – The ID of the database, for example\n <code>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</code>.</p>\n </li>\n <li>\n <p>\n <code>database-name</code> – The name of the database.</p>\n </li>\n <li>\n <p>\n <code>database-engine</code> – The name of the database engine.</p>\n </li>\n <li>\n <p>\n <code>server-ip-address</code> – The IP address of the database server.</p>\n </li>\n <li>\n <p>\n <code>database-ip-address</code> – The IP address of the database.</p>\n </li>\n <li>\n <p>\n <code>collector-name</code> – The name of the associated Fleet Advisor collector.</p>\n </li>\n </ul>\n \n <p>An example is: <code>describe-fleet-advisor-databases --filter\n Name=\"database-id\",Values=\"d4610ac5-e323-4ad9-bc50-eaf7249dfe9d\"</code>\n </p>"
3241+
"smithy.api#documentation": "<p> If you specify any of the following filters, the output includes information for only\n those databases that meet the filter criteria: </p>\n \n <ul>\n <li>\n <p>\n <code>database-id</code> – The ID of the database.</p>\n </li>\n <li>\n <p>\n <code>database-name</code> – The name of the database.</p>\n </li>\n <li>\n <p>\n <code>database-engine</code> – The name of the database engine.</p>\n </li>\n <li>\n <p>\n <code>server-ip-address</code> – The IP address of the database server.</p>\n </li>\n <li>\n <p>\n <code>database-ip-address</code> – The IP address of the database.</p>\n </li>\n <li>\n <p>\n <code>collector-name</code> – The name of the associated Fleet Advisor collector.</p>\n </li>\n </ul>\n \n <p>An example is: <code>describe-fleet-advisor-databases --filter\n Name=\"database-id\",Values=\"45\"</code>\n </p>"
32423242
}
32433243
},
32443244
"MaxRecords": {
@@ -4868,6 +4868,12 @@
48684868
"traits": {
48694869
"smithy.api#documentation": "<p>The maximum number of seconds for which DMS retries failed API requests to the\n OpenSearch cluster.</p>"
48704870
}
4871+
},
4872+
"UseNewMappingType": {
4873+
"target": "com.amazonaws.databasemigrationservice#BooleanOptional",
4874+
"traits": {
4875+
"smithy.api#documentation": "<p>Set this option to <code>true</code> for DMS to migrate documentation using the documentation type <code>_doc</code>. OpenSearch and \n an Elasticsearch cluster only support the _doc documentation type in versions 7. x and later. The default value is <code>false</code>.</p>"
4876+
}
48714877
}
48724878
},
48734879
"traits": {
@@ -6311,6 +6317,12 @@
63116317
"traits": {
63126318
"smithy.api#documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the SQL Server endpoint connection details.</p>"
63136319
}
6320+
},
6321+
"TrimSpaceInChar": {
6322+
"target": "com.amazonaws.databasemigrationservice#BooleanOptional",
6323+
"traits": {
6324+
"smithy.api#documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data \n on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>"
6325+
}
63146326
}
63156327
},
63166328
"traits": {
@@ -7536,6 +7548,12 @@
75367548
"traits": {
75377549
"smithy.api#documentation": "<p>Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or friendly name of the <code>SecretsManagerOracleAsmSecret</code> \n that contains the Oracle ASM connection details for the Oracle endpoint.</p>"
75387550
}
7551+
},
7552+
"TrimSpaceInChar": {
7553+
"target": "com.amazonaws.databasemigrationservice#BooleanOptional",
7554+
"traits": {
7555+
"smithy.api#documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data \n on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>"
7556+
}
75397557
}
75407558
},
75417559
"traits": {
@@ -7819,6 +7837,12 @@
78197837
"traits": {
78207838
"smithy.api#documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the PostgreSQL endpoint connection details.</p>"
78217839
}
7840+
},
7841+
"TrimSpaceInChar": {
7842+
"target": "com.amazonaws.databasemigrationservice#BooleanOptional",
7843+
"traits": {
7844+
"smithy.api#documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data \n on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>"
7845+
}
78227846
}
78237847
},
78247848
"traits": {
@@ -8756,7 +8780,7 @@
87568780
"StopReason": {
87578781
"target": "com.amazonaws.databasemigrationservice#String",
87588782
"traits": {
8759-
"smithy.api#documentation": "<p>The reason the replication task was stopped. This response parameter can return one of\n the following values:</p>\n <ul>\n <li>\n <p>\n <code>\"STOP_REASON_FULL_LOAD_COMPLETED\"</code> – Full-load migration\n completed.</p>\n </li>\n <li>\n <p>\n <code>\"STOP_REASON_CACHED_CHANGES_APPLIED\"</code> – Change data capture (CDC)\n load completed.</p>\n </li>\n <li>\n <p>\n <code>\"STOP_REASON_CACHED_CHANGES_NOT_APPLIED\"</code> – In a\n full-load and CDC migration, the full load stopped as specified before starting the\n CDC migration.</p>\n </li>\n <li>\n <p>\n <code>\"STOP_REASON_SERVER_TIME\"</code> – The migration stopped at the\n specified server time.</p>\n </li>\n </ul>"
8783+
"smithy.api#documentation": "<p>The reason the replication task was stopped. This response parameter can return one of\n the following values:</p>\n <ul>\n <li>\n <p>\n <code>\"Stop Reason NORMAL\"</code>\n </p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason RECOVERABLE_ERROR\"</code>\n </p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason FATAL_ERROR\"</code>\n </p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason FULL_LOAD_ONLY_FINISHED\"</code> \n </p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason STOPPED_AFTER_FULL_LOAD\"</code> – Full load completed, with cached changes not applied</p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason STOPPED_AFTER_CACHED_EVENTS\"</code> – Full load completed, with cached changes applied</p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED\"</code> \n </p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason STOPPED_AFTER_DDL_APPLY\"</code> – User-defined stop task after DDL applied</p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason STOPPED_DUE_TO_LOW_MEMORY\"</code> \n </p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason STOPPED_DUE_TO_LOW_DISK\"</code> \n </p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason STOPPED_AT_SERVER_TIME\"</code> – User-defined server time for stopping task</p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason STOPPED_AT_COMMIT_TIME\"</code> – User-defined commit time for stopping task</p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason RECONFIGURATION_RESTART\"</code> \n </p>\n </li>\n <li>\n <p>\n <code>\"Stop Reason RECYCLE_TASK\"</code> \n </p>\n </li>\n </ul>"
87608784
}
87618785
},
87628786
"ReplicationTaskCreationDate": {
@@ -9472,6 +9496,18 @@
94729496
"traits": {
94739497
"smithy.api#documentation": "<p>When creating an S3 target endpoint, set <code>DatePartitionTimezone</code> to convert\n the current UTC time into a specified time zone. The conversion occurs when a date\n partition folder is created and a CDC filename is generated. The time zone format is Area/Location.\n Use this parameter when <code>DatePartitionedEnabled</code> is set to <code>true</code>, as shown in the\n following example.</p>\n <p>\n <code>s3-settings='{\"DatePartitionEnabled\": true, \"DatePartitionSequence\": \"YYYYMMDDHH\",\n \"DatePartitionDelimiter\": \"SLASH\",\n \"DatePartitionTimezone\":\"<i>Asia/Seoul</i>\", \"BucketName\":\n \"dms-nattarat-test\"}'</code>\n </p>"
94749498
}
9499+
},
9500+
"AddTrailingPaddingCharacter": {
9501+
"target": "com.amazonaws.databasemigrationservice#BooleanOptional",
9502+
"traits": {
9503+
"smithy.api#documentation": "<p>Use the S3 target endpoint setting <code>AddTrailingPaddingCharacter</code> to add \n padding on string data. The default value is <code>false</code>.</p>"
9504+
}
9505+
},
9506+
"ExpectedBucketOwner": {
9507+
"target": "com.amazonaws.databasemigrationservice#String",
9508+
"traits": {
9509+
"smithy.api#documentation": "<p>To specify a bucket owner and prevent sniping, you can use the \n <code>ExpectedBucketOwner</code> endpoint setting. </p>\n <p>Example: <code>--s3-settings='{\"ExpectedBucketOwner\": \"<i>AWS_Account_ID</i>\"}'</code>\n </p>\n <p>When you make a request to test a connection or perform a migration, S3 checks the account \n ID of the bucket owner against the specified parameter.</p>"
9510+
}
94759511
}
94769512
},
94779513
"traits": {

0 commit comments

Comments
 (0)