Amazon GuardDuty · JSON Structure

Guardduty List Threat Intel Sets Response Structure

ListThreatIntelSetsResponse schema from Amazon GuardDuty API

Type: object Properties: 2 Required: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

ListThreatIntelSetsResponse is a JSON Structure definition published by Amazon GuardDuty, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ThreatIntelSetIds 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-guardduty/refs/heads/main/json-structure/guardduty-list-threat-intel-sets-response-structure.json",
  "name": "ListThreatIntelSetsResponse",
  "description": "ListThreatIntelSetsResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "ThreatIntelSetIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThreatIntelSetIds"
        },
        {
          "xml": {
            "name": "threatIntelSetIds"
          },
          "description": "The IDs of the ThreatIntelSet resources."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "The pagination parameter to be used on the next list operation to retrieve more items."
        }
      ]
    }
  },
  "required": [
    "ThreatIntelSetIds"
  ]
}