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

NetworkStatus

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

§Type

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