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

AddJobFlowStepsOutput

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

The output for the "AddJobFlowSteps" operation.

interface AddJobFlowStepsOutput {
StepIds?: string[] | null;
}

§Properties

§
StepIds?: string[] | null
[src]

The identifiers of the list of steps added to the job flow.