@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,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ GetWorkloadEstimateRequest,
10
+ GetWorkloadEstimateResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetWorkloadEstimateCommandInput
15
+ extends GetWorkloadEstimateRequest {}
16
+ export interface GetWorkloadEstimateCommandOutput
17
+ extends GetWorkloadEstimateResponse,
18
+ __MetadataBearer {}
19
+ declare const GetWorkloadEstimateCommand_base: {
20
+ new (
21
+ input: GetWorkloadEstimateCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetWorkloadEstimateCommandInput,
24
+ GetWorkloadEstimateCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetWorkloadEstimateCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetWorkloadEstimateCommandInput,
33
+ GetWorkloadEstimateCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetWorkloadEstimateCommand extends GetWorkloadEstimateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetWorkloadEstimateRequest;
44
+ output: GetWorkloadEstimateResponse;
45
+ };
46
+ sdk: {
47
+ input: GetWorkloadEstimateCommandInput;
48
+ output: GetWorkloadEstimateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListBillEstimateCommitmentsRequest,
10
+ ListBillEstimateCommitmentsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListBillEstimateCommitmentsCommandInput
15
+ extends ListBillEstimateCommitmentsRequest {}
16
+ export interface ListBillEstimateCommitmentsCommandOutput
17
+ extends ListBillEstimateCommitmentsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListBillEstimateCommitmentsCommand_base: {
20
+ new (
21
+ input: ListBillEstimateCommitmentsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListBillEstimateCommitmentsCommandInput,
24
+ ListBillEstimateCommitmentsCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListBillEstimateCommitmentsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListBillEstimateCommitmentsCommandInput,
33
+ ListBillEstimateCommitmentsCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListBillEstimateCommitmentsCommand extends ListBillEstimateCommitmentsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBillEstimateCommitmentsRequest;
44
+ output: ListBillEstimateCommitmentsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBillEstimateCommitmentsCommandInput;
48
+ output: ListBillEstimateCommitmentsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListBillEstimateInputCommitmentModificationsRequest,
10
+ ListBillEstimateInputCommitmentModificationsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListBillEstimateInputCommitmentModificationsCommandInput
15
+ extends ListBillEstimateInputCommitmentModificationsRequest {}
16
+ export interface ListBillEstimateInputCommitmentModificationsCommandOutput
17
+ extends ListBillEstimateInputCommitmentModificationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
20
+ new (
21
+ input: ListBillEstimateInputCommitmentModificationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListBillEstimateInputCommitmentModificationsCommandInput,
24
+ ListBillEstimateInputCommitmentModificationsCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListBillEstimateInputCommitmentModificationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListBillEstimateInputCommitmentModificationsCommandInput,
33
+ ListBillEstimateInputCommitmentModificationsCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListBillEstimateInputCommitmentModificationsCommand extends ListBillEstimateInputCommitmentModificationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBillEstimateInputCommitmentModificationsRequest;
44
+ output: ListBillEstimateInputCommitmentModificationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBillEstimateInputCommitmentModificationsCommandInput;
48
+ output: ListBillEstimateInputCommitmentModificationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListBillEstimateInputUsageModificationsRequest,
10
+ ListBillEstimateInputUsageModificationsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListBillEstimateInputUsageModificationsCommandInput
15
+ extends ListBillEstimateInputUsageModificationsRequest {}
16
+ export interface ListBillEstimateInputUsageModificationsCommandOutput
17
+ extends ListBillEstimateInputUsageModificationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListBillEstimateInputUsageModificationsCommand_base: {
20
+ new (
21
+ input: ListBillEstimateInputUsageModificationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListBillEstimateInputUsageModificationsCommandInput,
24
+ ListBillEstimateInputUsageModificationsCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListBillEstimateInputUsageModificationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListBillEstimateInputUsageModificationsCommandInput,
33
+ ListBillEstimateInputUsageModificationsCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListBillEstimateInputUsageModificationsCommand extends ListBillEstimateInputUsageModificationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBillEstimateInputUsageModificationsRequest;
44
+ output: ListBillEstimateInputUsageModificationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBillEstimateInputUsageModificationsCommandInput;
48
+ output: ListBillEstimateInputUsageModificationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListBillEstimateLineItemsRequest,
10
+ ListBillEstimateLineItemsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListBillEstimateLineItemsCommandInput
15
+ extends ListBillEstimateLineItemsRequest {}
16
+ export interface ListBillEstimateLineItemsCommandOutput
17
+ extends ListBillEstimateLineItemsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListBillEstimateLineItemsCommand_base: {
20
+ new (
21
+ input: ListBillEstimateLineItemsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListBillEstimateLineItemsCommandInput,
24
+ ListBillEstimateLineItemsCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListBillEstimateLineItemsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListBillEstimateLineItemsCommandInput,
33
+ ListBillEstimateLineItemsCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListBillEstimateLineItemsCommand extends ListBillEstimateLineItemsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBillEstimateLineItemsRequest;
44
+ output: ListBillEstimateLineItemsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBillEstimateLineItemsCommandInput;
48
+ output: ListBillEstimateLineItemsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListBillEstimatesRequest,
10
+ ListBillEstimatesResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListBillEstimatesCommandInput
15
+ extends ListBillEstimatesRequest {}
16
+ export interface ListBillEstimatesCommandOutput
17
+ extends ListBillEstimatesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListBillEstimatesCommand_base: {
20
+ new (
21
+ input: ListBillEstimatesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListBillEstimatesCommandInput,
24
+ ListBillEstimatesCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListBillEstimatesCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListBillEstimatesCommandInput,
33
+ ListBillEstimatesCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListBillEstimatesCommand extends ListBillEstimatesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBillEstimatesRequest;
44
+ output: ListBillEstimatesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBillEstimatesCommandInput;
48
+ output: ListBillEstimatesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListBillScenarioCommitmentModificationsRequest,
10
+ ListBillScenarioCommitmentModificationsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListBillScenarioCommitmentModificationsCommandInput
15
+ extends ListBillScenarioCommitmentModificationsRequest {}
16
+ export interface ListBillScenarioCommitmentModificationsCommandOutput
17
+ extends ListBillScenarioCommitmentModificationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListBillScenarioCommitmentModificationsCommand_base: {
20
+ new (
21
+ input: ListBillScenarioCommitmentModificationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListBillScenarioCommitmentModificationsCommandInput,
24
+ ListBillScenarioCommitmentModificationsCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListBillScenarioCommitmentModificationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListBillScenarioCommitmentModificationsCommandInput,
33
+ ListBillScenarioCommitmentModificationsCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListBillScenarioCommitmentModificationsCommand extends ListBillScenarioCommitmentModificationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBillScenarioCommitmentModificationsRequest;
44
+ output: ListBillScenarioCommitmentModificationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBillScenarioCommitmentModificationsCommandInput;
48
+ output: ListBillScenarioCommitmentModificationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListBillScenarioUsageModificationsRequest,
10
+ ListBillScenarioUsageModificationsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListBillScenarioUsageModificationsCommandInput
15
+ extends ListBillScenarioUsageModificationsRequest {}
16
+ export interface ListBillScenarioUsageModificationsCommandOutput
17
+ extends ListBillScenarioUsageModificationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListBillScenarioUsageModificationsCommand_base: {
20
+ new (
21
+ input: ListBillScenarioUsageModificationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListBillScenarioUsageModificationsCommandInput,
24
+ ListBillScenarioUsageModificationsCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListBillScenarioUsageModificationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListBillScenarioUsageModificationsCommandInput,
33
+ ListBillScenarioUsageModificationsCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListBillScenarioUsageModificationsCommand extends ListBillScenarioUsageModificationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBillScenarioUsageModificationsRequest;
44
+ output: ListBillScenarioUsageModificationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBillScenarioUsageModificationsCommandInput;
48
+ output: ListBillScenarioUsageModificationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListBillScenariosRequest,
10
+ ListBillScenariosResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListBillScenariosCommandInput
15
+ extends ListBillScenariosRequest {}
16
+ export interface ListBillScenariosCommandOutput
17
+ extends ListBillScenariosResponse,
18
+ __MetadataBearer {}
19
+ declare const ListBillScenariosCommand_base: {
20
+ new (
21
+ input: ListBillScenariosCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListBillScenariosCommandInput,
24
+ ListBillScenariosCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListBillScenariosCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListBillScenariosCommandInput,
33
+ ListBillScenariosCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListBillScenariosCommand extends ListBillScenariosCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBillScenariosRequest;
44
+ output: ListBillScenariosResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBillScenariosCommandInput;
48
+ output: ListBillScenariosCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListTagsForResourceRequest,
10
+ ListTagsForResourceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListTagsForResourceCommandInput
15
+ extends ListTagsForResourceRequest {}
16
+ export interface ListTagsForResourceCommandOutput
17
+ extends ListTagsForResourceResponse,
18
+ __MetadataBearer {}
19
+ declare const ListTagsForResourceCommand_base: {
20
+ new (
21
+ input: ListTagsForResourceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListTagsForResourceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListTagsForResourceCommandInput,
33
+ ListTagsForResourceCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListWorkloadEstimateUsageRequest,
10
+ ListWorkloadEstimateUsageResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListWorkloadEstimateUsageCommandInput
15
+ extends ListWorkloadEstimateUsageRequest {}
16
+ export interface ListWorkloadEstimateUsageCommandOutput
17
+ extends ListWorkloadEstimateUsageResponse,
18
+ __MetadataBearer {}
19
+ declare const ListWorkloadEstimateUsageCommand_base: {
20
+ new (
21
+ input: ListWorkloadEstimateUsageCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListWorkloadEstimateUsageCommandInput,
24
+ ListWorkloadEstimateUsageCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListWorkloadEstimateUsageCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListWorkloadEstimateUsageCommandInput,
33
+ ListWorkloadEstimateUsageCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListWorkloadEstimateUsageCommand extends ListWorkloadEstimateUsageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListWorkloadEstimateUsageRequest;
44
+ output: ListWorkloadEstimateUsageResponse;
45
+ };
46
+ sdk: {
47
+ input: ListWorkloadEstimateUsageCommandInput;
48
+ output: ListWorkloadEstimateUsageCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import {
9
+ ListWorkloadEstimatesRequest,
10
+ ListWorkloadEstimatesResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListWorkloadEstimatesCommandInput
15
+ extends ListWorkloadEstimatesRequest {}
16
+ export interface ListWorkloadEstimatesCommandOutput
17
+ extends ListWorkloadEstimatesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListWorkloadEstimatesCommand_base: {
20
+ new (
21
+ input: ListWorkloadEstimatesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListWorkloadEstimatesCommandInput,
24
+ ListWorkloadEstimatesCommandOutput,
25
+ BCMPricingCalculatorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListWorkloadEstimatesCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListWorkloadEstimatesCommandInput,
33
+ ListWorkloadEstimatesCommandOutput,
34
+ BCMPricingCalculatorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListWorkloadEstimatesCommand extends ListWorkloadEstimatesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListWorkloadEstimatesRequest;
44
+ output: ListWorkloadEstimatesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListWorkloadEstimatesCommandInput;
48
+ output: ListWorkloadEstimatesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BCMPricingCalculatorClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BCMPricingCalculatorClient";
8
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface TagResourceCommandInput extends TagResourceRequest {}
12
+ export interface TagResourceCommandOutput
13
+ extends TagResourceResponse,
14
+ __MetadataBearer {}
15
+ declare const TagResourceCommand_base: {
16
+ new (
17
+ input: TagResourceCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ BCMPricingCalculatorClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: TagResourceCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ TagResourceCommandInput,
29
+ TagResourceCommandOutput,
30
+ BCMPricingCalculatorClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }