Skip to content

DescribeStep

Source: src/AWS/EMR/DescribeStep.ts

Runtime binding for elasticmapreduce:DescribeStep — reads one step of the bound cluster — status, config, and failure details.

const describeStep = yield* AWS.EMR.DescribeStep(cluster);
const { Step } = yield* describeStep({ StepId: stepId });
// Step.Status.State: PENDING | RUNNING | COMPLETED | FAILED | …