Amazon IoT Events · JSON Structure

Iot Events Update Detector Model Response Structure

UpdateDetectorModelResponse schema

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

UpdateDetectorModelResponse 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

detectorModelConfiguration

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-update-detector-model-response-structure.json",
  "name": "UpdateDetectorModelResponse",
  "description": "UpdateDetectorModelResponse schema",
  "type": "object",
  "properties": {
    "detectorModelConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorModelConfiguration"
        },
        {
          "description": "Information about how the detector model is configured."
        }
      ]
    }
  }
}