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

EndpointState

import type { EndpointState } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";
type EndpointState =
| "CREATING"
| "ACTIVE"
| "TERMINATING"
| "TERMINATED"
| "TERMINATED_WITH_ERRORS"

§Type

§
"CREATING" | "ACTIVE" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS" | cmnP.UnexpectedEnumValue
[src]