@azure/arm-streamanalytics 5.0.0-beta.1 → 5.0.0-beta.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 (811) hide show
  1. package/CHANGELOG.md +15 -5
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts.map +1 -0
  9. package/dist/browser/lroImpl.js +18 -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 +5148 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/dist/browser/models/parameters.js +291 -0
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/clusters.d.ts +137 -0
  17. package/dist/browser/operations/clusters.d.ts.map +1 -0
  18. package/dist/browser/operations/clusters.js +634 -0
  19. package/dist/browser/operations/clusters.js.map +1 -0
  20. package/dist/browser/operations/functions.d.ts +107 -0
  21. package/dist/browser/operations/functions.d.ts.map +1 -0
  22. package/dist/browser/operations/functions.js +419 -0
  23. package/dist/browser/operations/functions.js.map +1 -0
  24. package/dist/browser/operations/index.d.ts +11 -0
  25. package/dist/browser/operations/index.d.ts.map +1 -0
  26. package/dist/browser/operations/index.js +18 -0
  27. package/dist/browser/operations/index.js.map +1 -0
  28. package/dist/browser/operations/inputs.d.ts +94 -0
  29. package/dist/browser/operations/inputs.d.ts.map +1 -0
  30. package/dist/browser/operations/inputs.js +380 -0
  31. package/dist/browser/operations/inputs.js.map +1 -0
  32. package/dist/browser/operations/operations.d.ts +32 -0
  33. package/dist/browser/operations/operations.d.ts.map +1 -0
  34. package/dist/browser/operations/operations.js +116 -0
  35. package/dist/browser/operations/operations.js.map +1 -0
  36. package/dist/browser/operations/outputs.d.ts +95 -0
  37. package/dist/browser/operations/outputs.d.ts.map +1 -0
  38. package/dist/browser/operations/outputs.js +381 -0
  39. package/dist/browser/operations/outputs.js.map +1 -0
  40. package/dist/browser/operations/privateEndpoints.d.ts +73 -0
  41. package/dist/browser/operations/privateEndpoints.d.ts.map +1 -0
  42. package/dist/browser/operations/privateEndpoints.js +298 -0
  43. package/dist/browser/operations/privateEndpoints.js.map +1 -0
  44. package/dist/browser/operations/skuOperations.d.ts +38 -0
  45. package/dist/browser/operations/skuOperations.d.ts.map +1 -0
  46. package/dist/browser/operations/skuOperations.js +133 -0
  47. package/dist/browser/operations/skuOperations.js.map +1 -0
  48. package/dist/browser/operations/streamingJobs.d.ts +151 -0
  49. package/dist/browser/operations/streamingJobs.d.ts.map +1 -0
  50. package/dist/browser/operations/streamingJobs.js +718 -0
  51. package/dist/browser/operations/streamingJobs.js.map +1 -0
  52. package/dist/browser/operations/subscriptions.d.ts +96 -0
  53. package/dist/browser/operations/subscriptions.d.ts.map +1 -0
  54. package/dist/browser/operations/subscriptions.js +450 -0
  55. package/dist/browser/operations/subscriptions.js.map +1 -0
  56. package/dist/browser/operations/transformations.d.ts +46 -0
  57. package/dist/browser/operations/transformations.d.ts.map +1 -0
  58. package/dist/browser/operations/transformations.js +161 -0
  59. package/dist/browser/operations/transformations.js.map +1 -0
  60. package/dist/browser/operationsInterfaces/clusters.d.ts +84 -0
  61. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  63. package/dist/browser/operationsInterfaces/functions.d.ts +82 -0
  64. package/dist/browser/operationsInterfaces/functions.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/functions.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  67. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/index.js +18 -0
  69. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/inputs.d.ts +69 -0
  71. package/dist/browser/operationsInterfaces/inputs.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/inputs.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  74. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/outputs.d.ts +70 -0
  77. package/dist/browser/operationsInterfaces/outputs.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/outputs.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts +48 -0
  80. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/privateEndpoints.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/skuOperations.d.ts +13 -0
  83. package/dist/browser/operationsInterfaces/skuOperations.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/skuOperations.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/streamingJobs.d.ts +115 -0
  86. package/dist/browser/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/streamingJobs.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/subscriptions.d.ts +88 -0
  89. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/transformations.d.ts +38 -0
  92. package/dist/browser/operationsInterfaces/transformations.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/transformations.js.map +1 -0
  94. package/dist/browser/package.json +3 -0
  95. package/dist/browser/pagingHelper.js +30 -0
  96. package/dist/browser/pagingHelper.js.map +1 -0
  97. package/dist/browser/streamAnalyticsManagementClient.d.ts +26 -0
  98. package/dist/browser/streamAnalyticsManagementClient.d.ts.map +1 -0
  99. package/dist/browser/streamAnalyticsManagementClient.js +96 -0
  100. package/dist/browser/streamAnalyticsManagementClient.js.map +1 -0
  101. package/dist/commonjs/index.d.ts +5 -0
  102. package/dist/commonjs/index.d.ts.map +1 -0
  103. package/dist/commonjs/index.js +19 -0
  104. package/dist/commonjs/index.js.map +1 -0
  105. package/dist/commonjs/lroImpl.d.ts +11 -0
  106. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  107. package/dist/commonjs/lroImpl.js +21 -0
  108. package/dist/commonjs/lroImpl.js.map +1 -0
  109. package/dist/commonjs/models/index.d.ts +2815 -0
  110. package/dist/commonjs/models/index.d.ts.map +1 -0
  111. package/dist/commonjs/models/index.js +269 -0
  112. package/dist/commonjs/models/index.js.map +1 -0
  113. package/dist/commonjs/models/mappers.d.ts +221 -0
  114. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  115. package/dist/commonjs/models/mappers.js +5154 -0
  116. package/dist/commonjs/models/mappers.js.map +1 -0
  117. package/dist/commonjs/models/parameters.d.ts +40 -0
  118. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  119. package/dist/commonjs/models/parameters.js +294 -0
  120. package/dist/commonjs/models/parameters.js.map +1 -0
  121. package/dist/commonjs/operations/clusters.d.ts +137 -0
  122. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  123. package/dist/commonjs/operations/clusters.js +639 -0
  124. package/dist/commonjs/operations/clusters.js.map +1 -0
  125. package/dist/commonjs/operations/functions.d.ts +107 -0
  126. package/dist/commonjs/operations/functions.d.ts.map +1 -0
  127. package/dist/commonjs/operations/functions.js +424 -0
  128. package/dist/commonjs/operations/functions.js.map +1 -0
  129. package/dist/commonjs/operations/index.d.ts +11 -0
  130. package/dist/commonjs/operations/index.d.ts.map +1 -0
  131. package/dist/commonjs/operations/index.js +21 -0
  132. package/dist/commonjs/operations/index.js.map +1 -0
  133. package/dist/commonjs/operations/inputs.d.ts +94 -0
  134. package/dist/commonjs/operations/inputs.d.ts.map +1 -0
  135. package/dist/commonjs/operations/inputs.js +385 -0
  136. package/dist/commonjs/operations/inputs.js.map +1 -0
  137. package/dist/commonjs/operations/operations.d.ts +32 -0
  138. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  139. package/dist/commonjs/operations/operations.js +121 -0
  140. package/dist/commonjs/operations/operations.js.map +1 -0
  141. package/dist/commonjs/operations/outputs.d.ts +95 -0
  142. package/dist/commonjs/operations/outputs.d.ts.map +1 -0
  143. package/dist/commonjs/operations/outputs.js +386 -0
  144. package/dist/commonjs/operations/outputs.js.map +1 -0
  145. package/dist/commonjs/operations/privateEndpoints.d.ts +73 -0
  146. package/dist/commonjs/operations/privateEndpoints.d.ts.map +1 -0
  147. package/dist/commonjs/operations/privateEndpoints.js +303 -0
  148. package/dist/commonjs/operations/privateEndpoints.js.map +1 -0
  149. package/dist/commonjs/operations/skuOperations.d.ts +38 -0
  150. package/dist/commonjs/operations/skuOperations.d.ts.map +1 -0
  151. package/dist/commonjs/operations/skuOperations.js +138 -0
  152. package/dist/commonjs/operations/skuOperations.js.map +1 -0
  153. package/dist/commonjs/operations/streamingJobs.d.ts +151 -0
  154. package/dist/commonjs/operations/streamingJobs.d.ts.map +1 -0
  155. package/dist/commonjs/operations/streamingJobs.js +723 -0
  156. package/dist/commonjs/operations/streamingJobs.js.map +1 -0
  157. package/dist/commonjs/operations/subscriptions.d.ts +96 -0
  158. package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
  159. package/dist/commonjs/operations/subscriptions.js +455 -0
  160. package/dist/commonjs/operations/subscriptions.js.map +1 -0
  161. package/dist/commonjs/operations/transformations.d.ts +46 -0
  162. package/dist/commonjs/operations/transformations.d.ts.map +1 -0
  163. package/dist/commonjs/operations/transformations.js +166 -0
  164. package/dist/commonjs/operations/transformations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/clusters.d.ts +84 -0
  166. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/functions.d.ts +82 -0
  170. package/dist/commonjs/operationsInterfaces/functions.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/functions.js +10 -0
  172. package/dist/commonjs/operationsInterfaces/functions.js.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  174. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  176. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/inputs.d.ts +69 -0
  178. package/dist/commonjs/operationsInterfaces/inputs.d.ts.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/inputs.js +10 -0
  180. package/dist/commonjs/operationsInterfaces/inputs.js.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  182. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  184. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/outputs.d.ts +70 -0
  186. package/dist/commonjs/operationsInterfaces/outputs.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/outputs.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/outputs.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts +48 -0
  190. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/privateEndpoints.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/privateEndpoints.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts +13 -0
  194. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/skuOperations.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/skuOperations.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts +115 -0
  198. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/streamingJobs.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/streamingJobs.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +88 -0
  202. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
  204. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/transformations.d.ts +38 -0
  206. package/dist/commonjs/operationsInterfaces/transformations.d.ts.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/transformations.js +10 -0
  208. package/dist/commonjs/operationsInterfaces/transformations.js.map +1 -0
  209. package/dist/commonjs/package.json +3 -0
  210. package/dist/commonjs/pagingHelper.d.ts +13 -0
  211. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  212. package/dist/commonjs/pagingHelper.js +34 -0
  213. package/dist/commonjs/pagingHelper.js.map +1 -0
  214. package/dist/commonjs/streamAnalyticsManagementClient.d.ts +26 -0
  215. package/dist/commonjs/streamAnalyticsManagementClient.d.ts.map +1 -0
  216. package/dist/commonjs/streamAnalyticsManagementClient.js +101 -0
  217. package/dist/commonjs/streamAnalyticsManagementClient.js.map +1 -0
  218. package/dist/commonjs/tsdoc-metadata.json +11 -0
  219. package/dist/esm/index.d.ts +5 -0
  220. package/dist/esm/index.d.ts.map +1 -0
  221. package/dist/esm/index.js +13 -0
  222. package/dist/esm/index.js.map +1 -0
  223. package/dist/esm/lroImpl.d.ts +11 -0
  224. package/dist/esm/lroImpl.d.ts.map +1 -0
  225. package/dist/esm/lroImpl.js +18 -0
  226. package/dist/esm/lroImpl.js.map +1 -0
  227. package/dist/esm/models/index.d.ts +2815 -0
  228. package/dist/esm/models/index.d.ts.map +1 -0
  229. package/dist/esm/models/index.js +266 -0
  230. package/dist/esm/models/index.js.map +1 -0
  231. package/dist/esm/models/mappers.d.ts +221 -0
  232. package/dist/esm/models/mappers.d.ts.map +1 -0
  233. package/dist/esm/models/mappers.js +5148 -0
  234. package/dist/esm/models/mappers.js.map +1 -0
  235. package/dist/esm/models/parameters.d.ts +40 -0
  236. package/dist/esm/models/parameters.d.ts.map +1 -0
  237. package/dist/esm/models/parameters.js +291 -0
  238. package/dist/esm/models/parameters.js.map +1 -0
  239. package/dist/esm/operations/clusters.d.ts +137 -0
  240. package/dist/esm/operations/clusters.d.ts.map +1 -0
  241. package/dist/esm/operations/clusters.js +634 -0
  242. package/dist/esm/operations/clusters.js.map +1 -0
  243. package/dist/esm/operations/functions.d.ts +107 -0
  244. package/dist/esm/operations/functions.d.ts.map +1 -0
  245. package/dist/esm/operations/functions.js +419 -0
  246. package/dist/esm/operations/functions.js.map +1 -0
  247. package/dist/esm/operations/index.d.ts +11 -0
  248. package/dist/esm/operations/index.d.ts.map +1 -0
  249. package/dist/esm/operations/index.js +18 -0
  250. package/dist/esm/operations/index.js.map +1 -0
  251. package/dist/esm/operations/inputs.d.ts +94 -0
  252. package/dist/esm/operations/inputs.d.ts.map +1 -0
  253. package/dist/esm/operations/inputs.js +380 -0
  254. package/dist/esm/operations/inputs.js.map +1 -0
  255. package/dist/esm/operations/operations.d.ts +32 -0
  256. package/dist/esm/operations/operations.d.ts.map +1 -0
  257. package/dist/esm/operations/operations.js +116 -0
  258. package/dist/esm/operations/operations.js.map +1 -0
  259. package/dist/esm/operations/outputs.d.ts +95 -0
  260. package/dist/esm/operations/outputs.d.ts.map +1 -0
  261. package/dist/esm/operations/outputs.js +381 -0
  262. package/dist/esm/operations/outputs.js.map +1 -0
  263. package/dist/esm/operations/privateEndpoints.d.ts +73 -0
  264. package/dist/esm/operations/privateEndpoints.d.ts.map +1 -0
  265. package/dist/esm/operations/privateEndpoints.js +298 -0
  266. package/dist/esm/operations/privateEndpoints.js.map +1 -0
  267. package/dist/esm/operations/skuOperations.d.ts +38 -0
  268. package/dist/esm/operations/skuOperations.d.ts.map +1 -0
  269. package/dist/esm/operations/skuOperations.js +133 -0
  270. package/dist/esm/operations/skuOperations.js.map +1 -0
  271. package/dist/esm/operations/streamingJobs.d.ts +151 -0
  272. package/dist/esm/operations/streamingJobs.d.ts.map +1 -0
  273. package/dist/esm/operations/streamingJobs.js +718 -0
  274. package/dist/esm/operations/streamingJobs.js.map +1 -0
  275. package/dist/esm/operations/subscriptions.d.ts +96 -0
  276. package/dist/esm/operations/subscriptions.d.ts.map +1 -0
  277. package/dist/esm/operations/subscriptions.js +450 -0
  278. package/dist/esm/operations/subscriptions.js.map +1 -0
  279. package/dist/esm/operations/transformations.d.ts +46 -0
  280. package/dist/esm/operations/transformations.d.ts.map +1 -0
  281. package/dist/esm/operations/transformations.js +161 -0
  282. package/dist/esm/operations/transformations.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/clusters.d.ts +84 -0
  284. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  286. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/functions.d.ts +82 -0
  288. package/dist/esm/operationsInterfaces/functions.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/functions.js +9 -0
  290. package/dist/esm/operationsInterfaces/functions.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  292. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/index.js +18 -0
  294. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/inputs.d.ts +69 -0
  296. package/dist/esm/operationsInterfaces/inputs.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/inputs.js +9 -0
  298. package/dist/esm/operationsInterfaces/inputs.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  300. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/operations.js +9 -0
  302. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/outputs.d.ts +70 -0
  304. package/dist/esm/operationsInterfaces/outputs.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/outputs.js +9 -0
  306. package/dist/esm/operationsInterfaces/outputs.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts +48 -0
  308. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/privateEndpoints.js +9 -0
  310. package/dist/esm/operationsInterfaces/privateEndpoints.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/skuOperations.d.ts +13 -0
  312. package/dist/esm/operationsInterfaces/skuOperations.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/skuOperations.js +9 -0
  314. package/dist/esm/operationsInterfaces/skuOperations.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/streamingJobs.d.ts +115 -0
  316. package/dist/esm/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/streamingJobs.js +9 -0
  318. package/dist/esm/operationsInterfaces/streamingJobs.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/subscriptions.d.ts +88 -0
  320. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
  322. package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/transformations.d.ts +38 -0
  324. package/dist/esm/operationsInterfaces/transformations.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/transformations.js +9 -0
  326. package/dist/esm/operationsInterfaces/transformations.js.map +1 -0
  327. package/dist/esm/package.json +3 -0
  328. package/dist/esm/pagingHelper.d.ts +13 -0
  329. package/dist/esm/pagingHelper.d.ts.map +1 -0
  330. package/dist/esm/pagingHelper.js +30 -0
  331. package/dist/esm/pagingHelper.js.map +1 -0
  332. package/dist/esm/streamAnalyticsManagementClient.d.ts +26 -0
  333. package/dist/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
  334. package/dist/esm/streamAnalyticsManagementClient.js +96 -0
  335. package/dist/esm/streamAnalyticsManagementClient.js.map +1 -0
  336. package/dist/react-native/index.d.ts +5 -0
  337. package/dist/react-native/index.d.ts.map +1 -0
  338. package/dist/react-native/index.js +13 -0
  339. package/dist/react-native/index.js.map +1 -0
  340. package/dist/react-native/lroImpl.d.ts +11 -0
  341. package/dist/react-native/lroImpl.d.ts.map +1 -0
  342. package/dist/react-native/lroImpl.js +18 -0
  343. package/dist/react-native/lroImpl.js.map +1 -0
  344. package/dist/react-native/models/index.d.ts +2815 -0
  345. package/dist/react-native/models/index.d.ts.map +1 -0
  346. package/dist/react-native/models/index.js +266 -0
  347. package/dist/react-native/models/index.js.map +1 -0
  348. package/dist/react-native/models/mappers.d.ts +221 -0
  349. package/dist/react-native/models/mappers.d.ts.map +1 -0
  350. package/dist/react-native/models/mappers.js +5148 -0
  351. package/dist/react-native/models/mappers.js.map +1 -0
  352. package/dist/react-native/models/parameters.d.ts +40 -0
  353. package/dist/react-native/models/parameters.d.ts.map +1 -0
  354. package/dist/react-native/models/parameters.js +291 -0
  355. package/dist/react-native/models/parameters.js.map +1 -0
  356. package/dist/react-native/operations/clusters.d.ts +137 -0
  357. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  358. package/dist/react-native/operations/clusters.js +634 -0
  359. package/dist/react-native/operations/clusters.js.map +1 -0
  360. package/dist/react-native/operations/functions.d.ts +107 -0
  361. package/dist/react-native/operations/functions.d.ts.map +1 -0
  362. package/dist/react-native/operations/functions.js +419 -0
  363. package/dist/react-native/operations/functions.js.map +1 -0
  364. package/dist/react-native/operations/index.d.ts +11 -0
  365. package/dist/react-native/operations/index.d.ts.map +1 -0
  366. package/dist/react-native/operations/index.js +18 -0
  367. package/dist/react-native/operations/index.js.map +1 -0
  368. package/dist/react-native/operations/inputs.d.ts +94 -0
  369. package/dist/react-native/operations/inputs.d.ts.map +1 -0
  370. package/dist/react-native/operations/inputs.js +380 -0
  371. package/dist/react-native/operations/inputs.js.map +1 -0
  372. package/dist/react-native/operations/operations.d.ts +32 -0
  373. package/dist/react-native/operations/operations.d.ts.map +1 -0
  374. package/dist/react-native/operations/operations.js +116 -0
  375. package/dist/react-native/operations/operations.js.map +1 -0
  376. package/dist/react-native/operations/outputs.d.ts +95 -0
  377. package/dist/react-native/operations/outputs.d.ts.map +1 -0
  378. package/dist/react-native/operations/outputs.js +381 -0
  379. package/dist/react-native/operations/outputs.js.map +1 -0
  380. package/dist/react-native/operations/privateEndpoints.d.ts +73 -0
  381. package/dist/react-native/operations/privateEndpoints.d.ts.map +1 -0
  382. package/dist/react-native/operations/privateEndpoints.js +298 -0
  383. package/dist/react-native/operations/privateEndpoints.js.map +1 -0
  384. package/dist/react-native/operations/skuOperations.d.ts +38 -0
  385. package/dist/react-native/operations/skuOperations.d.ts.map +1 -0
  386. package/dist/react-native/operations/skuOperations.js +133 -0
  387. package/dist/react-native/operations/skuOperations.js.map +1 -0
  388. package/dist/react-native/operations/streamingJobs.d.ts +151 -0
  389. package/dist/react-native/operations/streamingJobs.d.ts.map +1 -0
  390. package/dist/react-native/operations/streamingJobs.js +718 -0
  391. package/dist/react-native/operations/streamingJobs.js.map +1 -0
  392. package/dist/react-native/operations/subscriptions.d.ts +96 -0
  393. package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
  394. package/dist/react-native/operations/subscriptions.js +450 -0
  395. package/dist/react-native/operations/subscriptions.js.map +1 -0
  396. package/dist/react-native/operations/transformations.d.ts +46 -0
  397. package/dist/react-native/operations/transformations.d.ts.map +1 -0
  398. package/dist/react-native/operations/transformations.js +161 -0
  399. package/dist/react-native/operations/transformations.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/clusters.d.ts +84 -0
  401. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  403. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/functions.d.ts +82 -0
  405. package/dist/react-native/operationsInterfaces/functions.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/functions.js +9 -0
  407. package/dist/react-native/operationsInterfaces/functions.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  409. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/index.js +18 -0
  411. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/inputs.d.ts +69 -0
  413. package/dist/react-native/operationsInterfaces/inputs.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/inputs.js +9 -0
  415. package/dist/react-native/operationsInterfaces/inputs.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  417. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  419. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  420. package/dist/react-native/operationsInterfaces/outputs.d.ts +70 -0
  421. package/dist/react-native/operationsInterfaces/outputs.d.ts.map +1 -0
  422. package/dist/react-native/operationsInterfaces/outputs.js +9 -0
  423. package/dist/react-native/operationsInterfaces/outputs.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts +48 -0
  425. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/privateEndpoints.js +9 -0
  427. package/dist/react-native/operationsInterfaces/privateEndpoints.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/skuOperations.d.ts +13 -0
  429. package/dist/react-native/operationsInterfaces/skuOperations.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/skuOperations.js +9 -0
  431. package/dist/react-native/operationsInterfaces/skuOperations.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts +115 -0
  433. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/streamingJobs.js +9 -0
  435. package/dist/react-native/operationsInterfaces/streamingJobs.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +88 -0
  437. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
  439. package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/transformations.d.ts +38 -0
  441. package/dist/react-native/operationsInterfaces/transformations.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/transformations.js +9 -0
  443. package/dist/react-native/operationsInterfaces/transformations.js.map +1 -0
  444. package/dist/react-native/package.json +3 -0
  445. package/dist/react-native/pagingHelper.d.ts +13 -0
  446. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  447. package/dist/react-native/pagingHelper.js +30 -0
  448. package/dist/react-native/pagingHelper.js.map +1 -0
  449. package/dist/react-native/streamAnalyticsManagementClient.d.ts +26 -0
  450. package/dist/react-native/streamAnalyticsManagementClient.d.ts.map +1 -0
  451. package/dist/react-native/streamAnalyticsManagementClient.js +96 -0
  452. package/dist/react-native/streamAnalyticsManagementClient.js.map +1 -0
  453. package/package.json +83 -67
  454. package/review/arm-streamanalytics-node.api.md +2128 -0
  455. package/dist/index.js +0 -9400
  456. package/dist/index.js.map +0 -1
  457. package/dist/index.min.js +0 -1
  458. package/dist/index.min.js.map +0 -1
  459. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -44
  462. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
  463. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
  466. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  467. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/clustersGetSample.js +0 -39
  470. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  471. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
  474. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  475. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
  478. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
  479. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +0 -55
  482. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +0 -1
  483. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -40
  486. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  487. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +0 -161
  490. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +0 -1
  491. package/dist-esm/samples-dev/functionsDeleteSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/functionsDeleteSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/functionsDeleteSample.js +0 -40
  494. package/dist-esm/samples-dev/functionsDeleteSample.js.map +0 -1
  495. package/dist-esm/samples-dev/functionsGetSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/functionsGetSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/functionsGetSample.js +0 -60
  498. package/dist-esm/samples-dev/functionsGetSample.js.map +0 -1
  499. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +0 -55
  502. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +0 -1
  503. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +0 -48
  506. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +0 -1
  507. package/dist-esm/samples-dev/functionsTestSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/functionsTestSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/functionsTestSample.js +0 -60
  510. package/dist-esm/samples-dev/functionsTestSample.js.map +0 -1
  511. package/dist-esm/samples-dev/functionsUpdateSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/functionsUpdateSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/functionsUpdateSample.js +0 -78
  514. package/dist-esm/samples-dev/functionsUpdateSample.js.map +0 -1
  515. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +0 -266
  518. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +0 -1
  519. package/dist-esm/samples-dev/inputsDeleteSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/inputsDeleteSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/inputsDeleteSample.js +0 -40
  522. package/dist-esm/samples-dev/inputsDeleteSample.js.map +0 -1
  523. package/dist-esm/samples-dev/inputsGetSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/inputsGetSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/inputsGetSample.js +0 -100
  526. package/dist-esm/samples-dev/inputsGetSample.js.map +0 -1
  527. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +0 -92
  530. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +0 -1
  531. package/dist-esm/samples-dev/inputsTestSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/inputsTestSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/inputsTestSample.js +0 -40
  534. package/dist-esm/samples-dev/inputsTestSample.js.map +0 -1
  535. package/dist-esm/samples-dev/inputsUpdateSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/inputsUpdateSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/inputsUpdateSample.js +0 -137
  538. package/dist-esm/samples-dev/inputsUpdateSample.js.map +0 -1
  539. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  542. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  543. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +0 -495
  546. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +0 -1
  547. package/dist-esm/samples-dev/outputsDeleteSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/outputsDeleteSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/outputsDeleteSample.js +0 -40
  550. package/dist-esm/samples-dev/outputsDeleteSample.js.map +0 -1
  551. package/dist-esm/samples-dev/outputsGetSample.d.ts +0 -2
  552. package/dist-esm/samples-dev/outputsGetSample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/outputsGetSample.js +0 -260
  554. package/dist-esm/samples-dev/outputsGetSample.js.map +0 -1
  555. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +0 -55
  558. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +0 -1
  559. package/dist-esm/samples-dev/outputsTestSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/outputsTestSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/outputsTestSample.js +0 -40
  562. package/dist-esm/samples-dev/outputsTestSample.js.map +0 -1
  563. package/dist-esm/samples-dev/outputsUpdateSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/outputsUpdateSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/outputsUpdateSample.js +0 -336
  566. package/dist-esm/samples-dev/outputsUpdateSample.js.map +0 -1
  567. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +0 -50
  570. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +0 -1
  571. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +0 -40
  574. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +0 -1
  575. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/privateEndpointsGetSample.js +0 -40
  578. package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +0 -1
  579. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +0 -55
  582. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +0 -1
  583. package/dist-esm/samples-dev/skuListSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/skuListSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/skuListSample.js +0 -55
  586. package/dist-esm/samples-dev/skuListSample.js.map +0 -1
  587. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +0 -173
  590. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +0 -1
  591. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/streamingJobsDeleteSample.js +0 -39
  594. package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +0 -1
  595. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/streamingJobsGetSample.js +0 -60
  598. package/dist-esm/samples-dev/streamingJobsGetSample.js.map +0 -1
  599. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +0 -90
  602. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +0 -1
  603. package/dist-esm/samples-dev/streamingJobsListSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/streamingJobsListSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/streamingJobsListSample.js +0 -88
  606. package/dist-esm/samples-dev/streamingJobsListSample.js.map +0 -1
  607. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/streamingJobsScaleSample.js +0 -43
  610. package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +0 -1
  611. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/streamingJobsStartSample.js +0 -90
  614. package/dist-esm/samples-dev/streamingJobsStartSample.js.map +0 -1
  615. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/streamingJobsStopSample.js +0 -39
  618. package/dist-esm/samples-dev/streamingJobsStopSample.js.map +0 -1
  619. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/streamingJobsUpdateSample.js +0 -43
  622. package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +0 -1
  623. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +0 -2
  624. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +0 -53
  626. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +0 -1
  627. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +0 -38
  630. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +0 -1
  631. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +0 -60
  634. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +0 -1
  635. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/subscriptionsTestInputSample.js +0 -57
  638. package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +0 -1
  639. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +0 -53
  642. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +0 -1
  643. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +0 -2
  644. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +0 -78
  646. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +0 -1
  647. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +0 -44
  650. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +0 -1
  651. package/dist-esm/samples-dev/transformationsGetSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/transformationsGetSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/transformationsGetSample.js +0 -40
  654. package/dist-esm/samples-dev/transformationsGetSample.js.map +0 -1
  655. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/transformationsUpdateSample.js +0 -41
  658. package/dist-esm/samples-dev/transformationsUpdateSample.js.map +0 -1
  659. package/dist-esm/src/index.d.ts +0 -6
  660. package/dist-esm/src/index.d.ts.map +0 -1
  661. package/dist-esm/src/index.js +0 -13
  662. package/dist-esm/src/index.js.map +0 -1
  663. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  664. package/dist-esm/src/lroImpl.js +0 -21
  665. package/dist-esm/src/lroImpl.js.map +0 -1
  666. package/dist-esm/src/models/index.js.map +0 -1
  667. package/dist-esm/src/models/mappers.js +0 -4716
  668. package/dist-esm/src/models/mappers.js.map +0 -1
  669. package/dist-esm/src/models/parameters.js +0 -291
  670. package/dist-esm/src/models/parameters.js.map +0 -1
  671. package/dist-esm/src/operations/clusters.d.ts +0 -137
  672. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  673. package/dist-esm/src/operations/clusters.js +0 -682
  674. package/dist-esm/src/operations/clusters.js.map +0 -1
  675. package/dist-esm/src/operations/functions.d.ts +0 -107
  676. package/dist-esm/src/operations/functions.d.ts.map +0 -1
  677. package/dist-esm/src/operations/functions.js +0 -435
  678. package/dist-esm/src/operations/functions.js.map +0 -1
  679. package/dist-esm/src/operations/index.d.ts +0 -11
  680. package/dist-esm/src/operations/index.d.ts.map +0 -1
  681. package/dist-esm/src/operations/index.js +0 -18
  682. package/dist-esm/src/operations/index.js.map +0 -1
  683. package/dist-esm/src/operations/inputs.d.ts +0 -94
  684. package/dist-esm/src/operations/inputs.d.ts.map +0 -1
  685. package/dist-esm/src/operations/inputs.js +0 -396
  686. package/dist-esm/src/operations/inputs.js.map +0 -1
  687. package/dist-esm/src/operations/operations.d.ts +0 -32
  688. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  689. package/dist-esm/src/operations/operations.js +0 -133
  690. package/dist-esm/src/operations/operations.js.map +0 -1
  691. package/dist-esm/src/operations/outputs.d.ts +0 -95
  692. package/dist-esm/src/operations/outputs.d.ts.map +0 -1
  693. package/dist-esm/src/operations/outputs.js +0 -397
  694. package/dist-esm/src/operations/outputs.js.map +0 -1
  695. package/dist-esm/src/operations/privateEndpoints.d.ts +0 -73
  696. package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
  697. package/dist-esm/src/operations/privateEndpoints.js +0 -314
  698. package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
  699. package/dist-esm/src/operations/skuOperations.d.ts +0 -38
  700. package/dist-esm/src/operations/skuOperations.d.ts.map +0 -1
  701. package/dist-esm/src/operations/skuOperations.js +0 -150
  702. package/dist-esm/src/operations/skuOperations.js.map +0 -1
  703. package/dist-esm/src/operations/streamingJobs.d.ts +0 -151
  704. package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
  705. package/dist-esm/src/operations/streamingJobs.js +0 -747
  706. package/dist-esm/src/operations/streamingJobs.js.map +0 -1
  707. package/dist-esm/src/operations/subscriptions.d.ts +0 -96
  708. package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
  709. package/dist-esm/src/operations/subscriptions.js +0 -446
  710. package/dist-esm/src/operations/subscriptions.js.map +0 -1
  711. package/dist-esm/src/operations/transformations.d.ts +0 -46
  712. package/dist-esm/src/operations/transformations.d.ts.map +0 -1
  713. package/dist-esm/src/operations/transformations.js +0 -160
  714. package/dist-esm/src/operations/transformations.js.map +0 -1
  715. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -84
  716. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  717. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  718. package/dist-esm/src/operationsInterfaces/functions.d.ts +0 -82
  719. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
  720. package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
  721. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  722. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  723. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  724. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  725. package/dist-esm/src/operationsInterfaces/inputs.d.ts +0 -69
  726. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
  727. package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
  728. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  729. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  730. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  731. package/dist-esm/src/operationsInterfaces/outputs.d.ts +0 -70
  732. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
  734. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +0 -48
  735. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
  736. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
  737. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts +0 -13
  738. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +0 -1
  739. package/dist-esm/src/operationsInterfaces/skuOperations.js.map +0 -1
  740. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +0 -115
  741. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
  742. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
  743. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -88
  744. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
  745. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
  746. package/dist-esm/src/operationsInterfaces/transformations.d.ts +0 -38
  747. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
  748. package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
  749. package/dist-esm/src/pagingHelper.js +0 -32
  750. package/dist-esm/src/pagingHelper.js.map +0 -1
  751. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +0 -26
  752. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
  753. package/dist-esm/src/streamAnalyticsManagementClient.js +0 -79
  754. package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
  755. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +0 -4
  756. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +0 -1
  757. package/dist-esm/test/streamanalytics_operations_test.spec.js +0 -112
  758. package/dist-esm/test/streamanalytics_operations_test.spec.js.map +0 -1
  759. package/review/arm-streamanalytics.api.md +0 -2129
  760. package/src/index.ts +0 -13
  761. package/src/lroImpl.ts +0 -42
  762. package/src/models/index.ts +0 -3290
  763. package/src/models/mappers.ts +0 -5377
  764. package/src/models/parameters.ts +0 -350
  765. package/src/operations/clusters.ts +0 -889
  766. package/src/operations/functions.ts +0 -585
  767. package/src/operations/index.ts +0 -18
  768. package/src/operations/inputs.ts +0 -532
  769. package/src/operations/operations.ts +0 -149
  770. package/src/operations/outputs.ts +0 -533
  771. package/src/operations/privateEndpoints.ts +0 -422
  772. package/src/operations/skuOperations.ts +0 -193
  773. package/src/operations/streamingJobs.ts +0 -945
  774. package/src/operations/subscriptions.ts +0 -609
  775. package/src/operations/transformations.ts +0 -204
  776. package/src/operationsInterfaces/clusters.ts +0 -157
  777. package/src/operationsInterfaces/functions.ts +0 -151
  778. package/src/operationsInterfaces/index.ts +0 -18
  779. package/src/operationsInterfaces/inputs.ts +0 -128
  780. package/src/operationsInterfaces/operations.ts +0 -22
  781. package/src/operationsInterfaces/outputs.ts +0 -129
  782. package/src/operationsInterfaces/privateEndpoints.ts +0 -90
  783. package/src/operationsInterfaces/skuOperations.ts +0 -26
  784. package/src/operationsInterfaces/streamingJobs.ts +0 -199
  785. package/src/operationsInterfaces/subscriptions.ts +0 -173
  786. package/src/operationsInterfaces/transformations.ts +0 -71
  787. package/src/pagingHelper.ts +0 -39
  788. package/src/streamAnalyticsManagementClient.ts +0 -145
  789. package/tsconfig.json +0 -33
  790. package/types/arm-streamanalytics.d.ts +0 -3785
  791. package/types/tsdoc-metadata.json +0 -11
  792. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  793. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  794. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  795. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  796. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  797. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  798. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  799. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  800. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  801. /package/{dist-esm/src → dist/browser}/operationsInterfaces/functions.js +0 -0
  802. /package/{dist-esm/src → dist/browser}/operationsInterfaces/inputs.js +0 -0
  803. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  804. /package/{dist-esm/src → dist/browser}/operationsInterfaces/outputs.js +0 -0
  805. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpoints.js +0 -0
  806. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skuOperations.js +0 -0
  807. /package/{dist-esm/src → dist/browser}/operationsInterfaces/streamingJobs.js +0 -0
  808. /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
  809. /package/{dist-esm/src → dist/browser}/operationsInterfaces/transformations.js +0 -0
  810. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  811. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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\";\n\nexport const FunctionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionProperties\",\n uberParent: \"FunctionProperties\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n inputs: {\n serializedName: \"properties.inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionInput\",\n },\n },\n },\n },\n output: {\n serializedName: \"properties.output\",\n type: {\n name: \"Composite\",\n className: \"FunctionOutput\",\n },\n },\n binding: {\n serializedName: \"properties.binding\",\n type: {\n name: \"Composite\",\n className: \"FunctionBinding\",\n },\n },\n },\n },\n};\n\nexport const FunctionInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionInput\",\n modelProperties: {\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n isConfigurationParameter: {\n serializedName: \"isConfigurationParameter\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const FunctionOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionOutput\",\n modelProperties: {\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FunctionBinding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionBinding\",\n uberParent: \"FunctionBinding\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorError\",\n },\n },\n },\n },\n};\n\nexport const ErrorError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FunctionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceTestStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceTestStatus\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FunctionRetrieveDefaultDefinitionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"FunctionRetrieveDefaultDefinitionParameters\",\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n polymorphicDiscriminator: {\n serializedName: \"bindingType\",\n clientName: \"bindingType\",\n },\n modelProperties: {\n bindingType: {\n serializedName: \"bindingType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const InputProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputProperties\",\n uberParent: \"InputProperties\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serialization: {\n serializedName: \"serialization\",\n type: {\n name: \"Composite\",\n className: \"Serialization\",\n },\n },\n diagnostics: {\n serializedName: \"diagnostics\",\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n compression: {\n serializedName: \"compression\",\n type: {\n name: \"Composite\",\n className: \"Compression\",\n },\n },\n partitionKey: {\n serializedName: \"partitionKey\",\n type: {\n name: \"String\",\n },\n },\n watermarkSettings: {\n serializedName: \"watermarkSettings\",\n type: {\n name: \"Composite\",\n className: \"InputWatermarkProperties\",\n },\n },\n },\n },\n};\n\nexport const Serialization: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Serialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Diagnostics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n modelProperties: {\n conditions: {\n serializedName: \"conditions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticCondition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DiagnosticCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticCondition\",\n modelProperties: {\n since: {\n serializedName: \"since\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Compression: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Compression\",\n modelProperties: {\n type: {\n defaultValue: \"None\",\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InputWatermarkProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputWatermarkProperties\",\n modelProperties: {\n watermarkMode: {\n serializedName: \"watermarkMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InputListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Input\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutputDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LastOutputEventTimestamp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LastOutputEventTimestamp\",\n modelProperties: {\n lastOutputEventTime: {\n serializedName: \"lastOutputEventTime\",\n type: {\n name: \"String\",\n },\n },\n lastUpdateTime: {\n serializedName: \"lastUpdateTime\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutputWatermarkProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputWatermarkProperties\",\n modelProperties: {\n watermarkMode: {\n serializedName: \"watermarkMode\",\n type: {\n name: \"String\",\n },\n },\n maxWatermarkDifferenceAcrossPartitions: {\n serializedName: \"maxWatermarkDifferenceAcrossPartitions\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutputListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Output\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const StorageAccount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const External: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"External\",\n modelProperties: {\n storageAccount: {\n serializedName: \"storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n },\n },\n container: {\n serializedName: \"container\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n refreshConfiguration: {\n serializedName: \"refreshConfiguration\",\n type: {\n name: \"Composite\",\n className: \"RefreshConfiguration\",\n },\n },\n },\n },\n};\n\nexport const RefreshConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RefreshConfiguration\",\n modelProperties: {\n pathPattern: {\n serializedName: \"pathPattern\",\n type: {\n name: \"String\",\n },\n },\n dateFormat: {\n serializedName: \"dateFormat\",\n type: {\n name: \"String\",\n },\n },\n timeFormat: {\n serializedName: \"timeFormat\",\n type: {\n name: \"String\",\n },\n },\n refreshInterval: {\n serializedName: \"refreshInterval\",\n type: {\n name: \"String\",\n },\n },\n refreshType: {\n serializedName: \"refreshType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } },\n },\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StreamingJobListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJobListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StreamingJob\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StartStreamingJobParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StartStreamingJobParameters\",\n modelProperties: {\n outputStartMode: {\n serializedName: \"outputStartMode\",\n type: {\n name: \"String\",\n },\n },\n outputStartTime: {\n serializedName: \"outputStartTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ScaleStreamingJobParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleStreamingJobParameters\",\n modelProperties: {\n streamingUnits: {\n serializedName: \"streamingUnits\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const GetStreamingJobSkuResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetStreamingJobSkuResults\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetStreamingJobSkuResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetStreamingJobSkuResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetStreamingJobSkuResult\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"GetStreamingJobSkuResultSku\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\",\n },\n },\n },\n },\n};\n\nexport const GetStreamingJobSkuResultSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetStreamingJobSkuResultSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maximum: {\n serializedName: \"maximum\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n default: {\n serializedName: \"default\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n scaleType: {\n serializedName: \"scaleType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n allowedValues: {\n serializedName: \"allowedValues\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SubscriptionQuotasListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotasListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuota\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TestQuery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TestQuery\",\n modelProperties: {\n diagnostics: {\n serializedName: \"diagnostics\",\n type: {\n name: \"Composite\",\n className: \"TestQueryDiagnostics\",\n },\n },\n streamingJob: {\n serializedName: \"streamingJob\",\n type: {\n name: \"Composite\",\n className: \"StreamingJob\",\n },\n },\n },\n },\n};\n\nexport const TestQueryDiagnostics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TestQueryDiagnostics\",\n modelProperties: {\n writeUri: {\n serializedName: \"writeUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CompileQuery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompileQuery\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n inputs: {\n serializedName: \"inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryInput\",\n },\n },\n },\n },\n functions: {\n serializedName: \"functions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryFunction\",\n },\n },\n },\n },\n jobType: {\n serializedName: \"jobType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QueryInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QueryFunction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryFunction\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n bindingType: {\n serializedName: \"bindingType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n inputs: {\n serializedName: \"inputs\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionInput\",\n },\n },\n },\n },\n output: {\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"FunctionOutput\",\n },\n },\n },\n },\n};\n\nexport const QueryCompilationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryCompilationResult\",\n modelProperties: {\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryCompilationError\",\n },\n },\n },\n },\n warnings: {\n serializedName: \"warnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n inputs: {\n serializedName: \"inputs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n outputs: {\n serializedName: \"outputs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n functions: {\n serializedName: \"functions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const QueryCompilationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryCompilationError\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startLine: {\n serializedName: \"startLine\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n startColumn: {\n serializedName: \"startColumn\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n endLine: {\n serializedName: \"endLine\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n endColumn: {\n serializedName: \"endColumn\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n isGlobal: {\n serializedName: \"isGlobal\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SampleInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SampleInput\",\n modelProperties: {\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"Input\",\n },\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n type: {\n name: \"String\",\n },\n },\n eventsUri: {\n serializedName: \"eventsUri\",\n type: {\n name: \"String\",\n },\n },\n dataLocale: {\n serializedName: \"dataLocale\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TestInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TestInput\",\n modelProperties: {\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"Input\",\n },\n },\n },\n },\n};\n\nexport const TestOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TestOutput\",\n modelProperties: {\n output: {\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"Output\",\n },\n },\n },\n },\n};\n\nexport const ClusterSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n capacity: {\n constraints: {\n InclusiveMaximum: 396,\n InclusiveMinimum: 36,\n },\n serializedName: \"capacity\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ClusterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterProperties\",\n modelProperties: {\n createdDate: {\n serializedName: \"createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n clusterId: {\n serializedName: \"clusterId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n capacityAllocated: {\n serializedName: \"capacityAllocated\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n capacityAssigned: {\n serializedName: \"capacityAssigned\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ClusterListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterJobListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterJobListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterJob\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterJob\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n streamingUnits: {\n serializedName: \"streamingUnits\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n jobState: {\n serializedName: \"jobState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperties\",\n modelProperties: {\n createdDate: {\n serializedName: \"createdDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n manualPrivateLinkServiceConnections: {\n serializedName: \"manualPrivateLinkServiceConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnection\",\n modelProperties: {\n privateLinkServiceId: {\n serializedName: \"properties.privateLinkServiceId\",\n type: {\n name: \"String\",\n },\n },\n groupIds: {\n serializedName: \"properties.groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requestMessage: {\n serializedName: \"properties.requestMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConnectionState\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMachineLearningStudioInputs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioInputs\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n columnNames: {\n serializedName: \"columnNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioInputColumn\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureMachineLearningStudioInputColumn: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioInputColumn\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n mapTo: {\n serializedName: \"mapTo\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const AzureMachineLearningStudioOutputColumn: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioOutputColumn\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AzureMachineLearningServiceInputColumn: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceInputColumn\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n mapTo: {\n serializedName: \"mapTo\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const AzureMachineLearningServiceOutputColumn: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceOutputColumn\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n mapTo: {\n serializedName: \"mapTo\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const AzureMachineLearningServiceInputs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceInputs\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n columnNames: {\n serializedName: \"columnNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceInputColumn\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const StreamInputDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReferenceInputDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceInputDataSource\",\n uberParent: \"ReferenceInputDataSource\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BlobDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobDataSourceProperties\",\n modelProperties: {\n storageAccounts: {\n serializedName: \"storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n },\n },\n },\n },\n container: {\n serializedName: \"container\",\n type: {\n name: \"String\",\n },\n },\n pathPattern: {\n serializedName: \"pathPattern\",\n type: {\n name: \"String\",\n },\n },\n dateFormat: {\n serializedName: \"dateFormat\",\n type: {\n name: \"String\",\n },\n },\n timeFormat: {\n serializedName: \"timeFormat\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceBusDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceBusDataSourceProperties\",\n modelProperties: {\n serviceBusNamespace: {\n serializedName: \"serviceBusNamespace\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyName: {\n serializedName: \"sharedAccessPolicyName\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyKey: {\n serializedName: \"sharedAccessPolicyKey\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GatewayMessageBusSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewayMessageBusSourceProperties\",\n modelProperties: {\n topic: {\n serializedName: \"topic\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlDatabaseDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureSqlDatabaseDataSourceProperties\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\",\n },\n },\n user: {\n serializedName: \"user\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\",\n },\n },\n maxBatchCount: {\n serializedName: \"maxBatchCount\",\n type: {\n name: \"Number\",\n },\n },\n maxWriterCount: {\n serializedName: \"maxWriterCount\",\n type: {\n name: \"Number\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AzureSynapseDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureSynapseDataSourceProperties\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\",\n },\n },\n user: {\n serializedName: \"user\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PostgreSQLDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PostgreSQLDataSourceProperties\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\",\n },\n },\n user: {\n serializedName: \"user\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n maxWriterCount: {\n serializedName: \"maxWriterCount\",\n type: {\n name: \"Number\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OAuthBasedDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OAuthBasedDataSourceProperties\",\n modelProperties: {\n refreshToken: {\n serializedName: \"refreshToken\",\n type: {\n name: \"String\",\n },\n },\n tokenUserPrincipalName: {\n serializedName: \"tokenUserPrincipalName\",\n type: {\n name: \"String\",\n },\n },\n tokenUserDisplayName: {\n serializedName: \"tokenUserDisplayName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScalarFunctionProperties: coreClient.CompositeMapper = {\n serializedName: \"Scalar\",\n type: {\n name: \"Composite\",\n className: \"ScalarFunctionProperties\",\n uberParent: \"FunctionProperties\",\n polymorphicDiscriminator: FunctionProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionProperties.type.modelProperties,\n },\n },\n};\n\nexport const AggregateFunctionProperties: coreClient.CompositeMapper = {\n serializedName: \"Aggregate\",\n type: {\n name: \"Composite\",\n className: \"AggregateFunctionProperties\",\n uberParent: \"FunctionProperties\",\n polymorphicDiscriminator: FunctionProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionProperties.type.modelProperties,\n },\n },\n};\n\nexport const AzureMachineLearningStudioFunctionBinding: coreClient.CompositeMapper =\n {\n serializedName: \"Microsoft.MachineLearning/WebService\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioFunctionBinding\",\n uberParent: \"FunctionBinding\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionBinding.type.modelProperties,\n endpoint: {\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\",\n },\n },\n apiKey: {\n serializedName: \"properties.apiKey\",\n type: {\n name: \"String\",\n },\n },\n inputs: {\n serializedName: \"properties.inputs\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioInputs\",\n },\n },\n outputs: {\n serializedName: \"properties.outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioOutputColumn\",\n },\n },\n },\n },\n batchSize: {\n serializedName: \"properties.batchSize\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const JavaScriptFunctionBinding: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.StreamAnalytics/JavascriptUdf\",\n type: {\n name: \"Composite\",\n className: \"JavaScriptFunctionBinding\",\n uberParent: \"FunctionBinding\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionBinding.type.modelProperties,\n script: {\n serializedName: \"properties.script\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CSharpFunctionBinding: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.StreamAnalytics/CLRUdf\",\n type: {\n name: \"Composite\",\n className: \"CSharpFunctionBinding\",\n uberParent: \"FunctionBinding\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionBinding.type.modelProperties,\n dllPath: {\n serializedName: \"properties.dllPath\",\n type: {\n name: \"String\",\n },\n },\n class: {\n serializedName: \"properties.class\",\n type: {\n name: \"String\",\n },\n },\n method: {\n serializedName: \"properties.method\",\n type: {\n name: \"String\",\n },\n },\n updateMode: {\n serializedName: \"properties.updateMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMachineLearningServiceFunctionBinding: coreClient.CompositeMapper =\n {\n serializedName: \"Microsoft.MachineLearningServices\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceFunctionBinding\",\n uberParent: \"FunctionBinding\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionBinding.type.modelProperties,\n endpoint: {\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\",\n },\n },\n apiKey: {\n serializedName: \"properties.apiKey\",\n type: {\n name: \"String\",\n },\n },\n inputs: {\n serializedName: \"properties.inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceInputColumn\",\n },\n },\n },\n },\n outputs: {\n serializedName: \"properties.outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceOutputColumn\",\n },\n },\n },\n },\n batchSize: {\n serializedName: \"properties.batchSize\",\n type: {\n name: \"Number\",\n },\n },\n numberOfParallelRequests: {\n serializedName: \"properties.numberOfParallelRequests\",\n type: {\n name: \"Number\",\n },\n },\n inputRequestName: {\n serializedName: \"properties.inputRequestName\",\n type: {\n name: \"String\",\n },\n },\n outputResponseName: {\n serializedName: \"properties.outputResponseName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const FunctionModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionModel\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"FunctionProperties\",\n },\n },\n },\n },\n};\n\nexport const Input: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Input\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"InputProperties\",\n },\n },\n },\n },\n};\n\nexport const Output: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Output\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n datasource: {\n serializedName: \"properties.datasource\",\n type: {\n name: \"Composite\",\n className: \"OutputDataSource\",\n },\n },\n timeWindow: {\n serializedName: \"properties.timeWindow\",\n type: {\n name: \"String\",\n },\n },\n sizeWindow: {\n serializedName: \"properties.sizeWindow\",\n type: {\n name: \"Number\",\n },\n },\n serialization: {\n serializedName: \"properties.serialization\",\n type: {\n name: \"Composite\",\n className: \"Serialization\",\n },\n },\n diagnostics: {\n serializedName: \"properties.diagnostics\",\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n },\n },\n etag: {\n serializedName: \"properties.etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastOutputEventTimestamps: {\n serializedName: \"properties.lastOutputEventTimestamps\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LastOutputEventTimestamp\",\n },\n },\n },\n },\n watermarkSettings: {\n serializedName: \"properties.watermarkSettings\",\n type: {\n name: \"Composite\",\n className: \"OutputWatermarkProperties\",\n },\n },\n },\n },\n};\n\nexport const Transformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Transformation\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n streamingUnits: {\n defaultValue: 3,\n serializedName: \"properties.streamingUnits\",\n type: {\n name: \"Number\",\n },\n },\n validStreamingUnits: {\n serializedName: \"properties.validStreamingUnits\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n query: {\n serializedName: \"properties.query\",\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"properties.etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionQuota: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuota\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n maxCount: {\n serializedName: \"properties.maxCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n currentCount: {\n serializedName: \"properties.currentCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const QueryTestingResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryTestingResult\",\n modelProperties: {\n ...ErrorModel.type.modelProperties,\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n outputUri: {\n serializedName: \"outputUri\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SampleInputResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SampleInputResult\",\n modelProperties: {\n ...ErrorModel.type.modelProperties,\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n diagnostics: {\n serializedName: \"diagnostics\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n eventsDownloadUrl: {\n serializedName: \"eventsDownloadUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastArrivalTime: {\n serializedName: \"lastArrivalTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TestDatasourceResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TestDatasourceResult\",\n modelProperties: {\n ...ErrorModel.type.modelProperties,\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters: coreClient.CompositeMapper =\n {\n serializedName: \"Microsoft.MachineLearning/WebService\",\n type: {\n name: \"Composite\",\n className:\n \"AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters\",\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n polymorphicDiscriminator:\n FunctionRetrieveDefaultDefinitionParameters.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n executeEndpoint: {\n serializedName: \"bindingRetrievalProperties.executeEndpoint\",\n type: {\n name: \"String\",\n },\n },\n udfType: {\n defaultValue: \"Scalar\",\n isConstant: true,\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters: coreClient.CompositeMapper =\n {\n serializedName: \"Microsoft.MachineLearningServices\",\n type: {\n name: \"Composite\",\n className:\n \"AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters\",\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n polymorphicDiscriminator:\n FunctionRetrieveDefaultDefinitionParameters.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n executeEndpoint: {\n serializedName: \"bindingRetrievalProperties.executeEndpoint\",\n type: {\n name: \"String\",\n },\n },\n udfType: {\n defaultValue: \"Scalar\",\n isConstant: true,\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const JavaScriptFunctionRetrieveDefaultDefinitionParameters: coreClient.CompositeMapper =\n {\n serializedName: \"Microsoft.StreamAnalytics/JavascriptUdf\",\n type: {\n name: \"Composite\",\n className: \"JavaScriptFunctionRetrieveDefaultDefinitionParameters\",\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n polymorphicDiscriminator:\n FunctionRetrieveDefaultDefinitionParameters.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n script: {\n serializedName: \"bindingRetrievalProperties.script\",\n type: {\n name: \"String\",\n },\n },\n udfType: {\n defaultValue: \"Scalar\",\n isConstant: true,\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CSharpFunctionRetrieveDefaultDefinitionParameters: coreClient.CompositeMapper =\n {\n serializedName: \"Microsoft.StreamAnalytics/CLRUdf\",\n type: {\n name: \"Composite\",\n className: \"CSharpFunctionRetrieveDefaultDefinitionParameters\",\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n polymorphicDiscriminator:\n FunctionRetrieveDefaultDefinitionParameters.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n script: {\n serializedName: \"bindingRetrievalProperties.script\",\n type: {\n name: \"String\",\n },\n },\n udfType: {\n defaultValue: \"Scalar\",\n isConstant: true,\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const StreamInputProperties: coreClient.CompositeMapper = {\n serializedName: \"Stream\",\n type: {\n name: \"Composite\",\n className: \"StreamInputProperties\",\n uberParent: \"InputProperties\",\n polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InputProperties.type.modelProperties,\n datasource: {\n serializedName: \"datasource\",\n type: {\n name: \"Composite\",\n className: \"StreamInputDataSource\",\n },\n },\n },\n },\n};\n\nexport const ReferenceInputProperties: coreClient.CompositeMapper = {\n serializedName: \"Reference\",\n type: {\n name: \"Composite\",\n className: \"ReferenceInputProperties\",\n uberParent: \"InputProperties\",\n polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InputProperties.type.modelProperties,\n datasource: {\n serializedName: \"datasource\",\n type: {\n name: \"Composite\",\n className: \"ReferenceInputDataSource\",\n },\n },\n },\n },\n};\n\nexport const DeltaSerialization: coreClient.CompositeMapper = {\n serializedName: \"Delta\",\n type: {\n name: \"Composite\",\n className: \"DeltaSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n deltaTablePath: {\n serializedName: \"properties.deltaTablePath\",\n type: {\n name: \"String\",\n },\n },\n partitionColumns: {\n serializedName: \"properties.partitionColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ParquetSerialization: coreClient.CompositeMapper = {\n serializedName: \"Parquet\",\n type: {\n name: \"Composite\",\n className: \"ParquetSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const CustomClrSerialization: coreClient.CompositeMapper = {\n serializedName: \"CustomClr\",\n type: {\n name: \"Composite\",\n className: \"CustomClrSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n serializationDllPath: {\n serializedName: \"properties.serializationDllPath\",\n type: {\n name: \"String\",\n },\n },\n serializationClassName: {\n serializedName: \"properties.serializationClassName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CsvSerialization: coreClient.CompositeMapper = {\n serializedName: \"Csv\",\n type: {\n name: \"Composite\",\n className: \"CsvSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n fieldDelimiter: {\n serializedName: \"properties.fieldDelimiter\",\n type: {\n name: \"String\",\n },\n },\n encoding: {\n serializedName: \"properties.encoding\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JsonSerialization: coreClient.CompositeMapper = {\n serializedName: \"Json\",\n type: {\n name: \"Composite\",\n className: \"JsonSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n encoding: {\n serializedName: \"properties.encoding\",\n type: {\n name: \"String\",\n },\n },\n format: {\n serializedName: \"properties.format\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvroSerialization: coreClient.CompositeMapper = {\n serializedName: \"Avro\",\n type: {\n name: \"Composite\",\n className: \"AvroSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const RawOutputDatasource: coreClient.CompositeMapper = {\n serializedName: \"Raw\",\n type: {\n name: \"Composite\",\n className: \"RawOutputDatasource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n payloadUri: {\n serializedName: \"properties.payloadUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BlobOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n className: \"BlobOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n },\n },\n },\n },\n container: {\n serializedName: \"properties.container\",\n type: {\n name: \"String\",\n },\n },\n pathPattern: {\n serializedName: \"properties.pathPattern\",\n type: {\n name: \"String\",\n },\n },\n dateFormat: {\n serializedName: \"properties.dateFormat\",\n type: {\n name: \"String\",\n },\n },\n timeFormat: {\n serializedName: \"properties.timeFormat\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n blobPathPrefix: {\n serializedName: \"properties.blobPathPrefix\",\n type: {\n name: \"String\",\n },\n },\n blobWriteMode: {\n serializedName: \"properties.blobWriteMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureTableOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Table\",\n type: {\n name: \"Composite\",\n className: \"AzureTableOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n accountName: {\n serializedName: \"properties.accountName\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"properties.accountKey\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\",\n },\n },\n partitionKey: {\n serializedName: \"properties.partitionKey\",\n type: {\n name: \"String\",\n },\n },\n rowKey: {\n serializedName: \"properties.rowKey\",\n type: {\n name: \"String\",\n },\n },\n columnsToRemove: {\n serializedName: \"properties.columnsToRemove\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n batchSize: {\n serializedName: \"properties.batchSize\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const EventHubOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\",\n },\n },\n partitionCount: {\n serializedName: \"properties.partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n partitionKey: {\n serializedName: \"properties.partitionKey\",\n type: {\n name: \"String\",\n },\n },\n propertyColumns: {\n serializedName: \"properties.propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EventHubV2OutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.EventHub/EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubV2OutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\",\n },\n },\n partitionCount: {\n serializedName: \"properties.partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n partitionKey: {\n serializedName: \"properties.partitionKey\",\n type: {\n name: \"String\",\n },\n },\n propertyColumns: {\n serializedName: \"properties.propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureSqlDatabaseOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/Database\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlDatabaseOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n server: {\n serializedName: \"properties.server\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\",\n },\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\",\n },\n },\n maxBatchCount: {\n serializedName: \"properties.maxBatchCount\",\n type: {\n name: \"Number\",\n },\n },\n maxWriterCount: {\n serializedName: \"properties.maxWriterCount\",\n type: {\n name: \"Number\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureSynapseOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/DataWarehouse\",\n type: {\n name: \"Composite\",\n className: \"AzureSynapseOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n server: {\n serializedName: \"properties.server\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\",\n },\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PostgreSQLOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.DBForPostgreSQL/servers/databases\",\n type: {\n name: \"Composite\",\n className: \"PostgreSQLOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n server: {\n serializedName: \"properties.server\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\",\n },\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\",\n },\n },\n maxWriterCount: {\n serializedName: \"properties.maxWriterCount\",\n type: {\n name: \"Number\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DocumentDbOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/DocumentDB\",\n type: {\n name: \"Composite\",\n className: \"DocumentDbOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n accountId: {\n serializedName: \"properties.accountId\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"properties.accountKey\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\",\n },\n },\n collectionNamePattern: {\n serializedName: \"properties.collectionNamePattern\",\n type: {\n name: \"String\",\n },\n },\n partitionKey: {\n serializedName: \"properties.partitionKey\",\n type: {\n name: \"String\",\n },\n },\n documentId: {\n serializedName: \"properties.documentId\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureFunctionOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.AzureFunction\",\n type: {\n name: \"Composite\",\n className: \"AzureFunctionOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n functionAppName: {\n serializedName: \"properties.functionAppName\",\n type: {\n name: \"String\",\n },\n },\n functionName: {\n serializedName: \"properties.functionName\",\n type: {\n name: \"String\",\n },\n },\n apiKey: {\n serializedName: \"properties.apiKey\",\n type: {\n name: \"String\",\n },\n },\n maxBatchSize: {\n serializedName: \"properties.maxBatchSize\",\n type: {\n name: \"Number\",\n },\n },\n maxBatchCount: {\n serializedName: \"properties.maxBatchCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ServiceBusQueueOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/Queue\",\n type: {\n name: \"Composite\",\n className: \"ServiceBusQueueOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n queueName: {\n serializedName: \"properties.queueName\",\n type: {\n name: \"String\",\n },\n },\n propertyColumns: {\n serializedName: \"properties.propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n systemPropertyColumns: {\n serializedName: \"properties.systemPropertyColumns\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ServiceBusTopicOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/Topic\",\n type: {\n name: \"Composite\",\n className: \"ServiceBusTopicOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n topicName: {\n serializedName: \"properties.topicName\",\n type: {\n name: \"String\",\n },\n },\n propertyColumns: {\n serializedName: \"properties.propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n systemPropertyColumns: {\n serializedName: \"properties.systemPropertyColumns\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const PowerBIOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"PowerBI\",\n type: {\n name: \"Composite\",\n className: \"PowerBIOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n refreshToken: {\n serializedName: \"properties.refreshToken\",\n type: {\n name: \"String\",\n },\n },\n tokenUserPrincipalName: {\n serializedName: \"properties.tokenUserPrincipalName\",\n type: {\n name: \"String\",\n },\n },\n tokenUserDisplayName: {\n serializedName: \"properties.tokenUserDisplayName\",\n type: {\n name: \"String\",\n },\n },\n dataset: {\n serializedName: \"properties.dataset\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\",\n },\n },\n groupName: {\n serializedName: \"properties.groupName\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeStoreOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.DataLake/Accounts\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n refreshToken: {\n serializedName: \"properties.refreshToken\",\n type: {\n name: \"String\",\n },\n },\n tokenUserPrincipalName: {\n serializedName: \"properties.tokenUserPrincipalName\",\n type: {\n name: \"String\",\n },\n },\n tokenUserDisplayName: {\n serializedName: \"properties.tokenUserDisplayName\",\n type: {\n name: \"String\",\n },\n },\n accountName: {\n serializedName: \"properties.accountName\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\",\n },\n },\n filePathPrefix: {\n serializedName: \"properties.filePathPrefix\",\n type: {\n name: \"String\",\n },\n },\n dateFormat: {\n serializedName: \"properties.dateFormat\",\n type: {\n name: \"String\",\n },\n },\n timeFormat: {\n serializedName: \"properties.timeFormat\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GatewayMessageBusOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"GatewayMessageBus\",\n type: {\n name: \"Composite\",\n className: \"GatewayMessageBusOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n topic: {\n serializedName: \"properties.topic\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureDataExplorerOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Kusto/clusters/databases\",\n type: {\n name: \"Composite\",\n className: \"AzureDataExplorerOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n cluster: {\n serializedName: \"properties.cluster\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobStorageAccount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobStorageAccount\",\n modelProperties: {\n ...StorageAccount.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const BlobStreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n className: \"BlobStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n },\n },\n },\n },\n container: {\n serializedName: \"properties.container\",\n type: {\n name: \"String\",\n },\n },\n pathPattern: {\n serializedName: \"properties.pathPattern\",\n type: {\n name: \"String\",\n },\n },\n dateFormat: {\n serializedName: \"properties.dateFormat\",\n type: {\n name: \"String\",\n },\n },\n timeFormat: {\n serializedName: \"properties.timeFormat\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n sourcePartitionCount: {\n serializedName: \"properties.sourcePartitionCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const EventHubStreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\",\n },\n },\n partitionCount: {\n serializedName: \"properties.partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\",\n },\n },\n prefetchCount: {\n serializedName: \"properties.prefetchCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const EventHubV2StreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.EventHub/EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubV2StreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\",\n },\n },\n partitionCount: {\n serializedName: \"properties.partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\",\n },\n },\n prefetchCount: {\n serializedName: \"properties.prefetchCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const IoTHubStreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Devices/IotHubs\",\n type: {\n name: \"Composite\",\n className: \"IoTHubStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n iotHubNamespace: {\n serializedName: \"properties.iotHubNamespace\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\",\n },\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\",\n },\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\",\n },\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RawStreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Raw\",\n type: {\n name: \"Composite\",\n className: \"RawStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n payload: {\n serializedName: \"properties.payload\",\n type: {\n name: \"String\",\n },\n },\n payloadUri: {\n serializedName: \"properties.payloadUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GatewayMessageBusStreamInputDataSource: coreClient.CompositeMapper =\n {\n serializedName: \"GatewayMessageBus\",\n type: {\n name: \"Composite\",\n className: \"GatewayMessageBusStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n topic: {\n serializedName: \"properties.topic\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const EventGridStreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.EventGrid/EventSubscriptions\",\n type: {\n name: \"Composite\",\n className: \"EventGridStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n subscriber: {\n serializedName: \"properties.subscriber\",\n type: {\n name: \"Composite\",\n className: \"EventHubV2StreamInputDataSource\",\n },\n },\n schema: {\n serializedName: \"properties.schema\",\n type: {\n name: \"String\",\n },\n },\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n },\n },\n },\n },\n eventTypes: {\n serializedName: \"properties.eventTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FileReferenceInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"File\",\n type: {\n name: \"Composite\",\n className: \"FileReferenceInputDataSource\",\n uberParent: \"ReferenceInputDataSource\",\n polymorphicDiscriminator:\n ReferenceInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ReferenceInputDataSource.type.modelProperties,\n path: {\n serializedName: \"properties.path\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BlobReferenceInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n className: \"BlobReferenceInputDataSource\",\n uberParent: \"ReferenceInputDataSource\",\n polymorphicDiscriminator:\n ReferenceInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ReferenceInputDataSource.type.modelProperties,\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n },\n },\n },\n },\n container: {\n serializedName: \"properties.container\",\n type: {\n name: \"String\",\n },\n },\n pathPattern: {\n serializedName: \"properties.pathPattern\",\n type: {\n name: \"String\",\n },\n },\n dateFormat: {\n serializedName: \"properties.dateFormat\",\n type: {\n name: \"String\",\n },\n },\n timeFormat: {\n serializedName: \"properties.timeFormat\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n blobName: {\n serializedName: \"properties.blobName\",\n type: {\n name: \"String\",\n },\n },\n deltaPathPattern: {\n serializedName: \"properties.deltaPathPattern\",\n type: {\n name: \"String\",\n },\n },\n sourcePartitionCount: {\n serializedName: \"properties.sourcePartitionCount\",\n type: {\n name: \"Number\",\n },\n },\n fullSnapshotRefreshRate: {\n serializedName: \"properties.fullSnapshotRefreshRate\",\n type: {\n name: \"String\",\n },\n },\n deltaSnapshotRefreshRate: {\n serializedName: \"properties.deltaSnapshotRefreshRate\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RawReferenceInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Raw\",\n type: {\n name: \"Composite\",\n className: \"RawReferenceInputDataSource\",\n uberParent: \"ReferenceInputDataSource\",\n polymorphicDiscriminator:\n ReferenceInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ReferenceInputDataSource.type.modelProperties,\n payload: {\n serializedName: \"properties.payload\",\n type: {\n name: \"String\",\n },\n },\n payloadUri: {\n serializedName: \"properties.payloadUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureSqlReferenceInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/Database\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlReferenceInputDataSource\",\n uberParent: \"ReferenceInputDataSource\",\n polymorphicDiscriminator:\n ReferenceInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ReferenceInputDataSource.type.modelProperties,\n server: {\n serializedName: \"properties.server\",\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\",\n },\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\",\n },\n },\n refreshType: {\n serializedName: \"properties.refreshType\",\n type: {\n name: \"String\",\n },\n },\n refreshRate: {\n serializedName: \"properties.refreshRate\",\n type: {\n name: \"String\",\n },\n },\n fullSnapshotQuery: {\n serializedName: \"properties.fullSnapshotQuery\",\n type: {\n name: \"String\",\n },\n },\n deltaSnapshotQuery: {\n serializedName: \"properties.deltaSnapshotQuery\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BlobStreamInputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobStreamInputDataSourceProperties\",\n modelProperties: {\n ...BlobDataSourceProperties.type.modelProperties,\n sourcePartitionCount: {\n serializedName: \"sourcePartitionCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const BlobReferenceInputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"BlobReferenceInputDataSourceProperties\",\n modelProperties: {\n ...BlobDataSourceProperties.type.modelProperties,\n blobName: {\n serializedName: \"blobName\",\n type: {\n name: \"String\",\n },\n },\n deltaPathPattern: {\n serializedName: \"deltaPathPattern\",\n type: {\n name: \"String\",\n },\n },\n sourcePartitionCount: {\n serializedName: \"sourcePartitionCount\",\n type: {\n name: \"Number\",\n },\n },\n fullSnapshotRefreshRate: {\n serializedName: \"fullSnapshotRefreshRate\",\n type: {\n name: \"String\",\n },\n },\n deltaSnapshotRefreshRate: {\n serializedName: \"deltaSnapshotRefreshRate\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const BlobOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobOutputDataSourceProperties\",\n modelProperties: {\n ...BlobDataSourceProperties.type.modelProperties,\n blobPathPrefix: {\n serializedName: \"blobPathPrefix\",\n type: {\n name: \"String\",\n },\n },\n blobWriteMode: {\n serializedName: \"blobWriteMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventHubDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubDataSourceProperties\",\n modelProperties: {\n ...ServiceBusDataSourceProperties.type.modelProperties,\n eventHubName: {\n serializedName: \"eventHubName\",\n type: {\n name: \"String\",\n },\n },\n partitionCount: {\n serializedName: \"partitionCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ServiceBusQueueOutputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ServiceBusQueueOutputDataSourceProperties\",\n modelProperties: {\n ...ServiceBusDataSourceProperties.type.modelProperties,\n queueName: {\n serializedName: \"queueName\",\n type: {\n name: \"String\",\n },\n },\n propertyColumns: {\n serializedName: \"propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n systemPropertyColumns: {\n serializedName: \"systemPropertyColumns\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n };\n\nexport const ServiceBusTopicOutputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ServiceBusTopicOutputDataSourceProperties\",\n modelProperties: {\n ...ServiceBusDataSourceProperties.type.modelProperties,\n topicName: {\n serializedName: \"topicName\",\n type: {\n name: \"String\",\n },\n },\n propertyColumns: {\n serializedName: \"propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n systemPropertyColumns: {\n serializedName: \"systemPropertyColumns\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const GatewayMessageBusStreamInputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GatewayMessageBusStreamInputDataSourceProperties\",\n modelProperties: {\n ...GatewayMessageBusSourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const GatewayMessageBusOutputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GatewayMessageBusOutputDataSourceProperties\",\n modelProperties: {\n ...GatewayMessageBusSourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const AzureSqlDatabaseOutputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureSqlDatabaseOutputDataSourceProperties\",\n modelProperties: {\n ...AzureSqlDatabaseDataSourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const AzureSynapseOutputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureSynapseOutputDataSourceProperties\",\n modelProperties: {\n ...AzureSynapseDataSourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const PostgreSQLOutputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PostgreSQLOutputDataSourceProperties\",\n modelProperties: {\n ...PostgreSQLDataSourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const PowerBIOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PowerBIOutputDataSourceProperties\",\n modelProperties: {\n ...OAuthBasedDataSourceProperties.type.modelProperties,\n dataset: {\n serializedName: \"dataset\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n groupName: {\n serializedName: \"groupName\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureDataLakeStoreOutputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreOutputDataSourceProperties\",\n modelProperties: {\n ...OAuthBasedDataSourceProperties.type.modelProperties,\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n filePathPrefix: {\n serializedName: \"filePathPrefix\",\n type: {\n name: \"String\",\n },\n },\n dateFormat: {\n serializedName: \"dateFormat\",\n type: {\n name: \"String\",\n },\n },\n timeFormat: {\n serializedName: \"timeFormat\",\n type: {\n name: \"String\",\n },\n },\n authenticationMode: {\n defaultValue: \"ConnectionString\",\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const StreamingJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJob\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n skuPropertiesSku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n jobId: {\n serializedName: \"properties.jobId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n jobState: {\n serializedName: \"properties.jobState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n jobType: {\n serializedName: \"properties.jobType\",\n type: {\n name: \"String\",\n },\n },\n outputStartMode: {\n serializedName: \"properties.outputStartMode\",\n type: {\n name: \"String\",\n },\n },\n outputStartTime: {\n serializedName: \"properties.outputStartTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastOutputEventTime: {\n serializedName: \"properties.lastOutputEventTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n eventsOutOfOrderPolicy: {\n serializedName: \"properties.eventsOutOfOrderPolicy\",\n type: {\n name: \"String\",\n },\n },\n outputErrorPolicy: {\n serializedName: \"properties.outputErrorPolicy\",\n type: {\n name: \"String\",\n },\n },\n eventsOutOfOrderMaxDelayInSeconds: {\n serializedName: \"properties.eventsOutOfOrderMaxDelayInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n eventsLateArrivalMaxDelayInSeconds: {\n serializedName: \"properties.eventsLateArrivalMaxDelayInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n dataLocale: {\n serializedName: \"properties.dataLocale\",\n type: {\n name: \"String\",\n },\n },\n compatibilityLevel: {\n serializedName: \"properties.compatibilityLevel\",\n type: {\n name: \"String\",\n },\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n inputs: {\n serializedName: \"properties.inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Input\",\n },\n },\n },\n },\n transformation: {\n serializedName: \"properties.transformation\",\n type: {\n name: \"Composite\",\n className: \"Transformation\",\n },\n },\n outputs: {\n serializedName: \"properties.outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Output\",\n },\n },\n },\n },\n functions: {\n serializedName: \"properties.functions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionModel\",\n },\n },\n },\n },\n etag: {\n serializedName: \"properties.etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n jobStorageAccount: {\n serializedName: \"properties.jobStorageAccount\",\n type: {\n name: \"Composite\",\n className: \"JobStorageAccount\",\n },\n },\n contentStoragePolicy: {\n serializedName: \"properties.contentStoragePolicy\",\n type: {\n name: \"String\",\n },\n },\n externals: {\n serializedName: \"properties.externals\",\n type: {\n name: \"Composite\",\n className: \"External\",\n },\n },\n cluster: {\n serializedName: \"properties.cluster\",\n type: {\n name: \"Composite\",\n className: \"ClusterInfo\",\n },\n },\n },\n },\n};\n\nexport const Cluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ClusterSku\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ClusterProperties\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperties\",\n },\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventHubStreamInputDataSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"EventHubStreamInputDataSourceProperties\",\n modelProperties: {\n ...EventHubDataSourceProperties.type.modelProperties,\n consumerGroupName: {\n serializedName: \"consumerGroupName\",\n type: {\n name: \"String\",\n },\n },\n prefetchCount: {\n serializedName: \"prefetchCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const EventHubOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubOutputDataSourceProperties\",\n modelProperties: {\n ...EventHubDataSourceProperties.type.modelProperties,\n partitionKey: {\n serializedName: \"partitionKey\",\n type: {\n name: \"String\",\n },\n },\n propertyColumns: {\n serializedName: \"propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FunctionsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FunctionsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FunctionsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InputsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InputsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InputsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutputsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutputsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OutputsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StreamingJobsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJobsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StreamingJobsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJobsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StreamingJobsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJobsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TransformationsCreateOrReplaceHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TransformationsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TransformationsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransformationsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TransformationsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransformationsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n FunctionProperties: FunctionProperties,\n FunctionBinding: FunctionBinding,\n FunctionRetrieveDefaultDefinitionParameters:\n FunctionRetrieveDefaultDefinitionParameters,\n InputProperties: InputProperties,\n Serialization: Serialization,\n OutputDataSource: OutputDataSource,\n StreamInputDataSource: StreamInputDataSource,\n ReferenceInputDataSource: ReferenceInputDataSource,\n \"FunctionProperties.Scalar\": ScalarFunctionProperties,\n \"FunctionProperties.Aggregate\": AggregateFunctionProperties,\n \"FunctionBinding.Microsoft.MachineLearning/WebService\":\n AzureMachineLearningStudioFunctionBinding,\n \"FunctionBinding.Microsoft.StreamAnalytics/JavascriptUdf\":\n JavaScriptFunctionBinding,\n \"FunctionBinding.Microsoft.StreamAnalytics/CLRUdf\": CSharpFunctionBinding,\n \"FunctionBinding.Microsoft.MachineLearningServices\":\n AzureMachineLearningServiceFunctionBinding,\n \"FunctionRetrieveDefaultDefinitionParameters.Microsoft.MachineLearning/WebService\":\n AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters,\n \"FunctionRetrieveDefaultDefinitionParameters.Microsoft.MachineLearningServices\":\n AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters,\n \"FunctionRetrieveDefaultDefinitionParameters.Microsoft.StreamAnalytics/JavascriptUdf\":\n JavaScriptFunctionRetrieveDefaultDefinitionParameters,\n \"FunctionRetrieveDefaultDefinitionParameters.Microsoft.StreamAnalytics/CLRUdf\":\n CSharpFunctionRetrieveDefaultDefinitionParameters,\n \"InputProperties.Stream\": StreamInputProperties,\n \"InputProperties.Reference\": ReferenceInputProperties,\n \"Serialization.Delta\": DeltaSerialization,\n \"Serialization.Parquet\": ParquetSerialization,\n \"Serialization.CustomClr\": CustomClrSerialization,\n \"Serialization.Csv\": CsvSerialization,\n \"Serialization.Json\": JsonSerialization,\n \"Serialization.Avro\": AvroSerialization,\n \"OutputDataSource.Raw\": RawOutputDatasource,\n \"OutputDataSource.Microsoft.Storage/Blob\": BlobOutputDataSource,\n \"OutputDataSource.Microsoft.Storage/Table\": AzureTableOutputDataSource,\n \"OutputDataSource.Microsoft.ServiceBus/EventHub\": EventHubOutputDataSource,\n \"OutputDataSource.Microsoft.EventHub/EventHub\": EventHubV2OutputDataSource,\n \"OutputDataSource.Microsoft.Sql/Server/Database\":\n AzureSqlDatabaseOutputDataSource,\n \"OutputDataSource.Microsoft.Sql/Server/DataWarehouse\":\n AzureSynapseOutputDataSource,\n \"OutputDataSource.Microsoft.DBForPostgreSQL/servers/databases\":\n PostgreSQLOutputDataSource,\n \"OutputDataSource.Microsoft.Storage/DocumentDB\": DocumentDbOutputDataSource,\n \"OutputDataSource.Microsoft.AzureFunction\": AzureFunctionOutputDataSource,\n \"OutputDataSource.Microsoft.ServiceBus/Queue\":\n ServiceBusQueueOutputDataSource,\n \"OutputDataSource.Microsoft.ServiceBus/Topic\":\n ServiceBusTopicOutputDataSource,\n \"OutputDataSource.PowerBI\": PowerBIOutputDataSource,\n \"OutputDataSource.Microsoft.DataLake/Accounts\":\n AzureDataLakeStoreOutputDataSource,\n \"OutputDataSource.GatewayMessageBus\": GatewayMessageBusOutputDataSource,\n \"OutputDataSource.Microsoft.Kusto/clusters/databases\":\n AzureDataExplorerOutputDataSource,\n \"StreamInputDataSource.Microsoft.Storage/Blob\": BlobStreamInputDataSource,\n \"StreamInputDataSource.Microsoft.ServiceBus/EventHub\":\n EventHubStreamInputDataSource,\n \"StreamInputDataSource.Microsoft.EventHub/EventHub\":\n EventHubV2StreamInputDataSource,\n \"StreamInputDataSource.Microsoft.Devices/IotHubs\":\n IoTHubStreamInputDataSource,\n \"StreamInputDataSource.Raw\": RawStreamInputDataSource,\n \"StreamInputDataSource.GatewayMessageBus\":\n GatewayMessageBusStreamInputDataSource,\n \"StreamInputDataSource.Microsoft.EventGrid/EventSubscriptions\":\n EventGridStreamInputDataSource,\n \"ReferenceInputDataSource.File\": FileReferenceInputDataSource,\n \"ReferenceInputDataSource.Microsoft.Storage/Blob\":\n BlobReferenceInputDataSource,\n \"ReferenceInputDataSource.Raw\": RawReferenceInputDataSource,\n \"ReferenceInputDataSource.Microsoft.Sql/Server/Database\":\n AzureSqlReferenceInputDataSource,\n};\n"]}
@@ -0,0 +1,40 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const functionParam: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const ifMatch: OperationParameter;
7
+ export declare const ifNoneMatch: OperationParameter;
8
+ export declare const apiVersion: OperationQueryParameter;
9
+ export declare const subscriptionId: OperationURLParameter;
10
+ export declare const resourceGroupName: OperationURLParameter;
11
+ export declare const jobName: OperationURLParameter;
12
+ export declare const functionName: OperationURLParameter;
13
+ export declare const select: OperationQueryParameter;
14
+ export declare const functionParam1: OperationParameter;
15
+ export declare const functionRetrieveDefaultDefinitionParameters: OperationParameter;
16
+ export declare const nextLink: OperationURLParameter;
17
+ export declare const input: OperationParameter;
18
+ export declare const inputName: OperationURLParameter;
19
+ export declare const input1: OperationParameter;
20
+ export declare const output: OperationParameter;
21
+ export declare const outputName: OperationURLParameter;
22
+ export declare const output1: OperationParameter;
23
+ export declare const streamingJob: OperationParameter;
24
+ export declare const expand: OperationQueryParameter;
25
+ export declare const startJobParameters: OperationParameter;
26
+ export declare const scaleJobParameters: OperationParameter;
27
+ export declare const location: OperationURLParameter;
28
+ export declare const testQuery: OperationParameter;
29
+ export declare const compileQuery: OperationParameter;
30
+ export declare const sampleInput: OperationParameter;
31
+ export declare const testInput: OperationParameter;
32
+ export declare const testOutput: OperationParameter;
33
+ export declare const transformation: OperationParameter;
34
+ export declare const transformationName: OperationURLParameter;
35
+ export declare const cluster: OperationParameter;
36
+ export declare const clusterName: OperationURLParameter;
37
+ export declare const apiVersion1: OperationQueryParameter;
38
+ export declare const privateEndpoint: OperationParameter;
39
+ export declare const privateEndpointName: OperationURLParameter;
40
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAmB5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAQrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAQzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,qBASrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,2CAA2C,EAAE,kBAGzD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,qBASxB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAGrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAGhC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAGhC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAGrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,uBAUzB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAG7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBASjC,CAAC"}