Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "getResourcesResponseResourceTagMapping")
fun Flow<GetResourcesResponse>.resourceTagMappingList(): Flow<ResourceTagMapping>

This paginator transforms the flow returned by getResourcesPaginated to access the nested member ResourceTagMapping

Link copied to clipboard
@JvmName(name = "getComplianceSummaryResponseSummary")
fun Flow<GetComplianceSummaryResponse>.summaryList(): Flow<Summary>

This paginator transforms the flow returned by getComplianceSummaryPaginated to access the nested member Summary

Link copied to clipboard
@JvmName(name = "getTagKeysResponseTagKey")
fun Flow<GetTagKeysResponse>.tagKeys(): Flow<String>

This paginator transforms the flow returned by getTagKeysPaginated to access the nested member TagKey

Link copied to clipboard
@JvmName(name = "getTagValuesResponseTagValue")
fun Flow<GetTagValuesResponse>.tagValues(): Flow<String>

This paginator transforms the flow returned by getTagValuesPaginated to access the nested member TagValue