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

InstanceHealthState

import type { InstanceHealthState } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
type InstanceHealthState =
| "initial"
| "healthy"
| "unhealthy"
| "unused"
| "draining"
| "unavailable"

§Type

§
"initial" | "healthy" | "unhealthy" | "unused" | "draining" | "unavailable" | cmnP.UnexpectedEnumValue
[src]