v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1453442446.0 KB

Imports table data from an S3 bucket.

post/#X-Amz-Target=DynamoDB_20120810.ImportTable

Headers

X-Amz-Target'DynamoDB_20120810.ImportTable' required

Request body

ClientTokenstring
<p>Providing a <code>ClientToken</code> makes the call to <code>ImportTableInput</code> idempotent, meaning that multiple identical calls have the same effect as one single call.</p> <p>A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.</p> <p>If you submit a request with the same client token but a change in other parameters within the 8-hour idempotency window, DynamoDB returns an <code>IdempotentParameterMismatch</code> exception.</p>
InputFormat'DYNAMODB_JSON' | 'ION' | 'CSV' required

The format of the source data. Valid values for <code>ImportFormat</code> are <code>CSV</code>, <code>DYNAMODB_JSON</code> or <code>ION</code>.

InputCompressionType'GZIP' | 'ZSTD' | 'NONE'

Type of compression to be used on the input coming from the imported table.

Response

Success