Smaws_Client_SFN.ListMapRuns
val request :
Smaws_Lib.Context.t ->
list_map_runs_input ->
(list_map_runs_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ExecutionDoesNotExist of execution_does_not_exist
| `InvalidArn of invalid_arn
| `InvalidToken of invalid_token ])
Stdlib.result
Lists all Map Runs that were started by a given state machine execution. Use this API action to obtain Map Run ARNs, and then call DescribeMapRun
to obtain more information, if needed.