@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
@@ -0,0 +1,113 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Organizations } from "../operationsInterfaces/index.js";
3
+ import { InformaticaDataManagement } from "../informaticaDataManagement.js";
4
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import { InformaticaOrganizationResource, OrganizationsListBySubscriptionOptionalParams, OrganizationsListByResourceGroupOptionalParams, OrganizationsGetOptionalParams, OrganizationsGetResponse, OrganizationsCreateOrUpdateOptionalParams, OrganizationsCreateOrUpdateResponse, InformaticaOrganizationResourceUpdate, OrganizationsUpdateOptionalParams, OrganizationsUpdateResponse, OrganizationsDeleteOptionalParams, OrganizationsDeleteResponse, OrganizationsGetAllServerlessRuntimesOptionalParams, OrganizationsGetAllServerlessRuntimesResponse, OrganizationsGetServerlessMetadataOptionalParams, OrganizationsGetServerlessMetadataResponse } from "../models/index.js";
6
+ /** Class containing Organizations operations. */
7
+ export declare class OrganizationsImpl implements Organizations {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class Organizations class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: InformaticaDataManagement);
14
+ /**
15
+ * List InformaticaOrganizationResource resources by subscription ID
16
+ * @param options The options parameters.
17
+ */
18
+ listBySubscription(options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource>;
19
+ private listBySubscriptionPagingPage;
20
+ private listBySubscriptionPagingAll;
21
+ /**
22
+ * List InformaticaOrganizationResource resources by resource group
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param options The options parameters.
25
+ */
26
+ listByResourceGroup(resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource>;
27
+ private listByResourceGroupPagingPage;
28
+ private listByResourceGroupPagingAll;
29
+ /**
30
+ * List InformaticaOrganizationResource resources by subscription ID
31
+ * @param options The options parameters.
32
+ */
33
+ private _listBySubscription;
34
+ /**
35
+ * List InformaticaOrganizationResource resources by resource group
36
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
+ * @param options The options parameters.
38
+ */
39
+ private _listByResourceGroup;
40
+ /**
41
+ * Get a InformaticaOrganizationResource
42
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
43
+ * @param organizationName Name of the Organizations resource
44
+ * @param options The options parameters.
45
+ */
46
+ get(resourceGroupName: string, organizationName: string, options?: OrganizationsGetOptionalParams): Promise<OrganizationsGetResponse>;
47
+ /**
48
+ * Create a InformaticaOrganizationResource
49
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
+ * @param organizationName Name of the Organizations resource
51
+ * @param resource Resource create parameters.
52
+ * @param options The options parameters.
53
+ */
54
+ beginCreateOrUpdate(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsCreateOrUpdateResponse>, OrganizationsCreateOrUpdateResponse>>;
55
+ /**
56
+ * Create a InformaticaOrganizationResource
57
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
+ * @param organizationName Name of the Organizations resource
59
+ * @param resource Resource create parameters.
60
+ * @param options The options parameters.
61
+ */
62
+ beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<OrganizationsCreateOrUpdateResponse>;
63
+ /**
64
+ * Update a InformaticaOrganizationResource
65
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
66
+ * @param organizationName Name of the Organizations resource
67
+ * @param properties The resource properties to be updated.
68
+ * @param options The options parameters.
69
+ */
70
+ update(resourceGroupName: string, organizationName: string, properties: InformaticaOrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<OrganizationsUpdateResponse>;
71
+ /**
72
+ * Delete a InformaticaOrganizationResource
73
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
74
+ * @param organizationName Name of the Organizations resource
75
+ * @param options The options parameters.
76
+ */
77
+ beginDelete(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsDeleteResponse>, OrganizationsDeleteResponse>>;
78
+ /**
79
+ * Delete a InformaticaOrganizationResource
80
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
81
+ * @param organizationName Name of the Organizations resource
82
+ * @param options The options parameters.
83
+ */
84
+ beginDeleteAndWait(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<OrganizationsDeleteResponse>;
85
+ /**
86
+ * Gets all serverless runtime resources in a given informatica organization resource.
87
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
88
+ * @param organizationName Name of the Organizations resource
89
+ * @param options The options parameters.
90
+ */
91
+ getAllServerlessRuntimes(resourceGroupName: string, organizationName: string, options?: OrganizationsGetAllServerlessRuntimesOptionalParams): Promise<OrganizationsGetAllServerlessRuntimesResponse>;
92
+ /**
93
+ * Gets Metadata of the serverless runtime environment.
94
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
95
+ * @param organizationName Name of the Organizations resource
96
+ * @param options The options parameters.
97
+ */
98
+ getServerlessMetadata(resourceGroupName: string, organizationName: string, options?: OrganizationsGetServerlessMetadataOptionalParams): Promise<OrganizationsGetServerlessMetadataResponse>;
99
+ /**
100
+ * ListBySubscriptionNext
101
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
102
+ * @param options The options parameters.
103
+ */
104
+ private _listBySubscriptionNext;
105
+ /**
106
+ * ListByResourceGroupNext
107
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
108
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
109
+ * @param options The options parameters.
110
+ */
111
+ private _listByResourceGroupNext;
112
+ }
113
+ //# sourceMappingURL=organizations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizations.d.ts","sourceRoot":"","sources":["../../../src/operations/organizations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAIjE,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,+BAA+B,EAE/B,6CAA6C,EAG7C,8CAA8C,EAE9C,8BAA8B,EAC9B,wBAAwB,EACxB,yCAAyC,EACzC,mCAAmC,EACnC,qCAAqC,EACrC,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EACjC,2BAA2B,EAC3B,mDAAmD,EACnD,6CAA6C,EAC7C,gDAAgD,EAChD,0CAA0C,EAG3C,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,qBAAa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,+BAA+B,CAAC;YAkB/C,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,+BAA+B,CAAC;YAsB/C,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,QAAQ,EAAE,+BAA+B,EACzC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,mCAAmC,CAAC,EACnD,mCAAmC,CACpC,CACF;IAwDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,QAAQ,EAAE,+BAA+B,EACzC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAU/C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,UAAU,EAAE,qCAAqC,EACjD,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2BAA2B,CAAC,EAC3C,2BAA2B,CAC5B,CACF;IAwDD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IASvC;;;;;OAKG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC;IAOzD;;;;;OAKG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;IAOtD;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAU/B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
@@ -0,0 +1,553 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.OrganizationsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ const core_lro_1 = require("@azure/core-lro");
17
+ const lroImpl_js_1 = require("../lroImpl.js");
18
+ /// <reference lib="esnext.asynciterable" />
19
+ /** Class containing Organizations operations. */
20
+ class OrganizationsImpl {
21
+ /**
22
+ * Initialize a new instance of the class Organizations class.
23
+ * @param client Reference to the service client
24
+ */
25
+ constructor(client) {
26
+ this.client = client;
27
+ }
28
+ /**
29
+ * List InformaticaOrganizationResource resources by subscription ID
30
+ * @param options The options parameters.
31
+ */
32
+ listBySubscription(options) {
33
+ const iter = this.listBySubscriptionPagingAll(options);
34
+ return {
35
+ next() {
36
+ return iter.next();
37
+ },
38
+ [Symbol.asyncIterator]() {
39
+ return this;
40
+ },
41
+ byPage: (settings) => {
42
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
43
+ throw new Error("maxPageSize is not supported by this operation.");
44
+ }
45
+ return this.listBySubscriptionPagingPage(options, settings);
46
+ },
47
+ };
48
+ }
49
+ listBySubscriptionPagingPage(options, settings) {
50
+ return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
51
+ let result;
52
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
53
+ if (!continuationToken) {
54
+ result = yield tslib_1.__await(this._listBySubscription(options));
55
+ let page = result.value || [];
56
+ continuationToken = result.nextLink;
57
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
58
+ yield yield tslib_1.__await(page);
59
+ }
60
+ while (continuationToken) {
61
+ result = yield tslib_1.__await(this._listBySubscriptionNext(continuationToken, options));
62
+ continuationToken = result.nextLink;
63
+ let page = result.value || [];
64
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
65
+ yield yield tslib_1.__await(page);
66
+ }
67
+ });
68
+ }
69
+ listBySubscriptionPagingAll(options) {
70
+ return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
71
+ var _a, e_1, _b, _c;
72
+ try {
73
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
74
+ _c = _f.value;
75
+ _d = false;
76
+ const page = _c;
77
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
78
+ }
79
+ }
80
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
81
+ finally {
82
+ try {
83
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
84
+ }
85
+ finally { if (e_1) throw e_1.error; }
86
+ }
87
+ });
88
+ }
89
+ /**
90
+ * List InformaticaOrganizationResource resources by resource group
91
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
92
+ * @param options The options parameters.
93
+ */
94
+ listByResourceGroup(resourceGroupName, options) {
95
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
96
+ return {
97
+ next() {
98
+ return iter.next();
99
+ },
100
+ [Symbol.asyncIterator]() {
101
+ return this;
102
+ },
103
+ byPage: (settings) => {
104
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
105
+ throw new Error("maxPageSize is not supported by this operation.");
106
+ }
107
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
108
+ },
109
+ };
110
+ }
111
+ listByResourceGroupPagingPage(resourceGroupName, options, settings) {
112
+ return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
113
+ let result;
114
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
115
+ if (!continuationToken) {
116
+ result = yield tslib_1.__await(this._listByResourceGroup(resourceGroupName, options));
117
+ let page = result.value || [];
118
+ continuationToken = result.nextLink;
119
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
120
+ yield yield tslib_1.__await(page);
121
+ }
122
+ while (continuationToken) {
123
+ result = yield tslib_1.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
124
+ continuationToken = result.nextLink;
125
+ let page = result.value || [];
126
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
127
+ yield yield tslib_1.__await(page);
128
+ }
129
+ });
130
+ }
131
+ listByResourceGroupPagingAll(resourceGroupName, options) {
132
+ return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
133
+ var _a, e_2, _b, _c;
134
+ try {
135
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
136
+ _c = _f.value;
137
+ _d = false;
138
+ const page = _c;
139
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
140
+ }
141
+ }
142
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
143
+ finally {
144
+ try {
145
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
146
+ }
147
+ finally { if (e_2) throw e_2.error; }
148
+ }
149
+ });
150
+ }
151
+ /**
152
+ * List InformaticaOrganizationResource resources by subscription ID
153
+ * @param options The options parameters.
154
+ */
155
+ _listBySubscription(options) {
156
+ return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
157
+ }
158
+ /**
159
+ * List InformaticaOrganizationResource resources by resource group
160
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
161
+ * @param options The options parameters.
162
+ */
163
+ _listByResourceGroup(resourceGroupName, options) {
164
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
165
+ }
166
+ /**
167
+ * Get a InformaticaOrganizationResource
168
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
169
+ * @param organizationName Name of the Organizations resource
170
+ * @param options The options parameters.
171
+ */
172
+ get(resourceGroupName, organizationName, options) {
173
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, options }, getOperationSpec);
174
+ }
175
+ /**
176
+ * Create a InformaticaOrganizationResource
177
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
178
+ * @param organizationName Name of the Organizations resource
179
+ * @param resource Resource create parameters.
180
+ * @param options The options parameters.
181
+ */
182
+ async beginCreateOrUpdate(resourceGroupName, organizationName, resource, options) {
183
+ const directSendOperation = async (args, spec) => {
184
+ return this.client.sendOperationRequest(args, spec);
185
+ };
186
+ const sendOperationFn = async (args, spec) => {
187
+ var _a;
188
+ let currentRawResponse = undefined;
189
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
190
+ const callback = (rawResponse, flatResponse) => {
191
+ currentRawResponse = rawResponse;
192
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
193
+ };
194
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
195
+ const flatResponse = await directSendOperation(updatedArgs, spec);
196
+ return {
197
+ flatResponse,
198
+ rawResponse: {
199
+ statusCode: currentRawResponse.status,
200
+ body: currentRawResponse.parsedBody,
201
+ headers: currentRawResponse.headers.toJSON(),
202
+ },
203
+ };
204
+ };
205
+ const lro = (0, lroImpl_js_1.createLroSpec)({
206
+ sendOperationFn,
207
+ args: { resourceGroupName, organizationName, resource, options },
208
+ spec: createOrUpdateOperationSpec,
209
+ });
210
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
211
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
212
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
213
+ resourceLocationConfig: "azure-async-operation",
214
+ });
215
+ await poller.poll();
216
+ return poller;
217
+ }
218
+ /**
219
+ * Create a InformaticaOrganizationResource
220
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
221
+ * @param organizationName Name of the Organizations resource
222
+ * @param resource Resource create parameters.
223
+ * @param options The options parameters.
224
+ */
225
+ async beginCreateOrUpdateAndWait(resourceGroupName, organizationName, resource, options) {
226
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, organizationName, resource, options);
227
+ return poller.pollUntilDone();
228
+ }
229
+ /**
230
+ * Update a InformaticaOrganizationResource
231
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
232
+ * @param organizationName Name of the Organizations resource
233
+ * @param properties The resource properties to be updated.
234
+ * @param options The options parameters.
235
+ */
236
+ update(resourceGroupName, organizationName, properties, options) {
237
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, properties, options }, updateOperationSpec);
238
+ }
239
+ /**
240
+ * Delete a InformaticaOrganizationResource
241
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
242
+ * @param organizationName Name of the Organizations resource
243
+ * @param options The options parameters.
244
+ */
245
+ async beginDelete(resourceGroupName, organizationName, options) {
246
+ const directSendOperation = async (args, spec) => {
247
+ return this.client.sendOperationRequest(args, spec);
248
+ };
249
+ const sendOperationFn = async (args, spec) => {
250
+ var _a;
251
+ let currentRawResponse = undefined;
252
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
253
+ const callback = (rawResponse, flatResponse) => {
254
+ currentRawResponse = rawResponse;
255
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
256
+ };
257
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
258
+ const flatResponse = await directSendOperation(updatedArgs, spec);
259
+ return {
260
+ flatResponse,
261
+ rawResponse: {
262
+ statusCode: currentRawResponse.status,
263
+ body: currentRawResponse.parsedBody,
264
+ headers: currentRawResponse.headers.toJSON(),
265
+ },
266
+ };
267
+ };
268
+ const lro = (0, lroImpl_js_1.createLroSpec)({
269
+ sendOperationFn,
270
+ args: { resourceGroupName, organizationName, options },
271
+ spec: deleteOperationSpec,
272
+ });
273
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
274
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
275
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
276
+ resourceLocationConfig: "location",
277
+ });
278
+ await poller.poll();
279
+ return poller;
280
+ }
281
+ /**
282
+ * Delete a InformaticaOrganizationResource
283
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
284
+ * @param organizationName Name of the Organizations resource
285
+ * @param options The options parameters.
286
+ */
287
+ async beginDeleteAndWait(resourceGroupName, organizationName, options) {
288
+ const poller = await this.beginDelete(resourceGroupName, organizationName, options);
289
+ return poller.pollUntilDone();
290
+ }
291
+ /**
292
+ * Gets all serverless runtime resources in a given informatica organization resource.
293
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
294
+ * @param organizationName Name of the Organizations resource
295
+ * @param options The options parameters.
296
+ */
297
+ getAllServerlessRuntimes(resourceGroupName, organizationName, options) {
298
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, options }, getAllServerlessRuntimesOperationSpec);
299
+ }
300
+ /**
301
+ * Gets Metadata of the serverless runtime environment.
302
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
303
+ * @param organizationName Name of the Organizations resource
304
+ * @param options The options parameters.
305
+ */
306
+ getServerlessMetadata(resourceGroupName, organizationName, options) {
307
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, options }, getServerlessMetadataOperationSpec);
308
+ }
309
+ /**
310
+ * ListBySubscriptionNext
311
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
312
+ * @param options The options parameters.
313
+ */
314
+ _listBySubscriptionNext(nextLink, options) {
315
+ return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
316
+ }
317
+ /**
318
+ * ListByResourceGroupNext
319
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
320
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
321
+ * @param options The options parameters.
322
+ */
323
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
324
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
325
+ }
326
+ }
327
+ exports.OrganizationsImpl = OrganizationsImpl;
328
+ // Operation Specifications
329
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
330
+ const listBySubscriptionOperationSpec = {
331
+ path: "/subscriptions/{subscriptionId}/providers/Informatica.DataManagement/organizations",
332
+ httpMethod: "GET",
333
+ responses: {
334
+ 200: {
335
+ bodyMapper: Mappers.InformaticaOrganizationResourceListResult,
336
+ },
337
+ default: {
338
+ bodyMapper: Mappers.ErrorResponse,
339
+ },
340
+ },
341
+ queryParameters: [Parameters.apiVersion],
342
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
343
+ headerParameters: [Parameters.accept],
344
+ serializer,
345
+ };
346
+ const listByResourceGroupOperationSpec = {
347
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations",
348
+ httpMethod: "GET",
349
+ responses: {
350
+ 200: {
351
+ bodyMapper: Mappers.InformaticaOrganizationResourceListResult,
352
+ },
353
+ default: {
354
+ bodyMapper: Mappers.ErrorResponse,
355
+ },
356
+ },
357
+ queryParameters: [Parameters.apiVersion],
358
+ urlParameters: [
359
+ Parameters.$host,
360
+ Parameters.subscriptionId,
361
+ Parameters.resourceGroupName,
362
+ ],
363
+ headerParameters: [Parameters.accept],
364
+ serializer,
365
+ };
366
+ const getOperationSpec = {
367
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}",
368
+ httpMethod: "GET",
369
+ responses: {
370
+ 200: {
371
+ bodyMapper: Mappers.InformaticaOrganizationResource,
372
+ },
373
+ default: {
374
+ bodyMapper: Mappers.ErrorResponse,
375
+ },
376
+ },
377
+ queryParameters: [Parameters.apiVersion],
378
+ urlParameters: [
379
+ Parameters.$host,
380
+ Parameters.subscriptionId,
381
+ Parameters.resourceGroupName,
382
+ Parameters.organizationName,
383
+ ],
384
+ headerParameters: [Parameters.accept],
385
+ serializer,
386
+ };
387
+ const createOrUpdateOperationSpec = {
388
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}",
389
+ httpMethod: "PUT",
390
+ responses: {
391
+ 200: {
392
+ bodyMapper: Mappers.InformaticaOrganizationResource,
393
+ },
394
+ 201: {
395
+ bodyMapper: Mappers.InformaticaOrganizationResource,
396
+ },
397
+ 202: {
398
+ bodyMapper: Mappers.InformaticaOrganizationResource,
399
+ },
400
+ 204: {
401
+ bodyMapper: Mappers.InformaticaOrganizationResource,
402
+ },
403
+ default: {
404
+ bodyMapper: Mappers.ErrorResponse,
405
+ },
406
+ },
407
+ requestBody: Parameters.resource,
408
+ queryParameters: [Parameters.apiVersion],
409
+ urlParameters: [
410
+ Parameters.$host,
411
+ Parameters.subscriptionId,
412
+ Parameters.resourceGroupName,
413
+ Parameters.organizationName,
414
+ ],
415
+ headerParameters: [Parameters.accept, Parameters.contentType],
416
+ mediaType: "json",
417
+ serializer,
418
+ };
419
+ const updateOperationSpec = {
420
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}",
421
+ httpMethod: "PATCH",
422
+ responses: {
423
+ 200: {
424
+ bodyMapper: Mappers.InformaticaOrganizationResource,
425
+ },
426
+ default: {
427
+ bodyMapper: Mappers.ErrorResponse,
428
+ },
429
+ },
430
+ requestBody: Parameters.properties,
431
+ queryParameters: [Parameters.apiVersion],
432
+ urlParameters: [
433
+ Parameters.$host,
434
+ Parameters.subscriptionId,
435
+ Parameters.resourceGroupName,
436
+ Parameters.organizationName,
437
+ ],
438
+ headerParameters: [Parameters.accept, Parameters.contentType],
439
+ mediaType: "json",
440
+ serializer,
441
+ };
442
+ const deleteOperationSpec = {
443
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}",
444
+ httpMethod: "DELETE",
445
+ responses: {
446
+ 200: {
447
+ headersMapper: Mappers.OrganizationsDeleteHeaders,
448
+ },
449
+ 201: {
450
+ headersMapper: Mappers.OrganizationsDeleteHeaders,
451
+ },
452
+ 202: {
453
+ headersMapper: Mappers.OrganizationsDeleteHeaders,
454
+ },
455
+ 204: {
456
+ headersMapper: Mappers.OrganizationsDeleteHeaders,
457
+ },
458
+ default: {
459
+ bodyMapper: Mappers.ErrorResponse,
460
+ },
461
+ },
462
+ queryParameters: [Parameters.apiVersion],
463
+ urlParameters: [
464
+ Parameters.$host,
465
+ Parameters.subscriptionId,
466
+ Parameters.resourceGroupName,
467
+ Parameters.organizationName,
468
+ ],
469
+ headerParameters: [Parameters.accept],
470
+ serializer,
471
+ };
472
+ const getAllServerlessRuntimesOperationSpec = {
473
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/getAllServerlessRuntimes",
474
+ httpMethod: "POST",
475
+ responses: {
476
+ 200: {
477
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResourceList,
478
+ },
479
+ default: {
480
+ bodyMapper: Mappers.ErrorResponse,
481
+ },
482
+ },
483
+ queryParameters: [Parameters.apiVersion],
484
+ urlParameters: [
485
+ Parameters.$host,
486
+ Parameters.subscriptionId,
487
+ Parameters.resourceGroupName,
488
+ Parameters.organizationName,
489
+ ],
490
+ headerParameters: [Parameters.accept],
491
+ serializer,
492
+ };
493
+ const getServerlessMetadataOperationSpec = {
494
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/getServerlessMetadata",
495
+ httpMethod: "POST",
496
+ responses: {
497
+ 200: {
498
+ bodyMapper: Mappers.ServerlessMetadataResponse,
499
+ },
500
+ default: {
501
+ bodyMapper: Mappers.ErrorResponse,
502
+ },
503
+ },
504
+ queryParameters: [Parameters.apiVersion],
505
+ urlParameters: [
506
+ Parameters.$host,
507
+ Parameters.subscriptionId,
508
+ Parameters.resourceGroupName,
509
+ Parameters.organizationName,
510
+ ],
511
+ headerParameters: [Parameters.accept],
512
+ serializer,
513
+ };
514
+ const listBySubscriptionNextOperationSpec = {
515
+ path: "{nextLink}",
516
+ httpMethod: "GET",
517
+ responses: {
518
+ 200: {
519
+ bodyMapper: Mappers.InformaticaOrganizationResourceListResult,
520
+ },
521
+ default: {
522
+ bodyMapper: Mappers.ErrorResponse,
523
+ },
524
+ },
525
+ urlParameters: [
526
+ Parameters.$host,
527
+ Parameters.nextLink,
528
+ Parameters.subscriptionId,
529
+ ],
530
+ headerParameters: [Parameters.accept],
531
+ serializer,
532
+ };
533
+ const listByResourceGroupNextOperationSpec = {
534
+ path: "{nextLink}",
535
+ httpMethod: "GET",
536
+ responses: {
537
+ 200: {
538
+ bodyMapper: Mappers.InformaticaOrganizationResourceListResult,
539
+ },
540
+ default: {
541
+ bodyMapper: Mappers.ErrorResponse,
542
+ },
543
+ },
544
+ urlParameters: [
545
+ Parameters.$host,
546
+ Parameters.nextLink,
547
+ Parameters.subscriptionId,
548
+ Parameters.resourceGroupName,
549
+ ],
550
+ headerParameters: [Parameters.accept],
551
+ serializer,
552
+ };
553
+ //# sourceMappingURL=organizations.js.map