AppSync
import { AppSync } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";class AppSync { }
constructor(apiFactory: client.ApiFactory);
async createApiCache(params: CreateApiCacheRequest, opts?: client.RequestOptions): Promise<CreateApiCacheResponse>;
async createApiKey(params: CreateApiKeyRequest, opts?: client.RequestOptions): Promise<CreateApiKeyResponse>;
async createDataSource(params: CreateDataSourceRequest, opts?: client.RequestOptions): Promise<CreateDataSourceResponse>;
async createFunction(params: CreateFunctionRequest, opts?: client.RequestOptions): Promise<CreateFunctionResponse>;
async createGraphqlApi(params: CreateGraphqlApiRequest, opts?: client.RequestOptions): Promise<CreateGraphqlApiResponse>;
async createResolver(params: CreateResolverRequest, opts?: client.RequestOptions): Promise<CreateResolverResponse>;
async createType(params: CreateTypeRequest, opts?: client.RequestOptions): Promise<CreateTypeResponse>;
async deleteDataSource(params: DeleteDataSourceRequest, opts?: client.RequestOptions): Promise<void>;
async deleteGraphqlApi(params: DeleteGraphqlApiRequest, opts?: client.RequestOptions): Promise<void>;
async getApiCache(params: GetApiCacheRequest, opts?: client.RequestOptions): Promise<GetApiCacheResponse>;
async getDataSource(params: GetDataSourceRequest, opts?: client.RequestOptions): Promise<GetDataSourceResponse>;
async getFunction(params: GetFunctionRequest, opts?: client.RequestOptions): Promise<GetFunctionResponse>;
async getGraphqlApi(params: GetGraphqlApiRequest, opts?: client.RequestOptions): Promise<GetGraphqlApiResponse>;
async getIntrospectionSchema(params: GetIntrospectionSchemaRequest, opts?: client.RequestOptions): Promise<GetIntrospectionSchemaResponse>;
async getResolver(params: GetResolverRequest, opts?: client.RequestOptions): Promise<GetResolverResponse>;
async getSchemaCreationStatus(params: GetSchemaCreationStatusRequest, opts?: client.RequestOptions): Promise<GetSchemaCreationStatusResponse>;
async listApiKeys(params: ListApiKeysRequest, opts?: client.RequestOptions): Promise<ListApiKeysResponse>;
async listDataSources(params: ListDataSourcesRequest, opts?: client.RequestOptions): Promise<ListDataSourcesResponse>;
async listFunctions(params: ListFunctionsRequest, opts?: client.RequestOptions): Promise<ListFunctionsResponse>;
async listGraphqlApis(params?: ListGraphqlApisRequest, opts?: client.RequestOptions): Promise<ListGraphqlApisResponse>;
async listResolvers(params: ListResolversRequest, opts?: client.RequestOptions): Promise<ListResolversResponse>;
async listResolversByFunction(params: ListResolversByFunctionRequest, opts?: client.RequestOptions): Promise<ListResolversByFunctionResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listTypes(params: ListTypesRequest, opts?: client.RequestOptions): Promise<ListTypesResponse>;
async startSchemaCreation(params: StartSchemaCreationRequest, opts?: client.RequestOptions): Promise<StartSchemaCreationResponse>;
async updateApiCache(params: UpdateApiCacheRequest, opts?: client.RequestOptions): Promise<UpdateApiCacheResponse>;
async updateApiKey(params: UpdateApiKeyRequest, opts?: client.RequestOptions): Promise<UpdateApiKeyResponse>;
async updateDataSource(params: UpdateDataSourceRequest, opts?: client.RequestOptions): Promise<UpdateDataSourceResponse>;
async updateFunction(params: UpdateFunctionRequest, opts?: client.RequestOptions): Promise<UpdateFunctionResponse>;
async updateGraphqlApi(params: UpdateGraphqlApiRequest, opts?: client.RequestOptions): Promise<UpdateGraphqlApiResponse>;
async updateResolver(params: UpdateResolverRequest, opts?: client.RequestOptions): Promise<UpdateResolverResponse>;
async updateType(params: UpdateTypeRequest, opts?: client.RequestOptions): Promise<UpdateTypeResponse>;
§Constructors
§
new AppSync(apiFactory: client.ApiFactory)
[src]§Methods
§
createApiCache(params: CreateApiCacheRequest, opts?: client.RequestOptions): Promise<CreateApiCacheResponse>
[src]§
createApiKey(params: CreateApiKeyRequest, opts?: client.RequestOptions): Promise<CreateApiKeyResponse>
[src]§
createDataSource(params: CreateDataSourceRequest, opts?: client.RequestOptions): Promise<CreateDataSourceResponse>
[src]§
createFunction(params: CreateFunctionRequest, opts?: client.RequestOptions): Promise<CreateFunctionResponse>
[src]§
createGraphqlApi(params: CreateGraphqlApiRequest, opts?: client.RequestOptions): Promise<CreateGraphqlApiResponse>
[src]§
createResolver(params: CreateResolverRequest, opts?: client.RequestOptions): Promise<CreateResolverResponse>
[src]§
getDataSource(params: GetDataSourceRequest, opts?: client.RequestOptions): Promise<GetDataSourceResponse>
[src]§
getGraphqlApi(params: GetGraphqlApiRequest, opts?: client.RequestOptions): Promise<GetGraphqlApiResponse>
[src]§
getIntrospectionSchema(params: GetIntrospectionSchemaRequest, opts?: client.RequestOptions): Promise<GetIntrospectionSchemaResponse>
[src]§
getSchemaCreationStatus(params: GetSchemaCreationStatusRequest, opts?: client.RequestOptions): Promise<GetSchemaCreationStatusResponse>
[src]§
listDataSources(params: ListDataSourcesRequest, opts?: client.RequestOptions): Promise<ListDataSourcesResponse>
[src]§
listFunctions(params: ListFunctionsRequest, opts?: client.RequestOptions): Promise<ListFunctionsResponse>
[src]§
listGraphqlApis(params?: ListGraphqlApisRequest, opts?: client.RequestOptions): Promise<ListGraphqlApisResponse>
[src]§
listResolvers(params: ListResolversRequest, opts?: client.RequestOptions): Promise<ListResolversResponse>
[src]§
listResolversByFunction(params: ListResolversByFunctionRequest, opts?: client.RequestOptions): Promise<ListResolversByFunctionResponse>
[src]§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]§
startSchemaCreation(params: StartSchemaCreationRequest, opts?: client.RequestOptions): Promise<StartSchemaCreationResponse>
[src]§
updateApiCache(params: UpdateApiCacheRequest, opts?: client.RequestOptions): Promise<UpdateApiCacheResponse>
[src]§
updateApiKey(params: UpdateApiKeyRequest, opts?: client.RequestOptions): Promise<UpdateApiKeyResponse>
[src]§
updateDataSource(params: UpdateDataSourceRequest, opts?: client.RequestOptions): Promise<UpdateDataSourceResponse>
[src]§
updateFunction(params: UpdateFunctionRequest, opts?: client.RequestOptions): Promise<UpdateFunctionResponse>
[src]§
updateGraphqlApi(params: UpdateGraphqlApiRequest, opts?: client.RequestOptions): Promise<UpdateGraphqlApiResponse>
[src]§
updateResolver(params: UpdateResolverRequest, opts?: client.RequestOptions): Promise<UpdateResolverResponse>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]