@azure/arm-iotoperations 1.0.0 → 2.0.0

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 (1139) hide show
  1. package/CHANGELOG.md +250 -0
  2. package/LICENSE +4 -4
  3. package/README.md +23 -14
  4. package/dist/browser/api/akriConnector/index.d.ts +3 -0
  5. package/dist/browser/api/akriConnector/index.d.ts.map +1 -0
  6. package/dist/browser/api/akriConnector/index.js +4 -0
  7. package/dist/browser/api/akriConnector/index.js.map +1 -0
  8. package/dist/browser/api/akriConnector/operations.d.ts +28 -0
  9. package/dist/browser/api/akriConnector/operations.d.ts.map +1 -0
  10. package/dist/browser/api/akriConnector/operations.js +140 -0
  11. package/dist/browser/api/akriConnector/operations.js.map +1 -0
  12. package/dist/browser/api/akriConnector/options.d.ts +18 -0
  13. package/dist/browser/api/akriConnector/options.d.ts.map +1 -0
  14. package/dist/browser/api/akriConnector/options.js.map +1 -0
  15. package/dist/browser/api/akriConnectorTemplate/index.d.ts +3 -0
  16. package/dist/browser/api/akriConnectorTemplate/index.d.ts.map +1 -0
  17. package/dist/browser/api/akriConnectorTemplate/index.js +4 -0
  18. package/dist/browser/api/akriConnectorTemplate/index.js.map +1 -0
  19. package/dist/browser/api/akriConnectorTemplate/operations.d.ts +28 -0
  20. package/dist/browser/api/akriConnectorTemplate/operations.d.ts.map +1 -0
  21. package/dist/browser/api/akriConnectorTemplate/operations.js +136 -0
  22. package/dist/browser/api/akriConnectorTemplate/operations.js.map +1 -0
  23. package/dist/browser/api/akriConnectorTemplate/options.d.ts +18 -0
  24. package/dist/browser/api/akriConnectorTemplate/options.d.ts.map +1 -0
  25. package/dist/browser/api/akriConnectorTemplate/options.js.map +1 -0
  26. package/dist/browser/api/akriService/index.d.ts +3 -0
  27. package/dist/browser/api/akriService/index.d.ts.map +1 -0
  28. package/dist/browser/api/akriService/index.js +4 -0
  29. package/dist/browser/api/akriService/index.js.map +1 -0
  30. package/dist/browser/api/akriService/operations.d.ts +28 -0
  31. package/dist/browser/api/akriService/operations.d.ts.map +1 -0
  32. package/dist/browser/api/akriService/operations.js +136 -0
  33. package/dist/browser/api/akriService/operations.js.map +1 -0
  34. package/dist/browser/api/akriService/options.d.ts +18 -0
  35. package/dist/browser/api/akriService/options.d.ts.map +1 -0
  36. package/dist/browser/api/akriService/options.js.map +1 -0
  37. package/dist/browser/api/broker/index.d.ts +2 -21
  38. package/dist/browser/api/broker/index.d.ts.map +1 -1
  39. package/dist/browser/api/broker/index.js +1 -79
  40. package/dist/browser/api/broker/index.js.map +1 -1
  41. package/dist/browser/api/broker/operations.d.ts +28 -0
  42. package/dist/browser/api/broker/operations.d.ts.map +1 -0
  43. package/dist/browser/api/broker/operations.js +136 -0
  44. package/dist/browser/api/broker/operations.js.map +1 -0
  45. package/dist/browser/api/broker/options.d.ts +18 -0
  46. package/dist/browser/api/broker/options.d.ts.map +1 -0
  47. package/dist/browser/api/broker/options.js +4 -0
  48. package/dist/browser/api/broker/options.js.map +1 -0
  49. package/dist/browser/api/brokerAuthentication/index.d.ts +2 -21
  50. package/dist/browser/api/brokerAuthentication/index.d.ts.map +1 -1
  51. package/dist/browser/api/brokerAuthentication/index.js +1 -87
  52. package/dist/browser/api/brokerAuthentication/index.js.map +1 -1
  53. package/dist/browser/api/brokerAuthentication/operations.d.ts +28 -0
  54. package/dist/browser/api/brokerAuthentication/operations.d.ts.map +1 -0
  55. package/dist/browser/api/brokerAuthentication/operations.js +140 -0
  56. package/dist/browser/api/brokerAuthentication/operations.js.map +1 -0
  57. package/dist/browser/api/brokerAuthentication/options.d.ts +18 -0
  58. package/dist/browser/api/brokerAuthentication/options.d.ts.map +1 -0
  59. package/dist/browser/api/brokerAuthentication/options.js +4 -0
  60. package/dist/browser/api/brokerAuthentication/options.js.map +1 -0
  61. package/dist/browser/api/brokerAuthorization/index.d.ts +2 -21
  62. package/dist/browser/api/brokerAuthorization/index.d.ts.map +1 -1
  63. package/dist/browser/api/brokerAuthorization/index.js +1 -87
  64. package/dist/browser/api/brokerAuthorization/index.js.map +1 -1
  65. package/dist/browser/api/brokerAuthorization/operations.d.ts +28 -0
  66. package/dist/browser/api/brokerAuthorization/operations.d.ts.map +1 -0
  67. package/dist/browser/api/brokerAuthorization/operations.js +140 -0
  68. package/dist/browser/api/brokerAuthorization/operations.js.map +1 -0
  69. package/dist/browser/api/brokerAuthorization/options.d.ts +18 -0
  70. package/dist/browser/api/brokerAuthorization/options.d.ts.map +1 -0
  71. package/dist/browser/api/brokerAuthorization/options.js +4 -0
  72. package/dist/browser/api/brokerAuthorization/options.js.map +1 -0
  73. package/dist/browser/api/brokerListener/index.d.ts +2 -21
  74. package/dist/browser/api/brokerListener/index.d.ts.map +1 -1
  75. package/dist/browser/api/brokerListener/index.js +1 -83
  76. package/dist/browser/api/brokerListener/index.js.map +1 -1
  77. package/dist/browser/api/brokerListener/operations.d.ts +28 -0
  78. package/dist/browser/api/brokerListener/operations.d.ts.map +1 -0
  79. package/dist/browser/api/brokerListener/operations.js +140 -0
  80. package/dist/browser/api/brokerListener/operations.js.map +1 -0
  81. package/dist/browser/api/brokerListener/options.d.ts +18 -0
  82. package/dist/browser/api/brokerListener/options.d.ts.map +1 -0
  83. package/dist/browser/api/brokerListener/options.js +4 -0
  84. package/dist/browser/api/brokerListener/options.js.map +1 -0
  85. package/dist/browser/api/dataflow/index.d.ts +2 -21
  86. package/dist/browser/api/dataflow/index.d.ts.map +1 -1
  87. package/dist/browser/api/dataflow/index.js +1 -79
  88. package/dist/browser/api/dataflow/index.js.map +1 -1
  89. package/dist/browser/api/dataflow/operations.d.ts +28 -0
  90. package/dist/browser/api/dataflow/operations.d.ts.map +1 -0
  91. package/dist/browser/api/dataflow/operations.js +140 -0
  92. package/dist/browser/api/dataflow/operations.js.map +1 -0
  93. package/dist/browser/api/dataflow/options.d.ts +18 -0
  94. package/dist/browser/api/dataflow/options.d.ts.map +1 -0
  95. package/dist/browser/api/dataflow/options.js +4 -0
  96. package/dist/browser/api/dataflow/options.js.map +1 -0
  97. package/dist/browser/api/dataflowEndpoint/index.d.ts +2 -21
  98. package/dist/browser/api/dataflowEndpoint/index.d.ts.map +1 -1
  99. package/dist/browser/api/dataflowEndpoint/index.js +1 -87
  100. package/dist/browser/api/dataflowEndpoint/index.js.map +1 -1
  101. package/dist/browser/api/dataflowEndpoint/operations.d.ts +28 -0
  102. package/dist/browser/api/dataflowEndpoint/operations.d.ts.map +1 -0
  103. package/dist/browser/api/dataflowEndpoint/operations.js +136 -0
  104. package/dist/browser/api/dataflowEndpoint/operations.js.map +1 -0
  105. package/dist/browser/api/dataflowEndpoint/options.d.ts +18 -0
  106. package/dist/browser/api/dataflowEndpoint/options.d.ts.map +1 -0
  107. package/dist/browser/api/dataflowEndpoint/options.js +4 -0
  108. package/dist/browser/api/dataflowEndpoint/options.js.map +1 -0
  109. package/dist/browser/api/dataflowGraph/index.d.ts +3 -0
  110. package/dist/browser/api/dataflowGraph/index.d.ts.map +1 -0
  111. package/dist/browser/api/dataflowGraph/index.js +4 -0
  112. package/dist/browser/api/dataflowGraph/index.js.map +1 -0
  113. package/dist/browser/api/dataflowGraph/operations.d.ts +28 -0
  114. package/dist/browser/api/dataflowGraph/operations.d.ts.map +1 -0
  115. package/dist/browser/api/dataflowGraph/operations.js +140 -0
  116. package/dist/browser/api/dataflowGraph/operations.js.map +1 -0
  117. package/dist/browser/api/dataflowGraph/options.d.ts +18 -0
  118. package/dist/browser/api/dataflowGraph/options.d.ts.map +1 -0
  119. package/dist/browser/api/dataflowGraph/options.js +4 -0
  120. package/dist/browser/api/dataflowGraph/options.js.map +1 -0
  121. package/dist/browser/api/dataflowProfile/index.d.ts +2 -21
  122. package/dist/browser/api/dataflowProfile/index.d.ts.map +1 -1
  123. package/dist/browser/api/dataflowProfile/index.js +1 -83
  124. package/dist/browser/api/dataflowProfile/index.js.map +1 -1
  125. package/dist/browser/api/dataflowProfile/operations.d.ts +28 -0
  126. package/dist/browser/api/dataflowProfile/operations.d.ts.map +1 -0
  127. package/dist/browser/api/dataflowProfile/operations.js +136 -0
  128. package/dist/browser/api/dataflowProfile/operations.js.map +1 -0
  129. package/dist/browser/api/dataflowProfile/options.d.ts +18 -0
  130. package/dist/browser/api/dataflowProfile/options.d.ts.map +1 -0
  131. package/dist/browser/api/dataflowProfile/options.js +4 -0
  132. package/dist/browser/api/dataflowProfile/options.js.map +1 -0
  133. package/dist/browser/api/index.d.ts +2 -11
  134. package/dist/browser/api/index.d.ts.map +1 -1
  135. package/dist/browser/api/index.js +1 -10
  136. package/dist/browser/api/index.js.map +1 -1
  137. package/dist/browser/api/instance/index.d.ts +2 -29
  138. package/dist/browser/api/instance/index.d.ts.map +1 -1
  139. package/dist/browser/api/instance/index.js +1 -112
  140. package/dist/browser/api/instance/index.js.map +1 -1
  141. package/dist/browser/api/instance/operations.d.ts +36 -0
  142. package/dist/browser/api/instance/operations.d.ts.map +1 -0
  143. package/dist/browser/api/instance/operations.js +187 -0
  144. package/dist/browser/api/instance/operations.js.map +1 -0
  145. package/dist/browser/api/instance/options.d.ts +24 -0
  146. package/dist/browser/api/instance/options.d.ts.map +1 -0
  147. package/dist/browser/api/instance/options.js +4 -0
  148. package/dist/browser/api/instance/options.js.map +1 -0
  149. package/dist/browser/api/ioTOperationsContext.d.ts +11 -3
  150. package/dist/browser/api/ioTOperationsContext.d.ts.map +1 -1
  151. package/dist/browser/api/ioTOperationsContext.js +13 -24
  152. package/dist/browser/api/ioTOperationsContext.js.map +1 -1
  153. package/dist/browser/api/operations/index.d.ts +2 -8
  154. package/dist/browser/api/operations/index.d.ts.map +1 -1
  155. package/dist/browser/api/operations/index.js +1 -19
  156. package/dist/browser/api/operations/index.js.map +1 -1
  157. package/dist/browser/api/operations/operations.d.ts +10 -0
  158. package/dist/browser/api/operations/operations.d.ts.map +1 -0
  159. package/dist/browser/api/operations/operations.js +31 -0
  160. package/dist/browser/api/operations/operations.js.map +1 -0
  161. package/dist/browser/api/operations/options.d.ts +5 -0
  162. package/dist/browser/api/operations/options.d.ts.map +1 -0
  163. package/dist/browser/api/operations/options.js +4 -0
  164. package/dist/browser/api/operations/options.js.map +1 -0
  165. package/dist/browser/api/registryEndpoint/index.d.ts +3 -0
  166. package/dist/browser/api/registryEndpoint/index.d.ts.map +1 -0
  167. package/dist/browser/api/registryEndpoint/index.js +4 -0
  168. package/dist/browser/api/registryEndpoint/index.js.map +1 -0
  169. package/dist/browser/api/registryEndpoint/operations.d.ts +28 -0
  170. package/dist/browser/api/registryEndpoint/operations.d.ts.map +1 -0
  171. package/dist/browser/api/registryEndpoint/operations.js +136 -0
  172. package/dist/browser/api/registryEndpoint/operations.js.map +1 -0
  173. package/dist/browser/api/registryEndpoint/options.d.ts +18 -0
  174. package/dist/browser/api/registryEndpoint/options.d.ts.map +1 -0
  175. package/dist/browser/api/registryEndpoint/options.js +4 -0
  176. package/dist/browser/api/registryEndpoint/options.js.map +1 -0
  177. package/dist/browser/classic/akriConnector/index.d.ts +23 -0
  178. package/dist/browser/classic/akriConnector/index.d.ts.map +1 -0
  179. package/dist/browser/classic/akriConnector/index.js +17 -0
  180. package/dist/browser/classic/akriConnector/index.js.map +1 -0
  181. package/dist/browser/classic/akriConnectorTemplate/index.d.ts +23 -0
  182. package/dist/browser/classic/akriConnectorTemplate/index.d.ts.map +1 -0
  183. package/dist/browser/classic/akriConnectorTemplate/index.js +17 -0
  184. package/dist/browser/classic/akriConnectorTemplate/index.js.map +1 -0
  185. package/dist/browser/classic/akriService/index.d.ts +23 -0
  186. package/dist/browser/classic/akriService/index.d.ts.map +1 -0
  187. package/dist/browser/classic/akriService/index.js +17 -0
  188. package/dist/browser/classic/akriService/index.js.map +1 -0
  189. package/dist/browser/classic/broker/index.d.ts +17 -18
  190. package/dist/browser/classic/broker/index.d.ts.map +1 -1
  191. package/dist/browser/classic/broker/index.js +10 -8
  192. package/dist/browser/classic/broker/index.js.map +1 -1
  193. package/dist/browser/classic/brokerAuthentication/index.d.ts +17 -18
  194. package/dist/browser/classic/brokerAuthentication/index.d.ts.map +1 -1
  195. package/dist/browser/classic/brokerAuthentication/index.js +10 -8
  196. package/dist/browser/classic/brokerAuthentication/index.js.map +1 -1
  197. package/dist/browser/classic/brokerAuthorization/index.d.ts +17 -18
  198. package/dist/browser/classic/brokerAuthorization/index.d.ts.map +1 -1
  199. package/dist/browser/classic/brokerAuthorization/index.js +10 -8
  200. package/dist/browser/classic/brokerAuthorization/index.js.map +1 -1
  201. package/dist/browser/classic/brokerListener/index.d.ts +17 -18
  202. package/dist/browser/classic/brokerListener/index.d.ts.map +1 -1
  203. package/dist/browser/classic/brokerListener/index.js +10 -8
  204. package/dist/browser/classic/brokerListener/index.js.map +1 -1
  205. package/dist/browser/classic/dataflow/index.d.ts +17 -18
  206. package/dist/browser/classic/dataflow/index.d.ts.map +1 -1
  207. package/dist/browser/classic/dataflow/index.js +10 -8
  208. package/dist/browser/classic/dataflow/index.js.map +1 -1
  209. package/dist/browser/classic/dataflowEndpoint/index.d.ts +17 -18
  210. package/dist/browser/classic/dataflowEndpoint/index.d.ts.map +1 -1
  211. package/dist/browser/classic/dataflowEndpoint/index.js +10 -8
  212. package/dist/browser/classic/dataflowEndpoint/index.js.map +1 -1
  213. package/dist/browser/classic/dataflowGraph/index.d.ts +23 -0
  214. package/dist/browser/classic/dataflowGraph/index.d.ts.map +1 -0
  215. package/dist/browser/classic/dataflowGraph/index.js +17 -0
  216. package/dist/browser/classic/dataflowGraph/index.js.map +1 -0
  217. package/dist/browser/classic/dataflowProfile/index.d.ts +17 -18
  218. package/dist/browser/classic/dataflowProfile/index.d.ts.map +1 -1
  219. package/dist/browser/classic/dataflowProfile/index.js +10 -8
  220. package/dist/browser/classic/dataflowProfile/index.js.map +1 -1
  221. package/dist/browser/classic/index.d.ts +14 -9
  222. package/dist/browser/classic/index.d.ts.map +1 -1
  223. package/dist/browser/classic/index.js.map +1 -1
  224. package/dist/browser/classic/instance/index.d.ts +21 -24
  225. package/dist/browser/classic/instance/index.d.ts.map +1 -1
  226. package/dist/browser/classic/instance/index.js +12 -10
  227. package/dist/browser/classic/instance/index.js.map +1 -1
  228. package/dist/browser/classic/operations/index.d.ts +5 -8
  229. package/dist/browser/classic/operations/index.d.ts.map +1 -1
  230. package/dist/browser/classic/operations/index.js +7 -5
  231. package/dist/browser/classic/operations/index.js.map +1 -1
  232. package/dist/browser/classic/registryEndpoint/index.d.ts +23 -0
  233. package/dist/browser/classic/registryEndpoint/index.d.ts.map +1 -0
  234. package/dist/browser/classic/registryEndpoint/index.js +17 -0
  235. package/dist/browser/classic/registryEndpoint/index.js.map +1 -0
  236. package/dist/browser/index.d.ts +26 -6
  237. package/dist/browser/index.d.ts.map +1 -1
  238. package/dist/browser/index.js +3 -1
  239. package/dist/browser/index.js.map +1 -1
  240. package/dist/browser/ioTOperationsClient.d.ts +45 -30
  241. package/dist/browser/ioTOperationsClient.d.ts.map +1 -1
  242. package/dist/browser/ioTOperationsClient.js +65 -22
  243. package/dist/browser/ioTOperationsClient.js.map +1 -1
  244. package/dist/browser/models/index.d.ts +2 -1
  245. package/dist/browser/models/index.d.ts.map +1 -1
  246. package/dist/browser/models/index.js +1 -1
  247. package/dist/browser/models/index.js.map +1 -1
  248. package/dist/browser/models/models.d.ts +3023 -1456
  249. package/dist/browser/models/models.d.ts.map +1 -1
  250. package/dist/browser/models/models.js +3865 -1651
  251. package/dist/browser/models/models.js.map +1 -1
  252. package/dist/browser/restorePollerHelpers.d.ts +4 -4
  253. package/dist/browser/restorePollerHelpers.d.ts.map +1 -1
  254. package/dist/browser/restorePollerHelpers.js +78 -71
  255. package/dist/browser/restorePollerHelpers.js.map +1 -1
  256. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  257. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts.map +1 -0
  258. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  259. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  260. package/dist/browser/static-helpers/pagingHelpers.d.ts +3 -1
  261. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -1
  262. package/dist/browser/static-helpers/pagingHelpers.js +59 -53
  263. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  264. package/dist/browser/static-helpers/pollingHelpers.d.ts +7 -3
  265. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -1
  266. package/dist/browser/static-helpers/pollingHelpers.js +33 -14
  267. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  268. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  269. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  270. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  271. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  272. package/dist/commonjs/api/akriConnector/index.d.ts +3 -0
  273. package/dist/commonjs/api/akriConnector/index.d.ts.map +1 -0
  274. package/dist/commonjs/api/akriConnector/index.js +34 -0
  275. package/dist/commonjs/api/akriConnector/index.js.map +7 -0
  276. package/dist/commonjs/api/akriConnector/operations.d.ts +28 -0
  277. package/dist/commonjs/api/akriConnector/operations.d.ts.map +1 -0
  278. package/dist/commonjs/api/akriConnector/operations.js +227 -0
  279. package/dist/commonjs/api/akriConnector/operations.js.map +7 -0
  280. package/dist/commonjs/api/akriConnector/options.d.ts +18 -0
  281. package/dist/commonjs/api/akriConnector/options.d.ts.map +1 -0
  282. package/dist/commonjs/api/akriConnector/options.js +16 -0
  283. package/dist/commonjs/api/akriConnector/options.js.map +7 -0
  284. package/dist/commonjs/api/akriConnectorTemplate/index.d.ts +3 -0
  285. package/dist/commonjs/api/akriConnectorTemplate/index.d.ts.map +1 -0
  286. package/dist/commonjs/api/akriConnectorTemplate/index.js +34 -0
  287. package/dist/commonjs/api/akriConnectorTemplate/index.js.map +7 -0
  288. package/dist/commonjs/api/akriConnectorTemplate/operations.d.ts +28 -0
  289. package/dist/commonjs/api/akriConnectorTemplate/operations.d.ts.map +1 -0
  290. package/dist/commonjs/api/akriConnectorTemplate/operations.js +208 -0
  291. package/dist/commonjs/api/akriConnectorTemplate/operations.js.map +7 -0
  292. package/dist/commonjs/api/akriConnectorTemplate/options.d.ts +18 -0
  293. package/dist/commonjs/api/akriConnectorTemplate/options.d.ts.map +1 -0
  294. package/dist/commonjs/api/akriConnectorTemplate/options.js +16 -0
  295. package/dist/commonjs/api/akriConnectorTemplate/options.js.map +7 -0
  296. package/dist/commonjs/api/akriService/index.d.ts +3 -0
  297. package/dist/commonjs/api/akriService/index.d.ts.map +1 -0
  298. package/dist/commonjs/api/akriService/index.js +34 -0
  299. package/dist/commonjs/api/akriService/index.js.map +7 -0
  300. package/dist/commonjs/api/akriService/operations.d.ts +28 -0
  301. package/dist/commonjs/api/akriService/operations.d.ts.map +1 -0
  302. package/dist/commonjs/api/akriService/operations.js +202 -0
  303. package/dist/commonjs/api/akriService/operations.js.map +7 -0
  304. package/dist/commonjs/api/akriService/options.d.ts +18 -0
  305. package/dist/commonjs/api/akriService/options.d.ts.map +1 -0
  306. package/dist/commonjs/api/akriService/options.js +16 -0
  307. package/dist/commonjs/api/akriService/options.js.map +7 -0
  308. package/dist/commonjs/api/broker/index.d.ts +2 -21
  309. package/dist/commonjs/api/broker/index.d.ts.map +1 -1
  310. package/dist/commonjs/api/broker/index.js +34 -96
  311. package/dist/commonjs/api/broker/index.js.map +7 -1
  312. package/dist/commonjs/api/broker/operations.d.ts +28 -0
  313. package/dist/commonjs/api/broker/operations.d.ts.map +1 -0
  314. package/dist/commonjs/api/broker/operations.js +195 -0
  315. package/dist/commonjs/api/broker/operations.js.map +7 -0
  316. package/dist/commonjs/api/broker/options.d.ts +18 -0
  317. package/dist/commonjs/api/broker/options.d.ts.map +1 -0
  318. package/dist/commonjs/api/broker/options.js +16 -0
  319. package/dist/commonjs/api/broker/options.js.map +7 -0
  320. package/dist/commonjs/api/brokerAuthentication/index.d.ts +2 -21
  321. package/dist/commonjs/api/brokerAuthentication/index.d.ts.map +1 -1
  322. package/dist/commonjs/api/brokerAuthentication/index.js +34 -104
  323. package/dist/commonjs/api/brokerAuthentication/index.js.map +7 -1
  324. package/dist/commonjs/api/brokerAuthentication/operations.d.ts +28 -0
  325. package/dist/commonjs/api/brokerAuthentication/operations.d.ts.map +1 -0
  326. package/dist/commonjs/api/brokerAuthentication/operations.js +221 -0
  327. package/dist/commonjs/api/brokerAuthentication/operations.js.map +7 -0
  328. package/dist/commonjs/api/brokerAuthentication/options.d.ts +18 -0
  329. package/dist/commonjs/api/brokerAuthentication/options.d.ts.map +1 -0
  330. package/dist/commonjs/api/brokerAuthentication/options.js +16 -0
  331. package/dist/commonjs/api/brokerAuthentication/options.js.map +7 -0
  332. package/dist/commonjs/api/brokerAuthorization/index.d.ts +2 -21
  333. package/dist/commonjs/api/brokerAuthorization/index.d.ts.map +1 -1
  334. package/dist/commonjs/api/brokerAuthorization/index.js +34 -104
  335. package/dist/commonjs/api/brokerAuthorization/index.js.map +7 -1
  336. package/dist/commonjs/api/brokerAuthorization/operations.d.ts +28 -0
  337. package/dist/commonjs/api/brokerAuthorization/operations.d.ts.map +1 -0
  338. package/dist/commonjs/api/brokerAuthorization/operations.js +221 -0
  339. package/dist/commonjs/api/brokerAuthorization/operations.js.map +7 -0
  340. package/dist/commonjs/api/brokerAuthorization/options.d.ts +18 -0
  341. package/dist/commonjs/api/brokerAuthorization/options.d.ts.map +1 -0
  342. package/dist/commonjs/api/brokerAuthorization/options.js +16 -0
  343. package/dist/commonjs/api/brokerAuthorization/options.js.map +7 -0
  344. package/dist/commonjs/api/brokerListener/index.d.ts +2 -21
  345. package/dist/commonjs/api/brokerListener/index.d.ts.map +1 -1
  346. package/dist/commonjs/api/brokerListener/index.js +34 -100
  347. package/dist/commonjs/api/brokerListener/index.js.map +7 -1
  348. package/dist/commonjs/api/brokerListener/operations.d.ts +28 -0
  349. package/dist/commonjs/api/brokerListener/operations.d.ts.map +1 -0
  350. package/dist/commonjs/api/brokerListener/operations.js +214 -0
  351. package/dist/commonjs/api/brokerListener/operations.js.map +7 -0
  352. package/dist/commonjs/api/brokerListener/options.d.ts +18 -0
  353. package/dist/commonjs/api/brokerListener/options.d.ts.map +1 -0
  354. package/dist/commonjs/api/brokerListener/options.js +16 -0
  355. package/dist/commonjs/api/brokerListener/options.js.map +7 -0
  356. package/dist/commonjs/api/dataflow/index.d.ts +2 -21
  357. package/dist/commonjs/api/dataflow/index.d.ts.map +1 -1
  358. package/dist/commonjs/api/dataflow/index.js +34 -96
  359. package/dist/commonjs/api/dataflow/index.js.map +7 -1
  360. package/dist/commonjs/api/dataflow/operations.d.ts +28 -0
  361. package/dist/commonjs/api/dataflow/operations.d.ts.map +1 -0
  362. package/dist/commonjs/api/dataflow/operations.js +227 -0
  363. package/dist/commonjs/api/dataflow/operations.js.map +7 -0
  364. package/dist/commonjs/api/dataflow/options.d.ts +18 -0
  365. package/dist/commonjs/api/dataflow/options.d.ts.map +1 -0
  366. package/dist/commonjs/api/dataflow/options.js +16 -0
  367. package/dist/commonjs/api/dataflow/options.js.map +7 -0
  368. package/dist/commonjs/api/dataflowEndpoint/index.d.ts +2 -21
  369. package/dist/commonjs/api/dataflowEndpoint/index.d.ts.map +1 -1
  370. package/dist/commonjs/api/dataflowEndpoint/index.js +34 -104
  371. package/dist/commonjs/api/dataflowEndpoint/index.js.map +7 -1
  372. package/dist/commonjs/api/dataflowEndpoint/operations.d.ts +28 -0
  373. package/dist/commonjs/api/dataflowEndpoint/operations.d.ts.map +1 -0
  374. package/dist/commonjs/api/dataflowEndpoint/operations.js +208 -0
  375. package/dist/commonjs/api/dataflowEndpoint/operations.js.map +7 -0
  376. package/dist/commonjs/api/dataflowEndpoint/options.d.ts +18 -0
  377. package/dist/commonjs/api/dataflowEndpoint/options.d.ts.map +1 -0
  378. package/dist/commonjs/api/dataflowEndpoint/options.js +16 -0
  379. package/dist/commonjs/api/dataflowEndpoint/options.js.map +7 -0
  380. package/dist/commonjs/api/dataflowGraph/index.d.ts +3 -0
  381. package/dist/commonjs/api/dataflowGraph/index.d.ts.map +1 -0
  382. package/dist/commonjs/api/dataflowGraph/index.js +34 -0
  383. package/dist/commonjs/api/dataflowGraph/index.js.map +7 -0
  384. package/dist/commonjs/api/dataflowGraph/operations.d.ts +28 -0
  385. package/dist/commonjs/api/dataflowGraph/operations.d.ts.map +1 -0
  386. package/dist/commonjs/api/dataflowGraph/operations.js +227 -0
  387. package/dist/commonjs/api/dataflowGraph/operations.js.map +7 -0
  388. package/dist/commonjs/api/dataflowGraph/options.d.ts +18 -0
  389. package/dist/commonjs/api/dataflowGraph/options.d.ts.map +1 -0
  390. package/dist/commonjs/api/dataflowGraph/options.js +16 -0
  391. package/dist/commonjs/api/dataflowGraph/options.js.map +7 -0
  392. package/dist/commonjs/api/dataflowProfile/index.d.ts +2 -21
  393. package/dist/commonjs/api/dataflowProfile/index.d.ts.map +1 -1
  394. package/dist/commonjs/api/dataflowProfile/index.js +34 -100
  395. package/dist/commonjs/api/dataflowProfile/index.js.map +7 -1
  396. package/dist/commonjs/api/dataflowProfile/operations.d.ts +28 -0
  397. package/dist/commonjs/api/dataflowProfile/operations.d.ts.map +1 -0
  398. package/dist/commonjs/api/dataflowProfile/operations.js +208 -0
  399. package/dist/commonjs/api/dataflowProfile/operations.js.map +7 -0
  400. package/dist/commonjs/api/dataflowProfile/options.d.ts +18 -0
  401. package/dist/commonjs/api/dataflowProfile/options.d.ts.map +1 -0
  402. package/dist/commonjs/api/dataflowProfile/options.js +16 -0
  403. package/dist/commonjs/api/dataflowProfile/options.js.map +7 -0
  404. package/dist/commonjs/api/index.d.ts +2 -11
  405. package/dist/commonjs/api/index.d.ts.map +1 -1
  406. package/dist/commonjs/api/index.js +28 -52
  407. package/dist/commonjs/api/index.js.map +7 -1
  408. package/dist/commonjs/api/instance/index.d.ts +2 -29
  409. package/dist/commonjs/api/instance/index.d.ts.map +1 -1
  410. package/dist/commonjs/api/instance/index.js +38 -135
  411. package/dist/commonjs/api/instance/index.js.map +7 -1
  412. package/dist/commonjs/api/instance/operations.d.ts +36 -0
  413. package/dist/commonjs/api/instance/operations.d.ts.map +1 -0
  414. package/dist/commonjs/api/instance/operations.js +270 -0
  415. package/dist/commonjs/api/instance/operations.js.map +7 -0
  416. package/dist/commonjs/api/instance/options.d.ts +24 -0
  417. package/dist/commonjs/api/instance/options.d.ts.map +1 -0
  418. package/dist/commonjs/api/instance/options.js +16 -0
  419. package/dist/commonjs/api/instance/options.js.map +7 -0
  420. package/dist/commonjs/api/ioTOperationsContext.d.ts +11 -3
  421. package/dist/commonjs/api/ioTOperationsContext.d.ts.map +1 -1
  422. package/dist/commonjs/api/ioTOperationsContext.js +44 -37
  423. package/dist/commonjs/api/ioTOperationsContext.js.map +7 -1
  424. package/dist/commonjs/api/operations/index.d.ts +2 -8
  425. package/dist/commonjs/api/operations/index.d.ts.map +1 -1
  426. package/dist/commonjs/api/operations/index.js +28 -27
  427. package/dist/commonjs/api/operations/index.js.map +7 -1
  428. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  429. package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
  430. package/dist/commonjs/api/operations/operations.js +68 -0
  431. package/dist/commonjs/api/operations/operations.js.map +7 -0
  432. package/dist/commonjs/api/operations/options.d.ts +5 -0
  433. package/dist/commonjs/api/operations/options.d.ts.map +1 -0
  434. package/dist/commonjs/api/operations/options.js +16 -0
  435. package/dist/commonjs/api/operations/options.js.map +7 -0
  436. package/dist/commonjs/api/registryEndpoint/index.d.ts +3 -0
  437. package/dist/commonjs/api/registryEndpoint/index.d.ts.map +1 -0
  438. package/dist/commonjs/api/registryEndpoint/index.js +34 -0
  439. package/dist/commonjs/api/registryEndpoint/index.js.map +7 -0
  440. package/dist/commonjs/api/registryEndpoint/operations.d.ts +28 -0
  441. package/dist/commonjs/api/registryEndpoint/operations.d.ts.map +1 -0
  442. package/dist/commonjs/api/registryEndpoint/operations.js +208 -0
  443. package/dist/commonjs/api/registryEndpoint/operations.js.map +7 -0
  444. package/dist/commonjs/api/registryEndpoint/options.d.ts +18 -0
  445. package/dist/commonjs/api/registryEndpoint/options.d.ts.map +1 -0
  446. package/dist/commonjs/api/registryEndpoint/options.js +16 -0
  447. package/dist/commonjs/api/registryEndpoint/options.js.map +7 -0
  448. package/dist/commonjs/classic/akriConnector/index.d.ts +23 -0
  449. package/dist/commonjs/classic/akriConnector/index.d.ts.map +1 -0
  450. package/dist/commonjs/classic/akriConnector/index.js +63 -0
  451. package/dist/commonjs/classic/akriConnector/index.js.map +7 -0
  452. package/dist/commonjs/classic/akriConnectorTemplate/index.d.ts +23 -0
  453. package/dist/commonjs/classic/akriConnectorTemplate/index.d.ts.map +1 -0
  454. package/dist/commonjs/classic/akriConnectorTemplate/index.js +48 -0
  455. package/dist/commonjs/classic/akriConnectorTemplate/index.js.map +7 -0
  456. package/dist/commonjs/classic/akriService/index.d.ts +23 -0
  457. package/dist/commonjs/classic/akriService/index.d.ts.map +1 -0
  458. package/dist/commonjs/classic/akriService/index.js +41 -0
  459. package/dist/commonjs/classic/akriService/index.js.map +7 -0
  460. package/dist/commonjs/classic/broker/index.d.ts +17 -18
  461. package/dist/commonjs/classic/broker/index.d.ts.map +1 -1
  462. package/dist/commonjs/classic/broker/index.js +39 -17
  463. package/dist/commonjs/classic/broker/index.js.map +7 -1
  464. package/dist/commonjs/classic/brokerAuthentication/index.d.ts +17 -18
  465. package/dist/commonjs/classic/brokerAuthentication/index.d.ts.map +1 -1
  466. package/dist/commonjs/classic/brokerAuthentication/index.js +47 -17
  467. package/dist/commonjs/classic/brokerAuthentication/index.js.map +7 -1
  468. package/dist/commonjs/classic/brokerAuthorization/index.d.ts +17 -18
  469. package/dist/commonjs/classic/brokerAuthorization/index.d.ts.map +1 -1
  470. package/dist/commonjs/classic/brokerAuthorization/index.js +47 -17
  471. package/dist/commonjs/classic/brokerAuthorization/index.js.map +7 -1
  472. package/dist/commonjs/classic/brokerListener/index.d.ts +17 -18
  473. package/dist/commonjs/classic/brokerListener/index.d.ts.map +1 -1
  474. package/dist/commonjs/classic/brokerListener/index.js +47 -17
  475. package/dist/commonjs/classic/brokerListener/index.js.map +7 -1
  476. package/dist/commonjs/classic/dataflow/index.d.ts +17 -18
  477. package/dist/commonjs/classic/dataflow/index.d.ts.map +1 -1
  478. package/dist/commonjs/classic/dataflow/index.js +47 -17
  479. package/dist/commonjs/classic/dataflow/index.js.map +7 -1
  480. package/dist/commonjs/classic/dataflowEndpoint/index.d.ts +17 -18
  481. package/dist/commonjs/classic/dataflowEndpoint/index.d.ts.map +1 -1
  482. package/dist/commonjs/classic/dataflowEndpoint/index.js +46 -17
  483. package/dist/commonjs/classic/dataflowEndpoint/index.js.map +7 -1
  484. package/dist/commonjs/classic/dataflowGraph/index.d.ts +23 -0
  485. package/dist/commonjs/classic/dataflowGraph/index.d.ts.map +1 -0
  486. package/dist/commonjs/classic/dataflowGraph/index.js +63 -0
  487. package/dist/commonjs/classic/dataflowGraph/index.js.map +7 -0
  488. package/dist/commonjs/classic/dataflowProfile/index.d.ts +17 -18
  489. package/dist/commonjs/classic/dataflowProfile/index.d.ts.map +1 -1
  490. package/dist/commonjs/classic/dataflowProfile/index.js +46 -17
  491. package/dist/commonjs/classic/dataflowProfile/index.js.map +7 -1
  492. package/dist/commonjs/classic/index.d.ts +14 -9
  493. package/dist/commonjs/classic/index.d.ts.map +1 -1
  494. package/dist/commonjs/classic/index.js +16 -5
  495. package/dist/commonjs/classic/index.js.map +7 -1
  496. package/dist/commonjs/classic/instance/index.d.ts +21 -24
  497. package/dist/commonjs/classic/instance/index.d.ts.map +1 -1
  498. package/dist/commonjs/classic/instance/index.js +41 -19
  499. package/dist/commonjs/classic/instance/index.js.map +7 -1
  500. package/dist/commonjs/classic/operations/index.d.ts +5 -8
  501. package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
  502. package/dist/commonjs/classic/operations/index.js +36 -14
  503. package/dist/commonjs/classic/operations/index.js.map +7 -1
  504. package/dist/commonjs/classic/registryEndpoint/index.d.ts +23 -0
  505. package/dist/commonjs/classic/registryEndpoint/index.d.ts.map +1 -0
  506. package/dist/commonjs/classic/registryEndpoint/index.js +48 -0
  507. package/dist/commonjs/classic/registryEndpoint/index.js.map +7 -0
  508. package/dist/commonjs/index.d.ts +26 -6
  509. package/dist/commonjs/index.d.ts.map +1 -1
  510. package/dist/commonjs/index.js +155 -50
  511. package/dist/commonjs/index.js.map +7 -1
  512. package/dist/commonjs/ioTOperationsClient.d.ts +45 -30
  513. package/dist/commonjs/ioTOperationsClient.d.ts.map +1 -1
  514. package/dist/commonjs/ioTOperationsClient.js +97 -36
  515. package/dist/commonjs/ioTOperationsClient.js.map +7 -1
  516. package/dist/commonjs/logger.js +29 -8
  517. package/dist/commonjs/logger.js.map +7 -1
  518. package/dist/commonjs/models/index.d.ts +2 -1
  519. package/dist/commonjs/models/index.d.ts.map +1 -1
  520. package/dist/commonjs/models/index.js +146 -46
  521. package/dist/commonjs/models/index.js.map +7 -1
  522. package/dist/commonjs/models/models.d.ts +3023 -1456
  523. package/dist/commonjs/models/models.d.ts.map +1 -1
  524. package/dist/commonjs/models/models.js +4834 -2340
  525. package/dist/commonjs/models/models.js.map +7 -1
  526. package/dist/commonjs/restorePollerHelpers.d.ts +4 -4
  527. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -1
  528. package/dist/commonjs/restorePollerHelpers.js +169 -152
  529. package/dist/commonjs/restorePollerHelpers.js.map +7 -1
  530. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  531. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts.map +1 -0
  532. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  533. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  534. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +3 -1
  535. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -1
  536. package/dist/commonjs/static-helpers/pagingHelpers.js +131 -128
  537. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
  538. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +7 -3
  539. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -1
  540. package/dist/commonjs/static-helpers/pollingHelpers.js +95 -73
  541. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
  542. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  543. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  544. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  545. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  546. package/dist/commonjs/tsdoc-metadata.json +11 -11
  547. package/dist/esm/api/akriConnector/index.d.ts +3 -0
  548. package/dist/esm/api/akriConnector/index.d.ts.map +1 -0
  549. package/dist/esm/api/akriConnector/index.js +4 -0
  550. package/dist/esm/api/akriConnector/index.js.map +1 -0
  551. package/dist/esm/api/akriConnector/operations.d.ts +28 -0
  552. package/dist/esm/api/akriConnector/operations.d.ts.map +1 -0
  553. package/dist/esm/api/akriConnector/operations.js +140 -0
  554. package/dist/esm/api/akriConnector/operations.js.map +1 -0
  555. package/dist/esm/api/akriConnector/options.d.ts +18 -0
  556. package/dist/esm/api/akriConnector/options.d.ts.map +1 -0
  557. package/dist/esm/api/akriConnector/options.js +4 -0
  558. package/dist/esm/api/akriConnector/options.js.map +1 -0
  559. package/dist/esm/api/akriConnectorTemplate/index.d.ts +3 -0
  560. package/dist/esm/api/akriConnectorTemplate/index.d.ts.map +1 -0
  561. package/dist/esm/api/akriConnectorTemplate/index.js +4 -0
  562. package/dist/esm/api/akriConnectorTemplate/index.js.map +1 -0
  563. package/dist/esm/api/akriConnectorTemplate/operations.d.ts +28 -0
  564. package/dist/esm/api/akriConnectorTemplate/operations.d.ts.map +1 -0
  565. package/dist/esm/api/akriConnectorTemplate/operations.js +136 -0
  566. package/dist/esm/api/akriConnectorTemplate/operations.js.map +1 -0
  567. package/dist/esm/api/akriConnectorTemplate/options.d.ts +18 -0
  568. package/dist/esm/api/akriConnectorTemplate/options.d.ts.map +1 -0
  569. package/dist/esm/api/akriConnectorTemplate/options.js +4 -0
  570. package/dist/esm/api/akriConnectorTemplate/options.js.map +1 -0
  571. package/dist/esm/api/akriService/index.d.ts +3 -0
  572. package/dist/esm/api/akriService/index.d.ts.map +1 -0
  573. package/dist/esm/api/akriService/index.js +4 -0
  574. package/dist/esm/api/akriService/index.js.map +1 -0
  575. package/dist/esm/api/akriService/operations.d.ts +28 -0
  576. package/dist/esm/api/akriService/operations.d.ts.map +1 -0
  577. package/dist/esm/api/akriService/operations.js +136 -0
  578. package/dist/esm/api/akriService/operations.js.map +1 -0
  579. package/dist/esm/api/akriService/options.d.ts +18 -0
  580. package/dist/esm/api/akriService/options.d.ts.map +1 -0
  581. package/dist/esm/api/akriService/options.js +4 -0
  582. package/dist/esm/api/akriService/options.js.map +1 -0
  583. package/dist/esm/api/broker/index.d.ts +2 -21
  584. package/dist/esm/api/broker/index.d.ts.map +1 -1
  585. package/dist/esm/api/broker/index.js +1 -79
  586. package/dist/esm/api/broker/index.js.map +1 -1
  587. package/dist/esm/api/broker/operations.d.ts +28 -0
  588. package/dist/esm/api/broker/operations.d.ts.map +1 -0
  589. package/dist/esm/api/broker/operations.js +136 -0
  590. package/dist/esm/api/broker/operations.js.map +1 -0
  591. package/dist/esm/api/broker/options.d.ts +18 -0
  592. package/dist/esm/api/broker/options.d.ts.map +1 -0
  593. package/dist/esm/api/broker/options.js +4 -0
  594. package/dist/esm/api/broker/options.js.map +1 -0
  595. package/dist/esm/api/brokerAuthentication/index.d.ts +2 -21
  596. package/dist/esm/api/brokerAuthentication/index.d.ts.map +1 -1
  597. package/dist/esm/api/brokerAuthentication/index.js +1 -87
  598. package/dist/esm/api/brokerAuthentication/index.js.map +1 -1
  599. package/dist/esm/api/brokerAuthentication/operations.d.ts +28 -0
  600. package/dist/esm/api/brokerAuthentication/operations.d.ts.map +1 -0
  601. package/dist/esm/api/brokerAuthentication/operations.js +140 -0
  602. package/dist/esm/api/brokerAuthentication/operations.js.map +1 -0
  603. package/dist/esm/api/brokerAuthentication/options.d.ts +18 -0
  604. package/dist/esm/api/brokerAuthentication/options.d.ts.map +1 -0
  605. package/dist/esm/api/brokerAuthentication/options.js +4 -0
  606. package/dist/esm/api/brokerAuthentication/options.js.map +1 -0
  607. package/dist/esm/api/brokerAuthorization/index.d.ts +2 -21
  608. package/dist/esm/api/brokerAuthorization/index.d.ts.map +1 -1
  609. package/dist/esm/api/brokerAuthorization/index.js +1 -87
  610. package/dist/esm/api/brokerAuthorization/index.js.map +1 -1
  611. package/dist/esm/api/brokerAuthorization/operations.d.ts +28 -0
  612. package/dist/esm/api/brokerAuthorization/operations.d.ts.map +1 -0
  613. package/dist/esm/api/brokerAuthorization/operations.js +140 -0
  614. package/dist/esm/api/brokerAuthorization/operations.js.map +1 -0
  615. package/dist/esm/api/brokerAuthorization/options.d.ts +18 -0
  616. package/dist/esm/api/brokerAuthorization/options.d.ts.map +1 -0
  617. package/dist/esm/api/brokerAuthorization/options.js +4 -0
  618. package/dist/esm/api/brokerAuthorization/options.js.map +1 -0
  619. package/dist/esm/api/brokerListener/index.d.ts +2 -21
  620. package/dist/esm/api/brokerListener/index.d.ts.map +1 -1
  621. package/dist/esm/api/brokerListener/index.js +1 -83
  622. package/dist/esm/api/brokerListener/index.js.map +1 -1
  623. package/dist/esm/api/brokerListener/operations.d.ts +28 -0
  624. package/dist/esm/api/brokerListener/operations.d.ts.map +1 -0
  625. package/dist/esm/api/brokerListener/operations.js +140 -0
  626. package/dist/esm/api/brokerListener/operations.js.map +1 -0
  627. package/dist/esm/api/brokerListener/options.d.ts +18 -0
  628. package/dist/esm/api/brokerListener/options.d.ts.map +1 -0
  629. package/dist/esm/api/brokerListener/options.js +4 -0
  630. package/dist/esm/api/brokerListener/options.js.map +1 -0
  631. package/dist/esm/api/dataflow/index.d.ts +2 -21
  632. package/dist/esm/api/dataflow/index.d.ts.map +1 -1
  633. package/dist/esm/api/dataflow/index.js +1 -79
  634. package/dist/esm/api/dataflow/index.js.map +1 -1
  635. package/dist/esm/api/dataflow/operations.d.ts +28 -0
  636. package/dist/esm/api/dataflow/operations.d.ts.map +1 -0
  637. package/dist/esm/api/dataflow/operations.js +140 -0
  638. package/dist/esm/api/dataflow/operations.js.map +1 -0
  639. package/dist/esm/api/dataflow/options.d.ts +18 -0
  640. package/dist/esm/api/dataflow/options.d.ts.map +1 -0
  641. package/dist/esm/api/dataflow/options.js +4 -0
  642. package/dist/esm/api/dataflow/options.js.map +1 -0
  643. package/dist/esm/api/dataflowEndpoint/index.d.ts +2 -21
  644. package/dist/esm/api/dataflowEndpoint/index.d.ts.map +1 -1
  645. package/dist/esm/api/dataflowEndpoint/index.js +1 -87
  646. package/dist/esm/api/dataflowEndpoint/index.js.map +1 -1
  647. package/dist/esm/api/dataflowEndpoint/operations.d.ts +28 -0
  648. package/dist/esm/api/dataflowEndpoint/operations.d.ts.map +1 -0
  649. package/dist/esm/api/dataflowEndpoint/operations.js +136 -0
  650. package/dist/esm/api/dataflowEndpoint/operations.js.map +1 -0
  651. package/dist/esm/api/dataflowEndpoint/options.d.ts +18 -0
  652. package/dist/esm/api/dataflowEndpoint/options.d.ts.map +1 -0
  653. package/dist/esm/api/dataflowEndpoint/options.js +4 -0
  654. package/dist/esm/api/dataflowEndpoint/options.js.map +1 -0
  655. package/dist/esm/api/dataflowGraph/index.d.ts +3 -0
  656. package/dist/esm/api/dataflowGraph/index.d.ts.map +1 -0
  657. package/dist/esm/api/dataflowGraph/index.js +4 -0
  658. package/dist/esm/api/dataflowGraph/index.js.map +1 -0
  659. package/dist/esm/api/dataflowGraph/operations.d.ts +28 -0
  660. package/dist/esm/api/dataflowGraph/operations.d.ts.map +1 -0
  661. package/dist/esm/api/dataflowGraph/operations.js +140 -0
  662. package/dist/esm/api/dataflowGraph/operations.js.map +1 -0
  663. package/dist/esm/api/dataflowGraph/options.d.ts +18 -0
  664. package/dist/esm/api/dataflowGraph/options.d.ts.map +1 -0
  665. package/dist/esm/api/dataflowGraph/options.js +4 -0
  666. package/dist/esm/api/dataflowGraph/options.js.map +1 -0
  667. package/dist/esm/api/dataflowProfile/index.d.ts +2 -21
  668. package/dist/esm/api/dataflowProfile/index.d.ts.map +1 -1
  669. package/dist/esm/api/dataflowProfile/index.js +1 -83
  670. package/dist/esm/api/dataflowProfile/index.js.map +1 -1
  671. package/dist/esm/api/dataflowProfile/operations.d.ts +28 -0
  672. package/dist/esm/api/dataflowProfile/operations.d.ts.map +1 -0
  673. package/dist/esm/api/dataflowProfile/operations.js +136 -0
  674. package/dist/esm/api/dataflowProfile/operations.js.map +1 -0
  675. package/dist/esm/api/dataflowProfile/options.d.ts +18 -0
  676. package/dist/esm/api/dataflowProfile/options.d.ts.map +1 -0
  677. package/dist/esm/api/dataflowProfile/options.js +4 -0
  678. package/dist/esm/api/dataflowProfile/options.js.map +1 -0
  679. package/dist/esm/api/index.d.ts +2 -11
  680. package/dist/esm/api/index.d.ts.map +1 -1
  681. package/dist/esm/api/index.js +1 -10
  682. package/dist/esm/api/index.js.map +1 -1
  683. package/dist/esm/api/instance/index.d.ts +2 -29
  684. package/dist/esm/api/instance/index.d.ts.map +1 -1
  685. package/dist/esm/api/instance/index.js +1 -112
  686. package/dist/esm/api/instance/index.js.map +1 -1
  687. package/dist/esm/api/instance/operations.d.ts +36 -0
  688. package/dist/esm/api/instance/operations.d.ts.map +1 -0
  689. package/dist/esm/api/instance/operations.js +187 -0
  690. package/dist/esm/api/instance/operations.js.map +1 -0
  691. package/dist/esm/api/instance/options.d.ts +24 -0
  692. package/dist/esm/api/instance/options.d.ts.map +1 -0
  693. package/dist/esm/api/instance/options.js +4 -0
  694. package/dist/esm/api/instance/options.js.map +1 -0
  695. package/dist/esm/api/ioTOperationsContext.d.ts +11 -3
  696. package/dist/esm/api/ioTOperationsContext.d.ts.map +1 -1
  697. package/dist/esm/api/ioTOperationsContext.js +13 -24
  698. package/dist/esm/api/ioTOperationsContext.js.map +1 -1
  699. package/dist/esm/api/operations/index.d.ts +2 -8
  700. package/dist/esm/api/operations/index.d.ts.map +1 -1
  701. package/dist/esm/api/operations/index.js +1 -19
  702. package/dist/esm/api/operations/index.js.map +1 -1
  703. package/dist/esm/api/operations/operations.d.ts +10 -0
  704. package/dist/esm/api/operations/operations.d.ts.map +1 -0
  705. package/dist/esm/api/operations/operations.js +31 -0
  706. package/dist/esm/api/operations/operations.js.map +1 -0
  707. package/dist/esm/api/operations/options.d.ts +5 -0
  708. package/dist/esm/api/operations/options.d.ts.map +1 -0
  709. package/dist/esm/api/operations/options.js +4 -0
  710. package/dist/esm/api/operations/options.js.map +1 -0
  711. package/dist/esm/api/registryEndpoint/index.d.ts +3 -0
  712. package/dist/esm/api/registryEndpoint/index.d.ts.map +1 -0
  713. package/dist/esm/api/registryEndpoint/index.js +4 -0
  714. package/dist/esm/api/registryEndpoint/index.js.map +1 -0
  715. package/dist/esm/api/registryEndpoint/operations.d.ts +28 -0
  716. package/dist/esm/api/registryEndpoint/operations.d.ts.map +1 -0
  717. package/dist/esm/api/registryEndpoint/operations.js +136 -0
  718. package/dist/esm/api/registryEndpoint/operations.js.map +1 -0
  719. package/dist/esm/api/registryEndpoint/options.d.ts +18 -0
  720. package/dist/esm/api/registryEndpoint/options.d.ts.map +1 -0
  721. package/dist/esm/api/registryEndpoint/options.js +4 -0
  722. package/dist/esm/api/registryEndpoint/options.js.map +1 -0
  723. package/dist/esm/classic/akriConnector/index.d.ts +23 -0
  724. package/dist/esm/classic/akriConnector/index.d.ts.map +1 -0
  725. package/dist/esm/classic/akriConnector/index.js +17 -0
  726. package/dist/esm/classic/akriConnector/index.js.map +1 -0
  727. package/dist/esm/classic/akriConnectorTemplate/index.d.ts +23 -0
  728. package/dist/esm/classic/akriConnectorTemplate/index.d.ts.map +1 -0
  729. package/dist/esm/classic/akriConnectorTemplate/index.js +17 -0
  730. package/dist/esm/classic/akriConnectorTemplate/index.js.map +1 -0
  731. package/dist/esm/classic/akriService/index.d.ts +23 -0
  732. package/dist/esm/classic/akriService/index.d.ts.map +1 -0
  733. package/dist/esm/classic/akriService/index.js +17 -0
  734. package/dist/esm/classic/akriService/index.js.map +1 -0
  735. package/dist/esm/classic/broker/index.d.ts +17 -18
  736. package/dist/esm/classic/broker/index.d.ts.map +1 -1
  737. package/dist/esm/classic/broker/index.js +10 -8
  738. package/dist/esm/classic/broker/index.js.map +1 -1
  739. package/dist/esm/classic/brokerAuthentication/index.d.ts +17 -18
  740. package/dist/esm/classic/brokerAuthentication/index.d.ts.map +1 -1
  741. package/dist/esm/classic/brokerAuthentication/index.js +10 -8
  742. package/dist/esm/classic/brokerAuthentication/index.js.map +1 -1
  743. package/dist/esm/classic/brokerAuthorization/index.d.ts +17 -18
  744. package/dist/esm/classic/brokerAuthorization/index.d.ts.map +1 -1
  745. package/dist/esm/classic/brokerAuthorization/index.js +10 -8
  746. package/dist/esm/classic/brokerAuthorization/index.js.map +1 -1
  747. package/dist/esm/classic/brokerListener/index.d.ts +17 -18
  748. package/dist/esm/classic/brokerListener/index.d.ts.map +1 -1
  749. package/dist/esm/classic/brokerListener/index.js +10 -8
  750. package/dist/esm/classic/brokerListener/index.js.map +1 -1
  751. package/dist/esm/classic/dataflow/index.d.ts +17 -18
  752. package/dist/esm/classic/dataflow/index.d.ts.map +1 -1
  753. package/dist/esm/classic/dataflow/index.js +10 -8
  754. package/dist/esm/classic/dataflow/index.js.map +1 -1
  755. package/dist/esm/classic/dataflowEndpoint/index.d.ts +17 -18
  756. package/dist/esm/classic/dataflowEndpoint/index.d.ts.map +1 -1
  757. package/dist/esm/classic/dataflowEndpoint/index.js +10 -8
  758. package/dist/esm/classic/dataflowEndpoint/index.js.map +1 -1
  759. package/dist/esm/classic/dataflowGraph/index.d.ts +23 -0
  760. package/dist/esm/classic/dataflowGraph/index.d.ts.map +1 -0
  761. package/dist/esm/classic/dataflowGraph/index.js +17 -0
  762. package/dist/esm/classic/dataflowGraph/index.js.map +1 -0
  763. package/dist/esm/classic/dataflowProfile/index.d.ts +17 -18
  764. package/dist/esm/classic/dataflowProfile/index.d.ts.map +1 -1
  765. package/dist/esm/classic/dataflowProfile/index.js +10 -8
  766. package/dist/esm/classic/dataflowProfile/index.js.map +1 -1
  767. package/dist/esm/classic/index.d.ts +14 -9
  768. package/dist/esm/classic/index.d.ts.map +1 -1
  769. package/dist/esm/classic/index.js.map +1 -1
  770. package/dist/esm/classic/instance/index.d.ts +21 -24
  771. package/dist/esm/classic/instance/index.d.ts.map +1 -1
  772. package/dist/esm/classic/instance/index.js +12 -10
  773. package/dist/esm/classic/instance/index.js.map +1 -1
  774. package/dist/esm/classic/operations/index.d.ts +5 -8
  775. package/dist/esm/classic/operations/index.d.ts.map +1 -1
  776. package/dist/esm/classic/operations/index.js +7 -5
  777. package/dist/esm/classic/operations/index.js.map +1 -1
  778. package/dist/esm/classic/registryEndpoint/index.d.ts +23 -0
  779. package/dist/esm/classic/registryEndpoint/index.d.ts.map +1 -0
  780. package/dist/esm/classic/registryEndpoint/index.js +17 -0
  781. package/dist/esm/classic/registryEndpoint/index.js.map +1 -0
  782. package/dist/esm/index.d.ts +26 -6
  783. package/dist/esm/index.d.ts.map +1 -1
  784. package/dist/esm/index.js +3 -1
  785. package/dist/esm/index.js.map +1 -1
  786. package/dist/esm/ioTOperationsClient.d.ts +45 -30
  787. package/dist/esm/ioTOperationsClient.d.ts.map +1 -1
  788. package/dist/esm/ioTOperationsClient.js +65 -22
  789. package/dist/esm/ioTOperationsClient.js.map +1 -1
  790. package/dist/esm/models/index.d.ts +2 -1
  791. package/dist/esm/models/index.d.ts.map +1 -1
  792. package/dist/esm/models/index.js +1 -1
  793. package/dist/esm/models/index.js.map +1 -1
  794. package/dist/esm/models/models.d.ts +3023 -1456
  795. package/dist/esm/models/models.d.ts.map +1 -1
  796. package/dist/esm/models/models.js +3865 -1651
  797. package/dist/esm/models/models.js.map +1 -1
  798. package/dist/esm/restorePollerHelpers.d.ts +4 -4
  799. package/dist/esm/restorePollerHelpers.d.ts.map +1 -1
  800. package/dist/esm/restorePollerHelpers.js +78 -71
  801. package/dist/esm/restorePollerHelpers.js.map +1 -1
  802. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  803. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts.map +1 -0
  804. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  805. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  806. package/dist/esm/static-helpers/pagingHelpers.d.ts +3 -1
  807. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -1
  808. package/dist/esm/static-helpers/pagingHelpers.js +59 -53
  809. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  810. package/dist/esm/static-helpers/pollingHelpers.d.ts +7 -3
  811. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -1
  812. package/dist/esm/static-helpers/pollingHelpers.js +33 -14
  813. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  814. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  815. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  816. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  817. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  818. package/dist/react-native/api/akriConnector/index.d.ts +3 -0
  819. package/dist/react-native/api/akriConnector/index.d.ts.map +1 -0
  820. package/dist/react-native/api/akriConnector/index.js +4 -0
  821. package/dist/react-native/api/akriConnector/index.js.map +1 -0
  822. package/dist/react-native/api/akriConnector/operations.d.ts +28 -0
  823. package/dist/react-native/api/akriConnector/operations.d.ts.map +1 -0
  824. package/dist/react-native/api/akriConnector/operations.js +140 -0
  825. package/dist/react-native/api/akriConnector/operations.js.map +1 -0
  826. package/dist/react-native/api/akriConnector/options.d.ts +18 -0
  827. package/dist/react-native/api/akriConnector/options.d.ts.map +1 -0
  828. package/dist/react-native/api/akriConnector/options.js +4 -0
  829. package/dist/react-native/api/akriConnector/options.js.map +1 -0
  830. package/dist/react-native/api/akriConnectorTemplate/index.d.ts +3 -0
  831. package/dist/react-native/api/akriConnectorTemplate/index.d.ts.map +1 -0
  832. package/dist/react-native/api/akriConnectorTemplate/index.js +4 -0
  833. package/dist/react-native/api/akriConnectorTemplate/index.js.map +1 -0
  834. package/dist/react-native/api/akriConnectorTemplate/operations.d.ts +28 -0
  835. package/dist/react-native/api/akriConnectorTemplate/operations.d.ts.map +1 -0
  836. package/dist/react-native/api/akriConnectorTemplate/operations.js +136 -0
  837. package/dist/react-native/api/akriConnectorTemplate/operations.js.map +1 -0
  838. package/dist/react-native/api/akriConnectorTemplate/options.d.ts +18 -0
  839. package/dist/react-native/api/akriConnectorTemplate/options.d.ts.map +1 -0
  840. package/dist/react-native/api/akriConnectorTemplate/options.js +4 -0
  841. package/dist/react-native/api/akriConnectorTemplate/options.js.map +1 -0
  842. package/dist/react-native/api/akriService/index.d.ts +3 -0
  843. package/dist/react-native/api/akriService/index.d.ts.map +1 -0
  844. package/dist/react-native/api/akriService/index.js +4 -0
  845. package/dist/react-native/api/akriService/index.js.map +1 -0
  846. package/dist/react-native/api/akriService/operations.d.ts +28 -0
  847. package/dist/react-native/api/akriService/operations.d.ts.map +1 -0
  848. package/dist/react-native/api/akriService/operations.js +136 -0
  849. package/dist/react-native/api/akriService/operations.js.map +1 -0
  850. package/dist/react-native/api/akriService/options.d.ts +18 -0
  851. package/dist/react-native/api/akriService/options.d.ts.map +1 -0
  852. package/dist/react-native/api/akriService/options.js +4 -0
  853. package/dist/react-native/api/akriService/options.js.map +1 -0
  854. package/dist/react-native/api/broker/index.d.ts +2 -21
  855. package/dist/react-native/api/broker/index.d.ts.map +1 -1
  856. package/dist/react-native/api/broker/index.js +1 -79
  857. package/dist/react-native/api/broker/index.js.map +1 -1
  858. package/dist/react-native/api/broker/operations.d.ts +28 -0
  859. package/dist/react-native/api/broker/operations.d.ts.map +1 -0
  860. package/dist/react-native/api/broker/operations.js +136 -0
  861. package/dist/react-native/api/broker/operations.js.map +1 -0
  862. package/dist/react-native/api/broker/options.d.ts +18 -0
  863. package/dist/react-native/api/broker/options.d.ts.map +1 -0
  864. package/dist/react-native/api/broker/options.js +4 -0
  865. package/dist/react-native/api/broker/options.js.map +1 -0
  866. package/dist/react-native/api/brokerAuthentication/index.d.ts +2 -21
  867. package/dist/react-native/api/brokerAuthentication/index.d.ts.map +1 -1
  868. package/dist/react-native/api/brokerAuthentication/index.js +1 -87
  869. package/dist/react-native/api/brokerAuthentication/index.js.map +1 -1
  870. package/dist/react-native/api/brokerAuthentication/operations.d.ts +28 -0
  871. package/dist/react-native/api/brokerAuthentication/operations.d.ts.map +1 -0
  872. package/dist/react-native/api/brokerAuthentication/operations.js +140 -0
  873. package/dist/react-native/api/brokerAuthentication/operations.js.map +1 -0
  874. package/dist/react-native/api/brokerAuthentication/options.d.ts +18 -0
  875. package/dist/react-native/api/brokerAuthentication/options.d.ts.map +1 -0
  876. package/dist/react-native/api/brokerAuthentication/options.js +4 -0
  877. package/dist/react-native/api/brokerAuthentication/options.js.map +1 -0
  878. package/dist/react-native/api/brokerAuthorization/index.d.ts +2 -21
  879. package/dist/react-native/api/brokerAuthorization/index.d.ts.map +1 -1
  880. package/dist/react-native/api/brokerAuthorization/index.js +1 -87
  881. package/dist/react-native/api/brokerAuthorization/index.js.map +1 -1
  882. package/dist/react-native/api/brokerAuthorization/operations.d.ts +28 -0
  883. package/dist/react-native/api/brokerAuthorization/operations.d.ts.map +1 -0
  884. package/dist/react-native/api/brokerAuthorization/operations.js +140 -0
  885. package/dist/react-native/api/brokerAuthorization/operations.js.map +1 -0
  886. package/dist/react-native/api/brokerAuthorization/options.d.ts +18 -0
  887. package/dist/react-native/api/brokerAuthorization/options.d.ts.map +1 -0
  888. package/dist/react-native/api/brokerAuthorization/options.js +4 -0
  889. package/dist/react-native/api/brokerAuthorization/options.js.map +1 -0
  890. package/dist/react-native/api/brokerListener/index.d.ts +2 -21
  891. package/dist/react-native/api/brokerListener/index.d.ts.map +1 -1
  892. package/dist/react-native/api/brokerListener/index.js +1 -83
  893. package/dist/react-native/api/brokerListener/index.js.map +1 -1
  894. package/dist/react-native/api/brokerListener/operations.d.ts +28 -0
  895. package/dist/react-native/api/brokerListener/operations.d.ts.map +1 -0
  896. package/dist/react-native/api/brokerListener/operations.js +140 -0
  897. package/dist/react-native/api/brokerListener/operations.js.map +1 -0
  898. package/dist/react-native/api/brokerListener/options.d.ts +18 -0
  899. package/dist/react-native/api/brokerListener/options.d.ts.map +1 -0
  900. package/dist/react-native/api/brokerListener/options.js +4 -0
  901. package/dist/react-native/api/brokerListener/options.js.map +1 -0
  902. package/dist/react-native/api/dataflow/index.d.ts +2 -21
  903. package/dist/react-native/api/dataflow/index.d.ts.map +1 -1
  904. package/dist/react-native/api/dataflow/index.js +1 -79
  905. package/dist/react-native/api/dataflow/index.js.map +1 -1
  906. package/dist/react-native/api/dataflow/operations.d.ts +28 -0
  907. package/dist/react-native/api/dataflow/operations.d.ts.map +1 -0
  908. package/dist/react-native/api/dataflow/operations.js +140 -0
  909. package/dist/react-native/api/dataflow/operations.js.map +1 -0
  910. package/dist/react-native/api/dataflow/options.d.ts +18 -0
  911. package/dist/react-native/api/dataflow/options.d.ts.map +1 -0
  912. package/dist/react-native/api/dataflow/options.js +4 -0
  913. package/dist/react-native/api/dataflow/options.js.map +1 -0
  914. package/dist/react-native/api/dataflowEndpoint/index.d.ts +2 -21
  915. package/dist/react-native/api/dataflowEndpoint/index.d.ts.map +1 -1
  916. package/dist/react-native/api/dataflowEndpoint/index.js +1 -87
  917. package/dist/react-native/api/dataflowEndpoint/index.js.map +1 -1
  918. package/dist/react-native/api/dataflowEndpoint/operations.d.ts +28 -0
  919. package/dist/react-native/api/dataflowEndpoint/operations.d.ts.map +1 -0
  920. package/dist/react-native/api/dataflowEndpoint/operations.js +136 -0
  921. package/dist/react-native/api/dataflowEndpoint/operations.js.map +1 -0
  922. package/dist/react-native/api/dataflowEndpoint/options.d.ts +18 -0
  923. package/dist/react-native/api/dataflowEndpoint/options.d.ts.map +1 -0
  924. package/dist/react-native/api/dataflowEndpoint/options.js +4 -0
  925. package/dist/react-native/api/dataflowEndpoint/options.js.map +1 -0
  926. package/dist/react-native/api/dataflowGraph/index.d.ts +3 -0
  927. package/dist/react-native/api/dataflowGraph/index.d.ts.map +1 -0
  928. package/dist/react-native/api/dataflowGraph/index.js +4 -0
  929. package/dist/react-native/api/dataflowGraph/index.js.map +1 -0
  930. package/dist/react-native/api/dataflowGraph/operations.d.ts +28 -0
  931. package/dist/react-native/api/dataflowGraph/operations.d.ts.map +1 -0
  932. package/dist/react-native/api/dataflowGraph/operations.js +140 -0
  933. package/dist/react-native/api/dataflowGraph/operations.js.map +1 -0
  934. package/dist/react-native/api/dataflowGraph/options.d.ts +18 -0
  935. package/dist/react-native/api/dataflowGraph/options.d.ts.map +1 -0
  936. package/dist/react-native/api/dataflowGraph/options.js +4 -0
  937. package/dist/react-native/api/dataflowGraph/options.js.map +1 -0
  938. package/dist/react-native/api/dataflowProfile/index.d.ts +2 -21
  939. package/dist/react-native/api/dataflowProfile/index.d.ts.map +1 -1
  940. package/dist/react-native/api/dataflowProfile/index.js +1 -83
  941. package/dist/react-native/api/dataflowProfile/index.js.map +1 -1
  942. package/dist/react-native/api/dataflowProfile/operations.d.ts +28 -0
  943. package/dist/react-native/api/dataflowProfile/operations.d.ts.map +1 -0
  944. package/dist/react-native/api/dataflowProfile/operations.js +136 -0
  945. package/dist/react-native/api/dataflowProfile/operations.js.map +1 -0
  946. package/dist/react-native/api/dataflowProfile/options.d.ts +18 -0
  947. package/dist/react-native/api/dataflowProfile/options.d.ts.map +1 -0
  948. package/dist/react-native/api/dataflowProfile/options.js +4 -0
  949. package/dist/react-native/api/dataflowProfile/options.js.map +1 -0
  950. package/dist/react-native/api/index.d.ts +2 -11
  951. package/dist/react-native/api/index.d.ts.map +1 -1
  952. package/dist/react-native/api/index.js +1 -10
  953. package/dist/react-native/api/index.js.map +1 -1
  954. package/dist/react-native/api/instance/index.d.ts +2 -29
  955. package/dist/react-native/api/instance/index.d.ts.map +1 -1
  956. package/dist/react-native/api/instance/index.js +1 -112
  957. package/dist/react-native/api/instance/index.js.map +1 -1
  958. package/dist/react-native/api/instance/operations.d.ts +36 -0
  959. package/dist/react-native/api/instance/operations.d.ts.map +1 -0
  960. package/dist/react-native/api/instance/operations.js +187 -0
  961. package/dist/react-native/api/instance/operations.js.map +1 -0
  962. package/dist/react-native/api/instance/options.d.ts +24 -0
  963. package/dist/react-native/api/instance/options.d.ts.map +1 -0
  964. package/dist/react-native/api/instance/options.js +4 -0
  965. package/dist/react-native/api/instance/options.js.map +1 -0
  966. package/dist/react-native/api/ioTOperationsContext.d.ts +11 -3
  967. package/dist/react-native/api/ioTOperationsContext.d.ts.map +1 -1
  968. package/dist/react-native/api/ioTOperationsContext.js +13 -24
  969. package/dist/react-native/api/ioTOperationsContext.js.map +1 -1
  970. package/dist/react-native/api/operations/index.d.ts +2 -8
  971. package/dist/react-native/api/operations/index.d.ts.map +1 -1
  972. package/dist/react-native/api/operations/index.js +1 -19
  973. package/dist/react-native/api/operations/index.js.map +1 -1
  974. package/dist/react-native/api/operations/operations.d.ts +10 -0
  975. package/dist/react-native/api/operations/operations.d.ts.map +1 -0
  976. package/dist/react-native/api/operations/operations.js +31 -0
  977. package/dist/react-native/api/operations/operations.js.map +1 -0
  978. package/dist/react-native/api/operations/options.d.ts +5 -0
  979. package/dist/react-native/api/operations/options.d.ts.map +1 -0
  980. package/dist/react-native/api/operations/options.js +4 -0
  981. package/dist/react-native/api/operations/options.js.map +1 -0
  982. package/dist/react-native/api/registryEndpoint/index.d.ts +3 -0
  983. package/dist/react-native/api/registryEndpoint/index.d.ts.map +1 -0
  984. package/dist/react-native/api/registryEndpoint/index.js +4 -0
  985. package/dist/react-native/api/registryEndpoint/index.js.map +1 -0
  986. package/dist/react-native/api/registryEndpoint/operations.d.ts +28 -0
  987. package/dist/react-native/api/registryEndpoint/operations.d.ts.map +1 -0
  988. package/dist/react-native/api/registryEndpoint/operations.js +136 -0
  989. package/dist/react-native/api/registryEndpoint/operations.js.map +1 -0
  990. package/dist/react-native/api/registryEndpoint/options.d.ts +18 -0
  991. package/dist/react-native/api/registryEndpoint/options.d.ts.map +1 -0
  992. package/dist/react-native/api/registryEndpoint/options.js +4 -0
  993. package/dist/react-native/api/registryEndpoint/options.js.map +1 -0
  994. package/dist/react-native/classic/akriConnector/index.d.ts +23 -0
  995. package/dist/react-native/classic/akriConnector/index.d.ts.map +1 -0
  996. package/dist/react-native/classic/akriConnector/index.js +17 -0
  997. package/dist/react-native/classic/akriConnector/index.js.map +1 -0
  998. package/dist/react-native/classic/akriConnectorTemplate/index.d.ts +23 -0
  999. package/dist/react-native/classic/akriConnectorTemplate/index.d.ts.map +1 -0
  1000. package/dist/react-native/classic/akriConnectorTemplate/index.js +17 -0
  1001. package/dist/react-native/classic/akriConnectorTemplate/index.js.map +1 -0
  1002. package/dist/react-native/classic/akriService/index.d.ts +23 -0
  1003. package/dist/react-native/classic/akriService/index.d.ts.map +1 -0
  1004. package/dist/react-native/classic/akriService/index.js +17 -0
  1005. package/dist/react-native/classic/akriService/index.js.map +1 -0
  1006. package/dist/react-native/classic/broker/index.d.ts +17 -18
  1007. package/dist/react-native/classic/broker/index.d.ts.map +1 -1
  1008. package/dist/react-native/classic/broker/index.js +10 -8
  1009. package/dist/react-native/classic/broker/index.js.map +1 -1
  1010. package/dist/react-native/classic/brokerAuthentication/index.d.ts +17 -18
  1011. package/dist/react-native/classic/brokerAuthentication/index.d.ts.map +1 -1
  1012. package/dist/react-native/classic/brokerAuthentication/index.js +10 -8
  1013. package/dist/react-native/classic/brokerAuthentication/index.js.map +1 -1
  1014. package/dist/react-native/classic/brokerAuthorization/index.d.ts +17 -18
  1015. package/dist/react-native/classic/brokerAuthorization/index.d.ts.map +1 -1
  1016. package/dist/react-native/classic/brokerAuthorization/index.js +10 -8
  1017. package/dist/react-native/classic/brokerAuthorization/index.js.map +1 -1
  1018. package/dist/react-native/classic/brokerListener/index.d.ts +17 -18
  1019. package/dist/react-native/classic/brokerListener/index.d.ts.map +1 -1
  1020. package/dist/react-native/classic/brokerListener/index.js +10 -8
  1021. package/dist/react-native/classic/brokerListener/index.js.map +1 -1
  1022. package/dist/react-native/classic/dataflow/index.d.ts +17 -18
  1023. package/dist/react-native/classic/dataflow/index.d.ts.map +1 -1
  1024. package/dist/react-native/classic/dataflow/index.js +10 -8
  1025. package/dist/react-native/classic/dataflow/index.js.map +1 -1
  1026. package/dist/react-native/classic/dataflowEndpoint/index.d.ts +17 -18
  1027. package/dist/react-native/classic/dataflowEndpoint/index.d.ts.map +1 -1
  1028. package/dist/react-native/classic/dataflowEndpoint/index.js +10 -8
  1029. package/dist/react-native/classic/dataflowEndpoint/index.js.map +1 -1
  1030. package/dist/react-native/classic/dataflowGraph/index.d.ts +23 -0
  1031. package/dist/react-native/classic/dataflowGraph/index.d.ts.map +1 -0
  1032. package/dist/react-native/classic/dataflowGraph/index.js +17 -0
  1033. package/dist/react-native/classic/dataflowGraph/index.js.map +1 -0
  1034. package/dist/react-native/classic/dataflowProfile/index.d.ts +17 -18
  1035. package/dist/react-native/classic/dataflowProfile/index.d.ts.map +1 -1
  1036. package/dist/react-native/classic/dataflowProfile/index.js +10 -8
  1037. package/dist/react-native/classic/dataflowProfile/index.js.map +1 -1
  1038. package/dist/react-native/classic/index.d.ts +14 -9
  1039. package/dist/react-native/classic/index.d.ts.map +1 -1
  1040. package/dist/react-native/classic/index.js.map +1 -1
  1041. package/dist/react-native/classic/instance/index.d.ts +21 -24
  1042. package/dist/react-native/classic/instance/index.d.ts.map +1 -1
  1043. package/dist/react-native/classic/instance/index.js +12 -10
  1044. package/dist/react-native/classic/instance/index.js.map +1 -1
  1045. package/dist/react-native/classic/operations/index.d.ts +5 -8
  1046. package/dist/react-native/classic/operations/index.d.ts.map +1 -1
  1047. package/dist/react-native/classic/operations/index.js +7 -5
  1048. package/dist/react-native/classic/operations/index.js.map +1 -1
  1049. package/dist/react-native/classic/registryEndpoint/index.d.ts +23 -0
  1050. package/dist/react-native/classic/registryEndpoint/index.d.ts.map +1 -0
  1051. package/dist/react-native/classic/registryEndpoint/index.js +17 -0
  1052. package/dist/react-native/classic/registryEndpoint/index.js.map +1 -0
  1053. package/dist/react-native/index.d.ts +26 -6
  1054. package/dist/react-native/index.d.ts.map +1 -1
  1055. package/dist/react-native/index.js +3 -1
  1056. package/dist/react-native/index.js.map +1 -1
  1057. package/dist/react-native/ioTOperationsClient.d.ts +45 -30
  1058. package/dist/react-native/ioTOperationsClient.d.ts.map +1 -1
  1059. package/dist/react-native/ioTOperationsClient.js +65 -22
  1060. package/dist/react-native/ioTOperationsClient.js.map +1 -1
  1061. package/dist/react-native/models/index.d.ts +2 -1
  1062. package/dist/react-native/models/index.d.ts.map +1 -1
  1063. package/dist/react-native/models/index.js +1 -1
  1064. package/dist/react-native/models/index.js.map +1 -1
  1065. package/dist/react-native/models/models.d.ts +3023 -1456
  1066. package/dist/react-native/models/models.d.ts.map +1 -1
  1067. package/dist/react-native/models/models.js +3865 -1651
  1068. package/dist/react-native/models/models.js.map +1 -1
  1069. package/dist/react-native/restorePollerHelpers.d.ts +4 -4
  1070. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -1
  1071. package/dist/react-native/restorePollerHelpers.js +78 -71
  1072. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  1073. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  1074. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts.map +1 -0
  1075. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  1076. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  1077. package/dist/react-native/static-helpers/pagingHelpers.d.ts +3 -1
  1078. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -1
  1079. package/dist/react-native/static-helpers/pagingHelpers.js +59 -53
  1080. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  1081. package/dist/react-native/static-helpers/pollingHelpers.d.ts +7 -3
  1082. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -1
  1083. package/dist/react-native/static-helpers/pollingHelpers.js +33 -14
  1084. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  1085. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  1086. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  1087. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  1088. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  1089. package/package.json +322 -68
  1090. package/review/arm-iotoperations-api-akriConnector-node.api.md +44 -0
  1091. package/review/arm-iotoperations-api-akriConnectorTemplate-node.api.md +44 -0
  1092. package/review/arm-iotoperations-api-akriService-node.api.md +44 -0
  1093. package/review/arm-iotoperations-api-broker-node.api.md +44 -0
  1094. package/review/arm-iotoperations-api-brokerAuthentication-node.api.md +44 -0
  1095. package/review/arm-iotoperations-api-brokerAuthorization-node.api.md +44 -0
  1096. package/review/arm-iotoperations-api-brokerListener-node.api.md +44 -0
  1097. package/review/arm-iotoperations-api-dataflow-node.api.md +44 -0
  1098. package/review/arm-iotoperations-api-dataflowEndpoint-node.api.md +44 -0
  1099. package/review/arm-iotoperations-api-dataflowGraph-node.api.md +44 -0
  1100. package/review/arm-iotoperations-api-dataflowProfile-node.api.md +44 -0
  1101. package/review/arm-iotoperations-api-instance-node.api.md +58 -0
  1102. package/review/arm-iotoperations-api-node.api.md +28 -0
  1103. package/review/arm-iotoperations-api-operations-node.api.md +19 -0
  1104. package/review/arm-iotoperations-api-registryEndpoint-node.api.md +44 -0
  1105. package/review/arm-iotoperations-models-node.api.md +1998 -0
  1106. package/review/{arm-iotoperations.api.md → arm-iotoperations-node.api.md} +1130 -65
  1107. package/dist/browser/api/options.d.ts +0 -139
  1108. package/dist/browser/api/options.d.ts.map +0 -1
  1109. package/dist/browser/api/options.js.map +0 -1
  1110. package/dist/browser/helpers/serializerHelpers.d.ts +0 -3
  1111. package/dist/browser/helpers/serializerHelpers.d.ts.map +0 -1
  1112. package/dist/browser/helpers/serializerHelpers.js +0 -24
  1113. package/dist/browser/helpers/serializerHelpers.js.map +0 -1
  1114. package/dist/commonjs/api/options.d.ts +0 -139
  1115. package/dist/commonjs/api/options.d.ts.map +0 -1
  1116. package/dist/commonjs/api/options.js +0 -5
  1117. package/dist/commonjs/api/options.js.map +0 -1
  1118. package/dist/commonjs/helpers/serializerHelpers.d.ts +0 -3
  1119. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +0 -1
  1120. package/dist/commonjs/helpers/serializerHelpers.js +0 -27
  1121. package/dist/commonjs/helpers/serializerHelpers.js.map +0 -1
  1122. package/dist/esm/api/options.d.ts +0 -139
  1123. package/dist/esm/api/options.d.ts.map +0 -1
  1124. package/dist/esm/api/options.js.map +0 -1
  1125. package/dist/esm/helpers/serializerHelpers.d.ts +0 -3
  1126. package/dist/esm/helpers/serializerHelpers.d.ts.map +0 -1
  1127. package/dist/esm/helpers/serializerHelpers.js +0 -24
  1128. package/dist/esm/helpers/serializerHelpers.js.map +0 -1
  1129. package/dist/react-native/api/options.d.ts +0 -139
  1130. package/dist/react-native/api/options.d.ts.map +0 -1
  1131. package/dist/react-native/api/options.js.map +0 -1
  1132. package/dist/react-native/helpers/serializerHelpers.d.ts +0 -3
  1133. package/dist/react-native/helpers/serializerHelpers.d.ts.map +0 -1
  1134. package/dist/react-native/helpers/serializerHelpers.js +0 -24
  1135. package/dist/react-native/helpers/serializerHelpers.js.map +0 -1
  1136. package/review/arm-iotoperations-models.api.md +0 -1079
  1137. /package/dist/browser/api/{options.js → akriConnector/options.js} +0 -0
  1138. /package/dist/{esm/api → browser/api/akriConnectorTemplate}/options.js +0 -0
  1139. /package/dist/{react-native/api → browser/api/akriService}/options.js +0 -0
@@ -1 +1,7 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** Instance dataflowEndpoint resource */\nexport interface DataflowEndpointResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DataflowEndpointProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n}\n\nexport function dataflowEndpointResourceSerializer(item: DataflowEndpointResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowEndpointPropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function dataflowEndpointResourceDeserializer(item: any): DataflowEndpointResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowEndpointPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** DataflowEndpoint Resource properties. NOTE - Only one type of endpoint is supported for one Resource */\nexport interface DataflowEndpointProperties {\n /** Endpoint Type. */\n endpointType: EndpointType;\n /** Azure Data Explorer endpoint. */\n dataExplorerSettings?: DataflowEndpointDataExplorer;\n /** Azure Data Lake endpoint. */\n dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;\n /** Microsoft Fabric endpoint. */\n fabricOneLakeSettings?: DataflowEndpointFabricOneLake;\n /** Kafka endpoint. */\n kafkaSettings?: DataflowEndpointKafka;\n /** Local persistent volume endpoint. */\n localStorageSettings?: DataflowEndpointLocalStorage;\n /** Broker endpoint. */\n mqttSettings?: DataflowEndpointMqtt;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function dataflowEndpointPropertiesSerializer(item: DataflowEndpointProperties): any {\n return {\n endpointType: item[\"endpointType\"],\n dataExplorerSettings: !item[\"dataExplorerSettings\"]\n ? item[\"dataExplorerSettings\"]\n : dataflowEndpointDataExplorerSerializer(item[\"dataExplorerSettings\"]),\n dataLakeStorageSettings: !item[\"dataLakeStorageSettings\"]\n ? item[\"dataLakeStorageSettings\"]\n : dataflowEndpointDataLakeStorageSerializer(item[\"dataLakeStorageSettings\"]),\n fabricOneLakeSettings: !item[\"fabricOneLakeSettings\"]\n ? item[\"fabricOneLakeSettings\"]\n : dataflowEndpointFabricOneLakeSerializer(item[\"fabricOneLakeSettings\"]),\n kafkaSettings: !item[\"kafkaSettings\"]\n ? item[\"kafkaSettings\"]\n : dataflowEndpointKafkaSerializer(item[\"kafkaSettings\"]),\n localStorageSettings: !item[\"localStorageSettings\"]\n ? item[\"localStorageSettings\"]\n : dataflowEndpointLocalStorageSerializer(item[\"localStorageSettings\"]),\n mqttSettings: !item[\"mqttSettings\"]\n ? item[\"mqttSettings\"]\n : dataflowEndpointMqttSerializer(item[\"mqttSettings\"]),\n };\n}\n\nexport function dataflowEndpointPropertiesDeserializer(item: any): DataflowEndpointProperties {\n return {\n endpointType: item[\"endpointType\"],\n dataExplorerSettings: !item[\"dataExplorerSettings\"]\n ? item[\"dataExplorerSettings\"]\n : dataflowEndpointDataExplorerDeserializer(item[\"dataExplorerSettings\"]),\n dataLakeStorageSettings: !item[\"dataLakeStorageSettings\"]\n ? item[\"dataLakeStorageSettings\"]\n : dataflowEndpointDataLakeStorageDeserializer(item[\"dataLakeStorageSettings\"]),\n fabricOneLakeSettings: !item[\"fabricOneLakeSettings\"]\n ? item[\"fabricOneLakeSettings\"]\n : dataflowEndpointFabricOneLakeDeserializer(item[\"fabricOneLakeSettings\"]),\n kafkaSettings: !item[\"kafkaSettings\"]\n ? item[\"kafkaSettings\"]\n : dataflowEndpointKafkaDeserializer(item[\"kafkaSettings\"]),\n localStorageSettings: !item[\"localStorageSettings\"]\n ? item[\"localStorageSettings\"]\n : dataflowEndpointLocalStorageDeserializer(item[\"localStorageSettings\"]),\n mqttSettings: !item[\"mqttSettings\"]\n ? item[\"mqttSettings\"]\n : dataflowEndpointMqttDeserializer(item[\"mqttSettings\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** DataflowEndpoint Type properties */\nexport enum KnownEndpointType {\n /** Azure Data Explorer Type */\n DataExplorer = \"DataExplorer\",\n /** Azure Data Lake Type */\n DataLakeStorage = \"DataLakeStorage\",\n /** Microsoft Fabric Type */\n FabricOneLake = \"FabricOneLake\",\n /** Kafka Type */\n Kafka = \"Kafka\",\n /** Local Storage Type */\n LocalStorage = \"LocalStorage\",\n /** Broker Type */\n Mqtt = \"Mqtt\",\n}\n\n/**\n * DataflowEndpoint Type properties \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DataExplorer**: Azure Data Explorer Type \\\n * **DataLakeStorage**: Azure Data Lake Type \\\n * **FabricOneLake**: Microsoft Fabric Type \\\n * **Kafka**: Kafka Type \\\n * **LocalStorage**: Local Storage Type \\\n * **Mqtt**: Broker Type\n */\nexport type EndpointType = string;\n\n/** Azure Data Explorer endpoint properties */\nexport interface DataflowEndpointDataExplorer {\n /** Authentication configuration. NOTE - only authentication property is allowed per entry. */\n authentication: DataflowEndpointDataExplorerAuthentication;\n /** Database name. */\n database: string;\n /** Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net . */\n host: string;\n /** Azure Data Explorer endpoint batching configuration. */\n batching?: BatchingConfiguration;\n}\n\nexport function dataflowEndpointDataExplorerSerializer(item: DataflowEndpointDataExplorer): any {\n return {\n authentication: dataflowEndpointDataExplorerAuthenticationSerializer(item[\"authentication\"]),\n database: item[\"database\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationSerializer(item[\"batching\"]),\n };\n}\n\nexport function dataflowEndpointDataExplorerDeserializer(item: any): DataflowEndpointDataExplorer {\n return {\n authentication: dataflowEndpointDataExplorerAuthenticationDeserializer(item[\"authentication\"]),\n database: item[\"database\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationDeserializer(item[\"batching\"]),\n };\n}\n\n/** Azure Data Explorer Authentication properties. NOTE - only authentication property is allowed per entry. */\nexport interface DataflowEndpointDataExplorerAuthentication {\n /** Mode of Authentication. */\n method: DataExplorerAuthMethod;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n}\n\nexport function dataflowEndpointDataExplorerAuthenticationSerializer(\n item: DataflowEndpointDataExplorerAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\nexport function dataflowEndpointDataExplorerAuthenticationDeserializer(\n item: any,\n): DataflowEndpointDataExplorerAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\n/** DataflowEndpoint Data Explorer Authentication Method properties */\nexport enum KnownDataExplorerAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n}\n\n/**\n * DataflowEndpoint Data Explorer Authentication Method properties \\\n * {@link KnownDataExplorerAuthMethod} can be used interchangeably with DataExplorerAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type\n */\nexport type DataExplorerAuthMethod = string;\n\n/** DataflowEndpoint Authentication SystemAssignedManagedIdentity properties */\nexport interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {\n /** Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration. */\n audience?: string;\n}\n\nexport function dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item: DataflowEndpointAuthenticationSystemAssignedManagedIdentity,\n): any {\n return { audience: item[\"audience\"] };\n}\n\nexport function dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item: any,\n): DataflowEndpointAuthenticationSystemAssignedManagedIdentity {\n return {\n audience: item[\"audience\"],\n };\n}\n\n/** DataflowEndpoint Authentication UserAssignedManagedIdentity properties */\nexport interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {\n /** Client ID for the user-assigned managed identity. */\n clientId: string;\n /** Resource identifier (application ID URI) of the resource, affixed with the .default suffix. */\n scope?: string;\n /** Tenant ID. */\n tenantId: string;\n}\n\nexport function dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item: DataflowEndpointAuthenticationUserAssignedManagedIdentity,\n): any {\n return {\n clientId: item[\"clientId\"],\n scope: item[\"scope\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\nexport function dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item: any,\n): DataflowEndpointAuthenticationUserAssignedManagedIdentity {\n return {\n clientId: item[\"clientId\"],\n scope: item[\"scope\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Batching configuration */\nexport interface BatchingConfiguration {\n /** Batching latency in seconds. */\n latencySeconds?: number;\n /** Maximum number of messages in a batch. */\n maxMessages?: number;\n}\n\nexport function batchingConfigurationSerializer(item: BatchingConfiguration): any {\n return {\n latencySeconds: item[\"latencySeconds\"],\n maxMessages: item[\"maxMessages\"],\n };\n}\n\nexport function batchingConfigurationDeserializer(item: any): BatchingConfiguration {\n return {\n latencySeconds: item[\"latencySeconds\"],\n maxMessages: item[\"maxMessages\"],\n };\n}\n\n/** Azure Data Lake endpoint properties */\nexport interface DataflowEndpointDataLakeStorage {\n /** Authentication configuration. NOTE - only authentication property is allowed per entry. */\n authentication: DataflowEndpointDataLakeStorageAuthentication;\n /** Host of the Azure Data Lake in the form of <account>.blob.core.windows.net . */\n host: string;\n /** Azure Data Lake endpoint batching configuration. */\n batching?: BatchingConfiguration;\n}\n\nexport function dataflowEndpointDataLakeStorageSerializer(\n item: DataflowEndpointDataLakeStorage,\n): any {\n return {\n authentication: dataflowEndpointDataLakeStorageAuthenticationSerializer(item[\"authentication\"]),\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationSerializer(item[\"batching\"]),\n };\n}\n\nexport function dataflowEndpointDataLakeStorageDeserializer(\n item: any,\n): DataflowEndpointDataLakeStorage {\n return {\n authentication: dataflowEndpointDataLakeStorageAuthenticationDeserializer(\n item[\"authentication\"],\n ),\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationDeserializer(item[\"batching\"]),\n };\n}\n\n/** Azure Data Lake endpoint Authentication properties. NOTE Enum - Only one method is supported for one entry */\nexport interface DataflowEndpointDataLakeStorageAuthentication {\n /** Mode of Authentication. */\n method: DataLakeStorageAuthMethod;\n /** SAS token authentication. */\n accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n}\n\nexport function dataflowEndpointDataLakeStorageAuthenticationSerializer(\n item: DataflowEndpointDataLakeStorageAuthentication,\n): any {\n return {\n method: item[\"method\"],\n accessTokenSettings: !item[\"accessTokenSettings\"]\n ? item[\"accessTokenSettings\"]\n : dataflowEndpointAuthenticationAccessTokenSerializer(item[\"accessTokenSettings\"]),\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\nexport function dataflowEndpointDataLakeStorageAuthenticationDeserializer(\n item: any,\n): DataflowEndpointDataLakeStorageAuthentication {\n return {\n method: item[\"method\"],\n accessTokenSettings: !item[\"accessTokenSettings\"]\n ? item[\"accessTokenSettings\"]\n : dataflowEndpointAuthenticationAccessTokenDeserializer(item[\"accessTokenSettings\"]),\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\n/** DataflowEndpoint Data Lake Storage Authentication Method properties */\nexport enum KnownDataLakeStorageAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n /** AccessToken Option */\n AccessToken = \"AccessToken\",\n}\n\n/**\n * DataflowEndpoint Data Lake Storage Authentication Method properties \\\n * {@link KnownDataLakeStorageAuthMethod} can be used interchangeably with DataLakeStorageAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \\\n * **AccessToken**: AccessToken Option\n */\nexport type DataLakeStorageAuthMethod = string;\n\n/** DataflowEndpoint Authentication Access Token properties */\nexport interface DataflowEndpointAuthenticationAccessToken {\n /** Token secret name. */\n secretRef: string;\n}\n\nexport function dataflowEndpointAuthenticationAccessTokenSerializer(\n item: DataflowEndpointAuthenticationAccessToken,\n): any {\n return { secretRef: item[\"secretRef\"] };\n}\n\nexport function dataflowEndpointAuthenticationAccessTokenDeserializer(\n item: any,\n): DataflowEndpointAuthenticationAccessToken {\n return {\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** Microsoft Fabric endpoint properties */\nexport interface DataflowEndpointFabricOneLake {\n /** Authentication configuration. NOTE - only one authentication property is allowed per entry. */\n authentication: DataflowEndpointFabricOneLakeAuthentication;\n /** Names of the workspace and lakehouse. */\n names: DataflowEndpointFabricOneLakeNames;\n /** Type of location of the data in the workspace. Can be either tables or files. */\n oneLakePathType: DataflowEndpointFabricPathType;\n /** Host of the Microsoft Fabric in the form of https://<host>.fabric.microsoft.com. */\n host: string;\n /** Batching configuration. */\n batching?: BatchingConfiguration;\n}\n\nexport function dataflowEndpointFabricOneLakeSerializer(item: DataflowEndpointFabricOneLake): any {\n return {\n authentication: dataflowEndpointFabricOneLakeAuthenticationSerializer(item[\"authentication\"]),\n names: dataflowEndpointFabricOneLakeNamesSerializer(item[\"names\"]),\n oneLakePathType: item[\"oneLakePathType\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationSerializer(item[\"batching\"]),\n };\n}\n\nexport function dataflowEndpointFabricOneLakeDeserializer(\n item: any,\n): DataflowEndpointFabricOneLake {\n return {\n authentication: dataflowEndpointFabricOneLakeAuthenticationDeserializer(item[\"authentication\"]),\n names: dataflowEndpointFabricOneLakeNamesDeserializer(item[\"names\"]),\n oneLakePathType: item[\"oneLakePathType\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationDeserializer(item[\"batching\"]),\n };\n}\n\n/** Microsoft Fabric endpoint. Authentication properties. NOTE - Only one method is supported for one entry */\nexport interface DataflowEndpointFabricOneLakeAuthentication {\n /** Mode of Authentication. */\n method: FabricOneLakeAuthMethod;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n}\n\nexport function dataflowEndpointFabricOneLakeAuthenticationSerializer(\n item: DataflowEndpointFabricOneLakeAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\nexport function dataflowEndpointFabricOneLakeAuthenticationDeserializer(\n item: any,\n): DataflowEndpointFabricOneLakeAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\n/** DataflowEndpoint Fabric One Lake Authentication Method properties */\nexport enum KnownFabricOneLakeAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n}\n\n/**\n * DataflowEndpoint Fabric One Lake Authentication Method properties \\\n * {@link KnownFabricOneLakeAuthMethod} can be used interchangeably with FabricOneLakeAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type\n */\nexport type FabricOneLakeAuthMethod = string;\n\n/** Microsoft Fabric endpoint Names properties */\nexport interface DataflowEndpointFabricOneLakeNames {\n /** Lakehouse name. */\n lakehouseName: string;\n /** Workspace name. */\n workspaceName: string;\n}\n\nexport function dataflowEndpointFabricOneLakeNamesSerializer(\n item: DataflowEndpointFabricOneLakeNames,\n): any {\n return {\n lakehouseName: item[\"lakehouseName\"],\n workspaceName: item[\"workspaceName\"],\n };\n}\n\nexport function dataflowEndpointFabricOneLakeNamesDeserializer(\n item: any,\n): DataflowEndpointFabricOneLakeNames {\n return {\n lakehouseName: item[\"lakehouseName\"],\n workspaceName: item[\"workspaceName\"],\n };\n}\n\n/** DataflowEndpoint Fabric Path Type properties */\nexport enum KnownDataflowEndpointFabricPathType {\n /** FILES Type */\n Files = \"Files\",\n /** TABLES Type */\n Tables = \"Tables\",\n}\n\n/**\n * DataflowEndpoint Fabric Path Type properties \\\n * {@link KnownDataflowEndpointFabricPathType} can be used interchangeably with DataflowEndpointFabricPathType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Files**: FILES Type \\\n * **Tables**: TABLES Type\n */\nexport type DataflowEndpointFabricPathType = string;\n\n/** Kafka endpoint properties */\nexport interface DataflowEndpointKafka {\n /** Authentication configuration. NOTE - only authentication property is allowed per entry. */\n authentication: DataflowEndpointKafkaAuthentication;\n /** Consumer group ID. */\n consumerGroupId?: string;\n /** Kafka endpoint host. */\n host: string;\n /** Batching configuration. */\n batching?: DataflowEndpointKafkaBatching;\n /** Copy Broker properties. No effect if the endpoint is used as a source or if the dataflow doesn't have an Broker source. */\n copyMqttProperties?: OperationalMode;\n /** Compression. Can be none, gzip, lz4, or snappy. No effect if the endpoint is used as a source. */\n compression?: DataflowEndpointKafkaCompression;\n /** Kafka acks. Can be all, one, or zero. No effect if the endpoint is used as a source. */\n kafkaAcks?: DataflowEndpointKafkaAcks;\n /** Partition handling strategy. Can be default or static. No effect if the endpoint is used as a source. */\n partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;\n /** TLS configuration. */\n tls?: TlsProperties;\n /** Cloud event mapping config. */\n cloudEventAttributes?: CloudEventAttributeType;\n}\n\nexport function dataflowEndpointKafkaSerializer(item: DataflowEndpointKafka): any {\n return {\n authentication: dataflowEndpointKafkaAuthenticationSerializer(item[\"authentication\"]),\n consumerGroupId: item[\"consumerGroupId\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : dataflowEndpointKafkaBatchingSerializer(item[\"batching\"]),\n copyMqttProperties: item[\"copyMqttProperties\"],\n compression: item[\"compression\"],\n kafkaAcks: item[\"kafkaAcks\"],\n partitionStrategy: item[\"partitionStrategy\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesSerializer(item[\"tls\"]),\n cloudEventAttributes: item[\"cloudEventAttributes\"],\n };\n}\n\nexport function dataflowEndpointKafkaDeserializer(item: any): DataflowEndpointKafka {\n return {\n authentication: dataflowEndpointKafkaAuthenticationDeserializer(item[\"authentication\"]),\n consumerGroupId: item[\"consumerGroupId\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : dataflowEndpointKafkaBatchingDeserializer(item[\"batching\"]),\n copyMqttProperties: item[\"copyMqttProperties\"],\n compression: item[\"compression\"],\n kafkaAcks: item[\"kafkaAcks\"],\n partitionStrategy: item[\"partitionStrategy\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesDeserializer(item[\"tls\"]),\n cloudEventAttributes: item[\"cloudEventAttributes\"],\n };\n}\n\n/** Kafka endpoint Authentication properties. NOTE - only authentication property is allowed per entry */\nexport interface DataflowEndpointKafkaAuthentication {\n /** Mode of Authentication. */\n method: KafkaAuthMethod;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n /** SASL authentication. */\n saslSettings?: DataflowEndpointAuthenticationSasl;\n /** X.509 certificate authentication. */\n x509CertificateSettings?: DataflowEndpointAuthenticationX509;\n}\n\nexport function dataflowEndpointKafkaAuthenticationSerializer(\n item: DataflowEndpointKafkaAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n saslSettings: !item[\"saslSettings\"]\n ? item[\"saslSettings\"]\n : dataflowEndpointAuthenticationSaslSerializer(item[\"saslSettings\"]),\n x509CertificateSettings: !item[\"x509CertificateSettings\"]\n ? item[\"x509CertificateSettings\"]\n : dataflowEndpointAuthenticationX509Serializer(item[\"x509CertificateSettings\"]),\n };\n}\n\nexport function dataflowEndpointKafkaAuthenticationDeserializer(\n item: any,\n): DataflowEndpointKafkaAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n saslSettings: !item[\"saslSettings\"]\n ? item[\"saslSettings\"]\n : dataflowEndpointAuthenticationSaslDeserializer(item[\"saslSettings\"]),\n x509CertificateSettings: !item[\"x509CertificateSettings\"]\n ? item[\"x509CertificateSettings\"]\n : dataflowEndpointAuthenticationX509Deserializer(item[\"x509CertificateSettings\"]),\n };\n}\n\n/** DataflowEndpoint Kafka Authentication Method properties */\nexport enum KnownKafkaAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n /** Sasl Option */\n Sasl = \"Sasl\",\n /** x509Certificate Option */\n X509Certificate = \"X509Certificate\",\n /** Anonymous Option */\n Anonymous = \"Anonymous\",\n}\n\n/**\n * DataflowEndpoint Kafka Authentication Method properties \\\n * {@link KnownKafkaAuthMethod} can be used interchangeably with KafkaAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \\\n * **Sasl**: Sasl Option \\\n * **X509Certificate**: x509Certificate Option \\\n * **Anonymous**: Anonymous Option\n */\nexport type KafkaAuthMethod = string;\n\n/** DataflowEndpoint Authentication Sasl properties */\nexport interface DataflowEndpointAuthenticationSasl {\n /** Type of SASL authentication. Can be PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512. */\n saslType: DataflowEndpointAuthenticationSaslType;\n /** Token secret name. */\n secretRef: string;\n}\n\nexport function dataflowEndpointAuthenticationSaslSerializer(\n item: DataflowEndpointAuthenticationSasl,\n): any {\n return { saslType: item[\"saslType\"], secretRef: item[\"secretRef\"] };\n}\n\nexport function dataflowEndpointAuthenticationSaslDeserializer(\n item: any,\n): DataflowEndpointAuthenticationSasl {\n return {\n saslType: item[\"saslType\"],\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** DataflowEndpoint Authentication Sasl Type properties */\nexport enum KnownDataflowEndpointAuthenticationSaslType {\n /** PLAIN Type */\n Plain = \"Plain\",\n /** SCRAM_SHA_256 Type */\n ScramSha256 = \"ScramSha256\",\n /** SCRAM_SHA_512 Type */\n ScramSha512 = \"ScramSha512\",\n}\n\n/**\n * DataflowEndpoint Authentication Sasl Type properties \\\n * {@link KnownDataflowEndpointAuthenticationSaslType} can be used interchangeably with DataflowEndpointAuthenticationSaslType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Plain**: PLAIN Type \\\n * **ScramSha256**: SCRAM_SHA_256 Type \\\n * **ScramSha512**: SCRAM_SHA_512 Type\n */\nexport type DataflowEndpointAuthenticationSaslType = string;\n\n/** DataflowEndpoint Authentication X509 properties */\nexport interface DataflowEndpointAuthenticationX509 {\n /** Secret reference of the X.509 certificate. */\n secretRef: string;\n}\n\nexport function dataflowEndpointAuthenticationX509Serializer(\n item: DataflowEndpointAuthenticationX509,\n): any {\n return { secretRef: item[\"secretRef\"] };\n}\n\nexport function dataflowEndpointAuthenticationX509Deserializer(\n item: any,\n): DataflowEndpointAuthenticationX509 {\n return {\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** Kafka endpoint Batching properties */\nexport interface DataflowEndpointKafkaBatching {\n /** Mode for batching. */\n mode?: OperationalMode;\n /** Batching latency in milliseconds. */\n latencyMs?: number;\n /** Maximum number of bytes in a batch. */\n maxBytes?: number;\n /** Maximum number of messages in a batch. */\n maxMessages?: number;\n}\n\nexport function dataflowEndpointKafkaBatchingSerializer(item: DataflowEndpointKafkaBatching): any {\n return {\n mode: item[\"mode\"],\n latencyMs: item[\"latencyMs\"],\n maxBytes: item[\"maxBytes\"],\n maxMessages: item[\"maxMessages\"],\n };\n}\n\nexport function dataflowEndpointKafkaBatchingDeserializer(\n item: any,\n): DataflowEndpointKafkaBatching {\n return {\n mode: item[\"mode\"],\n latencyMs: item[\"latencyMs\"],\n maxBytes: item[\"maxBytes\"],\n maxMessages: item[\"maxMessages\"],\n };\n}\n\n/** Mode properties */\nexport enum KnownOperationalMode {\n /** Enabled is equivalent to True */\n Enabled = \"Enabled\",\n /** Disabled is equivalent to False. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Mode properties \\\n * {@link KnownOperationalMode} can be used interchangeably with OperationalMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Enabled is equivalent to True \\\n * **Disabled**: Disabled is equivalent to False.\n */\nexport type OperationalMode = string;\n\n/** Kafka endpoint Compression properties */\nexport enum KnownDataflowEndpointKafkaCompression {\n /** NONE Option */\n None = \"None\",\n /** Gzip Option */\n Gzip = \"Gzip\",\n /** SNAPPY Option */\n Snappy = \"Snappy\",\n /** LZ4 Option */\n Lz4 = \"Lz4\",\n}\n\n/**\n * Kafka endpoint Compression properties \\\n * {@link KnownDataflowEndpointKafkaCompression} can be used interchangeably with DataflowEndpointKafkaCompression,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: NONE Option \\\n * **Gzip**: Gzip Option \\\n * **Snappy**: SNAPPY Option \\\n * **Lz4**: LZ4 Option\n */\nexport type DataflowEndpointKafkaCompression = string;\n\n/** DataflowEndpoint Kafka Acks properties */\nexport enum KnownDataflowEndpointKafkaAcks {\n /** ZERO Option */\n Zero = \"Zero\",\n /** ONE Option */\n One = \"One\",\n /** ALL Option */\n All = \"All\",\n}\n\n/**\n * DataflowEndpoint Kafka Acks properties \\\n * {@link KnownDataflowEndpointKafkaAcks} can be used interchangeably with DataflowEndpointKafkaAcks,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Zero**: ZERO Option \\\n * **One**: ONE Option \\\n * **All**: ALL Option\n */\nexport type DataflowEndpointKafkaAcks = string;\n\n/** DataflowEndpoint Kafka Partition Strategy properties */\nexport enum KnownDataflowEndpointKafkaPartitionStrategy {\n /** Default: Assigns messages to random partitions, using a round-robin algorithm. */\n Default = \"Default\",\n /** Static: Assigns messages to a fixed partition number that's derived from the instance ID of the dataflow. */\n Static = \"Static\",\n /** TOPIC Option */\n Topic = \"Topic\",\n /** PROPERTY Option */\n Property = \"Property\",\n}\n\n/**\n * DataflowEndpoint Kafka Partition Strategy properties \\\n * {@link KnownDataflowEndpointKafkaPartitionStrategy} can be used interchangeably with DataflowEndpointKafkaPartitionStrategy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Default: Assigns messages to random partitions, using a round-robin algorithm. \\\n * **Static**: Static: Assigns messages to a fixed partition number that's derived from the instance ID of the dataflow. \\\n * **Topic**: TOPIC Option \\\n * **Property**: PROPERTY Option\n */\nexport type DataflowEndpointKafkaPartitionStrategy = string;\n\n/** Tls properties */\nexport interface TlsProperties {\n /** Mode for TLS. */\n mode?: OperationalMode;\n /** Trusted CA certificate config map. */\n trustedCaCertificateConfigMapRef?: string;\n}\n\nexport function tlsPropertiesSerializer(item: TlsProperties): any {\n return {\n mode: item[\"mode\"],\n trustedCaCertificateConfigMapRef: item[\"trustedCaCertificateConfigMapRef\"],\n };\n}\n\nexport function tlsPropertiesDeserializer(item: any): TlsProperties {\n return {\n mode: item[\"mode\"],\n trustedCaCertificateConfigMapRef: item[\"trustedCaCertificateConfigMapRef\"],\n };\n}\n\n/** How to map events to the cloud. */\nexport enum KnownCloudEventAttributeType {\n /** Propagate type */\n Propagate = \"Propagate\",\n /** CreateOrRemap type */\n CreateOrRemap = \"CreateOrRemap\",\n}\n\n/**\n * How to map events to the cloud. \\\n * {@link KnownCloudEventAttributeType} can be used interchangeably with CloudEventAttributeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Propagate**: Propagate type \\\n * **CreateOrRemap**: CreateOrRemap type\n */\nexport type CloudEventAttributeType = string;\n\n/** Local persistent volume endpoint properties */\nexport interface DataflowEndpointLocalStorage {\n /** Persistent volume claim name. */\n persistentVolumeClaimRef: string;\n}\n\nexport function dataflowEndpointLocalStorageSerializer(item: DataflowEndpointLocalStorage): any {\n return { persistentVolumeClaimRef: item[\"persistentVolumeClaimRef\"] };\n}\n\nexport function dataflowEndpointLocalStorageDeserializer(item: any): DataflowEndpointLocalStorage {\n return {\n persistentVolumeClaimRef: item[\"persistentVolumeClaimRef\"],\n };\n}\n\n/** Broker endpoint properties */\nexport interface DataflowEndpointMqtt {\n /** authentication properties. DEFAULT: kubernetes.audience=aio-internal. NOTE - Enum field only property is allowed */\n authentication: DataflowEndpointMqttAuthentication;\n /** Client ID prefix. Client ID generated by the dataflow is <prefix>-TBD. Optional; no prefix if omitted. */\n clientIdPrefix?: string;\n /** Host of the Broker in the form of <hostname>:<port>. Optional; connects to Broker if omitted. */\n host?: string;\n /** Enable or disable websockets. */\n protocol?: BrokerProtocolType;\n /** Broker KeepAlive for connection in seconds. */\n keepAliveSeconds?: number;\n /** Whether or not to keep the retain setting. */\n retain?: MqttRetainType;\n /** The max number of messages to keep in flight. For subscribe, this is the receive maximum. For publish, this is the maximum number of messages to send before waiting for an ack. */\n maxInflightMessages?: number;\n /** Qos for Broker connection. */\n qos?: number;\n /** Session expiry in seconds. */\n sessionExpirySeconds?: number;\n /** TLS configuration. */\n tls?: TlsProperties;\n /** Cloud event mapping config. */\n cloudEventAttributes?: CloudEventAttributeType;\n}\n\nexport function dataflowEndpointMqttSerializer(item: DataflowEndpointMqtt): any {\n return {\n authentication: dataflowEndpointMqttAuthenticationSerializer(item[\"authentication\"]),\n clientIdPrefix: item[\"clientIdPrefix\"],\n host: item[\"host\"],\n protocol: item[\"protocol\"],\n keepAliveSeconds: item[\"keepAliveSeconds\"],\n retain: item[\"retain\"],\n maxInflightMessages: item[\"maxInflightMessages\"],\n qos: item[\"qos\"],\n sessionExpirySeconds: item[\"sessionExpirySeconds\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesSerializer(item[\"tls\"]),\n cloudEventAttributes: item[\"cloudEventAttributes\"],\n };\n}\n\nexport function dataflowEndpointMqttDeserializer(item: any): DataflowEndpointMqtt {\n return {\n authentication: dataflowEndpointMqttAuthenticationDeserializer(item[\"authentication\"]),\n clientIdPrefix: item[\"clientIdPrefix\"],\n host: item[\"host\"],\n protocol: item[\"protocol\"],\n keepAliveSeconds: item[\"keepAliveSeconds\"],\n retain: item[\"retain\"],\n maxInflightMessages: item[\"maxInflightMessages\"],\n qos: item[\"qos\"],\n sessionExpirySeconds: item[\"sessionExpirySeconds\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesDeserializer(item[\"tls\"]),\n cloudEventAttributes: item[\"cloudEventAttributes\"],\n };\n}\n\n/** Mqtt endpoint Authentication properties. NOTE - only authentication property is allowed per entry. */\nexport interface DataflowEndpointMqttAuthentication {\n /** Mode of Authentication. */\n method: MqttAuthMethod;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n /** Kubernetes service account token authentication. Default audience if not set is aio-internal */\n serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;\n /** X.509 certificate authentication. */\n x509CertificateSettings?: DataflowEndpointAuthenticationX509;\n}\n\nexport function dataflowEndpointMqttAuthenticationSerializer(\n item: DataflowEndpointMqttAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n serviceAccountTokenSettings: !item[\"serviceAccountTokenSettings\"]\n ? item[\"serviceAccountTokenSettings\"]\n : dataflowEndpointAuthenticationServiceAccountTokenSerializer(\n item[\"serviceAccountTokenSettings\"],\n ),\n x509CertificateSettings: !item[\"x509CertificateSettings\"]\n ? item[\"x509CertificateSettings\"]\n : dataflowEndpointAuthenticationX509Serializer(item[\"x509CertificateSettings\"]),\n };\n}\n\nexport function dataflowEndpointMqttAuthenticationDeserializer(\n item: any,\n): DataflowEndpointMqttAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n serviceAccountTokenSettings: !item[\"serviceAccountTokenSettings\"]\n ? item[\"serviceAccountTokenSettings\"]\n : dataflowEndpointAuthenticationServiceAccountTokenDeserializer(\n item[\"serviceAccountTokenSettings\"],\n ),\n x509CertificateSettings: !item[\"x509CertificateSettings\"]\n ? item[\"x509CertificateSettings\"]\n : dataflowEndpointAuthenticationX509Deserializer(item[\"x509CertificateSettings\"]),\n };\n}\n\n/** DataflowEndpoint Mqtt Authentication Method properties */\nexport enum KnownMqttAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n /** ServiceAccountToken Option */\n ServiceAccountToken = \"ServiceAccountToken\",\n /** x509Certificate Option */\n X509Certificate = \"X509Certificate\",\n /** Anonymous Option */\n Anonymous = \"Anonymous\",\n}\n\n/**\n * DataflowEndpoint Mqtt Authentication Method properties \\\n * {@link KnownMqttAuthMethod} can be used interchangeably with MqttAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \\\n * **ServiceAccountToken**: ServiceAccountToken Option \\\n * **X509Certificate**: x509Certificate Option \\\n * **Anonymous**: Anonymous Option\n */\nexport type MqttAuthMethod = string;\n\n/** Service Account Token for BrokerAuthentication */\nexport interface DataflowEndpointAuthenticationServiceAccountToken {\n /** Audience of the service account. Optional, defaults to the broker internal service account audience. */\n audience: string;\n}\n\nexport function dataflowEndpointAuthenticationServiceAccountTokenSerializer(\n item: DataflowEndpointAuthenticationServiceAccountToken,\n): any {\n return { audience: item[\"audience\"] };\n}\n\nexport function dataflowEndpointAuthenticationServiceAccountTokenDeserializer(\n item: any,\n): DataflowEndpointAuthenticationServiceAccountToken {\n return {\n audience: item[\"audience\"],\n };\n}\n\n/** Broker Protocol types */\nexport enum KnownBrokerProtocolType {\n /** protocol broker */\n Mqtt = \"Mqtt\",\n /** protocol websocket */\n WebSockets = \"WebSockets\",\n}\n\n/**\n * Broker Protocol types \\\n * {@link KnownBrokerProtocolType} can be used interchangeably with BrokerProtocolType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Mqtt**: protocol broker \\\n * **WebSockets**: protocol websocket\n */\nexport type BrokerProtocolType = string;\n\n/** Broker Retain types */\nexport enum KnownMqttRetainType {\n /** Retain the messages. */\n Keep = \"Keep\",\n /** Never retain messages. */\n Never = \"Never\",\n}\n\n/**\n * Broker Retain types \\\n * {@link KnownMqttRetainType} can be used interchangeably with MqttRetainType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Keep**: Retain the messages. \\\n * **Never**: Never retain messages.\n */\nexport type MqttRetainType = string;\n\n/** The enum defining status of resource. */\nexport enum KnownProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** Resource is getting provisioned. */\n Provisioning = \"Provisioning\",\n /** Resource is Updating. */\n Updating = \"Updating\",\n /** Resource is Deleting. */\n Deleting = \"Deleting\",\n /** Resource has been Accepted. */\n Accepted = \"Accepted\",\n}\n\n/**\n * The enum defining status of resource. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Provisioning**: Resource is getting provisioned. \\\n * **Updating**: Resource is Updating. \\\n * **Deleting**: Resource is Deleting. \\\n * **Accepted**: Resource has been Accepted.\n */\nexport type ProvisioningState = string;\n\n/** Extended location is an extension of Azure locations. They provide a way to use their Azure ARC enabled Kubernetes clusters as target locations for deploying Azure services instances. */\nexport interface ExtendedLocation {\n /** The name of the extended location. */\n name: string;\n /** Type of ExtendedLocation. */\n type: ExtendedLocationType;\n}\n\nexport function extendedLocationSerializer(item: ExtendedLocation): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\nexport function extendedLocationDeserializer(item: any): ExtendedLocation {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n };\n}\n\n/** The enum defining type of ExtendedLocation accepted. */\nexport enum KnownExtendedLocationType {\n /** CustomLocation type */\n CustomLocation = \"CustomLocation\",\n}\n\n/**\n * The enum defining type of ExtendedLocation accepted. \\\n * {@link KnownExtendedLocationType} can be used interchangeably with ExtendedLocationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomLocation**: CustomLocation type\n */\nexport type ExtendedLocationType = string;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnowncreatedByType} can be used interchangeably with createdByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The response of a DataflowEndpointResource list operation. */\nexport interface _DataflowEndpointResourceListResult {\n /** The DataflowEndpointResource items on this page */\n value: DataflowEndpointResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataflowEndpointResourceListResultDeserializer(\n item: any,\n): _DataflowEndpointResourceListResult {\n return {\n value: dataflowEndpointResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataflowEndpointResourceArraySerializer(\n result: Array<DataflowEndpointResource>,\n): any[] {\n return result.map((item) => {\n return dataflowEndpointResourceSerializer(item);\n });\n}\n\nexport function dataflowEndpointResourceArrayDeserializer(\n result: Array<DataflowEndpointResource>,\n): any[] {\n return result.map((item) => {\n return dataflowEndpointResourceDeserializer(item);\n });\n}\n\n/** Instance dataflowProfile dataflow resource */\nexport interface DataflowResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DataflowProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n}\n\nexport function dataflowResourceSerializer(item: DataflowResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowPropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function dataflowResourceDeserializer(item: any): DataflowResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** Dataflow Resource properties */\nexport interface DataflowProperties {\n /** Mode for Dataflow. Optional; defaults to Enabled. */\n mode?: OperationalMode;\n /** List of operations including source and destination references as well as transformation. */\n operations: DataflowOperation[];\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function dataflowPropertiesSerializer(item: DataflowProperties): any {\n return {\n mode: item[\"mode\"],\n operations: dataflowOperationArraySerializer(item[\"operations\"]),\n };\n}\n\nexport function dataflowPropertiesDeserializer(item: any): DataflowProperties {\n return {\n mode: item[\"mode\"],\n operations: dataflowOperationArrayDeserializer(item[\"operations\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function dataflowOperationArraySerializer(result: Array<DataflowOperation>): any[] {\n return result.map((item) => {\n return dataflowOperationSerializer(item);\n });\n}\n\nexport function dataflowOperationArrayDeserializer(result: Array<DataflowOperation>): any[] {\n return result.map((item) => {\n return dataflowOperationDeserializer(item);\n });\n}\n\n/** Dataflow Operation properties. NOTE - One only method is allowed to be used for one entry. */\nexport interface DataflowOperation {\n /** Type of operation. */\n operationType: OperationType;\n /** Optional user provided name of the transformation. */\n name?: string;\n /** Source configuration. */\n sourceSettings?: DataflowSourceOperationSettings;\n /** Built In Transformation configuration. */\n builtInTransformationSettings?: DataflowBuiltInTransformationSettings;\n /** Destination configuration. */\n destinationSettings?: DataflowDestinationOperationSettings;\n}\n\nexport function dataflowOperationSerializer(item: DataflowOperation): any {\n return {\n operationType: item[\"operationType\"],\n name: item[\"name\"],\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : dataflowSourceOperationSettingsSerializer(item[\"sourceSettings\"]),\n builtInTransformationSettings: !item[\"builtInTransformationSettings\"]\n ? item[\"builtInTransformationSettings\"]\n : dataflowBuiltInTransformationSettingsSerializer(item[\"builtInTransformationSettings\"]),\n destinationSettings: !item[\"destinationSettings\"]\n ? item[\"destinationSettings\"]\n : dataflowDestinationOperationSettingsSerializer(item[\"destinationSettings\"]),\n };\n}\n\nexport function dataflowOperationDeserializer(item: any): DataflowOperation {\n return {\n operationType: item[\"operationType\"],\n name: item[\"name\"],\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : dataflowSourceOperationSettingsDeserializer(item[\"sourceSettings\"]),\n builtInTransformationSettings: !item[\"builtInTransformationSettings\"]\n ? item[\"builtInTransformationSettings\"]\n : dataflowBuiltInTransformationSettingsDeserializer(item[\"builtInTransformationSettings\"]),\n destinationSettings: !item[\"destinationSettings\"]\n ? item[\"destinationSettings\"]\n : dataflowDestinationOperationSettingsDeserializer(item[\"destinationSettings\"]),\n };\n}\n\n/** Dataflow Operation Type properties */\nexport enum KnownOperationType {\n /** Dataflow Source Operation */\n Source = \"Source\",\n /** Dataflow Destination Operation */\n Destination = \"Destination\",\n /** Dataflow BuiltIn Transformation Operation */\n BuiltInTransformation = \"BuiltInTransformation\",\n}\n\n/**\n * Dataflow Operation Type properties \\\n * {@link KnownOperationType} can be used interchangeably with OperationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Source**: Dataflow Source Operation \\\n * **Destination**: Dataflow Destination Operation \\\n * **BuiltInTransformation**: Dataflow BuiltIn Transformation Operation\n */\nexport type OperationType = string;\n\n/** Dataflow Source Operation properties */\nexport interface DataflowSourceOperationSettings {\n /** Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type. */\n endpointRef: string;\n /** Reference to the resource in Azure Device Registry where the data in the endpoint originates from. */\n assetRef?: string;\n /** Content is a JSON Schema. Allowed: JSON Schema/draft-7. */\n serializationFormat?: SourceSerializationFormat;\n /** Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match. */\n schemaRef?: string;\n /** List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +. */\n dataSources: string[];\n}\n\nexport function dataflowSourceOperationSettingsSerializer(\n item: DataflowSourceOperationSettings,\n): any {\n return {\n endpointRef: item[\"endpointRef\"],\n assetRef: item[\"assetRef\"],\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n dataSources: item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function dataflowSourceOperationSettingsDeserializer(\n item: any,\n): DataflowSourceOperationSettings {\n return {\n endpointRef: item[\"endpointRef\"],\n assetRef: item[\"assetRef\"],\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n dataSources: item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Serialization Format properties */\nexport enum KnownSourceSerializationFormat {\n /** JSON Format */\n Json = \"Json\",\n}\n\n/**\n * Serialization Format properties \\\n * {@link KnownSourceSerializationFormat} can be used interchangeably with SourceSerializationFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Json**: JSON Format\n */\nexport type SourceSerializationFormat = string;\n\n/** Dataflow BuiltIn Transformation properties */\nexport interface DataflowBuiltInTransformationSettings {\n /** Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json */\n serializationFormat?: TransformationSerializationFormat;\n /** Reference to the schema that describes the output of the transformation. */\n schemaRef?: string;\n /** Enrich data from Broker State Store. Dataset references a key in Broker State Store. */\n datasets?: DataflowBuiltInTransformationDataset[];\n /** Filters input record or datapoints based on condition. */\n filter?: DataflowBuiltInTransformationFilter[];\n /** Maps input to output message. */\n map?: DataflowBuiltInTransformationMap[];\n}\n\nexport function dataflowBuiltInTransformationSettingsSerializer(\n item: DataflowBuiltInTransformationSettings,\n): any {\n return {\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n datasets: !item[\"datasets\"]\n ? item[\"datasets\"]\n : dataflowBuiltInTransformationDatasetArraySerializer(item[\"datasets\"]),\n filter: !item[\"filter\"]\n ? item[\"filter\"]\n : dataflowBuiltInTransformationFilterArraySerializer(item[\"filter\"]),\n map: !item[\"map\"] ? item[\"map\"] : dataflowBuiltInTransformationMapArraySerializer(item[\"map\"]),\n };\n}\n\nexport function dataflowBuiltInTransformationSettingsDeserializer(\n item: any,\n): DataflowBuiltInTransformationSettings {\n return {\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n datasets: !item[\"datasets\"]\n ? item[\"datasets\"]\n : dataflowBuiltInTransformationDatasetArrayDeserializer(item[\"datasets\"]),\n filter: !item[\"filter\"]\n ? item[\"filter\"]\n : dataflowBuiltInTransformationFilterArrayDeserializer(item[\"filter\"]),\n map: !item[\"map\"]\n ? item[\"map\"]\n : dataflowBuiltInTransformationMapArrayDeserializer(item[\"map\"]),\n };\n}\n\n/** Transformation Format properties */\nexport enum KnownTransformationSerializationFormat {\n /** Delta Format */\n Delta = \"Delta\",\n /** JSON Format */\n Json = \"Json\",\n /** Parquet Format */\n Parquet = \"Parquet\",\n}\n\n/**\n * Transformation Format properties \\\n * {@link KnownTransformationSerializationFormat} can be used interchangeably with TransformationSerializationFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Delta**: Delta Format \\\n * **Json**: JSON Format \\\n * **Parquet**: Parquet Format\n */\nexport type TransformationSerializationFormat = string;\n\nexport function dataflowBuiltInTransformationDatasetArraySerializer(\n result: Array<DataflowBuiltInTransformationDataset>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationDatasetSerializer(item);\n });\n}\n\nexport function dataflowBuiltInTransformationDatasetArrayDeserializer(\n result: Array<DataflowBuiltInTransformationDataset>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationDatasetDeserializer(item);\n });\n}\n\n/** Dataflow BuiltIn Transformation dataset properties */\nexport interface DataflowBuiltInTransformationDataset {\n /** The key of the dataset. */\n key: string;\n /** A user provided optional description of the dataset. */\n description?: string;\n /** The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7. */\n schemaRef?: string;\n /** List of fields for enriching from the Broker State Store. */\n inputs: string[];\n /** Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided) */\n expression?: string;\n}\n\nexport function dataflowBuiltInTransformationDatasetSerializer(\n item: DataflowBuiltInTransformationDataset,\n): any {\n return {\n key: item[\"key\"],\n description: item[\"description\"],\n schemaRef: item[\"schemaRef\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n };\n}\n\nexport function dataflowBuiltInTransformationDatasetDeserializer(\n item: any,\n): DataflowBuiltInTransformationDataset {\n return {\n key: item[\"key\"],\n description: item[\"description\"],\n schemaRef: item[\"schemaRef\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n };\n}\n\nexport function dataflowBuiltInTransformationFilterArraySerializer(\n result: Array<DataflowBuiltInTransformationFilter>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationFilterSerializer(item);\n });\n}\n\nexport function dataflowBuiltInTransformationFilterArrayDeserializer(\n result: Array<DataflowBuiltInTransformationFilter>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationFilterDeserializer(item);\n });\n}\n\n/** Dataflow BuiltIn Transformation filter properties */\nexport interface DataflowBuiltInTransformationFilter {\n /** The type of dataflow operation. */\n type?: FilterType;\n /** A user provided optional description of the filter. */\n description?: string;\n /** List of fields for filtering in JSON path expression. */\n inputs: string[];\n /** Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided) */\n expression: string;\n}\n\nexport function dataflowBuiltInTransformationFilterSerializer(\n item: DataflowBuiltInTransformationFilter,\n): any {\n return {\n type: item[\"type\"],\n description: item[\"description\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n };\n}\n\nexport function dataflowBuiltInTransformationFilterDeserializer(\n item: any,\n): DataflowBuiltInTransformationFilter {\n return {\n type: item[\"type\"],\n description: item[\"description\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n };\n}\n\n/** Filter Type properties */\nexport enum KnownFilterType {\n /** Filter type */\n Filter = \"Filter\",\n}\n\n/**\n * Filter Type properties \\\n * {@link KnownFilterType} can be used interchangeably with FilterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Filter**: Filter type\n */\nexport type FilterType = string;\n\nexport function dataflowBuiltInTransformationMapArraySerializer(\n result: Array<DataflowBuiltInTransformationMap>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationMapSerializer(item);\n });\n}\n\nexport function dataflowBuiltInTransformationMapArrayDeserializer(\n result: Array<DataflowBuiltInTransformationMap>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationMapDeserializer(item);\n });\n}\n\n/** Dataflow BuiltIn Transformation map properties */\nexport interface DataflowBuiltInTransformationMap {\n /** Type of transformation. */\n type?: DataflowMappingType;\n /** A user provided optional description of the mapping function. */\n description?: string;\n /** List of fields for mapping in JSON path expression. */\n inputs: string[];\n /** Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided) */\n expression?: string;\n /** Where and how the input fields to be organized in the output record. */\n output: string;\n}\n\nexport function dataflowBuiltInTransformationMapSerializer(\n item: DataflowBuiltInTransformationMap,\n): any {\n return {\n type: item[\"type\"],\n description: item[\"description\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n output: item[\"output\"],\n };\n}\n\nexport function dataflowBuiltInTransformationMapDeserializer(\n item: any,\n): DataflowBuiltInTransformationMap {\n return {\n type: item[\"type\"],\n description: item[\"description\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n output: item[\"output\"],\n };\n}\n\n/** Dataflow type mapping properties */\nexport enum KnownDataflowMappingType {\n /** New Properties type */\n NewProperties = \"NewProperties\",\n /** Rename type */\n Rename = \"Rename\",\n /** Compute type */\n Compute = \"Compute\",\n /** Pass-through type */\n PassThrough = \"PassThrough\",\n /** Built in function type */\n BuiltInFunction = \"BuiltInFunction\",\n}\n\n/**\n * Dataflow type mapping properties \\\n * {@link KnownDataflowMappingType} can be used interchangeably with DataflowMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NewProperties**: New Properties type \\\n * **Rename**: Rename type \\\n * **Compute**: Compute type \\\n * **PassThrough**: Pass-through type \\\n * **BuiltInFunction**: Built in function type\n */\nexport type DataflowMappingType = string;\n\n/** Dataflow Destination Operation properties */\nexport interface DataflowDestinationOperationSettings {\n /** Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type. */\n endpointRef: string;\n /** Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription. */\n dataDestination: string;\n}\n\nexport function dataflowDestinationOperationSettingsSerializer(\n item: DataflowDestinationOperationSettings,\n): any {\n return {\n endpointRef: item[\"endpointRef\"],\n dataDestination: item[\"dataDestination\"],\n };\n}\n\nexport function dataflowDestinationOperationSettingsDeserializer(\n item: any,\n): DataflowDestinationOperationSettings {\n return {\n endpointRef: item[\"endpointRef\"],\n dataDestination: item[\"dataDestination\"],\n };\n}\n\n/** The response of a DataflowResource list operation. */\nexport interface _DataflowResourceListResult {\n /** The DataflowResource items on this page */\n value: DataflowResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataflowResourceListResultDeserializer(item: any): _DataflowResourceListResult {\n return {\n value: dataflowResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataflowResourceArraySerializer(result: Array<DataflowResource>): any[] {\n return result.map((item) => {\n return dataflowResourceSerializer(item);\n });\n}\n\nexport function dataflowResourceArrayDeserializer(result: Array<DataflowResource>): any[] {\n return result.map((item) => {\n return dataflowResourceDeserializer(item);\n });\n}\n\n/** Instance dataflowProfile resource */\nexport interface DataflowProfileResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DataflowProfileProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n}\n\nexport function dataflowProfileResourceSerializer(item: DataflowProfileResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowProfilePropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function dataflowProfileResourceDeserializer(item: any): DataflowProfileResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowProfilePropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** DataflowProfile Resource properties */\nexport interface DataflowProfileProperties {\n /** Spec defines the desired identities of NBC diagnostics settings. */\n diagnostics?: ProfileDiagnostics;\n /** To manually scale the dataflow profile, specify the maximum number of instances you want to run. */\n instanceCount?: number;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function dataflowProfilePropertiesSerializer(item: DataflowProfileProperties): any {\n return {\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : profileDiagnosticsSerializer(item[\"diagnostics\"]),\n instanceCount: item[\"instanceCount\"],\n };\n}\n\nexport function dataflowProfilePropertiesDeserializer(item: any): DataflowProfileProperties {\n return {\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : profileDiagnosticsDeserializer(item[\"diagnostics\"]),\n instanceCount: item[\"instanceCount\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** DataflowProfile Diagnostics properties */\nexport interface ProfileDiagnostics {\n /** Diagnostic log settings for the resource. */\n logs?: DiagnosticsLogs;\n /** The metrics settings for the resource. */\n metrics?: Metrics;\n}\n\nexport function profileDiagnosticsSerializer(item: ProfileDiagnostics): any {\n return {\n logs: !item[\"logs\"] ? item[\"logs\"] : diagnosticsLogsSerializer(item[\"logs\"]),\n metrics: !item[\"metrics\"] ? item[\"metrics\"] : metricsSerializer(item[\"metrics\"]),\n };\n}\n\nexport function profileDiagnosticsDeserializer(item: any): ProfileDiagnostics {\n return {\n logs: !item[\"logs\"] ? item[\"logs\"] : diagnosticsLogsDeserializer(item[\"logs\"]),\n metrics: !item[\"metrics\"] ? item[\"metrics\"] : metricsDeserializer(item[\"metrics\"]),\n };\n}\n\n/** Diagnostic Log properties */\nexport interface DiagnosticsLogs {\n /** The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'. */\n level?: string;\n}\n\nexport function diagnosticsLogsSerializer(item: DiagnosticsLogs): any {\n return { level: item[\"level\"] };\n}\n\nexport function diagnosticsLogsDeserializer(item: any): DiagnosticsLogs {\n return {\n level: item[\"level\"],\n };\n}\n\n/** Diagnostic Metrics properties */\nexport interface Metrics {\n /** The prometheus port to expose the metrics. */\n prometheusPort?: number;\n}\n\nexport function metricsSerializer(item: Metrics): any {\n return { prometheusPort: item[\"prometheusPort\"] };\n}\n\nexport function metricsDeserializer(item: any): Metrics {\n return {\n prometheusPort: item[\"prometheusPort\"],\n };\n}\n\n/** The response of a DataflowProfileResource list operation. */\nexport interface _DataflowProfileResourceListResult {\n /** The DataflowProfileResource items on this page */\n value: DataflowProfileResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataflowProfileResourceListResultDeserializer(\n item: any,\n): _DataflowProfileResourceListResult {\n return {\n value: dataflowProfileResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataflowProfileResourceArraySerializer(\n result: Array<DataflowProfileResource>,\n): any[] {\n return result.map((item) => {\n return dataflowProfileResourceSerializer(item);\n });\n}\n\nexport function dataflowProfileResourceArrayDeserializer(\n result: Array<DataflowProfileResource>,\n): any[] {\n return result.map((item) => {\n return dataflowProfileResourceDeserializer(item);\n });\n}\n\n/** Instance broker authorizations resource */\nexport interface BrokerAuthorizationResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BrokerAuthorizationProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n}\n\nexport function brokerAuthorizationResourceSerializer(item: BrokerAuthorizationResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerAuthorizationPropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function brokerAuthorizationResourceDeserializer(item: any): BrokerAuthorizationResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerAuthorizationPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** BrokerAuthorization Resource properties */\nexport interface BrokerAuthorizationProperties {\n /** The list of authorization policies supported by the Authorization Resource. */\n authorizationPolicies: AuthorizationConfig;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function brokerAuthorizationPropertiesSerializer(item: BrokerAuthorizationProperties): any {\n return {\n authorizationPolicies: authorizationConfigSerializer(item[\"authorizationPolicies\"]),\n };\n}\n\nexport function brokerAuthorizationPropertiesDeserializer(\n item: any,\n): BrokerAuthorizationProperties {\n return {\n authorizationPolicies: authorizationConfigDeserializer(item[\"authorizationPolicies\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Broker AuthorizationConfig properties */\nexport interface AuthorizationConfig {\n /** Enable caching of the authorization rules. */\n cache?: OperationalMode;\n /** The authorization rules to follow. If no rule is set, but Authorization Resource is used that would mean DenyAll. */\n rules?: AuthorizationRule[];\n}\n\nexport function authorizationConfigSerializer(item: AuthorizationConfig): any {\n return {\n cache: item[\"cache\"],\n rules: !item[\"rules\"] ? item[\"rules\"] : authorizationRuleArraySerializer(item[\"rules\"]),\n };\n}\n\nexport function authorizationConfigDeserializer(item: any): AuthorizationConfig {\n return {\n cache: item[\"cache\"],\n rules: !item[\"rules\"] ? item[\"rules\"] : authorizationRuleArrayDeserializer(item[\"rules\"]),\n };\n}\n\nexport function authorizationRuleArraySerializer(result: Array<AuthorizationRule>): any[] {\n return result.map((item) => {\n return authorizationRuleSerializer(item);\n });\n}\n\nexport function authorizationRuleArrayDeserializer(result: Array<AuthorizationRule>): any[] {\n return result.map((item) => {\n return authorizationRuleDeserializer(item);\n });\n}\n\n/** AuthorizationConfig Rule Properties */\nexport interface AuthorizationRule {\n /** Give access to Broker methods and topics. */\n brokerResources: BrokerResourceRule[];\n /** Give access to clients based on the following properties. */\n principals: PrincipalDefinition;\n /** Give access to state store resources. */\n stateStoreResources?: StateStoreResourceRule[];\n}\n\nexport function authorizationRuleSerializer(item: AuthorizationRule): any {\n return {\n brokerResources: brokerResourceRuleArraySerializer(item[\"brokerResources\"]),\n principals: principalDefinitionSerializer(item[\"principals\"]),\n stateStoreResources: !item[\"stateStoreResources\"]\n ? item[\"stateStoreResources\"]\n : stateStoreResourceRuleArraySerializer(item[\"stateStoreResources\"]),\n };\n}\n\nexport function authorizationRuleDeserializer(item: any): AuthorizationRule {\n return {\n brokerResources: brokerResourceRuleArrayDeserializer(item[\"brokerResources\"]),\n principals: principalDefinitionDeserializer(item[\"principals\"]),\n stateStoreResources: !item[\"stateStoreResources\"]\n ? item[\"stateStoreResources\"]\n : stateStoreResourceRuleArrayDeserializer(item[\"stateStoreResources\"]),\n };\n}\n\nexport function brokerResourceRuleArraySerializer(result: Array<BrokerResourceRule>): any[] {\n return result.map((item) => {\n return brokerResourceRuleSerializer(item);\n });\n}\n\nexport function brokerResourceRuleArrayDeserializer(result: Array<BrokerResourceRule>): any[] {\n return result.map((item) => {\n return brokerResourceRuleDeserializer(item);\n });\n}\n\n/** Broker Resource Rule properties. This defines the objects that represent the actions or topics, such as - method.Connect, method.Publish, etc. */\nexport interface BrokerResourceRule {\n /** Give access for a Broker method (i.e., Connect, Subscribe, or Publish). */\n method: BrokerResourceDefinitionMethods;\n /** A list of client IDs that match the clients. The client IDs are case-sensitive and must match the client IDs provided by the clients during connection. This subfield may be set if the method is Connect. */\n clientIds?: string[];\n /** A list of topics or topic patterns that match the topics that the clients can publish or subscribe to. This subfield is required if the method is Publish or Subscribe. */\n topics?: string[];\n}\n\nexport function brokerResourceRuleSerializer(item: BrokerResourceRule): any {\n return {\n method: item[\"method\"],\n clientIds: !item[\"clientIds\"]\n ? item[\"clientIds\"]\n : item[\"clientIds\"].map((p: any) => {\n return p;\n }),\n topics: !item[\"topics\"]\n ? item[\"topics\"]\n : item[\"topics\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function brokerResourceRuleDeserializer(item: any): BrokerResourceRule {\n return {\n method: item[\"method\"],\n clientIds: !item[\"clientIds\"]\n ? item[\"clientIds\"]\n : item[\"clientIds\"].map((p: any) => {\n return p;\n }),\n topics: !item[\"topics\"]\n ? item[\"topics\"]\n : item[\"topics\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** BrokerResourceDefinitionMethods methods allowed */\nexport enum KnownBrokerResourceDefinitionMethods {\n /** Allowed Connecting to Broker */\n Connect = \"Connect\",\n /** Allowed Publishing to Broker */\n Publish = \"Publish\",\n /** Allowed Subscribing to Broker */\n Subscribe = \"Subscribe\",\n}\n\n/**\n * BrokerResourceDefinitionMethods methods allowed \\\n * {@link KnownBrokerResourceDefinitionMethods} can be used interchangeably with BrokerResourceDefinitionMethods,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connect**: Allowed Connecting to Broker \\\n * **Publish**: Allowed Publishing to Broker \\\n * **Subscribe**: Allowed Subscribing to Broker\n */\nexport type BrokerResourceDefinitionMethods = string;\n\n/** PrincipalDefinition properties of Rule */\nexport interface PrincipalDefinition {\n /** A list of key-value pairs that match the attributes of the clients. The attributes are case-sensitive and must match the attributes provided by the clients during authentication. */\n attributes?: Record<string, string>[];\n /** A list of client IDs that match the clients. The client IDs are case-sensitive and must match the client IDs provided by the clients during connection. */\n clientIds?: string[];\n /** A list of usernames that match the clients. The usernames are case-sensitive and must match the usernames provided by the clients during authentication. */\n usernames?: string[];\n}\n\nexport function principalDefinitionSerializer(item: PrincipalDefinition): any {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : item[\"attributes\"].map((p: any) => {\n return p;\n }),\n clientIds: !item[\"clientIds\"]\n ? item[\"clientIds\"]\n : item[\"clientIds\"].map((p: any) => {\n return p;\n }),\n usernames: !item[\"usernames\"]\n ? item[\"usernames\"]\n : item[\"usernames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function principalDefinitionDeserializer(item: any): PrincipalDefinition {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : item[\"attributes\"].map((p: any) => {\n return p;\n }),\n clientIds: !item[\"clientIds\"]\n ? item[\"clientIds\"]\n : item[\"clientIds\"].map((p: any) => {\n return p;\n }),\n usernames: !item[\"usernames\"]\n ? item[\"usernames\"]\n : item[\"usernames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function stateStoreResourceRuleArraySerializer(\n result: Array<StateStoreResourceRule>,\n): any[] {\n return result.map((item) => {\n return stateStoreResourceRuleSerializer(item);\n });\n}\n\nexport function stateStoreResourceRuleArrayDeserializer(\n result: Array<StateStoreResourceRule>,\n): any[] {\n return result.map((item) => {\n return stateStoreResourceRuleDeserializer(item);\n });\n}\n\n/** State Store Resource Rule properties. */\nexport interface StateStoreResourceRule {\n /** Allowed keyTypes pattern, string, binary. The key type used for matching, for example pattern tries to match the key to a glob-style pattern and string checks key is equal to value provided in keys. */\n keyType: StateStoreResourceKeyTypes;\n /** Give access to state store keys for the corresponding principals defined. When key type is pattern set glob-style pattern (e.g., '*', 'clients/*'). */\n keys: string[];\n /** Give access for `Read`, `Write` and `ReadWrite` access level. */\n method: StateStoreResourceDefinitionMethods;\n}\n\nexport function stateStoreResourceRuleSerializer(item: StateStoreResourceRule): any {\n return {\n keyType: item[\"keyType\"],\n keys: item[\"keys\"].map((p: any) => {\n return p;\n }),\n method: item[\"method\"],\n };\n}\n\nexport function stateStoreResourceRuleDeserializer(item: any): StateStoreResourceRule {\n return {\n keyType: item[\"keyType\"],\n keys: item[\"keys\"].map((p: any) => {\n return p;\n }),\n method: item[\"method\"],\n };\n}\n\n/** StateStoreResourceKeyTypes properties */\nexport enum KnownStateStoreResourceKeyTypes {\n /** Key type - pattern */\n Pattern = \"Pattern\",\n /** Key type - string */\n String = \"String\",\n /** Key type - binary */\n Binary = \"Binary\",\n}\n\n/**\n * StateStoreResourceKeyTypes properties \\\n * {@link KnownStateStoreResourceKeyTypes} can be used interchangeably with StateStoreResourceKeyTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pattern**: Key type - pattern \\\n * **String**: Key type - string \\\n * **Binary**: Key type - binary\n */\nexport type StateStoreResourceKeyTypes = string;\n\n/** StateStoreResourceDefinitionMethods methods allowed */\nexport enum KnownStateStoreResourceDefinitionMethods {\n /** Get/KeyNotify from Store */\n Read = \"Read\",\n /** Set/Delete in Store */\n Write = \"Write\",\n /** Allowed all operations on Store - Get/KeyNotify/Set/Delete */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * StateStoreResourceDefinitionMethods methods allowed \\\n * {@link KnownStateStoreResourceDefinitionMethods} can be used interchangeably with StateStoreResourceDefinitionMethods,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Read**: Get\\/KeyNotify from Store \\\n * **Write**: Set\\/Delete in Store \\\n * **ReadWrite**: Allowed all operations on Store - Get\\/KeyNotify\\/Set\\/Delete\n */\nexport type StateStoreResourceDefinitionMethods = string;\n\n/** The response of a BrokerAuthorizationResource list operation. */\nexport interface _BrokerAuthorizationResourceListResult {\n /** The BrokerAuthorizationResource items on this page */\n value: BrokerAuthorizationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _brokerAuthorizationResourceListResultDeserializer(\n item: any,\n): _BrokerAuthorizationResourceListResult {\n return {\n value: brokerAuthorizationResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function brokerAuthorizationResourceArraySerializer(\n result: Array<BrokerAuthorizationResource>,\n): any[] {\n return result.map((item) => {\n return brokerAuthorizationResourceSerializer(item);\n });\n}\n\nexport function brokerAuthorizationResourceArrayDeserializer(\n result: Array<BrokerAuthorizationResource>,\n): any[] {\n return result.map((item) => {\n return brokerAuthorizationResourceDeserializer(item);\n });\n}\n\n/** Instance broker authentication resource */\nexport interface BrokerAuthenticationResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BrokerAuthenticationProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n}\n\nexport function brokerAuthenticationResourceSerializer(item: BrokerAuthenticationResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerAuthenticationPropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function brokerAuthenticationResourceDeserializer(item: any): BrokerAuthenticationResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerAuthenticationPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** BrokerAuthentication Resource properties */\nexport interface BrokerAuthenticationProperties {\n /** Defines a set of Broker authentication methods to be used on `BrokerListeners`. For each array element one authenticator type supported. */\n authenticationMethods: BrokerAuthenticatorMethods[];\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function brokerAuthenticationPropertiesSerializer(\n item: BrokerAuthenticationProperties,\n): any {\n return {\n authenticationMethods: brokerAuthenticatorMethodsArraySerializer(item[\"authenticationMethods\"]),\n };\n}\n\nexport function brokerAuthenticationPropertiesDeserializer(\n item: any,\n): BrokerAuthenticationProperties {\n return {\n authenticationMethods: brokerAuthenticatorMethodsArrayDeserializer(\n item[\"authenticationMethods\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function brokerAuthenticatorMethodsArraySerializer(\n result: Array<BrokerAuthenticatorMethods>,\n): any[] {\n return result.map((item) => {\n return brokerAuthenticatorMethodsSerializer(item);\n });\n}\n\nexport function brokerAuthenticatorMethodsArrayDeserializer(\n result: Array<BrokerAuthenticatorMethods>,\n): any[] {\n return result.map((item) => {\n return brokerAuthenticatorMethodsDeserializer(item);\n });\n}\n\n/** Set of broker authentication policies. Only one method is supported for each entry. */\nexport interface BrokerAuthenticatorMethods {\n /** Custom authentication configuration. */\n method: BrokerAuthenticationMethod;\n /** Custom authentication configuration. */\n customSettings?: BrokerAuthenticatorMethodCustom;\n /** ServiceAccountToken authentication configuration. */\n serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;\n /** X.509 authentication configuration. */\n x509Settings?: BrokerAuthenticatorMethodX509;\n}\n\nexport function brokerAuthenticatorMethodsSerializer(item: BrokerAuthenticatorMethods): any {\n return {\n method: item[\"method\"],\n customSettings: !item[\"customSettings\"]\n ? item[\"customSettings\"]\n : brokerAuthenticatorMethodCustomSerializer(item[\"customSettings\"]),\n serviceAccountTokenSettings: !item[\"serviceAccountTokenSettings\"]\n ? item[\"serviceAccountTokenSettings\"]\n : brokerAuthenticatorMethodSatSerializer(item[\"serviceAccountTokenSettings\"]),\n x509Settings: !item[\"x509Settings\"]\n ? item[\"x509Settings\"]\n : brokerAuthenticatorMethodX509Serializer(item[\"x509Settings\"]),\n };\n}\n\nexport function brokerAuthenticatorMethodsDeserializer(item: any): BrokerAuthenticatorMethods {\n return {\n method: item[\"method\"],\n customSettings: !item[\"customSettings\"]\n ? item[\"customSettings\"]\n : brokerAuthenticatorMethodCustomDeserializer(item[\"customSettings\"]),\n serviceAccountTokenSettings: !item[\"serviceAccountTokenSettings\"]\n ? item[\"serviceAccountTokenSettings\"]\n : brokerAuthenticatorMethodSatDeserializer(item[\"serviceAccountTokenSettings\"]),\n x509Settings: !item[\"x509Settings\"]\n ? item[\"x509Settings\"]\n : brokerAuthenticatorMethodX509Deserializer(item[\"x509Settings\"]),\n };\n}\n\n/** Broker Authentication Mode */\nexport enum KnownBrokerAuthenticationMethod {\n /** Custom authentication configuration. */\n Custom = \"Custom\",\n /** ServiceAccountToken authentication configuration. */\n ServiceAccountToken = \"ServiceAccountToken\",\n /** X.509 authentication configuration. */\n X509 = \"X509\",\n}\n\n/**\n * Broker Authentication Mode \\\n * {@link KnownBrokerAuthenticationMethod} can be used interchangeably with BrokerAuthenticationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Custom**: Custom authentication configuration. \\\n * **ServiceAccountToken**: ServiceAccountToken authentication configuration. \\\n * **X509**: X.509 authentication configuration.\n */\nexport type BrokerAuthenticationMethod = string;\n\n/** Custom method for BrokerAuthentication */\nexport interface BrokerAuthenticatorMethodCustom {\n /** Optional authentication needed for authenticating with the custom authentication server. */\n auth?: BrokerAuthenticatorCustomAuth;\n /** Optional CA certificate for validating the custom authentication server's certificate. */\n caCertConfigMap?: string;\n /** Endpoint of the custom authentication server. Must be an HTTPS endpoint. */\n endpoint: string;\n /** Additional HTTP headers to pass to the custom authentication server. */\n headers?: Record<string, string>;\n}\n\nexport function brokerAuthenticatorMethodCustomSerializer(\n item: BrokerAuthenticatorMethodCustom,\n): any {\n return {\n auth: !item[\"auth\"] ? item[\"auth\"] : brokerAuthenticatorCustomAuthSerializer(item[\"auth\"]),\n caCertConfigMap: item[\"caCertConfigMap\"],\n endpoint: item[\"endpoint\"],\n headers: item[\"headers\"],\n };\n}\n\nexport function brokerAuthenticatorMethodCustomDeserializer(\n item: any,\n): BrokerAuthenticatorMethodCustom {\n return {\n auth: !item[\"auth\"] ? item[\"auth\"] : brokerAuthenticatorCustomAuthDeserializer(item[\"auth\"]),\n caCertConfigMap: item[\"caCertConfigMap\"],\n endpoint: item[\"endpoint\"],\n headers: item[\"headers\"],\n };\n}\n\n/** Custom Authentication properties */\nexport interface BrokerAuthenticatorCustomAuth {\n /** X509 Custom Auth type details. */\n x509: X509ManualCertificate;\n}\n\nexport function brokerAuthenticatorCustomAuthSerializer(item: BrokerAuthenticatorCustomAuth): any {\n return { x509: x509ManualCertificateSerializer(item[\"x509\"]) };\n}\n\nexport function brokerAuthenticatorCustomAuthDeserializer(\n item: any,\n): BrokerAuthenticatorCustomAuth {\n return {\n x509: x509ManualCertificateDeserializer(item[\"x509\"]),\n };\n}\n\n/** X509 Certificate Authentication properties. */\nexport interface X509ManualCertificate {\n /** Kubernetes secret containing an X.509 client certificate. This is a reference to the secret through an identifying name, not the secret itself. */\n secretRef: string;\n}\n\nexport function x509ManualCertificateSerializer(item: X509ManualCertificate): any {\n return { secretRef: item[\"secretRef\"] };\n}\n\nexport function x509ManualCertificateDeserializer(item: any): X509ManualCertificate {\n return {\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** Service Account Token for BrokerAuthentication */\nexport interface BrokerAuthenticatorMethodSat {\n /** List of allowed audience. */\n audiences: string[];\n}\n\nexport function brokerAuthenticatorMethodSatSerializer(item: BrokerAuthenticatorMethodSat): any {\n return {\n audiences: item[\"audiences\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function brokerAuthenticatorMethodSatDeserializer(item: any): BrokerAuthenticatorMethodSat {\n return {\n audiences: item[\"audiences\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** X509 for BrokerAuthentication. */\nexport interface BrokerAuthenticatorMethodX509 {\n /** X509 authorization attributes properties. */\n authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;\n /** Name of the trusted client ca cert resource. */\n trustedClientCaCert?: string;\n}\n\nexport function brokerAuthenticatorMethodX509Serializer(item: BrokerAuthenticatorMethodX509): any {\n return {\n authorizationAttributes: !item[\"authorizationAttributes\"]\n ? item[\"authorizationAttributes\"]\n : brokerAuthenticatorMethodX509AttributesRecordSerializer(item[\"authorizationAttributes\"]),\n trustedClientCaCert: item[\"trustedClientCaCert\"],\n };\n}\n\nexport function brokerAuthenticatorMethodX509Deserializer(\n item: any,\n): BrokerAuthenticatorMethodX509 {\n return {\n authorizationAttributes: !item[\"authorizationAttributes\"]\n ? item[\"authorizationAttributes\"]\n : brokerAuthenticatorMethodX509AttributesRecordDeserializer(item[\"authorizationAttributes\"]),\n trustedClientCaCert: item[\"trustedClientCaCert\"],\n };\n}\n\nexport function brokerAuthenticatorMethodX509AttributesRecordSerializer(\n item: Record<string, BrokerAuthenticatorMethodX509Attributes>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key]\n ? item[key]\n : brokerAuthenticatorMethodX509AttributesSerializer(item[key]);\n });\n return result;\n}\n\nexport function brokerAuthenticatorMethodX509AttributesRecordDeserializer(\n item: Record<string, any>,\n): Record<string, BrokerAuthenticatorMethodX509Attributes> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key]\n ? item[key]\n : brokerAuthenticatorMethodX509AttributesDeserializer(item[key]);\n });\n return result;\n}\n\n/** BrokerAuthenticatorMethodX509Attributes properties. */\nexport interface BrokerAuthenticatorMethodX509Attributes {\n /** Attributes object. */\n attributes: Record<string, string>;\n /** Subject of the X509 attribute. */\n subject: string;\n}\n\nexport function brokerAuthenticatorMethodX509AttributesSerializer(\n item: BrokerAuthenticatorMethodX509Attributes,\n): any {\n return { attributes: item[\"attributes\"], subject: item[\"subject\"] };\n}\n\nexport function brokerAuthenticatorMethodX509AttributesDeserializer(\n item: any,\n): BrokerAuthenticatorMethodX509Attributes {\n return {\n attributes: item[\"attributes\"],\n subject: item[\"subject\"],\n };\n}\n\n/** The response of a BrokerAuthenticationResource list operation. */\nexport interface _BrokerAuthenticationResourceListResult {\n /** The BrokerAuthenticationResource items on this page */\n value: BrokerAuthenticationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _brokerAuthenticationResourceListResultDeserializer(\n item: any,\n): _BrokerAuthenticationResourceListResult {\n return {\n value: brokerAuthenticationResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function brokerAuthenticationResourceArraySerializer(\n result: Array<BrokerAuthenticationResource>,\n): any[] {\n return result.map((item) => {\n return brokerAuthenticationResourceSerializer(item);\n });\n}\n\nexport function brokerAuthenticationResourceArrayDeserializer(\n result: Array<BrokerAuthenticationResource>,\n): any[] {\n return result.map((item) => {\n return brokerAuthenticationResourceDeserializer(item);\n });\n}\n\n/** Instance broker resource */\nexport interface BrokerListenerResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BrokerListenerProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n}\n\nexport function brokerListenerResourceSerializer(item: BrokerListenerResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerListenerPropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function brokerListenerResourceDeserializer(item: any): BrokerListenerResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerListenerPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** Defines a Broker listener. A listener is a collection of ports on which the broker accepts connections from clients. */\nexport interface BrokerListenerProperties {\n /** Kubernetes Service name of this listener. */\n serviceName?: string;\n /** Ports on which this listener accepts client connections. */\n ports: ListenerPort[];\n /** Kubernetes Service type of this listener. */\n serviceType?: ServiceType;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function brokerListenerPropertiesSerializer(item: BrokerListenerProperties): any {\n return {\n serviceName: item[\"serviceName\"],\n ports: listenerPortArraySerializer(item[\"ports\"]),\n serviceType: item[\"serviceType\"],\n };\n}\n\nexport function brokerListenerPropertiesDeserializer(item: any): BrokerListenerProperties {\n return {\n serviceName: item[\"serviceName\"],\n ports: listenerPortArrayDeserializer(item[\"ports\"]),\n serviceType: item[\"serviceType\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function listenerPortArraySerializer(result: Array<ListenerPort>): any[] {\n return result.map((item) => {\n return listenerPortSerializer(item);\n });\n}\n\nexport function listenerPortArrayDeserializer(result: Array<ListenerPort>): any[] {\n return result.map((item) => {\n return listenerPortDeserializer(item);\n });\n}\n\n/** Defines a TCP port on which a `BrokerListener` listens. */\nexport interface ListenerPort {\n /** Reference to client authentication settings. Omit to disable authentication. */\n authenticationRef?: string;\n /** Reference to client authorization settings. Omit to disable authorization. */\n authorizationRef?: string;\n /** Kubernetes node port. Only relevant when this port is associated with a `NodePort` listener. */\n nodePort?: number;\n /** TCP port for accepting client connections. */\n port: number;\n /** Protocol to use for client connections. */\n protocol?: BrokerProtocolType;\n /** TLS server certificate settings for this port. Omit to disable TLS. */\n tls?: TlsCertMethod;\n}\n\nexport function listenerPortSerializer(item: ListenerPort): any {\n return {\n authenticationRef: item[\"authenticationRef\"],\n authorizationRef: item[\"authorizationRef\"],\n nodePort: item[\"nodePort\"],\n port: item[\"port\"],\n protocol: item[\"protocol\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsCertMethodSerializer(item[\"tls\"]),\n };\n}\n\nexport function listenerPortDeserializer(item: any): ListenerPort {\n return {\n authenticationRef: item[\"authenticationRef\"],\n authorizationRef: item[\"authorizationRef\"],\n nodePort: item[\"nodePort\"],\n port: item[\"port\"],\n protocol: item[\"protocol\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsCertMethodDeserializer(item[\"tls\"]),\n };\n}\n\n/** Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported */\nexport interface TlsCertMethod {\n /** Mode of TLS server certificate management. */\n mode: TlsCertMethodMode;\n /** Option 1 - Automatic TLS server certificate management with cert-manager. */\n certManagerCertificateSpec?: CertManagerCertificateSpec;\n /** Option 2 - Manual TLS server certificate management through a defined secret. */\n manual?: X509ManualCertificate;\n}\n\nexport function tlsCertMethodSerializer(item: TlsCertMethod): any {\n return {\n mode: item[\"mode\"],\n certManagerCertificateSpec: !item[\"certManagerCertificateSpec\"]\n ? item[\"certManagerCertificateSpec\"]\n : certManagerCertificateSpecSerializer(item[\"certManagerCertificateSpec\"]),\n manual: !item[\"manual\"] ? item[\"manual\"] : x509ManualCertificateSerializer(item[\"manual\"]),\n };\n}\n\nexport function tlsCertMethodDeserializer(item: any): TlsCertMethod {\n return {\n mode: item[\"mode\"],\n certManagerCertificateSpec: !item[\"certManagerCertificateSpec\"]\n ? item[\"certManagerCertificateSpec\"]\n : certManagerCertificateSpecDeserializer(item[\"certManagerCertificateSpec\"]),\n manual: !item[\"manual\"] ? item[\"manual\"] : x509ManualCertificateDeserializer(item[\"manual\"]),\n };\n}\n\n/** Broker Authentication Mode */\nexport enum KnownTlsCertMethodMode {\n /** Automatic TLS server certificate configuration. */\n Automatic = \"Automatic\",\n /** Manual TLS server certificate configuration. */\n Manual = \"Manual\",\n}\n\n/**\n * Broker Authentication Mode \\\n * {@link KnownTlsCertMethodMode} can be used interchangeably with TlsCertMethodMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic**: Automatic TLS server certificate configuration. \\\n * **Manual**: Manual TLS server certificate configuration.\n */\nexport type TlsCertMethodMode = string;\n\n/** Automatic TLS server certificate management with cert-manager */\nexport interface CertManagerCertificateSpec {\n /** Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes. */\n duration?: string;\n /** Secret for storing server certificate. Any existing data will be overwritten. This is a reference to the secret through an identifying name, not the secret itself. */\n secretName?: string;\n /** When to begin renewing certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes. */\n renewBefore?: string;\n /** cert-manager issuerRef. */\n issuerRef: CertManagerIssuerRef;\n /** Type of certificate private key. */\n privateKey?: CertManagerPrivateKey;\n /** Additional Subject Alternative Names (SANs) to include in the certificate. */\n san?: SanForCert;\n}\n\nexport function certManagerCertificateSpecSerializer(item: CertManagerCertificateSpec): any {\n return {\n duration: item[\"duration\"],\n secretName: item[\"secretName\"],\n renewBefore: item[\"renewBefore\"],\n issuerRef: certManagerIssuerRefSerializer(item[\"issuerRef\"]),\n privateKey: !item[\"privateKey\"]\n ? item[\"privateKey\"]\n : certManagerPrivateKeySerializer(item[\"privateKey\"]),\n san: !item[\"san\"] ? item[\"san\"] : sanForCertSerializer(item[\"san\"]),\n };\n}\n\nexport function certManagerCertificateSpecDeserializer(item: any): CertManagerCertificateSpec {\n return {\n duration: item[\"duration\"],\n secretName: item[\"secretName\"],\n renewBefore: item[\"renewBefore\"],\n issuerRef: certManagerIssuerRefDeserializer(item[\"issuerRef\"]),\n privateKey: !item[\"privateKey\"]\n ? item[\"privateKey\"]\n : certManagerPrivateKeyDeserializer(item[\"privateKey\"]),\n san: !item[\"san\"] ? item[\"san\"] : sanForCertDeserializer(item[\"san\"]),\n };\n}\n\n/** Cert-Manager issuerRef properties */\nexport interface CertManagerIssuerRef {\n /** group of issuer. */\n group: string;\n /** kind of issuer (Issuer or ClusterIssuer). */\n kind: CertManagerIssuerKind;\n /** name of issuer. */\n name: string;\n}\n\nexport function certManagerIssuerRefSerializer(item: CertManagerIssuerRef): any {\n return { group: item[\"group\"], kind: item[\"kind\"], name: item[\"name\"] };\n}\n\nexport function certManagerIssuerRefDeserializer(item: any): CertManagerIssuerRef {\n return {\n group: item[\"group\"],\n kind: item[\"kind\"],\n name: item[\"name\"],\n };\n}\n\n/** CertManagerIssuerKind properties */\nexport enum KnownCertManagerIssuerKind {\n /** Issuer kind. */\n Issuer = \"Issuer\",\n /** ClusterIssuer kind. */\n ClusterIssuer = \"ClusterIssuer\",\n}\n\n/**\n * CertManagerIssuerKind properties \\\n * {@link KnownCertManagerIssuerKind} can be used interchangeably with CertManagerIssuerKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Issuer**: Issuer kind. \\\n * **ClusterIssuer**: ClusterIssuer kind.\n */\nexport type CertManagerIssuerKind = string;\n\n/** Cert Manager private key properties */\nexport interface CertManagerPrivateKey {\n /** algorithm for private key. */\n algorithm: PrivateKeyAlgorithm;\n /** cert-manager private key rotationPolicy. */\n rotationPolicy: PrivateKeyRotationPolicy;\n}\n\nexport function certManagerPrivateKeySerializer(item: CertManagerPrivateKey): any {\n return {\n algorithm: item[\"algorithm\"],\n rotationPolicy: item[\"rotationPolicy\"],\n };\n}\n\nexport function certManagerPrivateKeyDeserializer(item: any): CertManagerPrivateKey {\n return {\n algorithm: item[\"algorithm\"],\n rotationPolicy: item[\"rotationPolicy\"],\n };\n}\n\n/** Private key algorithm types. */\nexport enum KnownPrivateKeyAlgorithm {\n /** Algorithm - ec256. */\n Ec256 = \"Ec256\",\n /** Algorithm - ec384. */\n Ec384 = \"Ec384\",\n /** Algorithm - ec521. */\n Ec521 = \"Ec521\",\n /** Algorithm - ed25519. */\n Ed25519 = \"Ed25519\",\n /** Algorithm - rsa2048. */\n Rsa2048 = \"Rsa2048\",\n /** Algorithm - rsa4096. */\n Rsa4096 = \"Rsa4096\",\n /** Algorithm - rsa8192. */\n Rsa8192 = \"Rsa8192\",\n}\n\n/**\n * Private key algorithm types. \\\n * {@link KnownPrivateKeyAlgorithm} can be used interchangeably with PrivateKeyAlgorithm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ec256**: Algorithm - ec256. \\\n * **Ec384**: Algorithm - ec384. \\\n * **Ec521**: Algorithm - ec521. \\\n * **Ed25519**: Algorithm - ed25519. \\\n * **Rsa2048**: Algorithm - rsa2048. \\\n * **Rsa4096**: Algorithm - rsa4096. \\\n * **Rsa8192**: Algorithm - rsa8192.\n */\nexport type PrivateKeyAlgorithm = string;\n\n/** Private key rotation policy. */\nexport enum KnownPrivateKeyRotationPolicy {\n /** Rotation Policy - Always. */\n Always = \"Always\",\n /** Rotation Policy - Never. */\n Never = \"Never\",\n}\n\n/**\n * Private key rotation policy. \\\n * {@link KnownPrivateKeyRotationPolicy} can be used interchangeably with PrivateKeyRotationPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Always**: Rotation Policy - Always. \\\n * **Never**: Rotation Policy - Never.\n */\nexport type PrivateKeyRotationPolicy = string;\n\n/** Subject Alternative Names (SANs) for certificate. */\nexport interface SanForCert {\n /** DNS SANs. */\n dns: string[];\n /** IP address SANs. */\n ip: string[];\n}\n\nexport function sanForCertSerializer(item: SanForCert): any {\n return {\n dns: item[\"dns\"].map((p: any) => {\n return p;\n }),\n ip: item[\"ip\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function sanForCertDeserializer(item: any): SanForCert {\n return {\n dns: item[\"dns\"].map((p: any) => {\n return p;\n }),\n ip: item[\"ip\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Kubernetes Service Types supported by Listener */\nexport enum KnownServiceType {\n /** Cluster IP Service. */\n ClusterIp = \"ClusterIp\",\n /** Load Balancer Service. */\n LoadBalancer = \"LoadBalancer\",\n /** Node Port Service. */\n NodePort = \"NodePort\",\n}\n\n/**\n * Kubernetes Service Types supported by Listener \\\n * {@link KnownServiceType} can be used interchangeably with ServiceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ClusterIp**: Cluster IP Service. \\\n * **LoadBalancer**: Load Balancer Service. \\\n * **NodePort**: Node Port Service.\n */\nexport type ServiceType = string;\n\n/** The response of a BrokerListenerResource list operation. */\nexport interface _BrokerListenerResourceListResult {\n /** The BrokerListenerResource items on this page */\n value: BrokerListenerResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _brokerListenerResourceListResultDeserializer(\n item: any,\n): _BrokerListenerResourceListResult {\n return {\n value: brokerListenerResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function brokerListenerResourceArraySerializer(\n result: Array<BrokerListenerResource>,\n): any[] {\n return result.map((item) => {\n return brokerListenerResourceSerializer(item);\n });\n}\n\nexport function brokerListenerResourceArrayDeserializer(\n result: Array<BrokerListenerResource>,\n): any[] {\n return result.map((item) => {\n return brokerListenerResourceDeserializer(item);\n });\n}\n\n/** Instance broker resource */\nexport interface BrokerResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BrokerProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n}\n\nexport function brokerResourceSerializer(item: BrokerResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerPropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function brokerResourceDeserializer(item: any): BrokerResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** Broker Resource properties */\nexport interface BrokerProperties {\n /** Advanced settings of Broker. */\n advanced?: AdvancedSettings;\n /** The cardinality details of the broker. */\n cardinality?: Cardinality;\n /** Spec defines the desired identities of Broker diagnostics settings. */\n diagnostics?: BrokerDiagnostics;\n /** Settings of Disk Backed Message Buffer. */\n diskBackedMessageBuffer?: DiskBackedMessageBuffer;\n /** This setting controls whether Kubernetes CPU resource limits are requested. Increasing the number of replicas or workers proportionally increases the amount of CPU resources requested. If this setting is enabled and there are insufficient CPU resources, an error will be emitted. */\n generateResourceLimits?: GenerateResourceLimits;\n /** Memory profile of Broker. */\n memoryProfile?: BrokerMemoryProfile;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function brokerPropertiesSerializer(item: BrokerProperties): any {\n return {\n advanced: !item[\"advanced\"] ? item[\"advanced\"] : advancedSettingsSerializer(item[\"advanced\"]),\n cardinality: !item[\"cardinality\"]\n ? item[\"cardinality\"]\n : cardinalitySerializer(item[\"cardinality\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : brokerDiagnosticsSerializer(item[\"diagnostics\"]),\n diskBackedMessageBuffer: !item[\"diskBackedMessageBuffer\"]\n ? item[\"diskBackedMessageBuffer\"]\n : diskBackedMessageBufferSerializer(item[\"diskBackedMessageBuffer\"]),\n generateResourceLimits: !item[\"generateResourceLimits\"]\n ? item[\"generateResourceLimits\"]\n : generateResourceLimitsSerializer(item[\"generateResourceLimits\"]),\n memoryProfile: item[\"memoryProfile\"],\n };\n}\n\nexport function brokerPropertiesDeserializer(item: any): BrokerProperties {\n return {\n advanced: !item[\"advanced\"] ? item[\"advanced\"] : advancedSettingsDeserializer(item[\"advanced\"]),\n cardinality: !item[\"cardinality\"]\n ? item[\"cardinality\"]\n : cardinalityDeserializer(item[\"cardinality\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : brokerDiagnosticsDeserializer(item[\"diagnostics\"]),\n diskBackedMessageBuffer: !item[\"diskBackedMessageBuffer\"]\n ? item[\"diskBackedMessageBuffer\"]\n : diskBackedMessageBufferDeserializer(item[\"diskBackedMessageBuffer\"]),\n generateResourceLimits: !item[\"generateResourceLimits\"]\n ? item[\"generateResourceLimits\"]\n : generateResourceLimitsDeserializer(item[\"generateResourceLimits\"]),\n memoryProfile: item[\"memoryProfile\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Broker Advanced Settings */\nexport interface AdvancedSettings {\n /** Configurations related to All Clients. */\n clients?: ClientConfig;\n /** The setting to enable or disable encryption of internal Traffic. */\n encryptInternalTraffic?: OperationalMode;\n /** Certificate rotation and private key configuration. */\n internalCerts?: CertManagerCertOptions;\n}\n\nexport function advancedSettingsSerializer(item: AdvancedSettings): any {\n return {\n clients: !item[\"clients\"] ? item[\"clients\"] : clientConfigSerializer(item[\"clients\"]),\n encryptInternalTraffic: item[\"encryptInternalTraffic\"],\n internalCerts: !item[\"internalCerts\"]\n ? item[\"internalCerts\"]\n : certManagerCertOptionsSerializer(item[\"internalCerts\"]),\n };\n}\n\nexport function advancedSettingsDeserializer(item: any): AdvancedSettings {\n return {\n clients: !item[\"clients\"] ? item[\"clients\"] : clientConfigDeserializer(item[\"clients\"]),\n encryptInternalTraffic: item[\"encryptInternalTraffic\"],\n internalCerts: !item[\"internalCerts\"]\n ? item[\"internalCerts\"]\n : certManagerCertOptionsDeserializer(item[\"internalCerts\"]),\n };\n}\n\n/** The settings of Client Config. */\nexport interface ClientConfig {\n /** Upper bound of Session Expiry Interval, in seconds. */\n maxSessionExpirySeconds?: number;\n /** Upper bound of Message Expiry Interval, in seconds. */\n maxMessageExpirySeconds?: number;\n /** Max message size for a packet in Bytes. */\n maxPacketSizeBytes?: number;\n /** The limit on the number of queued messages for a subscriber. */\n subscriberQueueLimit?: SubscriberQueueLimit;\n /** Upper bound of Receive Maximum that a client can request in the CONNECT packet. */\n maxReceiveMaximum?: number;\n /** Upper bound of a client's Keep Alive, in seconds. */\n maxKeepAliveSeconds?: number;\n}\n\nexport function clientConfigSerializer(item: ClientConfig): any {\n return {\n maxSessionExpirySeconds: item[\"maxSessionExpirySeconds\"],\n maxMessageExpirySeconds: item[\"maxMessageExpirySeconds\"],\n maxPacketSizeBytes: item[\"maxPacketSizeBytes\"],\n subscriberQueueLimit: !item[\"subscriberQueueLimit\"]\n ? item[\"subscriberQueueLimit\"]\n : subscriberQueueLimitSerializer(item[\"subscriberQueueLimit\"]),\n maxReceiveMaximum: item[\"maxReceiveMaximum\"],\n maxKeepAliveSeconds: item[\"maxKeepAliveSeconds\"],\n };\n}\n\nexport function clientConfigDeserializer(item: any): ClientConfig {\n return {\n maxSessionExpirySeconds: item[\"maxSessionExpirySeconds\"],\n maxMessageExpirySeconds: item[\"maxMessageExpirySeconds\"],\n maxPacketSizeBytes: item[\"maxPacketSizeBytes\"],\n subscriberQueueLimit: !item[\"subscriberQueueLimit\"]\n ? item[\"subscriberQueueLimit\"]\n : subscriberQueueLimitDeserializer(item[\"subscriberQueueLimit\"]),\n maxReceiveMaximum: item[\"maxReceiveMaximum\"],\n maxKeepAliveSeconds: item[\"maxKeepAliveSeconds\"],\n };\n}\n\n/** The settings of Subscriber Queue Limit. */\nexport interface SubscriberQueueLimit {\n /** The maximum length of the queue before messages start getting dropped. */\n length?: number;\n /** The strategy to use for dropping messages from the queue. */\n strategy?: SubscriberMessageDropStrategy;\n}\n\nexport function subscriberQueueLimitSerializer(item: SubscriberQueueLimit): any {\n return { length: item[\"length\"], strategy: item[\"strategy\"] };\n}\n\nexport function subscriberQueueLimitDeserializer(item: any): SubscriberQueueLimit {\n return {\n length: item[\"length\"],\n strategy: item[\"strategy\"],\n };\n}\n\n/** The enum defining strategies for dropping messages from the subscriber queue. */\nexport enum KnownSubscriberMessageDropStrategy {\n /** Messages are never dropped. */\n None = \"None\",\n /** The oldest message is dropped. */\n DropOldest = \"DropOldest\",\n}\n\n/**\n * The enum defining strategies for dropping messages from the subscriber queue. \\\n * {@link KnownSubscriberMessageDropStrategy} can be used interchangeably with SubscriberMessageDropStrategy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Messages are never dropped. \\\n * **DropOldest**: The oldest message is dropped.\n */\nexport type SubscriberMessageDropStrategy = string;\n\n/** Cert Manager Cert properties */\nexport interface CertManagerCertOptions {\n /** Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes. */\n duration: string;\n /** When to begin renewing certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes. */\n renewBefore: string;\n /** Configuration of certificate private key. */\n privateKey: CertManagerPrivateKey;\n}\n\nexport function certManagerCertOptionsSerializer(item: CertManagerCertOptions): any {\n return {\n duration: item[\"duration\"],\n renewBefore: item[\"renewBefore\"],\n privateKey: certManagerPrivateKeySerializer(item[\"privateKey\"]),\n };\n}\n\nexport function certManagerCertOptionsDeserializer(item: any): CertManagerCertOptions {\n return {\n duration: item[\"duration\"],\n renewBefore: item[\"renewBefore\"],\n privateKey: certManagerPrivateKeyDeserializer(item[\"privateKey\"]),\n };\n}\n\n/** Cardinality properties */\nexport interface Cardinality {\n /** The backend broker desired properties */\n backendChain: BackendChain;\n /** The frontend desired properties */\n frontend: Frontend;\n}\n\nexport function cardinalitySerializer(item: Cardinality): any {\n return {\n backendChain: backendChainSerializer(item[\"backendChain\"]),\n frontend: frontendSerializer(item[\"frontend\"]),\n };\n}\n\nexport function cardinalityDeserializer(item: any): Cardinality {\n return {\n backendChain: backendChainDeserializer(item[\"backendChain\"]),\n frontend: frontendDeserializer(item[\"frontend\"]),\n };\n}\n\n/** Desired properties of the backend instances of the broker */\nexport interface BackendChain {\n /** The desired number of physical backend partitions. */\n partitions: number;\n /** The desired numbers of backend replicas (pods) in a physical partition. */\n redundancyFactor: number;\n /** Number of logical backend workers per replica (pod). */\n workers?: number;\n}\n\nexport function backendChainSerializer(item: BackendChain): any {\n return {\n partitions: item[\"partitions\"],\n redundancyFactor: item[\"redundancyFactor\"],\n workers: item[\"workers\"],\n };\n}\n\nexport function backendChainDeserializer(item: any): BackendChain {\n return {\n partitions: item[\"partitions\"],\n redundancyFactor: item[\"redundancyFactor\"],\n workers: item[\"workers\"],\n };\n}\n\n/** The desired properties of the frontend instances of the Broker */\nexport interface Frontend {\n /** The desired number of frontend instances (pods). */\n replicas: number;\n /** Number of logical frontend workers per instance (pod). */\n workers?: number;\n}\n\nexport function frontendSerializer(item: Frontend): any {\n return { replicas: item[\"replicas\"], workers: item[\"workers\"] };\n}\n\nexport function frontendDeserializer(item: any): Frontend {\n return {\n replicas: item[\"replicas\"],\n workers: item[\"workers\"],\n };\n}\n\n/** Broker Diagnostic Setting properties */\nexport interface BrokerDiagnostics {\n /** Diagnostic log settings for the resource. */\n logs?: DiagnosticsLogs;\n /** The metrics settings for the resource. */\n metrics?: Metrics;\n /** The self check properties. */\n selfCheck?: SelfCheck;\n /** The trace properties. */\n traces?: Traces;\n}\n\nexport function brokerDiagnosticsSerializer(item: BrokerDiagnostics): any {\n return {\n logs: !item[\"logs\"] ? item[\"logs\"] : diagnosticsLogsSerializer(item[\"logs\"]),\n metrics: !item[\"metrics\"] ? item[\"metrics\"] : metricsSerializer(item[\"metrics\"]),\n selfCheck: !item[\"selfCheck\"] ? item[\"selfCheck\"] : selfCheckSerializer(item[\"selfCheck\"]),\n traces: !item[\"traces\"] ? item[\"traces\"] : tracesSerializer(item[\"traces\"]),\n };\n}\n\nexport function brokerDiagnosticsDeserializer(item: any): BrokerDiagnostics {\n return {\n logs: !item[\"logs\"] ? item[\"logs\"] : diagnosticsLogsDeserializer(item[\"logs\"]),\n metrics: !item[\"metrics\"] ? item[\"metrics\"] : metricsDeserializer(item[\"metrics\"]),\n selfCheck: !item[\"selfCheck\"] ? item[\"selfCheck\"] : selfCheckDeserializer(item[\"selfCheck\"]),\n traces: !item[\"traces\"] ? item[\"traces\"] : tracesDeserializer(item[\"traces\"]),\n };\n}\n\n/** Broker Diagnostic Self check properties */\nexport interface SelfCheck {\n /** The toggle to enable/disable self check. */\n mode?: OperationalMode;\n /** The self check interval. */\n intervalSeconds?: number;\n /** The timeout for self check. */\n timeoutSeconds?: number;\n}\n\nexport function selfCheckSerializer(item: SelfCheck): any {\n return {\n mode: item[\"mode\"],\n intervalSeconds: item[\"intervalSeconds\"],\n timeoutSeconds: item[\"timeoutSeconds\"],\n };\n}\n\nexport function selfCheckDeserializer(item: any): SelfCheck {\n return {\n mode: item[\"mode\"],\n intervalSeconds: item[\"intervalSeconds\"],\n timeoutSeconds: item[\"timeoutSeconds\"],\n };\n}\n\n/** Broker Diagnostic Trace properties */\nexport interface Traces {\n /** The toggle to enable/disable traces. */\n mode?: OperationalMode;\n /** The cache size in megabytes. */\n cacheSizeMegabytes?: number;\n /** The self tracing properties. */\n selfTracing?: SelfTracing;\n /** The span channel capacity. */\n spanChannelCapacity?: number;\n}\n\nexport function tracesSerializer(item: Traces): any {\n return {\n mode: item[\"mode\"],\n cacheSizeMegabytes: item[\"cacheSizeMegabytes\"],\n selfTracing: !item[\"selfTracing\"]\n ? item[\"selfTracing\"]\n : selfTracingSerializer(item[\"selfTracing\"]),\n spanChannelCapacity: item[\"spanChannelCapacity\"],\n };\n}\n\nexport function tracesDeserializer(item: any): Traces {\n return {\n mode: item[\"mode\"],\n cacheSizeMegabytes: item[\"cacheSizeMegabytes\"],\n selfTracing: !item[\"selfTracing\"]\n ? item[\"selfTracing\"]\n : selfTracingDeserializer(item[\"selfTracing\"]),\n spanChannelCapacity: item[\"spanChannelCapacity\"],\n };\n}\n\n/** Diagnostic Self tracing properties */\nexport interface SelfTracing {\n /** The toggle to enable/disable self tracing. */\n mode?: OperationalMode;\n /** The self tracing interval. */\n intervalSeconds?: number;\n}\n\nexport function selfTracingSerializer(item: SelfTracing): any {\n return { mode: item[\"mode\"], intervalSeconds: item[\"intervalSeconds\"] };\n}\n\nexport function selfTracingDeserializer(item: any): SelfTracing {\n return {\n mode: item[\"mode\"],\n intervalSeconds: item[\"intervalSeconds\"],\n };\n}\n\n/** DiskBackedMessageBuffer properties */\nexport interface DiskBackedMessageBuffer {\n /** The max size of the message buffer on disk. If a PVC template is specified using one of ephemeralVolumeClaimSpec or persistentVolumeClaimSpec, then this size is used as the request and limit sizes of that template. If neither ephemeralVolumeClaimSpec nor persistentVolumeClaimSpec are specified, then an emptyDir volume is mounted with this size as its limit. See <https://kubernetes.io/docs/concepts/storage/volumes/#emptydir> for details. */\n maxSize: string;\n /** Use the specified persistent volume claim template to mount a \"generic ephemeral volume\" for the message buffer. See <https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes> for details. */\n ephemeralVolumeClaimSpec?: VolumeClaimSpec;\n /** Use the specified persistent volume claim template to mount a persistent volume for the message buffer. */\n persistentVolumeClaimSpec?: VolumeClaimSpec;\n}\n\nexport function diskBackedMessageBufferSerializer(item: DiskBackedMessageBuffer): any {\n return {\n maxSize: item[\"maxSize\"],\n ephemeralVolumeClaimSpec: !item[\"ephemeralVolumeClaimSpec\"]\n ? item[\"ephemeralVolumeClaimSpec\"]\n : volumeClaimSpecSerializer(item[\"ephemeralVolumeClaimSpec\"]),\n persistentVolumeClaimSpec: !item[\"persistentVolumeClaimSpec\"]\n ? item[\"persistentVolumeClaimSpec\"]\n : volumeClaimSpecSerializer(item[\"persistentVolumeClaimSpec\"]),\n };\n}\n\nexport function diskBackedMessageBufferDeserializer(item: any): DiskBackedMessageBuffer {\n return {\n maxSize: item[\"maxSize\"],\n ephemeralVolumeClaimSpec: !item[\"ephemeralVolumeClaimSpec\"]\n ? item[\"ephemeralVolumeClaimSpec\"]\n : volumeClaimSpecDeserializer(item[\"ephemeralVolumeClaimSpec\"]),\n persistentVolumeClaimSpec: !item[\"persistentVolumeClaimSpec\"]\n ? item[\"persistentVolumeClaimSpec\"]\n : volumeClaimSpecDeserializer(item[\"persistentVolumeClaimSpec\"]),\n };\n}\n\n/** VolumeClaimSpec properties */\nexport interface VolumeClaimSpec {\n /** VolumeName is the binding reference to the PersistentVolume backing this claim. */\n volumeName?: string;\n /** volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is a beta feature. */\n volumeMode?: string;\n /** Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 */\n storageClassName?: string;\n /** AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 */\n accessModes?: string[];\n /** This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field. */\n dataSource?: LocalKubernetesReference;\n /** Specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef allows any non-core object, as well as PersistentVolumeClaim objects. * While DataSource ignores disallowed values (dropping them), DataSourceRef preserves all values, and generates an error if a disallowed value is specified. (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. */\n dataSourceRef?: KubernetesReference;\n /** Resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources */\n resources?: VolumeClaimResourceRequirements;\n /** A label query over volumes to consider for binding. */\n selector?: VolumeClaimSpecSelector;\n}\n\nexport function volumeClaimSpecSerializer(item: VolumeClaimSpec): any {\n return {\n volumeName: item[\"volumeName\"],\n volumeMode: item[\"volumeMode\"],\n storageClassName: item[\"storageClassName\"],\n accessModes: !item[\"accessModes\"]\n ? item[\"accessModes\"]\n : item[\"accessModes\"].map((p: any) => {\n return p;\n }),\n dataSource: !item[\"dataSource\"]\n ? item[\"dataSource\"]\n : localKubernetesReferenceSerializer(item[\"dataSource\"]),\n dataSourceRef: !item[\"dataSourceRef\"]\n ? item[\"dataSourceRef\"]\n : kubernetesReferenceSerializer(item[\"dataSourceRef\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : volumeClaimResourceRequirementsSerializer(item[\"resources\"]),\n selector: !item[\"selector\"]\n ? item[\"selector\"]\n : volumeClaimSpecSelectorSerializer(item[\"selector\"]),\n };\n}\n\nexport function volumeClaimSpecDeserializer(item: any): VolumeClaimSpec {\n return {\n volumeName: item[\"volumeName\"],\n volumeMode: item[\"volumeMode\"],\n storageClassName: item[\"storageClassName\"],\n accessModes: !item[\"accessModes\"]\n ? item[\"accessModes\"]\n : item[\"accessModes\"].map((p: any) => {\n return p;\n }),\n dataSource: !item[\"dataSource\"]\n ? item[\"dataSource\"]\n : localKubernetesReferenceDeserializer(item[\"dataSource\"]),\n dataSourceRef: !item[\"dataSourceRef\"]\n ? item[\"dataSourceRef\"]\n : kubernetesReferenceDeserializer(item[\"dataSourceRef\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : volumeClaimResourceRequirementsDeserializer(item[\"resources\"]),\n selector: !item[\"selector\"]\n ? item[\"selector\"]\n : volumeClaimSpecSelectorDeserializer(item[\"selector\"]),\n };\n}\n\n/** Kubernetes reference */\nexport interface LocalKubernetesReference {\n /** APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. */\n apiGroup?: string;\n /** Kind is the type of resource being referenced */\n kind: string;\n /** Name is the name of resource being referenced */\n name: string;\n}\n\nexport function localKubernetesReferenceSerializer(item: LocalKubernetesReference): any {\n return { apiGroup: item[\"apiGroup\"], kind: item[\"kind\"], name: item[\"name\"] };\n}\n\nexport function localKubernetesReferenceDeserializer(item: any): LocalKubernetesReference {\n return {\n apiGroup: item[\"apiGroup\"],\n kind: item[\"kind\"],\n name: item[\"name\"],\n };\n}\n\n/** Kubernetes reference */\nexport interface KubernetesReference {\n /** APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. */\n apiGroup?: string;\n /** Kind is the type of resource being referenced */\n kind: string;\n /** Name is the name of resource being referenced */\n name: string;\n /** Namespace is the namespace of the resource being referenced. This field is required when the resource has a namespace. */\n namespace?: string;\n}\n\nexport function kubernetesReferenceSerializer(item: KubernetesReference): any {\n return {\n apiGroup: item[\"apiGroup\"],\n kind: item[\"kind\"],\n name: item[\"name\"],\n namespace: item[\"namespace\"],\n };\n}\n\nexport function kubernetesReferenceDeserializer(item: any): KubernetesReference {\n return {\n apiGroup: item[\"apiGroup\"],\n kind: item[\"kind\"],\n name: item[\"name\"],\n namespace: item[\"namespace\"],\n };\n}\n\n/** VolumeClaimResourceRequirements properties */\nexport interface VolumeClaimResourceRequirements {\n /** Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ */\n limits?: Record<string, string>;\n /** Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ */\n requests?: Record<string, string>;\n}\n\nexport function volumeClaimResourceRequirementsSerializer(\n item: VolumeClaimResourceRequirements,\n): any {\n return { limits: item[\"limits\"], requests: item[\"requests\"] };\n}\n\nexport function volumeClaimResourceRequirementsDeserializer(\n item: any,\n): VolumeClaimResourceRequirements {\n return {\n limits: item[\"limits\"],\n requests: item[\"requests\"],\n };\n}\n\n/** VolumeClaimSpecSelector properties */\nexport interface VolumeClaimSpecSelector {\n /** MatchExpressions is a list of label selector requirements. The requirements are ANDed. */\n matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];\n /** MatchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed. */\n matchLabels?: Record<string, string>;\n}\n\nexport function volumeClaimSpecSelectorSerializer(item: VolumeClaimSpecSelector): any {\n return {\n matchExpressions: !item[\"matchExpressions\"]\n ? item[\"matchExpressions\"]\n : volumeClaimSpecSelectorMatchExpressionsArraySerializer(item[\"matchExpressions\"]),\n matchLabels: item[\"matchLabels\"],\n };\n}\n\nexport function volumeClaimSpecSelectorDeserializer(item: any): VolumeClaimSpecSelector {\n return {\n matchExpressions: !item[\"matchExpressions\"]\n ? item[\"matchExpressions\"]\n : volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(item[\"matchExpressions\"]),\n matchLabels: item[\"matchLabels\"],\n };\n}\n\nexport function volumeClaimSpecSelectorMatchExpressionsArraySerializer(\n result: Array<VolumeClaimSpecSelectorMatchExpressions>,\n): any[] {\n return result.map((item) => {\n return volumeClaimSpecSelectorMatchExpressionsSerializer(item);\n });\n}\n\nexport function volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(\n result: Array<VolumeClaimSpecSelectorMatchExpressions>,\n): any[] {\n return result.map((item) => {\n return volumeClaimSpecSelectorMatchExpressionsDeserializer(item);\n });\n}\n\n/** VolumeClaimSpecSelectorMatchExpressions properties */\nexport interface VolumeClaimSpecSelectorMatchExpressions {\n /** key is the label key that the selector applies to. */\n key: string;\n /** operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. */\n operator: OperatorValues;\n /** values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. */\n values?: string[];\n}\n\nexport function volumeClaimSpecSelectorMatchExpressionsSerializer(\n item: VolumeClaimSpecSelectorMatchExpressions,\n): any {\n return {\n key: item[\"key\"],\n operator: item[\"operator\"],\n values: !item[\"values\"]\n ? item[\"values\"]\n : item[\"values\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function volumeClaimSpecSelectorMatchExpressionsDeserializer(\n item: any,\n): VolumeClaimSpecSelectorMatchExpressions {\n return {\n key: item[\"key\"],\n operator: item[\"operator\"],\n values: !item[\"values\"]\n ? item[\"values\"]\n : item[\"values\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Valid operators are In, NotIn, Exists and DoesNotExist. */\nexport enum KnownOperatorValues {\n /** In operator. */\n In = \"In\",\n /** NotIn operator. */\n NotIn = \"NotIn\",\n /** Exists operator. */\n Exists = \"Exists\",\n /** DoesNotExist operator. */\n DoesNotExist = \"DoesNotExist\",\n}\n\n/**\n * Valid operators are In, NotIn, Exists and DoesNotExist. \\\n * {@link KnownOperatorValues} can be used interchangeably with OperatorValues,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **In**: In operator. \\\n * **NotIn**: NotIn operator. \\\n * **Exists**: Exists operator. \\\n * **DoesNotExist**: DoesNotExist operator.\n */\nexport type OperatorValues = string;\n\n/** GenerateResourceLimits properties */\nexport interface GenerateResourceLimits {\n /** The toggle to enable/disable cpu resource limits. */\n cpu?: OperationalMode;\n}\n\nexport function generateResourceLimitsSerializer(item: GenerateResourceLimits): any {\n return { cpu: item[\"cpu\"] };\n}\n\nexport function generateResourceLimitsDeserializer(item: any): GenerateResourceLimits {\n return {\n cpu: item[\"cpu\"],\n };\n}\n\n/** The memory profile settings of the Broker */\nexport enum KnownBrokerMemoryProfile {\n /** Tiny memory profile. */\n Tiny = \"Tiny\",\n /** Low memory profile. */\n Low = \"Low\",\n /** Medium memory profile. */\n Medium = \"Medium\",\n /** High memory profile. */\n High = \"High\",\n}\n\n/**\n * The memory profile settings of the Broker \\\n * {@link KnownBrokerMemoryProfile} can be used interchangeably with BrokerMemoryProfile,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Tiny**: Tiny memory profile. \\\n * **Low**: Low memory profile. \\\n * **Medium**: Medium memory profile. \\\n * **High**: High memory profile.\n */\nexport type BrokerMemoryProfile = string;\n\n/** The response of a BrokerResource list operation. */\nexport interface _BrokerResourceListResult {\n /** The BrokerResource items on this page */\n value: BrokerResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _brokerResourceListResultDeserializer(item: any): _BrokerResourceListResult {\n return {\n value: brokerResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function brokerResourceArraySerializer(result: Array<BrokerResource>): any[] {\n return result.map((item) => {\n return brokerResourceSerializer(item);\n });\n}\n\nexport function brokerResourceArrayDeserializer(result: Array<BrokerResource>): any[] {\n return result.map((item) => {\n return brokerResourceDeserializer(item);\n });\n}\n\n/** A Instance resource is a logical container for a set of child resources. */\nexport interface InstanceResource extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: InstanceProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function instanceResourceSerializer(item: InstanceResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : instancePropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function instanceResourceDeserializer(item: any): InstanceResource {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : instancePropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** The properties of the Instance resource. */\nexport interface InstanceProperties {\n /** Detailed description of the Instance. */\n description?: string;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The Azure IoT Operations version. */\n readonly version?: string;\n /** The reference to the Schema Registry for this AIO Instance. */\n schemaRegistryRef: SchemaRegistryRef;\n}\n\nexport function instancePropertiesSerializer(item: InstanceProperties): any {\n return {\n description: item[\"description\"],\n schemaRegistryRef: schemaRegistryRefSerializer(item[\"schemaRegistryRef\"]),\n };\n}\n\nexport function instancePropertiesDeserializer(item: any): InstanceProperties {\n return {\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n version: item[\"version\"],\n schemaRegistryRef: schemaRegistryRefDeserializer(item[\"schemaRegistryRef\"]),\n };\n}\n\n/** The reference to the Schema Registry for this AIO Instance. */\nexport interface SchemaRegistryRef {\n /** The resource ID of the Schema Registry. */\n resourceId: string;\n}\n\nexport function schemaRegistryRefSerializer(item: SchemaRegistryRef): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function schemaRegistryRefDeserializer(item: any): SchemaRegistryRef {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return item;\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** The Instance update model. */\nexport interface InstancePatchModel {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function instancePatchModelSerializer(item: InstancePatchModel): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** The response of a InstanceResource list operation. */\nexport interface _InstanceResourceListResult {\n /** The InstanceResource items on this page */\n value: InstanceResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _instanceResourceListResultDeserializer(item: any): _InstanceResourceListResult {\n return {\n value: instanceResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function instanceResourceArraySerializer(result: Array<InstanceResource>): any[] {\n return result.map((item) => {\n return instanceResourceSerializer(item);\n });\n}\n\nexport function instanceResourceArrayDeserializer(result: Array<InstanceResource>): any[] {\n return result.map((item) => {\n return instanceResourceDeserializer(item);\n });\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n readonly display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Api versions */\nexport enum KnownVersions {\n /** 2024-11-01 version */\n \"V2024-11-01\" = \"2024-11-01\",\n}\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/models/models.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** A Instance resource is a logical container for a set of child resources. */\nexport interface InstanceResource extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: InstanceProperties;\n /** Edge location of the resource. */\n extendedLocation: ExtendedLocation;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function instanceResourceSerializer(item: InstanceResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : instancePropertiesSerializer(item[\"properties\"]),\n extendedLocation: extendedLocationSerializer(item[\"extendedLocation\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function instanceResourceDeserializer(item: any): InstanceResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : instancePropertiesDeserializer(item[\"properties\"]),\n extendedLocation: extendedLocationDeserializer(item[\"extendedLocation\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** The properties of the Instance resource. */\nexport interface InstanceProperties {\n /** Detailed description of the Instance. */\n description?: string;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The Azure IoT Operations version. */\n readonly version?: string;\n /** The reference to the Schema Registry for this AIO Instance. */\n schemaRegistryRef: SchemaRegistryRef;\n /** The reference to the AIO Secret provider class. */\n defaultSecretProviderClassRef?: SecretProviderClassRef;\n /** The features of the AIO Instance. */\n features?: Record<string, InstanceFeature>;\n /** The Azure Device Registry Namespace used by Assets, Discovered Assets and devices */\n adrNamespaceRef?: AzureDeviceRegistryNamespaceRef;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function instancePropertiesSerializer(item: InstanceProperties): any {\n return {\n description: item[\"description\"],\n schemaRegistryRef: schemaRegistryRefSerializer(item[\"schemaRegistryRef\"]),\n defaultSecretProviderClassRef: !item[\"defaultSecretProviderClassRef\"]\n ? item[\"defaultSecretProviderClassRef\"]\n : secretProviderClassRefSerializer(item[\"defaultSecretProviderClassRef\"]),\n features: !item[\"features\"]\n ? item[\"features\"]\n : instanceFeatureRecordSerializer(item[\"features\"]),\n adrNamespaceRef: !item[\"adrNamespaceRef\"]\n ? item[\"adrNamespaceRef\"]\n : azureDeviceRegistryNamespaceRefSerializer(item[\"adrNamespaceRef\"]),\n };\n}\n\nexport function instancePropertiesDeserializer(item: any): InstanceProperties {\n return {\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n version: item[\"version\"],\n schemaRegistryRef: schemaRegistryRefDeserializer(item[\"schemaRegistryRef\"]),\n defaultSecretProviderClassRef: !item[\"defaultSecretProviderClassRef\"]\n ? item[\"defaultSecretProviderClassRef\"]\n : secretProviderClassRefDeserializer(item[\"defaultSecretProviderClassRef\"]),\n features: !item[\"features\"]\n ? item[\"features\"]\n : instanceFeatureRecordDeserializer(item[\"features\"]),\n adrNamespaceRef: !item[\"adrNamespaceRef\"]\n ? item[\"adrNamespaceRef\"]\n : azureDeviceRegistryNamespaceRefDeserializer(item[\"adrNamespaceRef\"]),\n healthState: item[\"healthState\"],\n };\n}\n\n/** The enum defining status of resource. */\nexport enum KnownProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** Resource is getting provisioned. */\n Provisioning = \"Provisioning\",\n /** Resource is Updating. */\n Updating = \"Updating\",\n /** Resource is Deleting. */\n Deleting = \"Deleting\",\n /** Resource has been Accepted. */\n Accepted = \"Accepted\",\n}\n\n/**\n * The enum defining status of resource. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Provisioning**: Resource is getting provisioned. \\\n * **Updating**: Resource is Updating. \\\n * **Deleting**: Resource is Deleting. \\\n * **Accepted**: Resource has been Accepted.\n */\nexport type ProvisioningState = string;\n\n/** The reference to the Schema Registry for this AIO Instance. */\nexport interface SchemaRegistryRef {\n /** The resource ID of the Schema Registry. */\n resourceId: string;\n}\n\nexport function schemaRegistryRefSerializer(item: SchemaRegistryRef): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function schemaRegistryRefDeserializer(item: any): SchemaRegistryRef {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** The reference to the AIO Secret provider class. */\nexport interface SecretProviderClassRef {\n /** The resource ID of the AIO Secret provider class. */\n resourceId: string;\n}\n\nexport function secretProviderClassRefSerializer(item: SecretProviderClassRef): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function secretProviderClassRefDeserializer(item: any): SecretProviderClassRef {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\nexport function instanceFeatureRecordSerializer(\n item: Record<string, InstanceFeature>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : instanceFeatureSerializer(item[key]);\n });\n return result;\n}\n\nexport function instanceFeatureRecordDeserializer(\n item: Record<string, any>,\n): Record<string, InstanceFeature> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : instanceFeatureDeserializer(item[key]);\n });\n return result;\n}\n\n/** The features of the AIO Instance. */\nexport interface InstanceFeature {\n /** The state of the feature. */\n mode?: InstanceFeatureMode;\n /** The settings of the feature. */\n settings?: Record<string, OperationalMode>;\n}\n\nexport function instanceFeatureSerializer(item: InstanceFeature): any {\n return { mode: item[\"mode\"], settings: item[\"settings\"] };\n}\n\nexport function instanceFeatureDeserializer(item: any): InstanceFeature {\n return {\n mode: item[\"mode\"],\n settings: !item[\"settings\"]\n ? item[\"settings\"]\n : Object.fromEntries(Object.entries(item[\"settings\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The enum defining mode of a feature. */\nexport enum KnownInstanceFeatureMode {\n /** Opt in to enable a stable feature */\n Stable = \"Stable\",\n /** Opt in to enable a preview feature */\n Preview = \"Preview\",\n /** Opt out of a feature */\n Disabled = \"Disabled\",\n}\n\n/**\n * The enum defining mode of a feature. \\\n * {@link KnownInstanceFeatureMode} can be used interchangeably with InstanceFeatureMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Stable**: Opt in to enable a stable feature \\\n * **Preview**: Opt in to enable a preview feature \\\n * **Disabled**: Opt out of a feature\n */\nexport type InstanceFeatureMode = string;\n\n/** Mode properties */\nexport enum KnownOperationalMode {\n /** Enabled is equivalent to True */\n Enabled = \"Enabled\",\n /** Disabled is equivalent to False. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Mode properties \\\n * {@link KnownOperationalMode} can be used interchangeably with OperationalMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Enabled is equivalent to True \\\n * **Disabled**: Disabled is equivalent to False.\n */\nexport type OperationalMode = string;\n\n/** Azure Device Registry Namespace reference. */\nexport interface AzureDeviceRegistryNamespaceRef {\n /** The resource ID of the Azure Device Registry Namespace. */\n resourceId: string;\n}\n\nexport function azureDeviceRegistryNamespaceRefSerializer(\n item: AzureDeviceRegistryNamespaceRef,\n): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function azureDeviceRegistryNamespaceRefDeserializer(\n item: any,\n): AzureDeviceRegistryNamespaceRef {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** The health state of the resource. */\nexport enum KnownResourceHealthState {\n /** Resource is Available and functioning as expected. */\n Available = \"Available\",\n /** Resource health is degraded. */\n Degraded = \"Degraded\",\n /** Resource is not functioning as expected. */\n Unavailable = \"Unavailable\",\n /** Resource state is unknown. */\n Unknown = \"Unknown\",\n}\n\n/**\n * The health state of the resource. \\\n * {@link KnownResourceHealthState} can be used interchangeably with ResourceHealthState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Available**: Resource is Available and functioning as expected. \\\n * **Degraded**: Resource health is degraded. \\\n * **Unavailable**: Resource is not functioning as expected. \\\n * **Unknown**: Resource state is unknown.\n */\nexport type ResourceHealthState = string;\n\n/** Extended location is an extension of Azure locations. They provide a way to use their Azure ARC enabled Kubernetes clusters as target locations for deploying Azure services instances. */\nexport interface ExtendedLocation {\n /** The name of the extended location. */\n name: string;\n /** Type of ExtendedLocation. */\n type: ExtendedLocationType;\n}\n\nexport function extendedLocationSerializer(item: ExtendedLocation): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\nexport function extendedLocationDeserializer(item: any): ExtendedLocation {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n };\n}\n\n/** The enum defining type of ExtendedLocation accepted. */\nexport enum KnownExtendedLocationType {\n /** CustomLocation type */\n CustomLocation = \"CustomLocation\",\n}\n\n/**\n * The enum defining type of ExtendedLocation accepted. \\\n * {@link KnownExtendedLocationType} can be used interchangeably with ExtendedLocationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomLocation**: CustomLocation type\n */\nexport type ExtendedLocationType = string;\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return { type: item[\"type\"], userAssignedIdentities: item[\"userAssignedIdentities\"] };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : Object.fromEntries(\n Object.entries(item[\"userAssignedIdentities\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : userAssignedIdentityDeserializer(p),\n ]),\n ),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The Instance update model. */\nexport interface InstancePatchModel {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function instancePatchModelSerializer(item: InstancePatchModel): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** The response of a InstanceResource list operation. */\nexport interface _InstanceResourceListResult {\n /** The InstanceResource items on this page */\n value: InstanceResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _instanceResourceListResultDeserializer(item: any): _InstanceResourceListResult {\n return {\n value: instanceResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function instanceResourceArraySerializer(result: Array<InstanceResource>): any[] {\n return result.map((item) => {\n return instanceResourceSerializer(item);\n });\n}\n\nexport function instanceResourceArrayDeserializer(result: Array<InstanceResource>): any[] {\n return result.map((item) => {\n return instanceResourceDeserializer(item);\n });\n}\n\n/** Instance broker resource */\nexport interface BrokerResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BrokerProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function brokerResourceSerializer(item: BrokerResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function brokerResourceDeserializer(item: any): BrokerResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** Broker Resource properties */\nexport interface BrokerProperties {\n /** Advanced settings of Broker. */\n advanced?: AdvancedSettings;\n /** The cardinality details of the broker. */\n cardinality?: Cardinality;\n /** Spec defines the desired identities of Broker diagnostics settings. */\n diagnostics?: BrokerDiagnostics;\n /** Settings of Disk Backed Message Buffer. */\n diskBackedMessageBuffer?: DiskBackedMessageBuffer;\n /** This setting controls whether Kubernetes CPU resource limits are requested. Increasing the number of replicas or workers proportionally increases the amount of CPU resources requested. If this setting is enabled and there are insufficient CPU resources, an error will be emitted. */\n generateResourceLimits?: GenerateResourceLimits;\n /** Memory profile of Broker. */\n memoryProfile?: BrokerMemoryProfile;\n /** The persistence settings of the Broker. */\n persistence?: BrokerPersistence;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The status for the broker. */\n readonly status?: BrokerStatus;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function brokerPropertiesSerializer(item: BrokerProperties): any {\n return {\n advanced: !item[\"advanced\"] ? item[\"advanced\"] : advancedSettingsSerializer(item[\"advanced\"]),\n cardinality: !item[\"cardinality\"]\n ? item[\"cardinality\"]\n : cardinalitySerializer(item[\"cardinality\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : brokerDiagnosticsSerializer(item[\"diagnostics\"]),\n diskBackedMessageBuffer: !item[\"diskBackedMessageBuffer\"]\n ? item[\"diskBackedMessageBuffer\"]\n : diskBackedMessageBufferSerializer(item[\"diskBackedMessageBuffer\"]),\n generateResourceLimits: !item[\"generateResourceLimits\"]\n ? item[\"generateResourceLimits\"]\n : generateResourceLimitsSerializer(item[\"generateResourceLimits\"]),\n memoryProfile: item[\"memoryProfile\"],\n persistence: !item[\"persistence\"]\n ? item[\"persistence\"]\n : brokerPersistenceSerializer(item[\"persistence\"]),\n };\n}\n\nexport function brokerPropertiesDeserializer(item: any): BrokerProperties {\n return {\n advanced: !item[\"advanced\"] ? item[\"advanced\"] : advancedSettingsDeserializer(item[\"advanced\"]),\n cardinality: !item[\"cardinality\"]\n ? item[\"cardinality\"]\n : cardinalityDeserializer(item[\"cardinality\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : brokerDiagnosticsDeserializer(item[\"diagnostics\"]),\n diskBackedMessageBuffer: !item[\"diskBackedMessageBuffer\"]\n ? item[\"diskBackedMessageBuffer\"]\n : diskBackedMessageBufferDeserializer(item[\"diskBackedMessageBuffer\"]),\n generateResourceLimits: !item[\"generateResourceLimits\"]\n ? item[\"generateResourceLimits\"]\n : generateResourceLimitsDeserializer(item[\"generateResourceLimits\"]),\n memoryProfile: item[\"memoryProfile\"],\n persistence: !item[\"persistence\"]\n ? item[\"persistence\"]\n : brokerPersistenceDeserializer(item[\"persistence\"]),\n provisioningState: item[\"provisioningState\"],\n status: !item[\"status\"] ? item[\"status\"] : brokerStatusDeserializer(item[\"status\"]),\n healthState: item[\"healthState\"],\n };\n}\n\n/** Broker Advanced Settings */\nexport interface AdvancedSettings {\n /** Configurations related to All Clients. */\n clients?: ClientConfig;\n /** The setting to enable or disable encryption of internal Traffic. */\n encryptInternalTraffic?: OperationalMode;\n /** Certificate rotation and private key configuration. */\n internalCerts?: CertManagerCertOptions;\n}\n\nexport function advancedSettingsSerializer(item: AdvancedSettings): any {\n return {\n clients: !item[\"clients\"] ? item[\"clients\"] : clientConfigSerializer(item[\"clients\"]),\n encryptInternalTraffic: item[\"encryptInternalTraffic\"],\n internalCerts: !item[\"internalCerts\"]\n ? item[\"internalCerts\"]\n : certManagerCertOptionsSerializer(item[\"internalCerts\"]),\n };\n}\n\nexport function advancedSettingsDeserializer(item: any): AdvancedSettings {\n return {\n clients: !item[\"clients\"] ? item[\"clients\"] : clientConfigDeserializer(item[\"clients\"]),\n encryptInternalTraffic: item[\"encryptInternalTraffic\"],\n internalCerts: !item[\"internalCerts\"]\n ? item[\"internalCerts\"]\n : certManagerCertOptionsDeserializer(item[\"internalCerts\"]),\n };\n}\n\n/** The settings of Client Config. */\nexport interface ClientConfig {\n /** Upper bound of Session Expiry Interval, in seconds. */\n maxSessionExpirySeconds?: number;\n /** Upper bound of Message Expiry Interval, in seconds. */\n maxMessageExpirySeconds?: number;\n /** Max message size for a packet in Bytes. */\n maxPacketSizeBytes?: number;\n /** The limit on the number of queued messages for a subscriber. */\n subscriberQueueLimit?: SubscriberQueueLimit;\n /** Upper bound of Receive Maximum that a client can request in the CONNECT packet. */\n maxReceiveMaximum?: number;\n /** Upper bound of a client's Keep Alive, in seconds. */\n maxKeepAliveSeconds?: number;\n}\n\nexport function clientConfigSerializer(item: ClientConfig): any {\n return {\n maxSessionExpirySeconds: item[\"maxSessionExpirySeconds\"],\n maxMessageExpirySeconds: item[\"maxMessageExpirySeconds\"],\n maxPacketSizeBytes: item[\"maxPacketSizeBytes\"],\n subscriberQueueLimit: !item[\"subscriberQueueLimit\"]\n ? item[\"subscriberQueueLimit\"]\n : subscriberQueueLimitSerializer(item[\"subscriberQueueLimit\"]),\n maxReceiveMaximum: item[\"maxReceiveMaximum\"],\n maxKeepAliveSeconds: item[\"maxKeepAliveSeconds\"],\n };\n}\n\nexport function clientConfigDeserializer(item: any): ClientConfig {\n return {\n maxSessionExpirySeconds: item[\"maxSessionExpirySeconds\"],\n maxMessageExpirySeconds: item[\"maxMessageExpirySeconds\"],\n maxPacketSizeBytes: item[\"maxPacketSizeBytes\"],\n subscriberQueueLimit: !item[\"subscriberQueueLimit\"]\n ? item[\"subscriberQueueLimit\"]\n : subscriberQueueLimitDeserializer(item[\"subscriberQueueLimit\"]),\n maxReceiveMaximum: item[\"maxReceiveMaximum\"],\n maxKeepAliveSeconds: item[\"maxKeepAliveSeconds\"],\n };\n}\n\n/** The settings of Subscriber Queue Limit. */\nexport interface SubscriberQueueLimit {\n /** The maximum length of the queue before messages start getting dropped. */\n length?: number;\n /** The strategy to use for dropping messages from the queue. */\n strategy?: SubscriberMessageDropStrategy;\n}\n\nexport function subscriberQueueLimitSerializer(item: SubscriberQueueLimit): any {\n return { length: item[\"length\"], strategy: item[\"strategy\"] };\n}\n\nexport function subscriberQueueLimitDeserializer(item: any): SubscriberQueueLimit {\n return {\n length: item[\"length\"],\n strategy: item[\"strategy\"],\n };\n}\n\n/** The enum defining strategies for dropping messages from the subscriber queue. */\nexport enum KnownSubscriberMessageDropStrategy {\n /** Messages are never dropped. */\n None = \"None\",\n /** The oldest message is dropped. */\n DropOldest = \"DropOldest\",\n}\n\n/**\n * The enum defining strategies for dropping messages from the subscriber queue. \\\n * {@link KnownSubscriberMessageDropStrategy} can be used interchangeably with SubscriberMessageDropStrategy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Messages are never dropped. \\\n * **DropOldest**: The oldest message is dropped.\n */\nexport type SubscriberMessageDropStrategy = string;\n\n/** Cert Manager Cert properties */\nexport interface CertManagerCertOptions {\n /** Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes. */\n duration: string;\n /** When to begin renewing certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes. */\n renewBefore: string;\n /** Configuration of certificate private key. */\n privateKey: CertManagerPrivateKey;\n}\n\nexport function certManagerCertOptionsSerializer(item: CertManagerCertOptions): any {\n return {\n duration: item[\"duration\"],\n renewBefore: item[\"renewBefore\"],\n privateKey: certManagerPrivateKeySerializer(item[\"privateKey\"]),\n };\n}\n\nexport function certManagerCertOptionsDeserializer(item: any): CertManagerCertOptions {\n return {\n duration: item[\"duration\"],\n renewBefore: item[\"renewBefore\"],\n privateKey: certManagerPrivateKeyDeserializer(item[\"privateKey\"]),\n };\n}\n\n/** Cert Manager private key properties */\nexport interface CertManagerPrivateKey {\n /** algorithm for private key. */\n algorithm: PrivateKeyAlgorithm;\n /** cert-manager private key rotationPolicy. */\n rotationPolicy: PrivateKeyRotationPolicy;\n}\n\nexport function certManagerPrivateKeySerializer(item: CertManagerPrivateKey): any {\n return { algorithm: item[\"algorithm\"], rotationPolicy: item[\"rotationPolicy\"] };\n}\n\nexport function certManagerPrivateKeyDeserializer(item: any): CertManagerPrivateKey {\n return {\n algorithm: item[\"algorithm\"],\n rotationPolicy: item[\"rotationPolicy\"],\n };\n}\n\n/** Private key algorithm types. */\nexport enum KnownPrivateKeyAlgorithm {\n /** Algorithm - ec256. */\n Ec256 = \"Ec256\",\n /** Algorithm - ec384. */\n Ec384 = \"Ec384\",\n /** Algorithm - ec521. */\n Ec521 = \"Ec521\",\n /** Algorithm - ed25519. */\n Ed25519 = \"Ed25519\",\n /** Algorithm - rsa2048. */\n Rsa2048 = \"Rsa2048\",\n /** Algorithm - rsa4096. */\n Rsa4096 = \"Rsa4096\",\n /** Algorithm - rsa8192. */\n Rsa8192 = \"Rsa8192\",\n}\n\n/**\n * Private key algorithm types. \\\n * {@link KnownPrivateKeyAlgorithm} can be used interchangeably with PrivateKeyAlgorithm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ec256**: Algorithm - ec256. \\\n * **Ec384**: Algorithm - ec384. \\\n * **Ec521**: Algorithm - ec521. \\\n * **Ed25519**: Algorithm - ed25519. \\\n * **Rsa2048**: Algorithm - rsa2048. \\\n * **Rsa4096**: Algorithm - rsa4096. \\\n * **Rsa8192**: Algorithm - rsa8192.\n */\nexport type PrivateKeyAlgorithm = string;\n\n/** Private key rotation policy. */\nexport enum KnownPrivateKeyRotationPolicy {\n /** Rotation Policy - Always. */\n Always = \"Always\",\n /** Rotation Policy - Never. */\n Never = \"Never\",\n}\n\n/**\n * Private key rotation policy. \\\n * {@link KnownPrivateKeyRotationPolicy} can be used interchangeably with PrivateKeyRotationPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Always**: Rotation Policy - Always. \\\n * **Never**: Rotation Policy - Never.\n */\nexport type PrivateKeyRotationPolicy = string;\n\n/** Cardinality properties */\nexport interface Cardinality {\n /** The backend broker desired properties */\n backendChain: BackendChain;\n /** The frontend desired properties */\n frontend: Frontend;\n}\n\nexport function cardinalitySerializer(item: Cardinality): any {\n return {\n backendChain: backendChainSerializer(item[\"backendChain\"]),\n frontend: frontendSerializer(item[\"frontend\"]),\n };\n}\n\nexport function cardinalityDeserializer(item: any): Cardinality {\n return {\n backendChain: backendChainDeserializer(item[\"backendChain\"]),\n frontend: frontendDeserializer(item[\"frontend\"]),\n };\n}\n\n/** Desired properties of the backend instances of the broker */\nexport interface BackendChain {\n /** The desired number of physical backend partitions. */\n partitions: number;\n /** The desired numbers of backend replicas (pods) in a physical partition. */\n redundancyFactor: number;\n /** Number of logical backend workers per replica (pod). */\n workers?: number;\n}\n\nexport function backendChainSerializer(item: BackendChain): any {\n return {\n partitions: item[\"partitions\"],\n redundancyFactor: item[\"redundancyFactor\"],\n workers: item[\"workers\"],\n };\n}\n\nexport function backendChainDeserializer(item: any): BackendChain {\n return {\n partitions: item[\"partitions\"],\n redundancyFactor: item[\"redundancyFactor\"],\n workers: item[\"workers\"],\n };\n}\n\n/** The desired properties of the frontend instances of the Broker */\nexport interface Frontend {\n /** The desired number of frontend instances (pods). */\n replicas: number;\n /** Number of logical frontend workers per instance (pod). */\n workers?: number;\n}\n\nexport function frontendSerializer(item: Frontend): any {\n return { replicas: item[\"replicas\"], workers: item[\"workers\"] };\n}\n\nexport function frontendDeserializer(item: any): Frontend {\n return {\n replicas: item[\"replicas\"],\n workers: item[\"workers\"],\n };\n}\n\n/** Broker Diagnostic Setting properties */\nexport interface BrokerDiagnostics {\n /** Diagnostic log settings for the resource. */\n logs?: DiagnosticsLogs;\n /** The metrics settings for the resource. */\n metrics?: Metrics;\n /** The self check properties. */\n selfCheck?: SelfCheck;\n /** The trace properties. */\n traces?: Traces;\n}\n\nexport function brokerDiagnosticsSerializer(item: BrokerDiagnostics): any {\n return {\n logs: !item[\"logs\"] ? item[\"logs\"] : diagnosticsLogsSerializer(item[\"logs\"]),\n metrics: !item[\"metrics\"] ? item[\"metrics\"] : metricsSerializer(item[\"metrics\"]),\n selfCheck: !item[\"selfCheck\"] ? item[\"selfCheck\"] : selfCheckSerializer(item[\"selfCheck\"]),\n traces: !item[\"traces\"] ? item[\"traces\"] : tracesSerializer(item[\"traces\"]),\n };\n}\n\nexport function brokerDiagnosticsDeserializer(item: any): BrokerDiagnostics {\n return {\n logs: !item[\"logs\"] ? item[\"logs\"] : diagnosticsLogsDeserializer(item[\"logs\"]),\n metrics: !item[\"metrics\"] ? item[\"metrics\"] : metricsDeserializer(item[\"metrics\"]),\n selfCheck: !item[\"selfCheck\"] ? item[\"selfCheck\"] : selfCheckDeserializer(item[\"selfCheck\"]),\n traces: !item[\"traces\"] ? item[\"traces\"] : tracesDeserializer(item[\"traces\"]),\n };\n}\n\n/** Diagnostic Log properties */\nexport interface DiagnosticsLogs {\n /** The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'. */\n level?: string;\n}\n\nexport function diagnosticsLogsSerializer(item: DiagnosticsLogs): any {\n return { level: item[\"level\"] };\n}\n\nexport function diagnosticsLogsDeserializer(item: any): DiagnosticsLogs {\n return {\n level: item[\"level\"],\n };\n}\n\n/** Diagnostic Metrics properties */\nexport interface Metrics {\n /** The prometheus port to expose the metrics. */\n prometheusPort?: number;\n}\n\nexport function metricsSerializer(item: Metrics): any {\n return { prometheusPort: item[\"prometheusPort\"] };\n}\n\nexport function metricsDeserializer(item: any): Metrics {\n return {\n prometheusPort: item[\"prometheusPort\"],\n };\n}\n\n/** Broker Diagnostic Self check properties */\nexport interface SelfCheck {\n /** The toggle to enable/disable self check. */\n mode?: OperationalMode;\n /** The self check interval. */\n intervalSeconds?: number;\n /** The timeout for self check. */\n timeoutSeconds?: number;\n}\n\nexport function selfCheckSerializer(item: SelfCheck): any {\n return {\n mode: item[\"mode\"],\n intervalSeconds: item[\"intervalSeconds\"],\n timeoutSeconds: item[\"timeoutSeconds\"],\n };\n}\n\nexport function selfCheckDeserializer(item: any): SelfCheck {\n return {\n mode: item[\"mode\"],\n intervalSeconds: item[\"intervalSeconds\"],\n timeoutSeconds: item[\"timeoutSeconds\"],\n };\n}\n\n/** Broker Diagnostic Trace properties */\nexport interface Traces {\n /** The toggle to enable/disable traces. */\n mode?: OperationalMode;\n /** The cache size in megabytes. */\n cacheSizeMegabytes?: number;\n /** The self tracing properties. */\n selfTracing?: SelfTracing;\n /** The span channel capacity. */\n spanChannelCapacity?: number;\n}\n\nexport function tracesSerializer(item: Traces): any {\n return {\n mode: item[\"mode\"],\n cacheSizeMegabytes: item[\"cacheSizeMegabytes\"],\n selfTracing: !item[\"selfTracing\"]\n ? item[\"selfTracing\"]\n : selfTracingSerializer(item[\"selfTracing\"]),\n spanChannelCapacity: item[\"spanChannelCapacity\"],\n };\n}\n\nexport function tracesDeserializer(item: any): Traces {\n return {\n mode: item[\"mode\"],\n cacheSizeMegabytes: item[\"cacheSizeMegabytes\"],\n selfTracing: !item[\"selfTracing\"]\n ? item[\"selfTracing\"]\n : selfTracingDeserializer(item[\"selfTracing\"]),\n spanChannelCapacity: item[\"spanChannelCapacity\"],\n };\n}\n\n/** Diagnostic Self tracing properties */\nexport interface SelfTracing {\n /** The toggle to enable/disable self tracing. */\n mode?: OperationalMode;\n /** The self tracing interval. */\n intervalSeconds?: number;\n}\n\nexport function selfTracingSerializer(item: SelfTracing): any {\n return { mode: item[\"mode\"], intervalSeconds: item[\"intervalSeconds\"] };\n}\n\nexport function selfTracingDeserializer(item: any): SelfTracing {\n return {\n mode: item[\"mode\"],\n intervalSeconds: item[\"intervalSeconds\"],\n };\n}\n\n/** DiskBackedMessageBuffer properties */\nexport interface DiskBackedMessageBuffer {\n /** The max size of the message buffer on disk. If a PVC template is specified using one of ephemeralVolumeClaimSpec or persistentVolumeClaimSpec, then this size is used as the request and limit sizes of that template. If neither ephemeralVolumeClaimSpec nor persistentVolumeClaimSpec are specified, then an emptyDir volume is mounted with this size as its limit. See <https://kubernetes.io/docs/concepts/storage/volumes/#emptydir> for details. */\n maxSize: string;\n /** Use the specified persistent volume claim template to mount a \"generic ephemeral volume\" for the message buffer. See <https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes> for details. */\n ephemeralVolumeClaimSpec?: VolumeClaimSpec;\n /** Use the specified persistent volume claim template to mount a persistent volume for the message buffer. */\n persistentVolumeClaimSpec?: VolumeClaimSpec;\n}\n\nexport function diskBackedMessageBufferSerializer(item: DiskBackedMessageBuffer): any {\n return {\n maxSize: item[\"maxSize\"],\n ephemeralVolumeClaimSpec: !item[\"ephemeralVolumeClaimSpec\"]\n ? item[\"ephemeralVolumeClaimSpec\"]\n : volumeClaimSpecSerializer(item[\"ephemeralVolumeClaimSpec\"]),\n persistentVolumeClaimSpec: !item[\"persistentVolumeClaimSpec\"]\n ? item[\"persistentVolumeClaimSpec\"]\n : volumeClaimSpecSerializer(item[\"persistentVolumeClaimSpec\"]),\n };\n}\n\nexport function diskBackedMessageBufferDeserializer(item: any): DiskBackedMessageBuffer {\n return {\n maxSize: item[\"maxSize\"],\n ephemeralVolumeClaimSpec: !item[\"ephemeralVolumeClaimSpec\"]\n ? item[\"ephemeralVolumeClaimSpec\"]\n : volumeClaimSpecDeserializer(item[\"ephemeralVolumeClaimSpec\"]),\n persistentVolumeClaimSpec: !item[\"persistentVolumeClaimSpec\"]\n ? item[\"persistentVolumeClaimSpec\"]\n : volumeClaimSpecDeserializer(item[\"persistentVolumeClaimSpec\"]),\n };\n}\n\n/** VolumeClaimSpec properties */\nexport interface VolumeClaimSpec {\n /** VolumeName is the binding reference to the PersistentVolume backing this claim. */\n volumeName?: string;\n /** volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is a beta feature. */\n volumeMode?: string;\n /** Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 */\n storageClassName?: string;\n /** AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 */\n accessModes?: string[];\n /** This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field. */\n dataSource?: LocalKubernetesReference;\n /** Specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef allows any non-core object, as well as PersistentVolumeClaim objects. * While DataSource ignores disallowed values (dropping them), DataSourceRef preserves all values, and generates an error if a disallowed value is specified. (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. */\n dataSourceRef?: KubernetesReference;\n /** Resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources */\n resources?: VolumeClaimResourceRequirements;\n /** A label query over volumes to consider for binding. */\n selector?: VolumeClaimSpecSelector;\n}\n\nexport function volumeClaimSpecSerializer(item: VolumeClaimSpec): any {\n return {\n volumeName: item[\"volumeName\"],\n volumeMode: item[\"volumeMode\"],\n storageClassName: item[\"storageClassName\"],\n accessModes: !item[\"accessModes\"]\n ? item[\"accessModes\"]\n : item[\"accessModes\"].map((p: any) => {\n return p;\n }),\n dataSource: !item[\"dataSource\"]\n ? item[\"dataSource\"]\n : localKubernetesReferenceSerializer(item[\"dataSource\"]),\n dataSourceRef: !item[\"dataSourceRef\"]\n ? item[\"dataSourceRef\"]\n : kubernetesReferenceSerializer(item[\"dataSourceRef\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : volumeClaimResourceRequirementsSerializer(item[\"resources\"]),\n selector: !item[\"selector\"]\n ? item[\"selector\"]\n : volumeClaimSpecSelectorSerializer(item[\"selector\"]),\n };\n}\n\nexport function volumeClaimSpecDeserializer(item: any): VolumeClaimSpec {\n return {\n volumeName: item[\"volumeName\"],\n volumeMode: item[\"volumeMode\"],\n storageClassName: item[\"storageClassName\"],\n accessModes: !item[\"accessModes\"]\n ? item[\"accessModes\"]\n : item[\"accessModes\"].map((p: any) => {\n return p;\n }),\n dataSource: !item[\"dataSource\"]\n ? item[\"dataSource\"]\n : localKubernetesReferenceDeserializer(item[\"dataSource\"]),\n dataSourceRef: !item[\"dataSourceRef\"]\n ? item[\"dataSourceRef\"]\n : kubernetesReferenceDeserializer(item[\"dataSourceRef\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : volumeClaimResourceRequirementsDeserializer(item[\"resources\"]),\n selector: !item[\"selector\"]\n ? item[\"selector\"]\n : volumeClaimSpecSelectorDeserializer(item[\"selector\"]),\n };\n}\n\n/** Kubernetes reference */\nexport interface LocalKubernetesReference {\n /** APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. */\n apiGroup?: string;\n /** Kind is the type of resource being referenced */\n kind: string;\n /** Name is the name of resource being referenced */\n name: string;\n}\n\nexport function localKubernetesReferenceSerializer(item: LocalKubernetesReference): any {\n return { apiGroup: item[\"apiGroup\"], kind: item[\"kind\"], name: item[\"name\"] };\n}\n\nexport function localKubernetesReferenceDeserializer(item: any): LocalKubernetesReference {\n return {\n apiGroup: item[\"apiGroup\"],\n kind: item[\"kind\"],\n name: item[\"name\"],\n };\n}\n\n/** Kubernetes reference */\nexport interface KubernetesReference {\n /** APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. */\n apiGroup?: string;\n /** Kind is the type of resource being referenced */\n kind: string;\n /** Name is the name of resource being referenced */\n name: string;\n /** Namespace is the namespace of the resource being referenced. This field is required when the resource has a namespace. */\n namespace?: string;\n}\n\nexport function kubernetesReferenceSerializer(item: KubernetesReference): any {\n return {\n apiGroup: item[\"apiGroup\"],\n kind: item[\"kind\"],\n name: item[\"name\"],\n namespace: item[\"namespace\"],\n };\n}\n\nexport function kubernetesReferenceDeserializer(item: any): KubernetesReference {\n return {\n apiGroup: item[\"apiGroup\"],\n kind: item[\"kind\"],\n name: item[\"name\"],\n namespace: item[\"namespace\"],\n };\n}\n\n/** VolumeClaimResourceRequirements properties */\nexport interface VolumeClaimResourceRequirements {\n /** Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ */\n limits?: Record<string, string>;\n /** Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ */\n requests?: Record<string, string>;\n /**\n * Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n *\n * This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n *\n * This field is immutable. It can only be set for containers.\n */\n claims?: VolumeClaimResourceRequirementsClaims[];\n}\n\nexport function volumeClaimResourceRequirementsSerializer(\n item: VolumeClaimResourceRequirements,\n): any {\n return {\n limits: item[\"limits\"],\n requests: item[\"requests\"],\n claims: !item[\"claims\"]\n ? item[\"claims\"]\n : volumeClaimResourceRequirementsClaimsArraySerializer(item[\"claims\"]),\n };\n}\n\nexport function volumeClaimResourceRequirementsDeserializer(\n item: any,\n): VolumeClaimResourceRequirements {\n return {\n limits: !item[\"limits\"]\n ? item[\"limits\"]\n : Object.fromEntries(Object.entries(item[\"limits\"]).map(([k, p]: [string, any]) => [k, p])),\n requests: !item[\"requests\"]\n ? item[\"requests\"]\n : Object.fromEntries(Object.entries(item[\"requests\"]).map(([k, p]: [string, any]) => [k, p])),\n claims: !item[\"claims\"]\n ? item[\"claims\"]\n : volumeClaimResourceRequirementsClaimsArrayDeserializer(item[\"claims\"]),\n };\n}\n\nexport function volumeClaimResourceRequirementsClaimsArraySerializer(\n result: Array<VolumeClaimResourceRequirementsClaims>,\n): any[] {\n return result.map((item) => {\n return volumeClaimResourceRequirementsClaimsSerializer(item);\n });\n}\n\nexport function volumeClaimResourceRequirementsClaimsArrayDeserializer(\n result: Array<VolumeClaimResourceRequirementsClaims>,\n): any[] {\n return result.map((item) => {\n return volumeClaimResourceRequirementsClaimsDeserializer(item);\n });\n}\n\n/** VolumeClaimResourceRequirementsClaims properties. */\nexport interface VolumeClaimResourceRequirementsClaims {\n /** Name of the resource. This must match the name of a resource in spec.resourceClaims. */\n name: string;\n}\n\nexport function volumeClaimResourceRequirementsClaimsSerializer(\n item: VolumeClaimResourceRequirementsClaims,\n): any {\n return { name: item[\"name\"] };\n}\n\nexport function volumeClaimResourceRequirementsClaimsDeserializer(\n item: any,\n): VolumeClaimResourceRequirementsClaims {\n return {\n name: item[\"name\"],\n };\n}\n\n/** VolumeClaimSpecSelector properties */\nexport interface VolumeClaimSpecSelector {\n /** MatchExpressions is a list of label selector requirements. The requirements are ANDed. */\n matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];\n /** MatchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed. */\n matchLabels?: Record<string, string>;\n}\n\nexport function volumeClaimSpecSelectorSerializer(item: VolumeClaimSpecSelector): any {\n return {\n matchExpressions: !item[\"matchExpressions\"]\n ? item[\"matchExpressions\"]\n : volumeClaimSpecSelectorMatchExpressionsArraySerializer(item[\"matchExpressions\"]),\n matchLabels: item[\"matchLabels\"],\n };\n}\n\nexport function volumeClaimSpecSelectorDeserializer(item: any): VolumeClaimSpecSelector {\n return {\n matchExpressions: !item[\"matchExpressions\"]\n ? item[\"matchExpressions\"]\n : volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(item[\"matchExpressions\"]),\n matchLabels: !item[\"matchLabels\"]\n ? item[\"matchLabels\"]\n : Object.fromEntries(\n Object.entries(item[\"matchLabels\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function volumeClaimSpecSelectorMatchExpressionsArraySerializer(\n result: Array<VolumeClaimSpecSelectorMatchExpressions>,\n): any[] {\n return result.map((item) => {\n return volumeClaimSpecSelectorMatchExpressionsSerializer(item);\n });\n}\n\nexport function volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(\n result: Array<VolumeClaimSpecSelectorMatchExpressions>,\n): any[] {\n return result.map((item) => {\n return volumeClaimSpecSelectorMatchExpressionsDeserializer(item);\n });\n}\n\n/** VolumeClaimSpecSelectorMatchExpressions properties */\nexport interface VolumeClaimSpecSelectorMatchExpressions {\n /** key is the label key that the selector applies to. */\n key: string;\n /** operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. */\n operator: OperatorValues;\n /** values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. */\n values?: string[];\n}\n\nexport function volumeClaimSpecSelectorMatchExpressionsSerializer(\n item: VolumeClaimSpecSelectorMatchExpressions,\n): any {\n return {\n key: item[\"key\"],\n operator: item[\"operator\"],\n values: !item[\"values\"]\n ? item[\"values\"]\n : item[\"values\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function volumeClaimSpecSelectorMatchExpressionsDeserializer(\n item: any,\n): VolumeClaimSpecSelectorMatchExpressions {\n return {\n key: item[\"key\"],\n operator: item[\"operator\"],\n values: !item[\"values\"]\n ? item[\"values\"]\n : item[\"values\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Valid operators are In, NotIn, Exists and DoesNotExist. */\nexport enum KnownOperatorValues {\n /** In operator. */\n In = \"In\",\n /** NotIn operator. */\n NotIn = \"NotIn\",\n /** Exists operator. */\n Exists = \"Exists\",\n /** DoesNotExist operator. */\n DoesNotExist = \"DoesNotExist\",\n}\n\n/**\n * Valid operators are In, NotIn, Exists and DoesNotExist. \\\n * {@link KnownOperatorValues} can be used interchangeably with OperatorValues,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **In**: In operator. \\\n * **NotIn**: NotIn operator. \\\n * **Exists**: Exists operator. \\\n * **DoesNotExist**: DoesNotExist operator.\n */\nexport type OperatorValues = string;\n\n/** GenerateResourceLimits properties */\nexport interface GenerateResourceLimits {\n /** The toggle to enable/disable cpu resource limits. */\n cpu?: OperationalMode;\n}\n\nexport function generateResourceLimitsSerializer(item: GenerateResourceLimits): any {\n return { cpu: item[\"cpu\"] };\n}\n\nexport function generateResourceLimitsDeserializer(item: any): GenerateResourceLimits {\n return {\n cpu: item[\"cpu\"],\n };\n}\n\n/** The memory profile settings of the Broker */\nexport enum KnownBrokerMemoryProfile {\n /** Tiny memory profile. */\n Tiny = \"Tiny\",\n /** Low memory profile. */\n Low = \"Low\",\n /** Medium memory profile. */\n Medium = \"Medium\",\n /** High memory profile. */\n High = \"High\",\n}\n\n/**\n * The memory profile settings of the Broker \\\n * {@link KnownBrokerMemoryProfile} can be used interchangeably with BrokerMemoryProfile,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Tiny**: Tiny memory profile. \\\n * **Low**: Low memory profile. \\\n * **Medium**: Medium memory profile. \\\n * **High**: High memory profile.\n */\nexport type BrokerMemoryProfile = string;\n\n/**\n * Disk persistence configuration.\n *\n * When persistence is enabled, certain items (non-performance-critical data) selected for persistence will reside only on disk. Below are the affected items:\n *\n * - Retained messages will be stored on disk only.\n * - WILL messages will be stored on disk only.\n * - DSS key/value pairs will be stored on disk only, except for performance-critical items like timed locks, which remain in both disk and memory for improved performance.\n *\n * Optional. Everything is in-memory if not set.\n * Note: if configured, all MQTT session states are written to disk.\n */\nexport interface BrokerPersistence {\n /** The max size of the message buffer on disk. If a PVC template is specified using persistentVolumeClaimSpec Then this size is used as the request and limit sizes of that template. If a PVC template isn't specified Then local-path provisioner is requested with this size limit. Required. */\n maxSize: string;\n /**\n * Use the specified persistent volume claim template to mount a persistent volume. Same object as in diskBackedMessageBuffer, but with a limitation that access modes field must be set to `ReadWriteOncePod`.\n *\n * If unset, a default PVC with default properties will be used. Among other things this PVC will use the cluster default storage class, which may or may not be using a local path provisioner. User is opting in to sub-optimal behavior if they leave this unset or set it without the storage class field, and their cluster default is not a local path class.\n */\n persistentVolumeClaimSpec?: VolumeClaimSpec;\n /** Controls which topic's retained messages should be persisted to disk. */\n retain?: BrokerRetainMessagesPolicyUnion;\n /** Controls which keys should be persisted to disk for the state store. */\n stateStore?: BrokerStateStorePolicyUnion;\n /** Controls which subscriber message queues should be persisted to disk. Important: to facilitate reconnection, session state metadata are ALWAYS written to disk if any persistence setting is specified, even if this section isn't set. */\n subscriberQueue?: BrokerSubscriberQueuePolicyUnion;\n /** Controls settings related to encryption of the persistence database. Optional, defaults to enabling encryption. */\n encryption?: BrokerPersistenceEncryption;\n}\n\nexport function brokerPersistenceSerializer(item: BrokerPersistence): any {\n return {\n maxSize: item[\"maxSize\"],\n persistentVolumeClaimSpec: !item[\"persistentVolumeClaimSpec\"]\n ? item[\"persistentVolumeClaimSpec\"]\n : volumeClaimSpecSerializer(item[\"persistentVolumeClaimSpec\"]),\n retain: !item[\"retain\"]\n ? item[\"retain\"]\n : brokerRetainMessagesPolicyUnionSerializer(item[\"retain\"]),\n stateStore: !item[\"stateStore\"]\n ? item[\"stateStore\"]\n : brokerStateStorePolicyUnionSerializer(item[\"stateStore\"]),\n subscriberQueue: !item[\"subscriberQueue\"]\n ? item[\"subscriberQueue\"]\n : brokerSubscriberQueuePolicyUnionSerializer(item[\"subscriberQueue\"]),\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : brokerPersistenceEncryptionSerializer(item[\"encryption\"]),\n };\n}\n\nexport function brokerPersistenceDeserializer(item: any): BrokerPersistence {\n return {\n maxSize: item[\"maxSize\"],\n persistentVolumeClaimSpec: !item[\"persistentVolumeClaimSpec\"]\n ? item[\"persistentVolumeClaimSpec\"]\n : volumeClaimSpecDeserializer(item[\"persistentVolumeClaimSpec\"]),\n retain: !item[\"retain\"]\n ? item[\"retain\"]\n : brokerRetainMessagesPolicyUnionDeserializer(item[\"retain\"]),\n stateStore: !item[\"stateStore\"]\n ? item[\"stateStore\"]\n : brokerStateStorePolicyUnionDeserializer(item[\"stateStore\"]),\n subscriberQueue: !item[\"subscriberQueue\"]\n ? item[\"subscriberQueue\"]\n : brokerSubscriberQueuePolicyUnionDeserializer(item[\"subscriberQueue\"]),\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : brokerPersistenceEncryptionDeserializer(item[\"encryption\"]),\n };\n}\n\n/** Broker Retain policy properties. */\nexport interface BrokerRetainMessagesPolicy {\n /** 'All' to persist all retain messages, 'None' to not persist any, 'Custom' to persist only the specified topics. */\n /** The discriminator possible values: Custom */\n mode: BrokerPersistencePolicyMode;\n}\n\nexport function brokerRetainMessagesPolicySerializer(item: BrokerRetainMessagesPolicy): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function brokerRetainMessagesPolicyDeserializer(item: any): BrokerRetainMessagesPolicy {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Alias for BrokerRetainMessagesPolicyUnion */\nexport type BrokerRetainMessagesPolicyUnion =\n | BrokerRetainMessagesCustomPolicy\n | BrokerRetainMessagesPolicy;\n\nexport function brokerRetainMessagesPolicyUnionSerializer(\n item: BrokerRetainMessagesPolicyUnion,\n): any {\n switch (item.mode) {\n case \"Custom\":\n return brokerRetainMessagesCustomPolicySerializer(item as BrokerRetainMessagesCustomPolicy);\n\n default:\n return brokerRetainMessagesPolicySerializer(item);\n }\n}\n\nexport function brokerRetainMessagesPolicyUnionDeserializer(\n item: any,\n): BrokerRetainMessagesPolicyUnion {\n switch (item[\"mode\"]) {\n case \"Custom\":\n return brokerRetainMessagesCustomPolicyDeserializer(item as BrokerRetainMessagesCustomPolicy);\n\n default:\n return brokerRetainMessagesPolicyDeserializer(item);\n }\n}\n\n/** Broker Persistence Policy Mode values. */\nexport enum KnownBrokerPersistencePolicyMode {\n /** Policy mode for All. */\n All = \"All\",\n /** Policy mode for None. */\n None = \"None\",\n /** Indicates that the policy is a custom policy. */\n Custom = \"Custom\",\n}\n\n/**\n * Broker Persistence Policy Mode values. \\\n * {@link KnownBrokerPersistencePolicyMode} can be used interchangeably with BrokerPersistencePolicyMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **All**: Policy mode for All. \\\n * **None**: Policy mode for None. \\\n * **Custom**: Indicates that the policy is a custom policy.\n */\nexport type BrokerPersistencePolicyMode = string;\n\n/** Custom Broker Retain Message Policy. */\nexport interface BrokerRetainMessagesCustomPolicy extends BrokerRetainMessagesPolicy {\n /** The mode of the policy. */\n mode: \"Custom\";\n /** Settings for the policy. */\n retainSettings: BrokerRetainMessagesSettings;\n}\n\nexport function brokerRetainMessagesCustomPolicySerializer(\n item: BrokerRetainMessagesCustomPolicy,\n): any {\n return {\n mode: item[\"mode\"],\n retainSettings: brokerRetainMessagesSettingsSerializer(item[\"retainSettings\"]),\n };\n}\n\nexport function brokerRetainMessagesCustomPolicyDeserializer(\n item: any,\n): BrokerRetainMessagesCustomPolicy {\n return {\n mode: item[\"mode\"],\n retainSettings: brokerRetainMessagesSettingsDeserializer(item[\"retainSettings\"]),\n };\n}\n\n/** Broker Retain Messages properties. */\nexport interface BrokerRetainMessagesSettings {\n /** List of topics under which retained messages would be persisted to disk. Wildcards # and + supported. */\n topics?: string[];\n /** Controls if MQTT clients can request for disk persistence via `MQTTv5` user property. Works in addition to other groups (logical OR). */\n dynamic?: BrokerRetainMessagesDynamic;\n}\n\nexport function brokerRetainMessagesSettingsSerializer(item: BrokerRetainMessagesSettings): any {\n return {\n topics: !item[\"topics\"]\n ? item[\"topics\"]\n : item[\"topics\"].map((p: any) => {\n return p;\n }),\n dynamic: !item[\"dynamic\"]\n ? item[\"dynamic\"]\n : brokerRetainMessagesDynamicSerializer(item[\"dynamic\"]),\n };\n}\n\nexport function brokerRetainMessagesSettingsDeserializer(item: any): BrokerRetainMessagesSettings {\n return {\n topics: !item[\"topics\"]\n ? item[\"topics\"]\n : item[\"topics\"].map((p: any) => {\n return p;\n }),\n dynamic: !item[\"dynamic\"]\n ? item[\"dynamic\"]\n : brokerRetainMessagesDynamicDeserializer(item[\"dynamic\"]),\n };\n}\n\n/** Dynamic settings of BrokerRetainMessagesCustomPolicy. */\nexport interface BrokerRetainMessagesDynamic {\n /** Mode of the BrokerRetainMessagesCustomPolicy. */\n mode: OperationalMode;\n}\n\nexport function brokerRetainMessagesDynamicSerializer(item: BrokerRetainMessagesDynamic): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function brokerRetainMessagesDynamicDeserializer(item: any): BrokerRetainMessagesDynamic {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Broker State Store Policy. */\nexport interface BrokerStateStorePolicy {\n /** 'All' to persist all keys, 'None' to not persist any, 'Custom' to persist only the specified keys. */\n /** The discriminator possible values: Custom */\n mode: BrokerPersistencePolicyMode;\n}\n\nexport function brokerStateStorePolicySerializer(item: BrokerStateStorePolicy): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function brokerStateStorePolicyDeserializer(item: any): BrokerStateStorePolicy {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Alias for BrokerStateStorePolicyUnion */\nexport type BrokerStateStorePolicyUnion = BrokerStateStoreCustomPolicy | BrokerStateStorePolicy;\n\nexport function brokerStateStorePolicyUnionSerializer(item: BrokerStateStorePolicyUnion): any {\n switch (item.mode) {\n case \"Custom\":\n return brokerStateStoreCustomPolicySerializer(item as BrokerStateStoreCustomPolicy);\n\n default:\n return brokerStateStorePolicySerializer(item);\n }\n}\n\nexport function brokerStateStorePolicyUnionDeserializer(item: any): BrokerStateStorePolicyUnion {\n switch (item[\"mode\"]) {\n case \"Custom\":\n return brokerStateStoreCustomPolicyDeserializer(item as BrokerStateStoreCustomPolicy);\n\n default:\n return brokerStateStorePolicyDeserializer(item);\n }\n}\n\n/** Broker State Store Custom Policy. */\nexport interface BrokerStateStoreCustomPolicy extends BrokerStateStorePolicy {\n /** The mode of the policy. */\n mode: \"Custom\";\n /** Settings for the policy. */\n stateStoreSettings: BrokerStateStorePolicySettings;\n}\n\nexport function brokerStateStoreCustomPolicySerializer(item: BrokerStateStoreCustomPolicy): any {\n return {\n mode: item[\"mode\"],\n stateStoreSettings: brokerStateStorePolicySettingsSerializer(item[\"stateStoreSettings\"]),\n };\n}\n\nexport function brokerStateStoreCustomPolicyDeserializer(item: any): BrokerStateStoreCustomPolicy {\n return {\n mode: item[\"mode\"],\n stateStoreSettings: brokerStateStorePolicySettingsDeserializer(item[\"stateStoreSettings\"]),\n };\n}\n\n/** Broker State Store Custom Policy Settings. */\nexport interface BrokerStateStorePolicySettings {\n /** List of key and key type to persist to disk. */\n stateStoreResources?: BrokerStateStorePolicyResources[];\n /** Controls if MQTT clients can request for disk persistence via `MQTTv5` user property. Works in addition to other groups (logical OR). */\n dynamic?: BrokerStateStoreDynamic;\n}\n\nexport function brokerStateStorePolicySettingsSerializer(\n item: BrokerStateStorePolicySettings,\n): any {\n return {\n stateStoreResources: !item[\"stateStoreResources\"]\n ? item[\"stateStoreResources\"]\n : brokerStateStorePolicyResourcesArraySerializer(item[\"stateStoreResources\"]),\n dynamic: !item[\"dynamic\"]\n ? item[\"dynamic\"]\n : brokerStateStoreDynamicSerializer(item[\"dynamic\"]),\n };\n}\n\nexport function brokerStateStorePolicySettingsDeserializer(\n item: any,\n): BrokerStateStorePolicySettings {\n return {\n stateStoreResources: !item[\"stateStoreResources\"]\n ? item[\"stateStoreResources\"]\n : brokerStateStorePolicyResourcesArrayDeserializer(item[\"stateStoreResources\"]),\n dynamic: !item[\"dynamic\"]\n ? item[\"dynamic\"]\n : brokerStateStoreDynamicDeserializer(item[\"dynamic\"]),\n };\n}\n\nexport function brokerStateStorePolicyResourcesArraySerializer(\n result: Array<BrokerStateStorePolicyResources>,\n): any[] {\n return result.map((item) => {\n return brokerStateStorePolicyResourcesSerializer(item);\n });\n}\n\nexport function brokerStateStorePolicyResourcesArrayDeserializer(\n result: Array<BrokerStateStorePolicyResources>,\n): any[] {\n return result.map((item) => {\n return brokerStateStorePolicyResourcesDeserializer(item);\n });\n}\n\n/** Broker State Store Policy Resources properties. */\nexport interface BrokerStateStorePolicyResources {\n /** The key to persist to disk. */\n keyType: BrokerStateStoreKeyType;\n /** List of keys to persist to disk, required. */\n keys: string[];\n}\n\nexport function brokerStateStorePolicyResourcesSerializer(\n item: BrokerStateStorePolicyResources,\n): any {\n return {\n keyType: item[\"keyType\"],\n keys: item[\"keys\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function brokerStateStorePolicyResourcesDeserializer(\n item: any,\n): BrokerStateStorePolicyResources {\n return {\n keyType: item[\"keyType\"],\n keys: item[\"keys\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Broker State Store Key Type properties. */\nexport enum KnownBrokerStateStoreKeyType {\n /** Used for glob-style pattern matching. */\n Pattern = \"Pattern\",\n /** Used to do exact match, for example, when a key contains characters that might be otherwise matched as a pattern (*, ?, [0-9]). */\n String = \"String\",\n /** Used to match a binary key. */\n Binary = \"Binary\",\n}\n\n/**\n * Broker State Store Key Type properties. \\\n * {@link KnownBrokerStateStoreKeyType} can be used interchangeably with BrokerStateStoreKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pattern**: Used for glob-style pattern matching. \\\n * **String**: Used to do exact match, for example, when a key contains characters that might be otherwise matched as a pattern (*, ?, [0-9]). \\\n * **Binary**: Used to match a binary key.\n */\nexport type BrokerStateStoreKeyType = string;\n\n/** Dynamic settings of BrokerStateStoreCustomPolicy. */\nexport interface BrokerStateStoreDynamic {\n /** Mode of the BrokerStateStoreCustomPolicy. */\n mode: OperationalMode;\n}\n\nexport function brokerStateStoreDynamicSerializer(item: BrokerStateStoreDynamic): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function brokerStateStoreDynamicDeserializer(item: any): BrokerStateStoreDynamic {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Broker Subscriber Queue Policy properties. */\nexport interface BrokerSubscriberQueuePolicy {\n /** 'All' to persist all subscriber queues, 'None' to not persist any, 'Custom' to persist only the specified queues. */\n /** The discriminator possible values: Custom */\n mode: BrokerPersistencePolicyMode;\n}\n\nexport function brokerSubscriberQueuePolicySerializer(item: BrokerSubscriberQueuePolicy): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function brokerSubscriberQueuePolicyDeserializer(item: any): BrokerSubscriberQueuePolicy {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Alias for BrokerSubscriberQueuePolicyUnion */\nexport type BrokerSubscriberQueuePolicyUnion =\n | BrokerSubscriberQueueCustomPolicy\n | BrokerSubscriberQueuePolicy;\n\nexport function brokerSubscriberQueuePolicyUnionSerializer(\n item: BrokerSubscriberQueuePolicyUnion,\n): any {\n switch (item.mode) {\n case \"Custom\":\n return brokerSubscriberQueueCustomPolicySerializer(item as BrokerSubscriberQueueCustomPolicy);\n\n default:\n return brokerSubscriberQueuePolicySerializer(item);\n }\n}\n\nexport function brokerSubscriberQueuePolicyUnionDeserializer(\n item: any,\n): BrokerSubscriberQueuePolicyUnion {\n switch (item[\"mode\"]) {\n case \"Custom\":\n return brokerSubscriberQueueCustomPolicyDeserializer(\n item as BrokerSubscriberQueueCustomPolicy,\n );\n\n default:\n return brokerSubscriberQueuePolicyDeserializer(item);\n }\n}\n\n/** Custom Subscriber Queue Policy Properties. */\nexport interface BrokerSubscriberQueueCustomPolicy extends BrokerSubscriberQueuePolicy {\n /** The mode of the policy. */\n mode: \"Custom\";\n /** Custom policy, required if mode is Custom. Subscriber queues from all groups are persisted to disk (logical OR). */\n subscriberQueueSettings: BrokerSubscriberQueueCustomPolicySettings;\n}\n\nexport function brokerSubscriberQueueCustomPolicySerializer(\n item: BrokerSubscriberQueueCustomPolicy,\n): any {\n return {\n mode: item[\"mode\"],\n subscriberQueueSettings: brokerSubscriberQueueCustomPolicySettingsSerializer(\n item[\"subscriberQueueSettings\"],\n ),\n };\n}\n\nexport function brokerSubscriberQueueCustomPolicyDeserializer(\n item: any,\n): BrokerSubscriberQueueCustomPolicy {\n return {\n mode: item[\"mode\"],\n subscriberQueueSettings: brokerSubscriberQueueCustomPolicySettingsDeserializer(\n item[\"subscriberQueueSettings\"],\n ),\n };\n}\n\n/** Broker Subscriber Queue Custom Policy properties. */\nexport interface BrokerSubscriberQueueCustomPolicySettings {\n /** List of client IDs of the subscribers, wildcard * supported. */\n subscriberClientIds?: string[];\n /** Controls if MQTT clients can request for disk persistence via `MQTTv5` user property. Works in addition to other groups (logical OR). */\n dynamic?: BrokerSubscriberQueueDynamic;\n}\n\nexport function brokerSubscriberQueueCustomPolicySettingsSerializer(\n item: BrokerSubscriberQueueCustomPolicySettings,\n): any {\n return {\n subscriberClientIds: !item[\"subscriberClientIds\"]\n ? item[\"subscriberClientIds\"]\n : item[\"subscriberClientIds\"].map((p: any) => {\n return p;\n }),\n dynamic: !item[\"dynamic\"]\n ? item[\"dynamic\"]\n : brokerSubscriberQueueDynamicSerializer(item[\"dynamic\"]),\n };\n}\n\nexport function brokerSubscriberQueueCustomPolicySettingsDeserializer(\n item: any,\n): BrokerSubscriberQueueCustomPolicySettings {\n return {\n subscriberClientIds: !item[\"subscriberClientIds\"]\n ? item[\"subscriberClientIds\"]\n : item[\"subscriberClientIds\"].map((p: any) => {\n return p;\n }),\n dynamic: !item[\"dynamic\"]\n ? item[\"dynamic\"]\n : brokerSubscriberQueueDynamicDeserializer(item[\"dynamic\"]),\n };\n}\n\n/** Dynamic settings of BrokerSubscriberQueueCustomPolicy. */\nexport interface BrokerSubscriberQueueDynamic {\n /** Mode of the BrokerSubscriberQueueCustomPolicy. */\n mode: OperationalMode;\n}\n\nexport function brokerSubscriberQueueDynamicSerializer(item: BrokerSubscriberQueueDynamic): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function brokerSubscriberQueueDynamicDeserializer(item: any): BrokerSubscriberQueueDynamic {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Broker Persistence Encryption properties. */\nexport interface BrokerPersistenceEncryption {\n /** Determines if encryption is enabled. */\n mode: OperationalMode;\n}\n\nexport function brokerPersistenceEncryptionSerializer(item: BrokerPersistenceEncryption): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function brokerPersistenceEncryptionDeserializer(item: any): BrokerPersistenceEncryption {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** BrokerStatus status. */\nexport interface BrokerStatus {\n /** The health state of the Broker. */\n readonly healthState?: ResourceHealthStatus;\n}\n\nexport function brokerStatusDeserializer(item: any): BrokerStatus {\n return {\n healthState: !item[\"healthState\"]\n ? item[\"healthState\"]\n : resourceHealthStatusDeserializer(item[\"healthState\"]),\n };\n}\n\n/** Represents the health state of a resource. */\nexport interface ResourceHealthStatus {\n /** The high-level health status of the resource. */\n readonly status?: ResourceHealthState;\n /** The timestamp (RFC3339) when the health status last changed. */\n readonly lastTransitionTime?: string;\n /** The timestamp (RFC3339) when the health status was last updated, even if the status did not change. */\n readonly lastUpdateTime?: string;\n /** A human-readable message describing the last transition. */\n readonly message?: string;\n /** Unique, CamelCase reason code describing the cause of the last health state transition. */\n readonly reasonCode?: string;\n}\n\nexport function resourceHealthStatusDeserializer(item: any): ResourceHealthStatus {\n return {\n status: item[\"status\"],\n lastTransitionTime: item[\"lastTransitionTime\"],\n lastUpdateTime: item[\"lastUpdateTime\"],\n message: item[\"message\"],\n reasonCode: item[\"reasonCode\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The response of a BrokerResource list operation. */\nexport interface _BrokerResourceListResult {\n /** The BrokerResource items on this page */\n value: BrokerResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _brokerResourceListResultDeserializer(item: any): _BrokerResourceListResult {\n return {\n value: brokerResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function brokerResourceArraySerializer(result: Array<BrokerResource>): any[] {\n return result.map((item) => {\n return brokerResourceSerializer(item);\n });\n}\n\nexport function brokerResourceArrayDeserializer(result: Array<BrokerResource>): any[] {\n return result.map((item) => {\n return brokerResourceDeserializer(item);\n });\n}\n\n/** Instance broker resource */\nexport interface BrokerListenerResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BrokerListenerProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function brokerListenerResourceSerializer(item: BrokerListenerResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerListenerPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function brokerListenerResourceDeserializer(item: any): BrokerListenerResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerListenerPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** Defines a Broker listener. A listener is a collection of ports on which the broker accepts connections from clients. */\nexport interface BrokerListenerProperties {\n /** Kubernetes Service name of this listener. */\n serviceName?: string;\n /** Ports on which this listener accepts client connections. */\n ports: ListenerPort[];\n /** Kubernetes Service type of this listener. */\n serviceType?: ServiceType;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function brokerListenerPropertiesSerializer(item: BrokerListenerProperties): any {\n return {\n serviceName: item[\"serviceName\"],\n ports: listenerPortArraySerializer(item[\"ports\"]),\n serviceType: item[\"serviceType\"],\n };\n}\n\nexport function brokerListenerPropertiesDeserializer(item: any): BrokerListenerProperties {\n return {\n serviceName: item[\"serviceName\"],\n ports: listenerPortArrayDeserializer(item[\"ports\"]),\n serviceType: item[\"serviceType\"],\n provisioningState: item[\"provisioningState\"],\n healthState: item[\"healthState\"],\n };\n}\n\nexport function listenerPortArraySerializer(result: Array<ListenerPort>): any[] {\n return result.map((item) => {\n return listenerPortSerializer(item);\n });\n}\n\nexport function listenerPortArrayDeserializer(result: Array<ListenerPort>): any[] {\n return result.map((item) => {\n return listenerPortDeserializer(item);\n });\n}\n\n/** Defines a TCP port on which a `BrokerListener` listens. */\nexport interface ListenerPort {\n /** Reference to client authentication settings. Omit to disable authentication. */\n authenticationRef?: string;\n /** Reference to client authorization settings. Omit to disable authorization. */\n authorizationRef?: string;\n /** Kubernetes node port. Only relevant when this port is associated with a `NodePort` listener. */\n nodePort?: number;\n /** TCP port for accepting client connections. */\n port: number;\n /** Protocol to use for client connections. */\n protocol?: BrokerProtocolType;\n /** TLS server certificate settings for this port. Omit to disable TLS. */\n tls?: TlsCertMethod;\n}\n\nexport function listenerPortSerializer(item: ListenerPort): any {\n return {\n authenticationRef: item[\"authenticationRef\"],\n authorizationRef: item[\"authorizationRef\"],\n nodePort: item[\"nodePort\"],\n port: item[\"port\"],\n protocol: item[\"protocol\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsCertMethodSerializer(item[\"tls\"]),\n };\n}\n\nexport function listenerPortDeserializer(item: any): ListenerPort {\n return {\n authenticationRef: item[\"authenticationRef\"],\n authorizationRef: item[\"authorizationRef\"],\n nodePort: item[\"nodePort\"],\n port: item[\"port\"],\n protocol: item[\"protocol\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsCertMethodDeserializer(item[\"tls\"]),\n };\n}\n\n/** Broker Protocol types */\nexport enum KnownBrokerProtocolType {\n /** protocol broker */\n Mqtt = \"Mqtt\",\n /** protocol websocket */\n WebSockets = \"WebSockets\",\n}\n\n/**\n * Broker Protocol types \\\n * {@link KnownBrokerProtocolType} can be used interchangeably with BrokerProtocolType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Mqtt**: protocol broker \\\n * **WebSockets**: protocol websocket\n */\nexport type BrokerProtocolType = string;\n\n/** Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported */\nexport interface TlsCertMethod {\n /** Mode of TLS server certificate management. */\n mode: TlsCertMethodMode;\n /** Option 1 - Automatic TLS server certificate management with cert-manager. */\n certManagerCertificateSpec?: CertManagerCertificateSpec;\n /** Option 2 - Manual TLS server certificate management through a defined secret. */\n manual?: X509ManualCertificate;\n}\n\nexport function tlsCertMethodSerializer(item: TlsCertMethod): any {\n return {\n mode: item[\"mode\"],\n certManagerCertificateSpec: !item[\"certManagerCertificateSpec\"]\n ? item[\"certManagerCertificateSpec\"]\n : certManagerCertificateSpecSerializer(item[\"certManagerCertificateSpec\"]),\n manual: !item[\"manual\"] ? item[\"manual\"] : x509ManualCertificateSerializer(item[\"manual\"]),\n };\n}\n\nexport function tlsCertMethodDeserializer(item: any): TlsCertMethod {\n return {\n mode: item[\"mode\"],\n certManagerCertificateSpec: !item[\"certManagerCertificateSpec\"]\n ? item[\"certManagerCertificateSpec\"]\n : certManagerCertificateSpecDeserializer(item[\"certManagerCertificateSpec\"]),\n manual: !item[\"manual\"] ? item[\"manual\"] : x509ManualCertificateDeserializer(item[\"manual\"]),\n };\n}\n\n/** Broker Authentication Mode */\nexport enum KnownTlsCertMethodMode {\n /** Automatic TLS server certificate configuration. */\n Automatic = \"Automatic\",\n /** Manual TLS server certificate configuration. */\n Manual = \"Manual\",\n}\n\n/**\n * Broker Authentication Mode \\\n * {@link KnownTlsCertMethodMode} can be used interchangeably with TlsCertMethodMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic**: Automatic TLS server certificate configuration. \\\n * **Manual**: Manual TLS server certificate configuration.\n */\nexport type TlsCertMethodMode = string;\n\n/** Automatic TLS server certificate management with cert-manager */\nexport interface CertManagerCertificateSpec {\n /** Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes. */\n duration?: string;\n /** Secret for storing server certificate. Any existing data will be overwritten. This is a reference to the secret through an identifying name, not the secret itself. */\n secretName?: string;\n /** When to begin renewing certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes. */\n renewBefore?: string;\n /** cert-manager issuerRef. */\n issuerRef: CertManagerIssuerRef;\n /** Type of certificate private key. */\n privateKey?: CertManagerPrivateKey;\n /** Additional Subject Alternative Names (SANs) to include in the certificate. */\n san?: SanForCert;\n}\n\nexport function certManagerCertificateSpecSerializer(item: CertManagerCertificateSpec): any {\n return {\n duration: item[\"duration\"],\n secretName: item[\"secretName\"],\n renewBefore: item[\"renewBefore\"],\n issuerRef: certManagerIssuerRefSerializer(item[\"issuerRef\"]),\n privateKey: !item[\"privateKey\"]\n ? item[\"privateKey\"]\n : certManagerPrivateKeySerializer(item[\"privateKey\"]),\n san: !item[\"san\"] ? item[\"san\"] : sanForCertSerializer(item[\"san\"]),\n };\n}\n\nexport function certManagerCertificateSpecDeserializer(item: any): CertManagerCertificateSpec {\n return {\n duration: item[\"duration\"],\n secretName: item[\"secretName\"],\n renewBefore: item[\"renewBefore\"],\n issuerRef: certManagerIssuerRefDeserializer(item[\"issuerRef\"]),\n privateKey: !item[\"privateKey\"]\n ? item[\"privateKey\"]\n : certManagerPrivateKeyDeserializer(item[\"privateKey\"]),\n san: !item[\"san\"] ? item[\"san\"] : sanForCertDeserializer(item[\"san\"]),\n };\n}\n\n/** Cert-Manager issuerRef properties */\nexport interface CertManagerIssuerRef {\n /** group of issuer. */\n group: string;\n /** kind of issuer (Issuer or ClusterIssuer). */\n kind: CertManagerIssuerKind;\n /** name of issuer. */\n name: string;\n}\n\nexport function certManagerIssuerRefSerializer(item: CertManagerIssuerRef): any {\n return { group: item[\"group\"], kind: item[\"kind\"], name: item[\"name\"] };\n}\n\nexport function certManagerIssuerRefDeserializer(item: any): CertManagerIssuerRef {\n return {\n group: item[\"group\"],\n kind: item[\"kind\"],\n name: item[\"name\"],\n };\n}\n\n/** CertManagerIssuerKind properties */\nexport enum KnownCertManagerIssuerKind {\n /** Issuer kind. */\n Issuer = \"Issuer\",\n /** ClusterIssuer kind. */\n ClusterIssuer = \"ClusterIssuer\",\n}\n\n/**\n * CertManagerIssuerKind properties \\\n * {@link KnownCertManagerIssuerKind} can be used interchangeably with CertManagerIssuerKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Issuer**: Issuer kind. \\\n * **ClusterIssuer**: ClusterIssuer kind.\n */\nexport type CertManagerIssuerKind = string;\n\n/** Subject Alternative Names (SANs) for certificate. */\nexport interface SanForCert {\n /** DNS SANs. */\n dns: string[];\n /** IP address SANs. */\n ip: string[];\n}\n\nexport function sanForCertSerializer(item: SanForCert): any {\n return {\n dns: item[\"dns\"].map((p: any) => {\n return p;\n }),\n ip: item[\"ip\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function sanForCertDeserializer(item: any): SanForCert {\n return {\n dns: item[\"dns\"].map((p: any) => {\n return p;\n }),\n ip: item[\"ip\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** X509 Certificate Authentication properties. */\nexport interface X509ManualCertificate {\n /** Kubernetes secret containing an X.509 client certificate. This is a reference to the secret through an identifying name, not the secret itself. */\n secretRef: string;\n}\n\nexport function x509ManualCertificateSerializer(item: X509ManualCertificate): any {\n return { secretRef: item[\"secretRef\"] };\n}\n\nexport function x509ManualCertificateDeserializer(item: any): X509ManualCertificate {\n return {\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** Kubernetes Service Types supported by Listener */\nexport enum KnownServiceType {\n /** Cluster IP Service. */\n ClusterIp = \"ClusterIp\",\n /** Load Balancer Service. */\n LoadBalancer = \"LoadBalancer\",\n /** Node Port Service. */\n NodePort = \"NodePort\",\n}\n\n/**\n * Kubernetes Service Types supported by Listener \\\n * {@link KnownServiceType} can be used interchangeably with ServiceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ClusterIp**: Cluster IP Service. \\\n * **LoadBalancer**: Load Balancer Service. \\\n * **NodePort**: Node Port Service.\n */\nexport type ServiceType = string;\n\n/** The response of a BrokerListenerResource list operation. */\nexport interface _BrokerListenerResourceListResult {\n /** The BrokerListenerResource items on this page */\n value: BrokerListenerResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _brokerListenerResourceListResultDeserializer(\n item: any,\n): _BrokerListenerResourceListResult {\n return {\n value: brokerListenerResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function brokerListenerResourceArraySerializer(\n result: Array<BrokerListenerResource>,\n): any[] {\n return result.map((item) => {\n return brokerListenerResourceSerializer(item);\n });\n}\n\nexport function brokerListenerResourceArrayDeserializer(\n result: Array<BrokerListenerResource>,\n): any[] {\n return result.map((item) => {\n return brokerListenerResourceDeserializer(item);\n });\n}\n\n/** Instance broker authentication resource */\nexport interface BrokerAuthenticationResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BrokerAuthenticationProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function brokerAuthenticationResourceSerializer(item: BrokerAuthenticationResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerAuthenticationPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function brokerAuthenticationResourceDeserializer(item: any): BrokerAuthenticationResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerAuthenticationPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** BrokerAuthentication Resource properties */\nexport interface BrokerAuthenticationProperties {\n /** Defines a set of Broker authentication methods to be used on `BrokerListeners`. For each array element one authenticator type supported. */\n authenticationMethods: BrokerAuthenticatorMethods[];\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function brokerAuthenticationPropertiesSerializer(\n item: BrokerAuthenticationProperties,\n): any {\n return {\n authenticationMethods: brokerAuthenticatorMethodsArraySerializer(item[\"authenticationMethods\"]),\n };\n}\n\nexport function brokerAuthenticationPropertiesDeserializer(\n item: any,\n): BrokerAuthenticationProperties {\n return {\n authenticationMethods: brokerAuthenticatorMethodsArrayDeserializer(\n item[\"authenticationMethods\"],\n ),\n provisioningState: item[\"provisioningState\"],\n healthState: item[\"healthState\"],\n };\n}\n\nexport function brokerAuthenticatorMethodsArraySerializer(\n result: Array<BrokerAuthenticatorMethods>,\n): any[] {\n return result.map((item) => {\n return brokerAuthenticatorMethodsSerializer(item);\n });\n}\n\nexport function brokerAuthenticatorMethodsArrayDeserializer(\n result: Array<BrokerAuthenticatorMethods>,\n): any[] {\n return result.map((item) => {\n return brokerAuthenticatorMethodsDeserializer(item);\n });\n}\n\n/** Set of broker authentication policies. Only one method is supported for each entry. */\nexport interface BrokerAuthenticatorMethods {\n /** Custom authentication configuration. */\n method: BrokerAuthenticationMethod;\n /** Custom authentication configuration. */\n customSettings?: BrokerAuthenticatorMethodCustom;\n /** ServiceAccountToken authentication configuration. */\n serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;\n /** X.509 authentication configuration. */\n x509Settings?: BrokerAuthenticatorMethodX509;\n}\n\nexport function brokerAuthenticatorMethodsSerializer(item: BrokerAuthenticatorMethods): any {\n return {\n method: item[\"method\"],\n customSettings: !item[\"customSettings\"]\n ? item[\"customSettings\"]\n : brokerAuthenticatorMethodCustomSerializer(item[\"customSettings\"]),\n serviceAccountTokenSettings: !item[\"serviceAccountTokenSettings\"]\n ? item[\"serviceAccountTokenSettings\"]\n : brokerAuthenticatorMethodSatSerializer(item[\"serviceAccountTokenSettings\"]),\n x509Settings: !item[\"x509Settings\"]\n ? item[\"x509Settings\"]\n : brokerAuthenticatorMethodX509Serializer(item[\"x509Settings\"]),\n };\n}\n\nexport function brokerAuthenticatorMethodsDeserializer(item: any): BrokerAuthenticatorMethods {\n return {\n method: item[\"method\"],\n customSettings: !item[\"customSettings\"]\n ? item[\"customSettings\"]\n : brokerAuthenticatorMethodCustomDeserializer(item[\"customSettings\"]),\n serviceAccountTokenSettings: !item[\"serviceAccountTokenSettings\"]\n ? item[\"serviceAccountTokenSettings\"]\n : brokerAuthenticatorMethodSatDeserializer(item[\"serviceAccountTokenSettings\"]),\n x509Settings: !item[\"x509Settings\"]\n ? item[\"x509Settings\"]\n : brokerAuthenticatorMethodX509Deserializer(item[\"x509Settings\"]),\n };\n}\n\n/** Broker Authentication Mode */\nexport enum KnownBrokerAuthenticationMethod {\n /** Custom authentication configuration. */\n Custom = \"Custom\",\n /** ServiceAccountToken authentication configuration. */\n ServiceAccountToken = \"ServiceAccountToken\",\n /** X.509 authentication configuration. */\n X509 = \"X509\",\n}\n\n/**\n * Broker Authentication Mode \\\n * {@link KnownBrokerAuthenticationMethod} can be used interchangeably with BrokerAuthenticationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Custom**: Custom authentication configuration. \\\n * **ServiceAccountToken**: ServiceAccountToken authentication configuration. \\\n * **X509**: X.509 authentication configuration.\n */\nexport type BrokerAuthenticationMethod = string;\n\n/** Custom method for BrokerAuthentication */\nexport interface BrokerAuthenticatorMethodCustom {\n /** Optional authentication needed for authenticating with the custom authentication server. */\n auth?: BrokerAuthenticatorCustomAuth;\n /** Optional CA certificate for validating the custom authentication server's certificate. */\n caCertConfigMap?: string;\n /** Endpoint of the custom authentication server. Must be an HTTPS endpoint. */\n endpoint: string;\n /** Additional HTTP headers to pass to the custom authentication server. */\n headers?: Record<string, string>;\n}\n\nexport function brokerAuthenticatorMethodCustomSerializer(\n item: BrokerAuthenticatorMethodCustom,\n): any {\n return {\n auth: !item[\"auth\"] ? item[\"auth\"] : brokerAuthenticatorCustomAuthSerializer(item[\"auth\"]),\n caCertConfigMap: item[\"caCertConfigMap\"],\n endpoint: item[\"endpoint\"],\n headers: item[\"headers\"],\n };\n}\n\nexport function brokerAuthenticatorMethodCustomDeserializer(\n item: any,\n): BrokerAuthenticatorMethodCustom {\n return {\n auth: !item[\"auth\"] ? item[\"auth\"] : brokerAuthenticatorCustomAuthDeserializer(item[\"auth\"]),\n caCertConfigMap: item[\"caCertConfigMap\"],\n endpoint: item[\"endpoint\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(Object.entries(item[\"headers\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Custom Authentication properties */\nexport interface BrokerAuthenticatorCustomAuth {\n /** X509 Custom Auth type details. */\n x509: X509ManualCertificate;\n}\n\nexport function brokerAuthenticatorCustomAuthSerializer(item: BrokerAuthenticatorCustomAuth): any {\n return { x509: x509ManualCertificateSerializer(item[\"x509\"]) };\n}\n\nexport function brokerAuthenticatorCustomAuthDeserializer(\n item: any,\n): BrokerAuthenticatorCustomAuth {\n return {\n x509: x509ManualCertificateDeserializer(item[\"x509\"]),\n };\n}\n\n/** Service Account Token for BrokerAuthentication */\nexport interface BrokerAuthenticatorMethodSat {\n /** List of allowed audience. */\n audiences: string[];\n}\n\nexport function brokerAuthenticatorMethodSatSerializer(item: BrokerAuthenticatorMethodSat): any {\n return {\n audiences: item[\"audiences\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function brokerAuthenticatorMethodSatDeserializer(item: any): BrokerAuthenticatorMethodSat {\n return {\n audiences: item[\"audiences\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** X509 for BrokerAuthentication. */\nexport interface BrokerAuthenticatorMethodX509 {\n /** X509 authorization attributes properties. */\n authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;\n /** Name of the trusted client ca cert resource. */\n trustedClientCaCert?: string;\n /** X509 authentication attributes properties. */\n additionalValidation?: BrokerAuthenticatorValidationMethods;\n}\n\nexport function brokerAuthenticatorMethodX509Serializer(item: BrokerAuthenticatorMethodX509): any {\n return {\n authorizationAttributes: !item[\"authorizationAttributes\"]\n ? item[\"authorizationAttributes\"]\n : brokerAuthenticatorMethodX509AttributesRecordSerializer(item[\"authorizationAttributes\"]),\n trustedClientCaCert: item[\"trustedClientCaCert\"],\n additionalValidation: item[\"additionalValidation\"],\n };\n}\n\nexport function brokerAuthenticatorMethodX509Deserializer(\n item: any,\n): BrokerAuthenticatorMethodX509 {\n return {\n authorizationAttributes: !item[\"authorizationAttributes\"]\n ? item[\"authorizationAttributes\"]\n : brokerAuthenticatorMethodX509AttributesRecordDeserializer(item[\"authorizationAttributes\"]),\n trustedClientCaCert: item[\"trustedClientCaCert\"],\n additionalValidation: item[\"additionalValidation\"],\n };\n}\n\nexport function brokerAuthenticatorMethodX509AttributesRecordSerializer(\n item: Record<string, BrokerAuthenticatorMethodX509Attributes>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key]\n ? item[key]\n : brokerAuthenticatorMethodX509AttributesSerializer(item[key]);\n });\n return result;\n}\n\nexport function brokerAuthenticatorMethodX509AttributesRecordDeserializer(\n item: Record<string, any>,\n): Record<string, BrokerAuthenticatorMethodX509Attributes> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key]\n ? item[key]\n : brokerAuthenticatorMethodX509AttributesDeserializer(item[key]);\n });\n return result;\n}\n\n/** BrokerAuthenticatorMethodX509Attributes properties. */\nexport interface BrokerAuthenticatorMethodX509Attributes {\n /** Attributes object. */\n attributes: Record<string, string>;\n /** Subject of the X509 attribute. */\n subject: string;\n}\n\nexport function brokerAuthenticatorMethodX509AttributesSerializer(\n item: BrokerAuthenticatorMethodX509Attributes,\n): any {\n return { attributes: item[\"attributes\"], subject: item[\"subject\"] };\n}\n\nexport function brokerAuthenticatorMethodX509AttributesDeserializer(\n item: any,\n): BrokerAuthenticatorMethodX509Attributes {\n return {\n attributes: Object.fromEntries(\n Object.entries(item[\"attributes\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n subject: item[\"subject\"],\n };\n}\n\n/** X509 authentication validation methods. */\nexport enum KnownBrokerAuthenticatorValidationMethods {\n /** No additional validation is performed */\n None = \"None\",\n /** Additional validation is performed using the Azure Device Registry. */\n AzureDeviceRegistry = \"AzureDeviceRegistry\",\n}\n\n/**\n * X509 authentication validation methods. \\\n * {@link KnownBrokerAuthenticatorValidationMethods} can be used interchangeably with BrokerAuthenticatorValidationMethods,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No additional validation is performed \\\n * **AzureDeviceRegistry**: Additional validation is performed using the Azure Device Registry.\n */\nexport type BrokerAuthenticatorValidationMethods = string;\n\n/** The response of a BrokerAuthenticationResource list operation. */\nexport interface _BrokerAuthenticationResourceListResult {\n /** The BrokerAuthenticationResource items on this page */\n value: BrokerAuthenticationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _brokerAuthenticationResourceListResultDeserializer(\n item: any,\n): _BrokerAuthenticationResourceListResult {\n return {\n value: brokerAuthenticationResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function brokerAuthenticationResourceArraySerializer(\n result: Array<BrokerAuthenticationResource>,\n): any[] {\n return result.map((item) => {\n return brokerAuthenticationResourceSerializer(item);\n });\n}\n\nexport function brokerAuthenticationResourceArrayDeserializer(\n result: Array<BrokerAuthenticationResource>,\n): any[] {\n return result.map((item) => {\n return brokerAuthenticationResourceDeserializer(item);\n });\n}\n\n/** Instance broker authorizations resource */\nexport interface BrokerAuthorizationResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BrokerAuthorizationProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function brokerAuthorizationResourceSerializer(item: BrokerAuthorizationResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerAuthorizationPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function brokerAuthorizationResourceDeserializer(item: any): BrokerAuthorizationResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : brokerAuthorizationPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** BrokerAuthorization Resource properties */\nexport interface BrokerAuthorizationProperties {\n /** The list of authorization policies supported by the Authorization Resource. */\n authorizationPolicies: AuthorizationConfig;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function brokerAuthorizationPropertiesSerializer(item: BrokerAuthorizationProperties): any {\n return { authorizationPolicies: authorizationConfigSerializer(item[\"authorizationPolicies\"]) };\n}\n\nexport function brokerAuthorizationPropertiesDeserializer(\n item: any,\n): BrokerAuthorizationProperties {\n return {\n authorizationPolicies: authorizationConfigDeserializer(item[\"authorizationPolicies\"]),\n provisioningState: item[\"provisioningState\"],\n healthState: item[\"healthState\"],\n };\n}\n\n/** Broker AuthorizationConfig properties */\nexport interface AuthorizationConfig {\n /** Enable caching of the authorization rules. */\n cache?: OperationalMode;\n /** The authorization rules to follow. If no rule is set, but Authorization Resource is used that would mean DenyAll. */\n rules?: AuthorizationRule[];\n}\n\nexport function authorizationConfigSerializer(item: AuthorizationConfig): any {\n return {\n cache: item[\"cache\"],\n rules: !item[\"rules\"] ? item[\"rules\"] : authorizationRuleArraySerializer(item[\"rules\"]),\n };\n}\n\nexport function authorizationConfigDeserializer(item: any): AuthorizationConfig {\n return {\n cache: item[\"cache\"],\n rules: !item[\"rules\"] ? item[\"rules\"] : authorizationRuleArrayDeserializer(item[\"rules\"]),\n };\n}\n\nexport function authorizationRuleArraySerializer(result: Array<AuthorizationRule>): any[] {\n return result.map((item) => {\n return authorizationRuleSerializer(item);\n });\n}\n\nexport function authorizationRuleArrayDeserializer(result: Array<AuthorizationRule>): any[] {\n return result.map((item) => {\n return authorizationRuleDeserializer(item);\n });\n}\n\n/** AuthorizationConfig Rule Properties */\nexport interface AuthorizationRule {\n /** Give access to Broker methods and topics. */\n brokerResources: BrokerResourceRule[];\n /** Give access to clients based on the following properties. */\n principals: PrincipalDefinition;\n /** Give access to state store resources. */\n stateStoreResources?: StateStoreResourceRule[];\n}\n\nexport function authorizationRuleSerializer(item: AuthorizationRule): any {\n return {\n brokerResources: brokerResourceRuleArraySerializer(item[\"brokerResources\"]),\n principals: principalDefinitionSerializer(item[\"principals\"]),\n stateStoreResources: !item[\"stateStoreResources\"]\n ? item[\"stateStoreResources\"]\n : stateStoreResourceRuleArraySerializer(item[\"stateStoreResources\"]),\n };\n}\n\nexport function authorizationRuleDeserializer(item: any): AuthorizationRule {\n return {\n brokerResources: brokerResourceRuleArrayDeserializer(item[\"brokerResources\"]),\n principals: principalDefinitionDeserializer(item[\"principals\"]),\n stateStoreResources: !item[\"stateStoreResources\"]\n ? item[\"stateStoreResources\"]\n : stateStoreResourceRuleArrayDeserializer(item[\"stateStoreResources\"]),\n };\n}\n\nexport function brokerResourceRuleArraySerializer(result: Array<BrokerResourceRule>): any[] {\n return result.map((item) => {\n return brokerResourceRuleSerializer(item);\n });\n}\n\nexport function brokerResourceRuleArrayDeserializer(result: Array<BrokerResourceRule>): any[] {\n return result.map((item) => {\n return brokerResourceRuleDeserializer(item);\n });\n}\n\n/** Broker Resource Rule properties. This defines the objects that represent the actions or topics, such as - method.Connect, method.Publish, etc. */\nexport interface BrokerResourceRule {\n /** Give access for a Broker method (i.e., Connect, Subscribe, or Publish). */\n method: BrokerResourceDefinitionMethods;\n /** A list of client IDs that match the clients. The client IDs are case-sensitive and must match the client IDs provided by the clients during connection. This subfield may be set if the method is Connect. */\n clientIds?: string[];\n /** A list of topics or topic patterns that match the topics that the clients can publish or subscribe to. This subfield is required if the method is Publish or Subscribe. */\n topics?: string[];\n}\n\nexport function brokerResourceRuleSerializer(item: BrokerResourceRule): any {\n return {\n method: item[\"method\"],\n clientIds: !item[\"clientIds\"]\n ? item[\"clientIds\"]\n : item[\"clientIds\"].map((p: any) => {\n return p;\n }),\n topics: !item[\"topics\"]\n ? item[\"topics\"]\n : item[\"topics\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function brokerResourceRuleDeserializer(item: any): BrokerResourceRule {\n return {\n method: item[\"method\"],\n clientIds: !item[\"clientIds\"]\n ? item[\"clientIds\"]\n : item[\"clientIds\"].map((p: any) => {\n return p;\n }),\n topics: !item[\"topics\"]\n ? item[\"topics\"]\n : item[\"topics\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** BrokerResourceDefinitionMethods methods allowed */\nexport enum KnownBrokerResourceDefinitionMethods {\n /** Allowed Connecting to Broker */\n Connect = \"Connect\",\n /** Allowed Publishing to Broker */\n Publish = \"Publish\",\n /** Allowed Subscribing to Broker */\n Subscribe = \"Subscribe\",\n}\n\n/**\n * BrokerResourceDefinitionMethods methods allowed \\\n * {@link KnownBrokerResourceDefinitionMethods} can be used interchangeably with BrokerResourceDefinitionMethods,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connect**: Allowed Connecting to Broker \\\n * **Publish**: Allowed Publishing to Broker \\\n * **Subscribe**: Allowed Subscribing to Broker\n */\nexport type BrokerResourceDefinitionMethods = string;\n\n/** PrincipalDefinition properties of Rule */\nexport interface PrincipalDefinition {\n /** A list of key-value pairs that match the attributes of the clients. The attributes are case-sensitive and must match the attributes provided by the clients during authentication. */\n attributes?: Record<string, string>[];\n /** A list of client IDs that match the clients. The client IDs are case-sensitive and must match the client IDs provided by the clients during connection. */\n clientIds?: string[];\n /** A list of usernames that match the clients. The usernames are case-sensitive and must match the usernames provided by the clients during authentication. */\n usernames?: string[];\n}\n\nexport function principalDefinitionSerializer(item: PrincipalDefinition): any {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : item[\"attributes\"].map((p: any) => {\n return p;\n }),\n clientIds: !item[\"clientIds\"]\n ? item[\"clientIds\"]\n : item[\"clientIds\"].map((p: any) => {\n return p;\n }),\n usernames: !item[\"usernames\"]\n ? item[\"usernames\"]\n : item[\"usernames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function principalDefinitionDeserializer(item: any): PrincipalDefinition {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : item[\"attributes\"].map((p: any) => {\n return Object.fromEntries(Object.entries(p).map(([k1, p1]: [string, any]) => [k1, p1]));\n }),\n clientIds: !item[\"clientIds\"]\n ? item[\"clientIds\"]\n : item[\"clientIds\"].map((p: any) => {\n return p;\n }),\n usernames: !item[\"usernames\"]\n ? item[\"usernames\"]\n : item[\"usernames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function stateStoreResourceRuleArraySerializer(\n result: Array<StateStoreResourceRule>,\n): any[] {\n return result.map((item) => {\n return stateStoreResourceRuleSerializer(item);\n });\n}\n\nexport function stateStoreResourceRuleArrayDeserializer(\n result: Array<StateStoreResourceRule>,\n): any[] {\n return result.map((item) => {\n return stateStoreResourceRuleDeserializer(item);\n });\n}\n\n/** State Store Resource Rule properties. */\nexport interface StateStoreResourceRule {\n /** Allowed keyTypes pattern, string, binary. The key type used for matching, for example pattern tries to match the key to a glob-style pattern and string checks key is equal to value provided in keys. */\n keyType: StateStoreResourceKeyTypes;\n /** Give access to state store keys for the corresponding principals defined. When key type is pattern set glob-style pattern (e.g., '*', 'clients/*'). */\n keys: string[];\n /** Give access for `Read`, `Write` and `ReadWrite` access level. */\n method: StateStoreResourceDefinitionMethods;\n}\n\nexport function stateStoreResourceRuleSerializer(item: StateStoreResourceRule): any {\n return {\n keyType: item[\"keyType\"],\n keys: item[\"keys\"].map((p: any) => {\n return p;\n }),\n method: item[\"method\"],\n };\n}\n\nexport function stateStoreResourceRuleDeserializer(item: any): StateStoreResourceRule {\n return {\n keyType: item[\"keyType\"],\n keys: item[\"keys\"].map((p: any) => {\n return p;\n }),\n method: item[\"method\"],\n };\n}\n\n/** StateStoreResourceKeyTypes properties */\nexport enum KnownStateStoreResourceKeyTypes {\n /** Key type - pattern */\n Pattern = \"Pattern\",\n /** Key type - string */\n String = \"String\",\n /** Key type - binary */\n Binary = \"Binary\",\n}\n\n/**\n * StateStoreResourceKeyTypes properties \\\n * {@link KnownStateStoreResourceKeyTypes} can be used interchangeably with StateStoreResourceKeyTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pattern**: Key type - pattern \\\n * **String**: Key type - string \\\n * **Binary**: Key type - binary\n */\nexport type StateStoreResourceKeyTypes = string;\n\n/** StateStoreResourceDefinitionMethods methods allowed */\nexport enum KnownStateStoreResourceDefinitionMethods {\n /** Get/KeyNotify from Store */\n Read = \"Read\",\n /** Set/Delete in Store */\n Write = \"Write\",\n /** Allowed all operations on Store - Get/KeyNotify/Set/Delete */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * StateStoreResourceDefinitionMethods methods allowed \\\n * {@link KnownStateStoreResourceDefinitionMethods} can be used interchangeably with StateStoreResourceDefinitionMethods,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Read**: Get\\/KeyNotify from Store \\\n * **Write**: Set\\/Delete in Store \\\n * **ReadWrite**: Allowed all operations on Store - Get\\/KeyNotify\\/Set\\/Delete\n */\nexport type StateStoreResourceDefinitionMethods = string;\n\n/** The response of a BrokerAuthorizationResource list operation. */\nexport interface _BrokerAuthorizationResourceListResult {\n /** The BrokerAuthorizationResource items on this page */\n value: BrokerAuthorizationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _brokerAuthorizationResourceListResultDeserializer(\n item: any,\n): _BrokerAuthorizationResourceListResult {\n return {\n value: brokerAuthorizationResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function brokerAuthorizationResourceArraySerializer(\n result: Array<BrokerAuthorizationResource>,\n): any[] {\n return result.map((item) => {\n return brokerAuthorizationResourceSerializer(item);\n });\n}\n\nexport function brokerAuthorizationResourceArrayDeserializer(\n result: Array<BrokerAuthorizationResource>,\n): any[] {\n return result.map((item) => {\n return brokerAuthorizationResourceDeserializer(item);\n });\n}\n\n/** Instance dataflowProfile resource */\nexport interface DataflowProfileResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DataflowProfileProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function dataflowProfileResourceSerializer(item: DataflowProfileResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowProfilePropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function dataflowProfileResourceDeserializer(item: any): DataflowProfileResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowProfilePropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** DataflowProfile Resource properties */\nexport interface DataflowProfileProperties {\n /** Spec defines the desired identities of NBC diagnostics settings. */\n diagnostics?: ProfileDiagnostics;\n /** To manually scale the dataflow profile, specify the maximum number of instances you want to run. */\n instanceCount?: number;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The status for the dataflow profile. */\n readonly status?: DataflowProfileStatus;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function dataflowProfilePropertiesSerializer(item: DataflowProfileProperties): any {\n return {\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : profileDiagnosticsSerializer(item[\"diagnostics\"]),\n instanceCount: item[\"instanceCount\"],\n };\n}\n\nexport function dataflowProfilePropertiesDeserializer(item: any): DataflowProfileProperties {\n return {\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : profileDiagnosticsDeserializer(item[\"diagnostics\"]),\n instanceCount: item[\"instanceCount\"],\n provisioningState: item[\"provisioningState\"],\n status: !item[\"status\"] ? item[\"status\"] : dataflowProfileStatusDeserializer(item[\"status\"]),\n healthState: item[\"healthState\"],\n };\n}\n\n/** DataflowProfile Diagnostics properties */\nexport interface ProfileDiagnostics {\n /** Diagnostic log settings for the resource. */\n logs?: DiagnosticsLogs;\n /** The metrics settings for the resource. */\n metrics?: Metrics;\n}\n\nexport function profileDiagnosticsSerializer(item: ProfileDiagnostics): any {\n return {\n logs: !item[\"logs\"] ? item[\"logs\"] : diagnosticsLogsSerializer(item[\"logs\"]),\n metrics: !item[\"metrics\"] ? item[\"metrics\"] : metricsSerializer(item[\"metrics\"]),\n };\n}\n\nexport function profileDiagnosticsDeserializer(item: any): ProfileDiagnostics {\n return {\n logs: !item[\"logs\"] ? item[\"logs\"] : diagnosticsLogsDeserializer(item[\"logs\"]),\n metrics: !item[\"metrics\"] ? item[\"metrics\"] : metricsDeserializer(item[\"metrics\"]),\n };\n}\n\n/** DataflowProfile status. */\nexport interface DataflowProfileStatus {\n /** The health state of the DataflowProfile. */\n readonly healthState?: ResourceHealthStatus;\n}\n\nexport function dataflowProfileStatusDeserializer(item: any): DataflowProfileStatus {\n return {\n healthState: !item[\"healthState\"]\n ? item[\"healthState\"]\n : resourceHealthStatusDeserializer(item[\"healthState\"]),\n };\n}\n\n/** The response of a DataflowProfileResource list operation. */\nexport interface _DataflowProfileResourceListResult {\n /** The DataflowProfileResource items on this page */\n value: DataflowProfileResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataflowProfileResourceListResultDeserializer(\n item: any,\n): _DataflowProfileResourceListResult {\n return {\n value: dataflowProfileResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataflowProfileResourceArraySerializer(\n result: Array<DataflowProfileResource>,\n): any[] {\n return result.map((item) => {\n return dataflowProfileResourceSerializer(item);\n });\n}\n\nexport function dataflowProfileResourceArrayDeserializer(\n result: Array<DataflowProfileResource>,\n): any[] {\n return result.map((item) => {\n return dataflowProfileResourceDeserializer(item);\n });\n}\n\n/** Instance dataflowProfile dataflow resource */\nexport interface DataflowResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DataflowProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function dataflowResourceSerializer(item: DataflowResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function dataflowResourceDeserializer(item: any): DataflowResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** Dataflow Resource properties */\nexport interface DataflowProperties {\n /** Mode for Dataflow. Optional; defaults to Enabled. */\n mode?: OperationalMode;\n /** Disk persistence mode. */\n requestDiskPersistence?: OperationalMode;\n /** List of operations including source and destination references as well as transformation. */\n operations: DataflowOperation[];\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The status for the dataflow. */\n readonly status?: DataflowStatus;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function dataflowPropertiesSerializer(item: DataflowProperties): any {\n return {\n mode: item[\"mode\"],\n requestDiskPersistence: item[\"requestDiskPersistence\"],\n operations: dataflowOperationArraySerializer(item[\"operations\"]),\n };\n}\n\nexport function dataflowPropertiesDeserializer(item: any): DataflowProperties {\n return {\n mode: item[\"mode\"],\n requestDiskPersistence: item[\"requestDiskPersistence\"],\n operations: dataflowOperationArrayDeserializer(item[\"operations\"]),\n provisioningState: item[\"provisioningState\"],\n status: !item[\"status\"] ? item[\"status\"] : dataflowStatusDeserializer(item[\"status\"]),\n healthState: item[\"healthState\"],\n };\n}\n\nexport function dataflowOperationArraySerializer(result: Array<DataflowOperation>): any[] {\n return result.map((item) => {\n return dataflowOperationSerializer(item);\n });\n}\n\nexport function dataflowOperationArrayDeserializer(result: Array<DataflowOperation>): any[] {\n return result.map((item) => {\n return dataflowOperationDeserializer(item);\n });\n}\n\n/** Dataflow Operation properties. NOTE - One only method is allowed to be used for one entry. */\nexport interface DataflowOperation {\n /** Type of operation. */\n operationType: OperationType;\n /** Optional user provided name of the transformation. */\n name?: string;\n /** Source configuration. */\n sourceSettings?: DataflowSourceOperationSettings;\n /** Built In Transformation configuration. */\n builtInTransformationSettings?: DataflowBuiltInTransformationSettings;\n /** Destination configuration. */\n destinationSettings?: DataflowDestinationOperationSettings;\n}\n\nexport function dataflowOperationSerializer(item: DataflowOperation): any {\n return {\n operationType: item[\"operationType\"],\n name: item[\"name\"],\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : dataflowSourceOperationSettingsSerializer(item[\"sourceSettings\"]),\n builtInTransformationSettings: !item[\"builtInTransformationSettings\"]\n ? item[\"builtInTransformationSettings\"]\n : dataflowBuiltInTransformationSettingsSerializer(item[\"builtInTransformationSettings\"]),\n destinationSettings: !item[\"destinationSettings\"]\n ? item[\"destinationSettings\"]\n : dataflowDestinationOperationSettingsSerializer(item[\"destinationSettings\"]),\n };\n}\n\nexport function dataflowOperationDeserializer(item: any): DataflowOperation {\n return {\n operationType: item[\"operationType\"],\n name: item[\"name\"],\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : dataflowSourceOperationSettingsDeserializer(item[\"sourceSettings\"]),\n builtInTransformationSettings: !item[\"builtInTransformationSettings\"]\n ? item[\"builtInTransformationSettings\"]\n : dataflowBuiltInTransformationSettingsDeserializer(item[\"builtInTransformationSettings\"]),\n destinationSettings: !item[\"destinationSettings\"]\n ? item[\"destinationSettings\"]\n : dataflowDestinationOperationSettingsDeserializer(item[\"destinationSettings\"]),\n };\n}\n\n/** Dataflow Operation Type properties */\nexport enum KnownOperationType {\n /** Dataflow Source Operation */\n Source = \"Source\",\n /** Dataflow Destination Operation */\n Destination = \"Destination\",\n /** Dataflow BuiltIn Transformation Operation */\n BuiltInTransformation = \"BuiltInTransformation\",\n}\n\n/**\n * Dataflow Operation Type properties \\\n * {@link KnownOperationType} can be used interchangeably with OperationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Source**: Dataflow Source Operation \\\n * **Destination**: Dataflow Destination Operation \\\n * **BuiltInTransformation**: Dataflow BuiltIn Transformation Operation\n */\nexport type OperationType = string;\n\n/** Dataflow Source Operation properties */\nexport interface DataflowSourceOperationSettings {\n /** Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type. */\n endpointRef: string;\n /** Reference to the resource in Azure Device Registry where the data in the endpoint originates from. */\n assetRef?: string;\n /** Content is a JSON Schema. Allowed: JSON Schema/draft-7. */\n serializationFormat?: SourceSerializationFormat;\n /** Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match. */\n schemaRef?: string;\n /** List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +. */\n dataSources: string[];\n}\n\nexport function dataflowSourceOperationSettingsSerializer(\n item: DataflowSourceOperationSettings,\n): any {\n return {\n endpointRef: item[\"endpointRef\"],\n assetRef: item[\"assetRef\"],\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n dataSources: item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function dataflowSourceOperationSettingsDeserializer(\n item: any,\n): DataflowSourceOperationSettings {\n return {\n endpointRef: item[\"endpointRef\"],\n assetRef: item[\"assetRef\"],\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n dataSources: item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Serialization Format properties */\nexport enum KnownSourceSerializationFormat {\n /** JSON Format */\n Json = \"Json\",\n}\n\n/**\n * Serialization Format properties \\\n * {@link KnownSourceSerializationFormat} can be used interchangeably with SourceSerializationFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Json**: JSON Format\n */\nexport type SourceSerializationFormat = string;\n\n/** Dataflow BuiltIn Transformation properties */\nexport interface DataflowBuiltInTransformationSettings {\n /** Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json */\n serializationFormat?: TransformationSerializationFormat;\n /** Reference to the schema that describes the output of the transformation. */\n schemaRef?: string;\n /** Enrich data from Broker State Store. Dataset references a key in Broker State Store. */\n datasets?: DataflowBuiltInTransformationDataset[];\n /** Filters input record or datapoints based on condition. */\n filter?: DataflowBuiltInTransformationFilter[];\n /** Maps input to output message. */\n map?: DataflowBuiltInTransformationMap[];\n}\n\nexport function dataflowBuiltInTransformationSettingsSerializer(\n item: DataflowBuiltInTransformationSettings,\n): any {\n return {\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n datasets: !item[\"datasets\"]\n ? item[\"datasets\"]\n : dataflowBuiltInTransformationDatasetArraySerializer(item[\"datasets\"]),\n filter: !item[\"filter\"]\n ? item[\"filter\"]\n : dataflowBuiltInTransformationFilterArraySerializer(item[\"filter\"]),\n map: !item[\"map\"] ? item[\"map\"] : dataflowBuiltInTransformationMapArraySerializer(item[\"map\"]),\n };\n}\n\nexport function dataflowBuiltInTransformationSettingsDeserializer(\n item: any,\n): DataflowBuiltInTransformationSettings {\n return {\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n datasets: !item[\"datasets\"]\n ? item[\"datasets\"]\n : dataflowBuiltInTransformationDatasetArrayDeserializer(item[\"datasets\"]),\n filter: !item[\"filter\"]\n ? item[\"filter\"]\n : dataflowBuiltInTransformationFilterArrayDeserializer(item[\"filter\"]),\n map: !item[\"map\"]\n ? item[\"map\"]\n : dataflowBuiltInTransformationMapArrayDeserializer(item[\"map\"]),\n };\n}\n\n/** Transformation Format properties */\nexport enum KnownTransformationSerializationFormat {\n /** Delta Format */\n Delta = \"Delta\",\n /** JSON Format */\n Json = \"Json\",\n /** Parquet Format */\n Parquet = \"Parquet\",\n}\n\n/**\n * Transformation Format properties \\\n * {@link KnownTransformationSerializationFormat} can be used interchangeably with TransformationSerializationFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Delta**: Delta Format \\\n * **Json**: JSON Format \\\n * **Parquet**: Parquet Format\n */\nexport type TransformationSerializationFormat = string;\n\nexport function dataflowBuiltInTransformationDatasetArraySerializer(\n result: Array<DataflowBuiltInTransformationDataset>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationDatasetSerializer(item);\n });\n}\n\nexport function dataflowBuiltInTransformationDatasetArrayDeserializer(\n result: Array<DataflowBuiltInTransformationDataset>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationDatasetDeserializer(item);\n });\n}\n\n/** Dataflow BuiltIn Transformation dataset properties */\nexport interface DataflowBuiltInTransformationDataset {\n /** The key of the dataset. */\n key: string;\n /** A user provided optional description of the dataset. */\n description?: string;\n /** The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7. */\n schemaRef?: string;\n /** List of fields for enriching from the Broker State Store. */\n inputs: string[];\n /** Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided) */\n expression?: string;\n}\n\nexport function dataflowBuiltInTransformationDatasetSerializer(\n item: DataflowBuiltInTransformationDataset,\n): any {\n return {\n key: item[\"key\"],\n description: item[\"description\"],\n schemaRef: item[\"schemaRef\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n };\n}\n\nexport function dataflowBuiltInTransformationDatasetDeserializer(\n item: any,\n): DataflowBuiltInTransformationDataset {\n return {\n key: item[\"key\"],\n description: item[\"description\"],\n schemaRef: item[\"schemaRef\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n };\n}\n\nexport function dataflowBuiltInTransformationFilterArraySerializer(\n result: Array<DataflowBuiltInTransformationFilter>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationFilterSerializer(item);\n });\n}\n\nexport function dataflowBuiltInTransformationFilterArrayDeserializer(\n result: Array<DataflowBuiltInTransformationFilter>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationFilterDeserializer(item);\n });\n}\n\n/** Dataflow BuiltIn Transformation filter properties */\nexport interface DataflowBuiltInTransformationFilter {\n /** The type of dataflow operation. */\n type?: FilterType;\n /** A user provided optional description of the filter. */\n description?: string;\n /** List of fields for filtering in JSON path expression. */\n inputs: string[];\n /** Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided) */\n expression: string;\n}\n\nexport function dataflowBuiltInTransformationFilterSerializer(\n item: DataflowBuiltInTransformationFilter,\n): any {\n return {\n type: item[\"type\"],\n description: item[\"description\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n };\n}\n\nexport function dataflowBuiltInTransformationFilterDeserializer(\n item: any,\n): DataflowBuiltInTransformationFilter {\n return {\n type: item[\"type\"],\n description: item[\"description\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n };\n}\n\n/** Filter Type properties */\nexport enum KnownFilterType {\n /** Filter type */\n Filter = \"Filter\",\n}\n\n/**\n * Filter Type properties \\\n * {@link KnownFilterType} can be used interchangeably with FilterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Filter**: Filter type\n */\nexport type FilterType = string;\n\nexport function dataflowBuiltInTransformationMapArraySerializer(\n result: Array<DataflowBuiltInTransformationMap>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationMapSerializer(item);\n });\n}\n\nexport function dataflowBuiltInTransformationMapArrayDeserializer(\n result: Array<DataflowBuiltInTransformationMap>,\n): any[] {\n return result.map((item) => {\n return dataflowBuiltInTransformationMapDeserializer(item);\n });\n}\n\n/** Dataflow BuiltIn Transformation map properties */\nexport interface DataflowBuiltInTransformationMap {\n /** Type of transformation. */\n type?: DataflowMappingType;\n /** A user provided optional description of the mapping function. */\n description?: string;\n /** List of fields for mapping in JSON path expression. */\n inputs: string[];\n /** Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided) */\n expression?: string;\n /** Where and how the input fields to be organized in the output record. */\n output: string;\n}\n\nexport function dataflowBuiltInTransformationMapSerializer(\n item: DataflowBuiltInTransformationMap,\n): any {\n return {\n type: item[\"type\"],\n description: item[\"description\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n output: item[\"output\"],\n };\n}\n\nexport function dataflowBuiltInTransformationMapDeserializer(\n item: any,\n): DataflowBuiltInTransformationMap {\n return {\n type: item[\"type\"],\n description: item[\"description\"],\n inputs: item[\"inputs\"].map((p: any) => {\n return p;\n }),\n expression: item[\"expression\"],\n output: item[\"output\"],\n };\n}\n\n/** Dataflow type mapping properties */\nexport enum KnownDataflowMappingType {\n /** New Properties type */\n NewProperties = \"NewProperties\",\n /** Rename type */\n Rename = \"Rename\",\n /** Compute type */\n Compute = \"Compute\",\n /** Pass-through type */\n PassThrough = \"PassThrough\",\n /** Built in function type */\n BuiltInFunction = \"BuiltInFunction\",\n}\n\n/**\n * Dataflow type mapping properties \\\n * {@link KnownDataflowMappingType} can be used interchangeably with DataflowMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NewProperties**: New Properties type \\\n * **Rename**: Rename type \\\n * **Compute**: Compute type \\\n * **PassThrough**: Pass-through type \\\n * **BuiltInFunction**: Built in function type\n */\nexport type DataflowMappingType = string;\n\n/** Dataflow Destination Operation properties */\nexport interface DataflowDestinationOperationSettings {\n /** Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type. */\n endpointRef: string;\n /** Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription. */\n dataDestination: string;\n /** Headers for the output data. */\n headers?: DataflowDestinationHeaderActionUnion[];\n}\n\nexport function dataflowDestinationOperationSettingsSerializer(\n item: DataflowDestinationOperationSettings,\n): any {\n return {\n endpointRef: item[\"endpointRef\"],\n dataDestination: item[\"dataDestination\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : dataflowDestinationHeaderActionUnionArraySerializer(item[\"headers\"]),\n };\n}\n\nexport function dataflowDestinationOperationSettingsDeserializer(\n item: any,\n): DataflowDestinationOperationSettings {\n return {\n endpointRef: item[\"endpointRef\"],\n dataDestination: item[\"dataDestination\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : dataflowDestinationHeaderActionUnionArrayDeserializer(item[\"headers\"]),\n };\n}\n\nexport function dataflowDestinationHeaderActionUnionArraySerializer(\n result: Array<DataflowDestinationHeaderActionUnion>,\n): any[] {\n return result.map((item) => {\n return dataflowDestinationHeaderActionUnionSerializer(item);\n });\n}\n\nexport function dataflowDestinationHeaderActionUnionArrayDeserializer(\n result: Array<DataflowDestinationHeaderActionUnion>,\n): any[] {\n return result.map((item) => {\n return dataflowDestinationHeaderActionUnionDeserializer(item);\n });\n}\n\n/** Dataflow Destination Header Action properties */\nexport interface DataflowDestinationHeaderAction {\n /** The type of header operation to perform. */\n /** The discriminator possible values: AddIfNotPresent, Remove, AddOrReplace */\n actionType: DataflowHeaderActionType;\n}\n\nexport function dataflowDestinationHeaderActionSerializer(\n item: DataflowDestinationHeaderAction,\n): any {\n return { actionType: item[\"actionType\"] };\n}\n\nexport function dataflowDestinationHeaderActionDeserializer(\n item: any,\n): DataflowDestinationHeaderAction {\n return {\n actionType: item[\"actionType\"],\n };\n}\n\n/** Alias for DataflowDestinationHeaderActionUnion */\nexport type DataflowDestinationHeaderActionUnion =\n | DataflowDestinationAddIfNotPresentHeaderAction\n | DataflowDestinationRemoveHeaderAction\n | DataflowDestinationAddOrReplaceHeaderAction\n | DataflowDestinationHeaderAction;\n\nexport function dataflowDestinationHeaderActionUnionSerializer(\n item: DataflowDestinationHeaderActionUnion,\n): any {\n switch (item.actionType) {\n case \"AddIfNotPresent\":\n return dataflowDestinationAddIfNotPresentHeaderActionSerializer(\n item as DataflowDestinationAddIfNotPresentHeaderAction,\n );\n\n case \"Remove\":\n return dataflowDestinationRemoveHeaderActionSerializer(\n item as DataflowDestinationRemoveHeaderAction,\n );\n\n case \"AddOrReplace\":\n return dataflowDestinationAddOrReplaceHeaderActionSerializer(\n item as DataflowDestinationAddOrReplaceHeaderAction,\n );\n\n default:\n return dataflowDestinationHeaderActionSerializer(item);\n }\n}\n\nexport function dataflowDestinationHeaderActionUnionDeserializer(\n item: any,\n): DataflowDestinationHeaderActionUnion {\n switch (item[\"actionType\"]) {\n case \"AddIfNotPresent\":\n return dataflowDestinationAddIfNotPresentHeaderActionDeserializer(\n item as DataflowDestinationAddIfNotPresentHeaderAction,\n );\n\n case \"Remove\":\n return dataflowDestinationRemoveHeaderActionDeserializer(\n item as DataflowDestinationRemoveHeaderAction,\n );\n\n case \"AddOrReplace\":\n return dataflowDestinationAddOrReplaceHeaderActionDeserializer(\n item as DataflowDestinationAddOrReplaceHeaderAction,\n );\n\n default:\n return dataflowDestinationHeaderActionDeserializer(item);\n }\n}\n\n/** Dataflow Destination Header Action Types */\nexport enum KnownDataflowHeaderActionType {\n /** Add if not present type */\n AddIfNotPresent = \"AddIfNotPresent\",\n /** Remove type */\n Remove = \"Remove\",\n /** Add or Replace type */\n AddOrReplace = \"AddOrReplace\",\n}\n\n/**\n * Dataflow Destination Header Action Types \\\n * {@link KnownDataflowHeaderActionType} can be used interchangeably with DataflowHeaderActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AddIfNotPresent**: Add if not present type \\\n * **Remove**: Remove type \\\n * **AddOrReplace**: Add or Replace type\n */\nexport type DataflowHeaderActionType = string;\n\n/** Dataflow Destination Add if not present HeaderAction properties */\nexport interface DataflowDestinationAddIfNotPresentHeaderAction extends DataflowDestinationHeaderAction {\n /** The type of header operation to perform. */\n actionType: \"AddIfNotPresent\";\n /** The name of the header to add. */\n key: string;\n /** The value of the header to add. */\n value: string;\n}\n\nexport function dataflowDestinationAddIfNotPresentHeaderActionSerializer(\n item: DataflowDestinationAddIfNotPresentHeaderAction,\n): any {\n return { actionType: item[\"actionType\"], key: item[\"key\"], value: item[\"value\"] };\n}\n\nexport function dataflowDestinationAddIfNotPresentHeaderActionDeserializer(\n item: any,\n): DataflowDestinationAddIfNotPresentHeaderAction {\n return {\n actionType: item[\"actionType\"],\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** Dataflow Destination Remove HeaderAction properties */\nexport interface DataflowDestinationRemoveHeaderAction extends DataflowDestinationHeaderAction {\n /** The type of header operation to perform. */\n actionType: \"Remove\";\n /** The name of the header to remove. */\n key: string;\n}\n\nexport function dataflowDestinationRemoveHeaderActionSerializer(\n item: DataflowDestinationRemoveHeaderAction,\n): any {\n return { actionType: item[\"actionType\"], key: item[\"key\"] };\n}\n\nexport function dataflowDestinationRemoveHeaderActionDeserializer(\n item: any,\n): DataflowDestinationRemoveHeaderAction {\n return {\n actionType: item[\"actionType\"],\n key: item[\"key\"],\n };\n}\n\n/** Dataflow Destination Add or Replace HeaderAction properties */\nexport interface DataflowDestinationAddOrReplaceHeaderAction extends DataflowDestinationHeaderAction {\n /** The type of header operation to perform. */\n actionType: \"AddOrReplace\";\n /** The name of the header to add or replace. */\n key: string;\n /** The value of the header to add or replace. */\n value: string;\n}\n\nexport function dataflowDestinationAddOrReplaceHeaderActionSerializer(\n item: DataflowDestinationAddOrReplaceHeaderAction,\n): any {\n return { actionType: item[\"actionType\"], key: item[\"key\"], value: item[\"value\"] };\n}\n\nexport function dataflowDestinationAddOrReplaceHeaderActionDeserializer(\n item: any,\n): DataflowDestinationAddOrReplaceHeaderAction {\n return {\n actionType: item[\"actionType\"],\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** DataflowStatus status. */\nexport interface DataflowStatus {\n /** The health state of the Dataflow. */\n readonly healthState?: ResourceHealthStatus;\n}\n\nexport function dataflowStatusDeserializer(item: any): DataflowStatus {\n return {\n healthState: !item[\"healthState\"]\n ? item[\"healthState\"]\n : resourceHealthStatusDeserializer(item[\"healthState\"]),\n };\n}\n\n/** The response of a DataflowResource list operation. */\nexport interface _DataflowResourceListResult {\n /** The DataflowResource items on this page */\n value: DataflowResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataflowResourceListResultDeserializer(item: any): _DataflowResourceListResult {\n return {\n value: dataflowResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataflowResourceArraySerializer(result: Array<DataflowResource>): any[] {\n return result.map((item) => {\n return dataflowResourceSerializer(item);\n });\n}\n\nexport function dataflowResourceArrayDeserializer(result: Array<DataflowResource>): any[] {\n return result.map((item) => {\n return dataflowResourceDeserializer(item);\n });\n}\n\n/** Instance dataflowEndpoint resource */\nexport interface DataflowEndpointResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DataflowEndpointProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function dataflowEndpointResourceSerializer(item: DataflowEndpointResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowEndpointPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function dataflowEndpointResourceDeserializer(item: any): DataflowEndpointResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowEndpointPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** DataflowEndpoint Resource properties. NOTE - Only one type of endpoint is supported for one Resource */\nexport interface DataflowEndpointProperties {\n /** Endpoint Type. */\n endpointType: EndpointType;\n /** The type of the Kafka host. E.g FabricRT, EventGrid. */\n hostType?: DataflowEndpointHostType;\n /** Azure Data Explorer endpoint. */\n dataExplorerSettings?: DataflowEndpointDataExplorer;\n /** Azure Data Lake endpoint. */\n dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;\n /** Microsoft Fabric endpoint. */\n fabricOneLakeSettings?: DataflowEndpointFabricOneLake;\n /** Kafka endpoint. */\n kafkaSettings?: DataflowEndpointKafka;\n /** Local persistent volume endpoint. */\n localStorageSettings?: DataflowEndpointLocalStorage;\n /** Broker endpoint. */\n mqttSettings?: DataflowEndpointMqtt;\n /** OpenTelemetry endpoint. */\n openTelemetrySettings?: DataflowEndpointOpenTelemetry;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function dataflowEndpointPropertiesSerializer(item: DataflowEndpointProperties): any {\n return {\n endpointType: item[\"endpointType\"],\n hostType: item[\"hostType\"],\n dataExplorerSettings: !item[\"dataExplorerSettings\"]\n ? item[\"dataExplorerSettings\"]\n : dataflowEndpointDataExplorerSerializer(item[\"dataExplorerSettings\"]),\n dataLakeStorageSettings: !item[\"dataLakeStorageSettings\"]\n ? item[\"dataLakeStorageSettings\"]\n : dataflowEndpointDataLakeStorageSerializer(item[\"dataLakeStorageSettings\"]),\n fabricOneLakeSettings: !item[\"fabricOneLakeSettings\"]\n ? item[\"fabricOneLakeSettings\"]\n : dataflowEndpointFabricOneLakeSerializer(item[\"fabricOneLakeSettings\"]),\n kafkaSettings: !item[\"kafkaSettings\"]\n ? item[\"kafkaSettings\"]\n : dataflowEndpointKafkaSerializer(item[\"kafkaSettings\"]),\n localStorageSettings: !item[\"localStorageSettings\"]\n ? item[\"localStorageSettings\"]\n : dataflowEndpointLocalStorageSerializer(item[\"localStorageSettings\"]),\n mqttSettings: !item[\"mqttSettings\"]\n ? item[\"mqttSettings\"]\n : dataflowEndpointMqttSerializer(item[\"mqttSettings\"]),\n openTelemetrySettings: !item[\"openTelemetrySettings\"]\n ? item[\"openTelemetrySettings\"]\n : dataflowEndpointOpenTelemetrySerializer(item[\"openTelemetrySettings\"]),\n };\n}\n\nexport function dataflowEndpointPropertiesDeserializer(item: any): DataflowEndpointProperties {\n return {\n endpointType: item[\"endpointType\"],\n hostType: item[\"hostType\"],\n dataExplorerSettings: !item[\"dataExplorerSettings\"]\n ? item[\"dataExplorerSettings\"]\n : dataflowEndpointDataExplorerDeserializer(item[\"dataExplorerSettings\"]),\n dataLakeStorageSettings: !item[\"dataLakeStorageSettings\"]\n ? item[\"dataLakeStorageSettings\"]\n : dataflowEndpointDataLakeStorageDeserializer(item[\"dataLakeStorageSettings\"]),\n fabricOneLakeSettings: !item[\"fabricOneLakeSettings\"]\n ? item[\"fabricOneLakeSettings\"]\n : dataflowEndpointFabricOneLakeDeserializer(item[\"fabricOneLakeSettings\"]),\n kafkaSettings: !item[\"kafkaSettings\"]\n ? item[\"kafkaSettings\"]\n : dataflowEndpointKafkaDeserializer(item[\"kafkaSettings\"]),\n localStorageSettings: !item[\"localStorageSettings\"]\n ? item[\"localStorageSettings\"]\n : dataflowEndpointLocalStorageDeserializer(item[\"localStorageSettings\"]),\n mqttSettings: !item[\"mqttSettings\"]\n ? item[\"mqttSettings\"]\n : dataflowEndpointMqttDeserializer(item[\"mqttSettings\"]),\n openTelemetrySettings: !item[\"openTelemetrySettings\"]\n ? item[\"openTelemetrySettings\"]\n : dataflowEndpointOpenTelemetryDeserializer(item[\"openTelemetrySettings\"]),\n provisioningState: item[\"provisioningState\"],\n healthState: item[\"healthState\"],\n };\n}\n\n/** DataflowEndpoint Type properties */\nexport enum KnownEndpointType {\n /** Azure Data Explorer Type */\n DataExplorer = \"DataExplorer\",\n /** Azure Data Lake Type */\n DataLakeStorage = \"DataLakeStorage\",\n /** Microsoft Fabric Type */\n FabricOneLake = \"FabricOneLake\",\n /** Kafka Type */\n Kafka = \"Kafka\",\n /** Local Storage Type */\n LocalStorage = \"LocalStorage\",\n /** Broker Type */\n Mqtt = \"Mqtt\",\n /** OpenTelemetry Type */\n OpenTelemetry = \"OpenTelemetry\",\n}\n\n/**\n * DataflowEndpoint Type properties \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DataExplorer**: Azure Data Explorer Type \\\n * **DataLakeStorage**: Azure Data Lake Type \\\n * **FabricOneLake**: Microsoft Fabric Type \\\n * **Kafka**: Kafka Type \\\n * **LocalStorage**: Local Storage Type \\\n * **Mqtt**: Broker Type \\\n * **OpenTelemetry**: OpenTelemetry Type\n */\nexport type EndpointType = string;\n\n/** DataflowEndpoint Host Type properties */\nexport enum KnownDataflowEndpointHostType {\n /** Fabric Real-Time Type */\n FabricRT = \"FabricRT\",\n /** EventGrid Type */\n EventGrid = \"EventGrid\",\n /** Local MQTT Type */\n LocalBroker = \"LocalBroker\",\n /** EventHub Type */\n Eventhub = \"Eventhub\",\n /** Custom MQTT Type */\n CustomMqtt = \"CustomMqtt\",\n /** Custom Kafka Type */\n CustomKafka = \"CustomKafka\",\n}\n\n/**\n * DataflowEndpoint Host Type properties \\\n * {@link KnownDataflowEndpointHostType} can be used interchangeably with DataflowEndpointHostType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FabricRT**: Fabric Real-Time Type \\\n * **EventGrid**: EventGrid Type \\\n * **LocalBroker**: Local MQTT Type \\\n * **Eventhub**: EventHub Type \\\n * **CustomMqtt**: Custom MQTT Type \\\n * **CustomKafka**: Custom Kafka Type\n */\nexport type DataflowEndpointHostType = string;\n\n/** Azure Data Explorer endpoint properties */\nexport interface DataflowEndpointDataExplorer {\n /** Authentication configuration. NOTE - only authentication property is allowed per entry. */\n authentication: DataflowEndpointDataExplorerAuthentication;\n /** Database name. */\n database: string;\n /** Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net . */\n host: string;\n /** Azure Data Explorer endpoint batching configuration. */\n batching?: BatchingConfiguration;\n}\n\nexport function dataflowEndpointDataExplorerSerializer(item: DataflowEndpointDataExplorer): any {\n return {\n authentication: dataflowEndpointDataExplorerAuthenticationSerializer(item[\"authentication\"]),\n database: item[\"database\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationSerializer(item[\"batching\"]),\n };\n}\n\nexport function dataflowEndpointDataExplorerDeserializer(item: any): DataflowEndpointDataExplorer {\n return {\n authentication: dataflowEndpointDataExplorerAuthenticationDeserializer(item[\"authentication\"]),\n database: item[\"database\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationDeserializer(item[\"batching\"]),\n };\n}\n\n/** Azure Data Explorer Authentication properties. NOTE - only authentication property is allowed per entry. */\nexport interface DataflowEndpointDataExplorerAuthentication {\n /** Mode of Authentication. */\n method: DataExplorerAuthMethod;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n}\n\nexport function dataflowEndpointDataExplorerAuthenticationSerializer(\n item: DataflowEndpointDataExplorerAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\nexport function dataflowEndpointDataExplorerAuthenticationDeserializer(\n item: any,\n): DataflowEndpointDataExplorerAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\n/** DataflowEndpoint Data Explorer Authentication Method properties */\nexport enum KnownDataExplorerAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n}\n\n/**\n * DataflowEndpoint Data Explorer Authentication Method properties \\\n * {@link KnownDataExplorerAuthMethod} can be used interchangeably with DataExplorerAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type\n */\nexport type DataExplorerAuthMethod = string;\n\n/** DataflowEndpoint Authentication SystemAssignedManagedIdentity properties */\nexport interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {\n /** Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration. */\n audience?: string;\n}\n\nexport function dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item: DataflowEndpointAuthenticationSystemAssignedManagedIdentity,\n): any {\n return { audience: item[\"audience\"] };\n}\n\nexport function dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item: any,\n): DataflowEndpointAuthenticationSystemAssignedManagedIdentity {\n return {\n audience: item[\"audience\"],\n };\n}\n\n/** DataflowEndpoint Authentication UserAssignedManagedIdentity properties */\nexport interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {\n /** Client ID for the user-assigned managed identity. */\n clientId: string;\n /** Resource identifier (application ID URI) of the resource, affixed with the .default suffix. */\n scope?: string;\n /** Tenant ID. */\n tenantId: string;\n}\n\nexport function dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item: DataflowEndpointAuthenticationUserAssignedManagedIdentity,\n): any {\n return { clientId: item[\"clientId\"], scope: item[\"scope\"], tenantId: item[\"tenantId\"] };\n}\n\nexport function dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item: any,\n): DataflowEndpointAuthenticationUserAssignedManagedIdentity {\n return {\n clientId: item[\"clientId\"],\n scope: item[\"scope\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Batching configuration */\nexport interface BatchingConfiguration {\n /** Batching latency in seconds. */\n latencySeconds?: number;\n /** Maximum number of messages in a batch. */\n maxMessages?: number;\n}\n\nexport function batchingConfigurationSerializer(item: BatchingConfiguration): any {\n return { latencySeconds: item[\"latencySeconds\"], maxMessages: item[\"maxMessages\"] };\n}\n\nexport function batchingConfigurationDeserializer(item: any): BatchingConfiguration {\n return {\n latencySeconds: item[\"latencySeconds\"],\n maxMessages: item[\"maxMessages\"],\n };\n}\n\n/** Azure Data Lake endpoint properties */\nexport interface DataflowEndpointDataLakeStorage {\n /** Authentication configuration. NOTE - only authentication property is allowed per entry. */\n authentication: DataflowEndpointDataLakeStorageAuthentication;\n /** Host of the Azure Data Lake in the form of <account>.blob.core.windows.net . */\n host: string;\n /** Azure Data Lake endpoint batching configuration. */\n batching?: BatchingConfiguration;\n}\n\nexport function dataflowEndpointDataLakeStorageSerializer(\n item: DataflowEndpointDataLakeStorage,\n): any {\n return {\n authentication: dataflowEndpointDataLakeStorageAuthenticationSerializer(item[\"authentication\"]),\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationSerializer(item[\"batching\"]),\n };\n}\n\nexport function dataflowEndpointDataLakeStorageDeserializer(\n item: any,\n): DataflowEndpointDataLakeStorage {\n return {\n authentication: dataflowEndpointDataLakeStorageAuthenticationDeserializer(\n item[\"authentication\"],\n ),\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationDeserializer(item[\"batching\"]),\n };\n}\n\n/** Azure Data Lake endpoint Authentication properties. NOTE Enum - Only one method is supported for one entry */\nexport interface DataflowEndpointDataLakeStorageAuthentication {\n /** Mode of Authentication. */\n method: DataLakeStorageAuthMethod;\n /** SAS token authentication. */\n accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n}\n\nexport function dataflowEndpointDataLakeStorageAuthenticationSerializer(\n item: DataflowEndpointDataLakeStorageAuthentication,\n): any {\n return {\n method: item[\"method\"],\n accessTokenSettings: !item[\"accessTokenSettings\"]\n ? item[\"accessTokenSettings\"]\n : dataflowEndpointAuthenticationAccessTokenSerializer(item[\"accessTokenSettings\"]),\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\nexport function dataflowEndpointDataLakeStorageAuthenticationDeserializer(\n item: any,\n): DataflowEndpointDataLakeStorageAuthentication {\n return {\n method: item[\"method\"],\n accessTokenSettings: !item[\"accessTokenSettings\"]\n ? item[\"accessTokenSettings\"]\n : dataflowEndpointAuthenticationAccessTokenDeserializer(item[\"accessTokenSettings\"]),\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\n/** DataflowEndpoint Data Lake Storage Authentication Method properties */\nexport enum KnownDataLakeStorageAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n /** AccessToken Option */\n AccessToken = \"AccessToken\",\n}\n\n/**\n * DataflowEndpoint Data Lake Storage Authentication Method properties \\\n * {@link KnownDataLakeStorageAuthMethod} can be used interchangeably with DataLakeStorageAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \\\n * **AccessToken**: AccessToken Option\n */\nexport type DataLakeStorageAuthMethod = string;\n\n/** DataflowEndpoint Authentication Access Token properties */\nexport interface DataflowEndpointAuthenticationAccessToken {\n /** Token secret name. */\n secretRef: string;\n}\n\nexport function dataflowEndpointAuthenticationAccessTokenSerializer(\n item: DataflowEndpointAuthenticationAccessToken,\n): any {\n return { secretRef: item[\"secretRef\"] };\n}\n\nexport function dataflowEndpointAuthenticationAccessTokenDeserializer(\n item: any,\n): DataflowEndpointAuthenticationAccessToken {\n return {\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** Microsoft Fabric endpoint properties */\nexport interface DataflowEndpointFabricOneLake {\n /** Authentication configuration. NOTE - only one authentication property is allowed per entry. */\n authentication: DataflowEndpointFabricOneLakeAuthentication;\n /** Names of the workspace and lakehouse. */\n names: DataflowEndpointFabricOneLakeNames;\n /** Type of location of the data in the workspace. Can be either tables or files. */\n oneLakePathType: DataflowEndpointFabricPathType;\n /** Host of the Microsoft Fabric in the form of https://<host>.fabric.microsoft.com. */\n host: string;\n /** Batching configuration. */\n batching?: BatchingConfiguration;\n}\n\nexport function dataflowEndpointFabricOneLakeSerializer(item: DataflowEndpointFabricOneLake): any {\n return {\n authentication: dataflowEndpointFabricOneLakeAuthenticationSerializer(item[\"authentication\"]),\n names: dataflowEndpointFabricOneLakeNamesSerializer(item[\"names\"]),\n oneLakePathType: item[\"oneLakePathType\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationSerializer(item[\"batching\"]),\n };\n}\n\nexport function dataflowEndpointFabricOneLakeDeserializer(\n item: any,\n): DataflowEndpointFabricOneLake {\n return {\n authentication: dataflowEndpointFabricOneLakeAuthenticationDeserializer(item[\"authentication\"]),\n names: dataflowEndpointFabricOneLakeNamesDeserializer(item[\"names\"]),\n oneLakePathType: item[\"oneLakePathType\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationDeserializer(item[\"batching\"]),\n };\n}\n\n/** Microsoft Fabric endpoint. Authentication properties. NOTE - Only one method is supported for one entry */\nexport interface DataflowEndpointFabricOneLakeAuthentication {\n /** Mode of Authentication. */\n method: FabricOneLakeAuthMethod;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n}\n\nexport function dataflowEndpointFabricOneLakeAuthenticationSerializer(\n item: DataflowEndpointFabricOneLakeAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\nexport function dataflowEndpointFabricOneLakeAuthenticationDeserializer(\n item: any,\n): DataflowEndpointFabricOneLakeAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\n/** DataflowEndpoint Fabric One Lake Authentication Method properties */\nexport enum KnownFabricOneLakeAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n}\n\n/**\n * DataflowEndpoint Fabric One Lake Authentication Method properties \\\n * {@link KnownFabricOneLakeAuthMethod} can be used interchangeably with FabricOneLakeAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type\n */\nexport type FabricOneLakeAuthMethod = string;\n\n/** Microsoft Fabric endpoint Names properties */\nexport interface DataflowEndpointFabricOneLakeNames {\n /** Lakehouse name. */\n lakehouseName: string;\n /** Workspace name. */\n workspaceName: string;\n}\n\nexport function dataflowEndpointFabricOneLakeNamesSerializer(\n item: DataflowEndpointFabricOneLakeNames,\n): any {\n return { lakehouseName: item[\"lakehouseName\"], workspaceName: item[\"workspaceName\"] };\n}\n\nexport function dataflowEndpointFabricOneLakeNamesDeserializer(\n item: any,\n): DataflowEndpointFabricOneLakeNames {\n return {\n lakehouseName: item[\"lakehouseName\"],\n workspaceName: item[\"workspaceName\"],\n };\n}\n\n/** DataflowEndpoint Fabric Path Type properties */\nexport enum KnownDataflowEndpointFabricPathType {\n /** FILES Type */\n Files = \"Files\",\n /** TABLES Type */\n Tables = \"Tables\",\n}\n\n/**\n * DataflowEndpoint Fabric Path Type properties \\\n * {@link KnownDataflowEndpointFabricPathType} can be used interchangeably with DataflowEndpointFabricPathType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Files**: FILES Type \\\n * **Tables**: TABLES Type\n */\nexport type DataflowEndpointFabricPathType = string;\n\n/** Kafka endpoint properties */\nexport interface DataflowEndpointKafka {\n /** Authentication configuration. NOTE - only authentication property is allowed per entry. */\n authentication: DataflowEndpointKafkaAuthentication;\n /** Consumer group ID. */\n consumerGroupId?: string;\n /** Kafka endpoint host. */\n host: string;\n /** Batching configuration. */\n batching?: DataflowEndpointKafkaBatching;\n /** Copy Broker properties. No effect if the endpoint is used as a source or if the dataflow doesn't have an Broker source. */\n copyMqttProperties?: OperationalMode;\n /** Compression. Can be none, gzip, lz4, or snappy. No effect if the endpoint is used as a source. */\n compression?: DataflowEndpointKafkaCompression;\n /** Kafka acks. Can be all, one, or zero. No effect if the endpoint is used as a source. */\n kafkaAcks?: DataflowEndpointKafkaAcks;\n /** Partition handling strategy. Can be default or static. No effect if the endpoint is used as a source. */\n partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;\n /** TLS configuration. */\n tls?: TlsProperties;\n /** Cloud event mapping config. */\n cloudEventAttributes?: CloudEventAttributeType;\n}\n\nexport function dataflowEndpointKafkaSerializer(item: DataflowEndpointKafka): any {\n return {\n authentication: dataflowEndpointKafkaAuthenticationSerializer(item[\"authentication\"]),\n consumerGroupId: item[\"consumerGroupId\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : dataflowEndpointKafkaBatchingSerializer(item[\"batching\"]),\n copyMqttProperties: item[\"copyMqttProperties\"],\n compression: item[\"compression\"],\n kafkaAcks: item[\"kafkaAcks\"],\n partitionStrategy: item[\"partitionStrategy\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesSerializer(item[\"tls\"]),\n cloudEventAttributes: item[\"cloudEventAttributes\"],\n };\n}\n\nexport function dataflowEndpointKafkaDeserializer(item: any): DataflowEndpointKafka {\n return {\n authentication: dataflowEndpointKafkaAuthenticationDeserializer(item[\"authentication\"]),\n consumerGroupId: item[\"consumerGroupId\"],\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : dataflowEndpointKafkaBatchingDeserializer(item[\"batching\"]),\n copyMqttProperties: item[\"copyMqttProperties\"],\n compression: item[\"compression\"],\n kafkaAcks: item[\"kafkaAcks\"],\n partitionStrategy: item[\"partitionStrategy\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesDeserializer(item[\"tls\"]),\n cloudEventAttributes: item[\"cloudEventAttributes\"],\n };\n}\n\n/** Kafka endpoint Authentication properties. NOTE - only authentication property is allowed per entry */\nexport interface DataflowEndpointKafkaAuthentication {\n /** Mode of Authentication. */\n method: KafkaAuthMethod;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n /** SASL authentication. */\n saslSettings?: DataflowEndpointAuthenticationSasl;\n /** X.509 certificate authentication. */\n x509CertificateSettings?: DataflowEndpointAuthenticationX509;\n}\n\nexport function dataflowEndpointKafkaAuthenticationSerializer(\n item: DataflowEndpointKafkaAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n saslSettings: !item[\"saslSettings\"]\n ? item[\"saslSettings\"]\n : dataflowEndpointAuthenticationSaslSerializer(item[\"saslSettings\"]),\n x509CertificateSettings: !item[\"x509CertificateSettings\"]\n ? item[\"x509CertificateSettings\"]\n : dataflowEndpointAuthenticationX509Serializer(item[\"x509CertificateSettings\"]),\n };\n}\n\nexport function dataflowEndpointKafkaAuthenticationDeserializer(\n item: any,\n): DataflowEndpointKafkaAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n saslSettings: !item[\"saslSettings\"]\n ? item[\"saslSettings\"]\n : dataflowEndpointAuthenticationSaslDeserializer(item[\"saslSettings\"]),\n x509CertificateSettings: !item[\"x509CertificateSettings\"]\n ? item[\"x509CertificateSettings\"]\n : dataflowEndpointAuthenticationX509Deserializer(item[\"x509CertificateSettings\"]),\n };\n}\n\n/** DataflowEndpoint Kafka Authentication Method properties */\nexport enum KnownKafkaAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n /** Sasl Option */\n Sasl = \"Sasl\",\n /** x509Certificate Option */\n X509Certificate = \"X509Certificate\",\n /** Anonymous Option */\n Anonymous = \"Anonymous\",\n}\n\n/**\n * DataflowEndpoint Kafka Authentication Method properties \\\n * {@link KnownKafkaAuthMethod} can be used interchangeably with KafkaAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \\\n * **Sasl**: Sasl Option \\\n * **X509Certificate**: x509Certificate Option \\\n * **Anonymous**: Anonymous Option\n */\nexport type KafkaAuthMethod = string;\n\n/** DataflowEndpoint Authentication Sasl properties */\nexport interface DataflowEndpointAuthenticationSasl {\n /** Type of SASL authentication. Can be PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512. */\n saslType: DataflowEndpointAuthenticationSaslType;\n /** Token secret name. */\n secretRef: string;\n}\n\nexport function dataflowEndpointAuthenticationSaslSerializer(\n item: DataflowEndpointAuthenticationSasl,\n): any {\n return { saslType: item[\"saslType\"], secretRef: item[\"secretRef\"] };\n}\n\nexport function dataflowEndpointAuthenticationSaslDeserializer(\n item: any,\n): DataflowEndpointAuthenticationSasl {\n return {\n saslType: item[\"saslType\"],\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** DataflowEndpoint Authentication Sasl Type properties */\nexport enum KnownDataflowEndpointAuthenticationSaslType {\n /** PLAIN Type */\n Plain = \"Plain\",\n /** SCRAM_SHA_256 Type */\n ScramSha256 = \"ScramSha256\",\n /** SCRAM_SHA_512 Type */\n ScramSha512 = \"ScramSha512\",\n}\n\n/**\n * DataflowEndpoint Authentication Sasl Type properties \\\n * {@link KnownDataflowEndpointAuthenticationSaslType} can be used interchangeably with DataflowEndpointAuthenticationSaslType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Plain**: PLAIN Type \\\n * **ScramSha256**: SCRAM_SHA_256 Type \\\n * **ScramSha512**: SCRAM_SHA_512 Type\n */\nexport type DataflowEndpointAuthenticationSaslType = string;\n\n/** DataflowEndpoint Authentication X509 properties */\nexport interface DataflowEndpointAuthenticationX509 {\n /** Secret reference of the X.509 certificate. */\n secretRef: string;\n}\n\nexport function dataflowEndpointAuthenticationX509Serializer(\n item: DataflowEndpointAuthenticationX509,\n): any {\n return { secretRef: item[\"secretRef\"] };\n}\n\nexport function dataflowEndpointAuthenticationX509Deserializer(\n item: any,\n): DataflowEndpointAuthenticationX509 {\n return {\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** Kafka endpoint Batching properties */\nexport interface DataflowEndpointKafkaBatching {\n /** Mode for batching. */\n mode?: OperationalMode;\n /** Batching latency in milliseconds. */\n latencyMs?: number;\n /** Maximum number of bytes in a batch. */\n maxBytes?: number;\n /** Maximum number of messages in a batch. */\n maxMessages?: number;\n}\n\nexport function dataflowEndpointKafkaBatchingSerializer(item: DataflowEndpointKafkaBatching): any {\n return {\n mode: item[\"mode\"],\n latencyMs: item[\"latencyMs\"],\n maxBytes: item[\"maxBytes\"],\n maxMessages: item[\"maxMessages\"],\n };\n}\n\nexport function dataflowEndpointKafkaBatchingDeserializer(\n item: any,\n): DataflowEndpointKafkaBatching {\n return {\n mode: item[\"mode\"],\n latencyMs: item[\"latencyMs\"],\n maxBytes: item[\"maxBytes\"],\n maxMessages: item[\"maxMessages\"],\n };\n}\n\n/** Kafka endpoint Compression properties */\nexport enum KnownDataflowEndpointKafkaCompression {\n /** NONE Option */\n None = \"None\",\n /** Gzip Option */\n Gzip = \"Gzip\",\n /** SNAPPY Option */\n Snappy = \"Snappy\",\n /** LZ4 Option */\n Lz4 = \"Lz4\",\n}\n\n/**\n * Kafka endpoint Compression properties \\\n * {@link KnownDataflowEndpointKafkaCompression} can be used interchangeably with DataflowEndpointKafkaCompression,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: NONE Option \\\n * **Gzip**: Gzip Option \\\n * **Snappy**: SNAPPY Option \\\n * **Lz4**: LZ4 Option\n */\nexport type DataflowEndpointKafkaCompression = string;\n\n/** DataflowEndpoint Kafka Acks properties */\nexport enum KnownDataflowEndpointKafkaAcks {\n /** ZERO Option */\n Zero = \"Zero\",\n /** ONE Option */\n One = \"One\",\n /** ALL Option */\n All = \"All\",\n}\n\n/**\n * DataflowEndpoint Kafka Acks properties \\\n * {@link KnownDataflowEndpointKafkaAcks} can be used interchangeably with DataflowEndpointKafkaAcks,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Zero**: ZERO Option \\\n * **One**: ONE Option \\\n * **All**: ALL Option\n */\nexport type DataflowEndpointKafkaAcks = string;\n\n/** DataflowEndpoint Kafka Partition Strategy properties */\nexport enum KnownDataflowEndpointKafkaPartitionStrategy {\n /** Default: Assigns messages to random partitions, using a round-robin algorithm. */\n Default = \"Default\",\n /** Static: Assigns messages to a fixed partition number that's derived from the instance ID of the dataflow. */\n Static = \"Static\",\n /** TOPIC Option */\n Topic = \"Topic\",\n /** PROPERTY Option */\n Property = \"Property\",\n}\n\n/**\n * DataflowEndpoint Kafka Partition Strategy properties \\\n * {@link KnownDataflowEndpointKafkaPartitionStrategy} can be used interchangeably with DataflowEndpointKafkaPartitionStrategy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Default: Assigns messages to random partitions, using a round-robin algorithm. \\\n * **Static**: Static: Assigns messages to a fixed partition number that's derived from the instance ID of the dataflow. \\\n * **Topic**: TOPIC Option \\\n * **Property**: PROPERTY Option\n */\nexport type DataflowEndpointKafkaPartitionStrategy = string;\n\n/** Tls properties */\nexport interface TlsProperties {\n /** Mode for TLS. */\n mode?: OperationalMode;\n /** Trusted CA certificate config map. */\n trustedCaCertificateConfigMapRef?: string;\n}\n\nexport function tlsPropertiesSerializer(item: TlsProperties): any {\n return {\n mode: item[\"mode\"],\n trustedCaCertificateConfigMapRef: item[\"trustedCaCertificateConfigMapRef\"],\n };\n}\n\nexport function tlsPropertiesDeserializer(item: any): TlsProperties {\n return {\n mode: item[\"mode\"],\n trustedCaCertificateConfigMapRef: item[\"trustedCaCertificateConfigMapRef\"],\n };\n}\n\n/** How to map events to the cloud. */\nexport enum KnownCloudEventAttributeType {\n /** Propagate type */\n Propagate = \"Propagate\",\n /** CreateOrRemap type */\n CreateOrRemap = \"CreateOrRemap\",\n}\n\n/**\n * How to map events to the cloud. \\\n * {@link KnownCloudEventAttributeType} can be used interchangeably with CloudEventAttributeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Propagate**: Propagate type \\\n * **CreateOrRemap**: CreateOrRemap type\n */\nexport type CloudEventAttributeType = string;\n\n/** Local persistent volume endpoint properties */\nexport interface DataflowEndpointLocalStorage {\n /** Persistent volume claim name. */\n persistentVolumeClaimRef: string;\n}\n\nexport function dataflowEndpointLocalStorageSerializer(item: DataflowEndpointLocalStorage): any {\n return { persistentVolumeClaimRef: item[\"persistentVolumeClaimRef\"] };\n}\n\nexport function dataflowEndpointLocalStorageDeserializer(item: any): DataflowEndpointLocalStorage {\n return {\n persistentVolumeClaimRef: item[\"persistentVolumeClaimRef\"],\n };\n}\n\n/** Broker endpoint properties */\nexport interface DataflowEndpointMqtt {\n /** authentication properties. DEFAULT: kubernetes.audience=aio-internal. NOTE - Enum field only property is allowed */\n authentication: DataflowEndpointMqttAuthentication;\n /** Client ID prefix. Client ID generated by the dataflow is <prefix>-TBD. Optional; no prefix if omitted. */\n clientIdPrefix?: string;\n /** Host of the Broker in the form of <hostname>:<port>. Optional; connects to Broker if omitted. */\n host?: string;\n /** Enable or disable websockets. */\n protocol?: BrokerProtocolType;\n /** Broker KeepAlive for connection in seconds. */\n keepAliveSeconds?: number;\n /** Whether or not to keep the retain setting. */\n retain?: MqttRetainType;\n /** The max number of messages to keep in flight. For subscribe, this is the receive maximum. For publish, this is the maximum number of messages to send before waiting for an ack. */\n maxInflightMessages?: number;\n /** Qos for Broker connection. */\n qos?: number;\n /** Session expiry in seconds. */\n sessionExpirySeconds?: number;\n /** TLS configuration. */\n tls?: TlsProperties;\n /** Cloud event mapping config. */\n cloudEventAttributes?: CloudEventAttributeType;\n}\n\nexport function dataflowEndpointMqttSerializer(item: DataflowEndpointMqtt): any {\n return {\n authentication: dataflowEndpointMqttAuthenticationSerializer(item[\"authentication\"]),\n clientIdPrefix: item[\"clientIdPrefix\"],\n host: item[\"host\"],\n protocol: item[\"protocol\"],\n keepAliveSeconds: item[\"keepAliveSeconds\"],\n retain: item[\"retain\"],\n maxInflightMessages: item[\"maxInflightMessages\"],\n qos: item[\"qos\"],\n sessionExpirySeconds: item[\"sessionExpirySeconds\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesSerializer(item[\"tls\"]),\n cloudEventAttributes: item[\"cloudEventAttributes\"],\n };\n}\n\nexport function dataflowEndpointMqttDeserializer(item: any): DataflowEndpointMqtt {\n return {\n authentication: dataflowEndpointMqttAuthenticationDeserializer(item[\"authentication\"]),\n clientIdPrefix: item[\"clientIdPrefix\"],\n host: item[\"host\"],\n protocol: item[\"protocol\"],\n keepAliveSeconds: item[\"keepAliveSeconds\"],\n retain: item[\"retain\"],\n maxInflightMessages: item[\"maxInflightMessages\"],\n qos: item[\"qos\"],\n sessionExpirySeconds: item[\"sessionExpirySeconds\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesDeserializer(item[\"tls\"]),\n cloudEventAttributes: item[\"cloudEventAttributes\"],\n };\n}\n\n/** Mqtt endpoint Authentication properties. NOTE - only authentication property is allowed per entry. */\nexport interface DataflowEndpointMqttAuthentication {\n /** Mode of Authentication. */\n method: MqttAuthMethod;\n /** System-assigned managed identity authentication. */\n systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;\n /** User-assigned managed identity authentication. */\n userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;\n /** Kubernetes service account token authentication. Default audience if not set is aio-internal */\n serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;\n /** X.509 certificate authentication. */\n x509CertificateSettings?: DataflowEndpointAuthenticationX509;\n}\n\nexport function dataflowEndpointMqttAuthenticationSerializer(\n item: DataflowEndpointMqttAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n serviceAccountTokenSettings: !item[\"serviceAccountTokenSettings\"]\n ? item[\"serviceAccountTokenSettings\"]\n : dataflowEndpointAuthenticationServiceAccountTokenSerializer(\n item[\"serviceAccountTokenSettings\"],\n ),\n x509CertificateSettings: !item[\"x509CertificateSettings\"]\n ? item[\"x509CertificateSettings\"]\n : dataflowEndpointAuthenticationX509Serializer(item[\"x509CertificateSettings\"]),\n };\n}\n\nexport function dataflowEndpointMqttAuthenticationDeserializer(\n item: any,\n): DataflowEndpointMqttAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings: !item[\"systemAssignedManagedIdentitySettings\"]\n ? item[\"systemAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n userAssignedManagedIdentitySettings: !item[\"userAssignedManagedIdentitySettings\"]\n ? item[\"userAssignedManagedIdentitySettings\"]\n : dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n serviceAccountTokenSettings: !item[\"serviceAccountTokenSettings\"]\n ? item[\"serviceAccountTokenSettings\"]\n : dataflowEndpointAuthenticationServiceAccountTokenDeserializer(\n item[\"serviceAccountTokenSettings\"],\n ),\n x509CertificateSettings: !item[\"x509CertificateSettings\"]\n ? item[\"x509CertificateSettings\"]\n : dataflowEndpointAuthenticationX509Deserializer(item[\"x509CertificateSettings\"]),\n };\n}\n\n/** DataflowEndpoint Mqtt Authentication Method properties */\nexport enum KnownMqttAuthMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n /** ServiceAccountToken Option */\n ServiceAccountToken = \"ServiceAccountToken\",\n /** x509Certificate Option */\n X509Certificate = \"X509Certificate\",\n /** Anonymous Option */\n Anonymous = \"Anonymous\",\n}\n\n/**\n * DataflowEndpoint Mqtt Authentication Method properties \\\n * {@link KnownMqttAuthMethod} can be used interchangeably with MqttAuthMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \\\n * **ServiceAccountToken**: ServiceAccountToken Option \\\n * **X509Certificate**: x509Certificate Option \\\n * **Anonymous**: Anonymous Option\n */\nexport type MqttAuthMethod = string;\n\n/** Service Account Token for BrokerAuthentication */\nexport interface DataflowEndpointAuthenticationServiceAccountToken {\n /** Audience of the service account. Optional, defaults to the broker internal service account audience. */\n audience: string;\n}\n\nexport function dataflowEndpointAuthenticationServiceAccountTokenSerializer(\n item: DataflowEndpointAuthenticationServiceAccountToken,\n): any {\n return { audience: item[\"audience\"] };\n}\n\nexport function dataflowEndpointAuthenticationServiceAccountTokenDeserializer(\n item: any,\n): DataflowEndpointAuthenticationServiceAccountToken {\n return {\n audience: item[\"audience\"],\n };\n}\n\n/** Broker Retain types */\nexport enum KnownMqttRetainType {\n /** Retain the messages. */\n Keep = \"Keep\",\n /** Never retain messages. */\n Never = \"Never\",\n}\n\n/**\n * Broker Retain types \\\n * {@link KnownMqttRetainType} can be used interchangeably with MqttRetainType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Keep**: Retain the messages. \\\n * **Never**: Never retain messages.\n */\nexport type MqttRetainType = string;\n\n/** OpenTelemetry endpoint properties. */\nexport interface DataflowEndpointOpenTelemetry {\n /** Host of the OpenTelemetry in the form of <host>:<port>. */\n host: string;\n /** Batching configuration. */\n batching?: BatchingConfiguration;\n /** TLS configuration. */\n tls?: TlsProperties;\n /** Authentication properties for OpenTelemetry endpoints */\n authentication: DataflowOpenTelemetryAuthenticationUnion;\n}\n\nexport function dataflowEndpointOpenTelemetrySerializer(item: DataflowEndpointOpenTelemetry): any {\n return {\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationSerializer(item[\"batching\"]),\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesSerializer(item[\"tls\"]),\n authentication: dataflowOpenTelemetryAuthenticationUnionSerializer(item[\"authentication\"]),\n };\n}\n\nexport function dataflowEndpointOpenTelemetryDeserializer(\n item: any,\n): DataflowEndpointOpenTelemetry {\n return {\n host: item[\"host\"],\n batching: !item[\"batching\"]\n ? item[\"batching\"]\n : batchingConfigurationDeserializer(item[\"batching\"]),\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesDeserializer(item[\"tls\"]),\n authentication: dataflowOpenTelemetryAuthenticationUnionDeserializer(item[\"authentication\"]),\n };\n}\n\n/** Dataflow OpenTelemetry authentication properties. */\nexport interface DataflowOpenTelemetryAuthentication {\n /** The authentication method. */\n /** The discriminator possible values: ServiceAccountToken, X509Certificate, Anonymous */\n method: DataflowOpenTelemetryAuthenticationMethod;\n}\n\nexport function dataflowOpenTelemetryAuthenticationSerializer(\n item: DataflowOpenTelemetryAuthentication,\n): any {\n return { method: item[\"method\"] };\n}\n\nexport function dataflowOpenTelemetryAuthenticationDeserializer(\n item: any,\n): DataflowOpenTelemetryAuthentication {\n return {\n method: item[\"method\"],\n };\n}\n\n/** Alias for DataflowOpenTelemetryAuthenticationUnion */\nexport type DataflowOpenTelemetryAuthenticationUnion =\n | DataflowOpenTelemetryServiceAccountAuthentication\n | DataflowOpenTelemetryX509CertificateAuthentication\n | DataflowOpenTelemetryAnonymousAuthentication\n | DataflowOpenTelemetryAuthentication;\n\nexport function dataflowOpenTelemetryAuthenticationUnionSerializer(\n item: DataflowOpenTelemetryAuthenticationUnion,\n): any {\n switch (item.method) {\n case \"ServiceAccountToken\":\n return dataflowOpenTelemetryServiceAccountAuthenticationSerializer(\n item as DataflowOpenTelemetryServiceAccountAuthentication,\n );\n\n case \"X509Certificate\":\n return dataflowOpenTelemetryX509CertificateAuthenticationSerializer(\n item as DataflowOpenTelemetryX509CertificateAuthentication,\n );\n\n case \"Anonymous\":\n return dataflowOpenTelemetryAnonymousAuthenticationSerializer(\n item as DataflowOpenTelemetryAnonymousAuthentication,\n );\n\n default:\n return dataflowOpenTelemetryAuthenticationSerializer(item);\n }\n}\n\nexport function dataflowOpenTelemetryAuthenticationUnionDeserializer(\n item: any,\n): DataflowOpenTelemetryAuthenticationUnion {\n switch (item[\"method\"]) {\n case \"ServiceAccountToken\":\n return dataflowOpenTelemetryServiceAccountAuthenticationDeserializer(\n item as DataflowOpenTelemetryServiceAccountAuthentication,\n );\n\n case \"X509Certificate\":\n return dataflowOpenTelemetryX509CertificateAuthenticationDeserializer(\n item as DataflowOpenTelemetryX509CertificateAuthentication,\n );\n\n case \"Anonymous\":\n return dataflowOpenTelemetryAnonymousAuthenticationDeserializer(\n item as DataflowOpenTelemetryAnonymousAuthentication,\n );\n\n default:\n return dataflowOpenTelemetryAuthenticationDeserializer(item);\n }\n}\n\n/** Dataflow OpenTelemetry authentication method values. */\nexport enum KnownDataflowOpenTelemetryAuthenticationMethod {\n /** Uses serviceaccount token. */\n ServiceAccountToken = \"ServiceAccountToken\",\n /** Uses x509 certificate. */\n X509Certificate = \"X509Certificate\",\n /** Connects anonymously. */\n Anonymous = \"Anonymous\",\n}\n\n/**\n * Dataflow OpenTelemetry authentication method values. \\\n * {@link KnownDataflowOpenTelemetryAuthenticationMethod} can be used interchangeably with DataflowOpenTelemetryAuthenticationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServiceAccountToken**: Uses serviceaccount token. \\\n * **X509Certificate**: Uses x509 certificate. \\\n * **Anonymous**: Connects anonymously.\n */\nexport type DataflowOpenTelemetryAuthenticationMethod = string;\n\n/** DataflowOpenTelemetryServiceAccountAuthentication properties. */\nexport interface DataflowOpenTelemetryServiceAccountAuthentication extends DataflowOpenTelemetryAuthentication {\n /** The authentication method. */\n method: \"ServiceAccountToken\";\n /** Kubernetes service account token authentication. */\n serviceAccountTokenSettings: DataflowEndpointAuthenticationServiceAccountToken;\n}\n\nexport function dataflowOpenTelemetryServiceAccountAuthenticationSerializer(\n item: DataflowOpenTelemetryServiceAccountAuthentication,\n): any {\n return {\n method: item[\"method\"],\n serviceAccountTokenSettings: dataflowEndpointAuthenticationServiceAccountTokenSerializer(\n item[\"serviceAccountTokenSettings\"],\n ),\n };\n}\n\nexport function dataflowOpenTelemetryServiceAccountAuthenticationDeserializer(\n item: any,\n): DataflowOpenTelemetryServiceAccountAuthentication {\n return {\n method: item[\"method\"],\n serviceAccountTokenSettings: dataflowEndpointAuthenticationServiceAccountTokenDeserializer(\n item[\"serviceAccountTokenSettings\"],\n ),\n };\n}\n\n/** DataflowOpenTelemetryX509CertificateAuthentication properties. */\nexport interface DataflowOpenTelemetryX509CertificateAuthentication extends DataflowOpenTelemetryAuthentication {\n /** The authentication method. */\n method: \"X509Certificate\";\n /** X.509 certificate authentication settings. */\n x509CertificateSettings: DataflowEndpointAuthenticationX509;\n}\n\nexport function dataflowOpenTelemetryX509CertificateAuthenticationSerializer(\n item: DataflowOpenTelemetryX509CertificateAuthentication,\n): any {\n return {\n method: item[\"method\"],\n x509CertificateSettings: dataflowEndpointAuthenticationX509Serializer(\n item[\"x509CertificateSettings\"],\n ),\n };\n}\n\nexport function dataflowOpenTelemetryX509CertificateAuthenticationDeserializer(\n item: any,\n): DataflowOpenTelemetryX509CertificateAuthentication {\n return {\n method: item[\"method\"],\n x509CertificateSettings: dataflowEndpointAuthenticationX509Deserializer(\n item[\"x509CertificateSettings\"],\n ),\n };\n}\n\n/** DataflowOpenTelemetryAnonymousAuthentication properties. */\nexport interface DataflowOpenTelemetryAnonymousAuthentication extends DataflowOpenTelemetryAuthentication {\n /** The authentication method. */\n method: \"Anonymous\";\n /** Settings for the anonymous connection */\n anonymousSettings: DataflowEndpointAuthenticationAnonymous;\n}\n\nexport function dataflowOpenTelemetryAnonymousAuthenticationSerializer(\n item: DataflowOpenTelemetryAnonymousAuthentication,\n): any {\n return {\n method: item[\"method\"],\n anonymousSettings: dataflowEndpointAuthenticationAnonymousSerializer(item[\"anonymousSettings\"]),\n };\n}\n\nexport function dataflowOpenTelemetryAnonymousAuthenticationDeserializer(\n item: any,\n): DataflowOpenTelemetryAnonymousAuthentication {\n return {\n method: item[\"method\"],\n anonymousSettings: dataflowEndpointAuthenticationAnonymousDeserializer(\n item[\"anonymousSettings\"],\n ),\n };\n}\n\n/** DataflowEndpoint Anonymous Authentication properties */\nexport interface DataflowEndpointAuthenticationAnonymous {}\n\nexport function dataflowEndpointAuthenticationAnonymousSerializer(\n _item: DataflowEndpointAuthenticationAnonymous,\n): any {\n return {};\n}\n\nexport function dataflowEndpointAuthenticationAnonymousDeserializer(\n item: any,\n): DataflowEndpointAuthenticationAnonymous {\n return item;\n}\n\n/** The response of a DataflowEndpointResource list operation. */\nexport interface _DataflowEndpointResourceListResult {\n /** The DataflowEndpointResource items on this page */\n value: DataflowEndpointResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataflowEndpointResourceListResultDeserializer(\n item: any,\n): _DataflowEndpointResourceListResult {\n return {\n value: dataflowEndpointResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataflowEndpointResourceArraySerializer(\n result: Array<DataflowEndpointResource>,\n): any[] {\n return result.map((item) => {\n return dataflowEndpointResourceSerializer(item);\n });\n}\n\nexport function dataflowEndpointResourceArrayDeserializer(\n result: Array<DataflowEndpointResource>,\n): any[] {\n return result.map((item) => {\n return dataflowEndpointResourceDeserializer(item);\n });\n}\n\n/** Instance dataflowEndpoint resource. */\nexport interface DataflowGraphResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DataflowGraphProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function dataflowGraphResourceSerializer(item: DataflowGraphResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowGraphPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function dataflowGraphResourceDeserializer(item: any): DataflowGraphResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataflowGraphPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** DataflowGraph properties. */\nexport interface DataflowGraphProperties {\n /** The mode of the dataflow graph. */\n mode?: OperationalMode;\n /** Disk persistence mode. */\n requestDiskPersistence?: OperationalMode;\n /** List of nodes in the dataflow graph. */\n nodes: DataflowGraphNodeUnion[];\n /** List of connections between nodes in the dataflow graph. */\n nodeConnections: DataflowGraphNodeConnection[];\n /** The provisioning state of the dataflow graph. */\n readonly provisioningState?: ProvisioningState;\n /** The status for the dataflow graph. */\n readonly status?: DataflowGraphStatus;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function dataflowGraphPropertiesSerializer(item: DataflowGraphProperties): any {\n return {\n mode: item[\"mode\"],\n requestDiskPersistence: item[\"requestDiskPersistence\"],\n nodes: dataflowGraphNodeUnionArraySerializer(item[\"nodes\"]),\n nodeConnections: dataflowGraphNodeConnectionArraySerializer(item[\"nodeConnections\"]),\n };\n}\n\nexport function dataflowGraphPropertiesDeserializer(item: any): DataflowGraphProperties {\n return {\n mode: item[\"mode\"],\n requestDiskPersistence: item[\"requestDiskPersistence\"],\n nodes: dataflowGraphNodeUnionArrayDeserializer(item[\"nodes\"]),\n nodeConnections: dataflowGraphNodeConnectionArrayDeserializer(item[\"nodeConnections\"]),\n provisioningState: item[\"provisioningState\"],\n status: !item[\"status\"] ? item[\"status\"] : dataflowGraphStatusDeserializer(item[\"status\"]),\n healthState: item[\"healthState\"],\n };\n}\n\nexport function dataflowGraphNodeUnionArraySerializer(\n result: Array<DataflowGraphNodeUnion>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphNodeUnionSerializer(item);\n });\n}\n\nexport function dataflowGraphNodeUnionArrayDeserializer(\n result: Array<DataflowGraphNodeUnion>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphNodeUnionDeserializer(item);\n });\n}\n\n/** DataflowGraph node properties. */\nexport interface DataflowGraphNode {\n /** Name of the node. */\n name: string;\n /** Type of the node. */\n /** The discriminator possible values: Source, Graph, Destination */\n nodeType: DataflowGraphNodeType;\n}\n\nexport function dataflowGraphNodeSerializer(item: DataflowGraphNode): any {\n return { name: item[\"name\"], nodeType: item[\"nodeType\"] };\n}\n\nexport function dataflowGraphNodeDeserializer(item: any): DataflowGraphNode {\n return {\n name: item[\"name\"],\n nodeType: item[\"nodeType\"],\n };\n}\n\n/** Alias for DataflowGraphNodeUnion */\nexport type DataflowGraphNodeUnion =\n | DataflowGraphSourceNode\n | DataflowGraphGraphNode\n | DataflowGraphDestinationNode\n | DataflowGraphNode;\n\nexport function dataflowGraphNodeUnionSerializer(item: DataflowGraphNodeUnion): any {\n switch (item.nodeType) {\n case \"Source\":\n return dataflowGraphSourceNodeSerializer(item as DataflowGraphSourceNode);\n\n case \"Graph\":\n return dataflowGraphGraphNodeSerializer(item as DataflowGraphGraphNode);\n\n case \"Destination\":\n return dataflowGraphDestinationNodeSerializer(item as DataflowGraphDestinationNode);\n\n default:\n return dataflowGraphNodeSerializer(item);\n }\n}\n\nexport function dataflowGraphNodeUnionDeserializer(item: any): DataflowGraphNodeUnion {\n switch (item[\"nodeType\"]) {\n case \"Source\":\n return dataflowGraphSourceNodeDeserializer(item as DataflowGraphSourceNode);\n\n case \"Graph\":\n return dataflowGraphGraphNodeDeserializer(item as DataflowGraphGraphNode);\n\n case \"Destination\":\n return dataflowGraphDestinationNodeDeserializer(item as DataflowGraphDestinationNode);\n\n default:\n return dataflowGraphNodeDeserializer(item);\n }\n}\n\n/** DataflowGraph node types. */\nexport enum KnownDataflowGraphNodeType {\n /** Dataflow source node. */\n Source = \"Source\",\n /** Dataflow graph node. */\n Graph = \"Graph\",\n /** Dataflow destination node. */\n Destination = \"Destination\",\n}\n\n/**\n * DataflowGraph node types. \\\n * {@link KnownDataflowGraphNodeType} can be used interchangeably with DataflowGraphNodeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Source**: Dataflow source node. \\\n * **Graph**: Dataflow graph node. \\\n * **Destination**: Dataflow destination node.\n */\nexport type DataflowGraphNodeType = string;\n\n/** DataflowGraph source node properties. */\nexport interface DataflowGraphSourceNode extends DataflowGraphNode {\n /** Type of the source node. */\n nodeType: \"Source\";\n /** Source configuration. */\n sourceSettings: DataflowGraphSourceSettings;\n}\n\nexport function dataflowGraphSourceNodeSerializer(item: DataflowGraphSourceNode): any {\n return {\n name: item[\"name\"],\n nodeType: item[\"nodeType\"],\n sourceSettings: dataflowGraphSourceSettingsSerializer(item[\"sourceSettings\"]),\n };\n}\n\nexport function dataflowGraphSourceNodeDeserializer(item: any): DataflowGraphSourceNode {\n return {\n name: item[\"name\"],\n nodeType: item[\"nodeType\"],\n sourceSettings: dataflowGraphSourceSettingsDeserializer(item[\"sourceSettings\"]),\n };\n}\n\n/** DataflowGraph source node settings. */\nexport interface DataflowGraphSourceSettings {\n /** The endpoint reference for the source. */\n endpointRef: string;\n /** List of data sources. */\n dataSources: string[];\n /** Reference to the resource in Azure Device Registry where the data in the endpoint originates from. */\n assetRef?: string;\n}\n\nexport function dataflowGraphSourceSettingsSerializer(item: DataflowGraphSourceSettings): any {\n return {\n endpointRef: item[\"endpointRef\"],\n dataSources: item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n assetRef: item[\"assetRef\"],\n };\n}\n\nexport function dataflowGraphSourceSettingsDeserializer(item: any): DataflowGraphSourceSettings {\n return {\n endpointRef: item[\"endpointRef\"],\n dataSources: item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n assetRef: item[\"assetRef\"],\n };\n}\n\n/** DataflowGraph graph node properties. */\nexport interface DataflowGraphGraphNode extends DataflowGraphNode {\n /** Type of the graph node. */\n nodeType: \"Graph\";\n /** Graph configuration. */\n graphSettings: DataflowGraphNodeGraphSettings;\n}\n\nexport function dataflowGraphGraphNodeSerializer(item: DataflowGraphGraphNode): any {\n return {\n name: item[\"name\"],\n nodeType: item[\"nodeType\"],\n graphSettings: dataflowGraphNodeGraphSettingsSerializer(item[\"graphSettings\"]),\n };\n}\n\nexport function dataflowGraphGraphNodeDeserializer(item: any): DataflowGraphGraphNode {\n return {\n name: item[\"name\"],\n nodeType: item[\"nodeType\"],\n graphSettings: dataflowGraphNodeGraphSettingsDeserializer(item[\"graphSettings\"]),\n };\n}\n\n/** DataflowGraph graph node settings. */\nexport interface DataflowGraphNodeGraphSettings {\n /** Reference to the registry endpoint for pulling the artifact. */\n registryEndpointRef: string;\n /** The artifact name and version to pull. This should be in the format `<artifact-name>:<version>`. */\n artifact: string;\n /** Configuration key-value pairs. */\n configuration?: DataflowGraphGraphNodeConfiguration[];\n}\n\nexport function dataflowGraphNodeGraphSettingsSerializer(\n item: DataflowGraphNodeGraphSettings,\n): any {\n return {\n registryEndpointRef: item[\"registryEndpointRef\"],\n artifact: item[\"artifact\"],\n configuration: !item[\"configuration\"]\n ? item[\"configuration\"]\n : dataflowGraphGraphNodeConfigurationArraySerializer(item[\"configuration\"]),\n };\n}\n\nexport function dataflowGraphNodeGraphSettingsDeserializer(\n item: any,\n): DataflowGraphNodeGraphSettings {\n return {\n registryEndpointRef: item[\"registryEndpointRef\"],\n artifact: item[\"artifact\"],\n configuration: !item[\"configuration\"]\n ? item[\"configuration\"]\n : dataflowGraphGraphNodeConfigurationArrayDeserializer(item[\"configuration\"]),\n };\n}\n\nexport function dataflowGraphGraphNodeConfigurationArraySerializer(\n result: Array<DataflowGraphGraphNodeConfiguration>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphGraphNodeConfigurationSerializer(item);\n });\n}\n\nexport function dataflowGraphGraphNodeConfigurationArrayDeserializer(\n result: Array<DataflowGraphGraphNodeConfiguration>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphGraphNodeConfigurationDeserializer(item);\n });\n}\n\n/** DataflowGraph graph node configuration. */\nexport interface DataflowGraphGraphNodeConfiguration {\n /** Key of the configuration. */\n key: string;\n /** Value of the configuration. */\n value: string;\n}\n\nexport function dataflowGraphGraphNodeConfigurationSerializer(\n item: DataflowGraphGraphNodeConfiguration,\n): any {\n return { key: item[\"key\"], value: item[\"value\"] };\n}\n\nexport function dataflowGraphGraphNodeConfigurationDeserializer(\n item: any,\n): DataflowGraphGraphNodeConfiguration {\n return {\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** DataflowGraph destination node properties. */\nexport interface DataflowGraphDestinationNode extends DataflowGraphNode {\n /** Type of the destination node. */\n nodeType: \"Destination\";\n /** Destination configuration. */\n destinationSettings: DataflowGraphDestinationNodeSettings;\n}\n\nexport function dataflowGraphDestinationNodeSerializer(item: DataflowGraphDestinationNode): any {\n return {\n name: item[\"name\"],\n nodeType: item[\"nodeType\"],\n destinationSettings: dataflowGraphDestinationNodeSettingsSerializer(\n item[\"destinationSettings\"],\n ),\n };\n}\n\nexport function dataflowGraphDestinationNodeDeserializer(item: any): DataflowGraphDestinationNode {\n return {\n name: item[\"name\"],\n nodeType: item[\"nodeType\"],\n destinationSettings: dataflowGraphDestinationNodeSettingsDeserializer(\n item[\"destinationSettings\"],\n ),\n };\n}\n\n/** DataflowGraph destination node settings. */\nexport interface DataflowGraphDestinationNodeSettings {\n /** The name of the DataflowEndpoint resource . */\n endpointRef: string;\n /** Data destination at the endpoint. */\n dataDestination: string;\n /** Headers for the output data. */\n headers?: DataflowGraphDestinationHeaderActionUnion[];\n}\n\nexport function dataflowGraphDestinationNodeSettingsSerializer(\n item: DataflowGraphDestinationNodeSettings,\n): any {\n return {\n endpointRef: item[\"endpointRef\"],\n dataDestination: item[\"dataDestination\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : dataflowGraphDestinationHeaderActionUnionArraySerializer(item[\"headers\"]),\n };\n}\n\nexport function dataflowGraphDestinationNodeSettingsDeserializer(\n item: any,\n): DataflowGraphDestinationNodeSettings {\n return {\n endpointRef: item[\"endpointRef\"],\n dataDestination: item[\"dataDestination\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : dataflowGraphDestinationHeaderActionUnionArrayDeserializer(item[\"headers\"]),\n };\n}\n\nexport function dataflowGraphDestinationHeaderActionUnionArraySerializer(\n result: Array<DataflowGraphDestinationHeaderActionUnion>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphDestinationHeaderActionUnionSerializer(item);\n });\n}\n\nexport function dataflowGraphDestinationHeaderActionUnionArrayDeserializer(\n result: Array<DataflowGraphDestinationHeaderActionUnion>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphDestinationHeaderActionUnionDeserializer(item);\n });\n}\n\n/** DataflowGraph Destination Header Action. */\nexport interface DataflowGraphDestinationHeaderAction {\n /** The type of header operation to perform. */\n /** The discriminator possible values: AddIfNotPresent, Remove, AddOrReplace */\n actionType: DataflowGraphDestinationHeaderActionType;\n}\n\nexport function dataflowGraphDestinationHeaderActionSerializer(\n item: DataflowGraphDestinationHeaderAction,\n): any {\n return { actionType: item[\"actionType\"] };\n}\n\nexport function dataflowGraphDestinationHeaderActionDeserializer(\n item: any,\n): DataflowGraphDestinationHeaderAction {\n return {\n actionType: item[\"actionType\"],\n };\n}\n\n/** Alias for DataflowGraphDestinationHeaderActionUnion */\nexport type DataflowGraphDestinationHeaderActionUnion =\n | DataflowGraphDestinationAddIfNotPresentHeaderAction\n | DataflowGraphDestinationRemoveHeaderAction\n | DataflowGraphDestinationAddOrReplaceHeaderAction\n | DataflowGraphDestinationHeaderAction;\n\nexport function dataflowGraphDestinationHeaderActionUnionSerializer(\n item: DataflowGraphDestinationHeaderActionUnion,\n): any {\n switch (item.actionType) {\n case \"AddIfNotPresent\":\n return dataflowGraphDestinationAddIfNotPresentHeaderActionSerializer(\n item as DataflowGraphDestinationAddIfNotPresentHeaderAction,\n );\n\n case \"Remove\":\n return dataflowGraphDestinationRemoveHeaderActionSerializer(\n item as DataflowGraphDestinationRemoveHeaderAction,\n );\n\n case \"AddOrReplace\":\n return dataflowGraphDestinationAddOrReplaceHeaderActionSerializer(\n item as DataflowGraphDestinationAddOrReplaceHeaderAction,\n );\n\n default:\n return dataflowGraphDestinationHeaderActionSerializer(item);\n }\n}\n\nexport function dataflowGraphDestinationHeaderActionUnionDeserializer(\n item: any,\n): DataflowGraphDestinationHeaderActionUnion {\n switch (item[\"actionType\"]) {\n case \"AddIfNotPresent\":\n return dataflowGraphDestinationAddIfNotPresentHeaderActionDeserializer(\n item as DataflowGraphDestinationAddIfNotPresentHeaderAction,\n );\n\n case \"Remove\":\n return dataflowGraphDestinationRemoveHeaderActionDeserializer(\n item as DataflowGraphDestinationRemoveHeaderAction,\n );\n\n case \"AddOrReplace\":\n return dataflowGraphDestinationAddOrReplaceHeaderActionDeserializer(\n item as DataflowGraphDestinationAddOrReplaceHeaderAction,\n );\n\n default:\n return dataflowGraphDestinationHeaderActionDeserializer(item);\n }\n}\n\n/** DataflowGraph Destination Header Action Types. */\nexport enum KnownDataflowGraphDestinationHeaderActionType {\n /** Add if not present type. */\n AddIfNotPresent = \"AddIfNotPresent\",\n /** Remove type. */\n Remove = \"Remove\",\n /** Add or Replace type. */\n AddOrReplace = \"AddOrReplace\",\n}\n\n/**\n * DataflowGraph Destination Header Action Types. \\\n * {@link KnownDataflowGraphDestinationHeaderActionType} can be used interchangeably with DataflowGraphDestinationHeaderActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AddIfNotPresent**: Add if not present type. \\\n * **Remove**: Remove type. \\\n * **AddOrReplace**: Add or Replace type.\n */\nexport type DataflowGraphDestinationHeaderActionType = string;\n\n/** DataflowGraph Destination Add if not present HeaderAction properties. */\nexport interface DataflowGraphDestinationAddIfNotPresentHeaderAction extends DataflowGraphDestinationHeaderAction {\n actionType: \"AddIfNotPresent\";\n /** The name of the header to add. */\n key: string;\n /** The value of the header to add. */\n value: string;\n}\n\nexport function dataflowGraphDestinationAddIfNotPresentHeaderActionSerializer(\n item: DataflowGraphDestinationAddIfNotPresentHeaderAction,\n): any {\n return { actionType: item[\"actionType\"], key: item[\"key\"], value: item[\"value\"] };\n}\n\nexport function dataflowGraphDestinationAddIfNotPresentHeaderActionDeserializer(\n item: any,\n): DataflowGraphDestinationAddIfNotPresentHeaderAction {\n return {\n actionType: item[\"actionType\"],\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** DataflowGraph Destination Remove HeaderAction properties. */\nexport interface DataflowGraphDestinationRemoveHeaderAction extends DataflowGraphDestinationHeaderAction {\n actionType: \"Remove\";\n /** The name of the header to remove. */\n key: string;\n}\n\nexport function dataflowGraphDestinationRemoveHeaderActionSerializer(\n item: DataflowGraphDestinationRemoveHeaderAction,\n): any {\n return { actionType: item[\"actionType\"], key: item[\"key\"] };\n}\n\nexport function dataflowGraphDestinationRemoveHeaderActionDeserializer(\n item: any,\n): DataflowGraphDestinationRemoveHeaderAction {\n return {\n actionType: item[\"actionType\"],\n key: item[\"key\"],\n };\n}\n\n/** DataflowGraph Destination Add or Replace HeaderAction properties. */\nexport interface DataflowGraphDestinationAddOrReplaceHeaderAction extends DataflowGraphDestinationHeaderAction {\n actionType: \"AddOrReplace\";\n /** The name of the header to add or replace. */\n key: string;\n /** The value of the header to add or replace. */\n value: string;\n}\n\nexport function dataflowGraphDestinationAddOrReplaceHeaderActionSerializer(\n item: DataflowGraphDestinationAddOrReplaceHeaderAction,\n): any {\n return { actionType: item[\"actionType\"], key: item[\"key\"], value: item[\"value\"] };\n}\n\nexport function dataflowGraphDestinationAddOrReplaceHeaderActionDeserializer(\n item: any,\n): DataflowGraphDestinationAddOrReplaceHeaderAction {\n return {\n actionType: item[\"actionType\"],\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\nexport function dataflowGraphNodeConnectionArraySerializer(\n result: Array<DataflowGraphNodeConnection>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphNodeConnectionSerializer(item);\n });\n}\n\nexport function dataflowGraphNodeConnectionArrayDeserializer(\n result: Array<DataflowGraphNodeConnection>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphNodeConnectionDeserializer(item);\n });\n}\n\n/** DataflowGraph DataflowGraphNode Connection. */\nexport interface DataflowGraphNodeConnection {\n /** Information about the source node. */\n from: DataflowGraphConnectionInput;\n /** Information about the destination node. */\n to: DataflowGraphConnectionOutput;\n}\n\nexport function dataflowGraphNodeConnectionSerializer(item: DataflowGraphNodeConnection): any {\n return {\n from: dataflowGraphConnectionInputSerializer(item[\"from\"]),\n to: dataflowGraphConnectionOutputSerializer(item[\"to\"]),\n };\n}\n\nexport function dataflowGraphNodeConnectionDeserializer(item: any): DataflowGraphNodeConnection {\n return {\n from: dataflowGraphConnectionInputDeserializer(item[\"from\"]),\n to: dataflowGraphConnectionOutputDeserializer(item[\"to\"]),\n };\n}\n\n/** DataflowGraph DataflowGraphNode Connection Input. */\nexport interface DataflowGraphConnectionInput {\n /** Name of the input node. */\n name: string;\n /** Schema settings for the input node. */\n schema?: DataflowGraphConnectionSchemaSettings;\n}\n\nexport function dataflowGraphConnectionInputSerializer(item: DataflowGraphConnectionInput): any {\n return {\n name: item[\"name\"],\n schema: !item[\"schema\"]\n ? item[\"schema\"]\n : dataflowGraphConnectionSchemaSettingsSerializer(item[\"schema\"]),\n };\n}\n\nexport function dataflowGraphConnectionInputDeserializer(item: any): DataflowGraphConnectionInput {\n return {\n name: item[\"name\"],\n schema: !item[\"schema\"]\n ? item[\"schema\"]\n : dataflowGraphConnectionSchemaSettingsDeserializer(item[\"schema\"]),\n };\n}\n\n/** DataflowGraph connection node output schema settings. */\nexport interface DataflowGraphConnectionSchemaSettings {\n /** Output serialization format. */\n serializationFormat?: DataflowGraphConnectionSchemaSerializationFormat;\n /** Reference to the schema that describes the output of the transformation. */\n schemaRef?: string;\n}\n\nexport function dataflowGraphConnectionSchemaSettingsSerializer(\n item: DataflowGraphConnectionSchemaSettings,\n): any {\n return { serializationFormat: item[\"serializationFormat\"], schemaRef: item[\"schemaRef\"] };\n}\n\nexport function dataflowGraphConnectionSchemaSettingsDeserializer(\n item: any,\n): DataflowGraphConnectionSchemaSettings {\n return {\n serializationFormat: item[\"serializationFormat\"],\n schemaRef: item[\"schemaRef\"],\n };\n}\n\n/** Serialization format for dataflow graph connection. */\nexport enum KnownDataflowGraphConnectionSchemaSerializationFormat {\n /** Delta Format */\n Delta = \"Delta\",\n /** JSON Format */\n Json = \"Json\",\n /** Parquet Format */\n Parquet = \"Parquet\",\n /** Avro serialization format. */\n Avro = \"Avro\",\n}\n\n/**\n * Serialization format for dataflow graph connection. \\\n * {@link KnownDataflowGraphConnectionSchemaSerializationFormat} can be used interchangeably with DataflowGraphConnectionSchemaSerializationFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Delta**: Delta Format \\\n * **Json**: JSON Format \\\n * **Parquet**: Parquet Format \\\n * **Avro**: Avro serialization format.\n */\nexport type DataflowGraphConnectionSchemaSerializationFormat = string;\n\n/** DataflowGraph DataflowGraphNode Connection Output. */\nexport interface DataflowGraphConnectionOutput {\n /** Name of the destination node. */\n name: string;\n}\n\nexport function dataflowGraphConnectionOutputSerializer(item: DataflowGraphConnectionOutput): any {\n return { name: item[\"name\"] };\n}\n\nexport function dataflowGraphConnectionOutputDeserializer(\n item: any,\n): DataflowGraphConnectionOutput {\n return {\n name: item[\"name\"],\n };\n}\n\n/** DataflowGraph status. */\nexport interface DataflowGraphStatus {\n /** The health state of the DataflowGraph. */\n readonly healthState?: ResourceHealthStatus;\n}\n\nexport function dataflowGraphStatusDeserializer(item: any): DataflowGraphStatus {\n return {\n healthState: !item[\"healthState\"]\n ? item[\"healthState\"]\n : resourceHealthStatusDeserializer(item[\"healthState\"]),\n };\n}\n\n/** The response of a DataflowGraphResource list operation. */\nexport interface _DataflowGraphResourceListResult {\n /** The DataflowGraphResource items on this page */\n value: DataflowGraphResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataflowGraphResourceListResultDeserializer(\n item: any,\n): _DataflowGraphResourceListResult {\n return {\n value: dataflowGraphResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataflowGraphResourceArraySerializer(result: Array<DataflowGraphResource>): any[] {\n return result.map((item) => {\n return dataflowGraphResourceSerializer(item);\n });\n}\n\nexport function dataflowGraphResourceArrayDeserializer(\n result: Array<DataflowGraphResource>,\n): any[] {\n return result.map((item) => {\n return dataflowGraphResourceDeserializer(item);\n });\n}\n\n/** RegistryEndpoint resource */\nexport interface RegistryEndpointResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: RegistryEndpointProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function registryEndpointResourceSerializer(item: RegistryEndpointResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : registryEndpointPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function registryEndpointResourceDeserializer(item: any): RegistryEndpointResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : registryEndpointPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** RegistryEndpoint properties */\nexport interface RegistryEndpointProperties {\n /** The Container Registry endpoint hostname. */\n host: string;\n /** The authentication settings for the Azure Container Registry. */\n authentication: RegistryEndpointAuthenticationUnion;\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n /** The signing certificate authorities used by artifacts in the registry endpoint */\n codeSigningCas?: RegistryEndpointTrustedSigningKeyUnion[];\n}\n\nexport function registryEndpointPropertiesSerializer(item: RegistryEndpointProperties): any {\n return {\n host: item[\"host\"],\n authentication: registryEndpointAuthenticationUnionSerializer(item[\"authentication\"]),\n codeSigningCas: !item[\"codeSigningCas\"]\n ? item[\"codeSigningCas\"]\n : registryEndpointTrustedSigningKeyUnionArraySerializer(item[\"codeSigningCas\"]),\n };\n}\n\nexport function registryEndpointPropertiesDeserializer(item: any): RegistryEndpointProperties {\n return {\n host: item[\"host\"],\n authentication: registryEndpointAuthenticationUnionDeserializer(item[\"authentication\"]),\n provisioningState: item[\"provisioningState\"],\n healthState: item[\"healthState\"],\n codeSigningCas: !item[\"codeSigningCas\"]\n ? item[\"codeSigningCas\"]\n : registryEndpointTrustedSigningKeyUnionArrayDeserializer(item[\"codeSigningCas\"]),\n };\n}\n\n/** Model for RegistryEndpointAuthentication */\nexport interface RegistryEndpointAuthentication {\n /** The authentication method. */\n /** The discriminator possible values: SystemAssignedManagedIdentity, UserAssignedManagedIdentity, Anonymous, ArtifactPullSecret */\n method: RegistryEndpointAuthenticationMethod;\n}\n\nexport function registryEndpointAuthenticationSerializer(\n item: RegistryEndpointAuthentication,\n): any {\n return { method: item[\"method\"] };\n}\n\nexport function registryEndpointAuthenticationDeserializer(\n item: any,\n): RegistryEndpointAuthentication {\n return {\n method: item[\"method\"],\n };\n}\n\n/** Alias for RegistryEndpointAuthenticationUnion */\nexport type RegistryEndpointAuthenticationUnion =\n | RegistryEndpointSystemAssignedIdentityAuthentication\n | RegistryEndpointUserAssignedIdentityAuthentication\n | RegistryEndpointAnonymousAuthentication\n | RegistryEndpointArtifactPullSecretAuthentication\n | RegistryEndpointAuthentication;\n\nexport function registryEndpointAuthenticationUnionSerializer(\n item: RegistryEndpointAuthenticationUnion,\n): any {\n switch (item.method) {\n case \"SystemAssignedManagedIdentity\":\n return registryEndpointSystemAssignedIdentityAuthenticationSerializer(\n item as RegistryEndpointSystemAssignedIdentityAuthentication,\n );\n\n case \"UserAssignedManagedIdentity\":\n return registryEndpointUserAssignedIdentityAuthenticationSerializer(\n item as RegistryEndpointUserAssignedIdentityAuthentication,\n );\n\n case \"Anonymous\":\n return registryEndpointAnonymousAuthenticationSerializer(\n item as RegistryEndpointAnonymousAuthentication,\n );\n\n case \"ArtifactPullSecret\":\n return registryEndpointArtifactPullSecretAuthenticationSerializer(\n item as RegistryEndpointArtifactPullSecretAuthentication,\n );\n\n default:\n return registryEndpointAuthenticationSerializer(item);\n }\n}\n\nexport function registryEndpointAuthenticationUnionDeserializer(\n item: any,\n): RegistryEndpointAuthenticationUnion {\n switch (item[\"method\"]) {\n case \"SystemAssignedManagedIdentity\":\n return registryEndpointSystemAssignedIdentityAuthenticationDeserializer(\n item as RegistryEndpointSystemAssignedIdentityAuthentication,\n );\n\n case \"UserAssignedManagedIdentity\":\n return registryEndpointUserAssignedIdentityAuthenticationDeserializer(\n item as RegistryEndpointUserAssignedIdentityAuthentication,\n );\n\n case \"Anonymous\":\n return registryEndpointAnonymousAuthenticationDeserializer(\n item as RegistryEndpointAnonymousAuthentication,\n );\n\n case \"ArtifactPullSecret\":\n return registryEndpointArtifactPullSecretAuthenticationDeserializer(\n item as RegistryEndpointArtifactPullSecretAuthentication,\n );\n\n default:\n return registryEndpointAuthenticationDeserializer(item);\n }\n}\n\n/** The authentication method. */\nexport enum KnownRegistryEndpointAuthenticationMethod {\n /** SystemAssignedManagedIdentity type */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** UserAssignedManagedIdentity type */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\",\n /** Anonymous Option */\n Anonymous = \"Anonymous\",\n /** Artifact Pull Secret authentication */\n ArtifactPullSecret = \"ArtifactPullSecret\",\n}\n\n/**\n * The authentication method. \\\n * {@link KnownRegistryEndpointAuthenticationMethod} can be used interchangeably with RegistryEndpointAuthenticationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \\\n * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type \\\n * **Anonymous**: Anonymous Option \\\n * **ArtifactPullSecret**: Artifact Pull Secret authentication\n */\nexport type RegistryEndpointAuthenticationMethod = string;\n\n/** System assigned identity authentication */\nexport interface RegistryEndpointSystemAssignedIdentityAuthentication extends RegistryEndpointAuthentication {\n /** The authentication method. */\n method: \"SystemAssignedManagedIdentity\";\n /** System assigned managed identity properties */\n systemAssignedManagedIdentitySettings: RegistryEndpointSystemAssignedManagedIdentitySettings;\n}\n\nexport function registryEndpointSystemAssignedIdentityAuthenticationSerializer(\n item: RegistryEndpointSystemAssignedIdentityAuthentication,\n): any {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings:\n registryEndpointSystemAssignedManagedIdentitySettingsSerializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\nexport function registryEndpointSystemAssignedIdentityAuthenticationDeserializer(\n item: any,\n): RegistryEndpointSystemAssignedIdentityAuthentication {\n return {\n method: item[\"method\"],\n systemAssignedManagedIdentitySettings:\n registryEndpointSystemAssignedManagedIdentitySettingsDeserializer(\n item[\"systemAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\n/** System assigned managed identity properties */\nexport interface RegistryEndpointSystemAssignedManagedIdentitySettings {\n /** Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration. */\n audience?: string;\n}\n\nexport function registryEndpointSystemAssignedManagedIdentitySettingsSerializer(\n item: RegistryEndpointSystemAssignedManagedIdentitySettings,\n): any {\n return { audience: item[\"audience\"] };\n}\n\nexport function registryEndpointSystemAssignedManagedIdentitySettingsDeserializer(\n item: any,\n): RegistryEndpointSystemAssignedManagedIdentitySettings {\n return {\n audience: item[\"audience\"],\n };\n}\n\n/** User assigned identity authentication */\nexport interface RegistryEndpointUserAssignedIdentityAuthentication extends RegistryEndpointAuthentication {\n /** The authentication method. */\n method: \"UserAssignedManagedIdentity\";\n /** User assigned managed identity properties */\n userAssignedManagedIdentitySettings: RegistryEndpointUserAssignedManagedIdentitySettings;\n}\n\nexport function registryEndpointUserAssignedIdentityAuthenticationSerializer(\n item: RegistryEndpointUserAssignedIdentityAuthentication,\n): any {\n return {\n method: item[\"method\"],\n userAssignedManagedIdentitySettings:\n registryEndpointUserAssignedManagedIdentitySettingsSerializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\nexport function registryEndpointUserAssignedIdentityAuthenticationDeserializer(\n item: any,\n): RegistryEndpointUserAssignedIdentityAuthentication {\n return {\n method: item[\"method\"],\n userAssignedManagedIdentitySettings:\n registryEndpointUserAssignedManagedIdentitySettingsDeserializer(\n item[\"userAssignedManagedIdentitySettings\"],\n ),\n };\n}\n\n/** User assigned managed identity properties */\nexport interface RegistryEndpointUserAssignedManagedIdentitySettings {\n /** Client ID for the user-assigned managed identity. */\n clientId: string;\n /** Resource identifier (application ID URI) of the resource, affixed with the .default suffix. */\n scope?: string;\n /** Tenant ID. */\n tenantId: string;\n}\n\nexport function registryEndpointUserAssignedManagedIdentitySettingsSerializer(\n item: RegistryEndpointUserAssignedManagedIdentitySettings,\n): any {\n return { clientId: item[\"clientId\"], scope: item[\"scope\"], tenantId: item[\"tenantId\"] };\n}\n\nexport function registryEndpointUserAssignedManagedIdentitySettingsDeserializer(\n item: any,\n): RegistryEndpointUserAssignedManagedIdentitySettings {\n return {\n clientId: item[\"clientId\"],\n scope: item[\"scope\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Anonymous authentication */\nexport interface RegistryEndpointAnonymousAuthentication extends RegistryEndpointAuthentication {\n /** The authentication method. */\n method: \"Anonymous\";\n /** Anonymous authentication properties */\n anonymousSettings: RegistryEndpointAnonymousSettings;\n}\n\nexport function registryEndpointAnonymousAuthenticationSerializer(\n item: RegistryEndpointAnonymousAuthentication,\n): any {\n return {\n method: item[\"method\"],\n anonymousSettings: registryEndpointAnonymousSettingsSerializer(item[\"anonymousSettings\"]),\n };\n}\n\nexport function registryEndpointAnonymousAuthenticationDeserializer(\n item: any,\n): RegistryEndpointAnonymousAuthentication {\n return {\n method: item[\"method\"],\n anonymousSettings: registryEndpointAnonymousSettingsDeserializer(item[\"anonymousSettings\"]),\n };\n}\n\n/** RegistryEndpoint Anonymous authentication properties */\nexport interface RegistryEndpointAnonymousSettings {}\n\nexport function registryEndpointAnonymousSettingsSerializer(\n _item: RegistryEndpointAnonymousSettings,\n): any {\n return {};\n}\n\nexport function registryEndpointAnonymousSettingsDeserializer(\n item: any,\n): RegistryEndpointAnonymousSettings {\n return item;\n}\n\n/** Artifact Pull Secret authentication */\nexport interface RegistryEndpointArtifactPullSecretAuthentication extends RegistryEndpointAuthentication {\n /** The authentication method. */\n method: \"ArtifactPullSecret\";\n /** Artifact Pull Secret authentication properties */\n artifactPullSecretSettings: RegistryEndpointArtifactPullSecretSettings;\n}\n\nexport function registryEndpointArtifactPullSecretAuthenticationSerializer(\n item: RegistryEndpointArtifactPullSecretAuthentication,\n): any {\n return {\n method: item[\"method\"],\n artifactPullSecretSettings: registryEndpointArtifactPullSecretSettingsSerializer(\n item[\"artifactPullSecretSettings\"],\n ),\n };\n}\n\nexport function registryEndpointArtifactPullSecretAuthenticationDeserializer(\n item: any,\n): RegistryEndpointArtifactPullSecretAuthentication {\n return {\n method: item[\"method\"],\n artifactPullSecretSettings: registryEndpointArtifactPullSecretSettingsDeserializer(\n item[\"artifactPullSecretSettings\"],\n ),\n };\n}\n\n/** RegistryEndpoint Artifact Pull Secret authentication properties */\nexport interface RegistryEndpointArtifactPullSecretSettings {\n /** The name of the kubernetes secret that contains the artifact pull secret. */\n secretRef: string;\n}\n\nexport function registryEndpointArtifactPullSecretSettingsSerializer(\n item: RegistryEndpointArtifactPullSecretSettings,\n): any {\n return { secretRef: item[\"secretRef\"] };\n}\n\nexport function registryEndpointArtifactPullSecretSettingsDeserializer(\n item: any,\n): RegistryEndpointArtifactPullSecretSettings {\n return {\n secretRef: item[\"secretRef\"],\n };\n}\n\nexport function registryEndpointTrustedSigningKeyUnionArraySerializer(\n result: Array<RegistryEndpointTrustedSigningKeyUnion>,\n): any[] {\n return result.map((item) => {\n return registryEndpointTrustedSigningKeyUnionSerializer(item);\n });\n}\n\nexport function registryEndpointTrustedSigningKeyUnionArrayDeserializer(\n result: Array<RegistryEndpointTrustedSigningKeyUnion>,\n): any[] {\n return result.map((item) => {\n return registryEndpointTrustedSigningKeyUnionDeserializer(item);\n });\n}\n\n/** RegistryEndpoint Trust properties */\nexport interface RegistryEndpointTrustedSigningKey {\n /** The trust type for the registry endpoint. */\n /** The discriminator possible values: Secret, ConfigMap */\n type: RegistryEndpointTrustedSigningKeyType;\n}\n\nexport function registryEndpointTrustedSigningKeySerializer(\n item: RegistryEndpointTrustedSigningKey,\n): any {\n return { type: item[\"type\"] };\n}\n\nexport function registryEndpointTrustedSigningKeyDeserializer(\n item: any,\n): RegistryEndpointTrustedSigningKey {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for RegistryEndpointTrustedSigningKeyUnion */\nexport type RegistryEndpointTrustedSigningKeyUnion =\n | RegistryEndpointTrustedSigningKeySecret\n | RegistryEndpointTrustedSigningKeyConfigMap\n | RegistryEndpointTrustedSigningKey;\n\nexport function registryEndpointTrustedSigningKeyUnionSerializer(\n item: RegistryEndpointTrustedSigningKeyUnion,\n): any {\n switch (item.type) {\n case \"Secret\":\n return registryEndpointTrustedSigningKeySecretSerializer(\n item as RegistryEndpointTrustedSigningKeySecret,\n );\n\n case \"ConfigMap\":\n return registryEndpointTrustedSigningKeyConfigMapSerializer(\n item as RegistryEndpointTrustedSigningKeyConfigMap,\n );\n\n default:\n return registryEndpointTrustedSigningKeySerializer(item);\n }\n}\n\nexport function registryEndpointTrustedSigningKeyUnionDeserializer(\n item: any,\n): RegistryEndpointTrustedSigningKeyUnion {\n switch (item[\"type\"]) {\n case \"Secret\":\n return registryEndpointTrustedSigningKeySecretDeserializer(\n item as RegistryEndpointTrustedSigningKeySecret,\n );\n\n case \"ConfigMap\":\n return registryEndpointTrustedSigningKeyConfigMapDeserializer(\n item as RegistryEndpointTrustedSigningKeyConfigMap,\n );\n\n default:\n return registryEndpointTrustedSigningKeyDeserializer(item);\n }\n}\n\n/** RegistryEndpointTrustedSigningKeyType values */\nexport enum KnownRegistryEndpointTrustedSigningKeyType {\n /** Trust settings stored in a Kubernetes Secret. */\n Secret = \"Secret\",\n /** Trust settings stored in a Kubernetes ConfigMap. */\n ConfigMap = \"ConfigMap\",\n}\n\n/**\n * RegistryEndpointTrustedSigningKeyType values \\\n * {@link KnownRegistryEndpointTrustedSigningKeyType} can be used interchangeably with RegistryEndpointTrustedSigningKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Secret**: Trust settings stored in a Kubernetes Secret. \\\n * **ConfigMap**: Trust settings stored in a Kubernetes ConfigMap.\n */\nexport type RegistryEndpointTrustedSigningKeyType = string;\n\n/** Settings for RegistryEndpoint trust provided through a secret. */\nexport interface RegistryEndpointTrustedSigningKeySecret extends RegistryEndpointTrustedSigningKey {\n /** The trust type for the registry endpoint. */\n type: \"Secret\";\n /** The name of the secret. */\n secretRef: string;\n}\n\nexport function registryEndpointTrustedSigningKeySecretSerializer(\n item: RegistryEndpointTrustedSigningKeySecret,\n): any {\n return { type: item[\"type\"], secretRef: item[\"secretRef\"] };\n}\n\nexport function registryEndpointTrustedSigningKeySecretDeserializer(\n item: any,\n): RegistryEndpointTrustedSigningKeySecret {\n return {\n type: item[\"type\"],\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** Settings for RegistryEndpoint trust provided through a configmap. */\nexport interface RegistryEndpointTrustedSigningKeyConfigMap extends RegistryEndpointTrustedSigningKey {\n /** The trust type for the registry endpoint. */\n type: \"ConfigMap\";\n /** The name of the configmap. */\n configMapRef: string;\n}\n\nexport function registryEndpointTrustedSigningKeyConfigMapSerializer(\n item: RegistryEndpointTrustedSigningKeyConfigMap,\n): any {\n return { type: item[\"type\"], configMapRef: item[\"configMapRef\"] };\n}\n\nexport function registryEndpointTrustedSigningKeyConfigMapDeserializer(\n item: any,\n): RegistryEndpointTrustedSigningKeyConfigMap {\n return {\n type: item[\"type\"],\n configMapRef: item[\"configMapRef\"],\n };\n}\n\n/** The response of a RegistryEndpointResource list operation. */\nexport interface _RegistryEndpointResourceListResult {\n /** The RegistryEndpointResource items on this page */\n value: RegistryEndpointResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _registryEndpointResourceListResultDeserializer(\n item: any,\n): _RegistryEndpointResourceListResult {\n return {\n value: registryEndpointResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function registryEndpointResourceArraySerializer(\n result: Array<RegistryEndpointResource>,\n): any[] {\n return result.map((item) => {\n return registryEndpointResourceSerializer(item);\n });\n}\n\nexport function registryEndpointResourceArrayDeserializer(\n result: Array<RegistryEndpointResource>,\n): any[] {\n return result.map((item) => {\n return registryEndpointResourceDeserializer(item);\n });\n}\n\n/** AkriConnectorTemplate resource. */\nexport interface AkriConnectorTemplateResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AkriConnectorTemplateProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function akriConnectorTemplateResourceSerializer(item: AkriConnectorTemplateResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : akriConnectorTemplatePropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function akriConnectorTemplateResourceDeserializer(\n item: any,\n): AkriConnectorTemplateResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : akriConnectorTemplatePropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** AkriConnectorTemplate properties. */\nexport interface AkriConnectorTemplateProperties {\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** Metadata about AIO. */\n aioMetadata?: AkriConnectorTemplateAioMetadata;\n /** The runtime configuration for the Connector template. */\n runtimeConfiguration: AkriConnectorTemplateRuntimeConfigurationUnion;\n /** Diagnostics settings for the Connector template. */\n diagnostics?: AkriConnectorTemplateDiagnostics;\n /** Device inbound endpoint types. */\n deviceInboundEndpointTypes: AkriConnectorTemplateDeviceInboundEndpointType[];\n /** Mqtt connection configuration settings. */\n mqttConnectionConfiguration?: AkriConnectorsMqttConnectionConfiguration;\n /** A reference to a connector metadata document reference in a container registry. */\n connectorMetadataRef?: string;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function akriConnectorTemplatePropertiesSerializer(\n item: AkriConnectorTemplateProperties,\n): any {\n return {\n aioMetadata: !item[\"aioMetadata\"]\n ? item[\"aioMetadata\"]\n : akriConnectorTemplateAioMetadataSerializer(item[\"aioMetadata\"]),\n runtimeConfiguration: akriConnectorTemplateRuntimeConfigurationUnionSerializer(\n item[\"runtimeConfiguration\"],\n ),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : akriConnectorTemplateDiagnosticsSerializer(item[\"diagnostics\"]),\n deviceInboundEndpointTypes: akriConnectorTemplateDeviceInboundEndpointTypeArraySerializer(\n item[\"deviceInboundEndpointTypes\"],\n ),\n mqttConnectionConfiguration: !item[\"mqttConnectionConfiguration\"]\n ? item[\"mqttConnectionConfiguration\"]\n : akriConnectorsMqttConnectionConfigurationSerializer(item[\"mqttConnectionConfiguration\"]),\n connectorMetadataRef: item[\"connectorMetadataRef\"],\n };\n}\n\nexport function akriConnectorTemplatePropertiesDeserializer(\n item: any,\n): AkriConnectorTemplateProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n aioMetadata: !item[\"aioMetadata\"]\n ? item[\"aioMetadata\"]\n : akriConnectorTemplateAioMetadataDeserializer(item[\"aioMetadata\"]),\n runtimeConfiguration: akriConnectorTemplateRuntimeConfigurationUnionDeserializer(\n item[\"runtimeConfiguration\"],\n ),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : akriConnectorTemplateDiagnosticsDeserializer(item[\"diagnostics\"]),\n deviceInboundEndpointTypes: akriConnectorTemplateDeviceInboundEndpointTypeArrayDeserializer(\n item[\"deviceInboundEndpointTypes\"],\n ),\n mqttConnectionConfiguration: !item[\"mqttConnectionConfiguration\"]\n ? item[\"mqttConnectionConfiguration\"]\n : akriConnectorsMqttConnectionConfigurationDeserializer(item[\"mqttConnectionConfiguration\"]),\n connectorMetadataRef: item[\"connectorMetadataRef\"],\n healthState: item[\"healthState\"],\n };\n}\n\n/** AkriConnectorTemplateAioMetadata properties. */\nexport interface AkriConnectorTemplateAioMetadata {\n /** The minimum version of AIO required for the connector. */\n aioMinVersion?: string;\n /** The maximum version of AIO required for the connector. */\n aioMaxVersion?: string;\n}\n\nexport function akriConnectorTemplateAioMetadataSerializer(\n item: AkriConnectorTemplateAioMetadata,\n): any {\n return { aioMinVersion: item[\"aioMinVersion\"], aioMaxVersion: item[\"aioMaxVersion\"] };\n}\n\nexport function akriConnectorTemplateAioMetadataDeserializer(\n item: any,\n): AkriConnectorTemplateAioMetadata {\n return {\n aioMinVersion: item[\"aioMinVersion\"],\n aioMaxVersion: item[\"aioMaxVersion\"],\n };\n}\n\n/** AkriConnectorTemplateRuntimeConfiguration properties. */\nexport interface AkriConnectorTemplateRuntimeConfiguration {\n /** Runtime configuration type for the Connector template. */\n /** The discriminator possible values: ManagedConfiguration */\n runtimeConfigurationType: AkriConnectorTemplateRuntimeConfigurationType;\n}\n\nexport function akriConnectorTemplateRuntimeConfigurationSerializer(\n item: AkriConnectorTemplateRuntimeConfiguration,\n): any {\n return { runtimeConfigurationType: item[\"runtimeConfigurationType\"] };\n}\n\nexport function akriConnectorTemplateRuntimeConfigurationDeserializer(\n item: any,\n): AkriConnectorTemplateRuntimeConfiguration {\n return {\n runtimeConfigurationType: item[\"runtimeConfigurationType\"],\n };\n}\n\n/** Alias for AkriConnectorTemplateRuntimeConfigurationUnion */\nexport type AkriConnectorTemplateRuntimeConfigurationUnion =\n | AkriConnectorTemplateManagedConfiguration\n | AkriConnectorTemplateRuntimeConfiguration;\n\nexport function akriConnectorTemplateRuntimeConfigurationUnionSerializer(\n item: AkriConnectorTemplateRuntimeConfigurationUnion,\n): any {\n switch (item.runtimeConfigurationType) {\n case \"ManagedConfiguration\":\n return akriConnectorTemplateManagedConfigurationSerializer(\n item as AkriConnectorTemplateManagedConfiguration,\n );\n\n default:\n return akriConnectorTemplateRuntimeConfigurationSerializer(item);\n }\n}\n\nexport function akriConnectorTemplateRuntimeConfigurationUnionDeserializer(\n item: any,\n): AkriConnectorTemplateRuntimeConfigurationUnion {\n switch (item[\"runtimeConfigurationType\"]) {\n case \"ManagedConfiguration\":\n return akriConnectorTemplateManagedConfigurationDeserializer(\n item as AkriConnectorTemplateManagedConfiguration,\n );\n\n default:\n return akriConnectorTemplateRuntimeConfigurationDeserializer(item);\n }\n}\n\n/** Runtime configuration types. */\nexport enum KnownAkriConnectorTemplateRuntimeConfigurationType {\n /** Managed Configuration Type. */\n ManagedConfiguration = \"ManagedConfiguration\",\n}\n\n/**\n * Runtime configuration types. \\\n * {@link KnownAkriConnectorTemplateRuntimeConfigurationType} can be used interchangeably with AkriConnectorTemplateRuntimeConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ManagedConfiguration**: Managed Configuration Type.\n */\nexport type AkriConnectorTemplateRuntimeConfigurationType = string;\n\n/** AkriConnectorTemplateManagedConfiguration properties. */\nexport interface AkriConnectorTemplateManagedConfiguration extends AkriConnectorTemplateRuntimeConfiguration {\n /** The runtime configuration type for the Connector template. */\n runtimeConfigurationType: \"ManagedConfiguration\";\n /** The managed configuration settings. */\n managedConfigurationSettings: AkriConnectorTemplateManagedConfigurationSettingsUnion;\n}\n\nexport function akriConnectorTemplateManagedConfigurationSerializer(\n item: AkriConnectorTemplateManagedConfiguration,\n): any {\n return {\n runtimeConfigurationType: item[\"runtimeConfigurationType\"],\n managedConfigurationSettings: akriConnectorTemplateManagedConfigurationSettingsUnionSerializer(\n item[\"managedConfigurationSettings\"],\n ),\n };\n}\n\nexport function akriConnectorTemplateManagedConfigurationDeserializer(\n item: any,\n): AkriConnectorTemplateManagedConfiguration {\n return {\n runtimeConfigurationType: item[\"runtimeConfigurationType\"],\n managedConfigurationSettings:\n akriConnectorTemplateManagedConfigurationSettingsUnionDeserializer(\n item[\"managedConfigurationSettings\"],\n ),\n };\n}\n\n/** AkriConnectorTemplateManagedConfiguration properties. */\nexport interface AkriConnectorTemplateManagedConfigurationSettings {\n /** The type of the managed configuration. */\n /** The discriminator possible values: ImageConfiguration, StatefulSetConfiguration */\n managedConfigurationType: AkriConnectorTemplateManagedConfigurationType;\n /** Allocation settings for the managed configuration. */\n allocation?: AkriConnectorTemplateAllocationUnion;\n /** The persistent volume claims for the managed configuration. */\n persistentVolumeClaims?: AkriConnectorTemplatePersistentVolumeClaim[];\n /** Additional configuration for the image of the managed configuration. */\n additionalConfiguration?: Record<string, string>;\n /**\n * The persistent volume claim templates for the managed configuration.\n * See https://raw.githubusercontent.com/kubernetes/kubernetes/refs/heads/master/api/openapi-spec/v3/apis__apps__v1_openapi.json.\n */\n persistentVolumeClaimTemplates?: Record<string, any>[];\n /** Connector secrets that will be mounted onto all connector instances. */\n secrets?: AkriConnectorsSecret[];\n /** Trust list for the connector. This is used to specify the certificates that all connector instances should trust. */\n trustSettings?: AkriConnectorTemplateTrustList;\n}\n\nexport function akriConnectorTemplateManagedConfigurationSettingsSerializer(\n item: AkriConnectorTemplateManagedConfigurationSettings,\n): any {\n return {\n managedConfigurationType: item[\"managedConfigurationType\"],\n allocation: !item[\"allocation\"]\n ? item[\"allocation\"]\n : akriConnectorTemplateAllocationUnionSerializer(item[\"allocation\"]),\n persistentVolumeClaims: !item[\"persistentVolumeClaims\"]\n ? item[\"persistentVolumeClaims\"]\n : akriConnectorTemplatePersistentVolumeClaimArraySerializer(item[\"persistentVolumeClaims\"]),\n additionalConfiguration: item[\"additionalConfiguration\"],\n persistentVolumeClaimTemplates: !item[\"persistentVolumeClaimTemplates\"]\n ? item[\"persistentVolumeClaimTemplates\"]\n : item[\"persistentVolumeClaimTemplates\"].map((p: any) => {\n return p;\n }),\n secrets: !item[\"secrets\"]\n ? item[\"secrets\"]\n : akriConnectorsSecretArraySerializer(item[\"secrets\"]),\n trustSettings: !item[\"trustSettings\"]\n ? item[\"trustSettings\"]\n : akriConnectorTemplateTrustListSerializer(item[\"trustSettings\"]),\n };\n}\n\nexport function akriConnectorTemplateManagedConfigurationSettingsDeserializer(\n item: any,\n): AkriConnectorTemplateManagedConfigurationSettings {\n return {\n managedConfigurationType: item[\"managedConfigurationType\"],\n allocation: !item[\"allocation\"]\n ? item[\"allocation\"]\n : akriConnectorTemplateAllocationUnionDeserializer(item[\"allocation\"]),\n persistentVolumeClaims: !item[\"persistentVolumeClaims\"]\n ? item[\"persistentVolumeClaims\"]\n : akriConnectorTemplatePersistentVolumeClaimArrayDeserializer(item[\"persistentVolumeClaims\"]),\n additionalConfiguration: !item[\"additionalConfiguration\"]\n ? item[\"additionalConfiguration\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalConfiguration\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n persistentVolumeClaimTemplates: !item[\"persistentVolumeClaimTemplates\"]\n ? item[\"persistentVolumeClaimTemplates\"]\n : item[\"persistentVolumeClaimTemplates\"].map((p: any) => {\n return Object.fromEntries(Object.entries(p).map(([k1, p1]: [string, any]) => [k1, p1]));\n }),\n secrets: !item[\"secrets\"]\n ? item[\"secrets\"]\n : akriConnectorsSecretArrayDeserializer(item[\"secrets\"]),\n trustSettings: !item[\"trustSettings\"]\n ? item[\"trustSettings\"]\n : akriConnectorTemplateTrustListDeserializer(item[\"trustSettings\"]),\n };\n}\n\n/** Alias for AkriConnectorTemplateManagedConfigurationSettingsUnion */\nexport type AkriConnectorTemplateManagedConfigurationSettingsUnion =\n | AkriConnectorTemplateRuntimeImageConfiguration\n | AkriConnectorTemplateRuntimeStatefulSetConfiguration\n | AkriConnectorTemplateManagedConfigurationSettings;\n\nexport function akriConnectorTemplateManagedConfigurationSettingsUnionSerializer(\n item: AkriConnectorTemplateManagedConfigurationSettingsUnion,\n): any {\n switch (item.managedConfigurationType) {\n case \"ImageConfiguration\":\n return akriConnectorTemplateRuntimeImageConfigurationSerializer(\n item as AkriConnectorTemplateRuntimeImageConfiguration,\n );\n\n case \"StatefulSetConfiguration\":\n return akriConnectorTemplateRuntimeStatefulSetConfigurationSerializer(\n item as AkriConnectorTemplateRuntimeStatefulSetConfiguration,\n );\n\n default:\n return akriConnectorTemplateManagedConfigurationSettingsSerializer(item);\n }\n}\n\nexport function akriConnectorTemplateManagedConfigurationSettingsUnionDeserializer(\n item: any,\n): AkriConnectorTemplateManagedConfigurationSettingsUnion {\n switch (item[\"managedConfigurationType\"]) {\n case \"ImageConfiguration\":\n return akriConnectorTemplateRuntimeImageConfigurationDeserializer(\n item as AkriConnectorTemplateRuntimeImageConfiguration,\n );\n\n case \"StatefulSetConfiguration\":\n return akriConnectorTemplateRuntimeStatefulSetConfigurationDeserializer(\n item as AkriConnectorTemplateRuntimeStatefulSetConfiguration,\n );\n\n default:\n return akriConnectorTemplateManagedConfigurationSettingsDeserializer(item);\n }\n}\n\n/** Managed configuration types. */\nexport enum KnownAkriConnectorTemplateManagedConfigurationType {\n /** Image Configuration Type. */\n ImageConfiguration = \"ImageConfiguration\",\n /** StatefulSet Configuration Type. */\n StatefulSetConfiguration = \"StatefulSetConfiguration\",\n}\n\n/**\n * Managed configuration types. \\\n * {@link KnownAkriConnectorTemplateManagedConfigurationType} can be used interchangeably with AkriConnectorTemplateManagedConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ImageConfiguration**: Image Configuration Type. \\\n * **StatefulSetConfiguration**: StatefulSet Configuration Type.\n */\nexport type AkriConnectorTemplateManagedConfigurationType = string;\n\n/** AkriConnectorTemplateAllocation properties. */\nexport interface AkriConnectorTemplateAllocation {\n /** The allocation policy type. */\n /** The discriminator possible values: Bucketized */\n policy: AkriConnectorTemplateAllocationPolicy;\n}\n\nexport function akriConnectorTemplateAllocationSerializer(\n item: AkriConnectorTemplateAllocation,\n): any {\n return { policy: item[\"policy\"] };\n}\n\nexport function akriConnectorTemplateAllocationDeserializer(\n item: any,\n): AkriConnectorTemplateAllocation {\n return {\n policy: item[\"policy\"],\n };\n}\n\n/** Alias for AkriConnectorTemplateAllocationUnion */\nexport type AkriConnectorTemplateAllocationUnion =\n | AkriConnectorTemplateBucketizedAllocation\n | AkriConnectorTemplateAllocation;\n\nexport function akriConnectorTemplateAllocationUnionSerializer(\n item: AkriConnectorTemplateAllocationUnion,\n): any {\n switch (item.policy) {\n case \"Bucketized\":\n return akriConnectorTemplateBucketizedAllocationSerializer(\n item as AkriConnectorTemplateBucketizedAllocation,\n );\n\n default:\n return akriConnectorTemplateAllocationSerializer(item);\n }\n}\n\nexport function akriConnectorTemplateAllocationUnionDeserializer(\n item: any,\n): AkriConnectorTemplateAllocationUnion {\n switch (item[\"policy\"]) {\n case \"Bucketized\":\n return akriConnectorTemplateBucketizedAllocationDeserializer(\n item as AkriConnectorTemplateBucketizedAllocation,\n );\n\n default:\n return akriConnectorTemplateAllocationDeserializer(item);\n }\n}\n\n/** AkriConnectorTemplateAllocationPolicy properties. */\nexport enum KnownAkriConnectorTemplateAllocationPolicy {\n /** Bucketized allocation policy. */\n Bucketized = \"Bucketized\",\n}\n\n/**\n * AkriConnectorTemplateAllocationPolicy properties. \\\n * {@link KnownAkriConnectorTemplateAllocationPolicy} can be used interchangeably with AkriConnectorTemplateAllocationPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Bucketized**: Bucketized allocation policy.\n */\nexport type AkriConnectorTemplateAllocationPolicy = string;\n\n/** AkriConnectorTemplateBucketizedAllocation properties. */\nexport interface AkriConnectorTemplateBucketizedAllocation extends AkriConnectorTemplateAllocation {\n /** The allocation policy type. */\n policy: \"Bucketized\";\n /** The bucketized allocation of AEPs for connectors. */\n bucketSize: number;\n}\n\nexport function akriConnectorTemplateBucketizedAllocationSerializer(\n item: AkriConnectorTemplateBucketizedAllocation,\n): any {\n return { policy: item[\"policy\"], bucketSize: item[\"bucketSize\"] };\n}\n\nexport function akriConnectorTemplateBucketizedAllocationDeserializer(\n item: any,\n): AkriConnectorTemplateBucketizedAllocation {\n return {\n policy: item[\"policy\"],\n bucketSize: item[\"bucketSize\"],\n };\n}\n\nexport function akriConnectorTemplatePersistentVolumeClaimArraySerializer(\n result: Array<AkriConnectorTemplatePersistentVolumeClaim>,\n): any[] {\n return result.map((item) => {\n return akriConnectorTemplatePersistentVolumeClaimSerializer(item);\n });\n}\n\nexport function akriConnectorTemplatePersistentVolumeClaimArrayDeserializer(\n result: Array<AkriConnectorTemplatePersistentVolumeClaim>,\n): any[] {\n return result.map((item) => {\n return akriConnectorTemplatePersistentVolumeClaimDeserializer(item);\n });\n}\n\n/** AkriConnectorTemplatePersistentVolumeClaim properties. */\nexport interface AkriConnectorTemplatePersistentVolumeClaim {\n /** The name of the persistent volume claim. */\n claimName: string;\n /** The mount path for the persistent volume claim. */\n mountPath: string;\n}\n\nexport function akriConnectorTemplatePersistentVolumeClaimSerializer(\n item: AkriConnectorTemplatePersistentVolumeClaim,\n): any {\n return { claimName: item[\"claimName\"], mountPath: item[\"mountPath\"] };\n}\n\nexport function akriConnectorTemplatePersistentVolumeClaimDeserializer(\n item: any,\n): AkriConnectorTemplatePersistentVolumeClaim {\n return {\n claimName: item[\"claimName\"],\n mountPath: item[\"mountPath\"],\n };\n}\n\nexport function akriConnectorsSecretArraySerializer(result: Array<AkriConnectorsSecret>): any[] {\n return result.map((item) => {\n return akriConnectorsSecretSerializer(item);\n });\n}\n\nexport function akriConnectorsSecretArrayDeserializer(result: Array<AkriConnectorsSecret>): any[] {\n return result.map((item) => {\n return akriConnectorsSecretDeserializer(item);\n });\n}\n\n/** AkriConnectorsSecret properties. */\nexport interface AkriConnectorsSecret {\n /** The key in the secret to be mounted. */\n secretKey: string;\n /** The application-defined alias for the secret. */\n secretAlias: string;\n /** The name of the secret to be mounted. */\n secretRef: string;\n}\n\nexport function akriConnectorsSecretSerializer(item: AkriConnectorsSecret): any {\n return {\n secretKey: item[\"secretKey\"],\n secretAlias: item[\"secretAlias\"],\n secretRef: item[\"secretRef\"],\n };\n}\n\nexport function akriConnectorsSecretDeserializer(item: any): AkriConnectorsSecret {\n return {\n secretKey: item[\"secretKey\"],\n secretAlias: item[\"secretAlias\"],\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** AkriConnectorTemplateTrustList properties. */\nexport interface AkriConnectorTemplateTrustList {\n /** The secret reference for certificates to trust. */\n trustListSecretRef: string;\n}\n\nexport function akriConnectorTemplateTrustListSerializer(\n item: AkriConnectorTemplateTrustList,\n): any {\n return { trustListSecretRef: item[\"trustListSecretRef\"] };\n}\n\nexport function akriConnectorTemplateTrustListDeserializer(\n item: any,\n): AkriConnectorTemplateTrustList {\n return {\n trustListSecretRef: item[\"trustListSecretRef\"],\n };\n}\n\n/** AkriConnectorTemplateRuntimeImageConfiguration properties. */\nexport interface AkriConnectorTemplateRuntimeImageConfiguration extends AkriConnectorTemplateManagedConfigurationSettings {\n /** The managed configuration type for the Connector template. */\n managedConfigurationType: \"ImageConfiguration\";\n /** The image configuration settings. */\n imageConfigurationSettings: AkriConnectorTemplateRuntimeImageConfigurationSettings;\n}\n\nexport function akriConnectorTemplateRuntimeImageConfigurationSerializer(\n item: AkriConnectorTemplateRuntimeImageConfiguration,\n): any {\n return {\n managedConfigurationType: item[\"managedConfigurationType\"],\n allocation: !item[\"allocation\"]\n ? item[\"allocation\"]\n : akriConnectorTemplateAllocationUnionSerializer(item[\"allocation\"]),\n persistentVolumeClaims: !item[\"persistentVolumeClaims\"]\n ? item[\"persistentVolumeClaims\"]\n : akriConnectorTemplatePersistentVolumeClaimArraySerializer(item[\"persistentVolumeClaims\"]),\n additionalConfiguration: item[\"additionalConfiguration\"],\n persistentVolumeClaimTemplates: !item[\"persistentVolumeClaimTemplates\"]\n ? item[\"persistentVolumeClaimTemplates\"]\n : item[\"persistentVolumeClaimTemplates\"].map((p: any) => {\n return p;\n }),\n secrets: !item[\"secrets\"]\n ? item[\"secrets\"]\n : akriConnectorsSecretArraySerializer(item[\"secrets\"]),\n trustSettings: !item[\"trustSettings\"]\n ? item[\"trustSettings\"]\n : akriConnectorTemplateTrustListSerializer(item[\"trustSettings\"]),\n imageConfigurationSettings: akriConnectorTemplateRuntimeImageConfigurationSettingsSerializer(\n item[\"imageConfigurationSettings\"],\n ),\n };\n}\n\nexport function akriConnectorTemplateRuntimeImageConfigurationDeserializer(\n item: any,\n): AkriConnectorTemplateRuntimeImageConfiguration {\n return {\n managedConfigurationType: item[\"managedConfigurationType\"],\n allocation: !item[\"allocation\"]\n ? item[\"allocation\"]\n : akriConnectorTemplateAllocationUnionDeserializer(item[\"allocation\"]),\n persistentVolumeClaims: !item[\"persistentVolumeClaims\"]\n ? item[\"persistentVolumeClaims\"]\n : akriConnectorTemplatePersistentVolumeClaimArrayDeserializer(item[\"persistentVolumeClaims\"]),\n additionalConfiguration: !item[\"additionalConfiguration\"]\n ? item[\"additionalConfiguration\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalConfiguration\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n persistentVolumeClaimTemplates: !item[\"persistentVolumeClaimTemplates\"]\n ? item[\"persistentVolumeClaimTemplates\"]\n : item[\"persistentVolumeClaimTemplates\"].map((p: any) => {\n return Object.fromEntries(Object.entries(p).map(([k1, p1]: [string, any]) => [k1, p1]));\n }),\n secrets: !item[\"secrets\"]\n ? item[\"secrets\"]\n : akriConnectorsSecretArrayDeserializer(item[\"secrets\"]),\n trustSettings: !item[\"trustSettings\"]\n ? item[\"trustSettings\"]\n : akriConnectorTemplateTrustListDeserializer(item[\"trustSettings\"]),\n imageConfigurationSettings: akriConnectorTemplateRuntimeImageConfigurationSettingsDeserializer(\n item[\"imageConfigurationSettings\"],\n ),\n };\n}\n\n/** AkriConnectorTemplateRuntimeImageConfiguration properties. */\nexport interface AkriConnectorTemplateRuntimeImageConfigurationSettings {\n /** The image name without any registry reference, tag or digest. */\n imageName: string;\n /** The pull policy of the image. */\n imagePullPolicy?: AkriConnectorsImagePullPolicy;\n /** The number of replicas to be set up. */\n replicas?: number;\n /** The registry settings for the image. You can omit this field if using the default docker hub repository or using a local image. */\n registrySettings?: AkriConnectorsRegistrySettingsUnion;\n /** Optional image tag or digest. If not specified, the default tag is `latest`. */\n tagDigestSettings?: AkriConnectorsTagDigestSettingsUnion;\n}\n\nexport function akriConnectorTemplateRuntimeImageConfigurationSettingsSerializer(\n item: AkriConnectorTemplateRuntimeImageConfigurationSettings,\n): any {\n return {\n imageName: item[\"imageName\"],\n imagePullPolicy: item[\"imagePullPolicy\"],\n replicas: item[\"replicas\"],\n registrySettings: !item[\"registrySettings\"]\n ? item[\"registrySettings\"]\n : akriConnectorsRegistrySettingsUnionSerializer(item[\"registrySettings\"]),\n tagDigestSettings: !item[\"tagDigestSettings\"]\n ? item[\"tagDigestSettings\"]\n : akriConnectorsTagDigestSettingsUnionSerializer(item[\"tagDigestSettings\"]),\n };\n}\n\nexport function akriConnectorTemplateRuntimeImageConfigurationSettingsDeserializer(\n item: any,\n): AkriConnectorTemplateRuntimeImageConfigurationSettings {\n return {\n imageName: item[\"imageName\"],\n imagePullPolicy: item[\"imagePullPolicy\"],\n replicas: item[\"replicas\"],\n registrySettings: !item[\"registrySettings\"]\n ? item[\"registrySettings\"]\n : akriConnectorsRegistrySettingsUnionDeserializer(item[\"registrySettings\"]),\n tagDigestSettings: !item[\"tagDigestSettings\"]\n ? item[\"tagDigestSettings\"]\n : akriConnectorsTagDigestSettingsUnionDeserializer(item[\"tagDigestSettings\"]),\n };\n}\n\n/** Image pull policy. */\nexport enum KnownAkriConnectorsImagePullPolicy {\n /** Always pull the image. */\n Always = \"Always\",\n /** IfNotPresent pull the image. */\n IfNotPresent = \"IfNotPresent\",\n /** Never pull the image. */\n Never = \"Never\",\n}\n\n/**\n * Image pull policy. \\\n * {@link KnownAkriConnectorsImagePullPolicy} can be used interchangeably with AkriConnectorsImagePullPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Always**: Always pull the image. \\\n * **IfNotPresent**: IfNotPresent pull the image. \\\n * **Never**: Never pull the image.\n */\nexport type AkriConnectorsImagePullPolicy = string;\n\n/** AkriConnectorsRegistrySettings properties. */\nexport interface AkriConnectorsRegistrySettings {\n registrySettingsType: AkriConnectorsRegistrySettingsType;\n}\n\nexport function akriConnectorsRegistrySettingsSerializer(\n item: AkriConnectorsRegistrySettings,\n): any {\n return { registrySettingsType: item[\"registrySettingsType\"] };\n}\n\nexport function akriConnectorsRegistrySettingsDeserializer(\n item: any,\n): AkriConnectorsRegistrySettings {\n return {\n registrySettingsType: item[\"registrySettingsType\"],\n };\n}\n\n/** Alias for AkriConnectorsRegistrySettingsUnion */\nexport type AkriConnectorsRegistrySettingsUnion =\n | AkriConnectorsRegistryEndpointRef\n | AkriConnectorsContainerRegistry\n | AkriConnectorsRegistrySettings;\n\nexport function akriConnectorsRegistrySettingsUnionSerializer(\n item: AkriConnectorsRegistrySettingsUnion,\n): any {\n switch (item.registrySettingsType) {\n case \"RegistryEndpointRef\":\n return akriConnectorsRegistryEndpointRefSerializer(item as AkriConnectorsRegistryEndpointRef);\n\n case \"ContainerRegistry\":\n return akriConnectorsContainerRegistrySerializer(item as AkriConnectorsContainerRegistry);\n\n default:\n return akriConnectorsRegistrySettingsSerializer(item);\n }\n}\n\nexport function akriConnectorsRegistrySettingsUnionDeserializer(\n item: any,\n): AkriConnectorsRegistrySettingsUnion {\n switch (item[\"registrySettingsType\"]) {\n case \"RegistryEndpointRef\":\n return akriConnectorsRegistryEndpointRefDeserializer(\n item as AkriConnectorsRegistryEndpointRef,\n );\n\n case \"ContainerRegistry\":\n return akriConnectorsContainerRegistryDeserializer(item as AkriConnectorsContainerRegistry);\n\n default:\n return akriConnectorsRegistrySettingsDeserializer(item);\n }\n}\n\n/** AkriConnectorsRegistrySettings properties. */\nexport enum KnownAkriConnectorsRegistrySettingsType {\n /** A Registry Endpoint reference. */\n RegistryEndpointRef = \"RegistryEndpointRef\",\n /** A Container Registry reference. */\n ContainerRegistry = \"ContainerRegistry\",\n}\n\n/**\n * AkriConnectorsRegistrySettings properties. \\\n * {@link KnownAkriConnectorsRegistrySettingsType} can be used interchangeably with AkriConnectorsRegistrySettingsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RegistryEndpointRef**: A Registry Endpoint reference. \\\n * **ContainerRegistry**: A Container Registry reference.\n */\nexport type AkriConnectorsRegistrySettingsType = string;\n\n/** AkriConnectorsRegistryEndpointRef properties. */\nexport interface AkriConnectorsRegistryEndpointRef extends AkriConnectorsRegistrySettings {\n /** The registry endpoint reference. */\n registrySettingsType: \"RegistryEndpointRef\";\n /** The name of the registry endpoint. */\n registryEndpointRef: string;\n}\n\nexport function akriConnectorsRegistryEndpointRefSerializer(\n item: AkriConnectorsRegistryEndpointRef,\n): any {\n return {\n registrySettingsType: item[\"registrySettingsType\"],\n registryEndpointRef: item[\"registryEndpointRef\"],\n };\n}\n\nexport function akriConnectorsRegistryEndpointRefDeserializer(\n item: any,\n): AkriConnectorsRegistryEndpointRef {\n return {\n registrySettingsType: item[\"registrySettingsType\"],\n registryEndpointRef: item[\"registryEndpointRef\"],\n };\n}\n\n/** AkriConnectorsContainerRegistry properties. */\nexport interface AkriConnectorsContainerRegistry extends AkriConnectorsRegistrySettings {\n /** The registry settings type. */\n registrySettingsType: \"ContainerRegistry\";\n /** The registry settings for the container registry. */\n containerRegistrySettings: AkriConnectorsContainerRegistrySettings;\n}\n\nexport function akriConnectorsContainerRegistrySerializer(\n item: AkriConnectorsContainerRegistry,\n): any {\n return {\n registrySettingsType: item[\"registrySettingsType\"],\n containerRegistrySettings: akriConnectorsContainerRegistrySettingsSerializer(\n item[\"containerRegistrySettings\"],\n ),\n };\n}\n\nexport function akriConnectorsContainerRegistryDeserializer(\n item: any,\n): AkriConnectorsContainerRegistry {\n return {\n registrySettingsType: item[\"registrySettingsType\"],\n containerRegistrySettings: akriConnectorsContainerRegistrySettingsDeserializer(\n item[\"containerRegistrySettings\"],\n ),\n };\n}\n\n/** AkriConnectorsContainerRegistry properties. */\nexport interface AkriConnectorsContainerRegistrySettings {\n /** The container registry to use for the artifact. */\n registry: string;\n /** Optional list of references to secrets in the same namespace to use for pulling the connector image. */\n imagePullSecrets?: AkriConnectorsImagePullSecret[];\n}\n\nexport function akriConnectorsContainerRegistrySettingsSerializer(\n item: AkriConnectorsContainerRegistrySettings,\n): any {\n return {\n registry: item[\"registry\"],\n imagePullSecrets: !item[\"imagePullSecrets\"]\n ? item[\"imagePullSecrets\"]\n : akriConnectorsImagePullSecretArraySerializer(item[\"imagePullSecrets\"]),\n };\n}\n\nexport function akriConnectorsContainerRegistrySettingsDeserializer(\n item: any,\n): AkriConnectorsContainerRegistrySettings {\n return {\n registry: item[\"registry\"],\n imagePullSecrets: !item[\"imagePullSecrets\"]\n ? item[\"imagePullSecrets\"]\n : akriConnectorsImagePullSecretArrayDeserializer(item[\"imagePullSecrets\"]),\n };\n}\n\nexport function akriConnectorsImagePullSecretArraySerializer(\n result: Array<AkriConnectorsImagePullSecret>,\n): any[] {\n return result.map((item) => {\n return akriConnectorsImagePullSecretSerializer(item);\n });\n}\n\nexport function akriConnectorsImagePullSecretArrayDeserializer(\n result: Array<AkriConnectorsImagePullSecret>,\n): any[] {\n return result.map((item) => {\n return akriConnectorsImagePullSecretDeserializer(item);\n });\n}\n\n/** AkriConnectorsImagePullSecret properties. */\nexport interface AkriConnectorsImagePullSecret {\n /** The name of the image pull secret. */\n secretRef: string;\n}\n\nexport function akriConnectorsImagePullSecretSerializer(item: AkriConnectorsImagePullSecret): any {\n return { secretRef: item[\"secretRef\"] };\n}\n\nexport function akriConnectorsImagePullSecretDeserializer(\n item: any,\n): AkriConnectorsImagePullSecret {\n return {\n secretRef: item[\"secretRef\"],\n };\n}\n\n/** AkriConnectorsTagDigestSettings properties. */\nexport interface AkriConnectorsTagDigestSettings {\n /** The tag or digest type. */\n /** The discriminator possible values: Tag, Digest */\n tagDigestType: AkriConnectorsTagDigestType;\n}\n\nexport function akriConnectorsTagDigestSettingsSerializer(\n item: AkriConnectorsTagDigestSettings,\n): any {\n return { tagDigestType: item[\"tagDigestType\"] };\n}\n\nexport function akriConnectorsTagDigestSettingsDeserializer(\n item: any,\n): AkriConnectorsTagDigestSettings {\n return {\n tagDigestType: item[\"tagDigestType\"],\n };\n}\n\n/** Alias for AkriConnectorsTagDigestSettingsUnion */\nexport type AkriConnectorsTagDigestSettingsUnion =\n | AkriConnectorsTag\n | AkriConnectorsDigest\n | AkriConnectorsTagDigestSettings;\n\nexport function akriConnectorsTagDigestSettingsUnionSerializer(\n item: AkriConnectorsTagDigestSettingsUnion,\n): any {\n switch (item.tagDigestType) {\n case \"Tag\":\n return akriConnectorsTagSerializer(item as AkriConnectorsTag);\n\n case \"Digest\":\n return akriConnectorsDigestSerializer(item as AkriConnectorsDigest);\n\n default:\n return akriConnectorsTagDigestSettingsSerializer(item);\n }\n}\n\nexport function akriConnectorsTagDigestSettingsUnionDeserializer(\n item: any,\n): AkriConnectorsTagDigestSettingsUnion {\n switch (item[\"tagDigestType\"]) {\n case \"Tag\":\n return akriConnectorsTagDeserializer(item as AkriConnectorsTag);\n\n case \"Digest\":\n return akriConnectorsDigestDeserializer(item as AkriConnectorsDigest);\n\n default:\n return akriConnectorsTagDigestSettingsDeserializer(item);\n }\n}\n\n/** AkriConnectorsTagDigestType values. */\nexport enum KnownAkriConnectorsTagDigestType {\n /** Indicates that a tag should be specified. */\n Tag = \"Tag\",\n /** Indicates that a digest should be specified. */\n Digest = \"Digest\",\n}\n\n/**\n * AkriConnectorsTagDigestType values. \\\n * {@link KnownAkriConnectorsTagDigestType} can be used interchangeably with AkriConnectorsTagDigestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Tag**: Indicates that a tag should be specified. \\\n * **Digest**: Indicates that a digest should be specified.\n */\nexport type AkriConnectorsTagDigestType = string;\n\n/** AkriConnectorsTag properties. */\nexport interface AkriConnectorsTag extends AkriConnectorsTagDigestSettings {\n /** The tag or digest type. */\n tagDigestType: \"Tag\";\n /** The tag of the image. */\n tag: string;\n}\n\nexport function akriConnectorsTagSerializer(item: AkriConnectorsTag): any {\n return { tagDigestType: item[\"tagDigestType\"], tag: item[\"tag\"] };\n}\n\nexport function akriConnectorsTagDeserializer(item: any): AkriConnectorsTag {\n return {\n tagDigestType: item[\"tagDigestType\"],\n tag: item[\"tag\"],\n };\n}\n\n/** AkriConnectorsDigest properties. */\nexport interface AkriConnectorsDigest extends AkriConnectorsTagDigestSettings {\n /** The tag or digest type. */\n tagDigestType: \"Digest\";\n /** The digest of the image. */\n digest: string;\n}\n\nexport function akriConnectorsDigestSerializer(item: AkriConnectorsDigest): any {\n return { tagDigestType: item[\"tagDigestType\"], digest: item[\"digest\"] };\n}\n\nexport function akriConnectorsDigestDeserializer(item: any): AkriConnectorsDigest {\n return {\n tagDigestType: item[\"tagDigestType\"],\n digest: item[\"digest\"],\n };\n}\n\n/** AkriConnectorTemplateRuntimeStatefulSetConfiguration properties. */\nexport interface AkriConnectorTemplateRuntimeStatefulSetConfiguration extends AkriConnectorTemplateManagedConfigurationSettings {\n /** The managed configuration type for the Connector template. */\n managedConfigurationType: \"StatefulSetConfiguration\";\n /**\n * The stateful set configuration settings. This corresponds to the Kubernetes StatefulSet resource.\n * See https://raw.githubusercontent.com/kubernetes/kubernetes/refs/heads/master/api/openapi-spec/v3/apis__apps__v1_openapi.json#/components/schemas/io.k8s.api.apps.v1.StatefulSetSpec\n */\n statefulSetConfigurationSettings: Record<string, any>;\n}\n\nexport function akriConnectorTemplateRuntimeStatefulSetConfigurationSerializer(\n item: AkriConnectorTemplateRuntimeStatefulSetConfiguration,\n): any {\n return {\n managedConfigurationType: item[\"managedConfigurationType\"],\n allocation: !item[\"allocation\"]\n ? item[\"allocation\"]\n : akriConnectorTemplateAllocationUnionSerializer(item[\"allocation\"]),\n persistentVolumeClaims: !item[\"persistentVolumeClaims\"]\n ? item[\"persistentVolumeClaims\"]\n : akriConnectorTemplatePersistentVolumeClaimArraySerializer(item[\"persistentVolumeClaims\"]),\n additionalConfiguration: item[\"additionalConfiguration\"],\n persistentVolumeClaimTemplates: !item[\"persistentVolumeClaimTemplates\"]\n ? item[\"persistentVolumeClaimTemplates\"]\n : item[\"persistentVolumeClaimTemplates\"].map((p: any) => {\n return p;\n }),\n secrets: !item[\"secrets\"]\n ? item[\"secrets\"]\n : akriConnectorsSecretArraySerializer(item[\"secrets\"]),\n trustSettings: !item[\"trustSettings\"]\n ? item[\"trustSettings\"]\n : akriConnectorTemplateTrustListSerializer(item[\"trustSettings\"]),\n statefulSetConfigurationSettings: item[\"statefulSetConfigurationSettings\"],\n };\n}\n\nexport function akriConnectorTemplateRuntimeStatefulSetConfigurationDeserializer(\n item: any,\n): AkriConnectorTemplateRuntimeStatefulSetConfiguration {\n return {\n managedConfigurationType: item[\"managedConfigurationType\"],\n allocation: !item[\"allocation\"]\n ? item[\"allocation\"]\n : akriConnectorTemplateAllocationUnionDeserializer(item[\"allocation\"]),\n persistentVolumeClaims: !item[\"persistentVolumeClaims\"]\n ? item[\"persistentVolumeClaims\"]\n : akriConnectorTemplatePersistentVolumeClaimArrayDeserializer(item[\"persistentVolumeClaims\"]),\n additionalConfiguration: !item[\"additionalConfiguration\"]\n ? item[\"additionalConfiguration\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalConfiguration\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n persistentVolumeClaimTemplates: !item[\"persistentVolumeClaimTemplates\"]\n ? item[\"persistentVolumeClaimTemplates\"]\n : item[\"persistentVolumeClaimTemplates\"].map((p: any) => {\n return Object.fromEntries(Object.entries(p).map(([k1, p1]: [string, any]) => [k1, p1]));\n }),\n secrets: !item[\"secrets\"]\n ? item[\"secrets\"]\n : akriConnectorsSecretArrayDeserializer(item[\"secrets\"]),\n trustSettings: !item[\"trustSettings\"]\n ? item[\"trustSettings\"]\n : akriConnectorTemplateTrustListDeserializer(item[\"trustSettings\"]),\n statefulSetConfigurationSettings: Object.fromEntries(\n Object.entries(item[\"statefulSetConfigurationSettings\"]).map(([k, p]: [string, any]) => [\n k,\n p,\n ]),\n ),\n };\n}\n\n/** AkriConnectorTemplateDiagnostics properties. */\nexport interface AkriConnectorTemplateDiagnostics {\n /** The log settings for the Connector template. */\n logs: AkriConnectorsDiagnosticsLogs;\n}\n\nexport function akriConnectorTemplateDiagnosticsSerializer(\n item: AkriConnectorTemplateDiagnostics,\n): any {\n return { logs: akriConnectorsDiagnosticsLogsSerializer(item[\"logs\"]) };\n}\n\nexport function akriConnectorTemplateDiagnosticsDeserializer(\n item: any,\n): AkriConnectorTemplateDiagnostics {\n return {\n logs: akriConnectorsDiagnosticsLogsDeserializer(item[\"logs\"]),\n };\n}\n\n/** AkriConnectorsDiagnostic Log properties. */\nexport interface AkriConnectorsDiagnosticsLogs {\n /** The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'. */\n level?: string;\n}\n\nexport function akriConnectorsDiagnosticsLogsSerializer(item: AkriConnectorsDiagnosticsLogs): any {\n return { level: item[\"level\"] };\n}\n\nexport function akriConnectorsDiagnosticsLogsDeserializer(\n item: any,\n): AkriConnectorsDiagnosticsLogs {\n return {\n level: item[\"level\"],\n };\n}\n\nexport function akriConnectorTemplateDeviceInboundEndpointTypeArraySerializer(\n result: Array<AkriConnectorTemplateDeviceInboundEndpointType>,\n): any[] {\n return result.map((item) => {\n return akriConnectorTemplateDeviceInboundEndpointTypeSerializer(item);\n });\n}\n\nexport function akriConnectorTemplateDeviceInboundEndpointTypeArrayDeserializer(\n result: Array<AkriConnectorTemplateDeviceInboundEndpointType>,\n): any[] {\n return result.map((item) => {\n return akriConnectorTemplateDeviceInboundEndpointTypeDeserializer(item);\n });\n}\n\n/** AkriConnectorTemplateDeviceInboundEndpointType properties. */\nexport interface AkriConnectorTemplateDeviceInboundEndpointType {\n /** The display name of the device inbound endpoint. */\n displayName?: string;\n /** The type of the device inbound endpoint. */\n endpointType: string;\n /** The version of the device inbound endpoint. */\n version?: string;\n}\n\nexport function akriConnectorTemplateDeviceInboundEndpointTypeSerializer(\n item: AkriConnectorTemplateDeviceInboundEndpointType,\n): any {\n return {\n displayName: item[\"displayName\"],\n endpointType: item[\"endpointType\"],\n version: item[\"version\"],\n };\n}\n\nexport function akriConnectorTemplateDeviceInboundEndpointTypeDeserializer(\n item: any,\n): AkriConnectorTemplateDeviceInboundEndpointType {\n return {\n displayName: item[\"displayName\"],\n endpointType: item[\"endpointType\"],\n version: item[\"version\"],\n };\n}\n\n/** AkriConnectorsMqttConnectionConfiguration properties. */\nexport interface AkriConnectorsMqttConnectionConfiguration {\n /** Authentication properties. */\n authentication?: AkriConnectorsMqttAuthenticationUnion;\n /** Host of the Broker in the form of <hostname>:<port>. */\n host?: string;\n /** The protocol to use for the connection. Currently only `mqtt` is supported. */\n protocol?: AkriConnectorsMqttProtocolType;\n /** KeepAlive for connection in seconds. */\n keepAliveSeconds?: number;\n /** The max number of messages to keep in flight. For subscribe, this is the receive maximum. For publish, this is the maximum number of messages to send before waiting for an ack. */\n maxInflightMessages?: number;\n /** Session expiry in seconds. */\n sessionExpirySeconds?: number;\n /** TLS configuration. */\n tls?: TlsProperties;\n}\n\nexport function akriConnectorsMqttConnectionConfigurationSerializer(\n item: AkriConnectorsMqttConnectionConfiguration,\n): any {\n return {\n authentication: !item[\"authentication\"]\n ? item[\"authentication\"]\n : akriConnectorsMqttAuthenticationUnionSerializer(item[\"authentication\"]),\n host: item[\"host\"],\n protocol: item[\"protocol\"],\n keepAliveSeconds: item[\"keepAliveSeconds\"],\n maxInflightMessages: item[\"maxInflightMessages\"],\n sessionExpirySeconds: item[\"sessionExpirySeconds\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesSerializer(item[\"tls\"]),\n };\n}\n\nexport function akriConnectorsMqttConnectionConfigurationDeserializer(\n item: any,\n): AkriConnectorsMqttConnectionConfiguration {\n return {\n authentication: !item[\"authentication\"]\n ? item[\"authentication\"]\n : akriConnectorsMqttAuthenticationUnionDeserializer(item[\"authentication\"]),\n host: item[\"host\"],\n protocol: item[\"protocol\"],\n keepAliveSeconds: item[\"keepAliveSeconds\"],\n maxInflightMessages: item[\"maxInflightMessages\"],\n sessionExpirySeconds: item[\"sessionExpirySeconds\"],\n tls: !item[\"tls\"] ? item[\"tls\"] : tlsPropertiesDeserializer(item[\"tls\"]),\n };\n}\n\n/** AkriConnectorsMqttAuthentication properties. */\nexport interface AkriConnectorsMqttAuthentication {\n /** The authentication method for the MQTT connection. */\n /** The discriminator possible values: ServiceAccountToken */\n method: AkriConnectorsMqttAuthenticationMethod;\n}\n\nexport function akriConnectorsMqttAuthenticationSerializer(\n item: AkriConnectorsMqttAuthentication,\n): any {\n return { method: item[\"method\"] };\n}\n\nexport function akriConnectorsMqttAuthenticationDeserializer(\n item: any,\n): AkriConnectorsMqttAuthentication {\n return {\n method: item[\"method\"],\n };\n}\n\n/** Alias for AkriConnectorsMqttAuthenticationUnion */\nexport type AkriConnectorsMqttAuthenticationUnion =\n | AkriConnectorsServiceAccountAuthentication\n | AkriConnectorsMqttAuthentication;\n\nexport function akriConnectorsMqttAuthenticationUnionSerializer(\n item: AkriConnectorsMqttAuthenticationUnion,\n): any {\n switch (item.method) {\n case \"ServiceAccountToken\":\n return akriConnectorsServiceAccountAuthenticationSerializer(\n item as AkriConnectorsServiceAccountAuthentication,\n );\n\n default:\n return akriConnectorsMqttAuthenticationSerializer(item);\n }\n}\n\nexport function akriConnectorsMqttAuthenticationUnionDeserializer(\n item: any,\n): AkriConnectorsMqttAuthenticationUnion {\n switch (item[\"method\"]) {\n case \"ServiceAccountToken\":\n return akriConnectorsServiceAccountAuthenticationDeserializer(\n item as AkriConnectorsServiceAccountAuthentication,\n );\n\n default:\n return akriConnectorsMqttAuthenticationDeserializer(item);\n }\n}\n\n/** AkriConnectorsMqttAuthenticationMethod properties. */\nexport enum KnownAkriConnectorsMqttAuthenticationMethod {\n /** Service Account Token authentication. */\n ServiceAccountToken = \"ServiceAccountToken\",\n}\n\n/**\n * AkriConnectorsMqttAuthenticationMethod properties. \\\n * {@link KnownAkriConnectorsMqttAuthenticationMethod} can be used interchangeably with AkriConnectorsMqttAuthenticationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServiceAccountToken**: Service Account Token authentication.\n */\nexport type AkriConnectorsMqttAuthenticationMethod = string;\n\n/** AkriConnectorsServiceAccountAuthentication properties. */\nexport interface AkriConnectorsServiceAccountAuthentication extends AkriConnectorsMqttAuthentication {\n /** The authentication method for the MQTT connection. */\n method: \"ServiceAccountToken\";\n /** The service account token for the MQTT connection. */\n serviceAccountTokenSettings: AkriConnectorsServiceAccountTokenSettings;\n}\n\nexport function akriConnectorsServiceAccountAuthenticationSerializer(\n item: AkriConnectorsServiceAccountAuthentication,\n): any {\n return {\n method: item[\"method\"],\n serviceAccountTokenSettings: akriConnectorsServiceAccountTokenSettingsSerializer(\n item[\"serviceAccountTokenSettings\"],\n ),\n };\n}\n\nexport function akriConnectorsServiceAccountAuthenticationDeserializer(\n item: any,\n): AkriConnectorsServiceAccountAuthentication {\n return {\n method: item[\"method\"],\n serviceAccountTokenSettings: akriConnectorsServiceAccountTokenSettingsDeserializer(\n item[\"serviceAccountTokenSettings\"],\n ),\n };\n}\n\n/** AkriConnectorsServiceAccountTokenSettings properties. */\nexport interface AkriConnectorsServiceAccountTokenSettings {\n /** The audience for the service account token. */\n audience: string;\n}\n\nexport function akriConnectorsServiceAccountTokenSettingsSerializer(\n item: AkriConnectorsServiceAccountTokenSettings,\n): any {\n return { audience: item[\"audience\"] };\n}\n\nexport function akriConnectorsServiceAccountTokenSettingsDeserializer(\n item: any,\n): AkriConnectorsServiceAccountTokenSettings {\n return {\n audience: item[\"audience\"],\n };\n}\n\n/** Mqtt protocol types. */\nexport enum KnownAkriConnectorsMqttProtocolType {\n /** Mqtt protocol. */\n Mqtt = \"Mqtt\",\n}\n\n/**\n * Mqtt protocol types. \\\n * {@link KnownAkriConnectorsMqttProtocolType} can be used interchangeably with AkriConnectorsMqttProtocolType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Mqtt**: Mqtt protocol.\n */\nexport type AkriConnectorsMqttProtocolType = string;\n\n/** The response of a AkriConnectorTemplateResource list operation. */\nexport interface _AkriConnectorTemplateResourceListResult {\n /** The AkriConnectorTemplateResource items on this page */\n value: AkriConnectorTemplateResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _akriConnectorTemplateResourceListResultDeserializer(\n item: any,\n): _AkriConnectorTemplateResourceListResult {\n return {\n value: akriConnectorTemplateResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function akriConnectorTemplateResourceArraySerializer(\n result: Array<AkriConnectorTemplateResource>,\n): any[] {\n return result.map((item) => {\n return akriConnectorTemplateResourceSerializer(item);\n });\n}\n\nexport function akriConnectorTemplateResourceArrayDeserializer(\n result: Array<AkriConnectorTemplateResource>,\n): any[] {\n return result.map((item) => {\n return akriConnectorTemplateResourceDeserializer(item);\n });\n}\n\n/** AkriConnector resource. */\nexport interface AkriConnectorResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AkriConnectorProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function akriConnectorResourceSerializer(item: AkriConnectorResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : akriConnectorPropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function akriConnectorResourceDeserializer(item: any): AkriConnectorResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : akriConnectorPropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** AkriConnector properties. */\nexport interface AkriConnectorProperties {\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The allocated devices for the connector. */\n readonly allocatedDevices?: AkriConnectorAllocatedDevice[];\n /** The status for the connector. */\n readonly status?: AkriConnectorStatus;\n /** The health state of the resource. */\n readonly healthState?: ResourceHealthState;\n}\n\nexport function akriConnectorPropertiesSerializer(_item: AkriConnectorProperties): any {\n return {};\n}\n\nexport function akriConnectorPropertiesDeserializer(item: any): AkriConnectorProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n allocatedDevices: !item[\"allocatedDevices\"]\n ? item[\"allocatedDevices\"]\n : akriConnectorAllocatedDeviceArrayDeserializer(item[\"allocatedDevices\"]),\n status: !item[\"status\"] ? item[\"status\"] : akriConnectorStatusDeserializer(item[\"status\"]),\n healthState: item[\"healthState\"],\n };\n}\n\nexport function akriConnectorAllocatedDeviceArrayDeserializer(\n result: Array<AkriConnectorAllocatedDevice>,\n): any[] {\n return result.map((item) => {\n return akriConnectorAllocatedDeviceDeserializer(item);\n });\n}\n\n/** AkriConnector allocated device. */\nexport interface AkriConnectorAllocatedDevice {\n /** The name of the inbound endpoint for the device. */\n readonly deviceInboundEndpointName: string;\n /** The name of the device. */\n readonly deviceName: string;\n}\n\nexport function akriConnectorAllocatedDeviceDeserializer(item: any): AkriConnectorAllocatedDevice {\n return {\n deviceInboundEndpointName: item[\"deviceInboundEndpointName\"],\n deviceName: item[\"deviceName\"],\n };\n}\n\n/** AkriConnector status. */\nexport interface AkriConnectorStatus {\n /** The health state of the AkriConnector. */\n readonly healthState?: ResourceHealthStatus;\n}\n\nexport function akriConnectorStatusDeserializer(item: any): AkriConnectorStatus {\n return {\n healthState: !item[\"healthState\"]\n ? item[\"healthState\"]\n : resourceHealthStatusDeserializer(item[\"healthState\"]),\n };\n}\n\n/** The response of a AkriConnectorResource list operation. */\nexport interface _AkriConnectorResourceListResult {\n /** The AkriConnectorResource items on this page */\n value: AkriConnectorResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _akriConnectorResourceListResultDeserializer(\n item: any,\n): _AkriConnectorResourceListResult {\n return {\n value: akriConnectorResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function akriConnectorResourceArraySerializer(result: Array<AkriConnectorResource>): any[] {\n return result.map((item) => {\n return akriConnectorResourceSerializer(item);\n });\n}\n\nexport function akriConnectorResourceArrayDeserializer(\n result: Array<AkriConnectorResource>,\n): any[] {\n return result.map((item) => {\n return akriConnectorResourceDeserializer(item);\n });\n}\n\n/** AkriService resource. */\nexport interface AkriServiceResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AkriServiceProperties;\n /** Edge location of the resource. */\n extendedLocation?: ExtendedLocation;\n}\n\nexport function akriServiceResourceSerializer(item: AkriServiceResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : akriServicePropertiesSerializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n };\n}\n\nexport function akriServiceResourceDeserializer(item: any): AkriServiceResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : akriServicePropertiesDeserializer(item[\"properties\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/** AkriService properties. */\nexport interface AkriServiceProperties {\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** The status for the service. */\n readonly status?: AkriServiceStatus;\n}\n\nexport function akriServicePropertiesSerializer(_item: AkriServiceProperties): any {\n return {};\n}\n\nexport function akriServicePropertiesDeserializer(item: any): AkriServiceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n status: !item[\"status\"] ? item[\"status\"] : akriServiceStatusDeserializer(item[\"status\"]),\n };\n}\n\n/** AkriService status. */\nexport interface AkriServiceStatus {\n /** The health state of the AkriService. */\n readonly healthState?: ResourceHealthStatus;\n}\n\nexport function akriServiceStatusDeserializer(item: any): AkriServiceStatus {\n return {\n healthState: !item[\"healthState\"]\n ? item[\"healthState\"]\n : resourceHealthStatusDeserializer(item[\"healthState\"]),\n };\n}\n\n/** The response of a AkriServiceResource list operation. */\nexport interface _AkriServiceResourceListResult {\n /** The AkriServiceResource items on this page */\n value: AkriServiceResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _akriServiceResourceListResultDeserializer(\n item: any,\n): _AkriServiceResourceListResult {\n return {\n value: akriServiceResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function akriServiceResourceArraySerializer(result: Array<AkriServiceResource>): any[] {\n return result.map((item) => {\n return akriServiceResourceSerializer(item);\n });\n}\n\nexport function akriServiceResourceArrayDeserializer(result: Array<AkriServiceResource>): any[] {\n return result.map((item) => {\n return akriServiceResourceDeserializer(item);\n });\n}\n\n/** Api versions */\nexport enum KnownVersions {\n /** 2024-11-01 version */\n \"V2024-11-01\" = \"2024-11-01\",\n /** 2025-04-01 version */\n V20250401 = \"2025-04-01\",\n /** 2025-10-01 */\n V20251001 = \"2025-10-01\",\n /** 2026-03-01 version */\n V20260301 = \"2026-03-01\",\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAA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",
6
+ "names": ["KnownOrigin", "KnownActionType", "KnownProvisioningState", "KnownInstanceFeatureMode", "KnownOperationalMode", "KnownResourceHealthState", "KnownExtendedLocationType", "KnownManagedServiceIdentityType", "KnownCreatedByType", "KnownSubscriberMessageDropStrategy", "KnownPrivateKeyAlgorithm", "KnownPrivateKeyRotationPolicy", "KnownOperatorValues", "KnownBrokerMemoryProfile", "KnownBrokerPersistencePolicyMode", "KnownBrokerStateStoreKeyType", "KnownBrokerProtocolType", "KnownTlsCertMethodMode", "KnownCertManagerIssuerKind", "KnownServiceType", "KnownBrokerAuthenticationMethod", "KnownBrokerAuthenticatorValidationMethods", "KnownBrokerResourceDefinitionMethods", "KnownStateStoreResourceKeyTypes", "KnownStateStoreResourceDefinitionMethods", "KnownOperationType", "KnownSourceSerializationFormat", "KnownTransformationSerializationFormat", "KnownFilterType", "KnownDataflowMappingType", "KnownDataflowHeaderActionType", "KnownEndpointType", "KnownDataflowEndpointHostType", "KnownDataExplorerAuthMethod", "KnownDataLakeStorageAuthMethod", "KnownFabricOneLakeAuthMethod", "KnownDataflowEndpointFabricPathType", "KnownKafkaAuthMethod", "KnownDataflowEndpointAuthenticationSaslType", "KnownDataflowEndpointKafkaCompression", "KnownDataflowEndpointKafkaAcks", "KnownDataflowEndpointKafkaPartitionStrategy", "KnownCloudEventAttributeType", "KnownMqttAuthMethod", "KnownMqttRetainType", "KnownDataflowOpenTelemetryAuthenticationMethod", "KnownDataflowGraphNodeType", "KnownDataflowGraphDestinationHeaderActionType", "KnownDataflowGraphConnectionSchemaSerializationFormat", "KnownRegistryEndpointAuthenticationMethod", "KnownRegistryEndpointTrustedSigningKeyType", "KnownAkriConnectorTemplateRuntimeConfigurationType", "KnownAkriConnectorTemplateManagedConfigurationType", "KnownAkriConnectorTemplateAllocationPolicy", "KnownAkriConnectorsImagePullPolicy", "KnownAkriConnectorsRegistrySettingsType", "KnownAkriConnectorsTagDigestType", "KnownAkriConnectorsMqttAuthenticationMethod", "KnownAkriConnectorsMqttProtocolType", "KnownVersions"]
7
+ }