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

InstancesCount

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

Describes how many instances a stack has for each status.

interface InstancesCount {
Assigning?: number | null;
Booting?: number | null;
ConnectionLost?: number | null;
Deregistering?: number | null;
Online?: number | null;
Pending?: number | null;
Rebooting?: number | null;
Registered?: number | null;
Registering?: number | null;
Requested?: number | null;
RunningSetup?: number | null;
SetupFailed?: number | null;
ShuttingDown?: number | null;
StartFailed?: number | null;
StopFailed?: number | null;
Stopped?: number | null;
Stopping?: number | null;
Terminated?: number | null;
Terminating?: number | null;
Unassigning?: number | null;
}

§Properties

§
Assigning?: number | null
[src]

The number of instances in the Assigning state.

§
Booting?: number | null
[src]

The number of instances with booting status.

§
ConnectionLost?: number | null
[src]

The number of instances with connection_lost status.

§
Deregistering?: number | null
[src]

The number of instances in the Deregistering state.

§
Online?: number | null
[src]

The number of instances with online status.

§
Pending?: number | null
[src]

The number of instances with pending status.

§
Rebooting?: number | null
[src]

The number of instances with rebooting status.

§
Registered?: number | null
[src]

The number of instances in the Registered state.

§
Registering?: number | null
[src]

The number of instances in the Registering state.

§
Requested?: number | null
[src]

The number of instances with requested status.

§
RunningSetup?: number | null
[src]

The number of instances with running_setup status.

§
SetupFailed?: number | null
[src]

The number of instances with setup_failed status.

§
ShuttingDown?: number | null
[src]

The number of instances with shutting_down status.

§
StartFailed?: number | null
[src]

The number of instances with start_failed status.

§
StopFailed?: number | null
[src]

The number of instances with stop_failed status.

§
Stopped?: number | null
[src]

The number of instances with stopped status.

§
Stopping?: number | null
[src]

The number of instances with stopping status.

§
Terminated?: number | null
[src]

The number of instances with terminated status.

§
Terminating?: number | null
[src]

The number of instances with terminating status.

§
Unassigning?: number | null
[src]

The number of instances in the Unassigning state.