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

InstanceState

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

Describes the virtual private server (or instance) status.

interface InstanceState {
code?: number | null;
name?: string | null;
}

§Properties

§
code?: number | null
[src]

The status code for the instance.

§
name?: string | null
[src]

The state of the instance (e.g., running or pending).