Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "getAttributeValuesResponseAttributeValue")
fun Flow<GetAttributeValuesResponse>.attributeValues(): Flow<AttributeValue>

This paginator transforms the flow returned by getAttributeValuesPaginated to access the nested member AttributeValue

Link copied to clipboard
@JvmName(name = "getProductsResponseSynthesizedJsonPriceListJsonItem")
fun Flow<GetProductsResponse>.priceList(): Flow<String>

This paginator transforms the flow returned by getProductsPaginated to access the nested member SynthesizedJsonPriceListJsonItem

Link copied to clipboard
@JvmName(name = "listPriceListsResponsePriceList")
fun Flow<ListPriceListsResponse>.priceLists(): Flow<PriceList>

This paginator transforms the flow returned by listPriceListsPaginated to access the nested member PriceList

Link copied to clipboard
@JvmName(name = "describeServicesResponseService")
fun Flow<DescribeServicesResponse>.services(): Flow<Service>

This paginator transforms the flow returned by describeServicesPaginated to access the nested member Service