@aws-sdk/client-appsync 3.928.0 → 3.929.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/index.js +2888 -2933
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/AppSyncClient.js +2 -0
- package/dist-es/commands/AssociateApiCommand.js +3 -9
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +3 -9
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +3 -9
- package/dist-es/commands/CreateApiCacheCommand.js +3 -9
- package/dist-es/commands/CreateApiCommand.js +3 -9
- package/dist-es/commands/CreateApiKeyCommand.js +3 -9
- package/dist-es/commands/CreateChannelNamespaceCommand.js +3 -9
- package/dist-es/commands/CreateDataSourceCommand.js +3 -9
- package/dist-es/commands/CreateDomainNameCommand.js +3 -9
- package/dist-es/commands/CreateFunctionCommand.js +3 -9
- package/dist-es/commands/CreateGraphqlApiCommand.js +3 -9
- package/dist-es/commands/CreateResolverCommand.js +3 -9
- package/dist-es/commands/CreateTypeCommand.js +3 -9
- package/dist-es/commands/DeleteApiCacheCommand.js +3 -9
- package/dist-es/commands/DeleteApiCommand.js +3 -9
- package/dist-es/commands/DeleteApiKeyCommand.js +3 -9
- package/dist-es/commands/DeleteChannelNamespaceCommand.js +3 -9
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
- package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
- package/dist-es/commands/DeleteFunctionCommand.js +3 -9
- package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -9
- package/dist-es/commands/DeleteResolverCommand.js +3 -9
- package/dist-es/commands/DeleteTypeCommand.js +3 -9
- package/dist-es/commands/DisassociateApiCommand.js +3 -9
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +3 -9
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +3 -9
- package/dist-es/commands/EvaluateCodeCommand.js +3 -9
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +3 -9
- package/dist-es/commands/FlushApiCacheCommand.js +3 -9
- package/dist-es/commands/GetApiAssociationCommand.js +3 -9
- package/dist-es/commands/GetApiCacheCommand.js +3 -9
- package/dist-es/commands/GetApiCommand.js +3 -9
- package/dist-es/commands/GetChannelNamespaceCommand.js +3 -9
- package/dist-es/commands/GetDataSourceCommand.js +3 -9
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +3 -9
- package/dist-es/commands/GetDomainNameCommand.js +3 -9
- package/dist-es/commands/GetFunctionCommand.js +3 -9
- package/dist-es/commands/GetGraphqlApiCommand.js +3 -9
- package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +3 -9
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -9
- package/dist-es/commands/GetResolverCommand.js +3 -9
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -9
- package/dist-es/commands/GetSourceApiAssociationCommand.js +3 -9
- package/dist-es/commands/GetTypeCommand.js +3 -9
- package/dist-es/commands/ListApiKeysCommand.js +3 -9
- package/dist-es/commands/ListApisCommand.js +3 -9
- package/dist-es/commands/ListChannelNamespacesCommand.js +3 -9
- package/dist-es/commands/ListDataSourcesCommand.js +3 -9
- package/dist-es/commands/ListDomainNamesCommand.js +3 -9
- package/dist-es/commands/ListFunctionsCommand.js +3 -9
- package/dist-es/commands/ListGraphqlApisCommand.js +3 -9
- package/dist-es/commands/ListResolversByFunctionCommand.js +3 -9
- package/dist-es/commands/ListResolversCommand.js +3 -9
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTypesByAssociationCommand.js +3 -9
- package/dist-es/commands/ListTypesCommand.js +3 -9
- package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +3 -9
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +3 -9
- package/dist-es/commands/StartSchemaCreationCommand.js +3 -9
- package/dist-es/commands/StartSchemaMergeCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApiCacheCommand.js +3 -9
- package/dist-es/commands/UpdateApiCommand.js +3 -9
- package/dist-es/commands/UpdateApiKeyCommand.js +3 -9
- package/dist-es/commands/UpdateChannelNamespaceCommand.js +3 -9
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
- package/dist-es/commands/UpdateFunctionCommand.js +3 -9
- package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -9
- package/dist-es/commands/UpdateResolverCommand.js +3 -9
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateTypeCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2716 -0
- package/dist-types/AppSyncClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +321 -0
- package/dist-types/ts3.4/AppSyncClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -2384
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -668
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -893
|
@@ -1,668 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateApiCommandInput, AssociateApiCommandOutput } from "../commands/AssociateApiCommand";
|
|
4
|
-
import { AssociateMergedGraphqlApiCommandInput, AssociateMergedGraphqlApiCommandOutput } from "../commands/AssociateMergedGraphqlApiCommand";
|
|
5
|
-
import { AssociateSourceGraphqlApiCommandInput, AssociateSourceGraphqlApiCommandOutput } from "../commands/AssociateSourceGraphqlApiCommand";
|
|
6
|
-
import { CreateApiCacheCommandInput, CreateApiCacheCommandOutput } from "../commands/CreateApiCacheCommand";
|
|
7
|
-
import { CreateApiCommandInput, CreateApiCommandOutput } from "../commands/CreateApiCommand";
|
|
8
|
-
import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "../commands/CreateApiKeyCommand";
|
|
9
|
-
import { CreateChannelNamespaceCommandInput, CreateChannelNamespaceCommandOutput } from "../commands/CreateChannelNamespaceCommand";
|
|
10
|
-
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
|
|
11
|
-
import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "../commands/CreateDomainNameCommand";
|
|
12
|
-
import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "../commands/CreateFunctionCommand";
|
|
13
|
-
import { CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput } from "../commands/CreateGraphqlApiCommand";
|
|
14
|
-
import { CreateResolverCommandInput, CreateResolverCommandOutput } from "../commands/CreateResolverCommand";
|
|
15
|
-
import { CreateTypeCommandInput, CreateTypeCommandOutput } from "../commands/CreateTypeCommand";
|
|
16
|
-
import { DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput } from "../commands/DeleteApiCacheCommand";
|
|
17
|
-
import { DeleteApiCommandInput, DeleteApiCommandOutput } from "../commands/DeleteApiCommand";
|
|
18
|
-
import { DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput } from "../commands/DeleteApiKeyCommand";
|
|
19
|
-
import { DeleteChannelNamespaceCommandInput, DeleteChannelNamespaceCommandOutput } from "../commands/DeleteChannelNamespaceCommand";
|
|
20
|
-
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
|
|
21
|
-
import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "../commands/DeleteDomainNameCommand";
|
|
22
|
-
import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "../commands/DeleteFunctionCommand";
|
|
23
|
-
import { DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput } from "../commands/DeleteGraphqlApiCommand";
|
|
24
|
-
import { DeleteResolverCommandInput, DeleteResolverCommandOutput } from "../commands/DeleteResolverCommand";
|
|
25
|
-
import { DeleteTypeCommandInput, DeleteTypeCommandOutput } from "../commands/DeleteTypeCommand";
|
|
26
|
-
import { DisassociateApiCommandInput, DisassociateApiCommandOutput } from "../commands/DisassociateApiCommand";
|
|
27
|
-
import { DisassociateMergedGraphqlApiCommandInput, DisassociateMergedGraphqlApiCommandOutput } from "../commands/DisassociateMergedGraphqlApiCommand";
|
|
28
|
-
import { DisassociateSourceGraphqlApiCommandInput, DisassociateSourceGraphqlApiCommandOutput } from "../commands/DisassociateSourceGraphqlApiCommand";
|
|
29
|
-
import { EvaluateCodeCommandInput, EvaluateCodeCommandOutput } from "../commands/EvaluateCodeCommand";
|
|
30
|
-
import { EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput } from "../commands/EvaluateMappingTemplateCommand";
|
|
31
|
-
import { FlushApiCacheCommandInput, FlushApiCacheCommandOutput } from "../commands/FlushApiCacheCommand";
|
|
32
|
-
import { GetApiAssociationCommandInput, GetApiAssociationCommandOutput } from "../commands/GetApiAssociationCommand";
|
|
33
|
-
import { GetApiCacheCommandInput, GetApiCacheCommandOutput } from "../commands/GetApiCacheCommand";
|
|
34
|
-
import { GetApiCommandInput, GetApiCommandOutput } from "../commands/GetApiCommand";
|
|
35
|
-
import { GetChannelNamespaceCommandInput, GetChannelNamespaceCommandOutput } from "../commands/GetChannelNamespaceCommand";
|
|
36
|
-
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
|
|
37
|
-
import { GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput } from "../commands/GetDataSourceIntrospectionCommand";
|
|
38
|
-
import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "../commands/GetDomainNameCommand";
|
|
39
|
-
import { GetFunctionCommandInput, GetFunctionCommandOutput } from "../commands/GetFunctionCommand";
|
|
40
|
-
import { GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput } from "../commands/GetGraphqlApiCommand";
|
|
41
|
-
import { GetGraphqlApiEnvironmentVariablesCommandInput, GetGraphqlApiEnvironmentVariablesCommandOutput } from "../commands/GetGraphqlApiEnvironmentVariablesCommand";
|
|
42
|
-
import { GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput } from "../commands/GetIntrospectionSchemaCommand";
|
|
43
|
-
import { GetResolverCommandInput, GetResolverCommandOutput } from "../commands/GetResolverCommand";
|
|
44
|
-
import { GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput } from "../commands/GetSchemaCreationStatusCommand";
|
|
45
|
-
import { GetSourceApiAssociationCommandInput, GetSourceApiAssociationCommandOutput } from "../commands/GetSourceApiAssociationCommand";
|
|
46
|
-
import { GetTypeCommandInput, GetTypeCommandOutput } from "../commands/GetTypeCommand";
|
|
47
|
-
import { ListApiKeysCommandInput, ListApiKeysCommandOutput } from "../commands/ListApiKeysCommand";
|
|
48
|
-
import { ListApisCommandInput, ListApisCommandOutput } from "../commands/ListApisCommand";
|
|
49
|
-
import { ListChannelNamespacesCommandInput, ListChannelNamespacesCommandOutput } from "../commands/ListChannelNamespacesCommand";
|
|
50
|
-
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
51
|
-
import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "../commands/ListDomainNamesCommand";
|
|
52
|
-
import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
|
|
53
|
-
import { ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput } from "../commands/ListGraphqlApisCommand";
|
|
54
|
-
import { ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput } from "../commands/ListResolversByFunctionCommand";
|
|
55
|
-
import { ListResolversCommandInput, ListResolversCommandOutput } from "../commands/ListResolversCommand";
|
|
56
|
-
import { ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommandOutput } from "../commands/ListSourceApiAssociationsCommand";
|
|
57
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
58
|
-
import { ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput } from "../commands/ListTypesByAssociationCommand";
|
|
59
|
-
import { ListTypesCommandInput, ListTypesCommandOutput } from "../commands/ListTypesCommand";
|
|
60
|
-
import { PutGraphqlApiEnvironmentVariablesCommandInput, PutGraphqlApiEnvironmentVariablesCommandOutput } from "../commands/PutGraphqlApiEnvironmentVariablesCommand";
|
|
61
|
-
import { StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput } from "../commands/StartDataSourceIntrospectionCommand";
|
|
62
|
-
import { StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput } from "../commands/StartSchemaCreationCommand";
|
|
63
|
-
import { StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput } from "../commands/StartSchemaMergeCommand";
|
|
64
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
65
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
66
|
-
import { UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput } from "../commands/UpdateApiCacheCommand";
|
|
67
|
-
import { UpdateApiCommandInput, UpdateApiCommandOutput } from "../commands/UpdateApiCommand";
|
|
68
|
-
import { UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput } from "../commands/UpdateApiKeyCommand";
|
|
69
|
-
import { UpdateChannelNamespaceCommandInput, UpdateChannelNamespaceCommandOutput } from "../commands/UpdateChannelNamespaceCommand";
|
|
70
|
-
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
|
|
71
|
-
import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "../commands/UpdateDomainNameCommand";
|
|
72
|
-
import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "../commands/UpdateFunctionCommand";
|
|
73
|
-
import { UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput } from "../commands/UpdateGraphqlApiCommand";
|
|
74
|
-
import { UpdateResolverCommandInput, UpdateResolverCommandOutput } from "../commands/UpdateResolverCommand";
|
|
75
|
-
import { UpdateSourceApiAssociationCommandInput, UpdateSourceApiAssociationCommandOutput } from "../commands/UpdateSourceApiAssociationCommand";
|
|
76
|
-
import { UpdateTypeCommandInput, UpdateTypeCommandOutput } from "../commands/UpdateTypeCommand";
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restJson1AssociateApiCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_AssociateApiCommand: (input: AssociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_restJson1AssociateMergedGraphqlApiCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_AssociateMergedGraphqlApiCommand: (input: AssociateMergedGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_restJson1AssociateSourceGraphqlApiCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_AssociateSourceGraphqlApiCommand: (input: AssociateSourceGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_restJson1CreateApiCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_CreateApiCommand: (input: CreateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_restJson1CreateApiCacheCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_CreateApiCacheCommand: (input: CreateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_restJson1CreateApiKeyCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_CreateApiKeyCommand: (input: CreateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_restJson1CreateChannelNamespaceCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_CreateChannelNamespaceCommand: (input: CreateChannelNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_restJson1CreateDataSourceCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_restJson1CreateDomainNameCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_restJson1CreateFunctionCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_CreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_restJson1CreateGraphqlApiCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_CreateGraphqlApiCommand: (input: CreateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_restJson1CreateResolverCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_CreateResolverCommand: (input: CreateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_restJson1CreateTypeCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_CreateTypeCommand: (input: CreateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_restJson1DeleteApiCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_DeleteApiCommand: (input: DeleteApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* serializeAws_restJson1DeleteApiCacheCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const se_DeleteApiCacheCommand: (input: DeleteApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
/**
|
|
138
|
-
* serializeAws_restJson1DeleteApiKeyCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const se_DeleteApiKeyCommand: (input: DeleteApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
/**
|
|
142
|
-
* serializeAws_restJson1DeleteChannelNamespaceCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const se_DeleteChannelNamespaceCommand: (input: DeleteChannelNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_restJson1DeleteDataSourceCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
/**
|
|
150
|
-
* serializeAws_restJson1DeleteDomainNameCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const se_DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
/**
|
|
154
|
-
* serializeAws_restJson1DeleteFunctionCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const se_DeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
-
/**
|
|
158
|
-
* serializeAws_restJson1DeleteGraphqlApiCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const se_DeleteGraphqlApiCommand: (input: DeleteGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
-
/**
|
|
162
|
-
* serializeAws_restJson1DeleteResolverCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const se_DeleteResolverCommand: (input: DeleteResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
-
/**
|
|
166
|
-
* serializeAws_restJson1DeleteTypeCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const se_DeleteTypeCommand: (input: DeleteTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
-
/**
|
|
170
|
-
* serializeAws_restJson1DisassociateApiCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const se_DisassociateApiCommand: (input: DisassociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
-
/**
|
|
174
|
-
* serializeAws_restJson1DisassociateMergedGraphqlApiCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const se_DisassociateMergedGraphqlApiCommand: (input: DisassociateMergedGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
-
/**
|
|
178
|
-
* serializeAws_restJson1DisassociateSourceGraphqlApiCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const se_DisassociateSourceGraphqlApiCommand: (input: DisassociateSourceGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
-
/**
|
|
182
|
-
* serializeAws_restJson1EvaluateCodeCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const se_EvaluateCodeCommand: (input: EvaluateCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
-
/**
|
|
186
|
-
* serializeAws_restJson1EvaluateMappingTemplateCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const se_EvaluateMappingTemplateCommand: (input: EvaluateMappingTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
-
/**
|
|
190
|
-
* serializeAws_restJson1FlushApiCacheCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const se_FlushApiCacheCommand: (input: FlushApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
-
/**
|
|
194
|
-
* serializeAws_restJson1GetApiCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const se_GetApiCommand: (input: GetApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
-
/**
|
|
198
|
-
* serializeAws_restJson1GetApiAssociationCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const se_GetApiAssociationCommand: (input: GetApiAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
-
/**
|
|
202
|
-
* serializeAws_restJson1GetApiCacheCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const se_GetApiCacheCommand: (input: GetApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
-
/**
|
|
206
|
-
* serializeAws_restJson1GetChannelNamespaceCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const se_GetChannelNamespaceCommand: (input: GetChannelNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
-
/**
|
|
210
|
-
* serializeAws_restJson1GetDataSourceCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const se_GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
-
/**
|
|
214
|
-
* serializeAws_restJson1GetDataSourceIntrospectionCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const se_GetDataSourceIntrospectionCommand: (input: GetDataSourceIntrospectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
-
/**
|
|
218
|
-
* serializeAws_restJson1GetDomainNameCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const se_GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
-
/**
|
|
222
|
-
* serializeAws_restJson1GetFunctionCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const se_GetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
|
-
/**
|
|
226
|
-
* serializeAws_restJson1GetGraphqlApiCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const se_GetGraphqlApiCommand: (input: GetGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
-
/**
|
|
230
|
-
* serializeAws_restJson1GetGraphqlApiEnvironmentVariablesCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const se_GetGraphqlApiEnvironmentVariablesCommand: (input: GetGraphqlApiEnvironmentVariablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
-
/**
|
|
234
|
-
* serializeAws_restJson1GetIntrospectionSchemaCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const se_GetIntrospectionSchemaCommand: (input: GetIntrospectionSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
-
/**
|
|
238
|
-
* serializeAws_restJson1GetResolverCommand
|
|
239
|
-
*/
|
|
240
|
-
export declare const se_GetResolverCommand: (input: GetResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
-
/**
|
|
242
|
-
* serializeAws_restJson1GetSchemaCreationStatusCommand
|
|
243
|
-
*/
|
|
244
|
-
export declare const se_GetSchemaCreationStatusCommand: (input: GetSchemaCreationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
-
/**
|
|
246
|
-
* serializeAws_restJson1GetSourceApiAssociationCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const se_GetSourceApiAssociationCommand: (input: GetSourceApiAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
-
/**
|
|
250
|
-
* serializeAws_restJson1GetTypeCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const se_GetTypeCommand: (input: GetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
|
-
/**
|
|
254
|
-
* serializeAws_restJson1ListApiKeysCommand
|
|
255
|
-
*/
|
|
256
|
-
export declare const se_ListApiKeysCommand: (input: ListApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
|
-
/**
|
|
258
|
-
* serializeAws_restJson1ListApisCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const se_ListApisCommand: (input: ListApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
-
/**
|
|
262
|
-
* serializeAws_restJson1ListChannelNamespacesCommand
|
|
263
|
-
*/
|
|
264
|
-
export declare const se_ListChannelNamespacesCommand: (input: ListChannelNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
265
|
-
/**
|
|
266
|
-
* serializeAws_restJson1ListDataSourcesCommand
|
|
267
|
-
*/
|
|
268
|
-
export declare const se_ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
-
/**
|
|
270
|
-
* serializeAws_restJson1ListDomainNamesCommand
|
|
271
|
-
*/
|
|
272
|
-
export declare const se_ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
-
/**
|
|
274
|
-
* serializeAws_restJson1ListFunctionsCommand
|
|
275
|
-
*/
|
|
276
|
-
export declare const se_ListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
|
-
/**
|
|
278
|
-
* serializeAws_restJson1ListGraphqlApisCommand
|
|
279
|
-
*/
|
|
280
|
-
export declare const se_ListGraphqlApisCommand: (input: ListGraphqlApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
281
|
-
/**
|
|
282
|
-
* serializeAws_restJson1ListResolversCommand
|
|
283
|
-
*/
|
|
284
|
-
export declare const se_ListResolversCommand: (input: ListResolversCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
285
|
-
/**
|
|
286
|
-
* serializeAws_restJson1ListResolversByFunctionCommand
|
|
287
|
-
*/
|
|
288
|
-
export declare const se_ListResolversByFunctionCommand: (input: ListResolversByFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
289
|
-
/**
|
|
290
|
-
* serializeAws_restJson1ListSourceApiAssociationsCommand
|
|
291
|
-
*/
|
|
292
|
-
export declare const se_ListSourceApiAssociationsCommand: (input: ListSourceApiAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
293
|
-
/**
|
|
294
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
295
|
-
*/
|
|
296
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
|
-
/**
|
|
298
|
-
* serializeAws_restJson1ListTypesCommand
|
|
299
|
-
*/
|
|
300
|
-
export declare const se_ListTypesCommand: (input: ListTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
301
|
-
/**
|
|
302
|
-
* serializeAws_restJson1ListTypesByAssociationCommand
|
|
303
|
-
*/
|
|
304
|
-
export declare const se_ListTypesByAssociationCommand: (input: ListTypesByAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
|
-
/**
|
|
306
|
-
* serializeAws_restJson1PutGraphqlApiEnvironmentVariablesCommand
|
|
307
|
-
*/
|
|
308
|
-
export declare const se_PutGraphqlApiEnvironmentVariablesCommand: (input: PutGraphqlApiEnvironmentVariablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
309
|
-
/**
|
|
310
|
-
* serializeAws_restJson1StartDataSourceIntrospectionCommand
|
|
311
|
-
*/
|
|
312
|
-
export declare const se_StartDataSourceIntrospectionCommand: (input: StartDataSourceIntrospectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
|
-
/**
|
|
314
|
-
* serializeAws_restJson1StartSchemaCreationCommand
|
|
315
|
-
*/
|
|
316
|
-
export declare const se_StartSchemaCreationCommand: (input: StartSchemaCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
|
-
/**
|
|
318
|
-
* serializeAws_restJson1StartSchemaMergeCommand
|
|
319
|
-
*/
|
|
320
|
-
export declare const se_StartSchemaMergeCommand: (input: StartSchemaMergeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
|
-
/**
|
|
322
|
-
* serializeAws_restJson1TagResourceCommand
|
|
323
|
-
*/
|
|
324
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
325
|
-
/**
|
|
326
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
327
|
-
*/
|
|
328
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
329
|
-
/**
|
|
330
|
-
* serializeAws_restJson1UpdateApiCommand
|
|
331
|
-
*/
|
|
332
|
-
export declare const se_UpdateApiCommand: (input: UpdateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
333
|
-
/**
|
|
334
|
-
* serializeAws_restJson1UpdateApiCacheCommand
|
|
335
|
-
*/
|
|
336
|
-
export declare const se_UpdateApiCacheCommand: (input: UpdateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
337
|
-
/**
|
|
338
|
-
* serializeAws_restJson1UpdateApiKeyCommand
|
|
339
|
-
*/
|
|
340
|
-
export declare const se_UpdateApiKeyCommand: (input: UpdateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
341
|
-
/**
|
|
342
|
-
* serializeAws_restJson1UpdateChannelNamespaceCommand
|
|
343
|
-
*/
|
|
344
|
-
export declare const se_UpdateChannelNamespaceCommand: (input: UpdateChannelNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
345
|
-
/**
|
|
346
|
-
* serializeAws_restJson1UpdateDataSourceCommand
|
|
347
|
-
*/
|
|
348
|
-
export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
349
|
-
/**
|
|
350
|
-
* serializeAws_restJson1UpdateDomainNameCommand
|
|
351
|
-
*/
|
|
352
|
-
export declare const se_UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
353
|
-
/**
|
|
354
|
-
* serializeAws_restJson1UpdateFunctionCommand
|
|
355
|
-
*/
|
|
356
|
-
export declare const se_UpdateFunctionCommand: (input: UpdateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
357
|
-
/**
|
|
358
|
-
* serializeAws_restJson1UpdateGraphqlApiCommand
|
|
359
|
-
*/
|
|
360
|
-
export declare const se_UpdateGraphqlApiCommand: (input: UpdateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
361
|
-
/**
|
|
362
|
-
* serializeAws_restJson1UpdateResolverCommand
|
|
363
|
-
*/
|
|
364
|
-
export declare const se_UpdateResolverCommand: (input: UpdateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
365
|
-
/**
|
|
366
|
-
* serializeAws_restJson1UpdateSourceApiAssociationCommand
|
|
367
|
-
*/
|
|
368
|
-
export declare const se_UpdateSourceApiAssociationCommand: (input: UpdateSourceApiAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
369
|
-
/**
|
|
370
|
-
* serializeAws_restJson1UpdateTypeCommand
|
|
371
|
-
*/
|
|
372
|
-
export declare const se_UpdateTypeCommand: (input: UpdateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
373
|
-
/**
|
|
374
|
-
* deserializeAws_restJson1AssociateApiCommand
|
|
375
|
-
*/
|
|
376
|
-
export declare const de_AssociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApiCommandOutput>;
|
|
377
|
-
/**
|
|
378
|
-
* deserializeAws_restJson1AssociateMergedGraphqlApiCommand
|
|
379
|
-
*/
|
|
380
|
-
export declare const de_AssociateMergedGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMergedGraphqlApiCommandOutput>;
|
|
381
|
-
/**
|
|
382
|
-
* deserializeAws_restJson1AssociateSourceGraphqlApiCommand
|
|
383
|
-
*/
|
|
384
|
-
export declare const de_AssociateSourceGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSourceGraphqlApiCommandOutput>;
|
|
385
|
-
/**
|
|
386
|
-
* deserializeAws_restJson1CreateApiCommand
|
|
387
|
-
*/
|
|
388
|
-
export declare const de_CreateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCommandOutput>;
|
|
389
|
-
/**
|
|
390
|
-
* deserializeAws_restJson1CreateApiCacheCommand
|
|
391
|
-
*/
|
|
392
|
-
export declare const de_CreateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCacheCommandOutput>;
|
|
393
|
-
/**
|
|
394
|
-
* deserializeAws_restJson1CreateApiKeyCommand
|
|
395
|
-
*/
|
|
396
|
-
export declare const de_CreateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiKeyCommandOutput>;
|
|
397
|
-
/**
|
|
398
|
-
* deserializeAws_restJson1CreateChannelNamespaceCommand
|
|
399
|
-
*/
|
|
400
|
-
export declare const de_CreateChannelNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelNamespaceCommandOutput>;
|
|
401
|
-
/**
|
|
402
|
-
* deserializeAws_restJson1CreateDataSourceCommand
|
|
403
|
-
*/
|
|
404
|
-
export declare const de_CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
|
|
405
|
-
/**
|
|
406
|
-
* deserializeAws_restJson1CreateDomainNameCommand
|
|
407
|
-
*/
|
|
408
|
-
export declare const de_CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
|
|
409
|
-
/**
|
|
410
|
-
* deserializeAws_restJson1CreateFunctionCommand
|
|
411
|
-
*/
|
|
412
|
-
export declare const de_CreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
|
|
413
|
-
/**
|
|
414
|
-
* deserializeAws_restJson1CreateGraphqlApiCommand
|
|
415
|
-
*/
|
|
416
|
-
export declare const de_CreateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphqlApiCommandOutput>;
|
|
417
|
-
/**
|
|
418
|
-
* deserializeAws_restJson1CreateResolverCommand
|
|
419
|
-
*/
|
|
420
|
-
export declare const de_CreateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResolverCommandOutput>;
|
|
421
|
-
/**
|
|
422
|
-
* deserializeAws_restJson1CreateTypeCommand
|
|
423
|
-
*/
|
|
424
|
-
export declare const de_CreateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTypeCommandOutput>;
|
|
425
|
-
/**
|
|
426
|
-
* deserializeAws_restJson1DeleteApiCommand
|
|
427
|
-
*/
|
|
428
|
-
export declare const de_DeleteApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCommandOutput>;
|
|
429
|
-
/**
|
|
430
|
-
* deserializeAws_restJson1DeleteApiCacheCommand
|
|
431
|
-
*/
|
|
432
|
-
export declare const de_DeleteApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCacheCommandOutput>;
|
|
433
|
-
/**
|
|
434
|
-
* deserializeAws_restJson1DeleteApiKeyCommand
|
|
435
|
-
*/
|
|
436
|
-
export declare const de_DeleteApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiKeyCommandOutput>;
|
|
437
|
-
/**
|
|
438
|
-
* deserializeAws_restJson1DeleteChannelNamespaceCommand
|
|
439
|
-
*/
|
|
440
|
-
export declare const de_DeleteChannelNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelNamespaceCommandOutput>;
|
|
441
|
-
/**
|
|
442
|
-
* deserializeAws_restJson1DeleteDataSourceCommand
|
|
443
|
-
*/
|
|
444
|
-
export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
|
|
445
|
-
/**
|
|
446
|
-
* deserializeAws_restJson1DeleteDomainNameCommand
|
|
447
|
-
*/
|
|
448
|
-
export declare const de_DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
|
|
449
|
-
/**
|
|
450
|
-
* deserializeAws_restJson1DeleteFunctionCommand
|
|
451
|
-
*/
|
|
452
|
-
export declare const de_DeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
|
|
453
|
-
/**
|
|
454
|
-
* deserializeAws_restJson1DeleteGraphqlApiCommand
|
|
455
|
-
*/
|
|
456
|
-
export declare const de_DeleteGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphqlApiCommandOutput>;
|
|
457
|
-
/**
|
|
458
|
-
* deserializeAws_restJson1DeleteResolverCommand
|
|
459
|
-
*/
|
|
460
|
-
export declare const de_DeleteResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResolverCommandOutput>;
|
|
461
|
-
/**
|
|
462
|
-
* deserializeAws_restJson1DeleteTypeCommand
|
|
463
|
-
*/
|
|
464
|
-
export declare const de_DeleteTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTypeCommandOutput>;
|
|
465
|
-
/**
|
|
466
|
-
* deserializeAws_restJson1DisassociateApiCommand
|
|
467
|
-
*/
|
|
468
|
-
export declare const de_DisassociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApiCommandOutput>;
|
|
469
|
-
/**
|
|
470
|
-
* deserializeAws_restJson1DisassociateMergedGraphqlApiCommand
|
|
471
|
-
*/
|
|
472
|
-
export declare const de_DisassociateMergedGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMergedGraphqlApiCommandOutput>;
|
|
473
|
-
/**
|
|
474
|
-
* deserializeAws_restJson1DisassociateSourceGraphqlApiCommand
|
|
475
|
-
*/
|
|
476
|
-
export declare const de_DisassociateSourceGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSourceGraphqlApiCommandOutput>;
|
|
477
|
-
/**
|
|
478
|
-
* deserializeAws_restJson1EvaluateCodeCommand
|
|
479
|
-
*/
|
|
480
|
-
export declare const de_EvaluateCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateCodeCommandOutput>;
|
|
481
|
-
/**
|
|
482
|
-
* deserializeAws_restJson1EvaluateMappingTemplateCommand
|
|
483
|
-
*/
|
|
484
|
-
export declare const de_EvaluateMappingTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateMappingTemplateCommandOutput>;
|
|
485
|
-
/**
|
|
486
|
-
* deserializeAws_restJson1FlushApiCacheCommand
|
|
487
|
-
*/
|
|
488
|
-
export declare const de_FlushApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushApiCacheCommandOutput>;
|
|
489
|
-
/**
|
|
490
|
-
* deserializeAws_restJson1GetApiCommand
|
|
491
|
-
*/
|
|
492
|
-
export declare const de_GetApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCommandOutput>;
|
|
493
|
-
/**
|
|
494
|
-
* deserializeAws_restJson1GetApiAssociationCommand
|
|
495
|
-
*/
|
|
496
|
-
export declare const de_GetApiAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiAssociationCommandOutput>;
|
|
497
|
-
/**
|
|
498
|
-
* deserializeAws_restJson1GetApiCacheCommand
|
|
499
|
-
*/
|
|
500
|
-
export declare const de_GetApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCacheCommandOutput>;
|
|
501
|
-
/**
|
|
502
|
-
* deserializeAws_restJson1GetChannelNamespaceCommand
|
|
503
|
-
*/
|
|
504
|
-
export declare const de_GetChannelNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelNamespaceCommandOutput>;
|
|
505
|
-
/**
|
|
506
|
-
* deserializeAws_restJson1GetDataSourceCommand
|
|
507
|
-
*/
|
|
508
|
-
export declare const de_GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
|
|
509
|
-
/**
|
|
510
|
-
* deserializeAws_restJson1GetDataSourceIntrospectionCommand
|
|
511
|
-
*/
|
|
512
|
-
export declare const de_GetDataSourceIntrospectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceIntrospectionCommandOutput>;
|
|
513
|
-
/**
|
|
514
|
-
* deserializeAws_restJson1GetDomainNameCommand
|
|
515
|
-
*/
|
|
516
|
-
export declare const de_GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
|
|
517
|
-
/**
|
|
518
|
-
* deserializeAws_restJson1GetFunctionCommand
|
|
519
|
-
*/
|
|
520
|
-
export declare const de_GetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
|
|
521
|
-
/**
|
|
522
|
-
* deserializeAws_restJson1GetGraphqlApiCommand
|
|
523
|
-
*/
|
|
524
|
-
export declare const de_GetGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGraphqlApiCommandOutput>;
|
|
525
|
-
/**
|
|
526
|
-
* deserializeAws_restJson1GetGraphqlApiEnvironmentVariablesCommand
|
|
527
|
-
*/
|
|
528
|
-
export declare const de_GetGraphqlApiEnvironmentVariablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGraphqlApiEnvironmentVariablesCommandOutput>;
|
|
529
|
-
/**
|
|
530
|
-
* deserializeAws_restJson1GetIntrospectionSchemaCommand
|
|
531
|
-
*/
|
|
532
|
-
export declare const de_GetIntrospectionSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntrospectionSchemaCommandOutput>;
|
|
533
|
-
/**
|
|
534
|
-
* deserializeAws_restJson1GetResolverCommand
|
|
535
|
-
*/
|
|
536
|
-
export declare const de_GetResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverCommandOutput>;
|
|
537
|
-
/**
|
|
538
|
-
* deserializeAws_restJson1GetSchemaCreationStatusCommand
|
|
539
|
-
*/
|
|
540
|
-
export declare const de_GetSchemaCreationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCreationStatusCommandOutput>;
|
|
541
|
-
/**
|
|
542
|
-
* deserializeAws_restJson1GetSourceApiAssociationCommand
|
|
543
|
-
*/
|
|
544
|
-
export declare const de_GetSourceApiAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSourceApiAssociationCommandOutput>;
|
|
545
|
-
/**
|
|
546
|
-
* deserializeAws_restJson1GetTypeCommand
|
|
547
|
-
*/
|
|
548
|
-
export declare const de_GetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTypeCommandOutput>;
|
|
549
|
-
/**
|
|
550
|
-
* deserializeAws_restJson1ListApiKeysCommand
|
|
551
|
-
*/
|
|
552
|
-
export declare const de_ListApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApiKeysCommandOutput>;
|
|
553
|
-
/**
|
|
554
|
-
* deserializeAws_restJson1ListApisCommand
|
|
555
|
-
*/
|
|
556
|
-
export declare const de_ListApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApisCommandOutput>;
|
|
557
|
-
/**
|
|
558
|
-
* deserializeAws_restJson1ListChannelNamespacesCommand
|
|
559
|
-
*/
|
|
560
|
-
export declare const de_ListChannelNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelNamespacesCommandOutput>;
|
|
561
|
-
/**
|
|
562
|
-
* deserializeAws_restJson1ListDataSourcesCommand
|
|
563
|
-
*/
|
|
564
|
-
export declare const de_ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
|
|
565
|
-
/**
|
|
566
|
-
* deserializeAws_restJson1ListDomainNamesCommand
|
|
567
|
-
*/
|
|
568
|
-
export declare const de_ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
|
|
569
|
-
/**
|
|
570
|
-
* deserializeAws_restJson1ListFunctionsCommand
|
|
571
|
-
*/
|
|
572
|
-
export declare const de_ListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
|
|
573
|
-
/**
|
|
574
|
-
* deserializeAws_restJson1ListGraphqlApisCommand
|
|
575
|
-
*/
|
|
576
|
-
export declare const de_ListGraphqlApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphqlApisCommandOutput>;
|
|
577
|
-
/**
|
|
578
|
-
* deserializeAws_restJson1ListResolversCommand
|
|
579
|
-
*/
|
|
580
|
-
export declare const de_ListResolversCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversCommandOutput>;
|
|
581
|
-
/**
|
|
582
|
-
* deserializeAws_restJson1ListResolversByFunctionCommand
|
|
583
|
-
*/
|
|
584
|
-
export declare const de_ListResolversByFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversByFunctionCommandOutput>;
|
|
585
|
-
/**
|
|
586
|
-
* deserializeAws_restJson1ListSourceApiAssociationsCommand
|
|
587
|
-
*/
|
|
588
|
-
export declare const de_ListSourceApiAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceApiAssociationsCommandOutput>;
|
|
589
|
-
/**
|
|
590
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
591
|
-
*/
|
|
592
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
593
|
-
/**
|
|
594
|
-
* deserializeAws_restJson1ListTypesCommand
|
|
595
|
-
*/
|
|
596
|
-
export declare const de_ListTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypesCommandOutput>;
|
|
597
|
-
/**
|
|
598
|
-
* deserializeAws_restJson1ListTypesByAssociationCommand
|
|
599
|
-
*/
|
|
600
|
-
export declare const de_ListTypesByAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypesByAssociationCommandOutput>;
|
|
601
|
-
/**
|
|
602
|
-
* deserializeAws_restJson1PutGraphqlApiEnvironmentVariablesCommand
|
|
603
|
-
*/
|
|
604
|
-
export declare const de_PutGraphqlApiEnvironmentVariablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGraphqlApiEnvironmentVariablesCommandOutput>;
|
|
605
|
-
/**
|
|
606
|
-
* deserializeAws_restJson1StartDataSourceIntrospectionCommand
|
|
607
|
-
*/
|
|
608
|
-
export declare const de_StartDataSourceIntrospectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataSourceIntrospectionCommandOutput>;
|
|
609
|
-
/**
|
|
610
|
-
* deserializeAws_restJson1StartSchemaCreationCommand
|
|
611
|
-
*/
|
|
612
|
-
export declare const de_StartSchemaCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSchemaCreationCommandOutput>;
|
|
613
|
-
/**
|
|
614
|
-
* deserializeAws_restJson1StartSchemaMergeCommand
|
|
615
|
-
*/
|
|
616
|
-
export declare const de_StartSchemaMergeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSchemaMergeCommandOutput>;
|
|
617
|
-
/**
|
|
618
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
619
|
-
*/
|
|
620
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
621
|
-
/**
|
|
622
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
623
|
-
*/
|
|
624
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
625
|
-
/**
|
|
626
|
-
* deserializeAws_restJson1UpdateApiCommand
|
|
627
|
-
*/
|
|
628
|
-
export declare const de_UpdateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCommandOutput>;
|
|
629
|
-
/**
|
|
630
|
-
* deserializeAws_restJson1UpdateApiCacheCommand
|
|
631
|
-
*/
|
|
632
|
-
export declare const de_UpdateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCacheCommandOutput>;
|
|
633
|
-
/**
|
|
634
|
-
* deserializeAws_restJson1UpdateApiKeyCommand
|
|
635
|
-
*/
|
|
636
|
-
export declare const de_UpdateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiKeyCommandOutput>;
|
|
637
|
-
/**
|
|
638
|
-
* deserializeAws_restJson1UpdateChannelNamespaceCommand
|
|
639
|
-
*/
|
|
640
|
-
export declare const de_UpdateChannelNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelNamespaceCommandOutput>;
|
|
641
|
-
/**
|
|
642
|
-
* deserializeAws_restJson1UpdateDataSourceCommand
|
|
643
|
-
*/
|
|
644
|
-
export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
|
|
645
|
-
/**
|
|
646
|
-
* deserializeAws_restJson1UpdateDomainNameCommand
|
|
647
|
-
*/
|
|
648
|
-
export declare const de_UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
|
|
649
|
-
/**
|
|
650
|
-
* deserializeAws_restJson1UpdateFunctionCommand
|
|
651
|
-
*/
|
|
652
|
-
export declare const de_UpdateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCommandOutput>;
|
|
653
|
-
/**
|
|
654
|
-
* deserializeAws_restJson1UpdateGraphqlApiCommand
|
|
655
|
-
*/
|
|
656
|
-
export declare const de_UpdateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGraphqlApiCommandOutput>;
|
|
657
|
-
/**
|
|
658
|
-
* deserializeAws_restJson1UpdateResolverCommand
|
|
659
|
-
*/
|
|
660
|
-
export declare const de_UpdateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverCommandOutput>;
|
|
661
|
-
/**
|
|
662
|
-
* deserializeAws_restJson1UpdateSourceApiAssociationCommand
|
|
663
|
-
*/
|
|
664
|
-
export declare const de_UpdateSourceApiAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSourceApiAssociationCommandOutput>;
|
|
665
|
-
/**
|
|
666
|
-
* deserializeAws_restJson1UpdateTypeCommand
|
|
667
|
-
*/
|
|
668
|
-
export declare const de_UpdateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTypeCommandOutput>;
|