{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Queue API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Queue", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Queues", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns the queues owned by an account." }, { "info": { "name": "APIs.io Engineering Platform Create Queue", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new queue." }, { "info": { "name": "APIs.io Engineering Platform Queue Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get information about a specific queue." }, { "info": { "name": "APIs.io Engineering Platform Update Queue", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a queue." }, { "info": { "name": "APIs.io Engineering Platform Delete Queue", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a queue." }, { "info": { "name": "APIs.io Engineering Platform List Queue Consumers", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id/consumers", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns the consumers for a queue." }, { "info": { "name": "APIs.io Engineering Platform Create Queue Consumer", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id/consumers", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new consumer for a queue." }, { "info": { "name": "APIs.io Engineering Platform Update Queue Consumer", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id/consumers/:consumer_id", "params": [ { "name": "consumer_id", "value": "", "type": "path" }, { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the consumer for a queue, or creates one if it does not exist." }, { "info": { "name": "APIs.io Engineering Platform Delete Queue Consumer", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id/consumers/:consumer_id", "params": [ { "name": "consumer_id", "value": "", "type": "path" }, { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes the consumer for a queue." }, { "info": { "name": "APIs.io Engineering Platform Acknowledge + Retry Queue Messages", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id/messages/ack", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Acknowledge + Retry messages from a Queue." }, { "info": { "name": "APIs.io Engineering Platform Pull Queue Messages", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/queues/:queue_id/messages/pull", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Pull a batch of messages from a Queue." } ] } ], "bundled": true }