@azure/arm-costmanagement 1.0.0-beta.1 → 1.0.0-beta.2

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 (1061) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/costManagementClient.d.ts +33 -0
  5. package/dist/browser/costManagementClient.d.ts.map +1 -0
  6. package/dist/browser/costManagementClient.js +129 -0
  7. package/dist/browser/costManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.js +3841 -0
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/dist/browser/models/parameters.js +378 -0
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/dist/browser/operations/alerts.d.ts +86 -0
  21. package/dist/browser/operations/alerts.d.ts.map +1 -0
  22. package/dist/browser/operations/alerts.js +175 -0
  23. package/dist/browser/operations/alerts.js.map +1 -0
  24. package/dist/browser/operations/benefitRecommendations.d.ts +50 -0
  25. package/dist/browser/operations/benefitRecommendations.d.ts.map +1 -0
  26. package/dist/browser/operations/benefitRecommendations.js +143 -0
  27. package/dist/browser/operations/benefitRecommendations.js.map +1 -0
  28. package/dist/browser/operations/benefitUtilizationSummaries.d.ts +108 -0
  29. package/dist/browser/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  30. package/dist/browser/operations/benefitUtilizationSummaries.js +450 -0
  31. package/dist/browser/operations/benefitUtilizationSummaries.js.map +1 -0
  32. package/dist/browser/operations/dimensions.d.ts +78 -0
  33. package/dist/browser/operations/dimensions.d.ts.map +1 -0
  34. package/dist/browser/operations/dimensions.js +190 -0
  35. package/dist/browser/operations/dimensions.js.map +1 -0
  36. package/dist/browser/operations/exports.d.ts +141 -0
  37. package/dist/browser/operations/exports.d.ts.map +1 -0
  38. package/dist/browser/operations/exports.js +261 -0
  39. package/dist/browser/operations/exports.js.map +1 -0
  40. package/dist/browser/operations/forecast.d.ts +45 -0
  41. package/dist/browser/operations/forecast.d.ts.map +1 -0
  42. package/dist/browser/operations/forecast.js +106 -0
  43. package/dist/browser/operations/forecast.js.map +1 -0
  44. package/dist/browser/operations/generateCostDetailsReport.d.ts +70 -0
  45. package/dist/browser/operations/generateCostDetailsReport.d.ts.map +1 -0
  46. package/dist/browser/operations/generateCostDetailsReport.js +220 -0
  47. package/dist/browser/operations/generateCostDetailsReport.js.map +1 -0
  48. package/dist/browser/operations/generateDetailedCostReport.d.ts +38 -0
  49. package/dist/browser/operations/generateDetailedCostReport.d.ts.map +1 -0
  50. package/dist/browser/operations/generateDetailedCostReport.js +120 -0
  51. package/dist/browser/operations/generateDetailedCostReport.js.map +1 -0
  52. package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  53. package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  54. package/dist/browser/operations/generateDetailedCostReportOperationResults.js +111 -0
  55. package/dist/browser/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  56. package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  57. package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  58. package/dist/browser/operations/generateDetailedCostReportOperationStatus.js +51 -0
  59. package/dist/browser/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  60. package/dist/browser/operations/generateReservationDetailsReport.d.ts +60 -0
  61. package/dist/browser/operations/generateReservationDetailsReport.d.ts.map +1 -0
  62. package/dist/browser/operations/generateReservationDetailsReport.js +220 -0
  63. package/dist/browser/operations/generateReservationDetailsReport.js.map +1 -0
  64. package/dist/browser/operations/index.d.ts +17 -0
  65. package/dist/browser/operations/index.d.ts.map +1 -0
  66. package/dist/browser/operations/index.js +24 -0
  67. package/dist/browser/operations/index.js.map +1 -0
  68. package/dist/browser/operations/operations.d.ts +32 -0
  69. package/dist/browser/operations/operations.d.ts.map +1 -0
  70. package/dist/browser/operations/operations.js +116 -0
  71. package/dist/browser/operations/operations.js.map +1 -0
  72. package/dist/browser/operations/priceSheet.d.ts +54 -0
  73. package/dist/browser/operations/priceSheet.d.ts.map +1 -0
  74. package/dist/browser/operations/priceSheet.js +211 -0
  75. package/dist/browser/operations/priceSheet.js.map +1 -0
  76. package/dist/browser/operations/query.d.ts +45 -0
  77. package/dist/browser/operations/query.d.ts.map +1 -0
  78. package/dist/browser/operations/query.js +106 -0
  79. package/dist/browser/operations/query.js.map +1 -0
  80. package/dist/browser/operations/scheduledActions.d.ts +240 -0
  81. package/dist/browser/operations/scheduledActions.d.ts.map +1 -0
  82. package/dist/browser/operations/scheduledActions.js +592 -0
  83. package/dist/browser/operations/scheduledActions.js.map +1 -0
  84. package/dist/browser/operations/views.d.ts +194 -0
  85. package/dist/browser/operations/views.d.ts.map +1 -0
  86. package/dist/browser/operations/views.js +466 -0
  87. package/dist/browser/operations/views.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/alerts.d.ts +78 -0
  89. package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  92. package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/benefitRecommendations.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  95. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  97. package/dist/browser/operationsInterfaces/dimensions.d.ts +36 -0
  98. package/dist/browser/operationsInterfaces/dimensions.d.ts.map +1 -0
  99. package/dist/browser/operationsInterfaces/dimensions.js.map +1 -0
  100. package/dist/browser/operationsInterfaces/exports.d.ts +133 -0
  101. package/dist/browser/operationsInterfaces/exports.d.ts.map +1 -0
  102. package/dist/browser/operationsInterfaces/exports.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/forecast.d.ts +37 -0
  104. package/dist/browser/operationsInterfaces/forecast.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/forecast.js.map +1 -0
  106. package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  107. package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  110. package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  112. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  113. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  114. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  115. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  116. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  117. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  118. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  119. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  120. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  121. package/dist/browser/operationsInterfaces/index.d.ts +17 -0
  122. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  123. package/dist/browser/operationsInterfaces/index.js +24 -0
  124. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  125. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  126. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  127. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  128. package/dist/browser/operationsInterfaces/priceSheet.d.ts +46 -0
  129. package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
  130. package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
  131. package/dist/browser/operationsInterfaces/query.d.ts +37 -0
  132. package/dist/browser/operationsInterfaces/query.d.ts.map +1 -0
  133. package/dist/browser/operationsInterfaces/query.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/scheduledActions.d.ts +174 -0
  135. package/dist/browser/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/scheduledActions.js.map +1 -0
  137. package/dist/browser/operationsInterfaces/views.d.ts +126 -0
  138. package/dist/browser/operationsInterfaces/views.d.ts.map +1 -0
  139. package/dist/browser/operationsInterfaces/views.js.map +1 -0
  140. package/dist/browser/package.json +3 -0
  141. package/dist/browser/pagingHelper.js +30 -0
  142. package/dist/browser/pagingHelper.js.map +1 -0
  143. package/dist/commonjs/costManagementClient.d.ts +33 -0
  144. package/dist/commonjs/costManagementClient.d.ts.map +1 -0
  145. package/dist/commonjs/costManagementClient.js +134 -0
  146. package/dist/commonjs/costManagementClient.js.map +1 -0
  147. package/dist/commonjs/index.d.ts +5 -0
  148. package/dist/commonjs/index.d.ts.map +1 -0
  149. package/dist/commonjs/index.js +19 -0
  150. package/dist/commonjs/index.js.map +1 -0
  151. package/dist/commonjs/lroImpl.d.ts +11 -0
  152. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  153. package/dist/commonjs/lroImpl.js +21 -0
  154. package/dist/commonjs/lroImpl.js.map +1 -0
  155. package/dist/commonjs/models/index.d.ts +2991 -0
  156. package/dist/commonjs/models/index.d.ts.map +1 -0
  157. package/dist/commonjs/models/index.js +610 -0
  158. package/dist/commonjs/models/index.js.map +1 -0
  159. package/dist/commonjs/models/mappers.d.ts +118 -0
  160. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  161. package/dist/commonjs/models/mappers.js +3846 -0
  162. package/dist/commonjs/models/mappers.js.map +1 -0
  163. package/dist/commonjs/models/parameters.d.ts +43 -0
  164. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  165. package/dist/commonjs/models/parameters.js +381 -0
  166. package/dist/commonjs/models/parameters.js.map +1 -0
  167. package/dist/commonjs/operations/alerts.d.ts +86 -0
  168. package/dist/commonjs/operations/alerts.d.ts.map +1 -0
  169. package/dist/commonjs/operations/alerts.js +180 -0
  170. package/dist/commonjs/operations/alerts.js.map +1 -0
  171. package/dist/commonjs/operations/benefitRecommendations.d.ts +50 -0
  172. package/dist/commonjs/operations/benefitRecommendations.d.ts.map +1 -0
  173. package/dist/commonjs/operations/benefitRecommendations.js +148 -0
  174. package/dist/commonjs/operations/benefitRecommendations.js.map +1 -0
  175. package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts +108 -0
  176. package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  177. package/dist/commonjs/operations/benefitUtilizationSummaries.js +455 -0
  178. package/dist/commonjs/operations/benefitUtilizationSummaries.js.map +1 -0
  179. package/dist/commonjs/operations/dimensions.d.ts +78 -0
  180. package/dist/commonjs/operations/dimensions.d.ts.map +1 -0
  181. package/dist/commonjs/operations/dimensions.js +195 -0
  182. package/dist/commonjs/operations/dimensions.js.map +1 -0
  183. package/dist/commonjs/operations/exports.d.ts +141 -0
  184. package/dist/commonjs/operations/exports.d.ts.map +1 -0
  185. package/dist/commonjs/operations/exports.js +266 -0
  186. package/dist/commonjs/operations/exports.js.map +1 -0
  187. package/dist/commonjs/operations/forecast.d.ts +45 -0
  188. package/dist/commonjs/operations/forecast.d.ts.map +1 -0
  189. package/dist/commonjs/operations/forecast.js +111 -0
  190. package/dist/commonjs/operations/forecast.js.map +1 -0
  191. package/dist/commonjs/operations/generateCostDetailsReport.d.ts +70 -0
  192. package/dist/commonjs/operations/generateCostDetailsReport.d.ts.map +1 -0
  193. package/dist/commonjs/operations/generateCostDetailsReport.js +225 -0
  194. package/dist/commonjs/operations/generateCostDetailsReport.js.map +1 -0
  195. package/dist/commonjs/operations/generateDetailedCostReport.d.ts +38 -0
  196. package/dist/commonjs/operations/generateDetailedCostReport.d.ts.map +1 -0
  197. package/dist/commonjs/operations/generateDetailedCostReport.js +125 -0
  198. package/dist/commonjs/operations/generateDetailedCostReport.js.map +1 -0
  199. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  200. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  201. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js +116 -0
  202. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  203. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  204. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  205. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js +56 -0
  206. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  207. package/dist/commonjs/operations/generateReservationDetailsReport.d.ts +60 -0
  208. package/dist/commonjs/operations/generateReservationDetailsReport.d.ts.map +1 -0
  209. package/dist/commonjs/operations/generateReservationDetailsReport.js +225 -0
  210. package/dist/commonjs/operations/generateReservationDetailsReport.js.map +1 -0
  211. package/dist/commonjs/operations/index.d.ts +17 -0
  212. package/dist/commonjs/operations/index.d.ts.map +1 -0
  213. package/dist/commonjs/operations/index.js +27 -0
  214. package/dist/commonjs/operations/index.js.map +1 -0
  215. package/dist/commonjs/operations/operations.d.ts +32 -0
  216. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  217. package/dist/commonjs/operations/operations.js +121 -0
  218. package/dist/commonjs/operations/operations.js.map +1 -0
  219. package/dist/commonjs/operations/priceSheet.d.ts +54 -0
  220. package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
  221. package/dist/commonjs/operations/priceSheet.js +216 -0
  222. package/dist/commonjs/operations/priceSheet.js.map +1 -0
  223. package/dist/commonjs/operations/query.d.ts +45 -0
  224. package/dist/commonjs/operations/query.d.ts.map +1 -0
  225. package/dist/commonjs/operations/query.js +111 -0
  226. package/dist/commonjs/operations/query.js.map +1 -0
  227. package/dist/commonjs/operations/scheduledActions.d.ts +240 -0
  228. package/dist/commonjs/operations/scheduledActions.d.ts.map +1 -0
  229. package/dist/commonjs/operations/scheduledActions.js +597 -0
  230. package/dist/commonjs/operations/scheduledActions.js.map +1 -0
  231. package/dist/commonjs/operations/views.d.ts +194 -0
  232. package/dist/commonjs/operations/views.d.ts.map +1 -0
  233. package/dist/commonjs/operations/views.js +471 -0
  234. package/dist/commonjs/operations/views.js.map +1 -0
  235. package/dist/commonjs/operationsInterfaces/alerts.d.ts +78 -0
  236. package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
  237. package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
  238. package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
  239. package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  240. package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  241. package/dist/commonjs/operationsInterfaces/benefitRecommendations.js +10 -0
  242. package/dist/commonjs/operationsInterfaces/benefitRecommendations.js.map +1 -0
  243. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  244. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  245. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js +10 -0
  246. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  247. package/dist/commonjs/operationsInterfaces/dimensions.d.ts +36 -0
  248. package/dist/commonjs/operationsInterfaces/dimensions.d.ts.map +1 -0
  249. package/dist/commonjs/operationsInterfaces/dimensions.js +10 -0
  250. package/dist/commonjs/operationsInterfaces/dimensions.js.map +1 -0
  251. package/dist/commonjs/operationsInterfaces/exports.d.ts +133 -0
  252. package/dist/commonjs/operationsInterfaces/exports.d.ts.map +1 -0
  253. package/dist/commonjs/operationsInterfaces/exports.js +10 -0
  254. package/dist/commonjs/operationsInterfaces/exports.js.map +1 -0
  255. package/dist/commonjs/operationsInterfaces/forecast.d.ts +37 -0
  256. package/dist/commonjs/operationsInterfaces/forecast.d.ts.map +1 -0
  257. package/dist/commonjs/operationsInterfaces/forecast.js +10 -0
  258. package/dist/commonjs/operationsInterfaces/forecast.js.map +1 -0
  259. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  260. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  261. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js +10 -0
  262. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  263. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  264. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  265. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js +10 -0
  266. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  267. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  268. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  269. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js +10 -0
  270. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  271. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  272. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  273. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js +10 -0
  274. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  275. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  276. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  277. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js +10 -0
  278. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  279. package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
  280. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  281. package/dist/commonjs/operationsInterfaces/index.js +27 -0
  282. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  283. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  284. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  285. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  286. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  287. package/dist/commonjs/operationsInterfaces/priceSheet.d.ts +46 -0
  288. package/dist/commonjs/operationsInterfaces/priceSheet.d.ts.map +1 -0
  289. package/dist/commonjs/operationsInterfaces/priceSheet.js +10 -0
  290. package/dist/commonjs/operationsInterfaces/priceSheet.js.map +1 -0
  291. package/dist/commonjs/operationsInterfaces/query.d.ts +37 -0
  292. package/dist/commonjs/operationsInterfaces/query.d.ts.map +1 -0
  293. package/dist/commonjs/operationsInterfaces/query.js +10 -0
  294. package/dist/commonjs/operationsInterfaces/query.js.map +1 -0
  295. package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts +174 -0
  296. package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  297. package/dist/commonjs/operationsInterfaces/scheduledActions.js +10 -0
  298. package/dist/commonjs/operationsInterfaces/scheduledActions.js.map +1 -0
  299. package/dist/commonjs/operationsInterfaces/views.d.ts +126 -0
  300. package/dist/commonjs/operationsInterfaces/views.d.ts.map +1 -0
  301. package/dist/commonjs/operationsInterfaces/views.js +10 -0
  302. package/dist/commonjs/operationsInterfaces/views.js.map +1 -0
  303. package/dist/commonjs/package.json +3 -0
  304. package/dist/commonjs/pagingHelper.d.ts +13 -0
  305. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  306. package/dist/commonjs/pagingHelper.js +34 -0
  307. package/dist/commonjs/pagingHelper.js.map +1 -0
  308. package/dist/commonjs/tsdoc-metadata.json +11 -0
  309. package/dist/esm/costManagementClient.d.ts +33 -0
  310. package/dist/esm/costManagementClient.d.ts.map +1 -0
  311. package/dist/esm/costManagementClient.js +129 -0
  312. package/dist/esm/costManagementClient.js.map +1 -0
  313. package/dist/esm/index.d.ts +5 -0
  314. package/dist/esm/index.d.ts.map +1 -0
  315. package/dist/esm/index.js +13 -0
  316. package/dist/esm/index.js.map +1 -0
  317. package/dist/esm/lroImpl.d.ts +11 -0
  318. package/dist/esm/lroImpl.d.ts.map +1 -0
  319. package/dist/esm/lroImpl.js +18 -0
  320. package/dist/esm/lroImpl.js.map +1 -0
  321. package/dist/esm/models/index.d.ts +2991 -0
  322. package/dist/esm/models/index.d.ts.map +1 -0
  323. package/dist/esm/models/index.js +606 -0
  324. package/dist/esm/models/index.js.map +1 -0
  325. package/dist/esm/models/mappers.d.ts +118 -0
  326. package/dist/esm/models/mappers.d.ts.map +1 -0
  327. package/dist/esm/models/mappers.js +3841 -0
  328. package/dist/esm/models/mappers.js.map +1 -0
  329. package/dist/esm/models/parameters.d.ts +43 -0
  330. package/dist/esm/models/parameters.d.ts.map +1 -0
  331. package/dist/esm/models/parameters.js +378 -0
  332. package/dist/esm/models/parameters.js.map +1 -0
  333. package/dist/esm/operations/alerts.d.ts +86 -0
  334. package/dist/esm/operations/alerts.d.ts.map +1 -0
  335. package/dist/esm/operations/alerts.js +175 -0
  336. package/dist/esm/operations/alerts.js.map +1 -0
  337. package/dist/esm/operations/benefitRecommendations.d.ts +50 -0
  338. package/dist/esm/operations/benefitRecommendations.d.ts.map +1 -0
  339. package/dist/esm/operations/benefitRecommendations.js +143 -0
  340. package/dist/esm/operations/benefitRecommendations.js.map +1 -0
  341. package/dist/esm/operations/benefitUtilizationSummaries.d.ts +108 -0
  342. package/dist/esm/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  343. package/dist/esm/operations/benefitUtilizationSummaries.js +450 -0
  344. package/dist/esm/operations/benefitUtilizationSummaries.js.map +1 -0
  345. package/dist/esm/operations/dimensions.d.ts +78 -0
  346. package/dist/esm/operations/dimensions.d.ts.map +1 -0
  347. package/dist/esm/operations/dimensions.js +190 -0
  348. package/dist/esm/operations/dimensions.js.map +1 -0
  349. package/dist/esm/operations/exports.d.ts +141 -0
  350. package/dist/esm/operations/exports.d.ts.map +1 -0
  351. package/dist/esm/operations/exports.js +261 -0
  352. package/dist/esm/operations/exports.js.map +1 -0
  353. package/dist/esm/operations/forecast.d.ts +45 -0
  354. package/dist/esm/operations/forecast.d.ts.map +1 -0
  355. package/dist/esm/operations/forecast.js +106 -0
  356. package/dist/esm/operations/forecast.js.map +1 -0
  357. package/dist/esm/operations/generateCostDetailsReport.d.ts +70 -0
  358. package/dist/esm/operations/generateCostDetailsReport.d.ts.map +1 -0
  359. package/dist/esm/operations/generateCostDetailsReport.js +220 -0
  360. package/dist/esm/operations/generateCostDetailsReport.js.map +1 -0
  361. package/dist/esm/operations/generateDetailedCostReport.d.ts +38 -0
  362. package/dist/esm/operations/generateDetailedCostReport.d.ts.map +1 -0
  363. package/dist/esm/operations/generateDetailedCostReport.js +120 -0
  364. package/dist/esm/operations/generateDetailedCostReport.js.map +1 -0
  365. package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  366. package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  367. package/dist/esm/operations/generateDetailedCostReportOperationResults.js +111 -0
  368. package/dist/esm/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  369. package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  370. package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  371. package/dist/esm/operations/generateDetailedCostReportOperationStatus.js +51 -0
  372. package/dist/esm/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  373. package/dist/esm/operations/generateReservationDetailsReport.d.ts +60 -0
  374. package/dist/esm/operations/generateReservationDetailsReport.d.ts.map +1 -0
  375. package/dist/esm/operations/generateReservationDetailsReport.js +220 -0
  376. package/dist/esm/operations/generateReservationDetailsReport.js.map +1 -0
  377. package/dist/esm/operations/index.d.ts +17 -0
  378. package/dist/esm/operations/index.d.ts.map +1 -0
  379. package/dist/esm/operations/index.js +24 -0
  380. package/dist/esm/operations/index.js.map +1 -0
  381. package/dist/esm/operations/operations.d.ts +32 -0
  382. package/dist/esm/operations/operations.d.ts.map +1 -0
  383. package/dist/esm/operations/operations.js +116 -0
  384. package/dist/esm/operations/operations.js.map +1 -0
  385. package/dist/esm/operations/priceSheet.d.ts +54 -0
  386. package/dist/esm/operations/priceSheet.d.ts.map +1 -0
  387. package/dist/esm/operations/priceSheet.js +211 -0
  388. package/dist/esm/operations/priceSheet.js.map +1 -0
  389. package/dist/esm/operations/query.d.ts +45 -0
  390. package/dist/esm/operations/query.d.ts.map +1 -0
  391. package/dist/esm/operations/query.js +106 -0
  392. package/dist/esm/operations/query.js.map +1 -0
  393. package/dist/esm/operations/scheduledActions.d.ts +240 -0
  394. package/dist/esm/operations/scheduledActions.d.ts.map +1 -0
  395. package/dist/esm/operations/scheduledActions.js +592 -0
  396. package/dist/esm/operations/scheduledActions.js.map +1 -0
  397. package/dist/esm/operations/views.d.ts +194 -0
  398. package/dist/esm/operations/views.d.ts.map +1 -0
  399. package/dist/esm/operations/views.js +466 -0
  400. package/dist/esm/operations/views.js.map +1 -0
  401. package/dist/esm/operationsInterfaces/alerts.d.ts +78 -0
  402. package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
  403. package/dist/esm/operationsInterfaces/alerts.js +9 -0
  404. package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
  405. package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  406. package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  407. package/dist/esm/operationsInterfaces/benefitRecommendations.js +9 -0
  408. package/dist/esm/operationsInterfaces/benefitRecommendations.js.map +1 -0
  409. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  410. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  411. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
  412. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  413. package/dist/esm/operationsInterfaces/dimensions.d.ts +36 -0
  414. package/dist/esm/operationsInterfaces/dimensions.d.ts.map +1 -0
  415. package/dist/esm/operationsInterfaces/dimensions.js +9 -0
  416. package/dist/esm/operationsInterfaces/dimensions.js.map +1 -0
  417. package/dist/esm/operationsInterfaces/exports.d.ts +133 -0
  418. package/dist/esm/operationsInterfaces/exports.d.ts.map +1 -0
  419. package/dist/esm/operationsInterfaces/exports.js +9 -0
  420. package/dist/esm/operationsInterfaces/exports.js.map +1 -0
  421. package/dist/esm/operationsInterfaces/forecast.d.ts +37 -0
  422. package/dist/esm/operationsInterfaces/forecast.d.ts.map +1 -0
  423. package/dist/esm/operationsInterfaces/forecast.js +9 -0
  424. package/dist/esm/operationsInterfaces/forecast.js.map +1 -0
  425. package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  426. package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  427. package/dist/esm/operationsInterfaces/generateCostDetailsReport.js +9 -0
  428. package/dist/esm/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  429. package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  430. package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  431. package/dist/esm/operationsInterfaces/generateDetailedCostReport.js +9 -0
  432. package/dist/esm/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  433. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  434. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  435. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
  436. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  437. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  438. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  439. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
  440. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  441. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  442. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  443. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js +9 -0
  444. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  445. package/dist/esm/operationsInterfaces/index.d.ts +17 -0
  446. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  447. package/dist/esm/operationsInterfaces/index.js +24 -0
  448. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  449. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  450. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  451. package/dist/esm/operationsInterfaces/operations.js +9 -0
  452. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  453. package/dist/esm/operationsInterfaces/priceSheet.d.ts +46 -0
  454. package/dist/esm/operationsInterfaces/priceSheet.d.ts.map +1 -0
  455. package/dist/esm/operationsInterfaces/priceSheet.js +9 -0
  456. package/dist/esm/operationsInterfaces/priceSheet.js.map +1 -0
  457. package/dist/esm/operationsInterfaces/query.d.ts +37 -0
  458. package/dist/esm/operationsInterfaces/query.d.ts.map +1 -0
  459. package/dist/esm/operationsInterfaces/query.js +9 -0
  460. package/dist/esm/operationsInterfaces/query.js.map +1 -0
  461. package/dist/esm/operationsInterfaces/scheduledActions.d.ts +174 -0
  462. package/dist/esm/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  463. package/dist/esm/operationsInterfaces/scheduledActions.js +9 -0
  464. package/dist/esm/operationsInterfaces/scheduledActions.js.map +1 -0
  465. package/dist/esm/operationsInterfaces/views.d.ts +126 -0
  466. package/dist/esm/operationsInterfaces/views.d.ts.map +1 -0
  467. package/dist/esm/operationsInterfaces/views.js +9 -0
  468. package/dist/esm/operationsInterfaces/views.js.map +1 -0
  469. package/dist/esm/package.json +3 -0
  470. package/dist/esm/pagingHelper.d.ts +13 -0
  471. package/dist/esm/pagingHelper.d.ts.map +1 -0
  472. package/dist/esm/pagingHelper.js +30 -0
  473. package/dist/esm/pagingHelper.js.map +1 -0
  474. package/dist/react-native/costManagementClient.d.ts +33 -0
  475. package/dist/react-native/costManagementClient.d.ts.map +1 -0
  476. package/dist/react-native/costManagementClient.js +129 -0
  477. package/dist/react-native/costManagementClient.js.map +1 -0
  478. package/dist/react-native/index.d.ts +5 -0
  479. package/dist/react-native/index.d.ts.map +1 -0
  480. package/dist/react-native/index.js +13 -0
  481. package/dist/react-native/index.js.map +1 -0
  482. package/dist/react-native/lroImpl.d.ts +11 -0
  483. package/dist/react-native/lroImpl.d.ts.map +1 -0
  484. package/dist/react-native/lroImpl.js +18 -0
  485. package/dist/react-native/lroImpl.js.map +1 -0
  486. package/dist/react-native/models/index.d.ts +2991 -0
  487. package/dist/react-native/models/index.d.ts.map +1 -0
  488. package/dist/react-native/models/index.js +606 -0
  489. package/dist/react-native/models/index.js.map +1 -0
  490. package/dist/react-native/models/mappers.d.ts +118 -0
  491. package/dist/react-native/models/mappers.d.ts.map +1 -0
  492. package/dist/react-native/models/mappers.js +3841 -0
  493. package/dist/react-native/models/mappers.js.map +1 -0
  494. package/dist/react-native/models/parameters.d.ts +43 -0
  495. package/dist/react-native/models/parameters.d.ts.map +1 -0
  496. package/dist/react-native/models/parameters.js +378 -0
  497. package/dist/react-native/models/parameters.js.map +1 -0
  498. package/dist/react-native/operations/alerts.d.ts +86 -0
  499. package/dist/react-native/operations/alerts.d.ts.map +1 -0
  500. package/dist/react-native/operations/alerts.js +175 -0
  501. package/dist/react-native/operations/alerts.js.map +1 -0
  502. package/dist/react-native/operations/benefitRecommendations.d.ts +50 -0
  503. package/dist/react-native/operations/benefitRecommendations.d.ts.map +1 -0
  504. package/dist/react-native/operations/benefitRecommendations.js +143 -0
  505. package/dist/react-native/operations/benefitRecommendations.js.map +1 -0
  506. package/dist/react-native/operations/benefitUtilizationSummaries.d.ts +108 -0
  507. package/dist/react-native/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  508. package/dist/react-native/operations/benefitUtilizationSummaries.js +450 -0
  509. package/dist/react-native/operations/benefitUtilizationSummaries.js.map +1 -0
  510. package/dist/react-native/operations/dimensions.d.ts +78 -0
  511. package/dist/react-native/operations/dimensions.d.ts.map +1 -0
  512. package/dist/react-native/operations/dimensions.js +190 -0
  513. package/dist/react-native/operations/dimensions.js.map +1 -0
  514. package/dist/react-native/operations/exports.d.ts +141 -0
  515. package/dist/react-native/operations/exports.d.ts.map +1 -0
  516. package/dist/react-native/operations/exports.js +261 -0
  517. package/dist/react-native/operations/exports.js.map +1 -0
  518. package/dist/react-native/operations/forecast.d.ts +45 -0
  519. package/dist/react-native/operations/forecast.d.ts.map +1 -0
  520. package/dist/react-native/operations/forecast.js +106 -0
  521. package/dist/react-native/operations/forecast.js.map +1 -0
  522. package/dist/react-native/operations/generateCostDetailsReport.d.ts +70 -0
  523. package/dist/react-native/operations/generateCostDetailsReport.d.ts.map +1 -0
  524. package/dist/react-native/operations/generateCostDetailsReport.js +220 -0
  525. package/dist/react-native/operations/generateCostDetailsReport.js.map +1 -0
  526. package/dist/react-native/operations/generateDetailedCostReport.d.ts +38 -0
  527. package/dist/react-native/operations/generateDetailedCostReport.d.ts.map +1 -0
  528. package/dist/react-native/operations/generateDetailedCostReport.js +120 -0
  529. package/dist/react-native/operations/generateDetailedCostReport.js.map +1 -0
  530. package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  531. package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  532. package/dist/react-native/operations/generateDetailedCostReportOperationResults.js +111 -0
  533. package/dist/react-native/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  534. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  535. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  536. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js +51 -0
  537. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  538. package/dist/react-native/operations/generateReservationDetailsReport.d.ts +60 -0
  539. package/dist/react-native/operations/generateReservationDetailsReport.d.ts.map +1 -0
  540. package/dist/react-native/operations/generateReservationDetailsReport.js +220 -0
  541. package/dist/react-native/operations/generateReservationDetailsReport.js.map +1 -0
  542. package/dist/react-native/operations/index.d.ts +17 -0
  543. package/dist/react-native/operations/index.d.ts.map +1 -0
  544. package/dist/react-native/operations/index.js +24 -0
  545. package/dist/react-native/operations/index.js.map +1 -0
  546. package/dist/react-native/operations/operations.d.ts +32 -0
  547. package/dist/react-native/operations/operations.d.ts.map +1 -0
  548. package/dist/react-native/operations/operations.js +116 -0
  549. package/dist/react-native/operations/operations.js.map +1 -0
  550. package/dist/react-native/operations/priceSheet.d.ts +54 -0
  551. package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
  552. package/dist/react-native/operations/priceSheet.js +211 -0
  553. package/dist/react-native/operations/priceSheet.js.map +1 -0
  554. package/dist/react-native/operations/query.d.ts +45 -0
  555. package/dist/react-native/operations/query.d.ts.map +1 -0
  556. package/dist/react-native/operations/query.js +106 -0
  557. package/dist/react-native/operations/query.js.map +1 -0
  558. package/dist/react-native/operations/scheduledActions.d.ts +240 -0
  559. package/dist/react-native/operations/scheduledActions.d.ts.map +1 -0
  560. package/dist/react-native/operations/scheduledActions.js +592 -0
  561. package/dist/react-native/operations/scheduledActions.js.map +1 -0
  562. package/dist/react-native/operations/views.d.ts +194 -0
  563. package/dist/react-native/operations/views.d.ts.map +1 -0
  564. package/dist/react-native/operations/views.js +466 -0
  565. package/dist/react-native/operations/views.js.map +1 -0
  566. package/dist/react-native/operationsInterfaces/alerts.d.ts +78 -0
  567. package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
  568. package/dist/react-native/operationsInterfaces/alerts.js +9 -0
  569. package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
  570. package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  571. package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  572. package/dist/react-native/operationsInterfaces/benefitRecommendations.js +9 -0
  573. package/dist/react-native/operationsInterfaces/benefitRecommendations.js.map +1 -0
  574. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  575. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  576. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
  577. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  578. package/dist/react-native/operationsInterfaces/dimensions.d.ts +36 -0
  579. package/dist/react-native/operationsInterfaces/dimensions.d.ts.map +1 -0
  580. package/dist/react-native/operationsInterfaces/dimensions.js +9 -0
  581. package/dist/react-native/operationsInterfaces/dimensions.js.map +1 -0
  582. package/dist/react-native/operationsInterfaces/exports.d.ts +133 -0
  583. package/dist/react-native/operationsInterfaces/exports.d.ts.map +1 -0
  584. package/dist/react-native/operationsInterfaces/exports.js +9 -0
  585. package/dist/react-native/operationsInterfaces/exports.js.map +1 -0
  586. package/dist/react-native/operationsInterfaces/forecast.d.ts +37 -0
  587. package/dist/react-native/operationsInterfaces/forecast.d.ts.map +1 -0
  588. package/dist/react-native/operationsInterfaces/forecast.js +9 -0
  589. package/dist/react-native/operationsInterfaces/forecast.js.map +1 -0
  590. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  591. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  592. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js +9 -0
  593. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  594. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  595. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  596. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js +9 -0
  597. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  598. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  599. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  600. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
  601. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  602. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  603. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  604. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
  605. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  606. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  607. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  608. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js +9 -0
  609. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  610. package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
  611. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  612. package/dist/react-native/operationsInterfaces/index.js +24 -0
  613. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  614. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  615. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  616. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  617. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  618. package/dist/react-native/operationsInterfaces/priceSheet.d.ts +46 -0
  619. package/dist/react-native/operationsInterfaces/priceSheet.d.ts.map +1 -0
  620. package/dist/react-native/operationsInterfaces/priceSheet.js +9 -0
  621. package/dist/react-native/operationsInterfaces/priceSheet.js.map +1 -0
  622. package/dist/react-native/operationsInterfaces/query.d.ts +37 -0
  623. package/dist/react-native/operationsInterfaces/query.d.ts.map +1 -0
  624. package/dist/react-native/operationsInterfaces/query.js +9 -0
  625. package/dist/react-native/operationsInterfaces/query.js.map +1 -0
  626. package/dist/react-native/operationsInterfaces/scheduledActions.d.ts +174 -0
  627. package/dist/react-native/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  628. package/dist/react-native/operationsInterfaces/scheduledActions.js +9 -0
  629. package/dist/react-native/operationsInterfaces/scheduledActions.js.map +1 -0
  630. package/dist/react-native/operationsInterfaces/views.d.ts +126 -0
  631. package/dist/react-native/operationsInterfaces/views.d.ts.map +1 -0
  632. package/dist/react-native/operationsInterfaces/views.js +9 -0
  633. package/dist/react-native/operationsInterfaces/views.js.map +1 -0
  634. package/dist/react-native/package.json +3 -0
  635. package/dist/react-native/pagingHelper.d.ts +13 -0
  636. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  637. package/dist/react-native/pagingHelper.js +30 -0
  638. package/dist/react-native/pagingHelper.js.map +1 -0
  639. package/package.json +86 -77
  640. package/dist/index.js +0 -8703
  641. package/dist/index.js.map +0 -1
  642. package/dist/index.min.js +0 -1
  643. package/dist/index.min.js.map +0 -1
  644. package/dist-esm/samples-dev/alertsDismissSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/alertsDismissSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/alertsDismissSample.js +0 -56
  647. package/dist-esm/samples-dev/alertsDismissSample.js.map +0 -1
  648. package/dist-esm/samples-dev/alertsGetSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/alertsGetSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/alertsGetSample.js +0 -54
  651. package/dist-esm/samples-dev/alertsGetSample.js.map +0 -1
  652. package/dist-esm/samples-dev/alertsListExternalSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/alertsListExternalSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/alertsListExternalSample.js +0 -54
  655. package/dist-esm/samples-dev/alertsListExternalSample.js.map +0 -1
  656. package/dist-esm/samples-dev/alertsListSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/alertsListSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/alertsListSample.js +0 -132
  659. package/dist-esm/samples-dev/alertsListSample.js.map +0 -1
  660. package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/benefitRecommendationsListSample.js +0 -60
  663. package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +0 -1
  664. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +0 -61
  667. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +0 -1
  668. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +0 -62
  671. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +0 -1
  672. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +0 -58
  675. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +0 -1
  676. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +0 -57
  679. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +0 -1
  680. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +0 -96
  683. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +0 -1
  684. package/dist-esm/samples-dev/dimensionsListSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/dimensionsListSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/dimensionsListSample.js +0 -1044
  687. package/dist-esm/samples-dev/dimensionsListSample.js.map +0 -1
  688. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js +0 -326
  691. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js.map +0 -1
  692. package/dist-esm/samples-dev/exportsDeleteSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/exportsDeleteSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/exportsDeleteSample.js +0 -122
  695. package/dist-esm/samples-dev/exportsDeleteSample.js.map +0 -1
  696. package/dist-esm/samples-dev/exportsExecuteSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/exportsExecuteSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/exportsExecuteSample.js +0 -122
  699. package/dist-esm/samples-dev/exportsExecuteSample.js.map +0 -1
  700. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts +0 -2
  701. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js +0 -122
  703. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js.map +0 -1
  704. package/dist-esm/samples-dev/exportsGetSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/exportsGetSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/exportsGetSample.js +0 -122
  707. package/dist-esm/samples-dev/exportsGetSample.js.map +0 -1
  708. package/dist-esm/samples-dev/exportsListSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/exportsListSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/exportsListSample.js +0 -116
  711. package/dist-esm/samples-dev/exportsListSample.js.map +0 -1
  712. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js +0 -136
  715. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js.map +0 -1
  716. package/dist-esm/samples-dev/forecastUsageSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/forecastUsageSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/forecastUsageSample.js +0 -433
  719. package/dist-esm/samples-dev/forecastUsageSample.js.map +0 -1
  720. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js +0 -160
  723. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js.map +0 -1
  724. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js +0 -37
  727. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js.map +0 -1
  728. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js +0 -121
  731. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js.map +0 -1
  732. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js +0 -37
  735. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js.map +0 -1
  736. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js +0 -37
  739. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js.map +0 -1
  740. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js +0 -38
  743. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js.map +0 -1
  744. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js +0 -39
  747. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js.map +0 -1
  748. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/operationsListSample.js +0 -56
  751. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  752. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js +0 -37
  755. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js.map +0 -1
  756. package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/priceSheetDownloadSample.js +0 -38
  759. package/dist-esm/samples-dev/priceSheetDownloadSample.js.map +0 -1
  760. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js +0 -126
  763. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js.map +0 -1
  764. package/dist-esm/samples-dev/queryUsageSample.d.ts +0 -2
  765. package/dist-esm/samples-dev/queryUsageSample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/queryUsageSample.js +0 -790
  767. package/dist-esm/samples-dev/queryUsageSample.js.map +0 -1
  768. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js +0 -40
  771. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js.map +0 -1
  772. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts +0 -2
  773. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js +0 -39
  775. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js.map +0 -1
  776. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js +0 -96
  779. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js.map +0 -1
  780. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js +0 -56
  783. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js.map +0 -1
  784. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js +0 -37
  787. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js.map +0 -1
  788. package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/scheduledActionsDeleteSample.js +0 -36
  791. package/dist-esm/samples-dev/scheduledActionsDeleteSample.js.map +0 -1
  792. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts +0 -2
  793. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts.map +0 -1
  794. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js +0 -37
  795. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js.map +0 -1
  796. package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts +0 -2
  797. package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts.map +0 -1
  798. package/dist-esm/samples-dev/scheduledActionsGetSample.js +0 -36
  799. package/dist-esm/samples-dev/scheduledActionsGetSample.js.map +0 -1
  800. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts +0 -2
  801. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts.map +0 -1
  802. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +0 -96
  803. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +0 -1
  804. package/dist-esm/samples-dev/scheduledActionsListSample.d.ts +0 -2
  805. package/dist-esm/samples-dev/scheduledActionsListSample.d.ts.map +0 -1
  806. package/dist-esm/samples-dev/scheduledActionsListSample.js +0 -94
  807. package/dist-esm/samples-dev/scheduledActionsListSample.js.map +0 -1
  808. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts +0 -2
  809. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts.map +0 -1
  810. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js +0 -37
  811. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js.map +0 -1
  812. package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts +0 -2
  813. package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts.map +0 -1
  814. package/dist-esm/samples-dev/scheduledActionsRunSample.js +0 -36
  815. package/dist-esm/samples-dev/scheduledActionsRunSample.js.map +0 -1
  816. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts +0 -2
  817. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts.map +0 -1
  818. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js +0 -65
  819. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js.map +0 -1
  820. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts +0 -2
  821. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts.map +0 -1
  822. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js +0 -64
  823. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js.map +0 -1
  824. package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts +0 -2
  825. package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts.map +0 -1
  826. package/dist-esm/samples-dev/viewsDeleteByScopeSample.js +0 -37
  827. package/dist-esm/samples-dev/viewsDeleteByScopeSample.js.map +0 -1
  828. package/dist-esm/samples-dev/viewsDeleteSample.d.ts +0 -2
  829. package/dist-esm/samples-dev/viewsDeleteSample.d.ts.map +0 -1
  830. package/dist-esm/samples-dev/viewsDeleteSample.js +0 -36
  831. package/dist-esm/samples-dev/viewsDeleteSample.js.map +0 -1
  832. package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts +0 -2
  833. package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts.map +0 -1
  834. package/dist-esm/samples-dev/viewsGetByScopeSample.js +0 -37
  835. package/dist-esm/samples-dev/viewsGetByScopeSample.js.map +0 -1
  836. package/dist-esm/samples-dev/viewsGetSample.d.ts +0 -2
  837. package/dist-esm/samples-dev/viewsGetSample.d.ts.map +0 -1
  838. package/dist-esm/samples-dev/viewsGetSample.js +0 -36
  839. package/dist-esm/samples-dev/viewsGetSample.js.map +0 -1
  840. package/dist-esm/samples-dev/viewsListByScopeSample.d.ts +0 -2
  841. package/dist-esm/samples-dev/viewsListByScopeSample.d.ts.map +0 -1
  842. package/dist-esm/samples-dev/viewsListByScopeSample.js +0 -57
  843. package/dist-esm/samples-dev/viewsListByScopeSample.js.map +0 -1
  844. package/dist-esm/samples-dev/viewsListSample.d.ts +0 -2
  845. package/dist-esm/samples-dev/viewsListSample.d.ts.map +0 -1
  846. package/dist-esm/samples-dev/viewsListSample.js +0 -56
  847. package/dist-esm/samples-dev/viewsListSample.js.map +0 -1
  848. package/dist-esm/src/costManagementClient.d.ts +0 -33
  849. package/dist-esm/src/costManagementClient.d.ts.map +0 -1
  850. package/dist-esm/src/costManagementClient.js +0 -109
  851. package/dist-esm/src/costManagementClient.js.map +0 -1
  852. package/dist-esm/src/index.d.ts +0 -6
  853. package/dist-esm/src/index.d.ts.map +0 -1
  854. package/dist-esm/src/index.js +0 -13
  855. package/dist-esm/src/index.js.map +0 -1
  856. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  857. package/dist-esm/src/lroImpl.js +0 -21
  858. package/dist-esm/src/lroImpl.js.map +0 -1
  859. package/dist-esm/src/models/index.js.map +0 -1
  860. package/dist-esm/src/models/mappers.js +0 -3702
  861. package/dist-esm/src/models/mappers.js.map +0 -1
  862. package/dist-esm/src/models/parameters.js +0 -378
  863. package/dist-esm/src/models/parameters.js.map +0 -1
  864. package/dist-esm/src/operations/alerts.d.ts +0 -86
  865. package/dist-esm/src/operations/alerts.d.ts.map +0 -1
  866. package/dist-esm/src/operations/alerts.js +0 -174
  867. package/dist-esm/src/operations/alerts.js.map +0 -1
  868. package/dist-esm/src/operations/benefitRecommendations.d.ts +0 -50
  869. package/dist-esm/src/operations/benefitRecommendations.d.ts.map +0 -1
  870. package/dist-esm/src/operations/benefitRecommendations.js +0 -165
  871. package/dist-esm/src/operations/benefitRecommendations.js.map +0 -1
  872. package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts +0 -108
  873. package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts.map +0 -1
  874. package/dist-esm/src/operations/benefitUtilizationSummaries.js +0 -538
  875. package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +0 -1
  876. package/dist-esm/src/operations/dimensions.d.ts +0 -78
  877. package/dist-esm/src/operations/dimensions.d.ts.map +0 -1
  878. package/dist-esm/src/operations/dimensions.js +0 -234
  879. package/dist-esm/src/operations/dimensions.js.map +0 -1
  880. package/dist-esm/src/operations/exports.d.ts +0 -141
  881. package/dist-esm/src/operations/exports.d.ts.map +0 -1
  882. package/dist-esm/src/operations/exports.js +0 -260
  883. package/dist-esm/src/operations/exports.js.map +0 -1
  884. package/dist-esm/src/operations/forecast.d.ts +0 -45
  885. package/dist-esm/src/operations/forecast.d.ts.map +0 -1
  886. package/dist-esm/src/operations/forecast.js +0 -105
  887. package/dist-esm/src/operations/forecast.js.map +0 -1
  888. package/dist-esm/src/operations/generateCostDetailsReport.d.ts +0 -70
  889. package/dist-esm/src/operations/generateCostDetailsReport.d.ts.map +0 -1
  890. package/dist-esm/src/operations/generateCostDetailsReport.js +0 -218
  891. package/dist-esm/src/operations/generateCostDetailsReport.js.map +0 -1
  892. package/dist-esm/src/operations/generateDetailedCostReport.d.ts +0 -38
  893. package/dist-esm/src/operations/generateDetailedCostReport.d.ts.map +0 -1
  894. package/dist-esm/src/operations/generateDetailedCostReport.js +0 -119
  895. package/dist-esm/src/operations/generateDetailedCostReport.js.map +0 -1
  896. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts +0 -32
  897. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts.map +0 -1
  898. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js +0 -110
  899. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js.map +0 -1
  900. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts +0 -22
  901. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
  902. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js +0 -50
  903. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js.map +0 -1
  904. package/dist-esm/src/operations/generateReservationDetailsReport.d.ts +0 -60
  905. package/dist-esm/src/operations/generateReservationDetailsReport.d.ts.map +0 -1
  906. package/dist-esm/src/operations/generateReservationDetailsReport.js +0 -218
  907. package/dist-esm/src/operations/generateReservationDetailsReport.js.map +0 -1
  908. package/dist-esm/src/operations/index.d.ts +0 -17
  909. package/dist-esm/src/operations/index.d.ts.map +0 -1
  910. package/dist-esm/src/operations/index.js +0 -24
  911. package/dist-esm/src/operations/index.js.map +0 -1
  912. package/dist-esm/src/operations/operations.d.ts +0 -32
  913. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  914. package/dist-esm/src/operations/operations.js +0 -138
  915. package/dist-esm/src/operations/operations.js.map +0 -1
  916. package/dist-esm/src/operations/priceSheet.d.ts +0 -54
  917. package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
  918. package/dist-esm/src/operations/priceSheet.js +0 -209
  919. package/dist-esm/src/operations/priceSheet.js.map +0 -1
  920. package/dist-esm/src/operations/query.d.ts +0 -45
  921. package/dist-esm/src/operations/query.d.ts.map +0 -1
  922. package/dist-esm/src/operations/query.js +0 -105
  923. package/dist-esm/src/operations/query.js.map +0 -1
  924. package/dist-esm/src/operations/scheduledActions.d.ts +0 -240
  925. package/dist-esm/src/operations/scheduledActions.d.ts.map +0 -1
  926. package/dist-esm/src/operations/scheduledActions.js +0 -636
  927. package/dist-esm/src/operations/scheduledActions.js.map +0 -1
  928. package/dist-esm/src/operations/views.d.ts +0 -194
  929. package/dist-esm/src/operations/views.d.ts.map +0 -1
  930. package/dist-esm/src/operations/views.js +0 -510
  931. package/dist-esm/src/operations/views.js.map +0 -1
  932. package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -78
  933. package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
  934. package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
  935. package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts +0 -17
  936. package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts.map +0 -1
  937. package/dist-esm/src/operationsInterfaces/benefitRecommendations.js.map +0 -1
  938. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts +0 -34
  939. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +0 -1
  940. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.js.map +0 -1
  941. package/dist-esm/src/operationsInterfaces/dimensions.d.ts +0 -36
  942. package/dist-esm/src/operationsInterfaces/dimensions.d.ts.map +0 -1
  943. package/dist-esm/src/operationsInterfaces/dimensions.js.map +0 -1
  944. package/dist-esm/src/operationsInterfaces/exports.d.ts +0 -133
  945. package/dist-esm/src/operationsInterfaces/exports.d.ts.map +0 -1
  946. package/dist-esm/src/operationsInterfaces/exports.js.map +0 -1
  947. package/dist-esm/src/operationsInterfaces/forecast.d.ts +0 -37
  948. package/dist-esm/src/operationsInterfaces/forecast.d.ts.map +0 -1
  949. package/dist-esm/src/operationsInterfaces/forecast.js.map +0 -1
  950. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts +0 -62
  951. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts.map +0 -1
  952. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.js.map +0 -1
  953. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts +0 -30
  954. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts.map +0 -1
  955. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.js.map +0 -1
  956. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +0 -24
  957. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +0 -1
  958. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +0 -1
  959. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +0 -14
  960. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
  961. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +0 -1
  962. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts +0 -52
  963. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts.map +0 -1
  964. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.js.map +0 -1
  965. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
  966. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  967. package/dist-esm/src/operationsInterfaces/index.js +0 -24
  968. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  969. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  970. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  971. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  972. package/dist-esm/src/operationsInterfaces/priceSheet.d.ts +0 -46
  973. package/dist-esm/src/operationsInterfaces/priceSheet.d.ts.map +0 -1
  974. package/dist-esm/src/operationsInterfaces/priceSheet.js.map +0 -1
  975. package/dist-esm/src/operationsInterfaces/query.d.ts +0 -37
  976. package/dist-esm/src/operationsInterfaces/query.d.ts.map +0 -1
  977. package/dist-esm/src/operationsInterfaces/query.js.map +0 -1
  978. package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts +0 -174
  979. package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts.map +0 -1
  980. package/dist-esm/src/operationsInterfaces/scheduledActions.js.map +0 -1
  981. package/dist-esm/src/operationsInterfaces/views.d.ts +0 -126
  982. package/dist-esm/src/operationsInterfaces/views.d.ts.map +0 -1
  983. package/dist-esm/src/operationsInterfaces/views.js.map +0 -1
  984. package/dist-esm/src/pagingHelper.js +0 -32
  985. package/dist-esm/src/pagingHelper.js.map +0 -1
  986. package/dist-esm/test/costmanagement_operations_test.spec.d.ts +0 -4
  987. package/dist-esm/test/costmanagement_operations_test.spec.d.ts.map +0 -1
  988. package/dist-esm/test/costmanagement_operations_test.spec.js +0 -78
  989. package/dist-esm/test/costmanagement_operations_test.spec.js.map +0 -1
  990. package/rollup.config.js +0 -122
  991. package/src/costManagementClient.ts +0 -204
  992. package/src/index.ts +0 -13
  993. package/src/lroImpl.ts +0 -42
  994. package/src/models/index.ts +0 -3354
  995. package/src/models/mappers.ts +0 -3957
  996. package/src/models/parameters.ts +0 -436
  997. package/src/operations/alerts.ts +0 -225
  998. package/src/operations/benefitRecommendations.ts +0 -185
  999. package/src/operations/benefitUtilizationSummaries.ts +0 -674
  1000. package/src/operations/dimensions.ts +0 -266
  1001. package/src/operations/exports.ts +0 -328
  1002. package/src/operations/forecast.ts +0 -137
  1003. package/src/operations/generateCostDetailsReport.ts +0 -302
  1004. package/src/operations/generateDetailedCostReport.ts +0 -166
  1005. package/src/operations/generateDetailedCostReportOperationResults.ts +0 -156
  1006. package/src/operations/generateDetailedCostReportOperationStatus.ts +0 -70
  1007. package/src/operations/generateReservationDetailsReport.ts +0 -319
  1008. package/src/operations/index.ts +0 -24
  1009. package/src/operations/operations.ts +0 -149
  1010. package/src/operations/priceSheet.ts +0 -299
  1011. package/src/operations/query.ts +0 -137
  1012. package/src/operations/scheduledActions.ts +0 -752
  1013. package/src/operations/views.ts +0 -583
  1014. package/src/operationsInterfaces/alerts.ts +0 -113
  1015. package/src/operationsInterfaces/benefitRecommendations.ts +0 -32
  1016. package/src/operationsInterfaces/benefitUtilizationSummaries.ts +0 -63
  1017. package/src/operationsInterfaces/dimensions.ts +0 -57
  1018. package/src/operationsInterfaces/exports.ts +0 -177
  1019. package/src/operationsInterfaces/forecast.ts +0 -61
  1020. package/src/operationsInterfaces/generateCostDetailsReport.ts +0 -102
  1021. package/src/operationsInterfaces/generateDetailedCostReport.ts +0 -55
  1022. package/src/operationsInterfaces/generateDetailedCostReportOperationResults.ts +0 -48
  1023. package/src/operationsInterfaces/generateDetailedCostReportOperationStatus.ts +0 -29
  1024. package/src/operationsInterfaces/generateReservationDetailsReport.ts +0 -101
  1025. package/src/operationsInterfaces/index.ts +0 -24
  1026. package/src/operationsInterfaces/operations.ts +0 -25
  1027. package/src/operationsInterfaces/priceSheet.ts +0 -87
  1028. package/src/operationsInterfaces/query.ts +0 -61
  1029. package/src/operationsInterfaces/scheduledActions.ts +0 -243
  1030. package/src/operationsInterfaces/views.ts +0 -172
  1031. package/src/pagingHelper.ts +0 -39
  1032. package/tsconfig.json +0 -33
  1033. package/types/arm-costmanagement.d.ts +0 -4255
  1034. package/types/tsdoc-metadata.json +0 -11
  1035. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1036. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1037. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1038. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1039. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1040. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1041. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1042. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1043. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
  1044. /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitRecommendations.js +0 -0
  1045. /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitUtilizationSummaries.js +0 -0
  1046. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dimensions.js +0 -0
  1047. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exports.js +0 -0
  1048. /package/{dist-esm/src → dist/browser}/operationsInterfaces/forecast.js +0 -0
  1049. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateCostDetailsReport.js +0 -0
  1050. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReport.js +0 -0
  1051. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationResults.js +0 -0
  1052. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationStatus.js +0 -0
  1053. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateReservationDetailsReport.js +0 -0
  1054. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1055. /package/{dist-esm/src → dist/browser}/operationsInterfaces/priceSheet.js +0 -0
  1056. /package/{dist-esm/src → dist/browser}/operationsInterfaces/query.js +0 -0
  1057. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledActions.js +0 -0
  1058. /package/{dist-esm/src → dist/browser}/operationsInterfaces/views.js +0 -0
  1059. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1060. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1061. /package/review/{arm-costmanagement.api.md → arm-costmanagement-node.api.md} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exports.js","sourceRoot":"","sources":["../../../src/operations/exports.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Exports } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { CostManagementClient } from \"../costManagementClient.js\";\nimport {\n ExportsListOptionalParams,\n ExportsListResponse,\n ExportsGetOptionalParams,\n ExportsGetResponse,\n Export,\n ExportsCreateOrUpdateOptionalParams,\n ExportsCreateOrUpdateResponse,\n ExportsDeleteOptionalParams,\n ExportsExecuteOptionalParams,\n ExportsGetExecutionHistoryOptionalParams,\n ExportsGetExecutionHistoryResponse\n} from \"../models/index.js\";\n\n/** Class containing Exports operations. */\nexport class ExportsImpl implements Exports {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class Exports class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * The operation to list all exports at the given scope.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param options The options parameters.\n */\n list(\n scope: string,\n options?: ExportsListOptionalParams\n ): Promise<ExportsListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * The operation to get the export for the defined scope by export name.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param options The options parameters.\n */\n get(\n scope: string,\n exportName: string,\n options?: ExportsGetOptionalParams\n ): Promise<ExportsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, exportName, options },\n getOperationSpec\n );\n }\n\n /**\n * The operation to create or update a export. Update operation requires latest eTag to be set in the\n * request. You may obtain the latest eTag by performing a get operation. Create operation does not\n * require eTag.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param parameters Parameters supplied to the CreateOrUpdate Export operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n scope: string,\n exportName: string,\n parameters: Export,\n options?: ExportsCreateOrUpdateOptionalParams\n ): Promise<ExportsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { scope, exportName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * The operation to delete a export.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param options The options parameters.\n */\n delete(\n scope: string,\n exportName: string,\n options?: ExportsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, exportName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * The operation to run an export.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param options The options parameters.\n */\n execute(\n scope: string,\n exportName: string,\n options?: ExportsExecuteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, exportName, options },\n executeOperationSpec\n );\n }\n\n /**\n * The operation to get the run history of an export for the defined scope and export name.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param options The options parameters.\n */\n getExecutionHistory(\n scope: string,\n exportName: string,\n options?: ExportsGetExecutionHistoryOptionalParams\n ): Promise<ExportsGetExecutionHistoryResponse> {\n return this.client.sendOperationRequest(\n { scope, exportName, options },\n getExecutionHistoryOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExportListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Export\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Export\n },\n 201: {\n bodyMapper: Mappers.Export\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst executeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}/run\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getExecutionHistoryOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}/runHistory\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExportExecutionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,45 @@
1
+ import { Forecast } from "../operationsInterfaces/index.js";
2
+ import { CostManagementClient } from "../costManagementClient.js";
3
+ import { ForecastDefinition, ForecastUsageOptionalParams, ForecastUsageResponse, ExternalCloudProviderType, ForecastExternalCloudProviderUsageOptionalParams, ForecastExternalCloudProviderUsageResponse } from "../models/index.js";
4
+ /** Class containing Forecast operations. */
5
+ export declare class ForecastImpl implements Forecast {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class Forecast class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: CostManagementClient);
12
+ /**
13
+ * Lists the forecast charges for scope defined.
14
+ * @param scope The scope associated with forecast operations. This includes
15
+ * '/subscriptions/{subscriptionId}/' for subscription scope,
16
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
17
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
18
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
19
+ * Department scope,
20
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
21
+ * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
22
+ * for Management Group scope,
23
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
24
+ * for billingProfile scope,
25
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
26
+ * for invoiceSection scope, and
27
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
28
+ * for partners.
29
+ * @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
30
+ * @param options The options parameters.
31
+ */
32
+ usage(scope: string, parameters: ForecastDefinition, options?: ForecastUsageOptionalParams): Promise<ForecastUsageResponse>;
33
+ /**
34
+ * Lists the forecast charges for external cloud provider type defined.
35
+ * @param externalCloudProviderType The external cloud provider type associated with dimension/query
36
+ * operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
37
+ * for consolidated account.
38
+ * @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
39
+ * '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
40
+ * @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
41
+ * @param options The options parameters.
42
+ */
43
+ externalCloudProviderUsage(externalCloudProviderType: ExternalCloudProviderType, externalCloudProviderId: string, parameters: ForecastDefinition, options?: ForecastExternalCloudProviderUsageOptionalParams): Promise<ForecastExternalCloudProviderUsageResponse>;
44
+ }
45
+ //# sourceMappingURL=forecast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"forecast.d.ts","sourceRoot":"","sources":["../../../src/operations/forecast.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,kBAAkB,EAClB,2BAA2B,EAC3B,qBAAqB,EACrB,yBAAyB,EACzB,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAE5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CACH,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,kBAAkB,EAC9B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;;;;;OASG;IACH,0BAA0B,CACxB,yBAAyB,EAAE,yBAAyB,EACpD,uBAAuB,EAAE,MAAM,EAC/B,UAAU,EAAE,kBAAkB,EAC9B,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;CAWvD"}
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.ForecastImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
+ /** Class containing Forecast operations. */
16
+ class ForecastImpl {
17
+ client;
18
+ /**
19
+ * Initialize a new instance of the class Forecast class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * Lists the forecast charges for scope defined.
27
+ * @param scope The scope associated with forecast operations. This includes
28
+ * '/subscriptions/{subscriptionId}/' for subscription scope,
29
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
30
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
31
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
32
+ * Department scope,
33
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
34
+ * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
35
+ * for Management Group scope,
36
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
37
+ * for billingProfile scope,
38
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
39
+ * for invoiceSection scope, and
40
+ * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
41
+ * for partners.
42
+ * @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
43
+ * @param options The options parameters.
44
+ */
45
+ usage(scope, parameters, options) {
46
+ return this.client.sendOperationRequest({ scope, parameters, options }, usageOperationSpec);
47
+ }
48
+ /**
49
+ * Lists the forecast charges for external cloud provider type defined.
50
+ * @param externalCloudProviderType The external cloud provider type associated with dimension/query
51
+ * operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
52
+ * for consolidated account.
53
+ * @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
54
+ * '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
55
+ * @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
56
+ * @param options The options parameters.
57
+ */
58
+ externalCloudProviderUsage(externalCloudProviderType, externalCloudProviderId, parameters, options) {
59
+ return this.client.sendOperationRequest({
60
+ externalCloudProviderType,
61
+ externalCloudProviderId,
62
+ parameters,
63
+ options
64
+ }, externalCloudProviderUsageOperationSpec);
65
+ }
66
+ }
67
+ exports.ForecastImpl = ForecastImpl;
68
+ // Operation Specifications
69
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
70
+ const usageOperationSpec = {
71
+ path: "/{scope}/providers/Microsoft.CostManagement/forecast",
72
+ httpMethod: "POST",
73
+ responses: {
74
+ 200: {
75
+ bodyMapper: Mappers.ForecastResult
76
+ },
77
+ 204: {},
78
+ default: {
79
+ bodyMapper: Mappers.ErrorResponse
80
+ }
81
+ },
82
+ requestBody: Parameters.parameters2,
83
+ queryParameters: [Parameters.apiVersion, Parameters.filter],
84
+ urlParameters: [Parameters.$host, Parameters.scope1],
85
+ headerParameters: [Parameters.accept, Parameters.contentType],
86
+ mediaType: "json",
87
+ serializer
88
+ };
89
+ const externalCloudProviderUsageOperationSpec = {
90
+ path: "/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/forecast",
91
+ httpMethod: "POST",
92
+ responses: {
93
+ 200: {
94
+ bodyMapper: Mappers.ForecastResult
95
+ },
96
+ default: {
97
+ bodyMapper: Mappers.ErrorResponse
98
+ }
99
+ },
100
+ requestBody: Parameters.parameters2,
101
+ queryParameters: [Parameters.apiVersion, Parameters.filter],
102
+ urlParameters: [
103
+ Parameters.$host,
104
+ Parameters.externalCloudProviderType,
105
+ Parameters.externalCloudProviderId
106
+ ],
107
+ headerParameters: [Parameters.accept, Parameters.contentType],
108
+ mediaType: "json",
109
+ serializer
110
+ };
111
+ //# sourceMappingURL=forecast.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"forecast.js","sourceRoot":"","sources":["../../../src/operations/forecast.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAWtD,4CAA4C;AAC5C,MAAa,YAAY;IACN,MAAM,CAAuB;IAE9C;;;OAGG;IACH,YAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CACH,KAAa,EACb,UAA8B,EAC9B,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,EAC9B,kBAAkB,CACnB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,0BAA0B,CACxB,yBAAoD,EACpD,uBAA+B,EAC/B,UAA8B,EAC9B,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,yBAAyB;YACzB,uBAAuB;YACvB,UAAU;YACV,OAAO;SACR,EACD,uCAAuC,CACxC,CAAC;IACJ,CAAC;CACF;AApED,oCAoEC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,kBAAkB,GAA6B;IACnD,IAAI,EAAE,sDAAsD;IAC5D,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,CAAC;IACpD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,uCAAuC,GAA6B;IACxE,IAAI,EACF,oGAAoG;IACtG,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,uBAAuB;KACnC;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Forecast } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { CostManagementClient } from \"../costManagementClient.js\";\nimport {\n ForecastDefinition,\n ForecastUsageOptionalParams,\n ForecastUsageResponse,\n ExternalCloudProviderType,\n ForecastExternalCloudProviderUsageOptionalParams,\n ForecastExternalCloudProviderUsageResponse\n} from \"../models/index.js\";\n\n/** Class containing Forecast operations. */\nexport class ForecastImpl implements Forecast {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class Forecast class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the forecast charges for scope defined.\n * @param scope The scope associated with forecast operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.\n * @param options The options parameters.\n */\n usage(\n scope: string,\n parameters: ForecastDefinition,\n options?: ForecastUsageOptionalParams\n ): Promise<ForecastUsageResponse> {\n return this.client.sendOperationRequest(\n { scope, parameters, options },\n usageOperationSpec\n );\n }\n\n /**\n * Lists the forecast charges for external cloud provider type defined.\n * @param externalCloudProviderType The external cloud provider type associated with dimension/query\n * operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'\n * for consolidated account.\n * @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or\n * '{externalBillingAccountId}' for consolidated account used with dimension/query operations.\n * @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.\n * @param options The options parameters.\n */\n externalCloudProviderUsage(\n externalCloudProviderType: ExternalCloudProviderType,\n externalCloudProviderId: string,\n parameters: ForecastDefinition,\n options?: ForecastExternalCloudProviderUsageOptionalParams\n ): Promise<ForecastExternalCloudProviderUsageResponse> {\n return this.client.sendOperationRequest(\n {\n externalCloudProviderType,\n externalCloudProviderId,\n parameters,\n options\n },\n externalCloudProviderUsageOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst usageOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/forecast\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ForecastResult\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst externalCloudProviderUsageOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/forecast\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ForecastResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.externalCloudProviderType,\n Parameters.externalCloudProviderId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n"]}
@@ -0,0 +1,70 @@
1
+ import { GenerateCostDetailsReport } from "../operationsInterfaces/index.js";
2
+ import { CostManagementClient } from "../costManagementClient.js";
3
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
4
+ import { GenerateCostDetailsReportRequestDefinition, GenerateCostDetailsReportCreateOperationOptionalParams, GenerateCostDetailsReportCreateOperationResponse, GenerateCostDetailsReportGetOperationResultsOptionalParams, GenerateCostDetailsReportGetOperationResultsResponse } from "../models/index.js";
5
+ /** Class containing GenerateCostDetailsReport operations. */
6
+ export declare class GenerateCostDetailsReportImpl implements GenerateCostDetailsReport {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class GenerateCostDetailsReport class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: CostManagementClient);
13
+ /**
14
+ * This API is the replacement for all previously release Usage Details APIs. Request to generate a
15
+ * cost details report for the provided date range, billing period (Only enterprise customers) or
16
+ * Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202
17
+ * with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll
18
+ * to get the result of the report generation. The 'Retry-After' provides the duration to wait before
19
+ * polling for the generated report. A call to poll the report operation will provide a 202 response
20
+ * with a 'Location' header if the operation is still in progress. Once the report generation operation
21
+ * completes, the polling endpoint will provide a 200 response along with details on the report blob(s)
22
+ * that are available for download. The details on the file(s) available for download will be available
23
+ * in the polling response body. To Understand cost details (formerly known as usage details) fields
24
+ * found in files ,see
25
+ * https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
26
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
27
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
28
+ * @param parameters Parameters supplied to the Create cost details operation.
29
+ * @param options The options parameters.
30
+ */
31
+ beginCreateOperation(scope: string, parameters: GenerateCostDetailsReportRequestDefinition, options?: GenerateCostDetailsReportCreateOperationOptionalParams): Promise<SimplePollerLike<OperationState<GenerateCostDetailsReportCreateOperationResponse>, GenerateCostDetailsReportCreateOperationResponse>>;
32
+ /**
33
+ * This API is the replacement for all previously release Usage Details APIs. Request to generate a
34
+ * cost details report for the provided date range, billing period (Only enterprise customers) or
35
+ * Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202
36
+ * with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll
37
+ * to get the result of the report generation. The 'Retry-After' provides the duration to wait before
38
+ * polling for the generated report. A call to poll the report operation will provide a 202 response
39
+ * with a 'Location' header if the operation is still in progress. Once the report generation operation
40
+ * completes, the polling endpoint will provide a 200 response along with details on the report blob(s)
41
+ * that are available for download. The details on the file(s) available for download will be available
42
+ * in the polling response body. To Understand cost details (formerly known as usage details) fields
43
+ * found in files ,see
44
+ * https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
45
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
46
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
47
+ * @param parameters Parameters supplied to the Create cost details operation.
48
+ * @param options The options parameters.
49
+ */
50
+ beginCreateOperationAndWait(scope: string, parameters: GenerateCostDetailsReportRequestDefinition, options?: GenerateCostDetailsReportCreateOperationOptionalParams): Promise<GenerateCostDetailsReportCreateOperationResponse>;
51
+ /**
52
+ * Get the result of the specified operation. This link is provided in the CostDetails creation request
53
+ * response Location header.
54
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
55
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
56
+ * @param operationId The target operation Id.
57
+ * @param options The options parameters.
58
+ */
59
+ beginGetOperationResults(scope: string, operationId: string, options?: GenerateCostDetailsReportGetOperationResultsOptionalParams): Promise<SimplePollerLike<OperationState<GenerateCostDetailsReportGetOperationResultsResponse>, GenerateCostDetailsReportGetOperationResultsResponse>>;
60
+ /**
61
+ * Get the result of the specified operation. This link is provided in the CostDetails creation request
62
+ * response Location header.
63
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
64
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
65
+ * @param operationId The target operation Id.
66
+ * @param options The options parameters.
67
+ */
68
+ beginGetOperationResultsAndWait(scope: string, operationId: string, options?: GenerateCostDetailsReportGetOperationResultsOptionalParams): Promise<GenerateCostDetailsReportGetOperationResultsResponse>;
69
+ }
70
+ //# sourceMappingURL=generateCostDetailsReport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generateCostDetailsReport.d.ts","sourceRoot":"","sources":["../../../src/operations/generateCostDetailsReport.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAI7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,0CAA0C,EAC1C,sDAAsD,EACtD,gDAAgD,EAChD,0DAA0D,EAC1D,oDAAoD,EACrD,MAAM,oBAAoB,CAAC;AAE5B,6DAA6D;AAC7D,qBAAa,6BACX,YAAW,yBAAyB;IACpC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;;;;;;;;;;;;;;OAiBG;IACG,oBAAoB,CACxB,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,0CAA0C,EACtD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF;IAyDD;;;;;;;;;;;;;;;;;OAiBG;IACG,2BAA2B,CAC/B,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,0CAA0C,EACtD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAK5D;;;;;;;OAOG;IACG,wBAAwB,CAC5B,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oDAAoD,CAAC,EACpE,oDAAoD,CACrD,CACF;IAyDD;;;;;;;OAOG;IACG,+BAA+B,CACnC,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CAAC,oDAAoD,CAAC;CAQjE"}
@@ -0,0 +1,225 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.GenerateCostDetailsReportImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
+ const core_lro_1 = require("@azure/core-lro");
16
+ const lroImpl_js_1 = require("../lroImpl.js");
17
+ /** Class containing GenerateCostDetailsReport operations. */
18
+ class GenerateCostDetailsReportImpl {
19
+ client;
20
+ /**
21
+ * Initialize a new instance of the class GenerateCostDetailsReport class.
22
+ * @param client Reference to the service client
23
+ */
24
+ constructor(client) {
25
+ this.client = client;
26
+ }
27
+ /**
28
+ * This API is the replacement for all previously release Usage Details APIs. Request to generate a
29
+ * cost details report for the provided date range, billing period (Only enterprise customers) or
30
+ * Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202
31
+ * with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll
32
+ * to get the result of the report generation. The 'Retry-After' provides the duration to wait before
33
+ * polling for the generated report. A call to poll the report operation will provide a 202 response
34
+ * with a 'Location' header if the operation is still in progress. Once the report generation operation
35
+ * completes, the polling endpoint will provide a 200 response along with details on the report blob(s)
36
+ * that are available for download. The details on the file(s) available for download will be available
37
+ * in the polling response body. To Understand cost details (formerly known as usage details) fields
38
+ * found in files ,see
39
+ * https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
40
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
41
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
42
+ * @param parameters Parameters supplied to the Create cost details operation.
43
+ * @param options The options parameters.
44
+ */
45
+ async beginCreateOperation(scope, parameters, options) {
46
+ const directSendOperation = async (args, spec) => {
47
+ return this.client.sendOperationRequest(args, spec);
48
+ };
49
+ const sendOperationFn = async (args, spec) => {
50
+ let currentRawResponse = undefined;
51
+ const providedCallback = args.options?.onResponse;
52
+ const callback = (rawResponse, flatResponse) => {
53
+ currentRawResponse = rawResponse;
54
+ providedCallback?.(rawResponse, flatResponse);
55
+ };
56
+ const updatedArgs = {
57
+ ...args,
58
+ options: {
59
+ ...args.options,
60
+ onResponse: callback
61
+ }
62
+ };
63
+ const flatResponse = await directSendOperation(updatedArgs, spec);
64
+ return {
65
+ flatResponse,
66
+ rawResponse: {
67
+ statusCode: currentRawResponse.status,
68
+ body: currentRawResponse.parsedBody,
69
+ headers: currentRawResponse.headers.toJSON()
70
+ }
71
+ };
72
+ };
73
+ const lro = (0, lroImpl_js_1.createLroSpec)({
74
+ sendOperationFn,
75
+ args: { scope, parameters, options },
76
+ spec: createOperationOperationSpec
77
+ });
78
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
79
+ restoreFrom: options?.resumeFrom,
80
+ intervalInMs: options?.updateIntervalInMs,
81
+ resourceLocationConfig: "location"
82
+ });
83
+ await poller.poll();
84
+ return poller;
85
+ }
86
+ /**
87
+ * This API is the replacement for all previously release Usage Details APIs. Request to generate a
88
+ * cost details report for the provided date range, billing period (Only enterprise customers) or
89
+ * Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202
90
+ * with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll
91
+ * to get the result of the report generation. The 'Retry-After' provides the duration to wait before
92
+ * polling for the generated report. A call to poll the report operation will provide a 202 response
93
+ * with a 'Location' header if the operation is still in progress. Once the report generation operation
94
+ * completes, the polling endpoint will provide a 200 response along with details on the report blob(s)
95
+ * that are available for download. The details on the file(s) available for download will be available
96
+ * in the polling response body. To Understand cost details (formerly known as usage details) fields
97
+ * found in files ,see
98
+ * https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
99
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
100
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
101
+ * @param parameters Parameters supplied to the Create cost details operation.
102
+ * @param options The options parameters.
103
+ */
104
+ async beginCreateOperationAndWait(scope, parameters, options) {
105
+ const poller = await this.beginCreateOperation(scope, parameters, options);
106
+ return poller.pollUntilDone();
107
+ }
108
+ /**
109
+ * Get the result of the specified operation. This link is provided in the CostDetails creation request
110
+ * response Location header.
111
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
112
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
113
+ * @param operationId The target operation Id.
114
+ * @param options The options parameters.
115
+ */
116
+ async beginGetOperationResults(scope, operationId, options) {
117
+ const directSendOperation = async (args, spec) => {
118
+ return this.client.sendOperationRequest(args, spec);
119
+ };
120
+ const sendOperationFn = async (args, spec) => {
121
+ let currentRawResponse = undefined;
122
+ const providedCallback = args.options?.onResponse;
123
+ const callback = (rawResponse, flatResponse) => {
124
+ currentRawResponse = rawResponse;
125
+ providedCallback?.(rawResponse, flatResponse);
126
+ };
127
+ const updatedArgs = {
128
+ ...args,
129
+ options: {
130
+ ...args.options,
131
+ onResponse: callback
132
+ }
133
+ };
134
+ const flatResponse = await directSendOperation(updatedArgs, spec);
135
+ return {
136
+ flatResponse,
137
+ rawResponse: {
138
+ statusCode: currentRawResponse.status,
139
+ body: currentRawResponse.parsedBody,
140
+ headers: currentRawResponse.headers.toJSON()
141
+ }
142
+ };
143
+ };
144
+ const lro = (0, lroImpl_js_1.createLroSpec)({
145
+ sendOperationFn,
146
+ args: { scope, operationId, options },
147
+ spec: getOperationResultsOperationSpec
148
+ });
149
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
150
+ restoreFrom: options?.resumeFrom,
151
+ intervalInMs: options?.updateIntervalInMs,
152
+ resourceLocationConfig: "location"
153
+ });
154
+ await poller.poll();
155
+ return poller;
156
+ }
157
+ /**
158
+ * Get the result of the specified operation. This link is provided in the CostDetails creation request
159
+ * response Location header.
160
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
161
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
162
+ * @param operationId The target operation Id.
163
+ * @param options The options parameters.
164
+ */
165
+ async beginGetOperationResultsAndWait(scope, operationId, options) {
166
+ const poller = await this.beginGetOperationResults(scope, operationId, options);
167
+ return poller.pollUntilDone();
168
+ }
169
+ }
170
+ exports.GenerateCostDetailsReportImpl = GenerateCostDetailsReportImpl;
171
+ // Operation Specifications
172
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
173
+ const createOperationOperationSpec = {
174
+ path: "/{scope}/providers/Microsoft.CostManagement/generateCostDetailsReport",
175
+ httpMethod: "POST",
176
+ responses: {
177
+ 200: {
178
+ bodyMapper: Mappers.CostDetailsOperationResults
179
+ },
180
+ 201: {
181
+ bodyMapper: Mappers.CostDetailsOperationResults
182
+ },
183
+ 202: {
184
+ bodyMapper: Mappers.CostDetailsOperationResults
185
+ },
186
+ 204: {
187
+ bodyMapper: Mappers.CostDetailsOperationResults
188
+ },
189
+ default: {
190
+ bodyMapper: Mappers.GenerateCostDetailsReportErrorResponse
191
+ }
192
+ },
193
+ requestBody: Parameters.parameters5,
194
+ queryParameters: [Parameters.apiVersion],
195
+ urlParameters: [Parameters.$host, Parameters.scope1],
196
+ headerParameters: [Parameters.accept, Parameters.contentType],
197
+ mediaType: "json",
198
+ serializer
199
+ };
200
+ const getOperationResultsOperationSpec = {
201
+ path: "/{scope}/providers/Microsoft.CostManagement/costDetailsOperationResults/{operationId}",
202
+ httpMethod: "GET",
203
+ responses: {
204
+ 200: {
205
+ bodyMapper: Mappers.CostDetailsOperationResults
206
+ },
207
+ 201: {
208
+ bodyMapper: Mappers.CostDetailsOperationResults
209
+ },
210
+ 202: {
211
+ bodyMapper: Mappers.CostDetailsOperationResults
212
+ },
213
+ 204: {
214
+ bodyMapper: Mappers.CostDetailsOperationResults
215
+ },
216
+ default: {
217
+ bodyMapper: Mappers.ErrorResponse
218
+ }
219
+ },
220
+ queryParameters: [Parameters.apiVersion],
221
+ urlParameters: [Parameters.$host, Parameters.scope1, Parameters.operationId],
222
+ headerParameters: [Parameters.accept],
223
+ serializer
224
+ };
225
+ //# sourceMappingURL=generateCostDetailsReport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generateCostDetailsReport.js","sourceRoot":"","sources":["../../../src/operations/generateCostDetailsReport.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { GenerateCostDetailsReport } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { CostManagementClient } from \"../costManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n GenerateCostDetailsReportRequestDefinition,\n GenerateCostDetailsReportCreateOperationOptionalParams,\n GenerateCostDetailsReportCreateOperationResponse,\n GenerateCostDetailsReportGetOperationResultsOptionalParams,\n GenerateCostDetailsReportGetOperationResultsResponse\n} from \"../models/index.js\";\n\n/** Class containing GenerateCostDetailsReport operations. */\nexport class GenerateCostDetailsReportImpl\n implements GenerateCostDetailsReport {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class GenerateCostDetailsReport class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * This API is the replacement for all previously release Usage Details APIs. Request to generate a\n * cost details report for the provided date range, billing period (Only enterprise customers) or\n * Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202\n * with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll\n * to get the result of the report generation. The 'Retry-After' provides the duration to wait before\n * polling for the generated report. A call to poll the report operation will provide a 202 response\n * with a 'Location' header if the operation is still in progress. Once the report generation operation\n * completes, the polling endpoint will provide a 200 response along with details on the report blob(s)\n * that are available for download. The details on the file(s) available for download will be available\n * in the polling response body. To Understand cost details (formerly known as usage details) fields\n * found in files ,see\n * https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields\n * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing\n * scopes. For details, see https://aka.ms/costmgmt/scopes.\n * @param parameters Parameters supplied to the Create cost details operation.\n * @param options The options parameters.\n */\n async beginCreateOperation(\n scope: string,\n parameters: GenerateCostDetailsReportRequestDefinition,\n options?: GenerateCostDetailsReportCreateOperationOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<GenerateCostDetailsReportCreateOperationResponse>,\n GenerateCostDetailsReportCreateOperationResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<GenerateCostDetailsReportCreateOperationResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { scope, parameters, options },\n spec: createOperationOperationSpec\n });\n const poller = await createHttpPoller<\n GenerateCostDetailsReportCreateOperationResponse,\n OperationState<GenerateCostDetailsReportCreateOperationResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * This API is the replacement for all previously release Usage Details APIs. Request to generate a\n * cost details report for the provided date range, billing period (Only enterprise customers) or\n * Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202\n * with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll\n * to get the result of the report generation. The 'Retry-After' provides the duration to wait before\n * polling for the generated report. A call to poll the report operation will provide a 202 response\n * with a 'Location' header if the operation is still in progress. Once the report generation operation\n * completes, the polling endpoint will provide a 200 response along with details on the report blob(s)\n * that are available for download. The details on the file(s) available for download will be available\n * in the polling response body. To Understand cost details (formerly known as usage details) fields\n * found in files ,see\n * https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields\n * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing\n * scopes. For details, see https://aka.ms/costmgmt/scopes.\n * @param parameters Parameters supplied to the Create cost details operation.\n * @param options The options parameters.\n */\n async beginCreateOperationAndWait(\n scope: string,\n parameters: GenerateCostDetailsReportRequestDefinition,\n options?: GenerateCostDetailsReportCreateOperationOptionalParams\n ): Promise<GenerateCostDetailsReportCreateOperationResponse> {\n const poller = await this.beginCreateOperation(scope, parameters, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get the result of the specified operation. This link is provided in the CostDetails creation request\n * response Location header.\n * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing\n * scopes. For details, see https://aka.ms/costmgmt/scopes.\n * @param operationId The target operation Id.\n * @param options The options parameters.\n */\n async beginGetOperationResults(\n scope: string,\n operationId: string,\n options?: GenerateCostDetailsReportGetOperationResultsOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<GenerateCostDetailsReportGetOperationResultsResponse>,\n GenerateCostDetailsReportGetOperationResultsResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<GenerateCostDetailsReportGetOperationResultsResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { scope, operationId, options },\n spec: getOperationResultsOperationSpec\n });\n const poller = await createHttpPoller<\n GenerateCostDetailsReportGetOperationResultsResponse,\n OperationState<GenerateCostDetailsReportGetOperationResultsResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Get the result of the specified operation. This link is provided in the CostDetails creation request\n * response Location header.\n * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing\n * scopes. For details, see https://aka.ms/costmgmt/scopes.\n * @param operationId The target operation Id.\n * @param options The options parameters.\n */\n async beginGetOperationResultsAndWait(\n scope: string,\n operationId: string,\n options?: GenerateCostDetailsReportGetOperationResultsOptionalParams\n ): Promise<GenerateCostDetailsReportGetOperationResultsResponse> {\n const poller = await this.beginGetOperationResults(\n scope,\n operationId,\n options\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/generateCostDetailsReport\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CostDetailsOperationResults\n },\n 201: {\n bodyMapper: Mappers.CostDetailsOperationResults\n },\n 202: {\n bodyMapper: Mappers.CostDetailsOperationResults\n },\n 204: {\n bodyMapper: Mappers.CostDetailsOperationResults\n },\n default: {\n bodyMapper: Mappers.GenerateCostDetailsReportErrorResponse\n }\n },\n requestBody: Parameters.parameters5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationResultsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.CostManagement/costDetailsOperationResults/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CostDetailsOperationResults\n },\n 201: {\n bodyMapper: Mappers.CostDetailsOperationResults\n },\n 202: {\n bodyMapper: Mappers.CostDetailsOperationResults\n },\n 204: {\n bodyMapper: Mappers.CostDetailsOperationResults\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.operationId],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,38 @@
1
+ import { GenerateDetailedCostReport } from "../operationsInterfaces/index.js";
2
+ import { CostManagementClient } from "../costManagementClient.js";
3
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
4
+ import { GenerateDetailedCostReportDefinition, GenerateDetailedCostReportCreateOperationOptionalParams, GenerateDetailedCostReportCreateOperationResponse } from "../models/index.js";
5
+ /** Class containing GenerateDetailedCostReport operations. */
6
+ export declare class GenerateDetailedCostReportImpl implements GenerateDetailedCostReport {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class GenerateDetailedCostReport class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: CostManagementClient);
13
+ /**
14
+ * Generates the detailed cost report for provided date range, billing period(only enterprise
15
+ * customers) or Invoice ID asynchronously at a certain scope. Call returns a 202 with header
16
+ * Azure-Consumption-AsyncOperation providing a link to the operation created. A call on the operation
17
+ * will provide the status and if the operation is completed the blob file where generated detailed
18
+ * cost report is being stored.
19
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
20
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
21
+ * @param parameters Parameters supplied to the Create detailed cost report operation.
22
+ * @param options The options parameters.
23
+ */
24
+ beginCreateOperation(scope: string, parameters: GenerateDetailedCostReportDefinition, options?: GenerateDetailedCostReportCreateOperationOptionalParams): Promise<SimplePollerLike<OperationState<GenerateDetailedCostReportCreateOperationResponse>, GenerateDetailedCostReportCreateOperationResponse>>;
25
+ /**
26
+ * Generates the detailed cost report for provided date range, billing period(only enterprise
27
+ * customers) or Invoice ID asynchronously at a certain scope. Call returns a 202 with header
28
+ * Azure-Consumption-AsyncOperation providing a link to the operation created. A call on the operation
29
+ * will provide the status and if the operation is completed the blob file where generated detailed
30
+ * cost report is being stored.
31
+ * @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
32
+ * scopes. For details, see https://aka.ms/costmgmt/scopes.
33
+ * @param parameters Parameters supplied to the Create detailed cost report operation.
34
+ * @param options The options parameters.
35
+ */
36
+ beginCreateOperationAndWait(scope: string, parameters: GenerateDetailedCostReportDefinition, options?: GenerateDetailedCostReportCreateOperationOptionalParams): Promise<GenerateDetailedCostReportCreateOperationResponse>;
37
+ }
38
+ //# sourceMappingURL=generateDetailedCostReport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generateDetailedCostReport.d.ts","sourceRoot":"","sources":["../../../src/operations/generateDetailedCostReport.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAI9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,oCAAoC,EACpC,uDAAuD,EACvD,iDAAiD,EAClD,MAAM,oBAAoB,CAAC;AAE5B,8DAA8D;AAC9D,qBAAa,8BACX,YAAW,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;;;;;;;OAUG;IACG,oBAAoB,CACxB,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,oCAAoC,EAChD,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iDAAiD,CAAC,EACjE,iDAAiD,CAClD,CACF;IAyDD;;;;;;;;;;OAUG;IACG,2BAA2B,CAC/B,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,oCAAoC,EAChD,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC;CAI9D"}