{
"opencollection": "1.0.0",
"info": {
"name": "AWS IoT Accept Certificate Transfer Destinations API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Authorization",
"value": "{{Authorization}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Destinations",
"type": "folder"
},
"items": [
{
"info": {
"name": "Amazon IoT Device Defender List Topic Rule Destinations",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://iot.{region}.amazonaws.com/destinations",
"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": ""
}
],
"params": [
{
"name": "maxResults",
"value": "",
"type": "query",
"description": "The maximum number of results to return at one time."
},
{
"name": "nextToken",
"value": "",
"type": "query",
"description": "To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results."
}
]
},
"docs": "
Lists all the topic rule destinations in your Amazon Web Services account.
Requires permission to access the ListTopicRuleDestinations action.
" }, { "info": { "name": "Amazon IoT Device Defender Create Topic Rule Destination", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/destinations", "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": "Creates a topic rule destination. The destination must be confirmed prior to use.
Requires permission to access the CreateTopicRuleDestination action.
" }, { "info": { "name": "Amazon IoT Device Defender Update Topic Rule Destination", "type": "http" }, "http": { "method": "PATCH", "url": "http://iot.{region}.amazonaws.com/destinations", "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 a topic rule destination. You use this to change the status, endpoint URL, or confirmation URL of the destination.
Requires permission to access the UpdateTopicRuleDestination action.
" }, { "info": { "name": "Amazon IoT Device Defender Get Topic Rule Destination", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/destinations/:arn", "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": "" } ], "params": [ { "name": "arn", "value": "", "type": "path", "description": "The ARN of the topic rule destination." } ] }, "docs": "Gets information about a topic rule destination.
Requires permission to access the GetTopicRuleDestination action.
" }, { "info": { "name": "Amazon IoT Device Defender Delete Topic Rule Destination", "type": "http" }, "http": { "method": "DELETE", "url": "http://iot.{region}.amazonaws.com/destinations/:arn", "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": "" } ], "params": [ { "name": "arn", "value": "", "type": "path", "description": "The ARN of the topic rule destination to delete." } ] }, "docs": "Deletes a topic rule destination.
Requires permission to access the DeleteTopicRuleDestination action.
" } ] } ], "bundled": true }