Module Smaws_Client_SFN.ListMapRuns

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ExecutionDoesNotExist of Types.execution_does_not_exist | `InvalidArn of Types.invalid_arn | `InvalidToken of Types.invalid_token ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_map_runs_input -> (Types.list_map_runs_output, [> Smaws_Lib.Protocols.AwsJson.error | `ExecutionDoesNotExist of Types.execution_does_not_exist | `InvalidArn of Types.invalid_arn | `InvalidToken of Types.invalid_token ]) Stdlib.result