{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Event Configurations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Event Configurations", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Core Describe Event Configurations", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/event-configurations", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ] }, "docs": "
Describes event configurations.
Requires permission to access the DescribeEventConfigurations action.
" }, { "info": { "name": "Amazon IoT Core Update Event Configurations", "type": "http" }, "http": { "method": "PATCH", "url": "http://iot.{region}.amazonaws.com/event-configurations", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the event configurations.
Requires permission to access the UpdateEventConfigurations action.
" } ] } ], "bundled": true }