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

InstanceHealthReason

import type { InstanceHealthReason } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
type InstanceHealthReason =
| "Lb.RegistrationInProgress"
| "Lb.InitialHealthChecking"
| "Lb.InternalError"
| "Instance.ResponseCodeMismatch"
| "Instance.Timeout"
| "Instance.FailedHealthChecks"
| "Instance.NotRegistered"
| "Instance.NotInUse"
| "Instance.DeregistrationInProgress"
| "Instance.InvalidState"
| "Instance.IpUnusable"

§Type

§
"Lb.RegistrationInProgress" | "Lb.InitialHealthChecking" | "Lb.InternalError" | "Instance.ResponseCodeMismatch" | "Instance.Timeout" | "Instance.FailedHealthChecks" | "Instance.NotRegistered" | "Instance.NotInUse" | "Instance.DeregistrationInProgress" | "Instance.InvalidState" | "Instance.IpUnusable" | cmnP.UnexpectedEnumValue
[src]