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

entityStatusCode

import type { entityStatusCode } from "https://aws-api.deno.dev/v0.4/services/health.ts?docs=full";
type entityStatusCode =
| "IMPAIRED"
| "UNIMPAIRED"
| "UNKNOWN"

§Type

§
"IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | cmnP.UnexpectedEnumValue
[src]