{ "opencollection": "1.0.0", "info": { "name": "AWS Batch Compute Environments Job Queues API", "version": "2016-08-10" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Job Queues", "type": "folder" }, "items": [ { "info": { "name": "Create a job queue", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/createjobqueue", "body": { "type": "json", "data": "{}" } }, "docs": "Create a job queue" }, { "info": { "name": "Describe job queues", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/describejobqueues", "body": { "type": "json", "data": "{}" } }, "docs": "Describe job queues" }, { "info": { "name": "Update a job queue", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/updatejobqueue", "body": { "type": "json", "data": "{}" } }, "docs": "Update a job queue" }, { "info": { "name": "Delete a job queue", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/deletejobqueue", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a job queue" } ] } ], "bundled": true }