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.
Running Steps
Section titled “Running Steps”const listSteps = yield* AWS.EMR.ListSteps(cluster);
const { Steps } = yield* listSteps({ StepStates: ["RUNNING"] });