{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Mitigationactions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Mitigationactions", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Core Describe Mitigation Action", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/mitigationactions/actions/:actionName", "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": "actionName", "value": "", "type": "path", "description": "The friendly name that uniquely identifies the mitigation action." } ] }, "docs": "

Gets information about a mitigation action.

Requires permission to access the DescribeMitigationAction action.

" }, { "info": { "name": "Amazon IoT Core Create Mitigation Action", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/mitigationactions/actions/:actionName", "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": "actionName", "value": "", "type": "path", "description": "A friendly name for the action. Choose a friendly name that accurately describes the action (for example, EnableLoggingAction)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask. Only certain types of mitigation actions can be applied to specific check names. For more information, see Mitigation actions. Each mitigation action can apply only one type of change.

Requires permission to access the UpdateMitigationAction. Instead, you must delete and recreate the mitigation action with the new name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Updates the definition for the specified mitigation action.

Requires permission to access the UpdateMitigationAction action.

" }, { "info": { "name": "Amazon IoT Core Delete Mitigation Action", "type": "http" }, "http": { "method": "DELETE", "url": "http://iot.{region}.amazonaws.com/mitigationactions/actions/:actionName", "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": "actionName", "value": "", "type": "path", "description": "The name of the mitigation action that you want to delete." } ] }, "docs": "

Deletes a defined mitigation action from your Amazon Web Services accounts.

Requires permission to access the DeleteMitigationAction action.

" }, { "info": { "name": "Amazon IoT Core List Mitigation Actions", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/mitigationactions/actions", "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": "actionType", "value": "", "type": "query", "description": "Specify a value to limit the result to mitigation actions with a specific action type." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of results to return at one time. The default is 25." }, { "name": "nextToken", "value": "", "type": "query", "description": "The token for the next set of results." } ] }, "docs": "

Gets a list of all mitigation actions that match the specified filter criteria.

Requires permission to access the ListMitigationActions action.

" } ] } ], "bundled": true }