1{
2  "version": "2.0",
3  "service": "<fullname>AWS Database Migration Service</fullname> <p>AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.</p> <p>For more information about AWS DMS, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html\">What Is AWS Database Migration Service?</a> in the <i>AWS Database Migration User Guide.</i> </p>",
4  "operations": {
5    "AddTagsToResource": "<p>Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html\"> <code>Tag</code> </a> data type description.</p>",
6    "ApplyPendingMaintenanceAction": "<p>Applies a pending maintenance action to a resource (for example, to a replication instance).</p>",
7    "CancelReplicationTaskAssessmentRun": "<p>Cancels a single premigration assessment run.</p> <p>This operation prevents any individual assessments from running if they haven't started running. It also attempts to cancel any individual assessments that are currently running.</p>",
8    "CreateEndpoint": "<p>Creates an endpoint using the provided settings.</p>",
9    "CreateEventSubscription": "<p> Creates an AWS DMS event notification subscription. </p> <p>You can specify the type of source (<code>SourceType</code>) you want to be notified of, provide a list of AWS DMS source IDs (<code>SourceIds</code>) that triggers the events, and provide a list of event categories (<code>EventCategories</code>) for events you want to be notified of. If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType = replication-instance</code> and <code>SourceIdentifier = my-replinstance</code>, you will be notified of all the replication instance events for the specified source. If you specify a <code>SourceType</code> but don't specify a <code>SourceIdentifier</code>, you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either <code>SourceType</code> nor <code>SourceIdentifier</code>, you will be notified of events generated from all AWS DMS sources belonging to your customer account.</p> <p>For more information about AWS DMS events, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html\">Working with Events and Notifications</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
10    "CreateReplicationInstance": "<p>Creates the replication instance using the specified parameters.</p> <p>AWS DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole\">Creating the IAM Roles to Use With the AWS CLI and AWS DMS API</a>. For information on the required permissions, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.IAMPermissions\">IAM Permissions Needed to Use AWS DMS</a>.</p>",
11    "CreateReplicationSubnetGroup": "<p>Creates a replication subnet group given a list of the subnet IDs in a VPC.</p>",
12    "CreateReplicationTask": "<p>Creates a replication task using the specified parameters.</p>",
13    "DeleteCertificate": "<p>Deletes the specified certificate. </p>",
14    "DeleteConnection": "<p>Deletes the connection between a replication instance and an endpoint.</p>",
15    "DeleteEndpoint": "<p>Deletes the specified endpoint.</p> <note> <p>All tasks associated with the endpoint must be deleted before you can delete the endpoint.</p> </note> <p/>",
16    "DeleteEventSubscription": "<p> Deletes an AWS DMS event subscription. </p>",
17    "DeleteReplicationInstance": "<p>Deletes the specified replication instance.</p> <note> <p>You must delete any migration tasks that are associated with the replication instance before you can delete it.</p> </note> <p/>",
18    "DeleteReplicationSubnetGroup": "<p>Deletes a subnet group.</p>",
19    "DeleteReplicationTask": "<p>Deletes the specified replication task.</p>",
20    "DeleteReplicationTaskAssessmentRun": "<p>Deletes the record of a single premigration assessment run.</p> <p>This operation removes all metadata that AWS DMS maintains about this assessment run. However, the operation leaves untouched all information about this assessment run that is stored in your Amazon S3 bucket.</p>",
21    "DescribeAccountAttributes": "<p>Lists all of the AWS DMS attributes for a customer account. These attributes include AWS DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.</p> <p>This command does not take any parameters.</p>",
22    "DescribeApplicableIndividualAssessments": "<p>Provides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters.</p> <p>If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run.</p> <p>To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task.</p> <p>If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.</p>",
23    "DescribeCertificates": "<p>Provides a description of the certificate.</p>",
24    "DescribeConnections": "<p>Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.</p>",
25    "DescribeEndpointSettings": "<p>Returns information about the possible endpoint settings available when you create an endpoint for a specific database engine.</p>",
26    "DescribeEndpointTypes": "<p>Returns information about the type of endpoints available.</p>",
27    "DescribeEndpoints": "<p>Returns information about the endpoints for your account in the current region.</p>",
28    "DescribeEventCategories": "<p>Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html\">Working with Events and Notifications</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
29    "DescribeEventSubscriptions": "<p>Lists all the event subscriptions for a customer account. The description of a subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>. </p> <p>If you specify <code>SubscriptionName</code>, this action lists the description for that subscription.</p>",
30    "DescribeEvents": "<p> Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html\">Working with Events and Notifications</a> in the <i>AWS Database Migration User Guide.</i> </p>",
31    "DescribeOrderableReplicationInstances": "<p>Returns information about the replication instance types that can be created in the specified region.</p>",
32    "DescribePendingMaintenanceActions": "<p>For internal use only</p>",
33    "DescribeRefreshSchemasStatus": "<p>Returns the status of the RefreshSchemas operation.</p>",
34    "DescribeReplicationInstanceTaskLogs": "<p>Returns information about the task logs for the specified task.</p>",
35    "DescribeReplicationInstances": "<p>Returns information about replication instances for your account in the current region.</p>",
36    "DescribeReplicationSubnetGroups": "<p>Returns information about the replication subnet groups.</p>",
37    "DescribeReplicationTaskAssessmentResults": "<p>Returns the task assessment results from Amazon S3. This action always returns the latest results.</p>",
38    "DescribeReplicationTaskAssessmentRuns": "<p>Returns a paginated list of premigration assessment runs based on filter settings.</p> <p>These filter settings can specify a combination of premigration assessment runs, migration tasks, replication instances, and assessment run status values.</p> <note> <p>This operation doesn't return information about individual assessments. For this information, see the <code>DescribeReplicationTaskIndividualAssessments</code> operation. </p> </note>",
39    "DescribeReplicationTaskIndividualAssessments": "<p>Returns a paginated list of individual assessments based on filter settings.</p> <p>These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.</p>",
40    "DescribeReplicationTasks": "<p>Returns information about replication tasks for your account in the current region.</p>",
41    "DescribeSchemas": "<p>Returns information about the schema for the specified endpoint.</p> <p/>",
42    "DescribeTableStatistics": "<p>Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.</p> <p>Note that the \"last updated\" column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.</p>",
43    "ImportCertificate": "<p>Uploads the specified certificate.</p>",
44    "ListTagsForResource": "<p>Lists all metadata tags attached to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html\"> <code>Tag</code> </a> data type description.</p>",
45    "ModifyEndpoint": "<p>Modifies the specified endpoint.</p>",
46    "ModifyEventSubscription": "<p>Modifies an existing AWS DMS event notification subscription. </p>",
47    "ModifyReplicationInstance": "<p>Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.</p> <p>Some settings are applied during the maintenance window.</p> <p/>",
48    "ModifyReplicationSubnetGroup": "<p>Modifies the settings for the specified replication subnet group.</p>",
49    "ModifyReplicationTask": "<p>Modifies the specified replication task.</p> <p>You can't modify the task endpoints. The task must be stopped before you can modify it. </p> <p>For more information about AWS DMS tasks, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html\">Working with Migration Tasks</a> in the <i>AWS Database Migration Service User Guide</i>.</p>",
50    "MoveReplicationTask": "<p>Moves a replication task from its current replication instance to a different target replication instance using the specified parameters. The target replication instance must be created with the same or later AWS DMS version as the current replication instance.</p>",
51    "RebootReplicationInstance": "<p>Reboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.</p>",
52    "RefreshSchemas": "<p>Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.</p>",
53    "ReloadTables": "<p>Reloads the target database table with the source data. </p>",
54    "RemoveTagsFromResource": "<p>Removes metadata tags from an AWS DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html\"> <code>Tag</code> </a> data type description.</p>",
55    "StartReplicationTask": "<p>Starts the replication task.</p> <p>For more information about AWS DMS tasks, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html\">Working with Migration Tasks </a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
56    "StartReplicationTaskAssessment": "<p> Starts the replication task assessment for unsupported data types in the source database. </p>",
57    "StartReplicationTaskAssessmentRun": "<p>Starts a new premigration assessment run for one or more individual assessments of a migration task.</p> <p>The assessments that you can specify depend on the source and target database engine and the migration type defined for the given task. To run this operation, your migration task must already be created. After you run this operation, you can review the status of each individual assessment. You can also run the migration task manually after the assessment run and its individual assessments complete.</p>",
58    "StopReplicationTask": "<p>Stops the replication task.</p>",
59    "TestConnection": "<p>Tests the connection between the replication instance and the endpoint.</p>"
60  },
61  "shapes": {
62    "AccessDeniedFault": {
63      "base": "<p>AWS DMS was denied access to the endpoint. Check that the role is correctly configured.</p>",
64      "refs": {
65      }
66    },
67    "AccountQuota": {
68      "base": "<p>Describes a quota for an AWS account, for example, the number of replication instances allowed.</p>",
69      "refs": {
70        "AccountQuotaList$member": null
71      }
72    },
73    "AccountQuotaList": {
74      "base": null,
75      "refs": {
76        "DescribeAccountAttributesResponse$AccountQuotas": "<p>Account quota information.</p>"
77      }
78    },
79    "AddTagsToResourceMessage": {
80      "base": "<p>Associates a set of tags with an AWS DMS resource.</p>",
81      "refs": {
82      }
83    },
84    "AddTagsToResourceResponse": {
85      "base": "<p/>",
86      "refs": {
87      }
88    },
89    "ApplyPendingMaintenanceActionMessage": {
90      "base": "<p/>",
91      "refs": {
92      }
93    },
94    "ApplyPendingMaintenanceActionResponse": {
95      "base": "<p/>",
96      "refs": {
97      }
98    },
99    "AuthMechanismValue": {
100      "base": null,
101      "refs": {
102        "MongoDbSettings$AuthMechanism": "<p> The authentication mechanism you use to access the MongoDB source endpoint.</p> <p>For the default value, in MongoDB version 2.x, <code>\"default\"</code> is <code>\"mongodb_cr\"</code>. For MongoDB version 3.x or later, <code>\"default\"</code> is <code>\"scram_sha_1\"</code>. This setting isn't used when <code>AuthType</code> is set to <code>\"no\"</code>.</p>"
103      }
104    },
105    "AuthTypeValue": {
106      "base": null,
107      "refs": {
108        "MongoDbSettings$AuthType": "<p> The authentication type you use to access the MongoDB source endpoint.</p> <p>When when set to <code>\"no\"</code>, user name and password parameters are not used and can be empty. </p>"
109      }
110    },
111    "AvailabilityZone": {
112      "base": "<p>The name of an Availability Zone for use during database migration. <code>AvailabilityZone</code> is an optional parameter to the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationInstance.html\"> <code>CreateReplicationInstance</code> </a> operation, and it’s value relates to the AWS Region of an endpoint. For example, the availability zone of an endpoint in the us-east-1 region might be us-east-1a, us-east-1b, us-east-1c, or us-east-1d.</p>",
113      "refs": {
114        "Subnet$SubnetAvailabilityZone": "<p>The Availability Zone of the subnet.</p>"
115      }
116    },
117    "AvailabilityZonesList": {
118      "base": null,
119      "refs": {
120        "OrderableReplicationInstance$AvailabilityZones": "<p>List of Availability Zones for this replication instance.</p>"
121      }
122    },
123    "Boolean": {
124      "base": null,
125      "refs": {
126        "EventSubscription$Enabled": "<p>Boolean value that indicates if the event subscription is enabled.</p>",
127        "ModifyReplicationInstanceMessage$ApplyImmediately": "<p>Indicates whether the changes should be applied immediately or during the next maintenance window.</p>",
128        "ModifyReplicationInstanceMessage$AllowMajorVersionUpgrade": "<p>Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage, and the change is asynchronously applied as soon as possible.</p> <p>This parameter must be set to <code>true</code> when specifying a value for the <code>EngineVersion</code> parameter that is a different major version than the replication instance's current version.</p>",
129        "ReplicationInstance$MultiAZ": "<p> Specifies whether the replication instance is a Multi-AZ deployment. You can't set the <code>AvailabilityZone</code> parameter if the Multi-AZ parameter is set to <code>true</code>. </p>",
130        "ReplicationInstance$AutoMinorVersionUpgrade": "<p>Boolean value indicating if minor version upgrades will be automatically applied to the instance.</p>",
131        "ReplicationInstance$PubliclyAccessible": "<p> Specifies the accessibility options for the replication instance. A value of <code>true</code> represents an instance with a public IP address. A value of <code>false</code> represents an instance with a private IP address. The default value is <code>true</code>. </p>",
132        "SupportedEndpointType$SupportsCDC": "<p>Indicates if Change Data Capture (CDC) is supported.</p>"
133      }
134    },
135    "BooleanOptional": {
136      "base": null,
137      "refs": {
138        "CreateEventSubscriptionMessage$Enabled": "<p> A Boolean value; set to <code>true</code> to activate the subscription, or set to <code>false</code> to create the subscription but not activate it. </p>",
139        "CreateReplicationInstanceMessage$MultiAZ": "<p> Specifies whether the replication instance is a Multi-AZ deployment. You can't set the <code>AvailabilityZone</code> parameter if the Multi-AZ parameter is set to <code>true</code>. </p>",
140        "CreateReplicationInstanceMessage$AutoMinorVersionUpgrade": "<p>A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window. This parameter defaults to <code>true</code>.</p> <p>Default: <code>true</code> </p>",
141        "CreateReplicationInstanceMessage$PubliclyAccessible": "<p> Specifies the accessibility options for the replication instance. A value of <code>true</code> represents an instance with a public IP address. A value of <code>false</code> represents an instance with a private IP address. The default value is <code>true</code>. </p>",
142        "DescribeReplicationTasksMessage$WithoutSettings": "<p>An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose <code>true</code>; otherwise, choose <code>false</code> (the default).</p>",
143        "DocDbSettings$ExtractDocId": "<p> Specifies the document ID. Use this setting when <code>NestingLevel</code> is set to <code>\"none\"</code>. </p> <p>Default value is <code>\"false\"</code>. </p>",
144        "EndpointSetting$Sensitive": "<p>A value that marks this endpoint setting as sensitive.</p>",
145        "IBMDb2Settings$SetDataCaptureChanges": "<p>Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.</p>",
146        "KafkaSettings$IncludeTransactionDetails": "<p>Provides detailed transaction information from the source database. This information includes a commit timestamp, a log position, and values for <code>transaction_id</code>, previous <code>transaction_id</code>, and <code>transaction_record_id</code> (the record offset within a transaction). The default is <code>false</code>.</p>",
147        "KafkaSettings$IncludePartitionValue": "<p>Shows the partition value within the Kafka message output, unless the partition type is <code>schema-table-type</code>. The default is <code>false</code>.</p>",
148        "KafkaSettings$PartitionIncludeSchemaTable": "<p>Prefixes schema and table names to partition values, when the partition type is <code>primary-key-type</code>. Doing this increases data distribution among Kafka partitions. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same partition, which causes throttling. The default is <code>false</code>.</p>",
149        "KafkaSettings$IncludeTableAlterOperations": "<p>Includes any data definition language (DDL) operations that change the table in the control data, such as <code>rename-table</code>, <code>drop-table</code>, <code>add-column</code>, <code>drop-column</code>, and <code>rename-column</code>. The default is <code>false</code>.</p>",
150        "KafkaSettings$IncludeControlDetails": "<p>Shows detailed control information for table definition, column definition, and table and column changes in the Kafka message output. The default is <code>false</code>.</p>",
151        "KafkaSettings$IncludeNullAndEmpty": "<p>Include NULL and empty columns for records migrated to the endpoint. The default is <code>false</code>.</p>",
152        "KinesisSettings$IncludeTransactionDetails": "<p>Provides detailed transaction information from the source database. This information includes a commit timestamp, a log position, and values for <code>transaction_id</code>, previous <code>transaction_id</code>, and <code>transaction_record_id</code> (the record offset within a transaction). The default is <code>false</code>.</p>",
153        "KinesisSettings$IncludePartitionValue": "<p>Shows the partition value within the Kinesis message output, unless the partition type is <code>schema-table-type</code>. The default is <code>false</code>.</p>",
154        "KinesisSettings$PartitionIncludeSchemaTable": "<p>Prefixes schema and table names to partition values, when the partition type is <code>primary-key-type</code>. Doing this increases data distribution among Kinesis shards. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same shard, which causes throttling. The default is <code>false</code>.</p>",
155        "KinesisSettings$IncludeTableAlterOperations": "<p>Includes any data definition language (DDL) operations that change the table in the control data, such as <code>rename-table</code>, <code>drop-table</code>, <code>add-column</code>, <code>drop-column</code>, and <code>rename-column</code>. The default is <code>false</code>.</p>",
156        "KinesisSettings$IncludeControlDetails": "<p>Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output. The default is <code>false</code>.</p>",
157        "KinesisSettings$IncludeNullAndEmpty": "<p>Include NULL and empty columns for records migrated to the endpoint. The default is <code>false</code>.</p>",
158        "MicrosoftSQLServerSettings$QuerySingleAlwaysOnNode": "<p>Cleans and recreates table metadata information on the replication instance when a mismatch occurs. An example is a situation where running an alter DDL statement on a table might result in different information about the table cached in the replication instance.</p>",
159        "MicrosoftSQLServerSettings$ReadBackupOnly": "<p>When this attribute is set to <code>Y</code>, AWS DMS only reads changes from transaction log backups and doesn't read from the active transaction log file during ongoing replication. Setting this parameter to <code>Y</code> enables you to control active transaction log file growth during full load and ongoing replication tasks. However, it can add some source latency to ongoing replication.</p>",
160        "MicrosoftSQLServerSettings$UseBcpFullLoad": "<p>Use this to attribute to transfer data for full-load operations using BCP. When the target table contains an identity column that does not exist in the source table, you must disable the use BCP for loading table option.</p>",
161        "MicrosoftSQLServerSettings$UseThirdPartyBackupDevice": "<p>When this attribute is set to <code>Y</code>, DMS processes third-party transaction log backups if they are created in native format.</p>",
162        "ModifyEventSubscriptionMessage$Enabled": "<p> A Boolean value; set to <b>true</b> to activate the subscription. </p>",
163        "ModifyReplicationInstanceMessage$MultiAZ": "<p> Specifies whether the replication instance is a Multi-AZ deployment. You can't set the <code>AvailabilityZone</code> parameter if the Multi-AZ parameter is set to <code>true</code>. </p>",
164        "ModifyReplicationInstanceMessage$AutoMinorVersionUpgrade": "<p>A value that indicates that minor version upgrades are applied automatically to the replication instance during the maintenance window. Changing this parameter doesn't result in an outage, except in the case described following. The change is asynchronously applied as soon as possible. </p> <p>An outage does result if these factors apply: </p> <ul> <li> <p>This parameter is set to <code>true</code> during the maintenance window.</p> </li> <li> <p>A newer minor version is available. </p> </li> <li> <p>AWS DMS has enabled automatic patching for the given engine version. </p> </li> </ul>",
165        "MySQLSettings$CleanSourceMetadataOnMismatch": "<p>Adjusts the behavior of DMS when migrating from an SQL Server source database that is hosted as part of an Always On availability group cluster. If you need DMS to poll all the nodes in the Always On cluster for transaction backups, set this attribute to <code>false</code>.</p>",
166        "NeptuneSettings$IamAuthEnabled": "<p>If you want AWS Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter to <code>true</code>. Then attach the appropriate IAM policy document to your service role specified by <code>ServiceAccessRoleArn</code>. The default is <code>false</code>.</p>",
167        "OracleSettings$AddSupplementalLogging": "<p>Set this attribute to set up table-level supplemental logging for the Oracle database. This attribute enables PRIMARY KEY supplemental logging on all tables selected for a migration task.</p> <p>If you use this option, you still need to enable database-level supplemental logging.</p>",
168        "OracleSettings$AllowSelectNestedTables": "<p>Set this attribute to <code>true</code> to enable replication of Oracle tables containing columns that are nested tables or defined types.</p>",
169        "OracleSettings$AccessAlternateDirectly": "<p>Set this attribute to <code>false</code> in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to not access redo logs through any specified path prefix replacement using direct file access.</p>",
170        "OracleSettings$UseAlternateFolderForOnline": "<p>Set this attribute to <code>true</code> in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to use any specified prefix replacement to access all online redo logs.</p>",
171        "OracleSettings$ReplacePathPrefix": "<p>Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This setting tells DMS instance to replace the default Oracle root with the specified <code>usePathPrefix</code> setting to access the redo logs.</p>",
172        "OracleSettings$EnableHomogenousTablespace": "<p>Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under the same tablespace on the target.</p>",
173        "OracleSettings$DirectPathNoLog": "<p>When set to <code>true</code>, this attribute helps to increase the commit rate on the Oracle target database by writing directly to tables and not writing a trail to database logs.</p>",
174        "OracleSettings$ArchivedLogsOnly": "<p>When this field is set to <code>Y</code>, AWS DMS only accesses the archived redo logs. If the archived redo logs are stored on Oracle ASM only, the AWS DMS user account needs to be granted ASM privileges.</p>",
175        "OracleSettings$DirectPathParallelLoad": "<p>When set to <code>true</code>, this attribute specifies a parallel load when <code>useDirectPathFullLoad</code> is set to <code>Y</code>. This attribute also only applies when you use the AWS DMS parallel load feature. Note that the target table cannot have any constraints or indexes.</p>",
176        "OracleSettings$FailTasksOnLobTruncation": "<p>When set to <code>true</code>, this attribute causes a task to fail if the actual size of an LOB column is greater than the specified <code>LobMaxSize</code>.</p> <p>If a task is set to limited LOB mode and this option is set to <code>true</code>, the task fails instead of truncating the LOB data.</p>",
177        "OracleSettings$ReadTableSpaceName": "<p>When set to <code>true</code>, this attribute supports tablespace replication.</p>",
178        "PostgreSQLSettings$CaptureDdls": "<p>To capture DDL events, AWS DMS creates various artifacts in the PostgreSQL database when the task starts. You can later remove these artifacts.</p> <p>If this value is set to <code>N</code>, you don't have to create tables or triggers on the source database.</p>",
179        "PostgreSQLSettings$FailTasksOnLobTruncation": "<p>When set to <code>true</code>, this value causes a task to fail if the actual size of a LOB column is greater than the specified <code>LobMaxSize</code>.</p> <p>If task is set to Limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.</p>",
180        "RebootReplicationInstanceMessage$ForceFailover": "<p>If this parameter is <code>true</code>, the reboot is conducted through a Multi-AZ failover. (If the instance isn't configured for Multi-AZ, then you can't specify <code>true</code>.)</p>",
181        "RedshiftSettings$AcceptAnyDate": "<p>A value that indicates to allow any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an error. You can choose <code>true</code> or <code>false</code> (the default).</p> <p>This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that field. </p>",
182        "RedshiftSettings$CaseSensitiveNames": "<p>If Amazon Redshift is configured to support case sensitive schema names, set <code>CaseSensitiveNames</code> to <code>true</code>. The default is <code>false</code>.</p>",
183        "RedshiftSettings$CompUpdate": "<p>If you set <code>CompUpdate</code> to <code>true</code> Amazon Redshift applies automatic compression if the table is empty. This applies even if the table columns already have encodings other than <code>RAW</code>. If you set <code>CompUpdate</code> to <code>false</code>, automatic compression is disabled and existing column encodings aren't changed. The default is <code>true</code>.</p>",
184        "RedshiftSettings$EmptyAsNull": "<p>A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of <code>true</code> sets empty CHAR and VARCHAR fields to null. The default is <code>false</code>.</p>",
185        "RedshiftSettings$ExplicitIds": "<p>This setting is only valid for a full-load migration task. Set <code>ExplicitIds</code> to <code>true</code> to have tables with <code>IDENTITY</code> columns override their auto-generated values with explicit values loaded from the source data files used to populate the tables. The default is <code>false</code>.</p>",
186        "RedshiftSettings$RemoveQuotes": "<p>A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose <code>true</code> to remove quotation marks. The default is <code>false</code>.</p>",
187        "RedshiftSettings$TrimBlanks": "<p>A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose <code>true</code> to remove unneeded white space. The default is <code>false</code>.</p>",
188        "RedshiftSettings$TruncateColumns": "<p>A value that specifies to truncate data in columns to the appropriate number of characters, so that the data fits in the column. This parameter applies only to columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose <code>true</code> to truncate data. The default is <code>false</code>.</p>",
189        "ReplicationPendingModifiedValues$MultiAZ": "<p> Specifies whether the replication instance is a Multi-AZ deployment. You can't set the <code>AvailabilityZone</code> parameter if the Multi-AZ parameter is set to <code>true</code>. </p>",
190        "S3Settings$EnableStatistics": "<p>A value that enables statistics for Parquet pages and row groups. Choose <code>true</code> to enable statistics, <code>false</code> to disable. Statistics include <code>NULL</code>, <code>DISTINCT</code>, <code>MAX</code>, and <code>MIN</code> values. This parameter defaults to <code>true</code>. This value is used for .parquet file format only.</p>",
191        "S3Settings$IncludeOpForFullLoad": "<p>A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only to indicate how the rows were added to the source database.</p> <note> <p>AWS DMS supports the <code>IncludeOpForFullLoad</code> parameter in versions 3.1.4 and later.</p> </note> <p>For full load, records can only be inserted. By default (the <code>false</code> setting), no information is recorded in these output files for a full load to indicate that the rows were inserted at the source database. If <code>IncludeOpForFullLoad</code> is set to <code>true</code> or <code>y</code>, the INSERT is recorded as an I annotation in the first field of the .csv file. This allows the format of your target records from a full load to be consistent with the target records from a CDC load.</p> <note> <p>This setting works together with the <code>CdcInsertsOnly</code> and the <code>CdcInsertsAndUpdates</code> parameters for output to .csv files only. For more information about how these settings work together, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps\">Indicating Source DB Operations in Migrated S3 Data</a> in the <i>AWS Database Migration Service User Guide.</i>.</p> </note>",
192        "S3Settings$CdcInsertsOnly": "<p>A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage (.parquet) output files. By default (the <code>false</code> setting), the first field in a .csv or .parquet record contains the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated, or deleted at the source database for a CDC load to the target.</p> <p>If <code>CdcInsertsOnly</code> is set to <code>true</code> or <code>y</code>, only INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format only, how these INSERTs are recorded depends on the value of <code>IncludeOpForFullLoad</code>. If <code>IncludeOpForFullLoad</code> is set to <code>true</code>, the first field of every CDC record is set to I to indicate the INSERT operation at the source. If <code>IncludeOpForFullLoad</code> is set to <code>false</code>, every CDC record is written without a first field to indicate the INSERT operation at the source. For more information about how these settings work together, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps\">Indicating Source DB Operations in Migrated S3 Data</a> in the <i>AWS Database Migration Service User Guide.</i>.</p> <note> <p>AWS DMS supports the interaction described preceding between the <code>CdcInsertsOnly</code> and <code>IncludeOpForFullLoad</code> parameters in versions 3.1.4 and later. </p> <p> <code>CdcInsertsOnly</code> and <code>CdcInsertsAndUpdates</code> can't both be set to <code>true</code> for the same endpoint. Set either <code>CdcInsertsOnly</code> or <code>CdcInsertsAndUpdates</code> to <code>true</code> for the same endpoint, but not both.</p> </note>",
193        "S3Settings$ParquetTimestampInMillisecond": "<p>A value that specifies the precision of any <code>TIMESTAMP</code> column values that are written to an Amazon S3 object file in .parquet format.</p> <note> <p>AWS DMS supports the <code>ParquetTimestampInMillisecond</code> parameter in versions 3.1.4 and later.</p> </note> <p>When <code>ParquetTimestampInMillisecond</code> is set to <code>true</code> or <code>y</code>, AWS DMS writes all <code>TIMESTAMP</code> columns in a .parquet formatted file with millisecond precision. Otherwise, DMS writes them with microsecond precision.</p> <p>Currently, Amazon Athena and AWS Glue can handle only millisecond precision for <code>TIMESTAMP</code> values. Set this parameter to <code>true</code> for S3 endpoint object files that are .parquet formatted only if you plan to query or process the data with Athena or AWS Glue.</p> <note> <p>AWS DMS writes any <code>TIMESTAMP</code> column values written to an S3 file in .csv format with microsecond precision.</p> <p>Setting <code>ParquetTimestampInMillisecond</code> has no effect on the string format of the timestamp column value that is inserted by setting the <code>TimestampColumnName</code> parameter.</p> </note>",
194        "S3Settings$CdcInsertsAndUpdates": "<p>A value that enables a change data capture (CDC) load to write INSERT and UPDATE operations to .csv or .parquet (columnar storage) output files. The default setting is <code>false</code>, but when <code>CdcInsertsAndUpdates</code> is set to <code>true</code> or <code>y</code>, only INSERTs and UPDATEs from the source database are migrated to the .csv or .parquet file. </p> <p>For .csv file format only, how these INSERTs and UPDATEs are recorded depends on the value of the <code>IncludeOpForFullLoad</code> parameter. If <code>IncludeOpForFullLoad</code> is set to <code>true</code>, the first field of every CDC record is set to either <code>I</code> or <code>U</code> to indicate INSERT and UPDATE operations at the source. But if <code>IncludeOpForFullLoad</code> is set to <code>false</code>, CDC records are written without an indication of INSERT or UPDATE operations at the source. For more information about how these settings work together, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps\">Indicating Source DB Operations in Migrated S3 Data</a> in the <i>AWS Database Migration Service User Guide.</i>.</p> <note> <p>AWS DMS supports the use of the <code>CdcInsertsAndUpdates</code> parameter in versions 3.3.1 and later.</p> <p> <code>CdcInsertsOnly</code> and <code>CdcInsertsAndUpdates</code> can't both be set to <code>true</code> for the same endpoint. Set either <code>CdcInsertsOnly</code> or <code>CdcInsertsAndUpdates</code> to <code>true</code> for the same endpoint, but not both.</p> </note>",
195        "S3Settings$DatePartitionEnabled": "<p>When set to <code>true</code>, this parameter partitions S3 bucket folders based on transaction commit dates. The default value is <code>false</code>. For more information about date-based folder partitoning, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.DatePartitioning\">Using date-based folder partitioning</a>.</p>",
196        "S3Settings$UseCsvNoSupValue": "<p>This setting applies if the S3 output files during a change data capture (CDC) load are written in .csv format. If set to <code>true</code> for columns not included in the supplemental log, AWS DMS uses the value specified by <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CsvNoSupValue\"> <code>CsvNoSupValue</code> </a>. If not set or set to <code>false</code>, AWS DMS uses the null value for these columns.</p> <note> <p>This setting is supported in AWS DMS versions 3.4.1 and later.</p> </note>",
197        "S3Settings$PreserveTransactions": "<p>If set to <code>true</code>, AWS DMS saves the transaction order for a change data capture (CDC) load on the Amazon S3 target specified by <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CdcPath\"> <code>CdcPath</code> </a>. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath\">Capturing data changes (CDC) including transaction order on the S3 target</a>.</p> <note> <p>This setting is supported in AWS DMS versions 3.4.2 and later.</p> </note>",
198        "TableStatistics$FullLoadReloaded": "<p>A value that indicates if the table was reloaded (<code>true</code>) or loaded as part of a new full load operation (<code>false</code>).</p>"
199      }
200    },
201    "CancelReplicationTaskAssessmentRunMessage": {
202      "base": "<p/>",
203      "refs": {
204      }
205    },
206    "CancelReplicationTaskAssessmentRunResponse": {
207      "base": "<p/>",
208      "refs": {
209      }
210    },
211    "Certificate": {
212      "base": "<p>The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.</p>",
213      "refs": {
214        "CertificateList$member": null,
215        "DeleteCertificateResponse$Certificate": "<p>The Secure Sockets Layer (SSL) certificate.</p>",
216        "ImportCertificateResponse$Certificate": "<p>The certificate to be uploaded.</p>"
217      }
218    },
219    "CertificateList": {
220      "base": null,
221      "refs": {
222        "DescribeCertificatesResponse$Certificates": "<p>The Secure Sockets Layer (SSL) certificates associated with the replication instance.</p>"
223      }
224    },
225    "CertificateWallet": {
226      "base": null,
227      "refs": {
228        "Certificate$CertificateWallet": "<p>The location of an imported Oracle Wallet certificate for use with SSL.</p>",
229        "ImportCertificateMessage$CertificateWallet": "<p>The location of an imported Oracle Wallet certificate for use with SSL.</p>"
230      }
231    },
232    "CharLengthSemantics": {
233      "base": null,
234      "refs": {
235        "OracleSettings$CharLengthSemantics": "<p>Specifies whether the length of a character column is in bytes or in characters. To indicate that the character column length is in characters, set this attribute to <code>CHAR</code>. Otherwise, the character column length is in bytes.</p> <p>Example: <code>charLengthSemantics=CHAR;</code> </p>"
236      }
237    },
238    "CompressionTypeValue": {
239      "base": null,
240      "refs": {
241        "S3Settings$CompressionType": "<p>An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Either set this parameter to NONE (the default) or don't use it to leave the files uncompressed. This parameter applies to both .csv and .parquet file formats. </p>"
242      }
243    },
244    "Connection": {
245      "base": "<p>Status of the connection between an endpoint and a replication instance, including Amazon Resource Names (ARNs) and the last error message issued.</p>",
246      "refs": {
247        "ConnectionList$member": null,
248        "DeleteConnectionResponse$Connection": "<p>The connection that is being deleted.</p>",
249        "TestConnectionResponse$Connection": "<p>The connection tested.</p>"
250      }
251    },
252    "ConnectionList": {
253      "base": null,
254      "refs": {
255        "DescribeConnectionsResponse$Connections": "<p>A description of the connections.</p>"
256      }
257    },
258    "CreateEndpointMessage": {
259      "base": "<p/>",
260      "refs": {
261      }
262    },
263    "CreateEndpointResponse": {
264      "base": "<p/>",
265      "refs": {
266      }
267    },
268    "CreateEventSubscriptionMessage": {
269      "base": "<p/>",
270      "refs": {
271      }
272    },
273    "CreateEventSubscriptionResponse": {
274      "base": "<p/>",
275      "refs": {
276      }
277    },
278    "CreateReplicationInstanceMessage": {
279      "base": "<p/>",
280      "refs": {
281      }
282    },
283    "CreateReplicationInstanceResponse": {
284      "base": "<p/>",
285      "refs": {
286      }
287    },
288    "CreateReplicationSubnetGroupMessage": {
289      "base": "<p/>",
290      "refs": {
291      }
292    },
293    "CreateReplicationSubnetGroupResponse": {
294      "base": "<p/>",
295      "refs": {
296      }
297    },
298    "CreateReplicationTaskMessage": {
299      "base": "<p/>",
300      "refs": {
301      }
302    },
303    "CreateReplicationTaskResponse": {
304      "base": "<p/>",
305      "refs": {
306      }
307    },
308    "DataFormatValue": {
309      "base": null,
310      "refs": {
311        "S3Settings$DataFormat": "<p>The format of the data that you want to use for output. You can choose one of the following: </p> <ul> <li> <p> <code>csv</code> : This is a row-based file format with comma-separated values (.csv). </p> </li> <li> <p> <code>parquet</code> : Apache Parquet (.parquet) is a columnar storage file format that features efficient compression and provides faster query response. </p> </li> </ul>"
312      }
313    },
314    "DatePartitionDelimiterValue": {
315      "base": null,
316      "refs": {
317        "S3Settings$DatePartitionDelimiter": "<p>Specifies a date separating delimiter to use during folder partitioning. The default value is <code>SLASH</code>. Use this parameter when <code>DatePartitionedEnabled</code> is set to <code>true</code>.</p>"
318      }
319    },
320    "DatePartitionSequenceValue": {
321      "base": null,
322      "refs": {
323        "S3Settings$DatePartitionSequence": "<p>Identifies the sequence of the date format to use during folder partitioning. The default value is <code>YYYYMMDD</code>. Use this parameter when <code>DatePartitionedEnabled</code> is set to <code>true</code>.</p>"
324      }
325    },
326    "DeleteCertificateMessage": {
327      "base": null,
328      "refs": {
329      }
330    },
331    "DeleteCertificateResponse": {
332      "base": null,
333      "refs": {
334      }
335    },
336    "DeleteConnectionMessage": {
337      "base": "<p/>",
338      "refs": {
339      }
340    },
341    "DeleteConnectionResponse": {
342      "base": "<p/>",
343      "refs": {
344      }
345    },
346    "DeleteEndpointMessage": {
347      "base": "<p/>",
348      "refs": {
349      }
350    },
351    "DeleteEndpointResponse": {
352      "base": "<p/>",
353      "refs": {
354      }
355    },
356    "DeleteEventSubscriptionMessage": {
357      "base": "<p/>",
358      "refs": {
359      }
360    },
361    "DeleteEventSubscriptionResponse": {
362      "base": "<p/>",
363      "refs": {
364      }
365    },
366    "DeleteReplicationInstanceMessage": {
367      "base": "<p/>",
368      "refs": {
369      }
370    },
371    "DeleteReplicationInstanceResponse": {
372      "base": "<p/>",
373      "refs": {
374      }
375    },
376    "DeleteReplicationSubnetGroupMessage": {
377      "base": "<p/>",
378      "refs": {
379      }
380    },
381    "DeleteReplicationSubnetGroupResponse": {
382      "base": "<p/>",
383      "refs": {
384      }
385    },
386    "DeleteReplicationTaskAssessmentRunMessage": {
387      "base": "<p/>",
388      "refs": {
389      }
390    },
391    "DeleteReplicationTaskAssessmentRunResponse": {
392      "base": "<p/>",
393      "refs": {
394      }
395    },
396    "DeleteReplicationTaskMessage": {
397      "base": "<p/>",
398      "refs": {
399      }
400    },
401    "DeleteReplicationTaskResponse": {
402      "base": "<p/>",
403      "refs": {
404      }
405    },
406    "DescribeAccountAttributesMessage": {
407      "base": "<p/>",
408      "refs": {
409      }
410    },
411    "DescribeAccountAttributesResponse": {
412      "base": "<p/>",
413      "refs": {
414      }
415    },
416    "DescribeApplicableIndividualAssessmentsMessage": {
417      "base": "<p/>",
418      "refs": {
419      }
420    },
421    "DescribeApplicableIndividualAssessmentsResponse": {
422      "base": "<p/>",
423      "refs": {
424      }
425    },
426    "DescribeCertificatesMessage": {
427      "base": null,
428      "refs": {
429      }
430    },
431    "DescribeCertificatesResponse": {
432      "base": null,
433      "refs": {
434      }
435    },
436    "DescribeConnectionsMessage": {
437      "base": "<p/>",
438      "refs": {
439      }
440    },
441    "DescribeConnectionsResponse": {
442      "base": "<p/>",
443      "refs": {
444      }
445    },
446    "DescribeEndpointSettingsMessage": {
447      "base": null,
448      "refs": {
449      }
450    },
451    "DescribeEndpointSettingsResponse": {
452      "base": null,
453      "refs": {
454      }
455    },
456    "DescribeEndpointTypesMessage": {
457      "base": "<p/>",
458      "refs": {
459      }
460    },
461    "DescribeEndpointTypesResponse": {
462      "base": "<p/>",
463      "refs": {
464      }
465    },
466    "DescribeEndpointsMessage": {
467      "base": "<p/>",
468      "refs": {
469      }
470    },
471    "DescribeEndpointsResponse": {
472      "base": "<p/>",
473      "refs": {
474      }
475    },
476    "DescribeEventCategoriesMessage": {
477      "base": "<p/>",
478      "refs": {
479      }
480    },
481    "DescribeEventCategoriesResponse": {
482      "base": "<p/>",
483      "refs": {
484      }
485    },
486    "DescribeEventSubscriptionsMessage": {
487      "base": "<p/>",
488      "refs": {
489      }
490    },
491    "DescribeEventSubscriptionsResponse": {
492      "base": "<p/>",
493      "refs": {
494      }
495    },
496    "DescribeEventsMessage": {
497      "base": "<p/>",
498      "refs": {
499      }
500    },
501    "DescribeEventsResponse": {
502      "base": "<p/>",
503      "refs": {
504      }
505    },
506    "DescribeOrderableReplicationInstancesMessage": {
507      "base": "<p/>",
508      "refs": {
509      }
510    },
511    "DescribeOrderableReplicationInstancesResponse": {
512      "base": "<p/>",
513      "refs": {
514      }
515    },
516    "DescribePendingMaintenanceActionsMessage": {
517      "base": "<p/>",
518      "refs": {
519      }
520    },
521    "DescribePendingMaintenanceActionsResponse": {
522      "base": "<p/>",
523      "refs": {
524      }
525    },
526    "DescribeRefreshSchemasStatusMessage": {
527      "base": "<p/>",
528      "refs": {
529      }
530    },
531    "DescribeRefreshSchemasStatusResponse": {
532      "base": "<p/>",
533      "refs": {
534      }
535    },
536    "DescribeReplicationInstanceTaskLogsMessage": {
537      "base": null,
538      "refs": {
539      }
540    },
541    "DescribeReplicationInstanceTaskLogsResponse": {
542      "base": null,
543      "refs": {
544      }
545    },
546    "DescribeReplicationInstancesMessage": {
547      "base": "<p/>",
548      "refs": {
549      }
550    },
551    "DescribeReplicationInstancesResponse": {
552      "base": "<p/>",
553      "refs": {
554      }
555    },
556    "DescribeReplicationSubnetGroupsMessage": {
557      "base": "<p/>",
558      "refs": {
559      }
560    },
561    "DescribeReplicationSubnetGroupsResponse": {
562      "base": "<p/>",
563      "refs": {
564      }
565    },
566    "DescribeReplicationTaskAssessmentResultsMessage": {
567      "base": "<p/>",
568      "refs": {
569      }
570    },
571    "DescribeReplicationTaskAssessmentResultsResponse": {
572      "base": "<p/>",
573      "refs": {
574      }
575    },
576    "DescribeReplicationTaskAssessmentRunsMessage": {
577      "base": "<p/>",
578      "refs": {
579      }
580    },
581    "DescribeReplicationTaskAssessmentRunsResponse": {
582      "base": "<p/>",
583      "refs": {
584      }
585    },
586    "DescribeReplicationTaskIndividualAssessmentsMessage": {
587      "base": "<p/>",
588      "refs": {
589      }
590    },
591    "DescribeReplicationTaskIndividualAssessmentsResponse": {
592      "base": "<p/>",
593      "refs": {
594      }
595    },
596    "DescribeReplicationTasksMessage": {
597      "base": "<p/>",
598      "refs": {
599      }
600    },
601    "DescribeReplicationTasksResponse": {
602      "base": "<p/>",
603      "refs": {
604      }
605    },
606    "DescribeSchemasMessage": {
607      "base": "<p/>",
608      "refs": {
609      }
610    },
611    "DescribeSchemasResponse": {
612      "base": "<p/>",
613      "refs": {
614      }
615    },
616    "DescribeTableStatisticsMessage": {
617      "base": "<p/>",
618      "refs": {
619      }
620    },
621    "DescribeTableStatisticsResponse": {
622      "base": "<p/>",
623      "refs": {
624      }
625    },
626    "DmsSslModeValue": {
627      "base": null,
628      "refs": {
629        "CreateEndpointMessage$SslMode": "<p>The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is <code>none</code> </p>",
630        "Endpoint$SslMode": "<p>The SSL mode used to connect to the endpoint. The default value is <code>none</code>.</p>",
631        "ModifyEndpointMessage$SslMode": "<p>The SSL mode used to connect to the endpoint. The default value is <code>none</code>.</p>"
632      }
633    },
634    "DmsTransferSettings": {
635      "base": "<p> The settings in JSON format for the DMS Transfer type source endpoint. </p>",
636      "refs": {
637        "CreateEndpointMessage$DmsTransferSettings": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p> <p>Possible settings include the following:</p> <ul> <li> <p> <code>ServiceAccessRoleArn</code> - The IAM role that has permission to access the Amazon S3 bucket.</p> </li> <li> <p> <code>BucketName</code> - The name of the S3 bucket to use.</p> </li> <li> <p> <code>CompressionType</code> - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to <code>NONE</code> (the default). To keep the files uncompressed, don't use this value.</p> </li> </ul> <p>Shorthand syntax for these settings is as follows: <code>ServiceAccessRoleArn=string,BucketName=string,CompressionType=string</code> </p> <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } </code> </p>",
638        "Endpoint$DmsTransferSettings": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p> <p>Possible settings include the following:</p> <ul> <li> <p> <code>ServiceAccessRoleArn</code> - The IAM role that has permission to access the Amazon S3 bucket.</p> </li> <li> <p> <code>BucketName</code> - The name of the S3 bucket to use.</p> </li> <li> <p> <code>CompressionType</code> - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to <code>NONE</code> (the default). To keep the files uncompressed, don't use this value.</p> </li> </ul> <p>Shorthand syntax for these settings is as follows: <code>ServiceAccessRoleArn=string,BucketName=string,CompressionType=string</code> </p> <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } </code> </p>",
639        "ModifyEndpointMessage$DmsTransferSettings": "<p>The settings in JSON format for the DMS transfer type of source endpoint. </p> <p>Attributes include the following:</p> <ul> <li> <p>serviceAccessRoleArn - The AWS Identity and Access Management (IAM) role that has permission to access the Amazon S3 bucket.</p> </li> <li> <p>BucketName - The name of the S3 bucket to use.</p> </li> <li> <p>compressionType - An optional parameter to use GZIP to compress the target files. Either set this parameter to NONE (the default) or don't use it to leave the files uncompressed.</p> </li> </ul> <p>Shorthand syntax for these settings is as follows: <code>ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string</code> </p> <p>JSON syntax for these settings is as follows: <code>{ \"ServiceAccessRoleArn\": \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } </code> </p>"
640      }
641    },
642    "DocDbSettings": {
643      "base": "<p>Provides information that defines a DocumentDB endpoint.</p>",
644      "refs": {
645        "CreateEndpointMessage$DocDbSettings": null,
646        "Endpoint$DocDbSettings": null,
647        "ModifyEndpointMessage$DocDbSettings": "<p>Settings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html\"> Using DocumentDB as a Target for AWS Database Migration Service</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
648      }
649    },
650    "DynamoDbSettings": {
651      "base": "<p>Provides the Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role used to define an Amazon DynamoDB target endpoint.</p>",
652      "refs": {
653        "CreateEndpointMessage$DynamoDbSettings": "<p>Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html\">Using Object Mapping to Migrate Data to DynamoDB</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
654        "Endpoint$DynamoDbSettings": "<p>The settings for the DynamoDB target endpoint. For more information, see the <code>DynamoDBSettings</code> structure.</p>",
655        "ModifyEndpointMessage$DynamoDbSettings": "<p>Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html\">Using Object Mapping to Migrate Data to DynamoDB</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
656      }
657    },
658    "ElasticsearchSettings": {
659      "base": "<p>Provides information that defines an Elasticsearch endpoint.</p>",
660      "refs": {
661        "CreateEndpointMessage$ElasticsearchSettings": "<p>Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration\">Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide</i>.</p>",
662        "Endpoint$ElasticsearchSettings": "<p>The settings for the Elasticsearch source endpoint. For more information, see the <code>ElasticsearchSettings</code> structure.</p>",
663        "ModifyEndpointMessage$ElasticsearchSettings": "<p>Settings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration\">Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
664      }
665    },
666    "EncodingTypeValue": {
667      "base": null,
668      "refs": {
669        "S3Settings$EncodingType": "<p>The type of encoding you are using: </p> <ul> <li> <p> <code>RLE_DICTIONARY</code> uses a combination of bit-packing and run-length encoding to store repeated values more efficiently. This is the default.</p> </li> <li> <p> <code>PLAIN</code> doesn't use encoding at all. Values are stored as they are.</p> </li> <li> <p> <code>PLAIN_DICTIONARY</code> builds a dictionary of the values encountered in a given column. The dictionary is stored in a dictionary page for each column chunk.</p> </li> </ul>"
670      }
671    },
672    "EncryptionModeValue": {
673      "base": null,
674      "refs": {
675        "RedshiftSettings$EncryptionMode": "<p>The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either <code>SSE_S3</code> (the default) or <code>SSE_KMS</code>. </p> <note> <p>For the <code>ModifyEndpoint</code> operation, you can change the existing value of the <code>EncryptionMode</code> parameter from <code>SSE_KMS</code> to <code>SSE_S3</code>. But you can’t change the existing value from <code>SSE_S3</code> to <code>SSE_KMS</code>.</p> </note> <p>To use <code>SSE_S3</code>, create an AWS Identity and Access Management (IAM) role with a policy that allows <code>\"arn:aws:s3:::*\"</code> to use the following actions: <code>\"s3:PutObject\", \"s3:ListBucket\"</code> </p>",
676        "S3Settings$EncryptionMode": "<p>The type of server-side encryption that you want to use for your data. This encryption type is part of the endpoint settings or the extra connections attributes for Amazon S3. You can choose either <code>SSE_S3</code> (the default) or <code>SSE_KMS</code>. </p> <note> <p>For the <code>ModifyEndpoint</code> operation, you can change the existing value of the <code>EncryptionMode</code> parameter from <code>SSE_KMS</code> to <code>SSE_S3</code>. But you can’t change the existing value from <code>SSE_S3</code> to <code>SSE_KMS</code>.</p> </note> <p>To use <code>SSE_S3</code>, you need an AWS Identity and Access Management (IAM) role with permission to allow <code>\"arn:aws:s3:::dms-*\"</code> to use the following actions:</p> <ul> <li> <p> <code>s3:CreateBucket</code> </p> </li> <li> <p> <code>s3:ListBucket</code> </p> </li> <li> <p> <code>s3:DeleteBucket</code> </p> </li> <li> <p> <code>s3:GetBucketLocation</code> </p> </li> <li> <p> <code>s3:GetObject</code> </p> </li> <li> <p> <code>s3:PutObject</code> </p> </li> <li> <p> <code>s3:DeleteObject</code> </p> </li> <li> <p> <code>s3:GetObjectVersion</code> </p> </li> <li> <p> <code>s3:GetBucketPolicy</code> </p> </li> <li> <p> <code>s3:PutBucketPolicy</code> </p> </li> <li> <p> <code>s3:DeleteBucketPolicy</code> </p> </li> </ul>"
677      }
678    },
679    "Endpoint": {
680      "base": "<p>Describes an endpoint of a database instance in response to operations such as the following:</p> <ul> <li> <p> <code>CreateEndpoint</code> </p> </li> <li> <p> <code>DescribeEndpoint</code> </p> </li> <li> <p> <code>DescribeEndpointTypes</code> </p> </li> <li> <p> <code>ModifyEndpoint</code> </p> </li> </ul>",
681      "refs": {
682        "CreateEndpointResponse$Endpoint": "<p>The endpoint that was created.</p>",
683        "DeleteEndpointResponse$Endpoint": "<p>The endpoint that was deleted.</p>",
684        "EndpointList$member": null,
685        "ModifyEndpointResponse$Endpoint": "<p>The modified endpoint.</p>"
686      }
687    },
688    "EndpointList": {
689      "base": null,
690      "refs": {
691        "DescribeEndpointsResponse$Endpoints": "<p>Endpoint description.</p>"
692      }
693    },
694    "EndpointSetting": {
695      "base": "<p>Endpoint settings.</p>",
696      "refs": {
697        "EndpointSettingsList$member": null
698      }
699    },
700    "EndpointSettingEnumValues": {
701      "base": null,
702      "refs": {
703        "EndpointSetting$EnumValues": "<p>Enumerated values to use for this endpoint.</p>"
704      }
705    },
706    "EndpointSettingTypeValue": {
707      "base": null,
708      "refs": {
709        "EndpointSetting$Type": "<p>The type of endpoint. Valid values are <code>source</code> and <code>target</code>.</p>"
710      }
711    },
712    "EndpointSettingsList": {
713      "base": null,
714      "refs": {
715        "DescribeEndpointSettingsResponse$EndpointSettings": "<p>Descriptions of the endpoint settings available for your source or target database engine.</p>"
716      }
717    },
718    "Event": {
719      "base": "<p>Describes an identifiable significant activity that affects a replication instance or task. This object can provide the message, the available event categories, the date and source of the event, and the AWS DMS resource type.</p>",
720      "refs": {
721        "EventList$member": null
722      }
723    },
724    "EventCategoriesList": {
725      "base": null,
726      "refs": {
727        "CreateEventSubscriptionMessage$EventCategories": "<p>A list of event categories for a source type that you want to subscribe to. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html\">Working with Events and Notifications</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
728        "DescribeEventsMessage$EventCategories": "<p>A list of event categories for the source type that you've chosen.</p>",
729        "Event$EventCategories": "<p>The event categories available for the specified source type.</p>",
730        "EventCategoryGroup$EventCategories": "<p> A list of event categories from a source type that you've chosen.</p>",
731        "EventSubscription$EventCategoriesList": "<p>A lists of event categories.</p>",
732        "ModifyEventSubscriptionMessage$EventCategories": "<p> A list of event categories for a source type that you want to subscribe to. Use the <code>DescribeEventCategories</code> action to see a list of event categories. </p>"
733      }
734    },
735    "EventCategoryGroup": {
736      "base": "<p>Lists categories of events subscribed to, and generated by, the applicable AWS DMS resource type. This data type appears in response to the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_EventCategoryGroup.html\"> <code>DescribeEventCategories</code> </a> action.</p>",
737      "refs": {
738        "EventCategoryGroupList$member": null
739      }
740    },
741    "EventCategoryGroupList": {
742      "base": null,
743      "refs": {
744        "DescribeEventCategoriesResponse$EventCategoryGroupList": "<p>A list of event categories.</p>"
745      }
746    },
747    "EventList": {
748      "base": null,
749      "refs": {
750        "DescribeEventsResponse$Events": "<p>The events described.</p>"
751      }
752    },
753    "EventSubscription": {
754      "base": "<p>Describes an event notification subscription created by the <code>CreateEventSubscription</code> operation.</p>",
755      "refs": {
756        "CreateEventSubscriptionResponse$EventSubscription": "<p>The event subscription that was created.</p>",
757        "DeleteEventSubscriptionResponse$EventSubscription": "<p>The event subscription that was deleted.</p>",
758        "EventSubscriptionsList$member": null,
759        "ModifyEventSubscriptionResponse$EventSubscription": "<p>The modified event subscription.</p>"
760      }
761    },
762    "EventSubscriptionsList": {
763      "base": null,
764      "refs": {
765        "DescribeEventSubscriptionsResponse$EventSubscriptionsList": "<p>A list of event subscriptions.</p>"
766      }
767    },
768    "ExceptionMessage": {
769      "base": null,
770      "refs": {
771        "AccessDeniedFault$message": "<p/>",
772        "InsufficientResourceCapacityFault$message": "<p/>",
773        "InvalidCertificateFault$message": null,
774        "InvalidResourceStateFault$message": "<p/>",
775        "InvalidSubnet$message": "<p/>",
776        "KMSAccessDeniedFault$message": null,
777        "KMSDisabledFault$message": null,
778        "KMSFault$message": null,
779        "KMSInvalidStateFault$message": null,
780        "KMSKeyNotAccessibleFault$message": "<p/>",
781        "KMSNotFoundFault$message": null,
782        "KMSThrottlingFault$message": null,
783        "ReplicationSubnetGroupDoesNotCoverEnoughAZs$message": "<p/>",
784        "ResourceAlreadyExistsFault$message": "<p/>",
785        "ResourceNotFoundFault$message": "<p/>",
786        "ResourceQuotaExceededFault$message": "<p/>",
787        "S3AccessDeniedFault$message": null,
788        "S3ResourceNotFoundFault$message": null,
789        "SNSInvalidTopicFault$message": "<p/>",
790        "SNSNoAuthorizationFault$message": "<p/>",
791        "StorageQuotaExceededFault$message": "<p/>",
792        "SubnetAlreadyInUse$message": "<p/>",
793        "UpgradeDependencyFailureFault$message": "<p/>"
794      }
795    },
796    "ExcludeTestList": {
797      "base": null,
798      "refs": {
799        "StartReplicationTaskAssessmentRunMessage$Exclude": "<p>Space-separated list of names for specific individual assessments that you want to exclude. These names come from the default list of individual assessments that AWS DMS supports for the associated migration task. This task is specified by <code>ReplicationTaskArn</code>.</p> <note> <p>You can't set a value for <code>Exclude</code> if you also set a value for <code>IncludeOnly</code> in the API operation.</p> <p>To identify the names of the default individual assessments that AWS DMS supports for the associated migration task, run the <code>DescribeApplicableIndividualAssessments</code> operation using its own <code>ReplicationTaskArn</code> request parameter.</p> </note>"
800      }
801    },
802    "Filter": {
803      "base": "<p>Identifies the name and value of a filter object. This filter is used to limit the number and type of AWS DMS objects that are returned for a particular <code>Describe*</code> call or similar operation. Filters are used as an optional parameter for certain API operations. </p>",
804      "refs": {
805        "FilterList$member": null
806      }
807    },
808    "FilterList": {
809      "base": null,
810      "refs": {
811        "DescribeCertificatesMessage$Filters": "<p>Filters applied to the certificates described in the form of key-value pairs.</p>",
812        "DescribeConnectionsMessage$Filters": "<p>The filters applied to the connection.</p> <p>Valid filter names: endpoint-arn | replication-instance-arn</p>",
813        "DescribeEndpointTypesMessage$Filters": "<p>Filters applied to the endpoint types.</p> <p>Valid filter names: engine-name | endpoint-type</p>",
814        "DescribeEndpointsMessage$Filters": "<p>Filters applied to the endpoints.</p> <p>Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name</p>",
815        "DescribeEventCategoriesMessage$Filters": "<p>Filters applied to the event categories.</p>",
816        "DescribeEventSubscriptionsMessage$Filters": "<p>Filters applied to event subscriptions.</p>",
817        "DescribeEventsMessage$Filters": "<p>Filters applied to events.</p>",
818        "DescribePendingMaintenanceActionsMessage$Filters": "<p/>",
819        "DescribeReplicationInstancesMessage$Filters": "<p>Filters applied to replication instances.</p> <p>Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version</p>",
820        "DescribeReplicationSubnetGroupsMessage$Filters": "<p>Filters applied to replication subnet groups.</p> <p>Valid filter names: replication-subnet-group-id</p>",
821        "DescribeReplicationTaskAssessmentRunsMessage$Filters": "<p>Filters applied to the premigration assessment runs described in the form of key-value pairs.</p> <p>Valid filter names: <code>replication-task-assessment-run-arn</code>, <code>replication-task-arn</code>, <code>replication-instance-arn</code>, <code>status</code> </p>",
822        "DescribeReplicationTaskIndividualAssessmentsMessage$Filters": "<p>Filters applied to the individual assessments described in the form of key-value pairs.</p> <p>Valid filter names: <code>replication-task-assessment-run-arn</code>, <code>replication-task-arn</code>, <code>status</code> </p>",
823        "DescribeReplicationTasksMessage$Filters": "<p>Filters applied to replication tasks.</p> <p>Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn</p>",
824        "DescribeTableStatisticsMessage$Filters": "<p>Filters applied to table statistics.</p> <p>Valid filter names: schema-name | table-name | table-state</p> <p>A combination of filters creates an AND condition where each record matches all specified filters.</p>"
825      }
826    },
827    "FilterValueList": {
828      "base": null,
829      "refs": {
830        "Filter$Values": "<p>The filter value, which can specify one or more values used to narrow the returned results.</p>"
831      }
832    },
833    "IBMDb2Settings": {
834      "base": "<p>Provides information that defines an IBM Db2 LUW endpoint.</p>",
835      "refs": {
836        "CreateEndpointMessage$IBMDb2Settings": "<p>Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html\">Extra connection attributes when using Db2 LUW as a source for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
837        "Endpoint$IBMDb2Settings": "<p>The settings for the IBM Db2 LUW source endpoint. For more information, see the <code>IBMDb2Settings</code> structure. </p>",
838        "ModifyEndpointMessage$IBMDb2Settings": "<p>Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.ConnectionAttrib\">Extra connection attributes when using Db2 LUW as a source for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
839      }
840    },
841    "ImportCertificateMessage": {
842      "base": null,
843      "refs": {
844      }
845    },
846    "ImportCertificateResponse": {
847      "base": null,
848      "refs": {
849      }
850    },
851    "IncludeTestList": {
852      "base": null,
853      "refs": {
854        "StartReplicationTaskAssessmentRunMessage$IncludeOnly": "<p>Space-separated list of names for specific individual assessments that you want to include. These names come from the default list of individual assessments that AWS DMS supports for the associated migration task. This task is specified by <code>ReplicationTaskArn</code>.</p> <note> <p>You can't set a value for <code>IncludeOnly</code> if you also set a value for <code>Exclude</code> in the API operation. </p> <p>To identify the names of the default individual assessments that AWS DMS supports for the associated migration task, run the <code>DescribeApplicableIndividualAssessments</code> operation using its own <code>ReplicationTaskArn</code> request parameter.</p> </note>"
855      }
856    },
857    "IndividualAssessmentNameList": {
858      "base": null,
859      "refs": {
860        "DescribeApplicableIndividualAssessmentsResponse$IndividualAssessmentNames": "<p>List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html\">Working with premigration assessment runs</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
861      }
862    },
863    "InsufficientResourceCapacityFault": {
864      "base": "<p>There are not enough resources allocated to the database migration.</p>",
865      "refs": {
866      }
867    },
868    "Integer": {
869      "base": null,
870      "refs": {
871        "OrderableReplicationInstance$MinAllocatedStorage": "<p>The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.</p>",
872        "OrderableReplicationInstance$MaxAllocatedStorage": "<p>The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.</p>",
873        "OrderableReplicationInstance$DefaultAllocatedStorage": "<p>The default amount of storage (in gigabytes) that is allocated for the replication instance.</p>",
874        "OrderableReplicationInstance$IncludedAllocatedStorage": "<p>The amount of storage (in gigabytes) that is allocated for the replication instance.</p>",
875        "ReplicationInstance$AllocatedStorage": "<p>The amount of storage (in gigabytes) that is allocated for the replication instance.</p>",
876        "ReplicationTaskAssessmentRunProgress$IndividualAssessmentCount": "<p>The number of individual assessments that are specified to run.</p>",
877        "ReplicationTaskAssessmentRunProgress$IndividualAssessmentCompletedCount": "<p>The number of individual assessments that have completed, successfully or not.</p>",
878        "ReplicationTaskStats$FullLoadProgressPercent": "<p>The percent complete for the full load migration task.</p>",
879        "ReplicationTaskStats$TablesLoaded": "<p>The number of tables loaded for this task.</p>",
880        "ReplicationTaskStats$TablesLoading": "<p>The number of tables currently loading for this task.</p>",
881        "ReplicationTaskStats$TablesQueued": "<p>The number of tables queued for this task.</p>",
882        "ReplicationTaskStats$TablesErrored": "<p>The number of errors that have occurred during this task.</p>"
883      }
884    },
885    "IntegerOptional": {
886      "base": null,
887      "refs": {
888        "Certificate$KeyLength": "<p>The key length of the cryptographic algorithm being used.</p>",
889        "CreateEndpointMessage$Port": "<p>The port used by the endpoint database.</p>",
890        "CreateReplicationInstanceMessage$AllocatedStorage": "<p>The amount of storage (in gigabytes) to be initially allocated for the replication instance.</p>",
891        "DescribeApplicableIndividualAssessmentsMessage$MaxRecords": "<p>Maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.</p>",
892        "DescribeCertificatesMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 10</p>",
893        "DescribeConnectionsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
894        "DescribeEndpointSettingsMessage$MaxRecords": "<p>The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.</p>",
895        "DescribeEndpointTypesMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
896        "DescribeEndpointsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
897        "DescribeEventSubscriptionsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
898        "DescribeEventsMessage$Duration": "<p>The duration of the events to be listed.</p>",
899        "DescribeEventsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
900        "DescribeOrderableReplicationInstancesMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
901        "DescribePendingMaintenanceActionsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
902        "DescribeReplicationInstanceTaskLogsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
903        "DescribeReplicationInstancesMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
904        "DescribeReplicationSubnetGroupsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
905        "DescribeReplicationTaskAssessmentResultsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
906        "DescribeReplicationTaskAssessmentRunsMessage$MaxRecords": "<p>The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.</p>",
907        "DescribeReplicationTaskIndividualAssessmentsMessage$MaxRecords": "<p>The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.</p>",
908        "DescribeReplicationTasksMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
909        "DescribeSchemasMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>",
910        "DescribeTableStatisticsMessage$MaxRecords": "<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 500.</p>",
911        "DocDbSettings$Port": "<p> The port value for the DocumentDB source endpoint. </p>",
912        "DocDbSettings$DocsToInvestigate": "<p> Indicates the number of documents to preview to determine the document organization. Use this setting when <code>NestingLevel</code> is set to <code>\"one\"</code>. </p> <p>Must be a positive value greater than <code>0</code>. Default value is <code>1000</code>.</p>",
913        "ElasticsearchSettings$FullLoadErrorPercentage": "<p>The maximum percentage of records that can fail to be written before a full load operation stops.</p> <p>To avoid early failure, this counter is only effective after 1000 records are transferred. Elasticsearch also has the concept of error monitoring during the last 10 minutes of an Observation Window. If transfer of all records fail in the last 10 minutes, the full load operation stops. </p>",
914        "ElasticsearchSettings$ErrorRetryDuration": "<p>The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.</p>",
915        "Endpoint$Port": "<p>The port value used to access the endpoint.</p>",
916        "EndpointSetting$IntValueMin": "<p>The minimum value of an endpoint setting that is of type <code>int</code>.</p>",
917        "EndpointSetting$IntValueMax": "<p>The maximum value of an endpoint setting that is of type <code>int</code>.</p>",
918        "IBMDb2Settings$Port": "<p>Endpoint TCP port.</p>",
919        "IBMDb2Settings$MaxKBytesPerRead": "<p>Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.</p>",
920        "KafkaSettings$MessageMaxBytes": "<p>The maximum size in bytes for records created on the endpoint The default is 1,000,000.</p>",
921        "MicrosoftSQLServerSettings$Port": "<p>Endpoint TCP port.</p>",
922        "MicrosoftSQLServerSettings$BcpPacketSize": "<p>The maximum size of the packets (in bytes) used to transfer data using BCP.</p>",
923        "ModifyEndpointMessage$Port": "<p>The port used by the endpoint database.</p>",
924        "ModifyReplicationInstanceMessage$AllocatedStorage": "<p>The amount of storage (in gigabytes) to be allocated for the replication instance.</p>",
925        "MongoDbSettings$Port": "<p> The port value for the MongoDB source endpoint. </p>",
926        "MySQLSettings$EventsPollInterval": "<p>Specifies how often to check the binary log for new changes/events when the database is idle.</p> <p>Example: <code>eventsPollInterval=5;</code> </p> <p>In the example, AWS DMS checks for changes in the binary logs every five seconds.</p>",
927        "MySQLSettings$MaxFileSize": "<p>Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.</p> <p>Example: <code>maxFileSize=512</code> </p>",
928        "MySQLSettings$ParallelLoadThreads": "<p>Improves performance when loading data into the MySQL-compatible target database. Specifies how many threads to use to load the data into the MySQL-compatible target database. Setting a large number of threads can have an adverse effect on database performance, because a separate connection is required for each thread.</p> <p>Example: <code>parallelLoadThreads=1</code> </p>",
929        "MySQLSettings$Port": "<p>Endpoint TCP port.</p>",
930        "NeptuneSettings$ErrorRetryDuration": "<p>The number of milliseconds for AWS DMS to wait to retry a bulk-load of migrated graph data to the Neptune target database before raising an error. The default is 250.</p>",
931        "NeptuneSettings$MaxFileSize": "<p>The maximum size in kilobytes of migrated graph data stored in a .csv file before AWS DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, AWS DMS clears the bucket, ready to store the next batch of migrated graph data.</p>",
932        "NeptuneSettings$MaxRetryCount": "<p>The number of times for AWS DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5.</p>",
933        "OracleSettings$ArchivedLogDestId": "<p>Specifies the destination of the archived redo logs. The value should be the same as the DEST_ID number in the v$archived_log table. When working with multiple log destinations (DEST_ID), we recommend that you to specify an archived redo logs location identifier. Doing this improves performance by ensuring that the correct logs are accessed from the outset.</p>",
934        "OracleSettings$AdditionalArchivedLogDestId": "<p>Set this attribute with <code>archivedLogDestId</code> in a primary/ standby setup. This attribute is useful in the case of a switchover. In this case, AWS DMS needs to know which destination to get archive redo logs from to read changes. This need arises because the previous primary instance is now a standby instance after switchover.</p>",
935        "OracleSettings$ParallelAsmReadThreads": "<p>Set this attribute to change the number of threads that DMS configures to perform a Change Data Capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 2 (the default) and 8 (the maximum). Use this attribute together with the <code>readAheadBlocks</code> attribute.</p>",
936        "OracleSettings$ReadAheadBlocks": "<p>Set this attribute to change the number of read-ahead blocks that DMS configures to perform a Change Data Capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 1000 (the default) and 200,000 (the maximum).</p>",
937        "OracleSettings$NumberDatatypeScale": "<p>Specifies the number scale. You can select a scale up to 38, or you can select FLOAT. By default, the NUMBER data type is converted to precision 38, scale 10.</p> <p>Example: <code>numberDataTypeScale=12</code> </p>",
938        "OracleSettings$Port": "<p>Endpoint TCP port.</p>",
939        "OracleSettings$RetryInterval": "<p>Specifies the number of seconds that the system waits before resending a query.</p> <p>Example: <code>retryInterval=6;</code> </p>",
940        "PostgreSQLSettings$MaxFileSize": "<p>Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.</p> <p>Example: <code>maxFileSize=512</code> </p>",
941        "PostgreSQLSettings$ExecuteTimeout": "<p>Sets the client statement timeout for the PostgreSQL instance, in seconds. The default value is 60 seconds.</p> <p>Example: <code>executeTimeout=100;</code> </p>",
942        "PostgreSQLSettings$Port": "<p>Endpoint TCP port.</p>",
943        "RedshiftSettings$ConnectionTimeout": "<p>A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.</p>",
944        "RedshiftSettings$FileTransferUploadStreams": "<p>The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.</p> <p>The number of parallel streams used to upload a single .csv file to an S3 bucket using S3 Multipart Upload. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html\">Multipart upload overview</a>. </p> <p> <code>FileTransferUploadStreams</code> accepts a value from 1 through 64. It defaults to 10.</p>",
945        "RedshiftSettings$LoadTimeout": "<p>The amount of time to wait (in milliseconds) before timing out of operations performed by AWS DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.</p>",
946        "RedshiftSettings$MaxFileSize": "<p>The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB).</p>",
947        "RedshiftSettings$Port": "<p>The port number for Amazon Redshift. The default value is 5439.</p>",
948        "RedshiftSettings$WriteBufferSize": "<p>The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk at the DMS replication instance. The default value is 1000 (buffer size is 1000KB).</p>",
949        "ReplicationPendingModifiedValues$AllocatedStorage": "<p>The amount of storage (in gigabytes) that is allocated for the replication instance.</p>",
950        "S3Settings$DictPageSizeLimit": "<p>The maximum size of an encoded dictionary page of a column. If the dictionary page exceeds this, this column is stored using an encoding type of <code>PLAIN</code>. This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before it reverts to <code>PLAIN</code> encoding. This size is used for .parquet file format only. </p>",
951        "S3Settings$RowGroupLength": "<p>The number of rows in a row group. A smaller row group size provides faster reads. But as the number of row groups grows, the slower writes become. This parameter defaults to 10,000 rows. This number is used for .parquet file format only. </p> <p>If you choose a value larger than the maximum, <code>RowGroupLength</code> is set to the max row group length in bytes (64 * 1024 * 1024). </p>",
952        "S3Settings$DataPageSize": "<p>The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB). This number is used for .parquet file format only. </p>",
953        "SybaseSettings$Port": "<p>Endpoint TCP port.</p>"
954      }
955    },
956    "InvalidCertificateFault": {
957      "base": "<p>The certificate was not valid.</p>",
958      "refs": {
959      }
960    },
961    "InvalidResourceStateFault": {
962      "base": "<p>The resource is in a state that prevents it from being used for database migration.</p>",
963      "refs": {
964      }
965    },
966    "InvalidSubnet": {
967      "base": "<p>The subnet provided is invalid.</p>",
968      "refs": {
969      }
970    },
971    "KMSAccessDeniedFault": {
972      "base": "<p>The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.</p>",
973      "refs": {
974      }
975    },
976    "KMSDisabledFault": {
977      "base": "<p>The specified master key (CMK) isn't enabled.</p>",
978      "refs": {
979      }
980    },
981    "KMSFault": {
982      "base": "<p>An AWS Key Management Service (AWS KMS) error is preventing access to AWS KMS.</p>",
983      "refs": {
984      }
985    },
986    "KMSInvalidStateFault": {
987      "base": "<p>The state of the specified AWS KMS resource isn't valid for this request.</p>",
988      "refs": {
989      }
990    },
991    "KMSKeyNotAccessibleFault": {
992      "base": "<p>AWS DMS cannot access the AWS KMS key.</p>",
993      "refs": {
994      }
995    },
996    "KMSNotFoundFault": {
997      "base": "<p>The specified AWS KMS entity or resource can't be found.</p>",
998      "refs": {
999      }
1000    },
1001    "KMSThrottlingFault": {
1002      "base": "<p>This request triggered AWS KMS request throttling.</p>",
1003      "refs": {
1004      }
1005    },
1006    "KafkaSecurityProtocol": {
1007      "base": null,
1008      "refs": {
1009        "KafkaSettings$SecurityProtocol": "<p>Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS). Options include <code>ssl-encryption</code>, <code>ssl-authentication</code>, and <code>sasl-ssl</code>. <code>sasl-ssl</code> requires <code>SaslUsername</code> and <code>SaslPassword</code>.</p>"
1010      }
1011    },
1012    "KafkaSettings": {
1013      "base": "<p>Provides information that describes an Apache Kafka endpoint. This information includes the output format of records applied to the endpoint and details of transaction and control table data information.</p>",
1014      "refs": {
1015        "CreateEndpointMessage$KafkaSettings": "<p>Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html\">Using Apache Kafka as a Target for AWS Database Migration Service</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1016        "Endpoint$KafkaSettings": "<p>The settings for the Apache Kafka target endpoint. For more information, see the <code>KafkaSettings</code> structure.</p>",
1017        "ModifyEndpointMessage$KafkaSettings": "<p>Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html\">Using Apache Kafka as a Target for AWS Database Migration Service</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1018      }
1019    },
1020    "KeyList": {
1021      "base": null,
1022      "refs": {
1023        "RemoveTagsFromResourceMessage$TagKeys": "<p>The tag key (name) of the tag to be removed.</p>"
1024      }
1025    },
1026    "KinesisSettings": {
1027      "base": "<p>Provides information that describes an Amazon Kinesis Data Stream endpoint. This information includes the output format of records applied to the endpoint and details of transaction and control table data information.</p>",
1028      "refs": {
1029        "CreateEndpointMessage$KinesisSettings": "<p>Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html\">Using Amazon Kinesis Data Streams as a Target for AWS Database Migration Service</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1030        "Endpoint$KinesisSettings": "<p>The settings for the Amazon Kinesis target endpoint. For more information, see the <code>KinesisSettings</code> structure.</p>",
1031        "ModifyEndpointMessage$KinesisSettings": "<p>Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html\">Using Amazon Kinesis Data Streams as a Target for AWS Database Migration Service</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1032      }
1033    },
1034    "ListTagsForResourceMessage": {
1035      "base": "<p/>",
1036      "refs": {
1037      }
1038    },
1039    "ListTagsForResourceResponse": {
1040      "base": "<p/>",
1041      "refs": {
1042      }
1043    },
1044    "Long": {
1045      "base": null,
1046      "refs": {
1047        "AccountQuota$Used": "<p>The amount currently used toward the quota maximum.</p>",
1048        "AccountQuota$Max": "<p>The maximum allowed value for the quota.</p>",
1049        "ReplicationInstanceTaskLog$ReplicationInstanceTaskLogSize": "<p>The size, in bytes, of the replication task log.</p>",
1050        "ReplicationTaskStats$ElapsedTimeMillis": "<p>The elapsed time of the task, in milliseconds.</p>",
1051        "TableStatistics$Inserts": "<p>The number of insert actions performed on a table.</p>",
1052        "TableStatistics$Deletes": "<p>The number of delete actions performed on a table.</p>",
1053        "TableStatistics$Updates": "<p>The number of update actions performed on a table.</p>",
1054        "TableStatistics$Ddls": "<p>The data definition language (DDL) used to build and modify the structure of your tables.</p>",
1055        "TableStatistics$FullLoadRows": "<p>The number of rows added during the full load operation.</p>",
1056        "TableStatistics$FullLoadCondtnlChkFailedRows": "<p>The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).</p>",
1057        "TableStatistics$FullLoadErrorRows": "<p>The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).</p>",
1058        "TableStatistics$ValidationPendingRecords": "<p>The number of records that have yet to be validated.</p>",
1059        "TableStatistics$ValidationFailedRecords": "<p>The number of records that failed validation.</p>",
1060        "TableStatistics$ValidationSuspendedRecords": "<p>The number of records that couldn't be validated.</p>"
1061      }
1062    },
1063    "MessageFormatValue": {
1064      "base": null,
1065      "refs": {
1066        "KafkaSettings$MessageFormat": "<p>The output format for the records created on the endpoint. The message format is <code>JSON</code> (default) or <code>JSON_UNFORMATTED</code> (a single line with no tab).</p>",
1067        "KinesisSettings$MessageFormat": "<p>The output format for the records created on the endpoint. The message format is <code>JSON</code> (default) or <code>JSON_UNFORMATTED</code> (a single line with no tab).</p>"
1068      }
1069    },
1070    "MicrosoftSQLServerSettings": {
1071      "base": "<p>Provides information that defines a Microsoft SQL Server endpoint.</p>",
1072      "refs": {
1073        "CreateEndpointMessage$MicrosoftSQLServerSettings": "<p>Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html\">Extra connection attributes when using SQL Server as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html\"> Extra connection attributes when using SQL Server as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1074        "Endpoint$MicrosoftSQLServerSettings": "<p>The settings for the Microsoft SQL Server source and target endpoint. For more information, see the <code>MicrosoftSQLServerSettings</code> structure.</p>",
1075        "ModifyEndpointMessage$MicrosoftSQLServerSettings": "<p>Settings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.ConnectionAttrib\">Extra connection attributes when using SQL Server as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.ConnectionAttrib\"> Extra connection attributes when using SQL Server as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1076      }
1077    },
1078    "MigrationTypeValue": {
1079      "base": null,
1080      "refs": {
1081        "CreateReplicationTaskMessage$MigrationType": "<p>The migration type. Valid values: <code>full-load</code> | <code>cdc</code> | <code>full-load-and-cdc</code> </p>",
1082        "DescribeApplicableIndividualAssessmentsMessage$MigrationType": "<p>Name of the migration type that each provided individual assessment must support.</p>",
1083        "ModifyReplicationTaskMessage$MigrationType": "<p>The migration type. Valid values: <code>full-load</code> | <code>cdc</code> | <code>full-load-and-cdc</code> </p>",
1084        "ReplicationTask$MigrationType": "<p>The type of migration.</p>"
1085      }
1086    },
1087    "ModifyEndpointMessage": {
1088      "base": "<p/>",
1089      "refs": {
1090      }
1091    },
1092    "ModifyEndpointResponse": {
1093      "base": "<p/>",
1094      "refs": {
1095      }
1096    },
1097    "ModifyEventSubscriptionMessage": {
1098      "base": "<p/>",
1099      "refs": {
1100      }
1101    },
1102    "ModifyEventSubscriptionResponse": {
1103      "base": "<p/>",
1104      "refs": {
1105      }
1106    },
1107    "ModifyReplicationInstanceMessage": {
1108      "base": "<p/>",
1109      "refs": {
1110      }
1111    },
1112    "ModifyReplicationInstanceResponse": {
1113      "base": "<p/>",
1114      "refs": {
1115      }
1116    },
1117    "ModifyReplicationSubnetGroupMessage": {
1118      "base": "<p/>",
1119      "refs": {
1120      }
1121    },
1122    "ModifyReplicationSubnetGroupResponse": {
1123      "base": "<p/>",
1124      "refs": {
1125      }
1126    },
1127    "ModifyReplicationTaskMessage": {
1128      "base": "<p/>",
1129      "refs": {
1130      }
1131    },
1132    "ModifyReplicationTaskResponse": {
1133      "base": "<p/>",
1134      "refs": {
1135      }
1136    },
1137    "MongoDbSettings": {
1138      "base": "<p>Provides information that defines a MongoDB endpoint.</p>",
1139      "refs": {
1140        "CreateEndpointMessage$MongoDbSettings": "<p>Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration\">Using MongoDB as a Target for AWS Database Migration Service</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1141        "Endpoint$MongoDbSettings": "<p>The settings for the MongoDB source endpoint. For more information, see the <code>MongoDbSettings</code> structure.</p>",
1142        "ModifyEndpointMessage$MongoDbSettings": "<p>Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html\"> Using MongoDB as a Target for AWS Database Migration Service</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1143      }
1144    },
1145    "MoveReplicationTaskMessage": {
1146      "base": "<p/>",
1147      "refs": {
1148      }
1149    },
1150    "MoveReplicationTaskResponse": {
1151      "base": "<p/>",
1152      "refs": {
1153      }
1154    },
1155    "MySQLSettings": {
1156      "base": "<p>Provides information that defines a MySQL endpoint.</p>",
1157      "refs": {
1158        "CreateEndpointMessage$MySQLSettings": "<p>Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html\">Extra connection attributes when using MySQL as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html\">Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1159        "Endpoint$MySQLSettings": "<p>The settings for the MySQL source and target endpoint. For more information, see the <code>MySQLSettings</code> structure.</p>",
1160        "ModifyEndpointMessage$MySQLSettings": "<p>Settings in JSON format for the source and target MySQL endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.ConnectionAttrib\">Extra connection attributes when using MySQL as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.ConnectionAttrib\">Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1161      }
1162    },
1163    "NeptuneSettings": {
1164      "base": "<p>Provides information that defines an Amazon Neptune endpoint.</p>",
1165      "refs": {
1166        "CreateEndpointMessage$NeptuneSettings": "<p>Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings\">Specifying Endpoint Settings for Amazon Neptune as a Target</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1167        "Endpoint$NeptuneSettings": "<p>The settings for the Amazon Neptune target endpoint. For more information, see the <code>NeptuneSettings</code> structure.</p>",
1168        "ModifyEndpointMessage$NeptuneSettings": "<p>Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings\">Specifying Endpoint Settings for Amazon Neptune as a Target</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1169      }
1170    },
1171    "NestingLevelValue": {
1172      "base": null,
1173      "refs": {
1174        "DocDbSettings$NestingLevel": "<p> Specifies either document or table mode. </p> <p>Default value is <code>\"none\"</code>. Specify <code>\"none\"</code> to use document mode. Specify <code>\"one\"</code> to use table mode.</p>",
1175        "MongoDbSettings$NestingLevel": "<p> Specifies either document or table mode. </p> <p>Default value is <code>\"none\"</code>. Specify <code>\"none\"</code> to use document mode. Specify <code>\"one\"</code> to use table mode.</p>"
1176      }
1177    },
1178    "OracleSettings": {
1179      "base": "<p>Provides information that defines an Oracle endpoint.</p>",
1180      "refs": {
1181        "CreateEndpointMessage$OracleSettings": "<p>Settings in JSON format for the source and target Oracle endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html\">Extra connection attributes when using Oracle as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html\"> Extra connection attributes when using Oracle as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1182        "Endpoint$OracleSettings": "<p>The settings for the Oracle source and target endpoint. For more information, see the <code>OracleSettings</code> structure.</p>",
1183        "ModifyEndpointMessage$OracleSettings": "<p>Settings in JSON format for the source and target Oracle endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.ConnectionAttrib\">Extra connection attributes when using Oracle as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.ConnectionAttrib\"> Extra connection attributes when using Oracle as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1184      }
1185    },
1186    "OrderableReplicationInstance": {
1187      "base": "<p>In response to the <code>DescribeOrderableReplicationInstances</code> operation, this object describes an available replication instance. This description includes the replication instance's type, engine version, and allocated storage.</p>",
1188      "refs": {
1189        "OrderableReplicationInstanceList$member": null
1190      }
1191    },
1192    "OrderableReplicationInstanceList": {
1193      "base": null,
1194      "refs": {
1195        "DescribeOrderableReplicationInstancesResponse$OrderableReplicationInstances": "<p>The order-able replication instances available.</p>"
1196      }
1197    },
1198    "ParquetVersionValue": {
1199      "base": null,
1200      "refs": {
1201        "S3Settings$ParquetVersion": "<p>The version of the Apache Parquet format that you want to use: <code>parquet_1_0</code> (the default) or <code>parquet_2_0</code>.</p>"
1202      }
1203    },
1204    "PendingMaintenanceAction": {
1205      "base": "<p>Describes a maintenance action pending for an AWS DMS resource, including when and how it will be applied. This data type is a response element to the <code>DescribePendingMaintenanceActions</code> operation.</p>",
1206      "refs": {
1207        "PendingMaintenanceActionDetails$member": null
1208      }
1209    },
1210    "PendingMaintenanceActionDetails": {
1211      "base": null,
1212      "refs": {
1213        "ResourcePendingMaintenanceActions$PendingMaintenanceActionDetails": "<p>Detailed information about the pending maintenance action.</p>"
1214      }
1215    },
1216    "PendingMaintenanceActions": {
1217      "base": null,
1218      "refs": {
1219        "DescribePendingMaintenanceActionsResponse$PendingMaintenanceActions": "<p>The pending maintenance action.</p>"
1220      }
1221    },
1222    "PostgreSQLSettings": {
1223      "base": "<p>Provides information that defines a PostgreSQL endpoint.</p>",
1224      "refs": {
1225        "CreateEndpointMessage$PostgreSQLSettings": "<p>Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html\">Extra connection attributes when using PostgreSQL as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html\"> Extra connection attributes when using PostgreSQL as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1226        "Endpoint$PostgreSQLSettings": "<p>The settings for the PostgreSQL source and target endpoint. For more information, see the <code>PostgreSQLSettings</code> structure.</p>",
1227        "ModifyEndpointMessage$PostgreSQLSettings": "<p>Settings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.ConnectionAttrib\">Extra connection attributes when using PostgreSQL as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.ConnectionAttrib\"> Extra connection attributes when using PostgreSQL as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1228      }
1229    },
1230    "RebootReplicationInstanceMessage": {
1231      "base": null,
1232      "refs": {
1233      }
1234    },
1235    "RebootReplicationInstanceResponse": {
1236      "base": null,
1237      "refs": {
1238      }
1239    },
1240    "RedshiftSettings": {
1241      "base": "<p>Provides information that defines an Amazon Redshift endpoint.</p>",
1242      "refs": {
1243        "CreateEndpointMessage$RedshiftSettings": null,
1244        "Endpoint$RedshiftSettings": "<p>Settings for the Amazon Redshift endpoint.</p>",
1245        "ModifyEndpointMessage$RedshiftSettings": null
1246      }
1247    },
1248    "RefreshSchemasMessage": {
1249      "base": "<p/>",
1250      "refs": {
1251      }
1252    },
1253    "RefreshSchemasResponse": {
1254      "base": "<p/>",
1255      "refs": {
1256      }
1257    },
1258    "RefreshSchemasStatus": {
1259      "base": "<p>Provides information that describes status of a schema at an endpoint specified by the <code>DescribeRefreshSchemaStatus</code> operation.</p>",
1260      "refs": {
1261        "DescribeRefreshSchemasStatusResponse$RefreshSchemasStatus": "<p>The status of the schema.</p>",
1262        "RefreshSchemasResponse$RefreshSchemasStatus": "<p>The status of the refreshed schema.</p>"
1263      }
1264    },
1265    "RefreshSchemasStatusTypeValue": {
1266      "base": null,
1267      "refs": {
1268        "RefreshSchemasStatus$Status": "<p>The status of the schema.</p>"
1269      }
1270    },
1271    "ReleaseStatusValues": {
1272      "base": null,
1273      "refs": {
1274        "OrderableReplicationInstance$ReleaseStatus": "<p>The value returned when the specified <code>EngineVersion</code> of the replication instance is in Beta or test mode. This indicates some features might not work as expected.</p> <note> <p>AWS DMS supports the <code>ReleaseStatus</code> parameter in versions 3.1.4 and later.</p> </note>"
1275      }
1276    },
1277    "ReloadOptionValue": {
1278      "base": null,
1279      "refs": {
1280        "ReloadTablesMessage$ReloadOption": "<p>Options for reload. Specify <code>data-reload</code> to reload the data and re-validate it if validation is enabled. Specify <code>validate-only</code> to re-validate the table. This option applies only when validation is enabled for the task. </p> <p>Valid values: data-reload, validate-only</p> <p>Default value is data-reload.</p>"
1281      }
1282    },
1283    "ReloadTablesMessage": {
1284      "base": null,
1285      "refs": {
1286      }
1287    },
1288    "ReloadTablesResponse": {
1289      "base": null,
1290      "refs": {
1291      }
1292    },
1293    "RemoveTagsFromResourceMessage": {
1294      "base": "<p>Removes one or more tags from an AWS DMS resource.</p>",
1295      "refs": {
1296      }
1297    },
1298    "RemoveTagsFromResourceResponse": {
1299      "base": "<p/>",
1300      "refs": {
1301      }
1302    },
1303    "ReplicationEndpointTypeValue": {
1304      "base": null,
1305      "refs": {
1306        "CreateEndpointMessage$EndpointType": "<p>The type of endpoint. Valid values are <code>source</code> and <code>target</code>.</p>",
1307        "Endpoint$EndpointType": "<p>The type of endpoint. Valid values are <code>source</code> and <code>target</code>.</p>",
1308        "ModifyEndpointMessage$EndpointType": "<p>The type of endpoint. Valid values are <code>source</code> and <code>target</code>.</p>",
1309        "SupportedEndpointType$EndpointType": "<p>The type of endpoint. Valid values are <code>source</code> and <code>target</code>.</p>"
1310      }
1311    },
1312    "ReplicationInstance": {
1313      "base": "<p>Provides information that defines a replication instance.</p>",
1314      "refs": {
1315        "CreateReplicationInstanceResponse$ReplicationInstance": "<p>The replication instance that was created.</p>",
1316        "DeleteReplicationInstanceResponse$ReplicationInstance": "<p>The replication instance that was deleted.</p>",
1317        "ModifyReplicationInstanceResponse$ReplicationInstance": "<p>The modified replication instance.</p>",
1318        "RebootReplicationInstanceResponse$ReplicationInstance": "<p>The replication instance that is being rebooted. </p>",
1319        "ReplicationInstanceList$member": null
1320      }
1321    },
1322    "ReplicationInstanceList": {
1323      "base": null,
1324      "refs": {
1325        "DescribeReplicationInstancesResponse$ReplicationInstances": "<p>The replication instances described.</p>"
1326      }
1327    },
1328    "ReplicationInstancePrivateIpAddressList": {
1329      "base": null,
1330      "refs": {
1331        "ReplicationInstance$ReplicationInstancePrivateIpAddresses": "<p>One or more private IP addresses for the replication instance.</p>"
1332      }
1333    },
1334    "ReplicationInstancePublicIpAddressList": {
1335      "base": null,
1336      "refs": {
1337        "ReplicationInstance$ReplicationInstancePublicIpAddresses": "<p>One or more public IP addresses for the replication instance.</p>"
1338      }
1339    },
1340    "ReplicationInstanceTaskLog": {
1341      "base": "<p>Contains metadata for a replication instance task log.</p>",
1342      "refs": {
1343        "ReplicationInstanceTaskLogsList$member": null
1344      }
1345    },
1346    "ReplicationInstanceTaskLogsList": {
1347      "base": null,
1348      "refs": {
1349        "DescribeReplicationInstanceTaskLogsResponse$ReplicationInstanceTaskLogs": "<p>An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes). </p>"
1350      }
1351    },
1352    "ReplicationPendingModifiedValues": {
1353      "base": "<p>Provides information about the values of pending modifications to a replication instance. This data type is an object of the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_ReplicationInstance.html\"> <code>ReplicationInstance</code> </a> user-defined data type. </p>",
1354      "refs": {
1355        "ReplicationInstance$PendingModifiedValues": "<p>The pending modification values.</p>"
1356      }
1357    },
1358    "ReplicationSubnetGroup": {
1359      "base": "<p>Describes a subnet group in response to a request by the <code>DescribeReplicationSubnetGroups</code> operation.</p>",
1360      "refs": {
1361        "CreateReplicationSubnetGroupResponse$ReplicationSubnetGroup": "<p>The replication subnet group that was created.</p>",
1362        "ModifyReplicationSubnetGroupResponse$ReplicationSubnetGroup": "<p>The modified replication subnet group.</p>",
1363        "ReplicationInstance$ReplicationSubnetGroup": "<p>The subnet group for the replication instance.</p>",
1364        "ReplicationSubnetGroups$member": null
1365      }
1366    },
1367    "ReplicationSubnetGroupDoesNotCoverEnoughAZs": {
1368      "base": "<p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>",
1369      "refs": {
1370      }
1371    },
1372    "ReplicationSubnetGroups": {
1373      "base": null,
1374      "refs": {
1375        "DescribeReplicationSubnetGroupsResponse$ReplicationSubnetGroups": "<p>A description of the replication subnet groups.</p>"
1376      }
1377    },
1378    "ReplicationTask": {
1379      "base": "<p>Provides information that describes a replication task created by the <code>CreateReplicationTask</code> operation.</p>",
1380      "refs": {
1381        "CreateReplicationTaskResponse$ReplicationTask": "<p>The replication task that was created.</p>",
1382        "DeleteReplicationTaskResponse$ReplicationTask": "<p>The deleted replication task.</p>",
1383        "ModifyReplicationTaskResponse$ReplicationTask": "<p>The replication task that was modified.</p>",
1384        "MoveReplicationTaskResponse$ReplicationTask": "<p>The replication task that was moved.</p>",
1385        "ReplicationTaskList$member": null,
1386        "StartReplicationTaskAssessmentResponse$ReplicationTask": "<p> The assessed replication task. </p>",
1387        "StartReplicationTaskResponse$ReplicationTask": "<p>The replication task started.</p>",
1388        "StopReplicationTaskResponse$ReplicationTask": "<p>The replication task stopped.</p>"
1389      }
1390    },
1391    "ReplicationTaskAssessmentResult": {
1392      "base": "<p> The task assessment report in JSON format. </p>",
1393      "refs": {
1394        "ReplicationTaskAssessmentResultList$member": null
1395      }
1396    },
1397    "ReplicationTaskAssessmentResultList": {
1398      "base": null,
1399      "refs": {
1400        "DescribeReplicationTaskAssessmentResultsResponse$ReplicationTaskAssessmentResults": "<p> The task assessment report. </p>"
1401      }
1402    },
1403    "ReplicationTaskAssessmentRun": {
1404      "base": "<p>Provides information that describes a premigration assessment run that you have started using the <code>StartReplicationTaskAssessmentRun</code> operation.</p> <p>Some of the information appears based on other operations that can return the <code>ReplicationTaskAssessmentRun</code> object.</p>",
1405      "refs": {
1406        "CancelReplicationTaskAssessmentRunResponse$ReplicationTaskAssessmentRun": "<p>The <code>ReplicationTaskAssessmentRun</code> object for the canceled assessment run.</p>",
1407        "DeleteReplicationTaskAssessmentRunResponse$ReplicationTaskAssessmentRun": "<p>The <code>ReplicationTaskAssessmentRun</code> object for the deleted assessment run.</p>",
1408        "ReplicationTaskAssessmentRunList$member": null,
1409        "StartReplicationTaskAssessmentRunResponse$ReplicationTaskAssessmentRun": "<p>The premigration assessment run that was started.</p>"
1410      }
1411    },
1412    "ReplicationTaskAssessmentRunList": {
1413      "base": null,
1414      "refs": {
1415        "DescribeReplicationTaskAssessmentRunsResponse$ReplicationTaskAssessmentRuns": "<p>One or more premigration assessment runs as specified by <code>Filters</code>.</p>"
1416      }
1417    },
1418    "ReplicationTaskAssessmentRunProgress": {
1419      "base": "<p>The progress values reported by the <code>AssessmentProgress</code> response element.</p>",
1420      "refs": {
1421        "ReplicationTaskAssessmentRun$AssessmentProgress": "<p>Indication of the completion progress for the individual assessments specified to run.</p>"
1422      }
1423    },
1424    "ReplicationTaskIndividualAssessment": {
1425      "base": "<p>Provides information that describes an individual assessment from a premigration assessment run.</p>",
1426      "refs": {
1427        "ReplicationTaskIndividualAssessmentList$member": null
1428      }
1429    },
1430    "ReplicationTaskIndividualAssessmentList": {
1431      "base": null,
1432      "refs": {
1433        "DescribeReplicationTaskIndividualAssessmentsResponse$ReplicationTaskIndividualAssessments": "<p>One or more individual assessments as specified by <code>Filters</code>.</p>"
1434      }
1435    },
1436    "ReplicationTaskList": {
1437      "base": null,
1438      "refs": {
1439        "DescribeReplicationTasksResponse$ReplicationTasks": "<p>A description of the replication tasks.</p>"
1440      }
1441    },
1442    "ReplicationTaskStats": {
1443      "base": "<p>In response to a request by the <code>DescribeReplicationTasks</code> operation, this object provides a collection of statistics about a replication task.</p>",
1444      "refs": {
1445        "ReplicationTask$ReplicationTaskStats": "<p>The statistics for the task, including elapsed time, tables loaded, and table errors.</p>"
1446      }
1447    },
1448    "ResourceAlreadyExistsFault": {
1449      "base": "<p>The resource you are attempting to create already exists.</p>",
1450      "refs": {
1451      }
1452    },
1453    "ResourceArn": {
1454      "base": null,
1455      "refs": {
1456        "ResourceAlreadyExistsFault$resourceArn": null
1457      }
1458    },
1459    "ResourceNotFoundFault": {
1460      "base": "<p>The resource could not be found.</p>",
1461      "refs": {
1462      }
1463    },
1464    "ResourcePendingMaintenanceActions": {
1465      "base": "<p>Identifies an AWS DMS resource and any pending actions for it.</p>",
1466      "refs": {
1467        "ApplyPendingMaintenanceActionResponse$ResourcePendingMaintenanceActions": "<p>The AWS DMS resource that the pending maintenance action will be applied to.</p>",
1468        "PendingMaintenanceActions$member": null
1469      }
1470    },
1471    "ResourceQuotaExceededFault": {
1472      "base": "<p>The quota for this resource quota has been exceeded.</p>",
1473      "refs": {
1474      }
1475    },
1476    "S3AccessDeniedFault": {
1477      "base": "<p>Insufficient privileges are preventing access to an Amazon S3 object.</p>",
1478      "refs": {
1479      }
1480    },
1481    "S3ResourceNotFoundFault": {
1482      "base": "<p>A specified Amazon S3 bucket, bucket folder, or other object can't be found.</p>",
1483      "refs": {
1484      }
1485    },
1486    "S3Settings": {
1487      "base": "<p>Settings for exporting data to Amazon S3. </p>",
1488      "refs": {
1489        "CreateEndpointMessage$S3Settings": "<p>Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring\">Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1490        "Endpoint$S3Settings": "<p>The settings for the S3 target endpoint. For more information, see the <code>S3Settings</code> structure.</p>",
1491        "ModifyEndpointMessage$S3Settings": "<p>Settings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring\">Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
1492      }
1493    },
1494    "SNSInvalidTopicFault": {
1495      "base": "<p>The SNS topic is invalid.</p>",
1496      "refs": {
1497      }
1498    },
1499    "SNSNoAuthorizationFault": {
1500      "base": "<p>You are not authorized for the SNS subscription.</p>",
1501      "refs": {
1502      }
1503    },
1504    "SafeguardPolicy": {
1505      "base": null,
1506      "refs": {
1507        "MicrosoftSQLServerSettings$SafeguardPolicy": "<p>Use this attribute to minimize the need to access the backup log and enable AWS DMS to prevent truncation using one of the following two methods.</p> <p> <i>Start transactions in the database:</i> This is the default method. When this method is used, AWS DMS prevents TLOG truncation by mimicking a transaction in the database. As long as such a transaction is open, changes that appear after the transaction started aren't truncated. If you need Microsoft Replication to be enabled in your database, then you must choose this method.</p> <p> <i>Exclusively use sp_repldone within a single task</i>: When this method is used, AWS DMS reads the changes and then uses sp_repldone to mark the TLOG transactions as ready for truncation. Although this method doesn't involve any transactional activities, it can only be used when Microsoft Replication isn't running. Also, when using this method, only one AWS DMS task can access the database at any given time. Therefore, if you need to run parallel AWS DMS tasks against the same database, use the default method.</p>"
1508      }
1509    },
1510    "SchemaList": {
1511      "base": null,
1512      "refs": {
1513        "DescribeSchemasResponse$Schemas": "<p>The described schema.</p>"
1514      }
1515    },
1516    "SecretString": {
1517      "base": null,
1518      "refs": {
1519        "CreateEndpointMessage$Password": "<p>The password to be used to log in to the endpoint database.</p>",
1520        "DocDbSettings$Password": "<p> The password for the user account you use to access the DocumentDB source endpoint. </p>",
1521        "IBMDb2Settings$Password": "<p>Endpoint connection password.</p>",
1522        "ImportCertificateMessage$CertificatePem": "<p>The contents of a <code>.pem</code> file, which contains an X.509 certificate.</p>",
1523        "KafkaSettings$SslClientKeyPassword": "<p> The password for the client private key used to securely connect to a Kafka target endpoint.</p>",
1524        "KafkaSettings$SaslPassword": "<p>The secure password you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.</p>",
1525        "MicrosoftSQLServerSettings$Password": "<p>Endpoint connection password.</p>",
1526        "ModifyEndpointMessage$Password": "<p>The password to be used to login to the endpoint database.</p>",
1527        "MongoDbSettings$Password": "<p> The password for the user account you use to access the MongoDB source endpoint. </p>",
1528        "MySQLSettings$Password": "<p>Endpoint connection password.</p>",
1529        "OracleSettings$AsmPassword": "<p>For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set this value from the <code> <i>asm_user_password</i> </code> value. You set this value as part of the comma-separated value that you set to the <code>Password</code> request parameter when you create the endpoint to access transaction logs using Binary Reader. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration\">Configuration for change data capture (CDC) on an Oracle source database</a>.</p>",
1530        "OracleSettings$Password": "<p>Endpoint connection password.</p>",
1531        "OracleSettings$SecurityDbEncryption": "<p>For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary Reader. It is also the <code> <i>TDE_Password</i> </code> part of the comma-separated value you set to the <code>Password</code> request parameter when you create the endpoint. The <code>SecurityDbEncryptian</code> setting is related to this <code>SecurityDbEncryptionName</code> setting. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption\"> Supported encryption methods for using Oracle as a source for AWS DMS</a> in the <i>AWS Database Migration Service User Guide</i>. </p>",
1532        "PostgreSQLSettings$Password": "<p>Endpoint connection password.</p>",
1533        "RedshiftSettings$Password": "<p>The password for the user named in the <code>username</code> property.</p>",
1534        "SybaseSettings$Password": "<p>Endpoint connection password.</p>"
1535      }
1536    },
1537    "SourceIdsList": {
1538      "base": null,
1539      "refs": {
1540        "CreateEventSubscriptionMessage$SourceIds": "<p>A list of identifiers for which AWS DMS provides notification events.</p> <p>If you don't specify a value, notifications are provided for all sources.</p> <p>If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.</p>",
1541        "EventSubscription$SourceIdsList": "<p>A list of source Ids for the event subscription.</p>"
1542      }
1543    },
1544    "SourceType": {
1545      "base": null,
1546      "refs": {
1547        "DescribeEventsMessage$SourceType": "<p>The type of AWS DMS resource that generates events.</p> <p>Valid values: replication-instance | replication-task</p>",
1548        "Event$SourceType": "<p> The type of AWS DMS resource that generates events. </p> <p>Valid values: replication-instance | endpoint | replication-task</p>"
1549      }
1550    },
1551    "StartReplicationTaskAssessmentMessage": {
1552      "base": "<p/>",
1553      "refs": {
1554      }
1555    },
1556    "StartReplicationTaskAssessmentResponse": {
1557      "base": "<p/>",
1558      "refs": {
1559      }
1560    },
1561    "StartReplicationTaskAssessmentRunMessage": {
1562      "base": "<p/>",
1563      "refs": {
1564      }
1565    },
1566    "StartReplicationTaskAssessmentRunResponse": {
1567      "base": "<p/>",
1568      "refs": {
1569      }
1570    },
1571    "StartReplicationTaskMessage": {
1572      "base": "<p/>",
1573      "refs": {
1574      }
1575    },
1576    "StartReplicationTaskResponse": {
1577      "base": "<p/>",
1578      "refs": {
1579      }
1580    },
1581    "StartReplicationTaskTypeValue": {
1582      "base": null,
1583      "refs": {
1584        "StartReplicationTaskMessage$StartReplicationTaskType": "<p>A type of replication task.</p>"
1585      }
1586    },
1587    "StopReplicationTaskMessage": {
1588      "base": "<p/>",
1589      "refs": {
1590      }
1591    },
1592    "StopReplicationTaskResponse": {
1593      "base": "<p/>",
1594      "refs": {
1595      }
1596    },
1597    "StorageQuotaExceededFault": {
1598      "base": "<p>The storage quota has been exceeded.</p>",
1599      "refs": {
1600      }
1601    },
1602    "String": {
1603      "base": null,
1604      "refs": {
1605        "AccountQuota$AccountQuotaName": "<p>The name of the AWS DMS quota for this AWS account.</p>",
1606        "AddTagsToResourceMessage$ResourceArn": "<p>Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).</p> <p>For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.</p>",
1607        "ApplyPendingMaintenanceActionMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.</p>",
1608        "ApplyPendingMaintenanceActionMessage$ApplyAction": "<p>The pending maintenance action to apply to this resource.</p>",
1609        "ApplyPendingMaintenanceActionMessage$OptInType": "<p>A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type <code>immediate</code>.</p> <p>Valid values:</p> <ul> <li> <p> <code>immediate</code> - Apply the maintenance action immediately.</p> </li> <li> <p> <code>next-maintenance</code> - Apply the maintenance action during the next maintenance window for the resource.</p> </li> <li> <p> <code>undo-opt-in</code> - Cancel any existing <code>next-maintenance</code> opt-in requests.</p> </li> </ul>",
1610        "AvailabilityZone$Name": "<p>The name of the Availability Zone.</p>",
1611        "AvailabilityZonesList$member": null,
1612        "CancelReplicationTaskAssessmentRunMessage$ReplicationTaskAssessmentRunArn": "<p>Amazon Resource Name (ARN) of the premigration assessment run to be canceled.</p>",
1613        "Certificate$CertificateIdentifier": "<p>A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.</p>",
1614        "Certificate$CertificatePem": "<p>The contents of a <code>.pem</code> file, which contains an X.509 certificate.</p>",
1615        "Certificate$CertificateArn": "<p>The Amazon Resource Name (ARN) for the certificate.</p>",
1616        "Certificate$CertificateOwner": "<p>The owner of the certificate.</p>",
1617        "Certificate$SigningAlgorithm": "<p>The signing algorithm for the certificate.</p>",
1618        "Connection$ReplicationInstanceArn": "<p>The ARN of the replication instance.</p>",
1619        "Connection$EndpointArn": "<p>The ARN string that uniquely identifies the endpoint.</p>",
1620        "Connection$Status": "<p>The connection status. This parameter can return one of the following values:</p> <ul> <li> <p> <code>\"successful\"</code> </p> </li> <li> <p> <code>\"testing\"</code> </p> </li> <li> <p> <code>\"failed\"</code> </p> </li> <li> <p> <code>\"deleting\"</code> </p> </li> </ul>",
1621        "Connection$LastFailureMessage": "<p>The error message when the connection last failed.</p>",
1622        "Connection$EndpointIdentifier": "<p>The identifier of the endpoint. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.</p>",
1623        "Connection$ReplicationInstanceIdentifier": "<p>The replication instance identifier. This parameter is stored as a lowercase string.</p>",
1624        "CreateEndpointMessage$EndpointIdentifier": "<p>The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.</p>",
1625        "CreateEndpointMessage$EngineName": "<p>The type of engine for the endpoint. Valid values, depending on the <code>EndpointType</code> value, 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>\"azuredb\"</code>, <code>\"sybase\"</code>, <code>\"dynamodb\"</code>, <code>\"mongodb\"</code>, <code>\"kinesis\"</code>, <code>\"kafka\"</code>, <code>\"elasticsearch\"</code>, <code>\"docdb\"</code>, <code>\"sqlserver\"</code>, and <code>\"neptune\"</code>.</p>",
1626        "CreateEndpointMessage$Username": "<p>The user name to be used to log in to the endpoint database.</p>",
1627        "CreateEndpointMessage$ServerName": "<p>The name of the server where the endpoint database resides.</p>",
1628        "CreateEndpointMessage$DatabaseName": "<p>The name of the endpoint database.</p>",
1629        "CreateEndpointMessage$ExtraConnectionAttributes": "<p>Additional attributes associated with the connection. Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Endpoints.html\">Working with AWS DMS Endpoints</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1630        "CreateEndpointMessage$KmsKeyId": "<p>An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.</p> <p>If you don't specify a value for the <code>KmsKeyId</code> parameter, then AWS DMS uses your default encryption key.</p> <p>AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.</p>",
1631        "CreateEndpointMessage$CertificateArn": "<p>The Amazon Resource Name (ARN) for the certificate.</p>",
1632        "CreateEndpointMessage$ServiceAccessRoleArn": "<p> The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint. </p>",
1633        "CreateEndpointMessage$ExternalTableDefinition": "<p>The external table definition. </p>",
1634        "CreateEndpointMessage$ResourceIdentifier": "<p>A friendly name for the resource identifier at the end of the <code>EndpointArn</code> response parameter that is returned in the created <code>Endpoint</code> object. The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such as <code>Example-App-ARN1</code>. For example, this value might result in the <code>EndpointArn</code> value <code>arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1</code>. If you don't specify a <code>ResourceIdentifier</code> value, AWS DMS generates a default identifier value for the end of <code>EndpointArn</code>.</p>",
1635        "CreateEventSubscriptionMessage$SubscriptionName": "<p>The name of the AWS DMS event notification subscription. This name must be less than 255 characters.</p>",
1636        "CreateEventSubscriptionMessage$SnsTopicArn": "<p> The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it. </p>",
1637        "CreateEventSubscriptionMessage$SourceType": "<p> The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to <code>replication-instance</code>. If this value isn't specified, all events are returned. </p> <p>Valid values: <code>replication-instance</code> | <code>replication-task</code> </p>",
1638        "CreateReplicationInstanceMessage$ReplicationInstanceIdentifier": "<p>The replication instance identifier. This parameter is stored as a lowercase string.</p> <p>Constraints:</p> <ul> <li> <p>Must contain 1-63 alphanumeric characters or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul> <p>Example: <code>myrepinstance</code> </p>",
1639        "CreateReplicationInstanceMessage$ReplicationInstanceClass": "<p>The compute and memory capacity of the replication instance as defined for the specified replication instance class. For example to specify the instance class dms.c4.large, set this parameter to <code>\"dms.c4.large\"</code>.</p> <p>For more information on the settings and capacities for the available replication instance classes, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth\"> Selecting the right AWS DMS replication instance for your migration</a>. </p>",
1640        "CreateReplicationInstanceMessage$AvailabilityZone": "<p>The Availability Zone where the replication instance will be created. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for example: <code>us-east-1d</code> </p>",
1641        "CreateReplicationInstanceMessage$ReplicationSubnetGroupIdentifier": "<p>A subnet group to associate with the replication instance.</p>",
1642        "CreateReplicationInstanceMessage$PreferredMaintenanceWindow": "<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p> <p> Format: <code>ddd:hh24:mi-ddd:hh24:mi</code> </p> <p>Default: A 30-minute window selected at random from an 8-hour block of time per AWS Region, occurring on a random day of the week.</p> <p>Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun</p> <p>Constraints: Minimum 30-minute window.</p>",
1643        "CreateReplicationInstanceMessage$EngineVersion": "<p>The engine version number of the replication instance.</p> <p>If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.</p>",
1644        "CreateReplicationInstanceMessage$KmsKeyId": "<p>An AWS KMS key identifier that is used to encrypt the data on the replication instance.</p> <p>If you don't specify a value for the <code>KmsKeyId</code> parameter, then AWS DMS uses your default encryption key.</p> <p>AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.</p>",
1645        "CreateReplicationInstanceMessage$DnsNameServers": "<p>A list of custom DNS name servers supported for the replication instance to access your on-premise source or target database. This list overrides the default name servers supported by the replication instance. You can specify a comma-separated list of internet addresses for up to four on-premise DNS name servers. For example: <code>\"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4\"</code> </p>",
1646        "CreateReplicationInstanceMessage$ResourceIdentifier": "<p>A friendly name for the resource identifier at the end of the <code>EndpointArn</code> response parameter that is returned in the created <code>Endpoint</code> object. The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such as <code>Example-App-ARN1</code>. For example, this value might result in the <code>EndpointArn</code> value <code>arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1</code>. If you don't specify a <code>ResourceIdentifier</code> value, AWS DMS generates a default identifier value for the end of <code>EndpointArn</code>.</p>",
1647        "CreateReplicationSubnetGroupMessage$ReplicationSubnetGroupIdentifier": "<p>The name for the replication subnet group. This value is stored as a lowercase string.</p> <p>Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".</p> <p>Example: <code>mySubnetgroup</code> </p>",
1648        "CreateReplicationSubnetGroupMessage$ReplicationSubnetGroupDescription": "<p>The description for the subnet group.</p>",
1649        "CreateReplicationTaskMessage$ReplicationTaskIdentifier": "<p>An identifier for the replication task.</p> <p>Constraints:</p> <ul> <li> <p>Must contain 1-255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>",
1650        "CreateReplicationTaskMessage$SourceEndpointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.</p>",
1651        "CreateReplicationTaskMessage$TargetEndpointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.</p>",
1652        "CreateReplicationTaskMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of a replication instance.</p>",
1653        "CreateReplicationTaskMessage$TableMappings": "<p>The table mappings for the task, in JSON format. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html\">Using Table Mapping to Specify Task Settings</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1654        "CreateReplicationTaskMessage$ReplicationTaskSettings": "<p>Overall settings for the task, in JSON format. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html\">Specifying Task Settings for AWS Database Migration Service Tasks</a> in the <i>AWS Database Migration User Guide.</i> </p>",
1655        "CreateReplicationTaskMessage$CdcStartPosition": "<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p> <note> <p>When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the <code>slotName</code> extra connection attribute to the name of this logical replication slot. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib\">Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS</a>.</p> </note>",
1656        "CreateReplicationTaskMessage$CdcStopPosition": "<p>Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.</p> <p>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</p> <p>Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “</p>",
1657        "CreateReplicationTaskMessage$TaskData": "<p>Supplemental information that the task requires to migrate the data for certain source and target endpoints. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html\">Specifying Supplemental Data for Task Settings</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1658        "CreateReplicationTaskMessage$ResourceIdentifier": "<p>A friendly name for the resource identifier at the end of the <code>EndpointArn</code> response parameter that is returned in the created <code>Endpoint</code> object. The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such as <code>Example-App-ARN1</code>. For example, this value might result in the <code>EndpointArn</code> value <code>arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1</code>. If you don't specify a <code>ResourceIdentifier</code> value, AWS DMS generates a default identifier value for the end of <code>EndpointArn</code>.</p>",
1659        "DeleteCertificateMessage$CertificateArn": "<p>The Amazon Resource Name (ARN) of the deleted certificate.</p>",
1660        "DeleteConnectionMessage$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1661        "DeleteConnectionMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1662        "DeleteEndpointMessage$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1663        "DeleteEventSubscriptionMessage$SubscriptionName": "<p>The name of the DMS event notification subscription to be deleted.</p>",
1664        "DeleteReplicationInstanceMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance to be deleted.</p>",
1665        "DeleteReplicationSubnetGroupMessage$ReplicationSubnetGroupIdentifier": "<p>The subnet group name of the replication instance.</p>",
1666        "DeleteReplicationTaskAssessmentRunMessage$ReplicationTaskAssessmentRunArn": "<p>Amazon Resource Name (ARN) of the premigration assessment run to be deleted.</p>",
1667        "DeleteReplicationTaskMessage$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task to be deleted.</p>",
1668        "DescribeAccountAttributesResponse$UniqueAccountIdentifier": "<p>A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: <code>c99999999999</code>. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: <code>dms-<i>AccountNumber</i>-<i>UniqueAccountIdentifier</i>.</code> Here is an example name for this default S3 bucket: <code>dms-111122223333-c44445555666</code>.</p> <note> <p>AWS DMS supports the <code>UniqueAccountIdentifier</code> parameter in versions 3.1.4 and later.</p> </note>",
1669        "DescribeApplicableIndividualAssessmentsMessage$ReplicationTaskArn": "<p>Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.</p>",
1670        "DescribeApplicableIndividualAssessmentsMessage$ReplicationInstanceArn": "<p>ARN of a replication instance on which you want to base the default list of individual assessments.</p>",
1671        "DescribeApplicableIndividualAssessmentsMessage$SourceEngineName": "<p>Name of a database engine that the specified replication instance supports as a source.</p>",
1672        "DescribeApplicableIndividualAssessmentsMessage$TargetEngineName": "<p>Name of a database engine that the specified replication instance supports as a target.</p>",
1673        "DescribeApplicableIndividualAssessmentsMessage$Marker": "<p>Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>",
1674        "DescribeApplicableIndividualAssessmentsResponse$Marker": "<p>Pagination token returned for you to pass to a subsequent request. If you pass this token as the <code>Marker</code> value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by <code>MaxRecords</code>.</p>",
1675        "DescribeCertificatesMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1676        "DescribeCertificatesResponse$Marker": "<p>The pagination token.</p>",
1677        "DescribeConnectionsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1678        "DescribeConnectionsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1679        "DescribeEndpointSettingsMessage$EngineName": "<p>The databse engine used for your source or target endpoint.</p>",
1680        "DescribeEndpointSettingsMessage$Marker": "<p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>",
1681        "DescribeEndpointSettingsResponse$Marker": "<p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>",
1682        "DescribeEndpointTypesMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1683        "DescribeEndpointTypesResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1684        "DescribeEndpointsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1685        "DescribeEndpointsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1686        "DescribeEventCategoriesMessage$SourceType": "<p> The type of AWS DMS resource that generates events. </p> <p>Valid values: replication-instance | replication-task</p>",
1687        "DescribeEventSubscriptionsMessage$SubscriptionName": "<p>The name of the AWS DMS event subscription to be described.</p>",
1688        "DescribeEventSubscriptionsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1689        "DescribeEventSubscriptionsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1690        "DescribeEventsMessage$SourceIdentifier": "<p> The identifier of an event source.</p>",
1691        "DescribeEventsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1692        "DescribeEventsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1693        "DescribeOrderableReplicationInstancesMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1694        "DescribeOrderableReplicationInstancesResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1695        "DescribePendingMaintenanceActionsMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1696        "DescribePendingMaintenanceActionsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1697        "DescribePendingMaintenanceActionsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1698        "DescribeRefreshSchemasStatusMessage$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1699        "DescribeReplicationInstanceTaskLogsMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1700        "DescribeReplicationInstanceTaskLogsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>",
1701        "DescribeReplicationInstanceTaskLogsResponse$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1702        "DescribeReplicationInstanceTaskLogsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>",
1703        "DescribeReplicationInstancesMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1704        "DescribeReplicationInstancesResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1705        "DescribeReplicationSubnetGroupsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1706        "DescribeReplicationSubnetGroupsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1707        "DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified, the API returns only one result and ignore the values of the <code>MaxRecords</code> and <code>Marker</code> parameters. </p>",
1708        "DescribeReplicationTaskAssessmentResultsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1709        "DescribeReplicationTaskAssessmentResultsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1710        "DescribeReplicationTaskAssessmentResultsResponse$BucketName": "<p>- The Amazon S3 bucket where the task assessment report is located. </p>",
1711        "DescribeReplicationTaskAssessmentRunsMessage$Marker": "<p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>",
1712        "DescribeReplicationTaskAssessmentRunsResponse$Marker": "<p>A pagination token returned for you to pass to a subsequent request. If you pass this token as the <code>Marker</code> value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by <code>MaxRecords</code>.</p>",
1713        "DescribeReplicationTaskIndividualAssessmentsMessage$Marker": "<p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>",
1714        "DescribeReplicationTaskIndividualAssessmentsResponse$Marker": "<p>A pagination token returned for you to pass to a subsequent request. If you pass this token as the <code>Marker</code> value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by <code>MaxRecords</code>.</p>",
1715        "DescribeReplicationTasksMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1716        "DescribeReplicationTasksResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1717        "DescribeSchemasMessage$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1718        "DescribeSchemasMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1719        "DescribeSchemasResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1720        "DescribeTableStatisticsMessage$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task.</p>",
1721        "DescribeTableStatisticsMessage$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1722        "DescribeTableStatisticsResponse$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task.</p>",
1723        "DescribeTableStatisticsResponse$Marker": "<p> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>",
1724        "DmsTransferSettings$ServiceAccessRoleArn": "<p> The IAM role that has permission to access the Amazon S3 bucket. </p>",
1725        "DmsTransferSettings$BucketName": "<p> The name of the S3 bucket to use. </p>",
1726        "DocDbSettings$Username": "<p>The user name you use to access the DocumentDB source endpoint. </p>",
1727        "DocDbSettings$ServerName": "<p> The name of the server on the DocumentDB source endpoint. </p>",
1728        "DocDbSettings$DatabaseName": "<p> The database name on the DocumentDB source endpoint. </p>",
1729        "DocDbSettings$KmsKeyId": "<p>The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the <code>KmsKeyId</code> parameter, then AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.</p>",
1730        "DocDbSettings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the DocumentDB endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1731        "DocDbSettings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the DocumentDB endpoint connection details.</p>",
1732        "DynamoDbSettings$ServiceAccessRoleArn": "<p> The Amazon Resource Name (ARN) used by the service access IAM role. </p>",
1733        "ElasticsearchSettings$ServiceAccessRoleArn": "<p>The Amazon Resource Name (ARN) used by service to access the IAM role.</p>",
1734        "ElasticsearchSettings$EndpointUri": "<p>The endpoint for the Elasticsearch cluster. AWS DMS uses HTTPS if a transport protocol (http/https) is not specified.</p>",
1735        "Endpoint$EndpointIdentifier": "<p>The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.</p>",
1736        "Endpoint$EngineName": "<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>\"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>, and <code>\"neptune\"</code>.</p>",
1737        "Endpoint$EngineDisplayName": "<p>The expanded name for the engine name. For example, if the <code>EngineName</code> parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"</p>",
1738        "Endpoint$Username": "<p>The user name used to connect to the endpoint.</p>",
1739        "Endpoint$ServerName": "<p>The name of the server at the endpoint.</p>",
1740        "Endpoint$DatabaseName": "<p>The name of the database at the endpoint.</p>",
1741        "Endpoint$ExtraConnectionAttributes": "<p>Additional connection attributes used to connect to the endpoint.</p>",
1742        "Endpoint$Status": "<p>The status of the endpoint.</p>",
1743        "Endpoint$KmsKeyId": "<p>An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.</p> <p>If you don't specify a value for the <code>KmsKeyId</code> parameter, then AWS DMS uses your default encryption key.</p> <p>AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.</p>",
1744        "Endpoint$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1745        "Endpoint$CertificateArn": "<p>The Amazon Resource Name (ARN) used for SSL connection to the endpoint.</p>",
1746        "Endpoint$ServiceAccessRoleArn": "<p>The Amazon Resource Name (ARN) used by the service access IAM role.</p>",
1747        "Endpoint$ExternalTableDefinition": "<p>The external table definition.</p>",
1748        "Endpoint$ExternalId": "<p> Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account. </p>",
1749        "EndpointSetting$Name": "<p>The name that you want to give the endpoint settings.</p>",
1750        "EndpointSetting$Units": "<p>The unit of measure for this endpoint setting.</p>",
1751        "EndpointSetting$Applicability": "<p>The relevance or validity of an endpoint setting for an engine name and its endpoint type.</p>",
1752        "EndpointSettingEnumValues$member": null,
1753        "Event$SourceIdentifier": "<p> The identifier of an event source.</p>",
1754        "Event$Message": "<p>The event message.</p>",
1755        "EventCategoriesList$member": null,
1756        "EventCategoryGroup$SourceType": "<p> The type of AWS DMS resource that generates events. </p> <p>Valid values: replication-instance | replication-server | security-group | replication-task</p>",
1757        "EventSubscription$CustomerAwsId": "<p>The AWS customer account associated with the AWS DMS event notification subscription.</p>",
1758        "EventSubscription$CustSubscriptionId": "<p>The AWS DMS event notification subscription Id.</p>",
1759        "EventSubscription$SnsTopicArn": "<p>The topic ARN of the AWS DMS event notification subscription.</p>",
1760        "EventSubscription$Status": "<p>The status of the AWS DMS event notification subscription.</p> <p>Constraints:</p> <p>Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist</p> <p>The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.</p>",
1761        "EventSubscription$SubscriptionCreationTime": "<p>The time the AWS DMS event notification subscription was created.</p>",
1762        "EventSubscription$SourceType": "<p> The type of AWS DMS resource that generates events. </p> <p>Valid values: replication-instance | replication-server | security-group | replication-task</p>",
1763        "ExcludeTestList$member": null,
1764        "Filter$Name": "<p>The name of the filter as specified for a <code>Describe*</code> or similar operation.</p>",
1765        "FilterValueList$member": null,
1766        "IBMDb2Settings$DatabaseName": "<p>Database name for the endpoint.</p>",
1767        "IBMDb2Settings$ServerName": "<p>Fully qualified domain name of the endpoint.</p>",
1768        "IBMDb2Settings$CurrentLsn": "<p>For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.</p>",
1769        "IBMDb2Settings$Username": "<p>Endpoint connection user name.</p>",
1770        "IBMDb2Settings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the Db2 LUW endpoint. </p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1771        "IBMDb2Settings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the Db2 LUW endpoint connection details.</p>",
1772        "ImportCertificateMessage$CertificateIdentifier": "<p>A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.</p>",
1773        "IncludeTestList$member": null,
1774        "IndividualAssessmentNameList$member": null,
1775        "KafkaSettings$Broker": "<p>A comma-separated list of one or more broker locations in your Kafka cluster that host your Kafka instance. Specify each broker location in the form <code> <i>broker-hostname-or-ip</i>:<i>port</i> </code>. For example, <code>\"ec2-12-345-678-901.compute-1.amazonaws.com:2345\"</code>. For more information and examples of specifying a list of broker locations, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html\">Using Apache Kafka as a target for AWS Database Migration Service</a> in the <i>AWS Data Migration Service User Guide</i>. </p>",
1776        "KafkaSettings$Topic": "<p>The topic to which you migrate the data. If you don't specify a topic, AWS DMS specifies <code>\"kafka-default-topic\"</code> as the migration topic.</p>",
1777        "KafkaSettings$SslClientCertificateArn": "<p>The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.</p>",
1778        "KafkaSettings$SslClientKeyArn": "<p>The Amazon Resource Name (ARN) for the client private key used to securely connect to a Kafka target endpoint.</p>",
1779        "KafkaSettings$SslCaCertificateArn": "<p> The Amazon Resource Name (ARN) for the private Certification Authority (CA) cert that AWS DMS uses to securely connect to your Kafka target endpoint.</p>",
1780        "KafkaSettings$SaslUsername": "<p> The secure username you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.</p>",
1781        "KeyList$member": null,
1782        "KinesisSettings$StreamArn": "<p>The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.</p>",
1783        "KinesisSettings$ServiceAccessRoleArn": "<p>The Amazon Resource Name (ARN) for the AWS Identity and Access Management (IAM) role that AWS DMS uses to write to the Kinesis data stream.</p>",
1784        "ListTagsForResourceMessage$ResourceArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.</p>",
1785        "MicrosoftSQLServerSettings$DatabaseName": "<p>Database name for the endpoint.</p>",
1786        "MicrosoftSQLServerSettings$ControlTablesFileGroup": "<p>Specifies a file group for the AWS DMS internal tables. When the replication task starts, all the internal AWS DMS control tables (awsdms_ apply_exception, awsdms_apply, awsdms_changes) are created for the specified file group.</p>",
1787        "MicrosoftSQLServerSettings$ServerName": "<p>Fully qualified domain name of the endpoint.</p>",
1788        "MicrosoftSQLServerSettings$Username": "<p>Endpoint connection user name.</p>",
1789        "MicrosoftSQLServerSettings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the SQL Server endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1790        "MicrosoftSQLServerSettings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the SQL Server endpoint connection details.</p>",
1791        "ModifyEndpointMessage$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1792        "ModifyEndpointMessage$EndpointIdentifier": "<p>The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.</p>",
1793        "ModifyEndpointMessage$EngineName": "<p>The type of engine for the endpoint. 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>\"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>, and <code>\"neptune\"</code>.</p>",
1794        "ModifyEndpointMessage$Username": "<p>The user name to be used to login to the endpoint database.</p>",
1795        "ModifyEndpointMessage$ServerName": "<p>The name of the server where the endpoint database resides.</p>",
1796        "ModifyEndpointMessage$DatabaseName": "<p>The name of the endpoint database.</p>",
1797        "ModifyEndpointMessage$ExtraConnectionAttributes": "<p>Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.</p>",
1798        "ModifyEndpointMessage$CertificateArn": "<p>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</p>",
1799        "ModifyEndpointMessage$ServiceAccessRoleArn": "<p> The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint. </p>",
1800        "ModifyEndpointMessage$ExternalTableDefinition": "<p>The external table definition.</p>",
1801        "ModifyEventSubscriptionMessage$SubscriptionName": "<p>The name of the AWS DMS event notification subscription to be modified.</p>",
1802        "ModifyEventSubscriptionMessage$SnsTopicArn": "<p> The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.</p>",
1803        "ModifyEventSubscriptionMessage$SourceType": "<p> The type of AWS DMS resource that generates the events you want to subscribe to. </p> <p>Valid values: replication-instance | replication-task</p>",
1804        "ModifyReplicationInstanceMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1805        "ModifyReplicationInstanceMessage$ReplicationInstanceClass": "<p>The compute and memory capacity of the replication instance as defined for the specified replication instance class. For example to specify the instance class dms.c4.large, set this parameter to <code>\"dms.c4.large\"</code>.</p> <p>For more information on the settings and capacities for the available replication instance classes, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth\"> Selecting the right AWS DMS replication instance for your migration</a>. </p>",
1806        "ModifyReplicationInstanceMessage$PreferredMaintenanceWindow": "<p>The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.</p> <p>Default: Uses existing setting</p> <p>Format: ddd:hh24:mi-ddd:hh24:mi</p> <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p> <p>Constraints: Must be at least 30 minutes</p>",
1807        "ModifyReplicationInstanceMessage$EngineVersion": "<p>The engine version number of the replication instance.</p> <p>When modifying a major engine version of an instance, also set <code>AllowMajorVersionUpgrade</code> to <code>true</code>.</p>",
1808        "ModifyReplicationInstanceMessage$ReplicationInstanceIdentifier": "<p>The replication instance identifier. This parameter is stored as a lowercase string.</p>",
1809        "ModifyReplicationSubnetGroupMessage$ReplicationSubnetGroupIdentifier": "<p>The name of the replication instance subnet group.</p>",
1810        "ModifyReplicationSubnetGroupMessage$ReplicationSubnetGroupDescription": "<p>A description for the replication instance subnet group.</p>",
1811        "ModifyReplicationTaskMessage$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task.</p>",
1812        "ModifyReplicationTaskMessage$ReplicationTaskIdentifier": "<p>The replication task identifier.</p> <p>Constraints:</p> <ul> <li> <p>Must contain 1-255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>",
1813        "ModifyReplicationTaskMessage$TableMappings": "<p>When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with <code>file://</code>. For example, <code>--table-mappings file://mappingfile.json</code>. When working with the DMS API, provide the JSON as the parameter value. </p>",
1814        "ModifyReplicationTaskMessage$ReplicationTaskSettings": "<p>JSON file that contains settings for the task, such as task metadata settings.</p>",
1815        "ModifyReplicationTaskMessage$CdcStartPosition": "<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p> <note> <p>When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the <code>slotName</code> extra connection attribute to the name of this logical replication slot. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib\">Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS</a>.</p> </note>",
1816        "ModifyReplicationTaskMessage$CdcStopPosition": "<p>Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.</p> <p>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</p> <p>Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “</p>",
1817        "ModifyReplicationTaskMessage$TaskData": "<p>Supplemental information that the task requires to migrate the data for certain source and target endpoints. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html\">Specifying Supplemental Data for Task Settings</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1818        "MongoDbSettings$Username": "<p>The user name you use to access the MongoDB source endpoint. </p>",
1819        "MongoDbSettings$ServerName": "<p> The name of the server on the MongoDB source endpoint. </p>",
1820        "MongoDbSettings$DatabaseName": "<p> The database name on the MongoDB source endpoint. </p>",
1821        "MongoDbSettings$ExtractDocId": "<p> Specifies the document ID. Use this setting when <code>NestingLevel</code> is set to <code>\"none\"</code>. </p> <p>Default value is <code>\"false\"</code>. </p>",
1822        "MongoDbSettings$DocsToInvestigate": "<p> Indicates the number of documents to preview to determine the document organization. Use this setting when <code>NestingLevel</code> is set to <code>\"one\"</code>. </p> <p>Must be a positive value greater than <code>0</code>. Default value is <code>1000</code>.</p>",
1823        "MongoDbSettings$AuthSource": "<p> The MongoDB database name. This setting isn't used when <code>AuthType</code> is set to <code>\"no\"</code>. </p> <p>The default is <code>\"admin\"</code>.</p>",
1824        "MongoDbSettings$KmsKeyId": "<p>The AWS KMS key identifier that is used to encrypt the content on the replication instance. If you don't specify a value for the <code>KmsKeyId</code> parameter, then AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.</p>",
1825        "MongoDbSettings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the MongoDB endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1826        "MongoDbSettings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the MongoDB endpoint connection details.</p>",
1827        "MoveReplicationTaskMessage$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the task that you want to move.</p>",
1828        "MoveReplicationTaskMessage$TargetReplicationInstanceArn": "<p>The ARN of the replication instance where you want to move the task to.</p>",
1829        "MySQLSettings$AfterConnectScript": "<p>Specifies a script to run immediately after AWS DMS connects to the endpoint. The migration task continues running regardless if the SQL statement succeeds or fails.</p>",
1830        "MySQLSettings$DatabaseName": "<p>Database name for the endpoint.</p>",
1831        "MySQLSettings$ServerName": "<p>Fully qualified domain name of the endpoint.</p>",
1832        "MySQLSettings$ServerTimezone": "<p>Specifies the time zone for the source MySQL database.</p> <p>Example: <code>serverTimezone=US/Pacific;</code> </p> <p>Note: Do not enclose time zones in single quotes.</p>",
1833        "MySQLSettings$Username": "<p>Endpoint connection user name.</p>",
1834        "MySQLSettings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the MySQL endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1835        "MySQLSettings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the MySQL endpoint connection details.</p>",
1836        "NeptuneSettings$ServiceAccessRoleArn": "<p>The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole\">Creating an IAM Service Role for Accessing Amazon Neptune as a Target</a> in the <i>AWS Database Migration Service User Guide. </i> </p>",
1837        "NeptuneSettings$S3BucketName": "<p>The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. AWS DMS maps the SQL source data to graph data before storing it in these .csv files.</p>",
1838        "NeptuneSettings$S3BucketFolder": "<p>A folder path where you want AWS DMS to store migrated graph data in the S3 bucket specified by <code>S3BucketName</code> </p>",
1839        "OracleSettings$OraclePathPrefix": "<p>Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the default Oracle root used to access the redo logs.</p>",
1840        "OracleSettings$UsePathPrefix": "<p>Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the path prefix used to replace the default Oracle root to access the redo logs.</p>",
1841        "OracleSettings$AsmServer": "<p>For an Oracle source endpoint, your ASM server address. You can set this value from the <code>asm_server</code> value. You set <code>asm_server</code> as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration\">Configuration for change data capture (CDC) on an Oracle source database</a>.</p>",
1842        "OracleSettings$AsmUser": "<p>For an Oracle source endpoint, your ASM user name. You can set this value from the <code>asm_user</code> value. You set <code>asm_user</code> as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration\">Configuration for change data capture (CDC) on an Oracle source database</a>.</p>",
1843        "OracleSettings$DatabaseName": "<p>Database name for the endpoint.</p>",
1844        "OracleSettings$SecurityDbEncryptionName": "<p>For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns and tablespaces in an Oracle source database that is encrypted using TDE. The key value is the value of the <code>SecurityDbEncryption</code> setting. For more information on setting the key name value of <code>SecurityDbEncryptionName</code>, see the information and example for setting the <code>securityDbEncryptionName</code> extra connection attribute in <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption\"> Supported encryption methods for using Oracle as a source for AWS DMS</a> in the <i>AWS Database Migration Service User Guide</i>.</p>",
1845        "OracleSettings$ServerName": "<p>Fully qualified domain name of the endpoint.</p>",
1846        "OracleSettings$SpatialDataOptionToGeoJsonFunctionName": "<p>Use this attribute to convert <code>SDO_GEOMETRY</code> to <code>GEOJSON</code> format. By default, DMS calls the <code>SDO2GEOJSON</code> custom function if present and accessible. Or you can create your own custom function that mimics the operation of <code>SDOGEOJSON</code> and set <code>SpatialDataOptionToGeoJsonFunctionName</code> to call it instead. </p>",
1847        "OracleSettings$Username": "<p>Endpoint connection user name.</p>",
1848        "OracleSettings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the Oracle endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1849        "OracleSettings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the Oracle endpoint connection details.</p>",
1850        "OracleSettings$SecretsManagerOracleAsmAccessRoleArn": "<p>Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the <code>SecretsManagerOracleAsmSecret</code>. This <code>SecretsManagerOracleAsmSecret</code> has the secret value that allows access to the Oracle ASM of the endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerOracleAsmSecretId</code>. Or you can specify clear-text values for <code>AsmUserName</code>, <code>AsmPassword</code>, and <code>AsmServerName</code>. You can't specify both. For more information on creating this <code>SecretsManagerOracleAsmSecret</code> and the <code>SecretsManagerOracleAsmAccessRoleArn</code> and <code>SecretsManagerOracleAsmSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1851        "OracleSettings$SecretsManagerOracleAsmSecretId": "<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>",
1852        "OrderableReplicationInstance$EngineVersion": "<p>The version of the replication engine.</p>",
1853        "OrderableReplicationInstance$ReplicationInstanceClass": "<p>The compute and memory capacity of the replication instance as defined for the specified replication instance class. For example to specify the instance class dms.c4.large, set this parameter to <code>\"dms.c4.large\"</code>.</p> <p>For more information on the settings and capacities for the available replication instance classes, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth\"> Selecting the right AWS DMS replication instance for your migration</a>. </p>",
1854        "OrderableReplicationInstance$StorageType": "<p>The type of storage used by the replication instance.</p>",
1855        "PendingMaintenanceAction$Action": "<p>The type of pending maintenance action that is available for the resource.</p>",
1856        "PendingMaintenanceAction$OptInStatus": "<p>The type of opt-in request that has been received for the resource.</p>",
1857        "PendingMaintenanceAction$Description": "<p>A description providing more detail about the maintenance action.</p>",
1858        "PostgreSQLSettings$AfterConnectScript": "<p>For use with change data capture (CDC) only, this attribute has AWS DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.</p> <p>Example: <code>afterConnectScript=SET session_replication_role='replica'</code> </p>",
1859        "PostgreSQLSettings$DatabaseName": "<p>Database name for the endpoint.</p>",
1860        "PostgreSQLSettings$DdlArtifactsSchema": "<p>The schema in which the operational DDL database artifacts are created.</p> <p>Example: <code>ddlArtifactsSchema=xyzddlschema;</code> </p>",
1861        "PostgreSQLSettings$ServerName": "<p>Fully qualified domain name of the endpoint.</p>",
1862        "PostgreSQLSettings$Username": "<p>Endpoint connection user name.</p>",
1863        "PostgreSQLSettings$SlotName": "<p>Sets the name of a previously created logical replication slot for a CDC load of the PostgreSQL source instance.</p> <p>When used with the AWS DMS API <code>CdcStartPosition</code> request parameter, this attribute also enables using native CDC start points.</p>",
1864        "PostgreSQLSettings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the PostgreSQL endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1865        "PostgreSQLSettings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the PostgreSQL endpoint connection details.</p>",
1866        "RebootReplicationInstanceMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1867        "RedshiftSettings$AfterConnectScript": "<p>Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.</p>",
1868        "RedshiftSettings$BucketFolder": "<p>An S3 folder where the comma-separated-value (.csv) files are stored before being uploaded to the target Redshift cluster. </p> <p>For full load mode, AWS DMS converts source records into .csv files and loads them to the <i>BucketFolder/TableID</i> path. AWS DMS uses the Redshift <code>COPY</code> command to upload the .csv files to the target table. The files are deleted once the <code>COPY</code> operation has finished. For more information, see <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html\">COPY</a> in the <i>Amazon Redshift Database Developer Guide</i>.</p> <p>For change-data-capture (CDC) mode, AWS DMS creates a <i>NetChanges</i> table, and loads the .csv files to this <i>BucketFolder/NetChangesTableID</i> path.</p>",
1869        "RedshiftSettings$BucketName": "<p>The name of the intermediate S3 bucket used to store .csv files before uploading data to Redshift.</p>",
1870        "RedshiftSettings$DatabaseName": "<p>The name of the Amazon Redshift data warehouse (service) that you are working with.</p>",
1871        "RedshiftSettings$DateFormat": "<p>The date format that you are using. Valid values are <code>auto</code> (case-sensitive), your date format string enclosed in quotes, or NULL. If this parameter is left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using <code>auto</code> recognizes most strings, even some that aren't supported when you use a date format string. </p> <p>If your date and time values use formats different from each other, set this to <code>auto</code>. </p>",
1872        "RedshiftSettings$ReplaceInvalidChars": "<p>A list of characters that you want to replace. Use with <code>ReplaceChars</code>.</p>",
1873        "RedshiftSettings$ReplaceChars": "<p>A value that specifies to replaces the invalid characters specified in <code>ReplaceInvalidChars</code>, substituting the specified characters instead. The default is <code>\"?\"</code>.</p>",
1874        "RedshiftSettings$ServerName": "<p>The name of the Amazon Redshift cluster you are using.</p>",
1875        "RedshiftSettings$ServiceAccessRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service.</p>",
1876        "RedshiftSettings$ServerSideEncryptionKmsKeyId": "<p>The AWS KMS key ID. If you are using <code>SSE_KMS</code> for the <code>EncryptionMode</code>, provide this key ID. The key that you use needs an attached policy that enables IAM user permissions and allows use of the key.</p>",
1877        "RedshiftSettings$TimeFormat": "<p>The time format that you want to use. Valid values are <code>auto</code> (case-sensitive), <code>'timeformat_string'</code>, <code>'epochsecs'</code>, or <code>'epochmillisecs'</code>. It defaults to 10. Using <code>auto</code> recognizes most strings, even some that aren't supported when you use a time format string. </p> <p>If your date and time values use formats different from each other, set this parameter to <code>auto</code>. </p>",
1878        "RedshiftSettings$Username": "<p>An Amazon Redshift user name for a registered user.</p>",
1879        "RedshiftSettings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the Amazon Redshift endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1880        "RedshiftSettings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the Amazon Redshift endpoint connection details.</p>",
1881        "RefreshSchemasMessage$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1882        "RefreshSchemasMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1883        "RefreshSchemasStatus$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1884        "RefreshSchemasStatus$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1885        "RefreshSchemasStatus$LastFailureMessage": "<p>The last failure message for the schema.</p>",
1886        "ReloadTablesMessage$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task. </p>",
1887        "ReloadTablesResponse$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task. </p>",
1888        "RemoveTagsFromResourceMessage$ResourceArn": "<p>An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).</p>",
1889        "ReplicationInstance$ReplicationInstanceIdentifier": "<p>The replication instance identifier is a required parameter. This parameter is stored as a lowercase string.</p> <p>Constraints:</p> <ul> <li> <p>Must contain 1-63 alphanumeric characters or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul> <p>Example: <code>myrepinstance</code> </p>",
1890        "ReplicationInstance$ReplicationInstanceClass": "<p>The compute and memory capacity of the replication instance as defined for the specified replication instance class. It is a required parameter, although a defualt value is pre-selected in the DMS console.</p> <p>For more information on the settings and capacities for the available replication instance classes, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth\"> Selecting the right AWS DMS replication instance for your migration</a>. </p>",
1891        "ReplicationInstance$ReplicationInstanceStatus": "<p>The status of the replication instance. The possible return values include:</p> <ul> <li> <p> <code>\"available\"</code> </p> </li> <li> <p> <code>\"creating\"</code> </p> </li> <li> <p> <code>\"deleted\"</code> </p> </li> <li> <p> <code>\"deleting\"</code> </p> </li> <li> <p> <code>\"failed\"</code> </p> </li> <li> <p> <code>\"modifying\"</code> </p> </li> <li> <p> <code>\"upgrading\"</code> </p> </li> <li> <p> <code>\"rebooting\"</code> </p> </li> <li> <p> <code>\"resetting-master-credentials\"</code> </p> </li> <li> <p> <code>\"storage-full\"</code> </p> </li> <li> <p> <code>\"incompatible-credentials\"</code> </p> </li> <li> <p> <code>\"incompatible-network\"</code> </p> </li> <li> <p> <code>\"maintenance\"</code> </p> </li> </ul>",
1892        "ReplicationInstance$AvailabilityZone": "<p>The Availability Zone for the instance.</p>",
1893        "ReplicationInstance$PreferredMaintenanceWindow": "<p>The maintenance window times for the replication instance. Any pending upgrades to the replication instance are performed during this time.</p>",
1894        "ReplicationInstance$EngineVersion": "<p>The engine version number of the replication instance.</p> <p>If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.</p> <p>When modifying a major engine version of an instance, also set <code>AllowMajorVersionUpgrade</code> to <code>true</code>.</p>",
1895        "ReplicationInstance$KmsKeyId": "<p>An AWS KMS key identifier that is used to encrypt the data on the replication instance.</p> <p>If you don't specify a value for the <code>KmsKeyId</code> parameter, then AWS DMS uses your default encryption key.</p> <p>AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.</p>",
1896        "ReplicationInstance$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1897        "ReplicationInstance$ReplicationInstancePublicIpAddress": "<p>The public IP address of the replication instance.</p>",
1898        "ReplicationInstance$ReplicationInstancePrivateIpAddress": "<p>The private IP address of the replication instance.</p>",
1899        "ReplicationInstance$SecondaryAvailabilityZone": "<p>The Availability Zone of the standby replication instance in a Multi-AZ deployment.</p>",
1900        "ReplicationInstance$DnsNameServers": "<p>The DNS name servers supported for the replication instance to access your on-premise source or target database.</p>",
1901        "ReplicationInstancePrivateIpAddressList$member": null,
1902        "ReplicationInstancePublicIpAddressList$member": null,
1903        "ReplicationInstanceTaskLog$ReplicationTaskName": "<p>The name of the replication task.</p>",
1904        "ReplicationInstanceTaskLog$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task.</p>",
1905        "ReplicationPendingModifiedValues$ReplicationInstanceClass": "<p>The compute and memory capacity of the replication instance as defined for the specified replication instance class.</p> <p>For more information on the settings and capacities for the available replication instance classes, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth\"> Selecting the right AWS DMS replication instance for your migration</a>. </p>",
1906        "ReplicationPendingModifiedValues$EngineVersion": "<p>The engine version number of the replication instance.</p>",
1907        "ReplicationSubnetGroup$ReplicationSubnetGroupIdentifier": "<p>The identifier of the replication instance subnet group.</p>",
1908        "ReplicationSubnetGroup$ReplicationSubnetGroupDescription": "<p>A description for the replication subnet group.</p>",
1909        "ReplicationSubnetGroup$VpcId": "<p>The ID of the VPC.</p>",
1910        "ReplicationSubnetGroup$SubnetGroupStatus": "<p>The status of the subnet group.</p>",
1911        "ReplicationTask$ReplicationTaskIdentifier": "<p>The user-assigned replication task identifier or name.</p> <p>Constraints:</p> <ul> <li> <p>Must contain 1-255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>",
1912        "ReplicationTask$SourceEndpointArn": "<p>The Amazon Resource Name (ARN) that uniquely identifies the endpoint.</p>",
1913        "ReplicationTask$TargetEndpointArn": "<p>The ARN that uniquely identifies the endpoint.</p>",
1914        "ReplicationTask$ReplicationInstanceArn": "<p>The ARN of the replication instance.</p>",
1915        "ReplicationTask$TableMappings": "<p>Table mappings specified in the task.</p>",
1916        "ReplicationTask$ReplicationTaskSettings": "<p>The settings for the replication task.</p>",
1917        "ReplicationTask$Status": "<p>The status of the replication task. This response parameter can return one of the following values:</p> <ul> <li> <p> <code>\"moving\"</code> – The task is being moved in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html\"> <code>MoveReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"creating\"</code> – The task is being created in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html\"> <code>CreateReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"deleting\"</code> – The task is being deleted in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationTask.html\"> <code>DeleteReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"failed\"</code> – The task failed to successfully complete the database migration in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html\"> <code>StartReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"failed-move\"</code> – The task failed to move in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html\"> <code>MoveReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"modifying\"</code> – The task definition is being modified in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html\"> <code>ModifyReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"ready\"</code> – The task is in a <code>ready</code> state where it can respond to other task operations, such as <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html\"> <code>StartReplicationTask</code> </a> or <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationTask.html\"> <code>DeleteReplicationTask</code> </a>. </p> </li> <li> <p> <code>\"running\"</code> – The task is performing a database migration in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html\"> <code>StartReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"starting\"</code> – The task is preparing to perform a database migration in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html\"> <code>StartReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"stopped\"</code> – The task has stopped in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html\"> <code>StopReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"stopping\"</code> – The task is preparing to stop in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html\"> <code>StopReplicationTask</code> </a> operation.</p> </li> <li> <p> <code>\"testing\"</code> – The database migration specified for this task is being tested in response to running either the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html\"> <code>StartReplicationTaskAssessmentRun</code> </a> or the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessment.html\"> <code>StartReplicationTaskAssessment</code> </a> operation.</p> <note> <p> <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html\"> <code>StartReplicationTaskAssessmentRun</code> </a> is an improved premigration task assessment operation. The <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessment.html\"> <code>StartReplicationTaskAssessment</code> </a> operation assesses data type compatibility only between the source and target database of a given migration task. In contrast, <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html\"> <code>StartReplicationTaskAssessmentRun</code> </a> enables you to specify a variety of premigration task assessments in addition to data type compatibility. These assessments include ones for the validity of primary key definitions and likely issues with database migration performance, among others.</p> </note> </li> </ul>",
1918        "ReplicationTask$LastFailureMessage": "<p>The last error (failure) message generated for the replication task.</p>",
1919        "ReplicationTask$StopReason": "<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>",
1920        "ReplicationTask$CdcStartPosition": "<p>Indicates when you want a change data capture (CDC) operation to start. Use either <code>CdcStartPosition</code> or <code>CdcStartTime</code> to specify when you want the CDC operation to start. Specifying both values results in an error.</p> <p>The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p>",
1921        "ReplicationTask$CdcStopPosition": "<p>Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.</p> <p>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</p> <p>Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “</p>",
1922        "ReplicationTask$RecoveryCheckpoint": "<p>Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the <code>CdcStartPosition</code> parameter to start a CDC operation that begins at that checkpoint.</p>",
1923        "ReplicationTask$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task.</p>",
1924        "ReplicationTask$TaskData": "<p>Supplemental information that the task requires to migrate the data for certain source and target endpoints. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html\">Specifying Supplemental Data for Task Settings</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
1925        "ReplicationTask$TargetReplicationInstanceArn": "<p>The ARN of the replication instance to which this task is moved in response to running the <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html\"> <code>MoveReplicationTask</code> </a> operation. Otherwise, this response parameter isn't a member of the <code>ReplicationTask</code> object.</p>",
1926        "ReplicationTaskAssessmentResult$ReplicationTaskIdentifier": "<p> The replication task identifier of the task on which the task assessment was run. </p>",
1927        "ReplicationTaskAssessmentResult$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task. </p>",
1928        "ReplicationTaskAssessmentResult$AssessmentStatus": "<p> The status of the task assessment. </p>",
1929        "ReplicationTaskAssessmentResult$AssessmentResultsFile": "<p> The file containing the results of the task assessment. </p>",
1930        "ReplicationTaskAssessmentResult$AssessmentResults": "<p> The task assessment results in JSON format. </p>",
1931        "ReplicationTaskAssessmentResult$S3ObjectUrl": "<p> The URL of the S3 object containing the task assessment results. </p>",
1932        "ReplicationTaskAssessmentRun$ReplicationTaskAssessmentRunArn": "<p>Amazon Resource Name (ARN) of this assessment run.</p>",
1933        "ReplicationTaskAssessmentRun$ReplicationTaskArn": "<p>ARN of the migration task associated with this premigration assessment run.</p>",
1934        "ReplicationTaskAssessmentRun$Status": "<p>Assessment run status. </p> <p>This status can have one of the following values:</p> <ul> <li> <p> <code>\"cancelling\"</code> – The assessment run was canceled by the <code>CancelReplicationTaskAssessmentRun</code> operation.</p> </li> <li> <p> <code>\"deleting\"</code> – The assessment run was deleted by the <code>DeleteReplicationTaskAssessmentRun</code> operation.</p> </li> <li> <p> <code>\"failed\"</code> – At least one individual assessment completed with a <code>failed</code> status.</p> </li> <li> <p> <code>\"error-provisioning\"</code> – An internal error occurred while resources were provisioned (during <code>provisioning</code> status).</p> </li> <li> <p> <code>\"error-executing\"</code> – An internal error occurred while individual assessments ran (during <code>running</code> status).</p> </li> <li> <p> <code>\"invalid state\"</code> – The assessment run is in an unknown state.</p> </li> <li> <p> <code>\"passed\"</code> – All individual assessments have completed, and none has a <code>failed</code> status.</p> </li> <li> <p> <code>\"provisioning\"</code> – Resources required to run individual assessments are being provisioned.</p> </li> <li> <p> <code>\"running\"</code> – Individual assessments are being run.</p> </li> <li> <p> <code>\"starting\"</code> – The assessment run is starting, but resources are not yet being provisioned for individual assessments.</p> </li> </ul>",
1935        "ReplicationTaskAssessmentRun$LastFailureMessage": "<p>Last message generated by an individual assessment failure.</p>",
1936        "ReplicationTaskAssessmentRun$ServiceAccessRoleArn": "<p>ARN of the service role used to start the assessment run using the <code>StartReplicationTaskAssessmentRun</code> operation.</p>",
1937        "ReplicationTaskAssessmentRun$ResultLocationBucket": "<p>Amazon S3 bucket where AWS DMS stores the results of this assessment run.</p>",
1938        "ReplicationTaskAssessmentRun$ResultLocationFolder": "<p>Folder in an Amazon S3 bucket where AWS DMS stores the results of this assessment run.</p>",
1939        "ReplicationTaskAssessmentRun$ResultEncryptionMode": "<p>Encryption mode used to encrypt the assessment run results.</p>",
1940        "ReplicationTaskAssessmentRun$ResultKmsKeyArn": "<p>ARN of the AWS KMS encryption key used to encrypt the assessment run results.</p>",
1941        "ReplicationTaskAssessmentRun$AssessmentRunName": "<p>Unique name of the assessment run.</p>",
1942        "ReplicationTaskIndividualAssessment$ReplicationTaskIndividualAssessmentArn": "<p>Amazon Resource Name (ARN) of this individual assessment.</p>",
1943        "ReplicationTaskIndividualAssessment$ReplicationTaskAssessmentRunArn": "<p>ARN of the premigration assessment run that is created to run this individual assessment.</p>",
1944        "ReplicationTaskIndividualAssessment$IndividualAssessmentName": "<p>Name of this individual assessment.</p>",
1945        "ReplicationTaskIndividualAssessment$Status": "<p>Individual assessment status.</p> <p>This status can have one of the following values:</p> <ul> <li> <p> <code>\"cancelled\"</code> </p> </li> <li> <p> <code>\"error\"</code> </p> </li> <li> <p> <code>\"failed\"</code> </p> </li> <li> <p> <code>\"passed\"</code> </p> </li> <li> <p> <code>\"pending\"</code> </p> </li> <li> <p> <code>\"running\"</code> </p> </li> </ul>",
1946        "ResourcePendingMaintenanceActions$ResourceIdentifier": "<p>The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.AWS.ARN.html\"> Constructing an Amazon Resource Name (ARN) for AWS DMS</a> in the DMS documentation.</p>",
1947        "S3Settings$ServiceAccessRoleArn": "<p> The Amazon Resource Name (ARN) used by the service access IAM role. It is a required parameter that enables DMS to write and read objects from an S3 bucket.</p>",
1948        "S3Settings$ExternalTableDefinition": "<p> Specifies how tables are defined in the S3 source files only. </p>",
1949        "S3Settings$CsvRowDelimiter": "<p> The delimiter used to separate rows in the .csv file for both source and target. The default is a carriage return (<code>\\n</code>). </p>",
1950        "S3Settings$CsvDelimiter": "<p> The delimiter used to separate columns in the .csv file for both source and target. The default is a comma. </p>",
1951        "S3Settings$BucketFolder": "<p> An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <code> <i>bucketFolder</i>/<i>schema_name</i>/<i>table_name</i>/</code>. If this parameter isn't specified, then the path used is <code> <i>schema_name</i>/<i>table_name</i>/</code>. </p>",
1952        "S3Settings$BucketName": "<p> The name of the S3 bucket. </p>",
1953        "S3Settings$ServerSideEncryptionKmsKeyId": "<p>If you are using <code>SSE_KMS</code> for the <code>EncryptionMode</code>, provide the AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and Access Management (IAM) user permissions and allows use of the key.</p> <p>Here is a CLI example: <code>aws dms create-endpoint --endpoint-identifier <i>value</i> --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=<i>value</i>,BucketFolder=<i>value</i>,BucketName=<i>value</i>,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=<i>value</i> </code> </p>",
1954        "S3Settings$TimestampColumnName": "<p>A value that when nonblank causes AWS DMS to add a column with timestamp information to the endpoint data for an Amazon S3 target.</p> <note> <p>AWS DMS supports the <code>TimestampColumnName</code> parameter in versions 3.1.4 and later.</p> </note> <p>DMS includes an additional <code>STRING</code> column in the .csv or .parquet object files of your migrated data when you set <code>TimestampColumnName</code> to a nonblank value.</p> <p>For a full load, each row of this timestamp column contains a timestamp for when the data was transferred from the source to the target by DMS. </p> <p>For a change data capture (CDC) load, each row of the timestamp column contains the timestamp for the commit of that row in the source database.</p> <p>The string format for this timestamp column value is <code>yyyy-MM-dd HH:mm:ss.SSSSSS</code>. By default, the precision of this value is in microseconds. For a CDC load, the rounding of the precision depends on the commit timestamp supported by DMS for the source database.</p> <p>When the <code>AddColumnName</code> parameter is set to <code>true</code>, DMS also includes a name for the timestamp column that you set with <code>TimestampColumnName</code>.</p>",
1955        "S3Settings$CsvNoSupValue": "<p>This setting only applies if your Amazon S3 output files during a change data capture (CDC) load are written in .csv format. If <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-UseCsvNoSupValue\"> <code>UseCsvNoSupValue</code> </a> is set to true, specify a string value that you want AWS DMS to use for all columns not included in the supplemental log. If you do not specify a string value, AWS DMS uses the null value for these columns regardless of the <code>UseCsvNoSupValue</code> setting.</p> <note> <p>This setting is supported in AWS DMS versions 3.4.1 and later.</p> </note>",
1956        "S3Settings$CdcPath": "<p>Specifies the folder path of CDC files. For an S3 source, this setting is required if a task captures change data; otherwise, it's optional. If <code>CdcPath</code> is set, AWS DMS reads CDC files from this path and replicates the data changes to the target endpoint. For an S3 target if you set <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-PreserveTransactions\"> <code>PreserveTransactions</code> </a> to <code>true</code>, AWS DMS verifies that you have set this parameter to a folder path on your S3 target where AWS DMS can save the transaction order for the CDC load. AWS DMS creates this CDC folder path in either your S3 target working directory or the S3 target location specified by <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketFolder\"> <code>BucketFolder</code> </a> and <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketName\"> <code>BucketName</code> </a>.</p> <p>For example, if you specify <code>CdcPath</code> as <code>MyChangedData</code>, and you specify <code>BucketName</code> as <code>MyTargetBucket</code> but do not specify <code>BucketFolder</code>, AWS DMS creates the CDC folder path following: <code>MyTargetBucket/MyChangedData</code>.</p> <p>If you specify the same <code>CdcPath</code>, and you specify <code>BucketName</code> as <code>MyTargetBucket</code> and <code>BucketFolder</code> as <code>MyTargetData</code>, AWS DMS creates the CDC folder path following: <code>MyTargetBucket/MyTargetData/MyChangedData</code>.</p> <p>For more information on CDC including transaction order on an S3 target, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath\">Capturing data changes (CDC) including transaction order on the S3 target</a>.</p> <note> <p>This setting is supported in AWS DMS versions 3.4.2 and later.</p> </note>",
1957        "SchemaList$member": null,
1958        "SourceIdsList$member": null,
1959        "StartReplicationTaskAssessmentMessage$ReplicationTaskArn": "<p> The Amazon Resource Name (ARN) of the replication task. </p>",
1960        "StartReplicationTaskAssessmentRunMessage$ReplicationTaskArn": "<p>Amazon Resource Name (ARN) of the migration task associated with the premigration assessment run that you want to start.</p>",
1961        "StartReplicationTaskAssessmentRunMessage$ServiceAccessRoleArn": "<p>ARN of a service role needed to start the assessment run.</p>",
1962        "StartReplicationTaskAssessmentRunMessage$ResultLocationBucket": "<p>Amazon S3 bucket where you want AWS DMS to store the results of this assessment run.</p>",
1963        "StartReplicationTaskAssessmentRunMessage$ResultLocationFolder": "<p>Folder within an Amazon S3 bucket where you want AWS DMS to store the results of this assessment run.</p>",
1964        "StartReplicationTaskAssessmentRunMessage$ResultEncryptionMode": "<p>Encryption mode that you can specify to encrypt the results of this assessment run. If you don't specify this request parameter, AWS DMS stores the assessment run results without encryption. You can specify one of the options following:</p> <ul> <li> <p> <code>\"SSE_S3\"</code> – The server-side encryption provided as a default by Amazon S3.</p> </li> <li> <p> <code>\"SSE_KMS\"</code> – AWS Key Management Service (AWS KMS) encryption. This encryption can use either a custom KMS encryption key that you specify or the default KMS encryption key that DMS provides.</p> </li> </ul>",
1965        "StartReplicationTaskAssessmentRunMessage$ResultKmsKeyArn": "<p>ARN of a custom KMS encryption key that you specify when you set <code>ResultEncryptionMode</code> to <code>\"SSE_KMS</code>\".</p>",
1966        "StartReplicationTaskAssessmentRunMessage$AssessmentRunName": "<p>Unique name to identify the assessment run.</p>",
1967        "StartReplicationTaskMessage$ReplicationTaskArn": "<p>The Amazon Resource Name (ARN) of the replication task to be started.</p>",
1968        "StartReplicationTaskMessage$CdcStartPosition": "<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p> <note> <p>When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the <code>slotName</code> extra connection attribute to the name of this logical replication slot. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib\">Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS</a>.</p> </note>",
1969        "StartReplicationTaskMessage$CdcStopPosition": "<p>Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.</p> <p>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</p> <p>Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “</p>",
1970        "StopReplicationTaskMessage$ReplicationTaskArn": "<p>The Amazon Resource Name(ARN) of the replication task to be stopped.</p>",
1971        "Subnet$SubnetIdentifier": "<p>The subnet identifier.</p>",
1972        "Subnet$SubnetStatus": "<p>The status of the subnet.</p>",
1973        "SubnetIdentifierList$member": null,
1974        "SupportedEndpointType$EngineName": "<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>\"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>, and <code>\"neptune\"</code>.</p>",
1975        "SupportedEndpointType$ReplicationInstanceEngineMinimumVersion": "<p>The earliest AWS DMS engine version that supports this endpoint engine. Note that endpoint engines released with AWS DMS versions earlier than 3.1.1 do not return a value for this parameter.</p>",
1976        "SupportedEndpointType$EngineDisplayName": "<p>The expanded name for the engine name. For example, if the <code>EngineName</code> parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"</p>",
1977        "SybaseSettings$DatabaseName": "<p>Database name for the endpoint.</p>",
1978        "SybaseSettings$ServerName": "<p>Fully qualified domain name of the endpoint.</p>",
1979        "SybaseSettings$Username": "<p>Endpoint connection user name.</p>",
1980        "SybaseSettings$SecretsManagerAccessRoleArn": "<p>The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in <code>SecretsManagerSecret</code>. <code>SecretsManagerSecret</code> has the value of the AWS Secrets Manager secret that allows access to the SAP ASE endpoint.</p> <note> <p>You can specify one of two sets of values for these permissions. You can specify the values for this setting and <code>SecretsManagerSecretId</code>. Or you can specify clear-text values for <code>UserName</code>, <code>Password</code>, <code>ServerName</code>, and <code>Port</code>. You can't specify both. For more information on creating this <code>SecretsManagerSecret</code> and the <code>SecretsManagerAccessRoleArn</code> and <code>SecretsManagerSecretId</code> required to access it, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager\">Using secrets to access AWS Database Migration Service resources</a> in the <i>AWS Database Migration Service User Guide</i>.</p> </note>",
1981        "SybaseSettings$SecretsManagerSecretId": "<p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the SAP SAE endpoint connection details.</p>",
1982        "TableStatistics$SchemaName": "<p>The schema name.</p>",
1983        "TableStatistics$TableName": "<p>The name of the table.</p>",
1984        "TableStatistics$TableState": "<p>The state of the tables described.</p> <p>Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded</p>",
1985        "TableStatistics$ValidationState": "<p>The validation state of the table.</p> <p>This parameter can have the following values:</p> <ul> <li> <p>Not enabled – Validation isn't enabled for the table in the migration task.</p> </li> <li> <p>Pending records – Some records in the table are waiting for validation.</p> </li> <li> <p>Mismatched records – Some records in the table don't match between the source and target.</p> </li> <li> <p>Suspended records – Some records in the table couldn't be validated.</p> </li> <li> <p>No primary key –The table couldn't be validated because it has no primary key.</p> </li> <li> <p>Table error – The table wasn't validated because it's in an error state and some data wasn't migrated.</p> </li> <li> <p>Validated – All rows in the table are validated. If the table is updated, the status can change from Validated.</p> </li> <li> <p>Error – The table couldn't be validated because of an unexpected error.</p> </li> <li> <p>Pending validation – The table is waiting validation.</p> </li> <li> <p>Preparing table – Preparing the table enabled in the migration task for validation.</p> </li> <li> <p>Pending revalidation – All rows in the table are pending validation after the table was updated.</p> </li> </ul>",
1986        "TableStatistics$ValidationStateDetails": "<p>Additional details about the state of validation.</p>",
1987        "TableToReload$SchemaName": "<p>The schema name of the table to be reloaded.</p>",
1988        "TableToReload$TableName": "<p>The table name of the table to be reloaded.</p>",
1989        "Tag$Key": "<p>A key is the required name of the tag. The string value can be 1-128 Unicode characters in length and can't be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regular expressions: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>",
1990        "Tag$Value": "<p>A value is the optional value of the tag. The string value can be 1-256 Unicode characters in length and can't be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regular expressions: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>",
1991        "TestConnectionMessage$ReplicationInstanceArn": "<p>The Amazon Resource Name (ARN) of the replication instance.</p>",
1992        "TestConnectionMessage$EndpointArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>",
1993        "VpcSecurityGroupIdList$member": null,
1994        "VpcSecurityGroupMembership$VpcSecurityGroupId": "<p>The VPC security group ID.</p>",
1995        "VpcSecurityGroupMembership$Status": "<p>The status of the VPC security group.</p>"
1996      }
1997    },
1998    "Subnet": {
1999      "base": "<p>In response to a request by the <code>DescribeReplicationSubnetGroups</code> operation, this object identifies a subnet by its given Availability Zone, subnet identifier, and status.</p>",
2000      "refs": {
2001        "SubnetList$member": null
2002      }
2003    },
2004    "SubnetAlreadyInUse": {
2005      "base": "<p>The specified subnet is already in use.</p>",
2006      "refs": {
2007      }
2008    },
2009    "SubnetIdentifierList": {
2010      "base": null,
2011      "refs": {
2012        "CreateReplicationSubnetGroupMessage$SubnetIds": "<p>One or more subnet IDs to be assigned to the subnet group.</p>",
2013        "ModifyReplicationSubnetGroupMessage$SubnetIds": "<p>A list of subnet IDs.</p>"
2014      }
2015    },
2016    "SubnetList": {
2017      "base": null,
2018      "refs": {
2019        "ReplicationSubnetGroup$Subnets": "<p>The subnets that are in the subnet group.</p>"
2020      }
2021    },
2022    "SupportedEndpointType": {
2023      "base": "<p>Provides information about types of supported endpoints in response to a request by the <code>DescribeEndpointTypes</code> operation. This information includes the type of endpoint, the database engine name, and whether change data capture (CDC) is supported.</p>",
2024      "refs": {
2025        "SupportedEndpointTypeList$member": null
2026      }
2027    },
2028    "SupportedEndpointTypeList": {
2029      "base": null,
2030      "refs": {
2031        "DescribeEndpointTypesResponse$SupportedEndpointTypes": "<p>The types of endpoints that are supported.</p>"
2032      }
2033    },
2034    "SybaseSettings": {
2035      "base": "<p>Provides information that defines a SAP ASE endpoint.</p>",
2036      "refs": {
2037        "CreateEndpointMessage$SybaseSettings": "<p>Settings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html\">Extra connection attributes when using SAP ASE as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html\">Extra connection attributes when using SAP ASE as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>",
2038        "Endpoint$SybaseSettings": "<p>The settings for the SAP ASE source and target endpoint. For more information, see the <code>SybaseSettings</code> structure.</p>",
2039        "ModifyEndpointMessage$SybaseSettings": "<p>Settings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.ConnectionAttrib\">Extra connection attributes when using SAP ASE as a source for AWS DMS</a> and <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.ConnectionAttrib\">Extra connection attributes when using SAP ASE as a target for AWS DMS</a> in the <i>AWS Database Migration Service User Guide.</i> </p>"
2040      }
2041    },
2042    "TStamp": {
2043      "base": null,
2044      "refs": {
2045        "Certificate$CertificateCreationDate": "<p>The date that the certificate was created.</p>",
2046        "Certificate$ValidFromDate": "<p>The beginning date that the certificate is valid.</p>",
2047        "Certificate$ValidToDate": "<p>The final date that the certificate is valid.</p>",
2048        "CreateReplicationTaskMessage$CdcStartTime": "<p>Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</p>",
2049        "DescribeEventsMessage$StartTime": "<p>The start time for the events to be listed.</p>",
2050        "DescribeEventsMessage$EndTime": "<p>The end time for the events to be listed.</p>",
2051        "Event$Date": "<p>The date of the event.</p>",
2052        "ModifyReplicationTaskMessage$CdcStartTime": "<p>Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</p>",
2053        "PendingMaintenanceAction$AutoAppliedAfterDate": "<p>The date of the maintenance window when the action is to be applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any <code>next-maintenance</code> opt-in requests are ignored.</p>",
2054        "PendingMaintenanceAction$ForcedApplyDate": "<p>The date when the maintenance action will be automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any <code>immediate</code> opt-in requests are ignored.</p>",
2055        "PendingMaintenanceAction$CurrentApplyDate": "<p>The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the <code>ApplyPendingMaintenanceAction</code> API operation, and also the <code>AutoAppliedAfterDate</code> and <code>ForcedApplyDate</code> parameter values. This value is blank if an opt-in request has not been received and nothing has been specified for <code>AutoAppliedAfterDate</code> or <code>ForcedApplyDate</code>.</p>",
2056        "RefreshSchemasStatus$LastRefreshDate": "<p>The date the schema was last refreshed.</p>",
2057        "ReplicationInstance$InstanceCreateTime": "<p>The time the replication instance was created.</p>",
2058        "ReplicationInstance$FreeUntil": "<p> The expiration date of the free replication instance that is part of the Free DMS program. </p>",
2059        "ReplicationTask$ReplicationTaskCreationDate": "<p>The date the replication task was created.</p>",
2060        "ReplicationTask$ReplicationTaskStartDate": "<p>The date the replication task is scheduled to start.</p>",
2061        "ReplicationTaskAssessmentResult$ReplicationTaskLastAssessmentDate": "<p>The date the task assessment was completed. </p>",
2062        "ReplicationTaskAssessmentRun$ReplicationTaskAssessmentRunCreationDate": "<p>Date on which the assessment run was created using the <code>StartReplicationTaskAssessmentRun</code> operation.</p>",
2063        "ReplicationTaskIndividualAssessment$ReplicationTaskIndividualAssessmentStartDate": "<p>Date when this individual assessment was started as part of running the <code>StartReplicationTaskAssessmentRun</code> operation.</p>",
2064        "ReplicationTaskStats$FreshStartDate": "<p>The date the replication task was started either with a fresh start or a target reload.</p>",
2065        "ReplicationTaskStats$StartDate": "<p>The date the replication task was started either with a fresh start or a resume. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType\">StartReplicationTaskType</a>.</p>",
2066        "ReplicationTaskStats$StopDate": "<p>The date the replication task was stopped.</p>",
2067        "ReplicationTaskStats$FullLoadStartDate": "<p>The date the replication task full load was started.</p>",
2068        "ReplicationTaskStats$FullLoadFinishDate": "<p>The date the replication task full load was completed.</p>",
2069        "StartReplicationTaskMessage$CdcStartTime": "<p>Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</p>",
2070        "TableStatistics$FullLoadStartTime": "<p>The time when the full load operation started.</p>",
2071        "TableStatistics$FullLoadEndTime": "<p>The time when the full load operation completed.</p>",
2072        "TableStatistics$LastUpdateTime": "<p>The last time a table was updated.</p>"
2073      }
2074    },
2075    "TableListToReload": {
2076      "base": null,
2077      "refs": {
2078        "ReloadTablesMessage$TablesToReload": "<p>The name and schema of the table to be reloaded. </p>"
2079      }
2080    },
2081    "TableStatistics": {
2082      "base": "<p>Provides a collection of table statistics in response to a request by the <code>DescribeTableStatistics</code> operation.</p>",
2083      "refs": {
2084        "TableStatisticsList$member": null
2085      }
2086    },
2087    "TableStatisticsList": {
2088      "base": null,
2089      "refs": {
2090        "DescribeTableStatisticsResponse$TableStatistics": "<p>The table statistics.</p>"
2091      }
2092    },
2093    "TableToReload": {
2094      "base": "<p>Provides the name of the schema and table to be reloaded.</p>",
2095      "refs": {
2096        "TableListToReload$member": null
2097      }
2098    },
2099    "Tag": {
2100      "base": "<p>A user-defined key-value pair that describes metadata added to an AWS DMS resource and that is used by operations such as the following:</p> <ul> <li> <p> <code>AddTagsToResource</code> </p> </li> <li> <p> <code>ListTagsForResource</code> </p> </li> <li> <p> <code>RemoveTagsFromResource</code> </p> </li> </ul>",
2101      "refs": {
2102        "TagList$member": null
2103      }
2104    },
2105    "TagList": {
2106      "base": null,
2107      "refs": {
2108        "AddTagsToResourceMessage$Tags": "<p>One or more tags to be assigned to the resource.</p>",
2109        "CreateEndpointMessage$Tags": "<p>One or more tags to be assigned to the endpoint.</p>",
2110        "CreateEventSubscriptionMessage$Tags": "<p>One or more tags to be assigned to the event subscription.</p>",
2111        "CreateReplicationInstanceMessage$Tags": "<p>One or more tags to be assigned to the replication instance.</p>",
2112        "CreateReplicationSubnetGroupMessage$Tags": "<p>One or more tags to be assigned to the subnet group.</p>",
2113        "CreateReplicationTaskMessage$Tags": "<p>One or more tags to be assigned to the replication task.</p>",
2114        "ImportCertificateMessage$Tags": "<p>The tags associated with the certificate.</p>",
2115        "ListTagsForResourceResponse$TagList": "<p>A list of tags for the resource.</p>"
2116      }
2117    },
2118    "TargetDbType": {
2119      "base": null,
2120      "refs": {
2121        "MySQLSettings$TargetDbType": "<p>Specifies where to migrate source tables on the target, either to a single database or multiple databases.</p> <p>Example: <code>targetDbType=MULTIPLE_DATABASES</code> </p>"
2122      }
2123    },
2124    "TestConnectionMessage": {
2125      "base": "<p/>",
2126      "refs": {
2127      }
2128    },
2129    "TestConnectionResponse": {
2130      "base": "<p/>",
2131      "refs": {
2132      }
2133    },
2134    "UpgradeDependencyFailureFault": {
2135      "base": "<p>An upgrade dependency is preventing the database migration.</p>",
2136      "refs": {
2137      }
2138    },
2139    "VpcSecurityGroupIdList": {
2140      "base": null,
2141      "refs": {
2142        "CreateReplicationInstanceMessage$VpcSecurityGroupIds": "<p> Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance. </p>",
2143        "ModifyReplicationInstanceMessage$VpcSecurityGroupIds": "<p> Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance. </p>"
2144      }
2145    },
2146    "VpcSecurityGroupMembership": {
2147      "base": "<p>Describes the status of a security group associated with the virtual private cloud (VPC) hosting your replication and DB instances.</p>",
2148      "refs": {
2149        "VpcSecurityGroupMembershipList$member": null
2150      }
2151    },
2152    "VpcSecurityGroupMembershipList": {
2153      "base": null,
2154      "refs": {
2155        "ReplicationInstance$VpcSecurityGroups": "<p>The VPC security group for the instance.</p>"
2156      }
2157    }
2158  }
2159}
2160