{ "opencollection": "1.0.0", "info": { "name": "Amazon DynamoDB Batch Transactions API", "version": "2012-08-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Amazon DynamoDB Get Items in a Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#TransactGetItems", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "A synchronous operation that atomically retrieves multiple items from one or more DynamoDB tables. TransactGetItems is a synchronous read operation that groups up to 100 Get actions together." }, { "info": { "name": "Amazon DynamoDB Write Items in a Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://dynamodb.{region}.amazonaws.com/#TransactWriteItems", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "A synchronous write operation that groups up to 100 action requests. These actions can target up to 100 distinct items in one or more DynamoDB tables within the same AWS account and Region. The actions are completed atomically." } ] } ], "bundled": true }