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

Status

import type { Status } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
type Status =
| "BUILDING"
| "READY"
| "READY_BASIC_TESTING"
| "FAILED"
| "NOT_BUILT"

§Type

§
"BUILDING" | "READY" | "READY_BASIC_TESTING" | "FAILED" | "NOT_BUILT" | cmnP.UnexpectedEnumValue
[src]