{ "opencollection": "1.0.0", "info": { "name": "AWS Data Exchange Assets Event Actions API", "version": "2017-07-25" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Event Actions", "type": "folder" }, "items": [ { "info": { "name": "List Event Actions", "type": "http" }, "http": { "method": "GET", "url": "https://dataexchange.amazonaws.com/v1/event-actions", "params": [ { "name": "maxResults", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" }, { "name": "eventSourceToken", "value": "", "type": "query" } ] }, "docs": "Returns a list of event actions configured for the account." }, { "info": { "name": "Create Event Action", "type": "http" }, "http": { "method": "POST", "url": "https://dataexchange.amazonaws.com/v1/event-actions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new event action for automating responses to data exchange events." }, { "info": { "name": "Get Event Action", "type": "http" }, "http": { "method": "GET", "url": "https://dataexchange.amazonaws.com/v1/event-actions/:EventActionId", "params": [ { "name": "EventActionId", "value": "", "type": "path" } ] }, "docs": "Returns the details of a specific event action." }, { "info": { "name": "Update Event Action", "type": "http" }, "http": { "method": "PATCH", "url": "https://dataexchange.amazonaws.com/v1/event-actions/:EventActionId", "params": [ { "name": "EventActionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the action associated with an event action." }, { "info": { "name": "Delete Event Action", "type": "http" }, "http": { "method": "DELETE", "url": "https://dataexchange.amazonaws.com/v1/event-actions/:EventActionId", "params": [ { "name": "EventActionId", "value": "", "type": "path" } ] }, "docs": "Deletes an event action." } ] } ], "bundled": true }