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

WorkspaceStatus

import type { WorkspaceStatus } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
type WorkspaceStatus =
| "ACTIVE"
| "CREATING"
| "DELETING"
| "FAILED"
| "UPDATING"
| "UPGRADING"
| "DELETION_FAILED"
| "CREATION_FAILED"
| "UPDATE_FAILED"
| "UPGRADE_FAILED"
| "LICENSE_REMOVAL_FAILED"

§Type

§
"ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "UPDATING" | "UPGRADING" | "DELETION_FAILED" | "CREATION_FAILED" | "UPDATE_FAILED" | "UPGRADE_FAILED" | "LICENSE_REMOVAL_FAILED" | cmnP.UnexpectedEnumValue
[src]