workflowVersionList

@JvmName(name = "listWorkflowsResponseWorkflowVersion")
fun Flow<ListWorkflowsResponse>.workflowVersionList(): Flow<WorkflowVersion>

This paginator transforms the flow returned by listWorkflowsPaginated to access the nested member WorkflowVersion

Return

A kotlinx.coroutines.flow.Flow that can collect WorkflowVersion