v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1469325456.8 KB

Reloads the target database table with the source data.

You can only use this operation with a task in the RUNNING state, otherwise the service will throw an InvalidResourceStateFault exception.

post/#X-Amz-Target=AmazonDMSv20160101.ReloadTables

Headers

X-Amz-Target'AmazonDMSv20160101.ReloadTables' required

Request body

ReplicationTaskArnstring required

The Amazon Resource Name (ARN) of the replication task.

ReloadOption'data-reload' | 'validate-only'
<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>

Response

Success

ReplicationTaskArnstring

The Amazon Resource Name (ARN) of the replication task.