@azure/arm-costmanagement 1.0.0-alpha.20250109.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 (1052) hide show
  1. package/README.md +4 -4
  2. package/dist/browser/costManagementClient.d.ts +33 -0
  3. package/dist/browser/costManagementClient.d.ts.map +1 -0
  4. package/dist/browser/costManagementClient.js +106 -0
  5. package/dist/browser/costManagementClient.js.map +1 -0
  6. package/dist/browser/index.d.ts +5 -0
  7. package/dist/browser/index.d.ts.map +1 -0
  8. package/dist/browser/index.js +13 -0
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/dist/browser/models/parameters.js +378 -0
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/dist/browser/operations/alerts.d.ts +86 -0
  16. package/dist/browser/operations/alerts.d.ts.map +1 -0
  17. package/dist/browser/operations/alerts.js +174 -0
  18. package/dist/browser/operations/alerts.js.map +1 -0
  19. package/dist/browser/operations/benefitRecommendations.d.ts +50 -0
  20. package/dist/browser/operations/benefitRecommendations.d.ts.map +1 -0
  21. package/dist/browser/operations/benefitRecommendations.js +160 -0
  22. package/dist/browser/operations/benefitRecommendations.js.map +1 -0
  23. package/dist/browser/operations/benefitUtilizationSummaries.d.ts +108 -0
  24. package/dist/browser/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  25. package/dist/browser/operations/benefitUtilizationSummaries.js +518 -0
  26. package/dist/browser/operations/benefitUtilizationSummaries.js.map +1 -0
  27. package/dist/browser/operations/dimensions.d.ts +78 -0
  28. package/dist/browser/operations/dimensions.d.ts.map +1 -0
  29. package/dist/browser/operations/dimensions.js +224 -0
  30. package/dist/browser/operations/dimensions.js.map +1 -0
  31. package/dist/browser/operations/exports.d.ts +141 -0
  32. package/dist/browser/operations/exports.d.ts.map +1 -0
  33. package/dist/browser/operations/exports.js +260 -0
  34. package/dist/browser/operations/exports.js.map +1 -0
  35. package/dist/browser/operations/forecast.d.ts +45 -0
  36. package/dist/browser/operations/forecast.d.ts.map +1 -0
  37. package/dist/browser/operations/forecast.js +105 -0
  38. package/dist/browser/operations/forecast.js.map +1 -0
  39. package/dist/browser/operations/generateCostDetailsReport.d.ts +70 -0
  40. package/dist/browser/operations/generateCostDetailsReport.d.ts.map +1 -0
  41. package/dist/browser/operations/generateCostDetailsReport.js +209 -0
  42. package/dist/browser/operations/generateCostDetailsReport.js.map +1 -0
  43. package/dist/browser/operations/generateDetailedCostReport.d.ts +38 -0
  44. package/dist/browser/operations/generateDetailedCostReport.d.ts.map +1 -0
  45. package/dist/browser/operations/generateDetailedCostReport.js +114 -0
  46. package/dist/browser/operations/generateDetailedCostReport.js.map +1 -0
  47. package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  48. package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  49. package/dist/browser/operations/generateDetailedCostReportOperationResults.js +105 -0
  50. package/dist/browser/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  51. package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  52. package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  53. package/dist/browser/operations/generateDetailedCostReportOperationStatus.js +50 -0
  54. package/dist/browser/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  55. package/dist/browser/operations/generateReservationDetailsReport.d.ts +60 -0
  56. package/dist/browser/operations/generateReservationDetailsReport.d.ts.map +1 -0
  57. package/dist/browser/operations/generateReservationDetailsReport.js +209 -0
  58. package/dist/browser/operations/generateReservationDetailsReport.js.map +1 -0
  59. package/dist/browser/operations/index.d.ts +17 -0
  60. package/dist/browser/operations/index.d.ts.map +1 -0
  61. package/dist/browser/operations/index.js +24 -0
  62. package/dist/browser/operations/index.js.map +1 -0
  63. package/dist/browser/operations/operations.d.ts +32 -0
  64. package/dist/browser/operations/operations.d.ts.map +1 -0
  65. package/dist/browser/operations/operations.js +133 -0
  66. package/dist/browser/operations/operations.js.map +1 -0
  67. package/dist/browser/operations/priceSheet.d.ts +54 -0
  68. package/dist/browser/operations/priceSheet.d.ts.map +1 -0
  69. package/dist/browser/operations/priceSheet.js +200 -0
  70. package/dist/browser/operations/priceSheet.js.map +1 -0
  71. package/dist/browser/operations/query.d.ts +45 -0
  72. package/dist/browser/operations/query.d.ts.map +1 -0
  73. package/dist/browser/operations/query.js +105 -0
  74. package/dist/browser/operations/query.js.map +1 -0
  75. package/dist/browser/operations/scheduledActions.d.ts +240 -0
  76. package/dist/browser/operations/scheduledActions.d.ts.map +1 -0
  77. package/dist/browser/operations/scheduledActions.js +626 -0
  78. package/dist/browser/operations/scheduledActions.js.map +1 -0
  79. package/dist/browser/operations/views.d.ts +194 -0
  80. package/dist/browser/operations/views.d.ts.map +1 -0
  81. package/dist/browser/operations/views.js +500 -0
  82. package/dist/browser/operations/views.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/alerts.d.ts +78 -0
  84. package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  87. package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/benefitRecommendations.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  90. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/dimensions.d.ts +36 -0
  93. package/dist/browser/operationsInterfaces/dimensions.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/dimensions.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/exports.d.ts +133 -0
  96. package/dist/browser/operationsInterfaces/exports.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/exports.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/forecast.d.ts +37 -0
  99. package/dist/browser/operationsInterfaces/forecast.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/forecast.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  102. package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  105. package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  108. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  111. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  112. package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  114. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/index.d.ts +17 -0
  117. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/index.js +24 -0
  119. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  121. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/priceSheet.d.ts +46 -0
  124. package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/query.d.ts +37 -0
  127. package/dist/browser/operationsInterfaces/query.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/query.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/scheduledActions.d.ts +174 -0
  130. package/dist/browser/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/scheduledActions.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/views.d.ts +126 -0
  133. package/dist/browser/operationsInterfaces/views.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/views.js.map +1 -0
  135. package/dist/browser/package.json +3 -0
  136. package/dist/browser/pagingHelper.js.map +1 -0
  137. package/dist/commonjs/costManagementClient.d.ts +33 -0
  138. package/dist/commonjs/costManagementClient.d.ts.map +1 -0
  139. package/dist/commonjs/costManagementClient.js +111 -0
  140. package/dist/commonjs/costManagementClient.js.map +1 -0
  141. package/dist/commonjs/index.d.ts +5 -0
  142. package/dist/commonjs/index.d.ts.map +1 -0
  143. package/dist/commonjs/index.js +19 -0
  144. package/dist/commonjs/index.js.map +1 -0
  145. package/dist/commonjs/lroImpl.d.ts +11 -0
  146. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  147. package/dist/commonjs/lroImpl.js +24 -0
  148. package/dist/commonjs/lroImpl.js.map +1 -0
  149. package/dist/commonjs/models/index.d.ts +2991 -0
  150. package/dist/commonjs/models/index.d.ts.map +1 -0
  151. package/dist/commonjs/models/index.js +610 -0
  152. package/dist/commonjs/models/index.js.map +1 -0
  153. package/dist/commonjs/models/mappers.d.ts +118 -0
  154. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  155. package/dist/commonjs/models/mappers.js +3707 -0
  156. package/dist/commonjs/models/mappers.js.map +1 -0
  157. package/dist/commonjs/models/parameters.d.ts +43 -0
  158. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  159. package/dist/commonjs/models/parameters.js +381 -0
  160. package/dist/commonjs/models/parameters.js.map +1 -0
  161. package/dist/commonjs/operations/alerts.d.ts +86 -0
  162. package/dist/commonjs/operations/alerts.d.ts.map +1 -0
  163. package/dist/commonjs/operations/alerts.js +179 -0
  164. package/dist/commonjs/operations/alerts.js.map +1 -0
  165. package/dist/commonjs/operations/benefitRecommendations.d.ts +50 -0
  166. package/dist/commonjs/operations/benefitRecommendations.d.ts.map +1 -0
  167. package/dist/commonjs/operations/benefitRecommendations.js +164 -0
  168. package/dist/commonjs/operations/benefitRecommendations.js.map +1 -0
  169. package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts +108 -0
  170. package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  171. package/dist/commonjs/operations/benefitUtilizationSummaries.js +522 -0
  172. package/dist/commonjs/operations/benefitUtilizationSummaries.js.map +1 -0
  173. package/dist/commonjs/operations/dimensions.d.ts +78 -0
  174. package/dist/commonjs/operations/dimensions.d.ts.map +1 -0
  175. package/dist/commonjs/operations/dimensions.js +228 -0
  176. package/dist/commonjs/operations/dimensions.js.map +1 -0
  177. package/dist/commonjs/operations/exports.d.ts +141 -0
  178. package/dist/commonjs/operations/exports.d.ts.map +1 -0
  179. package/dist/commonjs/operations/exports.js +265 -0
  180. package/dist/commonjs/operations/exports.js.map +1 -0
  181. package/dist/commonjs/operations/forecast.d.ts +45 -0
  182. package/dist/commonjs/operations/forecast.d.ts.map +1 -0
  183. package/dist/commonjs/operations/forecast.js +110 -0
  184. package/dist/commonjs/operations/forecast.js.map +1 -0
  185. package/dist/commonjs/operations/generateCostDetailsReport.d.ts +70 -0
  186. package/dist/commonjs/operations/generateCostDetailsReport.d.ts.map +1 -0
  187. package/dist/commonjs/operations/generateCostDetailsReport.js +214 -0
  188. package/dist/commonjs/operations/generateCostDetailsReport.js.map +1 -0
  189. package/dist/commonjs/operations/generateDetailedCostReport.d.ts +38 -0
  190. package/dist/commonjs/operations/generateDetailedCostReport.d.ts.map +1 -0
  191. package/dist/commonjs/operations/generateDetailedCostReport.js +119 -0
  192. package/dist/commonjs/operations/generateDetailedCostReport.js.map +1 -0
  193. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  194. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  195. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js +110 -0
  196. package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  197. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  198. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  199. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js +55 -0
  200. package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  201. package/dist/commonjs/operations/generateReservationDetailsReport.d.ts +60 -0
  202. package/dist/commonjs/operations/generateReservationDetailsReport.d.ts.map +1 -0
  203. package/dist/commonjs/operations/generateReservationDetailsReport.js +214 -0
  204. package/dist/commonjs/operations/generateReservationDetailsReport.js.map +1 -0
  205. package/dist/commonjs/operations/index.d.ts +17 -0
  206. package/dist/commonjs/operations/index.d.ts.map +1 -0
  207. package/dist/commonjs/operations/index.js +27 -0
  208. package/dist/commonjs/operations/index.js.map +1 -0
  209. package/dist/commonjs/operations/operations.d.ts +32 -0
  210. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  211. package/dist/commonjs/operations/operations.js +137 -0
  212. package/dist/commonjs/operations/operations.js.map +1 -0
  213. package/dist/commonjs/operations/priceSheet.d.ts +54 -0
  214. package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
  215. package/dist/commonjs/operations/priceSheet.js +205 -0
  216. package/dist/commonjs/operations/priceSheet.js.map +1 -0
  217. package/dist/commonjs/operations/query.d.ts +45 -0
  218. package/dist/commonjs/operations/query.d.ts.map +1 -0
  219. package/dist/commonjs/operations/query.js +110 -0
  220. package/dist/commonjs/operations/query.js.map +1 -0
  221. package/dist/commonjs/operations/scheduledActions.d.ts +240 -0
  222. package/dist/commonjs/operations/scheduledActions.d.ts.map +1 -0
  223. package/dist/commonjs/operations/scheduledActions.js +630 -0
  224. package/dist/commonjs/operations/scheduledActions.js.map +1 -0
  225. package/dist/commonjs/operations/views.d.ts +194 -0
  226. package/dist/commonjs/operations/views.d.ts.map +1 -0
  227. package/dist/commonjs/operations/views.js +504 -0
  228. package/dist/commonjs/operations/views.js.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/alerts.d.ts +78 -0
  230. package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
  232. package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
  233. package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  234. package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  235. package/dist/commonjs/operationsInterfaces/benefitRecommendations.js +10 -0
  236. package/dist/commonjs/operationsInterfaces/benefitRecommendations.js.map +1 -0
  237. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  238. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  239. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js +10 -0
  240. package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  241. package/dist/commonjs/operationsInterfaces/dimensions.d.ts +36 -0
  242. package/dist/commonjs/operationsInterfaces/dimensions.d.ts.map +1 -0
  243. package/dist/commonjs/operationsInterfaces/dimensions.js +10 -0
  244. package/dist/commonjs/operationsInterfaces/dimensions.js.map +1 -0
  245. package/dist/commonjs/operationsInterfaces/exports.d.ts +133 -0
  246. package/dist/commonjs/operationsInterfaces/exports.d.ts.map +1 -0
  247. package/dist/commonjs/operationsInterfaces/exports.js +10 -0
  248. package/dist/commonjs/operationsInterfaces/exports.js.map +1 -0
  249. package/dist/commonjs/operationsInterfaces/forecast.d.ts +37 -0
  250. package/dist/commonjs/operationsInterfaces/forecast.d.ts.map +1 -0
  251. package/dist/commonjs/operationsInterfaces/forecast.js +10 -0
  252. package/dist/commonjs/operationsInterfaces/forecast.js.map +1 -0
  253. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  254. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  255. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js +10 -0
  256. package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  257. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  258. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  259. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js +10 -0
  260. package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  261. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  262. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  263. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js +10 -0
  264. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  265. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  266. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  267. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js +10 -0
  268. package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  269. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  270. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  271. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js +10 -0
  272. package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  273. package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
  274. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  275. package/dist/commonjs/operationsInterfaces/index.js +27 -0
  276. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  277. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  278. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  279. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  280. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  281. package/dist/commonjs/operationsInterfaces/priceSheet.d.ts +46 -0
  282. package/dist/commonjs/operationsInterfaces/priceSheet.d.ts.map +1 -0
  283. package/dist/commonjs/operationsInterfaces/priceSheet.js +10 -0
  284. package/dist/commonjs/operationsInterfaces/priceSheet.js.map +1 -0
  285. package/dist/commonjs/operationsInterfaces/query.d.ts +37 -0
  286. package/dist/commonjs/operationsInterfaces/query.d.ts.map +1 -0
  287. package/dist/commonjs/operationsInterfaces/query.js +10 -0
  288. package/dist/commonjs/operationsInterfaces/query.js.map +1 -0
  289. package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts +174 -0
  290. package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  291. package/dist/commonjs/operationsInterfaces/scheduledActions.js +10 -0
  292. package/dist/commonjs/operationsInterfaces/scheduledActions.js.map +1 -0
  293. package/dist/commonjs/operationsInterfaces/views.d.ts +126 -0
  294. package/dist/commonjs/operationsInterfaces/views.d.ts.map +1 -0
  295. package/dist/commonjs/operationsInterfaces/views.js +10 -0
  296. package/dist/commonjs/operationsInterfaces/views.js.map +1 -0
  297. package/dist/commonjs/package.json +3 -0
  298. package/dist/commonjs/pagingHelper.d.ts +13 -0
  299. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  300. package/dist/commonjs/pagingHelper.js +36 -0
  301. package/dist/commonjs/pagingHelper.js.map +1 -0
  302. package/dist/esm/costManagementClient.d.ts +33 -0
  303. package/dist/esm/costManagementClient.d.ts.map +1 -0
  304. package/dist/esm/costManagementClient.js +106 -0
  305. package/dist/esm/costManagementClient.js.map +1 -0
  306. package/dist/esm/index.d.ts +5 -0
  307. package/dist/esm/index.d.ts.map +1 -0
  308. package/dist/esm/index.js +13 -0
  309. package/dist/esm/index.js.map +1 -0
  310. package/dist/esm/lroImpl.d.ts +11 -0
  311. package/dist/esm/lroImpl.d.ts.map +1 -0
  312. package/dist/esm/lroImpl.js +21 -0
  313. package/dist/esm/lroImpl.js.map +1 -0
  314. package/dist/esm/models/index.d.ts +2991 -0
  315. package/dist/esm/models/index.d.ts.map +1 -0
  316. package/dist/esm/models/index.js +606 -0
  317. package/dist/esm/models/index.js.map +1 -0
  318. package/dist/esm/models/mappers.d.ts +118 -0
  319. package/dist/esm/models/mappers.d.ts.map +1 -0
  320. package/dist/esm/models/mappers.js +3702 -0
  321. package/dist/esm/models/mappers.js.map +1 -0
  322. package/dist/esm/models/parameters.d.ts +43 -0
  323. package/dist/esm/models/parameters.d.ts.map +1 -0
  324. package/dist/esm/models/parameters.js +378 -0
  325. package/dist/esm/models/parameters.js.map +1 -0
  326. package/dist/esm/operations/alerts.d.ts +86 -0
  327. package/dist/esm/operations/alerts.d.ts.map +1 -0
  328. package/dist/esm/operations/alerts.js +174 -0
  329. package/dist/esm/operations/alerts.js.map +1 -0
  330. package/dist/esm/operations/benefitRecommendations.d.ts +50 -0
  331. package/dist/esm/operations/benefitRecommendations.d.ts.map +1 -0
  332. package/dist/esm/operations/benefitRecommendations.js +160 -0
  333. package/dist/esm/operations/benefitRecommendations.js.map +1 -0
  334. package/dist/esm/operations/benefitUtilizationSummaries.d.ts +108 -0
  335. package/dist/esm/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  336. package/dist/esm/operations/benefitUtilizationSummaries.js +518 -0
  337. package/dist/esm/operations/benefitUtilizationSummaries.js.map +1 -0
  338. package/dist/esm/operations/dimensions.d.ts +78 -0
  339. package/dist/esm/operations/dimensions.d.ts.map +1 -0
  340. package/dist/esm/operations/dimensions.js +224 -0
  341. package/dist/esm/operations/dimensions.js.map +1 -0
  342. package/dist/esm/operations/exports.d.ts +141 -0
  343. package/dist/esm/operations/exports.d.ts.map +1 -0
  344. package/dist/esm/operations/exports.js +260 -0
  345. package/dist/esm/operations/exports.js.map +1 -0
  346. package/dist/esm/operations/forecast.d.ts +45 -0
  347. package/dist/esm/operations/forecast.d.ts.map +1 -0
  348. package/dist/esm/operations/forecast.js +105 -0
  349. package/dist/esm/operations/forecast.js.map +1 -0
  350. package/dist/esm/operations/generateCostDetailsReport.d.ts +70 -0
  351. package/dist/esm/operations/generateCostDetailsReport.d.ts.map +1 -0
  352. package/dist/esm/operations/generateCostDetailsReport.js +209 -0
  353. package/dist/esm/operations/generateCostDetailsReport.js.map +1 -0
  354. package/dist/esm/operations/generateDetailedCostReport.d.ts +38 -0
  355. package/dist/esm/operations/generateDetailedCostReport.d.ts.map +1 -0
  356. package/dist/esm/operations/generateDetailedCostReport.js +114 -0
  357. package/dist/esm/operations/generateDetailedCostReport.js.map +1 -0
  358. package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  359. package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  360. package/dist/esm/operations/generateDetailedCostReportOperationResults.js +105 -0
  361. package/dist/esm/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  362. package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  363. package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  364. package/dist/esm/operations/generateDetailedCostReportOperationStatus.js +50 -0
  365. package/dist/esm/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  366. package/dist/esm/operations/generateReservationDetailsReport.d.ts +60 -0
  367. package/dist/esm/operations/generateReservationDetailsReport.d.ts.map +1 -0
  368. package/dist/esm/operations/generateReservationDetailsReport.js +209 -0
  369. package/dist/esm/operations/generateReservationDetailsReport.js.map +1 -0
  370. package/dist/esm/operations/index.d.ts +17 -0
  371. package/dist/esm/operations/index.d.ts.map +1 -0
  372. package/dist/esm/operations/index.js +24 -0
  373. package/dist/esm/operations/index.js.map +1 -0
  374. package/dist/esm/operations/operations.d.ts +32 -0
  375. package/dist/esm/operations/operations.d.ts.map +1 -0
  376. package/dist/esm/operations/operations.js +133 -0
  377. package/dist/esm/operations/operations.js.map +1 -0
  378. package/dist/esm/operations/priceSheet.d.ts +54 -0
  379. package/dist/esm/operations/priceSheet.d.ts.map +1 -0
  380. package/dist/esm/operations/priceSheet.js +200 -0
  381. package/dist/esm/operations/priceSheet.js.map +1 -0
  382. package/dist/esm/operations/query.d.ts +45 -0
  383. package/dist/esm/operations/query.d.ts.map +1 -0
  384. package/dist/esm/operations/query.js +105 -0
  385. package/dist/esm/operations/query.js.map +1 -0
  386. package/dist/esm/operations/scheduledActions.d.ts +240 -0
  387. package/dist/esm/operations/scheduledActions.d.ts.map +1 -0
  388. package/dist/esm/operations/scheduledActions.js +626 -0
  389. package/dist/esm/operations/scheduledActions.js.map +1 -0
  390. package/dist/esm/operations/views.d.ts +194 -0
  391. package/dist/esm/operations/views.d.ts.map +1 -0
  392. package/dist/esm/operations/views.js +500 -0
  393. package/dist/esm/operations/views.js.map +1 -0
  394. package/dist/esm/operationsInterfaces/alerts.d.ts +78 -0
  395. package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
  396. package/dist/esm/operationsInterfaces/alerts.js +9 -0
  397. package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
  398. package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  399. package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  400. package/dist/esm/operationsInterfaces/benefitRecommendations.js +9 -0
  401. package/dist/esm/operationsInterfaces/benefitRecommendations.js.map +1 -0
  402. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  403. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  404. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
  405. package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  406. package/dist/esm/operationsInterfaces/dimensions.d.ts +36 -0
  407. package/dist/esm/operationsInterfaces/dimensions.d.ts.map +1 -0
  408. package/dist/esm/operationsInterfaces/dimensions.js +9 -0
  409. package/dist/esm/operationsInterfaces/dimensions.js.map +1 -0
  410. package/dist/esm/operationsInterfaces/exports.d.ts +133 -0
  411. package/dist/esm/operationsInterfaces/exports.d.ts.map +1 -0
  412. package/dist/esm/operationsInterfaces/exports.js +9 -0
  413. package/dist/esm/operationsInterfaces/exports.js.map +1 -0
  414. package/dist/esm/operationsInterfaces/forecast.d.ts +37 -0
  415. package/dist/esm/operationsInterfaces/forecast.d.ts.map +1 -0
  416. package/dist/esm/operationsInterfaces/forecast.js +9 -0
  417. package/dist/esm/operationsInterfaces/forecast.js.map +1 -0
  418. package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  419. package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  420. package/dist/esm/operationsInterfaces/generateCostDetailsReport.js +9 -0
  421. package/dist/esm/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  422. package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  423. package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  424. package/dist/esm/operationsInterfaces/generateDetailedCostReport.js +9 -0
  425. package/dist/esm/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  426. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  427. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  428. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
  429. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  430. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  431. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  432. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
  433. package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  434. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  435. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  436. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js +9 -0
  437. package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  438. package/dist/esm/operationsInterfaces/index.d.ts +17 -0
  439. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  440. package/dist/esm/operationsInterfaces/index.js +24 -0
  441. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  442. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  443. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  444. package/dist/esm/operationsInterfaces/operations.js +9 -0
  445. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  446. package/dist/esm/operationsInterfaces/priceSheet.d.ts +46 -0
  447. package/dist/esm/operationsInterfaces/priceSheet.d.ts.map +1 -0
  448. package/dist/esm/operationsInterfaces/priceSheet.js +9 -0
  449. package/dist/esm/operationsInterfaces/priceSheet.js.map +1 -0
  450. package/dist/esm/operationsInterfaces/query.d.ts +37 -0
  451. package/dist/esm/operationsInterfaces/query.d.ts.map +1 -0
  452. package/dist/esm/operationsInterfaces/query.js +9 -0
  453. package/dist/esm/operationsInterfaces/query.js.map +1 -0
  454. package/dist/esm/operationsInterfaces/scheduledActions.d.ts +174 -0
  455. package/dist/esm/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  456. package/dist/esm/operationsInterfaces/scheduledActions.js +9 -0
  457. package/dist/esm/operationsInterfaces/scheduledActions.js.map +1 -0
  458. package/dist/esm/operationsInterfaces/views.d.ts +126 -0
  459. package/dist/esm/operationsInterfaces/views.d.ts.map +1 -0
  460. package/dist/esm/operationsInterfaces/views.js +9 -0
  461. package/dist/esm/operationsInterfaces/views.js.map +1 -0
  462. package/dist/esm/package.json +3 -0
  463. package/dist/esm/pagingHelper.d.ts +13 -0
  464. package/dist/esm/pagingHelper.d.ts.map +1 -0
  465. package/dist/esm/pagingHelper.js +32 -0
  466. package/dist/esm/pagingHelper.js.map +1 -0
  467. package/dist/react-native/costManagementClient.d.ts +33 -0
  468. package/dist/react-native/costManagementClient.d.ts.map +1 -0
  469. package/dist/react-native/costManagementClient.js +106 -0
  470. package/dist/react-native/costManagementClient.js.map +1 -0
  471. package/dist/react-native/index.d.ts +5 -0
  472. package/dist/react-native/index.d.ts.map +1 -0
  473. package/dist/react-native/index.js +13 -0
  474. package/dist/react-native/index.js.map +1 -0
  475. package/dist/react-native/lroImpl.d.ts +11 -0
  476. package/dist/react-native/lroImpl.d.ts.map +1 -0
  477. package/dist/react-native/lroImpl.js +21 -0
  478. package/dist/react-native/lroImpl.js.map +1 -0
  479. package/dist/react-native/models/index.d.ts +2991 -0
  480. package/dist/react-native/models/index.d.ts.map +1 -0
  481. package/dist/react-native/models/index.js +606 -0
  482. package/dist/react-native/models/index.js.map +1 -0
  483. package/dist/react-native/models/mappers.d.ts +118 -0
  484. package/dist/react-native/models/mappers.d.ts.map +1 -0
  485. package/dist/react-native/models/mappers.js +3702 -0
  486. package/dist/react-native/models/mappers.js.map +1 -0
  487. package/dist/react-native/models/parameters.d.ts +43 -0
  488. package/dist/react-native/models/parameters.d.ts.map +1 -0
  489. package/dist/react-native/models/parameters.js +378 -0
  490. package/dist/react-native/models/parameters.js.map +1 -0
  491. package/dist/react-native/operations/alerts.d.ts +86 -0
  492. package/dist/react-native/operations/alerts.d.ts.map +1 -0
  493. package/dist/react-native/operations/alerts.js +174 -0
  494. package/dist/react-native/operations/alerts.js.map +1 -0
  495. package/dist/react-native/operations/benefitRecommendations.d.ts +50 -0
  496. package/dist/react-native/operations/benefitRecommendations.d.ts.map +1 -0
  497. package/dist/react-native/operations/benefitRecommendations.js +160 -0
  498. package/dist/react-native/operations/benefitRecommendations.js.map +1 -0
  499. package/dist/react-native/operations/benefitUtilizationSummaries.d.ts +108 -0
  500. package/dist/react-native/operations/benefitUtilizationSummaries.d.ts.map +1 -0
  501. package/dist/react-native/operations/benefitUtilizationSummaries.js +518 -0
  502. package/dist/react-native/operations/benefitUtilizationSummaries.js.map +1 -0
  503. package/dist/react-native/operations/dimensions.d.ts +78 -0
  504. package/dist/react-native/operations/dimensions.d.ts.map +1 -0
  505. package/dist/react-native/operations/dimensions.js +224 -0
  506. package/dist/react-native/operations/dimensions.js.map +1 -0
  507. package/dist/react-native/operations/exports.d.ts +141 -0
  508. package/dist/react-native/operations/exports.d.ts.map +1 -0
  509. package/dist/react-native/operations/exports.js +260 -0
  510. package/dist/react-native/operations/exports.js.map +1 -0
  511. package/dist/react-native/operations/forecast.d.ts +45 -0
  512. package/dist/react-native/operations/forecast.d.ts.map +1 -0
  513. package/dist/react-native/operations/forecast.js +105 -0
  514. package/dist/react-native/operations/forecast.js.map +1 -0
  515. package/dist/react-native/operations/generateCostDetailsReport.d.ts +70 -0
  516. package/dist/react-native/operations/generateCostDetailsReport.d.ts.map +1 -0
  517. package/dist/react-native/operations/generateCostDetailsReport.js +209 -0
  518. package/dist/react-native/operations/generateCostDetailsReport.js.map +1 -0
  519. package/dist/react-native/operations/generateDetailedCostReport.d.ts +38 -0
  520. package/dist/react-native/operations/generateDetailedCostReport.d.ts.map +1 -0
  521. package/dist/react-native/operations/generateDetailedCostReport.js +114 -0
  522. package/dist/react-native/operations/generateDetailedCostReport.js.map +1 -0
  523. package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
  524. package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  525. package/dist/react-native/operations/generateDetailedCostReportOperationResults.js +105 -0
  526. package/dist/react-native/operations/generateDetailedCostReportOperationResults.js.map +1 -0
  527. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
  528. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  529. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js +50 -0
  530. package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
  531. package/dist/react-native/operations/generateReservationDetailsReport.d.ts +60 -0
  532. package/dist/react-native/operations/generateReservationDetailsReport.d.ts.map +1 -0
  533. package/dist/react-native/operations/generateReservationDetailsReport.js +209 -0
  534. package/dist/react-native/operations/generateReservationDetailsReport.js.map +1 -0
  535. package/dist/react-native/operations/index.d.ts +17 -0
  536. package/dist/react-native/operations/index.d.ts.map +1 -0
  537. package/dist/react-native/operations/index.js +24 -0
  538. package/dist/react-native/operations/index.js.map +1 -0
  539. package/dist/react-native/operations/operations.d.ts +32 -0
  540. package/dist/react-native/operations/operations.d.ts.map +1 -0
  541. package/dist/react-native/operations/operations.js +133 -0
  542. package/dist/react-native/operations/operations.js.map +1 -0
  543. package/dist/react-native/operations/priceSheet.d.ts +54 -0
  544. package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
  545. package/dist/react-native/operations/priceSheet.js +200 -0
  546. package/dist/react-native/operations/priceSheet.js.map +1 -0
  547. package/dist/react-native/operations/query.d.ts +45 -0
  548. package/dist/react-native/operations/query.d.ts.map +1 -0
  549. package/dist/react-native/operations/query.js +105 -0
  550. package/dist/react-native/operations/query.js.map +1 -0
  551. package/dist/react-native/operations/scheduledActions.d.ts +240 -0
  552. package/dist/react-native/operations/scheduledActions.d.ts.map +1 -0
  553. package/dist/react-native/operations/scheduledActions.js +626 -0
  554. package/dist/react-native/operations/scheduledActions.js.map +1 -0
  555. package/dist/react-native/operations/views.d.ts +194 -0
  556. package/dist/react-native/operations/views.d.ts.map +1 -0
  557. package/dist/react-native/operations/views.js +500 -0
  558. package/dist/react-native/operations/views.js.map +1 -0
  559. package/dist/react-native/operationsInterfaces/alerts.d.ts +78 -0
  560. package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
  561. package/dist/react-native/operationsInterfaces/alerts.js +9 -0
  562. package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
  563. package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts +17 -0
  564. package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
  565. package/dist/react-native/operationsInterfaces/benefitRecommendations.js +9 -0
  566. package/dist/react-native/operationsInterfaces/benefitRecommendations.js.map +1 -0
  567. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
  568. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
  569. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
  570. package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
  571. package/dist/react-native/operationsInterfaces/dimensions.d.ts +36 -0
  572. package/dist/react-native/operationsInterfaces/dimensions.d.ts.map +1 -0
  573. package/dist/react-native/operationsInterfaces/dimensions.js +9 -0
  574. package/dist/react-native/operationsInterfaces/dimensions.js.map +1 -0
  575. package/dist/react-native/operationsInterfaces/exports.d.ts +133 -0
  576. package/dist/react-native/operationsInterfaces/exports.d.ts.map +1 -0
  577. package/dist/react-native/operationsInterfaces/exports.js +9 -0
  578. package/dist/react-native/operationsInterfaces/exports.js.map +1 -0
  579. package/dist/react-native/operationsInterfaces/forecast.d.ts +37 -0
  580. package/dist/react-native/operationsInterfaces/forecast.d.ts.map +1 -0
  581. package/dist/react-native/operationsInterfaces/forecast.js +9 -0
  582. package/dist/react-native/operationsInterfaces/forecast.js.map +1 -0
  583. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
  584. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
  585. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js +9 -0
  586. package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
  587. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
  588. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
  589. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js +9 -0
  590. package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
  591. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
  592. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
  593. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
  594. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
  595. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
  596. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
  597. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
  598. package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
  599. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
  600. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
  601. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js +9 -0
  602. package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
  603. package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
  604. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  605. package/dist/react-native/operationsInterfaces/index.js +24 -0
  606. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  607. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  608. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  609. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  610. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  611. package/dist/react-native/operationsInterfaces/priceSheet.d.ts +46 -0
  612. package/dist/react-native/operationsInterfaces/priceSheet.d.ts.map +1 -0
  613. package/dist/react-native/operationsInterfaces/priceSheet.js +9 -0
  614. package/dist/react-native/operationsInterfaces/priceSheet.js.map +1 -0
  615. package/dist/react-native/operationsInterfaces/query.d.ts +37 -0
  616. package/dist/react-native/operationsInterfaces/query.d.ts.map +1 -0
  617. package/dist/react-native/operationsInterfaces/query.js +9 -0
  618. package/dist/react-native/operationsInterfaces/query.js.map +1 -0
  619. package/dist/react-native/operationsInterfaces/scheduledActions.d.ts +174 -0
  620. package/dist/react-native/operationsInterfaces/scheduledActions.d.ts.map +1 -0
  621. package/dist/react-native/operationsInterfaces/scheduledActions.js +9 -0
  622. package/dist/react-native/operationsInterfaces/scheduledActions.js.map +1 -0
  623. package/dist/react-native/operationsInterfaces/views.d.ts +126 -0
  624. package/dist/react-native/operationsInterfaces/views.d.ts.map +1 -0
  625. package/dist/react-native/operationsInterfaces/views.js +9 -0
  626. package/dist/react-native/operationsInterfaces/views.js.map +1 -0
  627. package/dist/react-native/package.json +3 -0
  628. package/dist/react-native/pagingHelper.d.ts +13 -0
  629. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  630. package/dist/react-native/pagingHelper.js +32 -0
  631. package/dist/react-native/pagingHelper.js.map +1 -0
  632. package/package.json +59 -29
  633. package/dist/index.js +0 -8642
  634. package/dist/index.js.map +0 -1
  635. package/dist/index.min.js +0 -1
  636. package/dist/index.min.js.map +0 -1
  637. package/dist-esm/samples-dev/alertsDismissSample.d.ts +0 -2
  638. package/dist-esm/samples-dev/alertsDismissSample.d.ts.map +0 -1
  639. package/dist-esm/samples-dev/alertsDismissSample.js +0 -56
  640. package/dist-esm/samples-dev/alertsDismissSample.js.map +0 -1
  641. package/dist-esm/samples-dev/alertsGetSample.d.ts +0 -2
  642. package/dist-esm/samples-dev/alertsGetSample.d.ts.map +0 -1
  643. package/dist-esm/samples-dev/alertsGetSample.js +0 -54
  644. package/dist-esm/samples-dev/alertsGetSample.js.map +0 -1
  645. package/dist-esm/samples-dev/alertsListExternalSample.d.ts +0 -2
  646. package/dist-esm/samples-dev/alertsListExternalSample.d.ts.map +0 -1
  647. package/dist-esm/samples-dev/alertsListExternalSample.js +0 -54
  648. package/dist-esm/samples-dev/alertsListExternalSample.js.map +0 -1
  649. package/dist-esm/samples-dev/alertsListSample.d.ts +0 -2
  650. package/dist-esm/samples-dev/alertsListSample.d.ts.map +0 -1
  651. package/dist-esm/samples-dev/alertsListSample.js +0 -132
  652. package/dist-esm/samples-dev/alertsListSample.js.map +0 -1
  653. package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts +0 -2
  654. package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts.map +0 -1
  655. package/dist-esm/samples-dev/benefitRecommendationsListSample.js +0 -55
  656. package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +0 -1
  657. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts +0 -2
  658. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts.map +0 -1
  659. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +0 -56
  660. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +0 -1
  661. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts +0 -2
  662. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts.map +0 -1
  663. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +0 -57
  664. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +0 -1
  665. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts +0 -2
  666. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts.map +0 -1
  667. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +0 -53
  668. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +0 -1
  669. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts +0 -2
  670. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts.map +0 -1
  671. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +0 -52
  672. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +0 -1
  673. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts +0 -2
  674. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts.map +0 -1
  675. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +0 -86
  676. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +0 -1
  677. package/dist-esm/samples-dev/dimensionsListSample.d.ts +0 -2
  678. package/dist-esm/samples-dev/dimensionsListSample.d.ts.map +0 -1
  679. package/dist-esm/samples-dev/dimensionsListSample.js +0 -914
  680. package/dist-esm/samples-dev/dimensionsListSample.js.map +0 -1
  681. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts +0 -2
  682. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts.map +0 -1
  683. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js +0 -326
  684. package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js.map +0 -1
  685. package/dist-esm/samples-dev/exportsDeleteSample.d.ts +0 -2
  686. package/dist-esm/samples-dev/exportsDeleteSample.d.ts.map +0 -1
  687. package/dist-esm/samples-dev/exportsDeleteSample.js +0 -122
  688. package/dist-esm/samples-dev/exportsDeleteSample.js.map +0 -1
  689. package/dist-esm/samples-dev/exportsExecuteSample.d.ts +0 -2
  690. package/dist-esm/samples-dev/exportsExecuteSample.d.ts.map +0 -1
  691. package/dist-esm/samples-dev/exportsExecuteSample.js +0 -122
  692. package/dist-esm/samples-dev/exportsExecuteSample.js.map +0 -1
  693. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts +0 -2
  694. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts.map +0 -1
  695. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js +0 -122
  696. package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js.map +0 -1
  697. package/dist-esm/samples-dev/exportsGetSample.d.ts +0 -2
  698. package/dist-esm/samples-dev/exportsGetSample.d.ts.map +0 -1
  699. package/dist-esm/samples-dev/exportsGetSample.js +0 -122
  700. package/dist-esm/samples-dev/exportsGetSample.js.map +0 -1
  701. package/dist-esm/samples-dev/exportsListSample.d.ts +0 -2
  702. package/dist-esm/samples-dev/exportsListSample.d.ts.map +0 -1
  703. package/dist-esm/samples-dev/exportsListSample.js +0 -116
  704. package/dist-esm/samples-dev/exportsListSample.js.map +0 -1
  705. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts +0 -2
  706. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts.map +0 -1
  707. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js +0 -136
  708. package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js.map +0 -1
  709. package/dist-esm/samples-dev/forecastUsageSample.d.ts +0 -2
  710. package/dist-esm/samples-dev/forecastUsageSample.d.ts.map +0 -1
  711. package/dist-esm/samples-dev/forecastUsageSample.js +0 -433
  712. package/dist-esm/samples-dev/forecastUsageSample.js.map +0 -1
  713. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts +0 -2
  714. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts.map +0 -1
  715. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js +0 -160
  716. package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js.map +0 -1
  717. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts +0 -2
  718. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts.map +0 -1
  719. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js +0 -37
  720. package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js.map +0 -1
  721. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts +0 -2
  722. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts.map +0 -1
  723. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js +0 -121
  724. package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js.map +0 -1
  725. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts +0 -2
  726. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts.map +0 -1
  727. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js +0 -37
  728. package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js.map +0 -1
  729. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts +0 -2
  730. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts.map +0 -1
  731. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js +0 -37
  732. package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js.map +0 -1
  733. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts +0 -2
  734. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts.map +0 -1
  735. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js +0 -38
  736. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js.map +0 -1
  737. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts +0 -2
  738. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts.map +0 -1
  739. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js +0 -39
  740. package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js.map +0 -1
  741. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  742. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  743. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  744. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  745. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts +0 -2
  746. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts.map +0 -1
  747. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js +0 -37
  748. package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js.map +0 -1
  749. package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts +0 -2
  750. package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts.map +0 -1
  751. package/dist-esm/samples-dev/priceSheetDownloadSample.js +0 -38
  752. package/dist-esm/samples-dev/priceSheetDownloadSample.js.map +0 -1
  753. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts +0 -2
  754. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts.map +0 -1
  755. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js +0 -126
  756. package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js.map +0 -1
  757. package/dist-esm/samples-dev/queryUsageSample.d.ts +0 -2
  758. package/dist-esm/samples-dev/queryUsageSample.d.ts.map +0 -1
  759. package/dist-esm/samples-dev/queryUsageSample.js +0 -790
  760. package/dist-esm/samples-dev/queryUsageSample.js.map +0 -1
  761. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts +0 -2
  762. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts.map +0 -1
  763. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js +0 -40
  764. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js.map +0 -1
  765. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts +0 -2
  766. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts.map +0 -1
  767. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js +0 -39
  768. package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js.map +0 -1
  769. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts +0 -2
  770. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts.map +0 -1
  771. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js +0 -96
  772. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js.map +0 -1
  773. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts +0 -2
  774. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts.map +0 -1
  775. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js +0 -56
  776. package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js.map +0 -1
  777. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts +0 -2
  778. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts.map +0 -1
  779. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js +0 -37
  780. package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js.map +0 -1
  781. package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts +0 -2
  782. package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts.map +0 -1
  783. package/dist-esm/samples-dev/scheduledActionsDeleteSample.js +0 -36
  784. package/dist-esm/samples-dev/scheduledActionsDeleteSample.js.map +0 -1
  785. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts +0 -2
  786. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts.map +0 -1
  787. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js +0 -37
  788. package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js.map +0 -1
  789. package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts +0 -2
  790. package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts.map +0 -1
  791. package/dist-esm/samples-dev/scheduledActionsGetSample.js +0 -36
  792. package/dist-esm/samples-dev/scheduledActionsGetSample.js.map +0 -1
  793. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts +0 -2
  794. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts.map +0 -1
  795. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +0 -86
  796. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +0 -1
  797. package/dist-esm/samples-dev/scheduledActionsListSample.d.ts +0 -2
  798. package/dist-esm/samples-dev/scheduledActionsListSample.d.ts.map +0 -1
  799. package/dist-esm/samples-dev/scheduledActionsListSample.js +0 -84
  800. package/dist-esm/samples-dev/scheduledActionsListSample.js.map +0 -1
  801. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts +0 -2
  802. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts.map +0 -1
  803. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js +0 -37
  804. package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js.map +0 -1
  805. package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts +0 -2
  806. package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts.map +0 -1
  807. package/dist-esm/samples-dev/scheduledActionsRunSample.js +0 -36
  808. package/dist-esm/samples-dev/scheduledActionsRunSample.js.map +0 -1
  809. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts +0 -2
  810. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts.map +0 -1
  811. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js +0 -65
  812. package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js.map +0 -1
  813. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts +0 -2
  814. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts.map +0 -1
  815. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js +0 -64
  816. package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js.map +0 -1
  817. package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts +0 -2
  818. package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts.map +0 -1
  819. package/dist-esm/samples-dev/viewsDeleteByScopeSample.js +0 -37
  820. package/dist-esm/samples-dev/viewsDeleteByScopeSample.js.map +0 -1
  821. package/dist-esm/samples-dev/viewsDeleteSample.d.ts +0 -2
  822. package/dist-esm/samples-dev/viewsDeleteSample.d.ts.map +0 -1
  823. package/dist-esm/samples-dev/viewsDeleteSample.js +0 -36
  824. package/dist-esm/samples-dev/viewsDeleteSample.js.map +0 -1
  825. package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts +0 -2
  826. package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts.map +0 -1
  827. package/dist-esm/samples-dev/viewsGetByScopeSample.js +0 -37
  828. package/dist-esm/samples-dev/viewsGetByScopeSample.js.map +0 -1
  829. package/dist-esm/samples-dev/viewsGetSample.d.ts +0 -2
  830. package/dist-esm/samples-dev/viewsGetSample.d.ts.map +0 -1
  831. package/dist-esm/samples-dev/viewsGetSample.js +0 -36
  832. package/dist-esm/samples-dev/viewsGetSample.js.map +0 -1
  833. package/dist-esm/samples-dev/viewsListByScopeSample.d.ts +0 -2
  834. package/dist-esm/samples-dev/viewsListByScopeSample.d.ts.map +0 -1
  835. package/dist-esm/samples-dev/viewsListByScopeSample.js +0 -52
  836. package/dist-esm/samples-dev/viewsListByScopeSample.js.map +0 -1
  837. package/dist-esm/samples-dev/viewsListSample.d.ts +0 -2
  838. package/dist-esm/samples-dev/viewsListSample.d.ts.map +0 -1
  839. package/dist-esm/samples-dev/viewsListSample.js +0 -51
  840. package/dist-esm/samples-dev/viewsListSample.js.map +0 -1
  841. package/dist-esm/src/costManagementClient.d.ts +0 -33
  842. package/dist-esm/src/costManagementClient.d.ts.map +0 -1
  843. package/dist-esm/src/costManagementClient.js +0 -109
  844. package/dist-esm/src/costManagementClient.js.map +0 -1
  845. package/dist-esm/src/index.d.ts +0 -5
  846. package/dist-esm/src/index.d.ts.map +0 -1
  847. package/dist-esm/src/index.js +0 -13
  848. package/dist-esm/src/index.js.map +0 -1
  849. package/dist-esm/src/lroImpl.js.map +0 -1
  850. package/dist-esm/src/models/index.js.map +0 -1
  851. package/dist-esm/src/models/mappers.js.map +0 -1
  852. package/dist-esm/src/models/parameters.js +0 -378
  853. package/dist-esm/src/models/parameters.js.map +0 -1
  854. package/dist-esm/src/operations/alerts.d.ts +0 -86
  855. package/dist-esm/src/operations/alerts.d.ts.map +0 -1
  856. package/dist-esm/src/operations/alerts.js +0 -174
  857. package/dist-esm/src/operations/alerts.js.map +0 -1
  858. package/dist-esm/src/operations/benefitRecommendations.d.ts +0 -50
  859. package/dist-esm/src/operations/benefitRecommendations.d.ts.map +0 -1
  860. package/dist-esm/src/operations/benefitRecommendations.js +0 -160
  861. package/dist-esm/src/operations/benefitRecommendations.js.map +0 -1
  862. package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts +0 -108
  863. package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts.map +0 -1
  864. package/dist-esm/src/operations/benefitUtilizationSummaries.js +0 -518
  865. package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +0 -1
  866. package/dist-esm/src/operations/dimensions.d.ts +0 -78
  867. package/dist-esm/src/operations/dimensions.d.ts.map +0 -1
  868. package/dist-esm/src/operations/dimensions.js +0 -224
  869. package/dist-esm/src/operations/dimensions.js.map +0 -1
  870. package/dist-esm/src/operations/exports.d.ts +0 -141
  871. package/dist-esm/src/operations/exports.d.ts.map +0 -1
  872. package/dist-esm/src/operations/exports.js +0 -260
  873. package/dist-esm/src/operations/exports.js.map +0 -1
  874. package/dist-esm/src/operations/forecast.d.ts +0 -45
  875. package/dist-esm/src/operations/forecast.d.ts.map +0 -1
  876. package/dist-esm/src/operations/forecast.js +0 -105
  877. package/dist-esm/src/operations/forecast.js.map +0 -1
  878. package/dist-esm/src/operations/generateCostDetailsReport.d.ts +0 -70
  879. package/dist-esm/src/operations/generateCostDetailsReport.d.ts.map +0 -1
  880. package/dist-esm/src/operations/generateCostDetailsReport.js +0 -218
  881. package/dist-esm/src/operations/generateCostDetailsReport.js.map +0 -1
  882. package/dist-esm/src/operations/generateDetailedCostReport.d.ts +0 -38
  883. package/dist-esm/src/operations/generateDetailedCostReport.d.ts.map +0 -1
  884. package/dist-esm/src/operations/generateDetailedCostReport.js +0 -119
  885. package/dist-esm/src/operations/generateDetailedCostReport.js.map +0 -1
  886. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts +0 -32
  887. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts.map +0 -1
  888. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js +0 -110
  889. package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js.map +0 -1
  890. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts +0 -22
  891. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
  892. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js +0 -50
  893. package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js.map +0 -1
  894. package/dist-esm/src/operations/generateReservationDetailsReport.d.ts +0 -60
  895. package/dist-esm/src/operations/generateReservationDetailsReport.d.ts.map +0 -1
  896. package/dist-esm/src/operations/generateReservationDetailsReport.js +0 -218
  897. package/dist-esm/src/operations/generateReservationDetailsReport.js.map +0 -1
  898. package/dist-esm/src/operations/index.d.ts +0 -17
  899. package/dist-esm/src/operations/index.d.ts.map +0 -1
  900. package/dist-esm/src/operations/index.js +0 -24
  901. package/dist-esm/src/operations/index.js.map +0 -1
  902. package/dist-esm/src/operations/operations.d.ts +0 -32
  903. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  904. package/dist-esm/src/operations/operations.js +0 -133
  905. package/dist-esm/src/operations/operations.js.map +0 -1
  906. package/dist-esm/src/operations/priceSheet.d.ts +0 -54
  907. package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
  908. package/dist-esm/src/operations/priceSheet.js +0 -209
  909. package/dist-esm/src/operations/priceSheet.js.map +0 -1
  910. package/dist-esm/src/operations/query.d.ts +0 -45
  911. package/dist-esm/src/operations/query.d.ts.map +0 -1
  912. package/dist-esm/src/operations/query.js +0 -105
  913. package/dist-esm/src/operations/query.js.map +0 -1
  914. package/dist-esm/src/operations/scheduledActions.d.ts +0 -240
  915. package/dist-esm/src/operations/scheduledActions.d.ts.map +0 -1
  916. package/dist-esm/src/operations/scheduledActions.js +0 -626
  917. package/dist-esm/src/operations/scheduledActions.js.map +0 -1
  918. package/dist-esm/src/operations/views.d.ts +0 -194
  919. package/dist-esm/src/operations/views.d.ts.map +0 -1
  920. package/dist-esm/src/operations/views.js +0 -500
  921. package/dist-esm/src/operations/views.js.map +0 -1
  922. package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -78
  923. package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
  924. package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
  925. package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts +0 -17
  926. package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts.map +0 -1
  927. package/dist-esm/src/operationsInterfaces/benefitRecommendations.js.map +0 -1
  928. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts +0 -34
  929. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +0 -1
  930. package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.js.map +0 -1
  931. package/dist-esm/src/operationsInterfaces/dimensions.d.ts +0 -36
  932. package/dist-esm/src/operationsInterfaces/dimensions.d.ts.map +0 -1
  933. package/dist-esm/src/operationsInterfaces/dimensions.js.map +0 -1
  934. package/dist-esm/src/operationsInterfaces/exports.d.ts +0 -133
  935. package/dist-esm/src/operationsInterfaces/exports.d.ts.map +0 -1
  936. package/dist-esm/src/operationsInterfaces/exports.js.map +0 -1
  937. package/dist-esm/src/operationsInterfaces/forecast.d.ts +0 -37
  938. package/dist-esm/src/operationsInterfaces/forecast.d.ts.map +0 -1
  939. package/dist-esm/src/operationsInterfaces/forecast.js.map +0 -1
  940. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts +0 -62
  941. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts.map +0 -1
  942. package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.js.map +0 -1
  943. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts +0 -30
  944. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts.map +0 -1
  945. package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.js.map +0 -1
  946. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +0 -24
  947. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +0 -1
  948. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +0 -1
  949. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +0 -14
  950. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
  951. package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +0 -1
  952. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts +0 -52
  953. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts.map +0 -1
  954. package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.js.map +0 -1
  955. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
  956. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  957. package/dist-esm/src/operationsInterfaces/index.js +0 -24
  958. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  959. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  960. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  961. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  962. package/dist-esm/src/operationsInterfaces/priceSheet.d.ts +0 -46
  963. package/dist-esm/src/operationsInterfaces/priceSheet.d.ts.map +0 -1
  964. package/dist-esm/src/operationsInterfaces/priceSheet.js.map +0 -1
  965. package/dist-esm/src/operationsInterfaces/query.d.ts +0 -37
  966. package/dist-esm/src/operationsInterfaces/query.d.ts.map +0 -1
  967. package/dist-esm/src/operationsInterfaces/query.js.map +0 -1
  968. package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts +0 -174
  969. package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts.map +0 -1
  970. package/dist-esm/src/operationsInterfaces/scheduledActions.js.map +0 -1
  971. package/dist-esm/src/operationsInterfaces/views.d.ts +0 -126
  972. package/dist-esm/src/operationsInterfaces/views.d.ts.map +0 -1
  973. package/dist-esm/src/operationsInterfaces/views.js.map +0 -1
  974. package/dist-esm/src/pagingHelper.js.map +0 -1
  975. package/dist-esm/test/costmanagement_operations_test.spec.d.ts +0 -4
  976. package/dist-esm/test/costmanagement_operations_test.spec.d.ts.map +0 -1
  977. package/dist-esm/test/costmanagement_operations_test.spec.js +0 -77
  978. package/dist-esm/test/costmanagement_operations_test.spec.js.map +0 -1
  979. package/src/costManagementClient.ts +0 -204
  980. package/src/index.ts +0 -13
  981. package/src/lroImpl.ts +0 -42
  982. package/src/models/index.ts +0 -3354
  983. package/src/models/mappers.ts +0 -3957
  984. package/src/models/parameters.ts +0 -436
  985. package/src/operations/alerts.ts +0 -225
  986. package/src/operations/benefitRecommendations.ts +0 -185
  987. package/src/operations/benefitUtilizationSummaries.ts +0 -674
  988. package/src/operations/dimensions.ts +0 -266
  989. package/src/operations/exports.ts +0 -328
  990. package/src/operations/forecast.ts +0 -137
  991. package/src/operations/generateCostDetailsReport.ts +0 -302
  992. package/src/operations/generateDetailedCostReport.ts +0 -166
  993. package/src/operations/generateDetailedCostReportOperationResults.ts +0 -156
  994. package/src/operations/generateDetailedCostReportOperationStatus.ts +0 -70
  995. package/src/operations/generateReservationDetailsReport.ts +0 -319
  996. package/src/operations/index.ts +0 -24
  997. package/src/operations/operations.ts +0 -149
  998. package/src/operations/priceSheet.ts +0 -299
  999. package/src/operations/query.ts +0 -137
  1000. package/src/operations/scheduledActions.ts +0 -752
  1001. package/src/operations/views.ts +0 -583
  1002. package/src/operationsInterfaces/alerts.ts +0 -113
  1003. package/src/operationsInterfaces/benefitRecommendations.ts +0 -32
  1004. package/src/operationsInterfaces/benefitUtilizationSummaries.ts +0 -63
  1005. package/src/operationsInterfaces/dimensions.ts +0 -57
  1006. package/src/operationsInterfaces/exports.ts +0 -177
  1007. package/src/operationsInterfaces/forecast.ts +0 -61
  1008. package/src/operationsInterfaces/generateCostDetailsReport.ts +0 -102
  1009. package/src/operationsInterfaces/generateDetailedCostReport.ts +0 -55
  1010. package/src/operationsInterfaces/generateDetailedCostReportOperationResults.ts +0 -48
  1011. package/src/operationsInterfaces/generateDetailedCostReportOperationStatus.ts +0 -29
  1012. package/src/operationsInterfaces/generateReservationDetailsReport.ts +0 -101
  1013. package/src/operationsInterfaces/index.ts +0 -24
  1014. package/src/operationsInterfaces/operations.ts +0 -25
  1015. package/src/operationsInterfaces/priceSheet.ts +0 -87
  1016. package/src/operationsInterfaces/query.ts +0 -61
  1017. package/src/operationsInterfaces/scheduledActions.ts +0 -243
  1018. package/src/operationsInterfaces/views.ts +0 -172
  1019. package/src/pagingHelper.ts +0 -39
  1020. package/tsconfig.json +0 -33
  1021. package/types/arm-costmanagement.d.ts +0 -4255
  1022. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1023. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1024. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1025. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1026. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1027. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1028. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1029. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1030. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1031. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1032. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1033. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
  1034. /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitRecommendations.js +0 -0
  1035. /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitUtilizationSummaries.js +0 -0
  1036. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dimensions.js +0 -0
  1037. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exports.js +0 -0
  1038. /package/{dist-esm/src → dist/browser}/operationsInterfaces/forecast.js +0 -0
  1039. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateCostDetailsReport.js +0 -0
  1040. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReport.js +0 -0
  1041. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationResults.js +0 -0
  1042. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationStatus.js +0 -0
  1043. /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateReservationDetailsReport.js +0 -0
  1044. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1045. /package/{dist-esm/src → dist/browser}/operationsInterfaces/priceSheet.js +0 -0
  1046. /package/{dist-esm/src → dist/browser}/operationsInterfaces/query.js +0 -0
  1047. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledActions.js +0 -0
  1048. /package/{dist-esm/src → dist/browser}/operationsInterfaces/views.js +0 -0
  1049. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1050. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1051. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1052. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,3354 +0,0 @@
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
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- export type BenefitRecommendationPropertiesUnion =
12
- | BenefitRecommendationProperties
13
- | SingleScopeBenefitRecommendationProperties
14
- | SharedScopeBenefitRecommendationProperties;
15
- export type BenefitUtilizationSummaryUnion =
16
- | BenefitUtilizationSummary
17
- | IncludedQuantityUtilizationSummary
18
- | SavingsPlanUtilizationSummary;
19
-
20
- /** Result of listing cost management operations. It contains a list of operations and a URL link to get the next set of results. */
21
- export interface OperationListResult {
22
- /**
23
- * List of cost management operations supported by the Microsoft.CostManagement resource provider.
24
- * NOTE: This property will not be serialized. It can only be populated by the server.
25
- */
26
- readonly value?: CostManagementOperation[];
27
- /**
28
- * URL to get the next set of operation list results if there are any.
29
- * NOTE: This property will not be serialized. It can only be populated by the server.
30
- */
31
- readonly nextLink?: string;
32
- }
33
-
34
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
35
- export interface Operation {
36
- /**
37
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
38
- * NOTE: This property will not be serialized. It can only be populated by the server.
39
- */
40
- readonly name?: string;
41
- /**
42
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
43
- * NOTE: This property will not be serialized. It can only be populated by the server.
44
- */
45
- readonly isDataAction?: boolean;
46
- /** Localized display information for this particular operation. */
47
- display?: OperationDisplay;
48
- /**
49
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
50
- * NOTE: This property will not be serialized. It can only be populated by the server.
51
- */
52
- readonly origin?: Origin;
53
- /**
54
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
55
- * NOTE: This property will not be serialized. It can only be populated by the server.
56
- */
57
- readonly actionType?: ActionType;
58
- }
59
-
60
- /** Localized display information for this particular operation. */
61
- export interface OperationDisplay {
62
- /**
63
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
64
- * NOTE: This property will not be serialized. It can only be populated by the server.
65
- */
66
- readonly provider?: string;
67
- /**
68
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
69
- * NOTE: This property will not be serialized. It can only be populated by the server.
70
- */
71
- readonly resource?: string;
72
- /**
73
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
74
- * NOTE: This property will not be serialized. It can only be populated by the server.
75
- */
76
- readonly operation?: string;
77
- /**
78
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
79
- * NOTE: This property will not be serialized. It can only be populated by the server.
80
- */
81
- readonly description?: string;
82
- }
83
-
84
- /**
85
- * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
86
- *
87
- * Some Error responses:
88
- *
89
- * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
90
- *
91
- * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
92
- */
93
- export interface ErrorResponse {
94
- /** The details of the error. */
95
- error?: ErrorDetails;
96
- }
97
-
98
- /** The details of the error. */
99
- export interface ErrorDetails {
100
- /**
101
- * Error code.
102
- * NOTE: This property will not be serialized. It can only be populated by the server.
103
- */
104
- readonly code?: string;
105
- /**
106
- * Error message indicating why the operation failed.
107
- * NOTE: This property will not be serialized. It can only be populated by the server.
108
- */
109
- readonly message?: string;
110
- }
111
-
112
- /** Result of listing views. It contains a list of available views. */
113
- export interface ViewListResult {
114
- /**
115
- * The list of views.
116
- * NOTE: This property will not be serialized. It can only be populated by the server.
117
- */
118
- readonly value?: View[];
119
- /**
120
- * The link (url) to the next page of results.
121
- * NOTE: This property will not be serialized. It can only be populated by the server.
122
- */
123
- readonly nextLink?: string;
124
- }
125
-
126
- /** The start and end date for pulling data for the report. */
127
- export interface ReportConfigTimePeriod {
128
- /** The start date to pull data from. */
129
- from: Date;
130
- /** The end date to pull data to. */
131
- to: Date;
132
- }
133
-
134
- /** The definition of data present in the report. */
135
- export interface ReportConfigDataset {
136
- /** The granularity of rows in the report. */
137
- granularity?: ReportGranularityType;
138
- /** Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided. */
139
- configuration?: ReportConfigDatasetConfiguration;
140
- /** 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. */
141
- aggregation?: { [propertyName: string]: ReportConfigAggregation };
142
- /** Array of group by expression to use in the report. Report can have up to 2 group by clauses. */
143
- grouping?: ReportConfigGrouping[];
144
- /** Array of order by expression to use in the report. */
145
- sorting?: ReportConfigSorting[];
146
- /** Has filter expression to use in the report. */
147
- filter?: ReportConfigFilter;
148
- }
149
-
150
- /** The configuration of dataset in the report. */
151
- export interface ReportConfigDatasetConfiguration {
152
- /** 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. */
153
- columns?: string[];
154
- }
155
-
156
- /** The aggregation expression to be used in the report. */
157
- export interface ReportConfigAggregation {
158
- /** The name of the column to aggregate. */
159
- name: string;
160
- /** The name of the aggregation function to use. */
161
- function: FunctionType;
162
- }
163
-
164
- /** The group by expression to be used in the report. */
165
- export interface ReportConfigGrouping {
166
- /** Has type of the column to group. */
167
- type: QueryColumnType;
168
- /** The name of the column to group. This version supports subscription lowest possible grain. */
169
- name: string;
170
- }
171
-
172
- /** The order by expression to be used in the report. */
173
- export interface ReportConfigSorting {
174
- /** Direction of sort. */
175
- direction?: ReportConfigSortingType;
176
- /** The name of the column to sort. */
177
- name: string;
178
- }
179
-
180
- /** The filter expression to be used in the report. */
181
- export interface ReportConfigFilter {
182
- /** The logical "AND" expression. Must have at least 2 items. */
183
- and?: ReportConfigFilter[];
184
- /** The logical "OR" expression. Must have at least 2 items. */
185
- or?: ReportConfigFilter[];
186
- /** Has comparison expression for a dimension */
187
- dimensions?: ReportConfigComparisonExpression;
188
- /** Has comparison expression for a tag */
189
- tags?: ReportConfigComparisonExpression;
190
- }
191
-
192
- /** The comparison expression to be used in the report. */
193
- export interface ReportConfigComparisonExpression {
194
- /** The name of the column to use in comparison. */
195
- name: string;
196
- /** The operator to use for comparison. */
197
- operator: OperatorType;
198
- /** Array of values to use for comparison */
199
- values: string[];
200
- }
201
-
202
- /** Each KPI must contain a 'type' and 'enabled' key. */
203
- export interface KpiProperties {
204
- /** KPI type (Forecast, Budget). */
205
- type?: KpiType;
206
- /** ID of resource related to metric (budget). */
207
- id?: string;
208
- /** show the KPI in the UI? */
209
- enabled?: boolean;
210
- }
211
-
212
- /** Each pivot must contain a 'type' and 'name'. */
213
- export interface PivotProperties {
214
- /** Data type to show in view. */
215
- type?: PivotType;
216
- /** Data field to show in view. */
217
- name?: string;
218
- }
219
-
220
- /** The Resource model definition. */
221
- export interface CostManagementProxyResource {
222
- /**
223
- * Resource Id.
224
- * NOTE: This property will not be serialized. It can only be populated by the server.
225
- */
226
- readonly id?: string;
227
- /**
228
- * Resource name.
229
- * NOTE: This property will not be serialized. It can only be populated by the server.
230
- */
231
- readonly name?: string;
232
- /**
233
- * Resource type.
234
- * NOTE: This property will not be serialized. It can only be populated by the server.
235
- */
236
- readonly type?: string;
237
- /** 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. */
238
- eTag?: string;
239
- }
240
-
241
- /** Result of alerts. */
242
- export interface AlertsResult {
243
- /**
244
- * List of alerts.
245
- * NOTE: This property will not be serialized. It can only be populated by the server.
246
- */
247
- readonly value?: Alert[];
248
- /**
249
- * URL to get the next set of alerts results if there are any.
250
- * NOTE: This property will not be serialized. It can only be populated by the server.
251
- */
252
- readonly nextLink?: string;
253
- }
254
-
255
- /** defines the type of alert */
256
- export interface AlertPropertiesDefinition {
257
- /** type of alert */
258
- type?: AlertType;
259
- /** Alert category */
260
- category?: AlertCategory;
261
- /** Criteria that triggered alert */
262
- criteria?: AlertCriteria;
263
- }
264
-
265
- /** Alert details */
266
- export interface AlertPropertiesDetails {
267
- /** Type of timegrain cadence */
268
- timeGrainType?: AlertTimeGrainType;
269
- /** datetime of periodStartDate */
270
- periodStartDate?: string;
271
- /** notificationId that triggered this alert */
272
- triggeredBy?: string;
273
- /** array of resourceGroups to filter by */
274
- resourceGroupFilter?: any[];
275
- /** array of resources to filter by */
276
- resourceFilter?: any[];
277
- /** array of meters to filter by */
278
- meterFilter?: any[];
279
- /** tags to filter by */
280
- tagFilter?: Record<string, unknown>;
281
- /** notification threshold percentage as a decimal which activated this alert */
282
- threshold?: number;
283
- /** operator used to compare currentSpend with amount */
284
- operator?: AlertOperator;
285
- /** budget threshold amount */
286
- amount?: number;
287
- /** unit of currency being used */
288
- unit?: string;
289
- /** current spend */
290
- currentSpend?: number;
291
- /** list of emails to contact */
292
- contactEmails?: string[];
293
- /** list of action groups to broadcast to */
294
- contactGroups?: string[];
295
- /** list of contact roles */
296
- contactRoles?: string[];
297
- /** overriding alert */
298
- overridingAlert?: string;
299
- /** department name */
300
- departmentName?: string;
301
- /** company name */
302
- companyName?: string;
303
- /** enrollment number */
304
- enrollmentNumber?: string;
305
- /** datetime of enrollmentStartDate */
306
- enrollmentStartDate?: string;
307
- /** datetime of enrollmentEndDate */
308
- enrollmentEndDate?: string;
309
- /** invoicing threshold */
310
- invoicingThreshold?: number;
311
- }
312
-
313
- /** The request payload to update an alert */
314
- export interface DismissAlertPayload {
315
- /** defines the type of alert */
316
- definition?: AlertPropertiesDefinition;
317
- /** Alert description */
318
- description?: string;
319
- /** Source of alert */
320
- source?: AlertSource;
321
- /** Alert details */
322
- details?: AlertPropertiesDetails;
323
- /** related budget */
324
- costEntityId?: string;
325
- /** alert status */
326
- status?: AlertStatus;
327
- /** dateTime in which alert was created */
328
- creationTime?: string;
329
- /** dateTime in which alert was closed */
330
- closeTime?: string;
331
- /** dateTime in which alert was last modified */
332
- modificationTime?: string;
333
- /** User who last modified the alert */
334
- statusModificationUserName?: string;
335
- /** dateTime in which the alert status was last modified */
336
- statusModificationTime?: string;
337
- }
338
-
339
- /** The definition of a forecast. */
340
- export interface ForecastDefinition {
341
- /** The type of the forecast. */
342
- type: ForecastType;
343
- /** The time frame for pulling data for the forecast. If custom, then a specific time period must be provided. */
344
- timeframe: ForecastTimeframe;
345
- /** Has time period for pulling data for the forecast. */
346
- timePeriod?: ForecastTimePeriod;
347
- /** Has definition for data in this forecast. */
348
- dataset: ForecastDataset;
349
- /** A boolean determining if actualCost will be included. */
350
- includeActualCost?: boolean;
351
- /** A boolean determining if FreshPartialCost will be included. */
352
- includeFreshPartialCost?: boolean;
353
- }
354
-
355
- /** Has time period for pulling data for the forecast. */
356
- export interface ForecastTimePeriod {
357
- /** The start date to pull data from. */
358
- from: Date;
359
- /** The end date to pull data to. */
360
- to: Date;
361
- }
362
-
363
- /** The definition of data present in the forecast. */
364
- export interface ForecastDataset {
365
- /** The granularity of rows in the forecast. */
366
- granularity?: GranularityType;
367
- /** Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. */
368
- configuration?: ForecastDatasetConfiguration;
369
- /** 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. */
370
- aggregation: { [propertyName: string]: ForecastAggregation };
371
- /** Has filter expression to use in the forecast. */
372
- filter?: ForecastFilter;
373
- }
374
-
375
- /** The configuration of dataset in the forecast. */
376
- export interface ForecastDatasetConfiguration {
377
- /** 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. */
378
- columns?: string[];
379
- }
380
-
381
- /** The aggregation expression to be used in the forecast. */
382
- export interface ForecastAggregation {
383
- /** The name of the column to aggregate. */
384
- name: FunctionName;
385
- /** The name of the aggregation function to use. */
386
- function: FunctionType;
387
- }
388
-
389
- /** The filter expression to be used in the export. */
390
- export interface ForecastFilter {
391
- /** The logical "AND" expression. Must have at least 2 items. */
392
- and?: ForecastFilter[];
393
- /** The logical "OR" expression. Must have at least 2 items. */
394
- or?: ForecastFilter[];
395
- /** Has comparison expression for a dimension */
396
- dimensions?: ForecastComparisonExpression;
397
- /** Has comparison expression for a tag */
398
- tags?: ForecastComparisonExpression;
399
- }
400
-
401
- /** The comparison expression to be used in the forecast. */
402
- export interface ForecastComparisonExpression {
403
- /** The name of the column to use in comparison. */
404
- name: string;
405
- /** The operator to use for comparison. */
406
- operator: ForecastOperatorType;
407
- /** Array of values to use for comparison */
408
- values: string[];
409
- }
410
-
411
- /** Forecast column properties */
412
- export interface ForecastColumn {
413
- /** The name of column. */
414
- name?: string;
415
- /** The type of column. */
416
- type?: string;
417
- }
418
-
419
- /** The Resource model definition. */
420
- export interface CostManagementResource {
421
- /**
422
- * Resource Id.
423
- * NOTE: This property will not be serialized. It can only be populated by the server.
424
- */
425
- readonly id?: string;
426
- /**
427
- * Resource name.
428
- * NOTE: This property will not be serialized. It can only be populated by the server.
429
- */
430
- readonly name?: string;
431
- /**
432
- * Resource type.
433
- * NOTE: This property will not be serialized. It can only be populated by the server.
434
- */
435
- readonly type?: string;
436
- /**
437
- * Location of the resource.
438
- * NOTE: This property will not be serialized. It can only be populated by the server.
439
- */
440
- readonly location?: string;
441
- /**
442
- * SKU of the resource.
443
- * NOTE: This property will not be serialized. It can only be populated by the server.
444
- */
445
- readonly sku?: string;
446
- /**
447
- * ETag of the resource.
448
- * NOTE: This property will not be serialized. It can only be populated by the server.
449
- */
450
- readonly eTag?: string;
451
- /**
452
- * Resource tags.
453
- * NOTE: This property will not be serialized. It can only be populated by the server.
454
- */
455
- readonly tags?: { [propertyName: string]: string };
456
- }
457
-
458
- /** Result of listing dimensions. It contains a list of available dimensions. */
459
- export interface DimensionsListResult {
460
- /**
461
- * The list of dimensions.
462
- * NOTE: This property will not be serialized. It can only be populated by the server.
463
- */
464
- readonly value?: Dimension[];
465
- }
466
-
467
- /** The definition of a query. */
468
- export interface QueryDefinition {
469
- /** The type of the query. */
470
- type: ExportType;
471
- /** The time frame for pulling data for the query. If custom, then a specific time period must be provided. */
472
- timeframe: TimeframeType;
473
- /** Has time period for pulling data for the query. */
474
- timePeriod?: QueryTimePeriod;
475
- /** Has definition for data in this query. */
476
- dataset: QueryDataset;
477
- }
478
-
479
- /** The start and end date for pulling data for the query. */
480
- export interface QueryTimePeriod {
481
- /** The start date to pull data from. */
482
- from: Date;
483
- /** The end date to pull data to. */
484
- to: Date;
485
- }
486
-
487
- /** The definition of data present in the query. */
488
- export interface QueryDataset {
489
- /** The granularity of rows in the query. */
490
- granularity?: GranularityType;
491
- /** Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. */
492
- configuration?: QueryDatasetConfiguration;
493
- /** 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. */
494
- aggregation?: { [propertyName: string]: QueryAggregation };
495
- /** Array of group by expression to use in the query. Query can have up to 2 group by clauses. */
496
- grouping?: QueryGrouping[];
497
- /** The filter expression to use in the query. Please reference our Query API REST documentation for how to properly format the filter. */
498
- filter?: QueryFilter;
499
- }
500
-
501
- /** The configuration of dataset in the query. */
502
- export interface QueryDatasetConfiguration {
503
- /** 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. */
504
- columns?: string[];
505
- }
506
-
507
- /** The aggregation expression to be used in the query. */
508
- export interface QueryAggregation {
509
- /** The name of the column to aggregate. */
510
- name: string;
511
- /** The name of the aggregation function to use. */
512
- function: FunctionType;
513
- }
514
-
515
- /** The group by expression to be used in the query. */
516
- export interface QueryGrouping {
517
- /** Has type of the column to group. */
518
- type: QueryColumnType;
519
- /** The name of the column to group. */
520
- name: string;
521
- }
522
-
523
- /** The filter expression to be used in the export. */
524
- export interface QueryFilter {
525
- /** The logical "AND" expression. Must have at least 2 items. */
526
- and?: QueryFilter[];
527
- /** The logical "OR" expression. Must have at least 2 items. */
528
- or?: QueryFilter[];
529
- /** Has comparison expression for a dimension */
530
- dimensions?: QueryComparisonExpression;
531
- /** Has comparison expression for a tag */
532
- tags?: QueryComparisonExpression;
533
- }
534
-
535
- /** The comparison expression to be used in the query. */
536
- export interface QueryComparisonExpression {
537
- /** The name of the column to use in comparison. */
538
- name: string;
539
- /** The operator to use for comparison. */
540
- operator: QueryOperatorType;
541
- /** Array of values to use for comparison */
542
- values: string[];
543
- }
544
-
545
- /** QueryColumn properties */
546
- export interface QueryColumn {
547
- /** The name of column. */
548
- name?: string;
549
- /** The type of column. */
550
- type?: string;
551
- }
552
-
553
- /** The status of the long running operation. */
554
- export interface OperationStatus {
555
- /** The status of the long running operation. */
556
- status?: OperationStatusType;
557
- /** The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity */
558
- reportUrl?: ReservationReportSchema;
559
- /** The time at which report URL becomes invalid. */
560
- validUntil?: Date;
561
- }
562
-
563
- /** Result of listing exports. It contains a list of available exports in the scope provided. */
564
- export interface ExportListResult {
565
- /**
566
- * The list of exports.
567
- * NOTE: This property will not be serialized. It can only be populated by the server.
568
- */
569
- readonly value?: Export[];
570
- }
571
-
572
- /** The schedule associated with the export. */
573
- export interface ExportSchedule {
574
- /** The status of the export's schedule. If 'Inactive', the export's schedule is paused. */
575
- status?: StatusType;
576
- /** The schedule recurrence. */
577
- recurrence?: RecurrenceType;
578
- /** 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. */
579
- recurrencePeriod?: ExportRecurrencePeriod;
580
- }
581
-
582
- /** The start and end date for recurrence schedule. */
583
- export interface ExportRecurrencePeriod {
584
- /** The start date of recurrence. */
585
- from: Date;
586
- /** The end date of recurrence. */
587
- to?: Date;
588
- }
589
-
590
- /** The common properties of the export. */
591
- export interface CommonExportProperties {
592
- /** The format of the export being delivered. Currently only 'Csv' is supported. */
593
- format?: FormatType;
594
- /** Has delivery information for the export. */
595
- deliveryInfo: ExportDeliveryInfo;
596
- /** Has the definition for the export. */
597
- definition: ExportDefinition;
598
- /** If requested, has the most recent run history for the export. */
599
- runHistory?: ExportExecutionListResult;
600
- /** 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. */
601
- partitionData?: boolean;
602
- /**
603
- * If the export has an active schedule, provides an estimate of the next run time.
604
- * NOTE: This property will not be serialized. It can only be populated by the server.
605
- */
606
- readonly nextRunTimeEstimate?: Date;
607
- }
608
-
609
- /** The delivery information associated with a export. */
610
- export interface ExportDeliveryInfo {
611
- /** Has destination for the export being delivered. */
612
- destination: ExportDeliveryDestination;
613
- }
614
-
615
- /** 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 ). */
616
- export interface ExportDeliveryDestination {
617
- /** The resource id of the storage account where exports will be delivered. This is not required if a sasToken and storageAccount are specified. */
618
- resourceId?: string;
619
- /** The name of the container where exports will be uploaded. If the container does not exist it will be created. */
620
- container: string;
621
- /** The name of the directory where exports will be uploaded. */
622
- rootFolderPath?: string;
623
- /** 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. */
624
- sasToken?: string;
625
- /** 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. */
626
- storageAccount?: string;
627
- }
628
-
629
- /** The definition of an export. */
630
- export interface ExportDefinition {
631
- /** 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. */
632
- type: ExportType;
633
- /** The time frame for pulling data for the export. If custom, then a specific time period must be provided. */
634
- timeframe: TimeframeType;
635
- /** Has time period for pulling data for the export. */
636
- timePeriod?: ExportTimePeriod;
637
- /** The definition for data in the export. */
638
- dataSet?: ExportDataset;
639
- }
640
-
641
- /** 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. */
642
- export interface ExportTimePeriod {
643
- /** The start date for export data. */
644
- from: Date;
645
- /** The end date for export data. */
646
- to: Date;
647
- }
648
-
649
- /** The definition for data in the export. */
650
- export interface ExportDataset {
651
- /** The granularity of rows in the export. Currently only 'Daily' is supported. */
652
- granularity?: GranularityType;
653
- /** The export dataset configuration. */
654
- configuration?: ExportDatasetConfiguration;
655
- }
656
-
657
- /** The export dataset configuration. Allows columns to be selected for the export. If not provided then the export will include all available columns. */
658
- export interface ExportDatasetConfiguration {
659
- /** 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). */
660
- columns?: string[];
661
- }
662
-
663
- /** Result of listing the run history of an export. */
664
- export interface ExportExecutionListResult {
665
- /**
666
- * A list of export runs.
667
- * NOTE: This property will not be serialized. It can only be populated by the server.
668
- */
669
- readonly value?: ExportRun[];
670
- }
671
-
672
- /** The definition of a cost detailed report. */
673
- export interface GenerateCostDetailsReportRequestDefinition {
674
- /** The type of the detailed report. By default ActualCost is provided */
675
- metric?: CostDetailsMetricType;
676
- /** 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 */
677
- timePeriod?: CostDetailsTimePeriod;
678
- /** 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. */
679
- billingPeriod?: string;
680
- /** 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. */
681
- invoiceId?: string;
682
- }
683
-
684
- /** 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. */
685
- export interface CostDetailsTimePeriod {
686
- /** The start date to pull data from. example format 2020-03-15 */
687
- start: string;
688
- /** The end date to pull data to. example format 2020-03-15 */
689
- end: string;
690
- }
691
-
692
- /** The result of the long running operation for cost details Api. */
693
- export interface CostDetailsOperationResults {
694
- /** The id of the long running operation. */
695
- id?: string;
696
- /** The name of the long running operation. */
697
- name?: string;
698
- /** The type of the long running operation. */
699
- type?: string;
700
- /** The status of the cost details operation */
701
- status?: CostDetailsStatusType;
702
- /** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */
703
- validTill?: Date;
704
- /** The details of the error. */
705
- error?: ErrorDetails;
706
- /** The Manifest version. */
707
- manifestVersion?: string;
708
- /** The data format of the report */
709
- dataFormat?: CostDetailsDataFormat;
710
- /** The total number of bytes in all blobs. */
711
- byteCount?: number;
712
- /** The total number of blobs. */
713
- blobCount?: number;
714
- /** Is the data in compressed format. */
715
- compressData?: boolean;
716
- /** List of blob information generated by this operation. */
717
- blobs?: BlobInfo[];
718
- /** The request scope of the request. */
719
- requestScope?: string;
720
- /** The request payload body provided in Cost Details call */
721
- requestBody?: GenerateCostDetailsReportRequestDefinition;
722
- }
723
-
724
- /** The blob information generated by this operation. */
725
- export interface BlobInfo {
726
- /** Link to the blob to download file. */
727
- blobLink?: string;
728
- /** Bytes in the blob. */
729
- byteCount?: number;
730
- }
731
-
732
- /**
733
- * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
734
- *
735
- * Some Error responses:
736
- *
737
- * * 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.
738
- *
739
- * * 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.
740
- *
741
- * * 400 Bad Request - Start date must be after . API only allows data to be pulled no older than 13 months from now.
742
- *
743
- * * 400 Bad Request - The maximum allowed date range is 1 months. API only allows data to be pulled for 1 month or less.
744
- *
745
- * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "retry-after" header.
746
- *
747
- * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
748
- */
749
- export interface GenerateCostDetailsReportErrorResponse {
750
- /** The details of the error. */
751
- error?: ErrorDetails;
752
- }
753
-
754
- /** The definition of a cost detailed report. */
755
- export interface GenerateDetailedCostReportDefinition {
756
- /** The type of the detailed report. By default ActualCost is provided */
757
- metric?: GenerateDetailedCostReportMetricType;
758
- /** 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. */
759
- timePeriod?: GenerateDetailedCostReportTimePeriod;
760
- /** 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. */
761
- billingPeriod?: string;
762
- /** 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. */
763
- invoiceId?: string;
764
- /** Customer ID for Microsoft Customer Agreement scopes (Invoice Id is also required for this). */
765
- customerId?: string;
766
- }
767
-
768
- /** The start and end date for pulling data for the cost detailed report. */
769
- export interface GenerateDetailedCostReportTimePeriod {
770
- /** The start date to pull data from. example format 2020-03-15 */
771
- start: string;
772
- /** The end date to pull data to. example format 2020-03-15 */
773
- end: string;
774
- }
775
-
776
- /** The result of the long running operation for cost detailed report. */
777
- export interface GenerateDetailedCostReportOperationResult {
778
- /** The ARM resource id of the long running operation. */
779
- id?: string;
780
- /** The name of the long running operation. */
781
- name?: string;
782
- /** The type of the long running operation. */
783
- type?: string;
784
- /**
785
- * The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
786
- * NOTE: This property will not be serialized. It can only be populated by the server.
787
- */
788
- readonly expiryTime?: Date;
789
- /** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */
790
- validTill?: Date;
791
- /** The URL to download the generated report. */
792
- downloadUrl?: string;
793
- }
794
-
795
- /** The URL to download the generated report. */
796
- export interface DownloadURL {
797
- /**
798
- * The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
799
- * NOTE: This property will not be serialized. It can only be populated by the server.
800
- */
801
- readonly expiryTime?: Date;
802
- /** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */
803
- validTill?: Date;
804
- /** The URL to download the generated report. */
805
- downloadUrl?: string;
806
- }
807
-
808
- /**
809
- * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
810
- *
811
- * Some Error responses:
812
- *
813
- * * 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.
814
- *
815
- * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
816
- *
817
- * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
818
- */
819
- export interface GenerateDetailedCostReportErrorResponse {
820
- /** The details of the error. */
821
- error?: ErrorDetails;
822
- }
823
-
824
- /** The status of the long running operation for cost detailed report. */
825
- export interface GenerateDetailedCostReportOperationStatuses {
826
- /** The ID of the long running operation. */
827
- id?: string;
828
- /** The name of the long running operation. */
829
- name?: string;
830
- /** The status of the long running operation. */
831
- status?: Status;
832
- /** The startTime of the operation. */
833
- startTime?: string;
834
- /** The endTime of the operation. */
835
- endTime?: string;
836
- /** The type of the long running operation. */
837
- type?: string;
838
- /** The details of the error. */
839
- error?: ErrorDetails;
840
- /**
841
- * The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
842
- * NOTE: This property will not be serialized. It can only be populated by the server.
843
- */
844
- readonly expiryTime?: Date;
845
- /** The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. */
846
- validTill?: Date;
847
- /** The URL to download the generated report. */
848
- downloadUrl?: string;
849
- }
850
-
851
- /** The status of the long running operation. */
852
- export interface Status {
853
- /** The status of the long running operation. */
854
- status?: ReportOperationStatusType;
855
- }
856
-
857
- /** Scheduled actions list result. It contains a list of scheduled actions. */
858
- export interface ScheduledActionListResult {
859
- /**
860
- * The list of scheduled actions.
861
- * NOTE: This property will not be serialized. It can only be populated by the server.
862
- */
863
- readonly value?: ScheduledAction[];
864
- /**
865
- * The link (url) to the next page of results.
866
- * NOTE: This property will not be serialized. It can only be populated by the server.
867
- */
868
- readonly nextLink?: string;
869
- }
870
-
871
- /** Destination of the view data. This is optional. Currently only CSV format is supported. */
872
- export interface FileDestination {
873
- /** Destination of the view data. Currently only CSV format is supported. */
874
- fileFormats?: FileFormat[];
875
- }
876
-
877
- /** The properties of the scheduled action notification. */
878
- export interface NotificationProperties {
879
- /** Array of email addresses. */
880
- to: string[];
881
- /** Locale of the email. */
882
- language?: string;
883
- /** Optional message to be added in the email. Length is limited to 250 characters. */
884
- message?: string;
885
- /** Regional format used for formatting date/time and currency values in the email. */
886
- regionalFormat?: string;
887
- /** Subject of the email. Length is limited to 70 characters. */
888
- subject: string;
889
- }
890
-
891
- /** The properties of the schedule. */
892
- export interface ScheduleProperties {
893
- /** Frequency of the schedule. */
894
- frequency: ScheduleFrequency;
895
- /** UTC time at which cost analysis data will be emailed. */
896
- hourOfDay?: number;
897
- /** Day names in english on which cost analysis data will be emailed. This property is applicable when frequency is Weekly or Monthly. */
898
- daysOfWeek?: DaysOfWeek[];
899
- /** Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek. */
900
- weeksOfMonth?: WeeksOfMonth[];
901
- /** 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. */
902
- dayOfMonth?: number;
903
- /** The start date and time of the scheduled action (UTC). */
904
- startDate: Date;
905
- /** The end date and time of the scheduled action (UTC). */
906
- endDate: Date;
907
- }
908
-
909
- /** Metadata pertaining to creation and last modification of the resource. */
910
- export interface SystemData {
911
- /** The identity that created the resource. */
912
- createdBy?: string;
913
- /** The type of identity that created the resource. */
914
- createdByType?: CreatedByType;
915
- /** The timestamp of resource creation (UTC). */
916
- createdAt?: Date;
917
- /** The identity that last modified the resource. */
918
- lastModifiedBy?: string;
919
- /** The type of identity that last modified the resource. */
920
- lastModifiedByType?: CreatedByType;
921
- /** The timestamp of resource last modification (UTC) */
922
- lastModifiedAt?: Date;
923
- }
924
-
925
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
926
- export interface Resource {
927
- /**
928
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
929
- * NOTE: This property will not be serialized. It can only be populated by the server.
930
- */
931
- readonly id?: string;
932
- /**
933
- * The name of the resource
934
- * NOTE: This property will not be serialized. It can only be populated by the server.
935
- */
936
- readonly name?: string;
937
- /**
938
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
939
- * NOTE: This property will not be serialized. It can only be populated by the server.
940
- */
941
- readonly type?: string;
942
- }
943
-
944
- /**
945
- * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
946
- *
947
- * Some Error responses:
948
- *
949
- * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
950
- *
951
- * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
952
- */
953
- export interface ErrorResponseWithNestedDetails {
954
- /** The details of the error. */
955
- error?: ErrorDetailsWithNestedDetails;
956
- }
957
-
958
- /** The check availability request body. */
959
- export interface CheckNameAvailabilityRequest {
960
- /** The name of the resource for which availability needs to be checked. */
961
- name?: string;
962
- /** The resource type. */
963
- type?: string;
964
- }
965
-
966
- /** The check availability result. */
967
- export interface CheckNameAvailabilityResponse {
968
- /** Indicates if the resource name is available. */
969
- nameAvailable?: boolean;
970
- /** The reason why the given name is not available. */
971
- reason?: CheckNameAvailabilityReason;
972
- /** Detailed reason why the given name is available. */
973
- message?: string;
974
- }
975
-
976
- /** Result of listing benefit recommendations. */
977
- export interface BenefitRecommendationsListResult {
978
- /**
979
- * The list of benefit recommendations.
980
- * NOTE: This property will not be serialized. It can only be populated by the server.
981
- */
982
- readonly value?: BenefitRecommendationModel[];
983
- /**
984
- * The link (URL) to the next page of results.
985
- * NOTE: This property will not be serialized. It can only be populated by the server.
986
- */
987
- readonly nextLink?: string;
988
- }
989
-
990
- /** The properties of the benefit recommendations. */
991
- export interface BenefitRecommendationProperties {
992
- /** Polymorphic discriminator, which specifies the different types this object can be */
993
- scope: "Single" | "Shared";
994
- /**
995
- * The first usage date used for looking back for computing the recommendations.
996
- * NOTE: This property will not be serialized. It can only be populated by the server.
997
- */
998
- readonly firstConsumptionDate?: Date;
999
- /**
1000
- * The last usage date used for looking back for computing the recommendations.
1001
- * NOTE: This property will not be serialized. It can only be populated by the server.
1002
- */
1003
- readonly lastConsumptionDate?: Date;
1004
- /** The number of days of usage evaluated for computing the recommendations. */
1005
- lookBackPeriod?: LookBackPeriod;
1006
- /**
1007
- * The total hours for which the cost is covered. Its equal to number of records in a property 'properties/usage/charges'.
1008
- * NOTE: This property will not be serialized. It can only be populated by the server.
1009
- */
1010
- readonly totalHours?: number;
1011
- /** On-demand charges between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations. */
1012
- usage?: RecommendationUsageDetails;
1013
- /**
1014
- * ARM SKU name. 'Compute_Savings_Plan' for SavingsPlan.
1015
- * NOTE: This property will not be serialized. It can only be populated by the server.
1016
- */
1017
- readonly armSkuName?: string;
1018
- /** Term period of the benefit. For example, P1Y or P3Y. */
1019
- term?: Term;
1020
- /** Grain of the proposed commitment amount. Supported values: 'Hourly' */
1021
- commitmentGranularity?: Grain;
1022
- /**
1023
- * An ISO 4217 currency code identifier for the costs and savings amounts.
1024
- * NOTE: This property will not be serialized. It can only be populated by the server.
1025
- */
1026
- readonly currencyCode?: string;
1027
- /**
1028
- * The current cost without benefit, corresponds to 'totalHours' in the look-back period.
1029
- * NOTE: This property will not be serialized. It can only be populated by the server.
1030
- */
1031
- readonly costWithoutBenefit?: number;
1032
- /** The details of the proposed recommendation. */
1033
- recommendationDetails?: AllSavingsBenefitDetails;
1034
- /**
1035
- * The list of all benefit recommendations with the recommendation details.
1036
- * NOTE: This property will not be serialized. It can only be populated by the server.
1037
- */
1038
- readonly allRecommendationDetails?: AllSavingsList;
1039
- }
1040
-
1041
- /** On-demand charges between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations. */
1042
- export interface RecommendationUsageDetails {
1043
- /** The grain of the usage. Supported values: 'Hourly' */
1044
- usageGrain?: Grain;
1045
- /**
1046
- * On-demand charges for each hour between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations.
1047
- * NOTE: This property will not be serialized. It can only be populated by the server.
1048
- */
1049
- readonly charges?: number[];
1050
- }
1051
-
1052
- /** Benefit recommendation details. */
1053
- export interface AllSavingsBenefitDetails {
1054
- /**
1055
- * The difference between total cost and benefit cost for the 'totalHours' in the look-back period.
1056
- * NOTE: This property will not be serialized. It can only be populated by the server.
1057
- */
1058
- readonly overageCost?: number;
1059
- /**
1060
- * The estimated cost with benefit for the 'totalHours' in the look-back period. It's equal to (commitmentAmount * totalHours)
1061
- * NOTE: This property will not be serialized. It can only be populated by the server.
1062
- */
1063
- readonly benefitCost?: number;
1064
- /**
1065
- * Total cost, which is sum of benefit cost and overage cost.
1066
- * NOTE: This property will not be serialized. It can only be populated by the server.
1067
- */
1068
- readonly totalCost?: number;
1069
- /**
1070
- * The amount saved for the 'totalHours' in the look-back period, by purchasing the recommended quantity of the benefit.
1071
- * NOTE: This property will not be serialized. It can only be populated by the server.
1072
- */
1073
- readonly savingsAmount?: number;
1074
- /**
1075
- * The savings in percentage for the 'totalHours' in the look-back period, by purchasing the recommended quantity of benefit.
1076
- * NOTE: This property will not be serialized. It can only be populated by the server.
1077
- */
1078
- readonly savingsPercentage?: number;
1079
- /**
1080
- * Estimated benefit coverage percentage for the 'totalHours' in the look-back period, with this commitment.
1081
- * NOTE: This property will not be serialized. It can only be populated by the server.
1082
- */
1083
- readonly coveragePercentage?: number;
1084
- /**
1085
- * The commitment amount at the commitmentGranularity.
1086
- * NOTE: This property will not be serialized. It can only be populated by the server.
1087
- */
1088
- readonly commitmentAmount?: number;
1089
- /**
1090
- * Estimated average utilization percentage for the 'totalHours' in the look-back period, with this commitment.
1091
- * NOTE: This property will not be serialized. It can only be populated by the server.
1092
- */
1093
- readonly averageUtilizationPercentage?: number;
1094
- /**
1095
- * Estimated unused portion of the 'benefitCost'.
1096
- * NOTE: This property will not be serialized. It can only be populated by the server.
1097
- */
1098
- readonly wastageCost?: number;
1099
- }
1100
-
1101
- /** The list of all benefit recommendations with the recommendation details. */
1102
- export interface AllSavingsList {
1103
- /**
1104
- * The list of benefit recommendations with the recommendation details..
1105
- * NOTE: This property will not be serialized. It can only be populated by the server.
1106
- */
1107
- readonly value?: AllSavingsBenefitDetails[];
1108
- /**
1109
- * The link (URL) to the next page of results.
1110
- * NOTE: This property will not be serialized. It can only be populated by the server.
1111
- */
1112
- readonly nextLink?: string;
1113
- }
1114
-
1115
- /** List of benefit utilization summaries. */
1116
- export interface BenefitUtilizationSummariesListResult {
1117
- /**
1118
- * The list of benefit utilization summaries.
1119
- * NOTE: This property will not be serialized. It can only be populated by the server.
1120
- */
1121
- readonly value?: BenefitUtilizationSummaryUnion[];
1122
- /**
1123
- * The link (URL) to the next page of results.
1124
- * NOTE: This property will not be serialized. It can only be populated by the server.
1125
- */
1126
- readonly nextLink?: string;
1127
- }
1128
-
1129
- /** The properties of a benefit utilization summary. */
1130
- export interface BenefitUtilizationSummaryProperties {
1131
- /**
1132
- * ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.
1133
- * NOTE: This property will not be serialized. It can only be populated by the server.
1134
- */
1135
- readonly armSkuName?: string;
1136
- /**
1137
- * The benefit ID is the identifier of the benefit.
1138
- * NOTE: This property will not be serialized. It can only be populated by the server.
1139
- */
1140
- readonly benefitId?: string;
1141
- /**
1142
- * The benefit order ID is the identifier for a benefit purchase.
1143
- * NOTE: This property will not be serialized. It can only be populated by the server.
1144
- */
1145
- readonly benefitOrderId?: string;
1146
- /** The benefit type. Supported values: 'SavingsPlan'. */
1147
- benefitType?: BenefitKind;
1148
- /**
1149
- * 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.
1150
- * NOTE: This property will not be serialized. It can only be populated by the server.
1151
- */
1152
- readonly usageDate?: Date;
1153
- }
1154
-
1155
- /** A Cost management REST API operation. */
1156
- export interface CostManagementOperation extends Operation {
1157
- /**
1158
- * Operation id: {provider}/{resource}/{operation}.
1159
- * NOTE: This property will not be serialized. It can only be populated by the server.
1160
- */
1161
- readonly id?: string;
1162
- }
1163
-
1164
- /** The details of the error. */
1165
- export interface ErrorDetailsWithNestedDetails extends ErrorDetails {
1166
- /**
1167
- * The additional details of the error.
1168
- * NOTE: This property will not be serialized. It can only be populated by the server.
1169
- */
1170
- readonly details?: ErrorDetailsWithNestedDetails[];
1171
- }
1172
-
1173
- /** States and configurations of Cost Analysis. */
1174
- export interface View extends CostManagementProxyResource {
1175
- /** User input name of the view. Required. */
1176
- displayName?: string;
1177
- /** 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. */
1178
- scope?: string;
1179
- /**
1180
- * Date the user created this view.
1181
- * NOTE: This property will not be serialized. It can only be populated by the server.
1182
- */
1183
- readonly createdOn?: Date;
1184
- /**
1185
- * Date when the user last modified this view.
1186
- * NOTE: This property will not be serialized. It can only be populated by the server.
1187
- */
1188
- readonly modifiedOn?: Date;
1189
- /**
1190
- * Date range of the current view.
1191
- * NOTE: This property will not be serialized. It can only be populated by the server.
1192
- */
1193
- readonly dateRange?: string;
1194
- /**
1195
- * Currency of the current view.
1196
- * NOTE: This property will not be serialized. It can only be populated by the server.
1197
- */
1198
- readonly currency?: string;
1199
- /** Chart type of the main view in Cost Analysis. Required. */
1200
- chart?: ChartType;
1201
- /** Show costs accumulated over time. */
1202
- accumulated?: AccumulatedType;
1203
- /** Metric to use when displaying costs. */
1204
- metric?: MetricType;
1205
- /** List of KPIs to show in Cost Analysis UI. */
1206
- kpis?: KpiProperties[];
1207
- /** Configuration of 3 sub-views in the Cost Analysis UI. */
1208
- pivots?: PivotProperties[];
1209
- /** 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. */
1210
- typePropertiesQueryType?: ReportType;
1211
- /** The time frame for pulling data for the report. If custom, then a specific time period must be provided. */
1212
- timeframe?: ReportTimeframeType;
1213
- /** Has time period for pulling data for the report. */
1214
- timePeriod?: ReportConfigTimePeriod;
1215
- /** Has definition for data in this report config. */
1216
- dataSet?: ReportConfigDataset;
1217
- /** If true, report includes monetary commitment. */
1218
- includeMonetaryCommitment?: boolean;
1219
- }
1220
-
1221
- /** An individual alert. */
1222
- export interface Alert extends CostManagementProxyResource {
1223
- /** defines the type of alert */
1224
- definition?: AlertPropertiesDefinition;
1225
- /** Alert description */
1226
- description?: string;
1227
- /** Source of alert */
1228
- source?: AlertSource;
1229
- /** Alert details */
1230
- details?: AlertPropertiesDetails;
1231
- /** related budget */
1232
- costEntityId?: string;
1233
- /** alert status */
1234
- status?: AlertStatus;
1235
- /** dateTime in which alert was created */
1236
- creationTime?: string;
1237
- /** dateTime in which alert was closed */
1238
- closeTime?: string;
1239
- /** dateTime in which alert was last modified */
1240
- modificationTime?: string;
1241
- /** User who last modified the alert */
1242
- statusModificationUserName?: string;
1243
- /** dateTime in which the alert status was last modified */
1244
- statusModificationTime?: string;
1245
- }
1246
-
1247
- /** An export run. */
1248
- export interface ExportRun extends CostManagementProxyResource {
1249
- /** The type of the export run. */
1250
- executionType?: ExecutionType;
1251
- /** The last known status of the export run. */
1252
- status?: ExecutionStatus;
1253
- /** The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'. */
1254
- submittedBy?: string;
1255
- /** The time when export was queued to be run. */
1256
- submittedTime?: Date;
1257
- /** The time when export was picked up to be run. */
1258
- processingStartTime?: Date;
1259
- /** The time when the export run finished. */
1260
- processingEndTime?: Date;
1261
- /** The name of the exported file. */
1262
- fileName?: string;
1263
- /** The export settings that were in effect for this run. */
1264
- runSettings?: CommonExportProperties;
1265
- /** The details of any error. */
1266
- error?: ErrorDetails;
1267
- }
1268
-
1269
- /** An export resource. */
1270
- export interface Export extends CostManagementProxyResource {
1271
- /** The format of the export being delivered. Currently only 'Csv' is supported. */
1272
- format?: FormatType;
1273
- /** Has delivery information for the export. */
1274
- deliveryInfo?: ExportDeliveryInfo;
1275
- /** Has the definition for the export. */
1276
- definition?: ExportDefinition;
1277
- /** If requested, has the most recent run history for the export. */
1278
- runHistory?: ExportExecutionListResult;
1279
- /** 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. */
1280
- partitionData?: boolean;
1281
- /**
1282
- * If the export has an active schedule, provides an estimate of the next run time.
1283
- * NOTE: This property will not be serialized. It can only be populated by the server.
1284
- */
1285
- readonly nextRunTimeEstimate?: Date;
1286
- /** Has schedule information for the export. */
1287
- schedule?: ExportSchedule;
1288
- }
1289
-
1290
- /** Result of forecast. It contains all columns listed under groupings and aggregation. */
1291
- export interface ForecastResult extends CostManagementResource {
1292
- /** The link (url) to the next page of results. */
1293
- nextLink?: string;
1294
- /** Array of columns */
1295
- columns?: ForecastColumn[];
1296
- /** Array of rows */
1297
- rows?: any[][];
1298
- }
1299
-
1300
- /** List of Dimension. */
1301
- export interface Dimension extends CostManagementResource {
1302
- /**
1303
- * Dimension description.
1304
- * NOTE: This property will not be serialized. It can only be populated by the server.
1305
- */
1306
- readonly description?: string;
1307
- /**
1308
- * Filter enabled.
1309
- * NOTE: This property will not be serialized. It can only be populated by the server.
1310
- */
1311
- readonly filterEnabled?: boolean;
1312
- /**
1313
- * Grouping enabled.
1314
- * NOTE: This property will not be serialized. It can only be populated by the server.
1315
- */
1316
- readonly groupingEnabled?: boolean;
1317
- /** Dimension data. */
1318
- data?: string[];
1319
- /**
1320
- * Total number of data for the dimension.
1321
- * NOTE: This property will not be serialized. It can only be populated by the server.
1322
- */
1323
- readonly total?: number;
1324
- /**
1325
- * Dimension category.
1326
- * NOTE: This property will not be serialized. It can only be populated by the server.
1327
- */
1328
- readonly category?: string;
1329
- /**
1330
- * Usage start.
1331
- * NOTE: This property will not be serialized. It can only be populated by the server.
1332
- */
1333
- readonly usageStart?: Date;
1334
- /**
1335
- * Usage end.
1336
- * NOTE: This property will not be serialized. It can only be populated by the server.
1337
- */
1338
- readonly usageEnd?: Date;
1339
- /**
1340
- * The link (url) to the next page of results.
1341
- * NOTE: This property will not be serialized. It can only be populated by the server.
1342
- */
1343
- readonly nextLink?: string;
1344
- }
1345
-
1346
- /** Result of query. It contains all columns listed under groupings and aggregation. */
1347
- export interface QueryResult extends CostManagementResource {
1348
- /** The link (url) to the next page of results. */
1349
- nextLink?: string;
1350
- /** Array of columns */
1351
- columns?: QueryColumn[];
1352
- /** Array of rows */
1353
- rows?: any[][];
1354
- }
1355
-
1356
- /** The properties of the export. */
1357
- export interface ExportProperties extends CommonExportProperties {
1358
- /** Has schedule information for the export. */
1359
- schedule?: ExportSchedule;
1360
- }
1361
-
1362
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1363
- export interface ProxyResource extends Resource {}
1364
-
1365
- /** The benefit resource model definition. */
1366
- export interface BenefitResource extends Resource {
1367
- /** Reservation or SavingsPlan. */
1368
- kind?: BenefitKind;
1369
- }
1370
-
1371
- /** Benefit utilization summary resource. */
1372
- export interface BenefitUtilizationSummary extends Resource {
1373
- /** Supported values: 'SavingsPlan'. */
1374
- kind: BenefitKind;
1375
- }
1376
-
1377
- /** The properties of the benefit recommendations when scope is 'Single'. */
1378
- export interface SingleScopeBenefitRecommendationProperties
1379
- extends BenefitRecommendationProperties {
1380
- /** Polymorphic discriminator, which specifies the different types this object can be */
1381
- scope: "Single";
1382
- /**
1383
- * The subscription ID that this single scope recommendation is for. Applicable only if recommendation is for 'Single' scope.
1384
- * NOTE: This property will not be serialized. It can only be populated by the server.
1385
- */
1386
- readonly subscriptionId?: string;
1387
- /**
1388
- * The resource group that this single scope recommendation is for. Applicable only if recommendation is for 'Single' scope and 'ResourceGroup' request scope.
1389
- * NOTE: This property will not be serialized. It can only be populated by the server.
1390
- */
1391
- readonly resourceGroup?: string;
1392
- }
1393
-
1394
- /** The properties of the benefit recommendation when scope is 'Shared'. */
1395
- export interface SharedScopeBenefitRecommendationProperties
1396
- extends BenefitRecommendationProperties {
1397
- /** Polymorphic discriminator, which specifies the different types this object can be */
1398
- scope: "Shared";
1399
- }
1400
-
1401
- /** Included Quantity utilization summary properties. */
1402
- export interface IncludedQuantityUtilizationSummaryProperties
1403
- extends BenefitUtilizationSummaryProperties {
1404
- /**
1405
- * This is the utilized percentage for the benefit ID.
1406
- * NOTE: This property will not be serialized. It can only be populated by the server.
1407
- */
1408
- readonly utilizationPercentage?: number;
1409
- }
1410
-
1411
- /** Savings plan utilization summary properties. */
1412
- export interface SavingsPlanUtilizationSummaryProperties
1413
- extends BenefitUtilizationSummaryProperties {
1414
- /**
1415
- * 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.
1416
- * NOTE: This property will not be serialized. It can only be populated by the server.
1417
- */
1418
- readonly avgUtilizationPercentage?: number;
1419
- /**
1420
- * 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%.
1421
- * NOTE: This property will not be serialized. It can only be populated by the server.
1422
- */
1423
- readonly minUtilizationPercentage?: number;
1424
- /**
1425
- * 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%.
1426
- * NOTE: This property will not be serialized. It can only be populated by the server.
1427
- */
1428
- readonly maxUtilizationPercentage?: number;
1429
- }
1430
-
1431
- /** The Resource model definition. */
1432
- export interface ScheduledActionProxyResource extends ProxyResource {
1433
- /**
1434
- * 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.
1435
- * NOTE: This property will not be serialized. It can only be populated by the server.
1436
- */
1437
- readonly eTag?: string;
1438
- /** Kind of the scheduled action. */
1439
- kind?: ScheduledActionKind;
1440
- /**
1441
- * Kind of the scheduled action.
1442
- * NOTE: This property will not be serialized. It can only be populated by the server.
1443
- */
1444
- readonly systemData?: SystemData;
1445
- }
1446
-
1447
- /** benefit plan recommendation details. */
1448
- export interface BenefitRecommendationModel extends BenefitResource {
1449
- /** The properties of the benefit recommendations. */
1450
- properties?: BenefitRecommendationPropertiesUnion;
1451
- }
1452
-
1453
- /** Included Quantity utilization summary resource. */
1454
- export interface IncludedQuantityUtilizationSummary
1455
- extends BenefitUtilizationSummary {
1456
- /** Polymorphic discriminator, which specifies the different types this object can be */
1457
- kind: "IncludedQuantity";
1458
- /**
1459
- * ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.
1460
- * NOTE: This property will not be serialized. It can only be populated by the server.
1461
- */
1462
- readonly armSkuName?: string;
1463
- /**
1464
- * The benefit ID is the identifier of the benefit.
1465
- * NOTE: This property will not be serialized. It can only be populated by the server.
1466
- */
1467
- readonly benefitId?: string;
1468
- /**
1469
- * The benefit order ID is the identifier for a benefit purchase.
1470
- * NOTE: This property will not be serialized. It can only be populated by the server.
1471
- */
1472
- readonly benefitOrderId?: string;
1473
- /** The benefit type. Supported values: 'SavingsPlan'. */
1474
- benefitType?: BenefitKind;
1475
- /**
1476
- * 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.
1477
- * NOTE: This property will not be serialized. It can only be populated by the server.
1478
- */
1479
- readonly usageDate?: Date;
1480
- /**
1481
- * This is the utilized percentage for the benefit ID.
1482
- * NOTE: This property will not be serialized. It can only be populated by the server.
1483
- */
1484
- readonly utilizationPercentage?: number;
1485
- }
1486
-
1487
- /** Savings plan utilization summary resource. */
1488
- export interface SavingsPlanUtilizationSummary
1489
- extends BenefitUtilizationSummary {
1490
- /** Polymorphic discriminator, which specifies the different types this object can be */
1491
- kind: "SavingsPlan";
1492
- /**
1493
- * ARM SKU name. For example, 'Compute_Savings_Plan' for savings plan.
1494
- * NOTE: This property will not be serialized. It can only be populated by the server.
1495
- */
1496
- readonly armSkuName?: string;
1497
- /**
1498
- * The benefit ID is the identifier of the benefit.
1499
- * NOTE: This property will not be serialized. It can only be populated by the server.
1500
- */
1501
- readonly benefitId?: string;
1502
- /**
1503
- * The benefit order ID is the identifier for a benefit purchase.
1504
- * NOTE: This property will not be serialized. It can only be populated by the server.
1505
- */
1506
- readonly benefitOrderId?: string;
1507
- /** The benefit type. Supported values: 'SavingsPlan'. */
1508
- benefitType?: BenefitKind;
1509
- /**
1510
- * 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.
1511
- * NOTE: This property will not be serialized. It can only be populated by the server.
1512
- */
1513
- readonly usageDate?: Date;
1514
- /**
1515
- * 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.
1516
- * NOTE: This property will not be serialized. It can only be populated by the server.
1517
- */
1518
- readonly avgUtilizationPercentage?: number;
1519
- /**
1520
- * 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%.
1521
- * NOTE: This property will not be serialized. It can only be populated by the server.
1522
- */
1523
- readonly minUtilizationPercentage?: number;
1524
- /**
1525
- * 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%.
1526
- * NOTE: This property will not be serialized. It can only be populated by the server.
1527
- */
1528
- readonly maxUtilizationPercentage?: number;
1529
- }
1530
-
1531
- /** Scheduled action definition. */
1532
- export interface ScheduledAction extends ScheduledActionProxyResource {
1533
- /** Scheduled action name. */
1534
- displayName?: string;
1535
- /** Destination format of the view data. This is optional. */
1536
- fileDestination?: FileDestination;
1537
- /** Notification properties based on scheduled action kind. */
1538
- notification?: NotificationProperties;
1539
- /** Email address of the point of contact that should get the unsubscribe requests and notification emails. */
1540
- notificationEmail?: string;
1541
- /** Schedule of the scheduled action. */
1542
- schedule?: ScheduleProperties;
1543
- /** 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. */
1544
- scope?: string;
1545
- /** Status of the scheduled action. */
1546
- status?: ScheduledActionStatus;
1547
- /** Cost analysis viewId used for scheduled action. For example, '/providers/Microsoft.CostManagement/views/swaggerExample' */
1548
- viewId?: string;
1549
- }
1550
-
1551
- /** Defines headers for GenerateReservationDetailsReport_byBillingAccountId operation. */
1552
- export interface GenerateReservationDetailsReportByBillingAccountIdHeaders {
1553
- /** The URL to check the status of the asynchronous operation. */
1554
- location?: string;
1555
- /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
1556
- retryAfter?: number;
1557
- }
1558
-
1559
- /** Defines headers for GenerateReservationDetailsReport_byBillingProfileId operation. */
1560
- export interface GenerateReservationDetailsReportByBillingProfileIdHeaders {
1561
- /** The URL to check the status of the asynchronous operation. */
1562
- location?: string;
1563
- /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
1564
- retryAfter?: number;
1565
- }
1566
-
1567
- /** Defines headers for GenerateCostDetailsReport_createOperation operation. */
1568
- export interface GenerateCostDetailsReportCreateOperationHeaders {
1569
- /** The URL to check the result of the asynchronous operation. */
1570
- location?: string;
1571
- /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
1572
- retryAfter?: number;
1573
- }
1574
-
1575
- /** Defines headers for GenerateDetailedCostReport_createOperation operation. */
1576
- export interface GenerateDetailedCostReportCreateOperationHeaders {
1577
- /** The URL to check the result of the asynchronous operation. */
1578
- location?: string;
1579
- /** The URL to check the status of the asynchronous operation. */
1580
- azureConsumptionAsyncOperation?: string;
1581
- /** The URL to check the status of the asynchronous operation. */
1582
- azureAsyncOperation?: string;
1583
- /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
1584
- retryAfter?: number;
1585
- }
1586
-
1587
- /** Defines headers for PriceSheet_download operation. */
1588
- export interface PriceSheetDownloadHeaders {
1589
- /** GET this URL to retrieve the status of the asynchronous operation. */
1590
- location?: string;
1591
- /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
1592
- retryAfter?: string;
1593
- /** The operation entity Id GUID. */
1594
- oDataEntityId?: string;
1595
- }
1596
-
1597
- /** Defines headers for PriceSheet_downloadByBillingProfile operation. */
1598
- export interface PriceSheetDownloadByBillingProfileHeaders {
1599
- /** GET this URL to retrieve the status of the asynchronous operation. */
1600
- location?: string;
1601
- /** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
1602
- retryAfter?: string;
1603
- /** The operation entity Id GUID. */
1604
- oDataEntityId?: string;
1605
- }
1606
-
1607
- /** Known values of {@link Origin} that the service accepts. */
1608
- export enum KnownOrigin {
1609
- /** User */
1610
- User = "user",
1611
- /** System */
1612
- System = "system",
1613
- /** UserSystem */
1614
- UserSystem = "user,system"
1615
- }
1616
-
1617
- /**
1618
- * Defines values for Origin. \
1619
- * {@link KnownOrigin} can be used interchangeably with Origin,
1620
- * this enum contains the known values that the service supports.
1621
- * ### Known values supported by the service
1622
- * **user** \
1623
- * **system** \
1624
- * **user,system**
1625
- */
1626
- export type Origin = string;
1627
-
1628
- /** Known values of {@link ActionType} that the service accepts. */
1629
- export enum KnownActionType {
1630
- /** Internal */
1631
- Internal = "Internal"
1632
- }
1633
-
1634
- /**
1635
- * Defines values for ActionType. \
1636
- * {@link KnownActionType} can be used interchangeably with ActionType,
1637
- * this enum contains the known values that the service supports.
1638
- * ### Known values supported by the service
1639
- * **Internal**
1640
- */
1641
- export type ActionType = string;
1642
-
1643
- /** Known values of {@link ReportType} that the service accepts. */
1644
- export enum KnownReportType {
1645
- /** Usage */
1646
- Usage = "Usage"
1647
- }
1648
-
1649
- /**
1650
- * Defines values for ReportType. \
1651
- * {@link KnownReportType} can be used interchangeably with ReportType,
1652
- * this enum contains the known values that the service supports.
1653
- * ### Known values supported by the service
1654
- * **Usage**
1655
- */
1656
- export type ReportType = string;
1657
-
1658
- /** Known values of {@link ReportTimeframeType} that the service accepts. */
1659
- export enum KnownReportTimeframeType {
1660
- /** WeekToDate */
1661
- WeekToDate = "WeekToDate",
1662
- /** MonthToDate */
1663
- MonthToDate = "MonthToDate",
1664
- /** YearToDate */
1665
- YearToDate = "YearToDate",
1666
- /** Custom */
1667
- Custom = "Custom"
1668
- }
1669
-
1670
- /**
1671
- * Defines values for ReportTimeframeType. \
1672
- * {@link KnownReportTimeframeType} can be used interchangeably with ReportTimeframeType,
1673
- * this enum contains the known values that the service supports.
1674
- * ### Known values supported by the service
1675
- * **WeekToDate** \
1676
- * **MonthToDate** \
1677
- * **YearToDate** \
1678
- * **Custom**
1679
- */
1680
- export type ReportTimeframeType = string;
1681
-
1682
- /** Known values of {@link ReportGranularityType} that the service accepts. */
1683
- export enum KnownReportGranularityType {
1684
- /** Daily */
1685
- Daily = "Daily",
1686
- /** Monthly */
1687
- Monthly = "Monthly"
1688
- }
1689
-
1690
- /**
1691
- * Defines values for ReportGranularityType. \
1692
- * {@link KnownReportGranularityType} can be used interchangeably with ReportGranularityType,
1693
- * this enum contains the known values that the service supports.
1694
- * ### Known values supported by the service
1695
- * **Daily** \
1696
- * **Monthly**
1697
- */
1698
- export type ReportGranularityType = string;
1699
-
1700
- /** Known values of {@link FunctionType} that the service accepts. */
1701
- export enum KnownFunctionType {
1702
- /** Sum */
1703
- Sum = "Sum"
1704
- }
1705
-
1706
- /**
1707
- * Defines values for FunctionType. \
1708
- * {@link KnownFunctionType} can be used interchangeably with FunctionType,
1709
- * this enum contains the known values that the service supports.
1710
- * ### Known values supported by the service
1711
- * **Sum**
1712
- */
1713
- export type FunctionType = string;
1714
-
1715
- /** Known values of {@link QueryColumnType} that the service accepts. */
1716
- export enum KnownQueryColumnType {
1717
- /** The tag associated with the cost data. */
1718
- TagKey = "TagKey",
1719
- /** The dimension of cost data. */
1720
- Dimension = "Dimension"
1721
- }
1722
-
1723
- /**
1724
- * Defines values for QueryColumnType. \
1725
- * {@link KnownQueryColumnType} can be used interchangeably with QueryColumnType,
1726
- * this enum contains the known values that the service supports.
1727
- * ### Known values supported by the service
1728
- * **TagKey**: The tag associated with the cost data. \
1729
- * **Dimension**: The dimension of cost data.
1730
- */
1731
- export type QueryColumnType = string;
1732
-
1733
- /** Known values of {@link ReportConfigSortingType} that the service accepts. */
1734
- export enum KnownReportConfigSortingType {
1735
- /** Ascending */
1736
- Ascending = "Ascending",
1737
- /** Descending */
1738
- Descending = "Descending"
1739
- }
1740
-
1741
- /**
1742
- * Defines values for ReportConfigSortingType. \
1743
- * {@link KnownReportConfigSortingType} can be used interchangeably with ReportConfigSortingType,
1744
- * this enum contains the known values that the service supports.
1745
- * ### Known values supported by the service
1746
- * **Ascending** \
1747
- * **Descending**
1748
- */
1749
- export type ReportConfigSortingType = string;
1750
-
1751
- /** Known values of {@link OperatorType} that the service accepts. */
1752
- export enum KnownOperatorType {
1753
- /** In */
1754
- In = "In",
1755
- /** Contains */
1756
- Contains = "Contains"
1757
- }
1758
-
1759
- /**
1760
- * Defines values for OperatorType. \
1761
- * {@link KnownOperatorType} can be used interchangeably with OperatorType,
1762
- * this enum contains the known values that the service supports.
1763
- * ### Known values supported by the service
1764
- * **In** \
1765
- * **Contains**
1766
- */
1767
- export type OperatorType = string;
1768
-
1769
- /** Known values of {@link ChartType} that the service accepts. */
1770
- export enum KnownChartType {
1771
- /** Area */
1772
- Area = "Area",
1773
- /** Line */
1774
- Line = "Line",
1775
- /** StackedColumn */
1776
- StackedColumn = "StackedColumn",
1777
- /** GroupedColumn */
1778
- GroupedColumn = "GroupedColumn",
1779
- /** Table */
1780
- Table = "Table"
1781
- }
1782
-
1783
- /**
1784
- * Defines values for ChartType. \
1785
- * {@link KnownChartType} can be used interchangeably with ChartType,
1786
- * this enum contains the known values that the service supports.
1787
- * ### Known values supported by the service
1788
- * **Area** \
1789
- * **Line** \
1790
- * **StackedColumn** \
1791
- * **GroupedColumn** \
1792
- * **Table**
1793
- */
1794
- export type ChartType = string;
1795
-
1796
- /** Known values of {@link AccumulatedType} that the service accepts. */
1797
- export enum KnownAccumulatedType {
1798
- /** True */
1799
- True = "true",
1800
- /** False */
1801
- False = "false"
1802
- }
1803
-
1804
- /**
1805
- * Defines values for AccumulatedType. \
1806
- * {@link KnownAccumulatedType} can be used interchangeably with AccumulatedType,
1807
- * this enum contains the known values that the service supports.
1808
- * ### Known values supported by the service
1809
- * **true** \
1810
- * **false**
1811
- */
1812
- export type AccumulatedType = string;
1813
-
1814
- /** Known values of {@link MetricType} that the service accepts. */
1815
- export enum KnownMetricType {
1816
- /** ActualCost */
1817
- ActualCost = "ActualCost",
1818
- /** AmortizedCost */
1819
- AmortizedCost = "AmortizedCost",
1820
- /** Ahub */
1821
- Ahub = "AHUB"
1822
- }
1823
-
1824
- /**
1825
- * Defines values for MetricType. \
1826
- * {@link KnownMetricType} can be used interchangeably with MetricType,
1827
- * this enum contains the known values that the service supports.
1828
- * ### Known values supported by the service
1829
- * **ActualCost** \
1830
- * **AmortizedCost** \
1831
- * **AHUB**
1832
- */
1833
- export type MetricType = string;
1834
-
1835
- /** Known values of {@link KpiType} that the service accepts. */
1836
- export enum KnownKpiType {
1837
- /** Forecast */
1838
- Forecast = "Forecast",
1839
- /** Budget */
1840
- Budget = "Budget"
1841
- }
1842
-
1843
- /**
1844
- * Defines values for KpiType. \
1845
- * {@link KnownKpiType} can be used interchangeably with KpiType,
1846
- * this enum contains the known values that the service supports.
1847
- * ### Known values supported by the service
1848
- * **Forecast** \
1849
- * **Budget**
1850
- */
1851
- export type KpiType = string;
1852
-
1853
- /** Known values of {@link PivotType} that the service accepts. */
1854
- export enum KnownPivotType {
1855
- /** Dimension */
1856
- Dimension = "Dimension",
1857
- /** TagKey */
1858
- TagKey = "TagKey"
1859
- }
1860
-
1861
- /**
1862
- * Defines values for PivotType. \
1863
- * {@link KnownPivotType} can be used interchangeably with PivotType,
1864
- * this enum contains the known values that the service supports.
1865
- * ### Known values supported by the service
1866
- * **Dimension** \
1867
- * **TagKey**
1868
- */
1869
- export type PivotType = string;
1870
-
1871
- /** Known values of {@link AlertType} that the service accepts. */
1872
- export enum KnownAlertType {
1873
- /** Budget */
1874
- Budget = "Budget",
1875
- /** Invoice */
1876
- Invoice = "Invoice",
1877
- /** Credit */
1878
- Credit = "Credit",
1879
- /** Quota */
1880
- Quota = "Quota",
1881
- /** General */
1882
- General = "General",
1883
- /** XCloud */
1884
- XCloud = "xCloud",
1885
- /** BudgetForecast */
1886
- BudgetForecast = "BudgetForecast"
1887
- }
1888
-
1889
- /**
1890
- * Defines values for AlertType. \
1891
- * {@link KnownAlertType} can be used interchangeably with AlertType,
1892
- * this enum contains the known values that the service supports.
1893
- * ### Known values supported by the service
1894
- * **Budget** \
1895
- * **Invoice** \
1896
- * **Credit** \
1897
- * **Quota** \
1898
- * **General** \
1899
- * **xCloud** \
1900
- * **BudgetForecast**
1901
- */
1902
- export type AlertType = string;
1903
-
1904
- /** Known values of {@link AlertCategory} that the service accepts. */
1905
- export enum KnownAlertCategory {
1906
- /** Cost */
1907
- Cost = "Cost",
1908
- /** Usage */
1909
- Usage = "Usage",
1910
- /** Billing */
1911
- Billing = "Billing",
1912
- /** System */
1913
- System = "System"
1914
- }
1915
-
1916
- /**
1917
- * Defines values for AlertCategory. \
1918
- * {@link KnownAlertCategory} can be used interchangeably with AlertCategory,
1919
- * this enum contains the known values that the service supports.
1920
- * ### Known values supported by the service
1921
- * **Cost** \
1922
- * **Usage** \
1923
- * **Billing** \
1924
- * **System**
1925
- */
1926
- export type AlertCategory = string;
1927
-
1928
- /** Known values of {@link AlertCriteria} that the service accepts. */
1929
- export enum KnownAlertCriteria {
1930
- /** CostThresholdExceeded */
1931
- CostThresholdExceeded = "CostThresholdExceeded",
1932
- /** UsageThresholdExceeded */
1933
- UsageThresholdExceeded = "UsageThresholdExceeded",
1934
- /** CreditThresholdApproaching */
1935
- CreditThresholdApproaching = "CreditThresholdApproaching",
1936
- /** CreditThresholdReached */
1937
- CreditThresholdReached = "CreditThresholdReached",
1938
- /** QuotaThresholdApproaching */
1939
- QuotaThresholdApproaching = "QuotaThresholdApproaching",
1940
- /** QuotaThresholdReached */
1941
- QuotaThresholdReached = "QuotaThresholdReached",
1942
- /** MultiCurrency */
1943
- MultiCurrency = "MultiCurrency",
1944
- /** ForecastCostThresholdExceeded */
1945
- ForecastCostThresholdExceeded = "ForecastCostThresholdExceeded",
1946
- /** ForecastUsageThresholdExceeded */
1947
- ForecastUsageThresholdExceeded = "ForecastUsageThresholdExceeded",
1948
- /** InvoiceDueDateApproaching */
1949
- InvoiceDueDateApproaching = "InvoiceDueDateApproaching",
1950
- /** InvoiceDueDateReached */
1951
- InvoiceDueDateReached = "InvoiceDueDateReached",
1952
- /** CrossCloudNewDataAvailable */
1953
- CrossCloudNewDataAvailable = "CrossCloudNewDataAvailable",
1954
- /** CrossCloudCollectionError */
1955
- CrossCloudCollectionError = "CrossCloudCollectionError",
1956
- /** GeneralThresholdError */
1957
- GeneralThresholdError = "GeneralThresholdError"
1958
- }
1959
-
1960
- /**
1961
- * Defines values for AlertCriteria. \
1962
- * {@link KnownAlertCriteria} can be used interchangeably with AlertCriteria,
1963
- * this enum contains the known values that the service supports.
1964
- * ### Known values supported by the service
1965
- * **CostThresholdExceeded** \
1966
- * **UsageThresholdExceeded** \
1967
- * **CreditThresholdApproaching** \
1968
- * **CreditThresholdReached** \
1969
- * **QuotaThresholdApproaching** \
1970
- * **QuotaThresholdReached** \
1971
- * **MultiCurrency** \
1972
- * **ForecastCostThresholdExceeded** \
1973
- * **ForecastUsageThresholdExceeded** \
1974
- * **InvoiceDueDateApproaching** \
1975
- * **InvoiceDueDateReached** \
1976
- * **CrossCloudNewDataAvailable** \
1977
- * **CrossCloudCollectionError** \
1978
- * **GeneralThresholdError**
1979
- */
1980
- export type AlertCriteria = string;
1981
-
1982
- /** Known values of {@link AlertSource} that the service accepts. */
1983
- export enum KnownAlertSource {
1984
- /** Preset */
1985
- Preset = "Preset",
1986
- /** User */
1987
- User = "User"
1988
- }
1989
-
1990
- /**
1991
- * Defines values for AlertSource. \
1992
- * {@link KnownAlertSource} can be used interchangeably with AlertSource,
1993
- * this enum contains the known values that the service supports.
1994
- * ### Known values supported by the service
1995
- * **Preset** \
1996
- * **User**
1997
- */
1998
- export type AlertSource = string;
1999
-
2000
- /** Known values of {@link AlertTimeGrainType} that the service accepts. */
2001
- export enum KnownAlertTimeGrainType {
2002
- /** None */
2003
- None = "None",
2004
- /** Monthly */
2005
- Monthly = "Monthly",
2006
- /** Quarterly */
2007
- Quarterly = "Quarterly",
2008
- /** Annually */
2009
- Annually = "Annually",
2010
- /** BillingMonth */
2011
- BillingMonth = "BillingMonth",
2012
- /** BillingQuarter */
2013
- BillingQuarter = "BillingQuarter",
2014
- /** BillingAnnual */
2015
- BillingAnnual = "BillingAnnual"
2016
- }
2017
-
2018
- /**
2019
- * Defines values for AlertTimeGrainType. \
2020
- * {@link KnownAlertTimeGrainType} can be used interchangeably with AlertTimeGrainType,
2021
- * this enum contains the known values that the service supports.
2022
- * ### Known values supported by the service
2023
- * **None** \
2024
- * **Monthly** \
2025
- * **Quarterly** \
2026
- * **Annually** \
2027
- * **BillingMonth** \
2028
- * **BillingQuarter** \
2029
- * **BillingAnnual**
2030
- */
2031
- export type AlertTimeGrainType = string;
2032
-
2033
- /** Known values of {@link AlertOperator} that the service accepts. */
2034
- export enum KnownAlertOperator {
2035
- /** None */
2036
- None = "None",
2037
- /** EqualTo */
2038
- EqualTo = "EqualTo",
2039
- /** GreaterThan */
2040
- GreaterThan = "GreaterThan",
2041
- /** GreaterThanOrEqualTo */
2042
- GreaterThanOrEqualTo = "GreaterThanOrEqualTo",
2043
- /** LessThan */
2044
- LessThan = "LessThan",
2045
- /** LessThanOrEqualTo */
2046
- LessThanOrEqualTo = "LessThanOrEqualTo"
2047
- }
2048
-
2049
- /**
2050
- * Defines values for AlertOperator. \
2051
- * {@link KnownAlertOperator} can be used interchangeably with AlertOperator,
2052
- * this enum contains the known values that the service supports.
2053
- * ### Known values supported by the service
2054
- * **None** \
2055
- * **EqualTo** \
2056
- * **GreaterThan** \
2057
- * **GreaterThanOrEqualTo** \
2058
- * **LessThan** \
2059
- * **LessThanOrEqualTo**
2060
- */
2061
- export type AlertOperator = string;
2062
-
2063
- /** Known values of {@link AlertStatus} that the service accepts. */
2064
- export enum KnownAlertStatus {
2065
- /** None */
2066
- None = "None",
2067
- /** Active */
2068
- Active = "Active",
2069
- /** Overridden */
2070
- Overridden = "Overridden",
2071
- /** Resolved */
2072
- Resolved = "Resolved",
2073
- /** Dismissed */
2074
- Dismissed = "Dismissed"
2075
- }
2076
-
2077
- /**
2078
- * Defines values for AlertStatus. \
2079
- * {@link KnownAlertStatus} can be used interchangeably with AlertStatus,
2080
- * this enum contains the known values that the service supports.
2081
- * ### Known values supported by the service
2082
- * **None** \
2083
- * **Active** \
2084
- * **Overridden** \
2085
- * **Resolved** \
2086
- * **Dismissed**
2087
- */
2088
- export type AlertStatus = string;
2089
-
2090
- /** Known values of {@link ExternalCloudProviderType} that the service accepts. */
2091
- export enum KnownExternalCloudProviderType {
2092
- /** ExternalSubscriptions */
2093
- ExternalSubscriptions = "externalSubscriptions",
2094
- /** ExternalBillingAccounts */
2095
- ExternalBillingAccounts = "externalBillingAccounts"
2096
- }
2097
-
2098
- /**
2099
- * Defines values for ExternalCloudProviderType. \
2100
- * {@link KnownExternalCloudProviderType} can be used interchangeably with ExternalCloudProviderType,
2101
- * this enum contains the known values that the service supports.
2102
- * ### Known values supported by the service
2103
- * **externalSubscriptions** \
2104
- * **externalBillingAccounts**
2105
- */
2106
- export type ExternalCloudProviderType = string;
2107
-
2108
- /** Known values of {@link ForecastType} that the service accepts. */
2109
- export enum KnownForecastType {
2110
- /** Usage */
2111
- Usage = "Usage",
2112
- /** ActualCost */
2113
- ActualCost = "ActualCost",
2114
- /** AmortizedCost */
2115
- AmortizedCost = "AmortizedCost"
2116
- }
2117
-
2118
- /**
2119
- * Defines values for ForecastType. \
2120
- * {@link KnownForecastType} can be used interchangeably with ForecastType,
2121
- * this enum contains the known values that the service supports.
2122
- * ### Known values supported by the service
2123
- * **Usage** \
2124
- * **ActualCost** \
2125
- * **AmortizedCost**
2126
- */
2127
- export type ForecastType = string;
2128
-
2129
- /** Known values of {@link ForecastTimeframe} that the service accepts. */
2130
- export enum KnownForecastTimeframe {
2131
- /** Custom */
2132
- Custom = "Custom"
2133
- }
2134
-
2135
- /**
2136
- * Defines values for ForecastTimeframe. \
2137
- * {@link KnownForecastTimeframe} can be used interchangeably with ForecastTimeframe,
2138
- * this enum contains the known values that the service supports.
2139
- * ### Known values supported by the service
2140
- * **Custom**
2141
- */
2142
- export type ForecastTimeframe = string;
2143
-
2144
- /** Known values of {@link GranularityType} that the service accepts. */
2145
- export enum KnownGranularityType {
2146
- /** Daily */
2147
- Daily = "Daily"
2148
- }
2149
-
2150
- /**
2151
- * Defines values for GranularityType. \
2152
- * {@link KnownGranularityType} can be used interchangeably with GranularityType,
2153
- * this enum contains the known values that the service supports.
2154
- * ### Known values supported by the service
2155
- * **Daily**
2156
- */
2157
- export type GranularityType = string;
2158
-
2159
- /** Known values of {@link FunctionName} that the service accepts. */
2160
- export enum KnownFunctionName {
2161
- /** PreTaxCostUSD */
2162
- PreTaxCostUSD = "PreTaxCostUSD",
2163
- /** Cost */
2164
- Cost = "Cost",
2165
- /** CostUSD */
2166
- CostUSD = "CostUSD",
2167
- /** PreTaxCost */
2168
- PreTaxCost = "PreTaxCost"
2169
- }
2170
-
2171
- /**
2172
- * Defines values for FunctionName. \
2173
- * {@link KnownFunctionName} can be used interchangeably with FunctionName,
2174
- * this enum contains the known values that the service supports.
2175
- * ### Known values supported by the service
2176
- * **PreTaxCostUSD** \
2177
- * **Cost** \
2178
- * **CostUSD** \
2179
- * **PreTaxCost**
2180
- */
2181
- export type FunctionName = string;
2182
-
2183
- /** Known values of {@link ForecastOperatorType} that the service accepts. */
2184
- export enum KnownForecastOperatorType {
2185
- /** In */
2186
- In = "In"
2187
- }
2188
-
2189
- /**
2190
- * Defines values for ForecastOperatorType. \
2191
- * {@link KnownForecastOperatorType} can be used interchangeably with ForecastOperatorType,
2192
- * this enum contains the known values that the service supports.
2193
- * ### Known values supported by the service
2194
- * **In**
2195
- */
2196
- export type ForecastOperatorType = string;
2197
-
2198
- /** Known values of {@link ExportType} that the service accepts. */
2199
- export enum KnownExportType {
2200
- /** Usage */
2201
- Usage = "Usage",
2202
- /** ActualCost */
2203
- ActualCost = "ActualCost",
2204
- /** AmortizedCost */
2205
- AmortizedCost = "AmortizedCost"
2206
- }
2207
-
2208
- /**
2209
- * Defines values for ExportType. \
2210
- * {@link KnownExportType} can be used interchangeably with ExportType,
2211
- * this enum contains the known values that the service supports.
2212
- * ### Known values supported by the service
2213
- * **Usage** \
2214
- * **ActualCost** \
2215
- * **AmortizedCost**
2216
- */
2217
- export type ExportType = string;
2218
-
2219
- /** Known values of {@link TimeframeType} that the service accepts. */
2220
- export enum KnownTimeframeType {
2221
- /** MonthToDate */
2222
- MonthToDate = "MonthToDate",
2223
- /** BillingMonthToDate */
2224
- BillingMonthToDate = "BillingMonthToDate",
2225
- /** TheLastMonth */
2226
- TheLastMonth = "TheLastMonth",
2227
- /** TheLastBillingMonth */
2228
- TheLastBillingMonth = "TheLastBillingMonth",
2229
- /** WeekToDate */
2230
- WeekToDate = "WeekToDate",
2231
- /** Custom */
2232
- Custom = "Custom"
2233
- }
2234
-
2235
- /**
2236
- * Defines values for TimeframeType. \
2237
- * {@link KnownTimeframeType} can be used interchangeably with TimeframeType,
2238
- * this enum contains the known values that the service supports.
2239
- * ### Known values supported by the service
2240
- * **MonthToDate** \
2241
- * **BillingMonthToDate** \
2242
- * **TheLastMonth** \
2243
- * **TheLastBillingMonth** \
2244
- * **WeekToDate** \
2245
- * **Custom**
2246
- */
2247
- export type TimeframeType = string;
2248
-
2249
- /** Known values of {@link QueryOperatorType} that the service accepts. */
2250
- export enum KnownQueryOperatorType {
2251
- /** In */
2252
- In = "In"
2253
- }
2254
-
2255
- /**
2256
- * Defines values for QueryOperatorType. \
2257
- * {@link KnownQueryOperatorType} can be used interchangeably with QueryOperatorType,
2258
- * this enum contains the known values that the service supports.
2259
- * ### Known values supported by the service
2260
- * **In**
2261
- */
2262
- export type QueryOperatorType = string;
2263
-
2264
- /** Known values of {@link OperationStatusType} that the service accepts. */
2265
- export enum KnownOperationStatusType {
2266
- /** Running */
2267
- Running = "Running",
2268
- /** Completed */
2269
- Completed = "Completed",
2270
- /** Failed */
2271
- Failed = "Failed"
2272
- }
2273
-
2274
- /**
2275
- * Defines values for OperationStatusType. \
2276
- * {@link KnownOperationStatusType} can be used interchangeably with OperationStatusType,
2277
- * this enum contains the known values that the service supports.
2278
- * ### Known values supported by the service
2279
- * **Running** \
2280
- * **Completed** \
2281
- * **Failed**
2282
- */
2283
- export type OperationStatusType = string;
2284
-
2285
- /** Known values of {@link ReservationReportSchema} that the service accepts. */
2286
- export enum KnownReservationReportSchema {
2287
- /** InstanceFlexibilityGroup */
2288
- InstanceFlexibilityGroup = "InstanceFlexibilityGroup",
2289
- /** InstanceFlexibilityRatio */
2290
- InstanceFlexibilityRatio = "InstanceFlexibilityRatio",
2291
- /** InstanceId */
2292
- InstanceId = "InstanceId",
2293
- /** Kind */
2294
- Kind = "Kind",
2295
- /** ReservationId */
2296
- ReservationId = "ReservationId",
2297
- /** ReservationOrderId */
2298
- ReservationOrderId = "ReservationOrderId",
2299
- /** ReservedHours */
2300
- ReservedHours = "ReservedHours",
2301
- /** SkuName */
2302
- SkuName = "SkuName",
2303
- /** TotalReservedQuantity */
2304
- TotalReservedQuantity = "TotalReservedQuantity",
2305
- /** UsageDate */
2306
- UsageDate = "UsageDate",
2307
- /** UsedHours */
2308
- UsedHours = "UsedHours"
2309
- }
2310
-
2311
- /**
2312
- * Defines values for ReservationReportSchema. \
2313
- * {@link KnownReservationReportSchema} can be used interchangeably with ReservationReportSchema,
2314
- * this enum contains the known values that the service supports.
2315
- * ### Known values supported by the service
2316
- * **InstanceFlexibilityGroup** \
2317
- * **InstanceFlexibilityRatio** \
2318
- * **InstanceId** \
2319
- * **Kind** \
2320
- * **ReservationId** \
2321
- * **ReservationOrderId** \
2322
- * **ReservedHours** \
2323
- * **SkuName** \
2324
- * **TotalReservedQuantity** \
2325
- * **UsageDate** \
2326
- * **UsedHours**
2327
- */
2328
- export type ReservationReportSchema = string;
2329
-
2330
- /** Known values of {@link StatusType} that the service accepts. */
2331
- export enum KnownStatusType {
2332
- /** Active */
2333
- Active = "Active",
2334
- /** Inactive */
2335
- Inactive = "Inactive"
2336
- }
2337
-
2338
- /**
2339
- * Defines values for StatusType. \
2340
- * {@link KnownStatusType} can be used interchangeably with StatusType,
2341
- * this enum contains the known values that the service supports.
2342
- * ### Known values supported by the service
2343
- * **Active** \
2344
- * **Inactive**
2345
- */
2346
- export type StatusType = string;
2347
-
2348
- /** Known values of {@link RecurrenceType} that the service accepts. */
2349
- export enum KnownRecurrenceType {
2350
- /** Daily */
2351
- Daily = "Daily",
2352
- /** Weekly */
2353
- Weekly = "Weekly",
2354
- /** Monthly */
2355
- Monthly = "Monthly",
2356
- /** Annually */
2357
- Annually = "Annually"
2358
- }
2359
-
2360
- /**
2361
- * Defines values for RecurrenceType. \
2362
- * {@link KnownRecurrenceType} can be used interchangeably with RecurrenceType,
2363
- * this enum contains the known values that the service supports.
2364
- * ### Known values supported by the service
2365
- * **Daily** \
2366
- * **Weekly** \
2367
- * **Monthly** \
2368
- * **Annually**
2369
- */
2370
- export type RecurrenceType = string;
2371
-
2372
- /** Known values of {@link FormatType} that the service accepts. */
2373
- export enum KnownFormatType {
2374
- /** Csv */
2375
- Csv = "Csv"
2376
- }
2377
-
2378
- /**
2379
- * Defines values for FormatType. \
2380
- * {@link KnownFormatType} can be used interchangeably with FormatType,
2381
- * this enum contains the known values that the service supports.
2382
- * ### Known values supported by the service
2383
- * **Csv**
2384
- */
2385
- export type FormatType = string;
2386
-
2387
- /** Known values of {@link ExecutionType} that the service accepts. */
2388
- export enum KnownExecutionType {
2389
- /** OnDemand */
2390
- OnDemand = "OnDemand",
2391
- /** Scheduled */
2392
- Scheduled = "Scheduled"
2393
- }
2394
-
2395
- /**
2396
- * Defines values for ExecutionType. \
2397
- * {@link KnownExecutionType} can be used interchangeably with ExecutionType,
2398
- * this enum contains the known values that the service supports.
2399
- * ### Known values supported by the service
2400
- * **OnDemand** \
2401
- * **Scheduled**
2402
- */
2403
- export type ExecutionType = string;
2404
-
2405
- /** Known values of {@link ExecutionStatus} that the service accepts. */
2406
- export enum KnownExecutionStatus {
2407
- /** Queued */
2408
- Queued = "Queued",
2409
- /** InProgress */
2410
- InProgress = "InProgress",
2411
- /** Completed */
2412
- Completed = "Completed",
2413
- /** Failed */
2414
- Failed = "Failed",
2415
- /** Timeout */
2416
- Timeout = "Timeout",
2417
- /** NewDataNotAvailable */
2418
- NewDataNotAvailable = "NewDataNotAvailable",
2419
- /** DataNotAvailable */
2420
- DataNotAvailable = "DataNotAvailable"
2421
- }
2422
-
2423
- /**
2424
- * Defines values for ExecutionStatus. \
2425
- * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
2426
- * this enum contains the known values that the service supports.
2427
- * ### Known values supported by the service
2428
- * **Queued** \
2429
- * **InProgress** \
2430
- * **Completed** \
2431
- * **Failed** \
2432
- * **Timeout** \
2433
- * **NewDataNotAvailable** \
2434
- * **DataNotAvailable**
2435
- */
2436
- export type ExecutionStatus = string;
2437
-
2438
- /** Known values of {@link CostDetailsMetricType} that the service accepts. */
2439
- export enum KnownCostDetailsMetricType {
2440
- /** Actual cost data. */
2441
- ActualCostCostDetailsMetricType = "ActualCost",
2442
- /** Amortized cost data. */
2443
- AmortizedCostCostDetailsMetricType = "AmortizedCost"
2444
- }
2445
-
2446
- /**
2447
- * Defines values for CostDetailsMetricType. \
2448
- * {@link KnownCostDetailsMetricType} can be used interchangeably with CostDetailsMetricType,
2449
- * this enum contains the known values that the service supports.
2450
- * ### Known values supported by the service
2451
- * **ActualCost**: Actual cost data. \
2452
- * **AmortizedCost**: Amortized cost data.
2453
- */
2454
- export type CostDetailsMetricType = string;
2455
-
2456
- /** Known values of {@link CostDetailsStatusType} that the service accepts. */
2457
- export enum KnownCostDetailsStatusType {
2458
- /** Operation is Completed. */
2459
- CompletedCostDetailsStatusType = "Completed",
2460
- /** Operation is Completed and no cost data found. */
2461
- NoDataFoundCostDetailsStatusType = "NoDataFound",
2462
- /** Operation Failed. */
2463
- FailedCostDetailsStatusType = "Failed"
2464
- }
2465
-
2466
- /**
2467
- * Defines values for CostDetailsStatusType. \
2468
- * {@link KnownCostDetailsStatusType} can be used interchangeably with CostDetailsStatusType,
2469
- * this enum contains the known values that the service supports.
2470
- * ### Known values supported by the service
2471
- * **Completed**: Operation is Completed. \
2472
- * **NoDataFound**: Operation is Completed and no cost data found. \
2473
- * **Failed**: Operation Failed.
2474
- */
2475
- export type CostDetailsStatusType = string;
2476
-
2477
- /** Known values of {@link CostDetailsDataFormat} that the service accepts. */
2478
- export enum KnownCostDetailsDataFormat {
2479
- /** Csv data format. */
2480
- CsvCostDetailsDataFormat = "Csv"
2481
- }
2482
-
2483
- /**
2484
- * Defines values for CostDetailsDataFormat. \
2485
- * {@link KnownCostDetailsDataFormat} can be used interchangeably with CostDetailsDataFormat,
2486
- * this enum contains the known values that the service supports.
2487
- * ### Known values supported by the service
2488
- * **Csv**: Csv data format.
2489
- */
2490
- export type CostDetailsDataFormat = string;
2491
-
2492
- /** Known values of {@link GenerateDetailedCostReportMetricType} that the service accepts. */
2493
- export enum KnownGenerateDetailedCostReportMetricType {
2494
- /** ActualCost */
2495
- ActualCost = "ActualCost",
2496
- /** AmortizedCost */
2497
- AmortizedCost = "AmortizedCost"
2498
- }
2499
-
2500
- /**
2501
- * Defines values for GenerateDetailedCostReportMetricType. \
2502
- * {@link KnownGenerateDetailedCostReportMetricType} can be used interchangeably with GenerateDetailedCostReportMetricType,
2503
- * this enum contains the known values that the service supports.
2504
- * ### Known values supported by the service
2505
- * **ActualCost** \
2506
- * **AmortizedCost**
2507
- */
2508
- export type GenerateDetailedCostReportMetricType = string;
2509
-
2510
- /** Known values of {@link ReportOperationStatusType} that the service accepts. */
2511
- export enum KnownReportOperationStatusType {
2512
- /** InProgress */
2513
- InProgress = "InProgress",
2514
- /** Completed */
2515
- Completed = "Completed",
2516
- /** Failed */
2517
- Failed = "Failed",
2518
- /** Queued */
2519
- Queued = "Queued",
2520
- /** NoDataFound */
2521
- NoDataFound = "NoDataFound",
2522
- /** ReadyToDownload */
2523
- ReadyToDownload = "ReadyToDownload",
2524
- /** TimedOut */
2525
- TimedOut = "TimedOut"
2526
- }
2527
-
2528
- /**
2529
- * Defines values for ReportOperationStatusType. \
2530
- * {@link KnownReportOperationStatusType} can be used interchangeably with ReportOperationStatusType,
2531
- * this enum contains the known values that the service supports.
2532
- * ### Known values supported by the service
2533
- * **InProgress** \
2534
- * **Completed** \
2535
- * **Failed** \
2536
- * **Queued** \
2537
- * **NoDataFound** \
2538
- * **ReadyToDownload** \
2539
- * **TimedOut**
2540
- */
2541
- export type ReportOperationStatusType = string;
2542
-
2543
- /** Known values of {@link FileFormat} that the service accepts. */
2544
- export enum KnownFileFormat {
2545
- /** Csv */
2546
- Csv = "Csv"
2547
- }
2548
-
2549
- /**
2550
- * Defines values for FileFormat. \
2551
- * {@link KnownFileFormat} can be used interchangeably with FileFormat,
2552
- * this enum contains the known values that the service supports.
2553
- * ### Known values supported by the service
2554
- * **Csv**
2555
- */
2556
- export type FileFormat = string;
2557
-
2558
- /** Known values of {@link ScheduleFrequency} that the service accepts. */
2559
- export enum KnownScheduleFrequency {
2560
- /** Cost analysis data will be emailed every day. */
2561
- Daily = "Daily",
2562
- /** Cost analysis data will be emailed every week. */
2563
- Weekly = "Weekly",
2564
- /** Cost analysis data will be emailed every month. */
2565
- Monthly = "Monthly"
2566
- }
2567
-
2568
- /**
2569
- * Defines values for ScheduleFrequency. \
2570
- * {@link KnownScheduleFrequency} can be used interchangeably with ScheduleFrequency,
2571
- * this enum contains the known values that the service supports.
2572
- * ### Known values supported by the service
2573
- * **Daily**: Cost analysis data will be emailed every day. \
2574
- * **Weekly**: Cost analysis data will be emailed every week. \
2575
- * **Monthly**: Cost analysis data will be emailed every month.
2576
- */
2577
- export type ScheduleFrequency = string;
2578
-
2579
- /** Known values of {@link DaysOfWeek} that the service accepts. */
2580
- export enum KnownDaysOfWeek {
2581
- /** Monday */
2582
- Monday = "Monday",
2583
- /** Tuesday */
2584
- Tuesday = "Tuesday",
2585
- /** Wednesday */
2586
- Wednesday = "Wednesday",
2587
- /** Thursday */
2588
- Thursday = "Thursday",
2589
- /** Friday */
2590
- Friday = "Friday",
2591
- /** Saturday */
2592
- Saturday = "Saturday",
2593
- /** Sunday */
2594
- Sunday = "Sunday"
2595
- }
2596
-
2597
- /**
2598
- * Defines values for DaysOfWeek. \
2599
- * {@link KnownDaysOfWeek} can be used interchangeably with DaysOfWeek,
2600
- * this enum contains the known values that the service supports.
2601
- * ### Known values supported by the service
2602
- * **Monday** \
2603
- * **Tuesday** \
2604
- * **Wednesday** \
2605
- * **Thursday** \
2606
- * **Friday** \
2607
- * **Saturday** \
2608
- * **Sunday**
2609
- */
2610
- export type DaysOfWeek = string;
2611
-
2612
- /** Known values of {@link WeeksOfMonth} that the service accepts. */
2613
- export enum KnownWeeksOfMonth {
2614
- /** First */
2615
- First = "First",
2616
- /** Second */
2617
- Second = "Second",
2618
- /** Third */
2619
- Third = "Third",
2620
- /** Fourth */
2621
- Fourth = "Fourth",
2622
- /** Last */
2623
- Last = "Last"
2624
- }
2625
-
2626
- /**
2627
- * Defines values for WeeksOfMonth. \
2628
- * {@link KnownWeeksOfMonth} can be used interchangeably with WeeksOfMonth,
2629
- * this enum contains the known values that the service supports.
2630
- * ### Known values supported by the service
2631
- * **First** \
2632
- * **Second** \
2633
- * **Third** \
2634
- * **Fourth** \
2635
- * **Last**
2636
- */
2637
- export type WeeksOfMonth = string;
2638
-
2639
- /** Known values of {@link ScheduledActionStatus} that the service accepts. */
2640
- export enum KnownScheduledActionStatus {
2641
- /** Scheduled action is saved but will not be run. */
2642
- Disabled = "Disabled",
2643
- /** Scheduled action is saved and will be run. */
2644
- Enabled = "Enabled",
2645
- /** Scheduled action is expired. */
2646
- Expired = "Expired"
2647
- }
2648
-
2649
- /**
2650
- * Defines values for ScheduledActionStatus. \
2651
- * {@link KnownScheduledActionStatus} can be used interchangeably with ScheduledActionStatus,
2652
- * this enum contains the known values that the service supports.
2653
- * ### Known values supported by the service
2654
- * **Disabled**: Scheduled action is saved but will not be run. \
2655
- * **Enabled**: Scheduled action is saved and will be run. \
2656
- * **Expired**: Scheduled action is expired.
2657
- */
2658
- export type ScheduledActionStatus = string;
2659
-
2660
- /** Known values of {@link ScheduledActionKind} that the service accepts. */
2661
- export enum KnownScheduledActionKind {
2662
- /** Cost analysis data will be emailed. */
2663
- Email = "Email",
2664
- /** 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. */
2665
- InsightAlert = "InsightAlert"
2666
- }
2667
-
2668
- /**
2669
- * Defines values for ScheduledActionKind. \
2670
- * {@link KnownScheduledActionKind} can be used interchangeably with ScheduledActionKind,
2671
- * this enum contains the known values that the service supports.
2672
- * ### Known values supported by the service
2673
- * **Email**: Cost analysis data will be emailed. \
2674
- * **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.
2675
- */
2676
- export type ScheduledActionKind = string;
2677
-
2678
- /** Known values of {@link CreatedByType} that the service accepts. */
2679
- export enum KnownCreatedByType {
2680
- /** User */
2681
- User = "User",
2682
- /** Application */
2683
- Application = "Application",
2684
- /** ManagedIdentity */
2685
- ManagedIdentity = "ManagedIdentity",
2686
- /** Key */
2687
- Key = "Key"
2688
- }
2689
-
2690
- /**
2691
- * Defines values for CreatedByType. \
2692
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2693
- * this enum contains the known values that the service supports.
2694
- * ### Known values supported by the service
2695
- * **User** \
2696
- * **Application** \
2697
- * **ManagedIdentity** \
2698
- * **Key**
2699
- */
2700
- export type CreatedByType = string;
2701
-
2702
- /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
2703
- export enum KnownCheckNameAvailabilityReason {
2704
- /** Invalid */
2705
- Invalid = "Invalid",
2706
- /** AlreadyExists */
2707
- AlreadyExists = "AlreadyExists"
2708
- }
2709
-
2710
- /**
2711
- * Defines values for CheckNameAvailabilityReason. \
2712
- * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
2713
- * this enum contains the known values that the service supports.
2714
- * ### Known values supported by the service
2715
- * **Invalid** \
2716
- * **AlreadyExists**
2717
- */
2718
- export type CheckNameAvailabilityReason = string;
2719
-
2720
- /** Known values of {@link LookBackPeriod} that the service accepts. */
2721
- export enum KnownLookBackPeriod {
2722
- /** 7 days used to look back. */
2723
- Last7Days = "Last7Days",
2724
- /** 30 days used to look back. */
2725
- Last30Days = "Last30Days",
2726
- /** 60 days used to look back. */
2727
- Last60Days = "Last60Days"
2728
- }
2729
-
2730
- /**
2731
- * Defines values for LookBackPeriod. \
2732
- * {@link KnownLookBackPeriod} can be used interchangeably with LookBackPeriod,
2733
- * this enum contains the known values that the service supports.
2734
- * ### Known values supported by the service
2735
- * **Last7Days**: 7 days used to look back. \
2736
- * **Last30Days**: 30 days used to look back. \
2737
- * **Last60Days**: 60 days used to look back.
2738
- */
2739
- export type LookBackPeriod = string;
2740
-
2741
- /** Known values of {@link Grain} that the service accepts. */
2742
- export enum KnownGrain {
2743
- /** Hourly grain corresponds to value per hour. */
2744
- Hourly = "Hourly",
2745
- /** Hourly grain corresponds to value per day. */
2746
- Daily = "Daily",
2747
- /** Hourly grain corresponds to value per month. */
2748
- Monthly = "Monthly"
2749
- }
2750
-
2751
- /**
2752
- * Defines values for Grain. \
2753
- * {@link KnownGrain} can be used interchangeably with Grain,
2754
- * this enum contains the known values that the service supports.
2755
- * ### Known values supported by the service
2756
- * **Hourly**: Hourly grain corresponds to value per hour. \
2757
- * **Daily**: Hourly grain corresponds to value per day. \
2758
- * **Monthly**: Hourly grain corresponds to value per month.
2759
- */
2760
- export type Grain = string;
2761
-
2762
- /** Known values of {@link Term} that the service accepts. */
2763
- export enum KnownTerm {
2764
- /** Benefit term is 1 year. */
2765
- P1Y = "P1Y",
2766
- /** Benefit term is 3 years. */
2767
- P3Y = "P3Y"
2768
- }
2769
-
2770
- /**
2771
- * Defines values for Term. \
2772
- * {@link KnownTerm} can be used interchangeably with Term,
2773
- * this enum contains the known values that the service supports.
2774
- * ### Known values supported by the service
2775
- * **P1Y**: Benefit term is 1 year. \
2776
- * **P3Y**: Benefit term is 3 years.
2777
- */
2778
- export type Term = string;
2779
-
2780
- /** Known values of {@link Scope} that the service accepts. */
2781
- export enum KnownScope {
2782
- /** Single scope recommendation. */
2783
- Single = "Single",
2784
- /** Shared scope recommendation. */
2785
- Shared = "Shared"
2786
- }
2787
-
2788
- /**
2789
- * Defines values for Scope. \
2790
- * {@link KnownScope} can be used interchangeably with Scope,
2791
- * this enum contains the known values that the service supports.
2792
- * ### Known values supported by the service
2793
- * **Single**: Single scope recommendation. \
2794
- * **Shared**: Shared scope recommendation.
2795
- */
2796
- export type Scope = string;
2797
-
2798
- /** Known values of {@link BenefitKind} that the service accepts. */
2799
- export enum KnownBenefitKind {
2800
- /** Benefit is IncludedQuantity. */
2801
- IncludedQuantity = "IncludedQuantity",
2802
- /** Benefit is Reservation. */
2803
- Reservation = "Reservation",
2804
- /** Benefit is SavingsPlan. */
2805
- SavingsPlan = "SavingsPlan"
2806
- }
2807
-
2808
- /**
2809
- * Defines values for BenefitKind. \
2810
- * {@link KnownBenefitKind} can be used interchangeably with BenefitKind,
2811
- * this enum contains the known values that the service supports.
2812
- * ### Known values supported by the service
2813
- * **IncludedQuantity**: Benefit is IncludedQuantity. \
2814
- * **Reservation**: Benefit is Reservation. \
2815
- * **SavingsPlan**: Benefit is SavingsPlan.
2816
- */
2817
- export type BenefitKind = string;
2818
-
2819
- /** Known values of {@link GrainParameter} that the service accepts. */
2820
- export enum KnownGrainParameter {
2821
- /** Hourly grain corresponds to value per hour. */
2822
- Hourly = "Hourly",
2823
- /** Hourly grain corresponds to value per day. */
2824
- Daily = "Daily",
2825
- /** Hourly grain corresponds to value per month. */
2826
- Monthly = "Monthly"
2827
- }
2828
-
2829
- /**
2830
- * Defines values for GrainParameter. \
2831
- * {@link KnownGrainParameter} can be used interchangeably with GrainParameter,
2832
- * this enum contains the known values that the service supports.
2833
- * ### Known values supported by the service
2834
- * **Hourly**: Hourly grain corresponds to value per hour. \
2835
- * **Daily**: Hourly grain corresponds to value per day. \
2836
- * **Monthly**: Hourly grain corresponds to value per month.
2837
- */
2838
- export type GrainParameter = string;
2839
-
2840
- /** Optional parameters. */
2841
- export interface OperationsListOptionalParams
2842
- extends coreClient.OperationOptions {}
2843
-
2844
- /** Contains response data for the list operation. */
2845
- export type OperationsListResponse = OperationListResult;
2846
-
2847
- /** Optional parameters. */
2848
- export interface OperationsListNextOptionalParams
2849
- extends coreClient.OperationOptions {}
2850
-
2851
- /** Contains response data for the listNext operation. */
2852
- export type OperationsListNextResponse = OperationListResult;
2853
-
2854
- /** Optional parameters. */
2855
- export interface ViewsListOptionalParams extends coreClient.OperationOptions {}
2856
-
2857
- /** Contains response data for the list operation. */
2858
- export type ViewsListResponse = ViewListResult;
2859
-
2860
- /** Optional parameters. */
2861
- export interface ViewsListByScopeOptionalParams
2862
- extends coreClient.OperationOptions {}
2863
-
2864
- /** Contains response data for the listByScope operation. */
2865
- export type ViewsListByScopeResponse = ViewListResult;
2866
-
2867
- /** Optional parameters. */
2868
- export interface ViewsGetOptionalParams extends coreClient.OperationOptions {}
2869
-
2870
- /** Contains response data for the get operation. */
2871
- export type ViewsGetResponse = View;
2872
-
2873
- /** Optional parameters. */
2874
- export interface ViewsCreateOrUpdateOptionalParams
2875
- extends coreClient.OperationOptions {}
2876
-
2877
- /** Contains response data for the createOrUpdate operation. */
2878
- export type ViewsCreateOrUpdateResponse = View;
2879
-
2880
- /** Optional parameters. */
2881
- export interface ViewsDeleteOptionalParams
2882
- extends coreClient.OperationOptions {}
2883
-
2884
- /** Optional parameters. */
2885
- export interface ViewsGetByScopeOptionalParams
2886
- extends coreClient.OperationOptions {}
2887
-
2888
- /** Contains response data for the getByScope operation. */
2889
- export type ViewsGetByScopeResponse = View;
2890
-
2891
- /** Optional parameters. */
2892
- export interface ViewsCreateOrUpdateByScopeOptionalParams
2893
- extends coreClient.OperationOptions {}
2894
-
2895
- /** Contains response data for the createOrUpdateByScope operation. */
2896
- export type ViewsCreateOrUpdateByScopeResponse = View;
2897
-
2898
- /** Optional parameters. */
2899
- export interface ViewsDeleteByScopeOptionalParams
2900
- extends coreClient.OperationOptions {}
2901
-
2902
- /** Optional parameters. */
2903
- export interface ViewsListNextOptionalParams
2904
- extends coreClient.OperationOptions {}
2905
-
2906
- /** Contains response data for the listNext operation. */
2907
- export type ViewsListNextResponse = ViewListResult;
2908
-
2909
- /** Optional parameters. */
2910
- export interface ViewsListByScopeNextOptionalParams
2911
- extends coreClient.OperationOptions {}
2912
-
2913
- /** Contains response data for the listByScopeNext operation. */
2914
- export type ViewsListByScopeNextResponse = ViewListResult;
2915
-
2916
- /** Optional parameters. */
2917
- export interface AlertsListOptionalParams extends coreClient.OperationOptions {}
2918
-
2919
- /** Contains response data for the list operation. */
2920
- export type AlertsListResponse = AlertsResult;
2921
-
2922
- /** Optional parameters. */
2923
- export interface AlertsGetOptionalParams extends coreClient.OperationOptions {}
2924
-
2925
- /** Contains response data for the get operation. */
2926
- export type AlertsGetResponse = Alert;
2927
-
2928
- /** Optional parameters. */
2929
- export interface AlertsDismissOptionalParams
2930
- extends coreClient.OperationOptions {}
2931
-
2932
- /** Contains response data for the dismiss operation. */
2933
- export type AlertsDismissResponse = Alert;
2934
-
2935
- /** Optional parameters. */
2936
- export interface AlertsListExternalOptionalParams
2937
- extends coreClient.OperationOptions {}
2938
-
2939
- /** Contains response data for the listExternal operation. */
2940
- export type AlertsListExternalResponse = AlertsResult;
2941
-
2942
- /** Optional parameters. */
2943
- export interface ForecastUsageOptionalParams
2944
- extends coreClient.OperationOptions {
2945
- /** 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'. */
2946
- filter?: string;
2947
- }
2948
-
2949
- /** Contains response data for the usage operation. */
2950
- export type ForecastUsageResponse = ForecastResult;
2951
-
2952
- /** Optional parameters. */
2953
- export interface ForecastExternalCloudProviderUsageOptionalParams
2954
- extends coreClient.OperationOptions {
2955
- /** 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'. */
2956
- filter?: string;
2957
- }
2958
-
2959
- /** Contains response data for the externalCloudProviderUsage operation. */
2960
- export type ForecastExternalCloudProviderUsageResponse = ForecastResult;
2961
-
2962
- /** Optional parameters. */
2963
- export interface DimensionsListOptionalParams
2964
- extends coreClient.OperationOptions {
2965
- /** May be used to filter dimensions by properties/category, properties/usageStart, properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. */
2966
- filter?: string;
2967
- /** May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions. */
2968
- expand?: string;
2969
- /** 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. */
2970
- skiptoken?: string;
2971
- /** May be used to limit the number of results to the most recent N dimension data. */
2972
- top?: number;
2973
- }
2974
-
2975
- /** Contains response data for the list operation. */
2976
- export type DimensionsListResponse = DimensionsListResult;
2977
-
2978
- /** Optional parameters. */
2979
- export interface DimensionsByExternalCloudProviderTypeOptionalParams
2980
- extends coreClient.OperationOptions {
2981
- /** May be used to filter dimensions by properties/category, properties/usageStart, properties/usageEnd. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. */
2982
- filter?: string;
2983
- /** May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions. */
2984
- expand?: string;
2985
- /** 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. */
2986
- skiptoken?: string;
2987
- /** May be used to limit the number of results to the most recent N dimension data. */
2988
- top?: number;
2989
- }
2990
-
2991
- /** Contains response data for the byExternalCloudProviderType operation. */
2992
- export type DimensionsByExternalCloudProviderTypeResponse = DimensionsListResult;
2993
-
2994
- /** Optional parameters. */
2995
- export interface QueryUsageOptionalParams extends coreClient.OperationOptions {}
2996
-
2997
- /** Contains response data for the usage operation. */
2998
- export type QueryUsageResponse = QueryResult;
2999
-
3000
- /** Optional parameters. */
3001
- export interface QueryUsageByExternalCloudProviderTypeOptionalParams
3002
- extends coreClient.OperationOptions {}
3003
-
3004
- /** Contains response data for the usageByExternalCloudProviderType operation. */
3005
- export type QueryUsageByExternalCloudProviderTypeResponse = QueryResult;
3006
-
3007
- /** Optional parameters. */
3008
- export interface GenerateReservationDetailsReportByBillingAccountIdOptionalParams
3009
- extends coreClient.OperationOptions {
3010
- /** Delay to wait until next poll, in milliseconds. */
3011
- updateIntervalInMs?: number;
3012
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3013
- resumeFrom?: string;
3014
- }
3015
-
3016
- /** Contains response data for the byBillingAccountId operation. */
3017
- export type GenerateReservationDetailsReportByBillingAccountIdResponse = OperationStatus;
3018
-
3019
- /** Optional parameters. */
3020
- export interface GenerateReservationDetailsReportByBillingProfileIdOptionalParams
3021
- extends coreClient.OperationOptions {
3022
- /** Delay to wait until next poll, in milliseconds. */
3023
- updateIntervalInMs?: number;
3024
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3025
- resumeFrom?: string;
3026
- }
3027
-
3028
- /** Contains response data for the byBillingProfileId operation. */
3029
- export type GenerateReservationDetailsReportByBillingProfileIdResponse = OperationStatus;
3030
-
3031
- /** Optional parameters. */
3032
- export interface ExportsListOptionalParams extends coreClient.OperationOptions {
3033
- /** 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. */
3034
- expand?: string;
3035
- }
3036
-
3037
- /** Contains response data for the list operation. */
3038
- export type ExportsListResponse = ExportListResult;
3039
-
3040
- /** Optional parameters. */
3041
- export interface ExportsGetOptionalParams extends coreClient.OperationOptions {
3042
- /** 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. */
3043
- expand?: string;
3044
- }
3045
-
3046
- /** Contains response data for the get operation. */
3047
- export type ExportsGetResponse = Export;
3048
-
3049
- /** Optional parameters. */
3050
- export interface ExportsCreateOrUpdateOptionalParams
3051
- extends coreClient.OperationOptions {}
3052
-
3053
- /** Contains response data for the createOrUpdate operation. */
3054
- export type ExportsCreateOrUpdateResponse = Export;
3055
-
3056
- /** Optional parameters. */
3057
- export interface ExportsDeleteOptionalParams
3058
- extends coreClient.OperationOptions {}
3059
-
3060
- /** Optional parameters. */
3061
- export interface ExportsExecuteOptionalParams
3062
- extends coreClient.OperationOptions {}
3063
-
3064
- /** Optional parameters. */
3065
- export interface ExportsGetExecutionHistoryOptionalParams
3066
- extends coreClient.OperationOptions {}
3067
-
3068
- /** Contains response data for the getExecutionHistory operation. */
3069
- export type ExportsGetExecutionHistoryResponse = ExportExecutionListResult;
3070
-
3071
- /** Optional parameters. */
3072
- export interface GenerateCostDetailsReportCreateOperationOptionalParams
3073
- extends coreClient.OperationOptions {
3074
- /** Delay to wait until next poll, in milliseconds. */
3075
- updateIntervalInMs?: number;
3076
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3077
- resumeFrom?: string;
3078
- }
3079
-
3080
- /** Contains response data for the createOperation operation. */
3081
- export type GenerateCostDetailsReportCreateOperationResponse = CostDetailsOperationResults;
3082
-
3083
- /** Optional parameters. */
3084
- export interface GenerateCostDetailsReportGetOperationResultsOptionalParams
3085
- extends coreClient.OperationOptions {
3086
- /** Delay to wait until next poll, in milliseconds. */
3087
- updateIntervalInMs?: number;
3088
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3089
- resumeFrom?: string;
3090
- }
3091
-
3092
- /** Contains response data for the getOperationResults operation. */
3093
- export type GenerateCostDetailsReportGetOperationResultsResponse = CostDetailsOperationResults;
3094
-
3095
- /** Optional parameters. */
3096
- export interface GenerateDetailedCostReportCreateOperationOptionalParams
3097
- extends coreClient.OperationOptions {
3098
- /** Delay to wait until next poll, in milliseconds. */
3099
- updateIntervalInMs?: number;
3100
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3101
- resumeFrom?: string;
3102
- }
3103
-
3104
- /** Contains response data for the createOperation operation. */
3105
- export type GenerateDetailedCostReportCreateOperationResponse = GenerateDetailedCostReportOperationResult;
3106
-
3107
- /** Optional parameters. */
3108
- export interface GenerateDetailedCostReportOperationResultsGetOptionalParams
3109
- extends coreClient.OperationOptions {
3110
- /** Delay to wait until next poll, in milliseconds. */
3111
- updateIntervalInMs?: number;
3112
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3113
- resumeFrom?: string;
3114
- }
3115
-
3116
- /** Contains response data for the get operation. */
3117
- export type GenerateDetailedCostReportOperationResultsGetResponse = GenerateDetailedCostReportOperationResult;
3118
-
3119
- /** Optional parameters. */
3120
- export interface GenerateDetailedCostReportOperationStatusGetOptionalParams
3121
- extends coreClient.OperationOptions {}
3122
-
3123
- /** Contains response data for the get operation. */
3124
- export type GenerateDetailedCostReportOperationStatusGetResponse = GenerateDetailedCostReportOperationStatuses;
3125
-
3126
- /** Optional parameters. */
3127
- export interface PriceSheetDownloadOptionalParams
3128
- extends coreClient.OperationOptions {
3129
- /** Delay to wait until next poll, in milliseconds. */
3130
- updateIntervalInMs?: number;
3131
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3132
- resumeFrom?: string;
3133
- }
3134
-
3135
- /** Contains response data for the download operation. */
3136
- export type PriceSheetDownloadResponse = DownloadURL;
3137
-
3138
- /** Optional parameters. */
3139
- export interface PriceSheetDownloadByBillingProfileOptionalParams
3140
- extends coreClient.OperationOptions {
3141
- /** Delay to wait until next poll, in milliseconds. */
3142
- updateIntervalInMs?: number;
3143
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3144
- resumeFrom?: string;
3145
- }
3146
-
3147
- /** Contains response data for the downloadByBillingProfile operation. */
3148
- export type PriceSheetDownloadByBillingProfileResponse = DownloadURL;
3149
-
3150
- /** Optional parameters. */
3151
- export interface ScheduledActionsListOptionalParams
3152
- extends coreClient.OperationOptions {
3153
- /** May be used to filter scheduled actions by properties/viewId. Supported operator is 'eq'. */
3154
- filter?: string;
3155
- }
3156
-
3157
- /** Contains response data for the list operation. */
3158
- export type ScheduledActionsListResponse = ScheduledActionListResult;
3159
-
3160
- /** Optional parameters. */
3161
- export interface ScheduledActionsListByScopeOptionalParams
3162
- extends coreClient.OperationOptions {
3163
- /** May be used to filter scheduled actions by properties/viewId. Supported operator is 'eq'. */
3164
- filter?: string;
3165
- }
3166
-
3167
- /** Contains response data for the listByScope operation. */
3168
- export type ScheduledActionsListByScopeResponse = ScheduledActionListResult;
3169
-
3170
- /** Optional parameters. */
3171
- export interface ScheduledActionsCreateOrUpdateOptionalParams
3172
- extends coreClient.OperationOptions {
3173
- /** ETag of the Entity. Not required when creating an entity. Optional when updating an entity and can be specified to achieve optimistic concurrency. */
3174
- ifMatch?: string;
3175
- }
3176
-
3177
- /** Contains response data for the createOrUpdate operation. */
3178
- export type ScheduledActionsCreateOrUpdateResponse = ScheduledAction;
3179
-
3180
- /** Optional parameters. */
3181
- export interface ScheduledActionsGetOptionalParams
3182
- extends coreClient.OperationOptions {}
3183
-
3184
- /** Contains response data for the get operation. */
3185
- export type ScheduledActionsGetResponse = ScheduledAction;
3186
-
3187
- /** Optional parameters. */
3188
- export interface ScheduledActionsDeleteOptionalParams
3189
- extends coreClient.OperationOptions {}
3190
-
3191
- /** Optional parameters. */
3192
- export interface ScheduledActionsCreateOrUpdateByScopeOptionalParams
3193
- extends coreClient.OperationOptions {
3194
- /** ETag of the Entity. Not required when creating an entity. Optional when updating an entity and can be specified to achieve optimistic concurrency. */
3195
- ifMatch?: string;
3196
- }
3197
-
3198
- /** Contains response data for the createOrUpdateByScope operation. */
3199
- export type ScheduledActionsCreateOrUpdateByScopeResponse = ScheduledAction;
3200
-
3201
- /** Optional parameters. */
3202
- export interface ScheduledActionsGetByScopeOptionalParams
3203
- extends coreClient.OperationOptions {}
3204
-
3205
- /** Contains response data for the getByScope operation. */
3206
- export type ScheduledActionsGetByScopeResponse = ScheduledAction;
3207
-
3208
- /** Optional parameters. */
3209
- export interface ScheduledActionsDeleteByScopeOptionalParams
3210
- extends coreClient.OperationOptions {}
3211
-
3212
- /** Optional parameters. */
3213
- export interface ScheduledActionsRunOptionalParams
3214
- extends coreClient.OperationOptions {}
3215
-
3216
- /** Optional parameters. */
3217
- export interface ScheduledActionsRunByScopeOptionalParams
3218
- extends coreClient.OperationOptions {}
3219
-
3220
- /** Optional parameters. */
3221
- export interface ScheduledActionsCheckNameAvailabilityOptionalParams
3222
- extends coreClient.OperationOptions {}
3223
-
3224
- /** Contains response data for the checkNameAvailability operation. */
3225
- export type ScheduledActionsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
3226
-
3227
- /** Optional parameters. */
3228
- export interface ScheduledActionsCheckNameAvailabilityByScopeOptionalParams
3229
- extends coreClient.OperationOptions {}
3230
-
3231
- /** Contains response data for the checkNameAvailabilityByScope operation. */
3232
- export type ScheduledActionsCheckNameAvailabilityByScopeResponse = CheckNameAvailabilityResponse;
3233
-
3234
- /** Optional parameters. */
3235
- export interface ScheduledActionsListNextOptionalParams
3236
- extends coreClient.OperationOptions {}
3237
-
3238
- /** Contains response data for the listNext operation. */
3239
- export type ScheduledActionsListNextResponse = ScheduledActionListResult;
3240
-
3241
- /** Optional parameters. */
3242
- export interface ScheduledActionsListByScopeNextOptionalParams
3243
- extends coreClient.OperationOptions {}
3244
-
3245
- /** Contains response data for the listByScopeNext operation. */
3246
- export type ScheduledActionsListByScopeNextResponse = ScheduledActionListResult;
3247
-
3248
- /** Optional parameters. */
3249
- export interface BenefitRecommendationsListOptionalParams
3250
- extends coreClient.OperationOptions {
3251
- /** 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 */
3252
- filter?: string;
3253
- /** May be used to expand the properties by: properties/usage, properties/allRecommendationDetails */
3254
- expand?: string;
3255
- /** 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. */
3256
- orderby?: string;
3257
- }
3258
-
3259
- /** Contains response data for the list operation. */
3260
- export type BenefitRecommendationsListResponse = BenefitRecommendationsListResult;
3261
-
3262
- /** Optional parameters. */
3263
- export interface BenefitRecommendationsListNextOptionalParams
3264
- extends coreClient.OperationOptions {}
3265
-
3266
- /** Contains response data for the listNext operation. */
3267
- export type BenefitRecommendationsListNextResponse = BenefitRecommendationsListResult;
3268
-
3269
- /** Optional parameters. */
3270
- export interface BenefitUtilizationSummariesListByBillingAccountIdOptionalParams
3271
- extends coreClient.OperationOptions {
3272
- /** Grain. */
3273
- grainParameter?: GrainParameter;
3274
- /** Supports filtering by properties/benefitId, properties/benefitOrderId and properties/usageDate. */
3275
- filter?: string;
3276
- }
3277
-
3278
- /** Contains response data for the listByBillingAccountId operation. */
3279
- export type BenefitUtilizationSummariesListByBillingAccountIdResponse = BenefitUtilizationSummariesListResult;
3280
-
3281
- /** Optional parameters. */
3282
- export interface BenefitUtilizationSummariesListByBillingProfileIdOptionalParams
3283
- extends coreClient.OperationOptions {
3284
- /** Grain. */
3285
- grainParameter?: GrainParameter;
3286
- /** Supports filtering by properties/benefitId, properties/benefitOrderId and properties/usageDate. */
3287
- filter?: string;
3288
- }
3289
-
3290
- /** Contains response data for the listByBillingProfileId operation. */
3291
- export type BenefitUtilizationSummariesListByBillingProfileIdResponse = BenefitUtilizationSummariesListResult;
3292
-
3293
- /** Optional parameters. */
3294
- export interface BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams
3295
- extends coreClient.OperationOptions {
3296
- /** Supports filtering by properties/usageDate. */
3297
- filter?: string;
3298
- /** Grain. */
3299
- grainParameter?: GrainParameter;
3300
- }
3301
-
3302
- /** Contains response data for the listBySavingsPlanOrder operation. */
3303
- export type BenefitUtilizationSummariesListBySavingsPlanOrderResponse = BenefitUtilizationSummariesListResult;
3304
-
3305
- /** Optional parameters. */
3306
- export interface BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams
3307
- extends coreClient.OperationOptions {
3308
- /** Supports filtering by properties/usageDate. */
3309
- filter?: string;
3310
- /** Grain. */
3311
- grainParameter?: GrainParameter;
3312
- }
3313
-
3314
- /** Contains response data for the listBySavingsPlanId operation. */
3315
- export type BenefitUtilizationSummariesListBySavingsPlanIdResponse = BenefitUtilizationSummariesListResult;
3316
-
3317
- /** Optional parameters. */
3318
- export interface BenefitUtilizationSummariesListByBillingAccountIdNextOptionalParams
3319
- extends coreClient.OperationOptions {}
3320
-
3321
- /** Contains response data for the listByBillingAccountIdNext operation. */
3322
- export type BenefitUtilizationSummariesListByBillingAccountIdNextResponse = BenefitUtilizationSummariesListResult;
3323
-
3324
- /** Optional parameters. */
3325
- export interface BenefitUtilizationSummariesListByBillingProfileIdNextOptionalParams
3326
- extends coreClient.OperationOptions {}
3327
-
3328
- /** Contains response data for the listByBillingProfileIdNext operation. */
3329
- export type BenefitUtilizationSummariesListByBillingProfileIdNextResponse = BenefitUtilizationSummariesListResult;
3330
-
3331
- /** Optional parameters. */
3332
- export interface BenefitUtilizationSummariesListBySavingsPlanOrderNextOptionalParams
3333
- extends coreClient.OperationOptions {}
3334
-
3335
- /** Contains response data for the listBySavingsPlanOrderNext operation. */
3336
- export type BenefitUtilizationSummariesListBySavingsPlanOrderNextResponse = BenefitUtilizationSummariesListResult;
3337
-
3338
- /** Optional parameters. */
3339
- export interface BenefitUtilizationSummariesListBySavingsPlanIdNextOptionalParams
3340
- extends coreClient.OperationOptions {}
3341
-
3342
- /** Contains response data for the listBySavingsPlanIdNext operation. */
3343
- export type BenefitUtilizationSummariesListBySavingsPlanIdNextResponse = BenefitUtilizationSummariesListResult;
3344
-
3345
- /** Optional parameters. */
3346
- export interface CostManagementClientOptionalParams
3347
- extends coreClient.ServiceClientOptions {
3348
- /** server parameter */
3349
- $host?: string;
3350
- /** Api Version */
3351
- apiVersion?: string;
3352
- /** Overrides client endpoint. */
3353
- endpoint?: string;
3354
- }