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

StatusString

import type { StatusString } from "https://aws-api.deno.dev/v0.3/services/redshiftdata.ts?docs=full";
type StatusString =
| "SUBMITTED"
| "PICKED"
| "STARTED"
| "FINISHED"
| "ABORTED"
| "FAILED"
| "ALL"

§Type

§
"SUBMITTED" | "PICKED" | "STARTED" | "FINISHED" | "ABORTED" | "FAILED" | "ALL" | cmnP.UnexpectedEnumValue
[src]