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

ClusterStatus

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

The detailed status of the cluster.

interface ClusterStatus {
State?: ClusterState | null;
StateChangeReason?: ClusterStateChangeReason | null;
Timeline?: ClusterTimeline | null;
}

§Properties

§
State?: ClusterState | null
[src]

The current state of the cluster.

§
StateChangeReason?: ClusterStateChangeReason | null
[src]

The reason for the cluster status change.

§
Timeline?: ClusterTimeline | null
[src]

A timeline that represents the status of a cluster over the lifetime of the cluster.