@aws-sdk/client-bcm-pricing-calculator 3.699.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 (271) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +504 -0
  3. package/dist-cjs/BCMPricingCalculator.js +83 -0
  4. package/dist-cjs/BCMPricingCalculatorClient.js +50 -0
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  6. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  7. package/dist-cjs/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +26 -0
  8. package/dist-cjs/commands/BatchCreateBillScenarioUsageModificationCommand.js +26 -0
  9. package/dist-cjs/commands/BatchCreateWorkloadEstimateUsageCommand.js +26 -0
  10. package/dist-cjs/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +26 -0
  11. package/dist-cjs/commands/BatchDeleteBillScenarioUsageModificationCommand.js +26 -0
  12. package/dist-cjs/commands/BatchDeleteWorkloadEstimateUsageCommand.js +26 -0
  13. package/dist-cjs/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +26 -0
  14. package/dist-cjs/commands/BatchUpdateBillScenarioUsageModificationCommand.js +26 -0
  15. package/dist-cjs/commands/BatchUpdateWorkloadEstimateUsageCommand.js +26 -0
  16. package/dist-cjs/commands/CreateBillEstimateCommand.js +26 -0
  17. package/dist-cjs/commands/CreateBillScenarioCommand.js +26 -0
  18. package/dist-cjs/commands/CreateWorkloadEstimateCommand.js +26 -0
  19. package/dist-cjs/commands/DeleteBillEstimateCommand.js +26 -0
  20. package/dist-cjs/commands/DeleteBillScenarioCommand.js +26 -0
  21. package/dist-cjs/commands/DeleteWorkloadEstimateCommand.js +26 -0
  22. package/dist-cjs/commands/GetBillEstimateCommand.js +26 -0
  23. package/dist-cjs/commands/GetBillScenarioCommand.js +26 -0
  24. package/dist-cjs/commands/GetPreferencesCommand.js +26 -0
  25. package/dist-cjs/commands/GetWorkloadEstimateCommand.js +26 -0
  26. package/dist-cjs/commands/ListBillEstimateCommitmentsCommand.js +26 -0
  27. package/dist-cjs/commands/ListBillEstimateInputCommitmentModificationsCommand.js +26 -0
  28. package/dist-cjs/commands/ListBillEstimateInputUsageModificationsCommand.js +26 -0
  29. package/dist-cjs/commands/ListBillEstimateLineItemsCommand.js +26 -0
  30. package/dist-cjs/commands/ListBillEstimatesCommand.js +26 -0
  31. package/dist-cjs/commands/ListBillScenarioCommitmentModificationsCommand.js +26 -0
  32. package/dist-cjs/commands/ListBillScenarioUsageModificationsCommand.js +26 -0
  33. package/dist-cjs/commands/ListBillScenariosCommand.js +26 -0
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
  35. package/dist-cjs/commands/ListWorkloadEstimateUsageCommand.js +26 -0
  36. package/dist-cjs/commands/ListWorkloadEstimatesCommand.js +26 -0
  37. package/dist-cjs/commands/TagResourceCommand.js +26 -0
  38. package/dist-cjs/commands/UntagResourceCommand.js +26 -0
  39. package/dist-cjs/commands/UpdateBillEstimateCommand.js +26 -0
  40. package/dist-cjs/commands/UpdateBillScenarioCommand.js +26 -0
  41. package/dist-cjs/commands/UpdatePreferencesCommand.js +26 -0
  42. package/dist-cjs/commands/UpdateWorkloadEstimateCommand.js +26 -0
  43. package/dist-cjs/commands/index.js +39 -0
  44. package/dist-cjs/endpoint/EndpointParameters.js +16 -0
  45. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  46. package/dist-cjs/endpoint/ruleset.js +7 -0
  47. package/dist-cjs/extensionConfiguration.js +2 -0
  48. package/dist-cjs/index.js +11 -0
  49. package/dist-cjs/models/BCMPricingCalculatorServiceException.js +12 -0
  50. package/dist-cjs/models/index.js +4 -0
  51. package/dist-cjs/models/models_0.js +263 -0
  52. package/dist-cjs/pagination/Interfaces.js +2 -0
  53. package/dist-cjs/pagination/ListBillEstimateCommitmentsPaginator.js +7 -0
  54. package/dist-cjs/pagination/ListBillEstimateInputCommitmentModificationsPaginator.js +7 -0
  55. package/dist-cjs/pagination/ListBillEstimateInputUsageModificationsPaginator.js +7 -0
  56. package/dist-cjs/pagination/ListBillEstimateLineItemsPaginator.js +7 -0
  57. package/dist-cjs/pagination/ListBillEstimatesPaginator.js +7 -0
  58. package/dist-cjs/pagination/ListBillScenarioCommitmentModificationsPaginator.js +7 -0
  59. package/dist-cjs/pagination/ListBillScenarioUsageModificationsPaginator.js +7 -0
  60. package/dist-cjs/pagination/ListBillScenariosPaginator.js +7 -0
  61. package/dist-cjs/pagination/ListWorkloadEstimateUsagePaginator.js +7 -0
  62. package/dist-cjs/pagination/ListWorkloadEstimatesPaginator.js +7 -0
  63. package/dist-cjs/pagination/index.js +14 -0
  64. package/dist-cjs/protocols/Aws_json1_0.js +1761 -0
  65. package/dist-cjs/runtimeConfig.browser.js +39 -0
  66. package/dist-cjs/runtimeConfig.js +50 -0
  67. package/dist-cjs/runtimeConfig.native.js +15 -0
  68. package/dist-cjs/runtimeConfig.shared.js +34 -0
  69. package/dist-cjs/runtimeExtensions.js +25 -0
  70. package/dist-es/BCMPricingCalculator.js +79 -0
  71. package/dist-es/BCMPricingCalculatorClient.js +46 -0
  72. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  73. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  74. package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +22 -0
  75. package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +22 -0
  76. package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +22 -0
  77. package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +22 -0
  78. package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +22 -0
  79. package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +22 -0
  80. package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +22 -0
  81. package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +22 -0
  82. package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +22 -0
  83. package/dist-es/commands/CreateBillEstimateCommand.js +22 -0
  84. package/dist-es/commands/CreateBillScenarioCommand.js +22 -0
  85. package/dist-es/commands/CreateWorkloadEstimateCommand.js +22 -0
  86. package/dist-es/commands/DeleteBillEstimateCommand.js +22 -0
  87. package/dist-es/commands/DeleteBillScenarioCommand.js +22 -0
  88. package/dist-es/commands/DeleteWorkloadEstimateCommand.js +22 -0
  89. package/dist-es/commands/GetBillEstimateCommand.js +22 -0
  90. package/dist-es/commands/GetBillScenarioCommand.js +22 -0
  91. package/dist-es/commands/GetPreferencesCommand.js +22 -0
  92. package/dist-es/commands/GetWorkloadEstimateCommand.js +22 -0
  93. package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +22 -0
  94. package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +22 -0
  95. package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +22 -0
  96. package/dist-es/commands/ListBillEstimateLineItemsCommand.js +22 -0
  97. package/dist-es/commands/ListBillEstimatesCommand.js +22 -0
  98. package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +22 -0
  99. package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +22 -0
  100. package/dist-es/commands/ListBillScenariosCommand.js +22 -0
  101. package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  102. package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +22 -0
  103. package/dist-es/commands/ListWorkloadEstimatesCommand.js +22 -0
  104. package/dist-es/commands/TagResourceCommand.js +22 -0
  105. package/dist-es/commands/UntagResourceCommand.js +22 -0
  106. package/dist-es/commands/UpdateBillEstimateCommand.js +22 -0
  107. package/dist-es/commands/UpdateBillScenarioCommand.js +22 -0
  108. package/dist-es/commands/UpdatePreferencesCommand.js +22 -0
  109. package/dist-es/commands/UpdateWorkloadEstimateCommand.js +22 -0
  110. package/dist-es/commands/index.js +36 -0
  111. package/dist-es/endpoint/EndpointParameters.js +12 -0
  112. package/dist-es/endpoint/endpointResolver.js +14 -0
  113. package/dist-es/endpoint/ruleset.js +4 -0
  114. package/dist-es/extensionConfiguration.js +1 -0
  115. package/dist-es/index.js +6 -0
  116. package/dist-es/models/BCMPricingCalculatorServiceException.js +8 -0
  117. package/dist-es/models/index.js +1 -0
  118. package/dist-es/models/models_0.js +252 -0
  119. package/dist-es/pagination/Interfaces.js +1 -0
  120. package/dist-es/pagination/ListBillEstimateCommitmentsPaginator.js +4 -0
  121. package/dist-es/pagination/ListBillEstimateInputCommitmentModificationsPaginator.js +4 -0
  122. package/dist-es/pagination/ListBillEstimateInputUsageModificationsPaginator.js +4 -0
  123. package/dist-es/pagination/ListBillEstimateLineItemsPaginator.js +4 -0
  124. package/dist-es/pagination/ListBillEstimatesPaginator.js +4 -0
  125. package/dist-es/pagination/ListBillScenarioCommitmentModificationsPaginator.js +4 -0
  126. package/dist-es/pagination/ListBillScenarioUsageModificationsPaginator.js +4 -0
  127. package/dist-es/pagination/ListBillScenariosPaginator.js +4 -0
  128. package/dist-es/pagination/ListWorkloadEstimateUsagePaginator.js +4 -0
  129. package/dist-es/pagination/ListWorkloadEstimatesPaginator.js +4 -0
  130. package/dist-es/pagination/index.js +11 -0
  131. package/dist-es/protocols/Aws_json1_0.js +1685 -0
  132. package/dist-es/runtimeConfig.browser.js +34 -0
  133. package/dist-es/runtimeConfig.js +45 -0
  134. package/dist-es/runtimeConfig.native.js +11 -0
  135. package/dist-es/runtimeConfig.shared.js +30 -0
  136. package/dist-es/runtimeExtensions.js +21 -0
  137. package/dist-types/BCMPricingCalculator.d.ts +278 -0
  138. package/dist-types/BCMPricingCalculatorClient.d.ts +216 -0
  139. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  140. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  141. package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +162 -0
  142. package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +285 -0
  143. package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +278 -0
  144. package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +117 -0
  145. package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +120 -0
  146. package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +120 -0
  147. package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +138 -0
  148. package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +209 -0
  149. package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +203 -0
  150. package/dist-types/commands/CreateBillEstimateCommand.d.ts +146 -0
  151. package/dist-types/commands/CreateBillScenarioCommand.d.ts +121 -0
  152. package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +122 -0
  153. package/dist-types/commands/DeleteBillEstimateCommand.d.ts +96 -0
  154. package/dist-types/commands/DeleteBillScenarioCommand.d.ts +96 -0
  155. package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +96 -0
  156. package/dist-types/commands/GetBillEstimateCommand.d.ts +136 -0
  157. package/dist-types/commands/GetBillScenarioCommand.d.ts +112 -0
  158. package/dist-types/commands/GetPreferencesCommand.d.ts +101 -0
  159. package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +112 -0
  160. package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +124 -0
  161. package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +128 -0
  162. package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +197 -0
  163. package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +147 -0
  164. package/dist-types/commands/ListBillEstimatesCommand.d.ts +129 -0
  165. package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +128 -0
  166. package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +197 -0
  167. package/dist-types/commands/ListBillScenariosCommand.d.ts +130 -0
  168. package/dist-types/commands/ListTagsForResourceCommand.d.ts +100 -0
  169. package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +196 -0
  170. package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +130 -0
  171. package/dist-types/commands/TagResourceCommand.d.ts +104 -0
  172. package/dist-types/commands/UntagResourceCommand.d.ts +99 -0
  173. package/dist-types/commands/UpdateBillEstimateCommand.d.ts +143 -0
  174. package/dist-types/commands/UpdateBillScenarioCommand.d.ts +119 -0
  175. package/dist-types/commands/UpdatePreferencesCommand.d.ts +113 -0
  176. package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +119 -0
  177. package/dist-types/commands/index.d.ts +36 -0
  178. package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
  179. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  180. package/dist-types/endpoint/ruleset.d.ts +2 -0
  181. package/dist-types/extensionConfiguration.d.ts +9 -0
  182. package/dist-types/index.d.ts +25 -0
  183. package/dist-types/models/BCMPricingCalculatorServiceException.d.ts +14 -0
  184. package/dist-types/models/index.d.ts +1 -0
  185. package/dist-types/models/models_0.d.ts +4474 -0
  186. package/dist-types/pagination/Interfaces.d.ts +8 -0
  187. package/dist-types/pagination/ListBillEstimateCommitmentsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/ListBillEstimateInputCommitmentModificationsPaginator.d.ts +7 -0
  189. package/dist-types/pagination/ListBillEstimateInputUsageModificationsPaginator.d.ts +7 -0
  190. package/dist-types/pagination/ListBillEstimateLineItemsPaginator.d.ts +7 -0
  191. package/dist-types/pagination/ListBillEstimatesPaginator.d.ts +7 -0
  192. package/dist-types/pagination/ListBillScenarioCommitmentModificationsPaginator.d.ts +7 -0
  193. package/dist-types/pagination/ListBillScenarioUsageModificationsPaginator.d.ts +7 -0
  194. package/dist-types/pagination/ListBillScenariosPaginator.d.ts +7 -0
  195. package/dist-types/pagination/ListWorkloadEstimateUsagePaginator.d.ts +7 -0
  196. package/dist-types/pagination/ListWorkloadEstimatesPaginator.d.ts +7 -0
  197. package/dist-types/pagination/index.d.ts +11 -0
  198. package/dist-types/protocols/Aws_json1_0.d.ts +326 -0
  199. package/dist-types/runtimeConfig.browser.d.ts +48 -0
  200. package/dist-types/runtimeConfig.d.ts +48 -0
  201. package/dist-types/runtimeConfig.native.d.ts +47 -0
  202. package/dist-types/runtimeConfig.shared.d.ts +21 -0
  203. package/dist-types/runtimeExtensions.d.ts +17 -0
  204. package/dist-types/ts3.4/BCMPricingCalculator.d.ts +684 -0
  205. package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +337 -0
  206. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  207. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  208. package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +51 -0
  209. package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +51 -0
  210. package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +51 -0
  211. package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +51 -0
  212. package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +51 -0
  213. package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +51 -0
  214. package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +51 -0
  215. package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +51 -0
  216. package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +51 -0
  217. package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +51 -0
  218. package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +51 -0
  219. package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +51 -0
  220. package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +51 -0
  221. package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +51 -0
  222. package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +51 -0
  223. package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +50 -0
  224. package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +50 -0
  225. package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +50 -0
  226. package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +51 -0
  227. package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +51 -0
  228. package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +51 -0
  229. package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +51 -0
  230. package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +51 -0
  232. package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +51 -0
  234. package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +51 -0
  235. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  236. package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +51 -0
  237. package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +51 -0
  238. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  239. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  240. package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +51 -0
  243. package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +51 -0
  244. package/dist-types/ts3.4/commands/index.d.ts +36 -0
  245. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
  246. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  247. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  248. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  249. package/dist-types/ts3.4/index.d.ts +9 -0
  250. package/dist-types/ts3.4/models/BCMPricingCalculatorServiceException.d.ts +9 -0
  251. package/dist-types/ts3.4/models/index.d.ts +1 -0
  252. package/dist-types/ts3.4/models/models_0.d.ts +985 -0
  253. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  254. package/dist-types/ts3.4/pagination/ListBillEstimateCommitmentsPaginator.d.ts +11 -0
  255. package/dist-types/ts3.4/pagination/ListBillEstimateInputCommitmentModificationsPaginator.d.ts +11 -0
  256. package/dist-types/ts3.4/pagination/ListBillEstimateInputUsageModificationsPaginator.d.ts +11 -0
  257. package/dist-types/ts3.4/pagination/ListBillEstimateLineItemsPaginator.d.ts +11 -0
  258. package/dist-types/ts3.4/pagination/ListBillEstimatesPaginator.d.ts +11 -0
  259. package/dist-types/ts3.4/pagination/ListBillScenarioCommitmentModificationsPaginator.d.ts +11 -0
  260. package/dist-types/ts3.4/pagination/ListBillScenarioUsageModificationsPaginator.d.ts +11 -0
  261. package/dist-types/ts3.4/pagination/ListBillScenariosPaginator.d.ts +11 -0
  262. package/dist-types/ts3.4/pagination/ListWorkloadEstimateUsagePaginator.d.ts +11 -0
  263. package/dist-types/ts3.4/pagination/ListWorkloadEstimatesPaginator.d.ts +11 -0
  264. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  265. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +437 -0
  266. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +95 -0
  267. package/dist-types/ts3.4/runtimeConfig.d.ts +96 -0
  268. package/dist-types/ts3.4/runtimeConfig.native.d.ts +89 -0
  269. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
  270. package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
  271. package/package.json +103 -0
@@ -0,0 +1,684 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import { BCMPricingCalculatorClient } from "./BCMPricingCalculatorClient";
3
+ import {
4
+ BatchCreateBillScenarioCommitmentModificationCommandInput,
5
+ BatchCreateBillScenarioCommitmentModificationCommandOutput,
6
+ } from "./commands/BatchCreateBillScenarioCommitmentModificationCommand";
7
+ import {
8
+ BatchCreateBillScenarioUsageModificationCommandInput,
9
+ BatchCreateBillScenarioUsageModificationCommandOutput,
10
+ } from "./commands/BatchCreateBillScenarioUsageModificationCommand";
11
+ import {
12
+ BatchCreateWorkloadEstimateUsageCommandInput,
13
+ BatchCreateWorkloadEstimateUsageCommandOutput,
14
+ } from "./commands/BatchCreateWorkloadEstimateUsageCommand";
15
+ import {
16
+ BatchDeleteBillScenarioCommitmentModificationCommandInput,
17
+ BatchDeleteBillScenarioCommitmentModificationCommandOutput,
18
+ } from "./commands/BatchDeleteBillScenarioCommitmentModificationCommand";
19
+ import {
20
+ BatchDeleteBillScenarioUsageModificationCommandInput,
21
+ BatchDeleteBillScenarioUsageModificationCommandOutput,
22
+ } from "./commands/BatchDeleteBillScenarioUsageModificationCommand";
23
+ import {
24
+ BatchDeleteWorkloadEstimateUsageCommandInput,
25
+ BatchDeleteWorkloadEstimateUsageCommandOutput,
26
+ } from "./commands/BatchDeleteWorkloadEstimateUsageCommand";
27
+ import {
28
+ BatchUpdateBillScenarioCommitmentModificationCommandInput,
29
+ BatchUpdateBillScenarioCommitmentModificationCommandOutput,
30
+ } from "./commands/BatchUpdateBillScenarioCommitmentModificationCommand";
31
+ import {
32
+ BatchUpdateBillScenarioUsageModificationCommandInput,
33
+ BatchUpdateBillScenarioUsageModificationCommandOutput,
34
+ } from "./commands/BatchUpdateBillScenarioUsageModificationCommand";
35
+ import {
36
+ BatchUpdateWorkloadEstimateUsageCommandInput,
37
+ BatchUpdateWorkloadEstimateUsageCommandOutput,
38
+ } from "./commands/BatchUpdateWorkloadEstimateUsageCommand";
39
+ import {
40
+ CreateBillEstimateCommandInput,
41
+ CreateBillEstimateCommandOutput,
42
+ } from "./commands/CreateBillEstimateCommand";
43
+ import {
44
+ CreateBillScenarioCommandInput,
45
+ CreateBillScenarioCommandOutput,
46
+ } from "./commands/CreateBillScenarioCommand";
47
+ import {
48
+ CreateWorkloadEstimateCommandInput,
49
+ CreateWorkloadEstimateCommandOutput,
50
+ } from "./commands/CreateWorkloadEstimateCommand";
51
+ import {
52
+ DeleteBillEstimateCommandInput,
53
+ DeleteBillEstimateCommandOutput,
54
+ } from "./commands/DeleteBillEstimateCommand";
55
+ import {
56
+ DeleteBillScenarioCommandInput,
57
+ DeleteBillScenarioCommandOutput,
58
+ } from "./commands/DeleteBillScenarioCommand";
59
+ import {
60
+ DeleteWorkloadEstimateCommandInput,
61
+ DeleteWorkloadEstimateCommandOutput,
62
+ } from "./commands/DeleteWorkloadEstimateCommand";
63
+ import {
64
+ GetBillEstimateCommandInput,
65
+ GetBillEstimateCommandOutput,
66
+ } from "./commands/GetBillEstimateCommand";
67
+ import {
68
+ GetBillScenarioCommandInput,
69
+ GetBillScenarioCommandOutput,
70
+ } from "./commands/GetBillScenarioCommand";
71
+ import {
72
+ GetPreferencesCommandInput,
73
+ GetPreferencesCommandOutput,
74
+ } from "./commands/GetPreferencesCommand";
75
+ import {
76
+ GetWorkloadEstimateCommandInput,
77
+ GetWorkloadEstimateCommandOutput,
78
+ } from "./commands/GetWorkloadEstimateCommand";
79
+ import {
80
+ ListBillEstimateCommitmentsCommandInput,
81
+ ListBillEstimateCommitmentsCommandOutput,
82
+ } from "./commands/ListBillEstimateCommitmentsCommand";
83
+ import {
84
+ ListBillEstimateInputCommitmentModificationsCommandInput,
85
+ ListBillEstimateInputCommitmentModificationsCommandOutput,
86
+ } from "./commands/ListBillEstimateInputCommitmentModificationsCommand";
87
+ import {
88
+ ListBillEstimateInputUsageModificationsCommandInput,
89
+ ListBillEstimateInputUsageModificationsCommandOutput,
90
+ } from "./commands/ListBillEstimateInputUsageModificationsCommand";
91
+ import {
92
+ ListBillEstimateLineItemsCommandInput,
93
+ ListBillEstimateLineItemsCommandOutput,
94
+ } from "./commands/ListBillEstimateLineItemsCommand";
95
+ import {
96
+ ListBillEstimatesCommandInput,
97
+ ListBillEstimatesCommandOutput,
98
+ } from "./commands/ListBillEstimatesCommand";
99
+ import {
100
+ ListBillScenarioCommitmentModificationsCommandInput,
101
+ ListBillScenarioCommitmentModificationsCommandOutput,
102
+ } from "./commands/ListBillScenarioCommitmentModificationsCommand";
103
+ import {
104
+ ListBillScenariosCommandInput,
105
+ ListBillScenariosCommandOutput,
106
+ } from "./commands/ListBillScenariosCommand";
107
+ import {
108
+ ListBillScenarioUsageModificationsCommandInput,
109
+ ListBillScenarioUsageModificationsCommandOutput,
110
+ } from "./commands/ListBillScenarioUsageModificationsCommand";
111
+ import {
112
+ ListTagsForResourceCommandInput,
113
+ ListTagsForResourceCommandOutput,
114
+ } from "./commands/ListTagsForResourceCommand";
115
+ import {
116
+ ListWorkloadEstimatesCommandInput,
117
+ ListWorkloadEstimatesCommandOutput,
118
+ } from "./commands/ListWorkloadEstimatesCommand";
119
+ import {
120
+ ListWorkloadEstimateUsageCommandInput,
121
+ ListWorkloadEstimateUsageCommandOutput,
122
+ } from "./commands/ListWorkloadEstimateUsageCommand";
123
+ import {
124
+ TagResourceCommandInput,
125
+ TagResourceCommandOutput,
126
+ } from "./commands/TagResourceCommand";
127
+ import {
128
+ UntagResourceCommandInput,
129
+ UntagResourceCommandOutput,
130
+ } from "./commands/UntagResourceCommand";
131
+ import {
132
+ UpdateBillEstimateCommandInput,
133
+ UpdateBillEstimateCommandOutput,
134
+ } from "./commands/UpdateBillEstimateCommand";
135
+ import {
136
+ UpdateBillScenarioCommandInput,
137
+ UpdateBillScenarioCommandOutput,
138
+ } from "./commands/UpdateBillScenarioCommand";
139
+ import {
140
+ UpdatePreferencesCommandInput,
141
+ UpdatePreferencesCommandOutput,
142
+ } from "./commands/UpdatePreferencesCommand";
143
+ import {
144
+ UpdateWorkloadEstimateCommandInput,
145
+ UpdateWorkloadEstimateCommandOutput,
146
+ } from "./commands/UpdateWorkloadEstimateCommand";
147
+ export interface BCMPricingCalculator {
148
+ batchCreateBillScenarioCommitmentModification(
149
+ args: BatchCreateBillScenarioCommitmentModificationCommandInput,
150
+ options?: __HttpHandlerOptions
151
+ ): Promise<BatchCreateBillScenarioCommitmentModificationCommandOutput>;
152
+ batchCreateBillScenarioCommitmentModification(
153
+ args: BatchCreateBillScenarioCommitmentModificationCommandInput,
154
+ cb: (
155
+ err: any,
156
+ data?: BatchCreateBillScenarioCommitmentModificationCommandOutput
157
+ ) => void
158
+ ): void;
159
+ batchCreateBillScenarioCommitmentModification(
160
+ args: BatchCreateBillScenarioCommitmentModificationCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (
163
+ err: any,
164
+ data?: BatchCreateBillScenarioCommitmentModificationCommandOutput
165
+ ) => void
166
+ ): void;
167
+ batchCreateBillScenarioUsageModification(
168
+ args: BatchCreateBillScenarioUsageModificationCommandInput,
169
+ options?: __HttpHandlerOptions
170
+ ): Promise<BatchCreateBillScenarioUsageModificationCommandOutput>;
171
+ batchCreateBillScenarioUsageModification(
172
+ args: BatchCreateBillScenarioUsageModificationCommandInput,
173
+ cb: (
174
+ err: any,
175
+ data?: BatchCreateBillScenarioUsageModificationCommandOutput
176
+ ) => void
177
+ ): void;
178
+ batchCreateBillScenarioUsageModification(
179
+ args: BatchCreateBillScenarioUsageModificationCommandInput,
180
+ options: __HttpHandlerOptions,
181
+ cb: (
182
+ err: any,
183
+ data?: BatchCreateBillScenarioUsageModificationCommandOutput
184
+ ) => void
185
+ ): void;
186
+ batchCreateWorkloadEstimateUsage(
187
+ args: BatchCreateWorkloadEstimateUsageCommandInput,
188
+ options?: __HttpHandlerOptions
189
+ ): Promise<BatchCreateWorkloadEstimateUsageCommandOutput>;
190
+ batchCreateWorkloadEstimateUsage(
191
+ args: BatchCreateWorkloadEstimateUsageCommandInput,
192
+ cb: (err: any, data?: BatchCreateWorkloadEstimateUsageCommandOutput) => void
193
+ ): void;
194
+ batchCreateWorkloadEstimateUsage(
195
+ args: BatchCreateWorkloadEstimateUsageCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (err: any, data?: BatchCreateWorkloadEstimateUsageCommandOutput) => void
198
+ ): void;
199
+ batchDeleteBillScenarioCommitmentModification(
200
+ args: BatchDeleteBillScenarioCommitmentModificationCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<BatchDeleteBillScenarioCommitmentModificationCommandOutput>;
203
+ batchDeleteBillScenarioCommitmentModification(
204
+ args: BatchDeleteBillScenarioCommitmentModificationCommandInput,
205
+ cb: (
206
+ err: any,
207
+ data?: BatchDeleteBillScenarioCommitmentModificationCommandOutput
208
+ ) => void
209
+ ): void;
210
+ batchDeleteBillScenarioCommitmentModification(
211
+ args: BatchDeleteBillScenarioCommitmentModificationCommandInput,
212
+ options: __HttpHandlerOptions,
213
+ cb: (
214
+ err: any,
215
+ data?: BatchDeleteBillScenarioCommitmentModificationCommandOutput
216
+ ) => void
217
+ ): void;
218
+ batchDeleteBillScenarioUsageModification(
219
+ args: BatchDeleteBillScenarioUsageModificationCommandInput,
220
+ options?: __HttpHandlerOptions
221
+ ): Promise<BatchDeleteBillScenarioUsageModificationCommandOutput>;
222
+ batchDeleteBillScenarioUsageModification(
223
+ args: BatchDeleteBillScenarioUsageModificationCommandInput,
224
+ cb: (
225
+ err: any,
226
+ data?: BatchDeleteBillScenarioUsageModificationCommandOutput
227
+ ) => void
228
+ ): void;
229
+ batchDeleteBillScenarioUsageModification(
230
+ args: BatchDeleteBillScenarioUsageModificationCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (
233
+ err: any,
234
+ data?: BatchDeleteBillScenarioUsageModificationCommandOutput
235
+ ) => void
236
+ ): void;
237
+ batchDeleteWorkloadEstimateUsage(
238
+ args: BatchDeleteWorkloadEstimateUsageCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<BatchDeleteWorkloadEstimateUsageCommandOutput>;
241
+ batchDeleteWorkloadEstimateUsage(
242
+ args: BatchDeleteWorkloadEstimateUsageCommandInput,
243
+ cb: (err: any, data?: BatchDeleteWorkloadEstimateUsageCommandOutput) => void
244
+ ): void;
245
+ batchDeleteWorkloadEstimateUsage(
246
+ args: BatchDeleteWorkloadEstimateUsageCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: BatchDeleteWorkloadEstimateUsageCommandOutput) => void
249
+ ): void;
250
+ batchUpdateBillScenarioCommitmentModification(
251
+ args: BatchUpdateBillScenarioCommitmentModificationCommandInput,
252
+ options?: __HttpHandlerOptions
253
+ ): Promise<BatchUpdateBillScenarioCommitmentModificationCommandOutput>;
254
+ batchUpdateBillScenarioCommitmentModification(
255
+ args: BatchUpdateBillScenarioCommitmentModificationCommandInput,
256
+ cb: (
257
+ err: any,
258
+ data?: BatchUpdateBillScenarioCommitmentModificationCommandOutput
259
+ ) => void
260
+ ): void;
261
+ batchUpdateBillScenarioCommitmentModification(
262
+ args: BatchUpdateBillScenarioCommitmentModificationCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (
265
+ err: any,
266
+ data?: BatchUpdateBillScenarioCommitmentModificationCommandOutput
267
+ ) => void
268
+ ): void;
269
+ batchUpdateBillScenarioUsageModification(
270
+ args: BatchUpdateBillScenarioUsageModificationCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<BatchUpdateBillScenarioUsageModificationCommandOutput>;
273
+ batchUpdateBillScenarioUsageModification(
274
+ args: BatchUpdateBillScenarioUsageModificationCommandInput,
275
+ cb: (
276
+ err: any,
277
+ data?: BatchUpdateBillScenarioUsageModificationCommandOutput
278
+ ) => void
279
+ ): void;
280
+ batchUpdateBillScenarioUsageModification(
281
+ args: BatchUpdateBillScenarioUsageModificationCommandInput,
282
+ options: __HttpHandlerOptions,
283
+ cb: (
284
+ err: any,
285
+ data?: BatchUpdateBillScenarioUsageModificationCommandOutput
286
+ ) => void
287
+ ): void;
288
+ batchUpdateWorkloadEstimateUsage(
289
+ args: BatchUpdateWorkloadEstimateUsageCommandInput,
290
+ options?: __HttpHandlerOptions
291
+ ): Promise<BatchUpdateWorkloadEstimateUsageCommandOutput>;
292
+ batchUpdateWorkloadEstimateUsage(
293
+ args: BatchUpdateWorkloadEstimateUsageCommandInput,
294
+ cb: (err: any, data?: BatchUpdateWorkloadEstimateUsageCommandOutput) => void
295
+ ): void;
296
+ batchUpdateWorkloadEstimateUsage(
297
+ args: BatchUpdateWorkloadEstimateUsageCommandInput,
298
+ options: __HttpHandlerOptions,
299
+ cb: (err: any, data?: BatchUpdateWorkloadEstimateUsageCommandOutput) => void
300
+ ): void;
301
+ createBillEstimate(
302
+ args: CreateBillEstimateCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<CreateBillEstimateCommandOutput>;
305
+ createBillEstimate(
306
+ args: CreateBillEstimateCommandInput,
307
+ cb: (err: any, data?: CreateBillEstimateCommandOutput) => void
308
+ ): void;
309
+ createBillEstimate(
310
+ args: CreateBillEstimateCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: CreateBillEstimateCommandOutput) => void
313
+ ): void;
314
+ createBillScenario(
315
+ args: CreateBillScenarioCommandInput,
316
+ options?: __HttpHandlerOptions
317
+ ): Promise<CreateBillScenarioCommandOutput>;
318
+ createBillScenario(
319
+ args: CreateBillScenarioCommandInput,
320
+ cb: (err: any, data?: CreateBillScenarioCommandOutput) => void
321
+ ): void;
322
+ createBillScenario(
323
+ args: CreateBillScenarioCommandInput,
324
+ options: __HttpHandlerOptions,
325
+ cb: (err: any, data?: CreateBillScenarioCommandOutput) => void
326
+ ): void;
327
+ createWorkloadEstimate(
328
+ args: CreateWorkloadEstimateCommandInput,
329
+ options?: __HttpHandlerOptions
330
+ ): Promise<CreateWorkloadEstimateCommandOutput>;
331
+ createWorkloadEstimate(
332
+ args: CreateWorkloadEstimateCommandInput,
333
+ cb: (err: any, data?: CreateWorkloadEstimateCommandOutput) => void
334
+ ): void;
335
+ createWorkloadEstimate(
336
+ args: CreateWorkloadEstimateCommandInput,
337
+ options: __HttpHandlerOptions,
338
+ cb: (err: any, data?: CreateWorkloadEstimateCommandOutput) => void
339
+ ): void;
340
+ deleteBillEstimate(
341
+ args: DeleteBillEstimateCommandInput,
342
+ options?: __HttpHandlerOptions
343
+ ): Promise<DeleteBillEstimateCommandOutput>;
344
+ deleteBillEstimate(
345
+ args: DeleteBillEstimateCommandInput,
346
+ cb: (err: any, data?: DeleteBillEstimateCommandOutput) => void
347
+ ): void;
348
+ deleteBillEstimate(
349
+ args: DeleteBillEstimateCommandInput,
350
+ options: __HttpHandlerOptions,
351
+ cb: (err: any, data?: DeleteBillEstimateCommandOutput) => void
352
+ ): void;
353
+ deleteBillScenario(
354
+ args: DeleteBillScenarioCommandInput,
355
+ options?: __HttpHandlerOptions
356
+ ): Promise<DeleteBillScenarioCommandOutput>;
357
+ deleteBillScenario(
358
+ args: DeleteBillScenarioCommandInput,
359
+ cb: (err: any, data?: DeleteBillScenarioCommandOutput) => void
360
+ ): void;
361
+ deleteBillScenario(
362
+ args: DeleteBillScenarioCommandInput,
363
+ options: __HttpHandlerOptions,
364
+ cb: (err: any, data?: DeleteBillScenarioCommandOutput) => void
365
+ ): void;
366
+ deleteWorkloadEstimate(
367
+ args: DeleteWorkloadEstimateCommandInput,
368
+ options?: __HttpHandlerOptions
369
+ ): Promise<DeleteWorkloadEstimateCommandOutput>;
370
+ deleteWorkloadEstimate(
371
+ args: DeleteWorkloadEstimateCommandInput,
372
+ cb: (err: any, data?: DeleteWorkloadEstimateCommandOutput) => void
373
+ ): void;
374
+ deleteWorkloadEstimate(
375
+ args: DeleteWorkloadEstimateCommandInput,
376
+ options: __HttpHandlerOptions,
377
+ cb: (err: any, data?: DeleteWorkloadEstimateCommandOutput) => void
378
+ ): void;
379
+ getBillEstimate(
380
+ args: GetBillEstimateCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<GetBillEstimateCommandOutput>;
383
+ getBillEstimate(
384
+ args: GetBillEstimateCommandInput,
385
+ cb: (err: any, data?: GetBillEstimateCommandOutput) => void
386
+ ): void;
387
+ getBillEstimate(
388
+ args: GetBillEstimateCommandInput,
389
+ options: __HttpHandlerOptions,
390
+ cb: (err: any, data?: GetBillEstimateCommandOutput) => void
391
+ ): void;
392
+ getBillScenario(
393
+ args: GetBillScenarioCommandInput,
394
+ options?: __HttpHandlerOptions
395
+ ): Promise<GetBillScenarioCommandOutput>;
396
+ getBillScenario(
397
+ args: GetBillScenarioCommandInput,
398
+ cb: (err: any, data?: GetBillScenarioCommandOutput) => void
399
+ ): void;
400
+ getBillScenario(
401
+ args: GetBillScenarioCommandInput,
402
+ options: __HttpHandlerOptions,
403
+ cb: (err: any, data?: GetBillScenarioCommandOutput) => void
404
+ ): void;
405
+ getPreferences(): Promise<GetPreferencesCommandOutput>;
406
+ getPreferences(
407
+ args: GetPreferencesCommandInput,
408
+ options?: __HttpHandlerOptions
409
+ ): Promise<GetPreferencesCommandOutput>;
410
+ getPreferences(
411
+ args: GetPreferencesCommandInput,
412
+ cb: (err: any, data?: GetPreferencesCommandOutput) => void
413
+ ): void;
414
+ getPreferences(
415
+ args: GetPreferencesCommandInput,
416
+ options: __HttpHandlerOptions,
417
+ cb: (err: any, data?: GetPreferencesCommandOutput) => void
418
+ ): void;
419
+ getWorkloadEstimate(
420
+ args: GetWorkloadEstimateCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<GetWorkloadEstimateCommandOutput>;
423
+ getWorkloadEstimate(
424
+ args: GetWorkloadEstimateCommandInput,
425
+ cb: (err: any, data?: GetWorkloadEstimateCommandOutput) => void
426
+ ): void;
427
+ getWorkloadEstimate(
428
+ args: GetWorkloadEstimateCommandInput,
429
+ options: __HttpHandlerOptions,
430
+ cb: (err: any, data?: GetWorkloadEstimateCommandOutput) => void
431
+ ): void;
432
+ listBillEstimateCommitments(
433
+ args: ListBillEstimateCommitmentsCommandInput,
434
+ options?: __HttpHandlerOptions
435
+ ): Promise<ListBillEstimateCommitmentsCommandOutput>;
436
+ listBillEstimateCommitments(
437
+ args: ListBillEstimateCommitmentsCommandInput,
438
+ cb: (err: any, data?: ListBillEstimateCommitmentsCommandOutput) => void
439
+ ): void;
440
+ listBillEstimateCommitments(
441
+ args: ListBillEstimateCommitmentsCommandInput,
442
+ options: __HttpHandlerOptions,
443
+ cb: (err: any, data?: ListBillEstimateCommitmentsCommandOutput) => void
444
+ ): void;
445
+ listBillEstimateInputCommitmentModifications(
446
+ args: ListBillEstimateInputCommitmentModificationsCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<ListBillEstimateInputCommitmentModificationsCommandOutput>;
449
+ listBillEstimateInputCommitmentModifications(
450
+ args: ListBillEstimateInputCommitmentModificationsCommandInput,
451
+ cb: (
452
+ err: any,
453
+ data?: ListBillEstimateInputCommitmentModificationsCommandOutput
454
+ ) => void
455
+ ): void;
456
+ listBillEstimateInputCommitmentModifications(
457
+ args: ListBillEstimateInputCommitmentModificationsCommandInput,
458
+ options: __HttpHandlerOptions,
459
+ cb: (
460
+ err: any,
461
+ data?: ListBillEstimateInputCommitmentModificationsCommandOutput
462
+ ) => void
463
+ ): void;
464
+ listBillEstimateInputUsageModifications(
465
+ args: ListBillEstimateInputUsageModificationsCommandInput,
466
+ options?: __HttpHandlerOptions
467
+ ): Promise<ListBillEstimateInputUsageModificationsCommandOutput>;
468
+ listBillEstimateInputUsageModifications(
469
+ args: ListBillEstimateInputUsageModificationsCommandInput,
470
+ cb: (
471
+ err: any,
472
+ data?: ListBillEstimateInputUsageModificationsCommandOutput
473
+ ) => void
474
+ ): void;
475
+ listBillEstimateInputUsageModifications(
476
+ args: ListBillEstimateInputUsageModificationsCommandInput,
477
+ options: __HttpHandlerOptions,
478
+ cb: (
479
+ err: any,
480
+ data?: ListBillEstimateInputUsageModificationsCommandOutput
481
+ ) => void
482
+ ): void;
483
+ listBillEstimateLineItems(
484
+ args: ListBillEstimateLineItemsCommandInput,
485
+ options?: __HttpHandlerOptions
486
+ ): Promise<ListBillEstimateLineItemsCommandOutput>;
487
+ listBillEstimateLineItems(
488
+ args: ListBillEstimateLineItemsCommandInput,
489
+ cb: (err: any, data?: ListBillEstimateLineItemsCommandOutput) => void
490
+ ): void;
491
+ listBillEstimateLineItems(
492
+ args: ListBillEstimateLineItemsCommandInput,
493
+ options: __HttpHandlerOptions,
494
+ cb: (err: any, data?: ListBillEstimateLineItemsCommandOutput) => void
495
+ ): void;
496
+ listBillEstimates(): Promise<ListBillEstimatesCommandOutput>;
497
+ listBillEstimates(
498
+ args: ListBillEstimatesCommandInput,
499
+ options?: __HttpHandlerOptions
500
+ ): Promise<ListBillEstimatesCommandOutput>;
501
+ listBillEstimates(
502
+ args: ListBillEstimatesCommandInput,
503
+ cb: (err: any, data?: ListBillEstimatesCommandOutput) => void
504
+ ): void;
505
+ listBillEstimates(
506
+ args: ListBillEstimatesCommandInput,
507
+ options: __HttpHandlerOptions,
508
+ cb: (err: any, data?: ListBillEstimatesCommandOutput) => void
509
+ ): void;
510
+ listBillScenarioCommitmentModifications(
511
+ args: ListBillScenarioCommitmentModificationsCommandInput,
512
+ options?: __HttpHandlerOptions
513
+ ): Promise<ListBillScenarioCommitmentModificationsCommandOutput>;
514
+ listBillScenarioCommitmentModifications(
515
+ args: ListBillScenarioCommitmentModificationsCommandInput,
516
+ cb: (
517
+ err: any,
518
+ data?: ListBillScenarioCommitmentModificationsCommandOutput
519
+ ) => void
520
+ ): void;
521
+ listBillScenarioCommitmentModifications(
522
+ args: ListBillScenarioCommitmentModificationsCommandInput,
523
+ options: __HttpHandlerOptions,
524
+ cb: (
525
+ err: any,
526
+ data?: ListBillScenarioCommitmentModificationsCommandOutput
527
+ ) => void
528
+ ): void;
529
+ listBillScenarios(): Promise<ListBillScenariosCommandOutput>;
530
+ listBillScenarios(
531
+ args: ListBillScenariosCommandInput,
532
+ options?: __HttpHandlerOptions
533
+ ): Promise<ListBillScenariosCommandOutput>;
534
+ listBillScenarios(
535
+ args: ListBillScenariosCommandInput,
536
+ cb: (err: any, data?: ListBillScenariosCommandOutput) => void
537
+ ): void;
538
+ listBillScenarios(
539
+ args: ListBillScenariosCommandInput,
540
+ options: __HttpHandlerOptions,
541
+ cb: (err: any, data?: ListBillScenariosCommandOutput) => void
542
+ ): void;
543
+ listBillScenarioUsageModifications(
544
+ args: ListBillScenarioUsageModificationsCommandInput,
545
+ options?: __HttpHandlerOptions
546
+ ): Promise<ListBillScenarioUsageModificationsCommandOutput>;
547
+ listBillScenarioUsageModifications(
548
+ args: ListBillScenarioUsageModificationsCommandInput,
549
+ cb: (
550
+ err: any,
551
+ data?: ListBillScenarioUsageModificationsCommandOutput
552
+ ) => void
553
+ ): void;
554
+ listBillScenarioUsageModifications(
555
+ args: ListBillScenarioUsageModificationsCommandInput,
556
+ options: __HttpHandlerOptions,
557
+ cb: (
558
+ err: any,
559
+ data?: ListBillScenarioUsageModificationsCommandOutput
560
+ ) => void
561
+ ): void;
562
+ listTagsForResource(
563
+ args: ListTagsForResourceCommandInput,
564
+ options?: __HttpHandlerOptions
565
+ ): Promise<ListTagsForResourceCommandOutput>;
566
+ listTagsForResource(
567
+ args: ListTagsForResourceCommandInput,
568
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
569
+ ): void;
570
+ listTagsForResource(
571
+ args: ListTagsForResourceCommandInput,
572
+ options: __HttpHandlerOptions,
573
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
574
+ ): void;
575
+ listWorkloadEstimates(): Promise<ListWorkloadEstimatesCommandOutput>;
576
+ listWorkloadEstimates(
577
+ args: ListWorkloadEstimatesCommandInput,
578
+ options?: __HttpHandlerOptions
579
+ ): Promise<ListWorkloadEstimatesCommandOutput>;
580
+ listWorkloadEstimates(
581
+ args: ListWorkloadEstimatesCommandInput,
582
+ cb: (err: any, data?: ListWorkloadEstimatesCommandOutput) => void
583
+ ): void;
584
+ listWorkloadEstimates(
585
+ args: ListWorkloadEstimatesCommandInput,
586
+ options: __HttpHandlerOptions,
587
+ cb: (err: any, data?: ListWorkloadEstimatesCommandOutput) => void
588
+ ): void;
589
+ listWorkloadEstimateUsage(
590
+ args: ListWorkloadEstimateUsageCommandInput,
591
+ options?: __HttpHandlerOptions
592
+ ): Promise<ListWorkloadEstimateUsageCommandOutput>;
593
+ listWorkloadEstimateUsage(
594
+ args: ListWorkloadEstimateUsageCommandInput,
595
+ cb: (err: any, data?: ListWorkloadEstimateUsageCommandOutput) => void
596
+ ): void;
597
+ listWorkloadEstimateUsage(
598
+ args: ListWorkloadEstimateUsageCommandInput,
599
+ options: __HttpHandlerOptions,
600
+ cb: (err: any, data?: ListWorkloadEstimateUsageCommandOutput) => void
601
+ ): void;
602
+ tagResource(
603
+ args: TagResourceCommandInput,
604
+ options?: __HttpHandlerOptions
605
+ ): Promise<TagResourceCommandOutput>;
606
+ tagResource(
607
+ args: TagResourceCommandInput,
608
+ cb: (err: any, data?: TagResourceCommandOutput) => void
609
+ ): void;
610
+ tagResource(
611
+ args: TagResourceCommandInput,
612
+ options: __HttpHandlerOptions,
613
+ cb: (err: any, data?: TagResourceCommandOutput) => void
614
+ ): void;
615
+ untagResource(
616
+ args: UntagResourceCommandInput,
617
+ options?: __HttpHandlerOptions
618
+ ): Promise<UntagResourceCommandOutput>;
619
+ untagResource(
620
+ args: UntagResourceCommandInput,
621
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
622
+ ): void;
623
+ untagResource(
624
+ args: UntagResourceCommandInput,
625
+ options: __HttpHandlerOptions,
626
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
627
+ ): void;
628
+ updateBillEstimate(
629
+ args: UpdateBillEstimateCommandInput,
630
+ options?: __HttpHandlerOptions
631
+ ): Promise<UpdateBillEstimateCommandOutput>;
632
+ updateBillEstimate(
633
+ args: UpdateBillEstimateCommandInput,
634
+ cb: (err: any, data?: UpdateBillEstimateCommandOutput) => void
635
+ ): void;
636
+ updateBillEstimate(
637
+ args: UpdateBillEstimateCommandInput,
638
+ options: __HttpHandlerOptions,
639
+ cb: (err: any, data?: UpdateBillEstimateCommandOutput) => void
640
+ ): void;
641
+ updateBillScenario(
642
+ args: UpdateBillScenarioCommandInput,
643
+ options?: __HttpHandlerOptions
644
+ ): Promise<UpdateBillScenarioCommandOutput>;
645
+ updateBillScenario(
646
+ args: UpdateBillScenarioCommandInput,
647
+ cb: (err: any, data?: UpdateBillScenarioCommandOutput) => void
648
+ ): void;
649
+ updateBillScenario(
650
+ args: UpdateBillScenarioCommandInput,
651
+ options: __HttpHandlerOptions,
652
+ cb: (err: any, data?: UpdateBillScenarioCommandOutput) => void
653
+ ): void;
654
+ updatePreferences(): Promise<UpdatePreferencesCommandOutput>;
655
+ updatePreferences(
656
+ args: UpdatePreferencesCommandInput,
657
+ options?: __HttpHandlerOptions
658
+ ): Promise<UpdatePreferencesCommandOutput>;
659
+ updatePreferences(
660
+ args: UpdatePreferencesCommandInput,
661
+ cb: (err: any, data?: UpdatePreferencesCommandOutput) => void
662
+ ): void;
663
+ updatePreferences(
664
+ args: UpdatePreferencesCommandInput,
665
+ options: __HttpHandlerOptions,
666
+ cb: (err: any, data?: UpdatePreferencesCommandOutput) => void
667
+ ): void;
668
+ updateWorkloadEstimate(
669
+ args: UpdateWorkloadEstimateCommandInput,
670
+ options?: __HttpHandlerOptions
671
+ ): Promise<UpdateWorkloadEstimateCommandOutput>;
672
+ updateWorkloadEstimate(
673
+ args: UpdateWorkloadEstimateCommandInput,
674
+ cb: (err: any, data?: UpdateWorkloadEstimateCommandOutput) => void
675
+ ): void;
676
+ updateWorkloadEstimate(
677
+ args: UpdateWorkloadEstimateCommandInput,
678
+ options: __HttpHandlerOptions,
679
+ cb: (err: any, data?: UpdateWorkloadEstimateCommandOutput) => void
680
+ ): void;
681
+ }
682
+ export declare class BCMPricingCalculator
683
+ extends BCMPricingCalculatorClient
684
+ implements BCMPricingCalculator {}