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

AddJobFlowStepsInput

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

The input argument to the "AddJobFlowSteps" operation.

interface AddJobFlowStepsInput {
JobFlowId: string;
Steps: StepConfig[];
}

§Properties

§
JobFlowId: string
[src]

A string that uniquely identifies the job flow. This identifier is returned by "RunJobFlow" and can also be obtained from "ListClusters".

§

A list of "StepConfig" to be executed by the job flow.