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

WorkspaceStatusCode

import type { WorkspaceStatusCode } from "https://aws-api.deno.dev/v0.3/services/amp.ts?docs=full";

State of a workspace.

type WorkspaceStatusCode =
| "CREATING"
| "ACTIVE"
| "UPDATING"
| "DELETING"
| "CREATION_FAILED"

§Type

§
"CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATION_FAILED" | cmnP.UnexpectedEnumValue
[src]