@aws-sdk/client-appsync 3.928.0 → 3.930.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.
Files changed (95) hide show
  1. package/dist-cjs/index.js +2888 -2933
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AppSyncClient.js +2 -0
  4. package/dist-es/commands/AssociateApiCommand.js +3 -9
  5. package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +3 -9
  6. package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +3 -9
  7. package/dist-es/commands/CreateApiCacheCommand.js +3 -9
  8. package/dist-es/commands/CreateApiCommand.js +3 -9
  9. package/dist-es/commands/CreateApiKeyCommand.js +3 -9
  10. package/dist-es/commands/CreateChannelNamespaceCommand.js +3 -9
  11. package/dist-es/commands/CreateDataSourceCommand.js +3 -9
  12. package/dist-es/commands/CreateDomainNameCommand.js +3 -9
  13. package/dist-es/commands/CreateFunctionCommand.js +3 -9
  14. package/dist-es/commands/CreateGraphqlApiCommand.js +3 -9
  15. package/dist-es/commands/CreateResolverCommand.js +3 -9
  16. package/dist-es/commands/CreateTypeCommand.js +3 -9
  17. package/dist-es/commands/DeleteApiCacheCommand.js +3 -9
  18. package/dist-es/commands/DeleteApiCommand.js +3 -9
  19. package/dist-es/commands/DeleteApiKeyCommand.js +3 -9
  20. package/dist-es/commands/DeleteChannelNamespaceCommand.js +3 -9
  21. package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
  22. package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
  23. package/dist-es/commands/DeleteFunctionCommand.js +3 -9
  24. package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -9
  25. package/dist-es/commands/DeleteResolverCommand.js +3 -9
  26. package/dist-es/commands/DeleteTypeCommand.js +3 -9
  27. package/dist-es/commands/DisassociateApiCommand.js +3 -9
  28. package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +3 -9
  29. package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +3 -9
  30. package/dist-es/commands/EvaluateCodeCommand.js +3 -9
  31. package/dist-es/commands/EvaluateMappingTemplateCommand.js +3 -9
  32. package/dist-es/commands/FlushApiCacheCommand.js +3 -9
  33. package/dist-es/commands/GetApiAssociationCommand.js +3 -9
  34. package/dist-es/commands/GetApiCacheCommand.js +3 -9
  35. package/dist-es/commands/GetApiCommand.js +3 -9
  36. package/dist-es/commands/GetChannelNamespaceCommand.js +3 -9
  37. package/dist-es/commands/GetDataSourceCommand.js +3 -9
  38. package/dist-es/commands/GetDataSourceIntrospectionCommand.js +3 -9
  39. package/dist-es/commands/GetDomainNameCommand.js +3 -9
  40. package/dist-es/commands/GetFunctionCommand.js +3 -9
  41. package/dist-es/commands/GetGraphqlApiCommand.js +3 -9
  42. package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +3 -9
  43. package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -9
  44. package/dist-es/commands/GetResolverCommand.js +3 -9
  45. package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -9
  46. package/dist-es/commands/GetSourceApiAssociationCommand.js +3 -9
  47. package/dist-es/commands/GetTypeCommand.js +3 -9
  48. package/dist-es/commands/ListApiKeysCommand.js +3 -9
  49. package/dist-es/commands/ListApisCommand.js +3 -9
  50. package/dist-es/commands/ListChannelNamespacesCommand.js +3 -9
  51. package/dist-es/commands/ListDataSourcesCommand.js +3 -9
  52. package/dist-es/commands/ListDomainNamesCommand.js +3 -9
  53. package/dist-es/commands/ListFunctionsCommand.js +3 -9
  54. package/dist-es/commands/ListGraphqlApisCommand.js +3 -9
  55. package/dist-es/commands/ListResolversByFunctionCommand.js +3 -9
  56. package/dist-es/commands/ListResolversCommand.js +3 -9
  57. package/dist-es/commands/ListSourceApiAssociationsCommand.js +3 -9
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  59. package/dist-es/commands/ListTypesByAssociationCommand.js +3 -9
  60. package/dist-es/commands/ListTypesCommand.js +3 -9
  61. package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +3 -9
  62. package/dist-es/commands/StartDataSourceIntrospectionCommand.js +3 -9
  63. package/dist-es/commands/StartSchemaCreationCommand.js +3 -9
  64. package/dist-es/commands/StartSchemaMergeCommand.js +3 -9
  65. package/dist-es/commands/TagResourceCommand.js +3 -9
  66. package/dist-es/commands/UntagResourceCommand.js +3 -9
  67. package/dist-es/commands/UpdateApiCacheCommand.js +3 -9
  68. package/dist-es/commands/UpdateApiCommand.js +3 -9
  69. package/dist-es/commands/UpdateApiKeyCommand.js +3 -9
  70. package/dist-es/commands/UpdateChannelNamespaceCommand.js +3 -9
  71. package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
  72. package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
  73. package/dist-es/commands/UpdateFunctionCommand.js +3 -9
  74. package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -9
  75. package/dist-es/commands/UpdateResolverCommand.js +3 -9
  76. package/dist-es/commands/UpdateSourceApiAssociationCommand.js +3 -9
  77. package/dist-es/commands/UpdateTypeCommand.js +3 -9
  78. package/dist-es/runtimeConfig.shared.js +2 -0
  79. package/dist-es/schemas/schemas_0.js +2716 -0
  80. package/dist-types/AppSyncClient.d.ts +10 -1
  81. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  82. package/dist-types/runtimeConfig.d.ts +1 -0
  83. package/dist-types/runtimeConfig.native.d.ts +1 -0
  84. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  85. package/dist-types/schemas/schemas_0.d.ts +321 -0
  86. package/dist-types/ts3.4/AppSyncClient.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
  92. package/package.json +34 -34
  93. package/dist-es/protocols/Aws_restJson1.js +0 -2384
  94. package/dist-types/protocols/Aws_restJson1.d.ts +0 -668
  95. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -893
@@ -1,893 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateApiCommandInput,
8
- AssociateApiCommandOutput,
9
- } from "../commands/AssociateApiCommand";
10
- import {
11
- AssociateMergedGraphqlApiCommandInput,
12
- AssociateMergedGraphqlApiCommandOutput,
13
- } from "../commands/AssociateMergedGraphqlApiCommand";
14
- import {
15
- AssociateSourceGraphqlApiCommandInput,
16
- AssociateSourceGraphqlApiCommandOutput,
17
- } from "../commands/AssociateSourceGraphqlApiCommand";
18
- import {
19
- CreateApiCacheCommandInput,
20
- CreateApiCacheCommandOutput,
21
- } from "../commands/CreateApiCacheCommand";
22
- import {
23
- CreateApiCommandInput,
24
- CreateApiCommandOutput,
25
- } from "../commands/CreateApiCommand";
26
- import {
27
- CreateApiKeyCommandInput,
28
- CreateApiKeyCommandOutput,
29
- } from "../commands/CreateApiKeyCommand";
30
- import {
31
- CreateChannelNamespaceCommandInput,
32
- CreateChannelNamespaceCommandOutput,
33
- } from "../commands/CreateChannelNamespaceCommand";
34
- import {
35
- CreateDataSourceCommandInput,
36
- CreateDataSourceCommandOutput,
37
- } from "../commands/CreateDataSourceCommand";
38
- import {
39
- CreateDomainNameCommandInput,
40
- CreateDomainNameCommandOutput,
41
- } from "../commands/CreateDomainNameCommand";
42
- import {
43
- CreateFunctionCommandInput,
44
- CreateFunctionCommandOutput,
45
- } from "../commands/CreateFunctionCommand";
46
- import {
47
- CreateGraphqlApiCommandInput,
48
- CreateGraphqlApiCommandOutput,
49
- } from "../commands/CreateGraphqlApiCommand";
50
- import {
51
- CreateResolverCommandInput,
52
- CreateResolverCommandOutput,
53
- } from "../commands/CreateResolverCommand";
54
- import {
55
- CreateTypeCommandInput,
56
- CreateTypeCommandOutput,
57
- } from "../commands/CreateTypeCommand";
58
- import {
59
- DeleteApiCacheCommandInput,
60
- DeleteApiCacheCommandOutput,
61
- } from "../commands/DeleteApiCacheCommand";
62
- import {
63
- DeleteApiCommandInput,
64
- DeleteApiCommandOutput,
65
- } from "../commands/DeleteApiCommand";
66
- import {
67
- DeleteApiKeyCommandInput,
68
- DeleteApiKeyCommandOutput,
69
- } from "../commands/DeleteApiKeyCommand";
70
- import {
71
- DeleteChannelNamespaceCommandInput,
72
- DeleteChannelNamespaceCommandOutput,
73
- } from "../commands/DeleteChannelNamespaceCommand";
74
- import {
75
- DeleteDataSourceCommandInput,
76
- DeleteDataSourceCommandOutput,
77
- } from "../commands/DeleteDataSourceCommand";
78
- import {
79
- DeleteDomainNameCommandInput,
80
- DeleteDomainNameCommandOutput,
81
- } from "../commands/DeleteDomainNameCommand";
82
- import {
83
- DeleteFunctionCommandInput,
84
- DeleteFunctionCommandOutput,
85
- } from "../commands/DeleteFunctionCommand";
86
- import {
87
- DeleteGraphqlApiCommandInput,
88
- DeleteGraphqlApiCommandOutput,
89
- } from "../commands/DeleteGraphqlApiCommand";
90
- import {
91
- DeleteResolverCommandInput,
92
- DeleteResolverCommandOutput,
93
- } from "../commands/DeleteResolverCommand";
94
- import {
95
- DeleteTypeCommandInput,
96
- DeleteTypeCommandOutput,
97
- } from "../commands/DeleteTypeCommand";
98
- import {
99
- DisassociateApiCommandInput,
100
- DisassociateApiCommandOutput,
101
- } from "../commands/DisassociateApiCommand";
102
- import {
103
- DisassociateMergedGraphqlApiCommandInput,
104
- DisassociateMergedGraphqlApiCommandOutput,
105
- } from "../commands/DisassociateMergedGraphqlApiCommand";
106
- import {
107
- DisassociateSourceGraphqlApiCommandInput,
108
- DisassociateSourceGraphqlApiCommandOutput,
109
- } from "../commands/DisassociateSourceGraphqlApiCommand";
110
- import {
111
- EvaluateCodeCommandInput,
112
- EvaluateCodeCommandOutput,
113
- } from "../commands/EvaluateCodeCommand";
114
- import {
115
- EvaluateMappingTemplateCommandInput,
116
- EvaluateMappingTemplateCommandOutput,
117
- } from "../commands/EvaluateMappingTemplateCommand";
118
- import {
119
- FlushApiCacheCommandInput,
120
- FlushApiCacheCommandOutput,
121
- } from "../commands/FlushApiCacheCommand";
122
- import {
123
- GetApiAssociationCommandInput,
124
- GetApiAssociationCommandOutput,
125
- } from "../commands/GetApiAssociationCommand";
126
- import {
127
- GetApiCacheCommandInput,
128
- GetApiCacheCommandOutput,
129
- } from "../commands/GetApiCacheCommand";
130
- import {
131
- GetApiCommandInput,
132
- GetApiCommandOutput,
133
- } from "../commands/GetApiCommand";
134
- import {
135
- GetChannelNamespaceCommandInput,
136
- GetChannelNamespaceCommandOutput,
137
- } from "../commands/GetChannelNamespaceCommand";
138
- import {
139
- GetDataSourceCommandInput,
140
- GetDataSourceCommandOutput,
141
- } from "../commands/GetDataSourceCommand";
142
- import {
143
- GetDataSourceIntrospectionCommandInput,
144
- GetDataSourceIntrospectionCommandOutput,
145
- } from "../commands/GetDataSourceIntrospectionCommand";
146
- import {
147
- GetDomainNameCommandInput,
148
- GetDomainNameCommandOutput,
149
- } from "../commands/GetDomainNameCommand";
150
- import {
151
- GetFunctionCommandInput,
152
- GetFunctionCommandOutput,
153
- } from "../commands/GetFunctionCommand";
154
- import {
155
- GetGraphqlApiCommandInput,
156
- GetGraphqlApiCommandOutput,
157
- } from "../commands/GetGraphqlApiCommand";
158
- import {
159
- GetGraphqlApiEnvironmentVariablesCommandInput,
160
- GetGraphqlApiEnvironmentVariablesCommandOutput,
161
- } from "../commands/GetGraphqlApiEnvironmentVariablesCommand";
162
- import {
163
- GetIntrospectionSchemaCommandInput,
164
- GetIntrospectionSchemaCommandOutput,
165
- } from "../commands/GetIntrospectionSchemaCommand";
166
- import {
167
- GetResolverCommandInput,
168
- GetResolverCommandOutput,
169
- } from "../commands/GetResolverCommand";
170
- import {
171
- GetSchemaCreationStatusCommandInput,
172
- GetSchemaCreationStatusCommandOutput,
173
- } from "../commands/GetSchemaCreationStatusCommand";
174
- import {
175
- GetSourceApiAssociationCommandInput,
176
- GetSourceApiAssociationCommandOutput,
177
- } from "../commands/GetSourceApiAssociationCommand";
178
- import {
179
- GetTypeCommandInput,
180
- GetTypeCommandOutput,
181
- } from "../commands/GetTypeCommand";
182
- import {
183
- ListApiKeysCommandInput,
184
- ListApiKeysCommandOutput,
185
- } from "../commands/ListApiKeysCommand";
186
- import {
187
- ListApisCommandInput,
188
- ListApisCommandOutput,
189
- } from "../commands/ListApisCommand";
190
- import {
191
- ListChannelNamespacesCommandInput,
192
- ListChannelNamespacesCommandOutput,
193
- } from "../commands/ListChannelNamespacesCommand";
194
- import {
195
- ListDataSourcesCommandInput,
196
- ListDataSourcesCommandOutput,
197
- } from "../commands/ListDataSourcesCommand";
198
- import {
199
- ListDomainNamesCommandInput,
200
- ListDomainNamesCommandOutput,
201
- } from "../commands/ListDomainNamesCommand";
202
- import {
203
- ListFunctionsCommandInput,
204
- ListFunctionsCommandOutput,
205
- } from "../commands/ListFunctionsCommand";
206
- import {
207
- ListGraphqlApisCommandInput,
208
- ListGraphqlApisCommandOutput,
209
- } from "../commands/ListGraphqlApisCommand";
210
- import {
211
- ListResolversByFunctionCommandInput,
212
- ListResolversByFunctionCommandOutput,
213
- } from "../commands/ListResolversByFunctionCommand";
214
- import {
215
- ListResolversCommandInput,
216
- ListResolversCommandOutput,
217
- } from "../commands/ListResolversCommand";
218
- import {
219
- ListSourceApiAssociationsCommandInput,
220
- ListSourceApiAssociationsCommandOutput,
221
- } from "../commands/ListSourceApiAssociationsCommand";
222
- import {
223
- ListTagsForResourceCommandInput,
224
- ListTagsForResourceCommandOutput,
225
- } from "../commands/ListTagsForResourceCommand";
226
- import {
227
- ListTypesByAssociationCommandInput,
228
- ListTypesByAssociationCommandOutput,
229
- } from "../commands/ListTypesByAssociationCommand";
230
- import {
231
- ListTypesCommandInput,
232
- ListTypesCommandOutput,
233
- } from "../commands/ListTypesCommand";
234
- import {
235
- PutGraphqlApiEnvironmentVariablesCommandInput,
236
- PutGraphqlApiEnvironmentVariablesCommandOutput,
237
- } from "../commands/PutGraphqlApiEnvironmentVariablesCommand";
238
- import {
239
- StartDataSourceIntrospectionCommandInput,
240
- StartDataSourceIntrospectionCommandOutput,
241
- } from "../commands/StartDataSourceIntrospectionCommand";
242
- import {
243
- StartSchemaCreationCommandInput,
244
- StartSchemaCreationCommandOutput,
245
- } from "../commands/StartSchemaCreationCommand";
246
- import {
247
- StartSchemaMergeCommandInput,
248
- StartSchemaMergeCommandOutput,
249
- } from "../commands/StartSchemaMergeCommand";
250
- import {
251
- TagResourceCommandInput,
252
- TagResourceCommandOutput,
253
- } from "../commands/TagResourceCommand";
254
- import {
255
- UntagResourceCommandInput,
256
- UntagResourceCommandOutput,
257
- } from "../commands/UntagResourceCommand";
258
- import {
259
- UpdateApiCacheCommandInput,
260
- UpdateApiCacheCommandOutput,
261
- } from "../commands/UpdateApiCacheCommand";
262
- import {
263
- UpdateApiCommandInput,
264
- UpdateApiCommandOutput,
265
- } from "../commands/UpdateApiCommand";
266
- import {
267
- UpdateApiKeyCommandInput,
268
- UpdateApiKeyCommandOutput,
269
- } from "../commands/UpdateApiKeyCommand";
270
- import {
271
- UpdateChannelNamespaceCommandInput,
272
- UpdateChannelNamespaceCommandOutput,
273
- } from "../commands/UpdateChannelNamespaceCommand";
274
- import {
275
- UpdateDataSourceCommandInput,
276
- UpdateDataSourceCommandOutput,
277
- } from "../commands/UpdateDataSourceCommand";
278
- import {
279
- UpdateDomainNameCommandInput,
280
- UpdateDomainNameCommandOutput,
281
- } from "../commands/UpdateDomainNameCommand";
282
- import {
283
- UpdateFunctionCommandInput,
284
- UpdateFunctionCommandOutput,
285
- } from "../commands/UpdateFunctionCommand";
286
- import {
287
- UpdateGraphqlApiCommandInput,
288
- UpdateGraphqlApiCommandOutput,
289
- } from "../commands/UpdateGraphqlApiCommand";
290
- import {
291
- UpdateResolverCommandInput,
292
- UpdateResolverCommandOutput,
293
- } from "../commands/UpdateResolverCommand";
294
- import {
295
- UpdateSourceApiAssociationCommandInput,
296
- UpdateSourceApiAssociationCommandOutput,
297
- } from "../commands/UpdateSourceApiAssociationCommand";
298
- import {
299
- UpdateTypeCommandInput,
300
- UpdateTypeCommandOutput,
301
- } from "../commands/UpdateTypeCommand";
302
- export declare const se_AssociateApiCommand: (
303
- input: AssociateApiCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_AssociateMergedGraphqlApiCommand: (
307
- input: AssociateMergedGraphqlApiCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_AssociateSourceGraphqlApiCommand: (
311
- input: AssociateSourceGraphqlApiCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateApiCommand: (
315
- input: CreateApiCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateApiCacheCommand: (
319
- input: CreateApiCacheCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateApiKeyCommand: (
323
- input: CreateApiKeyCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateChannelNamespaceCommand: (
327
- input: CreateChannelNamespaceCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateDataSourceCommand: (
331
- input: CreateDataSourceCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateDomainNameCommand: (
335
- input: CreateDomainNameCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateFunctionCommand: (
339
- input: CreateFunctionCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateGraphqlApiCommand: (
343
- input: CreateGraphqlApiCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateResolverCommand: (
347
- input: CreateResolverCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CreateTypeCommand: (
351
- input: CreateTypeCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteApiCommand: (
355
- input: DeleteApiCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteApiCacheCommand: (
359
- input: DeleteApiCacheCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteApiKeyCommand: (
363
- input: DeleteApiKeyCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteChannelNamespaceCommand: (
367
- input: DeleteChannelNamespaceCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DeleteDataSourceCommand: (
371
- input: DeleteDataSourceCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteDomainNameCommand: (
375
- input: DeleteDomainNameCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteFunctionCommand: (
379
- input: DeleteFunctionCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteGraphqlApiCommand: (
383
- input: DeleteGraphqlApiCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DeleteResolverCommand: (
387
- input: DeleteResolverCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DeleteTypeCommand: (
391
- input: DeleteTypeCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DisassociateApiCommand: (
395
- input: DisassociateApiCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DisassociateMergedGraphqlApiCommand: (
399
- input: DisassociateMergedGraphqlApiCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DisassociateSourceGraphqlApiCommand: (
403
- input: DisassociateSourceGraphqlApiCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_EvaluateCodeCommand: (
407
- input: EvaluateCodeCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_EvaluateMappingTemplateCommand: (
411
- input: EvaluateMappingTemplateCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_FlushApiCacheCommand: (
415
- input: FlushApiCacheCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_GetApiCommand: (
419
- input: GetApiCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_GetApiAssociationCommand: (
423
- input: GetApiAssociationCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_GetApiCacheCommand: (
427
- input: GetApiCacheCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_GetChannelNamespaceCommand: (
431
- input: GetChannelNamespaceCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_GetDataSourceCommand: (
435
- input: GetDataSourceCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_GetDataSourceIntrospectionCommand: (
439
- input: GetDataSourceIntrospectionCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_GetDomainNameCommand: (
443
- input: GetDomainNameCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_GetFunctionCommand: (
447
- input: GetFunctionCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_GetGraphqlApiCommand: (
451
- input: GetGraphqlApiCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetGraphqlApiEnvironmentVariablesCommand: (
455
- input: GetGraphqlApiEnvironmentVariablesCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetIntrospectionSchemaCommand: (
459
- input: GetIntrospectionSchemaCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetResolverCommand: (
463
- input: GetResolverCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_GetSchemaCreationStatusCommand: (
467
- input: GetSchemaCreationStatusCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_GetSourceApiAssociationCommand: (
471
- input: GetSourceApiAssociationCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_GetTypeCommand: (
475
- input: GetTypeCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListApiKeysCommand: (
479
- input: ListApiKeysCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListApisCommand: (
483
- input: ListApisCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListChannelNamespacesCommand: (
487
- input: ListChannelNamespacesCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ListDataSourcesCommand: (
491
- input: ListDataSourcesCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_ListDomainNamesCommand: (
495
- input: ListDomainNamesCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ListFunctionsCommand: (
499
- input: ListFunctionsCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_ListGraphqlApisCommand: (
503
- input: ListGraphqlApisCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ListResolversCommand: (
507
- input: ListResolversCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ListResolversByFunctionCommand: (
511
- input: ListResolversByFunctionCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ListSourceApiAssociationsCommand: (
515
- input: ListSourceApiAssociationsCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListTagsForResourceCommand: (
519
- input: ListTagsForResourceCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListTypesCommand: (
523
- input: ListTypesCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListTypesByAssociationCommand: (
527
- input: ListTypesByAssociationCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_PutGraphqlApiEnvironmentVariablesCommand: (
531
- input: PutGraphqlApiEnvironmentVariablesCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_StartDataSourceIntrospectionCommand: (
535
- input: StartDataSourceIntrospectionCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_StartSchemaCreationCommand: (
539
- input: StartSchemaCreationCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_StartSchemaMergeCommand: (
543
- input: StartSchemaMergeCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_TagResourceCommand: (
547
- input: TagResourceCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_UntagResourceCommand: (
551
- input: UntagResourceCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_UpdateApiCommand: (
555
- input: UpdateApiCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_UpdateApiCacheCommand: (
559
- input: UpdateApiCacheCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_UpdateApiKeyCommand: (
563
- input: UpdateApiKeyCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_UpdateChannelNamespaceCommand: (
567
- input: UpdateChannelNamespaceCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_UpdateDataSourceCommand: (
571
- input: UpdateDataSourceCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_UpdateDomainNameCommand: (
575
- input: UpdateDomainNameCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_UpdateFunctionCommand: (
579
- input: UpdateFunctionCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_UpdateGraphqlApiCommand: (
583
- input: UpdateGraphqlApiCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_UpdateResolverCommand: (
587
- input: UpdateResolverCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_UpdateSourceApiAssociationCommand: (
591
- input: UpdateSourceApiAssociationCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_UpdateTypeCommand: (
595
- input: UpdateTypeCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const de_AssociateApiCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<AssociateApiCommandOutput>;
602
- export declare const de_AssociateMergedGraphqlApiCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<AssociateMergedGraphqlApiCommandOutput>;
606
- export declare const de_AssociateSourceGraphqlApiCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<AssociateSourceGraphqlApiCommandOutput>;
610
- export declare const de_CreateApiCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<CreateApiCommandOutput>;
614
- export declare const de_CreateApiCacheCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<CreateApiCacheCommandOutput>;
618
- export declare const de_CreateApiKeyCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<CreateApiKeyCommandOutput>;
622
- export declare const de_CreateChannelNamespaceCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CreateChannelNamespaceCommandOutput>;
626
- export declare const de_CreateDataSourceCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<CreateDataSourceCommandOutput>;
630
- export declare const de_CreateDomainNameCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<CreateDomainNameCommandOutput>;
634
- export declare const de_CreateFunctionCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<CreateFunctionCommandOutput>;
638
- export declare const de_CreateGraphqlApiCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<CreateGraphqlApiCommandOutput>;
642
- export declare const de_CreateResolverCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<CreateResolverCommandOutput>;
646
- export declare const de_CreateTypeCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<CreateTypeCommandOutput>;
650
- export declare const de_DeleteApiCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DeleteApiCommandOutput>;
654
- export declare const de_DeleteApiCacheCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DeleteApiCacheCommandOutput>;
658
- export declare const de_DeleteApiKeyCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DeleteApiKeyCommandOutput>;
662
- export declare const de_DeleteChannelNamespaceCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DeleteChannelNamespaceCommandOutput>;
666
- export declare const de_DeleteDataSourceCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DeleteDataSourceCommandOutput>;
670
- export declare const de_DeleteDomainNameCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DeleteDomainNameCommandOutput>;
674
- export declare const de_DeleteFunctionCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DeleteFunctionCommandOutput>;
678
- export declare const de_DeleteGraphqlApiCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DeleteGraphqlApiCommandOutput>;
682
- export declare const de_DeleteResolverCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DeleteResolverCommandOutput>;
686
- export declare const de_DeleteTypeCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DeleteTypeCommandOutput>;
690
- export declare const de_DisassociateApiCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DisassociateApiCommandOutput>;
694
- export declare const de_DisassociateMergedGraphqlApiCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DisassociateMergedGraphqlApiCommandOutput>;
698
- export declare const de_DisassociateSourceGraphqlApiCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DisassociateSourceGraphqlApiCommandOutput>;
702
- export declare const de_EvaluateCodeCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<EvaluateCodeCommandOutput>;
706
- export declare const de_EvaluateMappingTemplateCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<EvaluateMappingTemplateCommandOutput>;
710
- export declare const de_FlushApiCacheCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<FlushApiCacheCommandOutput>;
714
- export declare const de_GetApiCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<GetApiCommandOutput>;
718
- export declare const de_GetApiAssociationCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<GetApiAssociationCommandOutput>;
722
- export declare const de_GetApiCacheCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<GetApiCacheCommandOutput>;
726
- export declare const de_GetChannelNamespaceCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<GetChannelNamespaceCommandOutput>;
730
- export declare const de_GetDataSourceCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<GetDataSourceCommandOutput>;
734
- export declare const de_GetDataSourceIntrospectionCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<GetDataSourceIntrospectionCommandOutput>;
738
- export declare const de_GetDomainNameCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<GetDomainNameCommandOutput>;
742
- export declare const de_GetFunctionCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<GetFunctionCommandOutput>;
746
- export declare const de_GetGraphqlApiCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<GetGraphqlApiCommandOutput>;
750
- export declare const de_GetGraphqlApiEnvironmentVariablesCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<GetGraphqlApiEnvironmentVariablesCommandOutput>;
754
- export declare const de_GetIntrospectionSchemaCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<GetIntrospectionSchemaCommandOutput>;
758
- export declare const de_GetResolverCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<GetResolverCommandOutput>;
762
- export declare const de_GetSchemaCreationStatusCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<GetSchemaCreationStatusCommandOutput>;
766
- export declare const de_GetSourceApiAssociationCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<GetSourceApiAssociationCommandOutput>;
770
- export declare const de_GetTypeCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<GetTypeCommandOutput>;
774
- export declare const de_ListApiKeysCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<ListApiKeysCommandOutput>;
778
- export declare const de_ListApisCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<ListApisCommandOutput>;
782
- export declare const de_ListChannelNamespacesCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<ListChannelNamespacesCommandOutput>;
786
- export declare const de_ListDataSourcesCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<ListDataSourcesCommandOutput>;
790
- export declare const de_ListDomainNamesCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<ListDomainNamesCommandOutput>;
794
- export declare const de_ListFunctionsCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<ListFunctionsCommandOutput>;
798
- export declare const de_ListGraphqlApisCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<ListGraphqlApisCommandOutput>;
802
- export declare const de_ListResolversCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<ListResolversCommandOutput>;
806
- export declare const de_ListResolversByFunctionCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<ListResolversByFunctionCommandOutput>;
810
- export declare const de_ListSourceApiAssociationsCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<ListSourceApiAssociationsCommandOutput>;
814
- export declare const de_ListTagsForResourceCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<ListTagsForResourceCommandOutput>;
818
- export declare const de_ListTypesCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<ListTypesCommandOutput>;
822
- export declare const de_ListTypesByAssociationCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<ListTypesByAssociationCommandOutput>;
826
- export declare const de_PutGraphqlApiEnvironmentVariablesCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<PutGraphqlApiEnvironmentVariablesCommandOutput>;
830
- export declare const de_StartDataSourceIntrospectionCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<StartDataSourceIntrospectionCommandOutput>;
834
- export declare const de_StartSchemaCreationCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<StartSchemaCreationCommandOutput>;
838
- export declare const de_StartSchemaMergeCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<StartSchemaMergeCommandOutput>;
842
- export declare const de_TagResourceCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<TagResourceCommandOutput>;
846
- export declare const de_UntagResourceCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<UntagResourceCommandOutput>;
850
- export declare const de_UpdateApiCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<UpdateApiCommandOutput>;
854
- export declare const de_UpdateApiCacheCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<UpdateApiCacheCommandOutput>;
858
- export declare const de_UpdateApiKeyCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<UpdateApiKeyCommandOutput>;
862
- export declare const de_UpdateChannelNamespaceCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<UpdateChannelNamespaceCommandOutput>;
866
- export declare const de_UpdateDataSourceCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<UpdateDataSourceCommandOutput>;
870
- export declare const de_UpdateDomainNameCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<UpdateDomainNameCommandOutput>;
874
- export declare const de_UpdateFunctionCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<UpdateFunctionCommandOutput>;
878
- export declare const de_UpdateGraphqlApiCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<UpdateGraphqlApiCommandOutput>;
882
- export declare const de_UpdateResolverCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<UpdateResolverCommandOutput>;
886
- export declare const de_UpdateSourceApiAssociationCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<UpdateSourceApiAssociationCommandOutput>;
890
- export declare const de_UpdateTypeCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<UpdateTypeCommandOutput>;