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