Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "describeImagesResponseImageDetail")
fun Flow<DescribeImagesResponse>.imageDetails(): Flow<ImageDetail>

This paginator transforms the flow returned by describeImagesPaginated to access the nested member ImageDetail

Link copied to clipboard
@JvmName(name = "listImagesResponseImageIdentifier")
fun Flow<ListImagesResponse>.imageIds(): Flow<ImageIdentifier>

This paginator transforms the flow returned by listImagesPaginated to access the nested member ImageIdentifier

Link copied to clipboard
@JvmName(name = "getLifecyclePolicyPreviewResponseLifecyclePolicyPreviewResult")
fun Flow<GetLifecyclePolicyPreviewResponse>.previewResults(): Flow<LifecyclePolicyPreviewResult>

This paginator transforms the flow returned by getLifecyclePolicyPreviewPaginated to access the nested member LifecyclePolicyPreviewResult

Link copied to clipboard
@JvmName(name = "describePullThroughCacheRulesResponsePullThroughCacheRule")
fun Flow<DescribePullThroughCacheRulesResponse>.pullThroughCacheRules(): Flow<PullThroughCacheRule>

This paginator transforms the flow returned by describePullThroughCacheRulesPaginated to access the nested member PullThroughCacheRule

Link copied to clipboard
@JvmName(name = "describeRepositoriesResponseRepository")
fun Flow<DescribeRepositoriesResponse>.repositories(): Flow<Repository>

This paginator transforms the flow returned by describeRepositoriesPaginated to access the nested member Repository