UpdateMapRun
Source:
src/AWS/StepFunctions/UpdateMapRun.ts
Runtime binding for states:UpdateMapRun.
Adjusts a running Distributed Map Run’s maxConcurrency and tolerated
failure thresholds in place. IAM access is scoped to Map Runs of the
bound StateMachine.
Distributed Map Runs
Section titled “Distributed Map Runs”const updateMapRun = yield* StepFunctions.UpdateMapRun(machine);
yield* updateMapRun({ mapRunArn, maxConcurrency: 10 });