@aws-sdk/client-appsync 3.337.0 → 3.339.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/README.md +72 -0
- package/dist-cjs/AppSync.js +18 -0
- package/dist-cjs/AppSyncClient.js +2 -1
- package/dist-cjs/commands/AssociateApiCommand.js +2 -1
- package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/CreateApiCacheCommand.js +2 -1
- package/dist-cjs/commands/CreateApiKeyCommand.js +2 -1
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -1
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -1
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -1
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/CreateResolverCommand.js +2 -1
- package/dist-cjs/commands/CreateTypeCommand.js +2 -1
- package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -1
- package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -1
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -1
- package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -1
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -1
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/DeleteResolverCommand.js +2 -1
- package/dist-cjs/commands/DeleteTypeCommand.js +2 -1
- package/dist-cjs/commands/DisassociateApiCommand.js +2 -1
- package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/EvaluateCodeCommand.js +2 -1
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -1
- package/dist-cjs/commands/FlushApiCacheCommand.js +2 -1
- package/dist-cjs/commands/GetApiAssociationCommand.js +2 -1
- package/dist-cjs/commands/GetApiCacheCommand.js +2 -1
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -1
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -1
- package/dist-cjs/commands/GetFunctionCommand.js +2 -1
- package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -1
- package/dist-cjs/commands/GetResolverCommand.js +2 -1
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -1
- package/dist-cjs/commands/GetSourceApiAssociationCommand.js +46 -0
- package/dist-cjs/commands/GetTypeCommand.js +2 -1
- package/dist-cjs/commands/ListApiKeysCommand.js +2 -1
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -1
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -1
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -1
- package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -1
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -1
- package/dist-cjs/commands/ListResolversCommand.js +2 -1
- package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTypesByAssociationCommand.js +46 -0
- package/dist-cjs/commands/ListTypesCommand.js +2 -1
- package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -1
- package/dist-cjs/commands/StartSchemaMergeCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -1
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -1
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -1
- package/dist-cjs/commands/UpdateFunctionCommand.js +2 -1
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/UpdateResolverCommand.js +2 -1
- package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +46 -0
- package/dist-cjs/commands/UpdateTypeCommand.js +2 -1
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/AppSyncServiceException.js +2 -1
- package/dist-cjs/models/models_0.js +35 -13
- package/dist-cjs/protocols/Aws_restJson1.js +652 -16
- package/dist-es/AppSync.js +18 -0
- package/dist-es/AppSyncClient.js +1 -0
- package/dist-es/commands/AssociateApiCommand.js +1 -0
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +42 -0
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +42 -0
- package/dist-es/commands/CreateApiCacheCommand.js +1 -0
- package/dist-es/commands/CreateApiKeyCommand.js +1 -0
- package/dist-es/commands/CreateDataSourceCommand.js +1 -0
- package/dist-es/commands/CreateDomainNameCommand.js +1 -0
- package/dist-es/commands/CreateFunctionCommand.js +1 -0
- package/dist-es/commands/CreateGraphqlApiCommand.js +1 -0
- package/dist-es/commands/CreateResolverCommand.js +1 -0
- package/dist-es/commands/CreateTypeCommand.js +1 -0
- package/dist-es/commands/DeleteApiCacheCommand.js +1 -0
- package/dist-es/commands/DeleteApiKeyCommand.js +1 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -0
- package/dist-es/commands/DeleteDomainNameCommand.js +1 -0
- package/dist-es/commands/DeleteFunctionCommand.js +1 -0
- package/dist-es/commands/DeleteGraphqlApiCommand.js +1 -0
- package/dist-es/commands/DeleteResolverCommand.js +1 -0
- package/dist-es/commands/DeleteTypeCommand.js +1 -0
- package/dist-es/commands/DisassociateApiCommand.js +1 -0
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +42 -0
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +42 -0
- package/dist-es/commands/EvaluateCodeCommand.js +1 -0
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +1 -0
- package/dist-es/commands/FlushApiCacheCommand.js +1 -0
- package/dist-es/commands/GetApiAssociationCommand.js +1 -0
- package/dist-es/commands/GetApiCacheCommand.js +1 -0
- package/dist-es/commands/GetDataSourceCommand.js +1 -0
- package/dist-es/commands/GetDomainNameCommand.js +1 -0
- package/dist-es/commands/GetFunctionCommand.js +1 -0
- package/dist-es/commands/GetGraphqlApiCommand.js +1 -0
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +1 -0
- package/dist-es/commands/GetResolverCommand.js +1 -0
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +1 -0
- package/dist-es/commands/GetSourceApiAssociationCommand.js +42 -0
- package/dist-es/commands/GetTypeCommand.js +1 -0
- package/dist-es/commands/ListApiKeysCommand.js +1 -0
- package/dist-es/commands/ListDataSourcesCommand.js +1 -0
- package/dist-es/commands/ListDomainNamesCommand.js +1 -0
- package/dist-es/commands/ListFunctionsCommand.js +1 -0
- package/dist-es/commands/ListGraphqlApisCommand.js +1 -0
- package/dist-es/commands/ListResolversByFunctionCommand.js +1 -0
- package/dist-es/commands/ListResolversCommand.js +1 -0
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTypesByAssociationCommand.js +42 -0
- package/dist-es/commands/ListTypesCommand.js +1 -0
- package/dist-es/commands/StartSchemaCreationCommand.js +1 -0
- package/dist-es/commands/StartSchemaMergeCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateApiCacheCommand.js +1 -0
- package/dist-es/commands/UpdateApiKeyCommand.js +1 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -0
- package/dist-es/commands/UpdateDomainNameCommand.js +1 -0
- package/dist-es/commands/UpdateFunctionCommand.js +1 -0
- package/dist-es/commands/UpdateGraphqlApiCommand.js +1 -0
- package/dist-es/commands/UpdateResolverCommand.js +1 -0
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +42 -0
- package/dist-es/commands/UpdateTypeCommand.js +1 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/AppSyncServiceException.js +1 -0
- package/dist-es/models/models_0.js +32 -10
- package/dist-es/protocols/Aws_restJson1.js +632 -14
- package/dist-types/AppSync.d.ts +63 -0
- package/dist-types/AppSyncClient.d.ts +14 -5
- package/dist-types/commands/AssociateApiCommand.d.ts +4 -0
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +113 -0
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +113 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +4 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +4 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +93 -0
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +93 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +4 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +4 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +4 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +8 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +4 -0
- package/dist-types/commands/GetResolverCommand.d.ts +4 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +102 -0
- package/dist-types/commands/GetTypeCommand.d.ts +4 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +4 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +10 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +4 -0
- package/dist-types/commands/ListResolversCommand.d.ts +4 -0
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +100 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +104 -0
- package/dist-types/commands/ListTypesCommand.d.ts +4 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +4 -0
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +92 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +10 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +110 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +7 -1
- package/dist-types/models/AppSyncServiceException.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +516 -39
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/AppSync.d.ts +153 -0
- package/dist-types/ts3.4/AppSyncClient.d.ts +57 -3
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +163 -24
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +28 -28
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
AssociateMergedGraphqlApiRequest,
|
|
16
|
+
AssociateMergedGraphqlApiResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface AssociateMergedGraphqlApiCommandInput
|
|
20
|
+
extends AssociateMergedGraphqlApiRequest {}
|
|
21
|
+
export interface AssociateMergedGraphqlApiCommandOutput
|
|
22
|
+
extends AssociateMergedGraphqlApiResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class AssociateMergedGraphqlApiCommand extends $Command<
|
|
25
|
+
AssociateMergedGraphqlApiCommandInput,
|
|
26
|
+
AssociateMergedGraphqlApiCommandOutput,
|
|
27
|
+
AppSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: AssociateMergedGraphqlApiCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: AssociateMergedGraphqlApiCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
AssociateMergedGraphqlApiCommandInput,
|
|
38
|
+
AssociateMergedGraphqlApiCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
AssociateSourceGraphqlApiRequest,
|
|
16
|
+
AssociateSourceGraphqlApiResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface AssociateSourceGraphqlApiCommandInput
|
|
20
|
+
extends AssociateSourceGraphqlApiRequest {}
|
|
21
|
+
export interface AssociateSourceGraphqlApiCommandOutput
|
|
22
|
+
extends AssociateSourceGraphqlApiResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class AssociateSourceGraphqlApiCommand extends $Command<
|
|
25
|
+
AssociateSourceGraphqlApiCommandInput,
|
|
26
|
+
AssociateSourceGraphqlApiCommandOutput,
|
|
27
|
+
AppSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: AssociateSourceGraphqlApiCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: AssociateSourceGraphqlApiCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
AssociateSourceGraphqlApiCommandInput,
|
|
38
|
+
AssociateSourceGraphqlApiCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateApiCacheRequest,
|
|
16
16
|
CreateApiCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateApiCacheCommandInput extends CreateApiCacheRequest {}
|
|
19
20
|
export interface CreateApiCacheCommandOutput
|
|
20
21
|
extends CreateApiCacheResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {}
|
|
16
17
|
export interface CreateApiKeyCommandOutput
|
|
17
18
|
extends CreateApiKeyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDataSourceRequest,
|
|
16
16
|
CreateDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
|
|
19
20
|
export interface CreateDataSourceCommandOutput
|
|
20
21
|
extends CreateDataSourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDomainNameRequest,
|
|
16
16
|
CreateDomainNameResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
|
|
19
20
|
export interface CreateDomainNameCommandOutput
|
|
20
21
|
extends CreateDomainNameResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateFunctionRequest,
|
|
16
16
|
CreateFunctionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
|
|
19
20
|
export interface CreateFunctionCommandOutput
|
|
20
21
|
extends CreateFunctionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateGraphqlApiRequest,
|
|
16
16
|
CreateGraphqlApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateGraphqlApiCommandInput extends CreateGraphqlApiRequest {}
|
|
19
20
|
export interface CreateGraphqlApiCommandOutput
|
|
20
21
|
extends CreateGraphqlApiResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateResolverRequest,
|
|
16
16
|
CreateResolverResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateResolverCommandInput extends CreateResolverRequest {}
|
|
19
20
|
export interface CreateResolverCommandOutput
|
|
20
21
|
extends CreateResolverResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateTypeCommandInput extends CreateTypeRequest {}
|
|
16
17
|
export interface CreateTypeCommandOutput
|
|
17
18
|
extends CreateTypeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApiCacheRequest,
|
|
16
16
|
DeleteApiCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApiCacheCommandInput extends DeleteApiCacheRequest {}
|
|
19
20
|
export interface DeleteApiCacheCommandOutput
|
|
20
21
|
extends DeleteApiCacheResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {}
|
|
16
17
|
export interface DeleteApiKeyCommandOutput
|
|
17
18
|
extends DeleteApiKeyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDataSourceRequest,
|
|
16
16
|
DeleteDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {}
|
|
19
20
|
export interface DeleteDataSourceCommandOutput
|
|
20
21
|
extends DeleteDataSourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDomainNameRequest,
|
|
16
16
|
DeleteDomainNameResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
|
|
19
20
|
export interface DeleteDomainNameCommandOutput
|
|
20
21
|
extends DeleteDomainNameResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteFunctionRequest,
|
|
16
16
|
DeleteFunctionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
|
|
19
20
|
export interface DeleteFunctionCommandOutput
|
|
20
21
|
extends DeleteFunctionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteGraphqlApiRequest,
|
|
16
16
|
DeleteGraphqlApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteGraphqlApiCommandInput extends DeleteGraphqlApiRequest {}
|
|
19
20
|
export interface DeleteGraphqlApiCommandOutput
|
|
20
21
|
extends DeleteGraphqlApiResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteResolverRequest,
|
|
16
16
|
DeleteResolverResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResolverCommandInput extends DeleteResolverRequest {}
|
|
19
20
|
export interface DeleteResolverCommandOutput
|
|
20
21
|
extends DeleteResolverResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteTypeCommandInput extends DeleteTypeRequest {}
|
|
16
17
|
export interface DeleteTypeCommandOutput
|
|
17
18
|
extends DeleteTypeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DisassociateApiRequest,
|
|
16
16
|
DisassociateApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateApiCommandInput extends DisassociateApiRequest {}
|
|
19
20
|
export interface DisassociateApiCommandOutput
|
|
20
21
|
extends DisassociateApiResponse,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
DisassociateMergedGraphqlApiRequest,
|
|
16
|
+
DisassociateMergedGraphqlApiResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DisassociateMergedGraphqlApiCommandInput
|
|
20
|
+
extends DisassociateMergedGraphqlApiRequest {}
|
|
21
|
+
export interface DisassociateMergedGraphqlApiCommandOutput
|
|
22
|
+
extends DisassociateMergedGraphqlApiResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DisassociateMergedGraphqlApiCommand extends $Command<
|
|
25
|
+
DisassociateMergedGraphqlApiCommandInput,
|
|
26
|
+
DisassociateMergedGraphqlApiCommandOutput,
|
|
27
|
+
AppSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DisassociateMergedGraphqlApiCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DisassociateMergedGraphqlApiCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DisassociateMergedGraphqlApiCommandInput,
|
|
38
|
+
DisassociateMergedGraphqlApiCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
DisassociateSourceGraphqlApiRequest,
|
|
16
|
+
DisassociateSourceGraphqlApiResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DisassociateSourceGraphqlApiCommandInput
|
|
20
|
+
extends DisassociateSourceGraphqlApiRequest {}
|
|
21
|
+
export interface DisassociateSourceGraphqlApiCommandOutput
|
|
22
|
+
extends DisassociateSourceGraphqlApiResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DisassociateSourceGraphqlApiCommand extends $Command<
|
|
25
|
+
DisassociateSourceGraphqlApiCommandInput,
|
|
26
|
+
DisassociateSourceGraphqlApiCommandOutput,
|
|
27
|
+
AppSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DisassociateSourceGraphqlApiCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DisassociateSourceGraphqlApiCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DisassociateSourceGraphqlApiCommandInput,
|
|
38
|
+
DisassociateSourceGraphqlApiCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { EvaluateCodeRequest, EvaluateCodeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface EvaluateCodeCommandInput extends EvaluateCodeRequest {}
|
|
16
17
|
export interface EvaluateCodeCommandOutput
|
|
17
18
|
extends EvaluateCodeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
EvaluateMappingTemplateRequest,
|
|
16
16
|
EvaluateMappingTemplateResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface EvaluateMappingTemplateCommandInput
|
|
19
20
|
extends EvaluateMappingTemplateRequest {}
|
|
20
21
|
export interface EvaluateMappingTemplateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
FlushApiCacheRequest,
|
|
16
16
|
FlushApiCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {}
|
|
19
20
|
export interface FlushApiCacheCommandOutput
|
|
20
21
|
extends FlushApiCacheResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetApiAssociationRequest,
|
|
16
16
|
GetApiAssociationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetApiAssociationCommandInput
|
|
19
20
|
extends GetApiAssociationRequest {}
|
|
20
21
|
export interface GetApiAssociationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetApiCacheCommandInput extends GetApiCacheRequest {}
|
|
16
17
|
export interface GetApiCacheCommandOutput
|
|
17
18
|
extends GetApiCacheResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDataSourceRequest,
|
|
16
16
|
GetDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDataSourceCommandInput extends GetDataSourceRequest {}
|
|
19
20
|
export interface GetDataSourceCommandOutput
|
|
20
21
|
extends GetDataSourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDomainNameRequest,
|
|
16
16
|
GetDomainNameResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
|
|
19
20
|
export interface GetDomainNameCommandOutput
|
|
20
21
|
extends GetDomainNameResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetFunctionCommandInput extends GetFunctionRequest {}
|
|
16
17
|
export interface GetFunctionCommandOutput
|
|
17
18
|
extends GetFunctionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetGraphqlApiRequest,
|
|
16
16
|
GetGraphqlApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {}
|
|
19
20
|
export interface GetGraphqlApiCommandOutput
|
|
20
21
|
extends GetGraphqlApiResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetIntrospectionSchemaRequest,
|
|
16
16
|
GetIntrospectionSchemaResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetIntrospectionSchemaCommandInput
|
|
19
20
|
extends GetIntrospectionSchemaRequest {}
|
|
20
21
|
export interface GetIntrospectionSchemaCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { GetResolverRequest, GetResolverResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetResolverCommandInput extends GetResolverRequest {}
|
|
16
17
|
export interface GetResolverCommandOutput
|
|
17
18
|
extends GetResolverResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSchemaCreationStatusRequest,
|
|
16
16
|
GetSchemaCreationStatusResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSchemaCreationStatusCommandInput
|
|
19
20
|
extends GetSchemaCreationStatusRequest {}
|
|
20
21
|
export interface GetSchemaCreationStatusCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
GetSourceApiAssociationRequest,
|
|
16
|
+
GetSourceApiAssociationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetSourceApiAssociationCommandInput
|
|
20
|
+
extends GetSourceApiAssociationRequest {}
|
|
21
|
+
export interface GetSourceApiAssociationCommandOutput
|
|
22
|
+
extends GetSourceApiAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetSourceApiAssociationCommand extends $Command<
|
|
25
|
+
GetSourceApiAssociationCommandInput,
|
|
26
|
+
GetSourceApiAssociationCommandOutput,
|
|
27
|
+
AppSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetSourceApiAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetSourceApiAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetSourceApiAssociationCommandInput,
|
|
38
|
+
GetSourceApiAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { GetTypeRequest, GetTypeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetTypeCommandInput extends GetTypeRequest {}
|
|
16
17
|
export interface GetTypeCommandOutput
|
|
17
18
|
extends GetTypeResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListApiKeysCommandInput extends ListApiKeysRequest {}
|
|
16
17
|
export interface ListApiKeysCommandOutput
|
|
17
18
|
extends ListApiKeysResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDataSourcesRequest,
|
|
16
16
|
ListDataSourcesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
|
|
19
20
|
export interface ListDataSourcesCommandOutput
|
|
20
21
|
extends ListDataSourcesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDomainNamesRequest,
|
|
16
16
|
ListDomainNamesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {}
|
|
19
20
|
export interface ListDomainNamesCommandOutput
|
|
20
21
|
extends ListDomainNamesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListFunctionsRequest,
|
|
16
16
|
ListFunctionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
|
|
19
20
|
export interface ListFunctionsCommandOutput
|
|
20
21
|
extends ListFunctionsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListGraphqlApisRequest,
|
|
16
16
|
ListGraphqlApisResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {}
|
|
19
20
|
export interface ListGraphqlApisCommandOutput
|
|
20
21
|
extends ListGraphqlApisResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListResolversByFunctionRequest,
|
|
16
16
|
ListResolversByFunctionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListResolversByFunctionCommandInput
|
|
19
20
|
extends ListResolversByFunctionRequest {}
|
|
20
21
|
export interface ListResolversByFunctionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListResolversRequest,
|
|
16
16
|
ListResolversResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListResolversCommandInput extends ListResolversRequest {}
|
|
19
20
|
export interface ListResolversCommandOutput
|
|
20
21
|
extends ListResolversResponse,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
ListSourceApiAssociationsRequest,
|
|
16
|
+
ListSourceApiAssociationsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListSourceApiAssociationsCommandInput
|
|
20
|
+
extends ListSourceApiAssociationsRequest {}
|
|
21
|
+
export interface ListSourceApiAssociationsCommandOutput
|
|
22
|
+
extends ListSourceApiAssociationsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListSourceApiAssociationsCommand extends $Command<
|
|
25
|
+
ListSourceApiAssociationsCommandInput,
|
|
26
|
+
ListSourceApiAssociationsCommandOutput,
|
|
27
|
+
AppSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListSourceApiAssociationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListSourceApiAssociationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListSourceApiAssociationsCommandInput,
|
|
38
|
+
ListSourceApiAssociationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AppSyncClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AppSyncClient";
|
|
14
|
+
import {
|
|
15
|
+
ListTypesByAssociationRequest,
|
|
16
|
+
ListTypesByAssociationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListTypesByAssociationCommandInput
|
|
20
|
+
extends ListTypesByAssociationRequest {}
|
|
21
|
+
export interface ListTypesByAssociationCommandOutput
|
|
22
|
+
extends ListTypesByAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListTypesByAssociationCommand extends $Command<
|
|
25
|
+
ListTypesByAssociationCommandInput,
|
|
26
|
+
ListTypesByAssociationCommandOutput,
|
|
27
|
+
AppSyncClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListTypesByAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListTypesByAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: AppSyncClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListTypesByAssociationCommandInput,
|
|
38
|
+
ListTypesByAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|