@aws-sdk/client-apigatewayv2 3.1087.0 → 3.1089.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 +38 -38
@@ -4,10 +4,7 @@ import {
4
4
  Paginator,
5
5
  } from "@smithy/types";
6
6
  import { ApiGatewayV2Client } from "./ApiGatewayV2Client";
7
- import {
8
- CreateApiCommandInput,
9
- CreateApiCommandOutput,
10
- } from "./commands/CreateApiCommand";
7
+ import { CreateApiCommandInput, CreateApiCommandOutput } from "./commands/CreateApiCommand";
11
8
  import {
12
9
  CreateApiMappingCommandInput,
13
10
  CreateApiMappingCommandOutput,
@@ -32,10 +29,7 @@ import {
32
29
  CreateIntegrationResponseCommandInput,
33
30
  CreateIntegrationResponseCommandOutput,
34
31
  } from "./commands/CreateIntegrationResponseCommand";
35
- import {
36
- CreateModelCommandInput,
37
- CreateModelCommandOutput,
38
- } from "./commands/CreateModelCommand";
32
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
39
33
  import {
40
34
  CreatePortalCommandInput,
41
35
  CreatePortalCommandOutput,
@@ -52,10 +46,7 @@ import {
52
46
  CreateProductRestEndpointPageCommandInput,
53
47
  CreateProductRestEndpointPageCommandOutput,
54
48
  } from "./commands/CreateProductRestEndpointPageCommand";
55
- import {
56
- CreateRouteCommandInput,
57
- CreateRouteCommandOutput,
58
- } from "./commands/CreateRouteCommand";
49
+ import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
59
50
  import {
60
51
  CreateRouteResponseCommandInput,
61
52
  CreateRouteResponseCommandOutput,
@@ -64,10 +55,7 @@ import {
64
55
  CreateRoutingRuleCommandInput,
65
56
  CreateRoutingRuleCommandOutput,
66
57
  } from "./commands/CreateRoutingRuleCommand";
67
- import {
68
- CreateStageCommandInput,
69
- CreateStageCommandOutput,
70
- } from "./commands/CreateStageCommand";
58
+ import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
71
59
  import {
72
60
  CreateVpcLinkCommandInput,
73
61
  CreateVpcLinkCommandOutput,
@@ -76,10 +64,7 @@ import {
76
64
  DeleteAccessLogSettingsCommandInput,
77
65
  DeleteAccessLogSettingsCommandOutput,
78
66
  } from "./commands/DeleteAccessLogSettingsCommand";
79
- import {
80
- DeleteApiCommandInput,
81
- DeleteApiCommandOutput,
82
- } from "./commands/DeleteApiCommand";
67
+ import { DeleteApiCommandInput, DeleteApiCommandOutput } from "./commands/DeleteApiCommand";
83
68
  import {
84
69
  DeleteApiMappingCommandInput,
85
70
  DeleteApiMappingCommandOutput,
@@ -108,10 +93,7 @@ import {
108
93
  DeleteIntegrationResponseCommandInput,
109
94
  DeleteIntegrationResponseCommandOutput,
110
95
  } from "./commands/DeleteIntegrationResponseCommand";
111
- import {
112
- DeleteModelCommandInput,
113
- DeleteModelCommandOutput,
114
- } from "./commands/DeleteModelCommand";
96
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
115
97
  import {
116
98
  DeletePortalCommandInput,
117
99
  DeletePortalCommandOutput,
@@ -132,10 +114,7 @@ import {
132
114
  DeleteProductRestEndpointPageCommandInput,
133
115
  DeleteProductRestEndpointPageCommandOutput,
134
116
  } from "./commands/DeleteProductRestEndpointPageCommand";
135
- import {
136
- DeleteRouteCommandInput,
137
- DeleteRouteCommandOutput,
138
- } from "./commands/DeleteRouteCommand";
117
+ import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
139
118
  import {
140
119
  DeleteRouteRequestParameterCommandInput,
141
120
  DeleteRouteRequestParameterCommandOutput,
@@ -152,10 +131,7 @@ import {
152
131
  DeleteRoutingRuleCommandInput,
153
132
  DeleteRoutingRuleCommandOutput,
154
133
  } from "./commands/DeleteRoutingRuleCommand";
155
- import {
156
- DeleteStageCommandInput,
157
- DeleteStageCommandOutput,
158
- } from "./commands/DeleteStageCommand";
134
+ import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
159
135
  import {
160
136
  DeleteVpcLinkCommandInput,
161
137
  DeleteVpcLinkCommandOutput,
@@ -164,14 +140,8 @@ import {
164
140
  DisablePortalCommandInput,
165
141
  DisablePortalCommandOutput,
166
142
  } from "./commands/DisablePortalCommand";
167
- import {
168
- ExportApiCommandInput,
169
- ExportApiCommandOutput,
170
- } from "./commands/ExportApiCommand";
171
- import {
172
- GetApiCommandInput,
173
- GetApiCommandOutput,
174
- } from "./commands/GetApiCommand";
143
+ import { ExportApiCommandInput, ExportApiCommandOutput } from "./commands/ExportApiCommand";
144
+ import { GetApiCommandInput, GetApiCommandOutput } from "./commands/GetApiCommand";
175
145
  import {
176
146
  GetApiMappingCommandInput,
177
147
  GetApiMappingCommandOutput,
@@ -180,10 +150,7 @@ import {
180
150
  GetApiMappingsCommandInput,
181
151
  GetApiMappingsCommandOutput,
182
152
  } from "./commands/GetApiMappingsCommand";
183
- import {
184
- GetApisCommandInput,
185
- GetApisCommandOutput,
186
- } from "./commands/GetApisCommand";
153
+ import { GetApisCommandInput, GetApisCommandOutput } from "./commands/GetApisCommand";
187
154
  import {
188
155
  GetAuthorizerCommandInput,
189
156
  GetAuthorizerCommandOutput,
@@ -224,22 +191,13 @@ import {
224
191
  GetIntegrationsCommandInput,
225
192
  GetIntegrationsCommandOutput,
226
193
  } from "./commands/GetIntegrationsCommand";
227
- import {
228
- GetModelCommandInput,
229
- GetModelCommandOutput,
230
- } from "./commands/GetModelCommand";
231
- import {
232
- GetModelsCommandInput,
233
- GetModelsCommandOutput,
234
- } from "./commands/GetModelsCommand";
194
+ import { GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
195
+ import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
235
196
  import {
236
197
  GetModelTemplateCommandInput,
237
198
  GetModelTemplateCommandOutput,
238
199
  } from "./commands/GetModelTemplateCommand";
239
- import {
240
- GetPortalCommandInput,
241
- GetPortalCommandOutput,
242
- } from "./commands/GetPortalCommand";
200
+ import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
243
201
  import {
244
202
  GetPortalProductCommandInput,
245
203
  GetPortalProductCommandOutput,
@@ -256,10 +214,7 @@ import {
256
214
  GetProductRestEndpointPageCommandInput,
257
215
  GetProductRestEndpointPageCommandOutput,
258
216
  } from "./commands/GetProductRestEndpointPageCommand";
259
- import {
260
- GetRouteCommandInput,
261
- GetRouteCommandOutput,
262
- } from "./commands/GetRouteCommand";
217
+ import { GetRouteCommandInput, GetRouteCommandOutput } from "./commands/GetRouteCommand";
263
218
  import {
264
219
  GetRouteResponseCommandInput,
265
220
  GetRouteResponseCommandOutput,
@@ -268,46 +223,22 @@ import {
268
223
  GetRouteResponsesCommandInput,
269
224
  GetRouteResponsesCommandOutput,
270
225
  } from "./commands/GetRouteResponsesCommand";
271
- import {
272
- GetRoutesCommandInput,
273
- GetRoutesCommandOutput,
274
- } from "./commands/GetRoutesCommand";
226
+ import { GetRoutesCommandInput, GetRoutesCommandOutput } from "./commands/GetRoutesCommand";
275
227
  import {
276
228
  GetRoutingRuleCommandInput,
277
229
  GetRoutingRuleCommandOutput,
278
230
  } from "./commands/GetRoutingRuleCommand";
279
- import {
280
- GetStageCommandInput,
281
- GetStageCommandOutput,
282
- } from "./commands/GetStageCommand";
283
- import {
284
- GetStagesCommandInput,
285
- GetStagesCommandOutput,
286
- } from "./commands/GetStagesCommand";
287
- import {
288
- GetTagsCommandInput,
289
- GetTagsCommandOutput,
290
- } from "./commands/GetTagsCommand";
291
- import {
292
- GetVpcLinkCommandInput,
293
- GetVpcLinkCommandOutput,
294
- } from "./commands/GetVpcLinkCommand";
295
- import {
296
- GetVpcLinksCommandInput,
297
- GetVpcLinksCommandOutput,
298
- } from "./commands/GetVpcLinksCommand";
299
- import {
300
- ImportApiCommandInput,
301
- ImportApiCommandOutput,
302
- } from "./commands/ImportApiCommand";
231
+ import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
232
+ import { GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
233
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
234
+ import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
235
+ import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
236
+ import { ImportApiCommandInput, ImportApiCommandOutput } from "./commands/ImportApiCommand";
303
237
  import {
304
238
  ListPortalProductsCommandInput,
305
239
  ListPortalProductsCommandOutput,
306
240
  } from "./commands/ListPortalProductsCommand";
307
- import {
308
- ListPortalsCommandInput,
309
- ListPortalsCommandOutput,
310
- } from "./commands/ListPortalsCommand";
241
+ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
311
242
  import {
312
243
  ListProductPagesCommandInput,
313
244
  ListProductPagesCommandOutput,
@@ -336,26 +267,17 @@ import {
336
267
  PutRoutingRuleCommandInput,
337
268
  PutRoutingRuleCommandOutput,
338
269
  } from "./commands/PutRoutingRuleCommand";
339
- import {
340
- ReimportApiCommandInput,
341
- ReimportApiCommandOutput,
342
- } from "./commands/ReimportApiCommand";
270
+ import { ReimportApiCommandInput, ReimportApiCommandOutput } from "./commands/ReimportApiCommand";
343
271
  import {
344
272
  ResetAuthorizersCacheCommandInput,
345
273
  ResetAuthorizersCacheCommandOutput,
346
274
  } from "./commands/ResetAuthorizersCacheCommand";
347
- import {
348
- TagResourceCommandInput,
349
- TagResourceCommandOutput,
350
- } from "./commands/TagResourceCommand";
275
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
351
276
  import {
352
277
  UntagResourceCommandInput,
353
278
  UntagResourceCommandOutput,
354
279
  } from "./commands/UntagResourceCommand";
355
- import {
356
- UpdateApiCommandInput,
357
- UpdateApiCommandOutput,
358
- } from "./commands/UpdateApiCommand";
280
+ import { UpdateApiCommandInput, UpdateApiCommandOutput } from "./commands/UpdateApiCommand";
359
281
  import {
360
282
  UpdateApiMappingCommandInput,
361
283
  UpdateApiMappingCommandOutput,
@@ -380,10 +302,7 @@ import {
380
302
  UpdateIntegrationResponseCommandInput,
381
303
  UpdateIntegrationResponseCommandOutput,
382
304
  } from "./commands/UpdateIntegrationResponseCommand";
383
- import {
384
- UpdateModelCommandInput,
385
- UpdateModelCommandOutput,
386
- } from "./commands/UpdateModelCommand";
305
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
387
306
  import {
388
307
  UpdatePortalCommandInput,
389
308
  UpdatePortalCommandOutput,
@@ -400,18 +319,12 @@ import {
400
319
  UpdateProductRestEndpointPageCommandInput,
401
320
  UpdateProductRestEndpointPageCommandOutput,
402
321
  } from "./commands/UpdateProductRestEndpointPageCommand";
403
- import {
404
- UpdateRouteCommandInput,
405
- UpdateRouteCommandOutput,
406
- } from "./commands/UpdateRouteCommand";
322
+ import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
407
323
  import {
408
324
  UpdateRouteResponseCommandInput,
409
325
  UpdateRouteResponseCommandOutput,
410
326
  } from "./commands/UpdateRouteResponseCommand";
411
- import {
412
- UpdateStageCommandInput,
413
- UpdateStageCommandOutput,
414
- } from "./commands/UpdateStageCommand";
327
+ import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
415
328
  import {
416
329
  UpdateVpcLinkCommandInput,
417
330
  UpdateVpcLinkCommandOutput,
@@ -419,1356 +332,1327 @@ import {
419
332
  export interface ApiGatewayV2 {
420
333
  createApi(
421
334
  args: CreateApiCommandInput,
422
- options?: __HttpHandlerOptions
335
+ options?: __HttpHandlerOptions,
423
336
  ): Promise<CreateApiCommandOutput>;
424
337
  createApi(
425
338
  args: CreateApiCommandInput,
426
- cb: (err: any, data?: CreateApiCommandOutput) => void
339
+ cb: (err: any, data?: CreateApiCommandOutput) => void,
427
340
  ): void;
428
341
  createApi(
429
342
  args: CreateApiCommandInput,
430
343
  options: __HttpHandlerOptions,
431
- cb: (err: any, data?: CreateApiCommandOutput) => void
344
+ cb: (err: any, data?: CreateApiCommandOutput) => void,
432
345
  ): void;
433
346
  createApiMapping(
434
347
  args: CreateApiMappingCommandInput,
435
- options?: __HttpHandlerOptions
348
+ options?: __HttpHandlerOptions,
436
349
  ): Promise<CreateApiMappingCommandOutput>;
437
350
  createApiMapping(
438
351
  args: CreateApiMappingCommandInput,
439
- cb: (err: any, data?: CreateApiMappingCommandOutput) => void
352
+ cb: (err: any, data?: CreateApiMappingCommandOutput) => void,
440
353
  ): void;
441
354
  createApiMapping(
442
355
  args: CreateApiMappingCommandInput,
443
356
  options: __HttpHandlerOptions,
444
- cb: (err: any, data?: CreateApiMappingCommandOutput) => void
357
+ cb: (err: any, data?: CreateApiMappingCommandOutput) => void,
445
358
  ): void;
446
359
  createAuthorizer(
447
360
  args: CreateAuthorizerCommandInput,
448
- options?: __HttpHandlerOptions
361
+ options?: __HttpHandlerOptions,
449
362
  ): Promise<CreateAuthorizerCommandOutput>;
450
363
  createAuthorizer(
451
364
  args: CreateAuthorizerCommandInput,
452
- cb: (err: any, data?: CreateAuthorizerCommandOutput) => void
365
+ cb: (err: any, data?: CreateAuthorizerCommandOutput) => void,
453
366
  ): void;
454
367
  createAuthorizer(
455
368
  args: CreateAuthorizerCommandInput,
456
369
  options: __HttpHandlerOptions,
457
- cb: (err: any, data?: CreateAuthorizerCommandOutput) => void
370
+ cb: (err: any, data?: CreateAuthorizerCommandOutput) => void,
458
371
  ): void;
459
372
  createDeployment(
460
373
  args: CreateDeploymentCommandInput,
461
- options?: __HttpHandlerOptions
374
+ options?: __HttpHandlerOptions,
462
375
  ): Promise<CreateDeploymentCommandOutput>;
463
376
  createDeployment(
464
377
  args: CreateDeploymentCommandInput,
465
- cb: (err: any, data?: CreateDeploymentCommandOutput) => void
378
+ cb: (err: any, data?: CreateDeploymentCommandOutput) => void,
466
379
  ): void;
467
380
  createDeployment(
468
381
  args: CreateDeploymentCommandInput,
469
382
  options: __HttpHandlerOptions,
470
- cb: (err: any, data?: CreateDeploymentCommandOutput) => void
383
+ cb: (err: any, data?: CreateDeploymentCommandOutput) => void,
471
384
  ): void;
472
385
  createDomainName(
473
386
  args: CreateDomainNameCommandInput,
474
- options?: __HttpHandlerOptions
387
+ options?: __HttpHandlerOptions,
475
388
  ): Promise<CreateDomainNameCommandOutput>;
476
389
  createDomainName(
477
390
  args: CreateDomainNameCommandInput,
478
- cb: (err: any, data?: CreateDomainNameCommandOutput) => void
391
+ cb: (err: any, data?: CreateDomainNameCommandOutput) => void,
479
392
  ): void;
480
393
  createDomainName(
481
394
  args: CreateDomainNameCommandInput,
482
395
  options: __HttpHandlerOptions,
483
- cb: (err: any, data?: CreateDomainNameCommandOutput) => void
396
+ cb: (err: any, data?: CreateDomainNameCommandOutput) => void,
484
397
  ): void;
485
398
  createIntegration(
486
399
  args: CreateIntegrationCommandInput,
487
- options?: __HttpHandlerOptions
400
+ options?: __HttpHandlerOptions,
488
401
  ): Promise<CreateIntegrationCommandOutput>;
489
402
  createIntegration(
490
403
  args: CreateIntegrationCommandInput,
491
- cb: (err: any, data?: CreateIntegrationCommandOutput) => void
404
+ cb: (err: any, data?: CreateIntegrationCommandOutput) => void,
492
405
  ): void;
493
406
  createIntegration(
494
407
  args: CreateIntegrationCommandInput,
495
408
  options: __HttpHandlerOptions,
496
- cb: (err: any, data?: CreateIntegrationCommandOutput) => void
409
+ cb: (err: any, data?: CreateIntegrationCommandOutput) => void,
497
410
  ): void;
498
411
  createIntegrationResponse(
499
412
  args: CreateIntegrationResponseCommandInput,
500
- options?: __HttpHandlerOptions
413
+ options?: __HttpHandlerOptions,
501
414
  ): Promise<CreateIntegrationResponseCommandOutput>;
502
415
  createIntegrationResponse(
503
416
  args: CreateIntegrationResponseCommandInput,
504
- cb: (err: any, data?: CreateIntegrationResponseCommandOutput) => void
417
+ cb: (err: any, data?: CreateIntegrationResponseCommandOutput) => void,
505
418
  ): void;
506
419
  createIntegrationResponse(
507
420
  args: CreateIntegrationResponseCommandInput,
508
421
  options: __HttpHandlerOptions,
509
- cb: (err: any, data?: CreateIntegrationResponseCommandOutput) => void
422
+ cb: (err: any, data?: CreateIntegrationResponseCommandOutput) => void,
510
423
  ): void;
511
424
  createModel(
512
425
  args: CreateModelCommandInput,
513
- options?: __HttpHandlerOptions
426
+ options?: __HttpHandlerOptions,
514
427
  ): Promise<CreateModelCommandOutput>;
515
428
  createModel(
516
429
  args: CreateModelCommandInput,
517
- cb: (err: any, data?: CreateModelCommandOutput) => void
430
+ cb: (err: any, data?: CreateModelCommandOutput) => void,
518
431
  ): void;
519
432
  createModel(
520
433
  args: CreateModelCommandInput,
521
434
  options: __HttpHandlerOptions,
522
- cb: (err: any, data?: CreateModelCommandOutput) => void
435
+ cb: (err: any, data?: CreateModelCommandOutput) => void,
523
436
  ): void;
524
437
  createPortal(
525
438
  args: CreatePortalCommandInput,
526
- options?: __HttpHandlerOptions
439
+ options?: __HttpHandlerOptions,
527
440
  ): Promise<CreatePortalCommandOutput>;
528
441
  createPortal(
529
442
  args: CreatePortalCommandInput,
530
- cb: (err: any, data?: CreatePortalCommandOutput) => void
443
+ cb: (err: any, data?: CreatePortalCommandOutput) => void,
531
444
  ): void;
532
445
  createPortal(
533
446
  args: CreatePortalCommandInput,
534
447
  options: __HttpHandlerOptions,
535
- cb: (err: any, data?: CreatePortalCommandOutput) => void
448
+ cb: (err: any, data?: CreatePortalCommandOutput) => void,
536
449
  ): void;
537
450
  createPortalProduct(
538
451
  args: CreatePortalProductCommandInput,
539
- options?: __HttpHandlerOptions
452
+ options?: __HttpHandlerOptions,
540
453
  ): Promise<CreatePortalProductCommandOutput>;
541
454
  createPortalProduct(
542
455
  args: CreatePortalProductCommandInput,
543
- cb: (err: any, data?: CreatePortalProductCommandOutput) => void
456
+ cb: (err: any, data?: CreatePortalProductCommandOutput) => void,
544
457
  ): void;
545
458
  createPortalProduct(
546
459
  args: CreatePortalProductCommandInput,
547
460
  options: __HttpHandlerOptions,
548
- cb: (err: any, data?: CreatePortalProductCommandOutput) => void
461
+ cb: (err: any, data?: CreatePortalProductCommandOutput) => void,
549
462
  ): void;
550
463
  createProductPage(
551
464
  args: CreateProductPageCommandInput,
552
- options?: __HttpHandlerOptions
465
+ options?: __HttpHandlerOptions,
553
466
  ): Promise<CreateProductPageCommandOutput>;
554
467
  createProductPage(
555
468
  args: CreateProductPageCommandInput,
556
- cb: (err: any, data?: CreateProductPageCommandOutput) => void
469
+ cb: (err: any, data?: CreateProductPageCommandOutput) => void,
557
470
  ): void;
558
471
  createProductPage(
559
472
  args: CreateProductPageCommandInput,
560
473
  options: __HttpHandlerOptions,
561
- cb: (err: any, data?: CreateProductPageCommandOutput) => void
474
+ cb: (err: any, data?: CreateProductPageCommandOutput) => void,
562
475
  ): void;
563
476
  createProductRestEndpointPage(
564
477
  args: CreateProductRestEndpointPageCommandInput,
565
- options?: __HttpHandlerOptions
478
+ options?: __HttpHandlerOptions,
566
479
  ): Promise<CreateProductRestEndpointPageCommandOutput>;
567
480
  createProductRestEndpointPage(
568
481
  args: CreateProductRestEndpointPageCommandInput,
569
- cb: (err: any, data?: CreateProductRestEndpointPageCommandOutput) => void
482
+ cb: (err: any, data?: CreateProductRestEndpointPageCommandOutput) => void,
570
483
  ): void;
571
484
  createProductRestEndpointPage(
572
485
  args: CreateProductRestEndpointPageCommandInput,
573
486
  options: __HttpHandlerOptions,
574
- cb: (err: any, data?: CreateProductRestEndpointPageCommandOutput) => void
487
+ cb: (err: any, data?: CreateProductRestEndpointPageCommandOutput) => void,
575
488
  ): void;
576
489
  createRoute(
577
490
  args: CreateRouteCommandInput,
578
- options?: __HttpHandlerOptions
491
+ options?: __HttpHandlerOptions,
579
492
  ): Promise<CreateRouteCommandOutput>;
580
493
  createRoute(
581
494
  args: CreateRouteCommandInput,
582
- cb: (err: any, data?: CreateRouteCommandOutput) => void
495
+ cb: (err: any, data?: CreateRouteCommandOutput) => void,
583
496
  ): void;
584
497
  createRoute(
585
498
  args: CreateRouteCommandInput,
586
499
  options: __HttpHandlerOptions,
587
- cb: (err: any, data?: CreateRouteCommandOutput) => void
500
+ cb: (err: any, data?: CreateRouteCommandOutput) => void,
588
501
  ): void;
589
502
  createRouteResponse(
590
503
  args: CreateRouteResponseCommandInput,
591
- options?: __HttpHandlerOptions
504
+ options?: __HttpHandlerOptions,
592
505
  ): Promise<CreateRouteResponseCommandOutput>;
593
506
  createRouteResponse(
594
507
  args: CreateRouteResponseCommandInput,
595
- cb: (err: any, data?: CreateRouteResponseCommandOutput) => void
508
+ cb: (err: any, data?: CreateRouteResponseCommandOutput) => void,
596
509
  ): void;
597
510
  createRouteResponse(
598
511
  args: CreateRouteResponseCommandInput,
599
512
  options: __HttpHandlerOptions,
600
- cb: (err: any, data?: CreateRouteResponseCommandOutput) => void
513
+ cb: (err: any, data?: CreateRouteResponseCommandOutput) => void,
601
514
  ): void;
602
515
  createRoutingRule(
603
516
  args: CreateRoutingRuleCommandInput,
604
- options?: __HttpHandlerOptions
517
+ options?: __HttpHandlerOptions,
605
518
  ): Promise<CreateRoutingRuleCommandOutput>;
606
519
  createRoutingRule(
607
520
  args: CreateRoutingRuleCommandInput,
608
- cb: (err: any, data?: CreateRoutingRuleCommandOutput) => void
521
+ cb: (err: any, data?: CreateRoutingRuleCommandOutput) => void,
609
522
  ): void;
610
523
  createRoutingRule(
611
524
  args: CreateRoutingRuleCommandInput,
612
525
  options: __HttpHandlerOptions,
613
- cb: (err: any, data?: CreateRoutingRuleCommandOutput) => void
526
+ cb: (err: any, data?: CreateRoutingRuleCommandOutput) => void,
614
527
  ): void;
615
528
  createStage(
616
529
  args: CreateStageCommandInput,
617
- options?: __HttpHandlerOptions
530
+ options?: __HttpHandlerOptions,
618
531
  ): Promise<CreateStageCommandOutput>;
619
532
  createStage(
620
533
  args: CreateStageCommandInput,
621
- cb: (err: any, data?: CreateStageCommandOutput) => void
534
+ cb: (err: any, data?: CreateStageCommandOutput) => void,
622
535
  ): void;
623
536
  createStage(
624
537
  args: CreateStageCommandInput,
625
538
  options: __HttpHandlerOptions,
626
- cb: (err: any, data?: CreateStageCommandOutput) => void
539
+ cb: (err: any, data?: CreateStageCommandOutput) => void,
627
540
  ): void;
628
541
  createVpcLink(
629
542
  args: CreateVpcLinkCommandInput,
630
- options?: __HttpHandlerOptions
543
+ options?: __HttpHandlerOptions,
631
544
  ): Promise<CreateVpcLinkCommandOutput>;
632
545
  createVpcLink(
633
546
  args: CreateVpcLinkCommandInput,
634
- cb: (err: any, data?: CreateVpcLinkCommandOutput) => void
547
+ cb: (err: any, data?: CreateVpcLinkCommandOutput) => void,
635
548
  ): void;
636
549
  createVpcLink(
637
550
  args: CreateVpcLinkCommandInput,
638
551
  options: __HttpHandlerOptions,
639
- cb: (err: any, data?: CreateVpcLinkCommandOutput) => void
552
+ cb: (err: any, data?: CreateVpcLinkCommandOutput) => void,
640
553
  ): void;
641
554
  deleteAccessLogSettings(
642
555
  args: DeleteAccessLogSettingsCommandInput,
643
- options?: __HttpHandlerOptions
556
+ options?: __HttpHandlerOptions,
644
557
  ): Promise<DeleteAccessLogSettingsCommandOutput>;
645
558
  deleteAccessLogSettings(
646
559
  args: DeleteAccessLogSettingsCommandInput,
647
- cb: (err: any, data?: DeleteAccessLogSettingsCommandOutput) => void
560
+ cb: (err: any, data?: DeleteAccessLogSettingsCommandOutput) => void,
648
561
  ): void;
649
562
  deleteAccessLogSettings(
650
563
  args: DeleteAccessLogSettingsCommandInput,
651
564
  options: __HttpHandlerOptions,
652
- cb: (err: any, data?: DeleteAccessLogSettingsCommandOutput) => void
565
+ cb: (err: any, data?: DeleteAccessLogSettingsCommandOutput) => void,
653
566
  ): void;
654
567
  deleteApi(
655
568
  args: DeleteApiCommandInput,
656
- options?: __HttpHandlerOptions
569
+ options?: __HttpHandlerOptions,
657
570
  ): Promise<DeleteApiCommandOutput>;
658
571
  deleteApi(
659
572
  args: DeleteApiCommandInput,
660
- cb: (err: any, data?: DeleteApiCommandOutput) => void
573
+ cb: (err: any, data?: DeleteApiCommandOutput) => void,
661
574
  ): void;
662
575
  deleteApi(
663
576
  args: DeleteApiCommandInput,
664
577
  options: __HttpHandlerOptions,
665
- cb: (err: any, data?: DeleteApiCommandOutput) => void
578
+ cb: (err: any, data?: DeleteApiCommandOutput) => void,
666
579
  ): void;
667
580
  deleteApiMapping(
668
581
  args: DeleteApiMappingCommandInput,
669
- options?: __HttpHandlerOptions
582
+ options?: __HttpHandlerOptions,
670
583
  ): Promise<DeleteApiMappingCommandOutput>;
671
584
  deleteApiMapping(
672
585
  args: DeleteApiMappingCommandInput,
673
- cb: (err: any, data?: DeleteApiMappingCommandOutput) => void
586
+ cb: (err: any, data?: DeleteApiMappingCommandOutput) => void,
674
587
  ): void;
675
588
  deleteApiMapping(
676
589
  args: DeleteApiMappingCommandInput,
677
590
  options: __HttpHandlerOptions,
678
- cb: (err: any, data?: DeleteApiMappingCommandOutput) => void
591
+ cb: (err: any, data?: DeleteApiMappingCommandOutput) => void,
679
592
  ): void;
680
593
  deleteAuthorizer(
681
594
  args: DeleteAuthorizerCommandInput,
682
- options?: __HttpHandlerOptions
595
+ options?: __HttpHandlerOptions,
683
596
  ): Promise<DeleteAuthorizerCommandOutput>;
684
597
  deleteAuthorizer(
685
598
  args: DeleteAuthorizerCommandInput,
686
- cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void
599
+ cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void,
687
600
  ): void;
688
601
  deleteAuthorizer(
689
602
  args: DeleteAuthorizerCommandInput,
690
603
  options: __HttpHandlerOptions,
691
- cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void
604
+ cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void,
692
605
  ): void;
693
606
  deleteCorsConfiguration(
694
607
  args: DeleteCorsConfigurationCommandInput,
695
- options?: __HttpHandlerOptions
608
+ options?: __HttpHandlerOptions,
696
609
  ): Promise<DeleteCorsConfigurationCommandOutput>;
697
610
  deleteCorsConfiguration(
698
611
  args: DeleteCorsConfigurationCommandInput,
699
- cb: (err: any, data?: DeleteCorsConfigurationCommandOutput) => void
612
+ cb: (err: any, data?: DeleteCorsConfigurationCommandOutput) => void,
700
613
  ): void;
701
614
  deleteCorsConfiguration(
702
615
  args: DeleteCorsConfigurationCommandInput,
703
616
  options: __HttpHandlerOptions,
704
- cb: (err: any, data?: DeleteCorsConfigurationCommandOutput) => void
617
+ cb: (err: any, data?: DeleteCorsConfigurationCommandOutput) => void,
705
618
  ): void;
706
619
  deleteDeployment(
707
620
  args: DeleteDeploymentCommandInput,
708
- options?: __HttpHandlerOptions
621
+ options?: __HttpHandlerOptions,
709
622
  ): Promise<DeleteDeploymentCommandOutput>;
710
623
  deleteDeployment(
711
624
  args: DeleteDeploymentCommandInput,
712
- cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
625
+ cb: (err: any, data?: DeleteDeploymentCommandOutput) => void,
713
626
  ): void;
714
627
  deleteDeployment(
715
628
  args: DeleteDeploymentCommandInput,
716
629
  options: __HttpHandlerOptions,
717
- cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
630
+ cb: (err: any, data?: DeleteDeploymentCommandOutput) => void,
718
631
  ): void;
719
632
  deleteDomainName(
720
633
  args: DeleteDomainNameCommandInput,
721
- options?: __HttpHandlerOptions
634
+ options?: __HttpHandlerOptions,
722
635
  ): Promise<DeleteDomainNameCommandOutput>;
723
636
  deleteDomainName(
724
637
  args: DeleteDomainNameCommandInput,
725
- cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
638
+ cb: (err: any, data?: DeleteDomainNameCommandOutput) => void,
726
639
  ): void;
727
640
  deleteDomainName(
728
641
  args: DeleteDomainNameCommandInput,
729
642
  options: __HttpHandlerOptions,
730
- cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
643
+ cb: (err: any, data?: DeleteDomainNameCommandOutput) => void,
731
644
  ): void;
732
645
  deleteIntegration(
733
646
  args: DeleteIntegrationCommandInput,
734
- options?: __HttpHandlerOptions
647
+ options?: __HttpHandlerOptions,
735
648
  ): Promise<DeleteIntegrationCommandOutput>;
736
649
  deleteIntegration(
737
650
  args: DeleteIntegrationCommandInput,
738
- cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
651
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void,
739
652
  ): void;
740
653
  deleteIntegration(
741
654
  args: DeleteIntegrationCommandInput,
742
655
  options: __HttpHandlerOptions,
743
- cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
656
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void,
744
657
  ): void;
745
658
  deleteIntegrationResponse(
746
659
  args: DeleteIntegrationResponseCommandInput,
747
- options?: __HttpHandlerOptions
660
+ options?: __HttpHandlerOptions,
748
661
  ): Promise<DeleteIntegrationResponseCommandOutput>;
749
662
  deleteIntegrationResponse(
750
663
  args: DeleteIntegrationResponseCommandInput,
751
- cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
664
+ cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void,
752
665
  ): void;
753
666
  deleteIntegrationResponse(
754
667
  args: DeleteIntegrationResponseCommandInput,
755
668
  options: __HttpHandlerOptions,
756
- cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
669
+ cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void,
757
670
  ): void;
758
671
  deleteModel(
759
672
  args: DeleteModelCommandInput,
760
- options?: __HttpHandlerOptions
673
+ options?: __HttpHandlerOptions,
761
674
  ): Promise<DeleteModelCommandOutput>;
762
675
  deleteModel(
763
676
  args: DeleteModelCommandInput,
764
- cb: (err: any, data?: DeleteModelCommandOutput) => void
677
+ cb: (err: any, data?: DeleteModelCommandOutput) => void,
765
678
  ): void;
766
679
  deleteModel(
767
680
  args: DeleteModelCommandInput,
768
681
  options: __HttpHandlerOptions,
769
- cb: (err: any, data?: DeleteModelCommandOutput) => void
682
+ cb: (err: any, data?: DeleteModelCommandOutput) => void,
770
683
  ): void;
771
684
  deletePortal(
772
685
  args: DeletePortalCommandInput,
773
- options?: __HttpHandlerOptions
686
+ options?: __HttpHandlerOptions,
774
687
  ): Promise<DeletePortalCommandOutput>;
775
688
  deletePortal(
776
689
  args: DeletePortalCommandInput,
777
- cb: (err: any, data?: DeletePortalCommandOutput) => void
690
+ cb: (err: any, data?: DeletePortalCommandOutput) => void,
778
691
  ): void;
779
692
  deletePortal(
780
693
  args: DeletePortalCommandInput,
781
694
  options: __HttpHandlerOptions,
782
- cb: (err: any, data?: DeletePortalCommandOutput) => void
695
+ cb: (err: any, data?: DeletePortalCommandOutput) => void,
783
696
  ): void;
784
697
  deletePortalProduct(
785
698
  args: DeletePortalProductCommandInput,
786
- options?: __HttpHandlerOptions
699
+ options?: __HttpHandlerOptions,
787
700
  ): Promise<DeletePortalProductCommandOutput>;
788
701
  deletePortalProduct(
789
702
  args: DeletePortalProductCommandInput,
790
- cb: (err: any, data?: DeletePortalProductCommandOutput) => void
703
+ cb: (err: any, data?: DeletePortalProductCommandOutput) => void,
791
704
  ): void;
792
705
  deletePortalProduct(
793
706
  args: DeletePortalProductCommandInput,
794
707
  options: __HttpHandlerOptions,
795
- cb: (err: any, data?: DeletePortalProductCommandOutput) => void
708
+ cb: (err: any, data?: DeletePortalProductCommandOutput) => void,
796
709
  ): void;
797
710
  deletePortalProductSharingPolicy(
798
711
  args: DeletePortalProductSharingPolicyCommandInput,
799
- options?: __HttpHandlerOptions
712
+ options?: __HttpHandlerOptions,
800
713
  ): Promise<DeletePortalProductSharingPolicyCommandOutput>;
801
714
  deletePortalProductSharingPolicy(
802
715
  args: DeletePortalProductSharingPolicyCommandInput,
803
- cb: (err: any, data?: DeletePortalProductSharingPolicyCommandOutput) => void
716
+ cb: (err: any, data?: DeletePortalProductSharingPolicyCommandOutput) => void,
804
717
  ): void;
805
718
  deletePortalProductSharingPolicy(
806
719
  args: DeletePortalProductSharingPolicyCommandInput,
807
720
  options: __HttpHandlerOptions,
808
- cb: (err: any, data?: DeletePortalProductSharingPolicyCommandOutput) => void
721
+ cb: (err: any, data?: DeletePortalProductSharingPolicyCommandOutput) => void,
809
722
  ): void;
810
723
  deleteProductPage(
811
724
  args: DeleteProductPageCommandInput,
812
- options?: __HttpHandlerOptions
725
+ options?: __HttpHandlerOptions,
813
726
  ): Promise<DeleteProductPageCommandOutput>;
814
727
  deleteProductPage(
815
728
  args: DeleteProductPageCommandInput,
816
- cb: (err: any, data?: DeleteProductPageCommandOutput) => void
729
+ cb: (err: any, data?: DeleteProductPageCommandOutput) => void,
817
730
  ): void;
818
731
  deleteProductPage(
819
732
  args: DeleteProductPageCommandInput,
820
733
  options: __HttpHandlerOptions,
821
- cb: (err: any, data?: DeleteProductPageCommandOutput) => void
734
+ cb: (err: any, data?: DeleteProductPageCommandOutput) => void,
822
735
  ): void;
823
736
  deleteProductRestEndpointPage(
824
737
  args: DeleteProductRestEndpointPageCommandInput,
825
- options?: __HttpHandlerOptions
738
+ options?: __HttpHandlerOptions,
826
739
  ): Promise<DeleteProductRestEndpointPageCommandOutput>;
827
740
  deleteProductRestEndpointPage(
828
741
  args: DeleteProductRestEndpointPageCommandInput,
829
- cb: (err: any, data?: DeleteProductRestEndpointPageCommandOutput) => void
742
+ cb: (err: any, data?: DeleteProductRestEndpointPageCommandOutput) => void,
830
743
  ): void;
831
744
  deleteProductRestEndpointPage(
832
745
  args: DeleteProductRestEndpointPageCommandInput,
833
746
  options: __HttpHandlerOptions,
834
- cb: (err: any, data?: DeleteProductRestEndpointPageCommandOutput) => void
747
+ cb: (err: any, data?: DeleteProductRestEndpointPageCommandOutput) => void,
835
748
  ): void;
836
749
  deleteRoute(
837
750
  args: DeleteRouteCommandInput,
838
- options?: __HttpHandlerOptions
751
+ options?: __HttpHandlerOptions,
839
752
  ): Promise<DeleteRouteCommandOutput>;
840
753
  deleteRoute(
841
754
  args: DeleteRouteCommandInput,
842
- cb: (err: any, data?: DeleteRouteCommandOutput) => void
755
+ cb: (err: any, data?: DeleteRouteCommandOutput) => void,
843
756
  ): void;
844
757
  deleteRoute(
845
758
  args: DeleteRouteCommandInput,
846
759
  options: __HttpHandlerOptions,
847
- cb: (err: any, data?: DeleteRouteCommandOutput) => void
760
+ cb: (err: any, data?: DeleteRouteCommandOutput) => void,
848
761
  ): void;
849
762
  deleteRouteRequestParameter(
850
763
  args: DeleteRouteRequestParameterCommandInput,
851
- options?: __HttpHandlerOptions
764
+ options?: __HttpHandlerOptions,
852
765
  ): Promise<DeleteRouteRequestParameterCommandOutput>;
853
766
  deleteRouteRequestParameter(
854
767
  args: DeleteRouteRequestParameterCommandInput,
855
- cb: (err: any, data?: DeleteRouteRequestParameterCommandOutput) => void
768
+ cb: (err: any, data?: DeleteRouteRequestParameterCommandOutput) => void,
856
769
  ): void;
857
770
  deleteRouteRequestParameter(
858
771
  args: DeleteRouteRequestParameterCommandInput,
859
772
  options: __HttpHandlerOptions,
860
- cb: (err: any, data?: DeleteRouteRequestParameterCommandOutput) => void
773
+ cb: (err: any, data?: DeleteRouteRequestParameterCommandOutput) => void,
861
774
  ): void;
862
775
  deleteRouteResponse(
863
776
  args: DeleteRouteResponseCommandInput,
864
- options?: __HttpHandlerOptions
777
+ options?: __HttpHandlerOptions,
865
778
  ): Promise<DeleteRouteResponseCommandOutput>;
866
779
  deleteRouteResponse(
867
780
  args: DeleteRouteResponseCommandInput,
868
- cb: (err: any, data?: DeleteRouteResponseCommandOutput) => void
781
+ cb: (err: any, data?: DeleteRouteResponseCommandOutput) => void,
869
782
  ): void;
870
783
  deleteRouteResponse(
871
784
  args: DeleteRouteResponseCommandInput,
872
785
  options: __HttpHandlerOptions,
873
- cb: (err: any, data?: DeleteRouteResponseCommandOutput) => void
786
+ cb: (err: any, data?: DeleteRouteResponseCommandOutput) => void,
874
787
  ): void;
875
788
  deleteRouteSettings(
876
789
  args: DeleteRouteSettingsCommandInput,
877
- options?: __HttpHandlerOptions
790
+ options?: __HttpHandlerOptions,
878
791
  ): Promise<DeleteRouteSettingsCommandOutput>;
879
792
  deleteRouteSettings(
880
793
  args: DeleteRouteSettingsCommandInput,
881
- cb: (err: any, data?: DeleteRouteSettingsCommandOutput) => void
794
+ cb: (err: any, data?: DeleteRouteSettingsCommandOutput) => void,
882
795
  ): void;
883
796
  deleteRouteSettings(
884
797
  args: DeleteRouteSettingsCommandInput,
885
798
  options: __HttpHandlerOptions,
886
- cb: (err: any, data?: DeleteRouteSettingsCommandOutput) => void
799
+ cb: (err: any, data?: DeleteRouteSettingsCommandOutput) => void,
887
800
  ): void;
888
801
  deleteRoutingRule(
889
802
  args: DeleteRoutingRuleCommandInput,
890
- options?: __HttpHandlerOptions
803
+ options?: __HttpHandlerOptions,
891
804
  ): Promise<DeleteRoutingRuleCommandOutput>;
892
805
  deleteRoutingRule(
893
806
  args: DeleteRoutingRuleCommandInput,
894
- cb: (err: any, data?: DeleteRoutingRuleCommandOutput) => void
807
+ cb: (err: any, data?: DeleteRoutingRuleCommandOutput) => void,
895
808
  ): void;
896
809
  deleteRoutingRule(
897
810
  args: DeleteRoutingRuleCommandInput,
898
811
  options: __HttpHandlerOptions,
899
- cb: (err: any, data?: DeleteRoutingRuleCommandOutput) => void
812
+ cb: (err: any, data?: DeleteRoutingRuleCommandOutput) => void,
900
813
  ): void;
901
814
  deleteStage(
902
815
  args: DeleteStageCommandInput,
903
- options?: __HttpHandlerOptions
816
+ options?: __HttpHandlerOptions,
904
817
  ): Promise<DeleteStageCommandOutput>;
905
818
  deleteStage(
906
819
  args: DeleteStageCommandInput,
907
- cb: (err: any, data?: DeleteStageCommandOutput) => void
820
+ cb: (err: any, data?: DeleteStageCommandOutput) => void,
908
821
  ): void;
909
822
  deleteStage(
910
823
  args: DeleteStageCommandInput,
911
824
  options: __HttpHandlerOptions,
912
- cb: (err: any, data?: DeleteStageCommandOutput) => void
825
+ cb: (err: any, data?: DeleteStageCommandOutput) => void,
913
826
  ): void;
914
827
  deleteVpcLink(
915
828
  args: DeleteVpcLinkCommandInput,
916
- options?: __HttpHandlerOptions
829
+ options?: __HttpHandlerOptions,
917
830
  ): Promise<DeleteVpcLinkCommandOutput>;
918
831
  deleteVpcLink(
919
832
  args: DeleteVpcLinkCommandInput,
920
- cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void
833
+ cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void,
921
834
  ): void;
922
835
  deleteVpcLink(
923
836
  args: DeleteVpcLinkCommandInput,
924
837
  options: __HttpHandlerOptions,
925
- cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void
838
+ cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void,
926
839
  ): void;
927
840
  disablePortal(
928
841
  args: DisablePortalCommandInput,
929
- options?: __HttpHandlerOptions
842
+ options?: __HttpHandlerOptions,
930
843
  ): Promise<DisablePortalCommandOutput>;
931
844
  disablePortal(
932
845
  args: DisablePortalCommandInput,
933
- cb: (err: any, data?: DisablePortalCommandOutput) => void
846
+ cb: (err: any, data?: DisablePortalCommandOutput) => void,
934
847
  ): void;
935
848
  disablePortal(
936
849
  args: DisablePortalCommandInput,
937
850
  options: __HttpHandlerOptions,
938
- cb: (err: any, data?: DisablePortalCommandOutput) => void
851
+ cb: (err: any, data?: DisablePortalCommandOutput) => void,
939
852
  ): void;
940
853
  exportApi(
941
854
  args: ExportApiCommandInput,
942
- options?: __HttpHandlerOptions
855
+ options?: __HttpHandlerOptions,
943
856
  ): Promise<ExportApiCommandOutput>;
944
857
  exportApi(
945
858
  args: ExportApiCommandInput,
946
- cb: (err: any, data?: ExportApiCommandOutput) => void
859
+ cb: (err: any, data?: ExportApiCommandOutput) => void,
947
860
  ): void;
948
861
  exportApi(
949
862
  args: ExportApiCommandInput,
950
863
  options: __HttpHandlerOptions,
951
- cb: (err: any, data?: ExportApiCommandOutput) => void
952
- ): void;
953
- getApi(
954
- args: GetApiCommandInput,
955
- options?: __HttpHandlerOptions
956
- ): Promise<GetApiCommandOutput>;
957
- getApi(
958
- args: GetApiCommandInput,
959
- cb: (err: any, data?: GetApiCommandOutput) => void
864
+ cb: (err: any, data?: ExportApiCommandOutput) => void,
960
865
  ): void;
866
+ getApi(args: GetApiCommandInput, options?: __HttpHandlerOptions): Promise<GetApiCommandOutput>;
867
+ getApi(args: GetApiCommandInput, cb: (err: any, data?: GetApiCommandOutput) => void): void;
961
868
  getApi(
962
869
  args: GetApiCommandInput,
963
870
  options: __HttpHandlerOptions,
964
- cb: (err: any, data?: GetApiCommandOutput) => void
871
+ cb: (err: any, data?: GetApiCommandOutput) => void,
965
872
  ): void;
966
873
  getApiMapping(
967
874
  args: GetApiMappingCommandInput,
968
- options?: __HttpHandlerOptions
875
+ options?: __HttpHandlerOptions,
969
876
  ): Promise<GetApiMappingCommandOutput>;
970
877
  getApiMapping(
971
878
  args: GetApiMappingCommandInput,
972
- cb: (err: any, data?: GetApiMappingCommandOutput) => void
879
+ cb: (err: any, data?: GetApiMappingCommandOutput) => void,
973
880
  ): void;
974
881
  getApiMapping(
975
882
  args: GetApiMappingCommandInput,
976
883
  options: __HttpHandlerOptions,
977
- cb: (err: any, data?: GetApiMappingCommandOutput) => void
884
+ cb: (err: any, data?: GetApiMappingCommandOutput) => void,
978
885
  ): void;
979
886
  getApiMappings(
980
887
  args: GetApiMappingsCommandInput,
981
- options?: __HttpHandlerOptions
888
+ options?: __HttpHandlerOptions,
982
889
  ): Promise<GetApiMappingsCommandOutput>;
983
890
  getApiMappings(
984
891
  args: GetApiMappingsCommandInput,
985
- cb: (err: any, data?: GetApiMappingsCommandOutput) => void
892
+ cb: (err: any, data?: GetApiMappingsCommandOutput) => void,
986
893
  ): void;
987
894
  getApiMappings(
988
895
  args: GetApiMappingsCommandInput,
989
896
  options: __HttpHandlerOptions,
990
- cb: (err: any, data?: GetApiMappingsCommandOutput) => void
897
+ cb: (err: any, data?: GetApiMappingsCommandOutput) => void,
991
898
  ): void;
992
899
  getApis(): Promise<GetApisCommandOutput>;
993
- getApis(
994
- args: GetApisCommandInput,
995
- options?: __HttpHandlerOptions
996
- ): Promise<GetApisCommandOutput>;
997
- getApis(
998
- args: GetApisCommandInput,
999
- cb: (err: any, data?: GetApisCommandOutput) => void
1000
- ): void;
900
+ getApis(args: GetApisCommandInput, options?: __HttpHandlerOptions): Promise<GetApisCommandOutput>;
901
+ getApis(args: GetApisCommandInput, cb: (err: any, data?: GetApisCommandOutput) => void): void;
1001
902
  getApis(
1002
903
  args: GetApisCommandInput,
1003
904
  options: __HttpHandlerOptions,
1004
- cb: (err: any, data?: GetApisCommandOutput) => void
905
+ cb: (err: any, data?: GetApisCommandOutput) => void,
1005
906
  ): void;
1006
907
  getAuthorizer(
1007
908
  args: GetAuthorizerCommandInput,
1008
- options?: __HttpHandlerOptions
909
+ options?: __HttpHandlerOptions,
1009
910
  ): Promise<GetAuthorizerCommandOutput>;
1010
911
  getAuthorizer(
1011
912
  args: GetAuthorizerCommandInput,
1012
- cb: (err: any, data?: GetAuthorizerCommandOutput) => void
913
+ cb: (err: any, data?: GetAuthorizerCommandOutput) => void,
1013
914
  ): void;
1014
915
  getAuthorizer(
1015
916
  args: GetAuthorizerCommandInput,
1016
917
  options: __HttpHandlerOptions,
1017
- cb: (err: any, data?: GetAuthorizerCommandOutput) => void
918
+ cb: (err: any, data?: GetAuthorizerCommandOutput) => void,
1018
919
  ): void;
1019
920
  getAuthorizers(
1020
921
  args: GetAuthorizersCommandInput,
1021
- options?: __HttpHandlerOptions
922
+ options?: __HttpHandlerOptions,
1022
923
  ): Promise<GetAuthorizersCommandOutput>;
1023
924
  getAuthorizers(
1024
925
  args: GetAuthorizersCommandInput,
1025
- cb: (err: any, data?: GetAuthorizersCommandOutput) => void
926
+ cb: (err: any, data?: GetAuthorizersCommandOutput) => void,
1026
927
  ): void;
1027
928
  getAuthorizers(
1028
929
  args: GetAuthorizersCommandInput,
1029
930
  options: __HttpHandlerOptions,
1030
- cb: (err: any, data?: GetAuthorizersCommandOutput) => void
931
+ cb: (err: any, data?: GetAuthorizersCommandOutput) => void,
1031
932
  ): void;
1032
933
  getDeployment(
1033
934
  args: GetDeploymentCommandInput,
1034
- options?: __HttpHandlerOptions
935
+ options?: __HttpHandlerOptions,
1035
936
  ): Promise<GetDeploymentCommandOutput>;
1036
937
  getDeployment(
1037
938
  args: GetDeploymentCommandInput,
1038
- cb: (err: any, data?: GetDeploymentCommandOutput) => void
939
+ cb: (err: any, data?: GetDeploymentCommandOutput) => void,
1039
940
  ): void;
1040
941
  getDeployment(
1041
942
  args: GetDeploymentCommandInput,
1042
943
  options: __HttpHandlerOptions,
1043
- cb: (err: any, data?: GetDeploymentCommandOutput) => void
944
+ cb: (err: any, data?: GetDeploymentCommandOutput) => void,
1044
945
  ): void;
1045
946
  getDeployments(
1046
947
  args: GetDeploymentsCommandInput,
1047
- options?: __HttpHandlerOptions
948
+ options?: __HttpHandlerOptions,
1048
949
  ): Promise<GetDeploymentsCommandOutput>;
1049
950
  getDeployments(
1050
951
  args: GetDeploymentsCommandInput,
1051
- cb: (err: any, data?: GetDeploymentsCommandOutput) => void
952
+ cb: (err: any, data?: GetDeploymentsCommandOutput) => void,
1052
953
  ): void;
1053
954
  getDeployments(
1054
955
  args: GetDeploymentsCommandInput,
1055
956
  options: __HttpHandlerOptions,
1056
- cb: (err: any, data?: GetDeploymentsCommandOutput) => void
957
+ cb: (err: any, data?: GetDeploymentsCommandOutput) => void,
1057
958
  ): void;
1058
959
  getDomainName(
1059
960
  args: GetDomainNameCommandInput,
1060
- options?: __HttpHandlerOptions
961
+ options?: __HttpHandlerOptions,
1061
962
  ): Promise<GetDomainNameCommandOutput>;
1062
963
  getDomainName(
1063
964
  args: GetDomainNameCommandInput,
1064
- cb: (err: any, data?: GetDomainNameCommandOutput) => void
965
+ cb: (err: any, data?: GetDomainNameCommandOutput) => void,
1065
966
  ): void;
1066
967
  getDomainName(
1067
968
  args: GetDomainNameCommandInput,
1068
969
  options: __HttpHandlerOptions,
1069
- cb: (err: any, data?: GetDomainNameCommandOutput) => void
970
+ cb: (err: any, data?: GetDomainNameCommandOutput) => void,
1070
971
  ): void;
1071
972
  getDomainNames(): Promise<GetDomainNamesCommandOutput>;
1072
973
  getDomainNames(
1073
974
  args: GetDomainNamesCommandInput,
1074
- options?: __HttpHandlerOptions
975
+ options?: __HttpHandlerOptions,
1075
976
  ): Promise<GetDomainNamesCommandOutput>;
1076
977
  getDomainNames(
1077
978
  args: GetDomainNamesCommandInput,
1078
- cb: (err: any, data?: GetDomainNamesCommandOutput) => void
979
+ cb: (err: any, data?: GetDomainNamesCommandOutput) => void,
1079
980
  ): void;
1080
981
  getDomainNames(
1081
982
  args: GetDomainNamesCommandInput,
1082
983
  options: __HttpHandlerOptions,
1083
- cb: (err: any, data?: GetDomainNamesCommandOutput) => void
984
+ cb: (err: any, data?: GetDomainNamesCommandOutput) => void,
1084
985
  ): void;
1085
986
  getIntegration(
1086
987
  args: GetIntegrationCommandInput,
1087
- options?: __HttpHandlerOptions
988
+ options?: __HttpHandlerOptions,
1088
989
  ): Promise<GetIntegrationCommandOutput>;
1089
990
  getIntegration(
1090
991
  args: GetIntegrationCommandInput,
1091
- cb: (err: any, data?: GetIntegrationCommandOutput) => void
992
+ cb: (err: any, data?: GetIntegrationCommandOutput) => void,
1092
993
  ): void;
1093
994
  getIntegration(
1094
995
  args: GetIntegrationCommandInput,
1095
996
  options: __HttpHandlerOptions,
1096
- cb: (err: any, data?: GetIntegrationCommandOutput) => void
997
+ cb: (err: any, data?: GetIntegrationCommandOutput) => void,
1097
998
  ): void;
1098
999
  getIntegrationResponse(
1099
1000
  args: GetIntegrationResponseCommandInput,
1100
- options?: __HttpHandlerOptions
1001
+ options?: __HttpHandlerOptions,
1101
1002
  ): Promise<GetIntegrationResponseCommandOutput>;
1102
1003
  getIntegrationResponse(
1103
1004
  args: GetIntegrationResponseCommandInput,
1104
- cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void
1005
+ cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void,
1105
1006
  ): void;
1106
1007
  getIntegrationResponse(
1107
1008
  args: GetIntegrationResponseCommandInput,
1108
1009
  options: __HttpHandlerOptions,
1109
- cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void
1010
+ cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void,
1110
1011
  ): void;
1111
1012
  getIntegrationResponses(
1112
1013
  args: GetIntegrationResponsesCommandInput,
1113
- options?: __HttpHandlerOptions
1014
+ options?: __HttpHandlerOptions,
1114
1015
  ): Promise<GetIntegrationResponsesCommandOutput>;
1115
1016
  getIntegrationResponses(
1116
1017
  args: GetIntegrationResponsesCommandInput,
1117
- cb: (err: any, data?: GetIntegrationResponsesCommandOutput) => void
1018
+ cb: (err: any, data?: GetIntegrationResponsesCommandOutput) => void,
1118
1019
  ): void;
1119
1020
  getIntegrationResponses(
1120
1021
  args: GetIntegrationResponsesCommandInput,
1121
1022
  options: __HttpHandlerOptions,
1122
- cb: (err: any, data?: GetIntegrationResponsesCommandOutput) => void
1023
+ cb: (err: any, data?: GetIntegrationResponsesCommandOutput) => void,
1123
1024
  ): void;
1124
1025
  getIntegrations(
1125
1026
  args: GetIntegrationsCommandInput,
1126
- options?: __HttpHandlerOptions
1027
+ options?: __HttpHandlerOptions,
1127
1028
  ): Promise<GetIntegrationsCommandOutput>;
1128
1029
  getIntegrations(
1129
1030
  args: GetIntegrationsCommandInput,
1130
- cb: (err: any, data?: GetIntegrationsCommandOutput) => void
1031
+ cb: (err: any, data?: GetIntegrationsCommandOutput) => void,
1131
1032
  ): void;
1132
1033
  getIntegrations(
1133
1034
  args: GetIntegrationsCommandInput,
1134
1035
  options: __HttpHandlerOptions,
1135
- cb: (err: any, data?: GetIntegrationsCommandOutput) => void
1036
+ cb: (err: any, data?: GetIntegrationsCommandOutput) => void,
1136
1037
  ): void;
1137
1038
  getModel(
1138
1039
  args: GetModelCommandInput,
1139
- options?: __HttpHandlerOptions
1040
+ options?: __HttpHandlerOptions,
1140
1041
  ): Promise<GetModelCommandOutput>;
1141
- getModel(
1142
- args: GetModelCommandInput,
1143
- cb: (err: any, data?: GetModelCommandOutput) => void
1144
- ): void;
1042
+ getModel(args: GetModelCommandInput, cb: (err: any, data?: GetModelCommandOutput) => void): void;
1145
1043
  getModel(
1146
1044
  args: GetModelCommandInput,
1147
1045
  options: __HttpHandlerOptions,
1148
- cb: (err: any, data?: GetModelCommandOutput) => void
1046
+ cb: (err: any, data?: GetModelCommandOutput) => void,
1149
1047
  ): void;
1150
1048
  getModels(
1151
1049
  args: GetModelsCommandInput,
1152
- options?: __HttpHandlerOptions
1050
+ options?: __HttpHandlerOptions,
1153
1051
  ): Promise<GetModelsCommandOutput>;
1154
1052
  getModels(
1155
1053
  args: GetModelsCommandInput,
1156
- cb: (err: any, data?: GetModelsCommandOutput) => void
1054
+ cb: (err: any, data?: GetModelsCommandOutput) => void,
1157
1055
  ): void;
1158
1056
  getModels(
1159
1057
  args: GetModelsCommandInput,
1160
1058
  options: __HttpHandlerOptions,
1161
- cb: (err: any, data?: GetModelsCommandOutput) => void
1059
+ cb: (err: any, data?: GetModelsCommandOutput) => void,
1162
1060
  ): void;
1163
1061
  getModelTemplate(
1164
1062
  args: GetModelTemplateCommandInput,
1165
- options?: __HttpHandlerOptions
1063
+ options?: __HttpHandlerOptions,
1166
1064
  ): Promise<GetModelTemplateCommandOutput>;
1167
1065
  getModelTemplate(
1168
1066
  args: GetModelTemplateCommandInput,
1169
- cb: (err: any, data?: GetModelTemplateCommandOutput) => void
1067
+ cb: (err: any, data?: GetModelTemplateCommandOutput) => void,
1170
1068
  ): void;
1171
1069
  getModelTemplate(
1172
1070
  args: GetModelTemplateCommandInput,
1173
1071
  options: __HttpHandlerOptions,
1174
- cb: (err: any, data?: GetModelTemplateCommandOutput) => void
1072
+ cb: (err: any, data?: GetModelTemplateCommandOutput) => void,
1175
1073
  ): void;
1176
1074
  getPortal(
1177
1075
  args: GetPortalCommandInput,
1178
- options?: __HttpHandlerOptions
1076
+ options?: __HttpHandlerOptions,
1179
1077
  ): Promise<GetPortalCommandOutput>;
1180
1078
  getPortal(
1181
1079
  args: GetPortalCommandInput,
1182
- cb: (err: any, data?: GetPortalCommandOutput) => void
1080
+ cb: (err: any, data?: GetPortalCommandOutput) => void,
1183
1081
  ): void;
1184
1082
  getPortal(
1185
1083
  args: GetPortalCommandInput,
1186
1084
  options: __HttpHandlerOptions,
1187
- cb: (err: any, data?: GetPortalCommandOutput) => void
1085
+ cb: (err: any, data?: GetPortalCommandOutput) => void,
1188
1086
  ): void;
1189
1087
  getPortalProduct(
1190
1088
  args: GetPortalProductCommandInput,
1191
- options?: __HttpHandlerOptions
1089
+ options?: __HttpHandlerOptions,
1192
1090
  ): Promise<GetPortalProductCommandOutput>;
1193
1091
  getPortalProduct(
1194
1092
  args: GetPortalProductCommandInput,
1195
- cb: (err: any, data?: GetPortalProductCommandOutput) => void
1093
+ cb: (err: any, data?: GetPortalProductCommandOutput) => void,
1196
1094
  ): void;
1197
1095
  getPortalProduct(
1198
1096
  args: GetPortalProductCommandInput,
1199
1097
  options: __HttpHandlerOptions,
1200
- cb: (err: any, data?: GetPortalProductCommandOutput) => void
1098
+ cb: (err: any, data?: GetPortalProductCommandOutput) => void,
1201
1099
  ): void;
1202
1100
  getPortalProductSharingPolicy(
1203
1101
  args: GetPortalProductSharingPolicyCommandInput,
1204
- options?: __HttpHandlerOptions
1102
+ options?: __HttpHandlerOptions,
1205
1103
  ): Promise<GetPortalProductSharingPolicyCommandOutput>;
1206
1104
  getPortalProductSharingPolicy(
1207
1105
  args: GetPortalProductSharingPolicyCommandInput,
1208
- cb: (err: any, data?: GetPortalProductSharingPolicyCommandOutput) => void
1106
+ cb: (err: any, data?: GetPortalProductSharingPolicyCommandOutput) => void,
1209
1107
  ): void;
1210
1108
  getPortalProductSharingPolicy(
1211
1109
  args: GetPortalProductSharingPolicyCommandInput,
1212
1110
  options: __HttpHandlerOptions,
1213
- cb: (err: any, data?: GetPortalProductSharingPolicyCommandOutput) => void
1111
+ cb: (err: any, data?: GetPortalProductSharingPolicyCommandOutput) => void,
1214
1112
  ): void;
1215
1113
  getProductPage(
1216
1114
  args: GetProductPageCommandInput,
1217
- options?: __HttpHandlerOptions
1115
+ options?: __HttpHandlerOptions,
1218
1116
  ): Promise<GetProductPageCommandOutput>;
1219
1117
  getProductPage(
1220
1118
  args: GetProductPageCommandInput,
1221
- cb: (err: any, data?: GetProductPageCommandOutput) => void
1119
+ cb: (err: any, data?: GetProductPageCommandOutput) => void,
1222
1120
  ): void;
1223
1121
  getProductPage(
1224
1122
  args: GetProductPageCommandInput,
1225
1123
  options: __HttpHandlerOptions,
1226
- cb: (err: any, data?: GetProductPageCommandOutput) => void
1124
+ cb: (err: any, data?: GetProductPageCommandOutput) => void,
1227
1125
  ): void;
1228
1126
  getProductRestEndpointPage(
1229
1127
  args: GetProductRestEndpointPageCommandInput,
1230
- options?: __HttpHandlerOptions
1128
+ options?: __HttpHandlerOptions,
1231
1129
  ): Promise<GetProductRestEndpointPageCommandOutput>;
1232
1130
  getProductRestEndpointPage(
1233
1131
  args: GetProductRestEndpointPageCommandInput,
1234
- cb: (err: any, data?: GetProductRestEndpointPageCommandOutput) => void
1132
+ cb: (err: any, data?: GetProductRestEndpointPageCommandOutput) => void,
1235
1133
  ): void;
1236
1134
  getProductRestEndpointPage(
1237
1135
  args: GetProductRestEndpointPageCommandInput,
1238
1136
  options: __HttpHandlerOptions,
1239
- cb: (err: any, data?: GetProductRestEndpointPageCommandOutput) => void
1137
+ cb: (err: any, data?: GetProductRestEndpointPageCommandOutput) => void,
1240
1138
  ): void;
1241
1139
  getRoute(
1242
1140
  args: GetRouteCommandInput,
1243
- options?: __HttpHandlerOptions
1141
+ options?: __HttpHandlerOptions,
1244
1142
  ): Promise<GetRouteCommandOutput>;
1245
- getRoute(
1246
- args: GetRouteCommandInput,
1247
- cb: (err: any, data?: GetRouteCommandOutput) => void
1248
- ): void;
1143
+ getRoute(args: GetRouteCommandInput, cb: (err: any, data?: GetRouteCommandOutput) => void): void;
1249
1144
  getRoute(
1250
1145
  args: GetRouteCommandInput,
1251
1146
  options: __HttpHandlerOptions,
1252
- cb: (err: any, data?: GetRouteCommandOutput) => void
1147
+ cb: (err: any, data?: GetRouteCommandOutput) => void,
1253
1148
  ): void;
1254
1149
  getRouteResponse(
1255
1150
  args: GetRouteResponseCommandInput,
1256
- options?: __HttpHandlerOptions
1151
+ options?: __HttpHandlerOptions,
1257
1152
  ): Promise<GetRouteResponseCommandOutput>;
1258
1153
  getRouteResponse(
1259
1154
  args: GetRouteResponseCommandInput,
1260
- cb: (err: any, data?: GetRouteResponseCommandOutput) => void
1155
+ cb: (err: any, data?: GetRouteResponseCommandOutput) => void,
1261
1156
  ): void;
1262
1157
  getRouteResponse(
1263
1158
  args: GetRouteResponseCommandInput,
1264
1159
  options: __HttpHandlerOptions,
1265
- cb: (err: any, data?: GetRouteResponseCommandOutput) => void
1160
+ cb: (err: any, data?: GetRouteResponseCommandOutput) => void,
1266
1161
  ): void;
1267
1162
  getRouteResponses(
1268
1163
  args: GetRouteResponsesCommandInput,
1269
- options?: __HttpHandlerOptions
1164
+ options?: __HttpHandlerOptions,
1270
1165
  ): Promise<GetRouteResponsesCommandOutput>;
1271
1166
  getRouteResponses(
1272
1167
  args: GetRouteResponsesCommandInput,
1273
- cb: (err: any, data?: GetRouteResponsesCommandOutput) => void
1168
+ cb: (err: any, data?: GetRouteResponsesCommandOutput) => void,
1274
1169
  ): void;
1275
1170
  getRouteResponses(
1276
1171
  args: GetRouteResponsesCommandInput,
1277
1172
  options: __HttpHandlerOptions,
1278
- cb: (err: any, data?: GetRouteResponsesCommandOutput) => void
1173
+ cb: (err: any, data?: GetRouteResponsesCommandOutput) => void,
1279
1174
  ): void;
1280
1175
  getRoutes(
1281
1176
  args: GetRoutesCommandInput,
1282
- options?: __HttpHandlerOptions
1177
+ options?: __HttpHandlerOptions,
1283
1178
  ): Promise<GetRoutesCommandOutput>;
1284
1179
  getRoutes(
1285
1180
  args: GetRoutesCommandInput,
1286
- cb: (err: any, data?: GetRoutesCommandOutput) => void
1181
+ cb: (err: any, data?: GetRoutesCommandOutput) => void,
1287
1182
  ): void;
1288
1183
  getRoutes(
1289
1184
  args: GetRoutesCommandInput,
1290
1185
  options: __HttpHandlerOptions,
1291
- cb: (err: any, data?: GetRoutesCommandOutput) => void
1186
+ cb: (err: any, data?: GetRoutesCommandOutput) => void,
1292
1187
  ): void;
1293
1188
  getRoutingRule(
1294
1189
  args: GetRoutingRuleCommandInput,
1295
- options?: __HttpHandlerOptions
1190
+ options?: __HttpHandlerOptions,
1296
1191
  ): Promise<GetRoutingRuleCommandOutput>;
1297
1192
  getRoutingRule(
1298
1193
  args: GetRoutingRuleCommandInput,
1299
- cb: (err: any, data?: GetRoutingRuleCommandOutput) => void
1194
+ cb: (err: any, data?: GetRoutingRuleCommandOutput) => void,
1300
1195
  ): void;
1301
1196
  getRoutingRule(
1302
1197
  args: GetRoutingRuleCommandInput,
1303
1198
  options: __HttpHandlerOptions,
1304
- cb: (err: any, data?: GetRoutingRuleCommandOutput) => void
1199
+ cb: (err: any, data?: GetRoutingRuleCommandOutput) => void,
1305
1200
  ): void;
1306
1201
  getStage(
1307
1202
  args: GetStageCommandInput,
1308
- options?: __HttpHandlerOptions
1203
+ options?: __HttpHandlerOptions,
1309
1204
  ): Promise<GetStageCommandOutput>;
1310
- getStage(
1311
- args: GetStageCommandInput,
1312
- cb: (err: any, data?: GetStageCommandOutput) => void
1313
- ): void;
1205
+ getStage(args: GetStageCommandInput, cb: (err: any, data?: GetStageCommandOutput) => void): void;
1314
1206
  getStage(
1315
1207
  args: GetStageCommandInput,
1316
1208
  options: __HttpHandlerOptions,
1317
- cb: (err: any, data?: GetStageCommandOutput) => void
1209
+ cb: (err: any, data?: GetStageCommandOutput) => void,
1318
1210
  ): void;
1319
1211
  getStages(
1320
1212
  args: GetStagesCommandInput,
1321
- options?: __HttpHandlerOptions
1213
+ options?: __HttpHandlerOptions,
1322
1214
  ): Promise<GetStagesCommandOutput>;
1323
1215
  getStages(
1324
1216
  args: GetStagesCommandInput,
1325
- cb: (err: any, data?: GetStagesCommandOutput) => void
1217
+ cb: (err: any, data?: GetStagesCommandOutput) => void,
1326
1218
  ): void;
1327
1219
  getStages(
1328
1220
  args: GetStagesCommandInput,
1329
1221
  options: __HttpHandlerOptions,
1330
- cb: (err: any, data?: GetStagesCommandOutput) => void
1331
- ): void;
1332
- getTags(
1333
- args: GetTagsCommandInput,
1334
- options?: __HttpHandlerOptions
1335
- ): Promise<GetTagsCommandOutput>;
1336
- getTags(
1337
- args: GetTagsCommandInput,
1338
- cb: (err: any, data?: GetTagsCommandOutput) => void
1222
+ cb: (err: any, data?: GetStagesCommandOutput) => void,
1339
1223
  ): void;
1224
+ getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
1225
+ getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
1340
1226
  getTags(
1341
1227
  args: GetTagsCommandInput,
1342
1228
  options: __HttpHandlerOptions,
1343
- cb: (err: any, data?: GetTagsCommandOutput) => void
1229
+ cb: (err: any, data?: GetTagsCommandOutput) => void,
1344
1230
  ): void;
1345
1231
  getVpcLink(
1346
1232
  args: GetVpcLinkCommandInput,
1347
- options?: __HttpHandlerOptions
1233
+ options?: __HttpHandlerOptions,
1348
1234
  ): Promise<GetVpcLinkCommandOutput>;
1349
1235
  getVpcLink(
1350
1236
  args: GetVpcLinkCommandInput,
1351
- cb: (err: any, data?: GetVpcLinkCommandOutput) => void
1237
+ cb: (err: any, data?: GetVpcLinkCommandOutput) => void,
1352
1238
  ): void;
1353
1239
  getVpcLink(
1354
1240
  args: GetVpcLinkCommandInput,
1355
1241
  options: __HttpHandlerOptions,
1356
- cb: (err: any, data?: GetVpcLinkCommandOutput) => void
1242
+ cb: (err: any, data?: GetVpcLinkCommandOutput) => void,
1357
1243
  ): void;
1358
1244
  getVpcLinks(): Promise<GetVpcLinksCommandOutput>;
1359
1245
  getVpcLinks(
1360
1246
  args: GetVpcLinksCommandInput,
1361
- options?: __HttpHandlerOptions
1247
+ options?: __HttpHandlerOptions,
1362
1248
  ): Promise<GetVpcLinksCommandOutput>;
1363
1249
  getVpcLinks(
1364
1250
  args: GetVpcLinksCommandInput,
1365
- cb: (err: any, data?: GetVpcLinksCommandOutput) => void
1251
+ cb: (err: any, data?: GetVpcLinksCommandOutput) => void,
1366
1252
  ): void;
1367
1253
  getVpcLinks(
1368
1254
  args: GetVpcLinksCommandInput,
1369
1255
  options: __HttpHandlerOptions,
1370
- cb: (err: any, data?: GetVpcLinksCommandOutput) => void
1256
+ cb: (err: any, data?: GetVpcLinksCommandOutput) => void,
1371
1257
  ): void;
1372
1258
  importApi(
1373
1259
  args: ImportApiCommandInput,
1374
- options?: __HttpHandlerOptions
1260
+ options?: __HttpHandlerOptions,
1375
1261
  ): Promise<ImportApiCommandOutput>;
1376
1262
  importApi(
1377
1263
  args: ImportApiCommandInput,
1378
- cb: (err: any, data?: ImportApiCommandOutput) => void
1264
+ cb: (err: any, data?: ImportApiCommandOutput) => void,
1379
1265
  ): void;
1380
1266
  importApi(
1381
1267
  args: ImportApiCommandInput,
1382
1268
  options: __HttpHandlerOptions,
1383
- cb: (err: any, data?: ImportApiCommandOutput) => void
1269
+ cb: (err: any, data?: ImportApiCommandOutput) => void,
1384
1270
  ): void;
1385
1271
  listPortalProducts(): Promise<ListPortalProductsCommandOutput>;
1386
1272
  listPortalProducts(
1387
1273
  args: ListPortalProductsCommandInput,
1388
- options?: __HttpHandlerOptions
1274
+ options?: __HttpHandlerOptions,
1389
1275
  ): Promise<ListPortalProductsCommandOutput>;
1390
1276
  listPortalProducts(
1391
1277
  args: ListPortalProductsCommandInput,
1392
- cb: (err: any, data?: ListPortalProductsCommandOutput) => void
1278
+ cb: (err: any, data?: ListPortalProductsCommandOutput) => void,
1393
1279
  ): void;
1394
1280
  listPortalProducts(
1395
1281
  args: ListPortalProductsCommandInput,
1396
1282
  options: __HttpHandlerOptions,
1397
- cb: (err: any, data?: ListPortalProductsCommandOutput) => void
1283
+ cb: (err: any, data?: ListPortalProductsCommandOutput) => void,
1398
1284
  ): void;
1399
1285
  listPortals(): Promise<ListPortalsCommandOutput>;
1400
1286
  listPortals(
1401
1287
  args: ListPortalsCommandInput,
1402
- options?: __HttpHandlerOptions
1288
+ options?: __HttpHandlerOptions,
1403
1289
  ): Promise<ListPortalsCommandOutput>;
1404
1290
  listPortals(
1405
1291
  args: ListPortalsCommandInput,
1406
- cb: (err: any, data?: ListPortalsCommandOutput) => void
1292
+ cb: (err: any, data?: ListPortalsCommandOutput) => void,
1407
1293
  ): void;
1408
1294
  listPortals(
1409
1295
  args: ListPortalsCommandInput,
1410
1296
  options: __HttpHandlerOptions,
1411
- cb: (err: any, data?: ListPortalsCommandOutput) => void
1297
+ cb: (err: any, data?: ListPortalsCommandOutput) => void,
1412
1298
  ): void;
1413
1299
  listProductPages(
1414
1300
  args: ListProductPagesCommandInput,
1415
- options?: __HttpHandlerOptions
1301
+ options?: __HttpHandlerOptions,
1416
1302
  ): Promise<ListProductPagesCommandOutput>;
1417
1303
  listProductPages(
1418
1304
  args: ListProductPagesCommandInput,
1419
- cb: (err: any, data?: ListProductPagesCommandOutput) => void
1305
+ cb: (err: any, data?: ListProductPagesCommandOutput) => void,
1420
1306
  ): void;
1421
1307
  listProductPages(
1422
1308
  args: ListProductPagesCommandInput,
1423
1309
  options: __HttpHandlerOptions,
1424
- cb: (err: any, data?: ListProductPagesCommandOutput) => void
1310
+ cb: (err: any, data?: ListProductPagesCommandOutput) => void,
1425
1311
  ): void;
1426
1312
  listProductRestEndpointPages(
1427
1313
  args: ListProductRestEndpointPagesCommandInput,
1428
- options?: __HttpHandlerOptions
1314
+ options?: __HttpHandlerOptions,
1429
1315
  ): Promise<ListProductRestEndpointPagesCommandOutput>;
1430
1316
  listProductRestEndpointPages(
1431
1317
  args: ListProductRestEndpointPagesCommandInput,
1432
- cb: (err: any, data?: ListProductRestEndpointPagesCommandOutput) => void
1318
+ cb: (err: any, data?: ListProductRestEndpointPagesCommandOutput) => void,
1433
1319
  ): void;
1434
1320
  listProductRestEndpointPages(
1435
1321
  args: ListProductRestEndpointPagesCommandInput,
1436
1322
  options: __HttpHandlerOptions,
1437
- cb: (err: any, data?: ListProductRestEndpointPagesCommandOutput) => void
1323
+ cb: (err: any, data?: ListProductRestEndpointPagesCommandOutput) => void,
1438
1324
  ): void;
1439
1325
  listRoutingRules(
1440
1326
  args: ListRoutingRulesCommandInput,
1441
- options?: __HttpHandlerOptions
1327
+ options?: __HttpHandlerOptions,
1442
1328
  ): Promise<ListRoutingRulesCommandOutput>;
1443
1329
  listRoutingRules(
1444
1330
  args: ListRoutingRulesCommandInput,
1445
- cb: (err: any, data?: ListRoutingRulesCommandOutput) => void
1331
+ cb: (err: any, data?: ListRoutingRulesCommandOutput) => void,
1446
1332
  ): void;
1447
1333
  listRoutingRules(
1448
1334
  args: ListRoutingRulesCommandInput,
1449
1335
  options: __HttpHandlerOptions,
1450
- cb: (err: any, data?: ListRoutingRulesCommandOutput) => void
1336
+ cb: (err: any, data?: ListRoutingRulesCommandOutput) => void,
1451
1337
  ): void;
1452
1338
  previewPortal(
1453
1339
  args: PreviewPortalCommandInput,
1454
- options?: __HttpHandlerOptions
1340
+ options?: __HttpHandlerOptions,
1455
1341
  ): Promise<PreviewPortalCommandOutput>;
1456
1342
  previewPortal(
1457
1343
  args: PreviewPortalCommandInput,
1458
- cb: (err: any, data?: PreviewPortalCommandOutput) => void
1344
+ cb: (err: any, data?: PreviewPortalCommandOutput) => void,
1459
1345
  ): void;
1460
1346
  previewPortal(
1461
1347
  args: PreviewPortalCommandInput,
1462
1348
  options: __HttpHandlerOptions,
1463
- cb: (err: any, data?: PreviewPortalCommandOutput) => void
1349
+ cb: (err: any, data?: PreviewPortalCommandOutput) => void,
1464
1350
  ): void;
1465
1351
  publishPortal(
1466
1352
  args: PublishPortalCommandInput,
1467
- options?: __HttpHandlerOptions
1353
+ options?: __HttpHandlerOptions,
1468
1354
  ): Promise<PublishPortalCommandOutput>;
1469
1355
  publishPortal(
1470
1356
  args: PublishPortalCommandInput,
1471
- cb: (err: any, data?: PublishPortalCommandOutput) => void
1357
+ cb: (err: any, data?: PublishPortalCommandOutput) => void,
1472
1358
  ): void;
1473
1359
  publishPortal(
1474
1360
  args: PublishPortalCommandInput,
1475
1361
  options: __HttpHandlerOptions,
1476
- cb: (err: any, data?: PublishPortalCommandOutput) => void
1362
+ cb: (err: any, data?: PublishPortalCommandOutput) => void,
1477
1363
  ): void;
1478
1364
  putPortalProductSharingPolicy(
1479
1365
  args: PutPortalProductSharingPolicyCommandInput,
1480
- options?: __HttpHandlerOptions
1366
+ options?: __HttpHandlerOptions,
1481
1367
  ): Promise<PutPortalProductSharingPolicyCommandOutput>;
1482
1368
  putPortalProductSharingPolicy(
1483
1369
  args: PutPortalProductSharingPolicyCommandInput,
1484
- cb: (err: any, data?: PutPortalProductSharingPolicyCommandOutput) => void
1370
+ cb: (err: any, data?: PutPortalProductSharingPolicyCommandOutput) => void,
1485
1371
  ): void;
1486
1372
  putPortalProductSharingPolicy(
1487
1373
  args: PutPortalProductSharingPolicyCommandInput,
1488
1374
  options: __HttpHandlerOptions,
1489
- cb: (err: any, data?: PutPortalProductSharingPolicyCommandOutput) => void
1375
+ cb: (err: any, data?: PutPortalProductSharingPolicyCommandOutput) => void,
1490
1376
  ): void;
1491
1377
  putRoutingRule(
1492
1378
  args: PutRoutingRuleCommandInput,
1493
- options?: __HttpHandlerOptions
1379
+ options?: __HttpHandlerOptions,
1494
1380
  ): Promise<PutRoutingRuleCommandOutput>;
1495
1381
  putRoutingRule(
1496
1382
  args: PutRoutingRuleCommandInput,
1497
- cb: (err: any, data?: PutRoutingRuleCommandOutput) => void
1383
+ cb: (err: any, data?: PutRoutingRuleCommandOutput) => void,
1498
1384
  ): void;
1499
1385
  putRoutingRule(
1500
1386
  args: PutRoutingRuleCommandInput,
1501
1387
  options: __HttpHandlerOptions,
1502
- cb: (err: any, data?: PutRoutingRuleCommandOutput) => void
1388
+ cb: (err: any, data?: PutRoutingRuleCommandOutput) => void,
1503
1389
  ): void;
1504
1390
  reimportApi(
1505
1391
  args: ReimportApiCommandInput,
1506
- options?: __HttpHandlerOptions
1392
+ options?: __HttpHandlerOptions,
1507
1393
  ): Promise<ReimportApiCommandOutput>;
1508
1394
  reimportApi(
1509
1395
  args: ReimportApiCommandInput,
1510
- cb: (err: any, data?: ReimportApiCommandOutput) => void
1396
+ cb: (err: any, data?: ReimportApiCommandOutput) => void,
1511
1397
  ): void;
1512
1398
  reimportApi(
1513
1399
  args: ReimportApiCommandInput,
1514
1400
  options: __HttpHandlerOptions,
1515
- cb: (err: any, data?: ReimportApiCommandOutput) => void
1401
+ cb: (err: any, data?: ReimportApiCommandOutput) => void,
1516
1402
  ): void;
1517
1403
  resetAuthorizersCache(
1518
1404
  args: ResetAuthorizersCacheCommandInput,
1519
- options?: __HttpHandlerOptions
1405
+ options?: __HttpHandlerOptions,
1520
1406
  ): Promise<ResetAuthorizersCacheCommandOutput>;
1521
1407
  resetAuthorizersCache(
1522
1408
  args: ResetAuthorizersCacheCommandInput,
1523
- cb: (err: any, data?: ResetAuthorizersCacheCommandOutput) => void
1409
+ cb: (err: any, data?: ResetAuthorizersCacheCommandOutput) => void,
1524
1410
  ): void;
1525
1411
  resetAuthorizersCache(
1526
1412
  args: ResetAuthorizersCacheCommandInput,
1527
1413
  options: __HttpHandlerOptions,
1528
- cb: (err: any, data?: ResetAuthorizersCacheCommandOutput) => void
1414
+ cb: (err: any, data?: ResetAuthorizersCacheCommandOutput) => void,
1529
1415
  ): void;
1530
1416
  tagResource(
1531
1417
  args: TagResourceCommandInput,
1532
- options?: __HttpHandlerOptions
1418
+ options?: __HttpHandlerOptions,
1533
1419
  ): Promise<TagResourceCommandOutput>;
1534
1420
  tagResource(
1535
1421
  args: TagResourceCommandInput,
1536
- cb: (err: any, data?: TagResourceCommandOutput) => void
1422
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1537
1423
  ): void;
1538
1424
  tagResource(
1539
1425
  args: TagResourceCommandInput,
1540
1426
  options: __HttpHandlerOptions,
1541
- cb: (err: any, data?: TagResourceCommandOutput) => void
1427
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1542
1428
  ): void;
1543
1429
  untagResource(
1544
1430
  args: UntagResourceCommandInput,
1545
- options?: __HttpHandlerOptions
1431
+ options?: __HttpHandlerOptions,
1546
1432
  ): Promise<UntagResourceCommandOutput>;
1547
1433
  untagResource(
1548
1434
  args: UntagResourceCommandInput,
1549
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1435
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1550
1436
  ): void;
1551
1437
  untagResource(
1552
1438
  args: UntagResourceCommandInput,
1553
1439
  options: __HttpHandlerOptions,
1554
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1440
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1555
1441
  ): void;
1556
1442
  updateApi(
1557
1443
  args: UpdateApiCommandInput,
1558
- options?: __HttpHandlerOptions
1444
+ options?: __HttpHandlerOptions,
1559
1445
  ): Promise<UpdateApiCommandOutput>;
1560
1446
  updateApi(
1561
1447
  args: UpdateApiCommandInput,
1562
- cb: (err: any, data?: UpdateApiCommandOutput) => void
1448
+ cb: (err: any, data?: UpdateApiCommandOutput) => void,
1563
1449
  ): void;
1564
1450
  updateApi(
1565
1451
  args: UpdateApiCommandInput,
1566
1452
  options: __HttpHandlerOptions,
1567
- cb: (err: any, data?: UpdateApiCommandOutput) => void
1453
+ cb: (err: any, data?: UpdateApiCommandOutput) => void,
1568
1454
  ): void;
1569
1455
  updateApiMapping(
1570
1456
  args: UpdateApiMappingCommandInput,
1571
- options?: __HttpHandlerOptions
1457
+ options?: __HttpHandlerOptions,
1572
1458
  ): Promise<UpdateApiMappingCommandOutput>;
1573
1459
  updateApiMapping(
1574
1460
  args: UpdateApiMappingCommandInput,
1575
- cb: (err: any, data?: UpdateApiMappingCommandOutput) => void
1461
+ cb: (err: any, data?: UpdateApiMappingCommandOutput) => void,
1576
1462
  ): void;
1577
1463
  updateApiMapping(
1578
1464
  args: UpdateApiMappingCommandInput,
1579
1465
  options: __HttpHandlerOptions,
1580
- cb: (err: any, data?: UpdateApiMappingCommandOutput) => void
1466
+ cb: (err: any, data?: UpdateApiMappingCommandOutput) => void,
1581
1467
  ): void;
1582
1468
  updateAuthorizer(
1583
1469
  args: UpdateAuthorizerCommandInput,
1584
- options?: __HttpHandlerOptions
1470
+ options?: __HttpHandlerOptions,
1585
1471
  ): Promise<UpdateAuthorizerCommandOutput>;
1586
1472
  updateAuthorizer(
1587
1473
  args: UpdateAuthorizerCommandInput,
1588
- cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void
1474
+ cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void,
1589
1475
  ): void;
1590
1476
  updateAuthorizer(
1591
1477
  args: UpdateAuthorizerCommandInput,
1592
1478
  options: __HttpHandlerOptions,
1593
- cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void
1479
+ cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void,
1594
1480
  ): void;
1595
1481
  updateDeployment(
1596
1482
  args: UpdateDeploymentCommandInput,
1597
- options?: __HttpHandlerOptions
1483
+ options?: __HttpHandlerOptions,
1598
1484
  ): Promise<UpdateDeploymentCommandOutput>;
1599
1485
  updateDeployment(
1600
1486
  args: UpdateDeploymentCommandInput,
1601
- cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
1487
+ cb: (err: any, data?: UpdateDeploymentCommandOutput) => void,
1602
1488
  ): void;
1603
1489
  updateDeployment(
1604
1490
  args: UpdateDeploymentCommandInput,
1605
1491
  options: __HttpHandlerOptions,
1606
- cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
1492
+ cb: (err: any, data?: UpdateDeploymentCommandOutput) => void,
1607
1493
  ): void;
1608
1494
  updateDomainName(
1609
1495
  args: UpdateDomainNameCommandInput,
1610
- options?: __HttpHandlerOptions
1496
+ options?: __HttpHandlerOptions,
1611
1497
  ): Promise<UpdateDomainNameCommandOutput>;
1612
1498
  updateDomainName(
1613
1499
  args: UpdateDomainNameCommandInput,
1614
- cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
1500
+ cb: (err: any, data?: UpdateDomainNameCommandOutput) => void,
1615
1501
  ): void;
1616
1502
  updateDomainName(
1617
1503
  args: UpdateDomainNameCommandInput,
1618
1504
  options: __HttpHandlerOptions,
1619
- cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
1505
+ cb: (err: any, data?: UpdateDomainNameCommandOutput) => void,
1620
1506
  ): void;
1621
1507
  updateIntegration(
1622
1508
  args: UpdateIntegrationCommandInput,
1623
- options?: __HttpHandlerOptions
1509
+ options?: __HttpHandlerOptions,
1624
1510
  ): Promise<UpdateIntegrationCommandOutput>;
1625
1511
  updateIntegration(
1626
1512
  args: UpdateIntegrationCommandInput,
1627
- cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
1513
+ cb: (err: any, data?: UpdateIntegrationCommandOutput) => void,
1628
1514
  ): void;
1629
1515
  updateIntegration(
1630
1516
  args: UpdateIntegrationCommandInput,
1631
1517
  options: __HttpHandlerOptions,
1632
- cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
1518
+ cb: (err: any, data?: UpdateIntegrationCommandOutput) => void,
1633
1519
  ): void;
1634
1520
  updateIntegrationResponse(
1635
1521
  args: UpdateIntegrationResponseCommandInput,
1636
- options?: __HttpHandlerOptions
1522
+ options?: __HttpHandlerOptions,
1637
1523
  ): Promise<UpdateIntegrationResponseCommandOutput>;
1638
1524
  updateIntegrationResponse(
1639
1525
  args: UpdateIntegrationResponseCommandInput,
1640
- cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
1526
+ cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void,
1641
1527
  ): void;
1642
1528
  updateIntegrationResponse(
1643
1529
  args: UpdateIntegrationResponseCommandInput,
1644
1530
  options: __HttpHandlerOptions,
1645
- cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
1531
+ cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void,
1646
1532
  ): void;
1647
1533
  updateModel(
1648
1534
  args: UpdateModelCommandInput,
1649
- options?: __HttpHandlerOptions
1535
+ options?: __HttpHandlerOptions,
1650
1536
  ): Promise<UpdateModelCommandOutput>;
1651
1537
  updateModel(
1652
1538
  args: UpdateModelCommandInput,
1653
- cb: (err: any, data?: UpdateModelCommandOutput) => void
1539
+ cb: (err: any, data?: UpdateModelCommandOutput) => void,
1654
1540
  ): void;
1655
1541
  updateModel(
1656
1542
  args: UpdateModelCommandInput,
1657
1543
  options: __HttpHandlerOptions,
1658
- cb: (err: any, data?: UpdateModelCommandOutput) => void
1544
+ cb: (err: any, data?: UpdateModelCommandOutput) => void,
1659
1545
  ): void;
1660
1546
  updatePortal(
1661
1547
  args: UpdatePortalCommandInput,
1662
- options?: __HttpHandlerOptions
1548
+ options?: __HttpHandlerOptions,
1663
1549
  ): Promise<UpdatePortalCommandOutput>;
1664
1550
  updatePortal(
1665
1551
  args: UpdatePortalCommandInput,
1666
- cb: (err: any, data?: UpdatePortalCommandOutput) => void
1552
+ cb: (err: any, data?: UpdatePortalCommandOutput) => void,
1667
1553
  ): void;
1668
1554
  updatePortal(
1669
1555
  args: UpdatePortalCommandInput,
1670
1556
  options: __HttpHandlerOptions,
1671
- cb: (err: any, data?: UpdatePortalCommandOutput) => void
1557
+ cb: (err: any, data?: UpdatePortalCommandOutput) => void,
1672
1558
  ): void;
1673
1559
  updatePortalProduct(
1674
1560
  args: UpdatePortalProductCommandInput,
1675
- options?: __HttpHandlerOptions
1561
+ options?: __HttpHandlerOptions,
1676
1562
  ): Promise<UpdatePortalProductCommandOutput>;
1677
1563
  updatePortalProduct(
1678
1564
  args: UpdatePortalProductCommandInput,
1679
- cb: (err: any, data?: UpdatePortalProductCommandOutput) => void
1565
+ cb: (err: any, data?: UpdatePortalProductCommandOutput) => void,
1680
1566
  ): void;
1681
1567
  updatePortalProduct(
1682
1568
  args: UpdatePortalProductCommandInput,
1683
1569
  options: __HttpHandlerOptions,
1684
- cb: (err: any, data?: UpdatePortalProductCommandOutput) => void
1570
+ cb: (err: any, data?: UpdatePortalProductCommandOutput) => void,
1685
1571
  ): void;
1686
1572
  updateProductPage(
1687
1573
  args: UpdateProductPageCommandInput,
1688
- options?: __HttpHandlerOptions
1574
+ options?: __HttpHandlerOptions,
1689
1575
  ): Promise<UpdateProductPageCommandOutput>;
1690
1576
  updateProductPage(
1691
1577
  args: UpdateProductPageCommandInput,
1692
- cb: (err: any, data?: UpdateProductPageCommandOutput) => void
1578
+ cb: (err: any, data?: UpdateProductPageCommandOutput) => void,
1693
1579
  ): void;
1694
1580
  updateProductPage(
1695
1581
  args: UpdateProductPageCommandInput,
1696
1582
  options: __HttpHandlerOptions,
1697
- cb: (err: any, data?: UpdateProductPageCommandOutput) => void
1583
+ cb: (err: any, data?: UpdateProductPageCommandOutput) => void,
1698
1584
  ): void;
1699
1585
  updateProductRestEndpointPage(
1700
1586
  args: UpdateProductRestEndpointPageCommandInput,
1701
- options?: __HttpHandlerOptions
1587
+ options?: __HttpHandlerOptions,
1702
1588
  ): Promise<UpdateProductRestEndpointPageCommandOutput>;
1703
1589
  updateProductRestEndpointPage(
1704
1590
  args: UpdateProductRestEndpointPageCommandInput,
1705
- cb: (err: any, data?: UpdateProductRestEndpointPageCommandOutput) => void
1591
+ cb: (err: any, data?: UpdateProductRestEndpointPageCommandOutput) => void,
1706
1592
  ): void;
1707
1593
  updateProductRestEndpointPage(
1708
1594
  args: UpdateProductRestEndpointPageCommandInput,
1709
1595
  options: __HttpHandlerOptions,
1710
- cb: (err: any, data?: UpdateProductRestEndpointPageCommandOutput) => void
1596
+ cb: (err: any, data?: UpdateProductRestEndpointPageCommandOutput) => void,
1711
1597
  ): void;
1712
1598
  updateRoute(
1713
1599
  args: UpdateRouteCommandInput,
1714
- options?: __HttpHandlerOptions
1600
+ options?: __HttpHandlerOptions,
1715
1601
  ): Promise<UpdateRouteCommandOutput>;
1716
1602
  updateRoute(
1717
1603
  args: UpdateRouteCommandInput,
1718
- cb: (err: any, data?: UpdateRouteCommandOutput) => void
1604
+ cb: (err: any, data?: UpdateRouteCommandOutput) => void,
1719
1605
  ): void;
1720
1606
  updateRoute(
1721
1607
  args: UpdateRouteCommandInput,
1722
1608
  options: __HttpHandlerOptions,
1723
- cb: (err: any, data?: UpdateRouteCommandOutput) => void
1609
+ cb: (err: any, data?: UpdateRouteCommandOutput) => void,
1724
1610
  ): void;
1725
1611
  updateRouteResponse(
1726
1612
  args: UpdateRouteResponseCommandInput,
1727
- options?: __HttpHandlerOptions
1613
+ options?: __HttpHandlerOptions,
1728
1614
  ): Promise<UpdateRouteResponseCommandOutput>;
1729
1615
  updateRouteResponse(
1730
1616
  args: UpdateRouteResponseCommandInput,
1731
- cb: (err: any, data?: UpdateRouteResponseCommandOutput) => void
1617
+ cb: (err: any, data?: UpdateRouteResponseCommandOutput) => void,
1732
1618
  ): void;
1733
1619
  updateRouteResponse(
1734
1620
  args: UpdateRouteResponseCommandInput,
1735
1621
  options: __HttpHandlerOptions,
1736
- cb: (err: any, data?: UpdateRouteResponseCommandOutput) => void
1622
+ cb: (err: any, data?: UpdateRouteResponseCommandOutput) => void,
1737
1623
  ): void;
1738
1624
  updateStage(
1739
1625
  args: UpdateStageCommandInput,
1740
- options?: __HttpHandlerOptions
1626
+ options?: __HttpHandlerOptions,
1741
1627
  ): Promise<UpdateStageCommandOutput>;
1742
1628
  updateStage(
1743
1629
  args: UpdateStageCommandInput,
1744
- cb: (err: any, data?: UpdateStageCommandOutput) => void
1630
+ cb: (err: any, data?: UpdateStageCommandOutput) => void,
1745
1631
  ): void;
1746
1632
  updateStage(
1747
1633
  args: UpdateStageCommandInput,
1748
1634
  options: __HttpHandlerOptions,
1749
- cb: (err: any, data?: UpdateStageCommandOutput) => void
1635
+ cb: (err: any, data?: UpdateStageCommandOutput) => void,
1750
1636
  ): void;
1751
1637
  updateVpcLink(
1752
1638
  args: UpdateVpcLinkCommandInput,
1753
- options?: __HttpHandlerOptions
1639
+ options?: __HttpHandlerOptions,
1754
1640
  ): Promise<UpdateVpcLinkCommandOutput>;
1755
1641
  updateVpcLink(
1756
1642
  args: UpdateVpcLinkCommandInput,
1757
- cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void
1643
+ cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void,
1758
1644
  ): void;
1759
1645
  updateVpcLink(
1760
1646
  args: UpdateVpcLinkCommandInput,
1761
1647
  options: __HttpHandlerOptions,
1762
- cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void
1648
+ cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void,
1763
1649
  ): void;
1764
1650
  paginateListRoutingRules(
1765
1651
  args: ListRoutingRulesCommandInput,
1766
1652
  paginationConfig?: Pick<
1767
1653
  PaginationConfiguration,
1768
1654
  Exclude<keyof PaginationConfiguration, "client">
1769
- >
1655
+ >,
1770
1656
  ): Paginator<ListRoutingRulesCommandOutput>;
1771
1657
  }
1772
- export declare class ApiGatewayV2
1773
- extends ApiGatewayV2Client
1774
- implements ApiGatewayV2 {}
1658
+ export declare class ApiGatewayV2 extends ApiGatewayV2Client implements ApiGatewayV2 {}