@aws-sdk/client-appsync 3.303.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateApiCommand.js +2 -2
- package/dist-cjs/commands/CreateApiCacheCommand.js +2 -2
- package/dist-cjs/commands/CreateApiKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -2
- package/dist-cjs/commands/CreateResolverCommand.js +2 -2
- package/dist-cjs/commands/CreateTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -2
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -2
- package/dist-cjs/commands/DeleteResolverCommand.js +2 -2
- package/dist-cjs/commands/DeleteTypeCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApiCommand.js +2 -2
- package/dist-cjs/commands/EvaluateCodeCommand.js +2 -2
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -2
- package/dist-cjs/commands/FlushApiCacheCommand.js +2 -2
- package/dist-cjs/commands/GetApiAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetApiCacheCommand.js +2 -2
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionCommand.js +2 -2
- package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -2
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -2
- package/dist-cjs/commands/GetResolverCommand.js +2 -2
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -2
- package/dist-cjs/commands/GetTypeCommand.js +2 -2
- package/dist-cjs/commands/ListApiKeysCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
- package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -2
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -2
- package/dist-cjs/commands/ListResolversCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTypesCommand.js +2 -2
- package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionCommand.js +2 -2
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -2
- package/dist-cjs/commands/UpdateResolverCommand.js +2 -2
- package/dist-cjs/commands/UpdateTypeCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +763 -813
- package/dist-es/commands/AssociateApiCommand.js +3 -3
- package/dist-es/commands/CreateApiCacheCommand.js +3 -3
- package/dist-es/commands/CreateApiKeyCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateDomainNameCommand.js +3 -3
- package/dist-es/commands/CreateFunctionCommand.js +3 -3
- package/dist-es/commands/CreateGraphqlApiCommand.js +3 -3
- package/dist-es/commands/CreateResolverCommand.js +3 -3
- package/dist-es/commands/CreateTypeCommand.js +3 -3
- package/dist-es/commands/DeleteApiCacheCommand.js +3 -3
- package/dist-es/commands/DeleteApiKeyCommand.js +3 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteDomainNameCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionCommand.js +3 -3
- package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -3
- package/dist-es/commands/DeleteResolverCommand.js +3 -3
- package/dist-es/commands/DeleteTypeCommand.js +3 -3
- package/dist-es/commands/DisassociateApiCommand.js +3 -3
- package/dist-es/commands/EvaluateCodeCommand.js +3 -3
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +3 -3
- package/dist-es/commands/FlushApiCacheCommand.js +3 -3
- package/dist-es/commands/GetApiAssociationCommand.js +3 -3
- package/dist-es/commands/GetApiCacheCommand.js +3 -3
- package/dist-es/commands/GetDataSourceCommand.js +3 -3
- package/dist-es/commands/GetDomainNameCommand.js +3 -3
- package/dist-es/commands/GetFunctionCommand.js +3 -3
- package/dist-es/commands/GetGraphqlApiCommand.js +3 -3
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -3
- package/dist-es/commands/GetResolverCommand.js +3 -3
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -3
- package/dist-es/commands/GetTypeCommand.js +3 -3
- package/dist-es/commands/ListApiKeysCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListDomainNamesCommand.js +3 -3
- package/dist-es/commands/ListFunctionsCommand.js +3 -3
- package/dist-es/commands/ListGraphqlApisCommand.js +3 -3
- package/dist-es/commands/ListResolversByFunctionCommand.js +3 -3
- package/dist-es/commands/ListResolversCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTypesCommand.js +3 -3
- package/dist-es/commands/StartSchemaCreationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApiCacheCommand.js +3 -3
- package/dist-es/commands/UpdateApiKeyCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionCommand.js +3 -3
- package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -3
- package/dist-es/commands/UpdateResolverCommand.js +3 -3
- package/dist-es/commands/UpdateTypeCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +658 -708
- package/dist-types/protocols/Aws_restJson1.d.ts +408 -102
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +102 -102
- package/package.json +29 -29
|
@@ -51,105 +51,411 @@ import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "../comm
|
|
|
51
51
|
import { UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput } from "../commands/UpdateGraphqlApiCommand";
|
|
52
52
|
import { UpdateResolverCommandInput, UpdateResolverCommandOutput } from "../commands/UpdateResolverCommand";
|
|
53
53
|
import { UpdateTypeCommandInput, UpdateTypeCommandOutput } from "../commands/UpdateTypeCommand";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare const
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
export declare const
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export declare const
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export declare const
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
export declare const
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
export declare const
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
export declare const
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
export declare const
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
export declare const
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
export declare const
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
export declare const
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
export declare const
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
export declare const
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
export declare const
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
export declare const
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
export declare const
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
export declare const
|
|
154
|
-
|
|
155
|
-
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1AssociateApiCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_AssociateApiCommand: (input: AssociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_restJson1CreateApiCacheCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_CreateApiCacheCommand: (input: CreateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_restJson1CreateApiKeyCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_CreateApiKeyCommand: (input: CreateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1CreateDataSourceCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_restJson1CreateDomainNameCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_restJson1CreateFunctionCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_CreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_restJson1CreateGraphqlApiCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_CreateGraphqlApiCommand: (input: CreateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_restJson1CreateResolverCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_CreateResolverCommand: (input: CreateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1CreateTypeCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_CreateTypeCommand: (input: CreateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_restJson1DeleteApiCacheCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_DeleteApiCacheCommand: (input: DeleteApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_restJson1DeleteApiKeyCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_DeleteApiKeyCommand: (input: DeleteApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_restJson1DeleteDataSourceCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_restJson1DeleteDomainNameCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_restJson1DeleteFunctionCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_DeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_restJson1DeleteGraphqlApiCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_DeleteGraphqlApiCommand: (input: DeleteGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_restJson1DeleteResolverCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_DeleteResolverCommand: (input: DeleteResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_restJson1DeleteTypeCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_DeleteTypeCommand: (input: DeleteTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_restJson1DisassociateApiCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_DisassociateApiCommand: (input: DisassociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_restJson1EvaluateCodeCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_EvaluateCodeCommand: (input: EvaluateCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_restJson1EvaluateMappingTemplateCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_EvaluateMappingTemplateCommand: (input: EvaluateMappingTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_restJson1FlushApiCacheCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_FlushApiCacheCommand: (input: FlushApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_restJson1GetApiAssociationCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_GetApiAssociationCommand: (input: GetApiAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_restJson1GetApiCacheCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_GetApiCacheCommand: (input: GetApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* serializeAws_restJson1GetDataSourceCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const se_GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_restJson1GetDomainNameCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_restJson1GetFunctionCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_GetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
/**
|
|
159
|
+
* serializeAws_restJson1GetGraphqlApiCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const se_GetGraphqlApiCommand: (input: GetGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
/**
|
|
163
|
+
* serializeAws_restJson1GetIntrospectionSchemaCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const se_GetIntrospectionSchemaCommand: (input: GetIntrospectionSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* serializeAws_restJson1GetResolverCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const se_GetResolverCommand: (input: GetResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
/**
|
|
171
|
+
* serializeAws_restJson1GetSchemaCreationStatusCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const se_GetSchemaCreationStatusCommand: (input: GetSchemaCreationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
/**
|
|
175
|
+
* serializeAws_restJson1GetTypeCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const se_GetTypeCommand: (input: GetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* serializeAws_restJson1ListApiKeysCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const se_ListApiKeysCommand: (input: ListApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
+
/**
|
|
183
|
+
* serializeAws_restJson1ListDataSourcesCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const se_ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* serializeAws_restJson1ListDomainNamesCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const se_ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
/**
|
|
191
|
+
* serializeAws_restJson1ListFunctionsCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const se_ListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
/**
|
|
195
|
+
* serializeAws_restJson1ListGraphqlApisCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const se_ListGraphqlApisCommand: (input: ListGraphqlApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
/**
|
|
199
|
+
* serializeAws_restJson1ListResolversCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const se_ListResolversCommand: (input: ListResolversCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
+
/**
|
|
203
|
+
* serializeAws_restJson1ListResolversByFunctionCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const se_ListResolversByFunctionCommand: (input: ListResolversByFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
+
/**
|
|
207
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
+
/**
|
|
211
|
+
* serializeAws_restJson1ListTypesCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const se_ListTypesCommand: (input: ListTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
+
/**
|
|
215
|
+
* serializeAws_restJson1StartSchemaCreationCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const se_StartSchemaCreationCommand: (input: StartSchemaCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
+
/**
|
|
219
|
+
* serializeAws_restJson1TagResourceCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
+
/**
|
|
223
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
+
/**
|
|
227
|
+
* serializeAws_restJson1UpdateApiCacheCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const se_UpdateApiCacheCommand: (input: UpdateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
/**
|
|
231
|
+
* serializeAws_restJson1UpdateApiKeyCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const se_UpdateApiKeyCommand: (input: UpdateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
+
/**
|
|
235
|
+
* serializeAws_restJson1UpdateDataSourceCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
+
/**
|
|
239
|
+
* serializeAws_restJson1UpdateDomainNameCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const se_UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
+
/**
|
|
243
|
+
* serializeAws_restJson1UpdateFunctionCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const se_UpdateFunctionCommand: (input: UpdateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
|
+
/**
|
|
247
|
+
* serializeAws_restJson1UpdateGraphqlApiCommand
|
|
248
|
+
*/
|
|
249
|
+
export declare const se_UpdateGraphqlApiCommand: (input: UpdateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
+
/**
|
|
251
|
+
* serializeAws_restJson1UpdateResolverCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const se_UpdateResolverCommand: (input: UpdateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
+
/**
|
|
255
|
+
* serializeAws_restJson1UpdateTypeCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const se_UpdateTypeCommand: (input: UpdateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
+
/**
|
|
259
|
+
* deserializeAws_restJson1AssociateApiCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const de_AssociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApiCommandOutput>;
|
|
262
|
+
/**
|
|
263
|
+
* deserializeAws_restJson1CreateApiCacheCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const de_CreateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCacheCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* deserializeAws_restJson1CreateApiKeyCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const de_CreateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiKeyCommandOutput>;
|
|
270
|
+
/**
|
|
271
|
+
* deserializeAws_restJson1CreateDataSourceCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const de_CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
|
|
274
|
+
/**
|
|
275
|
+
* deserializeAws_restJson1CreateDomainNameCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const de_CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
|
|
278
|
+
/**
|
|
279
|
+
* deserializeAws_restJson1CreateFunctionCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const de_CreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
|
|
282
|
+
/**
|
|
283
|
+
* deserializeAws_restJson1CreateGraphqlApiCommand
|
|
284
|
+
*/
|
|
285
|
+
export declare const de_CreateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphqlApiCommandOutput>;
|
|
286
|
+
/**
|
|
287
|
+
* deserializeAws_restJson1CreateResolverCommand
|
|
288
|
+
*/
|
|
289
|
+
export declare const de_CreateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResolverCommandOutput>;
|
|
290
|
+
/**
|
|
291
|
+
* deserializeAws_restJson1CreateTypeCommand
|
|
292
|
+
*/
|
|
293
|
+
export declare const de_CreateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTypeCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* deserializeAws_restJson1DeleteApiCacheCommand
|
|
296
|
+
*/
|
|
297
|
+
export declare const de_DeleteApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCacheCommandOutput>;
|
|
298
|
+
/**
|
|
299
|
+
* deserializeAws_restJson1DeleteApiKeyCommand
|
|
300
|
+
*/
|
|
301
|
+
export declare const de_DeleteApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiKeyCommandOutput>;
|
|
302
|
+
/**
|
|
303
|
+
* deserializeAws_restJson1DeleteDataSourceCommand
|
|
304
|
+
*/
|
|
305
|
+
export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
|
|
306
|
+
/**
|
|
307
|
+
* deserializeAws_restJson1DeleteDomainNameCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const de_DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
|
|
310
|
+
/**
|
|
311
|
+
* deserializeAws_restJson1DeleteFunctionCommand
|
|
312
|
+
*/
|
|
313
|
+
export declare const de_DeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
|
|
314
|
+
/**
|
|
315
|
+
* deserializeAws_restJson1DeleteGraphqlApiCommand
|
|
316
|
+
*/
|
|
317
|
+
export declare const de_DeleteGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphqlApiCommandOutput>;
|
|
318
|
+
/**
|
|
319
|
+
* deserializeAws_restJson1DeleteResolverCommand
|
|
320
|
+
*/
|
|
321
|
+
export declare const de_DeleteResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResolverCommandOutput>;
|
|
322
|
+
/**
|
|
323
|
+
* deserializeAws_restJson1DeleteTypeCommand
|
|
324
|
+
*/
|
|
325
|
+
export declare const de_DeleteTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTypeCommandOutput>;
|
|
326
|
+
/**
|
|
327
|
+
* deserializeAws_restJson1DisassociateApiCommand
|
|
328
|
+
*/
|
|
329
|
+
export declare const de_DisassociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApiCommandOutput>;
|
|
330
|
+
/**
|
|
331
|
+
* deserializeAws_restJson1EvaluateCodeCommand
|
|
332
|
+
*/
|
|
333
|
+
export declare const de_EvaluateCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateCodeCommandOutput>;
|
|
334
|
+
/**
|
|
335
|
+
* deserializeAws_restJson1EvaluateMappingTemplateCommand
|
|
336
|
+
*/
|
|
337
|
+
export declare const de_EvaluateMappingTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateMappingTemplateCommandOutput>;
|
|
338
|
+
/**
|
|
339
|
+
* deserializeAws_restJson1FlushApiCacheCommand
|
|
340
|
+
*/
|
|
341
|
+
export declare const de_FlushApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushApiCacheCommandOutput>;
|
|
342
|
+
/**
|
|
343
|
+
* deserializeAws_restJson1GetApiAssociationCommand
|
|
344
|
+
*/
|
|
345
|
+
export declare const de_GetApiAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiAssociationCommandOutput>;
|
|
346
|
+
/**
|
|
347
|
+
* deserializeAws_restJson1GetApiCacheCommand
|
|
348
|
+
*/
|
|
349
|
+
export declare const de_GetApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCacheCommandOutput>;
|
|
350
|
+
/**
|
|
351
|
+
* deserializeAws_restJson1GetDataSourceCommand
|
|
352
|
+
*/
|
|
353
|
+
export declare const de_GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
|
|
354
|
+
/**
|
|
355
|
+
* deserializeAws_restJson1GetDomainNameCommand
|
|
356
|
+
*/
|
|
357
|
+
export declare const de_GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
|
|
358
|
+
/**
|
|
359
|
+
* deserializeAws_restJson1GetFunctionCommand
|
|
360
|
+
*/
|
|
361
|
+
export declare const de_GetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
|
|
362
|
+
/**
|
|
363
|
+
* deserializeAws_restJson1GetGraphqlApiCommand
|
|
364
|
+
*/
|
|
365
|
+
export declare const de_GetGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGraphqlApiCommandOutput>;
|
|
366
|
+
/**
|
|
367
|
+
* deserializeAws_restJson1GetIntrospectionSchemaCommand
|
|
368
|
+
*/
|
|
369
|
+
export declare const de_GetIntrospectionSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntrospectionSchemaCommandOutput>;
|
|
370
|
+
/**
|
|
371
|
+
* deserializeAws_restJson1GetResolverCommand
|
|
372
|
+
*/
|
|
373
|
+
export declare const de_GetResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverCommandOutput>;
|
|
374
|
+
/**
|
|
375
|
+
* deserializeAws_restJson1GetSchemaCreationStatusCommand
|
|
376
|
+
*/
|
|
377
|
+
export declare const de_GetSchemaCreationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCreationStatusCommandOutput>;
|
|
378
|
+
/**
|
|
379
|
+
* deserializeAws_restJson1GetTypeCommand
|
|
380
|
+
*/
|
|
381
|
+
export declare const de_GetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTypeCommandOutput>;
|
|
382
|
+
/**
|
|
383
|
+
* deserializeAws_restJson1ListApiKeysCommand
|
|
384
|
+
*/
|
|
385
|
+
export declare const de_ListApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApiKeysCommandOutput>;
|
|
386
|
+
/**
|
|
387
|
+
* deserializeAws_restJson1ListDataSourcesCommand
|
|
388
|
+
*/
|
|
389
|
+
export declare const de_ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
|
|
390
|
+
/**
|
|
391
|
+
* deserializeAws_restJson1ListDomainNamesCommand
|
|
392
|
+
*/
|
|
393
|
+
export declare const de_ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
|
|
394
|
+
/**
|
|
395
|
+
* deserializeAws_restJson1ListFunctionsCommand
|
|
396
|
+
*/
|
|
397
|
+
export declare const de_ListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
|
|
398
|
+
/**
|
|
399
|
+
* deserializeAws_restJson1ListGraphqlApisCommand
|
|
400
|
+
*/
|
|
401
|
+
export declare const de_ListGraphqlApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphqlApisCommandOutput>;
|
|
402
|
+
/**
|
|
403
|
+
* deserializeAws_restJson1ListResolversCommand
|
|
404
|
+
*/
|
|
405
|
+
export declare const de_ListResolversCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversCommandOutput>;
|
|
406
|
+
/**
|
|
407
|
+
* deserializeAws_restJson1ListResolversByFunctionCommand
|
|
408
|
+
*/
|
|
409
|
+
export declare const de_ListResolversByFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversByFunctionCommandOutput>;
|
|
410
|
+
/**
|
|
411
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
412
|
+
*/
|
|
413
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
414
|
+
/**
|
|
415
|
+
* deserializeAws_restJson1ListTypesCommand
|
|
416
|
+
*/
|
|
417
|
+
export declare const de_ListTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypesCommandOutput>;
|
|
418
|
+
/**
|
|
419
|
+
* deserializeAws_restJson1StartSchemaCreationCommand
|
|
420
|
+
*/
|
|
421
|
+
export declare const de_StartSchemaCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSchemaCreationCommandOutput>;
|
|
422
|
+
/**
|
|
423
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
424
|
+
*/
|
|
425
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
426
|
+
/**
|
|
427
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
428
|
+
*/
|
|
429
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
430
|
+
/**
|
|
431
|
+
* deserializeAws_restJson1UpdateApiCacheCommand
|
|
432
|
+
*/
|
|
433
|
+
export declare const de_UpdateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCacheCommandOutput>;
|
|
434
|
+
/**
|
|
435
|
+
* deserializeAws_restJson1UpdateApiKeyCommand
|
|
436
|
+
*/
|
|
437
|
+
export declare const de_UpdateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiKeyCommandOutput>;
|
|
438
|
+
/**
|
|
439
|
+
* deserializeAws_restJson1UpdateDataSourceCommand
|
|
440
|
+
*/
|
|
441
|
+
export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
|
|
442
|
+
/**
|
|
443
|
+
* deserializeAws_restJson1UpdateDomainNameCommand
|
|
444
|
+
*/
|
|
445
|
+
export declare const de_UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
|
|
446
|
+
/**
|
|
447
|
+
* deserializeAws_restJson1UpdateFunctionCommand
|
|
448
|
+
*/
|
|
449
|
+
export declare const de_UpdateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCommandOutput>;
|
|
450
|
+
/**
|
|
451
|
+
* deserializeAws_restJson1UpdateGraphqlApiCommand
|
|
452
|
+
*/
|
|
453
|
+
export declare const de_UpdateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGraphqlApiCommandOutput>;
|
|
454
|
+
/**
|
|
455
|
+
* deserializeAws_restJson1UpdateResolverCommand
|
|
456
|
+
*/
|
|
457
|
+
export declare const de_UpdateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverCommandOutput>;
|
|
458
|
+
/**
|
|
459
|
+
* deserializeAws_restJson1UpdateTypeCommand
|
|
460
|
+
*/
|
|
461
|
+
export declare const de_UpdateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTypeCommandOutput>;
|