@azure/arm-costmanagement 1.0.0-alpha.20250110.1 → 1.0.0-alpha.20250113.1

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 (1051) hide show
  1. package/dist/browser/costManagementClient.d.ts +33 -0
  2. package/dist/browser/costManagementClient.d.ts.map +1 -0
  3. package/dist/browser/costManagementClient.js +106 -0
  4. package/dist/browser/costManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/dist/browser/index.d.ts.map +1 -0
  7. package/dist/browser/index.js +13 -0
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/dist/browser/models/parameters.js +378 -0
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/dist/browser/operations/alerts.d.ts +86 -0
  15. package/dist/browser/operations/alerts.d.ts.map +1 -0
  16. package/dist/browser/operations/alerts.js +174 -0
  17. package/dist/browser/operations/alerts.js.map +1 -0
  18. package/dist/browser/operations/benefitRecommendations.d.ts +50 -0
  19. package/dist/browser/operations/benefitRecommendations.d.ts.map +1 -0
  20. package/dist/browser/operations/benefitRecommendations.js +160 -0
  21. package/dist/browser/operations/benefitRecommendations.js.map +1 -0
  22. package/dist/browser/operations/benefitUtilizationSummaries.d.ts +108 -0
  23. package/dist/browser/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  24. package/dist/browser/operations/benefitUtilizationSummaries.js +518 -0
  25. package/dist/browser/operations/benefitUtilizationSummaries.js.map +1 -0
  26. package/dist/browser/operations/dimensions.d.ts +78 -0
  27. package/dist/browser/operations/dimensions.d.ts.map +1 -0
  28. package/dist/browser/operations/dimensions.js +224 -0
  29. package/dist/browser/operations/dimensions.js.map +1 -0
  30. package/dist/browser/operations/exports.d.ts +141 -0
  31. package/dist/browser/operations/exports.d.ts.map +1 -0
  32. package/dist/browser/operations/exports.js +260 -0
  33. package/dist/browser/operations/exports.js.map +1 -0
  34. package/dist/browser/operations/forecast.d.ts +45 -0
  35. package/dist/browser/operations/forecast.d.ts.map +1 -0
  36. package/dist/browser/operations/forecast.js +105 -0
  37. package/dist/browser/operations/forecast.js.map +1 -0
  38. package/dist/browser/operations/generateCostDetailsReport.d.ts +70 -0
  39. package/dist/browser/operations/generateCostDetailsReport.d.ts.map +1 -0
  40. package/dist/browser/operations/generateCostDetailsReport.js +209 -0
  41. package/dist/browser/operations/generateCostDetailsReport.js.map +1 -0
  42. package/dist/browser/operations/generateDetailedCostReport.d.ts +38 -0
  43. package/dist/browser/operations/generateDetailedCostReport.d.ts.map +1 -0
  44. package/dist/browser/operations/generateDetailedCostReport.js +114 -0
  45. package/dist/browser/operations/generateDetailedCostReport.js.map +1 -0
  46. package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  47. package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  48. package/dist/browser/operations/generateDetailedCostReportOperationResults.js +105 -0
  49. package/dist/browser/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  50. package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  51. package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  52. package/dist/browser/operations/generateDetailedCostReportOperationStatus.js +50 -0
  53. package/dist/browser/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  54. package/dist/browser/operations/generateReservationDetailsReport.d.ts +60 -0
  55. package/dist/browser/operations/generateReservationDetailsReport.d.ts.map +1 -0
  56. package/dist/browser/operations/generateReservationDetailsReport.js +209 -0
  57. package/dist/browser/operations/generateReservationDetailsReport.js.map +1 -0
  58. package/dist/browser/operations/index.d.ts +17 -0
  59. package/dist/browser/operations/index.d.ts.map +1 -0
  60. package/dist/browser/operations/index.js +24 -0
  61. package/dist/browser/operations/index.js.map +1 -0
  62. package/dist/browser/operations/operations.d.ts +32 -0
  63. package/dist/browser/operations/operations.d.ts.map +1 -0
  64. package/dist/browser/operations/operations.js +133 -0
  65. package/dist/browser/operations/operations.js.map +1 -0
  66. package/dist/browser/operations/priceSheet.d.ts +54 -0
  67. package/dist/browser/operations/priceSheet.d.ts.map +1 -0
  68. package/dist/browser/operations/priceSheet.js +200 -0
  69. package/dist/browser/operations/priceSheet.js.map +1 -0
  70. package/dist/browser/operations/query.d.ts +45 -0
  71. package/dist/browser/operations/query.d.ts.map +1 -0
  72. package/dist/browser/operations/query.js +105 -0
  73. package/dist/browser/operations/query.js.map +1 -0
  74. package/dist/browser/operations/scheduledActions.d.ts +240 -0
  75. package/dist/browser/operations/scheduledActions.d.ts.map +1 -0
  76. package/dist/browser/operations/scheduledActions.js +626 -0
  77. package/dist/browser/operations/scheduledActions.js.map +1 -0
  78. package/dist/browser/operations/views.d.ts +194 -0
  79. package/dist/browser/operations/views.d.ts.map +1 -0
  80. package/dist/browser/operations/views.js +500 -0
  81. package/dist/browser/operations/views.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/alerts.d.ts +78 -0
  83. package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  86. package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/benefitRecommendations.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  89. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/dimensions.d.ts +36 -0
  92. package/dist/browser/operationsInterfaces/dimensions.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/dimensions.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/exports.d.ts +133 -0
  95. package/dist/browser/operationsInterfaces/exports.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/exports.js.map +1 -0
  97. package/dist/browser/operationsInterfaces/forecast.d.ts +37 -0
  98. package/dist/browser/operationsInterfaces/forecast.d.ts.map +1 -0
  99. package/dist/browser/operationsInterfaces/forecast.js.map +1 -0
  100. package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  101. package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  102. package/dist/browser/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  104. package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  106. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  107. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  110. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  112. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  113. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  114. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  115. package/dist/browser/operationsInterfaces/index.d.ts +17 -0
  116. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  117. package/dist/browser/operationsInterfaces/index.js +24 -0
  118. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  119. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  120. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  121. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/priceSheet.d.ts +46 -0
  123. package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
  125. package/dist/browser/operationsInterfaces/query.d.ts +37 -0
  126. package/dist/browser/operationsInterfaces/query.d.ts.map +1 -0
  127. package/dist/browser/operationsInterfaces/query.js.map +1 -0
  128. package/dist/browser/operationsInterfaces/scheduledActions.d.ts +174 -0
  129. package/dist/browser/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  130. package/dist/browser/operationsInterfaces/scheduledActions.js.map +1 -0
  131. package/dist/browser/operationsInterfaces/views.d.ts +126 -0
  132. package/dist/browser/operationsInterfaces/views.d.ts.map +1 -0
  133. package/dist/browser/operationsInterfaces/views.js.map +1 -0
  134. package/dist/browser/package.json +3 -0
  135. package/dist/browser/pagingHelper.js.map +1 -0
  136. package/dist/commonjs/costManagementClient.d.ts +33 -0
  137. package/dist/commonjs/costManagementClient.d.ts.map +1 -0
  138. package/dist/commonjs/costManagementClient.js +111 -0
  139. package/dist/commonjs/costManagementClient.js.map +1 -0
  140. package/dist/commonjs/index.d.ts +5 -0
  141. package/dist/commonjs/index.d.ts.map +1 -0
  142. package/dist/commonjs/index.js +19 -0
  143. package/dist/commonjs/index.js.map +1 -0
  144. package/dist/commonjs/lroImpl.d.ts +11 -0
  145. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  146. package/dist/commonjs/lroImpl.js +24 -0
  147. package/dist/commonjs/lroImpl.js.map +1 -0
  148. package/dist/commonjs/models/index.d.ts +2991 -0
  149. package/dist/commonjs/models/index.d.ts.map +1 -0
  150. package/dist/commonjs/models/index.js +610 -0
  151. package/dist/commonjs/models/index.js.map +1 -0
  152. package/dist/commonjs/models/mappers.d.ts +118 -0
  153. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  154. package/dist/commonjs/models/mappers.js +3707 -0
  155. package/dist/commonjs/models/mappers.js.map +1 -0
  156. package/dist/commonjs/models/parameters.d.ts +43 -0
  157. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  158. package/dist/commonjs/models/parameters.js +381 -0
  159. package/dist/commonjs/models/parameters.js.map +1 -0
  160. package/dist/commonjs/operations/alerts.d.ts +86 -0
  161. package/dist/commonjs/operations/alerts.d.ts.map +1 -0
  162. package/dist/commonjs/operations/alerts.js +179 -0
  163. package/dist/commonjs/operations/alerts.js.map +1 -0
  164. package/dist/commonjs/operations/benefitRecommendations.d.ts +50 -0
  165. package/dist/commonjs/operations/benefitRecommendations.d.ts.map +1 -0
  166. package/dist/commonjs/operations/benefitRecommendations.js +164 -0
  167. package/dist/commonjs/operations/benefitRecommendations.js.map +1 -0
  168. package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts +108 -0
  169. package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  170. package/dist/commonjs/operations/benefitUtilizationSummaries.js +522 -0
  171. package/dist/commonjs/operations/benefitUtilizationSummaries.js.map +1 -0
  172. package/dist/commonjs/operations/dimensions.d.ts +78 -0
  173. package/dist/commonjs/operations/dimensions.d.ts.map +1 -0
  174. package/dist/commonjs/operations/dimensions.js +228 -0
  175. package/dist/commonjs/operations/dimensions.js.map +1 -0
  176. package/dist/commonjs/operations/exports.d.ts +141 -0
  177. package/dist/commonjs/operations/exports.d.ts.map +1 -0
  178. package/dist/commonjs/operations/exports.js +265 -0
  179. package/dist/commonjs/operations/exports.js.map +1 -0
  180. package/dist/commonjs/operations/forecast.d.ts +45 -0
  181. package/dist/commonjs/operations/forecast.d.ts.map +1 -0
  182. package/dist/commonjs/operations/forecast.js +110 -0
  183. package/dist/commonjs/operations/forecast.js.map +1 -0
  184. package/dist/commonjs/operations/generateCostDetailsReport.d.ts +70 -0
  185. package/dist/commonjs/operations/generateCostDetailsReport.d.ts.map +1 -0
  186. package/dist/commonjs/operations/generateCostDetailsReport.js +214 -0
  187. package/dist/commonjs/operations/generateCostDetailsReport.js.map +1 -0
  188. package/dist/commonjs/operations/generateDetailedCostReport.d.ts +38 -0
  189. package/dist/commonjs/operations/generateDetailedCostReport.d.ts.map +1 -0
  190. package/dist/commonjs/operations/generateDetailedCostReport.js +119 -0
  191. package/dist/commonjs/operations/generateDetailedCostReport.js.map +1 -0
  192. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  193. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  194. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js +110 -0
  195. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  196. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  197. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  198. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js +55 -0
  199. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  200. package/dist/commonjs/operations/generateReservationDetailsReport.d.ts +60 -0
  201. package/dist/commonjs/operations/generateReservationDetailsReport.d.ts.map +1 -0
  202. package/dist/commonjs/operations/generateReservationDetailsReport.js +214 -0
  203. package/dist/commonjs/operations/generateReservationDetailsReport.js.map +1 -0
  204. package/dist/commonjs/operations/index.d.ts +17 -0
  205. package/dist/commonjs/operations/index.d.ts.map +1 -0
  206. package/dist/commonjs/operations/index.js +27 -0
  207. package/dist/commonjs/operations/index.js.map +1 -0
  208. package/dist/commonjs/operations/operations.d.ts +32 -0
  209. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  210. package/dist/commonjs/operations/operations.js +137 -0
  211. package/dist/commonjs/operations/operations.js.map +1 -0
  212. package/dist/commonjs/operations/priceSheet.d.ts +54 -0
  213. package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
  214. package/dist/commonjs/operations/priceSheet.js +205 -0
  215. package/dist/commonjs/operations/priceSheet.js.map +1 -0
  216. package/dist/commonjs/operations/query.d.ts +45 -0
  217. package/dist/commonjs/operations/query.d.ts.map +1 -0
  218. package/dist/commonjs/operations/query.js +110 -0
  219. package/dist/commonjs/operations/query.js.map +1 -0
  220. package/dist/commonjs/operations/scheduledActions.d.ts +240 -0
  221. package/dist/commonjs/operations/scheduledActions.d.ts.map +1 -0
  222. package/dist/commonjs/operations/scheduledActions.js +630 -0
  223. package/dist/commonjs/operations/scheduledActions.js.map +1 -0
  224. package/dist/commonjs/operations/views.d.ts +194 -0
  225. package/dist/commonjs/operations/views.d.ts.map +1 -0
  226. package/dist/commonjs/operations/views.js +504 -0
  227. package/dist/commonjs/operations/views.js.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/alerts.d.ts +78 -0
  229. package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
  231. package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
  232. package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  233. package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  234. package/dist/commonjs/operationsInterfaces/benefitRecommendations.js +10 -0
  235. package/dist/commonjs/operationsInterfaces/benefitRecommendations.js.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  237. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js +10 -0
  239. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/dimensions.d.ts +36 -0
  241. package/dist/commonjs/operationsInterfaces/dimensions.d.ts.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/dimensions.js +10 -0
  243. package/dist/commonjs/operationsInterfaces/dimensions.js.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/exports.d.ts +133 -0
  245. package/dist/commonjs/operationsInterfaces/exports.d.ts.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/exports.js +10 -0
  247. package/dist/commonjs/operationsInterfaces/exports.js.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/forecast.d.ts +37 -0
  249. package/dist/commonjs/operationsInterfaces/forecast.d.ts.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/forecast.js +10 -0
  251. package/dist/commonjs/operationsInterfaces/forecast.js.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  253. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js +10 -0
  255. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  257. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js +10 -0
  259. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  261. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js +10 -0
  263. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  265. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js +10 -0
  267. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  269. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js +10 -0
  271. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
  273. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/index.js +27 -0
  275. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  277. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  279. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/priceSheet.d.ts +46 -0
  281. package/dist/commonjs/operationsInterfaces/priceSheet.d.ts.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/priceSheet.js +10 -0
  283. package/dist/commonjs/operationsInterfaces/priceSheet.js.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/query.d.ts +37 -0
  285. package/dist/commonjs/operationsInterfaces/query.d.ts.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/query.js +10 -0
  287. package/dist/commonjs/operationsInterfaces/query.js.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts +174 -0
  289. package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/scheduledActions.js +10 -0
  291. package/dist/commonjs/operationsInterfaces/scheduledActions.js.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/views.d.ts +126 -0
  293. package/dist/commonjs/operationsInterfaces/views.d.ts.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/views.js +10 -0
  295. package/dist/commonjs/operationsInterfaces/views.js.map +1 -0
  296. package/dist/commonjs/package.json +3 -0
  297. package/dist/commonjs/pagingHelper.d.ts +13 -0
  298. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  299. package/dist/commonjs/pagingHelper.js +36 -0
  300. package/dist/commonjs/pagingHelper.js.map +1 -0
  301. package/dist/esm/costManagementClient.d.ts +33 -0
  302. package/dist/esm/costManagementClient.d.ts.map +1 -0
  303. package/dist/esm/costManagementClient.js +106 -0
  304. package/dist/esm/costManagementClient.js.map +1 -0
  305. package/dist/esm/index.d.ts +5 -0
  306. package/dist/esm/index.d.ts.map +1 -0
  307. package/dist/esm/index.js +13 -0
  308. package/dist/esm/index.js.map +1 -0
  309. package/dist/esm/lroImpl.d.ts +11 -0
  310. package/dist/esm/lroImpl.d.ts.map +1 -0
  311. package/dist/esm/lroImpl.js +21 -0
  312. package/dist/esm/lroImpl.js.map +1 -0
  313. package/dist/esm/models/index.d.ts +2991 -0
  314. package/dist/esm/models/index.d.ts.map +1 -0
  315. package/dist/esm/models/index.js +606 -0
  316. package/dist/esm/models/index.js.map +1 -0
  317. package/dist/esm/models/mappers.d.ts +118 -0
  318. package/dist/esm/models/mappers.d.ts.map +1 -0
  319. package/dist/esm/models/mappers.js +3702 -0
  320. package/dist/esm/models/mappers.js.map +1 -0
  321. package/dist/esm/models/parameters.d.ts +43 -0
  322. package/dist/esm/models/parameters.d.ts.map +1 -0
  323. package/dist/esm/models/parameters.js +378 -0
  324. package/dist/esm/models/parameters.js.map +1 -0
  325. package/dist/esm/operations/alerts.d.ts +86 -0
  326. package/dist/esm/operations/alerts.d.ts.map +1 -0
  327. package/dist/esm/operations/alerts.js +174 -0
  328. package/dist/esm/operations/alerts.js.map +1 -0
  329. package/dist/esm/operations/benefitRecommendations.d.ts +50 -0
  330. package/dist/esm/operations/benefitRecommendations.d.ts.map +1 -0
  331. package/dist/esm/operations/benefitRecommendations.js +160 -0
  332. package/dist/esm/operations/benefitRecommendations.js.map +1 -0
  333. package/dist/esm/operations/benefitUtilizationSummaries.d.ts +108 -0
  334. package/dist/esm/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  335. package/dist/esm/operations/benefitUtilizationSummaries.js +518 -0
  336. package/dist/esm/operations/benefitUtilizationSummaries.js.map +1 -0
  337. package/dist/esm/operations/dimensions.d.ts +78 -0
  338. package/dist/esm/operations/dimensions.d.ts.map +1 -0
  339. package/dist/esm/operations/dimensions.js +224 -0
  340. package/dist/esm/operations/dimensions.js.map +1 -0
  341. package/dist/esm/operations/exports.d.ts +141 -0
  342. package/dist/esm/operations/exports.d.ts.map +1 -0
  343. package/dist/esm/operations/exports.js +260 -0
  344. package/dist/esm/operations/exports.js.map +1 -0
  345. package/dist/esm/operations/forecast.d.ts +45 -0
  346. package/dist/esm/operations/forecast.d.ts.map +1 -0
  347. package/dist/esm/operations/forecast.js +105 -0
  348. package/dist/esm/operations/forecast.js.map +1 -0
  349. package/dist/esm/operations/generateCostDetailsReport.d.ts +70 -0
  350. package/dist/esm/operations/generateCostDetailsReport.d.ts.map +1 -0
  351. package/dist/esm/operations/generateCostDetailsReport.js +209 -0
  352. package/dist/esm/operations/generateCostDetailsReport.js.map +1 -0
  353. package/dist/esm/operations/generateDetailedCostReport.d.ts +38 -0
  354. package/dist/esm/operations/generateDetailedCostReport.d.ts.map +1 -0
  355. package/dist/esm/operations/generateDetailedCostReport.js +114 -0
  356. package/dist/esm/operations/generateDetailedCostReport.js.map +1 -0
  357. package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  358. package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  359. package/dist/esm/operations/generateDetailedCostReportOperationResults.js +105 -0
  360. package/dist/esm/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  361. package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  362. package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  363. package/dist/esm/operations/generateDetailedCostReportOperationStatus.js +50 -0
  364. package/dist/esm/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  365. package/dist/esm/operations/generateReservationDetailsReport.d.ts +60 -0
  366. package/dist/esm/operations/generateReservationDetailsReport.d.ts.map +1 -0
  367. package/dist/esm/operations/generateReservationDetailsReport.js +209 -0
  368. package/dist/esm/operations/generateReservationDetailsReport.js.map +1 -0
  369. package/dist/esm/operations/index.d.ts +17 -0
  370. package/dist/esm/operations/index.d.ts.map +1 -0
  371. package/dist/esm/operations/index.js +24 -0
  372. package/dist/esm/operations/index.js.map +1 -0
  373. package/dist/esm/operations/operations.d.ts +32 -0
  374. package/dist/esm/operations/operations.d.ts.map +1 -0
  375. package/dist/esm/operations/operations.js +133 -0
  376. package/dist/esm/operations/operations.js.map +1 -0
  377. package/dist/esm/operations/priceSheet.d.ts +54 -0
  378. package/dist/esm/operations/priceSheet.d.ts.map +1 -0
  379. package/dist/esm/operations/priceSheet.js +200 -0
  380. package/dist/esm/operations/priceSheet.js.map +1 -0
  381. package/dist/esm/operations/query.d.ts +45 -0
  382. package/dist/esm/operations/query.d.ts.map +1 -0
  383. package/dist/esm/operations/query.js +105 -0
  384. package/dist/esm/operations/query.js.map +1 -0
  385. package/dist/esm/operations/scheduledActions.d.ts +240 -0
  386. package/dist/esm/operations/scheduledActions.d.ts.map +1 -0
  387. package/dist/esm/operations/scheduledActions.js +626 -0
  388. package/dist/esm/operations/scheduledActions.js.map +1 -0
  389. package/dist/esm/operations/views.d.ts +194 -0
  390. package/dist/esm/operations/views.d.ts.map +1 -0
  391. package/dist/esm/operations/views.js +500 -0
  392. package/dist/esm/operations/views.js.map +1 -0
  393. package/dist/esm/operationsInterfaces/alerts.d.ts +78 -0
  394. package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
  395. package/dist/esm/operationsInterfaces/alerts.js +9 -0
  396. package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
  397. package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  398. package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  399. package/dist/esm/operationsInterfaces/benefitRecommendations.js +9 -0
  400. package/dist/esm/operationsInterfaces/benefitRecommendations.js.map +1 -0
  401. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  402. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  403. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
  404. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  405. package/dist/esm/operationsInterfaces/dimensions.d.ts +36 -0
  406. package/dist/esm/operationsInterfaces/dimensions.d.ts.map +1 -0
  407. package/dist/esm/operationsInterfaces/dimensions.js +9 -0
  408. package/dist/esm/operationsInterfaces/dimensions.js.map +1 -0
  409. package/dist/esm/operationsInterfaces/exports.d.ts +133 -0
  410. package/dist/esm/operationsInterfaces/exports.d.ts.map +1 -0
  411. package/dist/esm/operationsInterfaces/exports.js +9 -0
  412. package/dist/esm/operationsInterfaces/exports.js.map +1 -0
  413. package/dist/esm/operationsInterfaces/forecast.d.ts +37 -0
  414. package/dist/esm/operationsInterfaces/forecast.d.ts.map +1 -0
  415. package/dist/esm/operationsInterfaces/forecast.js +9 -0
  416. package/dist/esm/operationsInterfaces/forecast.js.map +1 -0
  417. package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  418. package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  419. package/dist/esm/operationsInterfaces/generateCostDetailsReport.js +9 -0
  420. package/dist/esm/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  421. package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  422. package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  423. package/dist/esm/operationsInterfaces/generateDetailedCostReport.js +9 -0
  424. package/dist/esm/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  425. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  426. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  427. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
  428. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  429. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  430. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  431. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
  432. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  433. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  434. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  435. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js +9 -0
  436. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  437. package/dist/esm/operationsInterfaces/index.d.ts +17 -0
  438. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  439. package/dist/esm/operationsInterfaces/index.js +24 -0
  440. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  441. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  442. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  443. package/dist/esm/operationsInterfaces/operations.js +9 -0
  444. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  445. package/dist/esm/operationsInterfaces/priceSheet.d.ts +46 -0
  446. package/dist/esm/operationsInterfaces/priceSheet.d.ts.map +1 -0
  447. package/dist/esm/operationsInterfaces/priceSheet.js +9 -0
  448. package/dist/esm/operationsInterfaces/priceSheet.js.map +1 -0
  449. package/dist/esm/operationsInterfaces/query.d.ts +37 -0
  450. package/dist/esm/operationsInterfaces/query.d.ts.map +1 -0
  451. package/dist/esm/operationsInterfaces/query.js +9 -0
  452. package/dist/esm/operationsInterfaces/query.js.map +1 -0
  453. package/dist/esm/operationsInterfaces/scheduledActions.d.ts +174 -0
  454. package/dist/esm/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  455. package/dist/esm/operationsInterfaces/scheduledActions.js +9 -0
  456. package/dist/esm/operationsInterfaces/scheduledActions.js.map +1 -0
  457. package/dist/esm/operationsInterfaces/views.d.ts +126 -0
  458. package/dist/esm/operationsInterfaces/views.d.ts.map +1 -0
  459. package/dist/esm/operationsInterfaces/views.js +9 -0
  460. package/dist/esm/operationsInterfaces/views.js.map +1 -0
  461. package/dist/esm/package.json +3 -0
  462. package/dist/esm/pagingHelper.d.ts +13 -0
  463. package/dist/esm/pagingHelper.d.ts.map +1 -0
  464. package/dist/esm/pagingHelper.js +32 -0
  465. package/dist/esm/pagingHelper.js.map +1 -0
  466. package/dist/react-native/costManagementClient.d.ts +33 -0
  467. package/dist/react-native/costManagementClient.d.ts.map +1 -0
  468. package/dist/react-native/costManagementClient.js +106 -0
  469. package/dist/react-native/costManagementClient.js.map +1 -0
  470. package/dist/react-native/index.d.ts +5 -0
  471. package/dist/react-native/index.d.ts.map +1 -0
  472. package/dist/react-native/index.js +13 -0
  473. package/dist/react-native/index.js.map +1 -0
  474. package/dist/react-native/lroImpl.d.ts +11 -0
  475. package/dist/react-native/lroImpl.d.ts.map +1 -0
  476. package/dist/react-native/lroImpl.js +21 -0
  477. package/dist/react-native/lroImpl.js.map +1 -0
  478. package/dist/react-native/models/index.d.ts +2991 -0
  479. package/dist/react-native/models/index.d.ts.map +1 -0
  480. package/dist/react-native/models/index.js +606 -0
  481. package/dist/react-native/models/index.js.map +1 -0
  482. package/dist/react-native/models/mappers.d.ts +118 -0
  483. package/dist/react-native/models/mappers.d.ts.map +1 -0
  484. package/dist/react-native/models/mappers.js +3702 -0
  485. package/dist/react-native/models/mappers.js.map +1 -0
  486. package/dist/react-native/models/parameters.d.ts +43 -0
  487. package/dist/react-native/models/parameters.d.ts.map +1 -0
  488. package/dist/react-native/models/parameters.js +378 -0
  489. package/dist/react-native/models/parameters.js.map +1 -0
  490. package/dist/react-native/operations/alerts.d.ts +86 -0
  491. package/dist/react-native/operations/alerts.d.ts.map +1 -0
  492. package/dist/react-native/operations/alerts.js +174 -0
  493. package/dist/react-native/operations/alerts.js.map +1 -0
  494. package/dist/react-native/operations/benefitRecommendations.d.ts +50 -0
  495. package/dist/react-native/operations/benefitRecommendations.d.ts.map +1 -0
  496. package/dist/react-native/operations/benefitRecommendations.js +160 -0
  497. package/dist/react-native/operations/benefitRecommendations.js.map +1 -0
  498. package/dist/react-native/operations/benefitUtilizationSummaries.d.ts +108 -0
  499. package/dist/react-native/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  500. package/dist/react-native/operations/benefitUtilizationSummaries.js +518 -0
  501. package/dist/react-native/operations/benefitUtilizationSummaries.js.map +1 -0
  502. package/dist/react-native/operations/dimensions.d.ts +78 -0
  503. package/dist/react-native/operations/dimensions.d.ts.map +1 -0
  504. package/dist/react-native/operations/dimensions.js +224 -0
  505. package/dist/react-native/operations/dimensions.js.map +1 -0
  506. package/dist/react-native/operations/exports.d.ts +141 -0
  507. package/dist/react-native/operations/exports.d.ts.map +1 -0
  508. package/dist/react-native/operations/exports.js +260 -0
  509. package/dist/react-native/operations/exports.js.map +1 -0
  510. package/dist/react-native/operations/forecast.d.ts +45 -0
  511. package/dist/react-native/operations/forecast.d.ts.map +1 -0
  512. package/dist/react-native/operations/forecast.js +105 -0
  513. package/dist/react-native/operations/forecast.js.map +1 -0
  514. package/dist/react-native/operations/generateCostDetailsReport.d.ts +70 -0
  515. package/dist/react-native/operations/generateCostDetailsReport.d.ts.map +1 -0
  516. package/dist/react-native/operations/generateCostDetailsReport.js +209 -0
  517. package/dist/react-native/operations/generateCostDetailsReport.js.map +1 -0
  518. package/dist/react-native/operations/generateDetailedCostReport.d.ts +38 -0
  519. package/dist/react-native/operations/generateDetailedCostReport.d.ts.map +1 -0
  520. package/dist/react-native/operations/generateDetailedCostReport.js +114 -0
  521. package/dist/react-native/operations/generateDetailedCostReport.js.map +1 -0
  522. package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  523. package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  524. package/dist/react-native/operations/generateDetailedCostReportOperationResults.js +105 -0
  525. package/dist/react-native/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  526. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  527. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  528. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js +50 -0
  529. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  530. package/dist/react-native/operations/generateReservationDetailsReport.d.ts +60 -0
  531. package/dist/react-native/operations/generateReservationDetailsReport.d.ts.map +1 -0
  532. package/dist/react-native/operations/generateReservationDetailsReport.js +209 -0
  533. package/dist/react-native/operations/generateReservationDetailsReport.js.map +1 -0
  534. package/dist/react-native/operations/index.d.ts +17 -0
  535. package/dist/react-native/operations/index.d.ts.map +1 -0
  536. package/dist/react-native/operations/index.js +24 -0
  537. package/dist/react-native/operations/index.js.map +1 -0
  538. package/dist/react-native/operations/operations.d.ts +32 -0
  539. package/dist/react-native/operations/operations.d.ts.map +1 -0
  540. package/dist/react-native/operations/operations.js +133 -0
  541. package/dist/react-native/operations/operations.js.map +1 -0
  542. package/dist/react-native/operations/priceSheet.d.ts +54 -0
  543. package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
  544. package/dist/react-native/operations/priceSheet.js +200 -0
  545. package/dist/react-native/operations/priceSheet.js.map +1 -0
  546. package/dist/react-native/operations/query.d.ts +45 -0
  547. package/dist/react-native/operations/query.d.ts.map +1 -0
  548. package/dist/react-native/operations/query.js +105 -0
  549. package/dist/react-native/operations/query.js.map +1 -0
  550. package/dist/react-native/operations/scheduledActions.d.ts +240 -0
  551. package/dist/react-native/operations/scheduledActions.d.ts.map +1 -0
  552. package/dist/react-native/operations/scheduledActions.js +626 -0
  553. package/dist/react-native/operations/scheduledActions.js.map +1 -0
  554. package/dist/react-native/operations/views.d.ts +194 -0
  555. package/dist/react-native/operations/views.d.ts.map +1 -0
  556. package/dist/react-native/operations/views.js +500 -0
  557. package/dist/react-native/operations/views.js.map +1 -0
  558. package/dist/react-native/operationsInterfaces/alerts.d.ts +78 -0
  559. package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
  560. package/dist/react-native/operationsInterfaces/alerts.js +9 -0
  561. package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
  562. package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  563. package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  564. package/dist/react-native/operationsInterfaces/benefitRecommendations.js +9 -0
  565. package/dist/react-native/operationsInterfaces/benefitRecommendations.js.map +1 -0
  566. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  567. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  568. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
  569. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  570. package/dist/react-native/operationsInterfaces/dimensions.d.ts +36 -0
  571. package/dist/react-native/operationsInterfaces/dimensions.d.ts.map +1 -0
  572. package/dist/react-native/operationsInterfaces/dimensions.js +9 -0
  573. package/dist/react-native/operationsInterfaces/dimensions.js.map +1 -0
  574. package/dist/react-native/operationsInterfaces/exports.d.ts +133 -0
  575. package/dist/react-native/operationsInterfaces/exports.d.ts.map +1 -0
  576. package/dist/react-native/operationsInterfaces/exports.js +9 -0
  577. package/dist/react-native/operationsInterfaces/exports.js.map +1 -0
  578. package/dist/react-native/operationsInterfaces/forecast.d.ts +37 -0
  579. package/dist/react-native/operationsInterfaces/forecast.d.ts.map +1 -0
  580. package/dist/react-native/operationsInterfaces/forecast.js +9 -0
  581. package/dist/react-native/operationsInterfaces/forecast.js.map +1 -0
  582. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  583. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  584. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js +9 -0
  585. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  586. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  587. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  588. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js +9 -0
  589. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  590. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  591. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  592. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
  593. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  594. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  595. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  596. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
  597. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  598. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  599. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  600. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js +9 -0
  601. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  602. package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
  603. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  604. package/dist/react-native/operationsInterfaces/index.js +24 -0
  605. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  606. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  607. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  608. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  609. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  610. package/dist/react-native/operationsInterfaces/priceSheet.d.ts +46 -0
  611. package/dist/react-native/operationsInterfaces/priceSheet.d.ts.map +1 -0
  612. package/dist/react-native/operationsInterfaces/priceSheet.js +9 -0
  613. package/dist/react-native/operationsInterfaces/priceSheet.js.map +1 -0
  614. package/dist/react-native/operationsInterfaces/query.d.ts +37 -0
  615. package/dist/react-native/operationsInterfaces/query.d.ts.map +1 -0
  616. package/dist/react-native/operationsInterfaces/query.js +9 -0
  617. package/dist/react-native/operationsInterfaces/query.js.map +1 -0
  618. package/dist/react-native/operationsInterfaces/scheduledActions.d.ts +174 -0
  619. package/dist/react-native/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  620. package/dist/react-native/operationsInterfaces/scheduledActions.js +9 -0
  621. package/dist/react-native/operationsInterfaces/scheduledActions.js.map +1 -0
  622. package/dist/react-native/operationsInterfaces/views.d.ts +126 -0
  623. package/dist/react-native/operationsInterfaces/views.d.ts.map +1 -0
  624. package/dist/react-native/operationsInterfaces/views.js +9 -0
  625. package/dist/react-native/operationsInterfaces/views.js.map +1 -0
  626. package/dist/react-native/package.json +3 -0
  627. package/dist/react-native/pagingHelper.d.ts +13 -0
  628. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  629. package/dist/react-native/pagingHelper.js +32 -0
  630. package/dist/react-native/pagingHelper.js.map +1 -0
  631. package/package.json +58 -28
  632. package/dist/index.js +0 -8642
  633. package/dist/index.js.map +0 -1
  634. package/dist/index.min.js +0 -1
  635. package/dist/index.min.js.map +0 -1
  636. package/dist-esm/samples-dev/alertsDismissSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/alertsDismissSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/alertsDismissSample.js +0 -56
  639. package/dist-esm/samples-dev/alertsDismissSample.js.map +0 -1
  640. package/dist-esm/samples-dev/alertsGetSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/alertsGetSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/alertsGetSample.js +0 -54
  643. package/dist-esm/samples-dev/alertsGetSample.js.map +0 -1
  644. package/dist-esm/samples-dev/alertsListExternalSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/alertsListExternalSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/alertsListExternalSample.js +0 -54
  647. package/dist-esm/samples-dev/alertsListExternalSample.js.map +0 -1
  648. package/dist-esm/samples-dev/alertsListSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/alertsListSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/alertsListSample.js +0 -132
  651. package/dist-esm/samples-dev/alertsListSample.js.map +0 -1
  652. package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/benefitRecommendationsListSample.js +0 -55
  655. package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +0 -1
  656. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +0 -56
  659. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +0 -1
  660. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +0 -57
  663. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +0 -1
  664. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +0 -53
  667. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +0 -1
  668. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +0 -52
  671. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +0 -1
  672. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +0 -86
  675. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +0 -1
  676. package/dist-esm/samples-dev/dimensionsListSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/dimensionsListSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/dimensionsListSample.js +0 -914
  679. package/dist-esm/samples-dev/dimensionsListSample.js.map +0 -1
  680. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js +0 -326
  683. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js.map +0 -1
  684. package/dist-esm/samples-dev/exportsDeleteSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/exportsDeleteSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/exportsDeleteSample.js +0 -122
  687. package/dist-esm/samples-dev/exportsDeleteSample.js.map +0 -1
  688. package/dist-esm/samples-dev/exportsExecuteSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/exportsExecuteSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/exportsExecuteSample.js +0 -122
  691. package/dist-esm/samples-dev/exportsExecuteSample.js.map +0 -1
  692. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts +0 -2
  693. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js +0 -122
  695. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js.map +0 -1
  696. package/dist-esm/samples-dev/exportsGetSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/exportsGetSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/exportsGetSample.js +0 -122
  699. package/dist-esm/samples-dev/exportsGetSample.js.map +0 -1
  700. package/dist-esm/samples-dev/exportsListSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/exportsListSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/exportsListSample.js +0 -116
  703. package/dist-esm/samples-dev/exportsListSample.js.map +0 -1
  704. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js +0 -136
  707. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js.map +0 -1
  708. package/dist-esm/samples-dev/forecastUsageSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/forecastUsageSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/forecastUsageSample.js +0 -433
  711. package/dist-esm/samples-dev/forecastUsageSample.js.map +0 -1
  712. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js +0 -160
  715. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js.map +0 -1
  716. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js +0 -37
  719. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js.map +0 -1
  720. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js +0 -121
  723. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js.map +0 -1
  724. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js +0 -37
  727. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js.map +0 -1
  728. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js +0 -37
  731. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js.map +0 -1
  732. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js +0 -38
  735. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js.map +0 -1
  736. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js +0 -39
  739. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js.map +0 -1
  740. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  743. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  744. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js +0 -37
  747. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js.map +0 -1
  748. package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/priceSheetDownloadSample.js +0 -38
  751. package/dist-esm/samples-dev/priceSheetDownloadSample.js.map +0 -1
  752. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js +0 -126
  755. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js.map +0 -1
  756. package/dist-esm/samples-dev/queryUsageSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/queryUsageSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/queryUsageSample.js +0 -790
  759. package/dist-esm/samples-dev/queryUsageSample.js.map +0 -1
  760. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js +0 -40
  763. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js.map +0 -1
  764. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts +0 -2
  765. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js +0 -39
  767. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js.map +0 -1
  768. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js +0 -96
  771. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js.map +0 -1
  772. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts +0 -2
  773. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js +0 -56
  775. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js.map +0 -1
  776. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js +0 -37
  779. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js.map +0 -1
  780. package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/scheduledActionsDeleteSample.js +0 -36
  783. package/dist-esm/samples-dev/scheduledActionsDeleteSample.js.map +0 -1
  784. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js +0 -37
  787. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js.map +0 -1
  788. package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/scheduledActionsGetSample.js +0 -36
  791. package/dist-esm/samples-dev/scheduledActionsGetSample.js.map +0 -1
  792. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts +0 -2
  793. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts.map +0 -1
  794. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +0 -86
  795. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +0 -1
  796. package/dist-esm/samples-dev/scheduledActionsListSample.d.ts +0 -2
  797. package/dist-esm/samples-dev/scheduledActionsListSample.d.ts.map +0 -1
  798. package/dist-esm/samples-dev/scheduledActionsListSample.js +0 -84
  799. package/dist-esm/samples-dev/scheduledActionsListSample.js.map +0 -1
  800. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts +0 -2
  801. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts.map +0 -1
  802. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js +0 -37
  803. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js.map +0 -1
  804. package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts +0 -2
  805. package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts.map +0 -1
  806. package/dist-esm/samples-dev/scheduledActionsRunSample.js +0 -36
  807. package/dist-esm/samples-dev/scheduledActionsRunSample.js.map +0 -1
  808. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts +0 -2
  809. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts.map +0 -1
  810. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js +0 -65
  811. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js.map +0 -1
  812. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts +0 -2
  813. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts.map +0 -1
  814. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js +0 -64
  815. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js.map +0 -1
  816. package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts +0 -2
  817. package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts.map +0 -1
  818. package/dist-esm/samples-dev/viewsDeleteByScopeSample.js +0 -37
  819. package/dist-esm/samples-dev/viewsDeleteByScopeSample.js.map +0 -1
  820. package/dist-esm/samples-dev/viewsDeleteSample.d.ts +0 -2
  821. package/dist-esm/samples-dev/viewsDeleteSample.d.ts.map +0 -1
  822. package/dist-esm/samples-dev/viewsDeleteSample.js +0 -36
  823. package/dist-esm/samples-dev/viewsDeleteSample.js.map +0 -1
  824. package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts +0 -2
  825. package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts.map +0 -1
  826. package/dist-esm/samples-dev/viewsGetByScopeSample.js +0 -37
  827. package/dist-esm/samples-dev/viewsGetByScopeSample.js.map +0 -1
  828. package/dist-esm/samples-dev/viewsGetSample.d.ts +0 -2
  829. package/dist-esm/samples-dev/viewsGetSample.d.ts.map +0 -1
  830. package/dist-esm/samples-dev/viewsGetSample.js +0 -36
  831. package/dist-esm/samples-dev/viewsGetSample.js.map +0 -1
  832. package/dist-esm/samples-dev/viewsListByScopeSample.d.ts +0 -2
  833. package/dist-esm/samples-dev/viewsListByScopeSample.d.ts.map +0 -1
  834. package/dist-esm/samples-dev/viewsListByScopeSample.js +0 -52
  835. package/dist-esm/samples-dev/viewsListByScopeSample.js.map +0 -1
  836. package/dist-esm/samples-dev/viewsListSample.d.ts +0 -2
  837. package/dist-esm/samples-dev/viewsListSample.d.ts.map +0 -1
  838. package/dist-esm/samples-dev/viewsListSample.js +0 -51
  839. package/dist-esm/samples-dev/viewsListSample.js.map +0 -1
  840. package/dist-esm/src/costManagementClient.d.ts +0 -33
  841. package/dist-esm/src/costManagementClient.d.ts.map +0 -1
  842. package/dist-esm/src/costManagementClient.js +0 -109
  843. package/dist-esm/src/costManagementClient.js.map +0 -1
  844. package/dist-esm/src/index.d.ts +0 -5
  845. package/dist-esm/src/index.d.ts.map +0 -1
  846. package/dist-esm/src/index.js +0 -13
  847. package/dist-esm/src/index.js.map +0 -1
  848. package/dist-esm/src/lroImpl.js.map +0 -1
  849. package/dist-esm/src/models/index.js.map +0 -1
  850. package/dist-esm/src/models/mappers.js.map +0 -1
  851. package/dist-esm/src/models/parameters.js +0 -378
  852. package/dist-esm/src/models/parameters.js.map +0 -1
  853. package/dist-esm/src/operations/alerts.d.ts +0 -86
  854. package/dist-esm/src/operations/alerts.d.ts.map +0 -1
  855. package/dist-esm/src/operations/alerts.js +0 -174
  856. package/dist-esm/src/operations/alerts.js.map +0 -1
  857. package/dist-esm/src/operations/benefitRecommendations.d.ts +0 -50
  858. package/dist-esm/src/operations/benefitRecommendations.d.ts.map +0 -1
  859. package/dist-esm/src/operations/benefitRecommendations.js +0 -160
  860. package/dist-esm/src/operations/benefitRecommendations.js.map +0 -1
  861. package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts +0 -108
  862. package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts.map +0 -1
  863. package/dist-esm/src/operations/benefitUtilizationSummaries.js +0 -518
  864. package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +0 -1
  865. package/dist-esm/src/operations/dimensions.d.ts +0 -78
  866. package/dist-esm/src/operations/dimensions.d.ts.map +0 -1
  867. package/dist-esm/src/operations/dimensions.js +0 -224
  868. package/dist-esm/src/operations/dimensions.js.map +0 -1
  869. package/dist-esm/src/operations/exports.d.ts +0 -141
  870. package/dist-esm/src/operations/exports.d.ts.map +0 -1
  871. package/dist-esm/src/operations/exports.js +0 -260
  872. package/dist-esm/src/operations/exports.js.map +0 -1
  873. package/dist-esm/src/operations/forecast.d.ts +0 -45
  874. package/dist-esm/src/operations/forecast.d.ts.map +0 -1
  875. package/dist-esm/src/operations/forecast.js +0 -105
  876. package/dist-esm/src/operations/forecast.js.map +0 -1
  877. package/dist-esm/src/operations/generateCostDetailsReport.d.ts +0 -70
  878. package/dist-esm/src/operations/generateCostDetailsReport.d.ts.map +0 -1
  879. package/dist-esm/src/operations/generateCostDetailsReport.js +0 -218
  880. package/dist-esm/src/operations/generateCostDetailsReport.js.map +0 -1
  881. package/dist-esm/src/operations/generateDetailedCostReport.d.ts +0 -38
  882. package/dist-esm/src/operations/generateDetailedCostReport.d.ts.map +0 -1
  883. package/dist-esm/src/operations/generateDetailedCostReport.js +0 -119
  884. package/dist-esm/src/operations/generateDetailedCostReport.js.map +0 -1
  885. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts +0 -32
  886. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts.map +0 -1
  887. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js +0 -110
  888. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js.map +0 -1
  889. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts +0 -22
  890. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
  891. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js +0 -50
  892. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js.map +0 -1
  893. package/dist-esm/src/operations/generateReservationDetailsReport.d.ts +0 -60
  894. package/dist-esm/src/operations/generateReservationDetailsReport.d.ts.map +0 -1
  895. package/dist-esm/src/operations/generateReservationDetailsReport.js +0 -218
  896. package/dist-esm/src/operations/generateReservationDetailsReport.js.map +0 -1
  897. package/dist-esm/src/operations/index.d.ts +0 -17
  898. package/dist-esm/src/operations/index.d.ts.map +0 -1
  899. package/dist-esm/src/operations/index.js +0 -24
  900. package/dist-esm/src/operations/index.js.map +0 -1
  901. package/dist-esm/src/operations/operations.d.ts +0 -32
  902. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  903. package/dist-esm/src/operations/operations.js +0 -133
  904. package/dist-esm/src/operations/operations.js.map +0 -1
  905. package/dist-esm/src/operations/priceSheet.d.ts +0 -54
  906. package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
  907. package/dist-esm/src/operations/priceSheet.js +0 -209
  908. package/dist-esm/src/operations/priceSheet.js.map +0 -1
  909. package/dist-esm/src/operations/query.d.ts +0 -45
  910. package/dist-esm/src/operations/query.d.ts.map +0 -1
  911. package/dist-esm/src/operations/query.js +0 -105
  912. package/dist-esm/src/operations/query.js.map +0 -1
  913. package/dist-esm/src/operations/scheduledActions.d.ts +0 -240
  914. package/dist-esm/src/operations/scheduledActions.d.ts.map +0 -1
  915. package/dist-esm/src/operations/scheduledActions.js +0 -626
  916. package/dist-esm/src/operations/scheduledActions.js.map +0 -1
  917. package/dist-esm/src/operations/views.d.ts +0 -194
  918. package/dist-esm/src/operations/views.d.ts.map +0 -1
  919. package/dist-esm/src/operations/views.js +0 -500
  920. package/dist-esm/src/operations/views.js.map +0 -1
  921. package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -78
  922. package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
  923. package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
  924. package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts +0 -17
  925. package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts.map +0 -1
  926. package/dist-esm/src/operationsInterfaces/benefitRecommendations.js.map +0 -1
  927. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts +0 -34
  928. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +0 -1
  929. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.js.map +0 -1
  930. package/dist-esm/src/operationsInterfaces/dimensions.d.ts +0 -36
  931. package/dist-esm/src/operationsInterfaces/dimensions.d.ts.map +0 -1
  932. package/dist-esm/src/operationsInterfaces/dimensions.js.map +0 -1
  933. package/dist-esm/src/operationsInterfaces/exports.d.ts +0 -133
  934. package/dist-esm/src/operationsInterfaces/exports.d.ts.map +0 -1
  935. package/dist-esm/src/operationsInterfaces/exports.js.map +0 -1
  936. package/dist-esm/src/operationsInterfaces/forecast.d.ts +0 -37
  937. package/dist-esm/src/operationsInterfaces/forecast.d.ts.map +0 -1
  938. package/dist-esm/src/operationsInterfaces/forecast.js.map +0 -1
  939. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts +0 -62
  940. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts.map +0 -1
  941. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.js.map +0 -1
  942. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts +0 -30
  943. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts.map +0 -1
  944. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.js.map +0 -1
  945. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +0 -24
  946. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +0 -1
  947. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +0 -1
  948. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +0 -14
  949. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
  950. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +0 -1
  951. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts +0 -52
  952. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts.map +0 -1
  953. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.js.map +0 -1
  954. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
  955. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  956. package/dist-esm/src/operationsInterfaces/index.js +0 -24
  957. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  958. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  959. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  960. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  961. package/dist-esm/src/operationsInterfaces/priceSheet.d.ts +0 -46
  962. package/dist-esm/src/operationsInterfaces/priceSheet.d.ts.map +0 -1
  963. package/dist-esm/src/operationsInterfaces/priceSheet.js.map +0 -1
  964. package/dist-esm/src/operationsInterfaces/query.d.ts +0 -37
  965. package/dist-esm/src/operationsInterfaces/query.d.ts.map +0 -1
  966. package/dist-esm/src/operationsInterfaces/query.js.map +0 -1
  967. package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts +0 -174
  968. package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts.map +0 -1
  969. package/dist-esm/src/operationsInterfaces/scheduledActions.js.map +0 -1
  970. package/dist-esm/src/operationsInterfaces/views.d.ts +0 -126
  971. package/dist-esm/src/operationsInterfaces/views.d.ts.map +0 -1
  972. package/dist-esm/src/operationsInterfaces/views.js.map +0 -1
  973. package/dist-esm/src/pagingHelper.js.map +0 -1
  974. package/dist-esm/test/costmanagement_operations_test.spec.d.ts +0 -4
  975. package/dist-esm/test/costmanagement_operations_test.spec.d.ts.map +0 -1
  976. package/dist-esm/test/costmanagement_operations_test.spec.js +0 -77
  977. package/dist-esm/test/costmanagement_operations_test.spec.js.map +0 -1
  978. package/src/costManagementClient.ts +0 -204
  979. package/src/index.ts +0 -13
  980. package/src/lroImpl.ts +0 -42
  981. package/src/models/index.ts +0 -3354
  982. package/src/models/mappers.ts +0 -3957
  983. package/src/models/parameters.ts +0 -436
  984. package/src/operations/alerts.ts +0 -225
  985. package/src/operations/benefitRecommendations.ts +0 -185
  986. package/src/operations/benefitUtilizationSummaries.ts +0 -674
  987. package/src/operations/dimensions.ts +0 -266
  988. package/src/operations/exports.ts +0 -328
  989. package/src/operations/forecast.ts +0 -137
  990. package/src/operations/generateCostDetailsReport.ts +0 -302
  991. package/src/operations/generateDetailedCostReport.ts +0 -166
  992. package/src/operations/generateDetailedCostReportOperationResults.ts +0 -156
  993. package/src/operations/generateDetailedCostReportOperationStatus.ts +0 -70
  994. package/src/operations/generateReservationDetailsReport.ts +0 -319
  995. package/src/operations/index.ts +0 -24
  996. package/src/operations/operations.ts +0 -149
  997. package/src/operations/priceSheet.ts +0 -299
  998. package/src/operations/query.ts +0 -137
  999. package/src/operations/scheduledActions.ts +0 -752
  1000. package/src/operations/views.ts +0 -583
  1001. package/src/operationsInterfaces/alerts.ts +0 -113
  1002. package/src/operationsInterfaces/benefitRecommendations.ts +0 -32
  1003. package/src/operationsInterfaces/benefitUtilizationSummaries.ts +0 -63
  1004. package/src/operationsInterfaces/dimensions.ts +0 -57
  1005. package/src/operationsInterfaces/exports.ts +0 -177
  1006. package/src/operationsInterfaces/forecast.ts +0 -61
  1007. package/src/operationsInterfaces/generateCostDetailsReport.ts +0 -102
  1008. package/src/operationsInterfaces/generateDetailedCostReport.ts +0 -55
  1009. package/src/operationsInterfaces/generateDetailedCostReportOperationResults.ts +0 -48
  1010. package/src/operationsInterfaces/generateDetailedCostReportOperationStatus.ts +0 -29
  1011. package/src/operationsInterfaces/generateReservationDetailsReport.ts +0 -101
  1012. package/src/operationsInterfaces/index.ts +0 -24
  1013. package/src/operationsInterfaces/operations.ts +0 -25
  1014. package/src/operationsInterfaces/priceSheet.ts +0 -87
  1015. package/src/operationsInterfaces/query.ts +0 -61
  1016. package/src/operationsInterfaces/scheduledActions.ts +0 -243
  1017. package/src/operationsInterfaces/views.ts +0 -172
  1018. package/src/pagingHelper.ts +0 -39
  1019. package/tsconfig.json +0 -33
  1020. package/types/arm-costmanagement.d.ts +0 -4255
  1021. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1022. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1023. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1024. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1025. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1026. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1027. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1028. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1029. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1030. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1031. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1032. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
  1033. /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitRecommendations.js +0 -0
  1034. /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitUtilizationSummaries.js +0 -0
  1035. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dimensions.js +0 -0
  1036. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exports.js +0 -0
  1037. /package/{dist-esm/src → dist/browser}/operationsInterfaces/forecast.js +0 -0
  1038. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateCostDetailsReport.js +0 -0
  1039. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReport.js +0 -0
  1040. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationResults.js +0 -0
  1041. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationStatus.js +0 -0
  1042. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateReservationDetailsReport.js +0 -0
  1043. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1044. /package/{dist-esm/src → dist/browser}/operationsInterfaces/priceSheet.js +0 -0
  1045. /package/{dist-esm/src → dist/browser}/operationsInterfaces/query.js +0 -0
  1046. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledActions.js +0 -0
  1047. /package/{dist-esm/src → dist/browser}/operationsInterfaces/views.js +0 -0
  1048. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1049. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1050. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1051. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,33 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ import * as coreAuth from "@azure/core-auth";
3
+ import { Operations, Views, Alerts, Forecast, Dimensions, Query, GenerateReservationDetailsReport, Exports, GenerateCostDetailsReport, GenerateDetailedCostReport, GenerateDetailedCostReportOperationResults, GenerateDetailedCostReportOperationStatus, PriceSheet, ScheduledActions, BenefitRecommendations, BenefitUtilizationSummaries } from "./operationsInterfaces/index.js";
4
+ import { CostManagementClientOptionalParams } from "./models/index.js";
5
+ export declare class CostManagementClient extends coreClient.ServiceClient {
6
+ $host: string;
7
+ apiVersion: string;
8
+ /**
9
+ * Initializes a new instance of the CostManagementClient class.
10
+ * @param credentials Subscription credentials which uniquely identify client subscription.
11
+ * @param options The parameter options
12
+ */
13
+ constructor(credentials: coreAuth.TokenCredential, options?: CostManagementClientOptionalParams);
14
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
15
+ private addCustomApiVersionPolicy;
16
+ operations: Operations;
17
+ views: Views;
18
+ alerts: Alerts;
19
+ forecast: Forecast;
20
+ dimensions: Dimensions;
21
+ query: Query;
22
+ generateReservationDetailsReport: GenerateReservationDetailsReport;
23
+ exports: Exports;
24
+ generateCostDetailsReport: GenerateCostDetailsReport;
25
+ generateDetailedCostReport: GenerateDetailedCostReport;
26
+ generateDetailedCostReportOperationResults: GenerateDetailedCostReportOperationResults;
27
+ generateDetailedCostReportOperationStatus: GenerateDetailedCostReportOperationStatus;
28
+ priceSheet: PriceSheet;
29
+ scheduledActions: ScheduledActions;
30
+ benefitRecommendations: BenefitRecommendations;
31
+ benefitUtilizationSummaries: BenefitUtilizationSummaries;
32
+ }
33
+ //# sourceMappingURL=costManagementClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"costManagementClient.d.ts","sourceRoot":"","sources":["../../src/costManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAmB7C,OAAO,EACL,UAAU,EACV,KAAK,EACL,MAAM,EACN,QAAQ,EACR,UAAU,EACV,KAAK,EACL,gCAAgC,EAChC,OAAO,EACP,yBAAyB,EACzB,0BAA0B,EAC1B,0CAA0C,EAC1C,yCAAyC,EACzC,UAAU,EACV,gBAAgB,EAChB,sBAAsB,EACtB,2BAA2B,EAC5B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,kCAAkC,EAAE,MAAM,mBAAmB,CAAC;AAEvE,qBAAa,oBAAqB,SAAQ,UAAU,CAAC,aAAa;IAChE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,OAAO,CAAC,EAAE,kCAAkC;IA8F9C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC;IACb,gCAAgC,EAAE,gCAAgC,CAAC;IACnE,OAAO,EAAE,OAAO,CAAC;IACjB,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,0CAA0C,EAAE,0CAA0C,CAAC;IACvF,yCAAyC,EAAE,yCAAyC,CAAC;IACrF,UAAU,EAAE,UAAU,CAAC;IACvB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,2BAA2B,EAAE,2BAA2B,CAAC;CAC1D"}
@@ -0,0 +1,106 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import * as coreClient from "@azure/core-client";
9
+ import * as coreRestPipeline from "@azure/core-rest-pipeline";
10
+ import { OperationsImpl, ViewsImpl, AlertsImpl, ForecastImpl, DimensionsImpl, QueryImpl, GenerateReservationDetailsReportImpl, ExportsImpl, GenerateCostDetailsReportImpl, GenerateDetailedCostReportImpl, GenerateDetailedCostReportOperationResultsImpl, GenerateDetailedCostReportOperationStatusImpl, PriceSheetImpl, ScheduledActionsImpl, BenefitRecommendationsImpl, BenefitUtilizationSummariesImpl } from "./operations/index.js";
11
+ export class CostManagementClient extends coreClient.ServiceClient {
12
+ /**
13
+ * Initializes a new instance of the CostManagementClient class.
14
+ * @param credentials Subscription credentials which uniquely identify client subscription.
15
+ * @param options The parameter options
16
+ */
17
+ constructor(credentials, options) {
18
+ var _a, _b, _c;
19
+ if (credentials === undefined) {
20
+ throw new Error("'credentials' cannot be null");
21
+ }
22
+ // Initializing default values for options
23
+ if (!options) {
24
+ options = {};
25
+ }
26
+ const defaults = {
27
+ requestContentType: "application/json; charset=utf-8",
28
+ credential: credentials
29
+ };
30
+ const packageDetails = `azsdk-js-arm-costmanagement/1.0.0-beta.2`;
31
+ const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
32
+ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
33
+ : `${packageDetails}`;
34
+ const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
35
+ userAgentPrefix
36
+ }, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
37
+ super(optionsWithDefaults);
38
+ let bearerTokenAuthenticationPolicyFound = false;
39
+ if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
40
+ const pipelinePolicies = options.pipeline.getOrderedPolicies();
41
+ bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
42
+ coreRestPipeline.bearerTokenAuthenticationPolicyName);
43
+ }
44
+ if (!options ||
45
+ !options.pipeline ||
46
+ options.pipeline.getOrderedPolicies().length == 0 ||
47
+ !bearerTokenAuthenticationPolicyFound) {
48
+ this.pipeline.removePolicy({
49
+ name: coreRestPipeline.bearerTokenAuthenticationPolicyName
50
+ });
51
+ this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
52
+ credential: credentials,
53
+ scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
54
+ challengeCallbacks: {
55
+ authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
56
+ }
57
+ }));
58
+ }
59
+ // Assigning values to Constant parameters
60
+ this.$host = options.$host || "https://management.azure.com";
61
+ this.apiVersion = options.apiVersion || "2022-10-01";
62
+ this.operations = new OperationsImpl(this);
63
+ this.views = new ViewsImpl(this);
64
+ this.alerts = new AlertsImpl(this);
65
+ this.forecast = new ForecastImpl(this);
66
+ this.dimensions = new DimensionsImpl(this);
67
+ this.query = new QueryImpl(this);
68
+ this.generateReservationDetailsReport = new GenerateReservationDetailsReportImpl(this);
69
+ this.exports = new ExportsImpl(this);
70
+ this.generateCostDetailsReport = new GenerateCostDetailsReportImpl(this);
71
+ this.generateDetailedCostReport = new GenerateDetailedCostReportImpl(this);
72
+ this.generateDetailedCostReportOperationResults = new GenerateDetailedCostReportOperationResultsImpl(this);
73
+ this.generateDetailedCostReportOperationStatus = new GenerateDetailedCostReportOperationStatusImpl(this);
74
+ this.priceSheet = new PriceSheetImpl(this);
75
+ this.scheduledActions = new ScheduledActionsImpl(this);
76
+ this.benefitRecommendations = new BenefitRecommendationsImpl(this);
77
+ this.benefitUtilizationSummaries = new BenefitUtilizationSummariesImpl(this);
78
+ this.addCustomApiVersionPolicy(options.apiVersion);
79
+ }
80
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
81
+ addCustomApiVersionPolicy(apiVersion) {
82
+ if (!apiVersion) {
83
+ return;
84
+ }
85
+ const apiVersionPolicy = {
86
+ name: "CustomApiVersionPolicy",
87
+ async sendRequest(request, next) {
88
+ const param = request.url.split("?");
89
+ if (param.length > 1) {
90
+ const newParams = param[1].split("&").map((item) => {
91
+ if (item.indexOf("api-version") > -1) {
92
+ return "api-version=" + apiVersion;
93
+ }
94
+ else {
95
+ return item;
96
+ }
97
+ });
98
+ request.url = param[0] + "?" + newParams.join("&");
99
+ }
100
+ return next(request);
101
+ }
102
+ };
103
+ this.pipeline.addPolicy(apiVersionPolicy);
104
+ }
105
+ }
106
+ //# sourceMappingURL=costManagementClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"costManagementClient.js","sourceRoot":"","sources":["../../src/costManagementClient.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 * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n ViewsImpl,\n AlertsImpl,\n ForecastImpl,\n DimensionsImpl,\n QueryImpl,\n GenerateReservationDetailsReportImpl,\n ExportsImpl,\n GenerateCostDetailsReportImpl,\n GenerateDetailedCostReportImpl,\n GenerateDetailedCostReportOperationResultsImpl,\n GenerateDetailedCostReportOperationStatusImpl,\n PriceSheetImpl,\n ScheduledActionsImpl,\n BenefitRecommendationsImpl,\n BenefitUtilizationSummariesImpl\n} from \"./operations/index.js\";\nimport {\n Operations,\n Views,\n Alerts,\n Forecast,\n Dimensions,\n Query,\n GenerateReservationDetailsReport,\n Exports,\n GenerateCostDetailsReport,\n GenerateDetailedCostReport,\n GenerateDetailedCostReportOperationResults,\n GenerateDetailedCostReportOperationStatus,\n PriceSheet,\n ScheduledActions,\n BenefitRecommendations,\n BenefitUtilizationSummaries\n} from \"./operationsInterfaces/index.js\";\nimport { CostManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class CostManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the CostManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n options?: CostManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: CostManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-costmanagement/1.0.0-beta.2`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2022-10-01\";\n this.operations = new OperationsImpl(this);\n this.views = new ViewsImpl(this);\n this.alerts = new AlertsImpl(this);\n this.forecast = new ForecastImpl(this);\n this.dimensions = new DimensionsImpl(this);\n this.query = new QueryImpl(this);\n this.generateReservationDetailsReport = new GenerateReservationDetailsReportImpl(\n this\n );\n this.exports = new ExportsImpl(this);\n this.generateCostDetailsReport = new GenerateCostDetailsReportImpl(this);\n this.generateDetailedCostReport = new GenerateDetailedCostReportImpl(this);\n this.generateDetailedCostReportOperationResults = new GenerateDetailedCostReportOperationResultsImpl(\n this\n );\n this.generateDetailedCostReportOperationStatus = new GenerateDetailedCostReportOperationStatusImpl(\n this\n );\n this.priceSheet = new PriceSheetImpl(this);\n this.scheduledActions = new ScheduledActionsImpl(this);\n this.benefitRecommendations = new BenefitRecommendationsImpl(this);\n this.benefitUtilizationSummaries = new BenefitUtilizationSummariesImpl(\n this\n );\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n views: Views;\n alerts: Alerts;\n forecast: Forecast;\n dimensions: Dimensions;\n query: Query;\n generateReservationDetailsReport: GenerateReservationDetailsReport;\n exports: Exports;\n generateCostDetailsReport: GenerateCostDetailsReport;\n generateDetailedCostReport: GenerateDetailedCostReport;\n generateDetailedCostReportOperationResults: GenerateDetailedCostReportOperationResults;\n generateDetailedCostReportOperationStatus: GenerateDetailedCostReportOperationStatus;\n priceSheet: PriceSheet;\n scheduledActions: ScheduledActions;\n benefitRecommendations: BenefitRecommendations;\n benefitUtilizationSummaries: BenefitUtilizationSummaries;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { CostManagementClient } from "./costManagementClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,13 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /// <reference lib="esnext.asynciterable" />
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { CostManagementClient } from "./costManagementClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { CostManagementClient } from \"./costManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\nexport type BenefitRecommendationPropertiesUnion =\n | BenefitRecommendationProperties\n | SingleScopeBenefitRecommendationProperties\n | SharedScopeBenefitRecommendationProperties;\nexport type BenefitUtilizationSummaryUnion =\n | BenefitUtilizationSummary\n | IncludedQuantityUtilizationSummary\n | SavingsPlanUtilizationSummary;\n\n/** Result of listing cost management operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of cost management operations supported by the Microsoft.CostManagement resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: CostManagementOperation[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/**\n * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.\n *\n * Some Error responses:\n *\n * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the \"x-ms-ratelimit-microsoft.consumption-retry-after\" header.\n *\n * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the \"Retry-After\" header.\n */\nexport interface ErrorResponse {\n /** The details of the error. */\n error?: ErrorDetails;\n}\n\n/** The details of the error. */\nexport interface ErrorDetails {\n /**\n * Error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error message indicating why the operation failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Result of listing views. It contains a list of available views. */\nexport interface ViewListResult {\n /**\n * The list of views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: View[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The start and end date for pulling data for the report. */\nexport interface ReportConfigTimePeriod {\n /** The start date to pull data from. */\n from: Date;\n /** The end date to pull data to. */\n to: Date;\n}\n\n/** The definition of data present in the report. */\nexport interface ReportConfigDataset {\n /** The granularity of rows in the report. */\n granularity?: ReportGranularityType;\n /** Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided. */\n configuration?: ReportConfigDatasetConfiguration;\n /** Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses. */\n aggregation?: { [propertyName: string]: ReportConfigAggregation };\n /** Array of group by expression to use in the report. Report can have up to 2 group by clauses. */\n grouping?: ReportConfigGrouping[];\n /** Array of order by expression to use in the report. */\n sorting?: ReportConfigSorting[];\n /** Has filter expression to use in the report. */\n filter?: ReportConfigFilter;\n}\n\n/** The configuration of dataset in the report. */\nexport interface ReportConfigDatasetConfiguration {\n /** Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns. */\n columns?: string[];\n}\n\n/** The aggregation expression to be used in the report. */\nexport interface ReportConfigAggregation {\n /** The name of the column to aggregate. */\n name: string;\n /** The name of the aggregation function to use. */\n function: FunctionType;\n}\n\n/** The group by expression to be used in the report. */\nexport interface ReportConfigGrouping {\n /** Has type of the column to group. */\n type: QueryColumnType;\n /** The name of the column to group. This version supports subscription lowest possible grain. */\n name: string;\n}\n\n/** The order by expression to be used in the report. */\nexport interface ReportConfigSorting {\n /** Direction of sort. */\n direction?: ReportConfigSortingType;\n /** The name of the column to sort. */\n name: string;\n}\n\n/** The filter expression to be used in the report. */\nexport interface ReportConfigFilter {\n /** The logical \"AND\" expression. Must have at least 2 items. */\n and?: ReportConfigFilter[];\n /** The logical \"OR\" expression. Must have at least 2 items. */\n or?: ReportConfigFilter[];\n /** Has comparison expression for a dimension */\n dimensions?: ReportConfigComparisonExpression;\n /** Has comparison expression for a tag */\n tags?: ReportConfigComparisonExpression;\n}\n\n/** The comparison expression to be used in the report. */\nexport interface ReportConfigComparisonExpression {\n /** The name of the column to use in comparison. */\n name: string;\n /** The operator to use for comparison. */\n operator: OperatorType;\n /** Array of values to use for comparison */\n values: string[];\n}\n\n/** Each KPI must contain a 'type' and 'enabled' key. */\nexport interface KpiProperties {\n /** KPI type (Forecast, Budget). */\n type?: KpiType;\n /** ID of resource related to metric (budget). */\n id?: string;\n /** show the KPI in the UI? */\n enabled?: boolean;\n}\n\n/** Each pivot must contain a 'type' and 'name'. */\nexport interface PivotProperties {\n /** Data type to show in view. */\n type?: PivotType;\n /** Data field to show in view. */\n name?: string;\n}\n\n/** The Resource model definition. */\nexport interface CostManagementProxyResource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. */\n eTag?: string;\n}\n\n/** Result of alerts. */\nexport interface AlertsResult {\n /**\n * List of alerts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Alert[];\n /**\n * URL to get the next set of alerts results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** defines the type of alert */\nexport interface AlertPropertiesDefinition {\n /** type of alert */\n type?: AlertType;\n /** Alert category */\n category?: AlertCategory;\n /** Criteria that triggered alert */\n criteria?: AlertCriteria;\n}\n\n/** Alert details */\nexport interface AlertPropertiesDetails {\n /** Type of timegrain cadence */\n timeGrainType?: AlertTimeGrainType;\n /** datetime of periodStartDate */\n periodStartDate?: string;\n /** notificationId that triggered this alert */\n triggeredBy?: string;\n /** array of resourceGroups to filter by */\n resourceGroupFilter?: any[];\n /** array of resources to filter by */\n resourceFilter?: any[];\n /** array of meters to filter by */\n meterFilter?: any[];\n /** tags to filter by */\n tagFilter?: Record<string, unknown>;\n /** notification threshold percentage as a decimal which activated this alert */\n threshold?: number;\n /** operator used to compare currentSpend with amount */\n operator?: AlertOperator;\n /** budget threshold amount */\n amount?: number;\n /** unit of currency being used */\n unit?: string;\n /** current spend */\n currentSpend?: number;\n /** list of emails to contact */\n contactEmails?: string[];\n /** list of action groups to broadcast to */\n contactGroups?: string[];\n /** list of contact roles */\n contactRoles?: string[];\n /** overriding alert */\n overridingAlert?: string;\n /** department name */\n departmentName?: string;\n /** company name */\n companyName?: string;\n /** enrollment number */\n enrollmentNumber?: string;\n /** datetime of enrollmentStartDate */\n enrollmentStartDate?: string;\n /** datetime of enrollmentEndDate */\n enrollmentEndDate?: string;\n /** invoicing threshold */\n invoicingThreshold?: number;\n}\n\n/** The request payload to update an alert */\nexport interface DismissAlertPayload {\n /** defines the type of alert */\n definition?: AlertPropertiesDefinition;\n /** Alert description */\n description?: string;\n /** Source of alert */\n source?: AlertSource;\n /** Alert details */\n details?: AlertPropertiesDetails;\n /** related budget */\n costEntityId?: string;\n /** alert status */\n status?: AlertStatus;\n /** dateTime in which alert was created */\n creationTime?: string;\n /** dateTime in which alert was closed */\n closeTime?: string;\n /** dateTime in which alert was last modified */\n modificationTime?: string;\n /** User who last modified the alert */\n statusModificationUserName?: string;\n /** dateTime in which the alert status was last modified */\n statusModificationTime?: string;\n}\n\n/** The definition of a forecast. */\nexport interface ForecastDefinition {\n /** The type of the forecast. */\n type: ForecastType;\n /** The time frame for pulling data for the forecast. If custom, then a specific time period must be provided. */\n timeframe: ForecastTimeframe;\n /** Has time period for pulling data for the forecast. */\n timePeriod?: ForecastTimePeriod;\n /** Has definition for data in this forecast. */\n dataset: ForecastDataset;\n /** A boolean determining if actualCost will be included. */\n includeActualCost?: boolean;\n /** A boolean determining if FreshPartialCost will be included. */\n includeFreshPartialCost?: boolean;\n}\n\n/** Has time period for pulling data for the forecast. */\nexport interface ForecastTimePeriod {\n /** The start date to pull data from. */\n from: Date;\n /** The end date to pull data to. */\n to: Date;\n}\n\n/** The definition of data present in the forecast. */\nexport interface ForecastDataset {\n /** The granularity of rows in the forecast. */\n granularity?: GranularityType;\n /** Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. */\n configuration?: ForecastDatasetConfiguration;\n /** Dictionary of aggregation expression to use in the forecast. The key of each item in the dictionary is the alias for the aggregated column. forecast can have up to 2 aggregation clauses. */\n aggregation: { [propertyName: string]: ForecastAggregation };\n /** Has filter expression to use in the forecast. */\n filter?: ForecastFilter;\n}\n\n/** The configuration of dataset in the forecast. */\nexport interface ForecastDatasetConfiguration {\n /** Array of column names to be included in the forecast. Any valid forecast column name is allowed. If not provided, then forecast includes all columns. */\n columns?: string[];\n}\n\n/** The aggregation expression to be used in the forecast. */\nexport interface ForecastAggregation {\n /** The name of the column to aggregate. */\n name: FunctionName;\n /** The name of the aggregation function to use. */\n function: FunctionType;\n}\n\n/** The filter expression to be used in the export. */\nexport interface ForecastFilter {\n /** The logical \"AND\" expression. Must have at least 2 items. */\n and?: ForecastFilter[];\n /** The logical \"OR\" expression. Must have at least 2 items. */\n or?: ForecastFilter[];\n /** Has comparison expression for a dimension */\n dimensions?: ForecastComparisonExpression;\n /** Has comparison expression for a tag */\n tags?: ForecastComparisonExpression;\n}\n\n/** The comparison expression to be used in the forecast. */\nexport interface ForecastComparisonExpression {\n /** The name of the column to use in comparison. */\n name: string;\n /** The operator to use for comparison. */\n operator: ForecastOperatorType;\n /** Array of values to use for comparison */\n values: string[];\n}\n\n/** Forecast column properties */\nexport interface ForecastColumn {\n /** The name of column. */\n name?: string;\n /** The type of column. */\n type?: string;\n}\n\n/** The Resource model definition. */\nexport interface CostManagementResource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Location of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * SKU of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: string;\n /**\n * ETag of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /**\n * Resource tags.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/** Result of listing dimensions. It contains a list of available dimensions. */\nexport interface DimensionsListResult {\n /**\n * The list of dimensions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Dimension[];\n}\n\n/** The definition of a query. */\nexport interface QueryDefinition {\n /** The type of the query. */\n type: ExportType;\n /** The time frame for pulling data for the query. If custom, then a specific time period must be provided. */\n timeframe: TimeframeType;\n /** Has time period for pulling data for the query. */\n timePeriod?: QueryTimePeriod;\n /** Has definition for data in this query. */\n dataset: QueryDataset;\n}\n\n/** The start and end date for pulling data for the query. */\nexport interface QueryTimePeriod {\n /** The start date to pull data from. */\n from: Date;\n /** The end date to pull data to. */\n to: Date;\n}\n\n/** The definition of data present in the query. */\nexport interface QueryDataset {\n /** The granularity of rows in the query. */\n granularity?: GranularityType;\n /** Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. */\n configuration?: QueryDatasetConfiguration;\n /** Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query can have up to 2 aggregation clauses. */\n aggregation?: { [propertyName: string]: QueryAggregation };\n /** Array of group by expression to use in the query. Query can have up to 2 group by clauses. */\n grouping?: QueryGrouping[];\n /** The filter expression to use in the query. Please reference our Query API REST documentation for how to properly format the filter. */\n filter?: QueryFilter;\n}\n\n/** The configuration of dataset in the query. */\nexport interface QueryDatasetConfiguration {\n /** Array of column names to be included in the query. Any valid query column name is allowed. If not provided, then query includes all columns. */\n columns?: string[];\n}\n\n/** The aggregation expression to be used in the query. */\nexport interface QueryAggregation {\n /** The name of the column to aggregate. */\n name: string;\n /** The name of the aggregation function to use. */\n function: FunctionType;\n}\n\n/** The group by expression to be used in the query. */\nexport interface QueryGrouping {\n /** Has type of the column to group. */\n type: QueryColumnType;\n /** The name of the column to group. */\n name: string;\n}\n\n/** The filter expression to be used in the export. */\nexport interface QueryFilter {\n /** The logical \"AND\" expression. Must have at least 2 items. */\n and?: QueryFilter[];\n /** The logical \"OR\" expression. Must have at least 2 items. */\n or?: QueryFilter[];\n /** Has comparison expression for a dimension */\n dimensions?: QueryComparisonExpression;\n /** Has comparison expression for a tag */\n tags?: QueryComparisonExpression;\n}\n\n/** The comparison expression to be used in the query. */\nexport interface QueryComparisonExpression {\n /** The name of the column to use in comparison. */\n name: string;\n /** The operator to use for comparison. */\n operator: QueryOperatorType;\n /** Array of values to use for comparison */\n values: string[];\n}\n\n/** QueryColumn properties */\nexport interface QueryColumn {\n /** The name of column. */\n name?: string;\n /** The type of column. */\n type?: string;\n}\n\n/** The status of the long running operation. */\nexport interface OperationStatus {\n /** The status of the long running operation. */\n status?: OperationStatusType;\n /** The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity */\n reportUrl?: ReservationReportSchema;\n /** The time at which report URL becomes invalid. */\n validUntil?: Date;\n}\n\n/** Result of listing exports. It contains a list of available exports in the scope provided. */\nexport interface ExportListResult {\n /**\n * The list of exports.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Export[];\n}\n\n/** The schedule associated with the export. */\nexport interface ExportSchedule {\n /** The status of the export's schedule. If 'Inactive', the export's schedule is paused. */\n status?: StatusType;\n /** The schedule recurrence. */\n recurrence?: RecurrenceType;\n /** Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date. */\n recurrencePeriod?: ExportRecurrencePeriod;\n}\n\n/** The start and end date for recurrence schedule. */\nexport interface ExportRecurrencePeriod {\n /** The start date of recurrence. */\n from: Date;\n /** The end date of recurrence. */\n to?: Date;\n}\n\n/** The common properties of the export. */\nexport interface CommonExportProperties {\n /** The format of the export being delivered. Currently only 'Csv' is supported. */\n format?: FormatType;\n /** Has delivery information for the export. */\n deliveryInfo: ExportDeliveryInfo;\n /** Has the definition for the export. */\n definition: ExportDefinition;\n /** If requested, has the most recent run history for the export. */\n runHistory?: ExportExecutionListResult;\n /** If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes. */\n partitionData?: boolean;\n /**\n * If the export has an active schedule, provides an estimate of the next run time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextRunTimeEstimate?: Date;\n}\n\n/** The delivery information associated with a export. */\nexport interface ExportDeliveryInfo {\n /** Has destination for the export being delivered. */\n destination: ExportDeliveryDestination;\n}\n\n/** This represents the blob storage account location where exports of costs will be delivered. There are two ways to configure the destination. The approach recommended for most customers is to specify the resourceId of the storage account. This requires a one-time registration of the account's subscription with the Microsoft.CostManagementExports resource provider in order to give Cost Management services access to the storage. When creating an export in the Azure portal this registration is performed automatically but API users may need to register the subscription explicitly (for more information see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-supported-services ). Another way to configure the destination is available ONLY to Partners with a Microsoft Partner Agreement plan who are global admins of their billing account. These Partners, instead of specifying the resourceId of a storage account, can specify the storage account name along with a SAS token for the account. This allows exports of costs to a storage account in any tenant. The SAS token should be created for the blob service with Service/Container/Object resource types and with Read/Write/Delete/List/Add/Create permissions (for more information see https://docs.microsoft.com/en-us/azure/cost-management-billing/costs/export-cost-data-storage-account-sas-key ). */\nexport interface ExportDeliveryDestination {\n /** The resource id of the storage account where exports will be delivered. This is not required if a sasToken and storageAccount are specified. */\n resourceId?: string;\n /** The name of the container where exports will be uploaded. If the container does not exist it will be created. */\n container: string;\n /** The name of the directory where exports will be uploaded. */\n rootFolderPath?: string;\n /** A SAS token for the storage account. For a restricted set of Azure customers this together with storageAccount can be specified instead of resourceId. Note: the value returned by the API for this property will always be obfuscated. Returning this same obfuscated value will not result in the SAS token being updated. To update this value a new SAS token must be specified. */\n sasToken?: string;\n /** The storage account where exports will be uploaded. For a restricted set of Azure customers this together with sasToken can be specified instead of resourceId. */\n storageAccount?: string;\n}\n\n/** The definition of an export. */\nexport interface ExportDefinition {\n /** The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations. */\n type: ExportType;\n /** The time frame for pulling data for the export. If custom, then a specific time period must be provided. */\n timeframe: TimeframeType;\n /** Has time period for pulling data for the export. */\n timePeriod?: ExportTimePeriod;\n /** The definition for data in the export. */\n dataSet?: ExportDataset;\n}\n\n/** The date range for data in the export. This should only be specified with timeFrame set to 'Custom'. The maximum date range is 3 months. */\nexport interface ExportTimePeriod {\n /** The start date for export data. */\n from: Date;\n /** The end date for export data. */\n to: Date;\n}\n\n/** The definition for data in the export. */\nexport interface ExportDataset {\n /** The granularity of rows in the export. Currently only 'Daily' is supported. */\n granularity?: GranularityType;\n /** The export dataset configuration. */\n configuration?: ExportDatasetConfiguration;\n}\n\n/** The export dataset configuration. Allows columns to be selected for the export. If not provided then the export will include all available columns. */\nexport interface ExportDatasetConfiguration {\n /** Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples). */\n columns?: string[];\n}\n\n/** Result of listing the run history of an export. */\nexport interface ExportExecutionListResult {\n /**\n * A list of export runs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ExportRun[];\n}\n\n/** The definition of a cost detailed report. */\nexport interface GenerateCostDetailsReportRequestDefinition {\n /** The type of the detailed report. By default ActualCost is provided */\n metric?: CostDetailsMetricType;\n /** The specific date range of cost details requested for the report. This parameter cannot be used alongside either the invoiceId or billingPeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. API only allows data to be pulled for 1 month or less and no older than 13 months. If no timePeriod or billingPeriod or invoiceId is provided the API defaults to the open month time period */\n timePeriod?: CostDetailsTimePeriod;\n /** This parameter can be used only by Enterprise Agreement customers. Use the YearMonth(e.g. 202008) format. This parameter cannot be used alongside either the invoiceId or timePeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. */\n billingPeriod?: string;\n /** This parameter can only be used by Microsoft Customer Agreement customers. Additionally, it can only be used at the Billing Profile or Customer scope. This parameter cannot be used alongside either the billingPeriod or timePeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. */\n invoiceId?: string;\n}\n\n/** The start and end date for pulling data for the cost detailed report. API only allows data to be pulled for 1 month or less and no older than 13 months. */\nexport interface CostDetailsTimePeriod {\n /** The start date to pull data from. example format 2020-03-15 */\n start: string;\n /** The end date to pull data to. example format 2020-03-15 */\n end: string;\n}\n\n/** The result of the long running operation for cost details Api. */\nexport interface CostDetailsOperationResults {\n /** The id of the long running operation. */\n id?: string;\n /** The name of the long running operation. */\n name?: string;\n /** The type of the long running operation. */\n type?: string;\n /** The status of the cost details operation */\n status?: CostDetailsStatusType;\n /** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */\n validTill?: Date;\n /** The details of the error. */\n error?: ErrorDetails;\n /** The Manifest version. */\n manifestVersion?: string;\n /** The data format of the report */\n dataFormat?: CostDetailsDataFormat;\n /** The total number of bytes in all blobs. */\n byteCount?: number;\n /** The total number of blobs. */\n blobCount?: number;\n /** Is the data in compressed format. */\n compressData?: boolean;\n /** List of blob information generated by this operation. */\n blobs?: BlobInfo[];\n /** The request scope of the request. */\n requestScope?: string;\n /** The request payload body provided in Cost Details call */\n requestBody?: GenerateCostDetailsReportRequestDefinition;\n}\n\n/** The blob information generated by this operation. */\nexport interface BlobInfo {\n /** Link to the blob to download file. */\n blobLink?: string;\n /** Bytes in the blob. */\n byteCount?: number;\n}\n\n/**\n * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.\n *\n * Some Error responses:\n *\n * * 400 Bad Request - Invalid Request Payload. Request payload provided is not in a json format or had an invalid member not accepted in the request payload.\n *\n * * 400 Bad Request - Invalid request payload: can only have either timePeriod or invoiceId or billingPeriod. API only allows data to be pulled for either timePeriod or invoiceId or billingPeriod. Customer should provide only one of these parameters.\n *\n * * 400 Bad Request - Start date must be after . API only allows data to be pulled no older than 13 months from now.\n *\n * * 400 Bad Request - The maximum allowed date range is 1 months. API only allows data to be pulled for 1 month or less.\n *\n * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the \"retry-after\" header.\n *\n * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the \"Retry-After\" header.\n */\nexport interface GenerateCostDetailsReportErrorResponse {\n /** The details of the error. */\n error?: ErrorDetails;\n}\n\n/** The definition of a cost detailed report. */\nexport interface GenerateDetailedCostReportDefinition {\n /** The type of the detailed report. By default ActualCost is provided */\n metric?: GenerateDetailedCostReportMetricType;\n /** Has time period for pulling data for the cost detailed report. Can only have one of either timePeriod or invoiceId or billingPeriod parameters. If none provided current month cost is provided. */\n timePeriod?: GenerateDetailedCostReportTimePeriod;\n /** Billing period in YearMonth(e.g. 202008) format. Only for legacy enterprise customers can use this. Can only have one of either timePeriod or invoiceId or billingPeriod parameters. If none provided current month cost is provided. */\n billingPeriod?: string;\n /** Invoice ID for Pay-as-you-go and Microsoft Customer Agreement scopes. Can only have one of either timePeriod or invoiceId or billingPeriod parameters. If none provided current month cost is provided. */\n invoiceId?: string;\n /** Customer ID for Microsoft Customer Agreement scopes (Invoice Id is also required for this). */\n customerId?: string;\n}\n\n/** The start and end date for pulling data for the cost detailed report. */\nexport interface GenerateDetailedCostReportTimePeriod {\n /** The start date to pull data from. example format 2020-03-15 */\n start: string;\n /** The end date to pull data to. example format 2020-03-15 */\n end: string;\n}\n\n/** The result of the long running operation for cost detailed report. */\nexport interface GenerateDetailedCostReportOperationResult {\n /** The ARM resource id of the long running operation. */\n id?: string;\n /** The name of the long running operation. */\n name?: string;\n /** The type of the long running operation. */\n type?: string;\n /**\n * The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiryTime?: Date;\n /** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */\n validTill?: Date;\n /** The URL to download the generated report. */\n downloadUrl?: string;\n}\n\n/** The URL to download the generated report. */\nexport interface DownloadURL {\n /**\n * The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiryTime?: Date;\n /** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */\n validTill?: Date;\n /** The URL to download the generated report. */\n downloadUrl?: string;\n}\n\n/**\n * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.\n *\n * Some Error responses:\n *\n * * 413 Request Entity Too Large - Request is throttled. The amount of data required to fulfill the request exceeds the maximum size permitted of 2Gb. Please utilize our Exports feature instead.\n *\n * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the \"x-ms-ratelimit-microsoft.consumption-retry-after\" header.\n *\n * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the \"Retry-After\" header.\n */\nexport interface GenerateDetailedCostReportErrorResponse {\n /** The details of the error. */\n error?: ErrorDetails;\n}\n\n/** The status of the long running operation for cost detailed report. */\nexport interface GenerateDetailedCostReportOperationStatuses {\n /** The ID of the long running operation. */\n id?: string;\n /** The name of the long running operation. */\n name?: string;\n /** The status of the long running operation. */\n status?: Status;\n /** The startTime of the operation. */\n startTime?: string;\n /** The endTime of the operation. */\n endTime?: string;\n /** The type of the long running operation. */\n type?: string;\n /** The details of the error. */\n error?: ErrorDetails;\n /**\n * The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiryTime?: Date;\n /** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */\n validTill?: Date;\n /** The URL to download the generated report. */\n downloadUrl?: string;\n}\n\n/** The status of the long running operation. */\nexport interface Status {\n /** The status of the long running operation. */\n status?: ReportOperationStatusType;\n}\n\n/** Scheduled actions list result. It contains a list of scheduled actions. */\nexport interface ScheduledActionListResult {\n /**\n * The list of scheduled actions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ScheduledAction[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Destination of the view data. This is optional. Currently only CSV format is supported. */\nexport interface FileDestination {\n /** Destination of the view data. Currently only CSV format is supported. */\n fileFormats?: FileFormat[];\n}\n\n/** The properties of the scheduled action notification. */\nexport interface NotificationProperties {\n /** Array of email addresses. */\n to: string[];\n /** Locale of the email. */\n language?: string;\n /** Optional message to be added in the email. Length is limited to 250 characters. */\n message?: string;\n /** Regional format used for formatting date/time and currency values in the email. */\n regionalFormat?: string;\n /** Subject of the email. Length is limited to 70 characters. */\n subject: string;\n}\n\n/** The properties of the schedule. */\nexport interface ScheduleProperties {\n /** Frequency of the schedule. */\n frequency: ScheduleFrequency;\n /** UTC time at which cost analysis data will be emailed. */\n hourOfDay?: number;\n /** Day names in english on which cost analysis data will be emailed. This property is applicable when frequency is Weekly or Monthly. */\n daysOfWeek?: DaysOfWeek[];\n /** Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek. */\n weeksOfMonth?: WeeksOfMonth[];\n /** UTC day on which cost analysis data will be emailed. Must be between 1 and 31. This property is applicable when frequency is Monthly and overrides weeksOfMonth or daysOfWeek. */\n dayOfMonth?: number;\n /** The start date and time of the scheduled action (UTC). */\n startDate: Date;\n /** The end date and time of the scheduled action (UTC). */\n endDate: Date;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/**\n * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.\n *\n * Some Error responses:\n *\n * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the \"x-ms-ratelimit-microsoft.consumption-retry-after\" header.\n *\n * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the \"Retry-After\" header.\n */\nexport interface ErrorResponseWithNestedDetails {\n /** The details of the error. */\n error?: ErrorDetailsWithNestedDetails;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** Result of listing benefit recommendations. */\nexport interface BenefitRecommendationsListResult {\n /**\n * The list of benefit recommendations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: BenefitRecommendationModel[];\n /**\n * The link (URL) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The properties of the benefit recommendations. */\nexport interface BenefitRecommendationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n scope: \"Single\" | \"Shared\";\n /**\n * The first usage date used for looking back for computing the recommendations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firstConsumptionDate?: Date;\n /**\n * The last usage date used for looking back for computing the recommendations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastConsumptionDate?: Date;\n /** The number of days of usage evaluated for computing the recommendations. */\n lookBackPeriod?: LookBackPeriod;\n /**\n * The total hours for which the cost is covered. Its equal to number of records in a property 'properties/usage/charges'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalHours?: number;\n /** On-demand charges between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations. */\n usage?: RecommendationUsageDetails;\n /**\n * ARM SKU name. 'Compute_Savings_Plan' for SavingsPlan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly armSkuName?: string;\n /** Term period of the benefit. For example, P1Y or P3Y. */\n term?: Term;\n /** Grain of the proposed commitment amount. Supported values: 'Hourly' */\n commitmentGranularity?: Grain;\n /**\n * An ISO 4217 currency code identifier for the costs and savings amounts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currencyCode?: string;\n /**\n * The current cost without benefit, corresponds to 'totalHours' in the look-back period.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly costWithoutBenefit?: number;\n /** The details of the proposed recommendation. */\n recommendationDetails?: AllSavingsBenefitDetails;\n /**\n * The list of all benefit recommendations with the recommendation details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allRecommendationDetails?: AllSavingsList;\n}\n\n/** On-demand charges between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations. */\nexport interface RecommendationUsageDetails {\n /** The grain of the usage. Supported values: 'Hourly' */\n usageGrain?: Grain;\n /**\n * On-demand charges for each hour between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly charges?: number[];\n}\n\n/** Benefit recommendation details. */\nexport interface AllSavingsBenefitDetails {\n /**\n * The difference between total cost and benefit cost for the 'totalHours' in the look-back period.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly overageCost?: number;\n /**\n * The estimated cost with benefit for the 'totalHours' in the look-back period. It's equal to (commitmentAmount * totalHours)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly benefitCost?: number;\n /**\n * Total cost, which is sum of benefit cost and overage cost.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalCost?: number;\n /**\n * The amount saved for the 'totalHours' in the look-back period, by purchasing the recommended quantity of the benefit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly savingsAmount?: number;\n /**\n * The savings in percentage for the 'totalHours' in the look-back period, by purchasing the recommended quantity of benefit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly savingsPercentage?: number;\n /**\n * Estimated benefit coverage percentage for the 'totalHours' in the look-back period, with this commitment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coveragePercentage?: number;\n /**\n * The commitment amount at the commitmentGranularity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly commitmentAmount?: number;\n /**\n * Estimated average utilization percentage for the 'totalHours' in the look-back period, with this commitment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly averageUtilizationPercentage?: number;\n /**\n * Estimated unused portion of the 'benefitCost'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly wastageCost?: number;\n}\n\n/** The list of all benefit recommendations with the recommendation details. */\nexport interface AllSavingsList {\n /**\n * The list of benefit recommendations with the recommendation details..\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AllSavingsBenefitDetails[];\n /**\n * The link (URL) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of benefit utilization summaries. */\nexport interface BenefitUtilizationSummariesListResult {\n /**\n * The list of benefit utilization summaries.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: BenefitUtilizationSummaryUnion[];\n /**\n * The link (URL) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The properties of a benefit utilization summary. */\nexport interface BenefitUtilizationSummaryProperties {\n /**\n * ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly armSkuName?: string;\n /**\n * The benefit ID is the identifier of the benefit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly benefitId?: string;\n /**\n * The benefit order ID is the identifier for a benefit purchase.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly benefitOrderId?: string;\n /** The benefit type. Supported values: 'SavingsPlan'. */\n benefitType?: BenefitKind;\n /**\n * Date corresponding to the utilization summary record. If the grain of data is monthly, value for this field will be first day of the month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageDate?: Date;\n}\n\n/** A Cost management REST API operation. */\nexport interface CostManagementOperation extends Operation {\n /**\n * Operation id: {provider}/{resource}/{operation}.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** The details of the error. */\nexport interface ErrorDetailsWithNestedDetails extends ErrorDetails {\n /**\n * The additional details of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetailsWithNestedDetails[];\n}\n\n/** States and configurations of Cost Analysis. */\nexport interface View extends CostManagementProxyResource {\n /** User input name of the view. Required. */\n displayName?: string;\n /** Cost Management scope to save the view on. This includes 'subscriptions/{subscriptionId}' for subscription scope, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for BillingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope, '/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for ExternalBillingAccount scope, and '/providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for ExternalSubscription scope. */\n scope?: string;\n /**\n * Date the user created this view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Date when the user last modified this view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedOn?: Date;\n /**\n * Date range of the current view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dateRange?: string;\n /**\n * Currency of the current view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currency?: string;\n /** Chart type of the main view in Cost Analysis. Required. */\n chart?: ChartType;\n /** Show costs accumulated over time. */\n accumulated?: AccumulatedType;\n /** Metric to use when displaying costs. */\n metric?: MetricType;\n /** List of KPIs to show in Cost Analysis UI. */\n kpis?: KpiProperties[];\n /** Configuration of 3 sub-views in the Cost Analysis UI. */\n pivots?: PivotProperties[];\n /** The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates. */\n typePropertiesQueryType?: ReportType;\n /** The time frame for pulling data for the report. If custom, then a specific time period must be provided. */\n timeframe?: ReportTimeframeType;\n /** Has time period for pulling data for the report. */\n timePeriod?: ReportConfigTimePeriod;\n /** Has definition for data in this report config. */\n dataSet?: ReportConfigDataset;\n /** If true, report includes monetary commitment. */\n includeMonetaryCommitment?: boolean;\n}\n\n/** An individual alert. */\nexport interface Alert extends CostManagementProxyResource {\n /** defines the type of alert */\n definition?: AlertPropertiesDefinition;\n /** Alert description */\n description?: string;\n /** Source of alert */\n source?: AlertSource;\n /** Alert details */\n details?: AlertPropertiesDetails;\n /** related budget */\n costEntityId?: string;\n /** alert status */\n status?: AlertStatus;\n /** dateTime in which alert was created */\n creationTime?: string;\n /** dateTime in which alert was closed */\n closeTime?: string;\n /** dateTime in which alert was last modified */\n modificationTime?: string;\n /** User who last modified the alert */\n statusModificationUserName?: string;\n /** dateTime in which the alert status was last modified */\n statusModificationTime?: string;\n}\n\n/** An export run. */\nexport interface ExportRun extends CostManagementProxyResource {\n /** The type of the export run. */\n executionType?: ExecutionType;\n /** The last known status of the export run. */\n status?: ExecutionStatus;\n /** The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'. */\n submittedBy?: string;\n /** The time when export was queued to be run. */\n submittedTime?: Date;\n /** The time when export was picked up to be run. */\n processingStartTime?: Date;\n /** The time when the export run finished. */\n processingEndTime?: Date;\n /** The name of the exported file. */\n fileName?: string;\n /** The export settings that were in effect for this run. */\n runSettings?: CommonExportProperties;\n /** The details of any error. */\n error?: ErrorDetails;\n}\n\n/** An export resource. */\nexport interface Export extends CostManagementProxyResource {\n /** The format of the export being delivered. Currently only 'Csv' is supported. */\n format?: FormatType;\n /** Has delivery information for the export. */\n deliveryInfo?: ExportDeliveryInfo;\n /** Has the definition for the export. */\n definition?: ExportDefinition;\n /** If requested, has the most recent run history for the export. */\n runHistory?: ExportExecutionListResult;\n /** If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes. */\n partitionData?: boolean;\n /**\n * If the export has an active schedule, provides an estimate of the next run time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextRunTimeEstimate?: Date;\n /** Has schedule information for the export. */\n schedule?: ExportSchedule;\n}\n\n/** Result of forecast. It contains all columns listed under groupings and aggregation. */\nexport interface ForecastResult extends CostManagementResource {\n /** The link (url) to the next page of results. */\n nextLink?: string;\n /** Array of columns */\n columns?: ForecastColumn[];\n /** Array of rows */\n rows?: any[][];\n}\n\n/** List of Dimension. */\nexport interface Dimension extends CostManagementResource {\n /**\n * Dimension description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Filter enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly filterEnabled?: boolean;\n /**\n * Grouping enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupingEnabled?: boolean;\n /** Dimension data. */\n data?: string[];\n /**\n * Total number of data for the dimension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly total?: number;\n /**\n * Dimension category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * Usage start.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageStart?: Date;\n /**\n * Usage end.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageEnd?: Date;\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Result of query. It contains all columns listed under groupings and aggregation. */\nexport interface QueryResult extends CostManagementResource {\n /** The link (url) to the next page of results. */\n nextLink?: string;\n /** Array of columns */\n columns?: QueryColumn[];\n /** Array of rows */\n rows?: any[][];\n}\n\n/** The properties of the export. */\nexport interface ExportProperties extends CommonExportProperties {\n /** Has schedule information for the export. */\n schedule?: ExportSchedule;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The benefit resource model definition. */\nexport interface BenefitResource extends Resource {\n /** Reservation or SavingsPlan. */\n kind?: BenefitKind;\n}\n\n/** Benefit utilization summary resource. */\nexport interface BenefitUtilizationSummary extends Resource {\n /** Supported values: 'SavingsPlan'. */\n kind: BenefitKind;\n}\n\n/** The properties of the benefit recommendations when scope is 'Single'. */\nexport interface SingleScopeBenefitRecommendationProperties\n extends BenefitRecommendationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n scope: \"Single\";\n /**\n * The subscription ID that this single scope recommendation is for. Applicable only if recommendation is for 'Single' scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The resource group that this single scope recommendation is for. Applicable only if recommendation is for 'Single' scope and 'ResourceGroup' request scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n}\n\n/** The properties of the benefit recommendation when scope is 'Shared'. */\nexport interface SharedScopeBenefitRecommendationProperties\n extends BenefitRecommendationProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n scope: \"Shared\";\n}\n\n/** Included Quantity utilization summary properties. */\nexport interface IncludedQuantityUtilizationSummaryProperties\n extends BenefitUtilizationSummaryProperties {\n /**\n * This is the utilized percentage for the benefit ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly utilizationPercentage?: number;\n}\n\n/** Savings plan utilization summary properties. */\nexport interface SavingsPlanUtilizationSummaryProperties\n extends BenefitUtilizationSummaryProperties {\n /**\n * This is the average hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the avgUtilizationPercentage value will be equal to the average of the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly avgUtilizationPercentage?: number;\n /**\n * This is the minimum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the minUtilizationPercentage value will be equal to the smallest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the lowest utilization percentage was 10% at hour 4, then the value for the minUtilizationPercentage in the response will be 10%.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minUtilizationPercentage?: number;\n /**\n * This is the maximum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the maxUtilizationPercentage value will be equal to the largest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the largest utilization percentage was 90% at hour 5, then the value for the maxUtilizationPercentage in the response will be 90%.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxUtilizationPercentage?: number;\n}\n\n/** The Resource model definition. */\nexport interface ScheduledActionProxyResource extends ProxyResource {\n /**\n * Resource Etag. For update calls, eTag is optional and can be specified to achieve optimistic concurrency. Fetch the resource's eTag by doing a 'GET' call first and then including the latest eTag as part of the request body or 'If-Match' header while performing the update. For create calls, eTag is not required.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eTag?: string;\n /** Kind of the scheduled action. */\n kind?: ScheduledActionKind;\n /**\n * Kind of the scheduled action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** benefit plan recommendation details. */\nexport interface BenefitRecommendationModel extends BenefitResource {\n /** The properties of the benefit recommendations. */\n properties?: BenefitRecommendationPropertiesUnion;\n}\n\n/** Included Quantity utilization summary resource. */\nexport interface IncludedQuantityUtilizationSummary\n extends BenefitUtilizationSummary {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"IncludedQuantity\";\n /**\n * ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly armSkuName?: string;\n /**\n * The benefit ID is the identifier of the benefit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly benefitId?: string;\n /**\n * The benefit order ID is the identifier for a benefit purchase.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly benefitOrderId?: string;\n /** The benefit type. Supported values: 'SavingsPlan'. */\n benefitType?: BenefitKind;\n /**\n * Date corresponding to the utilization summary record. If the grain of data is monthly, value for this field will be first day of the month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageDate?: Date;\n /**\n * This is the utilized percentage for the benefit ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly utilizationPercentage?: number;\n}\n\n/** Savings plan utilization summary resource. */\nexport interface SavingsPlanUtilizationSummary\n extends BenefitUtilizationSummary {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SavingsPlan\";\n /**\n * ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly armSkuName?: string;\n /**\n * The benefit ID is the identifier of the benefit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly benefitId?: string;\n /**\n * The benefit order ID is the identifier for a benefit purchase.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly benefitOrderId?: string;\n /** The benefit type. Supported values: 'SavingsPlan'. */\n benefitType?: BenefitKind;\n /**\n * Date corresponding to the utilization summary record. If the grain of data is monthly, value for this field will be first day of the month.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageDate?: Date;\n /**\n * This is the average hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the avgUtilizationPercentage value will be equal to the average of the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly avgUtilizationPercentage?: number;\n /**\n * This is the minimum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the minUtilizationPercentage value will be equal to the smallest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the lowest utilization percentage was 10% at hour 4, then the value for the minUtilizationPercentage in the response will be 10%.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minUtilizationPercentage?: number;\n /**\n * This is the maximum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2022-10-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the maxUtilizationPercentage value will be equal to the largest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the largest utilization percentage was 90% at hour 5, then the value for the maxUtilizationPercentage in the response will be 90%.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxUtilizationPercentage?: number;\n}\n\n/** Scheduled action definition. */\nexport interface ScheduledAction extends ScheduledActionProxyResource {\n /** Scheduled action name. */\n displayName?: string;\n /** Destination format of the view data. This is optional. */\n fileDestination?: FileDestination;\n /** Notification properties based on scheduled action kind. */\n notification?: NotificationProperties;\n /** Email address of the point of contact that should get the unsubscribe requests and notification emails. */\n notificationEmail?: string;\n /** Schedule of the scheduled action. */\n schedule?: ScheduleProperties;\n /** Cost Management scope like 'subscriptions/{subscriptionId}' for subscription scope, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for BillingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for InvoiceSection scope, '/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for ExternalBillingAccount scope, and '/providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for ExternalSubscription scope. */\n scope?: string;\n /** Status of the scheduled action. */\n status?: ScheduledActionStatus;\n /** Cost analysis viewId used for scheduled action. For example, '/providers/Microsoft.CostManagement/views/swaggerExample' */\n viewId?: string;\n}\n\n/** Defines headers for GenerateReservationDetailsReport_byBillingAccountId operation. */\nexport interface GenerateReservationDetailsReportByBillingAccountIdHeaders {\n /** The URL to check the status of the asynchronous operation. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for GenerateReservationDetailsReport_byBillingProfileId operation. */\nexport interface GenerateReservationDetailsReportByBillingProfileIdHeaders {\n /** The URL to check the status of the asynchronous operation. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for GenerateCostDetailsReport_createOperation operation. */\nexport interface GenerateCostDetailsReportCreateOperationHeaders {\n /** The URL to check the result of the asynchronous operation. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for GenerateDetailedCostReport_createOperation operation. */\nexport interface GenerateDetailedCostReportCreateOperationHeaders {\n /** The URL to check the result of the asynchronous operation. */\n location?: string;\n /** The URL to check the status of the asynchronous operation. */\n azureConsumptionAsyncOperation?: string;\n /** The URL to check the status of the asynchronous operation. */\n azureAsyncOperation?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for PriceSheet_download operation. */\nexport interface PriceSheetDownloadHeaders {\n /** GET this URL to retrieve the status of the asynchronous operation. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: string;\n /** The operation entity Id GUID. */\n oDataEntityId?: string;\n}\n\n/** Defines headers for PriceSheet_downloadByBillingProfile operation. */\nexport interface PriceSheetDownloadByBillingProfileHeaders {\n /** GET this URL to retrieve the status of the asynchronous operation. */\n location?: string;\n /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */\n retryAfter?: string;\n /** The operation entity Id GUID. */\n oDataEntityId?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ReportType} that the service accepts. */\nexport enum KnownReportType {\n /** Usage */\n Usage = \"Usage\"\n}\n\n/**\n * Defines values for ReportType. \\\n * {@link KnownReportType} can be used interchangeably with ReportType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Usage**\n */\nexport type ReportType = string;\n\n/** Known values of {@link ReportTimeframeType} that the service accepts. */\nexport enum KnownReportTimeframeType {\n /** WeekToDate */\n WeekToDate = \"WeekToDate\",\n /** MonthToDate */\n MonthToDate = \"MonthToDate\",\n /** YearToDate */\n YearToDate = \"YearToDate\",\n /** Custom */\n Custom = \"Custom\"\n}\n\n/**\n * Defines values for ReportTimeframeType. \\\n * {@link KnownReportTimeframeType} can be used interchangeably with ReportTimeframeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WeekToDate** \\\n * **MonthToDate** \\\n * **YearToDate** \\\n * **Custom**\n */\nexport type ReportTimeframeType = string;\n\n/** Known values of {@link ReportGranularityType} that the service accepts. */\nexport enum KnownReportGranularityType {\n /** Daily */\n Daily = \"Daily\",\n /** Monthly */\n Monthly = \"Monthly\"\n}\n\n/**\n * Defines values for ReportGranularityType. \\\n * {@link KnownReportGranularityType} can be used interchangeably with ReportGranularityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Daily** \\\n * **Monthly**\n */\nexport type ReportGranularityType = string;\n\n/** Known values of {@link FunctionType} that the service accepts. */\nexport enum KnownFunctionType {\n /** Sum */\n Sum = \"Sum\"\n}\n\n/**\n * Defines values for FunctionType. \\\n * {@link KnownFunctionType} can be used interchangeably with FunctionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Sum**\n */\nexport type FunctionType = string;\n\n/** Known values of {@link QueryColumnType} that the service accepts. */\nexport enum KnownQueryColumnType {\n /** The tag associated with the cost data. */\n TagKey = \"TagKey\",\n /** The dimension of cost data. */\n Dimension = \"Dimension\"\n}\n\n/**\n * Defines values for QueryColumnType. \\\n * {@link KnownQueryColumnType} can be used interchangeably with QueryColumnType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TagKey**: The tag associated with the cost data. \\\n * **Dimension**: The dimension of cost data.\n */\nexport type QueryColumnType = string;\n\n/** Known values of {@link ReportConfigSortingType} that the service accepts. */\nexport enum KnownReportConfigSortingType {\n /** Ascending */\n Ascending = \"Ascending\",\n /** Descending */\n Descending = \"Descending\"\n}\n\n/**\n * Defines values for ReportConfigSortingType. \\\n * {@link KnownReportConfigSortingType} can be used interchangeably with ReportConfigSortingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ascending** \\\n * **Descending**\n */\nexport type ReportConfigSortingType = string;\n\n/** Known values of {@link OperatorType} that the service accepts. */\nexport enum KnownOperatorType {\n /** In */\n In = \"In\",\n /** Contains */\n Contains = \"Contains\"\n}\n\n/**\n * Defines values for OperatorType. \\\n * {@link KnownOperatorType} can be used interchangeably with OperatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **In** \\\n * **Contains**\n */\nexport type OperatorType = string;\n\n/** Known values of {@link ChartType} that the service accepts. */\nexport enum KnownChartType {\n /** Area */\n Area = \"Area\",\n /** Line */\n Line = \"Line\",\n /** StackedColumn */\n StackedColumn = \"StackedColumn\",\n /** GroupedColumn */\n GroupedColumn = \"GroupedColumn\",\n /** Table */\n Table = \"Table\"\n}\n\n/**\n * Defines values for ChartType. \\\n * {@link KnownChartType} can be used interchangeably with ChartType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Area** \\\n * **Line** \\\n * **StackedColumn** \\\n * **GroupedColumn** \\\n * **Table**\n */\nexport type ChartType = string;\n\n/** Known values of {@link AccumulatedType} that the service accepts. */\nexport enum KnownAccumulatedType {\n /** True */\n True = \"true\",\n /** False */\n False = \"false\"\n}\n\n/**\n * Defines values for AccumulatedType. \\\n * {@link KnownAccumulatedType} can be used interchangeably with AccumulatedType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true** \\\n * **false**\n */\nexport type AccumulatedType = string;\n\n/** Known values of {@link MetricType} that the service accepts. */\nexport enum KnownMetricType {\n /** ActualCost */\n ActualCost = \"ActualCost\",\n /** AmortizedCost */\n AmortizedCost = \"AmortizedCost\",\n /** Ahub */\n Ahub = \"AHUB\"\n}\n\n/**\n * Defines values for MetricType. \\\n * {@link KnownMetricType} can be used interchangeably with MetricType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActualCost** \\\n * **AmortizedCost** \\\n * **AHUB**\n */\nexport type MetricType = string;\n\n/** Known values of {@link KpiType} that the service accepts. */\nexport enum KnownKpiType {\n /** Forecast */\n Forecast = \"Forecast\",\n /** Budget */\n Budget = \"Budget\"\n}\n\n/**\n * Defines values for KpiType. \\\n * {@link KnownKpiType} can be used interchangeably with KpiType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Forecast** \\\n * **Budget**\n */\nexport type KpiType = string;\n\n/** Known values of {@link PivotType} that the service accepts. */\nexport enum KnownPivotType {\n /** Dimension */\n Dimension = \"Dimension\",\n /** TagKey */\n TagKey = \"TagKey\"\n}\n\n/**\n * Defines values for PivotType. \\\n * {@link KnownPivotType} can be used interchangeably with PivotType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Dimension** \\\n * **TagKey**\n */\nexport type PivotType = string;\n\n/** Known values of {@link AlertType} that the service accepts. */\nexport enum KnownAlertType {\n /** Budget */\n Budget = \"Budget\",\n /** Invoice */\n Invoice = \"Invoice\",\n /** Credit */\n Credit = \"Credit\",\n /** Quota */\n Quota = \"Quota\",\n /** General */\n General = \"General\",\n /** XCloud */\n XCloud = \"xCloud\",\n /** BudgetForecast */\n BudgetForecast = \"BudgetForecast\"\n}\n\n/**\n * Defines values for AlertType. \\\n * {@link KnownAlertType} can be used interchangeably with AlertType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Budget** \\\n * **Invoice** \\\n * **Credit** \\\n * **Quota** \\\n * **General** \\\n * **xCloud** \\\n * **BudgetForecast**\n */\nexport type AlertType = string;\n\n/** Known values of {@link AlertCategory} that the service accepts. */\nexport enum KnownAlertCategory {\n /** Cost */\n Cost = \"Cost\",\n /** Usage */\n Usage = \"Usage\",\n /** Billing */\n Billing = \"Billing\",\n /** System */\n System = \"System\"\n}\n\n/**\n * Defines values for AlertCategory. \\\n * {@link KnownAlertCategory} can be used interchangeably with AlertCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cost** \\\n * **Usage** \\\n * **Billing** \\\n * **System**\n */\nexport type AlertCategory = string;\n\n/** Known values of {@link AlertCriteria} that the service accepts. */\nexport enum KnownAlertCriteria {\n /** CostThresholdExceeded */\n CostThresholdExceeded = \"CostThresholdExceeded\",\n /** UsageThresholdExceeded */\n UsageThresholdExceeded = \"UsageThresholdExceeded\",\n /** CreditThresholdApproaching */\n CreditThresholdApproaching = \"CreditThresholdApproaching\",\n /** CreditThresholdReached */\n CreditThresholdReached = \"CreditThresholdReached\",\n /** QuotaThresholdApproaching */\n QuotaThresholdApproaching = \"QuotaThresholdApproaching\",\n /** QuotaThresholdReached */\n QuotaThresholdReached = \"QuotaThresholdReached\",\n /** MultiCurrency */\n MultiCurrency = \"MultiCurrency\",\n /** ForecastCostThresholdExceeded */\n ForecastCostThresholdExceeded = \"ForecastCostThresholdExceeded\",\n /** ForecastUsageThresholdExceeded */\n ForecastUsageThresholdExceeded = \"ForecastUsageThresholdExceeded\",\n /** InvoiceDueDateApproaching */\n InvoiceDueDateApproaching = \"InvoiceDueDateApproaching\",\n /** InvoiceDueDateReached */\n InvoiceDueDateReached = \"InvoiceDueDateReached\",\n /** CrossCloudNewDataAvailable */\n CrossCloudNewDataAvailable = \"CrossCloudNewDataAvailable\",\n /** CrossCloudCollectionError */\n CrossCloudCollectionError = \"CrossCloudCollectionError\",\n /** GeneralThresholdError */\n GeneralThresholdError = \"GeneralThresholdError\"\n}\n\n/**\n * Defines values for AlertCriteria. \\\n * {@link KnownAlertCriteria} can be used interchangeably with AlertCriteria,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CostThresholdExceeded** \\\n * **UsageThresholdExceeded** \\\n * **CreditThresholdApproaching** \\\n * **CreditThresholdReached** \\\n * **QuotaThresholdApproaching** \\\n * **QuotaThresholdReached** \\\n * **MultiCurrency** \\\n * **ForecastCostThresholdExceeded** \\\n * **ForecastUsageThresholdExceeded** \\\n * **InvoiceDueDateApproaching** \\\n * **InvoiceDueDateReached** \\\n * **CrossCloudNewDataAvailable** \\\n * **CrossCloudCollectionError** \\\n * **GeneralThresholdError**\n */\nexport type AlertCriteria = string;\n\n/** Known values of {@link AlertSource} that the service accepts. */\nexport enum KnownAlertSource {\n /** Preset */\n Preset = \"Preset\",\n /** User */\n User = \"User\"\n}\n\n/**\n * Defines values for AlertSource. \\\n * {@link KnownAlertSource} can be used interchangeably with AlertSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Preset** \\\n * **User**\n */\nexport type AlertSource = string;\n\n/** Known values of {@link AlertTimeGrainType} that the service accepts. */\nexport enum KnownAlertTimeGrainType {\n /** None */\n None = \"None\",\n /** Monthly */\n Monthly = \"Monthly\",\n /** Quarterly */\n Quarterly = \"Quarterly\",\n /** Annually */\n Annually = \"Annually\",\n /** BillingMonth */\n BillingMonth = \"BillingMonth\",\n /** BillingQuarter */\n BillingQuarter = \"BillingQuarter\",\n /** BillingAnnual */\n BillingAnnual = \"BillingAnnual\"\n}\n\n/**\n * Defines values for AlertTimeGrainType. \\\n * {@link KnownAlertTimeGrainType} can be used interchangeably with AlertTimeGrainType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Monthly** \\\n * **Quarterly** \\\n * **Annually** \\\n * **BillingMonth** \\\n * **BillingQuarter** \\\n * **BillingAnnual**\n */\nexport type AlertTimeGrainType = string;\n\n/** Known values of {@link AlertOperator} that the service accepts. */\nexport enum KnownAlertOperator {\n /** None */\n None = \"None\",\n /** EqualTo */\n EqualTo = \"EqualTo\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqualTo */\n GreaterThanOrEqualTo = \"GreaterThanOrEqualTo\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqualTo */\n LessThanOrEqualTo = \"LessThanOrEqualTo\"\n}\n\n/**\n * Defines values for AlertOperator. \\\n * {@link KnownAlertOperator} can be used interchangeably with AlertOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **EqualTo** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqualTo** \\\n * **LessThan** \\\n * **LessThanOrEqualTo**\n */\nexport type AlertOperator = string;\n\n/** Known values of {@link AlertStatus} that the service accepts. */\nexport enum KnownAlertStatus {\n /** None */\n None = \"None\",\n /** Active */\n Active = \"Active\",\n /** Overridden */\n Overridden = \"Overridden\",\n /** Resolved */\n Resolved = \"Resolved\",\n /** Dismissed */\n Dismissed = \"Dismissed\"\n}\n\n/**\n * Defines values for AlertStatus. \\\n * {@link KnownAlertStatus} can be used interchangeably with AlertStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Active** \\\n * **Overridden** \\\n * **Resolved** \\\n * **Dismissed**\n */\nexport type AlertStatus = string;\n\n/** Known values of {@link ExternalCloudProviderType} that the service accepts. */\nexport enum KnownExternalCloudProviderType {\n /** ExternalSubscriptions */\n ExternalSubscriptions = \"externalSubscriptions\",\n /** ExternalBillingAccounts */\n ExternalBillingAccounts = \"externalBillingAccounts\"\n}\n\n/**\n * Defines values for ExternalCloudProviderType. \\\n * {@link KnownExternalCloudProviderType} can be used interchangeably with ExternalCloudProviderType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **externalSubscriptions** \\\n * **externalBillingAccounts**\n */\nexport type ExternalCloudProviderType = string;\n\n/** Known values of {@link ForecastType} that the service accepts. */\nexport enum KnownForecastType {\n /** Usage */\n Usage = \"Usage\",\n /** ActualCost */\n ActualCost = \"ActualCost\",\n /** AmortizedCost */\n AmortizedCost = \"AmortizedCost\"\n}\n\n/**\n * Defines values for ForecastType. \\\n * {@link KnownForecastType} can be used interchangeably with ForecastType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Usage** \\\n * **ActualCost** \\\n * **AmortizedCost**\n */\nexport type ForecastType = string;\n\n/** Known values of {@link ForecastTimeframe} that the service accepts. */\nexport enum KnownForecastTimeframe {\n /** Custom */\n Custom = \"Custom\"\n}\n\n/**\n * Defines values for ForecastTimeframe. \\\n * {@link KnownForecastTimeframe} can be used interchangeably with ForecastTimeframe,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Custom**\n */\nexport type ForecastTimeframe = string;\n\n/** Known values of {@link GranularityType} that the service accepts. */\nexport enum KnownGranularityType {\n /** Daily */\n Daily = \"Daily\"\n}\n\n/**\n * Defines values for GranularityType. \\\n * {@link KnownGranularityType} can be used interchangeably with GranularityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Daily**\n */\nexport type GranularityType = string;\n\n/** Known values of {@link FunctionName} that the service accepts. */\nexport enum KnownFunctionName {\n /** PreTaxCostUSD */\n PreTaxCostUSD = \"PreTaxCostUSD\",\n /** Cost */\n Cost = \"Cost\",\n /** CostUSD */\n CostUSD = \"CostUSD\",\n /** PreTaxCost */\n PreTaxCost = \"PreTaxCost\"\n}\n\n/**\n * Defines values for FunctionName. \\\n * {@link KnownFunctionName} can be used interchangeably with FunctionName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PreTaxCostUSD** \\\n * **Cost** \\\n * **CostUSD** \\\n * **PreTaxCost**\n */\nexport type FunctionName = string;\n\n/** Known values of {@link ForecastOperatorType} that the service accepts. */\nexport enum KnownForecastOperatorType {\n /** In */\n In = \"In\"\n}\n\n/**\n * Defines values for ForecastOperatorType. \\\n * {@link KnownForecastOperatorType} can be used interchangeably with ForecastOperatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **In**\n */\nexport type ForecastOperatorType = string;\n\n/** Known values of {@link ExportType} that the service accepts. */\nexport enum KnownExportType {\n /** Usage */\n Usage = \"Usage\",\n /** ActualCost */\n ActualCost = \"ActualCost\",\n /** AmortizedCost */\n AmortizedCost = \"AmortizedCost\"\n}\n\n/**\n * Defines values for ExportType. \\\n * {@link KnownExportType} can be used interchangeably with ExportType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Usage** \\\n * **ActualCost** \\\n * **AmortizedCost**\n */\nexport type ExportType = string;\n\n/** Known values of {@link TimeframeType} that the service accepts. */\nexport enum KnownTimeframeType {\n /** MonthToDate */\n MonthToDate = \"MonthToDate\",\n /** BillingMonthToDate */\n BillingMonthToDate = \"BillingMonthToDate\",\n /** TheLastMonth */\n TheLastMonth = \"TheLastMonth\",\n /** TheLastBillingMonth */\n TheLastBillingMonth = \"TheLastBillingMonth\",\n /** WeekToDate */\n WeekToDate = \"WeekToDate\",\n /** Custom */\n Custom = \"Custom\"\n}\n\n/**\n * Defines values for TimeframeType. \\\n * {@link KnownTimeframeType} can be used interchangeably with TimeframeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MonthToDate** \\\n * **BillingMonthToDate** \\\n * **TheLastMonth** \\\n * **TheLastBillingMonth** \\\n * **WeekToDate** \\\n * **Custom**\n */\nexport type TimeframeType = string;\n\n/** Known values of {@link QueryOperatorType} that the service accepts. */\nexport enum KnownQueryOperatorType {\n /** In */\n In = \"In\"\n}\n\n/**\n * Defines values for QueryOperatorType. \\\n * {@link KnownQueryOperatorType} can be used interchangeably with QueryOperatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **In**\n */\nexport type QueryOperatorType = string;\n\n/** Known values of {@link OperationStatusType} that the service accepts. */\nexport enum KnownOperationStatusType {\n /** Running */\n Running = \"Running\",\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for OperationStatusType. \\\n * {@link KnownOperationStatusType} can be used interchangeably with OperationStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Completed** \\\n * **Failed**\n */\nexport type OperationStatusType = string;\n\n/** Known values of {@link ReservationReportSchema} that the service accepts. */\nexport enum KnownReservationReportSchema {\n /** InstanceFlexibilityGroup */\n InstanceFlexibilityGroup = \"InstanceFlexibilityGroup\",\n /** InstanceFlexibilityRatio */\n InstanceFlexibilityRatio = \"InstanceFlexibilityRatio\",\n /** InstanceId */\n InstanceId = \"InstanceId\",\n /** Kind */\n Kind = \"Kind\",\n /** ReservationId */\n ReservationId = \"ReservationId\",\n /** ReservationOrderId */\n ReservationOrderId = \"ReservationOrderId\",\n /** ReservedHours */\n ReservedHours = \"ReservedHours\",\n /** SkuName */\n SkuName = \"SkuName\",\n /** TotalReservedQuantity */\n TotalReservedQuantity = \"TotalReservedQuantity\",\n /** UsageDate */\n UsageDate = \"UsageDate\",\n /** UsedHours */\n UsedHours = \"UsedHours\"\n}\n\n/**\n * Defines values for ReservationReportSchema. \\\n * {@link KnownReservationReportSchema} can be used interchangeably with ReservationReportSchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InstanceFlexibilityGroup** \\\n * **InstanceFlexibilityRatio** \\\n * **InstanceId** \\\n * **Kind** \\\n * **ReservationId** \\\n * **ReservationOrderId** \\\n * **ReservedHours** \\\n * **SkuName** \\\n * **TotalReservedQuantity** \\\n * **UsageDate** \\\n * **UsedHours**\n */\nexport type ReservationReportSchema = string;\n\n/** Known values of {@link StatusType} that the service accepts. */\nexport enum KnownStatusType {\n /** Active */\n Active = \"Active\",\n /** Inactive */\n Inactive = \"Inactive\"\n}\n\n/**\n * Defines values for StatusType. \\\n * {@link KnownStatusType} can be used interchangeably with StatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Inactive**\n */\nexport type StatusType = string;\n\n/** Known values of {@link RecurrenceType} that the service accepts. */\nexport enum KnownRecurrenceType {\n /** Daily */\n Daily = \"Daily\",\n /** Weekly */\n Weekly = \"Weekly\",\n /** Monthly */\n Monthly = \"Monthly\",\n /** Annually */\n Annually = \"Annually\"\n}\n\n/**\n * Defines values for RecurrenceType. \\\n * {@link KnownRecurrenceType} can be used interchangeably with RecurrenceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Daily** \\\n * **Weekly** \\\n * **Monthly** \\\n * **Annually**\n */\nexport type RecurrenceType = string;\n\n/** Known values of {@link FormatType} that the service accepts. */\nexport enum KnownFormatType {\n /** Csv */\n Csv = \"Csv\"\n}\n\n/**\n * Defines values for FormatType. \\\n * {@link KnownFormatType} can be used interchangeably with FormatType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Csv**\n */\nexport type FormatType = string;\n\n/** Known values of {@link ExecutionType} that the service accepts. */\nexport enum KnownExecutionType {\n /** OnDemand */\n OnDemand = \"OnDemand\",\n /** Scheduled */\n Scheduled = \"Scheduled\"\n}\n\n/**\n * Defines values for ExecutionType. \\\n * {@link KnownExecutionType} can be used interchangeably with ExecutionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnDemand** \\\n * **Scheduled**\n */\nexport type ExecutionType = string;\n\n/** Known values of {@link ExecutionStatus} that the service accepts. */\nexport enum KnownExecutionStatus {\n /** Queued */\n Queued = \"Queued\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Timeout */\n Timeout = \"Timeout\",\n /** NewDataNotAvailable */\n NewDataNotAvailable = \"NewDataNotAvailable\",\n /** DataNotAvailable */\n DataNotAvailable = \"DataNotAvailable\"\n}\n\n/**\n * Defines values for ExecutionStatus. \\\n * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Queued** \\\n * **InProgress** \\\n * **Completed** \\\n * **Failed** \\\n * **Timeout** \\\n * **NewDataNotAvailable** \\\n * **DataNotAvailable**\n */\nexport type ExecutionStatus = string;\n\n/** Known values of {@link CostDetailsMetricType} that the service accepts. */\nexport enum KnownCostDetailsMetricType {\n /** Actual cost data. */\n ActualCostCostDetailsMetricType = \"ActualCost\",\n /** Amortized cost data. */\n AmortizedCostCostDetailsMetricType = \"AmortizedCost\"\n}\n\n/**\n * Defines values for CostDetailsMetricType. \\\n * {@link KnownCostDetailsMetricType} can be used interchangeably with CostDetailsMetricType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActualCost**: Actual cost data. \\\n * **AmortizedCost**: Amortized cost data.\n */\nexport type CostDetailsMetricType = string;\n\n/** Known values of {@link CostDetailsStatusType} that the service accepts. */\nexport enum KnownCostDetailsStatusType {\n /** Operation is Completed. */\n CompletedCostDetailsStatusType = \"Completed\",\n /** Operation is Completed and no cost data found. */\n NoDataFoundCostDetailsStatusType = \"NoDataFound\",\n /** Operation Failed. */\n FailedCostDetailsStatusType = \"Failed\"\n}\n\n/**\n * Defines values for CostDetailsStatusType. \\\n * {@link KnownCostDetailsStatusType} can be used interchangeably with CostDetailsStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Completed**: Operation is Completed. \\\n * **NoDataFound**: Operation is Completed and no cost data found. \\\n * **Failed**: Operation Failed.\n */\nexport type CostDetailsStatusType = string;\n\n/** Known values of {@link CostDetailsDataFormat} that the service accepts. */\nexport enum KnownCostDetailsDataFormat {\n /** Csv data format. */\n CsvCostDetailsDataFormat = \"Csv\"\n}\n\n/**\n * Defines values for CostDetailsDataFormat. \\\n * {@link KnownCostDetailsDataFormat} can be used interchangeably with CostDetailsDataFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Csv**: Csv data format.\n */\nexport type CostDetailsDataFormat = string;\n\n/** Known values of {@link GenerateDetailedCostReportMetricType} that the service accepts. */\nexport enum KnownGenerateDetailedCostReportMetricType {\n /** ActualCost */\n ActualCost = \"ActualCost\",\n /** AmortizedCost */\n AmortizedCost = \"AmortizedCost\"\n}\n\n/**\n * Defines values for GenerateDetailedCostReportMetricType. \\\n * {@link KnownGenerateDetailedCostReportMetricType} can be used interchangeably with GenerateDetailedCostReportMetricType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActualCost** \\\n * **AmortizedCost**\n */\nexport type GenerateDetailedCostReportMetricType = string;\n\n/** Known values of {@link ReportOperationStatusType} that the service accepts. */\nexport enum KnownReportOperationStatusType {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Queued */\n Queued = \"Queued\",\n /** NoDataFound */\n NoDataFound = \"NoDataFound\",\n /** ReadyToDownload */\n ReadyToDownload = \"ReadyToDownload\",\n /** TimedOut */\n TimedOut = \"TimedOut\"\n}\n\n/**\n * Defines values for ReportOperationStatusType. \\\n * {@link KnownReportOperationStatusType} can be used interchangeably with ReportOperationStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Completed** \\\n * **Failed** \\\n * **Queued** \\\n * **NoDataFound** \\\n * **ReadyToDownload** \\\n * **TimedOut**\n */\nexport type ReportOperationStatusType = string;\n\n/** Known values of {@link FileFormat} that the service accepts. */\nexport enum KnownFileFormat {\n /** Csv */\n Csv = \"Csv\"\n}\n\n/**\n * Defines values for FileFormat. \\\n * {@link KnownFileFormat} can be used interchangeably with FileFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Csv**\n */\nexport type FileFormat = string;\n\n/** Known values of {@link ScheduleFrequency} that the service accepts. */\nexport enum KnownScheduleFrequency {\n /** Cost analysis data will be emailed every day. */\n Daily = \"Daily\",\n /** Cost analysis data will be emailed every week. */\n Weekly = \"Weekly\",\n /** Cost analysis data will be emailed every month. */\n Monthly = \"Monthly\"\n}\n\n/**\n * Defines values for ScheduleFrequency. \\\n * {@link KnownScheduleFrequency} can be used interchangeably with ScheduleFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Daily**: Cost analysis data will be emailed every day. \\\n * **Weekly**: Cost analysis data will be emailed every week. \\\n * **Monthly**: Cost analysis data will be emailed every month.\n */\nexport type ScheduleFrequency = string;\n\n/** Known values of {@link DaysOfWeek} that the service accepts. */\nexport enum KnownDaysOfWeek {\n /** Monday */\n Monday = \"Monday\",\n /** Tuesday */\n Tuesday = \"Tuesday\",\n /** Wednesday */\n Wednesday = \"Wednesday\",\n /** Thursday */\n Thursday = \"Thursday\",\n /** Friday */\n Friday = \"Friday\",\n /** Saturday */\n Saturday = \"Saturday\",\n /** Sunday */\n Sunday = \"Sunday\"\n}\n\n/**\n * Defines values for DaysOfWeek. \\\n * {@link KnownDaysOfWeek} can be used interchangeably with DaysOfWeek,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday** \\\n * **Tuesday** \\\n * **Wednesday** \\\n * **Thursday** \\\n * **Friday** \\\n * **Saturday** \\\n * **Sunday**\n */\nexport type DaysOfWeek = string;\n\n/** Known values of {@link WeeksOfMonth} that the service accepts. */\nexport enum KnownWeeksOfMonth {\n /** First */\n First = \"First\",\n /** Second */\n Second = \"Second\",\n /** Third */\n Third = \"Third\",\n /** Fourth */\n Fourth = \"Fourth\",\n /** Last */\n Last = \"Last\"\n}\n\n/**\n * Defines values for WeeksOfMonth. \\\n * {@link KnownWeeksOfMonth} can be used interchangeably with WeeksOfMonth,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **First** \\\n * **Second** \\\n * **Third** \\\n * **Fourth** \\\n * **Last**\n */\nexport type WeeksOfMonth = string;\n\n/** Known values of {@link ScheduledActionStatus} that the service accepts. */\nexport enum KnownScheduledActionStatus {\n /** Scheduled action is saved but will not be run. */\n Disabled = \"Disabled\",\n /** Scheduled action is saved and will be run. */\n Enabled = \"Enabled\",\n /** Scheduled action is expired. */\n Expired = \"Expired\"\n}\n\n/**\n * Defines values for ScheduledActionStatus. \\\n * {@link KnownScheduledActionStatus} can be used interchangeably with ScheduledActionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Scheduled action is saved but will not be run. \\\n * **Enabled**: Scheduled action is saved and will be run. \\\n * **Expired**: Scheduled action is expired.\n */\nexport type ScheduledActionStatus = string;\n\n/** Known values of {@link ScheduledActionKind} that the service accepts. */\nexport enum KnownScheduledActionKind {\n /** Cost analysis data will be emailed. */\n Email = \"Email\",\n /** Cost anomaly information will be emailed. Available only on subscription scope at daily frequency. If no anomaly is detected on the resource, an email won't be sent. */\n InsightAlert = \"InsightAlert\"\n}\n\n/**\n * Defines values for ScheduledActionKind. \\\n * {@link KnownScheduledActionKind} can be used interchangeably with ScheduledActionKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Email**: Cost analysis data will be emailed. \\\n * **InsightAlert**: Cost anomaly information will be emailed. Available only on subscription scope at daily frequency. If no anomaly is detected on the resource, an email won't be sent.\n */\nexport type ScheduledActionKind = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\"\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link LookBackPeriod} that the service accepts. */\nexport enum KnownLookBackPeriod {\n /** 7 days used to look back. */\n Last7Days = \"Last7Days\",\n /** 30 days used to look back. */\n Last30Days = \"Last30Days\",\n /** 60 days used to look back. */\n Last60Days = \"Last60Days\"\n}\n\n/**\n * Defines values for LookBackPeriod. \\\n * {@link KnownLookBackPeriod} can be used interchangeably with LookBackPeriod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Last7Days**: 7 days used to look back. \\\n * **Last30Days**: 30 days used to look back. \\\n * **Last60Days**: 60 days used to look back.\n */\nexport type LookBackPeriod = string;\n\n/** Known values of {@link Grain} that the service accepts. */\nexport enum KnownGrain {\n /** Hourly grain corresponds to value per hour. */\n Hourly = \"Hourly\",\n /** Hourly grain corresponds to value per day. */\n Daily = \"Daily\",\n /** Hourly grain corresponds to value per month. */\n Monthly = \"Monthly\"\n}\n\n/**\n * Defines values for Grain. \\\n * {@link KnownGrain} can be used interchangeably with Grain,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Hourly**: Hourly grain corresponds to value per hour. \\\n * **Daily**: Hourly grain corresponds to value per day. \\\n * **Monthly**: Hourly grain corresponds to value per month.\n */\nexport type Grain = string;\n\n/** Known values of {@link Term} that the service accepts. */\nexport enum KnownTerm {\n /** Benefit term is 1 year. */\n P1Y = \"P1Y\",\n /** Benefit term is 3 years. */\n P3Y = \"P3Y\"\n}\n\n/**\n * Defines values for Term. \\\n * {@link KnownTerm} can be used interchangeably with Term,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P1Y**: Benefit term is 1 year. \\\n * **P3Y**: Benefit term is 3 years.\n */\nexport type Term = string;\n\n/** Known values of {@link Scope} that the service accepts. */\nexport enum KnownScope {\n /** Single scope recommendation. */\n Single = \"Single\",\n /** Shared scope recommendation. */\n Shared = \"Shared\"\n}\n\n/**\n * Defines values for Scope. \\\n * {@link KnownScope} can be used interchangeably with Scope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Single**: Single scope recommendation. \\\n * **Shared**: Shared scope recommendation.\n */\nexport type Scope = string;\n\n/** Known values of {@link BenefitKind} that the service accepts. */\nexport enum KnownBenefitKind {\n /** Benefit is IncludedQuantity. */\n IncludedQuantity = \"IncludedQuantity\",\n /** Benefit is Reservation. */\n Reservation = \"Reservation\",\n /** Benefit is SavingsPlan. */\n SavingsPlan = \"SavingsPlan\"\n}\n\n/**\n * Defines values for BenefitKind. \\\n * {@link KnownBenefitKind} can be used interchangeably with BenefitKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IncludedQuantity**: Benefit is IncludedQuantity. \\\n * **Reservation**: Benefit is Reservation. \\\n * **SavingsPlan**: Benefit is SavingsPlan.\n */\nexport type BenefitKind = string;\n\n/** Known values of {@link GrainParameter} that the service accepts. */\nexport enum KnownGrainParameter {\n /** Hourly grain corresponds to value per hour. */\n Hourly = \"Hourly\",\n /** Hourly grain corresponds to value per day. */\n Daily = \"Daily\",\n /** Hourly grain corresponds to value per month. */\n Monthly = \"Monthly\"\n}\n\n/**\n * Defines values for GrainParameter. \\\n * {@link KnownGrainParameter} can be used interchangeably with GrainParameter,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Hourly**: Hourly grain corresponds to value per hour. \\\n * **Daily**: Hourly grain corresponds to value per day. \\\n * **Monthly**: Hourly grain corresponds to value per month.\n */\nexport type GrainParameter = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ViewsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ViewsListResponse = ViewListResult;\n\n/** Optional parameters. */\nexport interface ViewsListByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByScope operation. */\nexport type ViewsListByScopeResponse = ViewListResult;\n\n/** Optional parameters. */\nexport interface ViewsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ViewsGetResponse = View;\n\n/** Optional parameters. */\nexport interface ViewsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ViewsCreateOrUpdateResponse = View;\n\n/** Optional parameters. */\nexport interface ViewsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ViewsGetByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByScope operation. */\nexport type ViewsGetByScopeResponse = View;\n\n/** Optional parameters. */\nexport interface ViewsCreateOrUpdateByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateByScope operation. */\nexport type ViewsCreateOrUpdateByScopeResponse = View;\n\n/** Optional parameters. */\nexport interface ViewsDeleteByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ViewsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ViewsListNextResponse = ViewListResult;\n\n/** Optional parameters. */\nexport interface ViewsListByScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByScopeNext operation. */\nexport type ViewsListByScopeNextResponse = ViewListResult;\n\n/** Optional parameters. */\nexport interface AlertsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AlertsListResponse = AlertsResult;\n\n/** Optional parameters. */\nexport interface AlertsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertsGetResponse = Alert;\n\n/** Optional parameters. */\nexport interface AlertsDismissOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the dismiss operation. */\nexport type AlertsDismissResponse = Alert;\n\n/** Optional parameters. */\nexport interface AlertsListExternalOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExternal operation. */\nexport type AlertsListExternalResponse = AlertsResult;\n\n/** Optional parameters. */\nexport interface ForecastUsageOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to filter forecasts by properties/usageDate (Utc time), properties/chargeType or properties/grain. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. */\n filter?: string;\n}\n\n/** Contains response data for the usage operation. */\nexport type ForecastUsageResponse = ForecastResult;\n\n/** Optional parameters. */\nexport interface ForecastExternalCloudProviderUsageOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to filter forecasts by properties/usageDate (Utc time), properties/chargeType or properties/grain. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. */\n filter?: string;\n}\n\n/** Contains response data for the externalCloudProviderUsage operation. */\nexport type ForecastExternalCloudProviderUsageResponse = ForecastResult;\n\n/** Optional parameters. */\nexport interface DimensionsListOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to filter dimensions by properties/category, properties/usageStart, properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. */\n filter?: string;\n /** May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions. */\n expand?: string;\n /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */\n skiptoken?: string;\n /** May be used to limit the number of results to the most recent N dimension data. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DimensionsListResponse = DimensionsListResult;\n\n/** Optional parameters. */\nexport interface DimensionsByExternalCloudProviderTypeOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to filter dimensions by properties/category, properties/usageStart, properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. */\n filter?: string;\n /** May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions. */\n expand?: string;\n /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */\n skiptoken?: string;\n /** May be used to limit the number of results to the most recent N dimension data. */\n top?: number;\n}\n\n/** Contains response data for the byExternalCloudProviderType operation. */\nexport type DimensionsByExternalCloudProviderTypeResponse = DimensionsListResult;\n\n/** Optional parameters. */\nexport interface QueryUsageOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the usage operation. */\nexport type QueryUsageResponse = QueryResult;\n\n/** Optional parameters. */\nexport interface QueryUsageByExternalCloudProviderTypeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the usageByExternalCloudProviderType operation. */\nexport type QueryUsageByExternalCloudProviderTypeResponse = QueryResult;\n\n/** Optional parameters. */\nexport interface GenerateReservationDetailsReportByBillingAccountIdOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the byBillingAccountId operation. */\nexport type GenerateReservationDetailsReportByBillingAccountIdResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface GenerateReservationDetailsReportByBillingProfileIdOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the byBillingProfileId operation. */\nexport type GenerateReservationDetailsReportByBillingProfileIdResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface ExportsListOptionalParams extends coreClient.OperationOptions {\n /** May be used to expand the properties within an export. Currently only 'runHistory' is supported and will return information for the last run of each export. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ExportsListResponse = ExportListResult;\n\n/** Optional parameters. */\nexport interface ExportsGetOptionalParams extends coreClient.OperationOptions {\n /** May be used to expand the properties within an export. Currently only 'runHistory' is supported and will return information for the last 10 runs of the export. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ExportsGetResponse = Export;\n\n/** Optional parameters. */\nexport interface ExportsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ExportsCreateOrUpdateResponse = Export;\n\n/** Optional parameters. */\nexport interface ExportsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ExportsExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ExportsGetExecutionHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getExecutionHistory operation. */\nexport type ExportsGetExecutionHistoryResponse = ExportExecutionListResult;\n\n/** Optional parameters. */\nexport interface GenerateCostDetailsReportCreateOperationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOperation operation. */\nexport type GenerateCostDetailsReportCreateOperationResponse = CostDetailsOperationResults;\n\n/** Optional parameters. */\nexport interface GenerateCostDetailsReportGetOperationResultsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the getOperationResults operation. */\nexport type GenerateCostDetailsReportGetOperationResultsResponse = CostDetailsOperationResults;\n\n/** Optional parameters. */\nexport interface GenerateDetailedCostReportCreateOperationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOperation operation. */\nexport type GenerateDetailedCostReportCreateOperationResponse = GenerateDetailedCostReportOperationResult;\n\n/** Optional parameters. */\nexport interface GenerateDetailedCostReportOperationResultsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type GenerateDetailedCostReportOperationResultsGetResponse = GenerateDetailedCostReportOperationResult;\n\n/** Optional parameters. */\nexport interface GenerateDetailedCostReportOperationStatusGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GenerateDetailedCostReportOperationStatusGetResponse = GenerateDetailedCostReportOperationStatuses;\n\n/** Optional parameters. */\nexport interface PriceSheetDownloadOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the download operation. */\nexport type PriceSheetDownloadResponse = DownloadURL;\n\n/** Optional parameters. */\nexport interface PriceSheetDownloadByBillingProfileOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the downloadByBillingProfile operation. */\nexport type PriceSheetDownloadByBillingProfileResponse = DownloadURL;\n\n/** Optional parameters. */\nexport interface ScheduledActionsListOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to filter scheduled actions by properties/viewId. Supported operator is 'eq'. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ScheduledActionsListResponse = ScheduledActionListResult;\n\n/** Optional parameters. */\nexport interface ScheduledActionsListByScopeOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to filter scheduled actions by properties/viewId. Supported operator is 'eq'. */\n filter?: string;\n}\n\n/** Contains response data for the listByScope operation. */\nexport type ScheduledActionsListByScopeResponse = ScheduledActionListResult;\n\n/** Optional parameters. */\nexport interface ScheduledActionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity. Optional when updating an entity and can be specified to achieve optimistic concurrency. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ScheduledActionsCreateOrUpdateResponse = ScheduledAction;\n\n/** Optional parameters. */\nexport interface ScheduledActionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ScheduledActionsGetResponse = ScheduledAction;\n\n/** Optional parameters. */\nexport interface ScheduledActionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScheduledActionsCreateOrUpdateByScopeOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity. Optional when updating an entity and can be specified to achieve optimistic concurrency. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdateByScope operation. */\nexport type ScheduledActionsCreateOrUpdateByScopeResponse = ScheduledAction;\n\n/** Optional parameters. */\nexport interface ScheduledActionsGetByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByScope operation. */\nexport type ScheduledActionsGetByScopeResponse = ScheduledAction;\n\n/** Optional parameters. */\nexport interface ScheduledActionsDeleteByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScheduledActionsRunOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScheduledActionsRunByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScheduledActionsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type ScheduledActionsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface ScheduledActionsCheckNameAvailabilityByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailabilityByScope operation. */\nexport type ScheduledActionsCheckNameAvailabilityByScopeResponse = CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface ScheduledActionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScheduledActionsListNextResponse = ScheduledActionListResult;\n\n/** Optional parameters. */\nexport interface ScheduledActionsListByScopeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByScopeNext operation. */\nexport type ScheduledActionsListByScopeNextResponse = ScheduledActionListResult;\n\n/** Optional parameters. */\nexport interface BenefitRecommendationsListOptionalParams\n extends coreClient.OperationOptions {\n /** Can be used to filter benefitRecommendations by: properties/scope with allowed values ['Single', 'Shared'] and default value 'Shared'; and properties/lookBackPeriod with allowed values ['Last7Days', 'Last30Days', 'Last60Days'] and default value 'Last60Days'; properties/term with allowed values ['P1Y', 'P3Y'] and default value 'P3Y'; properties/subscriptionId; properties/resourceGroup */\n filter?: string;\n /** May be used to expand the properties by: properties/usage, properties/allRecommendationDetails */\n expand?: string;\n /** May be used to order the recommendations by: properties/armSkuName. For the savings plan, the results are in order by default. There is no need to use this clause. */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type BenefitRecommendationsListResponse = BenefitRecommendationsListResult;\n\n/** Optional parameters. */\nexport interface BenefitRecommendationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type BenefitRecommendationsListNextResponse = BenefitRecommendationsListResult;\n\n/** Optional parameters. */\nexport interface BenefitUtilizationSummariesListByBillingAccountIdOptionalParams\n extends coreClient.OperationOptions {\n /** Grain. */\n grainParameter?: GrainParameter;\n /** Supports filtering by properties/benefitId, properties/benefitOrderId and properties/usageDate. */\n filter?: string;\n}\n\n/** Contains response data for the listByBillingAccountId operation. */\nexport type BenefitUtilizationSummariesListByBillingAccountIdResponse = BenefitUtilizationSummariesListResult;\n\n/** Optional parameters. */\nexport interface BenefitUtilizationSummariesListByBillingProfileIdOptionalParams\n extends coreClient.OperationOptions {\n /** Grain. */\n grainParameter?: GrainParameter;\n /** Supports filtering by properties/benefitId, properties/benefitOrderId and properties/usageDate. */\n filter?: string;\n}\n\n/** Contains response data for the listByBillingProfileId operation. */\nexport type BenefitUtilizationSummariesListByBillingProfileIdResponse = BenefitUtilizationSummariesListResult;\n\n/** Optional parameters. */\nexport interface BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams\n extends coreClient.OperationOptions {\n /** Supports filtering by properties/usageDate. */\n filter?: string;\n /** Grain. */\n grainParameter?: GrainParameter;\n}\n\n/** Contains response data for the listBySavingsPlanOrder operation. */\nexport type BenefitUtilizationSummariesListBySavingsPlanOrderResponse = BenefitUtilizationSummariesListResult;\n\n/** Optional parameters. */\nexport interface BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams\n extends coreClient.OperationOptions {\n /** Supports filtering by properties/usageDate. */\n filter?: string;\n /** Grain. */\n grainParameter?: GrainParameter;\n}\n\n/** Contains response data for the listBySavingsPlanId operation. */\nexport type BenefitUtilizationSummariesListBySavingsPlanIdResponse = BenefitUtilizationSummariesListResult;\n\n/** Optional parameters. */\nexport interface BenefitUtilizationSummariesListByBillingAccountIdNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBillingAccountIdNext operation. */\nexport type BenefitUtilizationSummariesListByBillingAccountIdNextResponse = BenefitUtilizationSummariesListResult;\n\n/** Optional parameters. */\nexport interface BenefitUtilizationSummariesListByBillingProfileIdNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBillingProfileIdNext operation. */\nexport type BenefitUtilizationSummariesListByBillingProfileIdNextResponse = BenefitUtilizationSummariesListResult;\n\n/** Optional parameters. */\nexport interface BenefitUtilizationSummariesListBySavingsPlanOrderNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySavingsPlanOrderNext operation. */\nexport type BenefitUtilizationSummariesListBySavingsPlanOrderNextResponse = BenefitUtilizationSummariesListResult;\n\n/** Optional parameters. */\nexport interface BenefitUtilizationSummariesListBySavingsPlanIdNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySavingsPlanIdNext operation. */\nexport type BenefitUtilizationSummariesListBySavingsPlanIdNextResponse = BenefitUtilizationSummariesListResult;\n\n/** Optional parameters. */\nexport interface CostManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}