@aws-sdk/client-api-gateway 3.1086.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/APIGateway.d.ts +414 -542
  3. package/dist-types/ts3.4/APIGatewayClient.d.ts +34 -130
  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/CreateApiKeyCommand.d.ts +1 -1
  8. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +5 -11
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +5 -11
  12. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateDomainNameAccessAssociationCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +5 -11
  17. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +2 -2
  19. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -2
  20. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +4 -7
  22. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +2 -2
  23. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +2 -2
  24. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
  25. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
  28. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DeleteDomainNameAccessAssociationCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
  32. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +3 -4
  33. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +3 -4
  34. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +2 -2
  36. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +3 -4
  37. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
  38. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +3 -4
  39. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +2 -2
  40. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +2 -2
  41. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
  42. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +3 -4
  44. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +2 -2
  45. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +2 -2
  47. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +6 -2
  50. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +4 -7
  54. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +5 -11
  55. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +5 -11
  56. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +4 -10
  57. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +5 -11
  60. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +5 -11
  61. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/GetDomainNameAccessAssociationsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
  67. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +4 -7
  68. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +5 -11
  69. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +6 -2
  72. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +4 -7
  73. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +6 -2
  74. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +6 -2
  76. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +5 -11
  77. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +5 -11
  78. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +2 -2
  79. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +3 -5
  80. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +2 -2
  81. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +8 -9
  83. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +2 -2
  84. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +6 -2
  86. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +6 -2
  87. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -2
  88. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +6 -2
  89. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +3 -5
  90. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +3 -5
  91. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +3 -5
  92. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +2 -2
  94. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +5 -11
  96. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +6 -14
  97. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +4 -8
  98. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +4 -7
  99. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +3 -5
  100. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +5 -10
  101. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +6 -2
  102. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +4 -7
  103. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +3 -6
  104. package/dist-types/ts3.4/commands/RejectDomainNameAccessAssociationCommand.d.ts +4 -6
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  106. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +4 -9
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  109. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +2 -2
  111. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +3 -5
  112. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +5 -11
  113. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +5 -11
  114. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +3 -5
  115. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +5 -11
  116. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +5 -10
  117. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +3 -5
  118. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +5 -11
  119. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +4 -7
  120. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +5 -10
  121. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +2 -2
  122. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +5 -11
  123. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -2
  124. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +5 -11
  125. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +3 -5
  126. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +2 -2
  127. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +2 -2
  128. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +2 -2
  129. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +3 -5
  130. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +2 -2
  131. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  132. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  133. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  134. package/dist-types/ts3.4/models/enums.d.ts +13 -26
  135. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  136. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  137. package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +1 -4
  138. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +1 -4
  139. package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +1 -4
  140. package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +1 -4
  141. package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +1 -4
  142. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  143. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  144. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  145. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  146. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  147. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  148. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  149. package/package.json +40 -40
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -68,10 +65,7 @@ import {
68
65
  CreateDomainNameCommandInput,
69
66
  CreateDomainNameCommandOutput,
70
67
  } from "./commands/CreateDomainNameCommand";
71
- import {
72
- CreateModelCommandInput,
73
- CreateModelCommandOutput,
74
- } from "./commands/CreateModelCommand";
68
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
75
69
  import {
76
70
  CreateRequestValidatorCommandInput,
77
71
  CreateRequestValidatorCommandOutput,
@@ -84,10 +78,7 @@ import {
84
78
  CreateRestApiCommandInput,
85
79
  CreateRestApiCommandOutput,
86
80
  } from "./commands/CreateRestApiCommand";
87
- import {
88
- CreateStageCommandInput,
89
- CreateStageCommandOutput,
90
- } from "./commands/CreateStageCommand";
81
+ import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
91
82
  import {
92
83
  CreateUsagePlanCommandInput,
93
84
  CreateUsagePlanCommandOutput,
@@ -156,10 +147,7 @@ import {
156
147
  DeleteMethodResponseCommandInput,
157
148
  DeleteMethodResponseCommandOutput,
158
149
  } from "./commands/DeleteMethodResponseCommand";
159
- import {
160
- DeleteModelCommandInput,
161
- DeleteModelCommandOutput,
162
- } from "./commands/DeleteModelCommand";
150
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
163
151
  import {
164
152
  DeleteRequestValidatorCommandInput,
165
153
  DeleteRequestValidatorCommandOutput,
@@ -172,10 +160,7 @@ import {
172
160
  DeleteRestApiCommandInput,
173
161
  DeleteRestApiCommandOutput,
174
162
  } from "./commands/DeleteRestApiCommand";
175
- import {
176
- DeleteStageCommandInput,
177
- DeleteStageCommandOutput,
178
- } from "./commands/DeleteStageCommand";
163
+ import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
179
164
  import {
180
165
  DeleteUsagePlanCommandInput,
181
166
  DeleteUsagePlanCommandOutput,
@@ -200,18 +185,9 @@ import {
200
185
  GenerateClientCertificateCommandInput,
201
186
  GenerateClientCertificateCommandOutput,
202
187
  } from "./commands/GenerateClientCertificateCommand";
203
- import {
204
- GetAccountCommandInput,
205
- GetAccountCommandOutput,
206
- } from "./commands/GetAccountCommand";
207
- import {
208
- GetApiKeyCommandInput,
209
- GetApiKeyCommandOutput,
210
- } from "./commands/GetApiKeyCommand";
211
- import {
212
- GetApiKeysCommandInput,
213
- GetApiKeysCommandOutput,
214
- } from "./commands/GetApiKeysCommand";
188
+ import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
189
+ import { GetApiKeyCommandInput, GetApiKeyCommandOutput } from "./commands/GetApiKeyCommand";
190
+ import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "./commands/GetApiKeysCommand";
215
191
  import {
216
192
  GetAuthorizerCommandInput,
217
193
  GetAuthorizerCommandOutput,
@@ -272,10 +248,7 @@ import {
272
248
  GetDomainNamesCommandInput,
273
249
  GetDomainNamesCommandOutput,
274
250
  } from "./commands/GetDomainNamesCommand";
275
- import {
276
- GetExportCommandInput,
277
- GetExportCommandOutput,
278
- } from "./commands/GetExportCommand";
251
+ import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
279
252
  import {
280
253
  GetGatewayResponseCommandInput,
281
254
  GetGatewayResponseCommandOutput,
@@ -292,22 +265,13 @@ import {
292
265
  GetIntegrationResponseCommandInput,
293
266
  GetIntegrationResponseCommandOutput,
294
267
  } from "./commands/GetIntegrationResponseCommand";
295
- import {
296
- GetMethodCommandInput,
297
- GetMethodCommandOutput,
298
- } from "./commands/GetMethodCommand";
268
+ import { GetMethodCommandInput, GetMethodCommandOutput } from "./commands/GetMethodCommand";
299
269
  import {
300
270
  GetMethodResponseCommandInput,
301
271
  GetMethodResponseCommandOutput,
302
272
  } from "./commands/GetMethodResponseCommand";
303
- import {
304
- GetModelCommandInput,
305
- GetModelCommandOutput,
306
- } from "./commands/GetModelCommand";
307
- import {
308
- GetModelsCommandInput,
309
- GetModelsCommandOutput,
310
- } from "./commands/GetModelsCommand";
273
+ import { GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
274
+ import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
311
275
  import {
312
276
  GetModelTemplateCommandInput,
313
277
  GetModelTemplateCommandOutput,
@@ -320,50 +284,20 @@ import {
320
284
  GetRequestValidatorsCommandInput,
321
285
  GetRequestValidatorsCommandOutput,
322
286
  } from "./commands/GetRequestValidatorsCommand";
323
- import {
324
- GetResourceCommandInput,
325
- GetResourceCommandOutput,
326
- } from "./commands/GetResourceCommand";
287
+ import { GetResourceCommandInput, GetResourceCommandOutput } from "./commands/GetResourceCommand";
327
288
  import {
328
289
  GetResourcesCommandInput,
329
290
  GetResourcesCommandOutput,
330
291
  } from "./commands/GetResourcesCommand";
331
- import {
332
- GetRestApiCommandInput,
333
- GetRestApiCommandOutput,
334
- } from "./commands/GetRestApiCommand";
335
- import {
336
- GetRestApisCommandInput,
337
- GetRestApisCommandOutput,
338
- } from "./commands/GetRestApisCommand";
339
- import {
340
- GetSdkCommandInput,
341
- GetSdkCommandOutput,
342
- } from "./commands/GetSdkCommand";
343
- import {
344
- GetSdkTypeCommandInput,
345
- GetSdkTypeCommandOutput,
346
- } from "./commands/GetSdkTypeCommand";
347
- import {
348
- GetSdkTypesCommandInput,
349
- GetSdkTypesCommandOutput,
350
- } from "./commands/GetSdkTypesCommand";
351
- import {
352
- GetStageCommandInput,
353
- GetStageCommandOutput,
354
- } from "./commands/GetStageCommand";
355
- import {
356
- GetStagesCommandInput,
357
- GetStagesCommandOutput,
358
- } from "./commands/GetStagesCommand";
359
- import {
360
- GetTagsCommandInput,
361
- GetTagsCommandOutput,
362
- } from "./commands/GetTagsCommand";
363
- import {
364
- GetUsageCommandInput,
365
- GetUsageCommandOutput,
366
- } from "./commands/GetUsageCommand";
292
+ import { GetRestApiCommandInput, GetRestApiCommandOutput } from "./commands/GetRestApiCommand";
293
+ import { GetRestApisCommandInput, GetRestApisCommandOutput } from "./commands/GetRestApisCommand";
294
+ import { GetSdkCommandInput, GetSdkCommandOutput } from "./commands/GetSdkCommand";
295
+ import { GetSdkTypeCommandInput, GetSdkTypeCommandOutput } from "./commands/GetSdkTypeCommand";
296
+ import { GetSdkTypesCommandInput, GetSdkTypesCommandOutput } from "./commands/GetSdkTypesCommand";
297
+ import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
298
+ import { GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
299
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
300
+ import { GetUsageCommandInput, GetUsageCommandOutput } from "./commands/GetUsageCommand";
367
301
  import {
368
302
  GetUsagePlanCommandInput,
369
303
  GetUsagePlanCommandOutput,
@@ -380,14 +314,8 @@ import {
380
314
  GetUsagePlansCommandInput,
381
315
  GetUsagePlansCommandOutput,
382
316
  } from "./commands/GetUsagePlansCommand";
383
- import {
384
- GetVpcLinkCommandInput,
385
- GetVpcLinkCommandOutput,
386
- } from "./commands/GetVpcLinkCommand";
387
- import {
388
- GetVpcLinksCommandInput,
389
- GetVpcLinksCommandOutput,
390
- } from "./commands/GetVpcLinksCommand";
317
+ import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
318
+ import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
391
319
  import {
392
320
  ImportApiKeysCommandInput,
393
321
  ImportApiKeysCommandOutput,
@@ -412,26 +340,17 @@ import {
412
340
  PutIntegrationResponseCommandInput,
413
341
  PutIntegrationResponseCommandOutput,
414
342
  } from "./commands/PutIntegrationResponseCommand";
415
- import {
416
- PutMethodCommandInput,
417
- PutMethodCommandOutput,
418
- } from "./commands/PutMethodCommand";
343
+ import { PutMethodCommandInput, PutMethodCommandOutput } from "./commands/PutMethodCommand";
419
344
  import {
420
345
  PutMethodResponseCommandInput,
421
346
  PutMethodResponseCommandOutput,
422
347
  } from "./commands/PutMethodResponseCommand";
423
- import {
424
- PutRestApiCommandInput,
425
- PutRestApiCommandOutput,
426
- } from "./commands/PutRestApiCommand";
348
+ import { PutRestApiCommandInput, PutRestApiCommandOutput } from "./commands/PutRestApiCommand";
427
349
  import {
428
350
  RejectDomainNameAccessAssociationCommandInput,
429
351
  RejectDomainNameAccessAssociationCommandOutput,
430
352
  } from "./commands/RejectDomainNameAccessAssociationCommand";
431
- import {
432
- TagResourceCommandInput,
433
- TagResourceCommandOutput,
434
- } from "./commands/TagResourceCommand";
353
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
435
354
  import {
436
355
  TestInvokeAuthorizerCommandInput,
437
356
  TestInvokeAuthorizerCommandOutput,
@@ -500,10 +419,7 @@ import {
500
419
  UpdateMethodResponseCommandInput,
501
420
  UpdateMethodResponseCommandOutput,
502
421
  } from "./commands/UpdateMethodResponseCommand";
503
- import {
504
- UpdateModelCommandInput,
505
- UpdateModelCommandOutput,
506
- } from "./commands/UpdateModelCommand";
422
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
507
423
  import {
508
424
  UpdateRequestValidatorCommandInput,
509
425
  UpdateRequestValidatorCommandOutput,
@@ -516,14 +432,8 @@ import {
516
432
  UpdateRestApiCommandInput,
517
433
  UpdateRestApiCommandOutput,
518
434
  } from "./commands/UpdateRestApiCommand";
519
- import {
520
- UpdateStageCommandInput,
521
- UpdateStageCommandOutput,
522
- } from "./commands/UpdateStageCommand";
523
- import {
524
- UpdateUsageCommandInput,
525
- UpdateUsageCommandOutput,
526
- } from "./commands/UpdateUsageCommand";
435
+ import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
436
+ import { UpdateUsageCommandInput, UpdateUsageCommandOutput } from "./commands/UpdateUsageCommand";
527
437
  import {
528
438
  UpdateUsagePlanCommandInput,
529
439
  UpdateUsagePlanCommandOutput,
@@ -789,8 +699,7 @@ export type ServiceOutputTypes =
789
699
  | UpdateUsageCommandOutput
790
700
  | UpdateUsagePlanCommandOutput
791
701
  | UpdateVpcLinkCommandOutput;
792
- export interface ClientDefaults
793
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
702
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
794
703
  requestHandler?: __HttpHandlerUserInput;
795
704
  sha256?: __ChecksumConstructor | __HashConstructor;
796
705
  urlParser?: __UrlParser;
@@ -815,9 +724,7 @@ export interface ClientDefaults
815
724
  extensions?: RuntimeExtension[];
816
725
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
817
726
  }
818
- export type APIGatewayClientConfigType = Partial<
819
- __SmithyConfiguration<__HttpHandlerOptions>
820
- > &
727
+ export type APIGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
821
728
  ClientDefaults &
822
729
  UserAgentInputConfig &
823
730
  RetryInputConfig &
@@ -838,8 +745,7 @@ export type APIGatewayClientResolvedConfigType =
838
745
  EndpointResolvedConfig<EndpointParameters> &
839
746
  HttpAuthSchemeResolvedConfig &
840
747
  ClientResolvedEndpointParameters;
841
- export interface APIGatewayClientResolvedConfig
842
- extends APIGatewayClientResolvedConfigType {}
748
+ export interface APIGatewayClientResolvedConfig extends APIGatewayClientResolvedConfigType {}
843
749
  export declare class APIGatewayClient extends __Client<
844
750
  __HttpHandlerOptions,
845
751
  ServiceInputTypes,
@@ -847,8 +753,6 @@ export declare class APIGatewayClient extends __Client<
847
753
  APIGatewayClientResolvedConfig
848
754
  > {
849
755
  readonly config: APIGatewayClientResolvedConfig;
850
- constructor(
851
- ...[configuration]: __CheckOptionalClientConfig<APIGatewayClientConfig>
852
- );
756
+ constructor(...[configuration]: __CheckOptionalClientConfig<APIGatewayClientConfig>);
853
757
  destroy(): void;
854
758
  }
@@ -7,17 +7,10 @@ import { APIGatewayHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: APIGatewayHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: APIGatewayHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): APIGatewayHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { APIGatewayClientResolvedConfig } from "../APIGatewayClient";
15
- export interface APIGatewayHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface APIGatewayHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface APIGatewayHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- APIGatewayClientResolvedConfig,
22
- HandlerExecutionContext,
23
- APIGatewayHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface APIGatewayHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ APIGatewayClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ APIGatewayHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultAPIGatewayHttpAuthSchemeParametersProvider: (
27
25
  config: APIGatewayClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<APIGatewayHttpAuthSchemeParameters>;
31
- export interface APIGatewayHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<APIGatewayHttpAuthSchemeParameters> {}
29
+ export interface APIGatewayHttpAuthSchemeProvider extends HttpAuthSchemeProvider<APIGatewayHttpAuthSchemeParameters> {}
33
30
  export declare const defaultAPIGatewayHttpAuthSchemeProvider: APIGatewayHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: APIGatewayHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: APIGatewayHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./APIGatewayClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  APIGatewayClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -5,7 +5,7 @@ export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {}
5
5
  export interface CreateApiKeyCommandOutput extends ApiKey, __MetadataBearer {}
6
6
  declare const CreateApiKeyCommand_base: {
7
7
  new (
8
- input: CreateApiKeyCommandInput
8
+ input: CreateApiKeyCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  CreateApiKeyCommandInput,
11
11
  CreateApiKeyCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { Authorizer, CreateAuthorizerRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateAuthorizerCommandInput extends CreateAuthorizerRequest {}
5
- export interface CreateAuthorizerCommandOutput
6
- extends Authorizer,
7
- __MetadataBearer {}
5
+ export interface CreateAuthorizerCommandOutput extends Authorizer, __MetadataBearer {}
8
6
  declare const CreateAuthorizerCommand_base: {
9
7
  new (
10
- input: CreateAuthorizerCommandInput
8
+ input: CreateAuthorizerCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateAuthorizerCommandInput,
13
11
  CreateAuthorizerCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateAuthorizerCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateAuthorizerCommandInput
17
+ input: CreateAuthorizerCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateAuthorizerCommandInput,
22
20
  CreateAuthorizerCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BasePathMapping,
4
- CreateBasePathMappingRequest,
5
- } from "../models/models_0";
2
+ import { BasePathMapping, CreateBasePathMappingRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateBasePathMappingCommandInput
8
- extends CreateBasePathMappingRequest {}
9
- export interface CreateBasePathMappingCommandOutput
10
- extends BasePathMapping,
11
- __MetadataBearer {}
4
+ export interface CreateBasePathMappingCommandInput extends CreateBasePathMappingRequest {}
5
+ export interface CreateBasePathMappingCommandOutput extends BasePathMapping, __MetadataBearer {}
12
6
  declare const CreateBasePathMappingCommand_base: {
13
7
  new (
14
- input: CreateBasePathMappingCommandInput
8
+ input: CreateBasePathMappingCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  CreateBasePathMappingCommandInput,
17
11
  CreateBasePathMappingCommandOutput,
@@ -20,7 +14,7 @@ declare const CreateBasePathMappingCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: CreateBasePathMappingCommandInput
17
+ input: CreateBasePathMappingCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  CreateBasePathMappingCommandInput,
26
20
  CreateBasePathMappingCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateDeploymentRequest, Deployment } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
5
- export interface CreateDeploymentCommandOutput
6
- extends Deployment,
7
- __MetadataBearer {}
5
+ export interface CreateDeploymentCommandOutput extends Deployment, __MetadataBearer {}
8
6
  declare const CreateDeploymentCommand_base: {
9
7
  new (
10
- input: CreateDeploymentCommandInput
8
+ input: CreateDeploymentCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateDeploymentCommandInput,
13
11
  CreateDeploymentCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateDeploymentCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateDeploymentCommandInput
17
+ input: CreateDeploymentCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateDeploymentCommandInput,
22
20
  CreateDeploymentCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDocumentationPartRequest,
4
- DocumentationPart,
5
- } from "../models/models_0";
2
+ import { CreateDocumentationPartRequest, DocumentationPart } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDocumentationPartCommandInput
8
- extends CreateDocumentationPartRequest {}
9
- export interface CreateDocumentationPartCommandOutput
10
- extends DocumentationPart,
11
- __MetadataBearer {}
4
+ export interface CreateDocumentationPartCommandInput extends CreateDocumentationPartRequest {}
5
+ export interface CreateDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {}
12
6
  declare const CreateDocumentationPartCommand_base: {
13
7
  new (
14
- input: CreateDocumentationPartCommandInput
8
+ input: CreateDocumentationPartCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  CreateDocumentationPartCommandInput,
17
11
  CreateDocumentationPartCommandOutput,
@@ -20,7 +14,7 @@ declare const CreateDocumentationPartCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: CreateDocumentationPartCommandInput
17
+ input: CreateDocumentationPartCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  CreateDocumentationPartCommandInput,
26
20
  CreateDocumentationPartCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDocumentationVersionRequest,
4
- DocumentationVersion,
5
- } from "../models/models_0";
2
+ import { CreateDocumentationVersionRequest, DocumentationVersion } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDocumentationVersionCommandInput
8
- extends CreateDocumentationVersionRequest {}
4
+ export interface CreateDocumentationVersionCommandInput extends CreateDocumentationVersionRequest {}
9
5
  export interface CreateDocumentationVersionCommandOutput
10
- extends DocumentationVersion,
11
- __MetadataBearer {}
6
+ extends DocumentationVersion, __MetadataBearer {}
12
7
  declare const CreateDocumentationVersionCommand_base: {
13
8
  new (
14
- input: CreateDocumentationVersionCommandInput
9
+ input: CreateDocumentationVersionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateDocumentationVersionCommandInput,
17
12
  CreateDocumentationVersionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateDocumentationVersionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateDocumentationVersionCommandInput
18
+ input: CreateDocumentationVersionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateDocumentationVersionCommandInput,
26
21
  CreateDocumentationVersionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DomainNameAccessAssociation,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateDomainNameAccessAssociationCommandInput
8
- extends CreateDomainNameAccessAssociationRequest {}
7
+ export interface CreateDomainNameAccessAssociationCommandInput extends CreateDomainNameAccessAssociationRequest {}
9
8
  export interface CreateDomainNameAccessAssociationCommandOutput
10
- extends DomainNameAccessAssociation,
11
- __MetadataBearer {}
9
+ extends DomainNameAccessAssociation, __MetadataBearer {}
12
10
  declare const CreateDomainNameAccessAssociationCommand_base: {
13
11
  new (
14
- input: CreateDomainNameAccessAssociationCommandInput
12
+ input: CreateDomainNameAccessAssociationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateDomainNameAccessAssociationCommandInput,
17
15
  CreateDomainNameAccessAssociationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateDomainNameAccessAssociationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateDomainNameAccessAssociationCommandInput
21
+ input: CreateDomainNameAccessAssociationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateDomainNameAccessAssociationCommandInput,
26
24
  CreateDomainNameAccessAssociationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateDomainNameRequest, DomainName } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
5
- export interface CreateDomainNameCommandOutput
6
- extends DomainName,
7
- __MetadataBearer {}
5
+ export interface CreateDomainNameCommandOutput extends DomainName, __MetadataBearer {}
8
6
  declare const CreateDomainNameCommand_base: {
9
7
  new (
10
- input: CreateDomainNameCommandInput
8
+ input: CreateDomainNameCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateDomainNameCommandInput,
13
11
  CreateDomainNameCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateDomainNameCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateDomainNameCommandInput
17
+ input: CreateDomainNameCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateDomainNameCommandInput,
22
20
  CreateDomainNameCommandOutput,
@@ -5,7 +5,7 @@ export interface CreateModelCommandInput extends CreateModelRequest {}
5
5
  export interface CreateModelCommandOutput extends Model, __MetadataBearer {}
6
6
  declare const CreateModelCommand_base: {
7
7
  new (
8
- input: CreateModelCommandInput
8
+ input: CreateModelCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  CreateModelCommandInput,
11
11
  CreateModelCommandOutput,
@@ -14,7 +14,7 @@ declare const CreateModelCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: CreateModelCommandInput
17
+ input: CreateModelCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  CreateModelCommandInput,
20
20
  CreateModelCommandOutput,