Amazon IoT Device Defender · JSON Structure

Iot Device Defender List Policies Response Structure

The output from the ListPolicies operation.

Type: object Properties: 2
ComplianceIoTSecurityVulnerability Management

ListPoliciesResponse 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

policies nextMarker

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-policies-response-structure.json",
  "name": "ListPoliciesResponse",
  "description": "The output from the ListPolicies operation.",
  "type": "object",
  "properties": {
    "policies": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Policies"
        },
        {
          "description": "The descriptions of the policies."
        }
      ]
    },
    "nextMarker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "The marker for the next set of results, or null if there are no additional results."
        }
      ]
    }
  }
}