pools

@JvmName(name = "describePoolsResponsePoolInformation")
fun Flow<DescribePoolsResponse>.pools(): Flow<PoolInformation>

This paginator transforms the flow returned by describePoolsPaginated to access the nested member PoolInformation

Return

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