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

StudioComponentState

import type { StudioComponentState } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
type StudioComponentState =
| "CREATE_IN_PROGRESS"
| "READY"
| "UPDATE_IN_PROGRESS"
| "DELETE_IN_PROGRESS"
| "DELETED"
| "DELETE_FAILED"
| "CREATE_FAILED"
| "UPDATE_FAILED"

§Type

§
"CREATE_IN_PROGRESS" | "READY" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "DELETE_FAILED" | "CREATE_FAILED" | "UPDATE_FAILED" | cmnP.UnexpectedEnumValue
[src]