Skip to content

ListSteps

Source: src/AWS/EMR/ListSteps.ts

Runtime binding for elasticmapreduce:ListSteps — lists the bound cluster’s steps, newest first (optionally filtered by state or id). Page with Marker.

const listSteps = yield* AWS.EMR.ListSteps(cluster);
const { Steps } = yield* listSteps({ StepStates: ["RUNNING"] });