{ "opencollection": "1.0.0", "info": { "name": "Amazon EventBridge Archives Targets API", "version": "2015-10-07" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Targets", "type": "folder" }, "items": [ { "info": { "name": "Amazon EventBridge Put Targets", "type": "http" }, "http": { "method": "POST", "url": "https://events.{region}.amazonaws.com/?PutTargets", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule." }, { "info": { "name": "Amazon EventBridge List Targets by Rule", "type": "http" }, "http": { "method": "POST", "url": "https://events.{region}.amazonaws.com/?ListTargetsByRule", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists the targets assigned to the specified rule." }, { "info": { "name": "Amazon EventBridge Remove Targets", "type": "http" }, "http": { "method": "POST", "url": "https://events.{region}.amazonaws.com/?RemoveTargets", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes the specified targets from the specified rule." } ] } ], "bundled": true }