changeSetSummaryList

@JvmName(name = "listChangeSetsResponseChangeSetSummaryListItem")
fun Flow<ListChangeSetsResponse>.changeSetSummaryList(): Flow<ChangeSetSummaryListItem>

This paginator transforms the flow returned by listChangeSetsPaginated to access the nested member ChangeSetSummaryListItem

Return

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