aliases

@JvmName(name = "listAliasesResponseAliasListEntry")
fun Flow<ListAliasesResponse>.aliases(): Flow<AliasListEntry>

This paginator transforms the flow returned by listAliasesPaginated to access the nested member AliasListEntry

Return

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