|
2448 | 2448 | "members":{
|
2449 | 2449 | "Filters":{
|
2450 | 2450 | "shape":"FilterList",
|
2451 |
| - "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>" |
| 2451 | + "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>" |
2452 | 2452 | },
|
2453 | 2453 | "MaxRecords":{
|
2454 | 2454 | "shape":"IntegerOptional",
|
|
3060 | 3060 | "ErrorRetryDuration":{
|
3061 | 3061 | "shape":"IntegerOptional",
|
3062 | 3062 | "documentation":"<p>The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.</p>"
|
| 3063 | + }, |
| 3064 | + "UseNewMappingType":{ |
| 3065 | + "shape":"BooleanOptional", |
| 3066 | + "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>" |
3063 | 3067 | }
|
3064 | 3068 | },
|
3065 | 3069 | "documentation":"<p>Provides information that defines an OpenSearch endpoint.</p>"
|
|
3969 | 3973 | "SecretsManagerSecretId":{
|
3970 | 3974 | "shape":"String",
|
3971 | 3975 | "documentation":"<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the SQL Server endpoint connection details.</p>"
|
| 3976 | + }, |
| 3977 | + "TrimSpaceInChar":{ |
| 3978 | + "shape":"BooleanOptional", |
| 3979 | + "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>" |
3972 | 3980 | }
|
3973 | 3981 | },
|
3974 | 3982 | "documentation":"<p>Provides information that defines a Microsoft SQL Server endpoint.</p>"
|
|
4669 | 4677 | "SecretsManagerOracleAsmSecretId":{
|
4670 | 4678 | "shape":"String",
|
4671 | 4679 | "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>"
|
| 4680 | + }, |
| 4681 | + "TrimSpaceInChar":{ |
| 4682 | + "shape":"BooleanOptional", |
| 4683 | + "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>" |
4672 | 4684 | }
|
4673 | 4685 | },
|
4674 | 4686 | "documentation":"<p>Provides information that defines an Oracle endpoint.</p>"
|
|
4846 | 4858 | "SecretsManagerSecretId":{
|
4847 | 4859 | "shape":"String",
|
4848 | 4860 | "documentation":"<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the PostgreSQL endpoint connection details.</p>"
|
| 4861 | + }, |
| 4862 | + "TrimSpaceInChar":{ |
| 4863 | + "shape":"BooleanOptional", |
| 4864 | + "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>" |
4849 | 4865 | }
|
4850 | 4866 | },
|
4851 | 4867 | "documentation":"<p>Provides information that defines a PostgreSQL endpoint.</p>"
|
|
5421 | 5437 | },
|
5422 | 5438 | "StopReason":{
|
5423 | 5439 | "shape":"String",
|
5424 |
| - "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>" |
| 5440 | + "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>" |
5425 | 5441 | },
|
5426 | 5442 | "ReplicationTaskCreationDate":{
|
5427 | 5443 | "shape":"TStamp",
|
|
5888 | 5904 | "DatePartitionTimezone":{
|
5889 | 5905 | "shape":"String",
|
5890 | 5906 | "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>"
|
| 5907 | + }, |
| 5908 | + "AddTrailingPaddingCharacter":{ |
| 5909 | + "shape":"BooleanOptional", |
| 5910 | + "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>" |
| 5911 | + }, |
| 5912 | + "ExpectedBucketOwner":{ |
| 5913 | + "shape":"String", |
| 5914 | + "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>" |
5891 | 5915 | }
|
5892 | 5916 | },
|
5893 | 5917 | "documentation":"<p>Settings for exporting data to Amazon S3. </p>"
|
|
0 commit comments