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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (346) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -19
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/largeInstanceManagementClient.d.ts +2 -2
  9. package/dist/browser/largeInstanceManagementClient.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/largeInstanceManagementClient.js +32 -24
  11. package/dist/browser/largeInstanceManagementClient.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +17 -7
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/azureLargeInstanceOperations.d.ts +3 -3
  21. package/dist/browser/operations/azureLargeInstanceOperations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/azureLargeInstanceOperations.js +175 -206
  23. package/dist/browser/operations/azureLargeInstanceOperations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/azureLargeStorageInstanceOperations.d.ts +3 -3
  25. package/dist/browser/operations/azureLargeStorageInstanceOperations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/azureLargeStorageInstanceOperations.js +48 -82
  27. package/dist/browser/operations/azureLargeStorageInstanceOperations.js.map +1 -0
  28. package/dist/browser/operations/index.d.ts +4 -0
  29. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  30. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  31. package/dist/browser/operations/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  33. package/dist/browser/operations/operations.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  35. package/dist/browser/operations/operations.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/azureLargeInstanceOperations.d.ts +1 -1
  37. package/dist/browser/operationsInterfaces/azureLargeInstanceOperations.d.ts.map +1 -0
  38. package/dist/browser/operationsInterfaces/azureLargeInstanceOperations.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts +1 -1
  40. package/dist/browser/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts.map +1 -0
  41. package/dist/browser/operationsInterfaces/azureLargeStorageInstanceOperations.js.map +1 -0
  42. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  44. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  45. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  48. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  49. package/dist/browser/package.json +3 -0
  50. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  51. package/dist/browser/pagingHelper.js.map +1 -0
  52. package/dist/commonjs/index.d.ts +5 -0
  53. package/dist/commonjs/index.d.ts.map +1 -0
  54. package/dist/commonjs/index.js +19 -0
  55. package/dist/commonjs/index.js.map +1 -0
  56. package/dist/commonjs/largeInstanceManagementClient.d.ts +22 -0
  57. package/dist/commonjs/largeInstanceManagementClient.d.ts.map +1 -0
  58. package/dist/commonjs/largeInstanceManagementClient.js +116 -0
  59. package/dist/commonjs/largeInstanceManagementClient.js.map +1 -0
  60. package/dist/commonjs/lroImpl.d.ts +11 -0
  61. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  62. package/dist/commonjs/lroImpl.js +21 -0
  63. package/dist/commonjs/lroImpl.js.map +1 -0
  64. package/{types/arm-largeinstance.d.ts → dist/commonjs/models/index.d.ts} +858 -1096
  65. package/dist/commonjs/models/index.d.ts.map +1 -0
  66. package/dist/commonjs/models/index.js +213 -0
  67. package/dist/commonjs/models/index.js.map +1 -0
  68. package/dist/commonjs/models/mappers.d.ts +33 -0
  69. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  70. package/dist/commonjs/models/mappers.js +915 -0
  71. package/dist/commonjs/models/mappers.js.map +1 -0
  72. package/dist/commonjs/models/parameters.d.ts +14 -0
  73. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  74. package/dist/commonjs/models/parameters.js +129 -0
  75. package/dist/commonjs/models/parameters.js.map +1 -0
  76. package/dist/commonjs/operations/azureLargeInstanceOperations.d.ts +117 -0
  77. package/dist/commonjs/operations/azureLargeInstanceOperations.d.ts.map +1 -0
  78. package/dist/commonjs/operations/azureLargeInstanceOperations.js +561 -0
  79. package/dist/commonjs/operations/azureLargeInstanceOperations.js.map +1 -0
  80. package/dist/commonjs/operations/azureLargeStorageInstanceOperations.d.ts +76 -0
  81. package/dist/commonjs/operations/azureLargeStorageInstanceOperations.d.ts.map +1 -0
  82. package/dist/commonjs/operations/azureLargeStorageInstanceOperations.js +303 -0
  83. package/dist/commonjs/operations/azureLargeStorageInstanceOperations.js.map +1 -0
  84. package/dist/commonjs/operations/index.d.ts +4 -0
  85. package/dist/commonjs/operations/index.d.ts.map +1 -0
  86. package/dist/commonjs/operations/index.js +14 -0
  87. package/dist/commonjs/operations/index.js.map +1 -0
  88. package/dist/commonjs/operations/operations.d.ts +32 -0
  89. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  90. package/dist/commonjs/operations/operations.js +121 -0
  91. package/dist/commonjs/operations/operations.js.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/azureLargeInstanceOperations.d.ts +79 -0
  93. package/dist/commonjs/operationsInterfaces/azureLargeInstanceOperations.d.ts.map +1 -0
  94. package/{src/operations/index.ts → dist/commonjs/operationsInterfaces/azureLargeInstanceOperations.js} +3 -4
  95. package/dist/commonjs/operationsInterfaces/azureLargeInstanceOperations.js.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts +37 -0
  97. package/dist/commonjs/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/azureLargeStorageInstanceOperations.js +10 -0
  99. package/dist/commonjs/operationsInterfaces/azureLargeStorageInstanceOperations.js.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  101. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  103. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  105. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  107. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  108. package/dist/commonjs/package.json +3 -0
  109. package/dist/commonjs/pagingHelper.d.ts +13 -0
  110. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  111. package/dist/commonjs/pagingHelper.js +34 -0
  112. package/dist/commonjs/pagingHelper.js.map +1 -0
  113. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  114. package/dist/esm/index.d.ts +5 -0
  115. package/dist/esm/index.d.ts.map +1 -0
  116. package/{src/index.ts → dist/esm/index.js} +5 -5
  117. package/dist/esm/index.js.map +1 -0
  118. package/dist/esm/largeInstanceManagementClient.d.ts +22 -0
  119. package/dist/esm/largeInstanceManagementClient.d.ts.map +1 -0
  120. package/dist/esm/largeInstanceManagementClient.js +111 -0
  121. package/dist/esm/largeInstanceManagementClient.js.map +1 -0
  122. package/dist/esm/lroImpl.d.ts +11 -0
  123. package/dist/esm/lroImpl.d.ts.map +1 -0
  124. package/dist/esm/lroImpl.js +18 -0
  125. package/dist/esm/lroImpl.js.map +1 -0
  126. package/dist/esm/models/index.d.ts +858 -0
  127. package/dist/esm/models/index.d.ts.map +1 -0
  128. package/dist/esm/models/index.js +210 -0
  129. package/dist/esm/models/index.js.map +1 -0
  130. package/dist/esm/models/mappers.d.ts +33 -0
  131. package/dist/esm/models/mappers.d.ts.map +1 -0
  132. package/dist/esm/models/mappers.js +912 -0
  133. package/dist/esm/models/mappers.js.map +1 -0
  134. package/dist/esm/models/parameters.d.ts +14 -0
  135. package/dist/esm/models/parameters.d.ts.map +1 -0
  136. package/dist/esm/models/parameters.js +126 -0
  137. package/dist/esm/models/parameters.js.map +1 -0
  138. package/dist/esm/operations/azureLargeInstanceOperations.d.ts +117 -0
  139. package/dist/esm/operations/azureLargeInstanceOperations.d.ts.map +1 -0
  140. package/dist/esm/operations/azureLargeInstanceOperations.js +556 -0
  141. package/dist/esm/operations/azureLargeInstanceOperations.js.map +1 -0
  142. package/dist/esm/operations/azureLargeStorageInstanceOperations.d.ts +76 -0
  143. package/dist/esm/operations/azureLargeStorageInstanceOperations.d.ts.map +1 -0
  144. package/dist/esm/operations/azureLargeStorageInstanceOperations.js +298 -0
  145. package/dist/esm/operations/azureLargeStorageInstanceOperations.js.map +1 -0
  146. package/dist/esm/operations/index.d.ts +4 -0
  147. package/dist/esm/operations/index.d.ts.map +1 -0
  148. package/dist/esm/operations/index.js +11 -0
  149. package/dist/esm/operations/index.js.map +1 -0
  150. package/dist/esm/operations/operations.d.ts +32 -0
  151. package/dist/esm/operations/operations.d.ts.map +1 -0
  152. package/dist/esm/operations/operations.js +116 -0
  153. package/dist/esm/operations/operations.js.map +1 -0
  154. package/dist/esm/operationsInterfaces/azureLargeInstanceOperations.d.ts +79 -0
  155. package/dist/esm/operationsInterfaces/azureLargeInstanceOperations.d.ts.map +1 -0
  156. package/dist/esm/operationsInterfaces/azureLargeInstanceOperations.js +9 -0
  157. package/dist/esm/operationsInterfaces/azureLargeInstanceOperations.js.map +1 -0
  158. package/dist/esm/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts +37 -0
  159. package/dist/esm/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts.map +1 -0
  160. package/dist/esm/operationsInterfaces/azureLargeStorageInstanceOperations.js +9 -0
  161. package/dist/esm/operationsInterfaces/azureLargeStorageInstanceOperations.js.map +1 -0
  162. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  163. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  164. package/dist/esm/operationsInterfaces/index.js +11 -0
  165. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  167. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/operations.js +9 -0
  169. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  170. package/dist/esm/package.json +3 -0
  171. package/dist/esm/pagingHelper.d.ts +13 -0
  172. package/dist/esm/pagingHelper.d.ts.map +1 -0
  173. package/dist/esm/pagingHelper.js +30 -0
  174. package/dist/esm/pagingHelper.js.map +1 -0
  175. package/dist/react-native/index.d.ts +5 -0
  176. package/dist/react-native/index.d.ts.map +1 -0
  177. package/dist/react-native/index.js +13 -0
  178. package/dist/react-native/index.js.map +1 -0
  179. package/dist/react-native/largeInstanceManagementClient.d.ts +22 -0
  180. package/dist/react-native/largeInstanceManagementClient.d.ts.map +1 -0
  181. package/dist/react-native/largeInstanceManagementClient.js +111 -0
  182. package/dist/react-native/largeInstanceManagementClient.js.map +1 -0
  183. package/dist/react-native/lroImpl.d.ts +11 -0
  184. package/dist/react-native/lroImpl.d.ts.map +1 -0
  185. package/dist/react-native/lroImpl.js +18 -0
  186. package/dist/react-native/lroImpl.js.map +1 -0
  187. package/dist/react-native/models/index.d.ts +858 -0
  188. package/dist/react-native/models/index.d.ts.map +1 -0
  189. package/dist/react-native/models/index.js +210 -0
  190. package/dist/react-native/models/index.js.map +1 -0
  191. package/dist/react-native/models/mappers.d.ts +33 -0
  192. package/dist/react-native/models/mappers.d.ts.map +1 -0
  193. package/dist/react-native/models/mappers.js +912 -0
  194. package/dist/react-native/models/mappers.js.map +1 -0
  195. package/dist/react-native/models/parameters.d.ts +14 -0
  196. package/dist/react-native/models/parameters.d.ts.map +1 -0
  197. package/dist/react-native/models/parameters.js +126 -0
  198. package/dist/react-native/models/parameters.js.map +1 -0
  199. package/dist/react-native/operations/azureLargeInstanceOperations.d.ts +117 -0
  200. package/dist/react-native/operations/azureLargeInstanceOperations.d.ts.map +1 -0
  201. package/dist/react-native/operations/azureLargeInstanceOperations.js +556 -0
  202. package/dist/react-native/operations/azureLargeInstanceOperations.js.map +1 -0
  203. package/dist/react-native/operations/azureLargeStorageInstanceOperations.d.ts +76 -0
  204. package/dist/react-native/operations/azureLargeStorageInstanceOperations.d.ts.map +1 -0
  205. package/dist/react-native/operations/azureLargeStorageInstanceOperations.js +298 -0
  206. package/dist/react-native/operations/azureLargeStorageInstanceOperations.js.map +1 -0
  207. package/dist/react-native/operations/index.d.ts +4 -0
  208. package/dist/react-native/operations/index.d.ts.map +1 -0
  209. package/dist/react-native/operations/index.js +11 -0
  210. package/dist/react-native/operations/index.js.map +1 -0
  211. package/dist/react-native/operations/operations.d.ts +32 -0
  212. package/dist/react-native/operations/operations.d.ts.map +1 -0
  213. package/dist/react-native/operations/operations.js +116 -0
  214. package/dist/react-native/operations/operations.js.map +1 -0
  215. package/dist/react-native/operationsInterfaces/azureLargeInstanceOperations.d.ts +79 -0
  216. package/dist/react-native/operationsInterfaces/azureLargeInstanceOperations.d.ts.map +1 -0
  217. package/dist/react-native/operationsInterfaces/azureLargeInstanceOperations.js +9 -0
  218. package/dist/react-native/operationsInterfaces/azureLargeInstanceOperations.js.map +1 -0
  219. package/dist/react-native/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts +37 -0
  220. package/dist/react-native/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts.map +1 -0
  221. package/dist/react-native/operationsInterfaces/azureLargeStorageInstanceOperations.js +9 -0
  222. package/dist/react-native/operationsInterfaces/azureLargeStorageInstanceOperations.js.map +1 -0
  223. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  224. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  225. package/dist/react-native/operationsInterfaces/index.js +11 -0
  226. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  227. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  228. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  229. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  230. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  231. package/dist/react-native/package.json +3 -0
  232. package/dist/react-native/pagingHelper.d.ts +13 -0
  233. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  234. package/dist/react-native/pagingHelper.js +30 -0
  235. package/dist/react-native/pagingHelper.js.map +1 -0
  236. package/package.json +86 -72
  237. package/dist/index.js +0 -2490
  238. package/dist/index.js.map +0 -1
  239. package/dist/index.min.js +0 -1
  240. package/dist/index.min.js.map +0 -1
  241. package/dist-esm/samples-dev/azureLargeInstanceGetSample.d.ts +0 -2
  242. package/dist-esm/samples-dev/azureLargeInstanceGetSample.d.ts.map +0 -1
  243. package/dist-esm/samples-dev/azureLargeInstanceGetSample.js +0 -41
  244. package/dist-esm/samples-dev/azureLargeInstanceGetSample.js.map +0 -1
  245. package/dist-esm/samples-dev/azureLargeInstanceListByResourceGroupSample.d.ts +0 -2
  246. package/dist-esm/samples-dev/azureLargeInstanceListByResourceGroupSample.d.ts.map +0 -1
  247. package/dist-esm/samples-dev/azureLargeInstanceListByResourceGroupSample.js +0 -56
  248. package/dist-esm/samples-dev/azureLargeInstanceListByResourceGroupSample.js.map +0 -1
  249. package/dist-esm/samples-dev/azureLargeInstanceListBySubscriptionSample.d.ts +0 -2
  250. package/dist-esm/samples-dev/azureLargeInstanceListBySubscriptionSample.d.ts.map +0 -1
  251. package/dist-esm/samples-dev/azureLargeInstanceListBySubscriptionSample.js +0 -55
  252. package/dist-esm/samples-dev/azureLargeInstanceListBySubscriptionSample.js.map +0 -1
  253. package/dist-esm/samples-dev/azureLargeInstanceRestartSample.d.ts +0 -2
  254. package/dist-esm/samples-dev/azureLargeInstanceRestartSample.d.ts.map +0 -1
  255. package/dist-esm/samples-dev/azureLargeInstanceRestartSample.js +0 -39
  256. package/dist-esm/samples-dev/azureLargeInstanceRestartSample.js.map +0 -1
  257. package/dist-esm/samples-dev/azureLargeInstanceShutdownSample.d.ts +0 -2
  258. package/dist-esm/samples-dev/azureLargeInstanceShutdownSample.d.ts.map +0 -1
  259. package/dist-esm/samples-dev/azureLargeInstanceShutdownSample.js +0 -39
  260. package/dist-esm/samples-dev/azureLargeInstanceShutdownSample.js.map +0 -1
  261. package/dist-esm/samples-dev/azureLargeInstanceStartSample.d.ts +0 -2
  262. package/dist-esm/samples-dev/azureLargeInstanceStartSample.d.ts.map +0 -1
  263. package/dist-esm/samples-dev/azureLargeInstanceStartSample.js +0 -39
  264. package/dist-esm/samples-dev/azureLargeInstanceStartSample.js.map +0 -1
  265. package/dist-esm/samples-dev/azureLargeInstanceUpdateSample.d.ts +0 -2
  266. package/dist-esm/samples-dev/azureLargeInstanceUpdateSample.d.ts.map +0 -1
  267. package/dist-esm/samples-dev/azureLargeInstanceUpdateSample.js +0 -66
  268. package/dist-esm/samples-dev/azureLargeInstanceUpdateSample.js.map +0 -1
  269. package/dist-esm/samples-dev/azureLargeStorageInstanceGetSample.d.ts +0 -2
  270. package/dist-esm/samples-dev/azureLargeStorageInstanceGetSample.d.ts.map +0 -1
  271. package/dist-esm/samples-dev/azureLargeStorageInstanceGetSample.js +0 -41
  272. package/dist-esm/samples-dev/azureLargeStorageInstanceGetSample.js.map +0 -1
  273. package/dist-esm/samples-dev/azureLargeStorageInstanceListByResourceGroupSample.d.ts +0 -2
  274. package/dist-esm/samples-dev/azureLargeStorageInstanceListByResourceGroupSample.d.ts.map +0 -1
  275. package/dist-esm/samples-dev/azureLargeStorageInstanceListByResourceGroupSample.js +0 -58
  276. package/dist-esm/samples-dev/azureLargeStorageInstanceListByResourceGroupSample.js.map +0 -1
  277. package/dist-esm/samples-dev/azureLargeStorageInstanceListBySubscriptionSample.d.ts +0 -2
  278. package/dist-esm/samples-dev/azureLargeStorageInstanceListBySubscriptionSample.d.ts.map +0 -1
  279. package/dist-esm/samples-dev/azureLargeStorageInstanceListBySubscriptionSample.js +0 -55
  280. package/dist-esm/samples-dev/azureLargeStorageInstanceListBySubscriptionSample.js.map +0 -1
  281. package/dist-esm/samples-dev/azureLargeStorageInstanceUpdateSample.d.ts +0 -2
  282. package/dist-esm/samples-dev/azureLargeStorageInstanceUpdateSample.d.ts.map +0 -1
  283. package/dist-esm/samples-dev/azureLargeStorageInstanceUpdateSample.js +0 -66
  284. package/dist-esm/samples-dev/azureLargeStorageInstanceUpdateSample.js.map +0 -1
  285. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  286. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  287. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  288. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  289. package/dist-esm/src/index.d.ts +0 -6
  290. package/dist-esm/src/index.d.ts.map +0 -1
  291. package/dist-esm/src/index.js.map +0 -1
  292. package/dist-esm/src/largeInstanceManagementClient.d.ts.map +0 -1
  293. package/dist-esm/src/largeInstanceManagementClient.js.map +0 -1
  294. package/dist-esm/src/lroImpl.js +0 -21
  295. package/dist-esm/src/lroImpl.js.map +0 -1
  296. package/dist-esm/src/models/index.js.map +0 -1
  297. package/dist-esm/src/models/mappers.js.map +0 -1
  298. package/dist-esm/src/models/parameters.js.map +0 -1
  299. package/dist-esm/src/operations/azureLargeInstanceOperations.d.ts.map +0 -1
  300. package/dist-esm/src/operations/azureLargeInstanceOperations.js.map +0 -1
  301. package/dist-esm/src/operations/azureLargeStorageInstanceOperations.d.ts.map +0 -1
  302. package/dist-esm/src/operations/azureLargeStorageInstanceOperations.js.map +0 -1
  303. package/dist-esm/src/operations/index.d.ts +0 -4
  304. package/dist-esm/src/operations/index.js.map +0 -1
  305. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  306. package/dist-esm/src/operations/operations.js.map +0 -1
  307. package/dist-esm/src/operationsInterfaces/azureLargeInstanceOperations.d.ts.map +0 -1
  308. package/dist-esm/src/operationsInterfaces/azureLargeInstanceOperations.js.map +0 -1
  309. package/dist-esm/src/operationsInterfaces/azureLargeStorageInstanceOperations.d.ts.map +0 -1
  310. package/dist-esm/src/operationsInterfaces/azureLargeStorageInstanceOperations.js.map +0 -1
  311. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  312. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  313. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  314. package/dist-esm/src/pagingHelper.js.map +0 -1
  315. package/dist-esm/test/largeinstance_operations_test.spec.d.ts +0 -4
  316. package/dist-esm/test/largeinstance_operations_test.spec.d.ts.map +0 -1
  317. package/dist-esm/test/largeinstance_operations_test.spec.js +0 -73
  318. package/dist-esm/test/largeinstance_operations_test.spec.js.map +0 -1
  319. package/src/largeInstanceManagementClient.ts +0 -156
  320. package/src/lroImpl.ts +0 -42
  321. package/src/models/index.ts +0 -955
  322. package/src/models/mappers.ts +0 -944
  323. package/src/models/parameters.ts +0 -147
  324. package/src/operations/azureLargeInstanceOperations.ts +0 -768
  325. package/src/operations/azureLargeStorageInstanceOperations.ts +0 -401
  326. package/src/operations/operations.ts +0 -149
  327. package/src/operationsInterfaces/azureLargeInstanceOperations.ts +0 -156
  328. package/src/operationsInterfaces/azureLargeStorageInstanceOperations.ts +0 -69
  329. package/src/operationsInterfaces/index.ts +0 -11
  330. package/src/operationsInterfaces/operations.ts +0 -22
  331. package/src/pagingHelper.ts +0 -39
  332. package/tsconfig.json +0 -33
  333. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  334. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  335. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  336. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  337. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  338. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  339. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  340. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  341. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureLargeInstanceOperations.js +0 -0
  342. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureLargeStorageInstanceOperations.js +0 -0
  343. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  344. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  345. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  346. /package/review/{arm-largeinstance.api.md → arm-largeinstance-node.api.md} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,210 @@
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
+ /** Known values of {@link Origin} that the service accepts. */
9
+ export var KnownOrigin;
10
+ (function (KnownOrigin) {
11
+ /** User */
12
+ KnownOrigin["User"] = "user";
13
+ /** System */
14
+ KnownOrigin["System"] = "system";
15
+ /** UserSystem */
16
+ KnownOrigin["UserSystem"] = "user,system";
17
+ })(KnownOrigin || (KnownOrigin = {}));
18
+ /** Known values of {@link ActionType} that the service accepts. */
19
+ export var KnownActionType;
20
+ (function (KnownActionType) {
21
+ /** Internal */
22
+ KnownActionType["Internal"] = "Internal";
23
+ })(KnownActionType || (KnownActionType = {}));
24
+ /** Known values of {@link AzureLargeInstanceHardwareTypeNamesEnum} that the service accepts. */
25
+ export var KnownAzureLargeInstanceHardwareTypeNamesEnum;
26
+ (function (KnownAzureLargeInstanceHardwareTypeNamesEnum) {
27
+ /** Hardware type of UCS from vendor Cisco */
28
+ KnownAzureLargeInstanceHardwareTypeNamesEnum["CiscoUCS"] = "Cisco_UCS";
29
+ /** Hardware type of HPE from vendor Hewlett Packard Enterprise */
30
+ KnownAzureLargeInstanceHardwareTypeNamesEnum["HPE"] = "HPE";
31
+ /** Hardware type of SDFLEX */
32
+ KnownAzureLargeInstanceHardwareTypeNamesEnum["Sdflex"] = "SDFLEX";
33
+ })(KnownAzureLargeInstanceHardwareTypeNamesEnum || (KnownAzureLargeInstanceHardwareTypeNamesEnum = {}));
34
+ /** Known values of {@link AzureLargeInstanceSizeNamesEnum} that the service accepts. */
35
+ export var KnownAzureLargeInstanceSizeNamesEnum;
36
+ (function (KnownAzureLargeInstanceSizeNamesEnum) {
37
+ /** Type I class SKU that can't be purchased anymore */
38
+ KnownAzureLargeInstanceSizeNamesEnum["S72M"] = "S72m";
39
+ /** Type I class SKU that can't be purchased anymore */
40
+ KnownAzureLargeInstanceSizeNamesEnum["S144M"] = "S144m";
41
+ /** Type I class SKU that can't be purchased anymore */
42
+ KnownAzureLargeInstanceSizeNamesEnum["S72"] = "S72";
43
+ /** Type I class SKU that can't be purchased anymore */
44
+ KnownAzureLargeInstanceSizeNamesEnum["S144"] = "S144";
45
+ /** Type I class SKU that can't be purchased anymore */
46
+ KnownAzureLargeInstanceSizeNamesEnum["S192"] = "S192";
47
+ /** Type I class SKU that can't be purchased anymore */
48
+ KnownAzureLargeInstanceSizeNamesEnum["S192M"] = "S192m";
49
+ /** Type I class SKU that can't be purchased anymore */
50
+ KnownAzureLargeInstanceSizeNamesEnum["S192Xm"] = "S192xm";
51
+ /** 2 sockets, 96 CPU threads, 48 CPU cores, 768 GB total memory, 768 GB DRAM, 3.0 TB storage, Cisco_UCS hardware type */
52
+ KnownAzureLargeInstanceSizeNamesEnum["S96"] = "S96";
53
+ /** No longer offered or used. */
54
+ KnownAzureLargeInstanceSizeNamesEnum["S112"] = "S112";
55
+ /** 4 sockets, 224 CPU threads, 112 CPU cores, 3 TB total memory, 3 TB DRAM, 6.3 TB storage, Cisco_UCS hardware type */
56
+ KnownAzureLargeInstanceSizeNamesEnum["S224"] = "S224";
57
+ /** 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, Cisco_UCS hardware type */
58
+ KnownAzureLargeInstanceSizeNamesEnum["S224M"] = "S224m";
59
+ /** 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 3 TB DRAM, 3 TB memory optane, 10.5 TB storage, Cisco_UCS hardware type */
60
+ KnownAzureLargeInstanceSizeNamesEnum["S224Om"] = "S224om";
61
+ /** 4 sockets, 224 CPU threads, 112 CPU cores, 4.5 TB total memory, 1.5 TB DRAM, 3 TB memory optane, 8.4 TB storage, Cisco_UCS hardware type */
62
+ KnownAzureLargeInstanceSizeNamesEnum["S224Oo"] = "S224oo";
63
+ /** 4 sockets, 224 CPU threads, 112 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, Cisco_UCS hardware type */
64
+ KnownAzureLargeInstanceSizeNamesEnum["S224Oom"] = "S224oom";
65
+ /** 4 sockets, 224 CPU threads, 112 CPU cores, 7.5TB total memory, 1.5 TB DRAM, 6 TB memory optane, 12.7 TB storage, Cisco_UCS hardware type */
66
+ KnownAzureLargeInstanceSizeNamesEnum["S224Ooo"] = "S224ooo";
67
+ /** 4 sockets, 448 CPU threads, 6 TB total memory, SDFLEX hardware type */
68
+ KnownAzureLargeInstanceSizeNamesEnum["S224Se"] = "S224se";
69
+ /** 8 sockets, 384 CPU threads, 192 CPU cores, 4 TB total memory, 4 TB DRAM, 16 TB storage, HPEMc990x hardware type */
70
+ KnownAzureLargeInstanceSizeNamesEnum["S384"] = "S384";
71
+ /** 8 sockets, 384 CPU threads, 192 CPU cores, 6 TB total memory, 6 TB DRAM, 18 TB storage, HPEMc990x hardware type */
72
+ KnownAzureLargeInstanceSizeNamesEnum["S384M"] = "S384m";
73
+ /** 8 sockets, 384 CPU threads, 192 CPU cores, 8 TB total memory, 8 TB DRAM, 22 TB storage, HPEMc990x hardware type */
74
+ KnownAzureLargeInstanceSizeNamesEnum["S384Xm"] = "S384xm";
75
+ /** 8 sockets, 384 CPU threads, 12 TB total memory, HPEMc990x hardware type */
76
+ KnownAzureLargeInstanceSizeNamesEnum["S384Xxm"] = "S384xxm";
77
+ /** 8 sockets, 448 CPU threads, 224 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, SDFLEX hardware type */
78
+ KnownAzureLargeInstanceSizeNamesEnum["S448"] = "S448";
79
+ /** 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type */
80
+ KnownAzureLargeInstanceSizeNamesEnum["S448M"] = "S448m";
81
+ /** 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 6 TB DRAM, 6 TB memory optane, 18.9 TB storage, SDFLEX hardware type */
82
+ KnownAzureLargeInstanceSizeNamesEnum["S448Om"] = "S448om";
83
+ /** 8 sockets, 448 CPU threads, 224 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, SDFLEX hardware type */
84
+ KnownAzureLargeInstanceSizeNamesEnum["S448Oo"] = "S448oo";
85
+ /** 8 sockets, 448 CPU threads, 224 CPU cores, 18 TB total memory, 6 TB DRAM, 12 memory optane, 27.4 TB storage, SDFLEX hardware type */
86
+ KnownAzureLargeInstanceSizeNamesEnum["S448Oom"] = "S448oom";
87
+ /** 8 sockets, 448 CPU threads, 224 CPU cores, 15 TB total memory, 3 TB DRAM, 12 memory optane, 23.2 TB storage, SDFLEX hardware type */
88
+ KnownAzureLargeInstanceSizeNamesEnum["S448Ooo"] = "S448ooo";
89
+ /** 8 sockets, 448 CPU threads, 12 TB total memory, SDFLEX hardware type */
90
+ KnownAzureLargeInstanceSizeNamesEnum["S448Se"] = "S448se";
91
+ /** 12 sockets, 576 CPU threads, 288 CPU cores, 12 TB total memory, 12 TB DRAM, 28 TB storage, HPEMc990x hardware type */
92
+ KnownAzureLargeInstanceSizeNamesEnum["S576M"] = "S576m";
93
+ /** 12 sockets, 576 CPU threads, 288 CPU cores, 18 TB total memory, HPEMc990x hardware type */
94
+ KnownAzureLargeInstanceSizeNamesEnum["S576Xm"] = "S576xm";
95
+ /** 12 sockets, 672 CPU threads, 336 CPU cores, 9 TB total memory, 9 TB DRAM, 14.7 TB storage, SDFLEX hardware type */
96
+ KnownAzureLargeInstanceSizeNamesEnum["S672"] = "S672";
97
+ /** 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 18 TB DRAM, 27.4 TB storage, SDFLEX hardware type */
98
+ KnownAzureLargeInstanceSizeNamesEnum["S672M"] = "S672m";
99
+ /** 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 9 TB DRAM, 9 TB memory optane, 27.4 TB storage, SDFLEX hardware type */
100
+ KnownAzureLargeInstanceSizeNamesEnum["S672Om"] = "S672om";
101
+ /** 12 sockets, 672 CPU threads, 336 CPU cores, 13.5 TB total memory, 4.5 TB DRAM, 9 TB memory optane, 21.1 TB storage, SDFLEX hardware type */
102
+ KnownAzureLargeInstanceSizeNamesEnum["S672Oo"] = "S672oo";
103
+ /** 12 sockets, 672 CPU threads, 336 CPU cores, 27 TB total memory, 9 TB DRAM, 18 TB memory optane, 40 TB storage, SDFLEX hardware type */
104
+ KnownAzureLargeInstanceSizeNamesEnum["S672Oom"] = "S672oom";
105
+ /** 12 sockets, 672 CPU threads, 336 CPU cores, 22.5 TB total memory, 4.5 TB DRAM, 18 TB memory optane, 33.7 TB storage, SDFLEX hardware type */
106
+ KnownAzureLargeInstanceSizeNamesEnum["S672Ooo"] = "S672ooo";
107
+ /** No longer offered or used. */
108
+ KnownAzureLargeInstanceSizeNamesEnum["S768"] = "S768";
109
+ /** 16 sockets, 768 CPU threads, 384 CPU cores, 16 TB total memory, 16 TB DRAM, 36 TB storage, HPEMc990x hardware type */
110
+ KnownAzureLargeInstanceSizeNamesEnum["S768M"] = "S768m";
111
+ /** 16 sockets, 768 CPU threads, 384 CPU cores, 24 TB total memory, 24 TB DRAM, 56 TB storage, HPEMc990x hardware type */
112
+ KnownAzureLargeInstanceSizeNamesEnum["S768Xm"] = "S768xm";
113
+ /** 16 sockets, 896 CPU threads, 448 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type */
114
+ KnownAzureLargeInstanceSizeNamesEnum["S896"] = "S896";
115
+ /** 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB total memory, 24 TB DRAM, 35.8 TB storage, SDFLEX hardware type */
116
+ KnownAzureLargeInstanceSizeNamesEnum["S896M"] = "S896m";
117
+ /** 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB total memory, 12 TB DRAM, 12 TB memory optane, 35.8 TB storage, SDFLEX hardware type */
118
+ KnownAzureLargeInstanceSizeNamesEnum["S896Om"] = "S896om";
119
+ /** 16 sockets, 896 CPU threads, 448 CPU cores, 18 TB total memory, 6 TB DRAM, 12 TB memory optane, 27.4 TB storage, SDFLEX hardware type */
120
+ KnownAzureLargeInstanceSizeNamesEnum["S896Oo"] = "S896oo";
121
+ /** 16 sockets, 896 CPU threads, 448 CPU cores, 36 TB total memory, 12 TB DRAM, 24 TB memory optane, 52.7 TB storage, SDFLEX hardware type */
122
+ KnownAzureLargeInstanceSizeNamesEnum["S896Oom"] = "S896oom";
123
+ /** 16 sockets, 896 CPU threads, 448 CPU cores, 30 TB total memory, 6 TB DRAM, 24 TB memory optane, 44.3 TB storage, SDFLEX hardware type */
124
+ KnownAzureLargeInstanceSizeNamesEnum["S896Ooo"] = "S896ooo";
125
+ /** 20 sockets, 960 CPU threads, 480 CPU cores, 20 TB total memory, 20 TB DRAM, 46 TB storage, HPEMc990x hardware type */
126
+ KnownAzureLargeInstanceSizeNamesEnum["S960M"] = "S960m";
127
+ })(KnownAzureLargeInstanceSizeNamesEnum || (KnownAzureLargeInstanceSizeNamesEnum = {}));
128
+ /** Known values of {@link AzureLargeInstancePowerStateEnum} that the service accepts. */
129
+ export var KnownAzureLargeInstancePowerStateEnum;
130
+ (function (KnownAzureLargeInstancePowerStateEnum) {
131
+ /** Starting means that the Azure Large Instance resource is turning on. */
132
+ KnownAzureLargeInstancePowerStateEnum["Starting"] = "starting";
133
+ /** Started means that the Azure Large Instance resource has been powered on. */
134
+ KnownAzureLargeInstancePowerStateEnum["Started"] = "started";
135
+ /** Stopping means that the Azure Large Instance resource is shutting down. */
136
+ KnownAzureLargeInstancePowerStateEnum["Stopping"] = "stopping";
137
+ /** Stopped means that the Azure Large Instance resource has shut down. */
138
+ KnownAzureLargeInstancePowerStateEnum["Stopped"] = "stopped";
139
+ /** Restarting means that the Azure Large Instance resource is restarting. */
140
+ KnownAzureLargeInstancePowerStateEnum["Restarting"] = "restarting";
141
+ /** Unknown means that the state of the Azure Large Instance is unknown. */
142
+ KnownAzureLargeInstancePowerStateEnum["Unknown"] = "unknown";
143
+ })(KnownAzureLargeInstancePowerStateEnum || (KnownAzureLargeInstancePowerStateEnum = {}));
144
+ /** Known values of {@link AzureLargeInstanceProvisioningStatesEnum} that the service accepts. */
145
+ export var KnownAzureLargeInstanceProvisioningStatesEnum;
146
+ (function (KnownAzureLargeInstanceProvisioningStatesEnum) {
147
+ /** Accepted means Azure Large Instance resource provisioning has been accepted. */
148
+ KnownAzureLargeInstanceProvisioningStatesEnum["Accepted"] = "Accepted";
149
+ /** Creating means Azure Large Instance resource is being created. */
150
+ KnownAzureLargeInstanceProvisioningStatesEnum["Creating"] = "Creating";
151
+ /** Updating means an existing Azure Large Instance resource is being updated */
152
+ KnownAzureLargeInstanceProvisioningStatesEnum["Updating"] = "Updating";
153
+ /** Failed means Azure Large Instance resource is in failed state */
154
+ KnownAzureLargeInstanceProvisioningStatesEnum["Failed"] = "Failed";
155
+ /** Succeeded means Azure Large Instance resource creation succeeded during last create\/update */
156
+ KnownAzureLargeInstanceProvisioningStatesEnum["Succeeded"] = "Succeeded";
157
+ /** Deleting means Azure Large Instance resource is in the process of being deleted */
158
+ KnownAzureLargeInstanceProvisioningStatesEnum["Deleting"] = "Deleting";
159
+ /** Migrating means Azure Large Instance resource is being migrated from one subscription or resource group to another */
160
+ KnownAzureLargeInstanceProvisioningStatesEnum["Migrating"] = "Migrating";
161
+ /** Cancelled Azure Large Instance resource operation has been cancelled */
162
+ KnownAzureLargeInstanceProvisioningStatesEnum["Canceled"] = "Canceled";
163
+ })(KnownAzureLargeInstanceProvisioningStatesEnum || (KnownAzureLargeInstanceProvisioningStatesEnum = {}));
164
+ /** Known values of {@link CreatedByType} that the service accepts. */
165
+ export var KnownCreatedByType;
166
+ (function (KnownCreatedByType) {
167
+ /** User */
168
+ KnownCreatedByType["User"] = "User";
169
+ /** Application */
170
+ KnownCreatedByType["Application"] = "Application";
171
+ /** ManagedIdentity */
172
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
173
+ /** Key */
174
+ KnownCreatedByType["Key"] = "Key";
175
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
176
+ /** Known values of {@link ProvisioningState} that the service accepts. */
177
+ export var KnownProvisioningState;
178
+ (function (KnownProvisioningState) {
179
+ /** Accepted means ARM resource has been accepted. */
180
+ KnownProvisioningState["Accepted"] = "Accepted";
181
+ /** Creating means ARM resource is being created. */
182
+ KnownProvisioningState["Creating"] = "Creating";
183
+ /** Updating means an existing ARM resource is being updated */
184
+ KnownProvisioningState["Updating"] = "Updating";
185
+ /** Failed means resource is in failed state */
186
+ KnownProvisioningState["Failed"] = "Failed";
187
+ /** Succeeded means resource creation succeeded during last create\/update */
188
+ KnownProvisioningState["Succeeded"] = "Succeeded";
189
+ /** Deleting means resource is in the process of being deleted */
190
+ KnownProvisioningState["Deleting"] = "Deleting";
191
+ /** Cancelled means resource operation has been cancelled */
192
+ KnownProvisioningState["Canceled"] = "Canceled";
193
+ /** Migrating means resource is being migrated from one subscription or resource group to another */
194
+ KnownProvisioningState["Migrating"] = "Migrating";
195
+ })(KnownProvisioningState || (KnownProvisioningState = {}));
196
+ /** Known values of {@link AzureLargeInstanceForcePowerState} that the service accepts. */
197
+ export var KnownAzureLargeInstanceForcePowerState;
198
+ (function (KnownAzureLargeInstanceForcePowerState) {
199
+ /** Active means that the restart operation will terminate and halt existing processes that may be running on the server */
200
+ KnownAzureLargeInstanceForcePowerState["Active"] = "active";
201
+ /** Inactive means that the restart operation will not terminate and halt existing processes that may be running on the server */
202
+ KnownAzureLargeInstanceForcePowerState["Inactive"] = "inactive";
203
+ })(KnownAzureLargeInstanceForcePowerState || (KnownAzureLargeInstanceForcePowerState = {}));
204
+ /** Known values of {@link Versions} that the service accepts. */
205
+ export var KnownVersions;
206
+ (function (KnownVersions) {
207
+ /** Azure Large Instance api version 2023-07-20-preview. */
208
+ KnownVersions["V20230720Preview"] = "2023-07-20-preview";
209
+ })(KnownVersions || (KnownVersions = {}));
210
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The response of a AzureLargeInstance list operation. */\nexport interface AzureLargeInstanceListResult {\n /** The AzureLargeInstance items on this page */\n value: AzureLargeInstance[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Describes the properties of an Azure Large Instance. */\nexport interface AzureLargeInstanceProperties {\n /** Specifies the hardware settings for the Azure Large Instance. */\n hardwareProfile?: HardwareProfile;\n /** Specifies the storage settings for the Azure Large Instance disks. */\n storageProfile?: StorageProfile;\n /** Specifies the operating system settings for the Azure Large Instance. */\n osProfile?: OsProfile;\n /** Specifies the network settings for the Azure Large Instance. */\n networkProfile?: NetworkProfile;\n /**\n * Specifies the Azure Large Instance unique ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureLargeInstanceId?: string;\n /**\n * Resource power state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerState?: AzureLargeInstancePowerStateEnum;\n /**\n * Resource proximity placement group\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly proximityPlacementGroup?: string;\n /**\n * Hardware revision of an Azure Large Instance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hwRevision?: string;\n /**\n * ARM ID of another AzureLargeInstance that will share a network with this\n * AzureLargeInstance\n */\n partnerNodeId?: string;\n /**\n * State of provisioning of the AzureLargeInstance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AzureLargeInstanceProvisioningStatesEnum;\n}\n\n/** Specifies the hardware settings for the Azure Large Instance. */\nexport interface HardwareProfile {\n /**\n * Name of the hardware type (vendor and/or their product name)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hardwareType?: AzureLargeInstanceHardwareTypeNamesEnum;\n /**\n * Specifies the Azure Large Instance SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureLargeInstanceSize?: AzureLargeInstanceSizeNamesEnum;\n}\n\n/** Specifies the storage settings for the Azure Large Instance disks. */\nexport interface StorageProfile {\n /**\n * IP Address to connect to storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nfsIpAddress?: string;\n /**\n * Specifies information about the operating system disk used by Azure Large\n * Instance.\n */\n osDisks?: Disk[];\n}\n\n/** Specifies the disk information fo the Azure Large Instance */\nexport interface Disk {\n /** The disk name. */\n name?: string;\n /** Specifies the size of an empty data disk in gigabytes. */\n diskSizeGB?: number;\n /**\n * Specifies the logical unit number of the data disk. This value is used to\n * identify data disks within the VM and therefore must be unique for each data\n * disk attached to a VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lun?: number;\n}\n\n/** Specifies the operating system settings for the Azure Large Instance. */\nexport interface OsProfile {\n /** Specifies the host OS name of the Azure Large Instance. */\n computerName?: string;\n /**\n * This property allows you to specify the type of the OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * Specifies version of operating system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /** Specifies the SSH public key used to access the operating system. */\n sshPublicKey?: string;\n}\n\n/** Specifies the network settings for the Azure Large Instance disks. */\nexport interface NetworkProfile {\n /** Specifies the network interfaces for the Azure Large Instance. */\n networkInterfaces?: IpAddress[];\n /**\n * Specifies the circuit id for connecting to express route.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly circuitId?: string;\n}\n\n/** Specifies the IP address of the network interface. */\nexport interface IpAddress {\n /** Specifies the IP address of the network interface. */\n ipAddress?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The response of a AzureLargeStorageInstance list operation. */\nexport interface AzureLargeStorageInstanceListResult {\n /** The AzureLargeStorageInstance items on this page */\n value: AzureLargeStorageInstance[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Describes the properties of an AzureLargeStorageInstance. */\nexport interface AzureLargeStorageInstanceProperties {\n /** Specifies the AzureLargeStorageInstance unique ID. */\n azureLargeStorageInstanceUniqueIdentifier?: string;\n /** Specifies the storage properties for the AzureLargeStorage instance. */\n storageProperties?: StorageProperties;\n}\n\n/** described the storage properties of the azure large storage instance */\nexport interface StorageProperties {\n /**\n * State of provisioning of the AzureLargeStorageInstance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** the offering type for which the resource is getting provisioned */\n offeringType?: string;\n /** the storage protocol for which the resource is getting provisioned */\n storageType?: string;\n /** the kind of storage instance */\n generation?: string;\n /** the hardware type of the storage instance */\n hardwareType?: AzureLargeInstanceHardwareTypeNamesEnum;\n /** the workload for which the resource is getting provisioned */\n workloadType?: string;\n /** the billing related information for the resource */\n storageBillingProperties?: StorageBillingProperties;\n}\n\n/** Describes the billing related details of the AzureLargeStorageInstance. */\nexport interface StorageBillingProperties {\n /** the billing mode for the storage instance */\n billingMode?: string;\n /** the SKU type that is provisioned */\n sku?: string;\n}\n\n/** The type used for updating tags in AzureLargeInstance resources. */\nexport interface AzureLargeInstanceTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The active state empowers the server with the ability to forcefully terminate\n * and halt any existing processes that may be running on the server\n */\nexport interface ForceState {\n /** Whether to force restart by shutting all processes. */\n forceState?: AzureLargeInstanceForcePowerState;\n}\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /**\n * Fully qualified ID of the resource against which the original async operation was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n}\n\n/** The type used for updating tags in AzureLargeStorageInstance resources. */\nexport interface AzureLargeStorageInstanceTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Tags field of the AzureLargeInstance instance. */\nexport interface Tags {\n /** Tags field of the AzureLargeInstance instance. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/**\n * Azure Large Instance info on Azure (ARM properties and AzureLargeInstance\n * properties)\n */\nexport interface AzureLargeInstance extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: AzureLargeInstanceProperties;\n}\n\n/**\n * AzureLargeStorageInstance info on Azure (ARM properties and\n * AzureLargeStorageInstance properties)\n */\nexport interface AzureLargeStorageInstance extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: AzureLargeStorageInstanceProperties;\n}\n\n/** Defines headers for AzureLargeInstance_restart operation. */\nexport interface AzureLargeInstanceRestartHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for AzureLargeInstance_shutdown operation. */\nexport interface AzureLargeInstanceShutdownHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for AzureLargeInstance_start operation. */\nexport interface AzureLargeInstanceStartHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link AzureLargeInstanceHardwareTypeNamesEnum} that the service accepts. */\nexport enum KnownAzureLargeInstanceHardwareTypeNamesEnum {\n /** Hardware type of UCS from vendor Cisco */\n CiscoUCS = \"Cisco_UCS\",\n /** Hardware type of HPE from vendor Hewlett Packard Enterprise */\n HPE = \"HPE\",\n /** Hardware type of SDFLEX */\n Sdflex = \"SDFLEX\",\n}\n\n/**\n * Defines values for AzureLargeInstanceHardwareTypeNamesEnum. \\\n * {@link KnownAzureLargeInstanceHardwareTypeNamesEnum} can be used interchangeably with AzureLargeInstanceHardwareTypeNamesEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cisco_UCS**: Hardware type of UCS from vendor Cisco \\\n * **HPE**: Hardware type of HPE from vendor Hewlett Packard Enterprise \\\n * **SDFLEX**: Hardware type of SDFLEX\n */\nexport type AzureLargeInstanceHardwareTypeNamesEnum = string;\n\n/** Known values of {@link AzureLargeInstanceSizeNamesEnum} that the service accepts. */\nexport enum KnownAzureLargeInstanceSizeNamesEnum {\n /** Type I class SKU that can't be purchased anymore */\n S72M = \"S72m\",\n /** Type I class SKU that can't be purchased anymore */\n S144M = \"S144m\",\n /** Type I class SKU that can't be purchased anymore */\n S72 = \"S72\",\n /** Type I class SKU that can't be purchased anymore */\n S144 = \"S144\",\n /** Type I class SKU that can't be purchased anymore */\n S192 = \"S192\",\n /** Type I class SKU that can't be purchased anymore */\n S192M = \"S192m\",\n /** Type I class SKU that can't be purchased anymore */\n S192Xm = \"S192xm\",\n /** 2 sockets, 96 CPU threads, 48 CPU cores, 768 GB total memory, 768 GB DRAM, 3.0 TB storage, Cisco_UCS hardware type */\n S96 = \"S96\",\n /** No longer offered or used. */\n S112 = \"S112\",\n /** 4 sockets, 224 CPU threads, 112 CPU cores, 3 TB total memory, 3 TB DRAM, 6.3 TB storage, Cisco_UCS hardware type */\n S224 = \"S224\",\n /** 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, Cisco_UCS hardware type */\n S224M = \"S224m\",\n /** 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 3 TB DRAM, 3 TB memory optane, 10.5 TB storage, Cisco_UCS hardware type */\n S224Om = \"S224om\",\n /** 4 sockets, 224 CPU threads, 112 CPU cores, 4.5 TB total memory, 1.5 TB DRAM, 3 TB memory optane, 8.4 TB storage, Cisco_UCS hardware type */\n S224Oo = \"S224oo\",\n /** 4 sockets, 224 CPU threads, 112 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, Cisco_UCS hardware type */\n S224Oom = \"S224oom\",\n /** 4 sockets, 224 CPU threads, 112 CPU cores, 7.5TB total memory, 1.5 TB DRAM, 6 TB memory optane, 12.7 TB storage, Cisco_UCS hardware type */\n S224Ooo = \"S224ooo\",\n /** 4 sockets, 448 CPU threads, 6 TB total memory, SDFLEX hardware type */\n S224Se = \"S224se\",\n /** 8 sockets, 384 CPU threads, 192 CPU cores, 4 TB total memory, 4 TB DRAM, 16 TB storage, HPEMc990x hardware type */\n S384 = \"S384\",\n /** 8 sockets, 384 CPU threads, 192 CPU cores, 6 TB total memory, 6 TB DRAM, 18 TB storage, HPEMc990x hardware type */\n S384M = \"S384m\",\n /** 8 sockets, 384 CPU threads, 192 CPU cores, 8 TB total memory, 8 TB DRAM, 22 TB storage, HPEMc990x hardware type */\n S384Xm = \"S384xm\",\n /** 8 sockets, 384 CPU threads, 12 TB total memory, HPEMc990x hardware type */\n S384Xxm = \"S384xxm\",\n /** 8 sockets, 448 CPU threads, 224 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, SDFLEX hardware type */\n S448 = \"S448\",\n /** 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type */\n S448M = \"S448m\",\n /** 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 6 TB DRAM, 6 TB memory optane, 18.9 TB storage, SDFLEX hardware type */\n S448Om = \"S448om\",\n /** 8 sockets, 448 CPU threads, 224 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, SDFLEX hardware type */\n S448Oo = \"S448oo\",\n /** 8 sockets, 448 CPU threads, 224 CPU cores, 18 TB total memory, 6 TB DRAM, 12 memory optane, 27.4 TB storage, SDFLEX hardware type */\n S448Oom = \"S448oom\",\n /** 8 sockets, 448 CPU threads, 224 CPU cores, 15 TB total memory, 3 TB DRAM, 12 memory optane, 23.2 TB storage, SDFLEX hardware type */\n S448Ooo = \"S448ooo\",\n /** 8 sockets, 448 CPU threads, 12 TB total memory, SDFLEX hardware type */\n S448Se = \"S448se\",\n /** 12 sockets, 576 CPU threads, 288 CPU cores, 12 TB total memory, 12 TB DRAM, 28 TB storage, HPEMc990x hardware type */\n S576M = \"S576m\",\n /** 12 sockets, 576 CPU threads, 288 CPU cores, 18 TB total memory, HPEMc990x hardware type */\n S576Xm = \"S576xm\",\n /** 12 sockets, 672 CPU threads, 336 CPU cores, 9 TB total memory, 9 TB DRAM, 14.7 TB storage, SDFLEX hardware type */\n S672 = \"S672\",\n /** 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 18 TB DRAM, 27.4 TB storage, SDFLEX hardware type */\n S672M = \"S672m\",\n /** 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 9 TB DRAM, 9 TB memory optane, 27.4 TB storage, SDFLEX hardware type */\n S672Om = \"S672om\",\n /** 12 sockets, 672 CPU threads, 336 CPU cores, 13.5 TB total memory, 4.5 TB DRAM, 9 TB memory optane, 21.1 TB storage, SDFLEX hardware type */\n S672Oo = \"S672oo\",\n /** 12 sockets, 672 CPU threads, 336 CPU cores, 27 TB total memory, 9 TB DRAM, 18 TB memory optane, 40 TB storage, SDFLEX hardware type */\n S672Oom = \"S672oom\",\n /** 12 sockets, 672 CPU threads, 336 CPU cores, 22.5 TB total memory, 4.5 TB DRAM, 18 TB memory optane, 33.7 TB storage, SDFLEX hardware type */\n S672Ooo = \"S672ooo\",\n /** No longer offered or used. */\n S768 = \"S768\",\n /** 16 sockets, 768 CPU threads, 384 CPU cores, 16 TB total memory, 16 TB DRAM, 36 TB storage, HPEMc990x hardware type */\n S768M = \"S768m\",\n /** 16 sockets, 768 CPU threads, 384 CPU cores, 24 TB total memory, 24 TB DRAM, 56 TB storage, HPEMc990x hardware type */\n S768Xm = \"S768xm\",\n /** 16 sockets, 896 CPU threads, 448 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type */\n S896 = \"S896\",\n /** 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB\ttotal memory, 24 TB DRAM, 35.8 TB storage, SDFLEX hardware type */\n S896M = \"S896m\",\n /** 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB\ttotal memory, 12 TB DRAM, 12 TB memory optane, 35.8 TB storage, SDFLEX hardware type */\n S896Om = \"S896om\",\n /** 16 sockets, 896 CPU threads, 448 CPU cores, 18 TB total memory, 6 TB DRAM, 12 TB memory optane, 27.4 TB storage, SDFLEX hardware type */\n S896Oo = \"S896oo\",\n /** 16 sockets, 896 CPU threads, 448 CPU cores, 36 TB total memory, 12 TB DRAM, 24 TB memory optane, 52.7 TB storage, SDFLEX hardware type */\n S896Oom = \"S896oom\",\n /** 16 sockets, 896 CPU threads, 448 CPU cores, 30 TB total memory, 6 TB DRAM, 24 TB memory optane, 44.3 TB storage, SDFLEX hardware type */\n S896Ooo = \"S896ooo\",\n /** 20 sockets, 960 CPU threads, 480 CPU cores, 20 TB total memory, 20 TB DRAM, 46 TB storage, HPEMc990x hardware type */\n S960M = \"S960m\",\n}\n\n/**\n * Defines values for AzureLargeInstanceSizeNamesEnum. \\\n * {@link KnownAzureLargeInstanceSizeNamesEnum} can be used interchangeably with AzureLargeInstanceSizeNamesEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **S72m**: Type I class SKU that can't be purchased anymore \\\n * **S144m**: Type I class SKU that can't be purchased anymore \\\n * **S72**: Type I class SKU that can't be purchased anymore \\\n * **S144**: Type I class SKU that can't be purchased anymore \\\n * **S192**: Type I class SKU that can't be purchased anymore \\\n * **S192m**: Type I class SKU that can't be purchased anymore \\\n * **S192xm**: Type I class SKU that can't be purchased anymore \\\n * **S96**: 2 sockets, 96 CPU threads, 48 CPU cores, 768 GB total memory, 768 GB DRAM, 3.0 TB storage, Cisco_UCS hardware type \\\n * **S112**: No longer offered or used. \\\n * **S224**: 4 sockets, 224 CPU threads, 112 CPU cores, 3 TB total memory, 3 TB DRAM, 6.3 TB storage, Cisco_UCS hardware type \\\n * **S224m**: 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, Cisco_UCS hardware type \\\n * **S224om**: 4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 3 TB DRAM, 3 TB memory optane, 10.5 TB storage, Cisco_UCS hardware type \\\n * **S224oo**: 4 sockets, 224 CPU threads, 112 CPU cores, 4.5 TB total memory, 1.5 TB DRAM, 3 TB memory optane, 8.4 TB storage, Cisco_UCS hardware type \\\n * **S224oom**: 4 sockets, 224 CPU threads, 112 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, Cisco_UCS hardware type \\\n * **S224ooo**: 4 sockets, 224 CPU threads, 112 CPU cores, 7.5TB total memory, 1.5 TB DRAM, 6 TB memory optane, 12.7 TB storage, Cisco_UCS hardware type \\\n * **S224se**: 4 sockets, 448 CPU threads, 6 TB total memory, SDFLEX hardware type \\\n * **S384**: 8 sockets, 384 CPU threads, 192 CPU cores, 4 TB total memory, 4 TB DRAM, 16 TB storage, HPEMc990x hardware type \\\n * **S384m**: 8 sockets, 384 CPU threads, 192 CPU cores, 6 TB total memory, 6 TB DRAM, 18 TB storage, HPEMc990x hardware type \\\n * **S384xm**: 8 sockets, 384 CPU threads, 192 CPU cores, 8 TB total memory, 8 TB DRAM, 22 TB storage, HPEMc990x hardware type \\\n * **S384xxm**: 8 sockets, 384 CPU threads, 12 TB total memory, HPEMc990x hardware type \\\n * **S448**: 8 sockets, 448 CPU threads, 224 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, SDFLEX hardware type \\\n * **S448m**: 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type \\\n * **S448om**: 8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 6 TB DRAM, 6 TB memory optane, 18.9 TB storage, SDFLEX hardware type \\\n * **S448oo**: 8 sockets, 448 CPU threads, 224 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, SDFLEX hardware type \\\n * **S448oom**: 8 sockets, 448 CPU threads, 224 CPU cores, 18 TB total memory, 6 TB DRAM, 12 memory optane, 27.4 TB storage, SDFLEX hardware type \\\n * **S448ooo**: 8 sockets, 448 CPU threads, 224 CPU cores, 15 TB total memory, 3 TB DRAM, 12 memory optane, 23.2 TB storage, SDFLEX hardware type \\\n * **S448se**: 8 sockets, 448 CPU threads, 12 TB total memory, SDFLEX hardware type \\\n * **S576m**: 12 sockets, 576 CPU threads, 288 CPU cores, 12 TB total memory, 12 TB DRAM, 28 TB storage, HPEMc990x hardware type \\\n * **S576xm**: 12 sockets, 576 CPU threads, 288 CPU cores, 18 TB total memory, HPEMc990x hardware type \\\n * **S672**: 12 sockets, 672 CPU threads, 336 CPU cores, 9 TB total memory, 9 TB DRAM, 14.7 TB storage, SDFLEX hardware type \\\n * **S672m**: 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 18 TB DRAM, 27.4 TB storage, SDFLEX hardware type \\\n * **S672om**: 12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 9 TB DRAM, 9 TB memory optane, 27.4 TB storage, SDFLEX hardware type \\\n * **S672oo**: 12 sockets, 672 CPU threads, 336 CPU cores, 13.5 TB total memory, 4.5 TB DRAM, 9 TB memory optane, 21.1 TB storage, SDFLEX hardware type \\\n * **S672oom**: 12 sockets, 672 CPU threads, 336 CPU cores, 27 TB total memory, 9 TB DRAM, 18 TB memory optane, 40 TB storage, SDFLEX hardware type \\\n * **S672ooo**: 12 sockets, 672 CPU threads, 336 CPU cores, 22.5 TB total memory, 4.5 TB DRAM, 18 TB memory optane, 33.7 TB storage, SDFLEX hardware type \\\n * **S768**: No longer offered or used. \\\n * **S768m**: 16 sockets, 768 CPU threads, 384 CPU cores, 16 TB total memory, 16 TB DRAM, 36 TB storage, HPEMc990x hardware type \\\n * **S768xm**: 16 sockets, 768 CPU threads, 384 CPU cores, 24 TB total memory, 24 TB DRAM, 56 TB storage, HPEMc990x hardware type \\\n * **S896**: 16 sockets, 896 CPU threads, 448 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type \\\n * **S896m**: 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB\ttotal memory, 24 TB DRAM, 35.8 TB storage, SDFLEX hardware type \\\n * **S896om**: 16 sockets, 896 CPU threads, 448 CPU cores, 24 TB\ttotal memory, 12 TB DRAM, 12 TB memory optane, 35.8 TB storage, SDFLEX hardware type \\\n * **S896oo**: 16 sockets, 896 CPU threads, 448 CPU cores, 18 TB total memory, 6 TB DRAM, 12 TB memory optane, 27.4 TB storage, SDFLEX hardware type \\\n * **S896oom**: 16 sockets, 896 CPU threads, 448 CPU cores, 36 TB total memory, 12 TB DRAM, 24 TB memory optane, 52.7 TB storage, SDFLEX hardware type \\\n * **S896ooo**: 16 sockets, 896 CPU threads, 448 CPU cores, 30 TB total memory, 6 TB DRAM, 24 TB memory optane, 44.3 TB storage, SDFLEX hardware type \\\n * **S960m**: 20 sockets, 960 CPU threads, 480 CPU cores, 20 TB total memory, 20 TB DRAM, 46 TB storage, HPEMc990x hardware type\n */\nexport type AzureLargeInstanceSizeNamesEnum = string;\n\n/** Known values of {@link AzureLargeInstancePowerStateEnum} that the service accepts. */\nexport enum KnownAzureLargeInstancePowerStateEnum {\n /** Starting means that the Azure Large Instance resource is turning on. */\n Starting = \"starting\",\n /** Started means that the Azure Large Instance resource has been powered on. */\n Started = \"started\",\n /** Stopping means that the Azure Large Instance resource is shutting down. */\n Stopping = \"stopping\",\n /** Stopped means that the Azure Large Instance resource has shut down. */\n Stopped = \"stopped\",\n /** Restarting means that the Azure Large Instance resource is restarting. */\n Restarting = \"restarting\",\n /** Unknown means that the state of the Azure Large Instance is unknown. */\n Unknown = \"unknown\",\n}\n\n/**\n * Defines values for AzureLargeInstancePowerStateEnum. \\\n * {@link KnownAzureLargeInstancePowerStateEnum} can be used interchangeably with AzureLargeInstancePowerStateEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **starting**: Starting means that the Azure Large Instance resource is turning on. \\\n * **started**: Started means that the Azure Large Instance resource has been powered on. \\\n * **stopping**: Stopping means that the Azure Large Instance resource is shutting down. \\\n * **stopped**: Stopped means that the Azure Large Instance resource has shut down. \\\n * **restarting**: Restarting means that the Azure Large Instance resource is restarting. \\\n * **unknown**: Unknown means that the state of the Azure Large Instance is unknown.\n */\nexport type AzureLargeInstancePowerStateEnum = string;\n\n/** Known values of {@link AzureLargeInstanceProvisioningStatesEnum} that the service accepts. */\nexport enum KnownAzureLargeInstanceProvisioningStatesEnum {\n /** Accepted means Azure Large Instance resource provisioning has been accepted. */\n Accepted = \"Accepted\",\n /** Creating means Azure Large Instance resource is being created. */\n Creating = \"Creating\",\n /** Updating means an existing Azure Large Instance resource is being updated */\n Updating = \"Updating\",\n /** Failed means Azure Large Instance resource is in failed state */\n Failed = \"Failed\",\n /** Succeeded means Azure Large Instance resource creation succeeded during last create\\/update */\n Succeeded = \"Succeeded\",\n /** Deleting means Azure Large Instance resource is in the process of being deleted */\n Deleting = \"Deleting\",\n /** Migrating means Azure Large Instance resource is being migrated from one subscription or resource group to another */\n Migrating = \"Migrating\",\n /** Cancelled Azure Large Instance resource operation has been cancelled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for AzureLargeInstanceProvisioningStatesEnum. \\\n * {@link KnownAzureLargeInstanceProvisioningStatesEnum} can be used interchangeably with AzureLargeInstanceProvisioningStatesEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: Accepted means Azure Large Instance resource provisioning has been accepted. \\\n * **Creating**: Creating means Azure Large Instance resource is being created. \\\n * **Updating**: Updating means an existing Azure Large Instance resource is being updated \\\n * **Failed**: Failed means Azure Large Instance resource is in failed state \\\n * **Succeeded**: Succeeded means Azure Large Instance resource creation succeeded during last create\\/update \\\n * **Deleting**: Deleting means Azure Large Instance resource is in the process of being deleted \\\n * **Migrating**: Migrating means Azure Large Instance resource is being migrated from one subscription or resource group to another \\\n * **Canceled**: Cancelled Azure Large Instance resource operation has been cancelled\n */\nexport type AzureLargeInstanceProvisioningStatesEnum = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted means ARM resource has been accepted. */\n Accepted = \"Accepted\",\n /** Creating means ARM resource is being created. */\n Creating = \"Creating\",\n /** Updating means an existing ARM resource is being updated */\n Updating = \"Updating\",\n /** Failed means resource is in failed state */\n Failed = \"Failed\",\n /** Succeeded means resource creation succeeded during last create\\/update */\n Succeeded = \"Succeeded\",\n /** Deleting means resource is in the process of being deleted */\n Deleting = \"Deleting\",\n /** Cancelled means resource operation has been cancelled */\n Canceled = \"Canceled\",\n /** Migrating means resource is being migrated from one subscription or resource group to another */\n Migrating = \"Migrating\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: Accepted means ARM resource has been accepted. \\\n * **Creating**: Creating means ARM resource is being created. \\\n * **Updating**: Updating means an existing ARM resource is being updated \\\n * **Failed**: Failed means resource is in failed state \\\n * **Succeeded**: Succeeded means resource creation succeeded during last create\\/update \\\n * **Deleting**: Deleting means resource is in the process of being deleted \\\n * **Canceled**: Cancelled means resource operation has been cancelled \\\n * **Migrating**: Migrating means resource is being migrated from one subscription or resource group to another\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link AzureLargeInstanceForcePowerState} that the service accepts. */\nexport enum KnownAzureLargeInstanceForcePowerState {\n /** Active means that the restart operation will terminate and halt existing processes that may be running on the server */\n Active = \"active\",\n /** Inactive means that the restart operation will not terminate and halt existing processes that may be running on the server */\n Inactive = \"inactive\",\n}\n\n/**\n * Defines values for AzureLargeInstanceForcePowerState. \\\n * {@link KnownAzureLargeInstanceForcePowerState} can be used interchangeably with AzureLargeInstanceForcePowerState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **active**: Active means that the restart operation will terminate and halt existing processes that may be running on the server \\\n * **inactive**: Inactive means that the restart operation will not terminate and halt existing processes that may be running on the server\n */\nexport type AzureLargeInstanceForcePowerState = string;\n\n/** Known values of {@link Versions} that the service accepts. */\nexport enum KnownVersions {\n /** Azure Large Instance api version 2023-07-20-preview. */\n V20230720Preview = \"2023-07-20-preview\",\n}\n\n/**\n * Defines values for Versions. \\\n * {@link KnownVersions} can be used interchangeably with Versions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **2023-07-20-preview**: Azure Large Instance api version 2023-07-20-preview.\n */\nexport type Versions = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AzureLargeInstanceListBySubscriptionResponse =\n AzureLargeInstanceListResult;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AzureLargeInstanceListByResourceGroupResponse =\n AzureLargeInstanceListResult;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AzureLargeInstanceGetResponse = AzureLargeInstance;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AzureLargeInstanceUpdateResponse = AzureLargeInstance;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceRestartOptionalParams\n extends coreClient.OperationOptions {\n /** When set to 'active', this parameter empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server */\n forceParameter?: ForceState;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restart operation. */\nexport type AzureLargeInstanceRestartResponse = OperationStatusResult;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceShutdownOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the shutdown operation. */\nexport type AzureLargeInstanceShutdownResponse = OperationStatusResult;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type AzureLargeInstanceStartResponse = OperationStatusResult;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AzureLargeInstanceListBySubscriptionNextResponse =\n AzureLargeInstanceListResult;\n\n/** Optional parameters. */\nexport interface AzureLargeInstanceListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AzureLargeInstanceListByResourceGroupNextResponse =\n AzureLargeInstanceListResult;\n\n/** Optional parameters. */\nexport interface AzureLargeStorageInstanceListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AzureLargeStorageInstanceListBySubscriptionResponse =\n AzureLargeStorageInstanceListResult;\n\n/** Optional parameters. */\nexport interface AzureLargeStorageInstanceListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AzureLargeStorageInstanceListByResourceGroupResponse =\n AzureLargeStorageInstanceListResult;\n\n/** Optional parameters. */\nexport interface AzureLargeStorageInstanceGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AzureLargeStorageInstanceGetResponse = AzureLargeStorageInstance;\n\n/** Optional parameters. */\nexport interface AzureLargeStorageInstanceUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AzureLargeStorageInstanceUpdateResponse = AzureLargeStorageInstance;\n\n/** Optional parameters. */\nexport interface AzureLargeStorageInstanceListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AzureLargeStorageInstanceListBySubscriptionNextResponse =\n AzureLargeStorageInstanceListResult;\n\n/** Optional parameters. */\nexport interface AzureLargeStorageInstanceListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AzureLargeStorageInstanceListByResourceGroupNextResponse =\n AzureLargeStorageInstanceListResult;\n\n/** Optional parameters. */\nexport interface LargeInstanceManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,33 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationListResult: coreClient.CompositeMapper;
3
+ export declare const Operation: coreClient.CompositeMapper;
4
+ export declare const OperationDisplay: coreClient.CompositeMapper;
5
+ export declare const ErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorDetail: coreClient.CompositeMapper;
7
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
8
+ export declare const AzureLargeInstanceListResult: coreClient.CompositeMapper;
9
+ export declare const AzureLargeInstanceProperties: coreClient.CompositeMapper;
10
+ export declare const HardwareProfile: coreClient.CompositeMapper;
11
+ export declare const StorageProfile: coreClient.CompositeMapper;
12
+ export declare const Disk: coreClient.CompositeMapper;
13
+ export declare const OsProfile: coreClient.CompositeMapper;
14
+ export declare const NetworkProfile: coreClient.CompositeMapper;
15
+ export declare const IpAddress: coreClient.CompositeMapper;
16
+ export declare const Resource: coreClient.CompositeMapper;
17
+ export declare const SystemData: coreClient.CompositeMapper;
18
+ export declare const AzureLargeStorageInstanceListResult: coreClient.CompositeMapper;
19
+ export declare const AzureLargeStorageInstanceProperties: coreClient.CompositeMapper;
20
+ export declare const StorageProperties: coreClient.CompositeMapper;
21
+ export declare const StorageBillingProperties: coreClient.CompositeMapper;
22
+ export declare const AzureLargeInstanceTagsUpdate: coreClient.CompositeMapper;
23
+ export declare const ForceState: coreClient.CompositeMapper;
24
+ export declare const OperationStatusResult: coreClient.CompositeMapper;
25
+ export declare const AzureLargeStorageInstanceTagsUpdate: coreClient.CompositeMapper;
26
+ export declare const Tags: coreClient.CompositeMapper;
27
+ export declare const TrackedResource: coreClient.CompositeMapper;
28
+ export declare const AzureLargeInstance: coreClient.CompositeMapper;
29
+ export declare const AzureLargeStorageInstance: coreClient.CompositeMapper;
30
+ export declare const AzureLargeInstanceRestartHeaders: coreClient.CompositeMapper;
31
+ export declare const AzureLargeInstanceShutdownHeaders: coreClient.CompositeMapper;
32
+ export declare const AzureLargeInstanceStartHeaders: coreClient.CompositeMapper;
33
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eA0BrD,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eA4ErD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAqBxC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eA0B7B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAiClC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAalC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eA0B5D,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAoB5D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAmD1C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAmBjD,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAcrD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAanC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA0E9C,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAc5D,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eAc7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAe3C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAelD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAmBzD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAmB1D,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAmBvD,CAAC"}