Amazon IoT Events · JSON Structure

Iot Events Start Detector Model Analysis Response Structure

StartDetectorModelAnalysisResponse schema

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

StartDetectorModelAnalysisResponse is a JSON Structure definition published by Amazon IoT Events, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

analysisId

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-events/refs/heads/main/json-structure/iot-events-start-detector-model-analysis-response-structure.json",
  "name": "StartDetectorModelAnalysisResponse",
  "description": "StartDetectorModelAnalysisResponse schema",
  "type": "object",
  "properties": {
    "analysisId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnalysisId"
        },
        {
          "description": "The ID that you can use to retrieve the analysis result."
        }
      ]
    }
  }
}