items

@JvmName(name = "listCloudFrontOriginAccessIdentitiesResponseCloudFrontOriginAccessIdentitySummary")
fun Flow<ListCloudFrontOriginAccessIdentitiesResponse>.items(): Flow<CloudFrontOriginAccessIdentitySummary>

This paginator transforms the flow returned by listCloudFrontOriginAccessIdentitiesPaginated to access the nested member CloudFrontOriginAccessIdentitySummary

Return

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


@JvmName(name = "listDistributionsResponseDistributionSummary")
fun Flow<ListDistributionsResponse>.items(): Flow<DistributionSummary>

This paginator transforms the flow returned by listDistributionsPaginated to access the nested member DistributionSummary

Return

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


@JvmName(name = "listInvalidationsResponseInvalidationSummary")
fun Flow<ListInvalidationsResponse>.items(): Flow<InvalidationSummary>

This paginator transforms the flow returned by listInvalidationsPaginated to access the nested member InvalidationSummary

Return

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


@JvmName(name = "listKeyValueStoresResponseKeyValueStore")
fun Flow<ListKeyValueStoresResponse>.items(): Flow<KeyValueStore>

This paginator transforms the flow returned by listKeyValueStoresPaginated to access the nested member KeyValueStore

Return

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


@JvmName(name = "listStreamingDistributionsResponseStreamingDistributionSummary")
fun Flow<ListStreamingDistributionsResponse>.items(): Flow<StreamingDistributionSummary>

This paginator transforms the flow returned by listStreamingDistributionsPaginated to access the nested member StreamingDistributionSummary

Return

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