@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 { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetGraphqlApiCommand_base: {
|
|
24
|
+
new (input: GetGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a <code>GraphqlApi</code> object.</p>
|
|
@@ -134,23 +137,5 @@ export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __Met
|
|
|
134
137
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
135
138
|
*
|
|
136
139
|
*/
|
|
137
|
-
export declare class GetGraphqlApiCommand extends
|
|
138
|
-
readonly input: GetGraphqlApiCommandInput;
|
|
139
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
140
|
-
/**
|
|
141
|
-
* @public
|
|
142
|
-
*/
|
|
143
|
-
constructor(input: GetGraphqlApiCommandInput);
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private serialize;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private deserialize;
|
|
140
|
+
export declare class GetGraphqlApiCommand extends GetGraphqlApiCommand_base {
|
|
156
141
|
}
|
|
@@ -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 { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
5
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
6
5
|
import { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0";
|
|
@@ -28,6 +27,10 @@ export type GetIntrospectionSchemaCommandOutputType = Omit<GetIntrospectionSchem
|
|
|
28
27
|
*/
|
|
29
28
|
export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSchemaCommandOutputType, __MetadataBearer {
|
|
30
29
|
}
|
|
30
|
+
declare const GetIntrospectionSchemaCommand_base: {
|
|
31
|
+
new (input: GetIntrospectionSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
31
34
|
/**
|
|
32
35
|
* @public
|
|
33
36
|
* <p>Retrieves the introspection schema for a GraphQL API.</p>
|
|
@@ -72,23 +75,5 @@ export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSch
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class GetIntrospectionSchemaCommand extends
|
|
76
|
-
readonly input: GetIntrospectionSchemaCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: GetIntrospectionSchemaCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class GetIntrospectionSchemaCommand extends GetIntrospectionSchemaCommand_base {
|
|
94
79
|
}
|
|
@@ -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 { GetResolverRequest, GetResolverResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResolverCommandInput extends GetResolverRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResolverCommandOutput extends GetResolverResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResolverCommand_base: {
|
|
24
|
+
new (input: GetResolverCommandInput): import("@smithy/smithy-client").CommandImpl<GetResolverCommandInput, GetResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a <code>Resolver</code> object.</p>
|
|
@@ -95,23 +98,5 @@ export interface GetResolverCommandOutput extends GetResolverResponse, __Metadat
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class GetResolverCommand extends
|
|
99
|
-
readonly input: GetResolverCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: GetResolverCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverCommandInput, GetResolverCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class GetResolverCommand extends GetResolverCommand_base {
|
|
117
102
|
}
|
|
@@ -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 { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSchemaCreationStatusCommandInput extends GetSchemaCreationSt
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSchemaCreationStatusCommand_base: {
|
|
24
|
+
new (input: GetSchemaCreationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the current status of a schema creation operation.</p>
|
|
@@ -65,23 +68,5 @@ export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationS
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class GetSchemaCreationStatusCommand extends
|
|
69
|
-
readonly input: GetSchemaCreationStatusCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: GetSchemaCreationStatusCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class GetSchemaCreationStatusCommand extends GetSchemaCreationStatusCommand_base {
|
|
87
72
|
}
|
|
@@ -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 { GetSourceApiAssociationRequest, GetSourceApiAssociationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSourceApiAssociationCommandInput extends GetSourceApiAssocia
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSourceApiAssociationCommandOutput extends GetSourceApiAssociationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSourceApiAssociationCommand_base: {
|
|
24
|
+
new (input: GetSourceApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceApiAssociationCommandInput, GetSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a <code>SourceApiAssociation</code> object.</p>
|
|
@@ -79,23 +82,5 @@ export interface GetSourceApiAssociationCommandOutput extends GetSourceApiAssoci
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class GetSourceApiAssociationCommand extends
|
|
83
|
-
readonly input: GetSourceApiAssociationCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: GetSourceApiAssociationCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSourceApiAssociationCommandInput, GetSourceApiAssociationCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class GetSourceApiAssociationCommand extends GetSourceApiAssociationCommand_base {
|
|
101
86
|
}
|
|
@@ -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 { GetTypeRequest, GetTypeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTypeCommandInput extends GetTypeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTypeCommand_base: {
|
|
24
|
+
new (input: GetTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypeCommandInput, GetTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a <code>Type</code> object.</p>
|
|
@@ -76,23 +79,5 @@ export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class GetTypeCommand extends
|
|
80
|
-
readonly input: GetTypeCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: GetTypeCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTypeCommandInput, GetTypeCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class GetTypeCommand extends GetTypeCommand_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 { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListApiKeysCommandInput extends ListApiKeysRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListApiKeysCommand_base: {
|
|
24
|
+
new (input: ListApiKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListApiKeysCommandInput, ListApiKeysCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the API keys for a given API.</p>
|
|
@@ -79,23 +82,5 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class ListApiKeysCommand extends
|
|
83
|
-
readonly input: ListApiKeysCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: ListApiKeysCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApiKeysCommandInput, ListApiKeysCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class ListApiKeysCommand extends ListApiKeysCommand_base {
|
|
101
86
|
}
|
|
@@ -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 { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDataSourcesCommand_base: {
|
|
24
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the data sources for a given API.</p>
|
|
@@ -120,23 +123,5 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
120
123
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
121
124
|
*
|
|
122
125
|
*/
|
|
123
|
-
export declare class ListDataSourcesCommand extends
|
|
124
|
-
readonly input: ListDataSourcesCommandInput;
|
|
125
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
-
/**
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
constructor(input: ListDataSourcesCommandInput);
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private serialize;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private deserialize;
|
|
126
|
+
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_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 { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDomainNamesCommand_base: {
|
|
24
|
+
new (input: ListDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists multiple custom domain names.</p>
|
|
@@ -71,23 +74,5 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListDomainNamesCommand extends
|
|
75
|
-
readonly input: ListDomainNamesCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListDomainNamesCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
93
78
|
}
|
|
@@ -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 { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFunctionsCommandInput extends ListFunctionsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFunctionsCommand_base: {
|
|
24
|
+
new (input: ListFunctionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List multiple functions.</p>
|
|
@@ -91,23 +94,5 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ListFunctionsCommand extends
|
|
95
|
-
readonly input: ListFunctionsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ListFunctionsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
|
|
113
98
|
}
|
|
@@ -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 { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListGraphqlApisCommand_base: {
|
|
24
|
+
new (input: ListGraphqlApisCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your GraphQL APIs.</p>
|
|
@@ -134,23 +137,5 @@ export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, _
|
|
|
134
137
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
135
138
|
*
|
|
136
139
|
*/
|
|
137
|
-
export declare class ListGraphqlApisCommand extends
|
|
138
|
-
readonly input: ListGraphqlApisCommandInput;
|
|
139
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
140
|
-
/**
|
|
141
|
-
* @public
|
|
142
|
-
*/
|
|
143
|
-
constructor(input: ListGraphqlApisCommandInput);
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private serialize;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private deserialize;
|
|
140
|
+
export declare class ListGraphqlApisCommand extends ListGraphqlApisCommand_base {
|
|
156
141
|
}
|
|
@@ -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 { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListResolversByFunctionCommandInput extends ListResolversByFunc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListResolversByFunctionCommandOutput extends ListResolversByFunctionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListResolversByFunctionCommand_base: {
|
|
24
|
+
new (input: ListResolversByFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the resolvers that are associated with a specific function.</p>
|
|
@@ -102,23 +105,5 @@ export interface ListResolversByFunctionCommandOutput extends ListResolversByFun
|
|
|
102
105
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
103
106
|
*
|
|
104
107
|
*/
|
|
105
|
-
export declare class ListResolversByFunctionCommand extends
|
|
106
|
-
readonly input: ListResolversByFunctionCommandInput;
|
|
107
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
108
|
-
/**
|
|
109
|
-
* @public
|
|
110
|
-
*/
|
|
111
|
-
constructor(input: ListResolversByFunctionCommandInput);
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private serialize;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private deserialize;
|
|
108
|
+
export declare class ListResolversByFunctionCommand extends ListResolversByFunctionCommand_base {
|
|
124
109
|
}
|
|
@@ -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 { ListResolversRequest, ListResolversResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListResolversCommandInput extends ListResolversRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListResolversCommandOutput extends ListResolversResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListResolversCommand_base: {
|
|
24
|
+
new (input: ListResolversCommandInput): import("@smithy/smithy-client").CommandImpl<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the resolvers for a given API and type.</p>
|
|
@@ -102,23 +105,5 @@ export interface ListResolversCommandOutput extends ListResolversResponse, __Met
|
|
|
102
105
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
103
106
|
*
|
|
104
107
|
*/
|
|
105
|
-
export declare class ListResolversCommand extends
|
|
106
|
-
readonly input: ListResolversCommandInput;
|
|
107
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
108
|
-
/**
|
|
109
|
-
* @public
|
|
110
|
-
*/
|
|
111
|
-
constructor(input: ListResolversCommandInput);
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolversCommandInput, ListResolversCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private serialize;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private deserialize;
|
|
108
|
+
export declare class ListResolversCommand extends ListResolversCommand_base {
|
|
124
109
|
}
|
|
@@ -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 { ListSourceApiAssociationsRequest, ListSourceApiAssociationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSourceApiAssociationsCommandInput extends ListSourceApiAsso
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSourceApiAssociationsCommandOutput extends ListSourceApiAssociationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSourceApiAssociationsCommand_base: {
|
|
24
|
+
new (input: ListSourceApiAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the <code>SourceApiAssociationSummary</code> data.</p>
|
|
@@ -77,23 +80,5 @@ export interface ListSourceApiAssociationsCommandOutput extends ListSourceApiAss
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListSourceApiAssociationsCommand extends
|
|
81
|
-
readonly input: ListSourceApiAssociationsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListSourceApiAssociationsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListSourceApiAssociationsCommand extends ListSourceApiAssociationsCommand_base {
|
|
99
84
|
}
|