Amazon IoT Device Defender · JSON Structure

Iot Device Defender Create O T A Update Response Structure

CreateOTAUpdateResponse schema

Type: object Properties: 5
ComplianceIoTSecurityVulnerability Management

CreateOTAUpdateResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

otaUpdateId awsIotJobId otaUpdateArn awsIotJobArn otaUpdateStatus

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-create-o-t-a-update-response-structure.json",
  "name": "CreateOTAUpdateResponse",
  "description": "CreateOTAUpdateResponse schema",
  "type": "object",
  "properties": {
    "otaUpdateId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OTAUpdateId"
        },
        {
          "description": "The OTA update ID."
        }
      ]
    },
    "awsIotJobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsIotJobId"
        },
        {
          "description": "The IoT job ID associated with the OTA update."
        }
      ]
    },
    "otaUpdateArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OTAUpdateArn"
        },
        {
          "description": "The OTA update ARN."
        }
      ]
    },
    "awsIotJobArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsIotJobArn"
        },
        {
          "description": "The IoT job ARN associated with the OTA update."
        }
      ]
    },
    "otaUpdateStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OTAUpdateStatus"
        },
        {
          "description": "The OTA update status."
        }
      ]
    }
  }
}