serviceStates

@JvmName(name = "listServiceStatesResponseServiceState")
fun Flow<ListServiceStatesResponse>.serviceStates(): Flow<ServiceState>

This paginator transforms the flow returned by listServiceStatesPaginated to access the nested member ServiceState

Return

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