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.4/services/kafka.ts?docs=full";

The state of the Apache Kafka cluster.

type ClusterState =
| "ACTIVE"
| "CREATING"
| "DELETING"
| "FAILED"
| "HEALING"
| "MAINTENANCE"
| "REBOOTING_BROKER"
| "UPDATING"

§Type

§
"ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "HEALING" | "MAINTENANCE" | "REBOOTING_BROKER" | "UPDATING" | cmnP.UnexpectedEnumValue
[src]