@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,505 @@
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
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import { setContinuationToken } from "../pagingHelper.js";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers.js";
12
+ import * as Parameters from "../models/parameters.js";
13
+ import { createHttpPoller, } from "@azure/core-lro";
14
+ import { createLroSpec } from "../lroImpl.js";
15
+ /// <reference lib="esnext.asynciterable" />
16
+ /** Class containing ServerlessRuntimes operations. */
17
+ export class ServerlessRuntimesImpl {
18
+ /**
19
+ * Initialize a new instance of the class ServerlessRuntimes class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource
27
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
+ * @param organizationName Name of the Organizations resource
29
+ * @param options The options parameters.
30
+ */
31
+ listByInformaticaOrganizationResource(resourceGroupName, organizationName, options) {
32
+ const iter = this.listByInformaticaOrganizationResourcePagingAll(resourceGroupName, organizationName, options);
33
+ return {
34
+ next() {
35
+ return iter.next();
36
+ },
37
+ [Symbol.asyncIterator]() {
38
+ return this;
39
+ },
40
+ byPage: (settings) => {
41
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
42
+ throw new Error("maxPageSize is not supported by this operation.");
43
+ }
44
+ return this.listByInformaticaOrganizationResourcePagingPage(resourceGroupName, organizationName, options, settings);
45
+ },
46
+ };
47
+ }
48
+ listByInformaticaOrganizationResourcePagingPage(resourceGroupName, organizationName, options, settings) {
49
+ return __asyncGenerator(this, arguments, function* listByInformaticaOrganizationResourcePagingPage_1() {
50
+ let result;
51
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
52
+ if (!continuationToken) {
53
+ result = yield __await(this._listByInformaticaOrganizationResource(resourceGroupName, organizationName, options));
54
+ let page = result.value || [];
55
+ continuationToken = result.nextLink;
56
+ setContinuationToken(page, continuationToken);
57
+ yield yield __await(page);
58
+ }
59
+ while (continuationToken) {
60
+ result = yield __await(this._listByInformaticaOrganizationResourceNext(resourceGroupName, organizationName, continuationToken, options));
61
+ continuationToken = result.nextLink;
62
+ let page = result.value || [];
63
+ setContinuationToken(page, continuationToken);
64
+ yield yield __await(page);
65
+ }
66
+ });
67
+ }
68
+ listByInformaticaOrganizationResourcePagingAll(resourceGroupName, organizationName, options) {
69
+ return __asyncGenerator(this, arguments, function* listByInformaticaOrganizationResourcePagingAll_1() {
70
+ var _a, e_1, _b, _c;
71
+ try {
72
+ for (var _d = true, _e = __asyncValues(this.listByInformaticaOrganizationResourcePagingPage(resourceGroupName, organizationName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
73
+ _c = _f.value;
74
+ _d = false;
75
+ const page = _c;
76
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
77
+ }
78
+ }
79
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
80
+ finally {
81
+ try {
82
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
83
+ }
84
+ finally { if (e_1) throw e_1.error; }
85
+ }
86
+ });
87
+ }
88
+ /**
89
+ * List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource
90
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
+ * @param organizationName Name of the Organizations resource
92
+ * @param options The options parameters.
93
+ */
94
+ _listByInformaticaOrganizationResource(resourceGroupName, organizationName, options) {
95
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, options }, listByInformaticaOrganizationResourceOperationSpec);
96
+ }
97
+ /**
98
+ * Get a InformaticaServerlessRuntimeResource
99
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
100
+ * @param organizationName Name of the Organizations resource
101
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
102
+ * @param options The options parameters.
103
+ */
104
+ get(resourceGroupName, organizationName, serverlessRuntimeName, options) {
105
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, serverlessRuntimeName, options }, getOperationSpec);
106
+ }
107
+ /**
108
+ * Create a InformaticaServerlessRuntimeResource
109
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
110
+ * @param organizationName Name of the Organizations resource
111
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
112
+ * @param resource Resource create parameters.
113
+ * @param options The options parameters.
114
+ */
115
+ async beginCreateOrUpdate(resourceGroupName, organizationName, serverlessRuntimeName, resource, options) {
116
+ const directSendOperation = async (args, spec) => {
117
+ return this.client.sendOperationRequest(args, spec);
118
+ };
119
+ const sendOperationFn = async (args, spec) => {
120
+ var _a;
121
+ let currentRawResponse = undefined;
122
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
123
+ const callback = (rawResponse, flatResponse) => {
124
+ currentRawResponse = rawResponse;
125
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
126
+ };
127
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
128
+ const flatResponse = await directSendOperation(updatedArgs, spec);
129
+ return {
130
+ flatResponse,
131
+ rawResponse: {
132
+ statusCode: currentRawResponse.status,
133
+ body: currentRawResponse.parsedBody,
134
+ headers: currentRawResponse.headers.toJSON(),
135
+ },
136
+ };
137
+ };
138
+ const lro = createLroSpec({
139
+ sendOperationFn,
140
+ args: {
141
+ resourceGroupName,
142
+ organizationName,
143
+ serverlessRuntimeName,
144
+ resource,
145
+ options,
146
+ },
147
+ spec: createOrUpdateOperationSpec,
148
+ });
149
+ const poller = await createHttpPoller(lro, {
150
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
151
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
152
+ resourceLocationConfig: "azure-async-operation",
153
+ });
154
+ await poller.poll();
155
+ return poller;
156
+ }
157
+ /**
158
+ * Create a InformaticaServerlessRuntimeResource
159
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
160
+ * @param organizationName Name of the Organizations resource
161
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
162
+ * @param resource Resource create parameters.
163
+ * @param options The options parameters.
164
+ */
165
+ async beginCreateOrUpdateAndWait(resourceGroupName, organizationName, serverlessRuntimeName, resource, options) {
166
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, organizationName, serverlessRuntimeName, resource, options);
167
+ return poller.pollUntilDone();
168
+ }
169
+ /**
170
+ * Update a InformaticaServerlessRuntimeResource
171
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
172
+ * @param organizationName Name of the Organizations resource
173
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
174
+ * @param properties The resource properties to be updated.
175
+ * @param options The options parameters.
176
+ */
177
+ update(resourceGroupName, organizationName, serverlessRuntimeName, properties, options) {
178
+ return this.client.sendOperationRequest({
179
+ resourceGroupName,
180
+ organizationName,
181
+ serverlessRuntimeName,
182
+ properties,
183
+ options,
184
+ }, updateOperationSpec);
185
+ }
186
+ /**
187
+ * Delete a InformaticaServerlessRuntimeResource
188
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
189
+ * @param organizationName Name of the Organizations resource
190
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
191
+ * @param options The options parameters.
192
+ */
193
+ async beginDelete(resourceGroupName, organizationName, serverlessRuntimeName, options) {
194
+ const directSendOperation = async (args, spec) => {
195
+ return this.client.sendOperationRequest(args, spec);
196
+ };
197
+ const sendOperationFn = async (args, spec) => {
198
+ var _a;
199
+ let currentRawResponse = undefined;
200
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
201
+ const callback = (rawResponse, flatResponse) => {
202
+ currentRawResponse = rawResponse;
203
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
204
+ };
205
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
206
+ const flatResponse = await directSendOperation(updatedArgs, spec);
207
+ return {
208
+ flatResponse,
209
+ rawResponse: {
210
+ statusCode: currentRawResponse.status,
211
+ body: currentRawResponse.parsedBody,
212
+ headers: currentRawResponse.headers.toJSON(),
213
+ },
214
+ };
215
+ };
216
+ const lro = createLroSpec({
217
+ sendOperationFn,
218
+ args: {
219
+ resourceGroupName,
220
+ organizationName,
221
+ serverlessRuntimeName,
222
+ options,
223
+ },
224
+ spec: deleteOperationSpec,
225
+ });
226
+ const poller = await createHttpPoller(lro, {
227
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
228
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
229
+ resourceLocationConfig: "location",
230
+ });
231
+ await poller.poll();
232
+ return poller;
233
+ }
234
+ /**
235
+ * Delete a InformaticaServerlessRuntimeResource
236
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
237
+ * @param organizationName Name of the Organizations resource
238
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
239
+ * @param options The options parameters.
240
+ */
241
+ async beginDeleteAndWait(resourceGroupName, organizationName, serverlessRuntimeName, options) {
242
+ const poller = await this.beginDelete(resourceGroupName, organizationName, serverlessRuntimeName, options);
243
+ return poller.pollUntilDone();
244
+ }
245
+ /**
246
+ * Checks all dependencies for a serverless runtime resource
247
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
248
+ * @param organizationName Name of the Organizations resource
249
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
250
+ * @param options The options parameters.
251
+ */
252
+ checkDependencies(resourceGroupName, organizationName, serverlessRuntimeName, options) {
253
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, serverlessRuntimeName, options }, checkDependenciesOperationSpec);
254
+ }
255
+ /**
256
+ * Returns a serverless runtime resource by ID
257
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
258
+ * @param organizationName Name of the Organizations resource
259
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
260
+ * @param options The options parameters.
261
+ */
262
+ serverlessResourceById(resourceGroupName, organizationName, serverlessRuntimeName, options) {
263
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, serverlessRuntimeName, options }, serverlessResourceByIdOperationSpec);
264
+ }
265
+ /**
266
+ * Starts a failed runtime resource
267
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
268
+ * @param organizationName Name of the Organizations resource
269
+ * @param serverlessRuntimeName Name of the Serverless Runtime resource
270
+ * @param options The options parameters.
271
+ */
272
+ startFailedServerlessRuntime(resourceGroupName, organizationName, serverlessRuntimeName, options) {
273
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, serverlessRuntimeName, options }, startFailedServerlessRuntimeOperationSpec);
274
+ }
275
+ /**
276
+ * ListByInformaticaOrganizationResourceNext
277
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
278
+ * @param organizationName Name of the Organizations resource
279
+ * @param nextLink The nextLink from the previous successful call to the
280
+ * ListByInformaticaOrganizationResource method.
281
+ * @param options The options parameters.
282
+ */
283
+ _listByInformaticaOrganizationResourceNext(resourceGroupName, organizationName, nextLink, options) {
284
+ return this.client.sendOperationRequest({ resourceGroupName, organizationName, nextLink, options }, listByInformaticaOrganizationResourceNextOperationSpec);
285
+ }
286
+ }
287
+ // Operation Specifications
288
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
289
+ const listByInformaticaOrganizationResourceOperationSpec = {
290
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes",
291
+ httpMethod: "GET",
292
+ responses: {
293
+ 200: {
294
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResourceListResult,
295
+ },
296
+ default: {
297
+ bodyMapper: Mappers.ErrorResponse,
298
+ },
299
+ },
300
+ queryParameters: [Parameters.apiVersion],
301
+ urlParameters: [
302
+ Parameters.$host,
303
+ Parameters.subscriptionId,
304
+ Parameters.resourceGroupName,
305
+ Parameters.organizationName,
306
+ ],
307
+ headerParameters: [Parameters.accept],
308
+ serializer,
309
+ };
310
+ const getOperationSpec = {
311
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}",
312
+ httpMethod: "GET",
313
+ responses: {
314
+ 200: {
315
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResource,
316
+ },
317
+ default: {
318
+ bodyMapper: Mappers.ErrorResponse,
319
+ },
320
+ },
321
+ queryParameters: [Parameters.apiVersion],
322
+ urlParameters: [
323
+ Parameters.$host,
324
+ Parameters.subscriptionId,
325
+ Parameters.resourceGroupName,
326
+ Parameters.organizationName,
327
+ Parameters.serverlessRuntimeName,
328
+ ],
329
+ headerParameters: [Parameters.accept],
330
+ serializer,
331
+ };
332
+ const createOrUpdateOperationSpec = {
333
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}",
334
+ httpMethod: "PUT",
335
+ responses: {
336
+ 200: {
337
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResource,
338
+ },
339
+ 201: {
340
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResource,
341
+ },
342
+ 202: {
343
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResource,
344
+ },
345
+ 204: {
346
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResource,
347
+ },
348
+ default: {
349
+ bodyMapper: Mappers.ErrorResponse,
350
+ },
351
+ },
352
+ requestBody: Parameters.resource1,
353
+ queryParameters: [Parameters.apiVersion],
354
+ urlParameters: [
355
+ Parameters.$host,
356
+ Parameters.subscriptionId,
357
+ Parameters.resourceGroupName,
358
+ Parameters.organizationName,
359
+ Parameters.serverlessRuntimeName,
360
+ ],
361
+ headerParameters: [Parameters.accept, Parameters.contentType],
362
+ mediaType: "json",
363
+ serializer,
364
+ };
365
+ const updateOperationSpec = {
366
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}",
367
+ httpMethod: "PATCH",
368
+ responses: {
369
+ 200: {
370
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResource,
371
+ },
372
+ default: {
373
+ bodyMapper: Mappers.ErrorResponse,
374
+ },
375
+ },
376
+ requestBody: Parameters.properties1,
377
+ queryParameters: [Parameters.apiVersion],
378
+ urlParameters: [
379
+ Parameters.$host,
380
+ Parameters.subscriptionId,
381
+ Parameters.resourceGroupName,
382
+ Parameters.organizationName,
383
+ Parameters.serverlessRuntimeName,
384
+ ],
385
+ headerParameters: [Parameters.accept, Parameters.contentType],
386
+ mediaType: "json",
387
+ serializer,
388
+ };
389
+ const deleteOperationSpec = {
390
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}",
391
+ httpMethod: "DELETE",
392
+ responses: {
393
+ 200: {
394
+ headersMapper: Mappers.ServerlessRuntimesDeleteHeaders,
395
+ },
396
+ 201: {
397
+ headersMapper: Mappers.ServerlessRuntimesDeleteHeaders,
398
+ },
399
+ 202: {
400
+ headersMapper: Mappers.ServerlessRuntimesDeleteHeaders,
401
+ },
402
+ 204: {
403
+ headersMapper: Mappers.ServerlessRuntimesDeleteHeaders,
404
+ },
405
+ default: {
406
+ bodyMapper: Mappers.ErrorResponse,
407
+ },
408
+ },
409
+ queryParameters: [Parameters.apiVersion],
410
+ urlParameters: [
411
+ Parameters.$host,
412
+ Parameters.subscriptionId,
413
+ Parameters.resourceGroupName,
414
+ Parameters.organizationName,
415
+ Parameters.serverlessRuntimeName,
416
+ ],
417
+ headerParameters: [Parameters.accept],
418
+ serializer,
419
+ };
420
+ const checkDependenciesOperationSpec = {
421
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}/checkDependencies",
422
+ httpMethod: "POST",
423
+ responses: {
424
+ 200: {
425
+ bodyMapper: Mappers.CheckDependenciesResponse,
426
+ },
427
+ default: {
428
+ bodyMapper: Mappers.ErrorResponse,
429
+ },
430
+ },
431
+ queryParameters: [Parameters.apiVersion],
432
+ urlParameters: [
433
+ Parameters.$host,
434
+ Parameters.subscriptionId,
435
+ Parameters.resourceGroupName,
436
+ Parameters.organizationName,
437
+ Parameters.serverlessRuntimeName,
438
+ ],
439
+ headerParameters: [Parameters.accept],
440
+ serializer,
441
+ };
442
+ const serverlessResourceByIdOperationSpec = {
443
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}/serverlessResourceById",
444
+ httpMethod: "POST",
445
+ responses: {
446
+ 200: {
447
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResource,
448
+ },
449
+ default: {
450
+ bodyMapper: Mappers.ErrorResponse,
451
+ },
452
+ },
453
+ queryParameters: [Parameters.apiVersion],
454
+ urlParameters: [
455
+ Parameters.$host,
456
+ Parameters.subscriptionId,
457
+ Parameters.resourceGroupName,
458
+ Parameters.organizationName,
459
+ Parameters.serverlessRuntimeName,
460
+ ],
461
+ headerParameters: [Parameters.accept],
462
+ serializer,
463
+ };
464
+ const startFailedServerlessRuntimeOperationSpec = {
465
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}/startFailedServerlessRuntime",
466
+ httpMethod: "POST",
467
+ responses: {
468
+ 204: {},
469
+ default: {
470
+ bodyMapper: Mappers.ErrorResponse,
471
+ },
472
+ },
473
+ queryParameters: [Parameters.apiVersion],
474
+ urlParameters: [
475
+ Parameters.$host,
476
+ Parameters.subscriptionId,
477
+ Parameters.resourceGroupName,
478
+ Parameters.organizationName,
479
+ Parameters.serverlessRuntimeName,
480
+ ],
481
+ headerParameters: [Parameters.accept],
482
+ serializer,
483
+ };
484
+ const listByInformaticaOrganizationResourceNextOperationSpec = {
485
+ path: "{nextLink}",
486
+ httpMethod: "GET",
487
+ responses: {
488
+ 200: {
489
+ bodyMapper: Mappers.InformaticaServerlessRuntimeResourceListResult,
490
+ },
491
+ default: {
492
+ bodyMapper: Mappers.ErrorResponse,
493
+ },
494
+ },
495
+ urlParameters: [
496
+ Parameters.$host,
497
+ Parameters.nextLink,
498
+ Parameters.subscriptionId,
499
+ Parameters.resourceGroupName,
500
+ Parameters.organizationName,
501
+ ],
502
+ headerParameters: [Parameters.accept],
503
+ serializer,
504
+ };
505
+ //# sourceMappingURL=serverlessRuntimes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverlessRuntimes.js","sourceRoot":"","sources":["../../../src/operations/serverlessRuntimes.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { ServerlessRuntimes } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { InformaticaDataManagement } from \"../informaticaDataManagement.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n InformaticaServerlessRuntimeResource,\n ServerlessRuntimesListByInformaticaOrganizationResourceNextOptionalParams,\n ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\n ServerlessRuntimesListByInformaticaOrganizationResourceResponse,\n ServerlessRuntimesGetOptionalParams,\n ServerlessRuntimesGetResponse,\n ServerlessRuntimesCreateOrUpdateOptionalParams,\n ServerlessRuntimesCreateOrUpdateResponse,\n InformaticaServerlessRuntimeResourceUpdate,\n ServerlessRuntimesUpdateOptionalParams,\n ServerlessRuntimesUpdateResponse,\n ServerlessRuntimesDeleteOptionalParams,\n ServerlessRuntimesDeleteResponse,\n ServerlessRuntimesCheckDependenciesOptionalParams,\n ServerlessRuntimesCheckDependenciesResponse,\n ServerlessRuntimesServerlessResourceByIdOptionalParams,\n ServerlessRuntimesServerlessResourceByIdResponse,\n ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams,\n ServerlessRuntimesListByInformaticaOrganizationResourceNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ServerlessRuntimes operations. */\nexport class ServerlessRuntimesImpl implements ServerlessRuntimes {\n private readonly client: InformaticaDataManagement;\n\n /**\n * Initialize a new instance of the class ServerlessRuntimes class.\n * @param client Reference to the service client\n */\n constructor(client: InformaticaDataManagement) {\n this.client = client;\n }\n\n /**\n * List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param options The options parameters.\n */\n public listByInformaticaOrganizationResource(\n resourceGroupName: string,\n organizationName: string,\n options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\n ): PagedAsyncIterableIterator<InformaticaServerlessRuntimeResource> {\n const iter = this.listByInformaticaOrganizationResourcePagingAll(\n resourceGroupName,\n organizationName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByInformaticaOrganizationResourcePagingPage(\n resourceGroupName,\n organizationName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByInformaticaOrganizationResourcePagingPage(\n resourceGroupName: string,\n organizationName: string,\n options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<InformaticaServerlessRuntimeResource[]> {\n let result: ServerlessRuntimesListByInformaticaOrganizationResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByInformaticaOrganizationResource(\n resourceGroupName,\n organizationName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByInformaticaOrganizationResourceNext(\n resourceGroupName,\n organizationName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByInformaticaOrganizationResourcePagingAll(\n resourceGroupName: string,\n organizationName: string,\n options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\n ): AsyncIterableIterator<InformaticaServerlessRuntimeResource> {\n for await (const page of this.listByInformaticaOrganizationResourcePagingPage(\n resourceGroupName,\n organizationName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param options The options parameters.\n */\n private _listByInformaticaOrganizationResource(\n resourceGroupName: string,\n organizationName: string,\n options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\n ): Promise<ServerlessRuntimesListByInformaticaOrganizationResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, options },\n listByInformaticaOrganizationResourceOperationSpec,\n );\n }\n\n /**\n * Get a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesGetOptionalParams,\n ): Promise<ServerlessRuntimesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, serverlessRuntimeName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n resource: InformaticaServerlessRuntimeResource,\n options?: ServerlessRuntimesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServerlessRuntimesCreateOrUpdateResponse>,\n ServerlessRuntimesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ServerlessRuntimesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n organizationName,\n serverlessRuntimeName,\n resource,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n ServerlessRuntimesCreateOrUpdateResponse,\n OperationState<ServerlessRuntimesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n resource: InformaticaServerlessRuntimeResource,\n options?: ServerlessRuntimesCreateOrUpdateOptionalParams,\n ): Promise<ServerlessRuntimesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n organizationName,\n serverlessRuntimeName,\n resource,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n properties: InformaticaServerlessRuntimeResourceUpdate,\n options?: ServerlessRuntimesUpdateOptionalParams,\n ): Promise<ServerlessRuntimesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n organizationName,\n serverlessRuntimeName,\n properties,\n options,\n },\n updateOperationSpec,\n );\n }\n\n /**\n * Delete a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServerlessRuntimesDeleteResponse>,\n ServerlessRuntimesDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ServerlessRuntimesDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n organizationName,\n serverlessRuntimeName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n ServerlessRuntimesDeleteResponse,\n OperationState<ServerlessRuntimesDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesDeleteOptionalParams,\n ): Promise<ServerlessRuntimesDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n organizationName,\n serverlessRuntimeName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Checks all dependencies for a serverless runtime resource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n checkDependencies(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesCheckDependenciesOptionalParams,\n ): Promise<ServerlessRuntimesCheckDependenciesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, serverlessRuntimeName, options },\n checkDependenciesOperationSpec,\n );\n }\n\n /**\n * Returns a serverless runtime resource by ID\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n serverlessResourceById(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesServerlessResourceByIdOptionalParams,\n ): Promise<ServerlessRuntimesServerlessResourceByIdResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, serverlessRuntimeName, options },\n serverlessResourceByIdOperationSpec,\n );\n }\n\n /**\n * Starts a failed runtime resource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n startFailedServerlessRuntime(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, serverlessRuntimeName, options },\n startFailedServerlessRuntimeOperationSpec,\n );\n }\n\n /**\n * ListByInformaticaOrganizationResourceNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param nextLink The nextLink from the previous successful call to the\n * ListByInformaticaOrganizationResource method.\n * @param options The options parameters.\n */\n private _listByInformaticaOrganizationResourceNext(\n resourceGroupName: string,\n organizationName: string,\n nextLink: string,\n options?: ServerlessRuntimesListByInformaticaOrganizationResourceNextOptionalParams,\n ): Promise<ServerlessRuntimesListByInformaticaOrganizationResourceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, nextLink, options },\n listByInformaticaOrganizationResourceNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByInformaticaOrganizationResourceOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n Parameters.serverlessRuntimeName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResource,\n },\n 201: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResource,\n },\n 202: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResource,\n },\n 204: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.resource1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n Parameters.serverlessRuntimeName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.properties1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n Parameters.serverlessRuntimeName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.ServerlessRuntimesDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.ServerlessRuntimesDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.ServerlessRuntimesDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.ServerlessRuntimesDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n Parameters.serverlessRuntimeName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst checkDependenciesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}/checkDependencies\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckDependenciesResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n Parameters.serverlessRuntimeName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst serverlessResourceByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}/serverlessResourceById\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n Parameters.serverlessRuntimeName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst startFailedServerlessRuntimeOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}/startFailedServerlessRuntime\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n Parameters.serverlessRuntimeName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByInformaticaOrganizationResourceNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformaticaServerlessRuntimeResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\n"]}
@@ -0,0 +1,4 @@
1
+ export * from "./operations.js";
2
+ export * from "./organizations.js";
3
+ export * from "./serverlessRuntimes.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,11 @@
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
+ export * from "./operations.js";
9
+ export * from "./organizations.js";
10
+ export * from "./serverlessRuntimes.js";
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./organizations.js\";\nexport * from \"./serverlessRuntimes.js\";\n"]}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a Operations. */
4
+ export interface Operations {
5
+ /**
6
+ * List the operations for the provider
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
10
+ }
11
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
@@ -0,0 +1,9 @@
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
+ export {};
9
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * List the operations for the provider\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}