{ "opencollection": "1.0.0", "info": { "name": "Amazon DynamoDB Backups API", "version": "2012-08-10" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Backups", "type": "folder" }, "items": [ { "info": { "name": "Amazon Dynamodb Create an On-demand Backup", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#CreateBackup", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a backup for an existing table. Each time you create an on-demand backup, the entire table data is backed up." }, { "info": { "name": "Amazon Dynamodb List On-demand Backups", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#ListBackups", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists completed and pending backups for a DynamoDB table. The backups are returned in reverse chronological order by creation time." }, { "info": { "name": "Amazon Dynamodb Describe Continuous Backups and Point-in-time Recovery", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#DescribeContinuousBackups", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Checks the status of continuous backups and point in time recovery on the specified table." } ] } ], "bundled": true }