@azure/arm-timeseriesinsights 2.1.0-beta.1 → 2.1.0-beta.3

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 (562) hide show
  1. package/CHANGELOG.md +51 -14
  2. package/LICENSE +4 -4
  3. package/README.md +27 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -3
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/index.d.ts +185 -115
  11. package/dist/browser/models/index.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.js +50 -0
  13. package/dist/browser/models/index.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +10 -10
  15. package/{dist-esm/src → dist/browser}/models/mappers.js +394 -192
  16. package/dist/browser/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  18. package/dist/browser/models/parameters.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/accessPolicies.d.ts +3 -3
  20. package/dist/browser/operations/accessPolicies.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/accessPolicies.js +3 -2
  22. package/dist/browser/operations/accessPolicies.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/environments.d.ts +3 -3
  24. package/dist/browser/operations/environments.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/environments.js +83 -81
  26. package/dist/browser/operations/environments.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/eventSources.d.ts +3 -3
  28. package/dist/browser/operations/eventSources.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/eventSources.js +3 -2
  30. package/dist/browser/operations/eventSources.js.map +1 -0
  31. package/dist/browser/operations/index.d.ts +8 -0
  32. package/dist/browser/operations/index.d.ts.map +1 -0
  33. package/dist/browser/operations/index.js +15 -0
  34. package/dist/browser/operations/index.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operations.js +30 -34
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  40. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +3 -2
  42. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  44. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +16 -27
  46. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/referenceDataSets.d.ts +3 -3
  48. package/dist/browser/operations/referenceDataSets.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/referenceDataSets.js +3 -2
  50. package/dist/browser/operations/referenceDataSets.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicies.d.ts +1 -1
  52. package/dist/browser/operationsInterfaces/accessPolicies.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/accessPolicies.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/environments.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/environments.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/environments.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/eventSources.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/eventSources.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/eventSources.js.map +1 -0
  60. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  61. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/index.js +15 -0
  63. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  65. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  66. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  68. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  70. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  71. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  73. package/{dist-esm/src → dist/browser}/operationsInterfaces/referenceDataSets.d.ts +1 -1
  74. package/dist/browser/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/referenceDataSets.js.map +1 -0
  76. package/dist/browser/package.json +3 -0
  77. package/dist/browser/pagingHelper.d.ts +13 -0
  78. package/dist/browser/pagingHelper.d.ts.map +1 -0
  79. package/dist/browser/pagingHelper.js +30 -0
  80. package/dist/browser/pagingHelper.js.map +1 -0
  81. package/{dist-esm/src → dist/browser}/timeSeriesInsightsClient.d.ts +4 -2
  82. package/dist/browser/timeSeriesInsightsClient.d.ts.map +1 -0
  83. package/{dist-esm/src → dist/browser}/timeSeriesInsightsClient.js +64 -21
  84. package/dist/browser/timeSeriesInsightsClient.js.map +1 -0
  85. package/dist/commonjs/index.d.ts +5 -0
  86. package/dist/commonjs/index.d.ts.map +1 -0
  87. package/dist/commonjs/index.js +19 -0
  88. package/dist/commonjs/index.js.map +1 -0
  89. package/dist/commonjs/lroImpl.d.ts +16 -0
  90. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  91. package/dist/commonjs/lroImpl.js +37 -0
  92. package/dist/commonjs/lroImpl.js.map +1 -0
  93. package/{types/arm-timeseriesinsights.d.ts → dist/commonjs/models/index.d.ts} +1320 -1749
  94. package/dist/commonjs/models/index.d.ts.map +1 -0
  95. package/dist/commonjs/models/index.js +183 -0
  96. package/dist/commonjs/models/index.js.map +1 -0
  97. package/dist/commonjs/models/mappers.d.ts +100 -0
  98. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  99. package/dist/commonjs/models/mappers.js +2372 -0
  100. package/dist/commonjs/models/mappers.js.map +1 -0
  101. package/dist/commonjs/models/parameters.d.ts +28 -0
  102. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  103. package/dist/commonjs/models/parameters.js +242 -0
  104. package/dist/commonjs/models/parameters.js.map +1 -0
  105. package/dist/commonjs/operations/accessPolicies.d.ts +65 -0
  106. package/dist/commonjs/operations/accessPolicies.d.ts.map +1 -0
  107. package/dist/commonjs/operations/accessPolicies.js +218 -0
  108. package/dist/commonjs/operations/accessPolicies.js.map +1 -0
  109. package/dist/commonjs/operations/environments.d.ts +78 -0
  110. package/dist/commonjs/operations/environments.d.ts.map +1 -0
  111. package/dist/commonjs/operations/environments.js +325 -0
  112. package/dist/commonjs/operations/environments.js.map +1 -0
  113. package/dist/commonjs/operations/eventSources.d.ts +66 -0
  114. package/dist/commonjs/operations/eventSources.d.ts.map +1 -0
  115. package/dist/commonjs/operations/eventSources.js +219 -0
  116. package/dist/commonjs/operations/eventSources.js.map +1 -0
  117. package/dist/commonjs/operations/index.d.ts +8 -0
  118. package/dist/commonjs/operations/index.d.ts.map +1 -0
  119. package/dist/commonjs/operations/index.js +18 -0
  120. package/dist/commonjs/operations/index.js.map +1 -0
  121. package/dist/commonjs/operations/operations.d.ts +32 -0
  122. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  123. package/dist/commonjs/operations/operations.js +121 -0
  124. package/dist/commonjs/operations/operations.js.map +1 -0
  125. package/dist/commonjs/operations/privateEndpointConnections.d.ts +52 -0
  126. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  127. package/dist/commonjs/operations/privateEndpointConnections.js +183 -0
  128. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  129. package/dist/commonjs/operations/privateLinkResources.d.ts +32 -0
  130. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  131. package/dist/commonjs/operations/privateLinkResources.js +95 -0
  132. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  133. package/dist/commonjs/operations/referenceDataSets.d.ts +66 -0
  134. package/dist/commonjs/operations/referenceDataSets.d.ts.map +1 -0
  135. package/dist/commonjs/operations/referenceDataSets.js +219 -0
  136. package/dist/commonjs/operations/referenceDataSets.js.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/accessPolicies.d.ts +57 -0
  138. package/dist/commonjs/operationsInterfaces/accessPolicies.d.ts.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/accessPolicies.js +10 -0
  140. package/dist/commonjs/operationsInterfaces/accessPolicies.js.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/environments.d.ts +70 -0
  142. package/dist/commonjs/operationsInterfaces/environments.d.ts.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/environments.js +10 -0
  144. package/dist/commonjs/operationsInterfaces/environments.js.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/eventSources.d.ts +58 -0
  146. package/dist/commonjs/operationsInterfaces/eventSources.d.ts.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/eventSources.js +10 -0
  148. package/dist/commonjs/operationsInterfaces/eventSources.js.map +1 -0
  149. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  150. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  151. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  152. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  153. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  154. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  155. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  156. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  157. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +44 -0
  158. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  159. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  160. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +14 -0
  162. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  164. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/referenceDataSets.d.ts +58 -0
  166. package/dist/commonjs/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/referenceDataSets.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/referenceDataSets.js.map +1 -0
  169. package/dist/commonjs/package.json +3 -0
  170. package/dist/commonjs/pagingHelper.d.ts +13 -0
  171. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  172. package/dist/commonjs/pagingHelper.js +34 -0
  173. package/dist/commonjs/pagingHelper.js.map +1 -0
  174. package/dist/commonjs/timeSeriesInsightsClient.d.ts +26 -0
  175. package/dist/commonjs/timeSeriesInsightsClient.d.ts.map +1 -0
  176. package/dist/commonjs/timeSeriesInsightsClient.js +123 -0
  177. package/dist/commonjs/timeSeriesInsightsClient.js.map +1 -0
  178. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  179. package/dist/esm/index.d.ts +5 -0
  180. package/dist/esm/index.d.ts.map +1 -0
  181. package/{src/index.ts → dist/esm/index.js} +5 -4
  182. package/dist/esm/index.js.map +1 -0
  183. package/dist/esm/lroImpl.d.ts +16 -0
  184. package/dist/esm/lroImpl.d.ts.map +1 -0
  185. package/dist/esm/lroImpl.js +33 -0
  186. package/dist/esm/lroImpl.js.map +1 -0
  187. package/dist/esm/models/index.d.ts +1320 -0
  188. package/dist/esm/models/index.d.ts.map +1 -0
  189. package/dist/esm/models/index.js +180 -0
  190. package/dist/esm/models/index.js.map +1 -0
  191. package/dist/esm/models/mappers.d.ts +100 -0
  192. package/dist/esm/models/mappers.d.ts.map +1 -0
  193. package/dist/esm/models/mappers.js +2368 -0
  194. package/dist/esm/models/mappers.js.map +1 -0
  195. package/dist/esm/models/parameters.d.ts +28 -0
  196. package/dist/esm/models/parameters.d.ts.map +1 -0
  197. package/dist/esm/models/parameters.js +239 -0
  198. package/dist/esm/models/parameters.js.map +1 -0
  199. package/dist/esm/operations/accessPolicies.d.ts +65 -0
  200. package/dist/esm/operations/accessPolicies.d.ts.map +1 -0
  201. package/dist/esm/operations/accessPolicies.js +213 -0
  202. package/dist/esm/operations/accessPolicies.js.map +1 -0
  203. package/dist/esm/operations/environments.d.ts +78 -0
  204. package/dist/esm/operations/environments.d.ts.map +1 -0
  205. package/dist/esm/operations/environments.js +320 -0
  206. package/dist/esm/operations/environments.js.map +1 -0
  207. package/dist/esm/operations/eventSources.d.ts +66 -0
  208. package/dist/esm/operations/eventSources.d.ts.map +1 -0
  209. package/dist/esm/operations/eventSources.js +214 -0
  210. package/dist/esm/operations/eventSources.js.map +1 -0
  211. package/dist/esm/operations/index.d.ts +8 -0
  212. package/dist/esm/operations/index.d.ts.map +1 -0
  213. package/dist/esm/operations/index.js +15 -0
  214. package/dist/esm/operations/index.js.map +1 -0
  215. package/dist/esm/operations/operations.d.ts +32 -0
  216. package/dist/esm/operations/operations.d.ts.map +1 -0
  217. package/dist/esm/operations/operations.js +116 -0
  218. package/dist/esm/operations/operations.js.map +1 -0
  219. package/dist/esm/operations/privateEndpointConnections.d.ts +52 -0
  220. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  221. package/dist/esm/operations/privateEndpointConnections.js +178 -0
  222. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  223. package/dist/esm/operations/privateLinkResources.d.ts +32 -0
  224. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  225. package/dist/esm/operations/privateLinkResources.js +90 -0
  226. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  227. package/dist/esm/operations/referenceDataSets.d.ts +66 -0
  228. package/dist/esm/operations/referenceDataSets.d.ts.map +1 -0
  229. package/dist/esm/operations/referenceDataSets.js +214 -0
  230. package/dist/esm/operations/referenceDataSets.js.map +1 -0
  231. package/dist/esm/operationsInterfaces/accessPolicies.d.ts +57 -0
  232. package/dist/esm/operationsInterfaces/accessPolicies.d.ts.map +1 -0
  233. package/dist/esm/operationsInterfaces/accessPolicies.js +9 -0
  234. package/dist/esm/operationsInterfaces/accessPolicies.js.map +1 -0
  235. package/dist/esm/operationsInterfaces/environments.d.ts +70 -0
  236. package/dist/esm/operationsInterfaces/environments.d.ts.map +1 -0
  237. package/dist/esm/operationsInterfaces/environments.js +9 -0
  238. package/dist/esm/operationsInterfaces/environments.js.map +1 -0
  239. package/dist/esm/operationsInterfaces/eventSources.d.ts +58 -0
  240. package/dist/esm/operationsInterfaces/eventSources.d.ts.map +1 -0
  241. package/dist/esm/operationsInterfaces/eventSources.js +9 -0
  242. package/dist/esm/operationsInterfaces/eventSources.js.map +1 -0
  243. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  244. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  245. package/dist/esm/operationsInterfaces/index.js +15 -0
  246. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  247. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  248. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  249. package/dist/esm/operationsInterfaces/operations.js +9 -0
  250. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  251. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +44 -0
  252. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  253. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  254. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  255. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +14 -0
  256. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  257. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  258. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  259. package/dist/esm/operationsInterfaces/referenceDataSets.d.ts +58 -0
  260. package/dist/esm/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
  261. package/dist/esm/operationsInterfaces/referenceDataSets.js +9 -0
  262. package/dist/esm/operationsInterfaces/referenceDataSets.js.map +1 -0
  263. package/dist/esm/package.json +3 -0
  264. package/dist/esm/pagingHelper.d.ts +13 -0
  265. package/dist/esm/pagingHelper.d.ts.map +1 -0
  266. package/dist/esm/pagingHelper.js +30 -0
  267. package/dist/esm/pagingHelper.js.map +1 -0
  268. package/dist/esm/timeSeriesInsightsClient.d.ts +26 -0
  269. package/dist/esm/timeSeriesInsightsClient.d.ts.map +1 -0
  270. package/dist/esm/timeSeriesInsightsClient.js +118 -0
  271. package/dist/esm/timeSeriesInsightsClient.js.map +1 -0
  272. package/dist/react-native/index.d.ts +5 -0
  273. package/dist/react-native/index.d.ts.map +1 -0
  274. package/dist/react-native/index.js +13 -0
  275. package/dist/react-native/index.js.map +1 -0
  276. package/dist/react-native/lroImpl.d.ts +16 -0
  277. package/dist/react-native/lroImpl.d.ts.map +1 -0
  278. package/dist/react-native/lroImpl.js +33 -0
  279. package/dist/react-native/lroImpl.js.map +1 -0
  280. package/dist/react-native/models/index.d.ts +1320 -0
  281. package/dist/react-native/models/index.d.ts.map +1 -0
  282. package/dist/react-native/models/index.js +180 -0
  283. package/dist/react-native/models/index.js.map +1 -0
  284. package/dist/react-native/models/mappers.d.ts +100 -0
  285. package/dist/react-native/models/mappers.d.ts.map +1 -0
  286. package/dist/react-native/models/mappers.js +2368 -0
  287. package/dist/react-native/models/mappers.js.map +1 -0
  288. package/dist/react-native/models/parameters.d.ts +28 -0
  289. package/dist/react-native/models/parameters.d.ts.map +1 -0
  290. package/dist/react-native/models/parameters.js +239 -0
  291. package/dist/react-native/models/parameters.js.map +1 -0
  292. package/dist/react-native/operations/accessPolicies.d.ts +65 -0
  293. package/dist/react-native/operations/accessPolicies.d.ts.map +1 -0
  294. package/dist/react-native/operations/accessPolicies.js +213 -0
  295. package/dist/react-native/operations/accessPolicies.js.map +1 -0
  296. package/dist/react-native/operations/environments.d.ts +78 -0
  297. package/dist/react-native/operations/environments.d.ts.map +1 -0
  298. package/dist/react-native/operations/environments.js +320 -0
  299. package/dist/react-native/operations/environments.js.map +1 -0
  300. package/dist/react-native/operations/eventSources.d.ts +66 -0
  301. package/dist/react-native/operations/eventSources.d.ts.map +1 -0
  302. package/dist/react-native/operations/eventSources.js +214 -0
  303. package/dist/react-native/operations/eventSources.js.map +1 -0
  304. package/dist/react-native/operations/index.d.ts +8 -0
  305. package/dist/react-native/operations/index.d.ts.map +1 -0
  306. package/dist/react-native/operations/index.js +15 -0
  307. package/dist/react-native/operations/index.js.map +1 -0
  308. package/dist/react-native/operations/operations.d.ts +32 -0
  309. package/dist/react-native/operations/operations.d.ts.map +1 -0
  310. package/dist/react-native/operations/operations.js +116 -0
  311. package/dist/react-native/operations/operations.js.map +1 -0
  312. package/dist/react-native/operations/privateEndpointConnections.d.ts +52 -0
  313. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  314. package/dist/react-native/operations/privateEndpointConnections.js +178 -0
  315. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  316. package/dist/react-native/operations/privateLinkResources.d.ts +32 -0
  317. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  318. package/dist/react-native/operations/privateLinkResources.js +90 -0
  319. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  320. package/dist/react-native/operations/referenceDataSets.d.ts +66 -0
  321. package/dist/react-native/operations/referenceDataSets.d.ts.map +1 -0
  322. package/dist/react-native/operations/referenceDataSets.js +214 -0
  323. package/dist/react-native/operations/referenceDataSets.js.map +1 -0
  324. package/dist/react-native/operationsInterfaces/accessPolicies.d.ts +57 -0
  325. package/dist/react-native/operationsInterfaces/accessPolicies.d.ts.map +1 -0
  326. package/dist/react-native/operationsInterfaces/accessPolicies.js +9 -0
  327. package/dist/react-native/operationsInterfaces/accessPolicies.js.map +1 -0
  328. package/dist/react-native/operationsInterfaces/environments.d.ts +70 -0
  329. package/dist/react-native/operationsInterfaces/environments.d.ts.map +1 -0
  330. package/dist/react-native/operationsInterfaces/environments.js +9 -0
  331. package/dist/react-native/operationsInterfaces/environments.js.map +1 -0
  332. package/dist/react-native/operationsInterfaces/eventSources.d.ts +58 -0
  333. package/dist/react-native/operationsInterfaces/eventSources.d.ts.map +1 -0
  334. package/dist/react-native/operationsInterfaces/eventSources.js +9 -0
  335. package/dist/react-native/operationsInterfaces/eventSources.js.map +1 -0
  336. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  337. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  338. package/dist/react-native/operationsInterfaces/index.js +15 -0
  339. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  340. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  341. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  342. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  343. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  344. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +44 -0
  345. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  346. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  347. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  348. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +14 -0
  349. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  350. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  351. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  352. package/dist/react-native/operationsInterfaces/referenceDataSets.d.ts +58 -0
  353. package/dist/react-native/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
  354. package/dist/react-native/operationsInterfaces/referenceDataSets.js +9 -0
  355. package/dist/react-native/operationsInterfaces/referenceDataSets.js.map +1 -0
  356. package/dist/react-native/package.json +3 -0
  357. package/dist/react-native/pagingHelper.d.ts +13 -0
  358. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  359. package/dist/react-native/pagingHelper.js +30 -0
  360. package/dist/react-native/pagingHelper.js.map +1 -0
  361. package/dist/react-native/timeSeriesInsightsClient.d.ts +26 -0
  362. package/dist/react-native/timeSeriesInsightsClient.d.ts.map +1 -0
  363. package/dist/react-native/timeSeriesInsightsClient.js +118 -0
  364. package/dist/react-native/timeSeriesInsightsClient.js.map +1 -0
  365. package/package.json +85 -69
  366. package/review/{arm-timeseriesinsights.api.md → arm-timeseriesinsights-node.api.md} +143 -178
  367. package/dist/index.js +0 -4077
  368. package/dist/index.js.map +0 -1
  369. package/dist/index.min.js +0 -1
  370. package/dist/index.min.js.map +0 -1
  371. package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.js +0 -37
  374. package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.js.map +0 -1
  375. package/dist-esm/samples-dev/accessPoliciesDeleteSample.d.ts +0 -2
  376. package/dist-esm/samples-dev/accessPoliciesDeleteSample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/accessPoliciesDeleteSample.js +0 -32
  378. package/dist-esm/samples-dev/accessPoliciesDeleteSample.js.map +0 -1
  379. package/dist-esm/samples-dev/accessPoliciesGetSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/accessPoliciesGetSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/accessPoliciesGetSample.js +0 -32
  382. package/dist-esm/samples-dev/accessPoliciesGetSample.js.map +0 -1
  383. package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.js +0 -31
  386. package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.js.map +0 -1
  387. package/dist-esm/samples-dev/accessPoliciesUpdateSample.d.ts +0 -2
  388. package/dist-esm/samples-dev/accessPoliciesUpdateSample.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/accessPoliciesUpdateSample.js +0 -35
  390. package/dist-esm/samples-dev/accessPoliciesUpdateSample.js.map +0 -1
  391. package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.d.ts +0 -2
  392. package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.js +0 -38
  394. package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.js.map +0 -1
  395. package/dist-esm/samples-dev/environmentsDeleteSample.d.ts +0 -2
  396. package/dist-esm/samples-dev/environmentsDeleteSample.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/environmentsDeleteSample.js +0 -31
  398. package/dist-esm/samples-dev/environmentsDeleteSample.js.map +0 -1
  399. package/dist-esm/samples-dev/environmentsGetSample.d.ts +0 -2
  400. package/dist-esm/samples-dev/environmentsGetSample.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/environmentsGetSample.js +0 -31
  402. package/dist-esm/samples-dev/environmentsGetSample.js.map +0 -1
  403. package/dist-esm/samples-dev/environmentsListByResourceGroupSample.d.ts +0 -2
  404. package/dist-esm/samples-dev/environmentsListByResourceGroupSample.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/environmentsListByResourceGroupSample.js +0 -30
  406. package/dist-esm/samples-dev/environmentsListByResourceGroupSample.js.map +0 -1
  407. package/dist-esm/samples-dev/environmentsListBySubscriptionSample.d.ts +0 -2
  408. package/dist-esm/samples-dev/environmentsListBySubscriptionSample.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/environmentsListBySubscriptionSample.js +0 -29
  410. package/dist-esm/samples-dev/environmentsListBySubscriptionSample.js.map +0 -1
  411. package/dist-esm/samples-dev/environmentsUpdateSample.d.ts +0 -2
  412. package/dist-esm/samples-dev/environmentsUpdateSample.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/environmentsUpdateSample.js +0 -35
  414. package/dist-esm/samples-dev/environmentsUpdateSample.js.map +0 -1
  415. package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.d.ts +0 -2
  416. package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.js +0 -80
  418. package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.js.map +0 -1
  419. package/dist-esm/samples-dev/eventSourcesDeleteSample.d.ts +0 -2
  420. package/dist-esm/samples-dev/eventSourcesDeleteSample.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/eventSourcesDeleteSample.js +0 -32
  422. package/dist-esm/samples-dev/eventSourcesDeleteSample.js.map +0 -1
  423. package/dist-esm/samples-dev/eventSourcesGetSample.d.ts +0 -2
  424. package/dist-esm/samples-dev/eventSourcesGetSample.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/eventSourcesGetSample.js +0 -32
  426. package/dist-esm/samples-dev/eventSourcesGetSample.js.map +0 -1
  427. package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.d.ts +0 -2
  428. package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.js +0 -31
  430. package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.js.map +0 -1
  431. package/dist-esm/samples-dev/eventSourcesUpdateSample.d.ts +0 -2
  432. package/dist-esm/samples-dev/eventSourcesUpdateSample.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/eventSourcesUpdateSample.js +0 -36
  434. package/dist-esm/samples-dev/eventSourcesUpdateSample.js.map +0 -1
  435. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  436. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  438. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  439. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -38
  442. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  443. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  444. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -32
  446. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  447. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -32
  450. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  451. package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.js +0 -31
  454. package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.js.map +0 -1
  455. package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +0 -45
  458. package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +0 -1
  459. package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.js +0 -39
  462. package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.js.map +0 -1
  463. package/dist-esm/samples-dev/referenceDataSetsDeleteSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/referenceDataSetsDeleteSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/referenceDataSetsDeleteSample.js +0 -32
  466. package/dist-esm/samples-dev/referenceDataSetsDeleteSample.js.map +0 -1
  467. package/dist-esm/samples-dev/referenceDataSetsGetSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/referenceDataSetsGetSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/referenceDataSetsGetSample.js +0 -32
  470. package/dist-esm/samples-dev/referenceDataSetsGetSample.js.map +0 -1
  471. package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.js +0 -31
  474. package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.js.map +0 -1
  475. package/dist-esm/samples-dev/referenceDataSetsUpdateSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/referenceDataSetsUpdateSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/referenceDataSetsUpdateSample.js +0 -35
  478. package/dist-esm/samples-dev/referenceDataSetsUpdateSample.js.map +0 -1
  479. package/dist-esm/src/index.d.ts +0 -5
  480. package/dist-esm/src/index.d.ts.map +0 -1
  481. package/dist-esm/src/index.js.map +0 -1
  482. package/dist-esm/src/lroImpl.js.map +0 -1
  483. package/dist-esm/src/models/index.d.ts.map +0 -1
  484. package/dist-esm/src/models/index.js.map +0 -1
  485. package/dist-esm/src/models/mappers.js.map +0 -1
  486. package/dist-esm/src/models/parameters.js.map +0 -1
  487. package/dist-esm/src/operations/accessPolicies.d.ts.map +0 -1
  488. package/dist-esm/src/operations/accessPolicies.js.map +0 -1
  489. package/dist-esm/src/operations/environments.d.ts.map +0 -1
  490. package/dist-esm/src/operations/environments.js.map +0 -1
  491. package/dist-esm/src/operations/eventSources.d.ts.map +0 -1
  492. package/dist-esm/src/operations/eventSources.js.map +0 -1
  493. package/dist-esm/src/operations/index.d.ts +0 -8
  494. package/dist-esm/src/operations/index.d.ts.map +0 -1
  495. package/dist-esm/src/operations/index.js +0 -15
  496. package/dist-esm/src/operations/index.js.map +0 -1
  497. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  498. package/dist-esm/src/operations/operations.js.map +0 -1
  499. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  500. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  501. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  502. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  503. package/dist-esm/src/operations/referenceDataSets.d.ts.map +0 -1
  504. package/dist-esm/src/operations/referenceDataSets.js.map +0 -1
  505. package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts.map +0 -1
  506. package/dist-esm/src/operationsInterfaces/accessPolicies.js.map +0 -1
  507. package/dist-esm/src/operationsInterfaces/environments.d.ts.map +0 -1
  508. package/dist-esm/src/operationsInterfaces/environments.js.map +0 -1
  509. package/dist-esm/src/operationsInterfaces/eventSources.d.ts.map +0 -1
  510. package/dist-esm/src/operationsInterfaces/eventSources.js.map +0 -1
  511. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  512. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  513. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  514. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  515. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  516. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  517. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  518. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  519. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  520. package/dist-esm/src/operationsInterfaces/referenceDataSets.d.ts.map +0 -1
  521. package/dist-esm/src/operationsInterfaces/referenceDataSets.js.map +0 -1
  522. package/dist-esm/src/timeSeriesInsightsClient.d.ts.map +0 -1
  523. package/dist-esm/src/timeSeriesInsightsClient.js.map +0 -1
  524. package/dist-esm/test/sampleTest.d.ts +0 -2
  525. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  526. package/dist-esm/test/sampleTest.js +0 -40
  527. package/dist-esm/test/sampleTest.js.map +0 -1
  528. package/rollup.config.js +0 -122
  529. package/src/lroImpl.ts +0 -34
  530. package/src/models/index.ts +0 -1438
  531. package/src/models/mappers.ts +0 -2456
  532. package/src/models/parameters.ts +0 -280
  533. package/src/operations/accessPolicies.ts +0 -282
  534. package/src/operations/environments.ts +0 -451
  535. package/src/operations/eventSources.ts +0 -283
  536. package/src/operations/index.ts +0 -15
  537. package/src/operations/operations.ts +0 -137
  538. package/src/operations/privateEndpointConnections.ts +0 -234
  539. package/src/operations/privateLinkResources.ts +0 -137
  540. package/src/operations/referenceDataSets.ts +0 -283
  541. package/src/operationsInterfaces/accessPolicies.ts +0 -103
  542. package/src/operationsInterfaces/environments.ts +0 -135
  543. package/src/operationsInterfaces/eventSources.ts +0 -104
  544. package/src/operationsInterfaces/index.ts +0 -15
  545. package/src/operationsInterfaces/operations.ts +0 -22
  546. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -81
  547. package/src/operationsInterfaces/privateLinkResources.ts +0 -30
  548. package/src/operationsInterfaces/referenceDataSets.ts +0 -104
  549. package/src/timeSeriesInsightsClient.ts +0 -128
  550. package/tsconfig.json +0 -33
  551. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  552. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  553. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  554. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  555. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  556. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicies.js +0 -0
  557. /package/{dist-esm/src → dist/browser}/operationsInterfaces/environments.js +0 -0
  558. /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventSources.js +0 -0
  559. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  560. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  561. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  562. /package/{dist-esm/src → dist/browser}/operationsInterfaces/referenceDataSets.js +0 -0
@@ -1,283 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { EventSources } from "../operationsInterfaces";
10
- import * as coreClient from "@azure/core-client";
11
- import * as Mappers from "../models/mappers";
12
- import * as Parameters from "../models/parameters";
13
- import { TimeSeriesInsightsClient } from "../timeSeriesInsightsClient";
14
- import {
15
- EventSourceCreateOrUpdateParametersUnion,
16
- EventSourcesCreateOrUpdateOptionalParams,
17
- EventSourcesCreateOrUpdateResponse,
18
- EventSourcesGetOptionalParams,
19
- EventSourcesGetResponse,
20
- EventSourceUpdateParametersUnion,
21
- EventSourcesUpdateOptionalParams,
22
- EventSourcesUpdateResponse,
23
- EventSourcesDeleteOptionalParams,
24
- EventSourcesListByEnvironmentOptionalParams,
25
- EventSourcesListByEnvironmentResponse
26
- } from "../models";
27
-
28
- /** Class containing EventSources operations. */
29
- export class EventSourcesImpl implements EventSources {
30
- private readonly client: TimeSeriesInsightsClient;
31
-
32
- /**
33
- * Initialize a new instance of the class EventSources class.
34
- * @param client Reference to the service client
35
- */
36
- constructor(client: TimeSeriesInsightsClient) {
37
- this.client = client;
38
- }
39
-
40
- /**
41
- * Create or update an event source under the specified environment.
42
- * @param resourceGroupName Name of an Azure Resource group.
43
- * @param environmentName The name of the Time Series Insights environment associated with the
44
- * specified resource group.
45
- * @param eventSourceName Name of the event source.
46
- * @param parameters Parameters for creating an event source resource.
47
- * @param options The options parameters.
48
- */
49
- createOrUpdate(
50
- resourceGroupName: string,
51
- environmentName: string,
52
- eventSourceName: string,
53
- parameters: EventSourceCreateOrUpdateParametersUnion,
54
- options?: EventSourcesCreateOrUpdateOptionalParams
55
- ): Promise<EventSourcesCreateOrUpdateResponse> {
56
- return this.client.sendOperationRequest(
57
- {
58
- resourceGroupName,
59
- environmentName,
60
- eventSourceName,
61
- parameters,
62
- options
63
- },
64
- createOrUpdateOperationSpec
65
- );
66
- }
67
-
68
- /**
69
- * Gets the event source with the specified name in the specified environment.
70
- * @param resourceGroupName Name of an Azure Resource group.
71
- * @param environmentName The name of the Time Series Insights environment associated with the
72
- * specified resource group.
73
- * @param eventSourceName The name of the Time Series Insights event source associated with the
74
- * specified environment.
75
- * @param options The options parameters.
76
- */
77
- get(
78
- resourceGroupName: string,
79
- environmentName: string,
80
- eventSourceName: string,
81
- options?: EventSourcesGetOptionalParams
82
- ): Promise<EventSourcesGetResponse> {
83
- return this.client.sendOperationRequest(
84
- { resourceGroupName, environmentName, eventSourceName, options },
85
- getOperationSpec
86
- );
87
- }
88
-
89
- /**
90
- * Updates the event source with the specified name in the specified subscription, resource group, and
91
- * environment.
92
- * @param resourceGroupName Name of an Azure Resource group.
93
- * @param environmentName The name of the Time Series Insights environment associated with the
94
- * specified resource group.
95
- * @param eventSourceName The name of the Time Series Insights event source associated with the
96
- * specified environment.
97
- * @param eventSourceUpdateParameters Request object that contains the updated information for the
98
- * event source.
99
- * @param options The options parameters.
100
- */
101
- update(
102
- resourceGroupName: string,
103
- environmentName: string,
104
- eventSourceName: string,
105
- eventSourceUpdateParameters: EventSourceUpdateParametersUnion,
106
- options?: EventSourcesUpdateOptionalParams
107
- ): Promise<EventSourcesUpdateResponse> {
108
- return this.client.sendOperationRequest(
109
- {
110
- resourceGroupName,
111
- environmentName,
112
- eventSourceName,
113
- eventSourceUpdateParameters,
114
- options
115
- },
116
- updateOperationSpec
117
- );
118
- }
119
-
120
- /**
121
- * Deletes the event source with the specified name in the specified subscription, resource group, and
122
- * environment
123
- * @param resourceGroupName Name of an Azure Resource group.
124
- * @param environmentName The name of the Time Series Insights environment associated with the
125
- * specified resource group.
126
- * @param eventSourceName The name of the Time Series Insights event source associated with the
127
- * specified environment.
128
- * @param options The options parameters.
129
- */
130
- delete(
131
- resourceGroupName: string,
132
- environmentName: string,
133
- eventSourceName: string,
134
- options?: EventSourcesDeleteOptionalParams
135
- ): Promise<void> {
136
- return this.client.sendOperationRequest(
137
- { resourceGroupName, environmentName, eventSourceName, options },
138
- deleteOperationSpec
139
- );
140
- }
141
-
142
- /**
143
- * Lists all the available event sources associated with the subscription and within the specified
144
- * resource group and environment.
145
- * @param resourceGroupName Name of an Azure Resource group.
146
- * @param environmentName The name of the Time Series Insights environment associated with the
147
- * specified resource group.
148
- * @param options The options parameters.
149
- */
150
- listByEnvironment(
151
- resourceGroupName: string,
152
- environmentName: string,
153
- options?: EventSourcesListByEnvironmentOptionalParams
154
- ): Promise<EventSourcesListByEnvironmentResponse> {
155
- return this.client.sendOperationRequest(
156
- { resourceGroupName, environmentName, options },
157
- listByEnvironmentOperationSpec
158
- );
159
- }
160
- }
161
- // Operation Specifications
162
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
163
-
164
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
165
- path:
166
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}",
167
- httpMethod: "PUT",
168
- responses: {
169
- 200: {
170
- bodyMapper: Mappers.EventSourceResource
171
- },
172
- 201: {
173
- bodyMapper: Mappers.EventSourceResource
174
- },
175
- default: {
176
- bodyMapper: Mappers.CloudError
177
- }
178
- },
179
- requestBody: Parameters.parameters1,
180
- queryParameters: [Parameters.apiVersion],
181
- urlParameters: [
182
- Parameters.$host,
183
- Parameters.subscriptionId,
184
- Parameters.resourceGroupName,
185
- Parameters.environmentName1,
186
- Parameters.eventSourceName
187
- ],
188
- headerParameters: [Parameters.accept, Parameters.contentType],
189
- mediaType: "json",
190
- serializer
191
- };
192
- const getOperationSpec: coreClient.OperationSpec = {
193
- path:
194
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}",
195
- httpMethod: "GET",
196
- responses: {
197
- 200: {
198
- bodyMapper: Mappers.EventSourceResource
199
- },
200
- default: {
201
- bodyMapper: Mappers.CloudError
202
- }
203
- },
204
- queryParameters: [Parameters.apiVersion],
205
- urlParameters: [
206
- Parameters.$host,
207
- Parameters.subscriptionId,
208
- Parameters.resourceGroupName,
209
- Parameters.environmentName1,
210
- Parameters.eventSourceName1
211
- ],
212
- headerParameters: [Parameters.accept],
213
- serializer
214
- };
215
- const updateOperationSpec: coreClient.OperationSpec = {
216
- path:
217
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}",
218
- httpMethod: "PATCH",
219
- responses: {
220
- 200: {
221
- bodyMapper: Mappers.EventSourceResource
222
- },
223
- default: {
224
- bodyMapper: Mappers.CloudError
225
- }
226
- },
227
- requestBody: Parameters.eventSourceUpdateParameters,
228
- queryParameters: [Parameters.apiVersion],
229
- urlParameters: [
230
- Parameters.$host,
231
- Parameters.subscriptionId,
232
- Parameters.resourceGroupName,
233
- Parameters.environmentName1,
234
- Parameters.eventSourceName1
235
- ],
236
- headerParameters: [Parameters.accept, Parameters.contentType],
237
- mediaType: "json",
238
- serializer
239
- };
240
- const deleteOperationSpec: coreClient.OperationSpec = {
241
- path:
242
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}",
243
- httpMethod: "DELETE",
244
- responses: {
245
- 200: {},
246
- 204: {},
247
- default: {
248
- bodyMapper: Mappers.CloudError
249
- }
250
- },
251
- queryParameters: [Parameters.apiVersion],
252
- urlParameters: [
253
- Parameters.$host,
254
- Parameters.subscriptionId,
255
- Parameters.resourceGroupName,
256
- Parameters.environmentName1,
257
- Parameters.eventSourceName1
258
- ],
259
- headerParameters: [Parameters.accept],
260
- serializer
261
- };
262
- const listByEnvironmentOperationSpec: coreClient.OperationSpec = {
263
- path:
264
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources",
265
- httpMethod: "GET",
266
- responses: {
267
- 200: {
268
- bodyMapper: Mappers.EventSourceListResponse
269
- },
270
- default: {
271
- bodyMapper: Mappers.CloudError
272
- }
273
- },
274
- queryParameters: [Parameters.apiVersion],
275
- urlParameters: [
276
- Parameters.$host,
277
- Parameters.subscriptionId,
278
- Parameters.resourceGroupName,
279
- Parameters.environmentName1
280
- ],
281
- headerParameters: [Parameters.accept],
282
- serializer
283
- };
@@ -1,15 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export * from "./operations";
10
- export * from "./environments";
11
- export * from "./eventSources";
12
- export * from "./referenceDataSets";
13
- export * from "./accessPolicies";
14
- export * from "./privateEndpointConnections";
15
- export * from "./privateLinkResources";
@@ -1,137 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { Operations } from "../operationsInterfaces";
11
- import * as coreClient from "@azure/core-client";
12
- import * as Mappers from "../models/mappers";
13
- import * as Parameters from "../models/parameters";
14
- import { TimeSeriesInsightsClient } from "../timeSeriesInsightsClient";
15
- import {
16
- Operation,
17
- OperationsListNextOptionalParams,
18
- OperationsListOptionalParams,
19
- OperationsListResponse,
20
- OperationsListNextResponse
21
- } from "../models";
22
-
23
- /// <reference lib="esnext.asynciterable" />
24
- /** Class containing Operations operations. */
25
- export class OperationsImpl implements Operations {
26
- private readonly client: TimeSeriesInsightsClient;
27
-
28
- /**
29
- * Initialize a new instance of the class Operations class.
30
- * @param client Reference to the service client
31
- */
32
- constructor(client: TimeSeriesInsightsClient) {
33
- this.client = client;
34
- }
35
-
36
- /**
37
- * Lists all of the available Time Series Insights related operations.
38
- * @param options The options parameters.
39
- */
40
- public list(
41
- options?: OperationsListOptionalParams
42
- ): PagedAsyncIterableIterator<Operation> {
43
- const iter = this.listPagingAll(options);
44
- return {
45
- next() {
46
- return iter.next();
47
- },
48
- [Symbol.asyncIterator]() {
49
- return this;
50
- },
51
- byPage: () => {
52
- return this.listPagingPage(options);
53
- }
54
- };
55
- }
56
-
57
- private async *listPagingPage(
58
- options?: OperationsListOptionalParams
59
- ): AsyncIterableIterator<Operation[]> {
60
- let result = await this._list(options);
61
- yield result.value || [];
62
- let continuationToken = result.nextLink;
63
- while (continuationToken) {
64
- result = await this._listNext(continuationToken, options);
65
- continuationToken = result.nextLink;
66
- yield result.value || [];
67
- }
68
- }
69
-
70
- private async *listPagingAll(
71
- options?: OperationsListOptionalParams
72
- ): AsyncIterableIterator<Operation> {
73
- for await (const page of this.listPagingPage(options)) {
74
- yield* page;
75
- }
76
- }
77
-
78
- /**
79
- * Lists all of the available Time Series Insights related operations.
80
- * @param options The options parameters.
81
- */
82
- private _list(
83
- options?: OperationsListOptionalParams
84
- ): Promise<OperationsListResponse> {
85
- return this.client.sendOperationRequest({ options }, listOperationSpec);
86
- }
87
-
88
- /**
89
- * ListNext
90
- * @param nextLink The nextLink from the previous successful call to the List method.
91
- * @param options The options parameters.
92
- */
93
- private _listNext(
94
- nextLink: string,
95
- options?: OperationsListNextOptionalParams
96
- ): Promise<OperationsListNextResponse> {
97
- return this.client.sendOperationRequest(
98
- { nextLink, options },
99
- listNextOperationSpec
100
- );
101
- }
102
- }
103
- // Operation Specifications
104
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
105
-
106
- const listOperationSpec: coreClient.OperationSpec = {
107
- path: "/providers/Microsoft.TimeSeriesInsights/operations",
108
- httpMethod: "GET",
109
- responses: {
110
- 200: {
111
- bodyMapper: Mappers.OperationListResult
112
- },
113
- default: {
114
- bodyMapper: Mappers.CloudError
115
- }
116
- },
117
- queryParameters: [Parameters.apiVersion],
118
- urlParameters: [Parameters.$host],
119
- headerParameters: [Parameters.accept],
120
- serializer
121
- };
122
- const listNextOperationSpec: coreClient.OperationSpec = {
123
- path: "{nextLink}",
124
- httpMethod: "GET",
125
- responses: {
126
- 200: {
127
- bodyMapper: Mappers.OperationListResult
128
- },
129
- default: {
130
- bodyMapper: Mappers.CloudError
131
- }
132
- },
133
- queryParameters: [Parameters.apiVersion],
134
- urlParameters: [Parameters.$host, Parameters.nextLink],
135
- headerParameters: [Parameters.accept],
136
- serializer
137
- };
@@ -1,234 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PrivateEndpointConnections } from "../operationsInterfaces";
10
- import * as coreClient from "@azure/core-client";
11
- import * as Mappers from "../models/mappers";
12
- import * as Parameters from "../models/parameters";
13
- import { TimeSeriesInsightsClient } from "../timeSeriesInsightsClient";
14
- import {
15
- PrivateEndpointConnection,
16
- PrivateEndpointConnectionsCreateOrUpdateOptionalParams,
17
- PrivateEndpointConnectionsCreateOrUpdateResponse,
18
- PrivateEndpointConnectionsGetOptionalParams,
19
- PrivateEndpointConnectionsGetResponse,
20
- PrivateEndpointConnectionsDeleteOptionalParams,
21
- PrivateEndpointConnectionsListByEnvironmentOptionalParams,
22
- PrivateEndpointConnectionsListByEnvironmentResponse
23
- } from "../models";
24
-
25
- /** Class containing PrivateEndpointConnections operations. */
26
- export class PrivateEndpointConnectionsImpl
27
- implements PrivateEndpointConnections {
28
- private readonly client: TimeSeriesInsightsClient;
29
-
30
- /**
31
- * Initialize a new instance of the class PrivateEndpointConnections class.
32
- * @param client Reference to the service client
33
- */
34
- constructor(client: TimeSeriesInsightsClient) {
35
- this.client = client;
36
- }
37
-
38
- /**
39
- * Updates a Private Endpoint connection of the environment in the given resource group.
40
- * @param resourceGroupName Name of an Azure Resource group.
41
- * @param environmentName The name of the Time Series Insights environment associated with the
42
- * specified resource group.
43
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
44
- * Azure resource
45
- * @param privateEndpointConnection The definition of the private endpoint connection to update.
46
- * @param options The options parameters.
47
- */
48
- createOrUpdate(
49
- resourceGroupName: string,
50
- environmentName: string,
51
- privateEndpointConnectionName: string,
52
- privateEndpointConnection: PrivateEndpointConnection,
53
- options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams
54
- ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse> {
55
- return this.client.sendOperationRequest(
56
- {
57
- resourceGroupName,
58
- environmentName,
59
- privateEndpointConnectionName,
60
- privateEndpointConnection,
61
- options
62
- },
63
- createOrUpdateOperationSpec
64
- );
65
- }
66
-
67
- /**
68
- * Gets the details of the private endpoint connection of the environment in the given resource group.
69
- * @param resourceGroupName Name of an Azure Resource group.
70
- * @param environmentName The name of the Time Series Insights environment associated with the
71
- * specified resource group.
72
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
73
- * Azure resource
74
- * @param options The options parameters.
75
- */
76
- get(
77
- resourceGroupName: string,
78
- environmentName: string,
79
- privateEndpointConnectionName: string,
80
- options?: PrivateEndpointConnectionsGetOptionalParams
81
- ): Promise<PrivateEndpointConnectionsGetResponse> {
82
- return this.client.sendOperationRequest(
83
- {
84
- resourceGroupName,
85
- environmentName,
86
- privateEndpointConnectionName,
87
- options
88
- },
89
- getOperationSpec
90
- );
91
- }
92
-
93
- /**
94
- * Disconnects the private endpoint connection and deletes it from the environment.
95
- * @param resourceGroupName Name of an Azure Resource group.
96
- * @param environmentName The name of the Time Series Insights environment associated with the
97
- * specified resource group.
98
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
99
- * Azure resource
100
- * @param options The options parameters.
101
- */
102
- delete(
103
- resourceGroupName: string,
104
- environmentName: string,
105
- privateEndpointConnectionName: string,
106
- options?: PrivateEndpointConnectionsDeleteOptionalParams
107
- ): Promise<void> {
108
- return this.client.sendOperationRequest(
109
- {
110
- resourceGroupName,
111
- environmentName,
112
- privateEndpointConnectionName,
113
- options
114
- },
115
- deleteOperationSpec
116
- );
117
- }
118
-
119
- /**
120
- * Gets a list of all private endpoint connections in the given environment.
121
- * @param resourceGroupName Name of an Azure Resource group.
122
- * @param environmentName The name of the Time Series Insights environment associated with the
123
- * specified resource group.
124
- * @param options The options parameters.
125
- */
126
- listByEnvironment(
127
- resourceGroupName: string,
128
- environmentName: string,
129
- options?: PrivateEndpointConnectionsListByEnvironmentOptionalParams
130
- ): Promise<PrivateEndpointConnectionsListByEnvironmentResponse> {
131
- return this.client.sendOperationRequest(
132
- { resourceGroupName, environmentName, options },
133
- listByEnvironmentOperationSpec
134
- );
135
- }
136
- }
137
- // Operation Specifications
138
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
139
-
140
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
141
- path:
142
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}",
143
- httpMethod: "PUT",
144
- responses: {
145
- 200: {
146
- bodyMapper: Mappers.PrivateEndpointConnection
147
- },
148
- default: {
149
- bodyMapper: Mappers.CloudError
150
- }
151
- },
152
- requestBody: Parameters.privateEndpointConnection,
153
- queryParameters: [Parameters.apiVersion],
154
- urlParameters: [
155
- Parameters.$host,
156
- Parameters.subscriptionId,
157
- Parameters.resourceGroupName,
158
- Parameters.environmentName1,
159
- Parameters.privateEndpointConnectionName
160
- ],
161
- headerParameters: [Parameters.accept, Parameters.contentType],
162
- mediaType: "json",
163
- serializer
164
- };
165
- const getOperationSpec: coreClient.OperationSpec = {
166
- path:
167
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}",
168
- httpMethod: "GET",
169
- responses: {
170
- 200: {
171
- bodyMapper: Mappers.PrivateEndpointConnection
172
- },
173
- default: {
174
- bodyMapper: Mappers.CloudError
175
- }
176
- },
177
- queryParameters: [Parameters.apiVersion],
178
- urlParameters: [
179
- Parameters.$host,
180
- Parameters.subscriptionId,
181
- Parameters.resourceGroupName,
182
- Parameters.environmentName1,
183
- Parameters.privateEndpointConnectionName
184
- ],
185
- headerParameters: [Parameters.accept],
186
- serializer
187
- };
188
- const deleteOperationSpec: coreClient.OperationSpec = {
189
- path:
190
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}",
191
- httpMethod: "DELETE",
192
- responses: {
193
- 200: {},
194
- 204: {},
195
- 404: {
196
- isError: true
197
- },
198
- default: {
199
- bodyMapper: Mappers.CloudError
200
- }
201
- },
202
- queryParameters: [Parameters.apiVersion],
203
- urlParameters: [
204
- Parameters.$host,
205
- Parameters.subscriptionId,
206
- Parameters.resourceGroupName,
207
- Parameters.environmentName1,
208
- Parameters.privateEndpointConnectionName
209
- ],
210
- headerParameters: [Parameters.accept],
211
- serializer
212
- };
213
- const listByEnvironmentOperationSpec: coreClient.OperationSpec = {
214
- path:
215
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections",
216
- httpMethod: "GET",
217
- responses: {
218
- 200: {
219
- bodyMapper: Mappers.PrivateEndpointConnectionListResult
220
- },
221
- default: {
222
- bodyMapper: Mappers.CloudError
223
- }
224
- },
225
- queryParameters: [Parameters.apiVersion],
226
- urlParameters: [
227
- Parameters.$host,
228
- Parameters.subscriptionId,
229
- Parameters.resourceGroupName,
230
- Parameters.environmentName1
231
- ],
232
- headerParameters: [Parameters.accept],
233
- serializer
234
- };