{ "opencollection": "1.0.0", "info": { "name": "Amazon DynamoDB Batch Tables API", "version": "2012-08-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tables", "type": "folder" }, "items": [ { "info": { "name": "Amazon DynamoDB Create a DynamoDB Table", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new table in DynamoDB. The CreateTable operation adds a new table to your account. Table names must be unique within each Region. You must specify the table name, primary key schema, and provisioned throughput settings." }, { "info": { "name": "Amazon DynamoDB Describe a DynamoDB Table", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#DescribeTable", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table." }, { "info": { "name": "Amazon DynamoDB List DynamoDB Tables", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#ListTables", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns an array of table names associated with the current account and endpoint. The output from ListTables is paginated, with each page returning a maximum number of table names." }, { "info": { "name": "Amazon DynamoDB Update a DynamoDB Table", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#UpdateTable", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table." }, { "info": { "name": "Amazon DynamoDB Delete a DynamoDB Table", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#DeleteTable", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a table and all of its items. After a DeleteTable request, the specified table is in the DELETING state until DynamoDB completes the deletion." } ] } ], "bundled": true }