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

ListStepsOutput

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

This output contains the list of steps returned in reverse order. This means that the last step is the first element in the list.

interface ListStepsOutput {
Marker?: string | null;
Steps?: StepSummary[] | null;
}

§Properties

§
Marker?: string | null
[src]

The maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.

§
Steps?: StepSummary[] | null
[src]

The filtered list of steps for the cluster.