Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listAssetsResponseAssetInfo")
fun Flow<ListAssetsResponse>.assets(): Flow<AssetInfo>

This paginator transforms the flow returned by listAssetsPaginated to access the nested member AssetInfo

Link copied to clipboard
@JvmName(name = "listCatalogItemsResponseCatalogItem")
fun Flow<ListCatalogItemsResponse>.catalogItems(): Flow<CatalogItem>

This paginator transforms the flow returned by listCatalogItemsPaginated to access the nested member CatalogItem

Link copied to clipboard
@JvmName(name = "getOutpostInstanceTypesResponseInstanceTypeItem")
fun Flow<GetOutpostInstanceTypesResponse>.instanceTypes(): Flow<InstanceTypeItem>

This paginator transforms the flow returned by getOutpostInstanceTypesPaginated to access the nested member InstanceTypeItem

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun OutpostsClient.listSitesPaginated(initialRequest: ListSitesRequest = ListSitesRequest { }): Flow<ListSitesResponse>

Paginate over ListSitesResponse results.

Link copied to clipboard
@JvmName(name = "listOrdersResponseOrderSummary")
fun Flow<ListOrdersResponse>.orders(): Flow<OrderSummary>

This paginator transforms the flow returned by listOrdersPaginated to access the nested member OrderSummary

Link copied to clipboard
@JvmName(name = "listOutpostsResponseOutpost")
fun Flow<ListOutpostsResponse>.outposts(): Flow<Outpost>

This paginator transforms the flow returned by listOutpostsPaginated to access the nested member Outpost

Link copied to clipboard
@JvmName(name = "listSitesResponseSite")
fun Flow<ListSitesResponse>.sites(): Flow<Site>

This paginator transforms the flow returned by listSitesPaginated to access the nested member Site