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

MemberStatus

import type { MemberStatus } from "https://aws-api.deno.dev/v0.4/services/managedblockchain.ts?docs=full";
type MemberStatus =
| "CREATING"
| "AVAILABLE"
| "CREATE_FAILED"
| "UPDATING"
| "DELETING"
| "DELETED"
| "INACCESSIBLE_ENCRYPTION_KEY"

§Type

§
"CREATING" | "AVAILABLE" | "CREATE_FAILED" | "UPDATING" | "DELETING" | "DELETED" | "INACCESSIBLE_ENCRYPTION_KEY" | cmnP.UnexpectedEnumValue
[src]