versions

@JvmName(name = "listConfigurationBundleVersionsResponseConfigurationBundleVersionSummary")
fun Flow<ListConfigurationBundleVersionsResponse>.versions(): Flow<ConfigurationBundleVersionSummary>

This paginator transforms the flow returned by listConfigurationBundleVersionsPaginated to access the nested member ConfigurationBundleVersionSummary

Return

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


@JvmName(name = "listDatasetVersionsResponseDatasetVersionSummary")
fun Flow<ListDatasetVersionsResponse>.versions(): Flow<DatasetVersionSummary>

This paginator transforms the flow returned by listDatasetVersionsPaginated to access the nested member DatasetVersionSummary

Return

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