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

InitializeClusterResponse

import type { InitializeClusterResponse } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface InitializeClusterResponse {
State?: ClusterState | null;
StateMessage?: string | null;
}

§Properties

§
State?: ClusterState | null
[src]

The cluster's state.

§
StateMessage?: string | null
[src]

A description of the cluster's state.