@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,985 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { BCMPricingCalculatorServiceException as __BaseException } from "./BCMPricingCalculatorServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export interface AddReservedInstanceAction {
11
+ reservedInstancesOfferingId?: string | undefined;
12
+ instanceCount?: number | undefined;
13
+ }
14
+ export interface AddSavingsPlanAction {
15
+ savingsPlanOfferingId?: string | undefined;
16
+ commitment?: number | undefined;
17
+ }
18
+ export declare class DataUnavailableException extends __BaseException {
19
+ readonly name: "DataUnavailableException";
20
+ readonly $fault: "client";
21
+ constructor(
22
+ opts: __ExceptionOptionType<DataUnavailableException, __BaseException>
23
+ );
24
+ }
25
+ export declare class InternalServerException extends __BaseException {
26
+ readonly name: "InternalServerException";
27
+ readonly $fault: "server";
28
+ retryAfterSeconds?: number | undefined;
29
+ constructor(
30
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
31
+ );
32
+ }
33
+ export interface ListBillEstimateCommitmentsRequest {
34
+ billEstimateId: string | undefined;
35
+ nextToken?: string | undefined;
36
+ maxResults?: number | undefined;
37
+ }
38
+ export declare const CurrencyCode: {
39
+ readonly USD: "USD";
40
+ };
41
+ export type CurrencyCode = (typeof CurrencyCode)[keyof typeof CurrencyCode];
42
+ export interface CostAmount {
43
+ amount?: number | undefined;
44
+ currency?: CurrencyCode | undefined;
45
+ }
46
+ export declare const PurchaseAgreementType: {
47
+ readonly RESERVED_INSTANCE: "RESERVED_INSTANCE";
48
+ readonly SAVINGS_PLANS: "SAVINGS_PLANS";
49
+ };
50
+ export type PurchaseAgreementType =
51
+ (typeof PurchaseAgreementType)[keyof typeof PurchaseAgreementType];
52
+ export interface BillEstimateCommitmentSummary {
53
+ id?: string | undefined;
54
+ purchaseAgreementType?: PurchaseAgreementType | undefined;
55
+ offeringId?: string | undefined;
56
+ usageAccountId?: string | undefined;
57
+ region?: string | undefined;
58
+ termLength?: string | undefined;
59
+ paymentOption?: string | undefined;
60
+ upfrontPayment?: CostAmount | undefined;
61
+ monthlyPayment?: CostAmount | undefined;
62
+ }
63
+ export interface ListBillEstimateCommitmentsResponse {
64
+ items?: BillEstimateCommitmentSummary[] | undefined;
65
+ nextToken?: string | undefined;
66
+ }
67
+ export declare class ResourceNotFoundException extends __BaseException {
68
+ readonly name: "ResourceNotFoundException";
69
+ readonly $fault: "client";
70
+ resourceId: string | undefined;
71
+ resourceType: string | undefined;
72
+ constructor(
73
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
74
+ );
75
+ }
76
+ export declare class ThrottlingException extends __BaseException {
77
+ readonly name: "ThrottlingException";
78
+ readonly $fault: "client";
79
+ serviceCode?: string | undefined;
80
+ quotaCode?: string | undefined;
81
+ retryAfterSeconds?: number | undefined;
82
+ constructor(
83
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
84
+ );
85
+ }
86
+ export interface ValidationExceptionField {
87
+ name: string | undefined;
88
+ message: string | undefined;
89
+ }
90
+ export declare const ValidationExceptionReason: {
91
+ readonly CANNOT_PARSE: "cannotParse";
92
+ readonly DISALLOWED_RATE: "disallowedRate";
93
+ readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
94
+ readonly INVALID_REQUEST_FROM_MEMBER: "invalidRequestFromMember";
95
+ readonly OTHER: "other";
96
+ readonly UNKNOWN_OPERATION: "unknownOperation";
97
+ };
98
+ export type ValidationExceptionReason =
99
+ (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
100
+ export declare class ValidationException extends __BaseException {
101
+ readonly name: "ValidationException";
102
+ readonly $fault: "client";
103
+ reason?: ValidationExceptionReason | undefined;
104
+ fieldList?: ValidationExceptionField[] | undefined;
105
+ constructor(
106
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
107
+ );
108
+ }
109
+ export interface CostDifference {
110
+ historicalCost?: CostAmount | undefined;
111
+ estimatedCost?: CostAmount | undefined;
112
+ }
113
+ export interface BillEstimateCostSummary {
114
+ totalCostDifference?: CostDifference | undefined;
115
+ serviceCostDifferences?: Record<string, CostDifference> | undefined;
116
+ }
117
+ export interface ListBillEstimateInputCommitmentModificationsRequest {
118
+ billEstimateId: string | undefined;
119
+ nextToken?: string | undefined;
120
+ maxResults?: number | undefined;
121
+ }
122
+ export interface NegateReservedInstanceAction {
123
+ reservedInstancesId?: string | undefined;
124
+ }
125
+ export interface NegateSavingsPlanAction {
126
+ savingsPlanId?: string | undefined;
127
+ }
128
+ export type BillScenarioCommitmentModificationAction =
129
+ | BillScenarioCommitmentModificationAction.AddReservedInstanceActionMember
130
+ | BillScenarioCommitmentModificationAction.AddSavingsPlanActionMember
131
+ | BillScenarioCommitmentModificationAction.NegateReservedInstanceActionMember
132
+ | BillScenarioCommitmentModificationAction.NegateSavingsPlanActionMember
133
+ | BillScenarioCommitmentModificationAction.$UnknownMember;
134
+ export declare namespace BillScenarioCommitmentModificationAction {
135
+ interface AddReservedInstanceActionMember {
136
+ addReservedInstanceAction: AddReservedInstanceAction;
137
+ addSavingsPlanAction?: never;
138
+ negateReservedInstanceAction?: never;
139
+ negateSavingsPlanAction?: never;
140
+ $unknown?: never;
141
+ }
142
+ interface AddSavingsPlanActionMember {
143
+ addReservedInstanceAction?: never;
144
+ addSavingsPlanAction: AddSavingsPlanAction;
145
+ negateReservedInstanceAction?: never;
146
+ negateSavingsPlanAction?: never;
147
+ $unknown?: never;
148
+ }
149
+ interface NegateReservedInstanceActionMember {
150
+ addReservedInstanceAction?: never;
151
+ addSavingsPlanAction?: never;
152
+ negateReservedInstanceAction: NegateReservedInstanceAction;
153
+ negateSavingsPlanAction?: never;
154
+ $unknown?: never;
155
+ }
156
+ interface NegateSavingsPlanActionMember {
157
+ addReservedInstanceAction?: never;
158
+ addSavingsPlanAction?: never;
159
+ negateReservedInstanceAction?: never;
160
+ negateSavingsPlanAction: NegateSavingsPlanAction;
161
+ $unknown?: never;
162
+ }
163
+ interface $UnknownMember {
164
+ addReservedInstanceAction?: never;
165
+ addSavingsPlanAction?: never;
166
+ negateReservedInstanceAction?: never;
167
+ negateSavingsPlanAction?: never;
168
+ $unknown: [string, any];
169
+ }
170
+ interface Visitor<T> {
171
+ addReservedInstanceAction: (value: AddReservedInstanceAction) => T;
172
+ addSavingsPlanAction: (value: AddSavingsPlanAction) => T;
173
+ negateReservedInstanceAction: (value: NegateReservedInstanceAction) => T;
174
+ negateSavingsPlanAction: (value: NegateSavingsPlanAction) => T;
175
+ _: (name: string, value: any) => T;
176
+ }
177
+ const visit: <T>(
178
+ value: BillScenarioCommitmentModificationAction,
179
+ visitor: Visitor<T>
180
+ ) => T;
181
+ }
182
+ export interface BillEstimateInputCommitmentModificationSummary {
183
+ id?: string | undefined;
184
+ group?: string | undefined;
185
+ usageAccountId?: string | undefined;
186
+ commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
187
+ }
188
+ export interface ListBillEstimateInputCommitmentModificationsResponse {
189
+ items?: BillEstimateInputCommitmentModificationSummary[] | undefined;
190
+ nextToken?: string | undefined;
191
+ }
192
+ export declare const MatchOption: {
193
+ readonly CONTAINS: "CONTAINS";
194
+ readonly EQUALS: "EQUALS";
195
+ readonly STARTS_WITH: "STARTS_WITH";
196
+ };
197
+ export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
198
+ export declare const ListUsageFilterName: {
199
+ readonly HISTORICAL_LOCATION: "HISTORICAL_LOCATION";
200
+ readonly HISTORICAL_OPERATION: "HISTORICAL_OPERATION";
201
+ readonly HISTORICAL_SERVICE_CODE: "HISTORICAL_SERVICE_CODE";
202
+ readonly HISTORICAL_USAGE_ACCOUNT_ID: "HISTORICAL_USAGE_ACCOUNT_ID";
203
+ readonly HISTORICAL_USAGE_TYPE: "HISTORICAL_USAGE_TYPE";
204
+ readonly LOCATION: "LOCATION";
205
+ readonly OPERATION: "OPERATION";
206
+ readonly SERVICE_CODE: "SERVICE_CODE";
207
+ readonly USAGE_ACCOUNT_ID: "USAGE_ACCOUNT_ID";
208
+ readonly USAGE_GROUP: "USAGE_GROUP";
209
+ readonly USAGE_TYPE: "USAGE_TYPE";
210
+ };
211
+ export type ListUsageFilterName =
212
+ (typeof ListUsageFilterName)[keyof typeof ListUsageFilterName];
213
+ export interface ListUsageFilter {
214
+ name: ListUsageFilterName | undefined;
215
+ values: string[] | undefined;
216
+ matchOption?: MatchOption | undefined;
217
+ }
218
+ export interface ListBillEstimateInputUsageModificationsRequest {
219
+ billEstimateId: string | undefined;
220
+ filters?: ListUsageFilter[] | undefined;
221
+ nextToken?: string | undefined;
222
+ maxResults?: number | undefined;
223
+ }
224
+ export interface BillInterval {
225
+ start?: Date | undefined;
226
+ end?: Date | undefined;
227
+ }
228
+ export interface ExpressionFilter {
229
+ key?: string | undefined;
230
+ matchOptions?: string[] | undefined;
231
+ values?: string[] | undefined;
232
+ }
233
+ export interface UsageQuantity {
234
+ startHour?: Date | undefined;
235
+ unit?: string | undefined;
236
+ amount?: number | undefined;
237
+ }
238
+ export declare const ListBillEstimateLineItemsFilterName: {
239
+ readonly LINE_ITEM_TYPE: "LINE_ITEM_TYPE";
240
+ readonly LOCATION: "LOCATION";
241
+ readonly OPERATION: "OPERATION";
242
+ readonly SERVICE_CODE: "SERVICE_CODE";
243
+ readonly USAGE_ACCOUNT_ID: "USAGE_ACCOUNT_ID";
244
+ readonly USAGE_TYPE: "USAGE_TYPE";
245
+ };
246
+ export type ListBillEstimateLineItemsFilterName =
247
+ (typeof ListBillEstimateLineItemsFilterName)[keyof typeof ListBillEstimateLineItemsFilterName];
248
+ export interface ListBillEstimateLineItemsFilter {
249
+ name: ListBillEstimateLineItemsFilterName | undefined;
250
+ values: string[] | undefined;
251
+ matchOption?: MatchOption | undefined;
252
+ }
253
+ export interface ListBillEstimateLineItemsRequest {
254
+ billEstimateId: string | undefined;
255
+ filters?: ListBillEstimateLineItemsFilter[] | undefined;
256
+ nextToken?: string | undefined;
257
+ maxResults?: number | undefined;
258
+ }
259
+ export interface UsageQuantityResult {
260
+ amount?: number | undefined;
261
+ unit?: string | undefined;
262
+ }
263
+ export interface BillEstimateLineItemSummary {
264
+ serviceCode: string | undefined;
265
+ usageType: string | undefined;
266
+ operation: string | undefined;
267
+ location?: string | undefined;
268
+ availabilityZone?: string | undefined;
269
+ id?: string | undefined;
270
+ lineItemId?: string | undefined;
271
+ lineItemType?: string | undefined;
272
+ payerAccountId?: string | undefined;
273
+ usageAccountId?: string | undefined;
274
+ estimatedUsageQuantity?: UsageQuantityResult | undefined;
275
+ estimatedCost?: CostAmount | undefined;
276
+ historicalUsageQuantity?: UsageQuantityResult | undefined;
277
+ historicalCost?: CostAmount | undefined;
278
+ savingsPlanArns?: string[] | undefined;
279
+ }
280
+ export interface ListBillEstimateLineItemsResponse {
281
+ items?: BillEstimateLineItemSummary[] | undefined;
282
+ nextToken?: string | undefined;
283
+ }
284
+ export declare const BillEstimateStatus: {
285
+ readonly COMPLETE: "COMPLETE";
286
+ readonly FAILED: "FAILED";
287
+ readonly IN_PROGRESS: "IN_PROGRESS";
288
+ };
289
+ export type BillEstimateStatus =
290
+ (typeof BillEstimateStatus)[keyof typeof BillEstimateStatus];
291
+ export declare class ConflictException extends __BaseException {
292
+ readonly name: "ConflictException";
293
+ readonly $fault: "client";
294
+ resourceId: string | undefined;
295
+ resourceType: string | undefined;
296
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
297
+ }
298
+ export interface CreateBillEstimateRequest {
299
+ billScenarioId: string | undefined;
300
+ name: string | undefined;
301
+ clientToken?: string | undefined;
302
+ tags?: Record<string, string> | undefined;
303
+ }
304
+ export interface CreateBillEstimateResponse {
305
+ id: string | undefined;
306
+ name?: string | undefined;
307
+ status?: BillEstimateStatus | undefined;
308
+ failureMessage?: string | undefined;
309
+ billInterval?: BillInterval | undefined;
310
+ costSummary?: BillEstimateCostSummary | undefined;
311
+ createdAt?: Date | undefined;
312
+ expiresAt?: Date | undefined;
313
+ }
314
+ export interface DeleteBillEstimateRequest {
315
+ identifier: string | undefined;
316
+ }
317
+ export interface DeleteBillEstimateResponse {}
318
+ export interface GetBillEstimateRequest {
319
+ identifier: string | undefined;
320
+ }
321
+ export interface GetBillEstimateResponse {
322
+ id: string | undefined;
323
+ name?: string | undefined;
324
+ status?: BillEstimateStatus | undefined;
325
+ failureMessage?: string | undefined;
326
+ billInterval?: BillInterval | undefined;
327
+ costSummary?: BillEstimateCostSummary | undefined;
328
+ createdAt?: Date | undefined;
329
+ expiresAt?: Date | undefined;
330
+ }
331
+ export interface FilterTimestamp {
332
+ afterTimestamp?: Date | undefined;
333
+ beforeTimestamp?: Date | undefined;
334
+ }
335
+ export declare const ListBillEstimatesFilterName: {
336
+ readonly NAME: "NAME";
337
+ readonly STATUS: "STATUS";
338
+ };
339
+ export type ListBillEstimatesFilterName =
340
+ (typeof ListBillEstimatesFilterName)[keyof typeof ListBillEstimatesFilterName];
341
+ export interface ListBillEstimatesFilter {
342
+ name: ListBillEstimatesFilterName | undefined;
343
+ values: string[] | undefined;
344
+ matchOption?: MatchOption | undefined;
345
+ }
346
+ export interface ListBillEstimatesRequest {
347
+ filters?: ListBillEstimatesFilter[] | undefined;
348
+ createdAtFilter?: FilterTimestamp | undefined;
349
+ expiresAtFilter?: FilterTimestamp | undefined;
350
+ nextToken?: string | undefined;
351
+ maxResults?: number | undefined;
352
+ }
353
+ export interface BillEstimateSummary {
354
+ id: string | undefined;
355
+ name?: string | undefined;
356
+ status?: BillEstimateStatus | undefined;
357
+ billInterval?: BillInterval | undefined;
358
+ createdAt?: Date | undefined;
359
+ expiresAt?: Date | undefined;
360
+ }
361
+ export interface ListBillEstimatesResponse {
362
+ items?: BillEstimateSummary[] | undefined;
363
+ nextToken?: string | undefined;
364
+ }
365
+ export interface UpdateBillEstimateRequest {
366
+ identifier: string | undefined;
367
+ name?: string | undefined;
368
+ expiresAt?: Date | undefined;
369
+ }
370
+ export interface UpdateBillEstimateResponse {
371
+ id: string | undefined;
372
+ name?: string | undefined;
373
+ status?: BillEstimateStatus | undefined;
374
+ failureMessage?: string | undefined;
375
+ billInterval?: BillInterval | undefined;
376
+ costSummary?: BillEstimateCostSummary | undefined;
377
+ createdAt?: Date | undefined;
378
+ expiresAt?: Date | undefined;
379
+ }
380
+ export interface BatchCreateBillScenarioCommitmentModificationEntry {
381
+ key: string | undefined;
382
+ group?: string | undefined;
383
+ usageAccountId: string | undefined;
384
+ commitmentAction: BillScenarioCommitmentModificationAction | undefined;
385
+ }
386
+ export interface BatchCreateBillScenarioCommitmentModificationRequest {
387
+ billScenarioId: string | undefined;
388
+ commitmentModifications:
389
+ | BatchCreateBillScenarioCommitmentModificationEntry[]
390
+ | undefined;
391
+ clientToken?: string | undefined;
392
+ }
393
+ export declare const BatchCreateBillScenarioCommitmentModificationErrorCode: {
394
+ readonly CONFLICT: "CONFLICT";
395
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
396
+ readonly INVALID_ACCOUNT: "INVALID_ACCOUNT";
397
+ };
398
+ export type BatchCreateBillScenarioCommitmentModificationErrorCode =
399
+ (typeof BatchCreateBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchCreateBillScenarioCommitmentModificationErrorCode];
400
+ export interface BatchCreateBillScenarioCommitmentModificationError {
401
+ key?: string | undefined;
402
+ errorMessage?: string | undefined;
403
+ errorCode?:
404
+ | BatchCreateBillScenarioCommitmentModificationErrorCode
405
+ | undefined;
406
+ }
407
+ export interface BatchCreateBillScenarioCommitmentModificationItem {
408
+ key?: string | undefined;
409
+ id?: string | undefined;
410
+ group?: string | undefined;
411
+ usageAccountId?: string | undefined;
412
+ commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
413
+ }
414
+ export interface BatchCreateBillScenarioCommitmentModificationResponse {
415
+ items?: BatchCreateBillScenarioCommitmentModificationItem[] | undefined;
416
+ errors?: BatchCreateBillScenarioCommitmentModificationError[] | undefined;
417
+ }
418
+ export interface BatchDeleteBillScenarioCommitmentModificationRequest {
419
+ billScenarioId: string | undefined;
420
+ ids: string[] | undefined;
421
+ }
422
+ export declare const BatchDeleteBillScenarioCommitmentModificationErrorCode: {
423
+ readonly BAD_REQUEST: "BAD_REQUEST";
424
+ readonly CONFLICT: "CONFLICT";
425
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
426
+ };
427
+ export type BatchDeleteBillScenarioCommitmentModificationErrorCode =
428
+ (typeof BatchDeleteBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchDeleteBillScenarioCommitmentModificationErrorCode];
429
+ export interface BatchDeleteBillScenarioCommitmentModificationError {
430
+ id?: string | undefined;
431
+ errorCode?:
432
+ | BatchDeleteBillScenarioCommitmentModificationErrorCode
433
+ | undefined;
434
+ errorMessage?: string | undefined;
435
+ }
436
+ export interface BatchDeleteBillScenarioCommitmentModificationResponse {
437
+ errors?: BatchDeleteBillScenarioCommitmentModificationError[] | undefined;
438
+ }
439
+ export interface BatchUpdateBillScenarioCommitmentModificationEntry {
440
+ id: string | undefined;
441
+ group?: string | undefined;
442
+ }
443
+ export interface BatchUpdateBillScenarioCommitmentModificationRequest {
444
+ billScenarioId: string | undefined;
445
+ commitmentModifications:
446
+ | BatchUpdateBillScenarioCommitmentModificationEntry[]
447
+ | undefined;
448
+ }
449
+ export declare const BatchUpdateBillScenarioCommitmentModificationErrorCode: {
450
+ readonly BAD_REQUEST: "BAD_REQUEST";
451
+ readonly CONFLICT: "CONFLICT";
452
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
453
+ readonly NOT_FOUND: "NOT_FOUND";
454
+ };
455
+ export type BatchUpdateBillScenarioCommitmentModificationErrorCode =
456
+ (typeof BatchUpdateBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchUpdateBillScenarioCommitmentModificationErrorCode];
457
+ export interface BatchUpdateBillScenarioCommitmentModificationError {
458
+ id?: string | undefined;
459
+ errorCode?:
460
+ | BatchUpdateBillScenarioCommitmentModificationErrorCode
461
+ | undefined;
462
+ errorMessage?: string | undefined;
463
+ }
464
+ export interface BillScenarioCommitmentModificationItem {
465
+ id?: string | undefined;
466
+ usageAccountId?: string | undefined;
467
+ group?: string | undefined;
468
+ commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
469
+ }
470
+ export interface BatchUpdateBillScenarioCommitmentModificationResponse {
471
+ items?: BillScenarioCommitmentModificationItem[] | undefined;
472
+ errors?: BatchUpdateBillScenarioCommitmentModificationError[] | undefined;
473
+ }
474
+ export interface ListBillScenarioCommitmentModificationsRequest {
475
+ billScenarioId: string | undefined;
476
+ nextToken?: string | undefined;
477
+ maxResults?: number | undefined;
478
+ }
479
+ export interface ListBillScenarioCommitmentModificationsResponse {
480
+ items?: BillScenarioCommitmentModificationItem[] | undefined;
481
+ nextToken?: string | undefined;
482
+ }
483
+ export declare const BillScenarioStatus: {
484
+ readonly FAILED: "FAILED";
485
+ readonly LOCKED: "LOCKED";
486
+ readonly READY: "READY";
487
+ };
488
+ export type BillScenarioStatus =
489
+ (typeof BillScenarioStatus)[keyof typeof BillScenarioStatus];
490
+ export interface UsageAmount {
491
+ startHour: Date | undefined;
492
+ amount: number | undefined;
493
+ }
494
+ export declare const BatchCreateBillScenarioUsageModificationErrorCode: {
495
+ readonly BAD_REQUEST: "BAD_REQUEST";
496
+ readonly CONFLICT: "CONFLICT";
497
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
498
+ readonly NOT_FOUND: "NOT_FOUND";
499
+ };
500
+ export type BatchCreateBillScenarioUsageModificationErrorCode =
501
+ (typeof BatchCreateBillScenarioUsageModificationErrorCode)[keyof typeof BatchCreateBillScenarioUsageModificationErrorCode];
502
+ export interface BatchCreateBillScenarioUsageModificationError {
503
+ key?: string | undefined;
504
+ errorMessage?: string | undefined;
505
+ errorCode?: BatchCreateBillScenarioUsageModificationErrorCode | undefined;
506
+ }
507
+ export declare class ServiceQuotaExceededException extends __BaseException {
508
+ readonly name: "ServiceQuotaExceededException";
509
+ readonly $fault: "client";
510
+ resourceId: string | undefined;
511
+ resourceType: string | undefined;
512
+ serviceCode?: string | undefined;
513
+ quotaCode?: string | undefined;
514
+ constructor(
515
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
516
+ );
517
+ }
518
+ export interface BatchDeleteBillScenarioUsageModificationRequest {
519
+ billScenarioId: string | undefined;
520
+ ids: string[] | undefined;
521
+ }
522
+ export declare const BatchDeleteBillScenarioUsageModificationErrorCode: {
523
+ readonly BAD_REQUEST: "BAD_REQUEST";
524
+ readonly CONFLICT: "CONFLICT";
525
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
526
+ };
527
+ export type BatchDeleteBillScenarioUsageModificationErrorCode =
528
+ (typeof BatchDeleteBillScenarioUsageModificationErrorCode)[keyof typeof BatchDeleteBillScenarioUsageModificationErrorCode];
529
+ export interface BatchDeleteBillScenarioUsageModificationError {
530
+ id?: string | undefined;
531
+ errorMessage?: string | undefined;
532
+ errorCode?: BatchDeleteBillScenarioUsageModificationErrorCode | undefined;
533
+ }
534
+ export interface BatchDeleteBillScenarioUsageModificationResponse {
535
+ errors?: BatchDeleteBillScenarioUsageModificationError[] | undefined;
536
+ }
537
+ export interface BatchUpdateBillScenarioUsageModificationEntry {
538
+ id: string | undefined;
539
+ group?: string | undefined;
540
+ amounts?: UsageAmount[] | undefined;
541
+ }
542
+ export interface BatchUpdateBillScenarioUsageModificationRequest {
543
+ billScenarioId: string | undefined;
544
+ usageModifications:
545
+ | BatchUpdateBillScenarioUsageModificationEntry[]
546
+ | undefined;
547
+ }
548
+ export declare const BatchUpdateBillScenarioUsageModificationErrorCode: {
549
+ readonly BAD_REQUEST: "BAD_REQUEST";
550
+ readonly CONFLICT: "CONFLICT";
551
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
552
+ readonly NOT_FOUND: "NOT_FOUND";
553
+ };
554
+ export type BatchUpdateBillScenarioUsageModificationErrorCode =
555
+ (typeof BatchUpdateBillScenarioUsageModificationErrorCode)[keyof typeof BatchUpdateBillScenarioUsageModificationErrorCode];
556
+ export interface BatchUpdateBillScenarioUsageModificationError {
557
+ id?: string | undefined;
558
+ errorMessage?: string | undefined;
559
+ errorCode?: BatchUpdateBillScenarioUsageModificationErrorCode | undefined;
560
+ }
561
+ export interface ListBillScenarioUsageModificationsRequest {
562
+ billScenarioId: string | undefined;
563
+ filters?: ListUsageFilter[] | undefined;
564
+ nextToken?: string | undefined;
565
+ maxResults?: number | undefined;
566
+ }
567
+ export interface CreateBillScenarioRequest {
568
+ name: string | undefined;
569
+ clientToken?: string | undefined;
570
+ tags?: Record<string, string> | undefined;
571
+ }
572
+ export interface CreateBillScenarioResponse {
573
+ id: string | undefined;
574
+ name?: string | undefined;
575
+ billInterval?: BillInterval | undefined;
576
+ status?: BillScenarioStatus | undefined;
577
+ createdAt?: Date | undefined;
578
+ expiresAt?: Date | undefined;
579
+ failureMessage?: string | undefined;
580
+ }
581
+ export interface DeleteBillScenarioRequest {
582
+ identifier: string | undefined;
583
+ }
584
+ export interface DeleteBillScenarioResponse {}
585
+ export interface GetBillScenarioRequest {
586
+ identifier: string | undefined;
587
+ }
588
+ export interface GetBillScenarioResponse {
589
+ id: string | undefined;
590
+ name?: string | undefined;
591
+ billInterval?: BillInterval | undefined;
592
+ status?: BillScenarioStatus | undefined;
593
+ createdAt?: Date | undefined;
594
+ expiresAt?: Date | undefined;
595
+ failureMessage?: string | undefined;
596
+ }
597
+ export declare const ListBillScenariosFilterName: {
598
+ readonly NAME: "NAME";
599
+ readonly STATUS: "STATUS";
600
+ };
601
+ export type ListBillScenariosFilterName =
602
+ (typeof ListBillScenariosFilterName)[keyof typeof ListBillScenariosFilterName];
603
+ export interface ListBillScenariosFilter {
604
+ name: ListBillScenariosFilterName | undefined;
605
+ values: string[] | undefined;
606
+ matchOption?: MatchOption | undefined;
607
+ }
608
+ export interface ListBillScenariosRequest {
609
+ filters?: ListBillScenariosFilter[] | undefined;
610
+ createdAtFilter?: FilterTimestamp | undefined;
611
+ expiresAtFilter?: FilterTimestamp | undefined;
612
+ nextToken?: string | undefined;
613
+ maxResults?: number | undefined;
614
+ }
615
+ export interface BillScenarioSummary {
616
+ id: string | undefined;
617
+ name?: string | undefined;
618
+ billInterval?: BillInterval | undefined;
619
+ status?: BillScenarioStatus | undefined;
620
+ createdAt?: Date | undefined;
621
+ expiresAt?: Date | undefined;
622
+ failureMessage?: string | undefined;
623
+ }
624
+ export interface ListBillScenariosResponse {
625
+ items?: BillScenarioSummary[] | undefined;
626
+ nextToken?: string | undefined;
627
+ }
628
+ export interface UpdateBillScenarioRequest {
629
+ identifier: string | undefined;
630
+ name?: string | undefined;
631
+ expiresAt?: Date | undefined;
632
+ }
633
+ export interface UpdateBillScenarioResponse {
634
+ id: string | undefined;
635
+ name?: string | undefined;
636
+ billInterval?: BillInterval | undefined;
637
+ status?: BillScenarioStatus | undefined;
638
+ createdAt?: Date | undefined;
639
+ expiresAt?: Date | undefined;
640
+ failureMessage?: string | undefined;
641
+ }
642
+ export interface GetPreferencesRequest {}
643
+ export declare const RateType: {
644
+ readonly AFTER_DISCOUNTS: "AFTER_DISCOUNTS";
645
+ readonly BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS";
646
+ };
647
+ export type RateType = (typeof RateType)[keyof typeof RateType];
648
+ export interface GetPreferencesResponse {
649
+ managementAccountRateTypeSelections?: RateType[] | undefined;
650
+ memberAccountRateTypeSelections?: RateType[] | undefined;
651
+ }
652
+ export interface ListTagsForResourceRequest {
653
+ arn: string | undefined;
654
+ }
655
+ export interface ListTagsForResourceResponse {
656
+ tags?: Record<string, string> | undefined;
657
+ }
658
+ export interface TagResourceRequest {
659
+ arn: string | undefined;
660
+ tags: Record<string, string> | undefined;
661
+ }
662
+ export interface TagResourceResponse {}
663
+ export interface UntagResourceRequest {
664
+ arn: string | undefined;
665
+ tagKeys: string[] | undefined;
666
+ }
667
+ export interface UntagResourceResponse {}
668
+ export interface UpdatePreferencesRequest {
669
+ managementAccountRateTypeSelections?: RateType[] | undefined;
670
+ memberAccountRateTypeSelections?: RateType[] | undefined;
671
+ }
672
+ export interface UpdatePreferencesResponse {
673
+ managementAccountRateTypeSelections?: RateType[] | undefined;
674
+ memberAccountRateTypeSelections?: RateType[] | undefined;
675
+ }
676
+ export declare const WorkloadEstimateRateType: {
677
+ readonly AFTER_DISCOUNTS: "AFTER_DISCOUNTS";
678
+ readonly BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS";
679
+ };
680
+ export type WorkloadEstimateRateType =
681
+ (typeof WorkloadEstimateRateType)[keyof typeof WorkloadEstimateRateType];
682
+ export interface CreateWorkloadEstimateRequest {
683
+ name: string | undefined;
684
+ clientToken?: string | undefined;
685
+ rateType?: WorkloadEstimateRateType | undefined;
686
+ tags?: Record<string, string> | undefined;
687
+ }
688
+ export declare const WorkloadEstimateStatus: {
689
+ readonly ACTION_NEEDED: "ACTION_NEEDED";
690
+ readonly INVALID: "INVALID";
691
+ readonly UPDATING: "UPDATING";
692
+ readonly VALID: "VALID";
693
+ };
694
+ export type WorkloadEstimateStatus =
695
+ (typeof WorkloadEstimateStatus)[keyof typeof WorkloadEstimateStatus];
696
+ export interface CreateWorkloadEstimateResponse {
697
+ id: string | undefined;
698
+ name?: string | undefined;
699
+ createdAt?: Date | undefined;
700
+ expiresAt?: Date | undefined;
701
+ rateType?: WorkloadEstimateRateType | undefined;
702
+ rateTimestamp?: Date | undefined;
703
+ status?: WorkloadEstimateStatus | undefined;
704
+ totalCost?: number | undefined;
705
+ costCurrency?: CurrencyCode | undefined;
706
+ failureMessage?: string | undefined;
707
+ }
708
+ export interface DeleteWorkloadEstimateRequest {
709
+ identifier: string | undefined;
710
+ }
711
+ export interface DeleteWorkloadEstimateResponse {}
712
+ export interface GetWorkloadEstimateRequest {
713
+ identifier: string | undefined;
714
+ }
715
+ export interface GetWorkloadEstimateResponse {
716
+ id: string | undefined;
717
+ name?: string | undefined;
718
+ createdAt?: Date | undefined;
719
+ expiresAt?: Date | undefined;
720
+ rateType?: WorkloadEstimateRateType | undefined;
721
+ rateTimestamp?: Date | undefined;
722
+ status?: WorkloadEstimateStatus | undefined;
723
+ totalCost?: number | undefined;
724
+ costCurrency?: CurrencyCode | undefined;
725
+ failureMessage?: string | undefined;
726
+ }
727
+ export declare const ListWorkloadEstimatesFilterName: {
728
+ readonly NAME: "NAME";
729
+ readonly STATUS: "STATUS";
730
+ };
731
+ export type ListWorkloadEstimatesFilterName =
732
+ (typeof ListWorkloadEstimatesFilterName)[keyof typeof ListWorkloadEstimatesFilterName];
733
+ export interface ListWorkloadEstimatesFilter {
734
+ name: ListWorkloadEstimatesFilterName | undefined;
735
+ values: string[] | undefined;
736
+ matchOption?: MatchOption | undefined;
737
+ }
738
+ export interface ListWorkloadEstimatesRequest {
739
+ createdAtFilter?: FilterTimestamp | undefined;
740
+ expiresAtFilter?: FilterTimestamp | undefined;
741
+ filters?: ListWorkloadEstimatesFilter[] | undefined;
742
+ nextToken?: string | undefined;
743
+ maxResults?: number | undefined;
744
+ }
745
+ export interface WorkloadEstimateSummary {
746
+ id: string | undefined;
747
+ name?: string | undefined;
748
+ createdAt?: Date | undefined;
749
+ expiresAt?: Date | undefined;
750
+ rateType?: WorkloadEstimateRateType | undefined;
751
+ rateTimestamp?: Date | undefined;
752
+ status?: WorkloadEstimateStatus | undefined;
753
+ totalCost?: number | undefined;
754
+ costCurrency?: CurrencyCode | undefined;
755
+ failureMessage?: string | undefined;
756
+ }
757
+ export interface ListWorkloadEstimatesResponse {
758
+ items?: WorkloadEstimateSummary[] | undefined;
759
+ nextToken?: string | undefined;
760
+ }
761
+ export interface UpdateWorkloadEstimateRequest {
762
+ identifier: string | undefined;
763
+ name?: string | undefined;
764
+ expiresAt?: Date | undefined;
765
+ }
766
+ export interface UpdateWorkloadEstimateResponse {
767
+ id: string | undefined;
768
+ name?: string | undefined;
769
+ createdAt?: Date | undefined;
770
+ expiresAt?: Date | undefined;
771
+ rateType?: WorkloadEstimateRateType | undefined;
772
+ rateTimestamp?: Date | undefined;
773
+ status?: WorkloadEstimateStatus | undefined;
774
+ totalCost?: number | undefined;
775
+ costCurrency?: CurrencyCode | undefined;
776
+ failureMessage?: string | undefined;
777
+ }
778
+ export declare const BatchCreateWorkloadEstimateUsageCode: {
779
+ readonly BAD_REQUEST: "BAD_REQUEST";
780
+ readonly CONFLICT: "CONFLICT";
781
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
782
+ readonly NOT_FOUND: "NOT_FOUND";
783
+ };
784
+ export type BatchCreateWorkloadEstimateUsageCode =
785
+ (typeof BatchCreateWorkloadEstimateUsageCode)[keyof typeof BatchCreateWorkloadEstimateUsageCode];
786
+ export interface BatchCreateWorkloadEstimateUsageError {
787
+ key?: string | undefined;
788
+ errorCode?: BatchCreateWorkloadEstimateUsageCode | undefined;
789
+ errorMessage?: string | undefined;
790
+ }
791
+ export interface WorkloadEstimateUsageQuantity {
792
+ unit?: string | undefined;
793
+ amount?: number | undefined;
794
+ }
795
+ export declare const WorkloadEstimateCostStatus: {
796
+ readonly INVALID: "INVALID";
797
+ readonly STALE: "STALE";
798
+ readonly VALID: "VALID";
799
+ };
800
+ export type WorkloadEstimateCostStatus =
801
+ (typeof WorkloadEstimateCostStatus)[keyof typeof WorkloadEstimateCostStatus];
802
+ export interface BatchDeleteWorkloadEstimateUsageRequest {
803
+ workloadEstimateId: string | undefined;
804
+ ids: string[] | undefined;
805
+ }
806
+ export declare const WorkloadEstimateUpdateUsageErrorCode: {
807
+ readonly BAD_REQUEST: "BAD_REQUEST";
808
+ readonly CONFLICT: "CONFLICT";
809
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
810
+ readonly NOT_FOUND: "NOT_FOUND";
811
+ };
812
+ export type WorkloadEstimateUpdateUsageErrorCode =
813
+ (typeof WorkloadEstimateUpdateUsageErrorCode)[keyof typeof WorkloadEstimateUpdateUsageErrorCode];
814
+ export interface BatchDeleteWorkloadEstimateUsageError {
815
+ id?: string | undefined;
816
+ errorMessage?: string | undefined;
817
+ errorCode?: WorkloadEstimateUpdateUsageErrorCode | undefined;
818
+ }
819
+ export interface BatchDeleteWorkloadEstimateUsageResponse {
820
+ errors?: BatchDeleteWorkloadEstimateUsageError[] | undefined;
821
+ }
822
+ export interface BatchUpdateWorkloadEstimateUsageEntry {
823
+ id: string | undefined;
824
+ group?: string | undefined;
825
+ amount?: number | undefined;
826
+ }
827
+ export interface BatchUpdateWorkloadEstimateUsageRequest {
828
+ workloadEstimateId: string | undefined;
829
+ usage: BatchUpdateWorkloadEstimateUsageEntry[] | undefined;
830
+ }
831
+ export interface BatchUpdateWorkloadEstimateUsageError {
832
+ id?: string | undefined;
833
+ errorMessage?: string | undefined;
834
+ errorCode?: WorkloadEstimateUpdateUsageErrorCode | undefined;
835
+ }
836
+ export interface ListWorkloadEstimateUsageRequest {
837
+ workloadEstimateId: string | undefined;
838
+ filters?: ListUsageFilter[] | undefined;
839
+ nextToken?: string | undefined;
840
+ maxResults?: number | undefined;
841
+ }
842
+ export interface Expression {
843
+ and?: Expression[] | undefined;
844
+ or?: Expression[] | undefined;
845
+ not?: Expression | undefined;
846
+ costCategories?: ExpressionFilter | undefined;
847
+ dimensions?: ExpressionFilter | undefined;
848
+ tags?: ExpressionFilter | undefined;
849
+ }
850
+ export interface HistoricalUsageEntity {
851
+ serviceCode: string | undefined;
852
+ usageType: string | undefined;
853
+ operation: string | undefined;
854
+ location?: string | undefined;
855
+ usageAccountId: string | undefined;
856
+ billInterval: BillInterval | undefined;
857
+ filterExpression: Expression | undefined;
858
+ }
859
+ export interface BatchCreateBillScenarioUsageModificationEntry {
860
+ serviceCode: string | undefined;
861
+ usageType: string | undefined;
862
+ operation: string | undefined;
863
+ availabilityZone?: string | undefined;
864
+ key: string | undefined;
865
+ group?: string | undefined;
866
+ usageAccountId: string | undefined;
867
+ amounts?: UsageAmount[] | undefined;
868
+ historicalUsage?: HistoricalUsageEntity | undefined;
869
+ }
870
+ export interface BatchCreateBillScenarioUsageModificationItem {
871
+ serviceCode: string | undefined;
872
+ usageType: string | undefined;
873
+ operation: string | undefined;
874
+ location?: string | undefined;
875
+ availabilityZone?: string | undefined;
876
+ id?: string | undefined;
877
+ group?: string | undefined;
878
+ usageAccountId?: string | undefined;
879
+ quantities?: UsageQuantity[] | undefined;
880
+ historicalUsage?: HistoricalUsageEntity | undefined;
881
+ key?: string | undefined;
882
+ }
883
+ export interface BatchCreateWorkloadEstimateUsageEntry {
884
+ serviceCode: string | undefined;
885
+ usageType: string | undefined;
886
+ operation: string | undefined;
887
+ key: string | undefined;
888
+ group?: string | undefined;
889
+ usageAccountId: string | undefined;
890
+ amount: number | undefined;
891
+ historicalUsage?: HistoricalUsageEntity | undefined;
892
+ }
893
+ export interface BatchCreateWorkloadEstimateUsageItem {
894
+ serviceCode: string | undefined;
895
+ usageType: string | undefined;
896
+ operation: string | undefined;
897
+ location?: string | undefined;
898
+ id?: string | undefined;
899
+ usageAccountId?: string | undefined;
900
+ group?: string | undefined;
901
+ quantity?: WorkloadEstimateUsageQuantity | undefined;
902
+ cost?: number | undefined;
903
+ currency?: CurrencyCode | undefined;
904
+ status?: WorkloadEstimateCostStatus | undefined;
905
+ historicalUsage?: HistoricalUsageEntity | undefined;
906
+ key?: string | undefined;
907
+ }
908
+ export interface BillEstimateInputUsageModificationSummary {
909
+ serviceCode: string | undefined;
910
+ usageType: string | undefined;
911
+ operation: string | undefined;
912
+ location?: string | undefined;
913
+ availabilityZone?: string | undefined;
914
+ id?: string | undefined;
915
+ group?: string | undefined;
916
+ usageAccountId?: string | undefined;
917
+ quantities?: UsageQuantity[] | undefined;
918
+ historicalUsage?: HistoricalUsageEntity | undefined;
919
+ }
920
+ export interface BillScenarioUsageModificationItem {
921
+ serviceCode: string | undefined;
922
+ usageType: string | undefined;
923
+ operation: string | undefined;
924
+ location?: string | undefined;
925
+ availabilityZone?: string | undefined;
926
+ id?: string | undefined;
927
+ group?: string | undefined;
928
+ usageAccountId?: string | undefined;
929
+ quantities?: UsageQuantity[] | undefined;
930
+ historicalUsage?: HistoricalUsageEntity | undefined;
931
+ }
932
+ export interface WorkloadEstimateUsageItem {
933
+ serviceCode: string | undefined;
934
+ usageType: string | undefined;
935
+ operation: string | undefined;
936
+ location?: string | undefined;
937
+ id?: string | undefined;
938
+ usageAccountId?: string | undefined;
939
+ group?: string | undefined;
940
+ quantity?: WorkloadEstimateUsageQuantity | undefined;
941
+ cost?: number | undefined;
942
+ currency?: CurrencyCode | undefined;
943
+ status?: WorkloadEstimateCostStatus | undefined;
944
+ historicalUsage?: HistoricalUsageEntity | undefined;
945
+ }
946
+ export interface BatchCreateBillScenarioUsageModificationRequest {
947
+ billScenarioId: string | undefined;
948
+ usageModifications:
949
+ | BatchCreateBillScenarioUsageModificationEntry[]
950
+ | undefined;
951
+ clientToken?: string | undefined;
952
+ }
953
+ export interface BatchCreateBillScenarioUsageModificationResponse {
954
+ items?: BatchCreateBillScenarioUsageModificationItem[] | undefined;
955
+ errors?: BatchCreateBillScenarioUsageModificationError[] | undefined;
956
+ }
957
+ export interface BatchCreateWorkloadEstimateUsageRequest {
958
+ workloadEstimateId: string | undefined;
959
+ usage: BatchCreateWorkloadEstimateUsageEntry[] | undefined;
960
+ clientToken?: string | undefined;
961
+ }
962
+ export interface BatchCreateWorkloadEstimateUsageResponse {
963
+ items?: BatchCreateWorkloadEstimateUsageItem[] | undefined;
964
+ errors?: BatchCreateWorkloadEstimateUsageError[] | undefined;
965
+ }
966
+ export interface BatchUpdateBillScenarioUsageModificationResponse {
967
+ items?: BillScenarioUsageModificationItem[] | undefined;
968
+ errors?: BatchUpdateBillScenarioUsageModificationError[] | undefined;
969
+ }
970
+ export interface BatchUpdateWorkloadEstimateUsageResponse {
971
+ items?: WorkloadEstimateUsageItem[] | undefined;
972
+ errors?: BatchUpdateWorkloadEstimateUsageError[] | undefined;
973
+ }
974
+ export interface ListBillEstimateInputUsageModificationsResponse {
975
+ items?: BillEstimateInputUsageModificationSummary[] | undefined;
976
+ nextToken?: string | undefined;
977
+ }
978
+ export interface ListBillScenarioUsageModificationsResponse {
979
+ items?: BillScenarioUsageModificationItem[] | undefined;
980
+ nextToken?: string | undefined;
981
+ }
982
+ export interface ListWorkloadEstimateUsageResponse {
983
+ items?: WorkloadEstimateUsageItem[] | undefined;
984
+ nextToken?: string | undefined;
985
+ }