@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
@@ -36,10 +36,7 @@ import {
36
36
  CreateDomainNameCommandInput,
37
37
  CreateDomainNameCommandOutput,
38
38
  } from "./commands/CreateDomainNameCommand";
39
- import {
40
- CreateModelCommandInput,
41
- CreateModelCommandOutput,
42
- } from "./commands/CreateModelCommand";
39
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
43
40
  import {
44
41
  CreateRequestValidatorCommandInput,
45
42
  CreateRequestValidatorCommandOutput,
@@ -52,10 +49,7 @@ import {
52
49
  CreateRestApiCommandInput,
53
50
  CreateRestApiCommandOutput,
54
51
  } from "./commands/CreateRestApiCommand";
55
- import {
56
- CreateStageCommandInput,
57
- CreateStageCommandOutput,
58
- } from "./commands/CreateStageCommand";
52
+ import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
59
53
  import {
60
54
  CreateUsagePlanCommandInput,
61
55
  CreateUsagePlanCommandOutput,
@@ -124,10 +118,7 @@ import {
124
118
  DeleteMethodResponseCommandInput,
125
119
  DeleteMethodResponseCommandOutput,
126
120
  } from "./commands/DeleteMethodResponseCommand";
127
- import {
128
- DeleteModelCommandInput,
129
- DeleteModelCommandOutput,
130
- } from "./commands/DeleteModelCommand";
121
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
131
122
  import {
132
123
  DeleteRequestValidatorCommandInput,
133
124
  DeleteRequestValidatorCommandOutput,
@@ -140,10 +131,7 @@ import {
140
131
  DeleteRestApiCommandInput,
141
132
  DeleteRestApiCommandOutput,
142
133
  } from "./commands/DeleteRestApiCommand";
143
- import {
144
- DeleteStageCommandInput,
145
- DeleteStageCommandOutput,
146
- } from "./commands/DeleteStageCommand";
134
+ import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
147
135
  import {
148
136
  DeleteUsagePlanCommandInput,
149
137
  DeleteUsagePlanCommandOutput,
@@ -168,18 +156,9 @@ import {
168
156
  GenerateClientCertificateCommandInput,
169
157
  GenerateClientCertificateCommandOutput,
170
158
  } from "./commands/GenerateClientCertificateCommand";
171
- import {
172
- GetAccountCommandInput,
173
- GetAccountCommandOutput,
174
- } from "./commands/GetAccountCommand";
175
- import {
176
- GetApiKeyCommandInput,
177
- GetApiKeyCommandOutput,
178
- } from "./commands/GetApiKeyCommand";
179
- import {
180
- GetApiKeysCommandInput,
181
- GetApiKeysCommandOutput,
182
- } from "./commands/GetApiKeysCommand";
159
+ import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
160
+ import { GetApiKeyCommandInput, GetApiKeyCommandOutput } from "./commands/GetApiKeyCommand";
161
+ import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "./commands/GetApiKeysCommand";
183
162
  import {
184
163
  GetAuthorizerCommandInput,
185
164
  GetAuthorizerCommandOutput,
@@ -240,10 +219,7 @@ import {
240
219
  GetDomainNamesCommandInput,
241
220
  GetDomainNamesCommandOutput,
242
221
  } from "./commands/GetDomainNamesCommand";
243
- import {
244
- GetExportCommandInput,
245
- GetExportCommandOutput,
246
- } from "./commands/GetExportCommand";
222
+ import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
247
223
  import {
248
224
  GetGatewayResponseCommandInput,
249
225
  GetGatewayResponseCommandOutput,
@@ -260,22 +236,13 @@ import {
260
236
  GetIntegrationResponseCommandInput,
261
237
  GetIntegrationResponseCommandOutput,
262
238
  } from "./commands/GetIntegrationResponseCommand";
263
- import {
264
- GetMethodCommandInput,
265
- GetMethodCommandOutput,
266
- } from "./commands/GetMethodCommand";
239
+ import { GetMethodCommandInput, GetMethodCommandOutput } from "./commands/GetMethodCommand";
267
240
  import {
268
241
  GetMethodResponseCommandInput,
269
242
  GetMethodResponseCommandOutput,
270
243
  } from "./commands/GetMethodResponseCommand";
271
- import {
272
- GetModelCommandInput,
273
- GetModelCommandOutput,
274
- } from "./commands/GetModelCommand";
275
- import {
276
- GetModelsCommandInput,
277
- GetModelsCommandOutput,
278
- } from "./commands/GetModelsCommand";
244
+ import { GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
245
+ import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
279
246
  import {
280
247
  GetModelTemplateCommandInput,
281
248
  GetModelTemplateCommandOutput,
@@ -288,50 +255,20 @@ import {
288
255
  GetRequestValidatorsCommandInput,
289
256
  GetRequestValidatorsCommandOutput,
290
257
  } from "./commands/GetRequestValidatorsCommand";
291
- import {
292
- GetResourceCommandInput,
293
- GetResourceCommandOutput,
294
- } from "./commands/GetResourceCommand";
258
+ import { GetResourceCommandInput, GetResourceCommandOutput } from "./commands/GetResourceCommand";
295
259
  import {
296
260
  GetResourcesCommandInput,
297
261
  GetResourcesCommandOutput,
298
262
  } from "./commands/GetResourcesCommand";
299
- import {
300
- GetRestApiCommandInput,
301
- GetRestApiCommandOutput,
302
- } from "./commands/GetRestApiCommand";
303
- import {
304
- GetRestApisCommandInput,
305
- GetRestApisCommandOutput,
306
- } from "./commands/GetRestApisCommand";
307
- import {
308
- GetSdkCommandInput,
309
- GetSdkCommandOutput,
310
- } from "./commands/GetSdkCommand";
311
- import {
312
- GetSdkTypeCommandInput,
313
- GetSdkTypeCommandOutput,
314
- } from "./commands/GetSdkTypeCommand";
315
- import {
316
- GetSdkTypesCommandInput,
317
- GetSdkTypesCommandOutput,
318
- } from "./commands/GetSdkTypesCommand";
319
- import {
320
- GetStageCommandInput,
321
- GetStageCommandOutput,
322
- } from "./commands/GetStageCommand";
323
- import {
324
- GetStagesCommandInput,
325
- GetStagesCommandOutput,
326
- } from "./commands/GetStagesCommand";
327
- import {
328
- GetTagsCommandInput,
329
- GetTagsCommandOutput,
330
- } from "./commands/GetTagsCommand";
331
- import {
332
- GetUsageCommandInput,
333
- GetUsageCommandOutput,
334
- } from "./commands/GetUsageCommand";
263
+ import { GetRestApiCommandInput, GetRestApiCommandOutput } from "./commands/GetRestApiCommand";
264
+ import { GetRestApisCommandInput, GetRestApisCommandOutput } from "./commands/GetRestApisCommand";
265
+ import { GetSdkCommandInput, GetSdkCommandOutput } from "./commands/GetSdkCommand";
266
+ import { GetSdkTypeCommandInput, GetSdkTypeCommandOutput } from "./commands/GetSdkTypeCommand";
267
+ import { GetSdkTypesCommandInput, GetSdkTypesCommandOutput } from "./commands/GetSdkTypesCommand";
268
+ import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
269
+ import { GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
270
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
271
+ import { GetUsageCommandInput, GetUsageCommandOutput } from "./commands/GetUsageCommand";
335
272
  import {
336
273
  GetUsagePlanCommandInput,
337
274
  GetUsagePlanCommandOutput,
@@ -348,14 +285,8 @@ import {
348
285
  GetUsagePlansCommandInput,
349
286
  GetUsagePlansCommandOutput,
350
287
  } from "./commands/GetUsagePlansCommand";
351
- import {
352
- GetVpcLinkCommandInput,
353
- GetVpcLinkCommandOutput,
354
- } from "./commands/GetVpcLinkCommand";
355
- import {
356
- GetVpcLinksCommandInput,
357
- GetVpcLinksCommandOutput,
358
- } from "./commands/GetVpcLinksCommand";
288
+ import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
289
+ import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
359
290
  import {
360
291
  ImportApiKeysCommandInput,
361
292
  ImportApiKeysCommandOutput,
@@ -380,26 +311,17 @@ import {
380
311
  PutIntegrationResponseCommandInput,
381
312
  PutIntegrationResponseCommandOutput,
382
313
  } from "./commands/PutIntegrationResponseCommand";
383
- import {
384
- PutMethodCommandInput,
385
- PutMethodCommandOutput,
386
- } from "./commands/PutMethodCommand";
314
+ import { PutMethodCommandInput, PutMethodCommandOutput } from "./commands/PutMethodCommand";
387
315
  import {
388
316
  PutMethodResponseCommandInput,
389
317
  PutMethodResponseCommandOutput,
390
318
  } from "./commands/PutMethodResponseCommand";
391
- import {
392
- PutRestApiCommandInput,
393
- PutRestApiCommandOutput,
394
- } from "./commands/PutRestApiCommand";
319
+ import { PutRestApiCommandInput, PutRestApiCommandOutput } from "./commands/PutRestApiCommand";
395
320
  import {
396
321
  RejectDomainNameAccessAssociationCommandInput,
397
322
  RejectDomainNameAccessAssociationCommandOutput,
398
323
  } from "./commands/RejectDomainNameAccessAssociationCommand";
399
- import {
400
- TagResourceCommandInput,
401
- TagResourceCommandOutput,
402
- } from "./commands/TagResourceCommand";
324
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
403
325
  import {
404
326
  TestInvokeAuthorizerCommandInput,
405
327
  TestInvokeAuthorizerCommandOutput,
@@ -468,10 +390,7 @@ import {
468
390
  UpdateMethodResponseCommandInput,
469
391
  UpdateMethodResponseCommandOutput,
470
392
  } from "./commands/UpdateMethodResponseCommand";
471
- import {
472
- UpdateModelCommandInput,
473
- UpdateModelCommandOutput,
474
- } from "./commands/UpdateModelCommand";
393
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
475
394
  import {
476
395
  UpdateRequestValidatorCommandInput,
477
396
  UpdateRequestValidatorCommandOutput,
@@ -484,14 +403,8 @@ import {
484
403
  UpdateRestApiCommandInput,
485
404
  UpdateRestApiCommandOutput,
486
405
  } from "./commands/UpdateRestApiCommand";
487
- import {
488
- UpdateStageCommandInput,
489
- UpdateStageCommandOutput,
490
- } from "./commands/UpdateStageCommand";
491
- import {
492
- UpdateUsageCommandInput,
493
- UpdateUsageCommandOutput,
494
- } from "./commands/UpdateUsageCommand";
406
+ import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
407
+ import { UpdateUsageCommandInput, UpdateUsageCommandOutput } from "./commands/UpdateUsageCommand";
495
408
  import {
496
409
  UpdateUsagePlanCommandInput,
497
410
  UpdateUsagePlanCommandOutput,
@@ -504,1730 +417,1689 @@ export interface APIGateway {
504
417
  createApiKey(): Promise<CreateApiKeyCommandOutput>;
505
418
  createApiKey(
506
419
  args: CreateApiKeyCommandInput,
507
- options?: __HttpHandlerOptions
420
+ options?: __HttpHandlerOptions,
508
421
  ): Promise<CreateApiKeyCommandOutput>;
509
422
  createApiKey(
510
423
  args: CreateApiKeyCommandInput,
511
- cb: (err: any, data?: CreateApiKeyCommandOutput) => void
424
+ cb: (err: any, data?: CreateApiKeyCommandOutput) => void,
512
425
  ): void;
513
426
  createApiKey(
514
427
  args: CreateApiKeyCommandInput,
515
428
  options: __HttpHandlerOptions,
516
- cb: (err: any, data?: CreateApiKeyCommandOutput) => void
429
+ cb: (err: any, data?: CreateApiKeyCommandOutput) => void,
517
430
  ): void;
518
431
  createAuthorizer(
519
432
  args: CreateAuthorizerCommandInput,
520
- options?: __HttpHandlerOptions
433
+ options?: __HttpHandlerOptions,
521
434
  ): Promise<CreateAuthorizerCommandOutput>;
522
435
  createAuthorizer(
523
436
  args: CreateAuthorizerCommandInput,
524
- cb: (err: any, data?: CreateAuthorizerCommandOutput) => void
437
+ cb: (err: any, data?: CreateAuthorizerCommandOutput) => void,
525
438
  ): void;
526
439
  createAuthorizer(
527
440
  args: CreateAuthorizerCommandInput,
528
441
  options: __HttpHandlerOptions,
529
- cb: (err: any, data?: CreateAuthorizerCommandOutput) => void
442
+ cb: (err: any, data?: CreateAuthorizerCommandOutput) => void,
530
443
  ): void;
531
444
  createBasePathMapping(
532
445
  args: CreateBasePathMappingCommandInput,
533
- options?: __HttpHandlerOptions
446
+ options?: __HttpHandlerOptions,
534
447
  ): Promise<CreateBasePathMappingCommandOutput>;
535
448
  createBasePathMapping(
536
449
  args: CreateBasePathMappingCommandInput,
537
- cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void
450
+ cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void,
538
451
  ): void;
539
452
  createBasePathMapping(
540
453
  args: CreateBasePathMappingCommandInput,
541
454
  options: __HttpHandlerOptions,
542
- cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void
455
+ cb: (err: any, data?: CreateBasePathMappingCommandOutput) => void,
543
456
  ): void;
544
457
  createDeployment(
545
458
  args: CreateDeploymentCommandInput,
546
- options?: __HttpHandlerOptions
459
+ options?: __HttpHandlerOptions,
547
460
  ): Promise<CreateDeploymentCommandOutput>;
548
461
  createDeployment(
549
462
  args: CreateDeploymentCommandInput,
550
- cb: (err: any, data?: CreateDeploymentCommandOutput) => void
463
+ cb: (err: any, data?: CreateDeploymentCommandOutput) => void,
551
464
  ): void;
552
465
  createDeployment(
553
466
  args: CreateDeploymentCommandInput,
554
467
  options: __HttpHandlerOptions,
555
- cb: (err: any, data?: CreateDeploymentCommandOutput) => void
468
+ cb: (err: any, data?: CreateDeploymentCommandOutput) => void,
556
469
  ): void;
557
470
  createDocumentationPart(
558
471
  args: CreateDocumentationPartCommandInput,
559
- options?: __HttpHandlerOptions
472
+ options?: __HttpHandlerOptions,
560
473
  ): Promise<CreateDocumentationPartCommandOutput>;
561
474
  createDocumentationPart(
562
475
  args: CreateDocumentationPartCommandInput,
563
- cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void
476
+ cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void,
564
477
  ): void;
565
478
  createDocumentationPart(
566
479
  args: CreateDocumentationPartCommandInput,
567
480
  options: __HttpHandlerOptions,
568
- cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void
481
+ cb: (err: any, data?: CreateDocumentationPartCommandOutput) => void,
569
482
  ): void;
570
483
  createDocumentationVersion(
571
484
  args: CreateDocumentationVersionCommandInput,
572
- options?: __HttpHandlerOptions
485
+ options?: __HttpHandlerOptions,
573
486
  ): Promise<CreateDocumentationVersionCommandOutput>;
574
487
  createDocumentationVersion(
575
488
  args: CreateDocumentationVersionCommandInput,
576
- cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void
489
+ cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void,
577
490
  ): void;
578
491
  createDocumentationVersion(
579
492
  args: CreateDocumentationVersionCommandInput,
580
493
  options: __HttpHandlerOptions,
581
- cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void
494
+ cb: (err: any, data?: CreateDocumentationVersionCommandOutput) => void,
582
495
  ): void;
583
496
  createDomainName(
584
497
  args: CreateDomainNameCommandInput,
585
- options?: __HttpHandlerOptions
498
+ options?: __HttpHandlerOptions,
586
499
  ): Promise<CreateDomainNameCommandOutput>;
587
500
  createDomainName(
588
501
  args: CreateDomainNameCommandInput,
589
- cb: (err: any, data?: CreateDomainNameCommandOutput) => void
502
+ cb: (err: any, data?: CreateDomainNameCommandOutput) => void,
590
503
  ): void;
591
504
  createDomainName(
592
505
  args: CreateDomainNameCommandInput,
593
506
  options: __HttpHandlerOptions,
594
- cb: (err: any, data?: CreateDomainNameCommandOutput) => void
507
+ cb: (err: any, data?: CreateDomainNameCommandOutput) => void,
595
508
  ): void;
596
509
  createDomainNameAccessAssociation(
597
510
  args: CreateDomainNameAccessAssociationCommandInput,
598
- options?: __HttpHandlerOptions
511
+ options?: __HttpHandlerOptions,
599
512
  ): Promise<CreateDomainNameAccessAssociationCommandOutput>;
600
513
  createDomainNameAccessAssociation(
601
514
  args: CreateDomainNameAccessAssociationCommandInput,
602
- cb: (
603
- err: any,
604
- data?: CreateDomainNameAccessAssociationCommandOutput
605
- ) => void
515
+ cb: (err: any, data?: CreateDomainNameAccessAssociationCommandOutput) => void,
606
516
  ): void;
607
517
  createDomainNameAccessAssociation(
608
518
  args: CreateDomainNameAccessAssociationCommandInput,
609
519
  options: __HttpHandlerOptions,
610
- cb: (
611
- err: any,
612
- data?: CreateDomainNameAccessAssociationCommandOutput
613
- ) => void
520
+ cb: (err: any, data?: CreateDomainNameAccessAssociationCommandOutput) => void,
614
521
  ): void;
615
522
  createModel(
616
523
  args: CreateModelCommandInput,
617
- options?: __HttpHandlerOptions
524
+ options?: __HttpHandlerOptions,
618
525
  ): Promise<CreateModelCommandOutput>;
619
526
  createModel(
620
527
  args: CreateModelCommandInput,
621
- cb: (err: any, data?: CreateModelCommandOutput) => void
528
+ cb: (err: any, data?: CreateModelCommandOutput) => void,
622
529
  ): void;
623
530
  createModel(
624
531
  args: CreateModelCommandInput,
625
532
  options: __HttpHandlerOptions,
626
- cb: (err: any, data?: CreateModelCommandOutput) => void
533
+ cb: (err: any, data?: CreateModelCommandOutput) => void,
627
534
  ): void;
628
535
  createRequestValidator(
629
536
  args: CreateRequestValidatorCommandInput,
630
- options?: __HttpHandlerOptions
537
+ options?: __HttpHandlerOptions,
631
538
  ): Promise<CreateRequestValidatorCommandOutput>;
632
539
  createRequestValidator(
633
540
  args: CreateRequestValidatorCommandInput,
634
- cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void
541
+ cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void,
635
542
  ): void;
636
543
  createRequestValidator(
637
544
  args: CreateRequestValidatorCommandInput,
638
545
  options: __HttpHandlerOptions,
639
- cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void
546
+ cb: (err: any, data?: CreateRequestValidatorCommandOutput) => void,
640
547
  ): void;
641
548
  createResource(
642
549
  args: CreateResourceCommandInput,
643
- options?: __HttpHandlerOptions
550
+ options?: __HttpHandlerOptions,
644
551
  ): Promise<CreateResourceCommandOutput>;
645
552
  createResource(
646
553
  args: CreateResourceCommandInput,
647
- cb: (err: any, data?: CreateResourceCommandOutput) => void
554
+ cb: (err: any, data?: CreateResourceCommandOutput) => void,
648
555
  ): void;
649
556
  createResource(
650
557
  args: CreateResourceCommandInput,
651
558
  options: __HttpHandlerOptions,
652
- cb: (err: any, data?: CreateResourceCommandOutput) => void
559
+ cb: (err: any, data?: CreateResourceCommandOutput) => void,
653
560
  ): void;
654
561
  createRestApi(
655
562
  args: CreateRestApiCommandInput,
656
- options?: __HttpHandlerOptions
563
+ options?: __HttpHandlerOptions,
657
564
  ): Promise<CreateRestApiCommandOutput>;
658
565
  createRestApi(
659
566
  args: CreateRestApiCommandInput,
660
- cb: (err: any, data?: CreateRestApiCommandOutput) => void
567
+ cb: (err: any, data?: CreateRestApiCommandOutput) => void,
661
568
  ): void;
662
569
  createRestApi(
663
570
  args: CreateRestApiCommandInput,
664
571
  options: __HttpHandlerOptions,
665
- cb: (err: any, data?: CreateRestApiCommandOutput) => void
572
+ cb: (err: any, data?: CreateRestApiCommandOutput) => void,
666
573
  ): void;
667
574
  createStage(
668
575
  args: CreateStageCommandInput,
669
- options?: __HttpHandlerOptions
576
+ options?: __HttpHandlerOptions,
670
577
  ): Promise<CreateStageCommandOutput>;
671
578
  createStage(
672
579
  args: CreateStageCommandInput,
673
- cb: (err: any, data?: CreateStageCommandOutput) => void
580
+ cb: (err: any, data?: CreateStageCommandOutput) => void,
674
581
  ): void;
675
582
  createStage(
676
583
  args: CreateStageCommandInput,
677
584
  options: __HttpHandlerOptions,
678
- cb: (err: any, data?: CreateStageCommandOutput) => void
585
+ cb: (err: any, data?: CreateStageCommandOutput) => void,
679
586
  ): void;
680
587
  createUsagePlan(
681
588
  args: CreateUsagePlanCommandInput,
682
- options?: __HttpHandlerOptions
589
+ options?: __HttpHandlerOptions,
683
590
  ): Promise<CreateUsagePlanCommandOutput>;
684
591
  createUsagePlan(
685
592
  args: CreateUsagePlanCommandInput,
686
- cb: (err: any, data?: CreateUsagePlanCommandOutput) => void
593
+ cb: (err: any, data?: CreateUsagePlanCommandOutput) => void,
687
594
  ): void;
688
595
  createUsagePlan(
689
596
  args: CreateUsagePlanCommandInput,
690
597
  options: __HttpHandlerOptions,
691
- cb: (err: any, data?: CreateUsagePlanCommandOutput) => void
598
+ cb: (err: any, data?: CreateUsagePlanCommandOutput) => void,
692
599
  ): void;
693
600
  createUsagePlanKey(
694
601
  args: CreateUsagePlanKeyCommandInput,
695
- options?: __HttpHandlerOptions
602
+ options?: __HttpHandlerOptions,
696
603
  ): Promise<CreateUsagePlanKeyCommandOutput>;
697
604
  createUsagePlanKey(
698
605
  args: CreateUsagePlanKeyCommandInput,
699
- cb: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void
606
+ cb: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void,
700
607
  ): void;
701
608
  createUsagePlanKey(
702
609
  args: CreateUsagePlanKeyCommandInput,
703
610
  options: __HttpHandlerOptions,
704
- cb: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void
611
+ cb: (err: any, data?: CreateUsagePlanKeyCommandOutput) => void,
705
612
  ): void;
706
613
  createVpcLink(
707
614
  args: CreateVpcLinkCommandInput,
708
- options?: __HttpHandlerOptions
615
+ options?: __HttpHandlerOptions,
709
616
  ): Promise<CreateVpcLinkCommandOutput>;
710
617
  createVpcLink(
711
618
  args: CreateVpcLinkCommandInput,
712
- cb: (err: any, data?: CreateVpcLinkCommandOutput) => void
619
+ cb: (err: any, data?: CreateVpcLinkCommandOutput) => void,
713
620
  ): void;
714
621
  createVpcLink(
715
622
  args: CreateVpcLinkCommandInput,
716
623
  options: __HttpHandlerOptions,
717
- cb: (err: any, data?: CreateVpcLinkCommandOutput) => void
624
+ cb: (err: any, data?: CreateVpcLinkCommandOutput) => void,
718
625
  ): void;
719
626
  deleteApiKey(
720
627
  args: DeleteApiKeyCommandInput,
721
- options?: __HttpHandlerOptions
628
+ options?: __HttpHandlerOptions,
722
629
  ): Promise<DeleteApiKeyCommandOutput>;
723
630
  deleteApiKey(
724
631
  args: DeleteApiKeyCommandInput,
725
- cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
632
+ cb: (err: any, data?: DeleteApiKeyCommandOutput) => void,
726
633
  ): void;
727
634
  deleteApiKey(
728
635
  args: DeleteApiKeyCommandInput,
729
636
  options: __HttpHandlerOptions,
730
- cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
637
+ cb: (err: any, data?: DeleteApiKeyCommandOutput) => void,
731
638
  ): void;
732
639
  deleteAuthorizer(
733
640
  args: DeleteAuthorizerCommandInput,
734
- options?: __HttpHandlerOptions
641
+ options?: __HttpHandlerOptions,
735
642
  ): Promise<DeleteAuthorizerCommandOutput>;
736
643
  deleteAuthorizer(
737
644
  args: DeleteAuthorizerCommandInput,
738
- cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void
645
+ cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void,
739
646
  ): void;
740
647
  deleteAuthorizer(
741
648
  args: DeleteAuthorizerCommandInput,
742
649
  options: __HttpHandlerOptions,
743
- cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void
650
+ cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void,
744
651
  ): void;
745
652
  deleteBasePathMapping(
746
653
  args: DeleteBasePathMappingCommandInput,
747
- options?: __HttpHandlerOptions
654
+ options?: __HttpHandlerOptions,
748
655
  ): Promise<DeleteBasePathMappingCommandOutput>;
749
656
  deleteBasePathMapping(
750
657
  args: DeleteBasePathMappingCommandInput,
751
- cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void
658
+ cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void,
752
659
  ): void;
753
660
  deleteBasePathMapping(
754
661
  args: DeleteBasePathMappingCommandInput,
755
662
  options: __HttpHandlerOptions,
756
- cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void
663
+ cb: (err: any, data?: DeleteBasePathMappingCommandOutput) => void,
757
664
  ): void;
758
665
  deleteClientCertificate(
759
666
  args: DeleteClientCertificateCommandInput,
760
- options?: __HttpHandlerOptions
667
+ options?: __HttpHandlerOptions,
761
668
  ): Promise<DeleteClientCertificateCommandOutput>;
762
669
  deleteClientCertificate(
763
670
  args: DeleteClientCertificateCommandInput,
764
- cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void
671
+ cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void,
765
672
  ): void;
766
673
  deleteClientCertificate(
767
674
  args: DeleteClientCertificateCommandInput,
768
675
  options: __HttpHandlerOptions,
769
- cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void
676
+ cb: (err: any, data?: DeleteClientCertificateCommandOutput) => void,
770
677
  ): void;
771
678
  deleteDeployment(
772
679
  args: DeleteDeploymentCommandInput,
773
- options?: __HttpHandlerOptions
680
+ options?: __HttpHandlerOptions,
774
681
  ): Promise<DeleteDeploymentCommandOutput>;
775
682
  deleteDeployment(
776
683
  args: DeleteDeploymentCommandInput,
777
- cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
684
+ cb: (err: any, data?: DeleteDeploymentCommandOutput) => void,
778
685
  ): void;
779
686
  deleteDeployment(
780
687
  args: DeleteDeploymentCommandInput,
781
688
  options: __HttpHandlerOptions,
782
- cb: (err: any, data?: DeleteDeploymentCommandOutput) => void
689
+ cb: (err: any, data?: DeleteDeploymentCommandOutput) => void,
783
690
  ): void;
784
691
  deleteDocumentationPart(
785
692
  args: DeleteDocumentationPartCommandInput,
786
- options?: __HttpHandlerOptions
693
+ options?: __HttpHandlerOptions,
787
694
  ): Promise<DeleteDocumentationPartCommandOutput>;
788
695
  deleteDocumentationPart(
789
696
  args: DeleteDocumentationPartCommandInput,
790
- cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void
697
+ cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void,
791
698
  ): void;
792
699
  deleteDocumentationPart(
793
700
  args: DeleteDocumentationPartCommandInput,
794
701
  options: __HttpHandlerOptions,
795
- cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void
702
+ cb: (err: any, data?: DeleteDocumentationPartCommandOutput) => void,
796
703
  ): void;
797
704
  deleteDocumentationVersion(
798
705
  args: DeleteDocumentationVersionCommandInput,
799
- options?: __HttpHandlerOptions
706
+ options?: __HttpHandlerOptions,
800
707
  ): Promise<DeleteDocumentationVersionCommandOutput>;
801
708
  deleteDocumentationVersion(
802
709
  args: DeleteDocumentationVersionCommandInput,
803
- cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void
710
+ cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void,
804
711
  ): void;
805
712
  deleteDocumentationVersion(
806
713
  args: DeleteDocumentationVersionCommandInput,
807
714
  options: __HttpHandlerOptions,
808
- cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void
715
+ cb: (err: any, data?: DeleteDocumentationVersionCommandOutput) => void,
809
716
  ): void;
810
717
  deleteDomainName(
811
718
  args: DeleteDomainNameCommandInput,
812
- options?: __HttpHandlerOptions
719
+ options?: __HttpHandlerOptions,
813
720
  ): Promise<DeleteDomainNameCommandOutput>;
814
721
  deleteDomainName(
815
722
  args: DeleteDomainNameCommandInput,
816
- cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
723
+ cb: (err: any, data?: DeleteDomainNameCommandOutput) => void,
817
724
  ): void;
818
725
  deleteDomainName(
819
726
  args: DeleteDomainNameCommandInput,
820
727
  options: __HttpHandlerOptions,
821
- cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
728
+ cb: (err: any, data?: DeleteDomainNameCommandOutput) => void,
822
729
  ): void;
823
730
  deleteDomainNameAccessAssociation(
824
731
  args: DeleteDomainNameAccessAssociationCommandInput,
825
- options?: __HttpHandlerOptions
732
+ options?: __HttpHandlerOptions,
826
733
  ): Promise<DeleteDomainNameAccessAssociationCommandOutput>;
827
734
  deleteDomainNameAccessAssociation(
828
735
  args: DeleteDomainNameAccessAssociationCommandInput,
829
- cb: (
830
- err: any,
831
- data?: DeleteDomainNameAccessAssociationCommandOutput
832
- ) => void
736
+ cb: (err: any, data?: DeleteDomainNameAccessAssociationCommandOutput) => void,
833
737
  ): void;
834
738
  deleteDomainNameAccessAssociation(
835
739
  args: DeleteDomainNameAccessAssociationCommandInput,
836
740
  options: __HttpHandlerOptions,
837
- cb: (
838
- err: any,
839
- data?: DeleteDomainNameAccessAssociationCommandOutput
840
- ) => void
741
+ cb: (err: any, data?: DeleteDomainNameAccessAssociationCommandOutput) => void,
841
742
  ): void;
842
743
  deleteGatewayResponse(
843
744
  args: DeleteGatewayResponseCommandInput,
844
- options?: __HttpHandlerOptions
745
+ options?: __HttpHandlerOptions,
845
746
  ): Promise<DeleteGatewayResponseCommandOutput>;
846
747
  deleteGatewayResponse(
847
748
  args: DeleteGatewayResponseCommandInput,
848
- cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void
749
+ cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void,
849
750
  ): void;
850
751
  deleteGatewayResponse(
851
752
  args: DeleteGatewayResponseCommandInput,
852
753
  options: __HttpHandlerOptions,
853
- cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void
754
+ cb: (err: any, data?: DeleteGatewayResponseCommandOutput) => void,
854
755
  ): void;
855
756
  deleteIntegration(
856
757
  args: DeleteIntegrationCommandInput,
857
- options?: __HttpHandlerOptions
758
+ options?: __HttpHandlerOptions,
858
759
  ): Promise<DeleteIntegrationCommandOutput>;
859
760
  deleteIntegration(
860
761
  args: DeleteIntegrationCommandInput,
861
- cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
762
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void,
862
763
  ): void;
863
764
  deleteIntegration(
864
765
  args: DeleteIntegrationCommandInput,
865
766
  options: __HttpHandlerOptions,
866
- cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
767
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void,
867
768
  ): void;
868
769
  deleteIntegrationResponse(
869
770
  args: DeleteIntegrationResponseCommandInput,
870
- options?: __HttpHandlerOptions
771
+ options?: __HttpHandlerOptions,
871
772
  ): Promise<DeleteIntegrationResponseCommandOutput>;
872
773
  deleteIntegrationResponse(
873
774
  args: DeleteIntegrationResponseCommandInput,
874
- cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
775
+ cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void,
875
776
  ): void;
876
777
  deleteIntegrationResponse(
877
778
  args: DeleteIntegrationResponseCommandInput,
878
779
  options: __HttpHandlerOptions,
879
- cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void
780
+ cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void,
880
781
  ): void;
881
782
  deleteMethod(
882
783
  args: DeleteMethodCommandInput,
883
- options?: __HttpHandlerOptions
784
+ options?: __HttpHandlerOptions,
884
785
  ): Promise<DeleteMethodCommandOutput>;
885
786
  deleteMethod(
886
787
  args: DeleteMethodCommandInput,
887
- cb: (err: any, data?: DeleteMethodCommandOutput) => void
788
+ cb: (err: any, data?: DeleteMethodCommandOutput) => void,
888
789
  ): void;
889
790
  deleteMethod(
890
791
  args: DeleteMethodCommandInput,
891
792
  options: __HttpHandlerOptions,
892
- cb: (err: any, data?: DeleteMethodCommandOutput) => void
793
+ cb: (err: any, data?: DeleteMethodCommandOutput) => void,
893
794
  ): void;
894
795
  deleteMethodResponse(
895
796
  args: DeleteMethodResponseCommandInput,
896
- options?: __HttpHandlerOptions
797
+ options?: __HttpHandlerOptions,
897
798
  ): Promise<DeleteMethodResponseCommandOutput>;
898
799
  deleteMethodResponse(
899
800
  args: DeleteMethodResponseCommandInput,
900
- cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void
801
+ cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void,
901
802
  ): void;
902
803
  deleteMethodResponse(
903
804
  args: DeleteMethodResponseCommandInput,
904
805
  options: __HttpHandlerOptions,
905
- cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void
806
+ cb: (err: any, data?: DeleteMethodResponseCommandOutput) => void,
906
807
  ): void;
907
808
  deleteModel(
908
809
  args: DeleteModelCommandInput,
909
- options?: __HttpHandlerOptions
810
+ options?: __HttpHandlerOptions,
910
811
  ): Promise<DeleteModelCommandOutput>;
911
812
  deleteModel(
912
813
  args: DeleteModelCommandInput,
913
- cb: (err: any, data?: DeleteModelCommandOutput) => void
814
+ cb: (err: any, data?: DeleteModelCommandOutput) => void,
914
815
  ): void;
915
816
  deleteModel(
916
817
  args: DeleteModelCommandInput,
917
818
  options: __HttpHandlerOptions,
918
- cb: (err: any, data?: DeleteModelCommandOutput) => void
819
+ cb: (err: any, data?: DeleteModelCommandOutput) => void,
919
820
  ): void;
920
821
  deleteRequestValidator(
921
822
  args: DeleteRequestValidatorCommandInput,
922
- options?: __HttpHandlerOptions
823
+ options?: __HttpHandlerOptions,
923
824
  ): Promise<DeleteRequestValidatorCommandOutput>;
924
825
  deleteRequestValidator(
925
826
  args: DeleteRequestValidatorCommandInput,
926
- cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void
827
+ cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void,
927
828
  ): void;
928
829
  deleteRequestValidator(
929
830
  args: DeleteRequestValidatorCommandInput,
930
831
  options: __HttpHandlerOptions,
931
- cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void
832
+ cb: (err: any, data?: DeleteRequestValidatorCommandOutput) => void,
932
833
  ): void;
933
834
  deleteResource(
934
835
  args: DeleteResourceCommandInput,
935
- options?: __HttpHandlerOptions
836
+ options?: __HttpHandlerOptions,
936
837
  ): Promise<DeleteResourceCommandOutput>;
937
838
  deleteResource(
938
839
  args: DeleteResourceCommandInput,
939
- cb: (err: any, data?: DeleteResourceCommandOutput) => void
840
+ cb: (err: any, data?: DeleteResourceCommandOutput) => void,
940
841
  ): void;
941
842
  deleteResource(
942
843
  args: DeleteResourceCommandInput,
943
844
  options: __HttpHandlerOptions,
944
- cb: (err: any, data?: DeleteResourceCommandOutput) => void
845
+ cb: (err: any, data?: DeleteResourceCommandOutput) => void,
945
846
  ): void;
946
847
  deleteRestApi(
947
848
  args: DeleteRestApiCommandInput,
948
- options?: __HttpHandlerOptions
849
+ options?: __HttpHandlerOptions,
949
850
  ): Promise<DeleteRestApiCommandOutput>;
950
851
  deleteRestApi(
951
852
  args: DeleteRestApiCommandInput,
952
- cb: (err: any, data?: DeleteRestApiCommandOutput) => void
853
+ cb: (err: any, data?: DeleteRestApiCommandOutput) => void,
953
854
  ): void;
954
855
  deleteRestApi(
955
856
  args: DeleteRestApiCommandInput,
956
857
  options: __HttpHandlerOptions,
957
- cb: (err: any, data?: DeleteRestApiCommandOutput) => void
858
+ cb: (err: any, data?: DeleteRestApiCommandOutput) => void,
958
859
  ): void;
959
860
  deleteStage(
960
861
  args: DeleteStageCommandInput,
961
- options?: __HttpHandlerOptions
862
+ options?: __HttpHandlerOptions,
962
863
  ): Promise<DeleteStageCommandOutput>;
963
864
  deleteStage(
964
865
  args: DeleteStageCommandInput,
965
- cb: (err: any, data?: DeleteStageCommandOutput) => void
866
+ cb: (err: any, data?: DeleteStageCommandOutput) => void,
966
867
  ): void;
967
868
  deleteStage(
968
869
  args: DeleteStageCommandInput,
969
870
  options: __HttpHandlerOptions,
970
- cb: (err: any, data?: DeleteStageCommandOutput) => void
871
+ cb: (err: any, data?: DeleteStageCommandOutput) => void,
971
872
  ): void;
972
873
  deleteUsagePlan(
973
874
  args: DeleteUsagePlanCommandInput,
974
- options?: __HttpHandlerOptions
875
+ options?: __HttpHandlerOptions,
975
876
  ): Promise<DeleteUsagePlanCommandOutput>;
976
877
  deleteUsagePlan(
977
878
  args: DeleteUsagePlanCommandInput,
978
- cb: (err: any, data?: DeleteUsagePlanCommandOutput) => void
879
+ cb: (err: any, data?: DeleteUsagePlanCommandOutput) => void,
979
880
  ): void;
980
881
  deleteUsagePlan(
981
882
  args: DeleteUsagePlanCommandInput,
982
883
  options: __HttpHandlerOptions,
983
- cb: (err: any, data?: DeleteUsagePlanCommandOutput) => void
884
+ cb: (err: any, data?: DeleteUsagePlanCommandOutput) => void,
984
885
  ): void;
985
886
  deleteUsagePlanKey(
986
887
  args: DeleteUsagePlanKeyCommandInput,
987
- options?: __HttpHandlerOptions
888
+ options?: __HttpHandlerOptions,
988
889
  ): Promise<DeleteUsagePlanKeyCommandOutput>;
989
890
  deleteUsagePlanKey(
990
891
  args: DeleteUsagePlanKeyCommandInput,
991
- cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void
892
+ cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void,
992
893
  ): void;
993
894
  deleteUsagePlanKey(
994
895
  args: DeleteUsagePlanKeyCommandInput,
995
896
  options: __HttpHandlerOptions,
996
- cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void
897
+ cb: (err: any, data?: DeleteUsagePlanKeyCommandOutput) => void,
997
898
  ): void;
998
899
  deleteVpcLink(
999
900
  args: DeleteVpcLinkCommandInput,
1000
- options?: __HttpHandlerOptions
901
+ options?: __HttpHandlerOptions,
1001
902
  ): Promise<DeleteVpcLinkCommandOutput>;
1002
903
  deleteVpcLink(
1003
904
  args: DeleteVpcLinkCommandInput,
1004
- cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void
905
+ cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void,
1005
906
  ): void;
1006
907
  deleteVpcLink(
1007
908
  args: DeleteVpcLinkCommandInput,
1008
909
  options: __HttpHandlerOptions,
1009
- cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void
910
+ cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void,
1010
911
  ): void;
1011
912
  flushStageAuthorizersCache(
1012
913
  args: FlushStageAuthorizersCacheCommandInput,
1013
- options?: __HttpHandlerOptions
914
+ options?: __HttpHandlerOptions,
1014
915
  ): Promise<FlushStageAuthorizersCacheCommandOutput>;
1015
916
  flushStageAuthorizersCache(
1016
917
  args: FlushStageAuthorizersCacheCommandInput,
1017
- cb: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void
918
+ cb: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void,
1018
919
  ): void;
1019
920
  flushStageAuthorizersCache(
1020
921
  args: FlushStageAuthorizersCacheCommandInput,
1021
922
  options: __HttpHandlerOptions,
1022
- cb: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void
923
+ cb: (err: any, data?: FlushStageAuthorizersCacheCommandOutput) => void,
1023
924
  ): void;
1024
925
  flushStageCache(
1025
926
  args: FlushStageCacheCommandInput,
1026
- options?: __HttpHandlerOptions
927
+ options?: __HttpHandlerOptions,
1027
928
  ): Promise<FlushStageCacheCommandOutput>;
1028
929
  flushStageCache(
1029
930
  args: FlushStageCacheCommandInput,
1030
- cb: (err: any, data?: FlushStageCacheCommandOutput) => void
931
+ cb: (err: any, data?: FlushStageCacheCommandOutput) => void,
1031
932
  ): void;
1032
933
  flushStageCache(
1033
934
  args: FlushStageCacheCommandInput,
1034
935
  options: __HttpHandlerOptions,
1035
- cb: (err: any, data?: FlushStageCacheCommandOutput) => void
936
+ cb: (err: any, data?: FlushStageCacheCommandOutput) => void,
1036
937
  ): void;
1037
938
  generateClientCertificate(): Promise<GenerateClientCertificateCommandOutput>;
1038
939
  generateClientCertificate(
1039
940
  args: GenerateClientCertificateCommandInput,
1040
- options?: __HttpHandlerOptions
941
+ options?: __HttpHandlerOptions,
1041
942
  ): Promise<GenerateClientCertificateCommandOutput>;
1042
943
  generateClientCertificate(
1043
944
  args: GenerateClientCertificateCommandInput,
1044
- cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void
945
+ cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void,
1045
946
  ): void;
1046
947
  generateClientCertificate(
1047
948
  args: GenerateClientCertificateCommandInput,
1048
949
  options: __HttpHandlerOptions,
1049
- cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void
950
+ cb: (err: any, data?: GenerateClientCertificateCommandOutput) => void,
1050
951
  ): void;
1051
952
  getAccount(): Promise<GetAccountCommandOutput>;
1052
953
  getAccount(
1053
954
  args: GetAccountCommandInput,
1054
- options?: __HttpHandlerOptions
955
+ options?: __HttpHandlerOptions,
1055
956
  ): Promise<GetAccountCommandOutput>;
1056
957
  getAccount(
1057
958
  args: GetAccountCommandInput,
1058
- cb: (err: any, data?: GetAccountCommandOutput) => void
959
+ cb: (err: any, data?: GetAccountCommandOutput) => void,
1059
960
  ): void;
1060
961
  getAccount(
1061
962
  args: GetAccountCommandInput,
1062
963
  options: __HttpHandlerOptions,
1063
- cb: (err: any, data?: GetAccountCommandOutput) => void
964
+ cb: (err: any, data?: GetAccountCommandOutput) => void,
1064
965
  ): void;
1065
966
  getApiKey(
1066
967
  args: GetApiKeyCommandInput,
1067
- options?: __HttpHandlerOptions
968
+ options?: __HttpHandlerOptions,
1068
969
  ): Promise<GetApiKeyCommandOutput>;
1069
970
  getApiKey(
1070
971
  args: GetApiKeyCommandInput,
1071
- cb: (err: any, data?: GetApiKeyCommandOutput) => void
972
+ cb: (err: any, data?: GetApiKeyCommandOutput) => void,
1072
973
  ): void;
1073
974
  getApiKey(
1074
975
  args: GetApiKeyCommandInput,
1075
976
  options: __HttpHandlerOptions,
1076
- cb: (err: any, data?: GetApiKeyCommandOutput) => void
977
+ cb: (err: any, data?: GetApiKeyCommandOutput) => void,
1077
978
  ): void;
1078
979
  getApiKeys(): Promise<GetApiKeysCommandOutput>;
1079
980
  getApiKeys(
1080
981
  args: GetApiKeysCommandInput,
1081
- options?: __HttpHandlerOptions
982
+ options?: __HttpHandlerOptions,
1082
983
  ): Promise<GetApiKeysCommandOutput>;
1083
984
  getApiKeys(
1084
985
  args: GetApiKeysCommandInput,
1085
- cb: (err: any, data?: GetApiKeysCommandOutput) => void
986
+ cb: (err: any, data?: GetApiKeysCommandOutput) => void,
1086
987
  ): void;
1087
988
  getApiKeys(
1088
989
  args: GetApiKeysCommandInput,
1089
990
  options: __HttpHandlerOptions,
1090
- cb: (err: any, data?: GetApiKeysCommandOutput) => void
991
+ cb: (err: any, data?: GetApiKeysCommandOutput) => void,
1091
992
  ): void;
1092
993
  getAuthorizer(
1093
994
  args: GetAuthorizerCommandInput,
1094
- options?: __HttpHandlerOptions
995
+ options?: __HttpHandlerOptions,
1095
996
  ): Promise<GetAuthorizerCommandOutput>;
1096
997
  getAuthorizer(
1097
998
  args: GetAuthorizerCommandInput,
1098
- cb: (err: any, data?: GetAuthorizerCommandOutput) => void
999
+ cb: (err: any, data?: GetAuthorizerCommandOutput) => void,
1099
1000
  ): void;
1100
1001
  getAuthorizer(
1101
1002
  args: GetAuthorizerCommandInput,
1102
1003
  options: __HttpHandlerOptions,
1103
- cb: (err: any, data?: GetAuthorizerCommandOutput) => void
1004
+ cb: (err: any, data?: GetAuthorizerCommandOutput) => void,
1104
1005
  ): void;
1105
1006
  getAuthorizers(
1106
1007
  args: GetAuthorizersCommandInput,
1107
- options?: __HttpHandlerOptions
1008
+ options?: __HttpHandlerOptions,
1108
1009
  ): Promise<GetAuthorizersCommandOutput>;
1109
1010
  getAuthorizers(
1110
1011
  args: GetAuthorizersCommandInput,
1111
- cb: (err: any, data?: GetAuthorizersCommandOutput) => void
1012
+ cb: (err: any, data?: GetAuthorizersCommandOutput) => void,
1112
1013
  ): void;
1113
1014
  getAuthorizers(
1114
1015
  args: GetAuthorizersCommandInput,
1115
1016
  options: __HttpHandlerOptions,
1116
- cb: (err: any, data?: GetAuthorizersCommandOutput) => void
1017
+ cb: (err: any, data?: GetAuthorizersCommandOutput) => void,
1117
1018
  ): void;
1118
1019
  getBasePathMapping(
1119
1020
  args: GetBasePathMappingCommandInput,
1120
- options?: __HttpHandlerOptions
1021
+ options?: __HttpHandlerOptions,
1121
1022
  ): Promise<GetBasePathMappingCommandOutput>;
1122
1023
  getBasePathMapping(
1123
1024
  args: GetBasePathMappingCommandInput,
1124
- cb: (err: any, data?: GetBasePathMappingCommandOutput) => void
1025
+ cb: (err: any, data?: GetBasePathMappingCommandOutput) => void,
1125
1026
  ): void;
1126
1027
  getBasePathMapping(
1127
1028
  args: GetBasePathMappingCommandInput,
1128
1029
  options: __HttpHandlerOptions,
1129
- cb: (err: any, data?: GetBasePathMappingCommandOutput) => void
1030
+ cb: (err: any, data?: GetBasePathMappingCommandOutput) => void,
1130
1031
  ): void;
1131
1032
  getBasePathMappings(
1132
1033
  args: GetBasePathMappingsCommandInput,
1133
- options?: __HttpHandlerOptions
1034
+ options?: __HttpHandlerOptions,
1134
1035
  ): Promise<GetBasePathMappingsCommandOutput>;
1135
1036
  getBasePathMappings(
1136
1037
  args: GetBasePathMappingsCommandInput,
1137
- cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void
1038
+ cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void,
1138
1039
  ): void;
1139
1040
  getBasePathMappings(
1140
1041
  args: GetBasePathMappingsCommandInput,
1141
1042
  options: __HttpHandlerOptions,
1142
- cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void
1043
+ cb: (err: any, data?: GetBasePathMappingsCommandOutput) => void,
1143
1044
  ): void;
1144
1045
  getClientCertificate(
1145
1046
  args: GetClientCertificateCommandInput,
1146
- options?: __HttpHandlerOptions
1047
+ options?: __HttpHandlerOptions,
1147
1048
  ): Promise<GetClientCertificateCommandOutput>;
1148
1049
  getClientCertificate(
1149
1050
  args: GetClientCertificateCommandInput,
1150
- cb: (err: any, data?: GetClientCertificateCommandOutput) => void
1051
+ cb: (err: any, data?: GetClientCertificateCommandOutput) => void,
1151
1052
  ): void;
1152
1053
  getClientCertificate(
1153
1054
  args: GetClientCertificateCommandInput,
1154
1055
  options: __HttpHandlerOptions,
1155
- cb: (err: any, data?: GetClientCertificateCommandOutput) => void
1056
+ cb: (err: any, data?: GetClientCertificateCommandOutput) => void,
1156
1057
  ): void;
1157
1058
  getClientCertificates(): Promise<GetClientCertificatesCommandOutput>;
1158
1059
  getClientCertificates(
1159
1060
  args: GetClientCertificatesCommandInput,
1160
- options?: __HttpHandlerOptions
1061
+ options?: __HttpHandlerOptions,
1161
1062
  ): Promise<GetClientCertificatesCommandOutput>;
1162
1063
  getClientCertificates(
1163
1064
  args: GetClientCertificatesCommandInput,
1164
- cb: (err: any, data?: GetClientCertificatesCommandOutput) => void
1065
+ cb: (err: any, data?: GetClientCertificatesCommandOutput) => void,
1165
1066
  ): void;
1166
1067
  getClientCertificates(
1167
1068
  args: GetClientCertificatesCommandInput,
1168
1069
  options: __HttpHandlerOptions,
1169
- cb: (err: any, data?: GetClientCertificatesCommandOutput) => void
1070
+ cb: (err: any, data?: GetClientCertificatesCommandOutput) => void,
1170
1071
  ): void;
1171
1072
  getDeployment(
1172
1073
  args: GetDeploymentCommandInput,
1173
- options?: __HttpHandlerOptions
1074
+ options?: __HttpHandlerOptions,
1174
1075
  ): Promise<GetDeploymentCommandOutput>;
1175
1076
  getDeployment(
1176
1077
  args: GetDeploymentCommandInput,
1177
- cb: (err: any, data?: GetDeploymentCommandOutput) => void
1078
+ cb: (err: any, data?: GetDeploymentCommandOutput) => void,
1178
1079
  ): void;
1179
1080
  getDeployment(
1180
1081
  args: GetDeploymentCommandInput,
1181
1082
  options: __HttpHandlerOptions,
1182
- cb: (err: any, data?: GetDeploymentCommandOutput) => void
1083
+ cb: (err: any, data?: GetDeploymentCommandOutput) => void,
1183
1084
  ): void;
1184
1085
  getDeployments(
1185
1086
  args: GetDeploymentsCommandInput,
1186
- options?: __HttpHandlerOptions
1087
+ options?: __HttpHandlerOptions,
1187
1088
  ): Promise<GetDeploymentsCommandOutput>;
1188
1089
  getDeployments(
1189
1090
  args: GetDeploymentsCommandInput,
1190
- cb: (err: any, data?: GetDeploymentsCommandOutput) => void
1091
+ cb: (err: any, data?: GetDeploymentsCommandOutput) => void,
1191
1092
  ): void;
1192
1093
  getDeployments(
1193
1094
  args: GetDeploymentsCommandInput,
1194
1095
  options: __HttpHandlerOptions,
1195
- cb: (err: any, data?: GetDeploymentsCommandOutput) => void
1096
+ cb: (err: any, data?: GetDeploymentsCommandOutput) => void,
1196
1097
  ): void;
1197
1098
  getDocumentationPart(
1198
1099
  args: GetDocumentationPartCommandInput,
1199
- options?: __HttpHandlerOptions
1100
+ options?: __HttpHandlerOptions,
1200
1101
  ): Promise<GetDocumentationPartCommandOutput>;
1201
1102
  getDocumentationPart(
1202
1103
  args: GetDocumentationPartCommandInput,
1203
- cb: (err: any, data?: GetDocumentationPartCommandOutput) => void
1104
+ cb: (err: any, data?: GetDocumentationPartCommandOutput) => void,
1204
1105
  ): void;
1205
1106
  getDocumentationPart(
1206
1107
  args: GetDocumentationPartCommandInput,
1207
1108
  options: __HttpHandlerOptions,
1208
- cb: (err: any, data?: GetDocumentationPartCommandOutput) => void
1109
+ cb: (err: any, data?: GetDocumentationPartCommandOutput) => void,
1209
1110
  ): void;
1210
1111
  getDocumentationParts(
1211
1112
  args: GetDocumentationPartsCommandInput,
1212
- options?: __HttpHandlerOptions
1113
+ options?: __HttpHandlerOptions,
1213
1114
  ): Promise<GetDocumentationPartsCommandOutput>;
1214
1115
  getDocumentationParts(
1215
1116
  args: GetDocumentationPartsCommandInput,
1216
- cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void
1117
+ cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void,
1217
1118
  ): void;
1218
1119
  getDocumentationParts(
1219
1120
  args: GetDocumentationPartsCommandInput,
1220
1121
  options: __HttpHandlerOptions,
1221
- cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void
1122
+ cb: (err: any, data?: GetDocumentationPartsCommandOutput) => void,
1222
1123
  ): void;
1223
1124
  getDocumentationVersion(
1224
1125
  args: GetDocumentationVersionCommandInput,
1225
- options?: __HttpHandlerOptions
1126
+ options?: __HttpHandlerOptions,
1226
1127
  ): Promise<GetDocumentationVersionCommandOutput>;
1227
1128
  getDocumentationVersion(
1228
1129
  args: GetDocumentationVersionCommandInput,
1229
- cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void
1130
+ cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void,
1230
1131
  ): void;
1231
1132
  getDocumentationVersion(
1232
1133
  args: GetDocumentationVersionCommandInput,
1233
1134
  options: __HttpHandlerOptions,
1234
- cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void
1135
+ cb: (err: any, data?: GetDocumentationVersionCommandOutput) => void,
1235
1136
  ): void;
1236
1137
  getDocumentationVersions(
1237
1138
  args: GetDocumentationVersionsCommandInput,
1238
- options?: __HttpHandlerOptions
1139
+ options?: __HttpHandlerOptions,
1239
1140
  ): Promise<GetDocumentationVersionsCommandOutput>;
1240
1141
  getDocumentationVersions(
1241
1142
  args: GetDocumentationVersionsCommandInput,
1242
- cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void
1143
+ cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void,
1243
1144
  ): void;
1244
1145
  getDocumentationVersions(
1245
1146
  args: GetDocumentationVersionsCommandInput,
1246
1147
  options: __HttpHandlerOptions,
1247
- cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void
1148
+ cb: (err: any, data?: GetDocumentationVersionsCommandOutput) => void,
1248
1149
  ): void;
1249
1150
  getDomainName(
1250
1151
  args: GetDomainNameCommandInput,
1251
- options?: __HttpHandlerOptions
1152
+ options?: __HttpHandlerOptions,
1252
1153
  ): Promise<GetDomainNameCommandOutput>;
1253
1154
  getDomainName(
1254
1155
  args: GetDomainNameCommandInput,
1255
- cb: (err: any, data?: GetDomainNameCommandOutput) => void
1156
+ cb: (err: any, data?: GetDomainNameCommandOutput) => void,
1256
1157
  ): void;
1257
1158
  getDomainName(
1258
1159
  args: GetDomainNameCommandInput,
1259
1160
  options: __HttpHandlerOptions,
1260
- cb: (err: any, data?: GetDomainNameCommandOutput) => void
1161
+ cb: (err: any, data?: GetDomainNameCommandOutput) => void,
1261
1162
  ): void;
1262
1163
  getDomainNameAccessAssociations(): Promise<GetDomainNameAccessAssociationsCommandOutput>;
1263
1164
  getDomainNameAccessAssociations(
1264
1165
  args: GetDomainNameAccessAssociationsCommandInput,
1265
- options?: __HttpHandlerOptions
1166
+ options?: __HttpHandlerOptions,
1266
1167
  ): Promise<GetDomainNameAccessAssociationsCommandOutput>;
1267
1168
  getDomainNameAccessAssociations(
1268
1169
  args: GetDomainNameAccessAssociationsCommandInput,
1269
- cb: (err: any, data?: GetDomainNameAccessAssociationsCommandOutput) => void
1170
+ cb: (err: any, data?: GetDomainNameAccessAssociationsCommandOutput) => void,
1270
1171
  ): void;
1271
1172
  getDomainNameAccessAssociations(
1272
1173
  args: GetDomainNameAccessAssociationsCommandInput,
1273
1174
  options: __HttpHandlerOptions,
1274
- cb: (err: any, data?: GetDomainNameAccessAssociationsCommandOutput) => void
1175
+ cb: (err: any, data?: GetDomainNameAccessAssociationsCommandOutput) => void,
1275
1176
  ): void;
1276
1177
  getDomainNames(): Promise<GetDomainNamesCommandOutput>;
1277
1178
  getDomainNames(
1278
1179
  args: GetDomainNamesCommandInput,
1279
- options?: __HttpHandlerOptions
1180
+ options?: __HttpHandlerOptions,
1280
1181
  ): Promise<GetDomainNamesCommandOutput>;
1281
1182
  getDomainNames(
1282
1183
  args: GetDomainNamesCommandInput,
1283
- cb: (err: any, data?: GetDomainNamesCommandOutput) => void
1184
+ cb: (err: any, data?: GetDomainNamesCommandOutput) => void,
1284
1185
  ): void;
1285
1186
  getDomainNames(
1286
1187
  args: GetDomainNamesCommandInput,
1287
1188
  options: __HttpHandlerOptions,
1288
- cb: (err: any, data?: GetDomainNamesCommandOutput) => void
1189
+ cb: (err: any, data?: GetDomainNamesCommandOutput) => void,
1289
1190
  ): void;
1290
1191
  getExport(
1291
1192
  args: GetExportCommandInput,
1292
- options?: __HttpHandlerOptions
1193
+ options?: __HttpHandlerOptions,
1293
1194
  ): Promise<GetExportCommandOutput>;
1294
1195
  getExport(
1295
1196
  args: GetExportCommandInput,
1296
- cb: (err: any, data?: GetExportCommandOutput) => void
1197
+ cb: (err: any, data?: GetExportCommandOutput) => void,
1297
1198
  ): void;
1298
1199
  getExport(
1299
1200
  args: GetExportCommandInput,
1300
1201
  options: __HttpHandlerOptions,
1301
- cb: (err: any, data?: GetExportCommandOutput) => void
1202
+ cb: (err: any, data?: GetExportCommandOutput) => void,
1302
1203
  ): void;
1303
1204
  getGatewayResponse(
1304
1205
  args: GetGatewayResponseCommandInput,
1305
- options?: __HttpHandlerOptions
1206
+ options?: __HttpHandlerOptions,
1306
1207
  ): Promise<GetGatewayResponseCommandOutput>;
1307
1208
  getGatewayResponse(
1308
1209
  args: GetGatewayResponseCommandInput,
1309
- cb: (err: any, data?: GetGatewayResponseCommandOutput) => void
1210
+ cb: (err: any, data?: GetGatewayResponseCommandOutput) => void,
1310
1211
  ): void;
1311
1212
  getGatewayResponse(
1312
1213
  args: GetGatewayResponseCommandInput,
1313
1214
  options: __HttpHandlerOptions,
1314
- cb: (err: any, data?: GetGatewayResponseCommandOutput) => void
1215
+ cb: (err: any, data?: GetGatewayResponseCommandOutput) => void,
1315
1216
  ): void;
1316
1217
  getGatewayResponses(
1317
1218
  args: GetGatewayResponsesCommandInput,
1318
- options?: __HttpHandlerOptions
1219
+ options?: __HttpHandlerOptions,
1319
1220
  ): Promise<GetGatewayResponsesCommandOutput>;
1320
1221
  getGatewayResponses(
1321
1222
  args: GetGatewayResponsesCommandInput,
1322
- cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void
1223
+ cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void,
1323
1224
  ): void;
1324
1225
  getGatewayResponses(
1325
1226
  args: GetGatewayResponsesCommandInput,
1326
1227
  options: __HttpHandlerOptions,
1327
- cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void
1228
+ cb: (err: any, data?: GetGatewayResponsesCommandOutput) => void,
1328
1229
  ): void;
1329
1230
  getIntegration(
1330
1231
  args: GetIntegrationCommandInput,
1331
- options?: __HttpHandlerOptions
1232
+ options?: __HttpHandlerOptions,
1332
1233
  ): Promise<GetIntegrationCommandOutput>;
1333
1234
  getIntegration(
1334
1235
  args: GetIntegrationCommandInput,
1335
- cb: (err: any, data?: GetIntegrationCommandOutput) => void
1236
+ cb: (err: any, data?: GetIntegrationCommandOutput) => void,
1336
1237
  ): void;
1337
1238
  getIntegration(
1338
1239
  args: GetIntegrationCommandInput,
1339
1240
  options: __HttpHandlerOptions,
1340
- cb: (err: any, data?: GetIntegrationCommandOutput) => void
1241
+ cb: (err: any, data?: GetIntegrationCommandOutput) => void,
1341
1242
  ): void;
1342
1243
  getIntegrationResponse(
1343
1244
  args: GetIntegrationResponseCommandInput,
1344
- options?: __HttpHandlerOptions
1245
+ options?: __HttpHandlerOptions,
1345
1246
  ): Promise<GetIntegrationResponseCommandOutput>;
1346
1247
  getIntegrationResponse(
1347
1248
  args: GetIntegrationResponseCommandInput,
1348
- cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void
1249
+ cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void,
1349
1250
  ): void;
1350
1251
  getIntegrationResponse(
1351
1252
  args: GetIntegrationResponseCommandInput,
1352
1253
  options: __HttpHandlerOptions,
1353
- cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void
1254
+ cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void,
1354
1255
  ): void;
1355
1256
  getMethod(
1356
1257
  args: GetMethodCommandInput,
1357
- options?: __HttpHandlerOptions
1258
+ options?: __HttpHandlerOptions,
1358
1259
  ): Promise<GetMethodCommandOutput>;
1359
1260
  getMethod(
1360
1261
  args: GetMethodCommandInput,
1361
- cb: (err: any, data?: GetMethodCommandOutput) => void
1262
+ cb: (err: any, data?: GetMethodCommandOutput) => void,
1362
1263
  ): void;
1363
1264
  getMethod(
1364
1265
  args: GetMethodCommandInput,
1365
1266
  options: __HttpHandlerOptions,
1366
- cb: (err: any, data?: GetMethodCommandOutput) => void
1267
+ cb: (err: any, data?: GetMethodCommandOutput) => void,
1367
1268
  ): void;
1368
1269
  getMethodResponse(
1369
1270
  args: GetMethodResponseCommandInput,
1370
- options?: __HttpHandlerOptions
1271
+ options?: __HttpHandlerOptions,
1371
1272
  ): Promise<GetMethodResponseCommandOutput>;
1372
1273
  getMethodResponse(
1373
1274
  args: GetMethodResponseCommandInput,
1374
- cb: (err: any, data?: GetMethodResponseCommandOutput) => void
1275
+ cb: (err: any, data?: GetMethodResponseCommandOutput) => void,
1375
1276
  ): void;
1376
1277
  getMethodResponse(
1377
1278
  args: GetMethodResponseCommandInput,
1378
1279
  options: __HttpHandlerOptions,
1379
- cb: (err: any, data?: GetMethodResponseCommandOutput) => void
1280
+ cb: (err: any, data?: GetMethodResponseCommandOutput) => void,
1380
1281
  ): void;
1381
1282
  getModel(
1382
1283
  args: GetModelCommandInput,
1383
- options?: __HttpHandlerOptions
1284
+ options?: __HttpHandlerOptions,
1384
1285
  ): Promise<GetModelCommandOutput>;
1385
- getModel(
1386
- args: GetModelCommandInput,
1387
- cb: (err: any, data?: GetModelCommandOutput) => void
1388
- ): void;
1286
+ getModel(args: GetModelCommandInput, cb: (err: any, data?: GetModelCommandOutput) => void): void;
1389
1287
  getModel(
1390
1288
  args: GetModelCommandInput,
1391
1289
  options: __HttpHandlerOptions,
1392
- cb: (err: any, data?: GetModelCommandOutput) => void
1290
+ cb: (err: any, data?: GetModelCommandOutput) => void,
1393
1291
  ): void;
1394
1292
  getModels(
1395
1293
  args: GetModelsCommandInput,
1396
- options?: __HttpHandlerOptions
1294
+ options?: __HttpHandlerOptions,
1397
1295
  ): Promise<GetModelsCommandOutput>;
1398
1296
  getModels(
1399
1297
  args: GetModelsCommandInput,
1400
- cb: (err: any, data?: GetModelsCommandOutput) => void
1298
+ cb: (err: any, data?: GetModelsCommandOutput) => void,
1401
1299
  ): void;
1402
1300
  getModels(
1403
1301
  args: GetModelsCommandInput,
1404
1302
  options: __HttpHandlerOptions,
1405
- cb: (err: any, data?: GetModelsCommandOutput) => void
1303
+ cb: (err: any, data?: GetModelsCommandOutput) => void,
1406
1304
  ): void;
1407
1305
  getModelTemplate(
1408
1306
  args: GetModelTemplateCommandInput,
1409
- options?: __HttpHandlerOptions
1307
+ options?: __HttpHandlerOptions,
1410
1308
  ): Promise<GetModelTemplateCommandOutput>;
1411
1309
  getModelTemplate(
1412
1310
  args: GetModelTemplateCommandInput,
1413
- cb: (err: any, data?: GetModelTemplateCommandOutput) => void
1311
+ cb: (err: any, data?: GetModelTemplateCommandOutput) => void,
1414
1312
  ): void;
1415
1313
  getModelTemplate(
1416
1314
  args: GetModelTemplateCommandInput,
1417
1315
  options: __HttpHandlerOptions,
1418
- cb: (err: any, data?: GetModelTemplateCommandOutput) => void
1316
+ cb: (err: any, data?: GetModelTemplateCommandOutput) => void,
1419
1317
  ): void;
1420
1318
  getRequestValidator(
1421
1319
  args: GetRequestValidatorCommandInput,
1422
- options?: __HttpHandlerOptions
1320
+ options?: __HttpHandlerOptions,
1423
1321
  ): Promise<GetRequestValidatorCommandOutput>;
1424
1322
  getRequestValidator(
1425
1323
  args: GetRequestValidatorCommandInput,
1426
- cb: (err: any, data?: GetRequestValidatorCommandOutput) => void
1324
+ cb: (err: any, data?: GetRequestValidatorCommandOutput) => void,
1427
1325
  ): void;
1428
1326
  getRequestValidator(
1429
1327
  args: GetRequestValidatorCommandInput,
1430
1328
  options: __HttpHandlerOptions,
1431
- cb: (err: any, data?: GetRequestValidatorCommandOutput) => void
1329
+ cb: (err: any, data?: GetRequestValidatorCommandOutput) => void,
1432
1330
  ): void;
1433
1331
  getRequestValidators(
1434
1332
  args: GetRequestValidatorsCommandInput,
1435
- options?: __HttpHandlerOptions
1333
+ options?: __HttpHandlerOptions,
1436
1334
  ): Promise<GetRequestValidatorsCommandOutput>;
1437
1335
  getRequestValidators(
1438
1336
  args: GetRequestValidatorsCommandInput,
1439
- cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void
1337
+ cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void,
1440
1338
  ): void;
1441
1339
  getRequestValidators(
1442
1340
  args: GetRequestValidatorsCommandInput,
1443
1341
  options: __HttpHandlerOptions,
1444
- cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void
1342
+ cb: (err: any, data?: GetRequestValidatorsCommandOutput) => void,
1445
1343
  ): void;
1446
1344
  getResource(
1447
1345
  args: GetResourceCommandInput,
1448
- options?: __HttpHandlerOptions
1346
+ options?: __HttpHandlerOptions,
1449
1347
  ): Promise<GetResourceCommandOutput>;
1450
1348
  getResource(
1451
1349
  args: GetResourceCommandInput,
1452
- cb: (err: any, data?: GetResourceCommandOutput) => void
1350
+ cb: (err: any, data?: GetResourceCommandOutput) => void,
1453
1351
  ): void;
1454
1352
  getResource(
1455
1353
  args: GetResourceCommandInput,
1456
1354
  options: __HttpHandlerOptions,
1457
- cb: (err: any, data?: GetResourceCommandOutput) => void
1355
+ cb: (err: any, data?: GetResourceCommandOutput) => void,
1458
1356
  ): void;
1459
1357
  getResources(
1460
1358
  args: GetResourcesCommandInput,
1461
- options?: __HttpHandlerOptions
1359
+ options?: __HttpHandlerOptions,
1462
1360
  ): Promise<GetResourcesCommandOutput>;
1463
1361
  getResources(
1464
1362
  args: GetResourcesCommandInput,
1465
- cb: (err: any, data?: GetResourcesCommandOutput) => void
1363
+ cb: (err: any, data?: GetResourcesCommandOutput) => void,
1466
1364
  ): void;
1467
1365
  getResources(
1468
1366
  args: GetResourcesCommandInput,
1469
1367
  options: __HttpHandlerOptions,
1470
- cb: (err: any, data?: GetResourcesCommandOutput) => void
1368
+ cb: (err: any, data?: GetResourcesCommandOutput) => void,
1471
1369
  ): void;
1472
1370
  getRestApi(
1473
1371
  args: GetRestApiCommandInput,
1474
- options?: __HttpHandlerOptions
1372
+ options?: __HttpHandlerOptions,
1475
1373
  ): Promise<GetRestApiCommandOutput>;
1476
1374
  getRestApi(
1477
1375
  args: GetRestApiCommandInput,
1478
- cb: (err: any, data?: GetRestApiCommandOutput) => void
1376
+ cb: (err: any, data?: GetRestApiCommandOutput) => void,
1479
1377
  ): void;
1480
1378
  getRestApi(
1481
1379
  args: GetRestApiCommandInput,
1482
1380
  options: __HttpHandlerOptions,
1483
- cb: (err: any, data?: GetRestApiCommandOutput) => void
1381
+ cb: (err: any, data?: GetRestApiCommandOutput) => void,
1484
1382
  ): void;
1485
1383
  getRestApis(): Promise<GetRestApisCommandOutput>;
1486
1384
  getRestApis(
1487
1385
  args: GetRestApisCommandInput,
1488
- options?: __HttpHandlerOptions
1386
+ options?: __HttpHandlerOptions,
1489
1387
  ): Promise<GetRestApisCommandOutput>;
1490
1388
  getRestApis(
1491
1389
  args: GetRestApisCommandInput,
1492
- cb: (err: any, data?: GetRestApisCommandOutput) => void
1390
+ cb: (err: any, data?: GetRestApisCommandOutput) => void,
1493
1391
  ): void;
1494
1392
  getRestApis(
1495
1393
  args: GetRestApisCommandInput,
1496
1394
  options: __HttpHandlerOptions,
1497
- cb: (err: any, data?: GetRestApisCommandOutput) => void
1498
- ): void;
1499
- getSdk(
1500
- args: GetSdkCommandInput,
1501
- options?: __HttpHandlerOptions
1502
- ): Promise<GetSdkCommandOutput>;
1503
- getSdk(
1504
- args: GetSdkCommandInput,
1505
- cb: (err: any, data?: GetSdkCommandOutput) => void
1395
+ cb: (err: any, data?: GetRestApisCommandOutput) => void,
1506
1396
  ): void;
1397
+ getSdk(args: GetSdkCommandInput, options?: __HttpHandlerOptions): Promise<GetSdkCommandOutput>;
1398
+ getSdk(args: GetSdkCommandInput, cb: (err: any, data?: GetSdkCommandOutput) => void): void;
1507
1399
  getSdk(
1508
1400
  args: GetSdkCommandInput,
1509
1401
  options: __HttpHandlerOptions,
1510
- cb: (err: any, data?: GetSdkCommandOutput) => void
1402
+ cb: (err: any, data?: GetSdkCommandOutput) => void,
1511
1403
  ): void;
1512
1404
  getSdkType(
1513
1405
  args: GetSdkTypeCommandInput,
1514
- options?: __HttpHandlerOptions
1406
+ options?: __HttpHandlerOptions,
1515
1407
  ): Promise<GetSdkTypeCommandOutput>;
1516
1408
  getSdkType(
1517
1409
  args: GetSdkTypeCommandInput,
1518
- cb: (err: any, data?: GetSdkTypeCommandOutput) => void
1410
+ cb: (err: any, data?: GetSdkTypeCommandOutput) => void,
1519
1411
  ): void;
1520
1412
  getSdkType(
1521
1413
  args: GetSdkTypeCommandInput,
1522
1414
  options: __HttpHandlerOptions,
1523
- cb: (err: any, data?: GetSdkTypeCommandOutput) => void
1415
+ cb: (err: any, data?: GetSdkTypeCommandOutput) => void,
1524
1416
  ): void;
1525
1417
  getSdkTypes(): Promise<GetSdkTypesCommandOutput>;
1526
1418
  getSdkTypes(
1527
1419
  args: GetSdkTypesCommandInput,
1528
- options?: __HttpHandlerOptions
1420
+ options?: __HttpHandlerOptions,
1529
1421
  ): Promise<GetSdkTypesCommandOutput>;
1530
1422
  getSdkTypes(
1531
1423
  args: GetSdkTypesCommandInput,
1532
- cb: (err: any, data?: GetSdkTypesCommandOutput) => void
1424
+ cb: (err: any, data?: GetSdkTypesCommandOutput) => void,
1533
1425
  ): void;
1534
1426
  getSdkTypes(
1535
1427
  args: GetSdkTypesCommandInput,
1536
1428
  options: __HttpHandlerOptions,
1537
- cb: (err: any, data?: GetSdkTypesCommandOutput) => void
1429
+ cb: (err: any, data?: GetSdkTypesCommandOutput) => void,
1538
1430
  ): void;
1539
1431
  getStage(
1540
1432
  args: GetStageCommandInput,
1541
- options?: __HttpHandlerOptions
1433
+ options?: __HttpHandlerOptions,
1542
1434
  ): Promise<GetStageCommandOutput>;
1543
- getStage(
1544
- args: GetStageCommandInput,
1545
- cb: (err: any, data?: GetStageCommandOutput) => void
1546
- ): void;
1435
+ getStage(args: GetStageCommandInput, cb: (err: any, data?: GetStageCommandOutput) => void): void;
1547
1436
  getStage(
1548
1437
  args: GetStageCommandInput,
1549
1438
  options: __HttpHandlerOptions,
1550
- cb: (err: any, data?: GetStageCommandOutput) => void
1439
+ cb: (err: any, data?: GetStageCommandOutput) => void,
1551
1440
  ): void;
1552
1441
  getStages(
1553
1442
  args: GetStagesCommandInput,
1554
- options?: __HttpHandlerOptions
1443
+ options?: __HttpHandlerOptions,
1555
1444
  ): Promise<GetStagesCommandOutput>;
1556
1445
  getStages(
1557
1446
  args: GetStagesCommandInput,
1558
- cb: (err: any, data?: GetStagesCommandOutput) => void
1447
+ cb: (err: any, data?: GetStagesCommandOutput) => void,
1559
1448
  ): void;
1560
1449
  getStages(
1561
1450
  args: GetStagesCommandInput,
1562
1451
  options: __HttpHandlerOptions,
1563
- cb: (err: any, data?: GetStagesCommandOutput) => void
1564
- ): void;
1565
- getTags(
1566
- args: GetTagsCommandInput,
1567
- options?: __HttpHandlerOptions
1568
- ): Promise<GetTagsCommandOutput>;
1569
- getTags(
1570
- args: GetTagsCommandInput,
1571
- cb: (err: any, data?: GetTagsCommandOutput) => void
1452
+ cb: (err: any, data?: GetStagesCommandOutput) => void,
1572
1453
  ): void;
1454
+ getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
1455
+ getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
1573
1456
  getTags(
1574
1457
  args: GetTagsCommandInput,
1575
1458
  options: __HttpHandlerOptions,
1576
- cb: (err: any, data?: GetTagsCommandOutput) => void
1459
+ cb: (err: any, data?: GetTagsCommandOutput) => void,
1577
1460
  ): void;
1578
1461
  getUsage(
1579
1462
  args: GetUsageCommandInput,
1580
- options?: __HttpHandlerOptions
1463
+ options?: __HttpHandlerOptions,
1581
1464
  ): Promise<GetUsageCommandOutput>;
1582
- getUsage(
1583
- args: GetUsageCommandInput,
1584
- cb: (err: any, data?: GetUsageCommandOutput) => void
1585
- ): void;
1465
+ getUsage(args: GetUsageCommandInput, cb: (err: any, data?: GetUsageCommandOutput) => void): void;
1586
1466
  getUsage(
1587
1467
  args: GetUsageCommandInput,
1588
1468
  options: __HttpHandlerOptions,
1589
- cb: (err: any, data?: GetUsageCommandOutput) => void
1469
+ cb: (err: any, data?: GetUsageCommandOutput) => void,
1590
1470
  ): void;
1591
1471
  getUsagePlan(
1592
1472
  args: GetUsagePlanCommandInput,
1593
- options?: __HttpHandlerOptions
1473
+ options?: __HttpHandlerOptions,
1594
1474
  ): Promise<GetUsagePlanCommandOutput>;
1595
1475
  getUsagePlan(
1596
1476
  args: GetUsagePlanCommandInput,
1597
- cb: (err: any, data?: GetUsagePlanCommandOutput) => void
1477
+ cb: (err: any, data?: GetUsagePlanCommandOutput) => void,
1598
1478
  ): void;
1599
1479
  getUsagePlan(
1600
1480
  args: GetUsagePlanCommandInput,
1601
1481
  options: __HttpHandlerOptions,
1602
- cb: (err: any, data?: GetUsagePlanCommandOutput) => void
1482
+ cb: (err: any, data?: GetUsagePlanCommandOutput) => void,
1603
1483
  ): void;
1604
1484
  getUsagePlanKey(
1605
1485
  args: GetUsagePlanKeyCommandInput,
1606
- options?: __HttpHandlerOptions
1486
+ options?: __HttpHandlerOptions,
1607
1487
  ): Promise<GetUsagePlanKeyCommandOutput>;
1608
1488
  getUsagePlanKey(
1609
1489
  args: GetUsagePlanKeyCommandInput,
1610
- cb: (err: any, data?: GetUsagePlanKeyCommandOutput) => void
1490
+ cb: (err: any, data?: GetUsagePlanKeyCommandOutput) => void,
1611
1491
  ): void;
1612
1492
  getUsagePlanKey(
1613
1493
  args: GetUsagePlanKeyCommandInput,
1614
1494
  options: __HttpHandlerOptions,
1615
- cb: (err: any, data?: GetUsagePlanKeyCommandOutput) => void
1495
+ cb: (err: any, data?: GetUsagePlanKeyCommandOutput) => void,
1616
1496
  ): void;
1617
1497
  getUsagePlanKeys(
1618
1498
  args: GetUsagePlanKeysCommandInput,
1619
- options?: __HttpHandlerOptions
1499
+ options?: __HttpHandlerOptions,
1620
1500
  ): Promise<GetUsagePlanKeysCommandOutput>;
1621
1501
  getUsagePlanKeys(
1622
1502
  args: GetUsagePlanKeysCommandInput,
1623
- cb: (err: any, data?: GetUsagePlanKeysCommandOutput) => void
1503
+ cb: (err: any, data?: GetUsagePlanKeysCommandOutput) => void,
1624
1504
  ): void;
1625
1505
  getUsagePlanKeys(
1626
1506
  args: GetUsagePlanKeysCommandInput,
1627
1507
  options: __HttpHandlerOptions,
1628
- cb: (err: any, data?: GetUsagePlanKeysCommandOutput) => void
1508
+ cb: (err: any, data?: GetUsagePlanKeysCommandOutput) => void,
1629
1509
  ): void;
1630
1510
  getUsagePlans(): Promise<GetUsagePlansCommandOutput>;
1631
1511
  getUsagePlans(
1632
1512
  args: GetUsagePlansCommandInput,
1633
- options?: __HttpHandlerOptions
1513
+ options?: __HttpHandlerOptions,
1634
1514
  ): Promise<GetUsagePlansCommandOutput>;
1635
1515
  getUsagePlans(
1636
1516
  args: GetUsagePlansCommandInput,
1637
- cb: (err: any, data?: GetUsagePlansCommandOutput) => void
1517
+ cb: (err: any, data?: GetUsagePlansCommandOutput) => void,
1638
1518
  ): void;
1639
1519
  getUsagePlans(
1640
1520
  args: GetUsagePlansCommandInput,
1641
1521
  options: __HttpHandlerOptions,
1642
- cb: (err: any, data?: GetUsagePlansCommandOutput) => void
1522
+ cb: (err: any, data?: GetUsagePlansCommandOutput) => void,
1643
1523
  ): void;
1644
1524
  getVpcLink(
1645
1525
  args: GetVpcLinkCommandInput,
1646
- options?: __HttpHandlerOptions
1526
+ options?: __HttpHandlerOptions,
1647
1527
  ): Promise<GetVpcLinkCommandOutput>;
1648
1528
  getVpcLink(
1649
1529
  args: GetVpcLinkCommandInput,
1650
- cb: (err: any, data?: GetVpcLinkCommandOutput) => void
1530
+ cb: (err: any, data?: GetVpcLinkCommandOutput) => void,
1651
1531
  ): void;
1652
1532
  getVpcLink(
1653
1533
  args: GetVpcLinkCommandInput,
1654
1534
  options: __HttpHandlerOptions,
1655
- cb: (err: any, data?: GetVpcLinkCommandOutput) => void
1535
+ cb: (err: any, data?: GetVpcLinkCommandOutput) => void,
1656
1536
  ): void;
1657
1537
  getVpcLinks(): Promise<GetVpcLinksCommandOutput>;
1658
1538
  getVpcLinks(
1659
1539
  args: GetVpcLinksCommandInput,
1660
- options?: __HttpHandlerOptions
1540
+ options?: __HttpHandlerOptions,
1661
1541
  ): Promise<GetVpcLinksCommandOutput>;
1662
1542
  getVpcLinks(
1663
1543
  args: GetVpcLinksCommandInput,
1664
- cb: (err: any, data?: GetVpcLinksCommandOutput) => void
1544
+ cb: (err: any, data?: GetVpcLinksCommandOutput) => void,
1665
1545
  ): void;
1666
1546
  getVpcLinks(
1667
1547
  args: GetVpcLinksCommandInput,
1668
1548
  options: __HttpHandlerOptions,
1669
- cb: (err: any, data?: GetVpcLinksCommandOutput) => void
1549
+ cb: (err: any, data?: GetVpcLinksCommandOutput) => void,
1670
1550
  ): void;
1671
1551
  importApiKeys(
1672
1552
  args: ImportApiKeysCommandInput,
1673
- options?: __HttpHandlerOptions
1553
+ options?: __HttpHandlerOptions,
1674
1554
  ): Promise<ImportApiKeysCommandOutput>;
1675
1555
  importApiKeys(
1676
1556
  args: ImportApiKeysCommandInput,
1677
- cb: (err: any, data?: ImportApiKeysCommandOutput) => void
1557
+ cb: (err: any, data?: ImportApiKeysCommandOutput) => void,
1678
1558
  ): void;
1679
1559
  importApiKeys(
1680
1560
  args: ImportApiKeysCommandInput,
1681
1561
  options: __HttpHandlerOptions,
1682
- cb: (err: any, data?: ImportApiKeysCommandOutput) => void
1562
+ cb: (err: any, data?: ImportApiKeysCommandOutput) => void,
1683
1563
  ): void;
1684
1564
  importDocumentationParts(
1685
1565
  args: ImportDocumentationPartsCommandInput,
1686
- options?: __HttpHandlerOptions
1566
+ options?: __HttpHandlerOptions,
1687
1567
  ): Promise<ImportDocumentationPartsCommandOutput>;
1688
1568
  importDocumentationParts(
1689
1569
  args: ImportDocumentationPartsCommandInput,
1690
- cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void
1570
+ cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void,
1691
1571
  ): void;
1692
1572
  importDocumentationParts(
1693
1573
  args: ImportDocumentationPartsCommandInput,
1694
1574
  options: __HttpHandlerOptions,
1695
- cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void
1575
+ cb: (err: any, data?: ImportDocumentationPartsCommandOutput) => void,
1696
1576
  ): void;
1697
1577
  importRestApi(
1698
1578
  args: ImportRestApiCommandInput,
1699
- options?: __HttpHandlerOptions
1579
+ options?: __HttpHandlerOptions,
1700
1580
  ): Promise<ImportRestApiCommandOutput>;
1701
1581
  importRestApi(
1702
1582
  args: ImportRestApiCommandInput,
1703
- cb: (err: any, data?: ImportRestApiCommandOutput) => void
1583
+ cb: (err: any, data?: ImportRestApiCommandOutput) => void,
1704
1584
  ): void;
1705
1585
  importRestApi(
1706
1586
  args: ImportRestApiCommandInput,
1707
1587
  options: __HttpHandlerOptions,
1708
- cb: (err: any, data?: ImportRestApiCommandOutput) => void
1588
+ cb: (err: any, data?: ImportRestApiCommandOutput) => void,
1709
1589
  ): void;
1710
1590
  putGatewayResponse(
1711
1591
  args: PutGatewayResponseCommandInput,
1712
- options?: __HttpHandlerOptions
1592
+ options?: __HttpHandlerOptions,
1713
1593
  ): Promise<PutGatewayResponseCommandOutput>;
1714
1594
  putGatewayResponse(
1715
1595
  args: PutGatewayResponseCommandInput,
1716
- cb: (err: any, data?: PutGatewayResponseCommandOutput) => void
1596
+ cb: (err: any, data?: PutGatewayResponseCommandOutput) => void,
1717
1597
  ): void;
1718
1598
  putGatewayResponse(
1719
1599
  args: PutGatewayResponseCommandInput,
1720
1600
  options: __HttpHandlerOptions,
1721
- cb: (err: any, data?: PutGatewayResponseCommandOutput) => void
1601
+ cb: (err: any, data?: PutGatewayResponseCommandOutput) => void,
1722
1602
  ): void;
1723
1603
  putIntegration(
1724
1604
  args: PutIntegrationCommandInput,
1725
- options?: __HttpHandlerOptions
1605
+ options?: __HttpHandlerOptions,
1726
1606
  ): Promise<PutIntegrationCommandOutput>;
1727
1607
  putIntegration(
1728
1608
  args: PutIntegrationCommandInput,
1729
- cb: (err: any, data?: PutIntegrationCommandOutput) => void
1609
+ cb: (err: any, data?: PutIntegrationCommandOutput) => void,
1730
1610
  ): void;
1731
1611
  putIntegration(
1732
1612
  args: PutIntegrationCommandInput,
1733
1613
  options: __HttpHandlerOptions,
1734
- cb: (err: any, data?: PutIntegrationCommandOutput) => void
1614
+ cb: (err: any, data?: PutIntegrationCommandOutput) => void,
1735
1615
  ): void;
1736
1616
  putIntegrationResponse(
1737
1617
  args: PutIntegrationResponseCommandInput,
1738
- options?: __HttpHandlerOptions
1618
+ options?: __HttpHandlerOptions,
1739
1619
  ): Promise<PutIntegrationResponseCommandOutput>;
1740
1620
  putIntegrationResponse(
1741
1621
  args: PutIntegrationResponseCommandInput,
1742
- cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void
1622
+ cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void,
1743
1623
  ): void;
1744
1624
  putIntegrationResponse(
1745
1625
  args: PutIntegrationResponseCommandInput,
1746
1626
  options: __HttpHandlerOptions,
1747
- cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void
1627
+ cb: (err: any, data?: PutIntegrationResponseCommandOutput) => void,
1748
1628
  ): void;
1749
1629
  putMethod(
1750
1630
  args: PutMethodCommandInput,
1751
- options?: __HttpHandlerOptions
1631
+ options?: __HttpHandlerOptions,
1752
1632
  ): Promise<PutMethodCommandOutput>;
1753
1633
  putMethod(
1754
1634
  args: PutMethodCommandInput,
1755
- cb: (err: any, data?: PutMethodCommandOutput) => void
1635
+ cb: (err: any, data?: PutMethodCommandOutput) => void,
1756
1636
  ): void;
1757
1637
  putMethod(
1758
1638
  args: PutMethodCommandInput,
1759
1639
  options: __HttpHandlerOptions,
1760
- cb: (err: any, data?: PutMethodCommandOutput) => void
1640
+ cb: (err: any, data?: PutMethodCommandOutput) => void,
1761
1641
  ): void;
1762
1642
  putMethodResponse(
1763
1643
  args: PutMethodResponseCommandInput,
1764
- options?: __HttpHandlerOptions
1644
+ options?: __HttpHandlerOptions,
1765
1645
  ): Promise<PutMethodResponseCommandOutput>;
1766
1646
  putMethodResponse(
1767
1647
  args: PutMethodResponseCommandInput,
1768
- cb: (err: any, data?: PutMethodResponseCommandOutput) => void
1648
+ cb: (err: any, data?: PutMethodResponseCommandOutput) => void,
1769
1649
  ): void;
1770
1650
  putMethodResponse(
1771
1651
  args: PutMethodResponseCommandInput,
1772
1652
  options: __HttpHandlerOptions,
1773
- cb: (err: any, data?: PutMethodResponseCommandOutput) => void
1653
+ cb: (err: any, data?: PutMethodResponseCommandOutput) => void,
1774
1654
  ): void;
1775
1655
  putRestApi(
1776
1656
  args: PutRestApiCommandInput,
1777
- options?: __HttpHandlerOptions
1657
+ options?: __HttpHandlerOptions,
1778
1658
  ): Promise<PutRestApiCommandOutput>;
1779
1659
  putRestApi(
1780
1660
  args: PutRestApiCommandInput,
1781
- cb: (err: any, data?: PutRestApiCommandOutput) => void
1661
+ cb: (err: any, data?: PutRestApiCommandOutput) => void,
1782
1662
  ): void;
1783
1663
  putRestApi(
1784
1664
  args: PutRestApiCommandInput,
1785
1665
  options: __HttpHandlerOptions,
1786
- cb: (err: any, data?: PutRestApiCommandOutput) => void
1666
+ cb: (err: any, data?: PutRestApiCommandOutput) => void,
1787
1667
  ): void;
1788
1668
  rejectDomainNameAccessAssociation(
1789
1669
  args: RejectDomainNameAccessAssociationCommandInput,
1790
- options?: __HttpHandlerOptions
1670
+ options?: __HttpHandlerOptions,
1791
1671
  ): Promise<RejectDomainNameAccessAssociationCommandOutput>;
1792
1672
  rejectDomainNameAccessAssociation(
1793
1673
  args: RejectDomainNameAccessAssociationCommandInput,
1794
- cb: (
1795
- err: any,
1796
- data?: RejectDomainNameAccessAssociationCommandOutput
1797
- ) => void
1674
+ cb: (err: any, data?: RejectDomainNameAccessAssociationCommandOutput) => void,
1798
1675
  ): void;
1799
1676
  rejectDomainNameAccessAssociation(
1800
1677
  args: RejectDomainNameAccessAssociationCommandInput,
1801
1678
  options: __HttpHandlerOptions,
1802
- cb: (
1803
- err: any,
1804
- data?: RejectDomainNameAccessAssociationCommandOutput
1805
- ) => void
1679
+ cb: (err: any, data?: RejectDomainNameAccessAssociationCommandOutput) => void,
1806
1680
  ): void;
1807
1681
  tagResource(
1808
1682
  args: TagResourceCommandInput,
1809
- options?: __HttpHandlerOptions
1683
+ options?: __HttpHandlerOptions,
1810
1684
  ): Promise<TagResourceCommandOutput>;
1811
1685
  tagResource(
1812
1686
  args: TagResourceCommandInput,
1813
- cb: (err: any, data?: TagResourceCommandOutput) => void
1687
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1814
1688
  ): void;
1815
1689
  tagResource(
1816
1690
  args: TagResourceCommandInput,
1817
1691
  options: __HttpHandlerOptions,
1818
- cb: (err: any, data?: TagResourceCommandOutput) => void
1692
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1819
1693
  ): void;
1820
1694
  testInvokeAuthorizer(
1821
1695
  args: TestInvokeAuthorizerCommandInput,
1822
- options?: __HttpHandlerOptions
1696
+ options?: __HttpHandlerOptions,
1823
1697
  ): Promise<TestInvokeAuthorizerCommandOutput>;
1824
1698
  testInvokeAuthorizer(
1825
1699
  args: TestInvokeAuthorizerCommandInput,
1826
- cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void
1700
+ cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void,
1827
1701
  ): void;
1828
1702
  testInvokeAuthorizer(
1829
1703
  args: TestInvokeAuthorizerCommandInput,
1830
1704
  options: __HttpHandlerOptions,
1831
- cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void
1705
+ cb: (err: any, data?: TestInvokeAuthorizerCommandOutput) => void,
1832
1706
  ): void;
1833
1707
  testInvokeMethod(
1834
1708
  args: TestInvokeMethodCommandInput,
1835
- options?: __HttpHandlerOptions
1709
+ options?: __HttpHandlerOptions,
1836
1710
  ): Promise<TestInvokeMethodCommandOutput>;
1837
1711
  testInvokeMethod(
1838
1712
  args: TestInvokeMethodCommandInput,
1839
- cb: (err: any, data?: TestInvokeMethodCommandOutput) => void
1713
+ cb: (err: any, data?: TestInvokeMethodCommandOutput) => void,
1840
1714
  ): void;
1841
1715
  testInvokeMethod(
1842
1716
  args: TestInvokeMethodCommandInput,
1843
1717
  options: __HttpHandlerOptions,
1844
- cb: (err: any, data?: TestInvokeMethodCommandOutput) => void
1718
+ cb: (err: any, data?: TestInvokeMethodCommandOutput) => void,
1845
1719
  ): void;
1846
1720
  untagResource(
1847
1721
  args: UntagResourceCommandInput,
1848
- options?: __HttpHandlerOptions
1722
+ options?: __HttpHandlerOptions,
1849
1723
  ): Promise<UntagResourceCommandOutput>;
1850
1724
  untagResource(
1851
1725
  args: UntagResourceCommandInput,
1852
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1726
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1853
1727
  ): void;
1854
1728
  untagResource(
1855
1729
  args: UntagResourceCommandInput,
1856
1730
  options: __HttpHandlerOptions,
1857
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1731
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1858
1732
  ): void;
1859
1733
  updateAccount(): Promise<UpdateAccountCommandOutput>;
1860
1734
  updateAccount(
1861
1735
  args: UpdateAccountCommandInput,
1862
- options?: __HttpHandlerOptions
1736
+ options?: __HttpHandlerOptions,
1863
1737
  ): Promise<UpdateAccountCommandOutput>;
1864
1738
  updateAccount(
1865
1739
  args: UpdateAccountCommandInput,
1866
- cb: (err: any, data?: UpdateAccountCommandOutput) => void
1740
+ cb: (err: any, data?: UpdateAccountCommandOutput) => void,
1867
1741
  ): void;
1868
1742
  updateAccount(
1869
1743
  args: UpdateAccountCommandInput,
1870
1744
  options: __HttpHandlerOptions,
1871
- cb: (err: any, data?: UpdateAccountCommandOutput) => void
1745
+ cb: (err: any, data?: UpdateAccountCommandOutput) => void,
1872
1746
  ): void;
1873
1747
  updateApiKey(
1874
1748
  args: UpdateApiKeyCommandInput,
1875
- options?: __HttpHandlerOptions
1749
+ options?: __HttpHandlerOptions,
1876
1750
  ): Promise<UpdateApiKeyCommandOutput>;
1877
1751
  updateApiKey(
1878
1752
  args: UpdateApiKeyCommandInput,
1879
- cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
1753
+ cb: (err: any, data?: UpdateApiKeyCommandOutput) => void,
1880
1754
  ): void;
1881
1755
  updateApiKey(
1882
1756
  args: UpdateApiKeyCommandInput,
1883
1757
  options: __HttpHandlerOptions,
1884
- cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
1758
+ cb: (err: any, data?: UpdateApiKeyCommandOutput) => void,
1885
1759
  ): void;
1886
1760
  updateAuthorizer(
1887
1761
  args: UpdateAuthorizerCommandInput,
1888
- options?: __HttpHandlerOptions
1762
+ options?: __HttpHandlerOptions,
1889
1763
  ): Promise<UpdateAuthorizerCommandOutput>;
1890
1764
  updateAuthorizer(
1891
1765
  args: UpdateAuthorizerCommandInput,
1892
- cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void
1766
+ cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void,
1893
1767
  ): void;
1894
1768
  updateAuthorizer(
1895
1769
  args: UpdateAuthorizerCommandInput,
1896
1770
  options: __HttpHandlerOptions,
1897
- cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void
1771
+ cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void,
1898
1772
  ): void;
1899
1773
  updateBasePathMapping(
1900
1774
  args: UpdateBasePathMappingCommandInput,
1901
- options?: __HttpHandlerOptions
1775
+ options?: __HttpHandlerOptions,
1902
1776
  ): Promise<UpdateBasePathMappingCommandOutput>;
1903
1777
  updateBasePathMapping(
1904
1778
  args: UpdateBasePathMappingCommandInput,
1905
- cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void
1779
+ cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void,
1906
1780
  ): void;
1907
1781
  updateBasePathMapping(
1908
1782
  args: UpdateBasePathMappingCommandInput,
1909
1783
  options: __HttpHandlerOptions,
1910
- cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void
1784
+ cb: (err: any, data?: UpdateBasePathMappingCommandOutput) => void,
1911
1785
  ): void;
1912
1786
  updateClientCertificate(
1913
1787
  args: UpdateClientCertificateCommandInput,
1914
- options?: __HttpHandlerOptions
1788
+ options?: __HttpHandlerOptions,
1915
1789
  ): Promise<UpdateClientCertificateCommandOutput>;
1916
1790
  updateClientCertificate(
1917
1791
  args: UpdateClientCertificateCommandInput,
1918
- cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void
1792
+ cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void,
1919
1793
  ): void;
1920
1794
  updateClientCertificate(
1921
1795
  args: UpdateClientCertificateCommandInput,
1922
1796
  options: __HttpHandlerOptions,
1923
- cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void
1797
+ cb: (err: any, data?: UpdateClientCertificateCommandOutput) => void,
1924
1798
  ): void;
1925
1799
  updateDeployment(
1926
1800
  args: UpdateDeploymentCommandInput,
1927
- options?: __HttpHandlerOptions
1801
+ options?: __HttpHandlerOptions,
1928
1802
  ): Promise<UpdateDeploymentCommandOutput>;
1929
1803
  updateDeployment(
1930
1804
  args: UpdateDeploymentCommandInput,
1931
- cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
1805
+ cb: (err: any, data?: UpdateDeploymentCommandOutput) => void,
1932
1806
  ): void;
1933
1807
  updateDeployment(
1934
1808
  args: UpdateDeploymentCommandInput,
1935
1809
  options: __HttpHandlerOptions,
1936
- cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
1810
+ cb: (err: any, data?: UpdateDeploymentCommandOutput) => void,
1937
1811
  ): void;
1938
1812
  updateDocumentationPart(
1939
1813
  args: UpdateDocumentationPartCommandInput,
1940
- options?: __HttpHandlerOptions
1814
+ options?: __HttpHandlerOptions,
1941
1815
  ): Promise<UpdateDocumentationPartCommandOutput>;
1942
1816
  updateDocumentationPart(
1943
1817
  args: UpdateDocumentationPartCommandInput,
1944
- cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void
1818
+ cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void,
1945
1819
  ): void;
1946
1820
  updateDocumentationPart(
1947
1821
  args: UpdateDocumentationPartCommandInput,
1948
1822
  options: __HttpHandlerOptions,
1949
- cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void
1823
+ cb: (err: any, data?: UpdateDocumentationPartCommandOutput) => void,
1950
1824
  ): void;
1951
1825
  updateDocumentationVersion(
1952
1826
  args: UpdateDocumentationVersionCommandInput,
1953
- options?: __HttpHandlerOptions
1827
+ options?: __HttpHandlerOptions,
1954
1828
  ): Promise<UpdateDocumentationVersionCommandOutput>;
1955
1829
  updateDocumentationVersion(
1956
1830
  args: UpdateDocumentationVersionCommandInput,
1957
- cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void
1831
+ cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void,
1958
1832
  ): void;
1959
1833
  updateDocumentationVersion(
1960
1834
  args: UpdateDocumentationVersionCommandInput,
1961
1835
  options: __HttpHandlerOptions,
1962
- cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void
1836
+ cb: (err: any, data?: UpdateDocumentationVersionCommandOutput) => void,
1963
1837
  ): void;
1964
1838
  updateDomainName(
1965
1839
  args: UpdateDomainNameCommandInput,
1966
- options?: __HttpHandlerOptions
1840
+ options?: __HttpHandlerOptions,
1967
1841
  ): Promise<UpdateDomainNameCommandOutput>;
1968
1842
  updateDomainName(
1969
1843
  args: UpdateDomainNameCommandInput,
1970
- cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
1844
+ cb: (err: any, data?: UpdateDomainNameCommandOutput) => void,
1971
1845
  ): void;
1972
1846
  updateDomainName(
1973
1847
  args: UpdateDomainNameCommandInput,
1974
1848
  options: __HttpHandlerOptions,
1975
- cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
1849
+ cb: (err: any, data?: UpdateDomainNameCommandOutput) => void,
1976
1850
  ): void;
1977
1851
  updateGatewayResponse(
1978
1852
  args: UpdateGatewayResponseCommandInput,
1979
- options?: __HttpHandlerOptions
1853
+ options?: __HttpHandlerOptions,
1980
1854
  ): Promise<UpdateGatewayResponseCommandOutput>;
1981
1855
  updateGatewayResponse(
1982
1856
  args: UpdateGatewayResponseCommandInput,
1983
- cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void
1857
+ cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void,
1984
1858
  ): void;
1985
1859
  updateGatewayResponse(
1986
1860
  args: UpdateGatewayResponseCommandInput,
1987
1861
  options: __HttpHandlerOptions,
1988
- cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void
1862
+ cb: (err: any, data?: UpdateGatewayResponseCommandOutput) => void,
1989
1863
  ): void;
1990
1864
  updateIntegration(
1991
1865
  args: UpdateIntegrationCommandInput,
1992
- options?: __HttpHandlerOptions
1866
+ options?: __HttpHandlerOptions,
1993
1867
  ): Promise<UpdateIntegrationCommandOutput>;
1994
1868
  updateIntegration(
1995
1869
  args: UpdateIntegrationCommandInput,
1996
- cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
1870
+ cb: (err: any, data?: UpdateIntegrationCommandOutput) => void,
1997
1871
  ): void;
1998
1872
  updateIntegration(
1999
1873
  args: UpdateIntegrationCommandInput,
2000
1874
  options: __HttpHandlerOptions,
2001
- cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
1875
+ cb: (err: any, data?: UpdateIntegrationCommandOutput) => void,
2002
1876
  ): void;
2003
1877
  updateIntegrationResponse(
2004
1878
  args: UpdateIntegrationResponseCommandInput,
2005
- options?: __HttpHandlerOptions
1879
+ options?: __HttpHandlerOptions,
2006
1880
  ): Promise<UpdateIntegrationResponseCommandOutput>;
2007
1881
  updateIntegrationResponse(
2008
1882
  args: UpdateIntegrationResponseCommandInput,
2009
- cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
1883
+ cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void,
2010
1884
  ): void;
2011
1885
  updateIntegrationResponse(
2012
1886
  args: UpdateIntegrationResponseCommandInput,
2013
1887
  options: __HttpHandlerOptions,
2014
- cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void
1888
+ cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void,
2015
1889
  ): void;
2016
1890
  updateMethod(
2017
1891
  args: UpdateMethodCommandInput,
2018
- options?: __HttpHandlerOptions
1892
+ options?: __HttpHandlerOptions,
2019
1893
  ): Promise<UpdateMethodCommandOutput>;
2020
1894
  updateMethod(
2021
1895
  args: UpdateMethodCommandInput,
2022
- cb: (err: any, data?: UpdateMethodCommandOutput) => void
1896
+ cb: (err: any, data?: UpdateMethodCommandOutput) => void,
2023
1897
  ): void;
2024
1898
  updateMethod(
2025
1899
  args: UpdateMethodCommandInput,
2026
1900
  options: __HttpHandlerOptions,
2027
- cb: (err: any, data?: UpdateMethodCommandOutput) => void
1901
+ cb: (err: any, data?: UpdateMethodCommandOutput) => void,
2028
1902
  ): void;
2029
1903
  updateMethodResponse(
2030
1904
  args: UpdateMethodResponseCommandInput,
2031
- options?: __HttpHandlerOptions
1905
+ options?: __HttpHandlerOptions,
2032
1906
  ): Promise<UpdateMethodResponseCommandOutput>;
2033
1907
  updateMethodResponse(
2034
1908
  args: UpdateMethodResponseCommandInput,
2035
- cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void
1909
+ cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void,
2036
1910
  ): void;
2037
1911
  updateMethodResponse(
2038
1912
  args: UpdateMethodResponseCommandInput,
2039
1913
  options: __HttpHandlerOptions,
2040
- cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void
1914
+ cb: (err: any, data?: UpdateMethodResponseCommandOutput) => void,
2041
1915
  ): void;
2042
1916
  updateModel(
2043
1917
  args: UpdateModelCommandInput,
2044
- options?: __HttpHandlerOptions
1918
+ options?: __HttpHandlerOptions,
2045
1919
  ): Promise<UpdateModelCommandOutput>;
2046
1920
  updateModel(
2047
1921
  args: UpdateModelCommandInput,
2048
- cb: (err: any, data?: UpdateModelCommandOutput) => void
1922
+ cb: (err: any, data?: UpdateModelCommandOutput) => void,
2049
1923
  ): void;
2050
1924
  updateModel(
2051
1925
  args: UpdateModelCommandInput,
2052
1926
  options: __HttpHandlerOptions,
2053
- cb: (err: any, data?: UpdateModelCommandOutput) => void
1927
+ cb: (err: any, data?: UpdateModelCommandOutput) => void,
2054
1928
  ): void;
2055
1929
  updateRequestValidator(
2056
1930
  args: UpdateRequestValidatorCommandInput,
2057
- options?: __HttpHandlerOptions
1931
+ options?: __HttpHandlerOptions,
2058
1932
  ): Promise<UpdateRequestValidatorCommandOutput>;
2059
1933
  updateRequestValidator(
2060
1934
  args: UpdateRequestValidatorCommandInput,
2061
- cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void
1935
+ cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void,
2062
1936
  ): void;
2063
1937
  updateRequestValidator(
2064
1938
  args: UpdateRequestValidatorCommandInput,
2065
1939
  options: __HttpHandlerOptions,
2066
- cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void
1940
+ cb: (err: any, data?: UpdateRequestValidatorCommandOutput) => void,
2067
1941
  ): void;
2068
1942
  updateResource(
2069
1943
  args: UpdateResourceCommandInput,
2070
- options?: __HttpHandlerOptions
1944
+ options?: __HttpHandlerOptions,
2071
1945
  ): Promise<UpdateResourceCommandOutput>;
2072
1946
  updateResource(
2073
1947
  args: UpdateResourceCommandInput,
2074
- cb: (err: any, data?: UpdateResourceCommandOutput) => void
1948
+ cb: (err: any, data?: UpdateResourceCommandOutput) => void,
2075
1949
  ): void;
2076
1950
  updateResource(
2077
1951
  args: UpdateResourceCommandInput,
2078
1952
  options: __HttpHandlerOptions,
2079
- cb: (err: any, data?: UpdateResourceCommandOutput) => void
1953
+ cb: (err: any, data?: UpdateResourceCommandOutput) => void,
2080
1954
  ): void;
2081
1955
  updateRestApi(
2082
1956
  args: UpdateRestApiCommandInput,
2083
- options?: __HttpHandlerOptions
1957
+ options?: __HttpHandlerOptions,
2084
1958
  ): Promise<UpdateRestApiCommandOutput>;
2085
1959
  updateRestApi(
2086
1960
  args: UpdateRestApiCommandInput,
2087
- cb: (err: any, data?: UpdateRestApiCommandOutput) => void
1961
+ cb: (err: any, data?: UpdateRestApiCommandOutput) => void,
2088
1962
  ): void;
2089
1963
  updateRestApi(
2090
1964
  args: UpdateRestApiCommandInput,
2091
1965
  options: __HttpHandlerOptions,
2092
- cb: (err: any, data?: UpdateRestApiCommandOutput) => void
1966
+ cb: (err: any, data?: UpdateRestApiCommandOutput) => void,
2093
1967
  ): void;
2094
1968
  updateStage(
2095
1969
  args: UpdateStageCommandInput,
2096
- options?: __HttpHandlerOptions
1970
+ options?: __HttpHandlerOptions,
2097
1971
  ): Promise<UpdateStageCommandOutput>;
2098
1972
  updateStage(
2099
1973
  args: UpdateStageCommandInput,
2100
- cb: (err: any, data?: UpdateStageCommandOutput) => void
1974
+ cb: (err: any, data?: UpdateStageCommandOutput) => void,
2101
1975
  ): void;
2102
1976
  updateStage(
2103
1977
  args: UpdateStageCommandInput,
2104
1978
  options: __HttpHandlerOptions,
2105
- cb: (err: any, data?: UpdateStageCommandOutput) => void
1979
+ cb: (err: any, data?: UpdateStageCommandOutput) => void,
2106
1980
  ): void;
2107
1981
  updateUsage(
2108
1982
  args: UpdateUsageCommandInput,
2109
- options?: __HttpHandlerOptions
1983
+ options?: __HttpHandlerOptions,
2110
1984
  ): Promise<UpdateUsageCommandOutput>;
2111
1985
  updateUsage(
2112
1986
  args: UpdateUsageCommandInput,
2113
- cb: (err: any, data?: UpdateUsageCommandOutput) => void
1987
+ cb: (err: any, data?: UpdateUsageCommandOutput) => void,
2114
1988
  ): void;
2115
1989
  updateUsage(
2116
1990
  args: UpdateUsageCommandInput,
2117
1991
  options: __HttpHandlerOptions,
2118
- cb: (err: any, data?: UpdateUsageCommandOutput) => void
1992
+ cb: (err: any, data?: UpdateUsageCommandOutput) => void,
2119
1993
  ): void;
2120
1994
  updateUsagePlan(
2121
1995
  args: UpdateUsagePlanCommandInput,
2122
- options?: __HttpHandlerOptions
1996
+ options?: __HttpHandlerOptions,
2123
1997
  ): Promise<UpdateUsagePlanCommandOutput>;
2124
1998
  updateUsagePlan(
2125
1999
  args: UpdateUsagePlanCommandInput,
2126
- cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void
2000
+ cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void,
2127
2001
  ): void;
2128
2002
  updateUsagePlan(
2129
2003
  args: UpdateUsagePlanCommandInput,
2130
2004
  options: __HttpHandlerOptions,
2131
- cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void
2005
+ cb: (err: any, data?: UpdateUsagePlanCommandOutput) => void,
2132
2006
  ): void;
2133
2007
  updateVpcLink(
2134
2008
  args: UpdateVpcLinkCommandInput,
2135
- options?: __HttpHandlerOptions
2009
+ options?: __HttpHandlerOptions,
2136
2010
  ): Promise<UpdateVpcLinkCommandOutput>;
2137
2011
  updateVpcLink(
2138
2012
  args: UpdateVpcLinkCommandInput,
2139
- cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void
2013
+ cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void,
2140
2014
  ): void;
2141
2015
  updateVpcLink(
2142
2016
  args: UpdateVpcLinkCommandInput,
2143
2017
  options: __HttpHandlerOptions,
2144
- cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void
2018
+ cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void,
2145
2019
  ): void;
2146
2020
  paginateGetApiKeys(
2147
2021
  args?: GetApiKeysCommandInput,
2148
2022
  paginationConfig?: Pick<
2149
2023
  PaginationConfiguration,
2150
2024
  Exclude<keyof PaginationConfiguration, "client">
2151
- >
2025
+ >,
2152
2026
  ): Paginator<GetApiKeysCommandOutput>;
2153
2027
  paginateGetBasePathMappings(
2154
2028
  args: GetBasePathMappingsCommandInput,
2155
2029
  paginationConfig?: Pick<
2156
2030
  PaginationConfiguration,
2157
2031
  Exclude<keyof PaginationConfiguration, "client">
2158
- >
2032
+ >,
2159
2033
  ): Paginator<GetBasePathMappingsCommandOutput>;
2160
2034
  paginateGetClientCertificates(
2161
2035
  args?: GetClientCertificatesCommandInput,
2162
2036
  paginationConfig?: Pick<
2163
2037
  PaginationConfiguration,
2164
2038
  Exclude<keyof PaginationConfiguration, "client">
2165
- >
2039
+ >,
2166
2040
  ): Paginator<GetClientCertificatesCommandOutput>;
2167
2041
  paginateGetDeployments(
2168
2042
  args: GetDeploymentsCommandInput,
2169
2043
  paginationConfig?: Pick<
2170
2044
  PaginationConfiguration,
2171
2045
  Exclude<keyof PaginationConfiguration, "client">
2172
- >
2046
+ >,
2173
2047
  ): Paginator<GetDeploymentsCommandOutput>;
2174
2048
  paginateGetDomainNames(
2175
2049
  args?: GetDomainNamesCommandInput,
2176
2050
  paginationConfig?: Pick<
2177
2051
  PaginationConfiguration,
2178
2052
  Exclude<keyof PaginationConfiguration, "client">
2179
- >
2053
+ >,
2180
2054
  ): Paginator<GetDomainNamesCommandOutput>;
2181
2055
  paginateGetModels(
2182
2056
  args: GetModelsCommandInput,
2183
2057
  paginationConfig?: Pick<
2184
2058
  PaginationConfiguration,
2185
2059
  Exclude<keyof PaginationConfiguration, "client">
2186
- >
2060
+ >,
2187
2061
  ): Paginator<GetModelsCommandOutput>;
2188
2062
  paginateGetResources(
2189
2063
  args: GetResourcesCommandInput,
2190
2064
  paginationConfig?: Pick<
2191
2065
  PaginationConfiguration,
2192
2066
  Exclude<keyof PaginationConfiguration, "client">
2193
- >
2067
+ >,
2194
2068
  ): Paginator<GetResourcesCommandOutput>;
2195
2069
  paginateGetRestApis(
2196
2070
  args?: GetRestApisCommandInput,
2197
2071
  paginationConfig?: Pick<
2198
2072
  PaginationConfiguration,
2199
2073
  Exclude<keyof PaginationConfiguration, "client">
2200
- >
2074
+ >,
2201
2075
  ): Paginator<GetRestApisCommandOutput>;
2202
2076
  paginateGetUsage(
2203
2077
  args: GetUsageCommandInput,
2204
2078
  paginationConfig?: Pick<
2205
2079
  PaginationConfiguration,
2206
2080
  Exclude<keyof PaginationConfiguration, "client">
2207
- >
2081
+ >,
2208
2082
  ): Paginator<GetUsageCommandOutput>;
2209
2083
  paginateGetUsagePlanKeys(
2210
2084
  args: GetUsagePlanKeysCommandInput,
2211
2085
  paginationConfig?: Pick<
2212
2086
  PaginationConfiguration,
2213
2087
  Exclude<keyof PaginationConfiguration, "client">
2214
- >
2088
+ >,
2215
2089
  ): Paginator<GetUsagePlanKeysCommandOutput>;
2216
2090
  paginateGetUsagePlans(
2217
2091
  args?: GetUsagePlansCommandInput,
2218
2092
  paginationConfig?: Pick<
2219
2093
  PaginationConfiguration,
2220
2094
  Exclude<keyof PaginationConfiguration, "client">
2221
- >
2095
+ >,
2222
2096
  ): Paginator<GetUsagePlansCommandOutput>;
2223
2097
  paginateGetVpcLinks(
2224
2098
  args?: GetVpcLinksCommandInput,
2225
2099
  paginationConfig?: Pick<
2226
2100
  PaginationConfiguration,
2227
2101
  Exclude<keyof PaginationConfiguration, "client">
2228
- >
2102
+ >,
2229
2103
  ): Paginator<GetVpcLinksCommandOutput>;
2230
2104
  }
2231
- export declare class APIGateway
2232
- extends APIGatewayClient
2233
- implements APIGateway {}
2105
+ export declare class APIGateway extends APIGatewayClient implements APIGateway {}