Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeApplicationInstanceResponse

import type { DescribeApplicationInstanceResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface DescribeApplicationInstanceResponse {
ApplicationInstanceId?: string | null;
ApplicationInstanceIdToReplace?: string | null;
Arn?: string | null;
CreatedTime?: Date | number | null;
DefaultRuntimeContextDevice?: string | null;
DefaultRuntimeContextDeviceName?: string | null;
Description?: string | null;
HealthStatus?: ApplicationInstanceHealthStatus | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
RuntimeRoleArn?: string | null;
Status?: ApplicationInstanceStatus | null;
StatusDescription?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ApplicationInstanceId?: string | null
[src]

The application instance's ID.

§
ApplicationInstanceIdToReplace?: string | null
[src]

The ID of the application instance that this instance replaced.

§
Arn?: string | null
[src]

The application instance's ARN.

§
CreatedTime?: Date | number | null
[src]

When the application instance was created.

§
DefaultRuntimeContextDevice?: string | null
[src]

The device's ID.

§
DefaultRuntimeContextDeviceName?: string | null
[src]

The device's bane.

§
Description?: string | null
[src]

The application instance's description.

§

The application instance's health status.

§
LastUpdatedTime?: Date | number | null
[src]

The application instance was updated.

§
Name?: string | null
[src]

The application instance's name.

§
RuntimeRoleArn?: string | null
[src]

The application instance's runtime role ARN.

§

The application instance's status.

§
StatusDescription?: string | null
[src]

The application instance's status description.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The application instance's tags.