deviceSummaries

@JvmName(name = "listDevicesResponseDeviceSummary")
fun Flow<ListDevicesResponse>.deviceSummaries(): Flow<DeviceSummary>

This paginator transforms the flow returned by listDevicesPaginated to access the nested member DeviceSummary

Return

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