@azure/arm-informaticadatamanagement 1.0.1-alpha.20250207.1 → 1.0.1-alpha.20250210.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 (361) hide show
  1. package/README.md +23 -16
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/{dist-esm/src → dist/browser}/informaticaDataManagement.d.ts +2 -2
  7. package/dist/browser/informaticaDataManagement.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/informaticaDataManagement.js +15 -18
  9. package/dist/browser/informaticaDataManagement.js.map +1 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/dist/browser/operations/index.d.ts +4 -0
  16. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  17. package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
  18. package/dist/browser/operations/index.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  20. package/dist/browser/operations/operations.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  22. package/dist/browser/operations/operations.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/organizations.d.ts +3 -3
  24. package/dist/browser/operations/organizations.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/organizations.js +79 -87
  26. package/dist/browser/operations/organizations.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/serverlessRuntimes.d.ts +3 -3
  28. package/dist/browser/operations/serverlessRuntimes.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/serverlessRuntimes.js +88 -96
  30. package/dist/browser/operations/serverlessRuntimes.js.map +1 -0
  31. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
  34. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  37. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/organizations.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/organizations.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/organizations.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/serverlessRuntimes.d.ts +1 -1
  42. package/dist/browser/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
  43. package/dist/browser/operationsInterfaces/serverlessRuntimes.js.map +1 -0
  44. package/dist/browser/package.json +3 -0
  45. package/dist/browser/pagingHelper.js.map +1 -0
  46. package/dist/commonjs/index.d.ts +5 -0
  47. package/dist/commonjs/index.d.ts.map +1 -0
  48. package/dist/commonjs/index.js +19 -0
  49. package/dist/commonjs/index.js.map +1 -0
  50. package/dist/commonjs/informaticaDataManagement.d.ts +22 -0
  51. package/dist/commonjs/informaticaDataManagement.d.ts.map +1 -0
  52. package/dist/commonjs/informaticaDataManagement.js +104 -0
  53. package/dist/commonjs/informaticaDataManagement.js.map +1 -0
  54. package/dist/commonjs/lroImpl.d.ts +11 -0
  55. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  56. package/dist/commonjs/lroImpl.js +17 -0
  57. package/dist/commonjs/lroImpl.js.map +1 -0
  58. package/{types/arm-informaticadatamanagement.d.ts → dist/commonjs/models/index.d.ts} +908 -1221
  59. package/dist/commonjs/models/index.d.ts.map +1 -0
  60. package/dist/commonjs/models/index.js +81 -0
  61. package/dist/commonjs/models/index.js.map +1 -0
  62. package/dist/commonjs/models/mappers.d.ts +58 -0
  63. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  64. package/dist/commonjs/models/mappers.js +1938 -0
  65. package/dist/commonjs/models/mappers.js.map +1 -0
  66. package/dist/commonjs/models/parameters.d.ts +15 -0
  67. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  68. package/dist/commonjs/models/parameters.js +136 -0
  69. package/dist/commonjs/models/parameters.js.map +1 -0
  70. package/dist/commonjs/operations/index.d.ts +4 -0
  71. package/dist/commonjs/operations/index.d.ts.map +1 -0
  72. package/dist/commonjs/operations/index.js +14 -0
  73. package/dist/commonjs/operations/index.js.map +1 -0
  74. package/dist/commonjs/operations/operations.d.ts +32 -0
  75. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  76. package/dist/commonjs/operations/operations.js +137 -0
  77. package/dist/commonjs/operations/operations.js.map +1 -0
  78. package/dist/commonjs/operations/organizations.d.ts +113 -0
  79. package/dist/commonjs/operations/organizations.d.ts.map +1 -0
  80. package/dist/commonjs/operations/organizations.js +553 -0
  81. package/dist/commonjs/operations/organizations.js.map +1 -0
  82. package/dist/commonjs/operations/serverlessRuntimes.d.ts +115 -0
  83. package/dist/commonjs/operations/serverlessRuntimes.d.ts.map +1 -0
  84. package/dist/commonjs/operations/serverlessRuntimes.js +509 -0
  85. package/dist/commonjs/operations/serverlessRuntimes.js.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  87. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  89. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  91. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  93. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/organizations.d.ts +77 -0
  95. package/dist/commonjs/operationsInterfaces/organizations.d.ts.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/organizations.js +10 -0
  97. package/dist/commonjs/operationsInterfaces/organizations.js.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
  99. package/dist/commonjs/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/serverlessRuntimes.js +10 -0
  101. package/dist/commonjs/operationsInterfaces/serverlessRuntimes.js.map +1 -0
  102. package/dist/commonjs/package.json +3 -0
  103. package/dist/commonjs/pagingHelper.d.ts +13 -0
  104. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  105. package/dist/commonjs/pagingHelper.js +36 -0
  106. package/dist/commonjs/pagingHelper.js.map +1 -0
  107. package/dist/esm/index.d.ts +5 -0
  108. package/dist/esm/index.d.ts.map +1 -0
  109. package/{src/index.ts → dist/esm/index.js} +5 -5
  110. package/dist/esm/index.js.map +1 -0
  111. package/dist/esm/informaticaDataManagement.d.ts +22 -0
  112. package/dist/esm/informaticaDataManagement.d.ts.map +1 -0
  113. package/dist/esm/informaticaDataManagement.js +99 -0
  114. package/dist/esm/informaticaDataManagement.js.map +1 -0
  115. package/dist/esm/lroImpl.d.ts +11 -0
  116. package/dist/esm/lroImpl.d.ts.map +1 -0
  117. package/dist/esm/lroImpl.js +14 -0
  118. package/dist/esm/lroImpl.js.map +1 -0
  119. package/dist/esm/models/index.d.ts +908 -0
  120. package/dist/esm/models/index.d.ts.map +1 -0
  121. package/dist/esm/models/index.js +78 -0
  122. package/dist/esm/models/index.js.map +1 -0
  123. package/dist/esm/models/mappers.d.ts +58 -0
  124. package/dist/esm/models/mappers.d.ts.map +1 -0
  125. package/dist/esm/models/mappers.js +1934 -0
  126. package/dist/esm/models/mappers.js.map +1 -0
  127. package/dist/esm/models/parameters.d.ts +15 -0
  128. package/dist/esm/models/parameters.d.ts.map +1 -0
  129. package/dist/esm/models/parameters.js +133 -0
  130. package/dist/esm/models/parameters.js.map +1 -0
  131. package/dist/esm/operations/index.d.ts +4 -0
  132. package/dist/esm/operations/index.d.ts.map +1 -0
  133. package/dist/esm/operations/index.js +11 -0
  134. package/dist/esm/operations/index.js.map +1 -0
  135. package/dist/esm/operations/operations.d.ts +32 -0
  136. package/dist/esm/operations/operations.d.ts.map +1 -0
  137. package/dist/esm/operations/operations.js +133 -0
  138. package/dist/esm/operations/operations.js.map +1 -0
  139. package/dist/esm/operations/organizations.d.ts +113 -0
  140. package/dist/esm/operations/organizations.d.ts.map +1 -0
  141. package/dist/esm/operations/organizations.js +549 -0
  142. package/dist/esm/operations/organizations.js.map +1 -0
  143. package/dist/esm/operations/serverlessRuntimes.d.ts +115 -0
  144. package/dist/esm/operations/serverlessRuntimes.d.ts.map +1 -0
  145. package/dist/esm/operations/serverlessRuntimes.js +505 -0
  146. package/dist/esm/operations/serverlessRuntimes.js.map +1 -0
  147. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  148. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  149. package/dist/esm/operationsInterfaces/index.js +11 -0
  150. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  151. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  152. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  153. package/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -4
  154. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  155. package/dist/esm/operationsInterfaces/organizations.d.ts +77 -0
  156. package/dist/esm/operationsInterfaces/organizations.d.ts.map +1 -0
  157. package/dist/esm/operationsInterfaces/organizations.js +9 -0
  158. package/dist/esm/operationsInterfaces/organizations.js.map +1 -0
  159. package/dist/esm/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
  160. package/dist/esm/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
  161. package/dist/esm/operationsInterfaces/serverlessRuntimes.js +9 -0
  162. package/dist/esm/operationsInterfaces/serverlessRuntimes.js.map +1 -0
  163. package/dist/esm/package.json +3 -0
  164. package/dist/esm/pagingHelper.d.ts +13 -0
  165. package/dist/esm/pagingHelper.d.ts.map +1 -0
  166. package/dist/esm/pagingHelper.js +32 -0
  167. package/dist/esm/pagingHelper.js.map +1 -0
  168. package/dist/react-native/index.d.ts +5 -0
  169. package/dist/react-native/index.d.ts.map +1 -0
  170. package/dist/react-native/index.js +13 -0
  171. package/dist/react-native/index.js.map +1 -0
  172. package/dist/react-native/informaticaDataManagement.d.ts +22 -0
  173. package/dist/react-native/informaticaDataManagement.d.ts.map +1 -0
  174. package/dist/react-native/informaticaDataManagement.js +99 -0
  175. package/dist/react-native/informaticaDataManagement.js.map +1 -0
  176. package/dist/react-native/lroImpl.d.ts +11 -0
  177. package/dist/react-native/lroImpl.d.ts.map +1 -0
  178. package/dist/react-native/lroImpl.js +14 -0
  179. package/dist/react-native/lroImpl.js.map +1 -0
  180. package/dist/react-native/models/index.d.ts +908 -0
  181. package/dist/react-native/models/index.d.ts.map +1 -0
  182. package/dist/react-native/models/index.js +78 -0
  183. package/dist/react-native/models/index.js.map +1 -0
  184. package/dist/react-native/models/mappers.d.ts +58 -0
  185. package/dist/react-native/models/mappers.d.ts.map +1 -0
  186. package/dist/react-native/models/mappers.js +1934 -0
  187. package/dist/react-native/models/mappers.js.map +1 -0
  188. package/dist/react-native/models/parameters.d.ts +15 -0
  189. package/dist/react-native/models/parameters.d.ts.map +1 -0
  190. package/dist/react-native/models/parameters.js +133 -0
  191. package/dist/react-native/models/parameters.js.map +1 -0
  192. package/dist/react-native/operations/index.d.ts +4 -0
  193. package/dist/react-native/operations/index.d.ts.map +1 -0
  194. package/dist/react-native/operations/index.js +11 -0
  195. package/dist/react-native/operations/index.js.map +1 -0
  196. package/dist/react-native/operations/operations.d.ts +32 -0
  197. package/dist/react-native/operations/operations.d.ts.map +1 -0
  198. package/dist/react-native/operations/operations.js +133 -0
  199. package/dist/react-native/operations/operations.js.map +1 -0
  200. package/dist/react-native/operations/organizations.d.ts +113 -0
  201. package/dist/react-native/operations/organizations.d.ts.map +1 -0
  202. package/dist/react-native/operations/organizations.js +549 -0
  203. package/dist/react-native/operations/organizations.js.map +1 -0
  204. package/dist/react-native/operations/serverlessRuntimes.d.ts +115 -0
  205. package/dist/react-native/operations/serverlessRuntimes.d.ts.map +1 -0
  206. package/dist/react-native/operations/serverlessRuntimes.js +505 -0
  207. package/dist/react-native/operations/serverlessRuntimes.js.map +1 -0
  208. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  209. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  210. package/dist/react-native/operationsInterfaces/index.js +11 -0
  211. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  212. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  213. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  214. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  215. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  216. package/dist/react-native/operationsInterfaces/organizations.d.ts +77 -0
  217. package/dist/react-native/operationsInterfaces/organizations.d.ts.map +1 -0
  218. package/dist/react-native/operationsInterfaces/organizations.js +9 -0
  219. package/dist/react-native/operationsInterfaces/organizations.js.map +1 -0
  220. package/dist/react-native/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
  221. package/dist/react-native/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
  222. package/dist/react-native/operationsInterfaces/serverlessRuntimes.js +9 -0
  223. package/dist/react-native/operationsInterfaces/serverlessRuntimes.js.map +1 -0
  224. package/dist/react-native/package.json +3 -0
  225. package/dist/react-native/pagingHelper.d.ts +13 -0
  226. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  227. package/dist/react-native/pagingHelper.js +32 -0
  228. package/dist/react-native/pagingHelper.js.map +1 -0
  229. package/package.json +70 -42
  230. package/dist/index.js +0 -3563
  231. package/dist/index.js.map +0 -1
  232. package/dist/index.min.js +0 -1
  233. package/dist/index.min.js.map +0 -1
  234. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  235. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  236. package/dist-esm/samples-dev/operationsListSample.js +0 -82
  237. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  238. package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.d.ts +0 -2
  239. package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.d.ts.map +0 -1
  240. package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.js +0 -90
  241. package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.js.map +0 -1
  242. package/dist-esm/samples-dev/organizationsDeleteSample.d.ts +0 -2
  243. package/dist-esm/samples-dev/organizationsDeleteSample.d.ts.map +0 -1
  244. package/dist-esm/samples-dev/organizationsDeleteSample.js +0 -54
  245. package/dist-esm/samples-dev/organizationsDeleteSample.js.map +0 -1
  246. package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.d.ts +0 -2
  247. package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.d.ts.map +0 -1
  248. package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.js +0 -54
  249. package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.js.map +0 -1
  250. package/dist-esm/samples-dev/organizationsGetSample.d.ts +0 -2
  251. package/dist-esm/samples-dev/organizationsGetSample.d.ts.map +0 -1
  252. package/dist-esm/samples-dev/organizationsGetSample.js +0 -54
  253. package/dist-esm/samples-dev/organizationsGetSample.js.map +0 -1
  254. package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.d.ts +0 -2
  255. package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.d.ts.map +0 -1
  256. package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.js +0 -54
  257. package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.js.map +0 -1
  258. package/dist-esm/samples-dev/organizationsListByResourceGroupSample.d.ts +0 -2
  259. package/dist-esm/samples-dev/organizationsListByResourceGroupSample.d.ts.map +0 -1
  260. package/dist-esm/samples-dev/organizationsListByResourceGroupSample.js +0 -84
  261. package/dist-esm/samples-dev/organizationsListByResourceGroupSample.js.map +0 -1
  262. package/dist-esm/samples-dev/organizationsListBySubscriptionSample.d.ts +0 -2
  263. package/dist-esm/samples-dev/organizationsListBySubscriptionSample.d.ts.map +0 -1
  264. package/dist-esm/samples-dev/organizationsListBySubscriptionSample.js +0 -82
  265. package/dist-esm/samples-dev/organizationsListBySubscriptionSample.js.map +0 -1
  266. package/dist-esm/samples-dev/organizationsUpdateSample.d.ts +0 -2
  267. package/dist-esm/samples-dev/organizationsUpdateSample.d.ts.map +0 -1
  268. package/dist-esm/samples-dev/organizationsUpdateSample.js +0 -80
  269. package/dist-esm/samples-dev/organizationsUpdateSample.js.map +0 -1
  270. package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.d.ts +0 -2
  271. package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.d.ts.map +0 -1
  272. package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.js +0 -56
  273. package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.js.map +0 -1
  274. package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.d.ts +0 -2
  275. package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.d.ts.map +0 -1
  276. package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.js +0 -106
  277. package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.js.map +0 -1
  278. package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.d.ts +0 -2
  279. package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.d.ts.map +0 -1
  280. package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.js +0 -37
  281. package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.js.map +0 -1
  282. package/dist-esm/samples-dev/serverlessRuntimesGetSample.d.ts +0 -2
  283. package/dist-esm/samples-dev/serverlessRuntimesGetSample.d.ts.map +0 -1
  284. package/dist-esm/samples-dev/serverlessRuntimesGetSample.js +0 -56
  285. package/dist-esm/samples-dev/serverlessRuntimesGetSample.js.map +0 -1
  286. package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.d.ts +0 -2
  287. package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.d.ts.map +0 -1
  288. package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.js +0 -52
  289. package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.js.map +0 -1
  290. package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.d.ts +0 -2
  291. package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.d.ts.map +0 -1
  292. package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.js +0 -37
  293. package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.js.map +0 -1
  294. package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.d.ts +0 -2
  295. package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.d.ts.map +0 -1
  296. package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.js +0 -37
  297. package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.js.map +0 -1
  298. package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.d.ts +0 -2
  299. package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.js +0 -107
  301. package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.js.map +0 -1
  302. package/dist-esm/src/index.d.ts +0 -5
  303. package/dist-esm/src/index.js.map +0 -1
  304. package/dist-esm/src/informaticaDataManagement.d.ts.map +0 -1
  305. package/dist-esm/src/informaticaDataManagement.js.map +0 -1
  306. package/dist-esm/src/lroImpl.js.map +0 -1
  307. package/dist-esm/src/models/index.js.map +0 -1
  308. package/dist-esm/src/models/mappers.js.map +0 -1
  309. package/dist-esm/src/models/parameters.js.map +0 -1
  310. package/dist-esm/src/operations/index.d.ts +0 -4
  311. package/dist-esm/src/operations/index.js.map +0 -1
  312. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  313. package/dist-esm/src/operations/operations.js.map +0 -1
  314. package/dist-esm/src/operations/organizations.d.ts.map +0 -1
  315. package/dist-esm/src/operations/organizations.js.map +0 -1
  316. package/dist-esm/src/operations/serverlessRuntimes.d.ts.map +0 -1
  317. package/dist-esm/src/operations/serverlessRuntimes.js.map +0 -1
  318. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  319. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  320. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  321. package/dist-esm/src/operationsInterfaces/organizations.d.ts.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/organizations.js.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/serverlessRuntimes.d.ts.map +0 -1
  324. package/dist-esm/src/operationsInterfaces/serverlessRuntimes.js.map +0 -1
  325. package/dist-esm/src/pagingHelper.js.map +0 -1
  326. package/dist-esm/test/informaticadatamanagement_operations_test.spec.d.ts +0 -4
  327. package/dist-esm/test/informaticadatamanagement_operations_test.spec.d.ts.map +0 -1
  328. package/dist-esm/test/informaticadatamanagement_operations_test.spec.js +0 -74
  329. package/dist-esm/test/informaticadatamanagement_operations_test.spec.js.map +0 -1
  330. package/src/informaticaDataManagement.ts +0 -153
  331. package/src/lroImpl.ts +0 -38
  332. package/src/models/index.ts +0 -1041
  333. package/src/models/mappers.ts +0 -2020
  334. package/src/models/parameters.ts +0 -156
  335. package/src/operations/operations.ts +0 -149
  336. package/src/operations/organizations.ts +0 -723
  337. package/src/operations/serverlessRuntimes.ts +0 -707
  338. package/src/operationsInterfaces/index.ts +0 -11
  339. package/src/operationsInterfaces/operations.ts +0 -22
  340. package/src/operationsInterfaces/organizations.ts +0 -153
  341. package/src/operationsInterfaces/serverlessRuntimes.ts +0 -177
  342. package/src/pagingHelper.ts +0 -39
  343. package/tsconfig.json +0 -33
  344. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  345. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  346. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  347. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  348. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  349. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  351. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  352. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  353. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  354. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  355. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  356. /package/{dist-esm/src → dist/browser}/operationsInterfaces/organizations.js +0 -0
  357. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverlessRuntimes.js +0 -0
  358. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  359. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  360. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  361. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,1041 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
12
- export interface OperationListResult {
13
- /**
14
- * List of operations supported by the resource provider
15
- * NOTE: This property will not be serialized. It can only be populated by the server.
16
- */
17
- readonly value?: Operation[];
18
- /**
19
- * URL to get the next set of operation list results (if there are any).
20
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
- */
22
- readonly nextLink?: string;
23
- }
24
-
25
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
26
- export interface Operation {
27
- /**
28
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
29
- * NOTE: This property will not be serialized. It can only be populated by the server.
30
- */
31
- readonly name?: string;
32
- /**
33
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly isDataAction?: boolean;
37
- /** Localized display information for this particular operation. */
38
- display?: OperationDisplay;
39
- /**
40
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
41
- * NOTE: This property will not be serialized. It can only be populated by the server.
42
- */
43
- readonly origin?: Origin;
44
- /**
45
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
46
- * NOTE: This property will not be serialized. It can only be populated by the server.
47
- */
48
- readonly actionType?: ActionType;
49
- }
50
-
51
- /** Localized display information for this particular operation. */
52
- export interface OperationDisplay {
53
- /**
54
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
55
- * NOTE: This property will not be serialized. It can only be populated by the server.
56
- */
57
- readonly provider?: string;
58
- /**
59
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly resource?: string;
63
- /**
64
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly operation?: string;
68
- /**
69
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly description?: string;
73
- }
74
-
75
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
76
- export interface ErrorResponse {
77
- /** The error object. */
78
- error?: ErrorDetail;
79
- }
80
-
81
- /** The error detail. */
82
- export interface ErrorDetail {
83
- /**
84
- * The error code.
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly code?: string;
88
- /**
89
- * The error message.
90
- * NOTE: This property will not be serialized. It can only be populated by the server.
91
- */
92
- readonly message?: string;
93
- /**
94
- * The error target.
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly target?: string;
98
- /**
99
- * The error details.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly details?: ErrorDetail[];
103
- /**
104
- * The error additional info.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly additionalInfo?: ErrorAdditionalInfo[];
108
- }
109
-
110
- /** The resource management error additional info. */
111
- export interface ErrorAdditionalInfo {
112
- /**
113
- * The additional info type.
114
- * NOTE: This property will not be serialized. It can only be populated by the server.
115
- */
116
- readonly type?: string;
117
- /**
118
- * The additional info.
119
- * NOTE: This property will not be serialized. It can only be populated by the server.
120
- */
121
- readonly info?: Record<string, unknown>;
122
- }
123
-
124
- /** The response of a InformaticaOrganizationResource list operation. */
125
- export interface InformaticaOrganizationResourceListResult {
126
- /** The InformaticaOrganizationResource items on this page */
127
- value: InformaticaOrganizationResource[];
128
- /** The link to the next page of items */
129
- nextLink?: string;
130
- }
131
-
132
- /** Properties specific to the Informatica DataManagement Organization resource. */
133
- export interface OrganizationProperties {
134
- /**
135
- * Provisioning State of the resource.
136
- * NOTE: This property will not be serialized. It can only be populated by the server.
137
- */
138
- readonly provisioningState?: ProvisioningState;
139
- /** Informatica Organization properties. */
140
- informaticaProperties?: InformaticaProperties;
141
- /** Marketplace details. */
142
- marketplaceDetails?: MarketplaceDetails;
143
- /** User details */
144
- userDetails?: UserDetails;
145
- /** Company details. */
146
- companyDetails?: CompanyDetails;
147
- /** Link Organization */
148
- linkOrganization?: LinkOrganization;
149
- }
150
-
151
- /** Properties of the Informatica organization. */
152
- export interface InformaticaProperties {
153
- /** Organization id */
154
- organizationId?: string;
155
- /** Organization name */
156
- organizationName?: string;
157
- /** Informatica organization region */
158
- informaticaRegion?: string;
159
- /** Single sing on URL for informatica organization */
160
- singleSignOnUrl?: string;
161
- }
162
-
163
- /** Marketplace details. */
164
- export interface MarketplaceDetails {
165
- /** Marketplace Subscription Id */
166
- marketplaceSubscriptionId?: string;
167
- /** Marketplace offer details. */
168
- offerDetails: OfferDetails;
169
- }
170
-
171
- /** Details of the product offering. */
172
- export interface OfferDetails {
173
- /** Id of the product publisher. */
174
- publisherId: string;
175
- /** Id of the product offering. */
176
- offerId: string;
177
- /** Id of the product offer plan. */
178
- planId: string;
179
- /** Name of the product offer plan. */
180
- planName: string;
181
- /** Offer plan term unit. */
182
- termUnit?: string;
183
- /** Offer plan term id. */
184
- termId: string;
185
- }
186
-
187
- /** User Info of Informatica Organization resource. */
188
- export interface UserDetails {
189
- /** User first name. */
190
- firstName?: string;
191
- /** User last name. */
192
- lastName?: string;
193
- /** User email address. */
194
- emailAddress?: string;
195
- /** UPN of user */
196
- upn?: string;
197
- /** Phone number of the user used by for contacting them if needed */
198
- phoneNumber?: string;
199
- }
200
-
201
- /** Company Details. */
202
- export interface CompanyDetails {
203
- /** company Name */
204
- companyName?: string;
205
- /** Office Address */
206
- officeAddress?: string;
207
- /** Country name */
208
- country?: string;
209
- /** Domain name */
210
- domain?: string;
211
- /** Business phone number */
212
- business?: string;
213
- /** Number Of Employees */
214
- numberOfEmployees?: number;
215
- }
216
-
217
- /** Link Organization */
218
- export interface LinkOrganization {
219
- /** Link organization token */
220
- token?: string;
221
- }
222
-
223
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
224
- export interface Resource {
225
- /**
226
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
227
- * NOTE: This property will not be serialized. It can only be populated by the server.
228
- */
229
- readonly id?: string;
230
- /**
231
- * The name of the resource
232
- * NOTE: This property will not be serialized. It can only be populated by the server.
233
- */
234
- readonly name?: string;
235
- /**
236
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
237
- * NOTE: This property will not be serialized. It can only be populated by the server.
238
- */
239
- readonly type?: string;
240
- /**
241
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
242
- * NOTE: This property will not be serialized. It can only be populated by the server.
243
- */
244
- readonly systemData?: SystemData;
245
- }
246
-
247
- /** Metadata pertaining to creation and last modification of the resource. */
248
- export interface SystemData {
249
- /** The identity that created the resource. */
250
- createdBy?: string;
251
- /** The type of identity that created the resource. */
252
- createdByType?: CreatedByType;
253
- /** The timestamp of resource creation (UTC). */
254
- createdAt?: Date;
255
- /** The identity that last modified the resource. */
256
- lastModifiedBy?: string;
257
- /** The type of identity that last modified the resource. */
258
- lastModifiedByType?: CreatedByType;
259
- /** The timestamp of resource last modification (UTC) */
260
- lastModifiedAt?: Date;
261
- }
262
-
263
- /** The template for adding optional properties. */
264
- export interface InformaticaOrganizationResourceUpdate {
265
- /** Resource tags. */
266
- tags?: { [propertyName: string]: string };
267
- /** Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource */
268
- properties?: OrganizationPropertiesCustomUpdate;
269
- }
270
-
271
- /** Patchable Properties of the Informatica Organization resource */
272
- export interface OrganizationPropertiesCustomUpdate {
273
- /** Informatica Organization properties */
274
- informaticaOrganizationProperties?: InformaticaOrganizationResourceUpdate;
275
- /** Marketplace details */
276
- marketplaceDetails?: MarketplaceDetailsUpdate;
277
- /** User details */
278
- userDetails?: UserDetailsUpdate;
279
- /** Company Details */
280
- companyDetails?: CompanyDetailsUpdate;
281
- /** Existing Resource Id */
282
- existingResourceId?: string;
283
- }
284
-
285
- /** Marketplace details */
286
- export interface MarketplaceDetailsUpdate {
287
- /** Marketplace Subscription Id */
288
- marketplaceSubscriptionId?: string;
289
- /** Marketplace offer details. */
290
- offerDetails?: OfferDetailsUpdate;
291
- }
292
-
293
- /** Details of the product offering */
294
- export interface OfferDetailsUpdate {
295
- /** Id of the product publisher. */
296
- publisherId?: string;
297
- /** Id of the product offering. */
298
- offerId?: string;
299
- /** Id of the product offer plan. */
300
- planId?: string;
301
- /** Name of the product offer plan. */
302
- planName?: string;
303
- /** Offer plan term unit. */
304
- termUnit?: string;
305
- /** Offer plan term id. */
306
- termId?: string;
307
- }
308
-
309
- /** User Info of Informatica Organization resource */
310
- export interface UserDetailsUpdate {
311
- /** User first name. */
312
- firstName?: string;
313
- /** User last name. */
314
- lastName?: string;
315
- /** User email address. */
316
- emailAddress?: string;
317
- /** UPN of user */
318
- upn?: string;
319
- /** Phone number of the user used by for contacting them if needed */
320
- phoneNumber?: string;
321
- }
322
-
323
- /** Company details of Informatica Organization resource */
324
- export interface CompanyDetailsUpdate {
325
- /** company Name */
326
- companyName?: string;
327
- /** Office Address */
328
- officeAddress?: string;
329
- /** Country name */
330
- country?: string;
331
- /** Domain name */
332
- domain?: string;
333
- /** Business phone number */
334
- business?: string;
335
- /** Number Of Employees */
336
- numberOfEmployees?: number;
337
- }
338
-
339
- /** A list of serverless runtime resources as fetched using the informatica APIs */
340
- export interface InformaticaServerlessRuntimeResourceList {
341
- /** List of runtime resources for the fetch all API */
342
- informaticaRuntimeResources: InfaRuntimeResourceFetchMetaData[];
343
- }
344
-
345
- /** Informatica runtime resource metadata as received via the informatica fetch all runtime environments API */
346
- export interface InfaRuntimeResourceFetchMetaData {
347
- /** Environment name */
348
- name: string;
349
- /** Created time */
350
- createdTime: string;
351
- /** Updated Time */
352
- updatedTime: string;
353
- /** Created by */
354
- createdBy: string;
355
- /** Last Updated by */
356
- updatedBy: string;
357
- /** Informatica serverless runtime id */
358
- id: string;
359
- /** Environment Type */
360
- type: RuntimeType;
361
- /** Status of the environment */
362
- status: string;
363
- /** Display message for the given status */
364
- statusLocalized: string;
365
- /** status message */
366
- statusMessage: string;
367
- /** Serverless Config Properties */
368
- serverlessConfigProperties: InfaServerlessFetchConfigProperties;
369
- /** Description of the runtime resource */
370
- description?: string;
371
- }
372
-
373
- /** InfaServerlessFetchConfigProperties for the fetch all serverless API as received from informatica API response */
374
- export interface InfaServerlessFetchConfigProperties {
375
- /** subnet name */
376
- subnet?: string;
377
- /** applicationType name */
378
- applicationType?: string;
379
- /** Resource group name */
380
- resourceGroupName?: string;
381
- /** Advanced custom properties */
382
- advancedCustomProperties?: string;
383
- /** Supplementary File location */
384
- supplementaryFileLocation?: string;
385
- /** Serverless Account Platform */
386
- platform?: string;
387
- /** Tags for the resource */
388
- tags?: string;
389
- /** virtual network */
390
- vnet?: string;
391
- /** Execution timeout */
392
- executionTimeout?: string;
393
- /** Compute Units */
394
- computeUnits?: string;
395
- /** Tenant ID */
396
- tenantId?: string;
397
- /** subscription ID */
398
- subscriptionId?: string;
399
- /** region name for the runtime environment */
400
- region?: string;
401
- /** Serverless Arm Resource ID */
402
- serverlessArmResourceId?: string;
403
- }
404
-
405
- /** Serverless Runtime environment Metadata response. */
406
- export interface ServerlessMetadataResponse {
407
- /** type of the runtime environment. */
408
- type?: RuntimeType;
409
- /** serverless config properties */
410
- serverlessConfigProperties?: ServerlessConfigProperties;
411
- /** serverless runtime config properties */
412
- serverlessRuntimeConfigProperties?: ServerlessRuntimeConfigProperties;
413
- }
414
-
415
- /** Metadata Serverless Config Properties */
416
- export interface ServerlessConfigProperties {
417
- /** Platform types */
418
- platform?: PlatformType;
419
- /** List of application types supported by informatica */
420
- applicationTypes?: ApplicationTypeMetadata[];
421
- /** The list of compute units with possible array of values */
422
- computeUnits?: ComputeUnitsMetadata[];
423
- /** Serverless Runtime execution timeout */
424
- executionTimeout?: string;
425
- /** List of supported serverless informatica regions */
426
- regions?: RegionsMetadata[];
427
- }
428
-
429
- /** Informatica Serverless Runtime Application type Metadata */
430
- export interface ApplicationTypeMetadata {
431
- /** Application type name */
432
- name?: string;
433
- /** Application type value */
434
- value?: string;
435
- }
436
-
437
- /** Informatica Serverless Runtime Application type Metadata */
438
- export interface ComputeUnitsMetadata {
439
- /** ComputeUnit name */
440
- name?: string;
441
- /** ComputeUnit value */
442
- value?: string[];
443
- }
444
-
445
- /** Informatica Serverless Runtime Regions Metadata */
446
- export interface RegionsMetadata {
447
- /** Region Id */
448
- id?: string;
449
- /** Region name */
450
- name?: string;
451
- }
452
-
453
- /** Serverless Runtime config properties. */
454
- export interface ServerlessRuntimeConfigProperties {
455
- /** The List of Informatica Serverless Runtime CDI Config Properties. */
456
- cdiConfigProps?: CdiConfigProps[];
457
- /** The List of Informatica Serverless Runtime CDIE Config Properties. */
458
- cdieConfigProps?: CdiConfigProps[];
459
- }
460
-
461
- /** Informatica CDI Configuration Properties. */
462
- export interface CdiConfigProps {
463
- /** EngineName of the application config. */
464
- engineName: string;
465
- /** EngineVersion of the application config. */
466
- engineVersion: string;
467
- /** ApplicationConfigs of the CDI or CDIE. */
468
- applicationConfigs: ApplicationConfigs[];
469
- }
470
-
471
- /** Application configs */
472
- export interface ApplicationConfigs {
473
- /** Type of the application config. */
474
- type: string;
475
- /** Name of the application config. */
476
- name: string;
477
- /** Value of the application config. */
478
- value: string;
479
- /** Platform type of the application config. */
480
- platform: string;
481
- /** Customized value of the application config. */
482
- customized: string;
483
- /** Default value of the application config. */
484
- defaultValue: string;
485
- }
486
-
487
- /** The response of a InformaticaServerlessRuntimeResource list operation. */
488
- export interface InformaticaServerlessRuntimeResourceListResult {
489
- /** The InformaticaServerlessRuntimeResource items on this page */
490
- value: InformaticaServerlessRuntimeResource[];
491
- /** The link to the next page of items */
492
- nextLink?: string;
493
- }
494
-
495
- /** Serverless Runtime properties. */
496
- export interface InformaticaServerlessRuntimeProperties {
497
- /**
498
- * Provisioning State of the resource.
499
- * NOTE: This property will not be serialized. It can only be populated by the server.
500
- */
501
- readonly provisioningState?: ProvisioningState;
502
- /** description of the serverless runtime. */
503
- description?: string;
504
- /** Platform type of the Serverless Runtime. */
505
- platform?: PlatformType;
506
- /** Application type of the Serverless Runtime environment. */
507
- applicationType?: ApplicationType;
508
- /** Compute units of the serverless runtime. */
509
- computeUnits?: string;
510
- /** Serverless Execution timeout */
511
- executionTimeout?: string;
512
- /** Serverless account creation location */
513
- serverlessAccountLocation: string;
514
- /** Informatica Serverless Network profile properties. */
515
- serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfile;
516
- /** String KV pairs indicating Advanced custom properties. */
517
- advancedCustomProperties?: AdvancedCustomProperties[];
518
- /** Supplementary file location. */
519
- supplementaryFileLocation?: string;
520
- /** Serverless config properties */
521
- serverlessRuntimeConfig?: ServerlessRuntimeConfigProperties;
522
- /** Serverless Runtime Tags */
523
- serverlessRuntimeTags?: ServerlessRuntimeTag[];
524
- /** Serverless runtime user context properties */
525
- serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextProperties;
526
- }
527
-
528
- /** Informatica Serverless Runtime Network Profile. */
529
- export interface ServerlessRuntimeNetworkProfile {
530
- /** Network Interface Configuration Profile */
531
- networkInterfaceConfiguration: NetworkInterfaceConfiguration;
532
- }
533
-
534
- /** Informatica Serverless Runtime Network Interface configurations. */
535
- export interface NetworkInterfaceConfiguration {
536
- /** Virtual network resource id */
537
- vnetId: string;
538
- /** Virtual network subnet resource id */
539
- subnetId: string;
540
- /** Virtual network resource guid */
541
- vnetResourceGuid?: string;
542
- }
543
-
544
- /** Informatica Serverless advanced custom properties */
545
- export interface AdvancedCustomProperties {
546
- /** advanced custom properties key */
547
- key?: string;
548
- /** advanced custom properties value */
549
- value?: string;
550
- }
551
-
552
- /** Serverless Runtime Tags */
553
- export interface ServerlessRuntimeTag {
554
- /** The name (also known as the key) of the tag. */
555
- name?: string;
556
- /** The value of the tag. */
557
- value?: string;
558
- }
559
-
560
- /** Informatica Serverless Runtime User context properties */
561
- export interface ServerlessRuntimeUserContextProperties {
562
- /** User context token for OBO flow. */
563
- userContextToken: string;
564
- }
565
-
566
- /** The template for adding optional properties. */
567
- export interface InformaticaServerlessRuntimeResourceUpdate {
568
- /** Patchable PropertieInformaticaOrganizationPropertiesUpdates of the Organization observability resource */
569
- properties?: ServerlessRuntimePropertiesCustomUpdate;
570
- }
571
-
572
- /** Patchable Properties of the Informatica Serverless Runtime resource */
573
- export interface ServerlessRuntimePropertiesCustomUpdate {
574
- /** description of the serverless runtime. */
575
- description?: string;
576
- /** Platform type of the Serverless Runtime. */
577
- platform?: PlatformType;
578
- /** Application type of the Serverless Runtime environment. */
579
- applicationType?: ApplicationType;
580
- /** Compute units of the serverless runtime. */
581
- computeUnits?: string;
582
- /** Serverless Execution timeout */
583
- executionTimeout?: string;
584
- /** Serverless account creation location */
585
- serverlessAccountLocation?: string;
586
- /** Informatica Serverless Network profile properties. */
587
- serverlessRuntimeNetworkProfile?: ServerlessRuntimeNetworkProfileUpdate;
588
- /** String KV pairs indicating Advanced custom properties. */
589
- advancedCustomProperties?: AdvancedCustomProperties[];
590
- /** Supplementary file location. */
591
- supplementaryFileLocation?: string;
592
- /** Serverless config properties */
593
- serverlessRuntimeConfig?: ServerlessRuntimeConfigPropertiesUpdate;
594
- /** Serverless Runtime Tags */
595
- serverlessRuntimeTags?: ServerlessRuntimeTag[];
596
- /** Serverless runtime user context properties */
597
- serverlessRuntimeUserContextProperties?: ServerlessRuntimeUserContextPropertiesUpdate;
598
- }
599
-
600
- /** Informatica Serverless Network profile properties update. */
601
- export interface ServerlessRuntimeNetworkProfileUpdate {
602
- /** Network Interface Configuration Profile Update */
603
- networkInterfaceConfiguration?: NetworkInterfaceConfigurationUpdate;
604
- }
605
-
606
- /** The template for adding optional properties. */
607
- export interface NetworkInterfaceConfigurationUpdate {
608
- /** Virtual network resource id */
609
- vnetId?: string;
610
- /** Virtual network subnet resource id */
611
- subnetId?: string;
612
- /** Virtual network resource guid */
613
- vnetResourceGuid?: string;
614
- }
615
-
616
- /** The template for adding optional properties. */
617
- export interface ServerlessRuntimeConfigPropertiesUpdate {
618
- /** The List of Informatica Serverless Runtime CDI Config Properties. */
619
- cdiConfigProps?: CdiConfigProps[];
620
- /** The List of Informatica Serverless Runtime CDIE Config Properties. */
621
- cdieConfigProps?: CdiConfigProps[];
622
- }
623
-
624
- /** The template for adding optional properties. */
625
- export interface ServerlessRuntimeUserContextPropertiesUpdate {
626
- /** User context token for OBO flow. */
627
- userContextToken?: string;
628
- }
629
-
630
- /** Model for the check dependencies API for an informatica serverless runtime resource */
631
- export interface CheckDependenciesResponse {
632
- /** Count of dependencies */
633
- count: number;
634
- /** id of resource */
635
- id: string;
636
- /** List of dependencies */
637
- references: ServerlessRuntimeDependency[];
638
- }
639
-
640
- /** Dependency reference for a serverless runtime resource */
641
- export interface ServerlessRuntimeDependency {
642
- /** Dependency ID */
643
- id: string;
644
- /** Application context ID */
645
- appContextId: string;
646
- /** Dependency path */
647
- path: string;
648
- /** document type */
649
- documentType: string;
650
- /** description of Dependency */
651
- description: string;
652
- /** Last Update Time */
653
- lastUpdatedTime: string;
654
- }
655
-
656
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
657
- export interface TrackedResource extends Resource {
658
- /** Resource tags. */
659
- tags?: { [propertyName: string]: string };
660
- /** The geo-location where the resource lives */
661
- location: string;
662
- }
663
-
664
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
665
- export interface ProxyResource extends Resource {}
666
-
667
- /** An Organization Resource by Informatica. */
668
- export interface InformaticaOrganizationResource extends TrackedResource {
669
- /** The resource-specific properties for this resource. */
670
- properties?: OrganizationProperties;
671
- }
672
-
673
- /** A Serverless Runtime environment resource by Informatica. */
674
- export interface InformaticaServerlessRuntimeResource extends ProxyResource {
675
- /** The resource-specific properties for this resource. */
676
- properties?: InformaticaServerlessRuntimeProperties;
677
- }
678
-
679
- /** Defines headers for Organizations_createOrUpdate operation. */
680
- export interface OrganizationsCreateOrUpdateHeaders {
681
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
682
- retryAfter?: number;
683
- }
684
-
685
- /** Defines headers for Organizations_delete operation. */
686
- export interface OrganizationsDeleteHeaders {
687
- /** The Location header contains the URL where the status of the long running operation can be checked. */
688
- location?: string;
689
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
690
- retryAfter?: number;
691
- }
692
-
693
- /** Defines headers for ServerlessRuntimes_createOrUpdate operation. */
694
- export interface ServerlessRuntimesCreateOrUpdateHeaders {
695
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
696
- retryAfter?: number;
697
- }
698
-
699
- /** Defines headers for ServerlessRuntimes_delete operation. */
700
- export interface ServerlessRuntimesDeleteHeaders {
701
- /** The Location header contains the URL where the status of the long running operation can be checked. */
702
- location?: string;
703
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
704
- retryAfter?: number;
705
- }
706
-
707
- /** Known values of {@link Origin} that the service accepts. */
708
- export enum KnownOrigin {
709
- /** User */
710
- User = "user",
711
- /** System */
712
- System = "system",
713
- /** UserSystem */
714
- UserSystem = "user,system",
715
- }
716
-
717
- /**
718
- * Defines values for Origin. \
719
- * {@link KnownOrigin} can be used interchangeably with Origin,
720
- * this enum contains the known values that the service supports.
721
- * ### Known values supported by the service
722
- * **user** \
723
- * **system** \
724
- * **user,system**
725
- */
726
- export type Origin = string;
727
-
728
- /** Known values of {@link ActionType} that the service accepts. */
729
- export enum KnownActionType {
730
- /** Internal */
731
- Internal = "Internal",
732
- }
733
-
734
- /**
735
- * Defines values for ActionType. \
736
- * {@link KnownActionType} can be used interchangeably with ActionType,
737
- * this enum contains the known values that the service supports.
738
- * ### Known values supported by the service
739
- * **Internal**
740
- */
741
- export type ActionType = string;
742
-
743
- /** Known values of {@link ProvisioningState} that the service accepts. */
744
- export enum KnownProvisioningState {
745
- /** Organization resource creation request accepted */
746
- Accepted = "Accepted",
747
- /** Organization resource creation started */
748
- Creating = "Creating",
749
- /** Organization resource is being updated */
750
- Updating = "Updating",
751
- /** Organization resource deletion started */
752
- Deleting = "Deleting",
753
- /** Organization resource creation successful */
754
- Succeeded = "Succeeded",
755
- /** Organization resource creation failed */
756
- Failed = "Failed",
757
- /** Organization resource creation canceled */
758
- Canceled = "Canceled",
759
- /** Organization resource is deleted */
760
- Deleted = "Deleted",
761
- /** Organization resource state is unknown */
762
- NotSpecified = "NotSpecified",
763
- }
764
-
765
- /**
766
- * Defines values for ProvisioningState. \
767
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
768
- * this enum contains the known values that the service supports.
769
- * ### Known values supported by the service
770
- * **Accepted**: Organization resource creation request accepted \
771
- * **Creating**: Organization resource creation started \
772
- * **Updating**: Organization resource is being updated \
773
- * **Deleting**: Organization resource deletion started \
774
- * **Succeeded**: Organization resource creation successful \
775
- * **Failed**: Organization resource creation failed \
776
- * **Canceled**: Organization resource creation canceled \
777
- * **Deleted**: Organization resource is deleted \
778
- * **NotSpecified**: Organization resource state is unknown
779
- */
780
- export type ProvisioningState = string;
781
-
782
- /** Known values of {@link CreatedByType} that the service accepts. */
783
- export enum KnownCreatedByType {
784
- /** User */
785
- User = "User",
786
- /** Application */
787
- Application = "Application",
788
- /** ManagedIdentity */
789
- ManagedIdentity = "ManagedIdentity",
790
- /** Key */
791
- Key = "Key",
792
- }
793
-
794
- /**
795
- * Defines values for CreatedByType. \
796
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
797
- * this enum contains the known values that the service supports.
798
- * ### Known values supported by the service
799
- * **User** \
800
- * **Application** \
801
- * **ManagedIdentity** \
802
- * **Key**
803
- */
804
- export type CreatedByType = string;
805
-
806
- /** Known values of {@link RuntimeType} that the service accepts. */
807
- export enum KnownRuntimeType {
808
- /** Serverless Runtime type */
809
- Serverless = "SERVERLESS",
810
- }
811
-
812
- /**
813
- * Defines values for RuntimeType. \
814
- * {@link KnownRuntimeType} can be used interchangeably with RuntimeType,
815
- * this enum contains the known values that the service supports.
816
- * ### Known values supported by the service
817
- * **SERVERLESS**: Serverless Runtime type
818
- */
819
- export type RuntimeType = string;
820
-
821
- /** Known values of {@link PlatformType} that the service accepts. */
822
- export enum KnownPlatformType {
823
- /** Azure platform type */
824
- Azure = "AZURE",
825
- }
826
-
827
- /**
828
- * Defines values for PlatformType. \
829
- * {@link KnownPlatformType} can be used interchangeably with PlatformType,
830
- * this enum contains the known values that the service supports.
831
- * ### Known values supported by the service
832
- * **AZURE**: Azure platform type
833
- */
834
- export type PlatformType = string;
835
-
836
- /** Known values of {@link ApplicationType} that the service accepts. */
837
- export enum KnownApplicationType {
838
- /** Data Integration */
839
- CDI = "CDI",
840
- /** Advanced Data Integration */
841
- Cdie = "CDIE",
842
- }
843
-
844
- /**
845
- * Defines values for ApplicationType. \
846
- * {@link KnownApplicationType} can be used interchangeably with ApplicationType,
847
- * this enum contains the known values that the service supports.
848
- * ### Known values supported by the service
849
- * **CDI**: Data Integration \
850
- * **CDIE**: Advanced Data Integration
851
- */
852
- export type ApplicationType = string;
853
-
854
- /** Optional parameters. */
855
- export interface OperationsListOptionalParams
856
- extends coreClient.OperationOptions {}
857
-
858
- /** Contains response data for the list operation. */
859
- export type OperationsListResponse = OperationListResult;
860
-
861
- /** Optional parameters. */
862
- export interface OperationsListNextOptionalParams
863
- extends coreClient.OperationOptions {}
864
-
865
- /** Contains response data for the listNext operation. */
866
- export type OperationsListNextResponse = OperationListResult;
867
-
868
- /** Optional parameters. */
869
- export interface OrganizationsListBySubscriptionOptionalParams
870
- extends coreClient.OperationOptions {}
871
-
872
- /** Contains response data for the listBySubscription operation. */
873
- export type OrganizationsListBySubscriptionResponse =
874
- InformaticaOrganizationResourceListResult;
875
-
876
- /** Optional parameters. */
877
- export interface OrganizationsListByResourceGroupOptionalParams
878
- extends coreClient.OperationOptions {}
879
-
880
- /** Contains response data for the listByResourceGroup operation. */
881
- export type OrganizationsListByResourceGroupResponse =
882
- InformaticaOrganizationResourceListResult;
883
-
884
- /** Optional parameters. */
885
- export interface OrganizationsGetOptionalParams
886
- extends coreClient.OperationOptions {}
887
-
888
- /** Contains response data for the get operation. */
889
- export type OrganizationsGetResponse = InformaticaOrganizationResource;
890
-
891
- /** Optional parameters. */
892
- export interface OrganizationsCreateOrUpdateOptionalParams
893
- extends coreClient.OperationOptions {
894
- /** Delay to wait until next poll, in milliseconds. */
895
- updateIntervalInMs?: number;
896
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
897
- resumeFrom?: string;
898
- }
899
-
900
- /** Contains response data for the createOrUpdate operation. */
901
- export type OrganizationsCreateOrUpdateResponse =
902
- InformaticaOrganizationResource;
903
-
904
- /** Optional parameters. */
905
- export interface OrganizationsUpdateOptionalParams
906
- extends coreClient.OperationOptions {}
907
-
908
- /** Contains response data for the update operation. */
909
- export type OrganizationsUpdateResponse = InformaticaOrganizationResource;
910
-
911
- /** Optional parameters. */
912
- export interface OrganizationsDeleteOptionalParams
913
- extends coreClient.OperationOptions {
914
- /** Delay to wait until next poll, in milliseconds. */
915
- updateIntervalInMs?: number;
916
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
917
- resumeFrom?: string;
918
- }
919
-
920
- /** Contains response data for the delete operation. */
921
- export type OrganizationsDeleteResponse = OrganizationsDeleteHeaders;
922
-
923
- /** Optional parameters. */
924
- export interface OrganizationsGetAllServerlessRuntimesOptionalParams
925
- extends coreClient.OperationOptions {}
926
-
927
- /** Contains response data for the getAllServerlessRuntimes operation. */
928
- export type OrganizationsGetAllServerlessRuntimesResponse =
929
- InformaticaServerlessRuntimeResourceList;
930
-
931
- /** Optional parameters. */
932
- export interface OrganizationsGetServerlessMetadataOptionalParams
933
- extends coreClient.OperationOptions {}
934
-
935
- /** Contains response data for the getServerlessMetadata operation. */
936
- export type OrganizationsGetServerlessMetadataResponse =
937
- ServerlessMetadataResponse;
938
-
939
- /** Optional parameters. */
940
- export interface OrganizationsListBySubscriptionNextOptionalParams
941
- extends coreClient.OperationOptions {}
942
-
943
- /** Contains response data for the listBySubscriptionNext operation. */
944
- export type OrganizationsListBySubscriptionNextResponse =
945
- InformaticaOrganizationResourceListResult;
946
-
947
- /** Optional parameters. */
948
- export interface OrganizationsListByResourceGroupNextOptionalParams
949
- extends coreClient.OperationOptions {}
950
-
951
- /** Contains response data for the listByResourceGroupNext operation. */
952
- export type OrganizationsListByResourceGroupNextResponse =
953
- InformaticaOrganizationResourceListResult;
954
-
955
- /** Optional parameters. */
956
- export interface ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams
957
- extends coreClient.OperationOptions {}
958
-
959
- /** Contains response data for the listByInformaticaOrganizationResource operation. */
960
- export type ServerlessRuntimesListByInformaticaOrganizationResourceResponse =
961
- InformaticaServerlessRuntimeResourceListResult;
962
-
963
- /** Optional parameters. */
964
- export interface ServerlessRuntimesGetOptionalParams
965
- extends coreClient.OperationOptions {}
966
-
967
- /** Contains response data for the get operation. */
968
- export type ServerlessRuntimesGetResponse =
969
- InformaticaServerlessRuntimeResource;
970
-
971
- /** Optional parameters. */
972
- export interface ServerlessRuntimesCreateOrUpdateOptionalParams
973
- extends coreClient.OperationOptions {
974
- /** Delay to wait until next poll, in milliseconds. */
975
- updateIntervalInMs?: number;
976
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
977
- resumeFrom?: string;
978
- }
979
-
980
- /** Contains response data for the createOrUpdate operation. */
981
- export type ServerlessRuntimesCreateOrUpdateResponse =
982
- InformaticaServerlessRuntimeResource;
983
-
984
- /** Optional parameters. */
985
- export interface ServerlessRuntimesUpdateOptionalParams
986
- extends coreClient.OperationOptions {}
987
-
988
- /** Contains response data for the update operation. */
989
- export type ServerlessRuntimesUpdateResponse =
990
- InformaticaServerlessRuntimeResource;
991
-
992
- /** Optional parameters. */
993
- export interface ServerlessRuntimesDeleteOptionalParams
994
- extends coreClient.OperationOptions {
995
- /** Delay to wait until next poll, in milliseconds. */
996
- updateIntervalInMs?: number;
997
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
998
- resumeFrom?: string;
999
- }
1000
-
1001
- /** Contains response data for the delete operation. */
1002
- export type ServerlessRuntimesDeleteResponse = ServerlessRuntimesDeleteHeaders;
1003
-
1004
- /** Optional parameters. */
1005
- export interface ServerlessRuntimesCheckDependenciesOptionalParams
1006
- extends coreClient.OperationOptions {}
1007
-
1008
- /** Contains response data for the checkDependencies operation. */
1009
- export type ServerlessRuntimesCheckDependenciesResponse =
1010
- CheckDependenciesResponse;
1011
-
1012
- /** Optional parameters. */
1013
- export interface ServerlessRuntimesServerlessResourceByIdOptionalParams
1014
- extends coreClient.OperationOptions {}
1015
-
1016
- /** Contains response data for the serverlessResourceById operation. */
1017
- export type ServerlessRuntimesServerlessResourceByIdResponse =
1018
- InformaticaServerlessRuntimeResource;
1019
-
1020
- /** Optional parameters. */
1021
- export interface ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams
1022
- extends coreClient.OperationOptions {}
1023
-
1024
- /** Optional parameters. */
1025
- export interface ServerlessRuntimesListByInformaticaOrganizationResourceNextOptionalParams
1026
- extends coreClient.OperationOptions {}
1027
-
1028
- /** Contains response data for the listByInformaticaOrganizationResourceNext operation. */
1029
- export type ServerlessRuntimesListByInformaticaOrganizationResourceNextResponse =
1030
- InformaticaServerlessRuntimeResourceListResult;
1031
-
1032
- /** Optional parameters. */
1033
- export interface InformaticaDataManagementOptionalParams
1034
- extends coreClient.ServiceClientOptions {
1035
- /** server parameter */
1036
- $host?: string;
1037
- /** Api Version */
1038
- apiVersion?: string;
1039
- /** Overrides client endpoint. */
1040
- endpoint?: string;
1041
- }