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

BrokerState

import type { BrokerState } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";

The broker's status.

type BrokerState =
| "CREATION_IN_PROGRESS"
| "CREATION_FAILED"
| "DELETION_IN_PROGRESS"
| "RUNNING"
| "REBOOT_IN_PROGRESS"

§Type

§
"CREATION_IN_PROGRESS" | "CREATION_FAILED" | "DELETION_IN_PROGRESS" | "RUNNING" | "REBOOT_IN_PROGRESS" | cmnP.UnexpectedEnumValue
[src]