Amazon IoT Device Management · JSON Structure

Iot Device Management Cancel Job Response Structure

CancelJobResponse schema

Type: object Properties: 3
Device ManagementFleet ManagementIoTOTA Updates

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

Properties

jobArn jobId description

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-management/refs/heads/main/json-structure/iot-device-management-cancel-job-response-structure.json",
  "name": "CancelJobResponse",
  "description": "CancelJobResponse schema",
  "type": "object",
  "properties": {
    "jobArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobArn"
        },
        {
          "description": "The job ARN."
        }
      ]
    },
    "jobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The unique identifier you assigned to this job when it was created."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobDescription"
        },
        {
          "description": "A short text description of the job."
        }
      ]
    }
  }
}