DescribeStep
Source:
src/AWS/EMR/DescribeStep.ts
Runtime binding for elasticmapreduce:DescribeStep — reads one step of the bound cluster — status, config, and failure details.
Running Steps
Section titled “Running Steps”const describeStep = yield* AWS.EMR.DescribeStep(cluster);
const { Step } = yield* describeStep({ StepId: stepId });// Step.Status.State: PENDING | RUNNING | COMPLETED | FAILED | …