@aws-sdk/client-apigatewayv2 3.1086.0 → 3.1088.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 (122) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ApiGatewayV2.d.ts +340 -456
  3. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +35 -132
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
  8. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +5 -11
  13. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/CreatePortalProductCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateProductPageCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateProductRestEndpointPageCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreateRoutingRuleCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +6 -2
  26. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
  28. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +3 -4
  32. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
  34. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -2
  35. package/dist-types/ts3.4/commands/DeletePortalProductCommand.d.ts +3 -4
  36. package/dist-types/ts3.4/commands/DeletePortalProductSharingPolicyCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DeleteProductPageCommand.d.ts +3 -4
  38. package/dist-types/ts3.4/commands/DeleteProductRestEndpointPageCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -2
  40. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +3 -4
  42. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +3 -4
  43. package/dist-types/ts3.4/commands/DeleteRoutingRuleCommand.d.ts +3 -4
  44. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
  45. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DisablePortalCommand.d.ts +2 -2
  47. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
  49. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +4 -4
  52. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +3 -8
  58. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +4 -9
  62. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +7 -5
  63. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -5
  65. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +7 -5
  66. package/dist-types/ts3.4/commands/GetPortalProductCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/GetPortalProductSharingPolicyCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/GetProductPageCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/GetProductRestEndpointPageCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +7 -5
  71. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +7 -5
  74. package/dist-types/ts3.4/commands/GetRoutingRuleCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -5
  76. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +7 -5
  77. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
  78. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +2 -4
  80. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +7 -5
  81. package/dist-types/ts3.4/commands/ListPortalProductsCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/ListProductPagesCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/ListProductRestEndpointPagesCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/ListRoutingRulesCommand.d.ts +4 -9
  86. package/dist-types/ts3.4/commands/PreviewPortalCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/PublishPortalCommand.d.ts +4 -9
  88. package/dist-types/ts3.4/commands/PutPortalProductSharingPolicyCommand.d.ts +4 -6
  89. package/dist-types/ts3.4/commands/PutRoutingRuleCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +3 -5
  91. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +3 -4
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  94. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
  95. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +4 -9
  96. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +4 -9
  97. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +4 -9
  98. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
  99. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +5 -11
  100. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +3 -5
  102. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +3 -5
  103. package/dist-types/ts3.4/commands/UpdatePortalProductCommand.d.ts +5 -10
  104. package/dist-types/ts3.4/commands/UpdateProductPageCommand.d.ts +5 -10
  105. package/dist-types/ts3.4/commands/UpdateProductRestEndpointPageCommand.d.ts +4 -6
  106. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +3 -5
  107. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +5 -10
  108. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +3 -5
  109. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +4 -9
  110. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  111. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  112. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  113. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  114. package/dist-types/ts3.4/models/errors.d.ts +3 -9
  115. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  119. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  120. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  121. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  122. package/package.json +39 -39
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -36,10 +33,7 @@ import {
36
33
  HttpAuthSchemeInputConfig,
37
34
  HttpAuthSchemeResolvedConfig,
38
35
  } from "./auth/httpAuthSchemeProvider";
39
- import {
40
- CreateApiCommandInput,
41
- CreateApiCommandOutput,
42
- } from "./commands/CreateApiCommand";
36
+ import { CreateApiCommandInput, CreateApiCommandOutput } from "./commands/CreateApiCommand";
43
37
  import {
44
38
  CreateApiMappingCommandInput,
45
39
  CreateApiMappingCommandOutput,
@@ -64,10 +58,7 @@ import {
64
58
  CreateIntegrationResponseCommandInput,
65
59
  CreateIntegrationResponseCommandOutput,
66
60
  } from "./commands/CreateIntegrationResponseCommand";
67
- import {
68
- CreateModelCommandInput,
69
- CreateModelCommandOutput,
70
- } from "./commands/CreateModelCommand";
61
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
71
62
  import {
72
63
  CreatePortalCommandInput,
73
64
  CreatePortalCommandOutput,
@@ -84,10 +75,7 @@ import {
84
75
  CreateProductRestEndpointPageCommandInput,
85
76
  CreateProductRestEndpointPageCommandOutput,
86
77
  } from "./commands/CreateProductRestEndpointPageCommand";
87
- import {
88
- CreateRouteCommandInput,
89
- CreateRouteCommandOutput,
90
- } from "./commands/CreateRouteCommand";
78
+ import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
91
79
  import {
92
80
  CreateRouteResponseCommandInput,
93
81
  CreateRouteResponseCommandOutput,
@@ -96,10 +84,7 @@ import {
96
84
  CreateRoutingRuleCommandInput,
97
85
  CreateRoutingRuleCommandOutput,
98
86
  } from "./commands/CreateRoutingRuleCommand";
99
- import {
100
- CreateStageCommandInput,
101
- CreateStageCommandOutput,
102
- } from "./commands/CreateStageCommand";
87
+ import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
103
88
  import {
104
89
  CreateVpcLinkCommandInput,
105
90
  CreateVpcLinkCommandOutput,
@@ -108,10 +93,7 @@ import {
108
93
  DeleteAccessLogSettingsCommandInput,
109
94
  DeleteAccessLogSettingsCommandOutput,
110
95
  } from "./commands/DeleteAccessLogSettingsCommand";
111
- import {
112
- DeleteApiCommandInput,
113
- DeleteApiCommandOutput,
114
- } from "./commands/DeleteApiCommand";
96
+ import { DeleteApiCommandInput, DeleteApiCommandOutput } from "./commands/DeleteApiCommand";
115
97
  import {
116
98
  DeleteApiMappingCommandInput,
117
99
  DeleteApiMappingCommandOutput,
@@ -140,10 +122,7 @@ import {
140
122
  DeleteIntegrationResponseCommandInput,
141
123
  DeleteIntegrationResponseCommandOutput,
142
124
  } from "./commands/DeleteIntegrationResponseCommand";
143
- import {
144
- DeleteModelCommandInput,
145
- DeleteModelCommandOutput,
146
- } from "./commands/DeleteModelCommand";
125
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
147
126
  import {
148
127
  DeletePortalCommandInput,
149
128
  DeletePortalCommandOutput,
@@ -164,10 +143,7 @@ import {
164
143
  DeleteProductRestEndpointPageCommandInput,
165
144
  DeleteProductRestEndpointPageCommandOutput,
166
145
  } from "./commands/DeleteProductRestEndpointPageCommand";
167
- import {
168
- DeleteRouteCommandInput,
169
- DeleteRouteCommandOutput,
170
- } from "./commands/DeleteRouteCommand";
146
+ import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
171
147
  import {
172
148
  DeleteRouteRequestParameterCommandInput,
173
149
  DeleteRouteRequestParameterCommandOutput,
@@ -184,10 +160,7 @@ import {
184
160
  DeleteRoutingRuleCommandInput,
185
161
  DeleteRoutingRuleCommandOutput,
186
162
  } from "./commands/DeleteRoutingRuleCommand";
187
- import {
188
- DeleteStageCommandInput,
189
- DeleteStageCommandOutput,
190
- } from "./commands/DeleteStageCommand";
163
+ import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
191
164
  import {
192
165
  DeleteVpcLinkCommandInput,
193
166
  DeleteVpcLinkCommandOutput,
@@ -196,14 +169,8 @@ import {
196
169
  DisablePortalCommandInput,
197
170
  DisablePortalCommandOutput,
198
171
  } from "./commands/DisablePortalCommand";
199
- import {
200
- ExportApiCommandInput,
201
- ExportApiCommandOutput,
202
- } from "./commands/ExportApiCommand";
203
- import {
204
- GetApiCommandInput,
205
- GetApiCommandOutput,
206
- } from "./commands/GetApiCommand";
172
+ import { ExportApiCommandInput, ExportApiCommandOutput } from "./commands/ExportApiCommand";
173
+ import { GetApiCommandInput, GetApiCommandOutput } from "./commands/GetApiCommand";
207
174
  import {
208
175
  GetApiMappingCommandInput,
209
176
  GetApiMappingCommandOutput,
@@ -212,10 +179,7 @@ import {
212
179
  GetApiMappingsCommandInput,
213
180
  GetApiMappingsCommandOutput,
214
181
  } from "./commands/GetApiMappingsCommand";
215
- import {
216
- GetApisCommandInput,
217
- GetApisCommandOutput,
218
- } from "./commands/GetApisCommand";
182
+ import { GetApisCommandInput, GetApisCommandOutput } from "./commands/GetApisCommand";
219
183
  import {
220
184
  GetAuthorizerCommandInput,
221
185
  GetAuthorizerCommandOutput,
@@ -256,22 +220,13 @@ import {
256
220
  GetIntegrationsCommandInput,
257
221
  GetIntegrationsCommandOutput,
258
222
  } from "./commands/GetIntegrationsCommand";
259
- import {
260
- GetModelCommandInput,
261
- GetModelCommandOutput,
262
- } from "./commands/GetModelCommand";
263
- import {
264
- GetModelsCommandInput,
265
- GetModelsCommandOutput,
266
- } from "./commands/GetModelsCommand";
223
+ import { GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
224
+ import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
267
225
  import {
268
226
  GetModelTemplateCommandInput,
269
227
  GetModelTemplateCommandOutput,
270
228
  } from "./commands/GetModelTemplateCommand";
271
- import {
272
- GetPortalCommandInput,
273
- GetPortalCommandOutput,
274
- } from "./commands/GetPortalCommand";
229
+ import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
275
230
  import {
276
231
  GetPortalProductCommandInput,
277
232
  GetPortalProductCommandOutput,
@@ -288,10 +243,7 @@ import {
288
243
  GetProductRestEndpointPageCommandInput,
289
244
  GetProductRestEndpointPageCommandOutput,
290
245
  } from "./commands/GetProductRestEndpointPageCommand";
291
- import {
292
- GetRouteCommandInput,
293
- GetRouteCommandOutput,
294
- } from "./commands/GetRouteCommand";
246
+ import { GetRouteCommandInput, GetRouteCommandOutput } from "./commands/GetRouteCommand";
295
247
  import {
296
248
  GetRouteResponseCommandInput,
297
249
  GetRouteResponseCommandOutput,
@@ -300,46 +252,22 @@ import {
300
252
  GetRouteResponsesCommandInput,
301
253
  GetRouteResponsesCommandOutput,
302
254
  } from "./commands/GetRouteResponsesCommand";
303
- import {
304
- GetRoutesCommandInput,
305
- GetRoutesCommandOutput,
306
- } from "./commands/GetRoutesCommand";
255
+ import { GetRoutesCommandInput, GetRoutesCommandOutput } from "./commands/GetRoutesCommand";
307
256
  import {
308
257
  GetRoutingRuleCommandInput,
309
258
  GetRoutingRuleCommandOutput,
310
259
  } from "./commands/GetRoutingRuleCommand";
311
- import {
312
- GetStageCommandInput,
313
- GetStageCommandOutput,
314
- } from "./commands/GetStageCommand";
315
- import {
316
- GetStagesCommandInput,
317
- GetStagesCommandOutput,
318
- } from "./commands/GetStagesCommand";
319
- import {
320
- GetTagsCommandInput,
321
- GetTagsCommandOutput,
322
- } from "./commands/GetTagsCommand";
323
- import {
324
- GetVpcLinkCommandInput,
325
- GetVpcLinkCommandOutput,
326
- } from "./commands/GetVpcLinkCommand";
327
- import {
328
- GetVpcLinksCommandInput,
329
- GetVpcLinksCommandOutput,
330
- } from "./commands/GetVpcLinksCommand";
331
- import {
332
- ImportApiCommandInput,
333
- ImportApiCommandOutput,
334
- } from "./commands/ImportApiCommand";
260
+ import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
261
+ import { GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
262
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
263
+ import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
264
+ import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
265
+ import { ImportApiCommandInput, ImportApiCommandOutput } from "./commands/ImportApiCommand";
335
266
  import {
336
267
  ListPortalProductsCommandInput,
337
268
  ListPortalProductsCommandOutput,
338
269
  } from "./commands/ListPortalProductsCommand";
339
- import {
340
- ListPortalsCommandInput,
341
- ListPortalsCommandOutput,
342
- } from "./commands/ListPortalsCommand";
270
+ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
343
271
  import {
344
272
  ListProductPagesCommandInput,
345
273
  ListProductPagesCommandOutput,
@@ -368,26 +296,17 @@ import {
368
296
  PutRoutingRuleCommandInput,
369
297
  PutRoutingRuleCommandOutput,
370
298
  } from "./commands/PutRoutingRuleCommand";
371
- import {
372
- ReimportApiCommandInput,
373
- ReimportApiCommandOutput,
374
- } from "./commands/ReimportApiCommand";
299
+ import { ReimportApiCommandInput, ReimportApiCommandOutput } from "./commands/ReimportApiCommand";
375
300
  import {
376
301
  ResetAuthorizersCacheCommandInput,
377
302
  ResetAuthorizersCacheCommandOutput,
378
303
  } from "./commands/ResetAuthorizersCacheCommand";
379
- import {
380
- TagResourceCommandInput,
381
- TagResourceCommandOutput,
382
- } from "./commands/TagResourceCommand";
304
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
383
305
  import {
384
306
  UntagResourceCommandInput,
385
307
  UntagResourceCommandOutput,
386
308
  } from "./commands/UntagResourceCommand";
387
- import {
388
- UpdateApiCommandInput,
389
- UpdateApiCommandOutput,
390
- } from "./commands/UpdateApiCommand";
309
+ import { UpdateApiCommandInput, UpdateApiCommandOutput } from "./commands/UpdateApiCommand";
391
310
  import {
392
311
  UpdateApiMappingCommandInput,
393
312
  UpdateApiMappingCommandOutput,
@@ -412,10 +331,7 @@ import {
412
331
  UpdateIntegrationResponseCommandInput,
413
332
  UpdateIntegrationResponseCommandOutput,
414
333
  } from "./commands/UpdateIntegrationResponseCommand";
415
- import {
416
- UpdateModelCommandInput,
417
- UpdateModelCommandOutput,
418
- } from "./commands/UpdateModelCommand";
334
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
419
335
  import {
420
336
  UpdatePortalCommandInput,
421
337
  UpdatePortalCommandOutput,
@@ -432,18 +348,12 @@ import {
432
348
  UpdateProductRestEndpointPageCommandInput,
433
349
  UpdateProductRestEndpointPageCommandOutput,
434
350
  } from "./commands/UpdateProductRestEndpointPageCommand";
435
- import {
436
- UpdateRouteCommandInput,
437
- UpdateRouteCommandOutput,
438
- } from "./commands/UpdateRouteCommand";
351
+ import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
439
352
  import {
440
353
  UpdateRouteResponseCommandInput,
441
354
  UpdateRouteResponseCommandOutput,
442
355
  } from "./commands/UpdateRouteResponseCommand";
443
- import {
444
- UpdateStageCommandInput,
445
- UpdateStageCommandOutput,
446
- } from "./commands/UpdateStageCommand";
356
+ import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
447
357
  import {
448
358
  UpdateVpcLinkCommandInput,
449
359
  UpdateVpcLinkCommandOutput,
@@ -663,8 +573,7 @@ export type ServiceOutputTypes =
663
573
  | UpdateRouteResponseCommandOutput
664
574
  | UpdateStageCommandOutput
665
575
  | UpdateVpcLinkCommandOutput;
666
- export interface ClientDefaults
667
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
576
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
668
577
  requestHandler?: __HttpHandlerUserInput;
669
578
  sha256?: __ChecksumConstructor | __HashConstructor;
670
579
  urlParser?: __UrlParser;
@@ -689,9 +598,7 @@ export interface ClientDefaults
689
598
  extensions?: RuntimeExtension[];
690
599
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
691
600
  }
692
- export type ApiGatewayV2ClientConfigType = Partial<
693
- __SmithyConfiguration<__HttpHandlerOptions>
694
- > &
601
+ export type ApiGatewayV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
695
602
  ClientDefaults &
696
603
  UserAgentInputConfig &
697
604
  RetryInputConfig &
@@ -700,8 +607,7 @@ export type ApiGatewayV2ClientConfigType = Partial<
700
607
  EndpointInputConfig<EndpointParameters> &
701
608
  HttpAuthSchemeInputConfig &
702
609
  ClientInputEndpointParameters;
703
- export interface ApiGatewayV2ClientConfig
704
- extends ApiGatewayV2ClientConfigType {}
610
+ export interface ApiGatewayV2ClientConfig extends ApiGatewayV2ClientConfigType {}
705
611
  export type ApiGatewayV2ClientResolvedConfigType =
706
612
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
707
613
  Required<ClientDefaults> &
@@ -713,8 +619,7 @@ export type ApiGatewayV2ClientResolvedConfigType =
713
619
  EndpointResolvedConfig<EndpointParameters> &
714
620
  HttpAuthSchemeResolvedConfig &
715
621
  ClientResolvedEndpointParameters;
716
- export interface ApiGatewayV2ClientResolvedConfig
717
- extends ApiGatewayV2ClientResolvedConfigType {}
622
+ export interface ApiGatewayV2ClientResolvedConfig extends ApiGatewayV2ClientResolvedConfigType {}
718
623
  export declare class ApiGatewayV2Client extends __Client<
719
624
  __HttpHandlerOptions,
720
625
  ServiceInputTypes,
@@ -722,8 +627,6 @@ export declare class ApiGatewayV2Client extends __Client<
722
627
  ApiGatewayV2ClientResolvedConfig
723
628
  > {
724
629
  readonly config: ApiGatewayV2ClientResolvedConfig;
725
- constructor(
726
- ...[configuration]: __CheckOptionalClientConfig<ApiGatewayV2ClientConfig>
727
- );
630
+ constructor(...[configuration]: __CheckOptionalClientConfig<ApiGatewayV2ClientConfig>);
728
631
  destroy(): void;
729
632
  }
@@ -7,17 +7,10 @@ import { ApiGatewayV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ApiGatewayV2HttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: ApiGatewayV2HttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): ApiGatewayV2HttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { ApiGatewayV2ClientResolvedConfig } from "../ApiGatewayV2Client";
15
- export interface ApiGatewayV2HttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface ApiGatewayV2HttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface ApiGatewayV2HttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- ApiGatewayV2ClientResolvedConfig,
22
- HandlerExecutionContext,
23
- ApiGatewayV2HttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface ApiGatewayV2HttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ ApiGatewayV2ClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ ApiGatewayV2HttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultApiGatewayV2HttpAuthSchemeParametersProvider: (
27
25
  config: ApiGatewayV2ClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<ApiGatewayV2HttpAuthSchemeParameters>;
31
- export interface ApiGatewayV2HttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<ApiGatewayV2HttpAuthSchemeParameters> {}
29
+ export interface ApiGatewayV2HttpAuthSchemeProvider extends HttpAuthSchemeProvider<ApiGatewayV2HttpAuthSchemeParameters> {}
33
30
  export declare const defaultApiGatewayV2HttpAuthSchemeProvider: ApiGatewayV2HttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: ApiGatewayV2HttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: ApiGatewayV2HttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./ApiGatewayV2Client";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  ApiGatewayV2ClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateApiRequest, CreateApiResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateApiCommandInput extends CreateApiRequest {}
5
- export interface CreateApiCommandOutput
6
- extends CreateApiResponse,
7
- __MetadataBearer {}
5
+ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBearer {}
8
6
  declare const CreateApiCommand_base: {
9
- new (input: CreateApiCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: CreateApiCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  CreateApiCommandInput,
11
11
  CreateApiCommandOutput,
12
12
  import("..").ApiGatewayV2ClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: CreateApiCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: CreateApiCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  CreateApiCommandInput,
18
20
  CreateApiCommandOutput,
19
21
  import("..").ApiGatewayV2ClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateApiMappingRequest,
4
- CreateApiMappingResponse,
5
- } from "../models/models_0";
2
+ import { CreateApiMappingRequest, CreateApiMappingResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateApiMappingCommandInput extends CreateApiMappingRequest {}
8
- export interface CreateApiMappingCommandOutput
9
- extends CreateApiMappingResponse,
10
- __MetadataBearer {}
5
+ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse, __MetadataBearer {}
11
6
  declare const CreateApiMappingCommand_base: {
12
7
  new (
13
- input: CreateApiMappingCommandInput
8
+ input: CreateApiMappingCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateApiMappingCommandInput,
16
11
  CreateApiMappingCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateApiMappingCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateApiMappingCommandInput
17
+ input: CreateApiMappingCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateApiMappingCommandInput,
25
20
  CreateApiMappingCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateAuthorizerRequest,
4
- CreateAuthorizerResponse,
5
- } from "../models/models_0";
2
+ import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateAuthorizerCommandInput extends CreateAuthorizerRequest {}
8
- export interface CreateAuthorizerCommandOutput
9
- extends CreateAuthorizerResponse,
10
- __MetadataBearer {}
5
+ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse, __MetadataBearer {}
11
6
  declare const CreateAuthorizerCommand_base: {
12
7
  new (
13
- input: CreateAuthorizerCommandInput
8
+ input: CreateAuthorizerCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateAuthorizerCommandInput,
16
11
  CreateAuthorizerCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateAuthorizerCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateAuthorizerCommandInput
17
+ input: CreateAuthorizerCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateAuthorizerCommandInput,
25
20
  CreateAuthorizerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDeploymentRequest,
4
- CreateDeploymentResponse,
5
- } from "../models/models_0";
2
+ import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
8
- export interface CreateDeploymentCommandOutput
9
- extends CreateDeploymentResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {}
11
6
  declare const CreateDeploymentCommand_base: {
12
7
  new (
13
- input: CreateDeploymentCommandInput
8
+ input: CreateDeploymentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDeploymentCommandInput,
16
11
  CreateDeploymentCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDeploymentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDeploymentCommandInput
17
+ input: CreateDeploymentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDeploymentCommandInput,
25
20
  CreateDeploymentCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDomainNameRequest,
4
- CreateDomainNameResponse,
5
- } from "../models/models_0";
2
+ import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
8
- export interface CreateDomainNameCommandOutput
9
- extends CreateDomainNameResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, __MetadataBearer {}
11
6
  declare const CreateDomainNameCommand_base: {
12
7
  new (
13
- input: CreateDomainNameCommandInput
8
+ input: CreateDomainNameCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDomainNameCommandInput,
16
11
  CreateDomainNameCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDomainNameCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDomainNameCommandInput
17
+ input: CreateDomainNameCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDomainNameCommandInput,
25
20
  CreateDomainNameCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateIntegrationRequest,
4
- CreateIntegrationResult,
5
- } from "../models/models_0";
2
+ import { CreateIntegrationRequest, CreateIntegrationResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateIntegrationCommandInput
8
- extends CreateIntegrationRequest {}
9
- export interface CreateIntegrationCommandOutput
10
- extends CreateIntegrationResult,
11
- __MetadataBearer {}
4
+ export interface CreateIntegrationCommandInput extends CreateIntegrationRequest {}
5
+ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult, __MetadataBearer {}
12
6
  declare const CreateIntegrationCommand_base: {
13
7
  new (
14
- input: CreateIntegrationCommandInput
8
+ input: CreateIntegrationCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  CreateIntegrationCommandInput,
17
11
  CreateIntegrationCommandOutput,
@@ -20,7 +14,7 @@ declare const CreateIntegrationCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: CreateIntegrationCommandInput
17
+ input: CreateIntegrationCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  CreateIntegrationCommandInput,
26
20
  CreateIntegrationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateIntegrationResponseResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateIntegrationResponseCommandInput
8
- extends CreateIntegrationResponseRequest {}
7
+ export interface CreateIntegrationResponseCommandInput extends CreateIntegrationResponseRequest {}
9
8
  export interface CreateIntegrationResponseCommandOutput
10
- extends CreateIntegrationResponseResponse,
11
- __MetadataBearer {}
9
+ extends CreateIntegrationResponseResponse, __MetadataBearer {}
12
10
  declare const CreateIntegrationResponseCommand_base: {
13
11
  new (
14
- input: CreateIntegrationResponseCommandInput
12
+ input: CreateIntegrationResponseCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateIntegrationResponseCommandInput,
17
15
  CreateIntegrationResponseCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateIntegrationResponseCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateIntegrationResponseCommandInput
21
+ input: CreateIntegrationResponseCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateIntegrationResponseCommandInput,
26
24
  CreateIntegrationResponseCommandOutput,