@aws-sdk/client-appsync 3.478.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateApiCommand.js +18 -41
- package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/CreateApiCacheCommand.js +18 -41
- package/dist-cjs/commands/CreateApiKeyCommand.js +18 -41
- package/dist-cjs/commands/CreateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainNameCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionCommand.js +18 -41
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/CreateResolverCommand.js +18 -41
- package/dist-cjs/commands/CreateTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteApiCacheCommand.js +18 -41
- package/dist-cjs/commands/DeleteApiKeyCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainNameCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCommand.js +18 -41
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/DeleteResolverCommand.js +18 -41
- package/dist-cjs/commands/DeleteTypeCommand.js +18 -41
- package/dist-cjs/commands/DisassociateApiCommand.js +18 -41
- package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/EvaluateCodeCommand.js +18 -41
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +18 -41
- package/dist-cjs/commands/FlushApiCacheCommand.js +18 -41
- package/dist-cjs/commands/GetApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetApiCacheCommand.js +18 -41
- package/dist-cjs/commands/GetDataSourceCommand.js +18 -41
- package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +18 -41
- package/dist-cjs/commands/GetDomainNameCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCommand.js +18 -41
- package/dist-cjs/commands/GetGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +18 -41
- package/dist-cjs/commands/GetResolverCommand.js +18 -41
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSourceApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetTypeCommand.js +18 -41
- package/dist-cjs/commands/ListApiKeysCommand.js +18 -41
- package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsCommand.js +18 -41
- package/dist-cjs/commands/ListGraphqlApisCommand.js +18 -41
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +18 -41
- package/dist-cjs/commands/ListResolversCommand.js +18 -41
- package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTypesByAssociationCommand.js +18 -41
- package/dist-cjs/commands/ListTypesCommand.js +18 -41
- package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +18 -41
- package/dist-cjs/commands/StartSchemaCreationCommand.js +18 -41
- package/dist-cjs/commands/StartSchemaMergeCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateApiCacheCommand.js +18 -41
- package/dist-cjs/commands/UpdateApiKeyCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainNameCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionCommand.js +18 -41
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/UpdateResolverCommand.js +18 -41
- package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/UpdateTypeCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateApiCommand.js +18 -41
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +18 -41
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +18 -41
- package/dist-es/commands/CreateApiCacheCommand.js +18 -41
- package/dist-es/commands/CreateApiKeyCommand.js +18 -41
- package/dist-es/commands/CreateDataSourceCommand.js +18 -41
- package/dist-es/commands/CreateDomainNameCommand.js +18 -41
- package/dist-es/commands/CreateFunctionCommand.js +18 -41
- package/dist-es/commands/CreateGraphqlApiCommand.js +18 -41
- package/dist-es/commands/CreateResolverCommand.js +18 -41
- package/dist-es/commands/CreateTypeCommand.js +18 -41
- package/dist-es/commands/DeleteApiCacheCommand.js +18 -41
- package/dist-es/commands/DeleteApiKeyCommand.js +18 -41
- package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-es/commands/DeleteDomainNameCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCommand.js +18 -41
- package/dist-es/commands/DeleteGraphqlApiCommand.js +18 -41
- package/dist-es/commands/DeleteResolverCommand.js +18 -41
- package/dist-es/commands/DeleteTypeCommand.js +18 -41
- package/dist-es/commands/DisassociateApiCommand.js +18 -41
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +18 -41
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +18 -41
- package/dist-es/commands/EvaluateCodeCommand.js +18 -41
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +18 -41
- package/dist-es/commands/FlushApiCacheCommand.js +18 -41
- package/dist-es/commands/GetApiAssociationCommand.js +18 -41
- package/dist-es/commands/GetApiCacheCommand.js +18 -41
- package/dist-es/commands/GetDataSourceCommand.js +18 -41
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +18 -41
- package/dist-es/commands/GetDomainNameCommand.js +18 -41
- package/dist-es/commands/GetFunctionCommand.js +18 -41
- package/dist-es/commands/GetGraphqlApiCommand.js +18 -41
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +18 -41
- package/dist-es/commands/GetResolverCommand.js +18 -41
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +18 -41
- package/dist-es/commands/GetSourceApiAssociationCommand.js +18 -41
- package/dist-es/commands/GetTypeCommand.js +18 -41
- package/dist-es/commands/ListApiKeysCommand.js +18 -41
- package/dist-es/commands/ListDataSourcesCommand.js +18 -41
- package/dist-es/commands/ListDomainNamesCommand.js +18 -41
- package/dist-es/commands/ListFunctionsCommand.js +18 -41
- package/dist-es/commands/ListGraphqlApisCommand.js +18 -41
- package/dist-es/commands/ListResolversByFunctionCommand.js +18 -41
- package/dist-es/commands/ListResolversCommand.js +18 -41
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTypesByAssociationCommand.js +18 -41
- package/dist-es/commands/ListTypesCommand.js +18 -41
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +18 -41
- package/dist-es/commands/StartSchemaCreationCommand.js +18 -41
- package/dist-es/commands/StartSchemaMergeCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateApiCacheCommand.js +18 -41
- package/dist-es/commands/UpdateApiKeyCommand.js +18 -41
- package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-es/commands/UpdateDomainNameCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionCommand.js +18 -41
- package/dist-es/commands/UpdateGraphqlApiCommand.js +18 -41
- package/dist-es/commands/UpdateResolverCommand.js +18 -41
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +18 -41
- package/dist-es/commands/UpdateTypeCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateApiCommand.d.ts +6 -21
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/CreateApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/CreateApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/CreateResolverCommand.d.ts +6 -21
- package/dist-types/commands/CreateTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResolverCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTypeCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateApiCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateCodeCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +6 -21
- package/dist-types/commands/FlushApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/GetApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -21
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverCommand.d.ts +6 -21
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetTypeCommand.d.ts +6 -21
- package/dist-types/commands/ListApiKeysCommand.d.ts +6 -21
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -21
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +6 -21
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +6 -21
- package/dist-types/commands/ListResolversCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +6 -21
- package/dist-types/commands/ListTypesCommand.d.ts +6 -21
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +6 -21
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +6 -21
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResolverCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTypeCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { CreateApiCacheRequest, CreateApiCacheResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateApiCacheCommandInput extends CreateApiCacheRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateApiCacheCommandOutput extends CreateApiCacheResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateApiCacheCommand_base: {
|
|
24
|
+
new (input: CreateApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCacheCommandInput, CreateApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a cache for the GraphQL API.</p>
|
|
@@ -80,23 +83,5 @@ export interface CreateApiCacheCommandOutput extends CreateApiCacheResponse, __M
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class CreateApiCacheCommand extends
|
|
84
|
-
readonly input: CreateApiCacheCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: CreateApiCacheCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiCacheCommandInput, CreateApiCacheCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class CreateApiCacheCommand extends CreateApiCacheCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateApiKeyCommandOutput extends CreateApiKeyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateApiKeyCommand_base: {
|
|
24
|
+
new (input: CreateApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiKeyCommandInput, CreateApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a unique key that you can distribute to clients who invoke your API.</p>
|
|
@@ -81,23 +84,5 @@ export interface CreateApiKeyCommandOutput extends CreateApiKeyResponse, __Metad
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class CreateApiKeyCommand extends
|
|
85
|
-
readonly input: CreateApiKeyCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: CreateApiKeyCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiKeyCommandInput, CreateApiKeyCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateDataSourceCommand_base: {
|
|
24
|
+
new (input: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a <code>DataSource</code> object.</p>
|
|
@@ -168,23 +171,5 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
168
171
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
169
172
|
*
|
|
170
173
|
*/
|
|
171
|
-
export declare class CreateDataSourceCommand extends
|
|
172
|
-
readonly input: CreateDataSourceCommandInput;
|
|
173
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
174
|
-
/**
|
|
175
|
-
* @public
|
|
176
|
-
*/
|
|
177
|
-
constructor(input: CreateDataSourceCommandInput);
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
|
-
private serialize;
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
private deserialize;
|
|
174
|
+
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
190
175
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateDomainNameCommand_base: {
|
|
24
|
+
new (input: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a custom <code>DomainName</code> object.</p>
|
|
@@ -69,23 +72,5 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class CreateDomainNameCommand extends
|
|
73
|
-
readonly input: CreateDomainNameCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: CreateDomainNameCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { CreateFunctionRequest, CreateFunctionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateFunctionCommandInput extends CreateFunctionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateFunctionCommandOutput extends CreateFunctionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateFunctionCommand_base: {
|
|
24
|
+
new (input: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a <code>Function</code> object.</p>
|
|
@@ -106,23 +109,5 @@ export interface CreateFunctionCommandOutput extends CreateFunctionResponse, __M
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class CreateFunctionCommand extends
|
|
110
|
-
readonly input: CreateFunctionCommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: CreateFunctionCommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
|
|
128
113
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { CreateGraphqlApiRequest, CreateGraphqlApiResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateGraphqlApiCommandInput extends CreateGraphqlApiRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateGraphqlApiCommandOutput extends CreateGraphqlApiResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateGraphqlApiCommand_base: {
|
|
24
|
+
new (input: CreateGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a <code>GraphqlApi</code> object.</p>
|
|
@@ -193,23 +196,5 @@ export interface CreateGraphqlApiCommandOutput extends CreateGraphqlApiResponse,
|
|
|
193
196
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
194
197
|
*
|
|
195
198
|
*/
|
|
196
|
-
export declare class CreateGraphqlApiCommand extends
|
|
197
|
-
readonly input: CreateGraphqlApiCommandInput;
|
|
198
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
199
|
-
/**
|
|
200
|
-
* @public
|
|
201
|
-
*/
|
|
202
|
-
constructor(input: CreateGraphqlApiCommandInput);
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
private serialize;
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
private deserialize;
|
|
199
|
+
export declare class CreateGraphqlApiCommand extends CreateGraphqlApiCommand_base {
|
|
215
200
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { CreateResolverRequest, CreateResolverResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateResolverCommandInput extends CreateResolverRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateResolverCommandOutput extends CreateResolverResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateResolverCommand_base: {
|
|
24
|
+
new (input: CreateResolverCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResolverCommandInput, CreateResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a <code>Resolver</code> object.</p>
|
|
@@ -132,23 +135,5 @@ export interface CreateResolverCommandOutput extends CreateResolverResponse, __M
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class CreateResolverCommand extends
|
|
136
|
-
readonly input: CreateResolverCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: CreateResolverCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResolverCommandInput, CreateResolverCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class CreateResolverCommand extends CreateResolverCommand_base {
|
|
154
139
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateTypeCommandInput extends CreateTypeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateTypeCommandOutput extends CreateTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateTypeCommand_base: {
|
|
24
|
+
new (input: CreateTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTypeCommandInput, CreateTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a <code>Type</code> object.</p>
|
|
@@ -76,23 +79,5 @@ export interface CreateTypeCommandOutput extends CreateTypeResponse, __MetadataB
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class CreateTypeCommand extends
|
|
80
|
-
readonly input: CreateTypeCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: CreateTypeCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTypeCommandInput, CreateTypeCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class CreateTypeCommand extends CreateTypeCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { DeleteApiCacheRequest, DeleteApiCacheResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteApiCacheCommandInput extends DeleteApiCacheRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteApiCacheCommandOutput extends DeleteApiCacheResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteApiCacheCommand_base: {
|
|
24
|
+
new (input: DeleteApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an <code>ApiCache</code> object.</p>
|
|
@@ -66,23 +69,5 @@ export interface DeleteApiCacheCommandOutput extends DeleteApiCacheResponse, __M
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DeleteApiCacheCommand extends
|
|
70
|
-
readonly input: DeleteApiCacheCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DeleteApiCacheCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DeleteApiCacheCommand extends DeleteApiCacheCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteApiKeyCommandOutput extends DeleteApiKeyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteApiKeyCommand_base: {
|
|
24
|
+
new (input: DeleteApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an API key.</p>
|
|
@@ -63,23 +66,5 @@ export interface DeleteApiKeyCommandOutput extends DeleteApiKeyResponse, __Metad
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DeleteApiKeyCommand extends
|
|
67
|
-
readonly input: DeleteApiKeyCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DeleteApiKeyCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
|
|
85
70
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteDataSourceCommand_base: {
|
|
24
|
+
new (input: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a <code>DataSource</code> object.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteDataSourceCommand extends
|
|
71
|
-
readonly input: DeleteDataSourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteDataSourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { DeleteDomainNameRequest, DeleteDomainNameResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteDomainNameCommandOutput extends DeleteDomainNameResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteDomainNameCommand_base: {
|
|
24
|
+
new (input: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a custom <code>DomainName</code> object.</p>
|
|
@@ -66,23 +69,5 @@ export interface DeleteDomainNameCommandOutput extends DeleteDomainNameResponse,
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DeleteDomainNameCommand extends
|
|
70
|
-
readonly input: DeleteDomainNameCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DeleteDomainNameCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { DeleteFunctionRequest, DeleteFunctionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteFunctionCommand_base: {
|
|
24
|
+
new (input: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a <code>Function</code>.</p>
|
|
@@ -63,23 +66,5 @@ export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __M
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DeleteFunctionCommand extends
|
|
67
|
-
readonly input: DeleteFunctionCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DeleteFunctionCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
|
|
85
70
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
4
|
import { DeleteGraphqlApiRequest, DeleteGraphqlApiResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteGraphqlApiCommandInput extends DeleteGraphqlApiRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteGraphqlApiCommandOutput extends DeleteGraphqlApiResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteGraphqlApiCommand_base: {
|
|
24
|
+
new (input: DeleteGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a <code>GraphqlApi</code> object.</p>
|
|
@@ -69,23 +72,5 @@ export interface DeleteGraphqlApiCommandOutput extends DeleteGraphqlApiResponse,
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DeleteGraphqlApiCommand extends
|
|
73
|
-
readonly input: DeleteGraphqlApiCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DeleteGraphqlApiCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DeleteGraphqlApiCommand extends DeleteGraphqlApiCommand_base {
|
|
91
76
|
}
|