DescribeMapRun
Source:
src/AWS/StepFunctions/DescribeMapRun.ts
Runtime binding for states:DescribeMapRun.
Returns a Distributed Map Run’s status, item counts, and configuration.
IAM access is scoped to Map Runs of the bound StateMachine;
obtain mapRunArns from ListMapRuns.
Distributed Map Runs
Section titled “Distributed Map Runs”const describeMapRun = yield* StepFunctions.DescribeMapRun(machine);
const mapRun = yield* describeMapRun({ mapRunArn });// mapRun.status, mapRun.itemCounts.succeeded, ...