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