Amazon IoT Events · Schema

ListDetectorModelVersionsResponse

ListDetectorModelVersionsResponse schema

Event DetectionIoTState MachineAutomation

Properties

Name Type Description
detectorModelVersionSummaries object
nextToken object
View JSON Schema on GitHub

JSON Schema

iot-events-list-detector-model-versions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-schema/iot-events-list-detector-model-versions-response-schema.json",
  "title": "ListDetectorModelVersionsResponse",
  "description": "ListDetectorModelVersionsResponse schema",
  "type": "object",
  "properties": {
    "detectorModelVersionSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorModelVersionSummaries"
        },
        {
          "description": "Summary information about the detector model versions."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token that you can use to return the next set of results, or <code>null</code> if there are no more results."
        }
      ]
    }
  }
}