{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 R2 Event Notification API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "R2 Event Notification", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Read Configuration", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/event_notifications/r2/:bucket_name/configuration", "params": [ { "name": "bucket_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns all notification rules for each queue for which bucket notifications are produced." }, { "info": { "name": "APIs.io Engineering Platform Create Configuration", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/event_notifications/r2/:bucket_name/configuration/queues/:queue_id", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Define the rules for a given queue which will determine event notification production." }, { "info": { "name": "APIs.io Engineering Platform Delete Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/event_notifications/r2/:bucket_name/configuration/queues/:queue_id", "params": [ { "name": "queue_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Turn off all event notifications configured for delivery to a given queue. No further notifications will be produced for the queue once complete." } ] } ], "bundled": true }