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

NsState

import type { NsState } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
type NsState =
| "INSTANTIATED"
| "NOT_INSTANTIATED"
| "IMPAIRED"
| "STOPPED"
| "DELETED"
| "INSTANTIATE_IN_PROGRESS"
| "UPDATE_IN_PROGRESS"
| "TERMINATE_IN_PROGRESS"

§Type

§
"INSTANTIATED" | "NOT_INSTANTIATED" | "IMPAIRED" | "STOPPED" | "DELETED" | "INSTANTIATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "TERMINATE_IN_PROGRESS" | cmnP.UnexpectedEnumValue
[src]