Amazon Panorama · Schema
DescribeApplicationInstanceResponse
DescribeApplicationInstanceResponse schema from Amazon Panorama
CamerasComputer VisionEdge MLIndustrial IoT
Properties
| Name | Type | Description |
|---|---|---|
| ApplicationInstanceId | object | |
| ApplicationInstanceIdToReplace | object | |
| Arn | object | |
| CreatedTime | object | |
| DefaultRuntimeContextDevice | object | |
| DefaultRuntimeContextDeviceName | object | |
| Description | object | |
| HealthStatus | object | |
| LastUpdatedTime | object | |
| Name | object | |
| RuntimeContextStates | object | |
| RuntimeRoleArn | object | |
| Status | object | |
| StatusDescription | object | |
| Tags | object |
JSON Schema
{
"$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-response-schema.json",
"title": "DescribeApplicationInstanceResponse",
"description": "DescribeApplicationInstanceResponse 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."
}
]
},
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationInstanceArn"
},
{
"description": "The application instance's ARN."
}
]
},
"CreatedTime": {
"allOf": [
{
"$ref": "#/components/schemas/TimeStamp"
},
{
"description": "When the application instance was created."
}
]
},
"DefaultRuntimeContextDevice": {
"allOf": [
{
"$ref": "#/components/schemas/DefaultRuntimeContextDevice"
},
{
"description": "The device's ID."
}
]
},
"DefaultRuntimeContextDeviceName": {
"allOf": [
{
"$ref": "#/components/schemas/DeviceName"
},
{
"description": "The device's bane."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "The application instance's description."
}
]
},
"HealthStatus": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationInstanceHealthStatus"
},
{
"description": "The application instance's health status."
}
]
},
"LastUpdatedTime": {
"allOf": [
{
"$ref": "#/components/schemas/TimeStamp"
},
{
"description": "The application instance was updated."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationInstanceName"
},
{
"description": "The application instance's name."
}
]
},
"RuntimeContextStates": {
"allOf": [
{
"$ref": "#/components/schemas/ReportedRuntimeContextStates"
},
{
"description": "The application instance's state."
}
]
},
"RuntimeRoleArn": {
"allOf": [
{
"$ref": "#/components/schemas/RuntimeRoleArn"
},
{
"description": "The application instance's runtime role ARN."
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationInstanceStatus"
},
{
"description": "The application instance's status."
}
]
},
"StatusDescription": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationInstanceStatusDescription"
},
{
"description": "The application instance's status description."
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "The application instance's tags."
}
]
}
}
}