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

ClusterState

import type { ClusterState } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
type ClusterState =
| "AwaitingQuorum"
| "Pending"
| "InUse"
| "Complete"
| "Cancelled"

§Type

§
"AwaitingQuorum" | "Pending" | "InUse" | "Complete" | "Cancelled" | cmnP.UnexpectedEnumValue
[src]