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

ClusterOperationStep

import type { ClusterOperationStep } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

Step taken during a cluster operation.

interface ClusterOperationStep {
StepInfo?: ClusterOperationStepInfo | null;
StepName?: string | null;
}

§Properties

§

Information about the step and its status.

§
StepName?: string | null
[src]

The name of the step.