@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
@@ -0,0 +1,213 @@
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
+ import * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
+ /** Class containing AccessPolicies operations. */
12
+ export class AccessPoliciesImpl {
13
+ client;
14
+ /**
15
+ * Initialize a new instance of the class AccessPolicies class.
16
+ * @param client Reference to the service client
17
+ */
18
+ constructor(client) {
19
+ this.client = client;
20
+ }
21
+ /**
22
+ * Create or update an access policy in the specified environment.
23
+ * @param resourceGroupName Name of an Azure Resource group.
24
+ * @param environmentName The name of the Time Series Insights environment associated with the
25
+ * specified resource group.
26
+ * @param accessPolicyName Name of the access policy.
27
+ * @param parameters Parameters for creating an access policy.
28
+ * @param options The options parameters.
29
+ */
30
+ createOrUpdate(resourceGroupName, environmentName, accessPolicyName, parameters, options) {
31
+ return this.client.sendOperationRequest({
32
+ resourceGroupName,
33
+ environmentName,
34
+ accessPolicyName,
35
+ parameters,
36
+ options
37
+ }, createOrUpdateOperationSpec);
38
+ }
39
+ /**
40
+ * Gets the access policy with the specified name in the specified environment.
41
+ * @param resourceGroupName Name of an Azure Resource group.
42
+ * @param environmentName The name of the Time Series Insights environment associated with the
43
+ * specified resource group.
44
+ * @param accessPolicyName The name of the Time Series Insights access policy associated with the
45
+ * specified environment.
46
+ * @param options The options parameters.
47
+ */
48
+ get(resourceGroupName, environmentName, accessPolicyName, options) {
49
+ return this.client.sendOperationRequest({ resourceGroupName, environmentName, accessPolicyName, options }, getOperationSpec);
50
+ }
51
+ /**
52
+ * Updates the access policy with the specified name in the specified subscription, resource group, and
53
+ * environment.
54
+ * @param resourceGroupName Name of an Azure Resource group.
55
+ * @param environmentName The name of the Time Series Insights environment associated with the
56
+ * specified resource group.
57
+ * @param accessPolicyName The name of the Time Series Insights access policy associated with the
58
+ * specified environment.
59
+ * @param accessPolicyUpdateParameters Request object that contains the updated information for the
60
+ * access policy.
61
+ * @param options The options parameters.
62
+ */
63
+ update(resourceGroupName, environmentName, accessPolicyName, accessPolicyUpdateParameters, options) {
64
+ return this.client.sendOperationRequest({
65
+ resourceGroupName,
66
+ environmentName,
67
+ accessPolicyName,
68
+ accessPolicyUpdateParameters,
69
+ options
70
+ }, updateOperationSpec);
71
+ }
72
+ /**
73
+ * Deletes the access policy with the specified name in the specified subscription, resource group, and
74
+ * environment
75
+ * @param resourceGroupName Name of an Azure Resource group.
76
+ * @param environmentName The name of the Time Series Insights environment associated with the
77
+ * specified resource group.
78
+ * @param accessPolicyName The name of the Time Series Insights access policy associated with the
79
+ * specified environment.
80
+ * @param options The options parameters.
81
+ */
82
+ delete(resourceGroupName, environmentName, accessPolicyName, options) {
83
+ return this.client.sendOperationRequest({ resourceGroupName, environmentName, accessPolicyName, options }, deleteOperationSpec);
84
+ }
85
+ /**
86
+ * Lists all the available access policies associated with the environment.
87
+ * @param resourceGroupName Name of an Azure Resource group.
88
+ * @param environmentName The name of the Time Series Insights environment associated with the
89
+ * specified resource group.
90
+ * @param options The options parameters.
91
+ */
92
+ listByEnvironment(resourceGroupName, environmentName, options) {
93
+ return this.client.sendOperationRequest({ resourceGroupName, environmentName, options }, listByEnvironmentOperationSpec);
94
+ }
95
+ }
96
+ // Operation Specifications
97
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
98
+ const createOrUpdateOperationSpec = {
99
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}",
100
+ httpMethod: "PUT",
101
+ responses: {
102
+ 200: {
103
+ bodyMapper: Mappers.AccessPolicyResource
104
+ },
105
+ 201: {
106
+ bodyMapper: Mappers.AccessPolicyResource
107
+ },
108
+ default: {
109
+ bodyMapper: Mappers.CloudError
110
+ }
111
+ },
112
+ requestBody: Parameters.parameters3,
113
+ queryParameters: [Parameters.apiVersion],
114
+ urlParameters: [
115
+ Parameters.$host,
116
+ Parameters.subscriptionId,
117
+ Parameters.resourceGroupName,
118
+ Parameters.environmentName1,
119
+ Parameters.accessPolicyName
120
+ ],
121
+ headerParameters: [Parameters.accept, Parameters.contentType],
122
+ mediaType: "json",
123
+ serializer
124
+ };
125
+ const getOperationSpec = {
126
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}",
127
+ httpMethod: "GET",
128
+ responses: {
129
+ 200: {
130
+ bodyMapper: Mappers.AccessPolicyResource
131
+ },
132
+ default: {
133
+ bodyMapper: Mappers.CloudError
134
+ }
135
+ },
136
+ queryParameters: [Parameters.apiVersion],
137
+ urlParameters: [
138
+ Parameters.$host,
139
+ Parameters.subscriptionId,
140
+ Parameters.resourceGroupName,
141
+ Parameters.environmentName1,
142
+ Parameters.accessPolicyName1
143
+ ],
144
+ headerParameters: [Parameters.accept],
145
+ serializer
146
+ };
147
+ const updateOperationSpec = {
148
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}",
149
+ httpMethod: "PATCH",
150
+ responses: {
151
+ 200: {
152
+ bodyMapper: Mappers.AccessPolicyResource
153
+ },
154
+ default: {
155
+ bodyMapper: Mappers.CloudError
156
+ }
157
+ },
158
+ requestBody: Parameters.accessPolicyUpdateParameters,
159
+ queryParameters: [Parameters.apiVersion],
160
+ urlParameters: [
161
+ Parameters.$host,
162
+ Parameters.subscriptionId,
163
+ Parameters.resourceGroupName,
164
+ Parameters.environmentName1,
165
+ Parameters.accessPolicyName1
166
+ ],
167
+ headerParameters: [Parameters.accept, Parameters.contentType],
168
+ mediaType: "json",
169
+ serializer
170
+ };
171
+ const deleteOperationSpec = {
172
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}",
173
+ httpMethod: "DELETE",
174
+ responses: {
175
+ 200: {},
176
+ 204: {},
177
+ default: {
178
+ bodyMapper: Mappers.CloudError
179
+ }
180
+ },
181
+ queryParameters: [Parameters.apiVersion],
182
+ urlParameters: [
183
+ Parameters.$host,
184
+ Parameters.subscriptionId,
185
+ Parameters.resourceGroupName,
186
+ Parameters.environmentName1,
187
+ Parameters.accessPolicyName1
188
+ ],
189
+ headerParameters: [Parameters.accept],
190
+ serializer
191
+ };
192
+ const listByEnvironmentOperationSpec = {
193
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies",
194
+ httpMethod: "GET",
195
+ responses: {
196
+ 200: {
197
+ bodyMapper: Mappers.AccessPolicyListResponse
198
+ },
199
+ default: {
200
+ bodyMapper: Mappers.CloudError
201
+ }
202
+ },
203
+ queryParameters: [Parameters.apiVersion],
204
+ urlParameters: [
205
+ Parameters.$host,
206
+ Parameters.subscriptionId,
207
+ Parameters.resourceGroupName,
208
+ Parameters.environmentName1
209
+ ],
210
+ headerParameters: [Parameters.accept],
211
+ serializer
212
+ };
213
+ //# sourceMappingURL=accessPolicies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accessPolicies.js","sourceRoot":"","sources":["../../../src/operations/accessPolicies.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AccessPolicies } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { TimeSeriesInsightsClient } from \"../timeSeriesInsightsClient.js\";\nimport {\n AccessPolicyCreateOrUpdateParameters,\n AccessPoliciesCreateOrUpdateOptionalParams,\n AccessPoliciesCreateOrUpdateResponse,\n AccessPoliciesGetOptionalParams,\n AccessPoliciesGetResponse,\n AccessPolicyUpdateParameters,\n AccessPoliciesUpdateOptionalParams,\n AccessPoliciesUpdateResponse,\n AccessPoliciesDeleteOptionalParams,\n AccessPoliciesListByEnvironmentOptionalParams,\n AccessPoliciesListByEnvironmentResponse\n} from \"../models/index.js\";\n\n/** Class containing AccessPolicies operations. */\nexport class AccessPoliciesImpl implements AccessPolicies {\n private readonly client: TimeSeriesInsightsClient;\n\n /**\n * Initialize a new instance of the class AccessPolicies class.\n * @param client Reference to the service client\n */\n constructor(client: TimeSeriesInsightsClient) {\n this.client = client;\n }\n\n /**\n * Create or update an access policy in the specified environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName Name of the access policy.\n * @param parameters Parameters for creating an access policy.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n environmentName: string,\n accessPolicyName: string,\n parameters: AccessPolicyCreateOrUpdateParameters,\n options?: AccessPoliciesCreateOrUpdateOptionalParams\n ): Promise<AccessPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n accessPolicyName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Gets the access policy with the specified name in the specified environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n environmentName: string,\n accessPolicyName: string,\n options?: AccessPoliciesGetOptionalParams\n ): Promise<AccessPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, accessPolicyName, options },\n getOperationSpec\n );\n }\n\n /**\n * Updates the access policy with the specified name in the specified subscription, resource group, and\n * environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param accessPolicyUpdateParameters Request object that contains the updated information for the\n * access policy.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n environmentName: string,\n accessPolicyName: string,\n accessPolicyUpdateParameters: AccessPolicyUpdateParameters,\n options?: AccessPoliciesUpdateOptionalParams\n ): Promise<AccessPoliciesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n accessPolicyName,\n accessPolicyUpdateParameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the access policy with the specified name in the specified subscription, resource group, and\n * environment\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n environmentName: string,\n accessPolicyName: string,\n options?: AccessPoliciesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, accessPolicyName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Lists all the available access policies associated with the environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param options The options parameters.\n */\n listByEnvironment(\n resourceGroupName: string,\n environmentName: string,\n options?: AccessPoliciesListByEnvironmentOptionalParams\n ): Promise<AccessPoliciesListByEnvironmentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n listByEnvironmentOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessPolicyResource\n },\n 201: {\n bodyMapper: Mappers.AccessPolicyResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.accessPolicyName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessPolicyResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.accessPolicyName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessPolicyResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.accessPolicyUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.accessPolicyName1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.accessPolicyName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByEnvironmentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AccessPolicyListResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,78 @@
1
+ import { Environments } from "../operationsInterfaces/index.js";
2
+ import { TimeSeriesInsightsClient } from "../timeSeriesInsightsClient.js";
3
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
4
+ import { EnvironmentCreateOrUpdateParametersUnion, EnvironmentsCreateOrUpdateOptionalParams, EnvironmentsCreateOrUpdateResponse, EnvironmentsGetOptionalParams, EnvironmentsGetResponse, EnvironmentUpdateParametersUnion, EnvironmentsUpdateOptionalParams, EnvironmentsUpdateResponse, EnvironmentsDeleteOptionalParams, EnvironmentsListByResourceGroupOptionalParams, EnvironmentsListByResourceGroupResponse, EnvironmentsListBySubscriptionOptionalParams, EnvironmentsListBySubscriptionResponse } from "../models/index.js";
5
+ /** Class containing Environments operations. */
6
+ export declare class EnvironmentsImpl implements Environments {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Environments class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: TimeSeriesInsightsClient);
13
+ /**
14
+ * Create or update an environment in the specified subscription and resource group.
15
+ * @param resourceGroupName Name of an Azure Resource group.
16
+ * @param environmentName Name of the environment
17
+ * @param parameters Parameters for creating an environment resource.
18
+ * @param options The options parameters.
19
+ */
20
+ beginCreateOrUpdate(resourceGroupName: string, environmentName: string, parameters: EnvironmentCreateOrUpdateParametersUnion, options?: EnvironmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EnvironmentsCreateOrUpdateResponse>, EnvironmentsCreateOrUpdateResponse>>;
21
+ /**
22
+ * Create or update an environment in the specified subscription and resource group.
23
+ * @param resourceGroupName Name of an Azure Resource group.
24
+ * @param environmentName Name of the environment
25
+ * @param parameters Parameters for creating an environment resource.
26
+ * @param options The options parameters.
27
+ */
28
+ beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, parameters: EnvironmentCreateOrUpdateParametersUnion, options?: EnvironmentsCreateOrUpdateOptionalParams): Promise<EnvironmentsCreateOrUpdateResponse>;
29
+ /**
30
+ * Gets the environment with the specified name in the specified subscription and resource group.
31
+ * @param resourceGroupName Name of an Azure Resource group.
32
+ * @param environmentName The name of the Time Series Insights environment associated with the
33
+ * specified resource group.
34
+ * @param options The options parameters.
35
+ */
36
+ get(resourceGroupName: string, environmentName: string, options?: EnvironmentsGetOptionalParams): Promise<EnvironmentsGetResponse>;
37
+ /**
38
+ * Updates the environment with the specified name in the specified subscription and resource group.
39
+ * @param resourceGroupName Name of an Azure Resource group.
40
+ * @param environmentName The name of the Time Series Insights environment associated with the
41
+ * specified resource group.
42
+ * @param environmentUpdateParameters Request object that contains the updated information for the
43
+ * environment.
44
+ * @param options The options parameters.
45
+ */
46
+ beginUpdate(resourceGroupName: string, environmentName: string, environmentUpdateParameters: EnvironmentUpdateParametersUnion, options?: EnvironmentsUpdateOptionalParams): Promise<PollerLike<PollOperationState<EnvironmentsUpdateResponse>, EnvironmentsUpdateResponse>>;
47
+ /**
48
+ * Updates the environment with the specified name in the specified subscription and resource group.
49
+ * @param resourceGroupName Name of an Azure Resource group.
50
+ * @param environmentName The name of the Time Series Insights environment associated with the
51
+ * specified resource group.
52
+ * @param environmentUpdateParameters Request object that contains the updated information for the
53
+ * environment.
54
+ * @param options The options parameters.
55
+ */
56
+ beginUpdateAndWait(resourceGroupName: string, environmentName: string, environmentUpdateParameters: EnvironmentUpdateParametersUnion, options?: EnvironmentsUpdateOptionalParams): Promise<EnvironmentsUpdateResponse>;
57
+ /**
58
+ * Deletes the environment with the specified name in the specified subscription and resource group.
59
+ * @param resourceGroupName Name of an Azure Resource group.
60
+ * @param environmentName The name of the Time Series Insights environment associated with the
61
+ * specified resource group.
62
+ * @param options The options parameters.
63
+ */
64
+ delete(resourceGroupName: string, environmentName: string, options?: EnvironmentsDeleteOptionalParams): Promise<void>;
65
+ /**
66
+ * Lists all the available environments associated with the subscription and within the specified
67
+ * resource group.
68
+ * @param resourceGroupName Name of an Azure Resource group.
69
+ * @param options The options parameters.
70
+ */
71
+ listByResourceGroup(resourceGroupName: string, options?: EnvironmentsListByResourceGroupOptionalParams): Promise<EnvironmentsListByResourceGroupResponse>;
72
+ /**
73
+ * Lists all the available environments within a subscription, irrespective of the resource groups.
74
+ * @param options The options parameters.
75
+ */
76
+ listBySubscription(options?: EnvironmentsListBySubscriptionOptionalParams): Promise<EnvironmentsListBySubscriptionResponse>;
77
+ }
78
+ //# sourceMappingURL=environments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environments.d.ts","sourceRoot":"","sources":["../../../src/operations/environments.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAIhE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,wCAAwC,EACxC,wCAAwC,EACxC,kCAAkC,EAClC,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,6CAA6C,EAC7C,uCAAuC,EACvC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAE5B,gDAAgD;AAChD,qBAAa,gBAAiB,YAAW,YAAY;IACnD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,kCAAkC,CAAC,EACtD,kCAAkC,CACnC,CACF;IAqDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAU9C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;;;OAQG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,2BAA2B,EAAE,gCAAgC,EAC7D,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,0BAA0B,CAAC,EAC9C,0BAA0B,CAC3B,CACF;IA0DD;;;;;;;;OAQG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,2BAA2B,EAAE,gCAAgC,EAC7D,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAUtC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;IAOnD;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;CAMnD"}
@@ -0,0 +1,320 @@
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
+ import * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
+ import { LroEngine } from "@azure/core-lro";
12
+ import { LroImpl } from "../lroImpl.js";
13
+ /** Class containing Environments operations. */
14
+ export class EnvironmentsImpl {
15
+ client;
16
+ /**
17
+ * Initialize a new instance of the class Environments class.
18
+ * @param client Reference to the service client
19
+ */
20
+ constructor(client) {
21
+ this.client = client;
22
+ }
23
+ /**
24
+ * Create or update an environment in the specified subscription and resource group.
25
+ * @param resourceGroupName Name of an Azure Resource group.
26
+ * @param environmentName Name of the environment
27
+ * @param parameters Parameters for creating an environment resource.
28
+ * @param options The options parameters.
29
+ */
30
+ async beginCreateOrUpdate(resourceGroupName, environmentName, parameters, options) {
31
+ const directSendOperation = async (args, spec) => {
32
+ return this.client.sendOperationRequest(args, spec);
33
+ };
34
+ const sendOperation = async (args, spec) => {
35
+ let currentRawResponse = undefined;
36
+ const providedCallback = args.options?.onResponse;
37
+ const callback = (rawResponse, flatResponse) => {
38
+ currentRawResponse = rawResponse;
39
+ providedCallback?.(rawResponse, flatResponse);
40
+ };
41
+ const updatedArgs = {
42
+ ...args,
43
+ options: {
44
+ ...args.options,
45
+ onResponse: callback
46
+ }
47
+ };
48
+ const flatResponse = await directSendOperation(updatedArgs, spec);
49
+ return {
50
+ flatResponse,
51
+ rawResponse: {
52
+ statusCode: currentRawResponse.status,
53
+ body: currentRawResponse.parsedBody,
54
+ headers: currentRawResponse.headers.toJSON()
55
+ }
56
+ };
57
+ };
58
+ const lro = new LroImpl(sendOperation, { resourceGroupName, environmentName, parameters, options }, createOrUpdateOperationSpec);
59
+ const poller = new LroEngine(lro, {
60
+ resumeFrom: options?.resumeFrom,
61
+ intervalInMs: options?.updateIntervalInMs
62
+ });
63
+ await poller.poll();
64
+ return poller;
65
+ }
66
+ /**
67
+ * Create or update an environment in the specified subscription and resource group.
68
+ * @param resourceGroupName Name of an Azure Resource group.
69
+ * @param environmentName Name of the environment
70
+ * @param parameters Parameters for creating an environment resource.
71
+ * @param options The options parameters.
72
+ */
73
+ async beginCreateOrUpdateAndWait(resourceGroupName, environmentName, parameters, options) {
74
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, environmentName, parameters, options);
75
+ return poller.pollUntilDone();
76
+ }
77
+ /**
78
+ * Gets the environment with the specified name in the specified subscription and resource group.
79
+ * @param resourceGroupName Name of an Azure Resource group.
80
+ * @param environmentName The name of the Time Series Insights environment associated with the
81
+ * specified resource group.
82
+ * @param options The options parameters.
83
+ */
84
+ get(resourceGroupName, environmentName, options) {
85
+ return this.client.sendOperationRequest({ resourceGroupName, environmentName, options }, getOperationSpec);
86
+ }
87
+ /**
88
+ * Updates the environment with the specified name in the specified subscription and resource group.
89
+ * @param resourceGroupName Name of an Azure Resource group.
90
+ * @param environmentName The name of the Time Series Insights environment associated with the
91
+ * specified resource group.
92
+ * @param environmentUpdateParameters Request object that contains the updated information for the
93
+ * environment.
94
+ * @param options The options parameters.
95
+ */
96
+ async beginUpdate(resourceGroupName, environmentName, environmentUpdateParameters, options) {
97
+ const directSendOperation = async (args, spec) => {
98
+ return this.client.sendOperationRequest(args, spec);
99
+ };
100
+ const sendOperation = async (args, spec) => {
101
+ let currentRawResponse = undefined;
102
+ const providedCallback = args.options?.onResponse;
103
+ const callback = (rawResponse, flatResponse) => {
104
+ currentRawResponse = rawResponse;
105
+ providedCallback?.(rawResponse, flatResponse);
106
+ };
107
+ const updatedArgs = {
108
+ ...args,
109
+ options: {
110
+ ...args.options,
111
+ onResponse: callback
112
+ }
113
+ };
114
+ const flatResponse = await directSendOperation(updatedArgs, spec);
115
+ return {
116
+ flatResponse,
117
+ rawResponse: {
118
+ statusCode: currentRawResponse.status,
119
+ body: currentRawResponse.parsedBody,
120
+ headers: currentRawResponse.headers.toJSON()
121
+ }
122
+ };
123
+ };
124
+ const lro = new LroImpl(sendOperation, {
125
+ resourceGroupName,
126
+ environmentName,
127
+ environmentUpdateParameters,
128
+ options
129
+ }, updateOperationSpec);
130
+ const poller = new LroEngine(lro, {
131
+ resumeFrom: options?.resumeFrom,
132
+ intervalInMs: options?.updateIntervalInMs
133
+ });
134
+ await poller.poll();
135
+ return poller;
136
+ }
137
+ /**
138
+ * Updates the environment with the specified name in the specified subscription and resource group.
139
+ * @param resourceGroupName Name of an Azure Resource group.
140
+ * @param environmentName The name of the Time Series Insights environment associated with the
141
+ * specified resource group.
142
+ * @param environmentUpdateParameters Request object that contains the updated information for the
143
+ * environment.
144
+ * @param options The options parameters.
145
+ */
146
+ async beginUpdateAndWait(resourceGroupName, environmentName, environmentUpdateParameters, options) {
147
+ const poller = await this.beginUpdate(resourceGroupName, environmentName, environmentUpdateParameters, options);
148
+ return poller.pollUntilDone();
149
+ }
150
+ /**
151
+ * Deletes the environment with the specified name in the specified subscription and resource group.
152
+ * @param resourceGroupName Name of an Azure Resource group.
153
+ * @param environmentName The name of the Time Series Insights environment associated with the
154
+ * specified resource group.
155
+ * @param options The options parameters.
156
+ */
157
+ delete(resourceGroupName, environmentName, options) {
158
+ return this.client.sendOperationRequest({ resourceGroupName, environmentName, options }, deleteOperationSpec);
159
+ }
160
+ /**
161
+ * Lists all the available environments associated with the subscription and within the specified
162
+ * resource group.
163
+ * @param resourceGroupName Name of an Azure Resource group.
164
+ * @param options The options parameters.
165
+ */
166
+ listByResourceGroup(resourceGroupName, options) {
167
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
168
+ }
169
+ /**
170
+ * Lists all the available environments within a subscription, irrespective of the resource groups.
171
+ * @param options The options parameters.
172
+ */
173
+ listBySubscription(options) {
174
+ return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
175
+ }
176
+ }
177
+ // Operation Specifications
178
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
179
+ const createOrUpdateOperationSpec = {
180
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}",
181
+ httpMethod: "PUT",
182
+ responses: {
183
+ 200: {
184
+ bodyMapper: Mappers.EnvironmentResource
185
+ },
186
+ 201: {
187
+ bodyMapper: Mappers.EnvironmentResource
188
+ },
189
+ 202: {
190
+ bodyMapper: Mappers.EnvironmentResource
191
+ },
192
+ 204: {
193
+ bodyMapper: Mappers.EnvironmentResource
194
+ },
195
+ default: {
196
+ bodyMapper: Mappers.CloudError
197
+ }
198
+ },
199
+ requestBody: Parameters.parameters,
200
+ queryParameters: [Parameters.apiVersion],
201
+ urlParameters: [
202
+ Parameters.$host,
203
+ Parameters.subscriptionId,
204
+ Parameters.resourceGroupName,
205
+ Parameters.environmentName
206
+ ],
207
+ headerParameters: [Parameters.accept, Parameters.contentType],
208
+ mediaType: "json",
209
+ serializer
210
+ };
211
+ const getOperationSpec = {
212
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}",
213
+ httpMethod: "GET",
214
+ responses: {
215
+ 200: {
216
+ bodyMapper: Mappers.EnvironmentResource
217
+ },
218
+ default: {
219
+ bodyMapper: Mappers.CloudError
220
+ }
221
+ },
222
+ queryParameters: [Parameters.apiVersion, Parameters.expand],
223
+ urlParameters: [
224
+ Parameters.$host,
225
+ Parameters.subscriptionId,
226
+ Parameters.resourceGroupName,
227
+ Parameters.environmentName1
228
+ ],
229
+ headerParameters: [Parameters.accept],
230
+ serializer
231
+ };
232
+ const updateOperationSpec = {
233
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}",
234
+ httpMethod: "PATCH",
235
+ responses: {
236
+ 200: {
237
+ bodyMapper: Mappers.EnvironmentResource
238
+ },
239
+ 201: {
240
+ bodyMapper: Mappers.EnvironmentResource
241
+ },
242
+ 202: {
243
+ bodyMapper: Mappers.EnvironmentResource
244
+ },
245
+ 204: {
246
+ bodyMapper: Mappers.EnvironmentResource
247
+ },
248
+ default: {
249
+ bodyMapper: Mappers.CloudError
250
+ }
251
+ },
252
+ requestBody: Parameters.environmentUpdateParameters,
253
+ queryParameters: [Parameters.apiVersion],
254
+ urlParameters: [
255
+ Parameters.$host,
256
+ Parameters.subscriptionId,
257
+ Parameters.resourceGroupName,
258
+ Parameters.environmentName1
259
+ ],
260
+ headerParameters: [Parameters.accept, Parameters.contentType],
261
+ mediaType: "json",
262
+ serializer
263
+ };
264
+ const deleteOperationSpec = {
265
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}",
266
+ httpMethod: "DELETE",
267
+ responses: {
268
+ 200: {},
269
+ 204: {},
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
+ };
284
+ const listByResourceGroupOperationSpec = {
285
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments",
286
+ httpMethod: "GET",
287
+ responses: {
288
+ 200: {
289
+ bodyMapper: Mappers.EnvironmentListResponse
290
+ },
291
+ default: {
292
+ bodyMapper: Mappers.CloudError
293
+ }
294
+ },
295
+ queryParameters: [Parameters.apiVersion],
296
+ urlParameters: [
297
+ Parameters.$host,
298
+ Parameters.subscriptionId,
299
+ Parameters.resourceGroupName
300
+ ],
301
+ headerParameters: [Parameters.accept],
302
+ serializer
303
+ };
304
+ const listBySubscriptionOperationSpec = {
305
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.TimeSeriesInsights/environments",
306
+ httpMethod: "GET",
307
+ responses: {
308
+ 200: {
309
+ bodyMapper: Mappers.EnvironmentListResponse
310
+ },
311
+ default: {
312
+ bodyMapper: Mappers.CloudError
313
+ }
314
+ },
315
+ queryParameters: [Parameters.apiVersion],
316
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
317
+ headerParameters: [Parameters.accept],
318
+ serializer
319
+ };
320
+ //# sourceMappingURL=environments.js.map