listMapRuns
inline suspend fun SfnClient.listMapRuns(crossinline block: ListMapRunsRequest.Builder.() -> Unit): ListMapRunsResponse
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.