@azure/arm-impactreporting 1.0.0-beta.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 (363) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +115 -0
  4. package/dist/browser/api/connectors/index.d.ts +26 -0
  5. package/dist/browser/api/connectors/index.d.ts.map +1 -0
  6. package/dist/browser/api/connectors/index.js +110 -0
  7. package/dist/browser/api/connectors/index.js.map +1 -0
  8. package/dist/browser/api/impactCategories/index.d.ts +13 -0
  9. package/dist/browser/api/impactCategories/index.d.ts.map +1 -0
  10. package/dist/browser/api/impactCategories/index.js +53 -0
  11. package/dist/browser/api/impactCategories/index.js.map +1 -0
  12. package/dist/browser/api/impactContext.d.ts +17 -0
  13. package/dist/browser/api/impactContext.d.ts.map +1 -0
  14. package/dist/browser/api/impactContext.js +34 -0
  15. package/dist/browser/api/impactContext.js.map +1 -0
  16. package/dist/browser/api/index.d.ts +8 -0
  17. package/dist/browser/api/index.d.ts.map +1 -0
  18. package/dist/browser/api/index.js +9 -0
  19. package/dist/browser/api/index.js.map +1 -0
  20. package/dist/browser/api/insights/index.d.ts +21 -0
  21. package/dist/browser/api/insights/index.d.ts.map +1 -0
  22. package/dist/browser/api/insights/index.js +85 -0
  23. package/dist/browser/api/insights/index.js.map +1 -0
  24. package/dist/browser/api/operations/index.d.ts +9 -0
  25. package/dist/browser/api/operations/index.d.ts.map +1 -0
  26. package/dist/browser/api/operations/index.js +23 -0
  27. package/dist/browser/api/operations/index.js.map +1 -0
  28. package/dist/browser/api/options.d.ts +56 -0
  29. package/dist/browser/api/options.d.ts.map +1 -0
  30. package/dist/browser/api/options.js +4 -0
  31. package/dist/browser/api/options.js.map +1 -0
  32. package/dist/browser/api/workloadImpacts/index.d.ts +22 -0
  33. package/dist/browser/api/workloadImpacts/index.d.ts.map +1 -0
  34. package/dist/browser/api/workloadImpacts/index.js +94 -0
  35. package/dist/browser/api/workloadImpacts/index.js.map +1 -0
  36. package/dist/browser/classic/connectors/index.d.ts +20 -0
  37. package/dist/browser/classic/connectors/index.d.ts.map +1 -0
  38. package/dist/browser/classic/connectors/index.js +16 -0
  39. package/dist/browser/classic/connectors/index.js.map +1 -0
  40. package/dist/browser/classic/impactCategories/index.d.ts +13 -0
  41. package/dist/browser/classic/impactCategories/index.d.ts.map +1 -0
  42. package/dist/browser/classic/impactCategories/index.js +13 -0
  43. package/dist/browser/classic/impactCategories/index.js.map +1 -0
  44. package/dist/browser/classic/index.d.ts +6 -0
  45. package/dist/browser/classic/index.d.ts.map +1 -0
  46. package/dist/browser/classic/index.js +4 -0
  47. package/dist/browser/classic/index.js.map +1 -0
  48. package/dist/browser/classic/insights/index.d.ts +17 -0
  49. package/dist/browser/classic/insights/index.d.ts.map +1 -0
  50. package/dist/browser/classic/insights/index.js +15 -0
  51. package/dist/browser/classic/insights/index.js.map +1 -0
  52. package/dist/browser/classic/operations/index.d.ts +11 -0
  53. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  54. package/dist/browser/classic/operations/index.js +12 -0
  55. package/dist/browser/classic/operations/index.js.map +1 -0
  56. package/dist/browser/classic/workloadImpacts/index.d.ts +18 -0
  57. package/dist/browser/classic/workloadImpacts/index.d.ts.map +1 -0
  58. package/dist/browser/classic/workloadImpacts/index.js +15 -0
  59. package/dist/browser/classic/workloadImpacts/index.js.map +1 -0
  60. package/dist/browser/impactClient.d.ts +26 -0
  61. package/dist/browser/impactClient.d.ts.map +1 -0
  62. package/dist/browser/impactClient.js +25 -0
  63. package/dist/browser/impactClient.js.map +1 -0
  64. package/dist/browser/index.d.ts +8 -0
  65. package/dist/browser/index.d.ts.map +1 -0
  66. package/dist/browser/index.js +6 -0
  67. package/dist/browser/index.js.map +1 -0
  68. package/dist/browser/logger.d.ts +2 -0
  69. package/dist/browser/logger.d.ts.map +1 -0
  70. package/dist/browser/logger.js +5 -0
  71. package/dist/browser/logger.js.map +1 -0
  72. package/dist/browser/models/index.d.ts +2 -0
  73. package/dist/browser/models/index.d.ts.map +1 -0
  74. package/dist/browser/models/index.js +4 -0
  75. package/dist/browser/models/index.js.map +1 -0
  76. package/dist/browser/models/models.d.ts +641 -0
  77. package/dist/browser/models/models.d.ts.map +1 -0
  78. package/dist/browser/models/models.js +660 -0
  79. package/dist/browser/models/models.js.map +1 -0
  80. package/dist/browser/package.json +3 -0
  81. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  82. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  83. package/dist/browser/restorePollerHelpers.js +98 -0
  84. package/dist/browser/restorePollerHelpers.js.map +1 -0
  85. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  86. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  87. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  88. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  89. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  90. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  91. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  92. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  93. package/dist/commonjs/api/connectors/index.d.ts +26 -0
  94. package/dist/commonjs/api/connectors/index.d.ts.map +1 -0
  95. package/dist/commonjs/api/connectors/index.js +127 -0
  96. package/dist/commonjs/api/connectors/index.js.map +1 -0
  97. package/dist/commonjs/api/impactCategories/index.d.ts +13 -0
  98. package/dist/commonjs/api/impactCategories/index.d.ts.map +1 -0
  99. package/dist/commonjs/api/impactCategories/index.js +61 -0
  100. package/dist/commonjs/api/impactCategories/index.js.map +1 -0
  101. package/dist/commonjs/api/impactContext.d.ts +17 -0
  102. package/dist/commonjs/api/impactContext.d.ts.map +1 -0
  103. package/dist/commonjs/api/impactContext.js +37 -0
  104. package/dist/commonjs/api/impactContext.js.map +1 -0
  105. package/dist/commonjs/api/index.d.ts +8 -0
  106. package/dist/commonjs/api/index.d.ts.map +1 -0
  107. package/dist/commonjs/api/index.js +29 -0
  108. package/dist/commonjs/api/index.js.map +1 -0
  109. package/dist/commonjs/api/insights/index.d.ts +21 -0
  110. package/dist/commonjs/api/insights/index.d.ts.map +1 -0
  111. package/dist/commonjs/api/insights/index.js +99 -0
  112. package/dist/commonjs/api/insights/index.js.map +1 -0
  113. package/dist/commonjs/api/operations/index.d.ts +9 -0
  114. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  115. package/dist/commonjs/api/operations/index.js +28 -0
  116. package/dist/commonjs/api/operations/index.js.map +1 -0
  117. package/dist/commonjs/api/options.d.ts +56 -0
  118. package/dist/commonjs/api/options.d.ts.map +1 -0
  119. package/dist/commonjs/api/options.js +5 -0
  120. package/dist/commonjs/api/options.js.map +1 -0
  121. package/dist/commonjs/api/workloadImpacts/index.d.ts +22 -0
  122. package/dist/commonjs/api/workloadImpacts/index.d.ts.map +1 -0
  123. package/dist/commonjs/api/workloadImpacts/index.js +108 -0
  124. package/dist/commonjs/api/workloadImpacts/index.js.map +1 -0
  125. package/dist/commonjs/classic/connectors/index.d.ts +20 -0
  126. package/dist/commonjs/classic/connectors/index.d.ts.map +1 -0
  127. package/dist/commonjs/classic/connectors/index.js +19 -0
  128. package/dist/commonjs/classic/connectors/index.js.map +1 -0
  129. package/dist/commonjs/classic/impactCategories/index.d.ts +13 -0
  130. package/dist/commonjs/classic/impactCategories/index.d.ts.map +1 -0
  131. package/dist/commonjs/classic/impactCategories/index.js +16 -0
  132. package/dist/commonjs/classic/impactCategories/index.js.map +1 -0
  133. package/dist/commonjs/classic/index.d.ts +6 -0
  134. package/dist/commonjs/classic/index.d.ts.map +1 -0
  135. package/dist/commonjs/classic/index.js +5 -0
  136. package/dist/commonjs/classic/index.js.map +1 -0
  137. package/dist/commonjs/classic/insights/index.d.ts +17 -0
  138. package/dist/commonjs/classic/insights/index.d.ts.map +1 -0
  139. package/dist/commonjs/classic/insights/index.js +18 -0
  140. package/dist/commonjs/classic/insights/index.js.map +1 -0
  141. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  142. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  143. package/dist/commonjs/classic/operations/index.js +15 -0
  144. package/dist/commonjs/classic/operations/index.js.map +1 -0
  145. package/dist/commonjs/classic/workloadImpacts/index.d.ts +18 -0
  146. package/dist/commonjs/classic/workloadImpacts/index.d.ts.map +1 -0
  147. package/dist/commonjs/classic/workloadImpacts/index.js +18 -0
  148. package/dist/commonjs/classic/workloadImpacts/index.js.map +1 -0
  149. package/dist/commonjs/impactClient.d.ts +26 -0
  150. package/dist/commonjs/impactClient.d.ts.map +1 -0
  151. package/dist/commonjs/impactClient.js +29 -0
  152. package/dist/commonjs/impactClient.js.map +1 -0
  153. package/dist/commonjs/index.d.ts +8 -0
  154. package/dist/commonjs/index.d.ts.map +1 -0
  155. package/dist/commonjs/index.js +22 -0
  156. package/dist/commonjs/index.js.map +1 -0
  157. package/dist/commonjs/logger.d.ts +2 -0
  158. package/dist/commonjs/logger.d.ts.map +1 -0
  159. package/dist/commonjs/logger.js +8 -0
  160. package/dist/commonjs/logger.js.map +1 -0
  161. package/dist/commonjs/models/index.d.ts +2 -0
  162. package/dist/commonjs/models/index.d.ts.map +1 -0
  163. package/dist/commonjs/models/index.js +18 -0
  164. package/dist/commonjs/models/index.js.map +1 -0
  165. package/dist/commonjs/models/models.d.ts +641 -0
  166. package/dist/commonjs/models/models.d.ts.map +1 -0
  167. package/dist/commonjs/models/models.js +731 -0
  168. package/dist/commonjs/models/models.js.map +1 -0
  169. package/dist/commonjs/package.json +3 -0
  170. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  171. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  172. package/dist/commonjs/restorePollerHelpers.js +101 -0
  173. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  174. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  175. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  176. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  177. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  178. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  179. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  180. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  181. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  182. package/dist/commonjs/tsdoc-metadata.json +11 -0
  183. package/dist/esm/api/connectors/index.d.ts +26 -0
  184. package/dist/esm/api/connectors/index.d.ts.map +1 -0
  185. package/dist/esm/api/connectors/index.js +110 -0
  186. package/dist/esm/api/connectors/index.js.map +1 -0
  187. package/dist/esm/api/impactCategories/index.d.ts +13 -0
  188. package/dist/esm/api/impactCategories/index.d.ts.map +1 -0
  189. package/dist/esm/api/impactCategories/index.js +53 -0
  190. package/dist/esm/api/impactCategories/index.js.map +1 -0
  191. package/dist/esm/api/impactContext.d.ts +17 -0
  192. package/dist/esm/api/impactContext.d.ts.map +1 -0
  193. package/dist/esm/api/impactContext.js +34 -0
  194. package/dist/esm/api/impactContext.js.map +1 -0
  195. package/dist/esm/api/index.d.ts +8 -0
  196. package/dist/esm/api/index.d.ts.map +1 -0
  197. package/dist/esm/api/index.js +9 -0
  198. package/dist/esm/api/index.js.map +1 -0
  199. package/dist/esm/api/insights/index.d.ts +21 -0
  200. package/dist/esm/api/insights/index.d.ts.map +1 -0
  201. package/dist/esm/api/insights/index.js +85 -0
  202. package/dist/esm/api/insights/index.js.map +1 -0
  203. package/dist/esm/api/operations/index.d.ts +9 -0
  204. package/dist/esm/api/operations/index.d.ts.map +1 -0
  205. package/dist/esm/api/operations/index.js +23 -0
  206. package/dist/esm/api/operations/index.js.map +1 -0
  207. package/dist/esm/api/options.d.ts +56 -0
  208. package/dist/esm/api/options.d.ts.map +1 -0
  209. package/dist/esm/api/options.js +4 -0
  210. package/dist/esm/api/options.js.map +1 -0
  211. package/dist/esm/api/workloadImpacts/index.d.ts +22 -0
  212. package/dist/esm/api/workloadImpacts/index.d.ts.map +1 -0
  213. package/dist/esm/api/workloadImpacts/index.js +94 -0
  214. package/dist/esm/api/workloadImpacts/index.js.map +1 -0
  215. package/dist/esm/classic/connectors/index.d.ts +20 -0
  216. package/dist/esm/classic/connectors/index.d.ts.map +1 -0
  217. package/dist/esm/classic/connectors/index.js +16 -0
  218. package/dist/esm/classic/connectors/index.js.map +1 -0
  219. package/dist/esm/classic/impactCategories/index.d.ts +13 -0
  220. package/dist/esm/classic/impactCategories/index.d.ts.map +1 -0
  221. package/dist/esm/classic/impactCategories/index.js +13 -0
  222. package/dist/esm/classic/impactCategories/index.js.map +1 -0
  223. package/dist/esm/classic/index.d.ts +6 -0
  224. package/dist/esm/classic/index.d.ts.map +1 -0
  225. package/dist/esm/classic/index.js +4 -0
  226. package/dist/esm/classic/index.js.map +1 -0
  227. package/dist/esm/classic/insights/index.d.ts +17 -0
  228. package/dist/esm/classic/insights/index.d.ts.map +1 -0
  229. package/dist/esm/classic/insights/index.js +15 -0
  230. package/dist/esm/classic/insights/index.js.map +1 -0
  231. package/dist/esm/classic/operations/index.d.ts +11 -0
  232. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  233. package/dist/esm/classic/operations/index.js +12 -0
  234. package/dist/esm/classic/operations/index.js.map +1 -0
  235. package/dist/esm/classic/workloadImpacts/index.d.ts +18 -0
  236. package/dist/esm/classic/workloadImpacts/index.d.ts.map +1 -0
  237. package/dist/esm/classic/workloadImpacts/index.js +15 -0
  238. package/dist/esm/classic/workloadImpacts/index.js.map +1 -0
  239. package/dist/esm/impactClient.d.ts +26 -0
  240. package/dist/esm/impactClient.d.ts.map +1 -0
  241. package/dist/esm/impactClient.js +25 -0
  242. package/dist/esm/impactClient.js.map +1 -0
  243. package/dist/esm/index.d.ts +8 -0
  244. package/dist/esm/index.d.ts.map +1 -0
  245. package/dist/esm/index.js +6 -0
  246. package/dist/esm/index.js.map +1 -0
  247. package/dist/esm/logger.d.ts +2 -0
  248. package/dist/esm/logger.d.ts.map +1 -0
  249. package/dist/esm/logger.js +5 -0
  250. package/dist/esm/logger.js.map +1 -0
  251. package/dist/esm/models/index.d.ts +2 -0
  252. package/dist/esm/models/index.d.ts.map +1 -0
  253. package/dist/esm/models/index.js +4 -0
  254. package/dist/esm/models/index.js.map +1 -0
  255. package/dist/esm/models/models.d.ts +641 -0
  256. package/dist/esm/models/models.d.ts.map +1 -0
  257. package/dist/esm/models/models.js +660 -0
  258. package/dist/esm/models/models.js.map +1 -0
  259. package/dist/esm/package.json +3 -0
  260. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  261. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  262. package/dist/esm/restorePollerHelpers.js +98 -0
  263. package/dist/esm/restorePollerHelpers.js.map +1 -0
  264. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  265. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  266. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  267. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  268. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  269. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  270. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  271. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  272. package/dist/react-native/api/connectors/index.d.ts +26 -0
  273. package/dist/react-native/api/connectors/index.d.ts.map +1 -0
  274. package/dist/react-native/api/connectors/index.js +110 -0
  275. package/dist/react-native/api/connectors/index.js.map +1 -0
  276. package/dist/react-native/api/impactCategories/index.d.ts +13 -0
  277. package/dist/react-native/api/impactCategories/index.d.ts.map +1 -0
  278. package/dist/react-native/api/impactCategories/index.js +53 -0
  279. package/dist/react-native/api/impactCategories/index.js.map +1 -0
  280. package/dist/react-native/api/impactContext.d.ts +17 -0
  281. package/dist/react-native/api/impactContext.d.ts.map +1 -0
  282. package/dist/react-native/api/impactContext.js +34 -0
  283. package/dist/react-native/api/impactContext.js.map +1 -0
  284. package/dist/react-native/api/index.d.ts +8 -0
  285. package/dist/react-native/api/index.d.ts.map +1 -0
  286. package/dist/react-native/api/index.js +9 -0
  287. package/dist/react-native/api/index.js.map +1 -0
  288. package/dist/react-native/api/insights/index.d.ts +21 -0
  289. package/dist/react-native/api/insights/index.d.ts.map +1 -0
  290. package/dist/react-native/api/insights/index.js +85 -0
  291. package/dist/react-native/api/insights/index.js.map +1 -0
  292. package/dist/react-native/api/operations/index.d.ts +9 -0
  293. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  294. package/dist/react-native/api/operations/index.js +23 -0
  295. package/dist/react-native/api/operations/index.js.map +1 -0
  296. package/dist/react-native/api/options.d.ts +56 -0
  297. package/dist/react-native/api/options.d.ts.map +1 -0
  298. package/dist/react-native/api/options.js +4 -0
  299. package/dist/react-native/api/options.js.map +1 -0
  300. package/dist/react-native/api/workloadImpacts/index.d.ts +22 -0
  301. package/dist/react-native/api/workloadImpacts/index.d.ts.map +1 -0
  302. package/dist/react-native/api/workloadImpacts/index.js +94 -0
  303. package/dist/react-native/api/workloadImpacts/index.js.map +1 -0
  304. package/dist/react-native/classic/connectors/index.d.ts +20 -0
  305. package/dist/react-native/classic/connectors/index.d.ts.map +1 -0
  306. package/dist/react-native/classic/connectors/index.js +16 -0
  307. package/dist/react-native/classic/connectors/index.js.map +1 -0
  308. package/dist/react-native/classic/impactCategories/index.d.ts +13 -0
  309. package/dist/react-native/classic/impactCategories/index.d.ts.map +1 -0
  310. package/dist/react-native/classic/impactCategories/index.js +13 -0
  311. package/dist/react-native/classic/impactCategories/index.js.map +1 -0
  312. package/dist/react-native/classic/index.d.ts +6 -0
  313. package/dist/react-native/classic/index.d.ts.map +1 -0
  314. package/dist/react-native/classic/index.js +4 -0
  315. package/dist/react-native/classic/index.js.map +1 -0
  316. package/dist/react-native/classic/insights/index.d.ts +17 -0
  317. package/dist/react-native/classic/insights/index.d.ts.map +1 -0
  318. package/dist/react-native/classic/insights/index.js +15 -0
  319. package/dist/react-native/classic/insights/index.js.map +1 -0
  320. package/dist/react-native/classic/operations/index.d.ts +11 -0
  321. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  322. package/dist/react-native/classic/operations/index.js +12 -0
  323. package/dist/react-native/classic/operations/index.js.map +1 -0
  324. package/dist/react-native/classic/workloadImpacts/index.d.ts +18 -0
  325. package/dist/react-native/classic/workloadImpacts/index.d.ts.map +1 -0
  326. package/dist/react-native/classic/workloadImpacts/index.js +15 -0
  327. package/dist/react-native/classic/workloadImpacts/index.js.map +1 -0
  328. package/dist/react-native/impactClient.d.ts +26 -0
  329. package/dist/react-native/impactClient.d.ts.map +1 -0
  330. package/dist/react-native/impactClient.js +25 -0
  331. package/dist/react-native/impactClient.js.map +1 -0
  332. package/dist/react-native/index.d.ts +8 -0
  333. package/dist/react-native/index.d.ts.map +1 -0
  334. package/dist/react-native/index.js +6 -0
  335. package/dist/react-native/index.js.map +1 -0
  336. package/dist/react-native/logger.d.ts +2 -0
  337. package/dist/react-native/logger.d.ts.map +1 -0
  338. package/dist/react-native/logger.js +5 -0
  339. package/dist/react-native/logger.js.map +1 -0
  340. package/dist/react-native/models/index.d.ts +2 -0
  341. package/dist/react-native/models/index.d.ts.map +1 -0
  342. package/dist/react-native/models/index.js +4 -0
  343. package/dist/react-native/models/index.js.map +1 -0
  344. package/dist/react-native/models/models.d.ts +641 -0
  345. package/dist/react-native/models/models.d.ts.map +1 -0
  346. package/dist/react-native/models/models.js +660 -0
  347. package/dist/react-native/models/models.js.map +1 -0
  348. package/dist/react-native/package.json +3 -0
  349. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  350. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  351. package/dist/react-native/restorePollerHelpers.js +98 -0
  352. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  353. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  354. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  355. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  356. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  357. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  358. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  359. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  360. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  361. package/package.json +164 -0
  362. package/review/arm-impactreporting-models.api.md +342 -0
  363. package/review/arm-impactreporting.api.md +497 -0
@@ -0,0 +1,641 @@
1
+ /** A connector is a resource that can be used to proactively report impacts against workloads in Azure to Microsoft. */
2
+ export interface Connector extends ProxyResource {
3
+ /** The resource-specific properties for this resource. */
4
+ properties?: ConnectorProperties;
5
+ }
6
+ export declare function connectorSerializer(item: Connector): any;
7
+ export declare function connectorDeserializer(item: any): Connector;
8
+ /** Details of the Connector. */
9
+ export interface ConnectorProperties {
10
+ /** Resource provisioning state. */
11
+ readonly provisioningState?: ProvisioningState;
12
+ /** unique id of the connector. */
13
+ readonly connectorId: string;
14
+ /** tenant id of this connector */
15
+ readonly tenantId: string;
16
+ /** connector type */
17
+ connectorType: Platform;
18
+ /** last run time stamp of this connector in UTC time zone */
19
+ readonly lastRunTimeStamp: Date;
20
+ }
21
+ export declare function connectorPropertiesSerializer(item: ConnectorProperties): any;
22
+ export declare function connectorPropertiesDeserializer(item: any): ConnectorProperties;
23
+ /** Provisioning state of the resource. */
24
+ export declare enum KnownProvisioningState {
25
+ /** Provisioning Succeeded */
26
+ Succeeded = "Succeeded",
27
+ /** Provisioning Failed */
28
+ Failed = "Failed",
29
+ /** Provisioning Canceled */
30
+ Canceled = "Canceled"
31
+ }
32
+ /**
33
+ * Provisioning state of the resource. \
34
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
35
+ * this enum contains the known values that the service supports.
36
+ * ### Known values supported by the service
37
+ * **Succeeded**: Provisioning Succeeded \
38
+ * **Failed**: Provisioning Failed \
39
+ * **Canceled**: Provisioning Canceled
40
+ */
41
+ export type ProvisioningState = string;
42
+ /** Enum for connector types */
43
+ export declare enum KnownPlatform {
44
+ /** Type of Azure Monitor */
45
+ AzureMonitor = "AzureMonitor"
46
+ }
47
+ /**
48
+ * Enum for connector types \
49
+ * {@link KnownPlatform} can be used interchangeably with Platform,
50
+ * this enum contains the known values that the service supports.
51
+ * ### Known values supported by the service
52
+ * **AzureMonitor**: Type of Azure Monitor
53
+ */
54
+ export type Platform = string;
55
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
56
+ export interface ProxyResource extends Resource {
57
+ }
58
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
59
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
60
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
61
+ export interface Resource {
62
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
63
+ readonly id?: string;
64
+ /** The name of the resource */
65
+ readonly name?: string;
66
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
67
+ readonly type?: string;
68
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
69
+ readonly systemData?: SystemData;
70
+ }
71
+ export declare function resourceSerializer(item: Resource): any;
72
+ export declare function resourceDeserializer(item: any): Resource;
73
+ /** Metadata pertaining to creation and last modification of the resource. */
74
+ export interface SystemData {
75
+ /** The identity that created the resource. */
76
+ createdBy?: string;
77
+ /** The type of identity that created the resource. */
78
+ createdByType?: CreatedByType;
79
+ /** The timestamp of resource creation (UTC). */
80
+ createdAt?: Date;
81
+ /** The identity that last modified the resource. */
82
+ lastModifiedBy?: string;
83
+ /** The type of identity that last modified the resource. */
84
+ lastModifiedByType?: CreatedByType;
85
+ /** The timestamp of resource last modification (UTC) */
86
+ lastModifiedAt?: Date;
87
+ }
88
+ export declare function systemDataDeserializer(item: any): SystemData;
89
+ /** The kind of entity that created the resource. */
90
+ export declare enum KnownCreatedByType {
91
+ /** The entity was created by a user. */
92
+ User = "User",
93
+ /** The entity was created by an application. */
94
+ Application = "Application",
95
+ /** The entity was created by a managed identity. */
96
+ ManagedIdentity = "ManagedIdentity",
97
+ /** The entity was created by a key. */
98
+ Key = "Key"
99
+ }
100
+ /**
101
+ * The kind of entity that created the resource. \
102
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
103
+ * this enum contains the known values that the service supports.
104
+ * ### Known values supported by the service
105
+ * **User**: The entity was created by a user. \
106
+ * **Application**: The entity was created by an application. \
107
+ * **ManagedIdentity**: The entity was created by a managed identity. \
108
+ * **Key**: The entity was created by a key.
109
+ */
110
+ export type CreatedByType = string;
111
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
112
+ export interface ErrorResponse {
113
+ /** The error object. */
114
+ error?: ErrorDetail;
115
+ }
116
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
117
+ /** The error detail. */
118
+ export interface ErrorDetail {
119
+ /** The error code. */
120
+ readonly code?: string;
121
+ /** The error message. */
122
+ readonly message?: string;
123
+ /** The error target. */
124
+ readonly target?: string;
125
+ /** The error details. */
126
+ readonly details?: ErrorDetail[];
127
+ /** The error additional info. */
128
+ readonly additionalInfo?: ErrorAdditionalInfo[];
129
+ }
130
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
131
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
132
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
133
+ /** The resource management error additional info. */
134
+ export interface ErrorAdditionalInfo {
135
+ /** The additional info type. */
136
+ readonly type?: string;
137
+ /** The additional info. */
138
+ readonly info?: Record<string, any>;
139
+ }
140
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
141
+ /** model interface _ErrorAdditionalInfoInfo */
142
+ export interface _ErrorAdditionalInfoInfo {
143
+ }
144
+ export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
145
+ /** The type used for update operations of the Connector. */
146
+ export interface ConnectorUpdate {
147
+ /** The resource-specific properties for this resource. */
148
+ properties?: ConnectorUpdateProperties;
149
+ }
150
+ export declare function connectorUpdateSerializer(item: ConnectorUpdate): any;
151
+ /** The updatable properties of the Connector. */
152
+ export interface ConnectorUpdateProperties {
153
+ /** connector type */
154
+ connectorType?: Platform;
155
+ }
156
+ export declare function connectorUpdatePropertiesSerializer(item: ConnectorUpdateProperties): any;
157
+ /** The response of a Connector list operation. */
158
+ export interface _ConnectorListResult {
159
+ /** The Connector items on this page */
160
+ value: Connector[];
161
+ /** The link to the next page of items */
162
+ nextLink?: string;
163
+ }
164
+ export declare function _connectorListResultDeserializer(item: any): _ConnectorListResult;
165
+ export declare function connectorArraySerializer(result: Array<Connector>): any[];
166
+ export declare function connectorArrayDeserializer(result: Array<Connector>): any[];
167
+ /** Insight resource */
168
+ export interface Insight extends ProxyResource {
169
+ /** The resource-specific properties for this resource. */
170
+ properties?: InsightProperties;
171
+ }
172
+ export declare function insightSerializer(item: Insight): any;
173
+ export declare function insightDeserializer(item: any): Insight;
174
+ /** Impact category properties. */
175
+ export interface InsightProperties {
176
+ /** Resource provisioning state. */
177
+ readonly provisioningState?: ProvisioningState;
178
+ /** category of the insight. */
179
+ category: string;
180
+ /** status of the insight. example resolved, repaired, other. */
181
+ status?: string;
182
+ /** Identifier of the event that has been correlated with this insight. This can be used to aggregate insights for the same event. */
183
+ eventId?: string;
184
+ /** Identifier that can be used to group similar insights. */
185
+ groupId?: string;
186
+ /** Contains title & description for the insight */
187
+ content: Content;
188
+ /** Time of the event, which has been correlated the impact. */
189
+ eventTime?: Date;
190
+ /** unique id of the insight. */
191
+ insightUniqueId: string;
192
+ /** details of of the impact for which insight has been generated. */
193
+ impact: ImpactDetails;
194
+ /** additional details of the insight. */
195
+ additionalDetails?: Record<string, any>;
196
+ }
197
+ export declare function insightPropertiesSerializer(item: InsightProperties): any;
198
+ export declare function insightPropertiesDeserializer(item: any): InsightProperties;
199
+ /** Article details of the insight like title, description etc */
200
+ export interface Content {
201
+ /** Title of the insight */
202
+ title: string;
203
+ /** Description of the insight */
204
+ description: string;
205
+ }
206
+ export declare function contentSerializer(item: Content): any;
207
+ export declare function contentDeserializer(item: any): Content;
208
+ /** details of of the impact for which insight has been generated. */
209
+ export interface ImpactDetails {
210
+ /** List of impacted Azure resources. */
211
+ impactedResourceId: string;
212
+ /** Time at which impact was started according to reported impact. */
213
+ startTime: Date;
214
+ /** Time at which impact was ended according to reported impact. */
215
+ endTime?: Date;
216
+ /** Azure Id of the impact. */
217
+ impactId: string;
218
+ }
219
+ export declare function impactDetailsSerializer(item: ImpactDetails): any;
220
+ export declare function impactDetailsDeserializer(item: any): ImpactDetails;
221
+ /** model interface _InsightPropertiesAdditionalDetails */
222
+ export interface _InsightPropertiesAdditionalDetails {
223
+ }
224
+ export declare function _insightPropertiesAdditionalDetailsSerializer(item: _InsightPropertiesAdditionalDetails): any;
225
+ export declare function _insightPropertiesAdditionalDetailsDeserializer(item: any): _InsightPropertiesAdditionalDetails;
226
+ /** The response of a Insight list operation. */
227
+ export interface _InsightListResult {
228
+ /** The Insight items on this page */
229
+ value: Insight[];
230
+ /** The link to the next page of items */
231
+ nextLink?: string;
232
+ }
233
+ export declare function _insightListResultDeserializer(item: any): _InsightListResult;
234
+ export declare function insightArraySerializer(result: Array<Insight>): any[];
235
+ export declare function insightArrayDeserializer(result: Array<Insight>): any[];
236
+ /** ImpactCategory resource */
237
+ export interface ImpactCategory extends ProxyResource {
238
+ /** The resource-specific properties for this resource. */
239
+ properties?: ImpactCategoryProperties;
240
+ }
241
+ export declare function impactCategoryDeserializer(item: any): ImpactCategory;
242
+ /** Impact category properties. */
243
+ export interface ImpactCategoryProperties {
244
+ /** Resource provisioning state. */
245
+ readonly provisioningState?: ProvisioningState;
246
+ /** Unique ID of the category */
247
+ categoryId: string;
248
+ /** Unique ID of the parent category */
249
+ parentCategoryId?: string;
250
+ /** Description of the category */
251
+ description?: string;
252
+ /** The workloadImpact properties which are required when reporting with the impact category */
253
+ requiredImpactProperties?: RequiredImpactProperties[];
254
+ }
255
+ export declare function impactCategoryPropertiesDeserializer(item: any): ImpactCategoryProperties;
256
+ export declare function requiredImpactPropertiesArrayDeserializer(result: Array<RequiredImpactProperties>): any[];
257
+ /** Required impact properties */
258
+ export interface RequiredImpactProperties {
259
+ /** Name of the property */
260
+ name: string;
261
+ /** Allowed values values for the property */
262
+ allowedValues?: string[];
263
+ }
264
+ export declare function requiredImpactPropertiesDeserializer(item: any): RequiredImpactProperties;
265
+ /** The response of a ImpactCategory list operation. */
266
+ export interface _ImpactCategoryListResult {
267
+ /** The ImpactCategory items on this page */
268
+ value: ImpactCategory[];
269
+ /** The link to the next page of items */
270
+ nextLink?: string;
271
+ }
272
+ export declare function _impactCategoryListResultDeserializer(item: any): _ImpactCategoryListResult;
273
+ export declare function impactCategoryArrayDeserializer(result: Array<ImpactCategory>): any[];
274
+ /** Workload Impact properties */
275
+ export interface WorkloadImpact extends ProxyResource {
276
+ /** The resource-specific properties for this resource. */
277
+ properties?: WorkloadImpactProperties;
278
+ }
279
+ export declare function workloadImpactSerializer(item: WorkloadImpact): any;
280
+ export declare function workloadImpactDeserializer(item: any): WorkloadImpact;
281
+ /** Workload impact properties */
282
+ export interface WorkloadImpactProperties {
283
+ /** Resource provisioning state. */
284
+ readonly provisioningState?: ProvisioningState;
285
+ /** Time at which impact was observed */
286
+ startDateTime: Date;
287
+ /** Time at which impact has ended */
288
+ endDateTime?: Date;
289
+ /** Azure resource id of the impacted resource */
290
+ impactedResourceId: string;
291
+ /** Unique ID of the impact (UUID) */
292
+ readonly impactUniqueId?: string;
293
+ /** Time at which impact is reported */
294
+ readonly reportedTimeUtc?: Date;
295
+ /** Category of the impact, details can found from /impactCategories API */
296
+ impactCategory: string;
297
+ /** A detailed description of the impact */
298
+ impactDescription?: string;
299
+ /** The ARM correlation ids, this is important field for control plane related impacts */
300
+ armCorrelationIds?: string[];
301
+ /** Details about performance issue. Applicable for performance impacts. */
302
+ performance?: Performance[];
303
+ /** Details about connectivity issue. Applicable when root resource causing the issue is not identified. For example, when a VM is impacted due to a network issue, the impacted resource is identified as the VM, but the root cause is the network. In such cases, the connectivity field will have the details about the network issue */
304
+ connectivity?: Connectivity;
305
+ /** Additional fields related to impact, applicable fields per resource type are list under /impactCategories API */
306
+ additionalProperties?: Record<string, any>;
307
+ /** ARM error code and error message associated with the impact */
308
+ errorDetails?: ErrorDetailProperties;
309
+ /** Information about the impacted workload */
310
+ workload?: Workload;
311
+ /** Use this field to group impacts */
312
+ impactGroupId?: string;
313
+ /** Degree of confidence on the impact being a platform issue */
314
+ confidenceLevel?: ConfidenceLevel;
315
+ /** Client incident details ex: incidentId , incident source */
316
+ clientIncidentDetails?: ClientIncidentDetails;
317
+ }
318
+ export declare function workloadImpactPropertiesSerializer(item: WorkloadImpactProperties): any;
319
+ export declare function workloadImpactPropertiesDeserializer(item: any): WorkloadImpactProperties;
320
+ export declare function performanceArraySerializer(result: Array<Performance>): any[];
321
+ export declare function performanceArrayDeserializer(result: Array<Performance>): any[];
322
+ /** Details about impacted performance metrics. Applicable for performance related impact */
323
+ export interface Performance {
324
+ /** Name of the Metric examples: Disk, IOPs, CPU, GPU, Memory, details can be found from /impactCategories API */
325
+ metricName?: string;
326
+ /** Threshold value for the metric */
327
+ expected?: number;
328
+ /** Observed value for the metric */
329
+ actual?: number;
330
+ /** Max and Min Threshold values for the metric */
331
+ expectedValueRange?: ExpectedValueRange;
332
+ /** Unit of the metric ex: Bytes, Percentage, Count, Seconds, Milliseconds, Bytes/Second, Count/Second, etc.., Other */
333
+ unit?: MetricUnit;
334
+ }
335
+ export declare function performanceSerializer(item: Performance): any;
336
+ export declare function performanceDeserializer(item: any): Performance;
337
+ /** Max and Min Threshold values for the metric */
338
+ export interface ExpectedValueRange {
339
+ /** Min threshold value for the metric */
340
+ min: number;
341
+ /** Max threshold value for the metric */
342
+ max: number;
343
+ }
344
+ export declare function expectedValueRangeSerializer(item: ExpectedValueRange): any;
345
+ export declare function expectedValueRangeDeserializer(item: any): ExpectedValueRange;
346
+ /** List of unit of the metric. */
347
+ export declare enum KnownMetricUnit {
348
+ /** When measurement is in ByteSeconds */
349
+ ByteSeconds = "ByteSeconds",
350
+ /** When measurement is in Bytes */
351
+ Bytes = "Bytes",
352
+ /** When measurement is in BytesPerSecond */
353
+ BytesPerSecond = "BytesPerSecond",
354
+ /** When measurement is in Cores */
355
+ Cores = "Cores",
356
+ /** When measurement is in Count */
357
+ Count = "Count",
358
+ /** When measurement is in CountPerSecond */
359
+ CountPerSecond = "CountPerSecond",
360
+ /** When measurement is in MilliCores */
361
+ MilliCores = "MilliCores",
362
+ /** When measurement is in MilliSeconds */
363
+ MilliSeconds = "MilliSeconds",
364
+ /** When measurement is in NanoCores */
365
+ NanoCores = "NanoCores",
366
+ /** When measurement is in Percent */
367
+ Percent = "Percent",
368
+ /** When measurement is in Seconds */
369
+ Seconds = "Seconds",
370
+ /** When measurement is in Other than listed */
371
+ Other = "Other"
372
+ }
373
+ /**
374
+ * List of unit of the metric. \
375
+ * {@link KnownMetricUnit} can be used interchangeably with MetricUnit,
376
+ * this enum contains the known values that the service supports.
377
+ * ### Known values supported by the service
378
+ * **ByteSeconds**: When measurement is in ByteSeconds \
379
+ * **Bytes**: When measurement is in Bytes \
380
+ * **BytesPerSecond**: When measurement is in BytesPerSecond \
381
+ * **Cores**: When measurement is in Cores \
382
+ * **Count**: When measurement is in Count \
383
+ * **CountPerSecond**: When measurement is in CountPerSecond \
384
+ * **MilliCores**: When measurement is in MilliCores \
385
+ * **MilliSeconds**: When measurement is in MilliSeconds \
386
+ * **NanoCores**: When measurement is in NanoCores \
387
+ * **Percent**: When measurement is in Percent \
388
+ * **Seconds**: When measurement is in Seconds \
389
+ * **Other**: When measurement is in Other than listed
390
+ */
391
+ export type MetricUnit = string;
392
+ /** Details about connectivity issue. Applicable when root resource causing the issue is not identified. For example, when a VM is impacted due to a network issue, the impacted resource could be VM or the network. In such cases, the connectivity field will have the details about both VM and network. */
393
+ export interface Connectivity {
394
+ /** Protocol used for the connection */
395
+ protocol?: Protocol;
396
+ /** Port number for the connection */
397
+ port?: number;
398
+ /** Source from which the connection was attempted */
399
+ source?: SourceOrTarget;
400
+ /** target which connection was attempted */
401
+ target?: SourceOrTarget;
402
+ }
403
+ export declare function connectivitySerializer(item: Connectivity): any;
404
+ export declare function connectivityDeserializer(item: any): Connectivity;
405
+ /** List of protocols */
406
+ export declare enum KnownProtocol {
407
+ /** When communication protocol is TCP */
408
+ TCP = "TCP",
409
+ /** When communication protocol is UDP */
410
+ UDP = "UDP",
411
+ /** When communication protocol is HTTP */
412
+ Http = "HTTP",
413
+ /** When communication protocol is HTTPS */
414
+ Https = "HTTPS",
415
+ /** When communication protocol is RDP */
416
+ RDP = "RDP",
417
+ /** When communication protocol is FTP */
418
+ FTP = "FTP",
419
+ /** When communication protocol is SSH */
420
+ SSH = "SSH",
421
+ /** When communication protocol is Other */
422
+ Other = "Other"
423
+ }
424
+ /**
425
+ * List of protocols \
426
+ * {@link KnownProtocol} can be used interchangeably with Protocol,
427
+ * this enum contains the known values that the service supports.
428
+ * ### Known values supported by the service
429
+ * **TCP**: When communication protocol is TCP \
430
+ * **UDP**: When communication protocol is UDP \
431
+ * **Http**: When communication protocol is HTTP \
432
+ * **Https**: When communication protocol is HTTPS \
433
+ * **RDP**: When communication protocol is RDP \
434
+ * **FTP**: When communication protocol is FTP \
435
+ * **SSH**: When communication protocol is SSH \
436
+ * **Other**: When communication protocol is Other
437
+ */
438
+ export type Protocol = string;
439
+ /** Resource details */
440
+ export interface SourceOrTarget {
441
+ /** Azure resource id, example /subscription/{subscription}/resourceGroup/{rg}/Microsoft.compute/virtualMachine/{vmName} */
442
+ azureResourceId?: string;
443
+ }
444
+ export declare function sourceOrTargetSerializer(item: SourceOrTarget): any;
445
+ export declare function sourceOrTargetDeserializer(item: any): SourceOrTarget;
446
+ /** model interface _WorkloadImpactPropertiesAdditionalProperties */
447
+ export interface _WorkloadImpactPropertiesAdditionalProperties {
448
+ }
449
+ export declare function _workloadImpactPropertiesAdditionalPropertiesSerializer(item: _WorkloadImpactPropertiesAdditionalProperties): any;
450
+ export declare function _workloadImpactPropertiesAdditionalPropertiesDeserializer(item: any): _WorkloadImpactPropertiesAdditionalProperties;
451
+ /** ARM error code and error message associated with the impact */
452
+ export interface ErrorDetailProperties {
453
+ /** ARM Error code associated with the impact. */
454
+ errorCode?: string;
455
+ /** ARM Error Message associated with the impact */
456
+ errorMessage?: string;
457
+ }
458
+ export declare function errorDetailPropertiesSerializer(item: ErrorDetailProperties): any;
459
+ export declare function errorDetailPropertiesDeserializer(item: any): ErrorDetailProperties;
460
+ /** Information about the impacted workload */
461
+ export interface Workload {
462
+ /** the scenario for the workload */
463
+ context?: string;
464
+ /** Tool used to interact with Azure. SDK, AzPortal, etc.., Other */
465
+ toolset?: Toolset;
466
+ }
467
+ export declare function workloadSerializer(item: Workload): any;
468
+ export declare function workloadDeserializer(item: any): Workload;
469
+ /** List of azure interfaces. */
470
+ export declare enum KnownToolset {
471
+ /** If communication toolset is Terraform */
472
+ Terraform = "Terraform",
473
+ /** If communication toolset is Puppet */
474
+ Puppet = "Puppet",
475
+ /** If communication toolset is Chef */
476
+ Chef = "Chef",
477
+ /** If communication toolset is SDK */
478
+ SDK = "SDK",
479
+ /** If communication toolset is Ansible */
480
+ Ansible = "Ansible",
481
+ /** If communication toolset is ARM */
482
+ ARM = "ARM",
483
+ /** If communication toolset is Portal */
484
+ Portal = "Portal",
485
+ /** If communication toolset is Shell */
486
+ Shell = "Shell",
487
+ /** If communication toolset is Other */
488
+ Other = "Other"
489
+ }
490
+ /**
491
+ * List of azure interfaces. \
492
+ * {@link KnownToolset} can be used interchangeably with Toolset,
493
+ * this enum contains the known values that the service supports.
494
+ * ### Known values supported by the service
495
+ * **Terraform**: If communication toolset is Terraform \
496
+ * **Puppet**: If communication toolset is Puppet \
497
+ * **Chef**: If communication toolset is Chef \
498
+ * **SDK**: If communication toolset is SDK \
499
+ * **Ansible**: If communication toolset is Ansible \
500
+ * **ARM**: If communication toolset is ARM \
501
+ * **Portal**: If communication toolset is Portal \
502
+ * **Shell**: If communication toolset is Shell \
503
+ * **Other**: If communication toolset is Other
504
+ */
505
+ export type Toolset = string;
506
+ /** Degree of confidence on the impact being a platform issue. */
507
+ export declare enum KnownConfidenceLevel {
508
+ /** Low confidence on azure being the source of impact */
509
+ Low = "Low",
510
+ /** Medium confidence on azure being the source of impact */
511
+ Medium = "Medium",
512
+ /** High confidence on azure being the source of impact */
513
+ High = "High"
514
+ }
515
+ /**
516
+ * Degree of confidence on the impact being a platform issue. \
517
+ * {@link KnownConfidenceLevel} can be used interchangeably with ConfidenceLevel,
518
+ * this enum contains the known values that the service supports.
519
+ * ### Known values supported by the service
520
+ * **Low**: Low confidence on azure being the source of impact \
521
+ * **Medium**: Medium confidence on azure being the source of impact \
522
+ * **High**: High confidence on azure being the source of impact
523
+ */
524
+ export type ConfidenceLevel = string;
525
+ /** Client incident details ex: incidentId , incident source */
526
+ export interface ClientIncidentDetails {
527
+ /** Client incident id. ex : id of the incident created to investigate and address the impact if any. */
528
+ clientIncidentId?: string;
529
+ /** Client incident source. ex : source system name where the incident is created */
530
+ clientIncidentSource?: IncidentSource;
531
+ }
532
+ export declare function clientIncidentDetailsSerializer(item: ClientIncidentDetails): any;
533
+ export declare function clientIncidentDetailsDeserializer(item: any): ClientIncidentDetails;
534
+ /** List of incident interfaces. */
535
+ export declare enum KnownIncidentSource {
536
+ /** When source of Incident is AzureDevops */
537
+ AzureDevops = "AzureDevops",
538
+ /** When source of Incident is Microsoft ICM */
539
+ ICM = "ICM",
540
+ /** When source of Incident is Jira */
541
+ Jira = "Jira",
542
+ /** When source of Incident is ServiceNow */
543
+ ServiceNow = "ServiceNow",
544
+ /** When source of Incident is Other */
545
+ Other = "Other"
546
+ }
547
+ /**
548
+ * List of incident interfaces. \
549
+ * {@link KnownIncidentSource} can be used interchangeably with IncidentSource,
550
+ * this enum contains the known values that the service supports.
551
+ * ### Known values supported by the service
552
+ * **AzureDevops**: When source of Incident is AzureDevops \
553
+ * **ICM**: When source of Incident is Microsoft ICM \
554
+ * **Jira**: When source of Incident is Jira \
555
+ * **ServiceNow**: When source of Incident is ServiceNow \
556
+ * **Other**: When source of Incident is Other
557
+ */
558
+ export type IncidentSource = string;
559
+ /** The response of a WorkloadImpact list operation. */
560
+ export interface _WorkloadImpactListResult {
561
+ /** The WorkloadImpact items on this page */
562
+ value: WorkloadImpact[];
563
+ /** The link to the next page of items */
564
+ nextLink?: string;
565
+ }
566
+ export declare function _workloadImpactListResultDeserializer(item: any): _WorkloadImpactListResult;
567
+ export declare function workloadImpactArraySerializer(result: Array<WorkloadImpact>): any[];
568
+ export declare function workloadImpactArrayDeserializer(result: Array<WorkloadImpact>): any[];
569
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
570
+ export interface _OperationListResult {
571
+ /** The Operation items on this page */
572
+ value: Operation[];
573
+ /** The link to the next page of items */
574
+ nextLink?: string;
575
+ }
576
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
577
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
578
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
579
+ export interface Operation {
580
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
581
+ readonly name?: string;
582
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
583
+ readonly isDataAction?: boolean;
584
+ /** Localized display information for this particular operation. */
585
+ display?: OperationDisplay;
586
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
587
+ readonly origin?: Origin;
588
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
589
+ readonly actionType?: ActionType;
590
+ }
591
+ export declare function operationDeserializer(item: any): Operation;
592
+ /** Localized display information for and operation. */
593
+ export interface OperationDisplay {
594
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
595
+ readonly provider?: string;
596
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
597
+ readonly resource?: string;
598
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
599
+ readonly operation?: string;
600
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
601
+ readonly description?: string;
602
+ }
603
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
604
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
605
+ export declare enum KnownOrigin {
606
+ /** Indicates the operation is initiated by a user. */
607
+ User = "user",
608
+ /** Indicates the operation is initiated by a system. */
609
+ System = "system",
610
+ /** Indicates the operation is initiated by a user or system. */
611
+ UserSystem = "user,system"
612
+ }
613
+ /**
614
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
615
+ * {@link KnownOrigin} can be used interchangeably with Origin,
616
+ * this enum contains the known values that the service supports.
617
+ * ### Known values supported by the service
618
+ * **User**: Indicates the operation is initiated by a user. \
619
+ * **System**: Indicates the operation is initiated by a system. \
620
+ * **UserSystem**: Indicates the operation is initiated by a user or system.
621
+ */
622
+ export type Origin = string;
623
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
624
+ export declare enum KnownActionType {
625
+ /** Actions are for internal-only APIs. */
626
+ Internal = "Internal"
627
+ }
628
+ /**
629
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
630
+ * {@link KnownActionType} can be used interchangeably with ActionType,
631
+ * this enum contains the known values that the service supports.
632
+ * ### Known values supported by the service
633
+ * **Internal**: Actions are for internal-only APIs.
634
+ */
635
+ export type ActionType = string;
636
+ /** API Versions */
637
+ export declare enum KnownVersions {
638
+ /** May 01, 2024 Preview API Version */
639
+ V20240501Preview = "2024-05-01-preview"
640
+ }
641
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}