Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listActivitiesResponseActivityListItem")
fun Flow<ListActivitiesResponse>.activities(): Flow<ActivityListItem>

This paginator transforms the flow returned by listActivitiesPaginated to access the nested member ActivityListItem

Link copied to clipboard
@JvmName(name = "getExecutionHistoryResponseHistoryEvent")
fun Flow<GetExecutionHistoryResponse>.events(): Flow<HistoryEvent>

This paginator transforms the flow returned by getExecutionHistoryPaginated to access the nested member HistoryEvent

Link copied to clipboard
@JvmName(name = "listExecutionsResponseExecutionListItem")
fun Flow<ListExecutionsResponse>.executions(): Flow<ExecutionListItem>

This paginator transforms the flow returned by listExecutionsPaginated to access the nested member ExecutionListItem

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listMapRunsResponseMapRunListItem")
fun Flow<ListMapRunsResponse>.mapRuns(): Flow<MapRunListItem>

This paginator transforms the flow returned by listMapRunsPaginated to access the nested member MapRunListItem

Link copied to clipboard
@JvmName(name = "listStateMachinesResponseStateMachineListItem")
fun Flow<ListStateMachinesResponse>.stateMachines(): Flow<StateMachineListItem>

This paginator transforms the flow returned by listStateMachinesPaginated to access the nested member StateMachineListItem