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

ResourceStatus

import type { ResourceStatus } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
type ResourceStatus =
| "CREATION_IN_PROGRESS"
| "CREATION_SUCCESSFUL"
| "CREATION_FAILED"
| "UPDATE_IN_PROGRESS"
| "UPDATE_SUCCESSFUL"
| "UPDATE_FAILED"
| "DELETED"

§Type

§
"CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED" | cmnP.UnexpectedEnumValue
[src]