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

AccessorStatus

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

§Type

§
"AVAILABLE" | "PENDING_DELETION" | "DELETED" | cmnP.UnexpectedEnumValue
[src]