Amazon Panorama · Schema

DescribeApplicationInstanceDetailsResponse

DescribeApplicationInstanceDetailsResponse schema from Amazon Panorama

CamerasComputer VisionEdge MLIndustrial IoT

Properties

Name Type Description
ApplicationInstanceId object
ApplicationInstanceIdToReplace object
CreatedTime object
DefaultRuntimeContextDevice object
Description object
ManifestOverridesPayload object
ManifestPayload object
Name object
View JSON Schema on GitHub

JSON Schema

openapi-describe-application-instance-details-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-describe-application-instance-details-response-schema.json",
  "title": "DescribeApplicationInstanceDetailsResponse",
  "description": "DescribeApplicationInstanceDetailsResponse schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "ApplicationInstanceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceId"
        },
        {
          "description": "The application instance's ID."
        }
      ]
    },
    "ApplicationInstanceIdToReplace": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceId"
        },
        {
          "description": "The ID of the application instance that this instance replaced."
        }
      ]
    },
    "CreatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimeStamp"
        },
        {
          "description": "When the application instance was created."
        }
      ]
    },
    "DefaultRuntimeContextDevice": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultRuntimeContextDevice"
        },
        {
          "description": "The application instance's default runtime context device."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "The application instance's description."
        }
      ]
    },
    "ManifestOverridesPayload": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ManifestOverridesPayload"
        },
        {
          "description": "Parameter overrides for the configuration manifest."
        }
      ]
    },
    "ManifestPayload": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ManifestPayload"
        },
        {
          "description": "The application instance's configuration manifest."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceName"
        },
        {
          "description": "The application instance's name."
        }
      ]
    }
  }
}