Amazon Panorama · Schema

DeleteDeviceResponse

DeleteDeviceResponse schema from Amazon Panorama

CamerasComputer VisionEdge MLIndustrial IoT

Properties

Name Type Description
DeviceId object
View JSON Schema on GitHub

JSON Schema

openapi-delete-device-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-delete-device-response-schema.json",
  "title": "DeleteDeviceResponse",
  "description": "DeleteDeviceResponse schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "DeviceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceId"
        },
        {
          "description": "The device's ID."
        }
      ]
    }
  }
}