{ "opencollection": "1.0.0", "info": { "name": "Amazon DynamoDB Backups TTL API", "version": "2012-08-10" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "TTL", "type": "folder" }, "items": [ { "info": { "name": "Amazon Dynamodb Describe Ttl Settings for a Table", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#DescribeTimeToLive", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Gives a description of the Time to Live (TTL) status on the specified table." }, { "info": { "name": "Amazon Dynamodb Enable or Disable Ttl on a Table", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#UpdateTimeToLive", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enables or disables Time to Live (TTL) for the specified table. A successful UpdateTimeToLive call returns the current TimeToLiveSpecification. It can take up to one hour for the change to fully process." } ] } ], "bundled": true }