{ "opencollection": "1.0.0", "info": { "name": "Amazon EventBridge Archives API", "version": "2015-10-07" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Archives", "type": "folder" }, "items": [ { "info": { "name": "Amazon EventBridge Create Archive", "type": "http" }, "http": { "method": "POST", "url": "https://events.{region}.amazonaws.com/?CreateArchive", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an archive of events with the specified settings." }, { "info": { "name": "Amazon EventBridge List Archives", "type": "http" }, "http": { "method": "POST", "url": "https://events.{region}.amazonaws.com/?ListArchives", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists your archives." } ] } ], "bundled": true }