@azure/arm-healthdataaiservices 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 (524) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +100 -0
  4. package/dist/browser/api/deidServices/index.d.ts +31 -0
  5. package/dist/browser/api/deidServices/index.d.ts.map +1 -0
  6. package/dist/browser/api/deidServices/index.js +519 -0
  7. package/dist/browser/api/deidServices/index.js.map +1 -0
  8. package/dist/browser/api/healthDataAIServicesContext.d.ts +12 -0
  9. package/dist/browser/api/healthDataAIServicesContext.d.ts.map +1 -0
  10. package/dist/browser/api/healthDataAIServicesContext.js +12 -0
  11. package/dist/browser/api/healthDataAIServicesContext.js.map +1 -0
  12. package/dist/browser/api/index.d.ts +6 -0
  13. package/dist/browser/api/index.d.ts.map +1 -0
  14. package/dist/browser/api/index.js +8 -0
  15. package/dist/browser/api/index.js.map +1 -0
  16. package/dist/browser/api/operations/index.d.ts +10 -0
  17. package/dist/browser/api/operations/index.d.ts.map +1 -0
  18. package/dist/browser/api/operations/index.js +40 -0
  19. package/dist/browser/api/operations/index.js.map +1 -0
  20. package/dist/browser/api/pagingHelpers.d.ts +7 -0
  21. package/dist/browser/api/pagingHelpers.d.ts.map +1 -0
  22. package/dist/browser/api/pagingHelpers.js +138 -0
  23. package/dist/browser/api/pagingHelpers.js.map +1 -0
  24. package/dist/browser/api/pollingHelpers.d.ts +30 -0
  25. package/dist/browser/api/pollingHelpers.d.ts.map +1 -0
  26. package/dist/browser/api/pollingHelpers.js +81 -0
  27. package/dist/browser/api/pollingHelpers.js.map +1 -0
  28. package/dist/browser/api/privateEndpointConnections/index.d.ts +23 -0
  29. package/dist/browser/api/privateEndpointConnections/index.d.ts.map +1 -0
  30. package/dist/browser/api/privateEndpointConnections/index.js +198 -0
  31. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  32. package/dist/browser/api/privateLinks/index.d.ts +10 -0
  33. package/dist/browser/api/privateLinks/index.d.ts.map +1 -0
  34. package/dist/browser/api/privateLinks/index.js +52 -0
  35. package/dist/browser/api/privateLinks/index.js.map +1 -0
  36. package/dist/browser/classic/deidServices/index.d.ts +30 -0
  37. package/dist/browser/classic/deidServices/index.d.ts.map +1 -0
  38. package/dist/browser/classic/deidServices/index.js +17 -0
  39. package/dist/browser/classic/deidServices/index.js.map +1 -0
  40. package/dist/browser/classic/index.d.ts +5 -0
  41. package/dist/browser/classic/index.d.ts.map +1 -0
  42. package/dist/browser/classic/index.js +4 -0
  43. package/dist/browser/classic/index.js.map +1 -0
  44. package/dist/browser/classic/operations/index.d.ts +14 -0
  45. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  46. package/dist/browser/classic/operations/index.js +12 -0
  47. package/dist/browser/classic/operations/index.js.map +1 -0
  48. package/dist/browser/classic/privateEndpointConnections/index.d.ts +24 -0
  49. package/dist/browser/classic/privateEndpointConnections/index.d.ts.map +1 -0
  50. package/dist/browser/classic/privateEndpointConnections/index.js +15 -0
  51. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  52. package/dist/browser/classic/privateLinks/index.d.ts +14 -0
  53. package/dist/browser/classic/privateLinks/index.d.ts.map +1 -0
  54. package/dist/browser/classic/privateLinks/index.js +12 -0
  55. package/dist/browser/classic/privateLinks/index.js.map +1 -0
  56. package/dist/browser/healthDataAIServicesClient.d.ts +23 -0
  57. package/dist/browser/healthDataAIServicesClient.d.ts.map +1 -0
  58. package/dist/browser/healthDataAIServicesClient.js +23 -0
  59. package/dist/browser/healthDataAIServicesClient.js.map +1 -0
  60. package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
  61. package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
  62. package/dist/browser/helpers/serializerHelpers.js +24 -0
  63. package/dist/browser/helpers/serializerHelpers.js.map +1 -0
  64. package/dist/browser/index.d.ts +5 -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 +4 -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 +377 -0
  77. package/dist/browser/models/models.d.ts.map +1 -0
  78. package/dist/browser/models/models.js +163 -0
  79. package/dist/browser/models/models.js.map +1 -0
  80. package/dist/browser/models/options.d.ts +48 -0
  81. package/dist/browser/models/options.d.ts.map +1 -0
  82. package/dist/browser/models/options.js +4 -0
  83. package/dist/browser/models/options.js.map +1 -0
  84. package/dist/browser/models/pagingTypes.d.ts +67 -0
  85. package/dist/browser/models/pagingTypes.d.ts.map +1 -0
  86. package/dist/browser/models/pagingTypes.js +4 -0
  87. package/dist/browser/models/pagingTypes.js.map +1 -0
  88. package/dist/browser/package.json +3 -0
  89. package/dist/browser/rest/clientDefinitions.d.ts +61 -0
  90. package/dist/browser/rest/clientDefinitions.d.ts.map +1 -0
  91. package/dist/browser/rest/clientDefinitions.js +4 -0
  92. package/dist/browser/rest/clientDefinitions.js.map +1 -0
  93. package/dist/browser/rest/healthDataAIServicesClient.d.ts +15 -0
  94. package/dist/browser/rest/healthDataAIServicesClient.d.ts.map +1 -0
  95. package/dist/browser/rest/healthDataAIServicesClient.js +42 -0
  96. package/dist/browser/rest/healthDataAIServicesClient.js.map +1 -0
  97. package/dist/browser/rest/index.d.ts +12 -0
  98. package/dist/browser/rest/index.d.ts.map +1 -0
  99. package/dist/browser/rest/index.js +14 -0
  100. package/dist/browser/rest/index.js.map +1 -0
  101. package/dist/browser/rest/isUnexpected.d.ts +14 -0
  102. package/dist/browser/rest/isUnexpected.d.ts.map +1 -0
  103. package/dist/browser/rest/isUnexpected.js +83 -0
  104. package/dist/browser/rest/isUnexpected.js.map +1 -0
  105. package/dist/browser/rest/models.d.ts +213 -0
  106. package/dist/browser/rest/models.d.ts.map +1 -0
  107. package/dist/browser/rest/models.js +4 -0
  108. package/dist/browser/rest/models.js.map +1 -0
  109. package/dist/browser/rest/outputModels.d.ts +304 -0
  110. package/dist/browser/rest/outputModels.d.ts.map +1 -0
  111. package/dist/browser/rest/outputModels.js +4 -0
  112. package/dist/browser/rest/outputModels.js.map +1 -0
  113. package/dist/browser/rest/paginateHelper.d.ts +43 -0
  114. package/dist/browser/rest/paginateHelper.d.ts.map +1 -0
  115. package/dist/browser/rest/paginateHelper.js +70 -0
  116. package/dist/browser/rest/paginateHelper.js.map +1 -0
  117. package/dist/browser/rest/parameters.d.ts +27 -0
  118. package/dist/browser/rest/parameters.d.ts.map +1 -0
  119. package/dist/browser/rest/parameters.js +4 -0
  120. package/dist/browser/rest/parameters.js.map +1 -0
  121. package/dist/browser/rest/pollingHelper.d.ts +81 -0
  122. package/dist/browser/rest/pollingHelper.d.ts.map +1 -0
  123. package/dist/browser/rest/pollingHelper.js +97 -0
  124. package/dist/browser/rest/pollingHelper.js.map +1 -0
  125. package/dist/browser/rest/responses.d.ts +190 -0
  126. package/dist/browser/rest/responses.d.ts.map +1 -0
  127. package/dist/browser/rest/responses.js +4 -0
  128. package/dist/browser/rest/responses.js.map +1 -0
  129. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  130. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  131. package/dist/browser/restorePollerHelpers.js +94 -0
  132. package/dist/browser/restorePollerHelpers.js.map +1 -0
  133. package/dist/commonjs/api/deidServices/index.d.ts +31 -0
  134. package/dist/commonjs/api/deidServices/index.d.ts.map +1 -0
  135. package/dist/commonjs/api/deidServices/index.js +539 -0
  136. package/dist/commonjs/api/deidServices/index.js.map +1 -0
  137. package/dist/commonjs/api/healthDataAIServicesContext.d.ts +12 -0
  138. package/dist/commonjs/api/healthDataAIServicesContext.d.ts.map +1 -0
  139. package/dist/commonjs/api/healthDataAIServicesContext.js +16 -0
  140. package/dist/commonjs/api/healthDataAIServicesContext.js.map +1 -0
  141. package/dist/commonjs/api/index.d.ts +6 -0
  142. package/dist/commonjs/api/index.d.ts.map +1 -0
  143. package/dist/commonjs/api/index.js +24 -0
  144. package/dist/commonjs/api/index.js.map +1 -0
  145. package/dist/commonjs/api/operations/index.d.ts +10 -0
  146. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  147. package/dist/commonjs/api/operations/index.js +45 -0
  148. package/dist/commonjs/api/operations/index.js.map +1 -0
  149. package/dist/commonjs/api/pagingHelpers.d.ts +7 -0
  150. package/dist/commonjs/api/pagingHelpers.d.ts.map +1 -0
  151. package/dist/commonjs/api/pagingHelpers.js +141 -0
  152. package/dist/commonjs/api/pagingHelpers.js.map +1 -0
  153. package/dist/commonjs/api/pollingHelpers.d.ts +30 -0
  154. package/dist/commonjs/api/pollingHelpers.d.ts.map +1 -0
  155. package/dist/commonjs/api/pollingHelpers.js +84 -0
  156. package/dist/commonjs/api/pollingHelpers.js.map +1 -0
  157. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +23 -0
  158. package/dist/commonjs/api/privateEndpointConnections/index.d.ts.map +1 -0
  159. package/dist/commonjs/api/privateEndpointConnections/index.js +212 -0
  160. package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
  161. package/dist/commonjs/api/privateLinks/index.d.ts +10 -0
  162. package/dist/commonjs/api/privateLinks/index.d.ts.map +1 -0
  163. package/dist/commonjs/api/privateLinks/index.js +57 -0
  164. package/dist/commonjs/api/privateLinks/index.js.map +1 -0
  165. package/dist/commonjs/classic/deidServices/index.d.ts +30 -0
  166. package/dist/commonjs/classic/deidServices/index.d.ts.map +1 -0
  167. package/dist/commonjs/classic/deidServices/index.js +21 -0
  168. package/dist/commonjs/classic/deidServices/index.js.map +1 -0
  169. package/dist/commonjs/classic/index.d.ts +5 -0
  170. package/dist/commonjs/classic/index.d.ts.map +1 -0
  171. package/dist/commonjs/classic/index.js +5 -0
  172. package/dist/commonjs/classic/index.js.map +1 -0
  173. package/dist/commonjs/classic/operations/index.d.ts +14 -0
  174. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  175. package/dist/commonjs/classic/operations/index.js +16 -0
  176. package/dist/commonjs/classic/operations/index.js.map +1 -0
  177. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +24 -0
  178. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts.map +1 -0
  179. package/dist/commonjs/classic/privateEndpointConnections/index.js +19 -0
  180. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
  181. package/dist/commonjs/classic/privateLinks/index.d.ts +14 -0
  182. package/dist/commonjs/classic/privateLinks/index.d.ts.map +1 -0
  183. package/dist/commonjs/classic/privateLinks/index.js +16 -0
  184. package/dist/commonjs/classic/privateLinks/index.js.map +1 -0
  185. package/dist/commonjs/healthDataAIServicesClient.d.ts +23 -0
  186. package/dist/commonjs/healthDataAIServicesClient.d.ts.map +1 -0
  187. package/dist/commonjs/healthDataAIServicesClient.js +27 -0
  188. package/dist/commonjs/healthDataAIServicesClient.js.map +1 -0
  189. package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
  190. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
  191. package/dist/commonjs/helpers/serializerHelpers.js +27 -0
  192. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
  193. package/dist/commonjs/index.d.ts +5 -0
  194. package/dist/commonjs/index.d.ts.map +1 -0
  195. package/dist/commonjs/index.js +18 -0
  196. package/dist/commonjs/index.js.map +1 -0
  197. package/dist/commonjs/logger.d.ts +2 -0
  198. package/dist/commonjs/logger.d.ts.map +1 -0
  199. package/dist/commonjs/logger.js +8 -0
  200. package/dist/commonjs/logger.js.map +1 -0
  201. package/dist/commonjs/models/index.d.ts +4 -0
  202. package/dist/commonjs/models/index.d.ts.map +1 -0
  203. package/dist/commonjs/models/index.js +14 -0
  204. package/dist/commonjs/models/index.js.map +1 -0
  205. package/dist/commonjs/models/models.d.ts +377 -0
  206. package/dist/commonjs/models/models.d.ts.map +1 -0
  207. package/dist/commonjs/models/models.js +180 -0
  208. package/dist/commonjs/models/models.js.map +1 -0
  209. package/dist/commonjs/models/options.d.ts +48 -0
  210. package/dist/commonjs/models/options.d.ts.map +1 -0
  211. package/dist/commonjs/models/options.js +5 -0
  212. package/dist/commonjs/models/options.js.map +1 -0
  213. package/dist/commonjs/models/pagingTypes.d.ts +67 -0
  214. package/dist/commonjs/models/pagingTypes.d.ts.map +1 -0
  215. package/dist/commonjs/models/pagingTypes.js +5 -0
  216. package/dist/commonjs/models/pagingTypes.js.map +1 -0
  217. package/dist/commonjs/package.json +3 -0
  218. package/dist/commonjs/rest/clientDefinitions.d.ts +61 -0
  219. package/dist/commonjs/rest/clientDefinitions.d.ts.map +1 -0
  220. package/dist/commonjs/rest/clientDefinitions.js +5 -0
  221. package/dist/commonjs/rest/clientDefinitions.js.map +1 -0
  222. package/dist/commonjs/rest/healthDataAIServicesClient.d.ts +15 -0
  223. package/dist/commonjs/rest/healthDataAIServicesClient.d.ts.map +1 -0
  224. package/dist/commonjs/rest/healthDataAIServicesClient.js +45 -0
  225. package/dist/commonjs/rest/healthDataAIServicesClient.js.map +1 -0
  226. package/dist/commonjs/rest/index.d.ts +12 -0
  227. package/dist/commonjs/rest/index.d.ts.map +1 -0
  228. package/dist/commonjs/rest/index.js +17 -0
  229. package/dist/commonjs/rest/index.js.map +1 -0
  230. package/dist/commonjs/rest/isUnexpected.d.ts +14 -0
  231. package/dist/commonjs/rest/isUnexpected.d.ts.map +1 -0
  232. package/dist/commonjs/rest/isUnexpected.js +86 -0
  233. package/dist/commonjs/rest/isUnexpected.js.map +1 -0
  234. package/dist/commonjs/rest/models.d.ts +213 -0
  235. package/dist/commonjs/rest/models.d.ts.map +1 -0
  236. package/dist/commonjs/rest/models.js +5 -0
  237. package/dist/commonjs/rest/models.js.map +1 -0
  238. package/dist/commonjs/rest/outputModels.d.ts +304 -0
  239. package/dist/commonjs/rest/outputModels.d.ts.map +1 -0
  240. package/dist/commonjs/rest/outputModels.js +5 -0
  241. package/dist/commonjs/rest/outputModels.js.map +1 -0
  242. package/dist/commonjs/rest/paginateHelper.d.ts +43 -0
  243. package/dist/commonjs/rest/paginateHelper.d.ts.map +1 -0
  244. package/dist/commonjs/rest/paginateHelper.js +73 -0
  245. package/dist/commonjs/rest/paginateHelper.js.map +1 -0
  246. package/dist/commonjs/rest/parameters.d.ts +27 -0
  247. package/dist/commonjs/rest/parameters.d.ts.map +1 -0
  248. package/dist/commonjs/rest/parameters.js +5 -0
  249. package/dist/commonjs/rest/parameters.js.map +1 -0
  250. package/dist/commonjs/rest/pollingHelper.d.ts +81 -0
  251. package/dist/commonjs/rest/pollingHelper.d.ts.map +1 -0
  252. package/dist/commonjs/rest/pollingHelper.js +100 -0
  253. package/dist/commonjs/rest/pollingHelper.js.map +1 -0
  254. package/dist/commonjs/rest/responses.d.ts +190 -0
  255. package/dist/commonjs/rest/responses.d.ts.map +1 -0
  256. package/dist/commonjs/rest/responses.js +5 -0
  257. package/dist/commonjs/rest/responses.js.map +1 -0
  258. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  259. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  260. package/dist/commonjs/restorePollerHelpers.js +97 -0
  261. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  262. package/dist/commonjs/tsdoc-metadata.json +11 -0
  263. package/dist/esm/api/deidServices/index.d.ts +31 -0
  264. package/dist/esm/api/deidServices/index.d.ts.map +1 -0
  265. package/dist/esm/api/deidServices/index.js +519 -0
  266. package/dist/esm/api/deidServices/index.js.map +1 -0
  267. package/dist/esm/api/healthDataAIServicesContext.d.ts +12 -0
  268. package/dist/esm/api/healthDataAIServicesContext.d.ts.map +1 -0
  269. package/dist/esm/api/healthDataAIServicesContext.js +12 -0
  270. package/dist/esm/api/healthDataAIServicesContext.js.map +1 -0
  271. package/dist/esm/api/index.d.ts +6 -0
  272. package/dist/esm/api/index.d.ts.map +1 -0
  273. package/dist/esm/api/index.js +8 -0
  274. package/dist/esm/api/index.js.map +1 -0
  275. package/dist/esm/api/operations/index.d.ts +10 -0
  276. package/dist/esm/api/operations/index.d.ts.map +1 -0
  277. package/dist/esm/api/operations/index.js +40 -0
  278. package/dist/esm/api/operations/index.js.map +1 -0
  279. package/dist/esm/api/pagingHelpers.d.ts +7 -0
  280. package/dist/esm/api/pagingHelpers.d.ts.map +1 -0
  281. package/dist/esm/api/pagingHelpers.js +138 -0
  282. package/dist/esm/api/pagingHelpers.js.map +1 -0
  283. package/dist/esm/api/pollingHelpers.d.ts +30 -0
  284. package/dist/esm/api/pollingHelpers.d.ts.map +1 -0
  285. package/dist/esm/api/pollingHelpers.js +81 -0
  286. package/dist/esm/api/pollingHelpers.js.map +1 -0
  287. package/dist/esm/api/privateEndpointConnections/index.d.ts +23 -0
  288. package/dist/esm/api/privateEndpointConnections/index.d.ts.map +1 -0
  289. package/dist/esm/api/privateEndpointConnections/index.js +198 -0
  290. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  291. package/dist/esm/api/privateLinks/index.d.ts +10 -0
  292. package/dist/esm/api/privateLinks/index.d.ts.map +1 -0
  293. package/dist/esm/api/privateLinks/index.js +52 -0
  294. package/dist/esm/api/privateLinks/index.js.map +1 -0
  295. package/dist/esm/classic/deidServices/index.d.ts +30 -0
  296. package/dist/esm/classic/deidServices/index.d.ts.map +1 -0
  297. package/dist/esm/classic/deidServices/index.js +17 -0
  298. package/dist/esm/classic/deidServices/index.js.map +1 -0
  299. package/dist/esm/classic/index.d.ts +5 -0
  300. package/dist/esm/classic/index.d.ts.map +1 -0
  301. package/dist/esm/classic/index.js +4 -0
  302. package/dist/esm/classic/index.js.map +1 -0
  303. package/dist/esm/classic/operations/index.d.ts +14 -0
  304. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  305. package/dist/esm/classic/operations/index.js +12 -0
  306. package/dist/esm/classic/operations/index.js.map +1 -0
  307. package/dist/esm/classic/privateEndpointConnections/index.d.ts +24 -0
  308. package/dist/esm/classic/privateEndpointConnections/index.d.ts.map +1 -0
  309. package/dist/esm/classic/privateEndpointConnections/index.js +15 -0
  310. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  311. package/dist/esm/classic/privateLinks/index.d.ts +14 -0
  312. package/dist/esm/classic/privateLinks/index.d.ts.map +1 -0
  313. package/dist/esm/classic/privateLinks/index.js +12 -0
  314. package/dist/esm/classic/privateLinks/index.js.map +1 -0
  315. package/dist/esm/healthDataAIServicesClient.d.ts +23 -0
  316. package/dist/esm/healthDataAIServicesClient.d.ts.map +1 -0
  317. package/dist/esm/healthDataAIServicesClient.js +23 -0
  318. package/dist/esm/healthDataAIServicesClient.js.map +1 -0
  319. package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
  320. package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
  321. package/dist/esm/helpers/serializerHelpers.js +24 -0
  322. package/dist/esm/helpers/serializerHelpers.js.map +1 -0
  323. package/dist/esm/index.d.ts +5 -0
  324. package/dist/esm/index.d.ts.map +1 -0
  325. package/dist/esm/index.js +6 -0
  326. package/dist/esm/index.js.map +1 -0
  327. package/dist/esm/logger.d.ts +2 -0
  328. package/dist/esm/logger.d.ts.map +1 -0
  329. package/dist/esm/logger.js +5 -0
  330. package/dist/esm/logger.js.map +1 -0
  331. package/dist/esm/models/index.d.ts +4 -0
  332. package/dist/esm/models/index.d.ts.map +1 -0
  333. package/dist/esm/models/index.js +4 -0
  334. package/dist/esm/models/index.js.map +1 -0
  335. package/dist/esm/models/models.d.ts +377 -0
  336. package/dist/esm/models/models.d.ts.map +1 -0
  337. package/dist/esm/models/models.js +163 -0
  338. package/dist/esm/models/models.js.map +1 -0
  339. package/dist/esm/models/options.d.ts +48 -0
  340. package/dist/esm/models/options.d.ts.map +1 -0
  341. package/dist/esm/models/options.js +4 -0
  342. package/dist/esm/models/options.js.map +1 -0
  343. package/dist/esm/models/pagingTypes.d.ts +67 -0
  344. package/dist/esm/models/pagingTypes.d.ts.map +1 -0
  345. package/dist/esm/models/pagingTypes.js +4 -0
  346. package/dist/esm/models/pagingTypes.js.map +1 -0
  347. package/dist/esm/package.json +3 -0
  348. package/dist/esm/rest/clientDefinitions.d.ts +61 -0
  349. package/dist/esm/rest/clientDefinitions.d.ts.map +1 -0
  350. package/dist/esm/rest/clientDefinitions.js +4 -0
  351. package/dist/esm/rest/clientDefinitions.js.map +1 -0
  352. package/dist/esm/rest/healthDataAIServicesClient.d.ts +15 -0
  353. package/dist/esm/rest/healthDataAIServicesClient.d.ts.map +1 -0
  354. package/dist/esm/rest/healthDataAIServicesClient.js +42 -0
  355. package/dist/esm/rest/healthDataAIServicesClient.js.map +1 -0
  356. package/dist/esm/rest/index.d.ts +12 -0
  357. package/dist/esm/rest/index.d.ts.map +1 -0
  358. package/dist/esm/rest/index.js +14 -0
  359. package/dist/esm/rest/index.js.map +1 -0
  360. package/dist/esm/rest/isUnexpected.d.ts +14 -0
  361. package/dist/esm/rest/isUnexpected.d.ts.map +1 -0
  362. package/dist/esm/rest/isUnexpected.js +83 -0
  363. package/dist/esm/rest/isUnexpected.js.map +1 -0
  364. package/dist/esm/rest/models.d.ts +213 -0
  365. package/dist/esm/rest/models.d.ts.map +1 -0
  366. package/dist/esm/rest/models.js +4 -0
  367. package/dist/esm/rest/models.js.map +1 -0
  368. package/dist/esm/rest/outputModels.d.ts +304 -0
  369. package/dist/esm/rest/outputModels.d.ts.map +1 -0
  370. package/dist/esm/rest/outputModels.js +4 -0
  371. package/dist/esm/rest/outputModels.js.map +1 -0
  372. package/dist/esm/rest/paginateHelper.d.ts +43 -0
  373. package/dist/esm/rest/paginateHelper.d.ts.map +1 -0
  374. package/dist/esm/rest/paginateHelper.js +70 -0
  375. package/dist/esm/rest/paginateHelper.js.map +1 -0
  376. package/dist/esm/rest/parameters.d.ts +27 -0
  377. package/dist/esm/rest/parameters.d.ts.map +1 -0
  378. package/dist/esm/rest/parameters.js +4 -0
  379. package/dist/esm/rest/parameters.js.map +1 -0
  380. package/dist/esm/rest/pollingHelper.d.ts +81 -0
  381. package/dist/esm/rest/pollingHelper.d.ts.map +1 -0
  382. package/dist/esm/rest/pollingHelper.js +97 -0
  383. package/dist/esm/rest/pollingHelper.js.map +1 -0
  384. package/dist/esm/rest/responses.d.ts +190 -0
  385. package/dist/esm/rest/responses.d.ts.map +1 -0
  386. package/dist/esm/rest/responses.js +4 -0
  387. package/dist/esm/rest/responses.js.map +1 -0
  388. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  389. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  390. package/dist/esm/restorePollerHelpers.js +94 -0
  391. package/dist/esm/restorePollerHelpers.js.map +1 -0
  392. package/dist/react-native/api/deidServices/index.d.ts +31 -0
  393. package/dist/react-native/api/deidServices/index.d.ts.map +1 -0
  394. package/dist/react-native/api/deidServices/index.js +519 -0
  395. package/dist/react-native/api/deidServices/index.js.map +1 -0
  396. package/dist/react-native/api/healthDataAIServicesContext.d.ts +12 -0
  397. package/dist/react-native/api/healthDataAIServicesContext.d.ts.map +1 -0
  398. package/dist/react-native/api/healthDataAIServicesContext.js +12 -0
  399. package/dist/react-native/api/healthDataAIServicesContext.js.map +1 -0
  400. package/dist/react-native/api/index.d.ts +6 -0
  401. package/dist/react-native/api/index.d.ts.map +1 -0
  402. package/dist/react-native/api/index.js +8 -0
  403. package/dist/react-native/api/index.js.map +1 -0
  404. package/dist/react-native/api/operations/index.d.ts +10 -0
  405. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  406. package/dist/react-native/api/operations/index.js +40 -0
  407. package/dist/react-native/api/operations/index.js.map +1 -0
  408. package/dist/react-native/api/pagingHelpers.d.ts +7 -0
  409. package/dist/react-native/api/pagingHelpers.d.ts.map +1 -0
  410. package/dist/react-native/api/pagingHelpers.js +138 -0
  411. package/dist/react-native/api/pagingHelpers.js.map +1 -0
  412. package/dist/react-native/api/pollingHelpers.d.ts +30 -0
  413. package/dist/react-native/api/pollingHelpers.d.ts.map +1 -0
  414. package/dist/react-native/api/pollingHelpers.js +81 -0
  415. package/dist/react-native/api/pollingHelpers.js.map +1 -0
  416. package/dist/react-native/api/privateEndpointConnections/index.d.ts +23 -0
  417. package/dist/react-native/api/privateEndpointConnections/index.d.ts.map +1 -0
  418. package/dist/react-native/api/privateEndpointConnections/index.js +198 -0
  419. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  420. package/dist/react-native/api/privateLinks/index.d.ts +10 -0
  421. package/dist/react-native/api/privateLinks/index.d.ts.map +1 -0
  422. package/dist/react-native/api/privateLinks/index.js +52 -0
  423. package/dist/react-native/api/privateLinks/index.js.map +1 -0
  424. package/dist/react-native/classic/deidServices/index.d.ts +30 -0
  425. package/dist/react-native/classic/deidServices/index.d.ts.map +1 -0
  426. package/dist/react-native/classic/deidServices/index.js +17 -0
  427. package/dist/react-native/classic/deidServices/index.js.map +1 -0
  428. package/dist/react-native/classic/index.d.ts +5 -0
  429. package/dist/react-native/classic/index.d.ts.map +1 -0
  430. package/dist/react-native/classic/index.js +4 -0
  431. package/dist/react-native/classic/index.js.map +1 -0
  432. package/dist/react-native/classic/operations/index.d.ts +14 -0
  433. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  434. package/dist/react-native/classic/operations/index.js +12 -0
  435. package/dist/react-native/classic/operations/index.js.map +1 -0
  436. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +24 -0
  437. package/dist/react-native/classic/privateEndpointConnections/index.d.ts.map +1 -0
  438. package/dist/react-native/classic/privateEndpointConnections/index.js +15 -0
  439. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  440. package/dist/react-native/classic/privateLinks/index.d.ts +14 -0
  441. package/dist/react-native/classic/privateLinks/index.d.ts.map +1 -0
  442. package/dist/react-native/classic/privateLinks/index.js +12 -0
  443. package/dist/react-native/classic/privateLinks/index.js.map +1 -0
  444. package/dist/react-native/healthDataAIServicesClient.d.ts +23 -0
  445. package/dist/react-native/healthDataAIServicesClient.d.ts.map +1 -0
  446. package/dist/react-native/healthDataAIServicesClient.js +23 -0
  447. package/dist/react-native/healthDataAIServicesClient.js.map +1 -0
  448. package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
  449. package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
  450. package/dist/react-native/helpers/serializerHelpers.js +24 -0
  451. package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
  452. package/dist/react-native/index.d.ts +5 -0
  453. package/dist/react-native/index.d.ts.map +1 -0
  454. package/dist/react-native/index.js +6 -0
  455. package/dist/react-native/index.js.map +1 -0
  456. package/dist/react-native/logger.d.ts +2 -0
  457. package/dist/react-native/logger.d.ts.map +1 -0
  458. package/dist/react-native/logger.js +5 -0
  459. package/dist/react-native/logger.js.map +1 -0
  460. package/dist/react-native/models/index.d.ts +4 -0
  461. package/dist/react-native/models/index.d.ts.map +1 -0
  462. package/dist/react-native/models/index.js +4 -0
  463. package/dist/react-native/models/index.js.map +1 -0
  464. package/dist/react-native/models/models.d.ts +377 -0
  465. package/dist/react-native/models/models.d.ts.map +1 -0
  466. package/dist/react-native/models/models.js +163 -0
  467. package/dist/react-native/models/models.js.map +1 -0
  468. package/dist/react-native/models/options.d.ts +48 -0
  469. package/dist/react-native/models/options.d.ts.map +1 -0
  470. package/dist/react-native/models/options.js +4 -0
  471. package/dist/react-native/models/options.js.map +1 -0
  472. package/dist/react-native/models/pagingTypes.d.ts +67 -0
  473. package/dist/react-native/models/pagingTypes.d.ts.map +1 -0
  474. package/dist/react-native/models/pagingTypes.js +4 -0
  475. package/dist/react-native/models/pagingTypes.js.map +1 -0
  476. package/dist/react-native/package.json +3 -0
  477. package/dist/react-native/rest/clientDefinitions.d.ts +61 -0
  478. package/dist/react-native/rest/clientDefinitions.d.ts.map +1 -0
  479. package/dist/react-native/rest/clientDefinitions.js +4 -0
  480. package/dist/react-native/rest/clientDefinitions.js.map +1 -0
  481. package/dist/react-native/rest/healthDataAIServicesClient.d.ts +15 -0
  482. package/dist/react-native/rest/healthDataAIServicesClient.d.ts.map +1 -0
  483. package/dist/react-native/rest/healthDataAIServicesClient.js +42 -0
  484. package/dist/react-native/rest/healthDataAIServicesClient.js.map +1 -0
  485. package/dist/react-native/rest/index.d.ts +12 -0
  486. package/dist/react-native/rest/index.d.ts.map +1 -0
  487. package/dist/react-native/rest/index.js +14 -0
  488. package/dist/react-native/rest/index.js.map +1 -0
  489. package/dist/react-native/rest/isUnexpected.d.ts +14 -0
  490. package/dist/react-native/rest/isUnexpected.d.ts.map +1 -0
  491. package/dist/react-native/rest/isUnexpected.js +83 -0
  492. package/dist/react-native/rest/isUnexpected.js.map +1 -0
  493. package/dist/react-native/rest/models.d.ts +213 -0
  494. package/dist/react-native/rest/models.d.ts.map +1 -0
  495. package/dist/react-native/rest/models.js +4 -0
  496. package/dist/react-native/rest/models.js.map +1 -0
  497. package/dist/react-native/rest/outputModels.d.ts +304 -0
  498. package/dist/react-native/rest/outputModels.d.ts.map +1 -0
  499. package/dist/react-native/rest/outputModels.js +4 -0
  500. package/dist/react-native/rest/outputModels.js.map +1 -0
  501. package/dist/react-native/rest/paginateHelper.d.ts +43 -0
  502. package/dist/react-native/rest/paginateHelper.d.ts.map +1 -0
  503. package/dist/react-native/rest/paginateHelper.js +70 -0
  504. package/dist/react-native/rest/paginateHelper.js.map +1 -0
  505. package/dist/react-native/rest/parameters.d.ts +27 -0
  506. package/dist/react-native/rest/parameters.d.ts.map +1 -0
  507. package/dist/react-native/rest/parameters.js +4 -0
  508. package/dist/react-native/rest/parameters.js.map +1 -0
  509. package/dist/react-native/rest/pollingHelper.d.ts +81 -0
  510. package/dist/react-native/rest/pollingHelper.d.ts.map +1 -0
  511. package/dist/react-native/rest/pollingHelper.js +97 -0
  512. package/dist/react-native/rest/pollingHelper.js.map +1 -0
  513. package/dist/react-native/rest/responses.d.ts +190 -0
  514. package/dist/react-native/rest/responses.d.ts.map +1 -0
  515. package/dist/react-native/rest/responses.js +4 -0
  516. package/dist/react-native/rest/responses.js.map +1 -0
  517. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  518. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  519. package/dist/react-native/restorePollerHelpers.js +94 -0
  520. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  521. package/package.json +188 -0
  522. package/review/arm-healthdataaiservices-api.api.md +70 -0
  523. package/review/arm-healthdataaiservices-models.api.md +314 -0
  524. package/review/arm-healthdataaiservices.api.md +374 -0
@@ -0,0 +1,213 @@
1
+ /** A HealthDataAIServicesProviderHub resource */
2
+ export interface DeidService extends TrackedResource {
3
+ /** The resource-specific properties for this resource. */
4
+ properties?: DeidServiceProperties;
5
+ /** The managed service identities assigned to this resource. */
6
+ identity?: ManagedServiceIdentity;
7
+ }
8
+ /** Details of the HealthDataAIServices DeidService. */
9
+ export interface DeidServiceProperties {
10
+ /** Gets or sets allow or disallow public network access to resource */
11
+ publicNetworkAccess?: PublicNetworkAccess;
12
+ }
13
+ /** The private endpoint connection resource */
14
+ export interface PrivateEndpointConnection extends Resource {
15
+ /** The private endpoint connection properties */
16
+ properties?: PrivateEndpointConnectionProperties;
17
+ }
18
+ /** Properties of the private endpoint connection. */
19
+ export interface PrivateEndpointConnectionProperties {
20
+ /** The private endpoint resource. */
21
+ privateEndpoint?: PrivateEndpoint;
22
+ /** A collection of information about the state of the connection between service consumer and provider. */
23
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
24
+ }
25
+ /** The Private Endpoint resource. */
26
+ export interface PrivateEndpoint {
27
+ }
28
+ /** A collection of information about the state of the connection between service consumer and provider. */
29
+ export interface PrivateLinkServiceConnectionState {
30
+ /**
31
+ * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
32
+ *
33
+ * Possible values: "Pending", "Approved", "Rejected"
34
+ */
35
+ status?: PrivateEndpointServiceConnectionStatus;
36
+ /** The reason for approval/rejection of the connection. */
37
+ description?: string;
38
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
39
+ actionsRequired?: string;
40
+ }
41
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
42
+ export interface Resource {
43
+ }
44
+ /** Metadata pertaining to creation and last modification of the resource. */
45
+ export interface SystemData {
46
+ /** The identity that created the resource. */
47
+ createdBy?: string;
48
+ /**
49
+ * The type of identity that created the resource.
50
+ *
51
+ * Possible values: "User", "Application", "ManagedIdentity", "Key"
52
+ */
53
+ createdByType?: CreatedByType;
54
+ /** The timestamp of resource creation (UTC). */
55
+ createdAt?: Date | string;
56
+ /** The identity that last modified the resource. */
57
+ lastModifiedBy?: string;
58
+ /**
59
+ * The type of identity that last modified the resource.
60
+ *
61
+ * Possible values: "User", "Application", "ManagedIdentity", "Key"
62
+ */
63
+ lastModifiedByType?: CreatedByType;
64
+ /** The timestamp of resource last modification (UTC) */
65
+ lastModifiedAt?: Date | string;
66
+ }
67
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
68
+ export interface TrackedResource extends Resource {
69
+ /** Resource tags. */
70
+ tags?: Record<string, string>;
71
+ /** The geo-location where the resource lives */
72
+ location: string;
73
+ }
74
+ /** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */
75
+ export interface ResourceModelWithAllowedPropertySet extends TrackedResource {
76
+ /**
77
+ * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.
78
+ * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
79
+ */
80
+ managedBy?: string;
81
+ /**
82
+ * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.
83
+ * If supported, the resource provider must validate and persist this value.
84
+ */
85
+ kind?: string;
86
+ /**
87
+ * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.
88
+ * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
89
+ * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
90
+ */
91
+ eTag?: string;
92
+ identity?: Identity;
93
+ sku?: Sku;
94
+ plan?: Plan;
95
+ }
96
+ /** Identity for the resource. */
97
+ export interface Identity {
98
+ /** The identity type. */
99
+ type?: ResourceIdentityType;
100
+ }
101
+ /** The resource model definition representing SKU */
102
+ export interface Sku {
103
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
104
+ name: string;
105
+ /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
106
+ tier?: SkuTier;
107
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
108
+ size?: string;
109
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
110
+ family?: string;
111
+ /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
112
+ capacity?: number;
113
+ }
114
+ /** Plan for the resource. */
115
+ export interface Plan {
116
+ /** A user defined name of the 3rd Party Artifact that is being procured. */
117
+ name: string;
118
+ /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
119
+ publisher: string;
120
+ /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
121
+ product: string;
122
+ /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
123
+ promotionCode?: string;
124
+ /** The version of the desired product/artifact. */
125
+ version?: string;
126
+ }
127
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
128
+ export interface ProxyResource extends Resource {
129
+ }
130
+ /** Holder for private endpoint connections */
131
+ export interface PrivateEndpointConnectionResource extends ProxyResource {
132
+ /** The resource-specific properties for this resource. */
133
+ properties?: PrivateEndpointConnectionProperties;
134
+ }
135
+ /** Private Links for DeidService resource */
136
+ export interface PrivateLinkResource extends ProxyResource {
137
+ /** The resource-specific properties for this resource. */
138
+ properties?: PrivateLinkResourceProperties;
139
+ }
140
+ /** Properties of a private link resource. */
141
+ export interface PrivateLinkResourceProperties {
142
+ /** The private link resource private link DNS zone name. */
143
+ requiredZoneNames?: string[];
144
+ }
145
+ /** The base extension resource. */
146
+ export interface ExtensionResource extends Resource {
147
+ }
148
+ /** The resource model definition for an Azure Resource Manager resource with an etag. */
149
+ export interface AzureEntityResource extends Resource {
150
+ }
151
+ /** A private link resource. */
152
+ export interface PrivateLinkResource extends Resource {
153
+ /** Resource properties. */
154
+ properties?: PrivateLinkResourceProperties;
155
+ }
156
+ /** Managed service identity (system assigned and/or user assigned identities) */
157
+ export interface ManagedServiceIdentity {
158
+ /**
159
+ * The type of managed identity assigned to this resource.
160
+ *
161
+ * Possible values: "None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned"
162
+ */
163
+ type: ManagedServiceIdentityType;
164
+ /** The identities assigned to this resource by the user. */
165
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
166
+ }
167
+ /** User assigned identity properties */
168
+ export interface UserAssignedIdentity {
169
+ }
170
+ /** Patch request body for DeidService */
171
+ export interface DeidUpdate {
172
+ /** Resource tags. */
173
+ tags?: Record<string, string>;
174
+ /** Updatable managed service identity */
175
+ identity?: ManagedServiceIdentityUpdate;
176
+ /** RP-specific properties */
177
+ properties?: DeidPropertiesUpdate;
178
+ }
179
+ /** The template for adding optional properties. */
180
+ export interface ManagedServiceIdentityUpdate {
181
+ /**
182
+ * The type of managed identity assigned to this resource.
183
+ *
184
+ * Possible values: "None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned"
185
+ */
186
+ type?: ManagedServiceIdentityType;
187
+ /** The identities assigned to this resource by the user. */
188
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
189
+ }
190
+ /** The template for adding optional properties. */
191
+ export interface DeidPropertiesUpdate {
192
+ /** Gets or sets allow or disallow public network access to resource */
193
+ publicNetworkAccess?: PublicNetworkAccess;
194
+ }
195
+ /** Alias for ResourceProvisioningState */
196
+ export type ResourceProvisioningState = string;
197
+ /** Alias for ProvisioningState */
198
+ export type ProvisioningState = string;
199
+ /** Alias for PrivateEndpointServiceConnectionStatus */
200
+ export type PrivateEndpointServiceConnectionStatus = string;
201
+ /** Alias for PrivateEndpointConnectionProvisioningState */
202
+ export type PrivateEndpointConnectionProvisioningState = string;
203
+ /** Alias for CreatedByType */
204
+ export type CreatedByType = string;
205
+ /** Alias for ResourceIdentityType */
206
+ export type ResourceIdentityType = "SystemAssigned";
207
+ /** Alias for SkuTier */
208
+ export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
209
+ /** State of the public network access. */
210
+ export type PublicNetworkAccess = "Enabled" | "Disabled";
211
+ /** Alias for ManagedServiceIdentityType */
212
+ export type ManagedServiceIdentityType = string;
213
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/rest/models.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/rest/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n/** A HealthDataAIServicesProviderHub resource */\nexport interface DeidService extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: DeidServiceProperties;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\n/** Details of the HealthDataAIServices DeidService. */\nexport interface DeidServiceProperties {\n /** Gets or sets allow or disallow public network access to resource */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** The private endpoint connection resource */\nexport interface PrivateEndpointConnection extends Resource {\n /** The private endpoint connection properties */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Properties of the private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.\n *\n * Possible values: \"Pending\", \"Approved\", \"Rejected\"\n */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {}\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 /**\n * The type of identity that created the resource.\n *\n * Possible values: \"User\", \"Application\", \"ManagedIdentity\", \"Key\"\n */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date | string;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource.\n *\n * Possible values: \"User\", \"Application\", \"ManagedIdentity\", \"Key\"\n */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date | 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?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */\nexport interface ResourceModelWithAllowedPropertySet extends TrackedResource {\n /**\n * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.\n * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.\n */\n managedBy?: string;\n /**\n * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.\n * If supported, the resource provider must validate and persist this value.\n */\n kind?: string;\n /**\n * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.\n * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),\n * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\n */\n eTag?: string;\n identity?: Identity;\n sku?: Sku;\n plan?: Plan;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /** The identity type. */\n type?: ResourceIdentityType;\n}\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\n/** Plan for the resource. */\nexport interface Plan {\n /** A user defined name of the 3rd Party Artifact that is being procured. */\n name: string;\n /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */\n publisher: string;\n /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */\n product: string;\n /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */\n promotionCode?: string;\n /** The version of the desired product/artifact. */\n version?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Holder for private endpoint connections */\nexport interface PrivateEndpointConnectionResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Private Links for DeidService resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The base extension resource. */\nexport interface ExtensionResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager resource with an etag. */\nexport interface AzureEntityResource extends Resource {}\n\n/** A private link resource. */\nexport interface PrivateLinkResource extends Resource {\n /** Resource properties. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The type of managed identity assigned to this resource.\n *\n * Possible values: \"None\", \"SystemAssigned\", \"UserAssigned\", \"SystemAssigned,UserAssigned\"\n */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {}\n\n/** Patch request body for DeidService */\nexport interface DeidUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Updatable managed service identity */\n identity?: ManagedServiceIdentityUpdate;\n /** RP-specific properties */\n properties?: DeidPropertiesUpdate;\n}\n\n/** The template for adding optional properties. */\nexport interface ManagedServiceIdentityUpdate {\n /**\n * The type of managed identity assigned to this resource.\n *\n * Possible values: \"None\", \"SystemAssigned\", \"UserAssigned\", \"SystemAssigned,UserAssigned\"\n */\n type?: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\n/** The template for adding optional properties. */\nexport interface DeidPropertiesUpdate {\n /** Gets or sets allow or disallow public network access to resource */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** Alias for ResourceProvisioningState */\nexport type ResourceProvisioningState = string;\n/** Alias for ProvisioningState */\nexport type ProvisioningState = string;\n/** Alias for PrivateEndpointServiceConnectionStatus */\nexport type PrivateEndpointServiceConnectionStatus = string;\n/** Alias for PrivateEndpointConnectionProvisioningState */\nexport type PrivateEndpointConnectionProvisioningState = string;\n/** Alias for CreatedByType */\nexport type CreatedByType = string;\n/** Alias for ResourceIdentityType */\nexport type ResourceIdentityType = \"SystemAssigned\";\n/** Alias for SkuTier */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n/** State of the public network access. */\nexport type PublicNetworkAccess = \"Enabled\" | \"Disabled\";\n/** Alias for ManagedServiceIdentityType */\nexport type ManagedServiceIdentityType = string;\n"]}
@@ -0,0 +1,304 @@
1
+ import { Paged } from "@azure/core-paging";
2
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
3
+ export interface OperationOutput {
4
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
5
+ readonly name?: string;
6
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
7
+ readonly isDataAction?: boolean;
8
+ /** Localized display information for this particular operation. */
9
+ readonly display?: OperationDisplayOutput;
10
+ /**
11
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
12
+ *
13
+ * Possible values: "user", "system", "user,system"
14
+ */
15
+ readonly origin?: OriginOutput;
16
+ /**
17
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
18
+ *
19
+ * Possible values: "Internal"
20
+ */
21
+ actionType?: ActionTypeOutput;
22
+ }
23
+ /** Localized display information for and operation. */
24
+ export interface OperationDisplayOutput {
25
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
26
+ readonly provider?: string;
27
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
28
+ readonly resource?: string;
29
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
30
+ readonly operation?: string;
31
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
32
+ readonly description?: string;
33
+ }
34
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
35
+ export interface ErrorResponseOutput {
36
+ /** The error object. */
37
+ error?: ErrorDetailOutput;
38
+ }
39
+ /** The error detail. */
40
+ export interface ErrorDetailOutput {
41
+ /** The error code. */
42
+ readonly code?: string;
43
+ /** The error message. */
44
+ readonly message?: string;
45
+ /** The error target. */
46
+ readonly target?: string;
47
+ /** The error details. */
48
+ readonly details?: Array<ErrorDetailOutput>;
49
+ /** The error additional info. */
50
+ readonly additionalInfo?: Array<ErrorAdditionalInfoOutput>;
51
+ }
52
+ /** The resource management error additional info. */
53
+ export interface ErrorAdditionalInfoOutput {
54
+ /** The additional info type. */
55
+ readonly type?: string;
56
+ /** The additional info. */
57
+ readonly info?: Record<string, any>;
58
+ }
59
+ /** A HealthDataAIServicesProviderHub resource */
60
+ export interface DeidServiceOutput extends TrackedResourceOutput {
61
+ /** The resource-specific properties for this resource. */
62
+ properties?: DeidServicePropertiesOutput;
63
+ /** The managed service identities assigned to this resource. */
64
+ identity?: ManagedServiceIdentityOutput;
65
+ }
66
+ /** Details of the HealthDataAIServices DeidService. */
67
+ export interface DeidServicePropertiesOutput {
68
+ /**
69
+ * The status of the last operation.
70
+ *
71
+ * Possible values: "Provisioning", "Updating", "Deleting", "Accepted"
72
+ */
73
+ readonly provisioningState?: ProvisioningStateOutput;
74
+ /** Deid service url. */
75
+ readonly serviceUrl?: string;
76
+ /** List of private endpoint connections. */
77
+ readonly privateEndpointConnections?: Array<PrivateEndpointConnectionOutput>;
78
+ /** Gets or sets allow or disallow public network access to resource */
79
+ publicNetworkAccess?: PublicNetworkAccessOutput;
80
+ }
81
+ /** The private endpoint connection resource */
82
+ export interface PrivateEndpointConnectionOutput extends ResourceOutput {
83
+ /** The private endpoint connection properties */
84
+ properties?: PrivateEndpointConnectionPropertiesOutput;
85
+ }
86
+ /** Properties of the private endpoint connection. */
87
+ export interface PrivateEndpointConnectionPropertiesOutput {
88
+ /** The group ids for the private endpoint resource. */
89
+ readonly groupIds?: string[];
90
+ /** The private endpoint resource. */
91
+ privateEndpoint?: PrivateEndpointOutput;
92
+ /** A collection of information about the state of the connection between service consumer and provider. */
93
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateOutput;
94
+ /**
95
+ * The provisioning state of the private endpoint connection resource.
96
+ *
97
+ * Possible values: "Succeeded", "Creating", "Deleting", "Failed"
98
+ */
99
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningStateOutput;
100
+ }
101
+ /** The Private Endpoint resource. */
102
+ export interface PrivateEndpointOutput {
103
+ /** The resource identifier for private endpoint */
104
+ readonly id?: string;
105
+ }
106
+ /** A collection of information about the state of the connection between service consumer and provider. */
107
+ export interface PrivateLinkServiceConnectionStateOutput {
108
+ /**
109
+ * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
110
+ *
111
+ * Possible values: "Pending", "Approved", "Rejected"
112
+ */
113
+ status?: PrivateEndpointServiceConnectionStatusOutput;
114
+ /** The reason for approval/rejection of the connection. */
115
+ description?: string;
116
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
117
+ actionsRequired?: string;
118
+ }
119
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
120
+ export interface ResourceOutput {
121
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
122
+ readonly id?: string;
123
+ /** The name of the resource */
124
+ readonly name?: string;
125
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
126
+ readonly type?: string;
127
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
128
+ readonly systemData?: SystemDataOutput;
129
+ }
130
+ /** Metadata pertaining to creation and last modification of the resource. */
131
+ export interface SystemDataOutput {
132
+ /** The identity that created the resource. */
133
+ createdBy?: string;
134
+ /**
135
+ * The type of identity that created the resource.
136
+ *
137
+ * Possible values: "User", "Application", "ManagedIdentity", "Key"
138
+ */
139
+ createdByType?: CreatedByTypeOutput;
140
+ /** The timestamp of resource creation (UTC). */
141
+ createdAt?: string;
142
+ /** The identity that last modified the resource. */
143
+ lastModifiedBy?: string;
144
+ /**
145
+ * The type of identity that last modified the resource.
146
+ *
147
+ * Possible values: "User", "Application", "ManagedIdentity", "Key"
148
+ */
149
+ lastModifiedByType?: CreatedByTypeOutput;
150
+ /** The timestamp of resource last modification (UTC) */
151
+ lastModifiedAt?: string;
152
+ }
153
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
154
+ export interface TrackedResourceOutput extends ResourceOutput {
155
+ /** Resource tags. */
156
+ tags?: Record<string, string>;
157
+ /** The geo-location where the resource lives */
158
+ location: string;
159
+ }
160
+ /** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */
161
+ export interface ResourceModelWithAllowedPropertySetOutput extends TrackedResourceOutput {
162
+ /**
163
+ * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.
164
+ * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
165
+ */
166
+ managedBy?: string;
167
+ /**
168
+ * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.
169
+ * If supported, the resource provider must validate and persist this value.
170
+ */
171
+ kind?: string;
172
+ /**
173
+ * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.
174
+ * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
175
+ * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
176
+ */
177
+ eTag?: string;
178
+ identity?: IdentityOutput;
179
+ sku?: SkuOutput;
180
+ plan?: PlanOutput;
181
+ }
182
+ /** Identity for the resource. */
183
+ export interface IdentityOutput {
184
+ /** The principal ID of resource identity. The value must be an UUID. */
185
+ readonly principalId?: string;
186
+ /** The tenant ID of resource. The value must be an UUID. */
187
+ readonly tenantId?: string;
188
+ /** The identity type. */
189
+ type?: ResourceIdentityTypeOutput;
190
+ }
191
+ /** The resource model definition representing SKU */
192
+ export interface SkuOutput {
193
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
194
+ name: string;
195
+ /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
196
+ tier?: SkuTierOutput;
197
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
198
+ size?: string;
199
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
200
+ family?: string;
201
+ /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
202
+ capacity?: number;
203
+ }
204
+ /** Plan for the resource. */
205
+ export interface PlanOutput {
206
+ /** A user defined name of the 3rd Party Artifact that is being procured. */
207
+ name: string;
208
+ /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
209
+ publisher: string;
210
+ /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
211
+ product: string;
212
+ /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
213
+ promotionCode?: string;
214
+ /** The version of the desired product/artifact. */
215
+ version?: string;
216
+ }
217
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
218
+ export interface ProxyResourceOutput extends ResourceOutput {
219
+ }
220
+ /** Holder for private endpoint connections */
221
+ export interface PrivateEndpointConnectionResourceOutput extends ProxyResourceOutput {
222
+ /** The resource-specific properties for this resource. */
223
+ properties?: PrivateEndpointConnectionPropertiesOutput;
224
+ }
225
+ /** Private Links for DeidService resource */
226
+ export interface PrivateLinkResourceOutput extends ProxyResourceOutput {
227
+ /** The resource-specific properties for this resource. */
228
+ properties?: PrivateLinkResourcePropertiesOutput;
229
+ }
230
+ /** Properties of a private link resource. */
231
+ export interface PrivateLinkResourcePropertiesOutput {
232
+ /** The private link resource group id. */
233
+ readonly groupId?: string;
234
+ /** The private link resource required member names. */
235
+ readonly requiredMembers?: string[];
236
+ /** The private link resource private link DNS zone name. */
237
+ requiredZoneNames?: string[];
238
+ }
239
+ /** The base extension resource. */
240
+ export interface ExtensionResourceOutput extends ResourceOutput {
241
+ }
242
+ /** The resource model definition for an Azure Resource Manager resource with an etag. */
243
+ export interface AzureEntityResourceOutput extends ResourceOutput {
244
+ /** Resource Etag. */
245
+ readonly etag?: string;
246
+ }
247
+ /** A private link resource. */
248
+ export interface PrivateLinkResourceOutput extends ResourceOutput {
249
+ /** Resource properties. */
250
+ properties?: PrivateLinkResourcePropertiesOutput;
251
+ }
252
+ /** Managed service identity (system assigned and/or user assigned identities) */
253
+ export interface ManagedServiceIdentityOutput {
254
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
255
+ readonly principalId?: string;
256
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
257
+ readonly tenantId?: string;
258
+ /**
259
+ * The type of managed identity assigned to this resource.
260
+ *
261
+ * Possible values: "None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned"
262
+ */
263
+ type: ManagedServiceIdentityTypeOutput;
264
+ /** The identities assigned to this resource by the user. */
265
+ userAssignedIdentities?: Record<string, UserAssignedIdentityOutput | null>;
266
+ }
267
+ /** User assigned identity properties */
268
+ export interface UserAssignedIdentityOutput {
269
+ /** The principal ID of the assigned identity. */
270
+ readonly principalId?: string;
271
+ /** The client ID of the assigned identity. */
272
+ readonly clientId?: string;
273
+ }
274
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
275
+ export type OperationListResultOutput = Paged<OperationOutput>;
276
+ /** Alias for OriginOutput */
277
+ export type OriginOutput = string;
278
+ /** Alias for ActionTypeOutput */
279
+ export type ActionTypeOutput = string;
280
+ /** Alias for ResourceProvisioningStateOutput */
281
+ export type ResourceProvisioningStateOutput = string;
282
+ /** Alias for ProvisioningStateOutput */
283
+ export type ProvisioningStateOutput = string;
284
+ /** Alias for PrivateEndpointServiceConnectionStatusOutput */
285
+ export type PrivateEndpointServiceConnectionStatusOutput = string;
286
+ /** Alias for PrivateEndpointConnectionProvisioningStateOutput */
287
+ export type PrivateEndpointConnectionProvisioningStateOutput = string;
288
+ /** Alias for CreatedByTypeOutput */
289
+ export type CreatedByTypeOutput = string;
290
+ /** Alias for ResourceIdentityTypeOutput */
291
+ export type ResourceIdentityTypeOutput = "SystemAssigned";
292
+ /** Alias for SkuTierOutput */
293
+ export type SkuTierOutput = "Free" | "Basic" | "Standard" | "Premium";
294
+ /** State of the public network access. */
295
+ export type PublicNetworkAccessOutput = "Enabled" | "Disabled";
296
+ /** Alias for ManagedServiceIdentityTypeOutput */
297
+ export type ManagedServiceIdentityTypeOutput = string;
298
+ /** The response of a DeidService list operation. */
299
+ export type DeidServiceListResultOutput = Paged<DeidServiceOutput>;
300
+ /** The response of a PrivateEndpointConnectionResource list operation. */
301
+ export type PrivateEndpointConnectionResourceListResultOutput = Paged<PrivateEndpointConnectionResourceOutput>;
302
+ /** The response of a PrivateLinkResource list operation. */
303
+ export type PrivateLinkResourceListResultOutput = Paged<PrivateLinkResourceOutput>;
304
+ //# sourceMappingURL=outputModels.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outputModels.d.ts","sourceRoot":"","sources":["../../../src/rest/outputModels.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=outputModels.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outputModels.js","sourceRoot":"","sources":["../../../src/rest/outputModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { Paged } from \"@azure/core-paging\";\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface OperationOutput {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n readonly display?: OperationDisplayOutput;\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 *\n * Possible values: \"user\", \"system\", \"user,system\"\n */\n readonly origin?: OriginOutput;\n /**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n *\n * Possible values: \"Internal\"\n */\n actionType?: ActionTypeOutput;\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplayOutput {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponseOutput {\n /** The error object. */\n error?: ErrorDetailOutput;\n}\n\n/** The error detail. */\nexport interface ErrorDetailOutput {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: Array<ErrorDetailOutput>;\n /** The error additional info. */\n readonly additionalInfo?: Array<ErrorAdditionalInfoOutput>;\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfoOutput {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: Record<string, any>;\n}\n\n/** A HealthDataAIServicesProviderHub resource */\nexport interface DeidServiceOutput extends TrackedResourceOutput {\n /** The resource-specific properties for this resource. */\n properties?: DeidServicePropertiesOutput;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentityOutput;\n}\n\n/** Details of the HealthDataAIServices DeidService. */\nexport interface DeidServicePropertiesOutput {\n /**\n * The status of the last operation.\n *\n * Possible values: \"Provisioning\", \"Updating\", \"Deleting\", \"Accepted\"\n */\n readonly provisioningState?: ProvisioningStateOutput;\n /** Deid service url. */\n readonly serviceUrl?: string;\n /** List of private endpoint connections. */\n readonly privateEndpointConnections?: Array<PrivateEndpointConnectionOutput>;\n /** Gets or sets allow or disallow public network access to resource */\n publicNetworkAccess?: PublicNetworkAccessOutput;\n}\n\n/** The private endpoint connection resource */\nexport interface PrivateEndpointConnectionOutput extends ResourceOutput {\n /** The private endpoint connection properties */\n properties?: PrivateEndpointConnectionPropertiesOutput;\n}\n\n/** Properties of the private endpoint connection. */\nexport interface PrivateEndpointConnectionPropertiesOutput {\n /** The group ids for the private endpoint resource. */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpointOutput;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateOutput;\n /**\n * The provisioning state of the private endpoint connection resource.\n *\n * Possible values: \"Succeeded\", \"Creating\", \"Deleting\", \"Failed\"\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningStateOutput;\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpointOutput {\n /** The resource identifier for private endpoint */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionStateOutput {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.\n *\n * Possible values: \"Pending\", \"Approved\", \"Rejected\"\n */\n status?: PrivateEndpointServiceConnectionStatusOutput;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ResourceOutput {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemDataOutput;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemDataOutput {\n /** The identity that created the resource. */\n createdBy?: string;\n /**\n * The type of identity that created the resource.\n *\n * Possible values: \"User\", \"Application\", \"ManagedIdentity\", \"Key\"\n */\n createdByType?: CreatedByTypeOutput;\n /** The timestamp of resource creation (UTC). */\n createdAt?: string;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource.\n *\n * Possible values: \"User\", \"Application\", \"ManagedIdentity\", \"Key\"\n */\n lastModifiedByType?: CreatedByTypeOutput;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: 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 TrackedResourceOutput extends ResourceOutput {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */\nexport interface ResourceModelWithAllowedPropertySetOutput extends TrackedResourceOutput {\n /**\n * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.\n * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.\n */\n managedBy?: string;\n /**\n * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.\n * If supported, the resource provider must validate and persist this value.\n */\n kind?: string;\n /**\n * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.\n * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),\n * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\n */\n eTag?: string;\n identity?: IdentityOutput;\n sku?: SkuOutput;\n plan?: PlanOutput;\n}\n\n/** Identity for the resource. */\nexport interface IdentityOutput {\n /** The principal ID of resource identity. The value must be an UUID. */\n readonly principalId?: string;\n /** The tenant ID of resource. The value must be an UUID. */\n readonly tenantId?: string;\n /** The identity type. */\n type?: ResourceIdentityTypeOutput;\n}\n\n/** The resource model definition representing SKU */\nexport interface SkuOutput {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTierOutput;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\n/** Plan for the resource. */\nexport interface PlanOutput {\n /** A user defined name of the 3rd Party Artifact that is being procured. */\n name: string;\n /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */\n publisher: string;\n /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */\n product: string;\n /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */\n promotionCode?: string;\n /** The version of the desired product/artifact. */\n version?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResourceOutput extends ResourceOutput {}\n\n/** Holder for private endpoint connections */\nexport interface PrivateEndpointConnectionResourceOutput extends ProxyResourceOutput {\n /** The resource-specific properties for this resource. */\n properties?: PrivateEndpointConnectionPropertiesOutput;\n}\n\n/** Private Links for DeidService resource */\nexport interface PrivateLinkResourceOutput extends ProxyResourceOutput {\n /** The resource-specific properties for this resource. */\n properties?: PrivateLinkResourcePropertiesOutput;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourcePropertiesOutput {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The base extension resource. */\nexport interface ExtensionResourceOutput extends ResourceOutput {}\n\n/** The resource model definition for an Azure Resource Manager resource with an etag. */\nexport interface AzureEntityResourceOutput extends ResourceOutput {\n /** Resource Etag. */\n readonly etag?: string;\n}\n\n/** A private link resource. */\nexport interface PrivateLinkResourceOutput extends ResourceOutput {\n /** Resource properties. */\n properties?: PrivateLinkResourcePropertiesOutput;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentityOutput {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /**\n * The type of managed identity assigned to this resource.\n *\n * Possible values: \"None\", \"SystemAssigned\", \"UserAssigned\", \"SystemAssigned,UserAssigned\"\n */\n type: ManagedServiceIdentityTypeOutput;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentityOutput | null>;\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentityOutput {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\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 type OperationListResultOutput = Paged<OperationOutput>;\n/** Alias for OriginOutput */\nexport type OriginOutput = string;\n/** Alias for ActionTypeOutput */\nexport type ActionTypeOutput = string;\n/** Alias for ResourceProvisioningStateOutput */\nexport type ResourceProvisioningStateOutput = string;\n/** Alias for ProvisioningStateOutput */\nexport type ProvisioningStateOutput = string;\n/** Alias for PrivateEndpointServiceConnectionStatusOutput */\nexport type PrivateEndpointServiceConnectionStatusOutput = string;\n/** Alias for PrivateEndpointConnectionProvisioningStateOutput */\nexport type PrivateEndpointConnectionProvisioningStateOutput = string;\n/** Alias for CreatedByTypeOutput */\nexport type CreatedByTypeOutput = string;\n/** Alias for ResourceIdentityTypeOutput */\nexport type ResourceIdentityTypeOutput = \"SystemAssigned\";\n/** Alias for SkuTierOutput */\nexport type SkuTierOutput = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n/** State of the public network access. */\nexport type PublicNetworkAccessOutput = \"Enabled\" | \"Disabled\";\n/** Alias for ManagedServiceIdentityTypeOutput */\nexport type ManagedServiceIdentityTypeOutput = string;\n/** The response of a DeidService list operation. */\nexport type DeidServiceListResultOutput = Paged<DeidServiceOutput>;\n/** The response of a PrivateEndpointConnectionResource list operation. */\nexport type PrivateEndpointConnectionResourceListResultOutput =\n Paged<PrivateEndpointConnectionResourceOutput>;\n/** The response of a PrivateLinkResource list operation. */\nexport type PrivateLinkResourceListResultOutput = Paged<PrivateLinkResourceOutput>;\n"]}