Amazon IoT Device Defender · JSON Structure

Iot Device Defender List Mitigation Actions Response Structure

ListMitigationActionsResponse schema

Type: object Properties: 2
ComplianceIoTSecurityVulnerability Management

ListMitigationActionsResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

actionIdentifiers nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-list-mitigation-actions-response-structure.json",
  "name": "ListMitigationActionsResponse",
  "description": "ListMitigationActionsResponse schema",
  "type": "object",
  "properties": {
    "actionIdentifiers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MitigationActionIdentifierList"
        },
        {
          "description": "A set of actions that matched the specified filter criteria."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results."
        }
      ]
    }
  }
}