devicePools

@JvmName(name = "listDevicePoolsResponseDevicePool")
fun Flow<ListDevicePoolsResponse>.devicePools(): Flow<DevicePool>

This paginator transforms the flow returned by listDevicePoolsPaginated to access the nested member DevicePool

Return

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