commands

@JvmName(name = "listCommandsResponseCommandSummary")
fun Flow<ListCommandsResponse>.commands(): Flow<CommandSummary>

This paginator transforms the flow returned by listCommandsPaginated to access the nested member CommandSummary

Return

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