|
3076 | 3076 | "members": {
|
3077 | 3077 | "Filters": {
|
3078 | 3078 | "shape": "FilterList",
|
3079 |
| - "documentation": "<p> If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria: </p> <ul> <li> <p> <code>database-id</code> – The ID of the database, for example <code>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</code>.</p> </li> <li> <p> <code>database-name</code> – The name of the database.</p> </li> <li> <p> <code>database-engine</code> – The name of the database engine.</p> </li> <li> <p> <code>server-ip-address</code> – The IP address of the database server.</p> </li> <li> <p> <code>database-ip-address</code> – The IP address of the database.</p> </li> <li> <p> <code>collector-name</code> – The name of the associated Fleet Advisor collector.</p> </li> </ul> <p>An example is: <code>describe-fleet-advisor-databases --filter Name=\"database-id\",Values=\"d4610ac5-e323-4ad9-bc50-eaf7249dfe9d\"</code> </p>" |
| 3079 | + "documentation": "<p> If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria: </p> <ul> <li> <p> <code>database-id</code> – The ID of the database.</p> </li> <li> <p> <code>database-name</code> – The name of the database.</p> </li> <li> <p> <code>database-engine</code> – The name of the database engine.</p> </li> <li> <p> <code>server-ip-address</code> – The IP address of the database server.</p> </li> <li> <p> <code>database-ip-address</code> – The IP address of the database.</p> </li> <li> <p> <code>collector-name</code> – The name of the associated Fleet Advisor collector.</p> </li> </ul> <p>An example is: <code>describe-fleet-advisor-databases --filter Name=\"database-id\",Values=\"45\"</code> </p>" |
3080 | 3080 | },
|
3081 | 3081 | "MaxRecords": {
|
3082 | 3082 | "shape": "IntegerOptional",
|
|
3700 | 3700 | "ErrorRetryDuration": {
|
3701 | 3701 | "shape": "IntegerOptional",
|
3702 | 3702 | "documentation": "<p>The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.</p>"
|
| 3703 | + }, |
| 3704 | + "UseNewMappingType": { |
| 3705 | + "shape": "BooleanOptional", |
| 3706 | + "documentation": "<p>Set this option to <code>true</code> for DMS to migrate documentation using the documentation type <code>_doc</code>. OpenSearch and an Elasticsearch cluster only support the _doc documentation type in versions 7. x and later. The default value is <code>false</code>.</p>" |
3703 | 3707 | }
|
3704 | 3708 | },
|
3705 | 3709 | "documentation": "<p>Provides information that defines an OpenSearch endpoint.</p>"
|
|
4546 | 4550 | "SecretsManagerSecretId": {
|
4547 | 4551 | "shape": "String",
|
4548 | 4552 | "documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the SQL Server endpoint connection details.</p>"
|
| 4553 | + }, |
| 4554 | + "TrimSpaceInChar": { |
| 4555 | + "shape": "BooleanOptional", |
| 4556 | + "documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>" |
4549 | 4557 | }
|
4550 | 4558 | },
|
4551 | 4559 | "documentation": "<p>Provides information that defines a Microsoft SQL Server endpoint.</p>"
|
|
5256 | 5264 | "SecretsManagerOracleAsmSecretId": {
|
5257 | 5265 | "shape": "String",
|
5258 | 5266 | "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> that contains the Oracle ASM connection details for the Oracle endpoint.</p>"
|
| 5267 | + }, |
| 5268 | + "TrimSpaceInChar": { |
| 5269 | + "shape": "BooleanOptional", |
| 5270 | + "documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>" |
5259 | 5271 | }
|
5260 | 5272 | },
|
5261 | 5273 | "documentation": "<p>Provides information that defines an Oracle endpoint.</p>"
|
|
5439 | 5451 | "SecretsManagerSecretId": {
|
5440 | 5452 | "shape": "String",
|
5441 | 5453 | "documentation": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the PostgreSQL endpoint connection details.</p>"
|
| 5454 | + }, |
| 5455 | + "TrimSpaceInChar": { |
| 5456 | + "shape": "BooleanOptional", |
| 5457 | + "documentation": "<p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>" |
5442 | 5458 | }
|
5443 | 5459 | },
|
5444 | 5460 | "documentation": "<p>Provides information that defines a PostgreSQL endpoint.</p>"
|
|
6016 | 6032 | },
|
6017 | 6033 | "StopReason": {
|
6018 | 6034 | "shape": "String",
|
6019 |
| - "documentation": "<p>The reason the replication task was stopped. This response parameter can return one of the following values:</p> <ul> <li> <p> <code>\"STOP_REASON_FULL_LOAD_COMPLETED\"</code> – Full-load migration completed.</p> </li> <li> <p> <code>\"STOP_REASON_CACHED_CHANGES_APPLIED\"</code> – Change data capture (CDC) load completed.</p> </li> <li> <p> <code>\"STOP_REASON_CACHED_CHANGES_NOT_APPLIED\"</code> – In a full-load and CDC migration, the full load stopped as specified before starting the CDC migration.</p> </li> <li> <p> <code>\"STOP_REASON_SERVER_TIME\"</code> – The migration stopped at the specified server time.</p> </li> </ul>" |
| 6035 | + "documentation": "<p>The reason the replication task was stopped. This response parameter can return one of the following values:</p> <ul> <li> <p> <code>\"Stop Reason NORMAL\"</code> </p> </li> <li> <p> <code>\"Stop Reason RECOVERABLE_ERROR\"</code> </p> </li> <li> <p> <code>\"Stop Reason FATAL_ERROR\"</code> </p> </li> <li> <p> <code>\"Stop Reason FULL_LOAD_ONLY_FINISHED\"</code> </p> </li> <li> <p> <code>\"Stop Reason STOPPED_AFTER_FULL_LOAD\"</code> – Full load completed, with cached changes not applied</p> </li> <li> <p> <code>\"Stop Reason STOPPED_AFTER_CACHED_EVENTS\"</code> – Full load completed, with cached changes applied</p> </li> <li> <p> <code>\"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED\"</code> </p> </li> <li> <p> <code>\"Stop Reason STOPPED_AFTER_DDL_APPLY\"</code> – User-defined stop task after DDL applied</p> </li> <li> <p> <code>\"Stop Reason STOPPED_DUE_TO_LOW_MEMORY\"</code> </p> </li> <li> <p> <code>\"Stop Reason STOPPED_DUE_TO_LOW_DISK\"</code> </p> </li> <li> <p> <code>\"Stop Reason STOPPED_AT_SERVER_TIME\"</code> – User-defined server time for stopping task</p> </li> <li> <p> <code>\"Stop Reason STOPPED_AT_COMMIT_TIME\"</code> – User-defined commit time for stopping task</p> </li> <li> <p> <code>\"Stop Reason RECONFIGURATION_RESTART\"</code> </p> </li> <li> <p> <code>\"Stop Reason RECYCLE_TASK\"</code> </p> </li> </ul>" |
6020 | 6036 | },
|
6021 | 6037 | "ReplicationTaskCreationDate": {
|
6022 | 6038 | "shape": "TStamp",
|
|
6440 | 6456 | "DatePartitionTimezone": {
|
6441 | 6457 | "shape": "String",
|
6442 | 6458 | "documentation": "<p>When creating an S3 target endpoint, set <code>DatePartitionTimezone</code> to convert the current UTC time into a specified time zone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The time zone format is Area/Location. Use this parameter when <code>DatePartitionedEnabled</code> is set to <code>true</code>, as shown in the following example.</p> <p> <code>s3-settings='{\"DatePartitionEnabled\": true, \"DatePartitionSequence\": \"YYYYMMDDHH\", \"DatePartitionDelimiter\": \"SLASH\", \"DatePartitionTimezone\":\"<i>Asia/Seoul</i>\", \"BucketName\": \"dms-nattarat-test\"}'</code> </p>"
|
| 6459 | + }, |
| 6460 | + "AddTrailingPaddingCharacter": { |
| 6461 | + "shape": "BooleanOptional", |
| 6462 | + "documentation": "<p>Use the S3 target endpoint setting <code>AddTrailingPaddingCharacter</code> to add padding on string data. The default value is <code>false</code>.</p>" |
| 6463 | + }, |
| 6464 | + "ExpectedBucketOwner": { |
| 6465 | + "shape": "String", |
| 6466 | + "documentation": "<p>To specify a bucket owner and prevent sniping, you can use the <code>ExpectedBucketOwner</code> endpoint setting. </p> <p>Example: <code>--s3-settings='{\"ExpectedBucketOwner\": \"<i>AWS_Account_ID</i>\"}'</code> </p> <p>When you make a request to test a connection or perform a migration, S3 checks the account ID of the bucket owner against the specified parameter.</p>" |
6443 | 6467 | }
|
6444 | 6468 | },
|
6445 | 6469 | "documentation": "<p>Settings for exporting data to Amazon S3. </p>"
|
|
0 commit comments