Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listDomainsResponseDomainInfo")
fun Flow<ListDomainsResponse>.domainInfos(): Flow<DomainInfo>

This paginator transforms the flow returned by listDomainsPaginated to access the nested member DomainInfo

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

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

@JvmName(name = "pollForDecisionTaskResponseHistoryEvent")
fun Flow<PollForDecisionTaskResponse>.events(): Flow<HistoryEvent>

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

Link copied to clipboard
@JvmName(name = "listClosedWorkflowExecutionsResponseWorkflowExecutionInfo")
fun Flow<ListClosedWorkflowExecutionsResponse>.executionInfos(): Flow<WorkflowExecutionInfo>

This paginator transforms the flow returned by listClosedWorkflowExecutionsPaginated to access the nested member WorkflowExecutionInfo

@JvmName(name = "listOpenWorkflowExecutionsResponseWorkflowExecutionInfo")
fun Flow<ListOpenWorkflowExecutionsResponse>.executionInfos(): Flow<WorkflowExecutionInfo>

This paginator transforms the flow returned by listOpenWorkflowExecutionsPaginated to access the nested member WorkflowExecutionInfo

Link copied to clipboard
@JvmName(name = "listActivityTypesResponseActivityTypeInfo")
fun Flow<ListActivityTypesResponse>.typeInfos(): Flow<ActivityTypeInfo>

This paginator transforms the flow returned by listActivityTypesPaginated to access the nested member ActivityTypeInfo

@JvmName(name = "listWorkflowTypesResponseWorkflowTypeInfo")
fun Flow<ListWorkflowTypesResponse>.typeInfos(): Flow<WorkflowTypeInfo>

This paginator transforms the flow returned by listWorkflowTypesPaginated to access the nested member WorkflowTypeInfo