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

DeleteClusterResponse

import type { DeleteClusterResponse } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface DeleteClusterResponse {
ClusterArn?: string | null;
State?: ClusterState | null;
}

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) of the cluster.

§
State?: ClusterState | null
[src]

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.