@azure/arm-informaticadatamanagement 1.0.1-alpha.20250206.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 @@
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
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC"}
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"}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./operations";
9
- export * from "./organizations";
10
- export * from "./serverlessRuntimes";
8
+ export * from "./operations.js";
9
+ export * from "./organizations.js";
10
+ export * from "./serverlessRuntimes.js";
11
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"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Operation, OperationsListOptionalParams } from "../models";
2
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
3
3
  /** Interface representing a Operations. */
4
4
  export interface Operations {
5
5
  /**
@@ -1 +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,WAAW,CAAC;AAGpE,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
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 @@
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"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { InformaticaOrganizationResource, OrganizationsListBySubscriptionOptionalParams, OrganizationsListByResourceGroupOptionalParams, OrganizationsGetOptionalParams, OrganizationsGetResponse, OrganizationsCreateOrUpdateOptionalParams, OrganizationsCreateOrUpdateResponse, InformaticaOrganizationResourceUpdate, OrganizationsUpdateOptionalParams, OrganizationsUpdateResponse, OrganizationsDeleteOptionalParams, OrganizationsDeleteResponse, OrganizationsGetAllServerlessRuntimesOptionalParams, OrganizationsGetAllServerlessRuntimesResponse, OrganizationsGetServerlessMetadataOptionalParams, OrganizationsGetServerlessMetadataResponse } from "../models";
3
+ import { InformaticaOrganizationResource, OrganizationsListBySubscriptionOptionalParams, OrganizationsListByResourceGroupOptionalParams, OrganizationsGetOptionalParams, OrganizationsGetResponse, OrganizationsCreateOrUpdateOptionalParams, OrganizationsCreateOrUpdateResponse, InformaticaOrganizationResourceUpdate, OrganizationsUpdateOptionalParams, OrganizationsUpdateResponse, OrganizationsDeleteOptionalParams, OrganizationsDeleteResponse, OrganizationsGetAllServerlessRuntimesOptionalParams, OrganizationsGetAllServerlessRuntimesResponse, OrganizationsGetServerlessMetadataOptionalParams, OrganizationsGetServerlessMetadataResponse } from "../models/index.js";
4
4
  /** Interface representing a Organizations. */
5
5
  export interface Organizations {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/organizations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,+BAA+B,EAC/B,6CAA6C,EAC7C,8CAA8C,EAC9C,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,EAC3C,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,+BAA+B,CAAC,CAAC;IAC/D;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,+BAA+B,CAAC,CAAC;IAC/D;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,mBAAmB,CACjB,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,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,QAAQ,EAAE,+BAA+B,EACzC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;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,CAAC;IACxC;;;;;OAKG;IACH,WAAW,CACT,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,CAAC;IACF;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;OAKG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;OAKG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;CACxD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/organizations.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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n InformaticaOrganizationResource,\n OrganizationsListBySubscriptionOptionalParams,\n OrganizationsListByResourceGroupOptionalParams,\n OrganizationsGetOptionalParams,\n OrganizationsGetResponse,\n OrganizationsCreateOrUpdateOptionalParams,\n OrganizationsCreateOrUpdateResponse,\n InformaticaOrganizationResourceUpdate,\n OrganizationsUpdateOptionalParams,\n OrganizationsUpdateResponse,\n OrganizationsDeleteOptionalParams,\n OrganizationsDeleteResponse,\n OrganizationsGetAllServerlessRuntimesOptionalParams,\n OrganizationsGetAllServerlessRuntimesResponse,\n OrganizationsGetServerlessMetadataOptionalParams,\n OrganizationsGetServerlessMetadataResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Organizations. */\nexport interface Organizations {\n /**\n * List InformaticaOrganizationResource resources by subscription ID\n * @param options The options parameters.\n */\n listBySubscription(\n options?: OrganizationsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<InformaticaOrganizationResource>;\n /**\n * List InformaticaOrganizationResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: OrganizationsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<InformaticaOrganizationResource>;\n /**\n * Get a 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 get(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsGetOptionalParams,\n ): Promise<OrganizationsGetResponse>;\n /**\n * Create a 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 resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n organizationName: string,\n resource: InformaticaOrganizationResource,\n options?: OrganizationsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OrganizationsCreateOrUpdateResponse>,\n OrganizationsCreateOrUpdateResponse\n >\n >;\n /**\n * Create a 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 resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n organizationName: string,\n resource: InformaticaOrganizationResource,\n options?: OrganizationsCreateOrUpdateOptionalParams,\n ): Promise<OrganizationsCreateOrUpdateResponse>;\n /**\n * Update a 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 properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n organizationName: string,\n properties: InformaticaOrganizationResourceUpdate,\n options?: OrganizationsUpdateOptionalParams,\n ): Promise<OrganizationsUpdateResponse>;\n /**\n * Delete a 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 beginDelete(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OrganizationsDeleteResponse>,\n OrganizationsDeleteResponse\n >\n >;\n /**\n * Delete a 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 beginDeleteAndWait(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsDeleteOptionalParams,\n ): Promise<OrganizationsDeleteResponse>;\n /**\n * Gets all serverless runtime resources in a given informatica organization 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 options The options parameters.\n */\n getAllServerlessRuntimes(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsGetAllServerlessRuntimesOptionalParams,\n ): Promise<OrganizationsGetAllServerlessRuntimesResponse>;\n /**\n * Gets Metadata of the serverless runtime environment.\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 getServerlessMetadata(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsGetServerlessMetadataOptionalParams,\n ): Promise<OrganizationsGetServerlessMetadataResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { InformaticaServerlessRuntimeResource, ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams, ServerlessRuntimesGetOptionalParams, ServerlessRuntimesGetResponse, ServerlessRuntimesCreateOrUpdateOptionalParams, ServerlessRuntimesCreateOrUpdateResponse, InformaticaServerlessRuntimeResourceUpdate, ServerlessRuntimesUpdateOptionalParams, ServerlessRuntimesUpdateResponse, ServerlessRuntimesDeleteOptionalParams, ServerlessRuntimesDeleteResponse, ServerlessRuntimesCheckDependenciesOptionalParams, ServerlessRuntimesCheckDependenciesResponse, ServerlessRuntimesServerlessResourceByIdOptionalParams, ServerlessRuntimesServerlessResourceByIdResponse, ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams } from "../models";
3
+ import { InformaticaServerlessRuntimeResource, ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams, ServerlessRuntimesGetOptionalParams, ServerlessRuntimesGetResponse, ServerlessRuntimesCreateOrUpdateOptionalParams, ServerlessRuntimesCreateOrUpdateResponse, InformaticaServerlessRuntimeResourceUpdate, ServerlessRuntimesUpdateOptionalParams, ServerlessRuntimesUpdateResponse, ServerlessRuntimesDeleteOptionalParams, ServerlessRuntimesDeleteResponse, ServerlessRuntimesCheckDependenciesOptionalParams, ServerlessRuntimesCheckDependenciesResponse, ServerlessRuntimesServerlessResourceByIdOptionalParams, ServerlessRuntimesServerlessResourceByIdResponse, ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams } from "../models/index.js";
4
4
  /** Interface representing a ServerlessRuntimes. */
5
5
  export interface ServerlessRuntimes {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverlessRuntimes.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverlessRuntimes.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverlessRuntimes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverlessRuntimes.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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n InformaticaServerlessRuntimeResource,\n ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\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} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ServerlessRuntimes. */\nexport interface ServerlessRuntimes {\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 listByInformaticaOrganizationResource(\n resourceGroupName: string,\n organizationName: string,\n options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\n ): PagedAsyncIterableIterator<InformaticaServerlessRuntimeResource>;\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 /**\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 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 /**\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 beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n resource: InformaticaServerlessRuntimeResource,\n options?: ServerlessRuntimesCreateOrUpdateOptionalParams,\n ): Promise<ServerlessRuntimesCreateOrUpdateResponse>;\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 /**\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 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 /**\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 beginDeleteAndWait(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesDeleteOptionalParams,\n ): Promise<ServerlessRuntimesDeleteResponse>;\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 /**\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 /**\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}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { InformaticaDataManagement } from "./informaticaDataManagement.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,19 @@
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.InformaticaDataManagement = exports.getContinuationToken = void 0;
11
+ const tslib_1 = require("tslib");
12
+ /// <reference lib="esnext.asynciterable" />
13
+ var pagingHelper_js_1 = require("./pagingHelper.js");
14
+ Object.defineProperty(exports, "getContinuationToken", { enumerable: true, get: function () { return pagingHelper_js_1.getContinuationToken; } });
15
+ tslib_1.__exportStar(require("./models/index.js"), exports);
16
+ var informaticaDataManagement_js_1 = require("./informaticaDataManagement.js");
17
+ Object.defineProperty(exports, "InformaticaDataManagement", { enumerable: true, get: function () { return informaticaDataManagement_js_1.InformaticaDataManagement; } });
18
+ tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4CAA4C;AAC5C,qDAAyD;AAAhD,uHAAA,oBAAoB,OAAA;AAC7B,4DAAkC;AAClC,+EAA2E;AAAlE,yIAAA,yBAAyB,OAAA;AAClC,0EAAgD","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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { InformaticaDataManagement } from \"./informaticaDataManagement.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1,22 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ import * as coreAuth from "@azure/core-auth";
3
+ import { Operations, Organizations, ServerlessRuntimes } from "./operationsInterfaces/index.js";
4
+ import { InformaticaDataManagementOptionalParams } from "./models/index.js";
5
+ export declare class InformaticaDataManagement extends coreClient.ServiceClient {
6
+ $host: string;
7
+ apiVersion: string;
8
+ subscriptionId: string;
9
+ /**
10
+ * Initializes a new instance of the InformaticaDataManagement class.
11
+ * @param credentials Subscription credentials which uniquely identify client subscription.
12
+ * @param subscriptionId The ID of the target subscription.
13
+ * @param options The parameter options
14
+ */
15
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: InformaticaDataManagementOptionalParams);
16
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
17
+ private addCustomApiVersionPolicy;
18
+ operations: Operations;
19
+ organizations: Organizations;
20
+ serverlessRuntimes: ServerlessRuntimes;
21
+ }
22
+ //# sourceMappingURL=informaticaDataManagement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"informaticaDataManagement.d.ts","sourceRoot":"","sources":["../../src/informaticaDataManagement.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAM7C,OAAO,EACL,UAAU,EACV,aAAa,EACb,kBAAkB,EACnB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,uCAAuC,EAAE,MAAM,mBAAmB,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,UAAU,CAAC,aAAa;IACrE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC;IA+EnD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,aAAa,CAAC;IAC7B,kBAAkB,EAAE,kBAAkB,CAAC;CACxC"}
@@ -0,0 +1,104 @@
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.InformaticaDataManagement = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const coreRestPipeline = tslib_1.__importStar(require("@azure/core-rest-pipeline"));
14
+ const index_js_1 = require("./operations/index.js");
15
+ class InformaticaDataManagement extends coreClient.ServiceClient {
16
+ /**
17
+ * Initializes a new instance of the InformaticaDataManagement class.
18
+ * @param credentials Subscription credentials which uniquely identify client subscription.
19
+ * @param subscriptionId The ID of the target subscription.
20
+ * @param options The parameter options
21
+ */
22
+ constructor(credentials, subscriptionId, options) {
23
+ var _a, _b, _c;
24
+ if (credentials === undefined) {
25
+ throw new Error("'credentials' cannot be null");
26
+ }
27
+ if (subscriptionId === undefined) {
28
+ throw new Error("'subscriptionId' cannot be null");
29
+ }
30
+ // Initializing default values for options
31
+ if (!options) {
32
+ options = {};
33
+ }
34
+ const defaults = {
35
+ requestContentType: "application/json; charset=utf-8",
36
+ credential: credentials,
37
+ };
38
+ const packageDetails = `azsdk-js-arm-informaticadatamanagement/1.0.1`;
39
+ const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
40
+ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
41
+ : `${packageDetails}`;
42
+ const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
43
+ userAgentPrefix,
44
+ }, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
45
+ super(optionsWithDefaults);
46
+ let bearerTokenAuthenticationPolicyFound = false;
47
+ if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
48
+ const pipelinePolicies = options.pipeline.getOrderedPolicies();
49
+ bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
50
+ coreRestPipeline.bearerTokenAuthenticationPolicyName);
51
+ }
52
+ if (!options ||
53
+ !options.pipeline ||
54
+ options.pipeline.getOrderedPolicies().length == 0 ||
55
+ !bearerTokenAuthenticationPolicyFound) {
56
+ this.pipeline.removePolicy({
57
+ name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
58
+ });
59
+ this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
60
+ credential: credentials,
61
+ scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
62
+ challengeCallbacks: {
63
+ authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
64
+ },
65
+ }));
66
+ }
67
+ // Parameter assignments
68
+ this.subscriptionId = subscriptionId;
69
+ // Assigning values to Constant parameters
70
+ this.$host = options.$host || "https://management.azure.com";
71
+ this.apiVersion = options.apiVersion || "2024-05-08";
72
+ this.operations = new index_js_1.OperationsImpl(this);
73
+ this.organizations = new index_js_1.OrganizationsImpl(this);
74
+ this.serverlessRuntimes = new index_js_1.ServerlessRuntimesImpl(this);
75
+ this.addCustomApiVersionPolicy(options.apiVersion);
76
+ }
77
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
78
+ addCustomApiVersionPolicy(apiVersion) {
79
+ if (!apiVersion) {
80
+ return;
81
+ }
82
+ const apiVersionPolicy = {
83
+ name: "CustomApiVersionPolicy",
84
+ async sendRequest(request, next) {
85
+ const param = request.url.split("?");
86
+ if (param.length > 1) {
87
+ const newParams = param[1].split("&").map((item) => {
88
+ if (item.indexOf("api-version") > -1) {
89
+ return "api-version=" + apiVersion;
90
+ }
91
+ else {
92
+ return item;
93
+ }
94
+ });
95
+ request.url = param[0] + "?" + newParams.join("&");
96
+ }
97
+ return next(request);
98
+ },
99
+ };
100
+ this.pipeline.addPolicy(apiVersionPolicy);
101
+ }
102
+ }
103
+ exports.InformaticaDataManagement = InformaticaDataManagement;
104
+ //# sourceMappingURL=informaticaDataManagement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"informaticaDataManagement.js","sourceRoot":"","sources":["../../src/informaticaDataManagement.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n OrganizationsImpl,\n ServerlessRuntimesImpl,\n} from \"./operations/index.js\";\nimport {\n Operations,\n Organizations,\n ServerlessRuntimes,\n} from \"./operationsInterfaces/index.js\";\nimport { InformaticaDataManagementOptionalParams } from \"./models/index.js\";\n\nexport class InformaticaDataManagement extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the InformaticaDataManagement class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: InformaticaDataManagementOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: InformaticaDataManagementOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-informaticadatamanagement/1.0.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-05-08\";\n this.operations = new OperationsImpl(this);\n this.organizations = new OrganizationsImpl(this);\n this.serverlessRuntimes = new ServerlessRuntimesImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n organizations: Organizations;\n serverlessRuntimes: ServerlessRuntimes;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { LongRunningOperation, LroResponse } from "@azure/core-lro";
2
+ export declare function createLroSpec<T>(inputs: {
3
+ sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
4
+ args: Record<string, unknown>;
5
+ spec: {
6
+ readonly requestBody?: unknown;
7
+ readonly path?: string;
8
+ readonly httpMethod: string;
9
+ } & Record<string, any>;
10
+ }): LongRunningOperation<T>;
11
+ //# sourceMappingURL=lroImpl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createLroSpec = createLroSpec;
4
+ const tslib_1 = require("tslib");
5
+ function createLroSpec(inputs) {
6
+ const { args, spec, sendOperationFn } = inputs;
7
+ return {
8
+ requestMethod: spec.httpMethod,
9
+ requestPath: spec.path,
10
+ sendInitialRequest: () => sendOperationFn(args, spec),
11
+ sendPollRequest: (path, options) => {
12
+ const { requestBody } = spec, restSpec = tslib_1.__rest(spec, ["requestBody"]);
13
+ return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
14
+ },
15
+ };
16
+ }
17
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";;AAUA,sCA2BC;;AA3BD,SAAgB,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,kBAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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 */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}