@azure/arm-iotoperations 1.0.0-beta.1

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 (507) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +100 -0
  4. package/dist/browser/api/broker/index.d.ts +22 -0
  5. package/dist/browser/api/broker/index.d.ts.map +1 -0
  6. package/dist/browser/api/broker/index.js +82 -0
  7. package/dist/browser/api/broker/index.js.map +1 -0
  8. package/dist/browser/api/brokerAuthentication/index.d.ts +22 -0
  9. package/dist/browser/api/brokerAuthentication/index.d.ts.map +1 -0
  10. package/dist/browser/api/brokerAuthentication/index.js +90 -0
  11. package/dist/browser/api/brokerAuthentication/index.js.map +1 -0
  12. package/dist/browser/api/brokerAuthorization/index.d.ts +22 -0
  13. package/dist/browser/api/brokerAuthorization/index.d.ts.map +1 -0
  14. package/dist/browser/api/brokerAuthorization/index.js +90 -0
  15. package/dist/browser/api/brokerAuthorization/index.js.map +1 -0
  16. package/dist/browser/api/brokerListener/index.d.ts +22 -0
  17. package/dist/browser/api/brokerListener/index.d.ts.map +1 -0
  18. package/dist/browser/api/brokerListener/index.js +86 -0
  19. package/dist/browser/api/brokerListener/index.js.map +1 -0
  20. package/dist/browser/api/dataflow/index.d.ts +22 -0
  21. package/dist/browser/api/dataflow/index.d.ts.map +1 -0
  22. package/dist/browser/api/dataflow/index.js +82 -0
  23. package/dist/browser/api/dataflow/index.js.map +1 -0
  24. package/dist/browser/api/dataflowEndpoint/index.d.ts +22 -0
  25. package/dist/browser/api/dataflowEndpoint/index.d.ts.map +1 -0
  26. package/dist/browser/api/dataflowEndpoint/index.js +90 -0
  27. package/dist/browser/api/dataflowEndpoint/index.js.map +1 -0
  28. package/dist/browser/api/dataflowProfile/index.d.ts +22 -0
  29. package/dist/browser/api/dataflowProfile/index.d.ts.map +1 -0
  30. package/dist/browser/api/dataflowProfile/index.js +86 -0
  31. package/dist/browser/api/dataflowProfile/index.js.map +1 -0
  32. package/dist/browser/api/index.d.ts +12 -0
  33. package/dist/browser/api/index.d.ts.map +1 -0
  34. package/dist/browser/api/index.js +13 -0
  35. package/dist/browser/api/index.js.map +1 -0
  36. package/dist/browser/api/instance/index.d.ts +30 -0
  37. package/dist/browser/api/instance/index.d.ts.map +1 -0
  38. package/dist/browser/api/instance/index.js +115 -0
  39. package/dist/browser/api/instance/index.js.map +1 -0
  40. package/dist/browser/api/ioTOperationsContext.d.ts +13 -0
  41. package/dist/browser/api/ioTOperationsContext.d.ts.map +1 -0
  42. package/dist/browser/api/ioTOperationsContext.js +35 -0
  43. package/dist/browser/api/ioTOperationsContext.js.map +1 -0
  44. package/dist/browser/api/operations/index.d.ts +9 -0
  45. package/dist/browser/api/operations/index.d.ts.map +1 -0
  46. package/dist/browser/api/operations/index.js +22 -0
  47. package/dist/browser/api/operations/index.js.map +1 -0
  48. package/dist/browser/api/options.d.ts +139 -0
  49. package/dist/browser/api/options.d.ts.map +1 -0
  50. package/dist/browser/api/options.js +4 -0
  51. package/dist/browser/api/options.js.map +1 -0
  52. package/dist/browser/classic/broker/index.d.ts +24 -0
  53. package/dist/browser/classic/broker/index.d.ts.map +1 -0
  54. package/dist/browser/classic/broker/index.js +15 -0
  55. package/dist/browser/classic/broker/index.js.map +1 -0
  56. package/dist/browser/classic/brokerAuthentication/index.d.ts +24 -0
  57. package/dist/browser/classic/brokerAuthentication/index.d.ts.map +1 -0
  58. package/dist/browser/classic/brokerAuthentication/index.js +15 -0
  59. package/dist/browser/classic/brokerAuthentication/index.js.map +1 -0
  60. package/dist/browser/classic/brokerAuthorization/index.d.ts +24 -0
  61. package/dist/browser/classic/brokerAuthorization/index.d.ts.map +1 -0
  62. package/dist/browser/classic/brokerAuthorization/index.js +15 -0
  63. package/dist/browser/classic/brokerAuthorization/index.js.map +1 -0
  64. package/dist/browser/classic/brokerListener/index.d.ts +24 -0
  65. package/dist/browser/classic/brokerListener/index.d.ts.map +1 -0
  66. package/dist/browser/classic/brokerListener/index.js +15 -0
  67. package/dist/browser/classic/brokerListener/index.js.map +1 -0
  68. package/dist/browser/classic/dataflow/index.d.ts +24 -0
  69. package/dist/browser/classic/dataflow/index.d.ts.map +1 -0
  70. package/dist/browser/classic/dataflow/index.js +15 -0
  71. package/dist/browser/classic/dataflow/index.js.map +1 -0
  72. package/dist/browser/classic/dataflowEndpoint/index.d.ts +24 -0
  73. package/dist/browser/classic/dataflowEndpoint/index.d.ts.map +1 -0
  74. package/dist/browser/classic/dataflowEndpoint/index.js +15 -0
  75. package/dist/browser/classic/dataflowEndpoint/index.js.map +1 -0
  76. package/dist/browser/classic/dataflowProfile/index.d.ts +24 -0
  77. package/dist/browser/classic/dataflowProfile/index.d.ts.map +1 -0
  78. package/dist/browser/classic/dataflowProfile/index.js +15 -0
  79. package/dist/browser/classic/dataflowProfile/index.js.map +1 -0
  80. package/dist/browser/classic/index.d.ts +10 -0
  81. package/dist/browser/classic/index.d.ts.map +1 -0
  82. package/dist/browser/classic/index.js +4 -0
  83. package/dist/browser/classic/index.js.map +1 -0
  84. package/dist/browser/classic/instance/index.d.ts +30 -0
  85. package/dist/browser/classic/instance/index.d.ts.map +1 -0
  86. package/dist/browser/classic/instance/index.js +17 -0
  87. package/dist/browser/classic/instance/index.js.map +1 -0
  88. package/dist/browser/classic/operations/index.d.ts +14 -0
  89. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  90. package/dist/browser/classic/operations/index.js +12 -0
  91. package/dist/browser/classic/operations/index.js.map +1 -0
  92. package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
  93. package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
  94. package/dist/browser/helpers/serializerHelpers.js +24 -0
  95. package/dist/browser/helpers/serializerHelpers.js.map +1 -0
  96. package/dist/browser/index.d.ts +8 -0
  97. package/dist/browser/index.d.ts.map +1 -0
  98. package/dist/browser/index.js +6 -0
  99. package/dist/browser/index.js.map +1 -0
  100. package/dist/browser/ioTOperationsClient.d.ts +39 -0
  101. package/dist/browser/ioTOperationsClient.d.ts.map +1 -0
  102. package/dist/browser/ioTOperationsClient.js +34 -0
  103. package/dist/browser/ioTOperationsClient.js.map +1 -0
  104. package/dist/browser/logger.d.ts +2 -0
  105. package/dist/browser/logger.d.ts.map +1 -0
  106. package/dist/browser/logger.js +5 -0
  107. package/dist/browser/logger.js.map +1 -0
  108. package/dist/browser/models/index.d.ts +2 -0
  109. package/dist/browser/models/index.d.ts.map +1 -0
  110. package/dist/browser/models/index.js +4 -0
  111. package/dist/browser/models/index.js.map +1 -0
  112. package/dist/browser/models/models.d.ts +1921 -0
  113. package/dist/browser/models/models.d.ts.map +1 -0
  114. package/dist/browser/models/models.js +2343 -0
  115. package/dist/browser/models/models.js.map +1 -0
  116. package/dist/browser/package.json +3 -0
  117. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  118. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  119. package/dist/browser/restorePollerHelpers.js +160 -0
  120. package/dist/browser/restorePollerHelpers.js.map +1 -0
  121. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  122. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  123. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  124. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  125. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  126. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  127. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  128. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  129. package/dist/commonjs/api/broker/index.d.ts +22 -0
  130. package/dist/commonjs/api/broker/index.d.ts.map +1 -0
  131. package/dist/commonjs/api/broker/index.js +96 -0
  132. package/dist/commonjs/api/broker/index.js.map +1 -0
  133. package/dist/commonjs/api/brokerAuthentication/index.d.ts +22 -0
  134. package/dist/commonjs/api/brokerAuthentication/index.d.ts.map +1 -0
  135. package/dist/commonjs/api/brokerAuthentication/index.js +104 -0
  136. package/dist/commonjs/api/brokerAuthentication/index.js.map +1 -0
  137. package/dist/commonjs/api/brokerAuthorization/index.d.ts +22 -0
  138. package/dist/commonjs/api/brokerAuthorization/index.d.ts.map +1 -0
  139. package/dist/commonjs/api/brokerAuthorization/index.js +104 -0
  140. package/dist/commonjs/api/brokerAuthorization/index.js.map +1 -0
  141. package/dist/commonjs/api/brokerListener/index.d.ts +22 -0
  142. package/dist/commonjs/api/brokerListener/index.d.ts.map +1 -0
  143. package/dist/commonjs/api/brokerListener/index.js +100 -0
  144. package/dist/commonjs/api/brokerListener/index.js.map +1 -0
  145. package/dist/commonjs/api/dataflow/index.d.ts +22 -0
  146. package/dist/commonjs/api/dataflow/index.d.ts.map +1 -0
  147. package/dist/commonjs/api/dataflow/index.js +96 -0
  148. package/dist/commonjs/api/dataflow/index.js.map +1 -0
  149. package/dist/commonjs/api/dataflowEndpoint/index.d.ts +22 -0
  150. package/dist/commonjs/api/dataflowEndpoint/index.d.ts.map +1 -0
  151. package/dist/commonjs/api/dataflowEndpoint/index.js +104 -0
  152. package/dist/commonjs/api/dataflowEndpoint/index.js.map +1 -0
  153. package/dist/commonjs/api/dataflowProfile/index.d.ts +22 -0
  154. package/dist/commonjs/api/dataflowProfile/index.d.ts.map +1 -0
  155. package/dist/commonjs/api/dataflowProfile/index.js +100 -0
  156. package/dist/commonjs/api/dataflowProfile/index.js.map +1 -0
  157. package/dist/commonjs/api/index.d.ts +12 -0
  158. package/dist/commonjs/api/index.d.ts.map +1 -0
  159. package/dist/commonjs/api/index.js +52 -0
  160. package/dist/commonjs/api/index.js.map +1 -0
  161. package/dist/commonjs/api/instance/index.d.ts +30 -0
  162. package/dist/commonjs/api/instance/index.d.ts.map +1 -0
  163. package/dist/commonjs/api/instance/index.js +135 -0
  164. package/dist/commonjs/api/instance/index.js.map +1 -0
  165. package/dist/commonjs/api/ioTOperationsContext.d.ts +13 -0
  166. package/dist/commonjs/api/ioTOperationsContext.d.ts.map +1 -0
  167. package/dist/commonjs/api/ioTOperationsContext.js +38 -0
  168. package/dist/commonjs/api/ioTOperationsContext.js.map +1 -0
  169. package/dist/commonjs/api/operations/index.d.ts +9 -0
  170. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  171. package/dist/commonjs/api/operations/index.js +27 -0
  172. package/dist/commonjs/api/operations/index.js.map +1 -0
  173. package/dist/commonjs/api/options.d.ts +139 -0
  174. package/dist/commonjs/api/options.d.ts.map +1 -0
  175. package/dist/commonjs/api/options.js +5 -0
  176. package/dist/commonjs/api/options.js.map +1 -0
  177. package/dist/commonjs/classic/broker/index.d.ts +24 -0
  178. package/dist/commonjs/classic/broker/index.d.ts.map +1 -0
  179. package/dist/commonjs/classic/broker/index.js +19 -0
  180. package/dist/commonjs/classic/broker/index.js.map +1 -0
  181. package/dist/commonjs/classic/brokerAuthentication/index.d.ts +24 -0
  182. package/dist/commonjs/classic/brokerAuthentication/index.d.ts.map +1 -0
  183. package/dist/commonjs/classic/brokerAuthentication/index.js +19 -0
  184. package/dist/commonjs/classic/brokerAuthentication/index.js.map +1 -0
  185. package/dist/commonjs/classic/brokerAuthorization/index.d.ts +24 -0
  186. package/dist/commonjs/classic/brokerAuthorization/index.d.ts.map +1 -0
  187. package/dist/commonjs/classic/brokerAuthorization/index.js +19 -0
  188. package/dist/commonjs/classic/brokerAuthorization/index.js.map +1 -0
  189. package/dist/commonjs/classic/brokerListener/index.d.ts +24 -0
  190. package/dist/commonjs/classic/brokerListener/index.d.ts.map +1 -0
  191. package/dist/commonjs/classic/brokerListener/index.js +19 -0
  192. package/dist/commonjs/classic/brokerListener/index.js.map +1 -0
  193. package/dist/commonjs/classic/dataflow/index.d.ts +24 -0
  194. package/dist/commonjs/classic/dataflow/index.d.ts.map +1 -0
  195. package/dist/commonjs/classic/dataflow/index.js +19 -0
  196. package/dist/commonjs/classic/dataflow/index.js.map +1 -0
  197. package/dist/commonjs/classic/dataflowEndpoint/index.d.ts +24 -0
  198. package/dist/commonjs/classic/dataflowEndpoint/index.d.ts.map +1 -0
  199. package/dist/commonjs/classic/dataflowEndpoint/index.js +19 -0
  200. package/dist/commonjs/classic/dataflowEndpoint/index.js.map +1 -0
  201. package/dist/commonjs/classic/dataflowProfile/index.d.ts +24 -0
  202. package/dist/commonjs/classic/dataflowProfile/index.d.ts.map +1 -0
  203. package/dist/commonjs/classic/dataflowProfile/index.js +19 -0
  204. package/dist/commonjs/classic/dataflowProfile/index.js.map +1 -0
  205. package/dist/commonjs/classic/index.d.ts +10 -0
  206. package/dist/commonjs/classic/index.d.ts.map +1 -0
  207. package/dist/commonjs/classic/index.js +5 -0
  208. package/dist/commonjs/classic/index.js.map +1 -0
  209. package/dist/commonjs/classic/instance/index.d.ts +30 -0
  210. package/dist/commonjs/classic/instance/index.d.ts.map +1 -0
  211. package/dist/commonjs/classic/instance/index.js +21 -0
  212. package/dist/commonjs/classic/instance/index.js.map +1 -0
  213. package/dist/commonjs/classic/operations/index.d.ts +14 -0
  214. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  215. package/dist/commonjs/classic/operations/index.js +16 -0
  216. package/dist/commonjs/classic/operations/index.js.map +1 -0
  217. package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
  218. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
  219. package/dist/commonjs/helpers/serializerHelpers.js +27 -0
  220. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
  221. package/dist/commonjs/index.d.ts +8 -0
  222. package/dist/commonjs/index.d.ts.map +1 -0
  223. package/dist/commonjs/index.js +50 -0
  224. package/dist/commonjs/index.js.map +1 -0
  225. package/dist/commonjs/ioTOperationsClient.d.ts +39 -0
  226. package/dist/commonjs/ioTOperationsClient.d.ts.map +1 -0
  227. package/dist/commonjs/ioTOperationsClient.js +38 -0
  228. package/dist/commonjs/ioTOperationsClient.js.map +1 -0
  229. package/dist/commonjs/logger.d.ts +2 -0
  230. package/dist/commonjs/logger.d.ts.map +1 -0
  231. package/dist/commonjs/logger.js +8 -0
  232. package/dist/commonjs/logger.js.map +1 -0
  233. package/dist/commonjs/models/index.d.ts +2 -0
  234. package/dist/commonjs/models/index.d.ts.map +1 -0
  235. package/dist/commonjs/models/index.js +46 -0
  236. package/dist/commonjs/models/index.js.map +1 -0
  237. package/dist/commonjs/models/models.d.ts +1921 -0
  238. package/dist/commonjs/models/models.d.ts.map +1 -0
  239. package/dist/commonjs/models/models.js +2592 -0
  240. package/dist/commonjs/models/models.js.map +1 -0
  241. package/dist/commonjs/package.json +3 -0
  242. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  243. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  244. package/dist/commonjs/restorePollerHelpers.js +163 -0
  245. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  246. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  247. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  248. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  249. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  250. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  251. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  252. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  253. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  254. package/dist/commonjs/tsdoc-metadata.json +11 -0
  255. package/dist/esm/api/broker/index.d.ts +22 -0
  256. package/dist/esm/api/broker/index.d.ts.map +1 -0
  257. package/dist/esm/api/broker/index.js +82 -0
  258. package/dist/esm/api/broker/index.js.map +1 -0
  259. package/dist/esm/api/brokerAuthentication/index.d.ts +22 -0
  260. package/dist/esm/api/brokerAuthentication/index.d.ts.map +1 -0
  261. package/dist/esm/api/brokerAuthentication/index.js +90 -0
  262. package/dist/esm/api/brokerAuthentication/index.js.map +1 -0
  263. package/dist/esm/api/brokerAuthorization/index.d.ts +22 -0
  264. package/dist/esm/api/brokerAuthorization/index.d.ts.map +1 -0
  265. package/dist/esm/api/brokerAuthorization/index.js +90 -0
  266. package/dist/esm/api/brokerAuthorization/index.js.map +1 -0
  267. package/dist/esm/api/brokerListener/index.d.ts +22 -0
  268. package/dist/esm/api/brokerListener/index.d.ts.map +1 -0
  269. package/dist/esm/api/brokerListener/index.js +86 -0
  270. package/dist/esm/api/brokerListener/index.js.map +1 -0
  271. package/dist/esm/api/dataflow/index.d.ts +22 -0
  272. package/dist/esm/api/dataflow/index.d.ts.map +1 -0
  273. package/dist/esm/api/dataflow/index.js +82 -0
  274. package/dist/esm/api/dataflow/index.js.map +1 -0
  275. package/dist/esm/api/dataflowEndpoint/index.d.ts +22 -0
  276. package/dist/esm/api/dataflowEndpoint/index.d.ts.map +1 -0
  277. package/dist/esm/api/dataflowEndpoint/index.js +90 -0
  278. package/dist/esm/api/dataflowEndpoint/index.js.map +1 -0
  279. package/dist/esm/api/dataflowProfile/index.d.ts +22 -0
  280. package/dist/esm/api/dataflowProfile/index.d.ts.map +1 -0
  281. package/dist/esm/api/dataflowProfile/index.js +86 -0
  282. package/dist/esm/api/dataflowProfile/index.js.map +1 -0
  283. package/dist/esm/api/index.d.ts +12 -0
  284. package/dist/esm/api/index.d.ts.map +1 -0
  285. package/dist/esm/api/index.js +13 -0
  286. package/dist/esm/api/index.js.map +1 -0
  287. package/dist/esm/api/instance/index.d.ts +30 -0
  288. package/dist/esm/api/instance/index.d.ts.map +1 -0
  289. package/dist/esm/api/instance/index.js +115 -0
  290. package/dist/esm/api/instance/index.js.map +1 -0
  291. package/dist/esm/api/ioTOperationsContext.d.ts +13 -0
  292. package/dist/esm/api/ioTOperationsContext.d.ts.map +1 -0
  293. package/dist/esm/api/ioTOperationsContext.js +35 -0
  294. package/dist/esm/api/ioTOperationsContext.js.map +1 -0
  295. package/dist/esm/api/operations/index.d.ts +9 -0
  296. package/dist/esm/api/operations/index.d.ts.map +1 -0
  297. package/dist/esm/api/operations/index.js +22 -0
  298. package/dist/esm/api/operations/index.js.map +1 -0
  299. package/dist/esm/api/options.d.ts +139 -0
  300. package/dist/esm/api/options.d.ts.map +1 -0
  301. package/dist/esm/api/options.js +4 -0
  302. package/dist/esm/api/options.js.map +1 -0
  303. package/dist/esm/classic/broker/index.d.ts +24 -0
  304. package/dist/esm/classic/broker/index.d.ts.map +1 -0
  305. package/dist/esm/classic/broker/index.js +15 -0
  306. package/dist/esm/classic/broker/index.js.map +1 -0
  307. package/dist/esm/classic/brokerAuthentication/index.d.ts +24 -0
  308. package/dist/esm/classic/brokerAuthentication/index.d.ts.map +1 -0
  309. package/dist/esm/classic/brokerAuthentication/index.js +15 -0
  310. package/dist/esm/classic/brokerAuthentication/index.js.map +1 -0
  311. package/dist/esm/classic/brokerAuthorization/index.d.ts +24 -0
  312. package/dist/esm/classic/brokerAuthorization/index.d.ts.map +1 -0
  313. package/dist/esm/classic/brokerAuthorization/index.js +15 -0
  314. package/dist/esm/classic/brokerAuthorization/index.js.map +1 -0
  315. package/dist/esm/classic/brokerListener/index.d.ts +24 -0
  316. package/dist/esm/classic/brokerListener/index.d.ts.map +1 -0
  317. package/dist/esm/classic/brokerListener/index.js +15 -0
  318. package/dist/esm/classic/brokerListener/index.js.map +1 -0
  319. package/dist/esm/classic/dataflow/index.d.ts +24 -0
  320. package/dist/esm/classic/dataflow/index.d.ts.map +1 -0
  321. package/dist/esm/classic/dataflow/index.js +15 -0
  322. package/dist/esm/classic/dataflow/index.js.map +1 -0
  323. package/dist/esm/classic/dataflowEndpoint/index.d.ts +24 -0
  324. package/dist/esm/classic/dataflowEndpoint/index.d.ts.map +1 -0
  325. package/dist/esm/classic/dataflowEndpoint/index.js +15 -0
  326. package/dist/esm/classic/dataflowEndpoint/index.js.map +1 -0
  327. package/dist/esm/classic/dataflowProfile/index.d.ts +24 -0
  328. package/dist/esm/classic/dataflowProfile/index.d.ts.map +1 -0
  329. package/dist/esm/classic/dataflowProfile/index.js +15 -0
  330. package/dist/esm/classic/dataflowProfile/index.js.map +1 -0
  331. package/dist/esm/classic/index.d.ts +10 -0
  332. package/dist/esm/classic/index.d.ts.map +1 -0
  333. package/dist/esm/classic/index.js +4 -0
  334. package/dist/esm/classic/index.js.map +1 -0
  335. package/dist/esm/classic/instance/index.d.ts +30 -0
  336. package/dist/esm/classic/instance/index.d.ts.map +1 -0
  337. package/dist/esm/classic/instance/index.js +17 -0
  338. package/dist/esm/classic/instance/index.js.map +1 -0
  339. package/dist/esm/classic/operations/index.d.ts +14 -0
  340. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  341. package/dist/esm/classic/operations/index.js +12 -0
  342. package/dist/esm/classic/operations/index.js.map +1 -0
  343. package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
  344. package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
  345. package/dist/esm/helpers/serializerHelpers.js +24 -0
  346. package/dist/esm/helpers/serializerHelpers.js.map +1 -0
  347. package/dist/esm/index.d.ts +8 -0
  348. package/dist/esm/index.d.ts.map +1 -0
  349. package/dist/esm/index.js +6 -0
  350. package/dist/esm/index.js.map +1 -0
  351. package/dist/esm/ioTOperationsClient.d.ts +39 -0
  352. package/dist/esm/ioTOperationsClient.d.ts.map +1 -0
  353. package/dist/esm/ioTOperationsClient.js +34 -0
  354. package/dist/esm/ioTOperationsClient.js.map +1 -0
  355. package/dist/esm/logger.d.ts +2 -0
  356. package/dist/esm/logger.d.ts.map +1 -0
  357. package/dist/esm/logger.js +5 -0
  358. package/dist/esm/logger.js.map +1 -0
  359. package/dist/esm/models/index.d.ts +2 -0
  360. package/dist/esm/models/index.d.ts.map +1 -0
  361. package/dist/esm/models/index.js +4 -0
  362. package/dist/esm/models/index.js.map +1 -0
  363. package/dist/esm/models/models.d.ts +1921 -0
  364. package/dist/esm/models/models.d.ts.map +1 -0
  365. package/dist/esm/models/models.js +2343 -0
  366. package/dist/esm/models/models.js.map +1 -0
  367. package/dist/esm/package.json +3 -0
  368. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  369. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  370. package/dist/esm/restorePollerHelpers.js +160 -0
  371. package/dist/esm/restorePollerHelpers.js.map +1 -0
  372. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  373. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  374. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  375. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  376. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  377. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  378. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  379. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  380. package/dist/react-native/api/broker/index.d.ts +22 -0
  381. package/dist/react-native/api/broker/index.d.ts.map +1 -0
  382. package/dist/react-native/api/broker/index.js +82 -0
  383. package/dist/react-native/api/broker/index.js.map +1 -0
  384. package/dist/react-native/api/brokerAuthentication/index.d.ts +22 -0
  385. package/dist/react-native/api/brokerAuthentication/index.d.ts.map +1 -0
  386. package/dist/react-native/api/brokerAuthentication/index.js +90 -0
  387. package/dist/react-native/api/brokerAuthentication/index.js.map +1 -0
  388. package/dist/react-native/api/brokerAuthorization/index.d.ts +22 -0
  389. package/dist/react-native/api/brokerAuthorization/index.d.ts.map +1 -0
  390. package/dist/react-native/api/brokerAuthorization/index.js +90 -0
  391. package/dist/react-native/api/brokerAuthorization/index.js.map +1 -0
  392. package/dist/react-native/api/brokerListener/index.d.ts +22 -0
  393. package/dist/react-native/api/brokerListener/index.d.ts.map +1 -0
  394. package/dist/react-native/api/brokerListener/index.js +86 -0
  395. package/dist/react-native/api/brokerListener/index.js.map +1 -0
  396. package/dist/react-native/api/dataflow/index.d.ts +22 -0
  397. package/dist/react-native/api/dataflow/index.d.ts.map +1 -0
  398. package/dist/react-native/api/dataflow/index.js +82 -0
  399. package/dist/react-native/api/dataflow/index.js.map +1 -0
  400. package/dist/react-native/api/dataflowEndpoint/index.d.ts +22 -0
  401. package/dist/react-native/api/dataflowEndpoint/index.d.ts.map +1 -0
  402. package/dist/react-native/api/dataflowEndpoint/index.js +90 -0
  403. package/dist/react-native/api/dataflowEndpoint/index.js.map +1 -0
  404. package/dist/react-native/api/dataflowProfile/index.d.ts +22 -0
  405. package/dist/react-native/api/dataflowProfile/index.d.ts.map +1 -0
  406. package/dist/react-native/api/dataflowProfile/index.js +86 -0
  407. package/dist/react-native/api/dataflowProfile/index.js.map +1 -0
  408. package/dist/react-native/api/index.d.ts +12 -0
  409. package/dist/react-native/api/index.d.ts.map +1 -0
  410. package/dist/react-native/api/index.js +13 -0
  411. package/dist/react-native/api/index.js.map +1 -0
  412. package/dist/react-native/api/instance/index.d.ts +30 -0
  413. package/dist/react-native/api/instance/index.d.ts.map +1 -0
  414. package/dist/react-native/api/instance/index.js +115 -0
  415. package/dist/react-native/api/instance/index.js.map +1 -0
  416. package/dist/react-native/api/ioTOperationsContext.d.ts +13 -0
  417. package/dist/react-native/api/ioTOperationsContext.d.ts.map +1 -0
  418. package/dist/react-native/api/ioTOperationsContext.js +35 -0
  419. package/dist/react-native/api/ioTOperationsContext.js.map +1 -0
  420. package/dist/react-native/api/operations/index.d.ts +9 -0
  421. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  422. package/dist/react-native/api/operations/index.js +22 -0
  423. package/dist/react-native/api/operations/index.js.map +1 -0
  424. package/dist/react-native/api/options.d.ts +139 -0
  425. package/dist/react-native/api/options.d.ts.map +1 -0
  426. package/dist/react-native/api/options.js +4 -0
  427. package/dist/react-native/api/options.js.map +1 -0
  428. package/dist/react-native/classic/broker/index.d.ts +24 -0
  429. package/dist/react-native/classic/broker/index.d.ts.map +1 -0
  430. package/dist/react-native/classic/broker/index.js +15 -0
  431. package/dist/react-native/classic/broker/index.js.map +1 -0
  432. package/dist/react-native/classic/brokerAuthentication/index.d.ts +24 -0
  433. package/dist/react-native/classic/brokerAuthentication/index.d.ts.map +1 -0
  434. package/dist/react-native/classic/brokerAuthentication/index.js +15 -0
  435. package/dist/react-native/classic/brokerAuthentication/index.js.map +1 -0
  436. package/dist/react-native/classic/brokerAuthorization/index.d.ts +24 -0
  437. package/dist/react-native/classic/brokerAuthorization/index.d.ts.map +1 -0
  438. package/dist/react-native/classic/brokerAuthorization/index.js +15 -0
  439. package/dist/react-native/classic/brokerAuthorization/index.js.map +1 -0
  440. package/dist/react-native/classic/brokerListener/index.d.ts +24 -0
  441. package/dist/react-native/classic/brokerListener/index.d.ts.map +1 -0
  442. package/dist/react-native/classic/brokerListener/index.js +15 -0
  443. package/dist/react-native/classic/brokerListener/index.js.map +1 -0
  444. package/dist/react-native/classic/dataflow/index.d.ts +24 -0
  445. package/dist/react-native/classic/dataflow/index.d.ts.map +1 -0
  446. package/dist/react-native/classic/dataflow/index.js +15 -0
  447. package/dist/react-native/classic/dataflow/index.js.map +1 -0
  448. package/dist/react-native/classic/dataflowEndpoint/index.d.ts +24 -0
  449. package/dist/react-native/classic/dataflowEndpoint/index.d.ts.map +1 -0
  450. package/dist/react-native/classic/dataflowEndpoint/index.js +15 -0
  451. package/dist/react-native/classic/dataflowEndpoint/index.js.map +1 -0
  452. package/dist/react-native/classic/dataflowProfile/index.d.ts +24 -0
  453. package/dist/react-native/classic/dataflowProfile/index.d.ts.map +1 -0
  454. package/dist/react-native/classic/dataflowProfile/index.js +15 -0
  455. package/dist/react-native/classic/dataflowProfile/index.js.map +1 -0
  456. package/dist/react-native/classic/index.d.ts +10 -0
  457. package/dist/react-native/classic/index.d.ts.map +1 -0
  458. package/dist/react-native/classic/index.js +4 -0
  459. package/dist/react-native/classic/index.js.map +1 -0
  460. package/dist/react-native/classic/instance/index.d.ts +30 -0
  461. package/dist/react-native/classic/instance/index.d.ts.map +1 -0
  462. package/dist/react-native/classic/instance/index.js +17 -0
  463. package/dist/react-native/classic/instance/index.js.map +1 -0
  464. package/dist/react-native/classic/operations/index.d.ts +14 -0
  465. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  466. package/dist/react-native/classic/operations/index.js +12 -0
  467. package/dist/react-native/classic/operations/index.js.map +1 -0
  468. package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
  469. package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
  470. package/dist/react-native/helpers/serializerHelpers.js +24 -0
  471. package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
  472. package/dist/react-native/index.d.ts +8 -0
  473. package/dist/react-native/index.d.ts.map +1 -0
  474. package/dist/react-native/index.js +6 -0
  475. package/dist/react-native/index.js.map +1 -0
  476. package/dist/react-native/ioTOperationsClient.d.ts +39 -0
  477. package/dist/react-native/ioTOperationsClient.d.ts.map +1 -0
  478. package/dist/react-native/ioTOperationsClient.js +34 -0
  479. package/dist/react-native/ioTOperationsClient.js.map +1 -0
  480. package/dist/react-native/logger.d.ts +2 -0
  481. package/dist/react-native/logger.d.ts.map +1 -0
  482. package/dist/react-native/logger.js +5 -0
  483. package/dist/react-native/logger.js.map +1 -0
  484. package/dist/react-native/models/index.d.ts +2 -0
  485. package/dist/react-native/models/index.d.ts.map +1 -0
  486. package/dist/react-native/models/index.js +4 -0
  487. package/dist/react-native/models/index.js.map +1 -0
  488. package/dist/react-native/models/models.d.ts +1921 -0
  489. package/dist/react-native/models/models.d.ts.map +1 -0
  490. package/dist/react-native/models/models.js +2343 -0
  491. package/dist/react-native/models/models.js.map +1 -0
  492. package/dist/react-native/package.json +3 -0
  493. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  494. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  495. package/dist/react-native/restorePollerHelpers.js +160 -0
  496. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  497. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  498. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  499. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  500. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  501. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  502. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  503. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  504. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  505. package/package.json +159 -0
  506. package/review/arm-iotoperations-models.api.md +1086 -0
  507. package/review/arm-iotoperations.api.md +1369 -0
@@ -0,0 +1,1921 @@
1
+ /** Instance dataflowEndpoint resource */
2
+ export interface DataflowEndpointResource extends ProxyResource {
3
+ /** The resource-specific properties for this resource. */
4
+ properties?: DataflowEndpointProperties;
5
+ /** Edge location of the resource. */
6
+ extendedLocation: ExtendedLocation;
7
+ }
8
+ export declare function dataflowEndpointResourceSerializer(item: DataflowEndpointResource): any;
9
+ export declare function dataflowEndpointResourceDeserializer(item: any): DataflowEndpointResource;
10
+ /** DataflowEndpoint Resource properties. NOTE - Only one type of endpoint is supported for one Resource */
11
+ export interface DataflowEndpointProperties {
12
+ /** Endpoint Type. */
13
+ endpointType: EndpointType;
14
+ /** Azure Data Explorer endpoint. */
15
+ dataExplorerSettings?: DataflowEndpointDataExplorer;
16
+ /** Azure Data Lake endpoint. */
17
+ dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;
18
+ /** Microsoft Fabric endpoint. */
19
+ fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
20
+ /** Kafka endpoint. */
21
+ kafkaSettings?: DataflowEndpointKafka;
22
+ /** Local persistent volume endpoint. */
23
+ localStorageSettings?: DataflowEndpointLocalStorage;
24
+ /** Broker endpoint. */
25
+ mqttSettings?: DataflowEndpointMqtt;
26
+ /** The status of the last operation. */
27
+ readonly provisioningState?: ProvisioningState;
28
+ }
29
+ export declare function dataflowEndpointPropertiesSerializer(item: DataflowEndpointProperties): any;
30
+ export declare function dataflowEndpointPropertiesDeserializer(item: any): DataflowEndpointProperties;
31
+ /** DataflowEndpoint Type properties */
32
+ export declare enum KnownEndpointType {
33
+ /** Azure Data Explorer Type */
34
+ DataExplorer = "DataExplorer",
35
+ /** Azure Data Lake Type */
36
+ DataLakeStorage = "DataLakeStorage",
37
+ /** Microsoft Fabric Type */
38
+ FabricOneLake = "FabricOneLake",
39
+ /** Kafka Type */
40
+ Kafka = "Kafka",
41
+ /** Local Storage Type */
42
+ LocalStorage = "LocalStorage",
43
+ /** Broker Type */
44
+ Mqtt = "Mqtt"
45
+ }
46
+ /**
47
+ * DataflowEndpoint Type properties \
48
+ * {@link KnownEndpointType} can be used interchangeably with EndpointType,
49
+ * this enum contains the known values that the service supports.
50
+ * ### Known values supported by the service
51
+ * **DataExplorer**: Azure Data Explorer Type \
52
+ * **DataLakeStorage**: Azure Data Lake Type \
53
+ * **FabricOneLake**: Microsoft Fabric Type \
54
+ * **Kafka**: Kafka Type \
55
+ * **LocalStorage**: Local Storage Type \
56
+ * **Mqtt**: Broker Type
57
+ */
58
+ export type EndpointType = string;
59
+ /** Azure Data Explorer endpoint properties */
60
+ export interface DataflowEndpointDataExplorer {
61
+ /** Authentication configuration. NOTE - only authentication property is allowed per entry. */
62
+ authentication: DataflowEndpointDataExplorerAuthentication;
63
+ /** Database name. */
64
+ database: string;
65
+ /** Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net . */
66
+ host: string;
67
+ /** Azure Data Explorer endpoint batching configuration. */
68
+ batching?: BatchingConfiguration;
69
+ }
70
+ export declare function dataflowEndpointDataExplorerSerializer(item: DataflowEndpointDataExplorer): any;
71
+ export declare function dataflowEndpointDataExplorerDeserializer(item: any): DataflowEndpointDataExplorer;
72
+ /** Azure Data Explorer Authentication properties. NOTE - only authentication property is allowed per entry. */
73
+ export interface DataflowEndpointDataExplorerAuthentication {
74
+ /** Mode of Authentication. */
75
+ method: DataExplorerAuthMethod;
76
+ /** System-assigned managed identity authentication. */
77
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
78
+ /** User-assigned managed identity authentication. */
79
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
80
+ }
81
+ export declare function dataflowEndpointDataExplorerAuthenticationSerializer(item: DataflowEndpointDataExplorerAuthentication): any;
82
+ export declare function dataflowEndpointDataExplorerAuthenticationDeserializer(item: any): DataflowEndpointDataExplorerAuthentication;
83
+ /** Alias for DataExplorerAuthMethod */
84
+ export type DataExplorerAuthMethod = ManagedIdentityMethod;
85
+ export declare function dataExplorerAuthMethodSerializer(item: DataExplorerAuthMethod): any;
86
+ export declare function dataExplorerAuthMethodDeserializer(item: any): DataExplorerAuthMethod;
87
+ /** Managed Identity Method */
88
+ export declare enum KnownManagedIdentityMethod {
89
+ /** SystemAssignedManagedIdentity type */
90
+ SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
91
+ /** UserAssignedManagedIdentity type */
92
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
93
+ }
94
+ /**
95
+ * Managed Identity Method \
96
+ * {@link KnownManagedIdentityMethod} can be used interchangeably with ManagedIdentityMethod,
97
+ * this enum contains the known values that the service supports.
98
+ * ### Known values supported by the service
99
+ * **SystemAssignedManagedIdentity**: SystemAssignedManagedIdentity type \
100
+ * **UserAssignedManagedIdentity**: UserAssignedManagedIdentity type
101
+ */
102
+ export type ManagedIdentityMethod = string;
103
+ /** DataflowEndpoint Authentication SystemAssignedManagedIdentity properties */
104
+ export interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {
105
+ /** Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration. */
106
+ audience?: string;
107
+ }
108
+ export declare function dataflowEndpointAuthenticationSystemAssignedManagedIdentitySerializer(item: DataflowEndpointAuthenticationSystemAssignedManagedIdentity): any;
109
+ export declare function dataflowEndpointAuthenticationSystemAssignedManagedIdentityDeserializer(item: any): DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
110
+ /** DataflowEndpoint Authentication UserAssignedManagedIdentity properties */
111
+ export interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {
112
+ /** Client ID for the user-assigned managed identity. */
113
+ clientId: string;
114
+ /** Resource identifier (application ID URI) of the resource, affixed with the .default suffix. */
115
+ scope?: string;
116
+ /** Tenant ID. */
117
+ tenantId: string;
118
+ }
119
+ export declare function dataflowEndpointAuthenticationUserAssignedManagedIdentitySerializer(item: DataflowEndpointAuthenticationUserAssignedManagedIdentity): any;
120
+ export declare function dataflowEndpointAuthenticationUserAssignedManagedIdentityDeserializer(item: any): DataflowEndpointAuthenticationUserAssignedManagedIdentity;
121
+ /** Batching configuration */
122
+ export interface BatchingConfiguration {
123
+ /** Batching latency in seconds. */
124
+ latencySeconds?: number;
125
+ /** Maximum number of messages in a batch. */
126
+ maxMessages?: number;
127
+ }
128
+ export declare function batchingConfigurationSerializer(item: BatchingConfiguration): any;
129
+ export declare function batchingConfigurationDeserializer(item: any): BatchingConfiguration;
130
+ /** Azure Data Lake endpoint properties */
131
+ export interface DataflowEndpointDataLakeStorage {
132
+ /** Authentication configuration. NOTE - only authentication property is allowed per entry. */
133
+ authentication: DataflowEndpointDataLakeStorageAuthentication;
134
+ /** Host of the Azure Data Lake in the form of <account>.blob.core.windows.net . */
135
+ host: string;
136
+ /** Azure Data Lake endpoint batching configuration. */
137
+ batching?: BatchingConfiguration;
138
+ }
139
+ export declare function dataflowEndpointDataLakeStorageSerializer(item: DataflowEndpointDataLakeStorage): any;
140
+ export declare function dataflowEndpointDataLakeStorageDeserializer(item: any): DataflowEndpointDataLakeStorage;
141
+ /** Azure Data Lake endpoint Authentication properties. NOTE Enum - Only one method is supported for one entry */
142
+ export interface DataflowEndpointDataLakeStorageAuthentication {
143
+ /** Mode of Authentication. */
144
+ method: DataLakeStorageAuthMethod;
145
+ /** SAS token authentication. */
146
+ accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;
147
+ /** System-assigned managed identity authentication. */
148
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
149
+ /** User-assigned managed identity authentication. */
150
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
151
+ }
152
+ export declare function dataflowEndpointDataLakeStorageAuthenticationSerializer(item: DataflowEndpointDataLakeStorageAuthentication): any;
153
+ export declare function dataflowEndpointDataLakeStorageAuthenticationDeserializer(item: any): DataflowEndpointDataLakeStorageAuthentication;
154
+ /** Alias for DataLakeStorageAuthMethod */
155
+ export type DataLakeStorageAuthMethod = ManagedIdentityMethod | AccessTokenMethod;
156
+ export declare function dataLakeStorageAuthMethodSerializer(item: DataLakeStorageAuthMethod): any;
157
+ export declare function dataLakeStorageAuthMethodDeserializer(item: any): DataLakeStorageAuthMethod;
158
+ /** Access Token Method */
159
+ export declare enum KnownAccessTokenMethod {
160
+ /** AccessToken Option */
161
+ AccessToken = "AccessToken"
162
+ }
163
+ /**
164
+ * Access Token Method \
165
+ * {@link KnownAccessTokenMethod} can be used interchangeably with AccessTokenMethod,
166
+ * this enum contains the known values that the service supports.
167
+ * ### Known values supported by the service
168
+ * **AccessToken**: AccessToken Option
169
+ */
170
+ export type AccessTokenMethod = string;
171
+ /** DataflowEndpoint Authentication Access Token properties */
172
+ export interface DataflowEndpointAuthenticationAccessToken {
173
+ /** Token secret name. */
174
+ secretRef: string;
175
+ }
176
+ export declare function dataflowEndpointAuthenticationAccessTokenSerializer(item: DataflowEndpointAuthenticationAccessToken): any;
177
+ export declare function dataflowEndpointAuthenticationAccessTokenDeserializer(item: any): DataflowEndpointAuthenticationAccessToken;
178
+ /** Microsoft Fabric endpoint properties */
179
+ export interface DataflowEndpointFabricOneLake {
180
+ /** Authentication configuration. NOTE - only one authentication property is allowed per entry. */
181
+ authentication: DataflowEndpointFabricOneLakeAuthentication;
182
+ /** Names of the workspace and lakehouse. */
183
+ names: DataflowEndpointFabricOneLakeNames;
184
+ /** Type of location of the data in the workspace. Can be either tables or files. */
185
+ oneLakePathType: DataflowEndpointFabricPathType;
186
+ /** Host of the Microsoft Fabric in the form of https://<host>.fabric.microsoft.com. */
187
+ host: string;
188
+ /** Batching configuration. */
189
+ batching?: BatchingConfiguration;
190
+ }
191
+ export declare function dataflowEndpointFabricOneLakeSerializer(item: DataflowEndpointFabricOneLake): any;
192
+ export declare function dataflowEndpointFabricOneLakeDeserializer(item: any): DataflowEndpointFabricOneLake;
193
+ /** Microsoft Fabric endpoint. Authentication properties. NOTE - Only one method is supported for one entry */
194
+ export interface DataflowEndpointFabricOneLakeAuthentication {
195
+ /** Mode of Authentication. */
196
+ method: FabricOneLakeAuthMethod;
197
+ /** System-assigned managed identity authentication. */
198
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
199
+ /** User-assigned managed identity authentication. */
200
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
201
+ }
202
+ export declare function dataflowEndpointFabricOneLakeAuthenticationSerializer(item: DataflowEndpointFabricOneLakeAuthentication): any;
203
+ export declare function dataflowEndpointFabricOneLakeAuthenticationDeserializer(item: any): DataflowEndpointFabricOneLakeAuthentication;
204
+ /** Alias for FabricOneLakeAuthMethod */
205
+ export type FabricOneLakeAuthMethod = ManagedIdentityMethod;
206
+ export declare function fabricOneLakeAuthMethodSerializer(item: FabricOneLakeAuthMethod): any;
207
+ export declare function fabricOneLakeAuthMethodDeserializer(item: any): FabricOneLakeAuthMethod;
208
+ /** Microsoft Fabric endpoint Names properties */
209
+ export interface DataflowEndpointFabricOneLakeNames {
210
+ /** Lakehouse name. */
211
+ lakehouseName: string;
212
+ /** Workspace name. */
213
+ workspaceName: string;
214
+ }
215
+ export declare function dataflowEndpointFabricOneLakeNamesSerializer(item: DataflowEndpointFabricOneLakeNames): any;
216
+ export declare function dataflowEndpointFabricOneLakeNamesDeserializer(item: any): DataflowEndpointFabricOneLakeNames;
217
+ /** DataflowEndpoint Fabric Path Type properties */
218
+ export declare enum KnownDataflowEndpointFabricPathType {
219
+ /** FILES Type */
220
+ Files = "Files",
221
+ /** TABLES Type */
222
+ Tables = "Tables"
223
+ }
224
+ /**
225
+ * DataflowEndpoint Fabric Path Type properties \
226
+ * {@link KnownDataflowEndpointFabricPathType} can be used interchangeably with DataflowEndpointFabricPathType,
227
+ * this enum contains the known values that the service supports.
228
+ * ### Known values supported by the service
229
+ * **Files**: FILES Type \
230
+ * **Tables**: TABLES Type
231
+ */
232
+ export type DataflowEndpointFabricPathType = string;
233
+ /** Kafka endpoint properties */
234
+ export interface DataflowEndpointKafka {
235
+ /** Authentication configuration. NOTE - only authentication property is allowed per entry. */
236
+ authentication: DataflowEndpointKafkaAuthentication;
237
+ /** Consumer group ID. */
238
+ consumerGroupId?: string;
239
+ /** Kafka endpoint host. */
240
+ host: string;
241
+ /** Batching configuration. */
242
+ batching?: DataflowEndpointKafkaBatching;
243
+ /** Copy Broker properties. No effect if the endpoint is used as a source or if the dataflow doesn't have an Broker source. */
244
+ copyMqttProperties?: OperationalMode;
245
+ /** Compression. Can be none, gzip, lz4, or snappy. No effect if the endpoint is used as a source. */
246
+ compression?: DataflowEndpointKafkaCompression;
247
+ /** Kafka acks. Can be all, one, or zero. No effect if the endpoint is used as a source. */
248
+ kafkaAcks?: DataflowEndpointKafkaAcks;
249
+ /** Partition handling strategy. Can be default or static. No effect if the endpoint is used as a source. */
250
+ partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;
251
+ /** TLS configuration. */
252
+ tls?: TlsProperties;
253
+ /** Cloud event mapping config. */
254
+ cloudEventAttributes?: CloudEventAttributeType;
255
+ }
256
+ export declare function dataflowEndpointKafkaSerializer(item: DataflowEndpointKafka): any;
257
+ export declare function dataflowEndpointKafkaDeserializer(item: any): DataflowEndpointKafka;
258
+ /** Kafka endpoint Authentication properties. NOTE - only authentication property is allowed per entry */
259
+ export interface DataflowEndpointKafkaAuthentication {
260
+ /** Mode of Authentication. */
261
+ method: KafkaAuthMethod;
262
+ /** System-assigned managed identity authentication. */
263
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
264
+ /** User-assigned managed identity authentication. */
265
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
266
+ /** SASL authentication. */
267
+ saslSettings?: DataflowEndpointAuthenticationSasl;
268
+ /** X.509 certificate authentication. */
269
+ x509CertificateSettings?: DataflowEndpointAuthenticationX509;
270
+ }
271
+ export declare function dataflowEndpointKafkaAuthenticationSerializer(item: DataflowEndpointKafkaAuthentication): any;
272
+ export declare function dataflowEndpointKafkaAuthenticationDeserializer(item: any): DataflowEndpointKafkaAuthentication;
273
+ /** Alias for KafkaAuthMethod */
274
+ export type KafkaAuthMethod = ManagedIdentityMethod | SaslMethod | X509CertificateMethod | AnonymousMethod;
275
+ export declare function kafkaAuthMethodSerializer(item: KafkaAuthMethod): any;
276
+ export declare function kafkaAuthMethodDeserializer(item: any): KafkaAuthMethod;
277
+ /** Sasl Method */
278
+ export declare enum KnownSaslMethod {
279
+ /** Sasl Option */
280
+ Sasl = "Sasl"
281
+ }
282
+ /**
283
+ * Sasl Method \
284
+ * {@link KnownSaslMethod} can be used interchangeably with SaslMethod,
285
+ * this enum contains the known values that the service supports.
286
+ * ### Known values supported by the service
287
+ * **Sasl**: Sasl Option
288
+ */
289
+ export type SaslMethod = string;
290
+ /** x509 Certificate Method */
291
+ export declare enum KnownX509CertificateMethod {
292
+ /** x509Certificate Option */
293
+ X509Certificate = "X509Certificate"
294
+ }
295
+ /**
296
+ * x509 Certificate Method \
297
+ * {@link Knownx509CertificateMethod} can be used interchangeably with x509CertificateMethod,
298
+ * this enum contains the known values that the service supports.
299
+ * ### Known values supported by the service
300
+ * **X509Certificate**: x509Certificate Option
301
+ */
302
+ export type X509CertificateMethod = string;
303
+ /** x509 Certificate Method */
304
+ export declare enum KnownAnonymousMethod {
305
+ /** Anonymous Option */
306
+ Anonymous = "Anonymous"
307
+ }
308
+ /**
309
+ * x509 Certificate Method \
310
+ * {@link KnownAnonymousMethod} can be used interchangeably with AnonymousMethod,
311
+ * this enum contains the known values that the service supports.
312
+ * ### Known values supported by the service
313
+ * **Anonymous**: Anonymous Option
314
+ */
315
+ export type AnonymousMethod = string;
316
+ /** DataflowEndpoint Authentication Sasl properties */
317
+ export interface DataflowEndpointAuthenticationSasl {
318
+ /** Type of SASL authentication. Can be PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512. */
319
+ saslType: DataflowEndpointAuthenticationSaslType;
320
+ /** Token secret name. */
321
+ secretRef: string;
322
+ }
323
+ export declare function dataflowEndpointAuthenticationSaslSerializer(item: DataflowEndpointAuthenticationSasl): any;
324
+ export declare function dataflowEndpointAuthenticationSaslDeserializer(item: any): DataflowEndpointAuthenticationSasl;
325
+ /** DataflowEndpoint Authentication Sasl Type properties */
326
+ export declare enum KnownDataflowEndpointAuthenticationSaslType {
327
+ /** PLAIN Type */
328
+ Plain = "Plain",
329
+ /** SCRAM_SHA_256 Type */
330
+ ScramSha256 = "ScramSha256",
331
+ /** SCRAM_SHA_512 Type */
332
+ ScramSha512 = "ScramSha512"
333
+ }
334
+ /**
335
+ * DataflowEndpoint Authentication Sasl Type properties \
336
+ * {@link KnownDataflowEndpointAuthenticationSaslType} can be used interchangeably with DataflowEndpointAuthenticationSaslType,
337
+ * this enum contains the known values that the service supports.
338
+ * ### Known values supported by the service
339
+ * **Plain**: PLAIN Type \
340
+ * **ScramSha256**: SCRAM_SHA_256 Type \
341
+ * **ScramSha512**: SCRAM_SHA_512 Type
342
+ */
343
+ export type DataflowEndpointAuthenticationSaslType = string;
344
+ /** DataflowEndpoint Authentication X509 properties */
345
+ export interface DataflowEndpointAuthenticationX509 {
346
+ /** Secret reference of the X.509 certificate. */
347
+ secretRef: string;
348
+ }
349
+ export declare function dataflowEndpointAuthenticationX509Serializer(item: DataflowEndpointAuthenticationX509): any;
350
+ export declare function dataflowEndpointAuthenticationX509Deserializer(item: any): DataflowEndpointAuthenticationX509;
351
+ /** Kafka endpoint Batching properties */
352
+ export interface DataflowEndpointKafkaBatching {
353
+ /** Mode for batching. */
354
+ mode?: OperationalMode;
355
+ /** Batching latency in milliseconds. */
356
+ latencyMs?: number;
357
+ /** Maximum number of bytes in a batch. */
358
+ maxBytes?: number;
359
+ /** Maximum number of messages in a batch. */
360
+ maxMessages?: number;
361
+ }
362
+ export declare function dataflowEndpointKafkaBatchingSerializer(item: DataflowEndpointKafkaBatching): any;
363
+ export declare function dataflowEndpointKafkaBatchingDeserializer(item: any): DataflowEndpointKafkaBatching;
364
+ /** Mode properties */
365
+ export declare enum KnownOperationalMode {
366
+ /** Enabled is equivalent to True */
367
+ Enabled = "Enabled",
368
+ /** Disabled is equivalent to False. */
369
+ Disabled = "Disabled"
370
+ }
371
+ /**
372
+ * Mode properties \
373
+ * {@link KnownOperationalMode} can be used interchangeably with OperationalMode,
374
+ * this enum contains the known values that the service supports.
375
+ * ### Known values supported by the service
376
+ * **Enabled**: Enabled is equivalent to True \
377
+ * **Disabled**: Disabled is equivalent to False.
378
+ */
379
+ export type OperationalMode = string;
380
+ /** Kafka endpoint Compression properties */
381
+ export declare enum KnownDataflowEndpointKafkaCompression {
382
+ /** NONE Option */
383
+ None = "None",
384
+ /** Gzip Option */
385
+ Gzip = "Gzip",
386
+ /** SNAPPY Option */
387
+ Snappy = "Snappy",
388
+ /** LZ4 Option */
389
+ Lz4 = "Lz4"
390
+ }
391
+ /**
392
+ * Kafka endpoint Compression properties \
393
+ * {@link KnownDataflowEndpointKafkaCompression} can be used interchangeably with DataflowEndpointKafkaCompression,
394
+ * this enum contains the known values that the service supports.
395
+ * ### Known values supported by the service
396
+ * **None**: NONE Option \
397
+ * **Gzip**: Gzip Option \
398
+ * **Snappy**: SNAPPY Option \
399
+ * **Lz4**: LZ4 Option
400
+ */
401
+ export type DataflowEndpointKafkaCompression = string;
402
+ /** DataflowEndpoint Kafka Acks properties */
403
+ export declare enum KnownDataflowEndpointKafkaAcks {
404
+ /** ZERO Option */
405
+ Zero = "Zero",
406
+ /** ONE Option */
407
+ One = "One",
408
+ /** ALL Option */
409
+ All = "All"
410
+ }
411
+ /**
412
+ * DataflowEndpoint Kafka Acks properties \
413
+ * {@link KnownDataflowEndpointKafkaAcks} can be used interchangeably with DataflowEndpointKafkaAcks,
414
+ * this enum contains the known values that the service supports.
415
+ * ### Known values supported by the service
416
+ * **Zero**: ZERO Option \
417
+ * **One**: ONE Option \
418
+ * **All**: ALL Option
419
+ */
420
+ export type DataflowEndpointKafkaAcks = string;
421
+ /** DataflowEndpoint Kafka Partition Strategy properties */
422
+ export declare enum KnownDataflowEndpointKafkaPartitionStrategy {
423
+ /** Default: Assigns messages to random partitions, using a round-robin algorithm. */
424
+ Default = "Default",
425
+ /** Static: Assigns messages to a fixed partition number that's derived from the instance ID of the dataflow. */
426
+ Static = "Static",
427
+ /** TOPIC Option */
428
+ Topic = "Topic",
429
+ /** PROPERTY Option */
430
+ Property = "Property"
431
+ }
432
+ /**
433
+ * DataflowEndpoint Kafka Partition Strategy properties \
434
+ * {@link KnownDataflowEndpointKafkaPartitionStrategy} can be used interchangeably with DataflowEndpointKafkaPartitionStrategy,
435
+ * this enum contains the known values that the service supports.
436
+ * ### Known values supported by the service
437
+ * **Default**: Default: Assigns messages to random partitions, using a round-robin algorithm. \
438
+ * **Static**: Static: Assigns messages to a fixed partition number that's derived from the instance ID of the dataflow. \
439
+ * **Topic**: TOPIC Option \
440
+ * **Property**: PROPERTY Option
441
+ */
442
+ export type DataflowEndpointKafkaPartitionStrategy = string;
443
+ /** Tls properties */
444
+ export interface TlsProperties {
445
+ /** Mode for TLS. */
446
+ mode?: OperationalMode;
447
+ /** Trusted CA certificate config map. */
448
+ trustedCaCertificateConfigMapRef?: string;
449
+ }
450
+ export declare function tlsPropertiesSerializer(item: TlsProperties): any;
451
+ export declare function tlsPropertiesDeserializer(item: any): TlsProperties;
452
+ /** How to map events to the cloud. */
453
+ export declare enum KnownCloudEventAttributeType {
454
+ /** Propagate type */
455
+ Propagate = "Propagate",
456
+ /** CreateOrRemap type */
457
+ CreateOrRemap = "CreateOrRemap"
458
+ }
459
+ /**
460
+ * How to map events to the cloud. \
461
+ * {@link KnownCloudEventAttributeType} can be used interchangeably with CloudEventAttributeType,
462
+ * this enum contains the known values that the service supports.
463
+ * ### Known values supported by the service
464
+ * **Propagate**: Propagate type \
465
+ * **CreateOrRemap**: CreateOrRemap type
466
+ */
467
+ export type CloudEventAttributeType = string;
468
+ /** Local persistent volume endpoint properties */
469
+ export interface DataflowEndpointLocalStorage {
470
+ /** Persistent volume claim name. */
471
+ persistentVolumeClaimRef: string;
472
+ }
473
+ export declare function dataflowEndpointLocalStorageSerializer(item: DataflowEndpointLocalStorage): any;
474
+ export declare function dataflowEndpointLocalStorageDeserializer(item: any): DataflowEndpointLocalStorage;
475
+ /** Broker endpoint properties */
476
+ export interface DataflowEndpointMqtt {
477
+ /** authentication properties. DEFAULT: kubernetes.audience=aio-internal. NOTE - Enum field only property is allowed */
478
+ authentication: DataflowEndpointMqttAuthentication;
479
+ /** Client ID prefix. Client ID generated by the dataflow is <prefix>-TBD. Optional; no prefix if omitted. */
480
+ clientIdPrefix?: string;
481
+ /** Host of the Broker in the form of <hostname>:<port>. Optional; connects to Broker if omitted. */
482
+ host?: string;
483
+ /** Enable or disable websockets. */
484
+ protocol?: BrokerProtocolType;
485
+ /** Broker KeepAlive for connection in seconds. */
486
+ keepAliveSeconds?: number;
487
+ /** Whether or not to keep the retain setting. */
488
+ retain?: MqttRetainType;
489
+ /** 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. */
490
+ maxInflightMessages?: number;
491
+ /** Qos for Broker connection. */
492
+ qos?: number;
493
+ /** Session expiry in seconds. */
494
+ sessionExpirySeconds?: number;
495
+ /** TLS configuration. */
496
+ tls?: TlsProperties;
497
+ /** Cloud event mapping config. */
498
+ cloudEventAttributes?: CloudEventAttributeType;
499
+ }
500
+ export declare function dataflowEndpointMqttSerializer(item: DataflowEndpointMqtt): any;
501
+ export declare function dataflowEndpointMqttDeserializer(item: any): DataflowEndpointMqtt;
502
+ /** Mqtt endpoint Authentication properties. NOTE - only authentication property is allowed per entry. */
503
+ export interface DataflowEndpointMqttAuthentication {
504
+ /** Mode of Authentication. */
505
+ method: MqttAuthMethod;
506
+ /** System-assigned managed identity authentication. */
507
+ systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
508
+ /** User-assigned managed identity authentication. */
509
+ userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
510
+ /** Kubernetes service account token authentication. Default audience if not set is aio-internal */
511
+ serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
512
+ /** X.509 certificate authentication. */
513
+ x509CertificateSettings?: DataflowEndpointAuthenticationX509;
514
+ }
515
+ export declare function dataflowEndpointMqttAuthenticationSerializer(item: DataflowEndpointMqttAuthentication): any;
516
+ export declare function dataflowEndpointMqttAuthenticationDeserializer(item: any): DataflowEndpointMqttAuthentication;
517
+ /** Alias for MqttAuthMethod */
518
+ export type MqttAuthMethod = ManagedIdentityMethod | ServiceAccountTokenMethod | X509CertificateMethod | AnonymousMethod;
519
+ export declare function mqttAuthMethodSerializer(item: MqttAuthMethod): any;
520
+ export declare function mqttAuthMethodDeserializer(item: any): MqttAuthMethod;
521
+ /** Service Account Token Method */
522
+ export declare enum KnownServiceAccountTokenMethod {
523
+ /** ServiceAccountToken Option */
524
+ ServiceAccountToken = "ServiceAccountToken"
525
+ }
526
+ /**
527
+ * Service Account Token Method \
528
+ * {@link KnownServiceAccountTokenMethod} can be used interchangeably with ServiceAccountTokenMethod,
529
+ * this enum contains the known values that the service supports.
530
+ * ### Known values supported by the service
531
+ * **ServiceAccountToken**: ServiceAccountToken Option
532
+ */
533
+ export type ServiceAccountTokenMethod = string;
534
+ /** Service Account Token for BrokerAuthentication */
535
+ export interface DataflowEndpointAuthenticationServiceAccountToken {
536
+ /** Audience of the service account. Optional, defaults to the broker internal service account audience. */
537
+ audience: string;
538
+ }
539
+ export declare function dataflowEndpointAuthenticationServiceAccountTokenSerializer(item: DataflowEndpointAuthenticationServiceAccountToken): any;
540
+ export declare function dataflowEndpointAuthenticationServiceAccountTokenDeserializer(item: any): DataflowEndpointAuthenticationServiceAccountToken;
541
+ /** Broker Protocol types */
542
+ export declare enum KnownBrokerProtocolType {
543
+ /** protocol broker */
544
+ Mqtt = "Mqtt",
545
+ /** protocol websocket */
546
+ WebSockets = "WebSockets"
547
+ }
548
+ /**
549
+ * Broker Protocol types \
550
+ * {@link KnownBrokerProtocolType} can be used interchangeably with BrokerProtocolType,
551
+ * this enum contains the known values that the service supports.
552
+ * ### Known values supported by the service
553
+ * **Mqtt**: protocol broker \
554
+ * **WebSockets**: protocol websocket
555
+ */
556
+ export type BrokerProtocolType = string;
557
+ /** Broker Retain types */
558
+ export declare enum KnownMqttRetainType {
559
+ /** Retain the messages. */
560
+ Keep = "Keep",
561
+ /** Never retain messages. */
562
+ Never = "Never"
563
+ }
564
+ /**
565
+ * Broker Retain types \
566
+ * {@link KnownMqttRetainType} can be used interchangeably with MqttRetainType,
567
+ * this enum contains the known values that the service supports.
568
+ * ### Known values supported by the service
569
+ * **Keep**: Retain the messages. \
570
+ * **Never**: Never retain messages.
571
+ */
572
+ export type MqttRetainType = string;
573
+ /** The provisioning state of a resource type. */
574
+ export declare enum KnownProvisioningState {
575
+ /** Resource has been created. */
576
+ Succeeded = "Succeeded",
577
+ /** Resource creation failed. */
578
+ Failed = "Failed",
579
+ /** Resource creation was canceled. */
580
+ Canceled = "Canceled",
581
+ /** Resource creation was provisioning. */
582
+ Provisioning = "Provisioning",
583
+ /** Resource creation was updating. */
584
+ Updating = "Updating",
585
+ /** Resource creation was deleting. */
586
+ Deleting = "Deleting",
587
+ /** Resource creation was accepted. */
588
+ Accepted = "Accepted"
589
+ }
590
+ /**
591
+ * The provisioning state of a resource type. \
592
+ * {@link KnownProvisioningState} can be used interchangeably with ResourceProvisioningState,
593
+ * this enum contains the known values that the service supports.
594
+ * ### Known values supported by the service
595
+ * **Succeeded**: Resource has been created. \
596
+ * **Failed**: Resource creation failed. \
597
+ * **Canceled**: Resource creation canceled. \
598
+ * **Provisioning**: Resource creation provisioning. \
599
+ * **Updating**: Resource creation updating. \
600
+ * **Deleting**: Resource creation deleting. \
601
+ * **Accepted**: Resource creation was accepted.
602
+ */
603
+ export type ProvisioningState = string;
604
+ export declare function provisioningStateSerializer(item: ProvisioningState): any;
605
+ export declare function provisioningStateDeserializer(item: any): ProvisioningState;
606
+ /** 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. */
607
+ export interface ExtendedLocation {
608
+ /** The name of the extended location. */
609
+ name: string;
610
+ /** Type of ExtendedLocation. */
611
+ type: ExtendedLocationType;
612
+ }
613
+ export declare function extendedLocationSerializer(item: ExtendedLocation): any;
614
+ export declare function extendedLocationDeserializer(item: any): ExtendedLocation;
615
+ /** The enum defining type of ExtendedLocation accepted. */
616
+ export declare enum KnownExtendedLocationType {
617
+ /** CustomLocation type */
618
+ CustomLocation = "CustomLocation"
619
+ }
620
+ /**
621
+ * The enum defining type of ExtendedLocation accepted. \
622
+ * {@link KnownExtendedLocationType} can be used interchangeably with ExtendedLocationType,
623
+ * this enum contains the known values that the service supports.
624
+ * ### Known values supported by the service
625
+ * **CustomLocation**: CustomLocation type
626
+ */
627
+ export type ExtendedLocationType = string;
628
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
629
+ export interface ProxyResource extends Resource {
630
+ }
631
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
632
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
633
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
634
+ export interface Resource {
635
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
636
+ readonly id?: string;
637
+ /** The name of the resource */
638
+ readonly name?: string;
639
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
640
+ readonly type?: string;
641
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
642
+ readonly systemData?: SystemData;
643
+ }
644
+ export declare function resourceSerializer(item: Resource): any;
645
+ export declare function resourceDeserializer(item: any): Resource;
646
+ /** Metadata pertaining to creation and last modification of the resource. */
647
+ export interface SystemData {
648
+ /** The identity that created the resource. */
649
+ createdBy?: string;
650
+ /** The type of identity that created the resource. */
651
+ createdByType?: CreatedByType;
652
+ /** The timestamp of resource creation (UTC). */
653
+ createdAt?: Date;
654
+ /** The identity that last modified the resource. */
655
+ lastModifiedBy?: string;
656
+ /** The type of identity that last modified the resource. */
657
+ lastModifiedByType?: CreatedByType;
658
+ /** The timestamp of resource last modification (UTC) */
659
+ lastModifiedAt?: Date;
660
+ }
661
+ export declare function systemDataDeserializer(item: any): SystemData;
662
+ /** The kind of entity that created the resource. */
663
+ export declare enum KnownCreatedByType {
664
+ /** The entity was created by a user. */
665
+ User = "User",
666
+ /** The entity was created by an application. */
667
+ Application = "Application",
668
+ /** The entity was created by a managed identity. */
669
+ ManagedIdentity = "ManagedIdentity",
670
+ /** The entity was created by a key. */
671
+ Key = "Key"
672
+ }
673
+ /**
674
+ * The kind of entity that created the resource. \
675
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
676
+ * this enum contains the known values that the service supports.
677
+ * ### Known values supported by the service
678
+ * **User**: The entity was created by a user. \
679
+ * **Application**: The entity was created by an application. \
680
+ * **ManagedIdentity**: The entity was created by a managed identity. \
681
+ * **Key**: The entity was created by a key.
682
+ */
683
+ export type CreatedByType = string;
684
+ /** The response of a DataflowEndpointResource list operation. */
685
+ export interface _DataflowEndpointResourceListResult {
686
+ /** The DataflowEndpointResource items on this page */
687
+ value: DataflowEndpointResource[];
688
+ /** The link to the next page of items */
689
+ nextLink?: string;
690
+ }
691
+ export declare function _dataflowEndpointResourceListResultDeserializer(item: any): _DataflowEndpointResourceListResult;
692
+ export declare function dataflowEndpointResourceArraySerializer(result: Array<DataflowEndpointResource>): any[];
693
+ export declare function dataflowEndpointResourceArrayDeserializer(result: Array<DataflowEndpointResource>): any[];
694
+ /** Instance dataflowProfile dataflow resource */
695
+ export interface DataflowResource extends ProxyResource {
696
+ /** The resource-specific properties for this resource. */
697
+ properties?: DataflowProperties;
698
+ /** Edge location of the resource. */
699
+ extendedLocation: ExtendedLocation;
700
+ }
701
+ export declare function dataflowResourceSerializer(item: DataflowResource): any;
702
+ export declare function dataflowResourceDeserializer(item: any): DataflowResource;
703
+ /** Dataflow Resource properties */
704
+ export interface DataflowProperties {
705
+ /** Mode for Dataflow. Optional; defaults to Enabled. */
706
+ mode?: OperationalMode;
707
+ /** List of operations including source and destination references as well as transformation. */
708
+ operations: DataflowOperation[];
709
+ /** The status of the last operation. */
710
+ readonly provisioningState?: ProvisioningState;
711
+ }
712
+ export declare function dataflowPropertiesSerializer(item: DataflowProperties): any;
713
+ export declare function dataflowPropertiesDeserializer(item: any): DataflowProperties;
714
+ /** Dataflow Operation properties. NOTE - One only method is allowed to be used for one entry. */
715
+ export interface DataflowOperation {
716
+ /** Type of operation. */
717
+ operationType: OperationType;
718
+ /** Optional user provided name of the transformation. */
719
+ name?: string;
720
+ /** Source configuration. */
721
+ sourceSettings?: DataflowSourceOperationSettings;
722
+ /** Built In Transformation configuration. */
723
+ builtInTransformationSettings?: DataflowBuiltInTransformationSettings;
724
+ /** Destination configuration. */
725
+ destinationSettings?: DataflowDestinationOperationSettings;
726
+ }
727
+ export declare function dataflowOperationSerializer(item: DataflowOperation): any;
728
+ export declare function dataflowOperationDeserializer(item: any): DataflowOperation;
729
+ /** Dataflow Operation Type properties */
730
+ export declare enum KnownOperationType {
731
+ /** Dataflow Source Operation */
732
+ Source = "Source",
733
+ /** Dataflow Destination Operation */
734
+ Destination = "Destination",
735
+ /** Dataflow BuiltIn Transformation Operation */
736
+ BuiltInTransformation = "BuiltInTransformation"
737
+ }
738
+ /**
739
+ * Dataflow Operation Type properties \
740
+ * {@link KnownOperationType} can be used interchangeably with OperationType,
741
+ * this enum contains the known values that the service supports.
742
+ * ### Known values supported by the service
743
+ * **Source**: Dataflow Source Operation \
744
+ * **Destination**: Dataflow Destination Operation \
745
+ * **BuiltInTransformation**: Dataflow BuiltIn Transformation Operation
746
+ */
747
+ export type OperationType = string;
748
+ /** Dataflow Source Operation properties */
749
+ export interface DataflowSourceOperationSettings {
750
+ /** Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type. */
751
+ endpointRef: string;
752
+ /** Reference to the resource in Azure Device Registry where the data in the endpoint originates from. */
753
+ assetRef?: string;
754
+ /** Content is a JSON Schema. Allowed: JSON Schema/draft-7. */
755
+ serializationFormat?: SourceSerializationFormat;
756
+ /** Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match. */
757
+ schemaRef?: string;
758
+ /** List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +. */
759
+ dataSources: string[];
760
+ }
761
+ export declare function dataflowSourceOperationSettingsSerializer(item: DataflowSourceOperationSettings): any;
762
+ export declare function dataflowSourceOperationSettingsDeserializer(item: any): DataflowSourceOperationSettings;
763
+ /** Serialization Format properties */
764
+ export declare enum KnownSourceSerializationFormat {
765
+ /** JSON Format */
766
+ Json = "Json"
767
+ }
768
+ /**
769
+ * Serialization Format properties \
770
+ * {@link KnownSourceSerializationFormat} can be used interchangeably with SourceSerializationFormat,
771
+ * this enum contains the known values that the service supports.
772
+ * ### Known values supported by the service
773
+ * **Json**: JSON Format
774
+ */
775
+ export type SourceSerializationFormat = string;
776
+ /** Dataflow BuiltIn Transformation properties */
777
+ export interface DataflowBuiltInTransformationSettings {
778
+ /** Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json */
779
+ serializationFormat?: TransformationSerializationFormat;
780
+ /** Reference to the schema that describes the output of the transformation. */
781
+ schemaRef?: string;
782
+ /** Enrich data from Broker State Store. Dataset references a key in Broker State Store. */
783
+ datasets?: DataflowBuiltInTransformationDataset[];
784
+ /** Filters input record or datapoints based on condition. */
785
+ filter?: DataflowBuiltInTransformationFilter[];
786
+ /** Maps input to output message. */
787
+ map?: DataflowBuiltInTransformationMap[];
788
+ }
789
+ export declare function dataflowBuiltInTransformationSettingsSerializer(item: DataflowBuiltInTransformationSettings): any;
790
+ export declare function dataflowBuiltInTransformationSettingsDeserializer(item: any): DataflowBuiltInTransformationSettings;
791
+ /** Transformation Format properties */
792
+ export declare enum KnownTransformationSerializationFormat {
793
+ /** Delta Format */
794
+ Delta = "Delta",
795
+ /** JSON Format */
796
+ Json = "Json",
797
+ /** Parquet Format */
798
+ Parquet = "Parquet"
799
+ }
800
+ /**
801
+ * Transformation Format properties \
802
+ * {@link KnownTransformationSerializationFormat} can be used interchangeably with TransformationSerializationFormat,
803
+ * this enum contains the known values that the service supports.
804
+ * ### Known values supported by the service
805
+ * **Delta**: Delta Format \
806
+ * **Json**: JSON Format \
807
+ * **Parquet**: Parquet Format
808
+ */
809
+ export type TransformationSerializationFormat = string;
810
+ /** Dataflow BuiltIn Transformation dataset properties */
811
+ export interface DataflowBuiltInTransformationDataset {
812
+ /** The key of the dataset. */
813
+ key: string;
814
+ /** A user provided optional description of the dataset. */
815
+ description?: string;
816
+ /** The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7. */
817
+ schemaRef?: string;
818
+ /** List of fields for enriching from the Broker State Store. */
819
+ inputs: string[];
820
+ /** Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided) */
821
+ expression?: string;
822
+ }
823
+ export declare function dataflowBuiltInTransformationDatasetSerializer(item: DataflowBuiltInTransformationDataset): any;
824
+ export declare function dataflowBuiltInTransformationDatasetDeserializer(item: any): DataflowBuiltInTransformationDataset;
825
+ export declare function dataflowBuiltInTransformationDatasetArraySerializer(result: Array<DataflowBuiltInTransformationDataset>): any[];
826
+ export declare function dataflowBuiltInTransformationDatasetArrayDeserializer(result: Array<DataflowBuiltInTransformationDataset>): any[];
827
+ /** Dataflow BuiltIn Transformation filter properties */
828
+ export interface DataflowBuiltInTransformationFilter {
829
+ /** The type of dataflow operation. */
830
+ type?: FilterType;
831
+ /** A user provided optional description of the filter. */
832
+ description?: string;
833
+ /** List of fields for filtering in JSON path expression. */
834
+ inputs: string[];
835
+ /** 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) */
836
+ expression: string;
837
+ }
838
+ export declare function dataflowBuiltInTransformationFilterSerializer(item: DataflowBuiltInTransformationFilter): any;
839
+ export declare function dataflowBuiltInTransformationFilterDeserializer(item: any): DataflowBuiltInTransformationFilter;
840
+ /** Filter Type properties */
841
+ export declare enum KnownFilterType {
842
+ /** Filter type */
843
+ Filter = "Filter"
844
+ }
845
+ /**
846
+ * Filter Type properties \
847
+ * {@link KnownFilterType} can be used interchangeably with FilterType,
848
+ * this enum contains the known values that the service supports.
849
+ * ### Known values supported by the service
850
+ * **Filter**: Filter type
851
+ */
852
+ export type FilterType = string;
853
+ export declare function dataflowBuiltInTransformationFilterArraySerializer(result: Array<DataflowBuiltInTransformationFilter>): any[];
854
+ export declare function dataflowBuiltInTransformationFilterArrayDeserializer(result: Array<DataflowBuiltInTransformationFilter>): any[];
855
+ /** Dataflow BuiltIn Transformation map properties */
856
+ export interface DataflowBuiltInTransformationMap {
857
+ /** Type of transformation. */
858
+ type?: DataflowMappingType;
859
+ /** A user provided optional description of the mapping function. */
860
+ description?: string;
861
+ /** List of fields for mapping in JSON path expression. */
862
+ inputs: string[];
863
+ /** Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided) */
864
+ expression?: string;
865
+ /** Where and how the input fields to be organized in the output record. */
866
+ output: string;
867
+ }
868
+ export declare function dataflowBuiltInTransformationMapSerializer(item: DataflowBuiltInTransformationMap): any;
869
+ export declare function dataflowBuiltInTransformationMapDeserializer(item: any): DataflowBuiltInTransformationMap;
870
+ /** Dataflow type mapping properties */
871
+ export declare enum KnownDataflowMappingType {
872
+ /** New Properties type */
873
+ NewProperties = "NewProperties",
874
+ /** Rename type */
875
+ Rename = "Rename",
876
+ /** Compute type */
877
+ Compute = "Compute",
878
+ /** Pass-through type */
879
+ PassThrough = "PassThrough",
880
+ /** Built in function type */
881
+ BuiltInFunction = "BuiltInFunction"
882
+ }
883
+ /**
884
+ * Dataflow type mapping properties \
885
+ * {@link KnownDataflowMappingType} can be used interchangeably with DataflowMappingType,
886
+ * this enum contains the known values that the service supports.
887
+ * ### Known values supported by the service
888
+ * **NewProperties**: New Properties type \
889
+ * **Rename**: Rename type \
890
+ * **Compute**: Compute type \
891
+ * **PassThrough**: Pass-through type \
892
+ * **BuiltInFunction**: Built in function type
893
+ */
894
+ export type DataflowMappingType = string;
895
+ export declare function dataflowBuiltInTransformationMapArraySerializer(result: Array<DataflowBuiltInTransformationMap>): any[];
896
+ export declare function dataflowBuiltInTransformationMapArrayDeserializer(result: Array<DataflowBuiltInTransformationMap>): any[];
897
+ /** Dataflow Destination Operation properties */
898
+ export interface DataflowDestinationOperationSettings {
899
+ /** Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type. */
900
+ endpointRef: string;
901
+ /** Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription. */
902
+ dataDestination: string;
903
+ }
904
+ export declare function dataflowDestinationOperationSettingsSerializer(item: DataflowDestinationOperationSettings): any;
905
+ export declare function dataflowDestinationOperationSettingsDeserializer(item: any): DataflowDestinationOperationSettings;
906
+ export declare function dataflowOperationArraySerializer(result: Array<DataflowOperation>): any[];
907
+ export declare function dataflowOperationArrayDeserializer(result: Array<DataflowOperation>): any[];
908
+ /** The response of a DataflowResource list operation. */
909
+ export interface _DataflowResourceListResult {
910
+ /** The DataflowResource items on this page */
911
+ value: DataflowResource[];
912
+ /** The link to the next page of items */
913
+ nextLink?: string;
914
+ }
915
+ export declare function _dataflowResourceListResultDeserializer(item: any): _DataflowResourceListResult;
916
+ export declare function dataflowResourceArraySerializer(result: Array<DataflowResource>): any[];
917
+ export declare function dataflowResourceArrayDeserializer(result: Array<DataflowResource>): any[];
918
+ /** Instance dataflowProfile resource */
919
+ export interface DataflowProfileResource extends ProxyResource {
920
+ /** The resource-specific properties for this resource. */
921
+ properties?: DataflowProfileProperties;
922
+ /** Edge location of the resource. */
923
+ extendedLocation: ExtendedLocation;
924
+ }
925
+ export declare function dataflowProfileResourceSerializer(item: DataflowProfileResource): any;
926
+ export declare function dataflowProfileResourceDeserializer(item: any): DataflowProfileResource;
927
+ /** DataflowProfile Resource properties */
928
+ export interface DataflowProfileProperties {
929
+ /** Spec defines the desired identities of NBC diagnostics settings. */
930
+ diagnostics?: ProfileDiagnostics;
931
+ /** To manually scale the dataflow profile, specify the maximum number of instances you want to run. */
932
+ instanceCount?: number;
933
+ /** The status of the last operation. */
934
+ readonly provisioningState?: ProvisioningState;
935
+ }
936
+ export declare function dataflowProfilePropertiesSerializer(item: DataflowProfileProperties): any;
937
+ export declare function dataflowProfilePropertiesDeserializer(item: any): DataflowProfileProperties;
938
+ /** DataflowProfile Diagnostics properties */
939
+ export interface ProfileDiagnostics {
940
+ /** Diagnostic log settings for the resource. */
941
+ logs?: DiagnosticsLogs;
942
+ /** The metrics settings for the resource. */
943
+ metrics?: Metrics;
944
+ }
945
+ export declare function profileDiagnosticsSerializer(item: ProfileDiagnostics): any;
946
+ export declare function profileDiagnosticsDeserializer(item: any): ProfileDiagnostics;
947
+ /** Diagnostic Log properties */
948
+ export interface DiagnosticsLogs {
949
+ /** The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'. */
950
+ level?: string;
951
+ }
952
+ export declare function diagnosticsLogsSerializer(item: DiagnosticsLogs): any;
953
+ export declare function diagnosticsLogsDeserializer(item: any): DiagnosticsLogs;
954
+ /** Diagnostic Metrics properties */
955
+ export interface Metrics {
956
+ /** The prometheus port to expose the metrics. */
957
+ prometheusPort?: number;
958
+ }
959
+ export declare function metricsSerializer(item: Metrics): any;
960
+ export declare function metricsDeserializer(item: any): Metrics;
961
+ /** The response of a DataflowProfileResource list operation. */
962
+ export interface _DataflowProfileResourceListResult {
963
+ /** The DataflowProfileResource items on this page */
964
+ value: DataflowProfileResource[];
965
+ /** The link to the next page of items */
966
+ nextLink?: string;
967
+ }
968
+ export declare function _dataflowProfileResourceListResultDeserializer(item: any): _DataflowProfileResourceListResult;
969
+ export declare function dataflowProfileResourceArraySerializer(result: Array<DataflowProfileResource>): any[];
970
+ export declare function dataflowProfileResourceArrayDeserializer(result: Array<DataflowProfileResource>): any[];
971
+ /** Instance broker authorizations resource */
972
+ export interface BrokerAuthorizationResource extends ProxyResource {
973
+ /** The resource-specific properties for this resource. */
974
+ properties?: BrokerAuthorizationProperties;
975
+ /** Edge location of the resource. */
976
+ extendedLocation: ExtendedLocation;
977
+ }
978
+ export declare function brokerAuthorizationResourceSerializer(item: BrokerAuthorizationResource): any;
979
+ export declare function brokerAuthorizationResourceDeserializer(item: any): BrokerAuthorizationResource;
980
+ /** BrokerAuthorization Resource properties */
981
+ export interface BrokerAuthorizationProperties {
982
+ /** The list of authorization policies supported by the Authorization Resource. */
983
+ authorizationPolicies: AuthorizationConfig;
984
+ /** The status of the last operation. */
985
+ readonly provisioningState?: ProvisioningState;
986
+ }
987
+ export declare function brokerAuthorizationPropertiesSerializer(item: BrokerAuthorizationProperties): any;
988
+ export declare function brokerAuthorizationPropertiesDeserializer(item: any): BrokerAuthorizationProperties;
989
+ /** Broker AuthorizationConfig properties */
990
+ export interface AuthorizationConfig {
991
+ /** Enable caching of the authorization rules. */
992
+ cache?: OperationalMode;
993
+ /** The authorization rules to follow. If no rule is set, but Authorization Resource is used that would mean DenyAll. */
994
+ rules?: AuthorizationRule[];
995
+ }
996
+ export declare function authorizationConfigSerializer(item: AuthorizationConfig): any;
997
+ export declare function authorizationConfigDeserializer(item: any): AuthorizationConfig;
998
+ /** AuthorizationConfig Rule Properties */
999
+ export interface AuthorizationRule {
1000
+ /** Give access to Broker methods and topics. */
1001
+ brokerResources: BrokerResourceRule[];
1002
+ /** Give access to clients based on the following properties. */
1003
+ principals: PrincipalDefinition;
1004
+ /** Give access to state store resources. */
1005
+ stateStoreResources?: StateStoreResourceRule[];
1006
+ }
1007
+ export declare function authorizationRuleSerializer(item: AuthorizationRule): any;
1008
+ export declare function authorizationRuleDeserializer(item: any): AuthorizationRule;
1009
+ /** Broker Resource Rule properties. This defines the objects that represent the actions or topics, such as - method.Connect, method.Publish, etc. */
1010
+ export interface BrokerResourceRule {
1011
+ /** Give access for a Broker method (i.e., Connect, Subscribe, or Publish). */
1012
+ method: BrokerResourceDefinitionMethods;
1013
+ /** 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. */
1014
+ clientIds?: string[];
1015
+ /** 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. */
1016
+ topics?: string[];
1017
+ }
1018
+ export declare function brokerResourceRuleSerializer(item: BrokerResourceRule): any;
1019
+ export declare function brokerResourceRuleDeserializer(item: any): BrokerResourceRule;
1020
+ /** BrokerResourceDefinitionMethods methods allowed */
1021
+ export declare enum KnownBrokerResourceDefinitionMethods {
1022
+ /** Allowed Connecting to Broker */
1023
+ Connect = "Connect",
1024
+ /** Allowed Publishing to Broker */
1025
+ Publish = "Publish",
1026
+ /** Allowed Subscribing to Broker */
1027
+ Subscribe = "Subscribe"
1028
+ }
1029
+ /**
1030
+ * BrokerResourceDefinitionMethods methods allowed \
1031
+ * {@link KnownBrokerResourceDefinitionMethods} can be used interchangeably with BrokerResourceDefinitionMethods,
1032
+ * this enum contains the known values that the service supports.
1033
+ * ### Known values supported by the service
1034
+ * **Connect**: Allowed Connecting to Broker \
1035
+ * **Publish**: Allowed Publishing to Broker \
1036
+ * **Subscribe**: Allowed Subscribing to Broker
1037
+ */
1038
+ export type BrokerResourceDefinitionMethods = string;
1039
+ export declare function brokerResourceRuleArraySerializer(result: Array<BrokerResourceRule>): any[];
1040
+ export declare function brokerResourceRuleArrayDeserializer(result: Array<BrokerResourceRule>): any[];
1041
+ /** PrincipalDefinition properties of Rule */
1042
+ export interface PrincipalDefinition {
1043
+ /** 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. */
1044
+ attributes?: Record<string, string>[];
1045
+ /** 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. */
1046
+ clientIds?: string[];
1047
+ /** A list of usernames that match the clients. The usernames are case-sensitive and must match the usernames provided by the clients during authentication. */
1048
+ usernames?: string[];
1049
+ }
1050
+ export declare function principalDefinitionSerializer(item: PrincipalDefinition): any;
1051
+ export declare function principalDefinitionDeserializer(item: any): PrincipalDefinition;
1052
+ /** State Store Resource Rule properties. */
1053
+ export interface StateStoreResourceRule {
1054
+ /** 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. */
1055
+ keyType: StateStoreResourceKeyTypes;
1056
+ /** Give access to state store keys for the corresponding principals defined. When key type is pattern set glob-style pattern (e.g., '*', 'clients/*'). */
1057
+ keys: string[];
1058
+ /** Give access for `Read`, `Write` and `ReadWrite` access level. */
1059
+ method: StateStoreResourceDefinitionMethods;
1060
+ }
1061
+ export declare function stateStoreResourceRuleSerializer(item: StateStoreResourceRule): any;
1062
+ export declare function stateStoreResourceRuleDeserializer(item: any): StateStoreResourceRule;
1063
+ /** StateStoreResourceKeyTypes properties */
1064
+ export declare enum KnownStateStoreResourceKeyTypes {
1065
+ /** Key type - pattern */
1066
+ Pattern = "Pattern",
1067
+ /** Key type - string */
1068
+ String = "String",
1069
+ /** Key type - binary */
1070
+ Binary = "Binary"
1071
+ }
1072
+ /**
1073
+ * StateStoreResourceKeyTypes properties \
1074
+ * {@link KnownStateStoreResourceKeyTypes} can be used interchangeably with StateStoreResourceKeyTypes,
1075
+ * this enum contains the known values that the service supports.
1076
+ * ### Known values supported by the service
1077
+ * **Pattern**: Key type - pattern \
1078
+ * **String**: Key type - string \
1079
+ * **Binary**: Key type - binary
1080
+ */
1081
+ export type StateStoreResourceKeyTypes = string;
1082
+ /** StateStoreResourceDefinitionMethods methods allowed */
1083
+ export declare enum KnownStateStoreResourceDefinitionMethods {
1084
+ /** Get/KeyNotify from Store */
1085
+ Read = "Read",
1086
+ /** Set/Delete in Store */
1087
+ Write = "Write",
1088
+ /** Allowed all operations on Store - Get/KeyNotify/Set/Delete */
1089
+ ReadWrite = "ReadWrite"
1090
+ }
1091
+ /**
1092
+ * StateStoreResourceDefinitionMethods methods allowed \
1093
+ * {@link KnownStateStoreResourceDefinitionMethods} can be used interchangeably with StateStoreResourceDefinitionMethods,
1094
+ * this enum contains the known values that the service supports.
1095
+ * ### Known values supported by the service
1096
+ * **Read**: Get\/KeyNotify from Store \
1097
+ * **Write**: Set\/Delete in Store \
1098
+ * **ReadWrite**: Allowed all operations on Store - Get\/KeyNotify\/Set\/Delete
1099
+ */
1100
+ export type StateStoreResourceDefinitionMethods = string;
1101
+ export declare function stateStoreResourceRuleArraySerializer(result: Array<StateStoreResourceRule>): any[];
1102
+ export declare function stateStoreResourceRuleArrayDeserializer(result: Array<StateStoreResourceRule>): any[];
1103
+ export declare function authorizationRuleArraySerializer(result: Array<AuthorizationRule>): any[];
1104
+ export declare function authorizationRuleArrayDeserializer(result: Array<AuthorizationRule>): any[];
1105
+ /** The response of a BrokerAuthorizationResource list operation. */
1106
+ export interface _BrokerAuthorizationResourceListResult {
1107
+ /** The BrokerAuthorizationResource items on this page */
1108
+ value: BrokerAuthorizationResource[];
1109
+ /** The link to the next page of items */
1110
+ nextLink?: string;
1111
+ }
1112
+ export declare function _brokerAuthorizationResourceListResultDeserializer(item: any): _BrokerAuthorizationResourceListResult;
1113
+ export declare function brokerAuthorizationResourceArraySerializer(result: Array<BrokerAuthorizationResource>): any[];
1114
+ export declare function brokerAuthorizationResourceArrayDeserializer(result: Array<BrokerAuthorizationResource>): any[];
1115
+ /** Instance broker authentication resource */
1116
+ export interface BrokerAuthenticationResource extends ProxyResource {
1117
+ /** The resource-specific properties for this resource. */
1118
+ properties?: BrokerAuthenticationProperties;
1119
+ /** Edge location of the resource. */
1120
+ extendedLocation: ExtendedLocation;
1121
+ }
1122
+ export declare function brokerAuthenticationResourceSerializer(item: BrokerAuthenticationResource): any;
1123
+ export declare function brokerAuthenticationResourceDeserializer(item: any): BrokerAuthenticationResource;
1124
+ /** BrokerAuthentication Resource properties */
1125
+ export interface BrokerAuthenticationProperties {
1126
+ /** Defines a set of Broker authentication methods to be used on `BrokerListeners`. For each array element one authenticator type supported. */
1127
+ authenticationMethods: BrokerAuthenticatorMethods[];
1128
+ /** The status of the last operation. */
1129
+ readonly provisioningState?: ProvisioningState;
1130
+ }
1131
+ export declare function brokerAuthenticationPropertiesSerializer(item: BrokerAuthenticationProperties): any;
1132
+ export declare function brokerAuthenticationPropertiesDeserializer(item: any): BrokerAuthenticationProperties;
1133
+ /** Set of broker authentication policies. Only one method is supported for each entry. */
1134
+ export interface BrokerAuthenticatorMethods {
1135
+ /** Custom authentication configuration. */
1136
+ method: BrokerAuthenticationMethod;
1137
+ /** Custom authentication configuration. */
1138
+ customSettings?: BrokerAuthenticatorMethodCustom;
1139
+ /** ServiceAccountToken authentication configuration. */
1140
+ serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;
1141
+ /** X.509 authentication configuration. */
1142
+ x509Settings?: BrokerAuthenticatorMethodX509;
1143
+ }
1144
+ export declare function brokerAuthenticatorMethodsSerializer(item: BrokerAuthenticatorMethods): any;
1145
+ export declare function brokerAuthenticatorMethodsDeserializer(item: any): BrokerAuthenticatorMethods;
1146
+ /** Broker Authentication Mode */
1147
+ export declare enum KnownBrokerAuthenticationMethod {
1148
+ /** Custom authentication configuration. */
1149
+ Custom = "Custom",
1150
+ /** ServiceAccountToken authentication configuration. */
1151
+ ServiceAccountToken = "ServiceAccountToken",
1152
+ /** X.509 authentication configuration. */
1153
+ X509 = "X509"
1154
+ }
1155
+ /**
1156
+ * Broker Authentication Mode \
1157
+ * {@link KnownBrokerAuthenticationMethod} can be used interchangeably with BrokerAuthenticationMethod,
1158
+ * this enum contains the known values that the service supports.
1159
+ * ### Known values supported by the service
1160
+ * **Custom**: Custom authentication configuration. \
1161
+ * **ServiceAccountToken**: ServiceAccountToken authentication configuration. \
1162
+ * **X509**: X.509 authentication configuration.
1163
+ */
1164
+ export type BrokerAuthenticationMethod = string;
1165
+ /** Custom method for BrokerAuthentication */
1166
+ export interface BrokerAuthenticatorMethodCustom {
1167
+ /** Optional authentication needed for authenticating with the custom authentication server. */
1168
+ auth?: BrokerAuthenticatorCustomAuth;
1169
+ /** Optional CA certificate for validating the custom authentication server's certificate. */
1170
+ caCertConfigMap?: string;
1171
+ /** Endpoint of the custom authentication server. Must be an HTTPS endpoint. */
1172
+ endpoint: string;
1173
+ /** Additional HTTP headers to pass to the custom authentication server. */
1174
+ headers?: Record<string, string>;
1175
+ }
1176
+ export declare function brokerAuthenticatorMethodCustomSerializer(item: BrokerAuthenticatorMethodCustom): any;
1177
+ export declare function brokerAuthenticatorMethodCustomDeserializer(item: any): BrokerAuthenticatorMethodCustom;
1178
+ /** Custom Authentication properties */
1179
+ export interface BrokerAuthenticatorCustomAuth {
1180
+ /** X509 Custom Auth type details. */
1181
+ x509: X509ManualCertificate;
1182
+ }
1183
+ export declare function brokerAuthenticatorCustomAuthSerializer(item: BrokerAuthenticatorCustomAuth): any;
1184
+ export declare function brokerAuthenticatorCustomAuthDeserializer(item: any): BrokerAuthenticatorCustomAuth;
1185
+ /** X509 Certificate Authentication properties. */
1186
+ export interface X509ManualCertificate {
1187
+ /** Kubernetes secret containing an X.509 client certificate. This is a reference to the secret through an identifying name, not the secret itself. */
1188
+ secretRef: string;
1189
+ }
1190
+ export declare function x509ManualCertificateSerializer(item: X509ManualCertificate): any;
1191
+ export declare function x509ManualCertificateDeserializer(item: any): X509ManualCertificate;
1192
+ /** Service Account Token for BrokerAuthentication */
1193
+ export interface BrokerAuthenticatorMethodSat {
1194
+ /** List of allowed audience. */
1195
+ audiences: string[];
1196
+ }
1197
+ export declare function brokerAuthenticatorMethodSatSerializer(item: BrokerAuthenticatorMethodSat): any;
1198
+ export declare function brokerAuthenticatorMethodSatDeserializer(item: any): BrokerAuthenticatorMethodSat;
1199
+ /** X509 for BrokerAuthentication. */
1200
+ export interface BrokerAuthenticatorMethodX509 {
1201
+ /** X509 authorization attributes properties. */
1202
+ authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;
1203
+ /** Name of the trusted client ca cert resource. */
1204
+ trustedClientCaCert?: string;
1205
+ }
1206
+ export declare function brokerAuthenticatorMethodX509Serializer(item: BrokerAuthenticatorMethodX509): any;
1207
+ export declare function brokerAuthenticatorMethodX509Deserializer(item: any): BrokerAuthenticatorMethodX509;
1208
+ /** BrokerAuthenticatorMethodX509Attributes properties. */
1209
+ export interface BrokerAuthenticatorMethodX509Attributes {
1210
+ /** Attributes object. */
1211
+ attributes: Record<string, string>;
1212
+ /** Subject of the X509 attribute. */
1213
+ subject: string;
1214
+ }
1215
+ export declare function brokerAuthenticatorMethodX509AttributesSerializer(item: BrokerAuthenticatorMethodX509Attributes): any;
1216
+ export declare function brokerAuthenticatorMethodX509AttributesDeserializer(item: any): BrokerAuthenticatorMethodX509Attributes;
1217
+ export declare function brokerAuthenticatorMethodX509AttributesRecordSerializer(item: Record<string, BrokerAuthenticatorMethodX509Attributes>): Record<string, any>;
1218
+ export declare function brokerAuthenticatorMethodX509AttributesRecordDeserializer(item: Record<string, any>): Record<string, BrokerAuthenticatorMethodX509Attributes>;
1219
+ export declare function brokerAuthenticatorMethodsArraySerializer(result: Array<BrokerAuthenticatorMethods>): any[];
1220
+ export declare function brokerAuthenticatorMethodsArrayDeserializer(result: Array<BrokerAuthenticatorMethods>): any[];
1221
+ /** The response of a BrokerAuthenticationResource list operation. */
1222
+ export interface _BrokerAuthenticationResourceListResult {
1223
+ /** The BrokerAuthenticationResource items on this page */
1224
+ value: BrokerAuthenticationResource[];
1225
+ /** The link to the next page of items */
1226
+ nextLink?: string;
1227
+ }
1228
+ export declare function _brokerAuthenticationResourceListResultDeserializer(item: any): _BrokerAuthenticationResourceListResult;
1229
+ export declare function brokerAuthenticationResourceArraySerializer(result: Array<BrokerAuthenticationResource>): any[];
1230
+ export declare function brokerAuthenticationResourceArrayDeserializer(result: Array<BrokerAuthenticationResource>): any[];
1231
+ /** Instance broker resource */
1232
+ export interface BrokerListenerResource extends ProxyResource {
1233
+ /** The resource-specific properties for this resource. */
1234
+ properties?: BrokerListenerProperties;
1235
+ /** Edge location of the resource. */
1236
+ extendedLocation: ExtendedLocation;
1237
+ }
1238
+ export declare function brokerListenerResourceSerializer(item: BrokerListenerResource): any;
1239
+ export declare function brokerListenerResourceDeserializer(item: any): BrokerListenerResource;
1240
+ /** Defines a Broker listener. A listener is a collection of ports on which the broker accepts connections from clients. */
1241
+ export interface BrokerListenerProperties {
1242
+ /** Kubernetes Service name of this listener. */
1243
+ serviceName?: string;
1244
+ /** Ports on which this listener accepts client connections. */
1245
+ ports: ListenerPort[];
1246
+ /** Kubernetes Service type of this listener. */
1247
+ serviceType?: ServiceType;
1248
+ /** The status of the last operation. */
1249
+ readonly provisioningState?: ProvisioningState;
1250
+ }
1251
+ export declare function brokerListenerPropertiesSerializer(item: BrokerListenerProperties): any;
1252
+ export declare function brokerListenerPropertiesDeserializer(item: any): BrokerListenerProperties;
1253
+ /** Defines a TCP port on which a `BrokerListener` listens. */
1254
+ export interface ListenerPort {
1255
+ /** Reference to client authentication settings. Omit to disable authentication. */
1256
+ authenticationRef?: string;
1257
+ /** Reference to client authorization settings. Omit to disable authorization. */
1258
+ authorizationRef?: string;
1259
+ /** Kubernetes node port. Only relevant when this port is associated with a `NodePort` listener. */
1260
+ nodePort?: number;
1261
+ /** TCP port for accepting client connections. */
1262
+ port: number;
1263
+ /** Protocol to use for client connections. */
1264
+ protocol?: BrokerProtocolType;
1265
+ /** TLS server certificate settings for this port. Omit to disable TLS. */
1266
+ tls?: TlsCertMethod;
1267
+ }
1268
+ export declare function listenerPortSerializer(item: ListenerPort): any;
1269
+ export declare function listenerPortDeserializer(item: any): ListenerPort;
1270
+ /** Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported */
1271
+ export interface TlsCertMethod {
1272
+ /** Mode of TLS server certificate management. */
1273
+ mode: TlsCertMethodMode;
1274
+ /** Option 1 - Automatic TLS server certificate management with cert-manager. */
1275
+ certManagerCertificateSpec?: CertManagerCertificateSpec;
1276
+ /** Option 2 - Manual TLS server certificate management through a defined secret. */
1277
+ manual?: X509ManualCertificate;
1278
+ }
1279
+ export declare function tlsCertMethodSerializer(item: TlsCertMethod): any;
1280
+ export declare function tlsCertMethodDeserializer(item: any): TlsCertMethod;
1281
+ /** Broker Authentication Mode */
1282
+ export declare enum KnownTlsCertMethodMode {
1283
+ /** Automatic TLS server certificate configuration. */
1284
+ Automatic = "Automatic",
1285
+ /** Manual TLS server certificate configuration. */
1286
+ Manual = "Manual"
1287
+ }
1288
+ /**
1289
+ * Broker Authentication Mode \
1290
+ * {@link KnownTlsCertMethodMode} can be used interchangeably with TlsCertMethodMode,
1291
+ * this enum contains the known values that the service supports.
1292
+ * ### Known values supported by the service
1293
+ * **Automatic**: Automatic TLS server certificate configuration. \
1294
+ * **Manual**: Manual TLS server certificate configuration.
1295
+ */
1296
+ export type TlsCertMethodMode = string;
1297
+ /** Automatic TLS server certificate management with cert-manager */
1298
+ export interface CertManagerCertificateSpec {
1299
+ /** 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. */
1300
+ duration?: string;
1301
+ /** 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. */
1302
+ secretName?: string;
1303
+ /** 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. */
1304
+ renewBefore?: string;
1305
+ /** cert-manager issuerRef. */
1306
+ issuerRef: CertManagerIssuerRef;
1307
+ /** Type of certificate private key. */
1308
+ privateKey?: CertManagerPrivateKey;
1309
+ /** Additional Subject Alternative Names (SANs) to include in the certificate. */
1310
+ san?: SanForCert;
1311
+ }
1312
+ export declare function certManagerCertificateSpecSerializer(item: CertManagerCertificateSpec): any;
1313
+ export declare function certManagerCertificateSpecDeserializer(item: any): CertManagerCertificateSpec;
1314
+ /** Cert-Manager issuerRef properties */
1315
+ export interface CertManagerIssuerRef {
1316
+ /** group of issuer. */
1317
+ group: string;
1318
+ /** kind of issuer (Issuer or ClusterIssuer). */
1319
+ kind: CertManagerIssuerKind;
1320
+ /** name of issuer. */
1321
+ name: string;
1322
+ }
1323
+ export declare function certManagerIssuerRefSerializer(item: CertManagerIssuerRef): any;
1324
+ export declare function certManagerIssuerRefDeserializer(item: any): CertManagerIssuerRef;
1325
+ /** CertManagerIssuerKind properties */
1326
+ export declare enum KnownCertManagerIssuerKind {
1327
+ /** Issuer kind. */
1328
+ Issuer = "Issuer",
1329
+ /** ClusterIssuer kind. */
1330
+ ClusterIssuer = "ClusterIssuer"
1331
+ }
1332
+ /**
1333
+ * CertManagerIssuerKind properties \
1334
+ * {@link KnownCertManagerIssuerKind} can be used interchangeably with CertManagerIssuerKind,
1335
+ * this enum contains the known values that the service supports.
1336
+ * ### Known values supported by the service
1337
+ * **Issuer**: Issuer kind. \
1338
+ * **ClusterIssuer**: ClusterIssuer kind.
1339
+ */
1340
+ export type CertManagerIssuerKind = string;
1341
+ /** Cert Manager private key properties */
1342
+ export interface CertManagerPrivateKey {
1343
+ /** algorithm for private key. */
1344
+ algorithm: PrivateKeyAlgorithm;
1345
+ /** cert-manager private key rotationPolicy. */
1346
+ rotationPolicy: PrivateKeyRotationPolicy;
1347
+ }
1348
+ export declare function certManagerPrivateKeySerializer(item: CertManagerPrivateKey): any;
1349
+ export declare function certManagerPrivateKeyDeserializer(item: any): CertManagerPrivateKey;
1350
+ /** Private key algorithm types. */
1351
+ export declare enum KnownPrivateKeyAlgorithm {
1352
+ /** Algorithm - ec256. */
1353
+ Ec256 = "Ec256",
1354
+ /** Algorithm - ec384. */
1355
+ Ec384 = "Ec384",
1356
+ /** Algorithm - ec521. */
1357
+ Ec521 = "Ec521",
1358
+ /** Algorithm - ed25519. */
1359
+ Ed25519 = "Ed25519",
1360
+ /** Algorithm - rsa2048. */
1361
+ Rsa2048 = "Rsa2048",
1362
+ /** Algorithm - rsa4096. */
1363
+ Rsa4096 = "Rsa4096",
1364
+ /** Algorithm - rsa8192. */
1365
+ Rsa8192 = "Rsa8192"
1366
+ }
1367
+ /**
1368
+ * Private key algorithm types. \
1369
+ * {@link KnownPrivateKeyAlgorithm} can be used interchangeably with PrivateKeyAlgorithm,
1370
+ * this enum contains the known values that the service supports.
1371
+ * ### Known values supported by the service
1372
+ * **Ec256**: Algorithm - ec256. \
1373
+ * **Ec384**: Algorithm - ec384. \
1374
+ * **Ec521**: Algorithm - ec521. \
1375
+ * **Ed25519**: Algorithm - ed25519. \
1376
+ * **Rsa2048**: Algorithm - rsa2048. \
1377
+ * **Rsa4096**: Algorithm - rsa4096. \
1378
+ * **Rsa8192**: Algorithm - rsa8192.
1379
+ */
1380
+ export type PrivateKeyAlgorithm = string;
1381
+ /** Private key rotation policy. */
1382
+ export declare enum KnownPrivateKeyRotationPolicy {
1383
+ /** Rotation Policy - Always. */
1384
+ Always = "Always",
1385
+ /** Rotation Policy - Never. */
1386
+ Never = "Never"
1387
+ }
1388
+ /**
1389
+ * Private key rotation policy. \
1390
+ * {@link KnownPrivateKeyRotationPolicy} can be used interchangeably with PrivateKeyRotationPolicy,
1391
+ * this enum contains the known values that the service supports.
1392
+ * ### Known values supported by the service
1393
+ * **Always**: Rotation Policy - Always. \
1394
+ * **Never**: Rotation Policy - Never.
1395
+ */
1396
+ export type PrivateKeyRotationPolicy = string;
1397
+ /** Subject Alternative Names (SANs) for certificate. */
1398
+ export interface SanForCert {
1399
+ /** DNS SANs. */
1400
+ dns: string[];
1401
+ /** IP address SANs. */
1402
+ ip: string[];
1403
+ }
1404
+ export declare function sanForCertSerializer(item: SanForCert): any;
1405
+ export declare function sanForCertDeserializer(item: any): SanForCert;
1406
+ export declare function listenerPortArraySerializer(result: Array<ListenerPort>): any[];
1407
+ export declare function listenerPortArrayDeserializer(result: Array<ListenerPort>): any[];
1408
+ /** Kubernetes Service Types supported by Listener */
1409
+ export declare enum KnownServiceType {
1410
+ /** Cluster IP Service. */
1411
+ ClusterIp = "ClusterIp",
1412
+ /** Load Balancer Service. */
1413
+ LoadBalancer = "LoadBalancer",
1414
+ /** Node Port Service. */
1415
+ NodePort = "NodePort"
1416
+ }
1417
+ /**
1418
+ * Kubernetes Service Types supported by Listener \
1419
+ * {@link KnownServiceType} can be used interchangeably with ServiceType,
1420
+ * this enum contains the known values that the service supports.
1421
+ * ### Known values supported by the service
1422
+ * **ClusterIp**: Cluster IP Service. \
1423
+ * **LoadBalancer**: Load Balancer Service. \
1424
+ * **NodePort**: Node Port Service.
1425
+ */
1426
+ export type ServiceType = string;
1427
+ /** The response of a BrokerListenerResource list operation. */
1428
+ export interface _BrokerListenerResourceListResult {
1429
+ /** The BrokerListenerResource items on this page */
1430
+ value: BrokerListenerResource[];
1431
+ /** The link to the next page of items */
1432
+ nextLink?: string;
1433
+ }
1434
+ export declare function _brokerListenerResourceListResultDeserializer(item: any): _BrokerListenerResourceListResult;
1435
+ export declare function brokerListenerResourceArraySerializer(result: Array<BrokerListenerResource>): any[];
1436
+ export declare function brokerListenerResourceArrayDeserializer(result: Array<BrokerListenerResource>): any[];
1437
+ /** Instance broker resource */
1438
+ export interface BrokerResource extends ProxyResource {
1439
+ /** The resource-specific properties for this resource. */
1440
+ properties?: BrokerProperties;
1441
+ /** Edge location of the resource. */
1442
+ extendedLocation: ExtendedLocation;
1443
+ }
1444
+ export declare function brokerResourceSerializer(item: BrokerResource): any;
1445
+ export declare function brokerResourceDeserializer(item: any): BrokerResource;
1446
+ /** Broker Resource properties */
1447
+ export interface BrokerProperties {
1448
+ /** Advanced settings of Broker. */
1449
+ advanced?: AdvancedSettings;
1450
+ /** The cardinality details of the broker. */
1451
+ cardinality?: Cardinality;
1452
+ /** Spec defines the desired identities of Broker diagnostics settings. */
1453
+ diagnostics?: BrokerDiagnostics;
1454
+ /** Settings of Disk Backed Message Buffer. */
1455
+ diskBackedMessageBuffer?: DiskBackedMessageBuffer;
1456
+ /** 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. */
1457
+ generateResourceLimits?: GenerateResourceLimits;
1458
+ /** Memory profile of Broker. */
1459
+ memoryProfile?: BrokerMemoryProfile;
1460
+ /** The status of the last operation. */
1461
+ readonly provisioningState?: ProvisioningState;
1462
+ }
1463
+ export declare function brokerPropertiesSerializer(item: BrokerProperties): any;
1464
+ export declare function brokerPropertiesDeserializer(item: any): BrokerProperties;
1465
+ /** Broker Advanced Settings */
1466
+ export interface AdvancedSettings {
1467
+ /** Configurations related to All Clients. */
1468
+ clients?: ClientConfig;
1469
+ /** The setting to enable or disable encryption of internal Traffic. */
1470
+ encryptInternalTraffic?: OperationalMode;
1471
+ /** Certificate rotation and private key configuration. */
1472
+ internalCerts?: CertManagerCertOptions;
1473
+ }
1474
+ export declare function advancedSettingsSerializer(item: AdvancedSettings): any;
1475
+ export declare function advancedSettingsDeserializer(item: any): AdvancedSettings;
1476
+ /** The settings of Client Config. */
1477
+ export interface ClientConfig {
1478
+ /** Upper bound of Session Expiry Interval, in seconds. */
1479
+ maxSessionExpirySeconds?: number;
1480
+ /** Upper bound of Message Expiry Interval, in seconds. */
1481
+ maxMessageExpirySeconds?: number;
1482
+ /** Max message size for a packet in Bytes. */
1483
+ maxPacketSizeBytes?: number;
1484
+ /** The limit on the number of queued messages for a subscriber. */
1485
+ subscriberQueueLimit?: SubscriberQueueLimit;
1486
+ /** Upper bound of Receive Maximum that a client can request in the CONNECT packet. */
1487
+ maxReceiveMaximum?: number;
1488
+ /** Upper bound of a client's Keep Alive, in seconds. */
1489
+ maxKeepAliveSeconds?: number;
1490
+ }
1491
+ export declare function clientConfigSerializer(item: ClientConfig): any;
1492
+ export declare function clientConfigDeserializer(item: any): ClientConfig;
1493
+ /** The settings of Subscriber Queue Limit. */
1494
+ export interface SubscriberQueueLimit {
1495
+ /** The maximum length of the queue before messages start getting dropped. */
1496
+ length?: number;
1497
+ /** The strategy to use for dropping messages from the queue. */
1498
+ strategy?: SubscriberMessageDropStrategy;
1499
+ }
1500
+ export declare function subscriberQueueLimitSerializer(item: SubscriberQueueLimit): any;
1501
+ export declare function subscriberQueueLimitDeserializer(item: any): SubscriberQueueLimit;
1502
+ /** The enum defining strategies for dropping messages from the subscriber queue. */
1503
+ export declare enum KnownSubscriberMessageDropStrategy {
1504
+ /** Messages are never dropped. */
1505
+ None = "None",
1506
+ /** The oldest message is dropped. */
1507
+ DropOldest = "DropOldest"
1508
+ }
1509
+ /**
1510
+ * The enum defining strategies for dropping messages from the subscriber queue. \
1511
+ * {@link KnownSubscriberMessageDropStrategy} can be used interchangeably with SubscriberMessageDropStrategy,
1512
+ * this enum contains the known values that the service supports.
1513
+ * ### Known values supported by the service
1514
+ * **None**: Messages are never dropped. \
1515
+ * **DropOldest**: The oldest message is dropped.
1516
+ */
1517
+ export type SubscriberMessageDropStrategy = string;
1518
+ /** Cert Manager Cert properties */
1519
+ export interface CertManagerCertOptions {
1520
+ /** 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. */
1521
+ duration: string;
1522
+ /** 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. */
1523
+ renewBefore: string;
1524
+ /** Configuration of certificate private key. */
1525
+ privateKey: CertManagerPrivateKey;
1526
+ }
1527
+ export declare function certManagerCertOptionsSerializer(item: CertManagerCertOptions): any;
1528
+ export declare function certManagerCertOptionsDeserializer(item: any): CertManagerCertOptions;
1529
+ /** Cardinality properties */
1530
+ export interface Cardinality {
1531
+ /** The backend broker desired properties */
1532
+ backendChain: BackendChain;
1533
+ /** The frontend desired properties */
1534
+ frontend: Frontend;
1535
+ }
1536
+ export declare function cardinalitySerializer(item: Cardinality): any;
1537
+ export declare function cardinalityDeserializer(item: any): Cardinality;
1538
+ /** Desired properties of the backend instances of the broker */
1539
+ export interface BackendChain {
1540
+ /** The desired number of physical backend partitions. */
1541
+ partitions: number;
1542
+ /** The desired numbers of backend replicas (pods) in a physical partition. */
1543
+ redundancyFactor: number;
1544
+ /** Number of logical backend workers per replica (pod). */
1545
+ workers?: number;
1546
+ }
1547
+ export declare function backendChainSerializer(item: BackendChain): any;
1548
+ export declare function backendChainDeserializer(item: any): BackendChain;
1549
+ /** The desired properties of the frontend instances of the Broker */
1550
+ export interface Frontend {
1551
+ /** The desired number of frontend instances (pods). */
1552
+ replicas: number;
1553
+ /** Number of logical frontend workers per instance (pod). */
1554
+ workers?: number;
1555
+ }
1556
+ export declare function frontendSerializer(item: Frontend): any;
1557
+ export declare function frontendDeserializer(item: any): Frontend;
1558
+ /** Broker Diagnostic Setting properties */
1559
+ export interface BrokerDiagnostics {
1560
+ /** Diagnostic log settings for the resource. */
1561
+ logs?: DiagnosticsLogs;
1562
+ /** The metrics settings for the resource. */
1563
+ metrics?: Metrics;
1564
+ /** The self check properties. */
1565
+ selfCheck?: SelfCheck;
1566
+ /** The trace properties. */
1567
+ traces?: Traces;
1568
+ }
1569
+ export declare function brokerDiagnosticsSerializer(item: BrokerDiagnostics): any;
1570
+ export declare function brokerDiagnosticsDeserializer(item: any): BrokerDiagnostics;
1571
+ /** Broker Diagnostic Self check properties */
1572
+ export interface SelfCheck {
1573
+ /** The toggle to enable/disable self check. */
1574
+ mode?: OperationalMode;
1575
+ /** The self check interval. */
1576
+ intervalSeconds?: number;
1577
+ /** The timeout for self check. */
1578
+ timeoutSeconds?: number;
1579
+ }
1580
+ export declare function selfCheckSerializer(item: SelfCheck): any;
1581
+ export declare function selfCheckDeserializer(item: any): SelfCheck;
1582
+ /** Broker Diagnostic Trace properties */
1583
+ export interface Traces {
1584
+ /** The toggle to enable/disable traces. */
1585
+ mode?: OperationalMode;
1586
+ /** The cache size in megabytes. */
1587
+ cacheSizeMegabytes?: number;
1588
+ /** The self tracing properties. */
1589
+ selfTracing?: SelfTracing;
1590
+ /** The span channel capacity. */
1591
+ spanChannelCapacity?: number;
1592
+ }
1593
+ export declare function tracesSerializer(item: Traces): any;
1594
+ export declare function tracesDeserializer(item: any): Traces;
1595
+ /** Diagnostic Self tracing properties */
1596
+ export interface SelfTracing {
1597
+ /** The toggle to enable/disable self tracing. */
1598
+ mode?: OperationalMode;
1599
+ /** The self tracing interval. */
1600
+ intervalSeconds?: number;
1601
+ }
1602
+ export declare function selfTracingSerializer(item: SelfTracing): any;
1603
+ export declare function selfTracingDeserializer(item: any): SelfTracing;
1604
+ /** DiskBackedMessageBuffer properties */
1605
+ export interface DiskBackedMessageBuffer {
1606
+ /** 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. */
1607
+ maxSize: string;
1608
+ /** 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. */
1609
+ ephemeralVolumeClaimSpec?: VolumeClaimSpec;
1610
+ /** Use the specified persistent volume claim template to mount a persistent volume for the message buffer. */
1611
+ persistentVolumeClaimSpec?: VolumeClaimSpec;
1612
+ }
1613
+ export declare function diskBackedMessageBufferSerializer(item: DiskBackedMessageBuffer): any;
1614
+ export declare function diskBackedMessageBufferDeserializer(item: any): DiskBackedMessageBuffer;
1615
+ /** VolumeClaimSpec properties */
1616
+ export interface VolumeClaimSpec {
1617
+ /** VolumeName is the binding reference to the PersistentVolume backing this claim. */
1618
+ volumeName?: string;
1619
+ /** 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. */
1620
+ volumeMode?: string;
1621
+ /** Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 */
1622
+ storageClassName?: string;
1623
+ /** AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 */
1624
+ accessModes?: string[];
1625
+ /** 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. */
1626
+ dataSource?: LocalKubernetesReference;
1627
+ /** 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. */
1628
+ dataSourceRef?: KubernetesReference;
1629
+ /** 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 */
1630
+ resources?: VolumeClaimResourceRequirements;
1631
+ /** A label query over volumes to consider for binding. */
1632
+ selector?: VolumeClaimSpecSelector;
1633
+ }
1634
+ export declare function volumeClaimSpecSerializer(item: VolumeClaimSpec): any;
1635
+ export declare function volumeClaimSpecDeserializer(item: any): VolumeClaimSpec;
1636
+ /** Kubernetes reference */
1637
+ export interface LocalKubernetesReference {
1638
+ /** 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. */
1639
+ apiGroup?: string;
1640
+ /** Kind is the type of resource being referenced */
1641
+ kind: string;
1642
+ /** Name is the name of resource being referenced */
1643
+ name: string;
1644
+ }
1645
+ export declare function localKubernetesReferenceSerializer(item: LocalKubernetesReference): any;
1646
+ export declare function localKubernetesReferenceDeserializer(item: any): LocalKubernetesReference;
1647
+ /** Kubernetes reference */
1648
+ export interface KubernetesReference {
1649
+ /** 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. */
1650
+ apiGroup?: string;
1651
+ /** Kind is the type of resource being referenced */
1652
+ kind: string;
1653
+ /** Name is the name of resource being referenced */
1654
+ name: string;
1655
+ /** Namespace is the namespace of the resource being referenced. This field is required when the resource has a namespace. */
1656
+ namespace?: string;
1657
+ }
1658
+ export declare function kubernetesReferenceSerializer(item: KubernetesReference): any;
1659
+ export declare function kubernetesReferenceDeserializer(item: any): KubernetesReference;
1660
+ /** VolumeClaimResourceRequirements properties */
1661
+ export interface VolumeClaimResourceRequirements {
1662
+ /** Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ */
1663
+ limits?: Record<string, string>;
1664
+ /** 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/ */
1665
+ requests?: Record<string, string>;
1666
+ }
1667
+ export declare function volumeClaimResourceRequirementsSerializer(item: VolumeClaimResourceRequirements): any;
1668
+ export declare function volumeClaimResourceRequirementsDeserializer(item: any): VolumeClaimResourceRequirements;
1669
+ /** VolumeClaimSpecSelector properties */
1670
+ export interface VolumeClaimSpecSelector {
1671
+ /** MatchExpressions is a list of label selector requirements. The requirements are ANDed. */
1672
+ matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];
1673
+ /** 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. */
1674
+ matchLabels?: Record<string, string>;
1675
+ }
1676
+ export declare function volumeClaimSpecSelectorSerializer(item: VolumeClaimSpecSelector): any;
1677
+ export declare function volumeClaimSpecSelectorDeserializer(item: any): VolumeClaimSpecSelector;
1678
+ /** VolumeClaimSpecSelectorMatchExpressions properties */
1679
+ export interface VolumeClaimSpecSelectorMatchExpressions {
1680
+ /** key is the label key that the selector applies to. */
1681
+ key: string;
1682
+ /** operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. */
1683
+ operator: OperatorValues;
1684
+ /** 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. */
1685
+ values?: string[];
1686
+ }
1687
+ export declare function volumeClaimSpecSelectorMatchExpressionsSerializer(item: VolumeClaimSpecSelectorMatchExpressions): any;
1688
+ export declare function volumeClaimSpecSelectorMatchExpressionsDeserializer(item: any): VolumeClaimSpecSelectorMatchExpressions;
1689
+ /** Valid operators are In, NotIn, Exists and DoesNotExist. */
1690
+ export declare enum KnownOperatorValues {
1691
+ /** In operator. */
1692
+ In = "In",
1693
+ /** NotIn operator. */
1694
+ NotIn = "NotIn",
1695
+ /** Exists operator. */
1696
+ Exists = "Exists",
1697
+ /** DoesNotExist operator. */
1698
+ DoesNotExist = "DoesNotExist"
1699
+ }
1700
+ /**
1701
+ * Valid operators are In, NotIn, Exists and DoesNotExist. \
1702
+ * {@link KnownOperatorValues} can be used interchangeably with OperatorValues,
1703
+ * this enum contains the known values that the service supports.
1704
+ * ### Known values supported by the service
1705
+ * **In**: In operator. \
1706
+ * **NotIn**: NotIn operator. \
1707
+ * **Exists**: Exists operator. \
1708
+ * **DoesNotExist**: DoesNotExist operator.
1709
+ */
1710
+ export type OperatorValues = string;
1711
+ export declare function volumeClaimSpecSelectorMatchExpressionsArraySerializer(result: Array<VolumeClaimSpecSelectorMatchExpressions>): any[];
1712
+ export declare function volumeClaimSpecSelectorMatchExpressionsArrayDeserializer(result: Array<VolumeClaimSpecSelectorMatchExpressions>): any[];
1713
+ /** GenerateResourceLimits properties */
1714
+ export interface GenerateResourceLimits {
1715
+ /** The toggle to enable/disable cpu resource limits. */
1716
+ cpu?: OperationalMode;
1717
+ }
1718
+ export declare function generateResourceLimitsSerializer(item: GenerateResourceLimits): any;
1719
+ export declare function generateResourceLimitsDeserializer(item: any): GenerateResourceLimits;
1720
+ /** The memory profile settings of the Broker */
1721
+ export declare enum KnownBrokerMemoryProfile {
1722
+ /** Tiny memory profile. */
1723
+ Tiny = "Tiny",
1724
+ /** Low memory profile. */
1725
+ Low = "Low",
1726
+ /** Medium memory profile. */
1727
+ Medium = "Medium",
1728
+ /** High memory profile. */
1729
+ High = "High"
1730
+ }
1731
+ /**
1732
+ * The memory profile settings of the Broker \
1733
+ * {@link KnownBrokerMemoryProfile} can be used interchangeably with BrokerMemoryProfile,
1734
+ * this enum contains the known values that the service supports.
1735
+ * ### Known values supported by the service
1736
+ * **Tiny**: Tiny memory profile. \
1737
+ * **Low**: Low memory profile. \
1738
+ * **Medium**: Medium memory profile. \
1739
+ * **High**: High memory profile.
1740
+ */
1741
+ export type BrokerMemoryProfile = string;
1742
+ /** The response of a BrokerResource list operation. */
1743
+ export interface _BrokerResourceListResult {
1744
+ /** The BrokerResource items on this page */
1745
+ value: BrokerResource[];
1746
+ /** The link to the next page of items */
1747
+ nextLink?: string;
1748
+ }
1749
+ export declare function _brokerResourceListResultDeserializer(item: any): _BrokerResourceListResult;
1750
+ export declare function brokerResourceArraySerializer(result: Array<BrokerResource>): any[];
1751
+ export declare function brokerResourceArrayDeserializer(result: Array<BrokerResource>): any[];
1752
+ /** A Instance resource is a logical container for a set of child resources. */
1753
+ export interface InstanceResource extends TrackedResource {
1754
+ /** The resource-specific properties for this resource. */
1755
+ properties?: InstanceProperties;
1756
+ /** Edge location of the resource. */
1757
+ extendedLocation: ExtendedLocation;
1758
+ /** The managed service identities assigned to this resource. */
1759
+ identity?: ManagedServiceIdentity;
1760
+ }
1761
+ export declare function instanceResourceSerializer(item: InstanceResource): any;
1762
+ export declare function instanceResourceDeserializer(item: any): InstanceResource;
1763
+ /** The properties of the Instance resource. */
1764
+ export interface InstanceProperties {
1765
+ /** Detailed description of the Instance. */
1766
+ description?: string;
1767
+ /** The status of the last operation. */
1768
+ readonly provisioningState?: ProvisioningState;
1769
+ /** The Azure IoT Operations version. */
1770
+ readonly version?: string;
1771
+ /** The reference to the Schema Registry for this AIO Instance. */
1772
+ schemaRegistryRef: SchemaRegistryRef;
1773
+ }
1774
+ export declare function instancePropertiesSerializer(item: InstanceProperties): any;
1775
+ export declare function instancePropertiesDeserializer(item: any): InstanceProperties;
1776
+ /** The reference to the Schema Registry for this AIO Instance. */
1777
+ export interface SchemaRegistryRef {
1778
+ /** The resource ID of the Schema Registry. */
1779
+ resourceId: string;
1780
+ }
1781
+ export declare function schemaRegistryRefSerializer(item: SchemaRegistryRef): any;
1782
+ export declare function schemaRegistryRefDeserializer(item: any): SchemaRegistryRef;
1783
+ /** Managed service identity (system assigned and/or user assigned identities) */
1784
+ export interface ManagedServiceIdentity {
1785
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
1786
+ readonly principalId?: string;
1787
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
1788
+ readonly tenantId?: string;
1789
+ /** The type of managed identity assigned to this resource. */
1790
+ type: ManagedServiceIdentityType;
1791
+ /** The identities assigned to this resource by the user. */
1792
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
1793
+ }
1794
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
1795
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
1796
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
1797
+ export declare enum KnownManagedServiceIdentityType {
1798
+ /** No managed identity. */
1799
+ None = "None",
1800
+ /** System assigned managed identity. */
1801
+ SystemAssigned = "SystemAssigned",
1802
+ /** User assigned managed identity. */
1803
+ UserAssigned = "UserAssigned",
1804
+ /** System and user assigned managed identity. */
1805
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
1806
+ }
1807
+ /**
1808
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
1809
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1810
+ * this enum contains the known values that the service supports.
1811
+ * ### Known values supported by the service
1812
+ * **None**: No managed identity. \
1813
+ * **SystemAssigned**: System assigned managed identity. \
1814
+ * **UserAssigned**: User assigned managed identity. \
1815
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
1816
+ */
1817
+ export type ManagedServiceIdentityType = string;
1818
+ /** User assigned identity properties */
1819
+ export interface UserAssignedIdentity {
1820
+ /** The principal ID of the assigned identity. */
1821
+ readonly principalId?: string;
1822
+ /** The client ID of the assigned identity. */
1823
+ readonly clientId?: string;
1824
+ }
1825
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
1826
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
1827
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1828
+ export interface TrackedResource extends Resource {
1829
+ /** Resource tags. */
1830
+ tags?: Record<string, string>;
1831
+ /** The geo-location where the resource lives */
1832
+ location: string;
1833
+ }
1834
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
1835
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
1836
+ /** The Instance update model. */
1837
+ export interface InstancePatchModel {
1838
+ /** Resource tags. */
1839
+ tags?: Record<string, string>;
1840
+ /** The managed service identities assigned to this resource. */
1841
+ identity?: ManagedServiceIdentity;
1842
+ }
1843
+ export declare function instancePatchModelSerializer(item: InstancePatchModel): any;
1844
+ /** The response of a InstanceResource list operation. */
1845
+ export interface _InstanceResourceListResult {
1846
+ /** The InstanceResource items on this page */
1847
+ value: InstanceResource[];
1848
+ /** The link to the next page of items */
1849
+ nextLink?: string;
1850
+ }
1851
+ export declare function _instanceResourceListResultDeserializer(item: any): _InstanceResourceListResult;
1852
+ export declare function instanceResourceArraySerializer(result: Array<InstanceResource>): any[];
1853
+ export declare function instanceResourceArrayDeserializer(result: Array<InstanceResource>): any[];
1854
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
1855
+ export interface _OperationListResult {
1856
+ /** The Operation items on this page */
1857
+ value: Operation[];
1858
+ /** The link to the next page of items */
1859
+ nextLink?: string;
1860
+ }
1861
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
1862
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
1863
+ export interface Operation {
1864
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
1865
+ readonly name?: string;
1866
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
1867
+ readonly isDataAction?: boolean;
1868
+ /** Localized display information for this particular operation. */
1869
+ readonly display?: OperationDisplay;
1870
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
1871
+ readonly origin?: Origin;
1872
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
1873
+ actionType?: ActionType;
1874
+ }
1875
+ export declare function operationDeserializer(item: any): Operation;
1876
+ /** Localized display information for and operation. */
1877
+ export interface OperationDisplay {
1878
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
1879
+ readonly provider?: string;
1880
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
1881
+ readonly resource?: string;
1882
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
1883
+ readonly operation?: string;
1884
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
1885
+ readonly description?: string;
1886
+ }
1887
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
1888
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
1889
+ export declare enum KnownOrigin {
1890
+ /** user */
1891
+ User = "user",
1892
+ /** system */
1893
+ System = "system",
1894
+ /** user,system */
1895
+ UserSystem = "user,system"
1896
+ }
1897
+ /**
1898
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
1899
+ * {@link KnownOrigin} can be used interchangeably with Origin,
1900
+ * this enum contains the known values that the service supports.
1901
+ * ### Known values supported by the service
1902
+ * **user**: Indicates the operation is initiated by a user. \
1903
+ * **system**: Indicates the operation is initiated by a system. \
1904
+ * **user,system**: Indicates the operation is initiated by a user or system.
1905
+ */
1906
+ export type Origin = string;
1907
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
1908
+ export declare enum KnownActionType {
1909
+ /** Actions are for internal-only APIs. */
1910
+ Internal = "Internal"
1911
+ }
1912
+ /**
1913
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
1914
+ * {@link KnownActionType} can be used interchangeably with ActionType,
1915
+ * this enum contains the known values that the service supports.
1916
+ * ### Known values supported by the service
1917
+ * **Internal**: Actions are for internal-only APIs.
1918
+ */
1919
+ export type ActionType = string;
1920
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
1921
+ //# sourceMappingURL=models.d.ts.map