Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listApiKeysResponseApiKey")
fun Flow<ListApiKeysResponse>.apiKeys(): Flow<ApiKey>

This paginator transforms the flow returned by listApiKeysPaginated to access the nested member ApiKey

Link copied to clipboard
@JvmName(name = "listApisResponseApi")
fun Flow<ListApisResponse>.apis(): Flow<Api>

This paginator transforms the flow returned by listApisPaginated to access the nested member Api

Link copied to clipboard
@JvmName(name = "listChannelNamespacesResponseChannelNamespace")
fun Flow<ListChannelNamespacesResponse>.channelNamespaces(): Flow<ChannelNamespace>

This paginator transforms the flow returned by listChannelNamespacesPaginated to access the nested member ChannelNamespace

Link copied to clipboard
@JvmName(name = "listDataSourcesResponseDataSource")
fun Flow<ListDataSourcesResponse>.dataSources(): Flow<DataSource>

This paginator transforms the flow returned by listDataSourcesPaginated to access the nested member DataSource

Link copied to clipboard
@JvmName(name = "listDomainNamesResponseDomainNameConfig")
fun Flow<ListDomainNamesResponse>.domainNameConfigs(): Flow<DomainNameConfig>

This paginator transforms the flow returned by listDomainNamesPaginated to access the nested member DomainNameConfig

Link copied to clipboard
@JvmName(name = "listFunctionsResponseFunctionConfiguration")
fun Flow<ListFunctionsResponse>.functions(): Flow<FunctionConfiguration>

This paginator transforms the flow returned by listFunctionsPaginated to access the nested member FunctionConfiguration

Link copied to clipboard
@JvmName(name = "listGraphqlApisResponseGraphqlApi")
fun Flow<ListGraphqlApisResponse>.graphqlApis(): Flow<GraphqlApi>

This paginator transforms the flow returned by listGraphqlApisPaginated to access the nested member GraphqlApi

Link copied to clipboard
fun AppSyncClient.listApisPaginated(initialRequest: ListApisRequest = ListApisRequest { }): Flow<ListApisResponse>

Paginate over ListApisResponse results.

Link copied to clipboard
@JvmName(name = "listResolversByFunctionResponseResolver")
fun Flow<ListResolversByFunctionResponse>.resolvers(): Flow<Resolver>

This paginator transforms the flow returned by listResolversByFunctionPaginated to access the nested member Resolver

@JvmName(name = "listResolversResponseResolver")
fun Flow<ListResolversResponse>.resolvers(): Flow<Resolver>

This paginator transforms the flow returned by listResolversPaginated to access the nested member Resolver

Link copied to clipboard
@JvmName(name = "listSourceApiAssociationsResponseSourceApiAssociationSummary")
fun Flow<ListSourceApiAssociationsResponse>.sourceApiAssociationSummaries(): Flow<SourceApiAssociationSummary>

This paginator transforms the flow returned by listSourceApiAssociationsPaginated to access the nested member SourceApiAssociationSummary

Link copied to clipboard
@JvmName(name = "listTypesByAssociationResponseType")
fun Flow<ListTypesByAssociationResponse>.types(): Flow<Type>

This paginator transforms the flow returned by listTypesByAssociationPaginated to access the nested member Type

@JvmName(name = "listTypesResponseType")
fun Flow<ListTypesResponse>.types(): Flow<Type>

This paginator transforms the flow returned by listTypesPaginated to access the nested member Type