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

InstanceStatus

import type { InstanceStatus } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the status of an instance.

interface InstanceStatus {
AvailabilityZone?: string | null;
InstanceId?: string | null;
InstanceState?: InstanceState | null;
InstanceStatus?: InstanceStatusSummary | null;
OutpostArn?: string | null;
SystemStatus?: InstanceStatusSummary | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone of the instance.

§

Any scheduled events associated with the instance.

§
InstanceId?: string | null
[src]

The ID of the instance.

§
InstanceState?: InstanceState | null
[src]

The intended state of the instance. "DescribeInstanceStatus" requires that an instance be in the running state.

§
InstanceStatus?: InstanceStatusSummary | null
[src]

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

§
OutpostArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Outpost.

§
SystemStatus?: InstanceStatusSummary | null
[src]

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.