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

WorkgroupStatus

import type { WorkgroupStatus } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
type WorkgroupStatus =
| "CREATING"
| "AVAILABLE"
| "MODIFYING"
| "DELETING"

§Type

§
"CREATING" | "AVAILABLE" | "MODIFYING" | "DELETING" | cmnP.UnexpectedEnumValue
[src]