changes

@JvmName(name = "describeChangeSetResponseChange")
fun Flow<DescribeChangeSetResponse>.changes(): Flow<Change>

This paginator transforms the flow returned by describeChangeSetPaginated to access the nested member Change

Return

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