@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 { DeleteResolverRequest, DeleteResolverResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteResolverCommandInput extends DeleteResolverRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteResolverCommandOutput extends DeleteResolverResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteResolverCommand_base: {
|
|
24
|
+
new (input: DeleteResolverCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResolverCommandInput, DeleteResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a <code>Resolver</code> object.</p>
|
|
@@ -68,23 +71,5 @@ export interface DeleteResolverCommandOutput extends DeleteResolverResponse, __M
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DeleteResolverCommand extends
|
|
72
|
-
readonly input: DeleteResolverCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DeleteResolverCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverCommandInput, DeleteResolverCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DeleteResolverCommand extends DeleteResolverCommand_base {
|
|
90
75
|
}
|
|
@@ -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 { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTypeCommandInput extends DeleteTypeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTypeCommandOutput extends DeleteTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTypeCommand_base: {
|
|
24
|
+
new (input: DeleteTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTypeCommandInput, DeleteTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a <code>Type</code> object.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteTypeCommandOutput extends DeleteTypeResponse, __MetadataB
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteTypeCommand extends
|
|
71
|
-
readonly input: DeleteTypeCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteTypeCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTypeCommandInput, DeleteTypeCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteTypeCommand extends DeleteTypeCommand_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 { DisassociateApiRequest, DisassociateApiResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateApiCommandInput extends DisassociateApiRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateApiCommandOutput extends DisassociateApiResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateApiCommand_base: {
|
|
24
|
+
new (input: DisassociateApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApiCommandInput, DisassociateApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes an <code>ApiAssociation</code> object from a custom domain.</p>
|
|
@@ -66,23 +69,5 @@ export interface DisassociateApiCommandOutput extends DisassociateApiResponse, _
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DisassociateApiCommand extends
|
|
70
|
-
readonly input: DisassociateApiCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DisassociateApiCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApiCommandInput, DisassociateApiCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DisassociateApiCommand extends DisassociateApiCommand_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 { DisassociateMergedGraphqlApiRequest, DisassociateMergedGraphqlApiResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateMergedGraphqlApiCommandInput extends DisassociateMe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateMergedGraphqlApiCommandOutput extends DisassociateMergedGraphqlApiResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateMergedGraphqlApiCommand_base: {
|
|
24
|
+
new (input: DisassociateMergedGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMergedGraphqlApiCommandInput, DisassociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an association between a Merged API and source API using the source API's identifier and the
|
|
@@ -70,23 +73,5 @@ export interface DisassociateMergedGraphqlApiCommandOutput extends DisassociateM
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DisassociateMergedGraphqlApiCommand extends
|
|
74
|
-
readonly input: DisassociateMergedGraphqlApiCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DisassociateMergedGraphqlApiCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMergedGraphqlApiCommandInput, DisassociateMergedGraphqlApiCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DisassociateMergedGraphqlApiCommand extends DisassociateMergedGraphqlApiCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { DisassociateSourceGraphqlApiRequest, DisassociateSourceGraphqlApiResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateSourceGraphqlApiCommandInput extends DisassociateSo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateSourceGraphqlApiCommandOutput extends DisassociateSourceGraphqlApiResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateSourceGraphqlApiCommand_base: {
|
|
24
|
+
new (input: DisassociateSourceGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSourceGraphqlApiCommandInput, DisassociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an association between a Merged API and source API using the Merged API's identifier and the
|
|
@@ -70,23 +73,5 @@ export interface DisassociateSourceGraphqlApiCommandOutput extends DisassociateS
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DisassociateSourceGraphqlApiCommand extends
|
|
74
|
-
readonly input: DisassociateSourceGraphqlApiCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DisassociateSourceGraphqlApiCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateSourceGraphqlApiCommandInput, DisassociateSourceGraphqlApiCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DisassociateSourceGraphqlApiCommand extends DisassociateSourceGraphqlApiCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { EvaluateCodeRequest, EvaluateCodeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EvaluateCodeCommandInput extends EvaluateCodeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EvaluateCodeCommandOutput extends EvaluateCodeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EvaluateCodeCommand_base: {
|
|
24
|
+
new (input: EvaluateCodeCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateCodeCommandInput, EvaluateCodeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Evaluates the given code and returns the response. The code definition requirements depend on the specified
|
|
@@ -88,23 +91,5 @@ export interface EvaluateCodeCommandOutput extends EvaluateCodeResponse, __Metad
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class EvaluateCodeCommand extends
|
|
92
|
-
readonly input: EvaluateCodeCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: EvaluateCodeCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateCodeCommandInput, EvaluateCodeCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class EvaluateCodeCommand extends EvaluateCodeCommand_base {
|
|
110
95
|
}
|
|
@@ -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 { EvaluateMappingTemplateRequest, EvaluateMappingTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EvaluateMappingTemplateCommandInput extends EvaluateMappingTemp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EvaluateMappingTemplateCommand_base: {
|
|
24
|
+
new (input: EvaluateMappingTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Evaluates a given template and returns the response. The mapping template can be a request or response
|
|
@@ -73,23 +76,5 @@ export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTem
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class EvaluateMappingTemplateCommand extends
|
|
77
|
-
readonly input: EvaluateMappingTemplateCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: EvaluateMappingTemplateCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class EvaluateMappingTemplateCommand extends EvaluateMappingTemplateCommand_base {
|
|
95
80
|
}
|
|
@@ -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 { FlushApiCacheRequest, FlushApiCacheResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const FlushApiCacheCommand_base: {
|
|
24
|
+
new (input: FlushApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<FlushApiCacheCommandInput, FlushApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Flushes an <code>ApiCache</code> object.</p>
|
|
@@ -66,23 +69,5 @@ export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __Met
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class FlushApiCacheCommand extends
|
|
70
|
-
readonly input: FlushApiCacheCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: FlushApiCacheCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FlushApiCacheCommandInput, FlushApiCacheCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class FlushApiCacheCommand extends FlushApiCacheCommand_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 { GetApiAssociationRequest, GetApiAssociationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetApiAssociationCommandInput extends GetApiAssociationRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetApiAssociationCommandOutput extends GetApiAssociationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetApiAssociationCommand_base: {
|
|
24
|
+
new (input: GetApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiAssociationCommandInput, GetApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves an <code>ApiAssociation</code> object.</p>
|
|
@@ -69,23 +72,5 @@ export interface GetApiAssociationCommandOutput extends GetApiAssociationRespons
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class GetApiAssociationCommand extends
|
|
73
|
-
readonly input: GetApiAssociationCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: GetApiAssociationCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiAssociationCommandInput, GetApiAssociationCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class GetApiAssociationCommand extends GetApiAssociationCommand_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 { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetApiCacheCommandInput extends GetApiCacheRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetApiCacheCommand_base: {
|
|
24
|
+
new (input: GetApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiCacheCommandInput, GetApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves an <code>ApiCache</code> object.</p>
|
|
@@ -75,23 +78,5 @@ export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __Metadat
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class GetApiCacheCommand extends
|
|
79
|
-
readonly input: GetApiCacheCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: GetApiCacheCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiCacheCommandInput, GetApiCacheCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class GetApiCacheCommand extends GetApiCacheCommand_base {
|
|
97
82
|
}
|
|
@@ -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 { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDataSourceCommandInput extends GetDataSourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDataSourceCommand_base: {
|
|
24
|
+
new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a <code>DataSource</code> object.</p>
|
|
@@ -120,23 +123,5 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
|
|
|
120
123
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
121
124
|
*
|
|
122
125
|
*/
|
|
123
|
-
export declare class GetDataSourceCommand extends
|
|
124
|
-
readonly input: GetDataSourceCommandInput;
|
|
125
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
-
/**
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
constructor(input: GetDataSourceCommandInput);
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceCommandInput, GetDataSourceCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private serialize;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private deserialize;
|
|
126
|
+
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
142
127
|
}
|
|
@@ -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 { GetDataSourceIntrospectionRequest, GetDataSourceIntrospectionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDataSourceIntrospectionCommandInput extends GetDataSourceInt
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDataSourceIntrospectionCommandOutput extends GetDataSourceIntrospectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDataSourceIntrospectionCommand_base: {
|
|
24
|
+
new (input: GetDataSourceIntrospectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the record of an existing introspection. If the retrieval is successful, the result of the
|
|
@@ -112,23 +115,5 @@ export interface GetDataSourceIntrospectionCommandOutput extends GetDataSourceIn
|
|
|
112
115
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
113
116
|
*
|
|
114
117
|
*/
|
|
115
|
-
export declare class GetDataSourceIntrospectionCommand extends
|
|
116
|
-
readonly input: GetDataSourceIntrospectionCommandInput;
|
|
117
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
118
|
-
/**
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
constructor(input: GetDataSourceIntrospectionCommandInput);
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private serialize;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private deserialize;
|
|
118
|
+
export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {
|
|
134
119
|
}
|
|
@@ -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 { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDomainNameCommandInput extends GetDomainNameRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDomainNameCommand_base: {
|
|
24
|
+
new (input: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a custom <code>DomainName</code> object.</p>
|
|
@@ -70,23 +73,5 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class GetDomainNameCommand extends
|
|
74
|
-
readonly input: GetDomainNameCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: GetDomainNameCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFunctionCommandInput extends GetFunctionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFunctionCommand_base: {
|
|
24
|
+
new (input: GetFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get a <code>Function</code>.</p>
|
|
@@ -84,23 +87,5 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetFunctionCommand extends
|
|
88
|
-
readonly input: GetFunctionCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetFunctionCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetFunctionCommand extends GetFunctionCommand_base {
|
|
106
91
|
}
|