@aws-sdk/client-apigatewayv2 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.
Files changed (98) hide show
  1. package/dist-cjs/index.js +8007 -3712
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ApiGatewayV2Client.js +2 -0
  4. package/dist-es/commands/CreateApiCommand.js +3 -9
  5. package/dist-es/commands/CreateApiMappingCommand.js +3 -9
  6. package/dist-es/commands/CreateAuthorizerCommand.js +3 -9
  7. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  8. package/dist-es/commands/CreateDomainNameCommand.js +3 -9
  9. package/dist-es/commands/CreateIntegrationCommand.js +3 -9
  10. package/dist-es/commands/CreateIntegrationResponseCommand.js +3 -9
  11. package/dist-es/commands/CreateModelCommand.js +3 -9
  12. package/dist-es/commands/CreateRouteCommand.js +3 -9
  13. package/dist-es/commands/CreateRouteResponseCommand.js +3 -9
  14. package/dist-es/commands/CreateRoutingRuleCommand.js +3 -9
  15. package/dist-es/commands/CreateStageCommand.js +3 -9
  16. package/dist-es/commands/CreateVpcLinkCommand.js +3 -9
  17. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +3 -9
  18. package/dist-es/commands/DeleteApiCommand.js +3 -9
  19. package/dist-es/commands/DeleteApiMappingCommand.js +3 -9
  20. package/dist-es/commands/DeleteAuthorizerCommand.js +3 -9
  21. package/dist-es/commands/DeleteCorsConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
  23. package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
  24. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  25. package/dist-es/commands/DeleteIntegrationResponseCommand.js +3 -9
  26. package/dist-es/commands/DeleteModelCommand.js +3 -9
  27. package/dist-es/commands/DeleteRouteCommand.js +3 -9
  28. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +3 -9
  29. package/dist-es/commands/DeleteRouteResponseCommand.js +3 -9
  30. package/dist-es/commands/DeleteRouteSettingsCommand.js +3 -9
  31. package/dist-es/commands/DeleteRoutingRuleCommand.js +3 -9
  32. package/dist-es/commands/DeleteStageCommand.js +3 -9
  33. package/dist-es/commands/DeleteVpcLinkCommand.js +3 -9
  34. package/dist-es/commands/ExportApiCommand.js +3 -9
  35. package/dist-es/commands/GetApiCommand.js +3 -9
  36. package/dist-es/commands/GetApiMappingCommand.js +3 -9
  37. package/dist-es/commands/GetApiMappingsCommand.js +3 -9
  38. package/dist-es/commands/GetApisCommand.js +3 -9
  39. package/dist-es/commands/GetAuthorizerCommand.js +3 -9
  40. package/dist-es/commands/GetAuthorizersCommand.js +3 -9
  41. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  42. package/dist-es/commands/GetDeploymentsCommand.js +3 -9
  43. package/dist-es/commands/GetDomainNameCommand.js +3 -9
  44. package/dist-es/commands/GetDomainNamesCommand.js +3 -9
  45. package/dist-es/commands/GetIntegrationCommand.js +3 -9
  46. package/dist-es/commands/GetIntegrationResponseCommand.js +3 -9
  47. package/dist-es/commands/GetIntegrationResponsesCommand.js +3 -9
  48. package/dist-es/commands/GetIntegrationsCommand.js +3 -9
  49. package/dist-es/commands/GetModelCommand.js +3 -9
  50. package/dist-es/commands/GetModelTemplateCommand.js +3 -9
  51. package/dist-es/commands/GetModelsCommand.js +3 -9
  52. package/dist-es/commands/GetRouteCommand.js +3 -9
  53. package/dist-es/commands/GetRouteResponseCommand.js +3 -9
  54. package/dist-es/commands/GetRouteResponsesCommand.js +3 -9
  55. package/dist-es/commands/GetRoutesCommand.js +3 -9
  56. package/dist-es/commands/GetRoutingRuleCommand.js +3 -9
  57. package/dist-es/commands/GetStageCommand.js +3 -9
  58. package/dist-es/commands/GetStagesCommand.js +3 -9
  59. package/dist-es/commands/GetTagsCommand.js +3 -9
  60. package/dist-es/commands/GetVpcLinkCommand.js +3 -9
  61. package/dist-es/commands/GetVpcLinksCommand.js +3 -9
  62. package/dist-es/commands/ImportApiCommand.js +3 -9
  63. package/dist-es/commands/ListRoutingRulesCommand.js +3 -9
  64. package/dist-es/commands/PutRoutingRuleCommand.js +3 -9
  65. package/dist-es/commands/ReimportApiCommand.js +3 -9
  66. package/dist-es/commands/ResetAuthorizersCacheCommand.js +3 -9
  67. package/dist-es/commands/TagResourceCommand.js +3 -9
  68. package/dist-es/commands/UntagResourceCommand.js +3 -9
  69. package/dist-es/commands/UpdateApiCommand.js +3 -9
  70. package/dist-es/commands/UpdateApiMappingCommand.js +3 -9
  71. package/dist-es/commands/UpdateAuthorizerCommand.js +3 -9
  72. package/dist-es/commands/UpdateDeploymentCommand.js +3 -9
  73. package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
  74. package/dist-es/commands/UpdateIntegrationCommand.js +3 -9
  75. package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -9
  76. package/dist-es/commands/UpdateModelCommand.js +3 -9
  77. package/dist-es/commands/UpdateRouteCommand.js +3 -9
  78. package/dist-es/commands/UpdateRouteResponseCommand.js +3 -9
  79. package/dist-es/commands/UpdateStageCommand.js +3 -9
  80. package/dist-es/commands/UpdateVpcLinkCommand.js +3 -9
  81. package/dist-es/runtimeConfig.shared.js +2 -0
  82. package/dist-es/schemas/schemas_0.js +7870 -0
  83. package/dist-types/ApiGatewayV2Client.d.ts +10 -1
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  85. package/dist-types/runtimeConfig.d.ts +1 -0
  86. package/dist-types/runtimeConfig.native.d.ts +1 -0
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/schemas/schemas_0.d.ts +284 -0
  89. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +290 -0
  95. package/package.json +2 -2
  96. package/dist-es/protocols/Aws_restJson1.js +0 -3178
  97. package/dist-types/protocols/Aws_restJson1.d.ts +0 -695
  98. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -929
@@ -1,929 +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
- CreateApiCommandInput,
8
- CreateApiCommandOutput,
9
- } from "../commands/CreateApiCommand";
10
- import {
11
- CreateApiMappingCommandInput,
12
- CreateApiMappingCommandOutput,
13
- } from "../commands/CreateApiMappingCommand";
14
- import {
15
- CreateAuthorizerCommandInput,
16
- CreateAuthorizerCommandOutput,
17
- } from "../commands/CreateAuthorizerCommand";
18
- import {
19
- CreateDeploymentCommandInput,
20
- CreateDeploymentCommandOutput,
21
- } from "../commands/CreateDeploymentCommand";
22
- import {
23
- CreateDomainNameCommandInput,
24
- CreateDomainNameCommandOutput,
25
- } from "../commands/CreateDomainNameCommand";
26
- import {
27
- CreateIntegrationCommandInput,
28
- CreateIntegrationCommandOutput,
29
- } from "../commands/CreateIntegrationCommand";
30
- import {
31
- CreateIntegrationResponseCommandInput,
32
- CreateIntegrationResponseCommandOutput,
33
- } from "../commands/CreateIntegrationResponseCommand";
34
- import {
35
- CreateModelCommandInput,
36
- CreateModelCommandOutput,
37
- } from "../commands/CreateModelCommand";
38
- import {
39
- CreateRouteCommandInput,
40
- CreateRouteCommandOutput,
41
- } from "../commands/CreateRouteCommand";
42
- import {
43
- CreateRouteResponseCommandInput,
44
- CreateRouteResponseCommandOutput,
45
- } from "../commands/CreateRouteResponseCommand";
46
- import {
47
- CreateRoutingRuleCommandInput,
48
- CreateRoutingRuleCommandOutput,
49
- } from "../commands/CreateRoutingRuleCommand";
50
- import {
51
- CreateStageCommandInput,
52
- CreateStageCommandOutput,
53
- } from "../commands/CreateStageCommand";
54
- import {
55
- CreateVpcLinkCommandInput,
56
- CreateVpcLinkCommandOutput,
57
- } from "../commands/CreateVpcLinkCommand";
58
- import {
59
- DeleteAccessLogSettingsCommandInput,
60
- DeleteAccessLogSettingsCommandOutput,
61
- } from "../commands/DeleteAccessLogSettingsCommand";
62
- import {
63
- DeleteApiCommandInput,
64
- DeleteApiCommandOutput,
65
- } from "../commands/DeleteApiCommand";
66
- import {
67
- DeleteApiMappingCommandInput,
68
- DeleteApiMappingCommandOutput,
69
- } from "../commands/DeleteApiMappingCommand";
70
- import {
71
- DeleteAuthorizerCommandInput,
72
- DeleteAuthorizerCommandOutput,
73
- } from "../commands/DeleteAuthorizerCommand";
74
- import {
75
- DeleteCorsConfigurationCommandInput,
76
- DeleteCorsConfigurationCommandOutput,
77
- } from "../commands/DeleteCorsConfigurationCommand";
78
- import {
79
- DeleteDeploymentCommandInput,
80
- DeleteDeploymentCommandOutput,
81
- } from "../commands/DeleteDeploymentCommand";
82
- import {
83
- DeleteDomainNameCommandInput,
84
- DeleteDomainNameCommandOutput,
85
- } from "../commands/DeleteDomainNameCommand";
86
- import {
87
- DeleteIntegrationCommandInput,
88
- DeleteIntegrationCommandOutput,
89
- } from "../commands/DeleteIntegrationCommand";
90
- import {
91
- DeleteIntegrationResponseCommandInput,
92
- DeleteIntegrationResponseCommandOutput,
93
- } from "../commands/DeleteIntegrationResponseCommand";
94
- import {
95
- DeleteModelCommandInput,
96
- DeleteModelCommandOutput,
97
- } from "../commands/DeleteModelCommand";
98
- import {
99
- DeleteRouteCommandInput,
100
- DeleteRouteCommandOutput,
101
- } from "../commands/DeleteRouteCommand";
102
- import {
103
- DeleteRouteRequestParameterCommandInput,
104
- DeleteRouteRequestParameterCommandOutput,
105
- } from "../commands/DeleteRouteRequestParameterCommand";
106
- import {
107
- DeleteRouteResponseCommandInput,
108
- DeleteRouteResponseCommandOutput,
109
- } from "../commands/DeleteRouteResponseCommand";
110
- import {
111
- DeleteRouteSettingsCommandInput,
112
- DeleteRouteSettingsCommandOutput,
113
- } from "../commands/DeleteRouteSettingsCommand";
114
- import {
115
- DeleteRoutingRuleCommandInput,
116
- DeleteRoutingRuleCommandOutput,
117
- } from "../commands/DeleteRoutingRuleCommand";
118
- import {
119
- DeleteStageCommandInput,
120
- DeleteStageCommandOutput,
121
- } from "../commands/DeleteStageCommand";
122
- import {
123
- DeleteVpcLinkCommandInput,
124
- DeleteVpcLinkCommandOutput,
125
- } from "../commands/DeleteVpcLinkCommand";
126
- import {
127
- ExportApiCommandInput,
128
- ExportApiCommandOutput,
129
- } from "../commands/ExportApiCommand";
130
- import {
131
- GetApiCommandInput,
132
- GetApiCommandOutput,
133
- } from "../commands/GetApiCommand";
134
- import {
135
- GetApiMappingCommandInput,
136
- GetApiMappingCommandOutput,
137
- } from "../commands/GetApiMappingCommand";
138
- import {
139
- GetApiMappingsCommandInput,
140
- GetApiMappingsCommandOutput,
141
- } from "../commands/GetApiMappingsCommand";
142
- import {
143
- GetApisCommandInput,
144
- GetApisCommandOutput,
145
- } from "../commands/GetApisCommand";
146
- import {
147
- GetAuthorizerCommandInput,
148
- GetAuthorizerCommandOutput,
149
- } from "../commands/GetAuthorizerCommand";
150
- import {
151
- GetAuthorizersCommandInput,
152
- GetAuthorizersCommandOutput,
153
- } from "../commands/GetAuthorizersCommand";
154
- import {
155
- GetDeploymentCommandInput,
156
- GetDeploymentCommandOutput,
157
- } from "../commands/GetDeploymentCommand";
158
- import {
159
- GetDeploymentsCommandInput,
160
- GetDeploymentsCommandOutput,
161
- } from "../commands/GetDeploymentsCommand";
162
- import {
163
- GetDomainNameCommandInput,
164
- GetDomainNameCommandOutput,
165
- } from "../commands/GetDomainNameCommand";
166
- import {
167
- GetDomainNamesCommandInput,
168
- GetDomainNamesCommandOutput,
169
- } from "../commands/GetDomainNamesCommand";
170
- import {
171
- GetIntegrationCommandInput,
172
- GetIntegrationCommandOutput,
173
- } from "../commands/GetIntegrationCommand";
174
- import {
175
- GetIntegrationResponseCommandInput,
176
- GetIntegrationResponseCommandOutput,
177
- } from "../commands/GetIntegrationResponseCommand";
178
- import {
179
- GetIntegrationResponsesCommandInput,
180
- GetIntegrationResponsesCommandOutput,
181
- } from "../commands/GetIntegrationResponsesCommand";
182
- import {
183
- GetIntegrationsCommandInput,
184
- GetIntegrationsCommandOutput,
185
- } from "../commands/GetIntegrationsCommand";
186
- import {
187
- GetModelCommandInput,
188
- GetModelCommandOutput,
189
- } from "../commands/GetModelCommand";
190
- import {
191
- GetModelsCommandInput,
192
- GetModelsCommandOutput,
193
- } from "../commands/GetModelsCommand";
194
- import {
195
- GetModelTemplateCommandInput,
196
- GetModelTemplateCommandOutput,
197
- } from "../commands/GetModelTemplateCommand";
198
- import {
199
- GetRouteCommandInput,
200
- GetRouteCommandOutput,
201
- } from "../commands/GetRouteCommand";
202
- import {
203
- GetRouteResponseCommandInput,
204
- GetRouteResponseCommandOutput,
205
- } from "../commands/GetRouteResponseCommand";
206
- import {
207
- GetRouteResponsesCommandInput,
208
- GetRouteResponsesCommandOutput,
209
- } from "../commands/GetRouteResponsesCommand";
210
- import {
211
- GetRoutesCommandInput,
212
- GetRoutesCommandOutput,
213
- } from "../commands/GetRoutesCommand";
214
- import {
215
- GetRoutingRuleCommandInput,
216
- GetRoutingRuleCommandOutput,
217
- } from "../commands/GetRoutingRuleCommand";
218
- import {
219
- GetStageCommandInput,
220
- GetStageCommandOutput,
221
- } from "../commands/GetStageCommand";
222
- import {
223
- GetStagesCommandInput,
224
- GetStagesCommandOutput,
225
- } from "../commands/GetStagesCommand";
226
- import {
227
- GetTagsCommandInput,
228
- GetTagsCommandOutput,
229
- } from "../commands/GetTagsCommand";
230
- import {
231
- GetVpcLinkCommandInput,
232
- GetVpcLinkCommandOutput,
233
- } from "../commands/GetVpcLinkCommand";
234
- import {
235
- GetVpcLinksCommandInput,
236
- GetVpcLinksCommandOutput,
237
- } from "../commands/GetVpcLinksCommand";
238
- import {
239
- ImportApiCommandInput,
240
- ImportApiCommandOutput,
241
- } from "../commands/ImportApiCommand";
242
- import {
243
- ListRoutingRulesCommandInput,
244
- ListRoutingRulesCommandOutput,
245
- } from "../commands/ListRoutingRulesCommand";
246
- import {
247
- PutRoutingRuleCommandInput,
248
- PutRoutingRuleCommandOutput,
249
- } from "../commands/PutRoutingRuleCommand";
250
- import {
251
- ReimportApiCommandInput,
252
- ReimportApiCommandOutput,
253
- } from "../commands/ReimportApiCommand";
254
- import {
255
- ResetAuthorizersCacheCommandInput,
256
- ResetAuthorizersCacheCommandOutput,
257
- } from "../commands/ResetAuthorizersCacheCommand";
258
- import {
259
- TagResourceCommandInput,
260
- TagResourceCommandOutput,
261
- } from "../commands/TagResourceCommand";
262
- import {
263
- UntagResourceCommandInput,
264
- UntagResourceCommandOutput,
265
- } from "../commands/UntagResourceCommand";
266
- import {
267
- UpdateApiCommandInput,
268
- UpdateApiCommandOutput,
269
- } from "../commands/UpdateApiCommand";
270
- import {
271
- UpdateApiMappingCommandInput,
272
- UpdateApiMappingCommandOutput,
273
- } from "../commands/UpdateApiMappingCommand";
274
- import {
275
- UpdateAuthorizerCommandInput,
276
- UpdateAuthorizerCommandOutput,
277
- } from "../commands/UpdateAuthorizerCommand";
278
- import {
279
- UpdateDeploymentCommandInput,
280
- UpdateDeploymentCommandOutput,
281
- } from "../commands/UpdateDeploymentCommand";
282
- import {
283
- UpdateDomainNameCommandInput,
284
- UpdateDomainNameCommandOutput,
285
- } from "../commands/UpdateDomainNameCommand";
286
- import {
287
- UpdateIntegrationCommandInput,
288
- UpdateIntegrationCommandOutput,
289
- } from "../commands/UpdateIntegrationCommand";
290
- import {
291
- UpdateIntegrationResponseCommandInput,
292
- UpdateIntegrationResponseCommandOutput,
293
- } from "../commands/UpdateIntegrationResponseCommand";
294
- import {
295
- UpdateModelCommandInput,
296
- UpdateModelCommandOutput,
297
- } from "../commands/UpdateModelCommand";
298
- import {
299
- UpdateRouteCommandInput,
300
- UpdateRouteCommandOutput,
301
- } from "../commands/UpdateRouteCommand";
302
- import {
303
- UpdateRouteResponseCommandInput,
304
- UpdateRouteResponseCommandOutput,
305
- } from "../commands/UpdateRouteResponseCommand";
306
- import {
307
- UpdateStageCommandInput,
308
- UpdateStageCommandOutput,
309
- } from "../commands/UpdateStageCommand";
310
- import {
311
- UpdateVpcLinkCommandInput,
312
- UpdateVpcLinkCommandOutput,
313
- } from "../commands/UpdateVpcLinkCommand";
314
- export declare const se_CreateApiCommand: (
315
- input: CreateApiCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateApiMappingCommand: (
319
- input: CreateApiMappingCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateAuthorizerCommand: (
323
- input: CreateAuthorizerCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateDeploymentCommand: (
327
- input: CreateDeploymentCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateDomainNameCommand: (
331
- input: CreateDomainNameCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateIntegrationCommand: (
335
- input: CreateIntegrationCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateIntegrationResponseCommand: (
339
- input: CreateIntegrationResponseCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateModelCommand: (
343
- input: CreateModelCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateRouteCommand: (
347
- input: CreateRouteCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CreateRouteResponseCommand: (
351
- input: CreateRouteResponseCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_CreateRoutingRuleCommand: (
355
- input: CreateRoutingRuleCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_CreateStageCommand: (
359
- input: CreateStageCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_CreateVpcLinkCommand: (
363
- input: CreateVpcLinkCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteAccessLogSettingsCommand: (
367
- input: DeleteAccessLogSettingsCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DeleteApiCommand: (
371
- input: DeleteApiCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteApiMappingCommand: (
375
- input: DeleteApiMappingCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteAuthorizerCommand: (
379
- input: DeleteAuthorizerCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteCorsConfigurationCommand: (
383
- input: DeleteCorsConfigurationCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DeleteDeploymentCommand: (
387
- input: DeleteDeploymentCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DeleteDomainNameCommand: (
391
- input: DeleteDomainNameCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DeleteIntegrationCommand: (
395
- input: DeleteIntegrationCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DeleteIntegrationResponseCommand: (
399
- input: DeleteIntegrationResponseCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DeleteModelCommand: (
403
- input: DeleteModelCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DeleteRouteCommand: (
407
- input: DeleteRouteCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DeleteRouteRequestParameterCommand: (
411
- input: DeleteRouteRequestParameterCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DeleteRouteResponseCommand: (
415
- input: DeleteRouteResponseCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DeleteRouteSettingsCommand: (
419
- input: DeleteRouteSettingsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DeleteRoutingRuleCommand: (
423
- input: DeleteRoutingRuleCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DeleteStageCommand: (
427
- input: DeleteStageCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DeleteVpcLinkCommand: (
431
- input: DeleteVpcLinkCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_ExportApiCommand: (
435
- input: ExportApiCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_GetApiCommand: (
439
- input: GetApiCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_GetApiMappingCommand: (
443
- input: GetApiMappingCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_GetApiMappingsCommand: (
447
- input: GetApiMappingsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_GetApisCommand: (
451
- input: GetApisCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetAuthorizerCommand: (
455
- input: GetAuthorizerCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetAuthorizersCommand: (
459
- input: GetAuthorizersCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetDeploymentCommand: (
463
- input: GetDeploymentCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_GetDeploymentsCommand: (
467
- input: GetDeploymentsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_GetDomainNameCommand: (
471
- input: GetDomainNameCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_GetDomainNamesCommand: (
475
- input: GetDomainNamesCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_GetIntegrationCommand: (
479
- input: GetIntegrationCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_GetIntegrationResponseCommand: (
483
- input: GetIntegrationResponseCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_GetIntegrationResponsesCommand: (
487
- input: GetIntegrationResponsesCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_GetIntegrationsCommand: (
491
- input: GetIntegrationsCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_GetModelCommand: (
495
- input: GetModelCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_GetModelsCommand: (
499
- input: GetModelsCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_GetModelTemplateCommand: (
503
- input: GetModelTemplateCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_GetRouteCommand: (
507
- input: GetRouteCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_GetRouteResponseCommand: (
511
- input: GetRouteResponseCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_GetRouteResponsesCommand: (
515
- input: GetRouteResponsesCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_GetRoutesCommand: (
519
- input: GetRoutesCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_GetRoutingRuleCommand: (
523
- input: GetRoutingRuleCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_GetStageCommand: (
527
- input: GetStageCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_GetStagesCommand: (
531
- input: GetStagesCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_GetTagsCommand: (
535
- input: GetTagsCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_GetVpcLinkCommand: (
539
- input: GetVpcLinkCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_GetVpcLinksCommand: (
543
- input: GetVpcLinksCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ImportApiCommand: (
547
- input: ImportApiCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ListRoutingRulesCommand: (
551
- input: ListRoutingRulesCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_PutRoutingRuleCommand: (
555
- input: PutRoutingRuleCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_ReimportApiCommand: (
559
- input: ReimportApiCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_ResetAuthorizersCacheCommand: (
563
- input: ResetAuthorizersCacheCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_TagResourceCommand: (
567
- input: TagResourceCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_UntagResourceCommand: (
571
- input: UntagResourceCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_UpdateApiCommand: (
575
- input: UpdateApiCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_UpdateApiMappingCommand: (
579
- input: UpdateApiMappingCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_UpdateAuthorizerCommand: (
583
- input: UpdateAuthorizerCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_UpdateDeploymentCommand: (
587
- input: UpdateDeploymentCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_UpdateDomainNameCommand: (
591
- input: UpdateDomainNameCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_UpdateIntegrationCommand: (
595
- input: UpdateIntegrationCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_UpdateIntegrationResponseCommand: (
599
- input: UpdateIntegrationResponseCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_UpdateModelCommand: (
603
- input: UpdateModelCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_UpdateRouteCommand: (
607
- input: UpdateRouteCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_UpdateRouteResponseCommand: (
611
- input: UpdateRouteResponseCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_UpdateStageCommand: (
615
- input: UpdateStageCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_UpdateVpcLinkCommand: (
619
- input: UpdateVpcLinkCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const de_CreateApiCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CreateApiCommandOutput>;
626
- export declare const de_CreateApiMappingCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<CreateApiMappingCommandOutput>;
630
- export declare const de_CreateAuthorizerCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<CreateAuthorizerCommandOutput>;
634
- export declare const de_CreateDeploymentCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<CreateDeploymentCommandOutput>;
638
- export declare const de_CreateDomainNameCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<CreateDomainNameCommandOutput>;
642
- export declare const de_CreateIntegrationCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<CreateIntegrationCommandOutput>;
646
- export declare const de_CreateIntegrationResponseCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<CreateIntegrationResponseCommandOutput>;
650
- export declare const de_CreateModelCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<CreateModelCommandOutput>;
654
- export declare const de_CreateRouteCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<CreateRouteCommandOutput>;
658
- export declare const de_CreateRouteResponseCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<CreateRouteResponseCommandOutput>;
662
- export declare const de_CreateRoutingRuleCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<CreateRoutingRuleCommandOutput>;
666
- export declare const de_CreateStageCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<CreateStageCommandOutput>;
670
- export declare const de_CreateVpcLinkCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<CreateVpcLinkCommandOutput>;
674
- export declare const de_DeleteAccessLogSettingsCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DeleteAccessLogSettingsCommandOutput>;
678
- export declare const de_DeleteApiCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DeleteApiCommandOutput>;
682
- export declare const de_DeleteApiMappingCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DeleteApiMappingCommandOutput>;
686
- export declare const de_DeleteAuthorizerCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DeleteAuthorizerCommandOutput>;
690
- export declare const de_DeleteCorsConfigurationCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DeleteCorsConfigurationCommandOutput>;
694
- export declare const de_DeleteDeploymentCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DeleteDeploymentCommandOutput>;
698
- export declare const de_DeleteDomainNameCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DeleteDomainNameCommandOutput>;
702
- export declare const de_DeleteIntegrationCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DeleteIntegrationCommandOutput>;
706
- export declare const de_DeleteIntegrationResponseCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<DeleteIntegrationResponseCommandOutput>;
710
- export declare const de_DeleteModelCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<DeleteModelCommandOutput>;
714
- export declare const de_DeleteRouteCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<DeleteRouteCommandOutput>;
718
- export declare const de_DeleteRouteRequestParameterCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<DeleteRouteRequestParameterCommandOutput>;
722
- export declare const de_DeleteRouteResponseCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<DeleteRouteResponseCommandOutput>;
726
- export declare const de_DeleteRouteSettingsCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<DeleteRouteSettingsCommandOutput>;
730
- export declare const de_DeleteRoutingRuleCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<DeleteRoutingRuleCommandOutput>;
734
- export declare const de_DeleteStageCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<DeleteStageCommandOutput>;
738
- export declare const de_DeleteVpcLinkCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<DeleteVpcLinkCommandOutput>;
742
- export declare const de_ExportApiCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<ExportApiCommandOutput>;
746
- export declare const de_GetApiCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<GetApiCommandOutput>;
750
- export declare const de_GetApiMappingCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<GetApiMappingCommandOutput>;
754
- export declare const de_GetApiMappingsCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<GetApiMappingsCommandOutput>;
758
- export declare const de_GetApisCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<GetApisCommandOutput>;
762
- export declare const de_GetAuthorizerCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<GetAuthorizerCommandOutput>;
766
- export declare const de_GetAuthorizersCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<GetAuthorizersCommandOutput>;
770
- export declare const de_GetDeploymentCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<GetDeploymentCommandOutput>;
774
- export declare const de_GetDeploymentsCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<GetDeploymentsCommandOutput>;
778
- export declare const de_GetDomainNameCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<GetDomainNameCommandOutput>;
782
- export declare const de_GetDomainNamesCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<GetDomainNamesCommandOutput>;
786
- export declare const de_GetIntegrationCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<GetIntegrationCommandOutput>;
790
- export declare const de_GetIntegrationResponseCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<GetIntegrationResponseCommandOutput>;
794
- export declare const de_GetIntegrationResponsesCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<GetIntegrationResponsesCommandOutput>;
798
- export declare const de_GetIntegrationsCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<GetIntegrationsCommandOutput>;
802
- export declare const de_GetModelCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<GetModelCommandOutput>;
806
- export declare const de_GetModelsCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<GetModelsCommandOutput>;
810
- export declare const de_GetModelTemplateCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<GetModelTemplateCommandOutput>;
814
- export declare const de_GetRouteCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<GetRouteCommandOutput>;
818
- export declare const de_GetRouteResponseCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<GetRouteResponseCommandOutput>;
822
- export declare const de_GetRouteResponsesCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<GetRouteResponsesCommandOutput>;
826
- export declare const de_GetRoutesCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<GetRoutesCommandOutput>;
830
- export declare const de_GetRoutingRuleCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<GetRoutingRuleCommandOutput>;
834
- export declare const de_GetStageCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<GetStageCommandOutput>;
838
- export declare const de_GetStagesCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<GetStagesCommandOutput>;
842
- export declare const de_GetTagsCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<GetTagsCommandOutput>;
846
- export declare const de_GetVpcLinkCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<GetVpcLinkCommandOutput>;
850
- export declare const de_GetVpcLinksCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<GetVpcLinksCommandOutput>;
854
- export declare const de_ImportApiCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<ImportApiCommandOutput>;
858
- export declare const de_ListRoutingRulesCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<ListRoutingRulesCommandOutput>;
862
- export declare const de_PutRoutingRuleCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<PutRoutingRuleCommandOutput>;
866
- export declare const de_ReimportApiCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<ReimportApiCommandOutput>;
870
- export declare const de_ResetAuthorizersCacheCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<ResetAuthorizersCacheCommandOutput>;
874
- export declare const de_TagResourceCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<TagResourceCommandOutput>;
878
- export declare const de_UntagResourceCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<UntagResourceCommandOutput>;
882
- export declare const de_UpdateApiCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<UpdateApiCommandOutput>;
886
- export declare const de_UpdateApiMappingCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<UpdateApiMappingCommandOutput>;
890
- export declare const de_UpdateAuthorizerCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<UpdateAuthorizerCommandOutput>;
894
- export declare const de_UpdateDeploymentCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<UpdateDeploymentCommandOutput>;
898
- export declare const de_UpdateDomainNameCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<UpdateDomainNameCommandOutput>;
902
- export declare const de_UpdateIntegrationCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<UpdateIntegrationCommandOutput>;
906
- export declare const de_UpdateIntegrationResponseCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<UpdateIntegrationResponseCommandOutput>;
910
- export declare const de_UpdateModelCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<UpdateModelCommandOutput>;
914
- export declare const de_UpdateRouteCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<UpdateRouteCommandOutput>;
918
- export declare const de_UpdateRouteResponseCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<UpdateRouteResponseCommandOutput>;
922
- export declare const de_UpdateStageCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<UpdateStageCommandOutput>;
926
- export declare const de_UpdateVpcLinkCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<UpdateVpcLinkCommandOutput>;