@azure/arm-redisenterprisecache 3.1.0-beta.1 → 4.0.0-alpha.20250422.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (555) hide show
  1. package/CHANGELOG.md +243 -0
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.js.map +1 -0
  9. package/{dist-esm/src → dist/browser}/models/index.d.ts +517 -31
  10. package/dist/browser/models/index.d.ts.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/index.js +146 -2
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +21 -1
  14. package/dist/browser/models/mappers.d.ts.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/mappers.js +506 -5
  16. package/dist/browser/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/parameters.d.ts +2 -0
  18. package/dist/browser/models/parameters.d.ts.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.js +22 -5
  20. package/dist/browser/models/parameters.js.map +1 -0
  21. package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  22. package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  23. package/dist/browser/operations/accessPolicyAssignmentOperations.js +411 -0
  24. package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +1 -0
  25. package/dist/browser/operations/databases.d.ts +283 -0
  26. package/dist/browser/operations/databases.d.ts.map +1 -0
  27. package/dist/browser/operations/databases.js +1152 -0
  28. package/dist/browser/operations/databases.js.map +1 -0
  29. package/dist/browser/operations/index.d.ts +8 -0
  30. package/dist/browser/operations/index.d.ts.map +1 -0
  31. package/dist/browser/operations/index.js +15 -0
  32. package/dist/browser/operations/index.js.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  34. package/dist/browser/operations/operations.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  36. package/dist/browser/operations/operations.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operationsStatus.d.ts +3 -3
  38. package/dist/browser/operations/operationsStatus.d.ts.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/operationsStatus.js +2 -2
  40. package/dist/browser/operations/operationsStatus.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +31 -17
  42. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +114 -108
  44. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +11 -7
  46. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +10 -6
  48. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/redisEnterprise.d.ts +46 -23
  50. package/dist/browser/operations/redisEnterprise.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/redisEnterprise.js +182 -148
  52. package/dist/browser/operations/redisEnterprise.js.map +1 -0
  53. package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  54. package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
  56. package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.d.ts +77 -33
  58. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/databases.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/operationsStatus.d.ts +1 -1
  68. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts.map +1 -1
  69. package/dist/browser/operationsInterfaces/operationsStatus.js.map +1 -0
  70. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +25 -13
  71. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  73. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +5 -3
  74. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  76. package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.d.ts +42 -19
  77. package/dist/browser/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/redisEnterprise.js.map +1 -0
  79. package/dist/browser/package.json +3 -0
  80. package/dist/browser/pagingHelper.js.map +1 -0
  81. package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.d.ts +3 -2
  82. package/dist/browser/redisEnterpriseManagementClient.d.ts.map +1 -0
  83. package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.js +19 -20
  84. package/dist/browser/redisEnterpriseManagementClient.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 +11 -0
  90. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  91. package/dist/commonjs/lroImpl.js +24 -0
  92. package/dist/commonjs/lroImpl.js.map +1 -0
  93. package/{types/arm-redisenterprisecache.d.ts → dist/commonjs/models/index.d.ts} +1624 -1671
  94. package/dist/commonjs/models/index.d.ts.map +1 -0
  95. package/dist/commonjs/models/index.js +367 -0
  96. package/dist/commonjs/models/index.js.map +1 -0
  97. package/dist/commonjs/models/mappers.d.ts +65 -0
  98. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  99. package/dist/commonjs/models/mappers.js +1788 -0
  100. package/dist/commonjs/models/mappers.js.map +1 -0
  101. package/dist/commonjs/models/parameters.d.ts +27 -0
  102. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  103. package/dist/commonjs/models/parameters.js +217 -0
  104. package/dist/commonjs/models/parameters.js.map +1 -0
  105. package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  106. package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  107. package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +415 -0
  108. package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +1 -0
  109. package/dist/commonjs/operations/databases.d.ts +283 -0
  110. package/dist/commonjs/operations/databases.d.ts.map +1 -0
  111. package/dist/commonjs/operations/databases.js +1156 -0
  112. package/dist/commonjs/operations/databases.js.map +1 -0
  113. package/dist/commonjs/operations/index.d.ts +8 -0
  114. package/dist/commonjs/operations/index.d.ts.map +1 -0
  115. package/dist/commonjs/operations/index.js +18 -0
  116. package/dist/commonjs/operations/index.js.map +1 -0
  117. package/dist/commonjs/operations/operations.d.ts +32 -0
  118. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  119. package/dist/commonjs/operations/operations.js +137 -0
  120. package/dist/commonjs/operations/operations.js.map +1 -0
  121. package/dist/commonjs/operations/operationsStatus.d.ts +20 -0
  122. package/dist/commonjs/operations/operationsStatus.d.ts.map +1 -0
  123. package/dist/commonjs/operations/operationsStatus.js +58 -0
  124. package/dist/commonjs/operations/operationsStatus.js.map +1 -0
  125. package/dist/commonjs/operations/privateEndpointConnections.d.ts +94 -0
  126. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  127. package/dist/commonjs/operations/privateEndpointConnections.js +345 -0
  128. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  129. package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
  130. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  131. package/dist/commonjs/operations/privateLinkResources.js +113 -0
  132. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  133. package/dist/commonjs/operations/redisEnterprise.d.ts +130 -0
  134. package/dist/commonjs/operations/redisEnterprise.d.ts.map +1 -0
  135. package/dist/commonjs/operations/redisEnterprise.js +584 -0
  136. package/dist/commonjs/operations/redisEnterprise.js.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  138. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js +10 -0
  140. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  141. package/{dist-esm/src/operations → dist/commonjs/operationsInterfaces}/databases.d.ts +79 -60
  142. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/databases.js +10 -0
  144. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  146. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  148. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  149. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  150. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  151. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  152. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  153. package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts +12 -0
  154. package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  155. package/dist/commonjs/operationsInterfaces/operationsStatus.js +10 -0
  156. package/dist/commonjs/operationsInterfaces/operationsStatus.js.map +1 -0
  157. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +75 -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 +15 -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/redisEnterprise.d.ts +94 -0
  166. package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/redisEnterprise.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/redisEnterprise.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 +36 -0
  173. package/dist/commonjs/pagingHelper.js.map +1 -0
  174. package/dist/commonjs/redisEnterpriseManagementClient.d.ts +26 -0
  175. package/dist/commonjs/redisEnterpriseManagementClient.d.ts.map +1 -0
  176. package/dist/commonjs/redisEnterpriseManagementClient.js +109 -0
  177. package/dist/commonjs/redisEnterpriseManagementClient.js.map +1 -0
  178. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  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 -5
  182. package/dist/esm/index.js.map +1 -0
  183. package/dist/esm/lroImpl.d.ts +11 -0
  184. package/dist/esm/lroImpl.d.ts.map +1 -0
  185. package/dist/esm/lroImpl.js +21 -0
  186. package/dist/esm/lroImpl.js.map +1 -0
  187. package/dist/esm/models/index.d.ts +1624 -0
  188. package/dist/esm/models/index.d.ts.map +1 -0
  189. package/dist/esm/models/index.js +364 -0
  190. package/dist/esm/models/index.js.map +1 -0
  191. package/dist/esm/models/mappers.d.ts +65 -0
  192. package/dist/esm/models/mappers.d.ts.map +1 -0
  193. package/dist/esm/models/mappers.js +1784 -0
  194. package/dist/esm/models/mappers.js.map +1 -0
  195. package/dist/esm/models/parameters.d.ts +27 -0
  196. package/dist/esm/models/parameters.d.ts.map +1 -0
  197. package/dist/esm/models/parameters.js +214 -0
  198. package/dist/esm/models/parameters.js.map +1 -0
  199. package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  200. package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  201. package/dist/esm/operations/accessPolicyAssignmentOperations.js +411 -0
  202. package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +1 -0
  203. package/dist/esm/operations/databases.d.ts +283 -0
  204. package/dist/esm/operations/databases.d.ts.map +1 -0
  205. package/dist/esm/operations/databases.js +1152 -0
  206. package/dist/esm/operations/databases.js.map +1 -0
  207. package/dist/esm/operations/index.d.ts +8 -0
  208. package/dist/esm/operations/index.d.ts.map +1 -0
  209. package/dist/esm/operations/index.js +15 -0
  210. package/dist/esm/operations/index.js.map +1 -0
  211. package/dist/esm/operations/operations.d.ts +32 -0
  212. package/dist/esm/operations/operations.d.ts.map +1 -0
  213. package/dist/esm/operations/operations.js +133 -0
  214. package/dist/esm/operations/operations.js.map +1 -0
  215. package/dist/esm/operations/operationsStatus.d.ts +20 -0
  216. package/dist/esm/operations/operationsStatus.d.ts.map +1 -0
  217. package/dist/esm/operations/operationsStatus.js +53 -0
  218. package/dist/esm/operations/operationsStatus.js.map +1 -0
  219. package/dist/esm/operations/privateEndpointConnections.d.ts +94 -0
  220. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  221. package/dist/esm/operations/privateEndpointConnections.js +341 -0
  222. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  223. package/dist/esm/operations/privateLinkResources.d.ts +34 -0
  224. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  225. package/dist/esm/operations/privateLinkResources.js +109 -0
  226. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  227. package/dist/esm/operations/redisEnterprise.d.ts +130 -0
  228. package/dist/esm/operations/redisEnterprise.d.ts.map +1 -0
  229. package/dist/esm/operations/redisEnterprise.js +580 -0
  230. package/dist/esm/operations/redisEnterprise.js.map +1 -0
  231. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  232. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  233. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
  234. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  235. package/dist/esm/operationsInterfaces/databases.d.ts +254 -0
  236. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
  237. package/dist/esm/operationsInterfaces/databases.js +9 -0
  238. package/dist/esm/operationsInterfaces/databases.js.map +1 -0
  239. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  240. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  241. package/dist/esm/operationsInterfaces/index.js +15 -0
  242. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  243. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  244. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  245. package/dist/esm/operationsInterfaces/operations.js +9 -0
  246. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  247. package/dist/esm/operationsInterfaces/operationsStatus.d.ts +12 -0
  248. package/dist/esm/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  249. package/dist/esm/operationsInterfaces/operationsStatus.js +9 -0
  250. package/dist/esm/operationsInterfaces/operationsStatus.js.map +1 -0
  251. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +75 -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 +15 -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/redisEnterprise.d.ts +94 -0
  260. package/dist/esm/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  261. package/dist/esm/operationsInterfaces/redisEnterprise.js +9 -0
  262. package/dist/esm/operationsInterfaces/redisEnterprise.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 +32 -0
  267. package/dist/esm/pagingHelper.js.map +1 -0
  268. package/dist/esm/redisEnterpriseManagementClient.d.ts +26 -0
  269. package/dist/esm/redisEnterpriseManagementClient.d.ts.map +1 -0
  270. package/dist/esm/redisEnterpriseManagementClient.js +104 -0
  271. package/dist/esm/redisEnterpriseManagementClient.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 +11 -0
  277. package/dist/react-native/lroImpl.d.ts.map +1 -0
  278. package/dist/react-native/lroImpl.js +21 -0
  279. package/dist/react-native/lroImpl.js.map +1 -0
  280. package/dist/react-native/models/index.d.ts +1624 -0
  281. package/dist/react-native/models/index.d.ts.map +1 -0
  282. package/dist/react-native/models/index.js +364 -0
  283. package/dist/react-native/models/index.js.map +1 -0
  284. package/dist/react-native/models/mappers.d.ts +65 -0
  285. package/dist/react-native/models/mappers.d.ts.map +1 -0
  286. package/dist/react-native/models/mappers.js +1784 -0
  287. package/dist/react-native/models/mappers.js.map +1 -0
  288. package/dist/react-native/models/parameters.d.ts +27 -0
  289. package/dist/react-native/models/parameters.d.ts.map +1 -0
  290. package/dist/react-native/models/parameters.js +214 -0
  291. package/dist/react-native/models/parameters.js.map +1 -0
  292. package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  293. package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  294. package/dist/react-native/operations/accessPolicyAssignmentOperations.js +411 -0
  295. package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +1 -0
  296. package/dist/react-native/operations/databases.d.ts +283 -0
  297. package/dist/react-native/operations/databases.d.ts.map +1 -0
  298. package/dist/react-native/operations/databases.js +1152 -0
  299. package/dist/react-native/operations/databases.js.map +1 -0
  300. package/dist/react-native/operations/index.d.ts +8 -0
  301. package/dist/react-native/operations/index.d.ts.map +1 -0
  302. package/dist/react-native/operations/index.js +15 -0
  303. package/dist/react-native/operations/index.js.map +1 -0
  304. package/dist/react-native/operations/operations.d.ts +32 -0
  305. package/dist/react-native/operations/operations.d.ts.map +1 -0
  306. package/dist/react-native/operations/operations.js +133 -0
  307. package/dist/react-native/operations/operations.js.map +1 -0
  308. package/dist/react-native/operations/operationsStatus.d.ts +20 -0
  309. package/dist/react-native/operations/operationsStatus.d.ts.map +1 -0
  310. package/dist/react-native/operations/operationsStatus.js +53 -0
  311. package/dist/react-native/operations/operationsStatus.js.map +1 -0
  312. package/dist/react-native/operations/privateEndpointConnections.d.ts +94 -0
  313. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  314. package/dist/react-native/operations/privateEndpointConnections.js +341 -0
  315. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  316. package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
  317. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  318. package/dist/react-native/operations/privateLinkResources.js +109 -0
  319. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  320. package/dist/react-native/operations/redisEnterprise.d.ts +130 -0
  321. package/dist/react-native/operations/redisEnterprise.d.ts.map +1 -0
  322. package/dist/react-native/operations/redisEnterprise.js +580 -0
  323. package/dist/react-native/operations/redisEnterprise.js.map +1 -0
  324. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  325. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  326. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
  327. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  328. package/dist/react-native/operationsInterfaces/databases.d.ts +254 -0
  329. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
  330. package/dist/react-native/operationsInterfaces/databases.js +9 -0
  331. package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
  332. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  333. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  334. package/dist/react-native/operationsInterfaces/index.js +15 -0
  335. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  336. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  337. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  338. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  339. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  340. package/dist/react-native/operationsInterfaces/operationsStatus.d.ts +12 -0
  341. package/dist/react-native/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  342. package/dist/react-native/operationsInterfaces/operationsStatus.js +9 -0
  343. package/dist/react-native/operationsInterfaces/operationsStatus.js.map +1 -0
  344. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +75 -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 +15 -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/redisEnterprise.d.ts +94 -0
  353. package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  354. package/dist/react-native/operationsInterfaces/redisEnterprise.js +9 -0
  355. package/dist/react-native/operationsInterfaces/redisEnterprise.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 +32 -0
  360. package/dist/react-native/pagingHelper.js.map +1 -0
  361. package/dist/react-native/redisEnterpriseManagementClient.d.ts +26 -0
  362. package/dist/react-native/redisEnterpriseManagementClient.d.ts.map +1 -0
  363. package/dist/react-native/redisEnterpriseManagementClient.js +104 -0
  364. package/dist/react-native/redisEnterpriseManagementClient.js.map +1 -0
  365. package/package.json +81 -55
  366. package/review/arm-redisenterprisecache.api.md +294 -6
  367. package/LICENSE.txt +0 -21
  368. package/dist/index.js +0 -4221
  369. package/dist/index.js.map +0 -1
  370. package/dist/index.min.js +0 -1
  371. package/dist/index.min.js.map +0 -1
  372. package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
  373. package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
  374. package/dist-esm/samples-dev/databasesCreateSample.js +0 -88
  375. package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
  376. package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
  377. package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
  378. package/dist-esm/samples-dev/databasesDeleteSample.js +0 -39
  379. package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
  380. package/dist-esm/samples-dev/databasesExportSample.d.ts +0 -2
  381. package/dist-esm/samples-dev/databasesExportSample.d.ts.map +0 -1
  382. package/dist-esm/samples-dev/databasesExportSample.js +0 -42
  383. package/dist-esm/samples-dev/databasesExportSample.js.map +0 -1
  384. package/dist-esm/samples-dev/databasesFlushSample.d.ts +0 -2
  385. package/dist-esm/samples-dev/databasesFlushSample.d.ts.map +0 -1
  386. package/dist-esm/samples-dev/databasesFlushSample.js +0 -44
  387. package/dist-esm/samples-dev/databasesFlushSample.js.map +0 -1
  388. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts +0 -2
  389. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts.map +0 -1
  390. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +0 -51
  391. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js.map +0 -1
  392. package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts +0 -2
  393. package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts.map +0 -1
  394. package/dist-esm/samples-dev/databasesForceUnlinkSample.js +0 -44
  395. package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +0 -1
  396. package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
  397. package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
  398. package/dist-esm/samples-dev/databasesGetSample.js +0 -39
  399. package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
  400. package/dist-esm/samples-dev/databasesImportSample.d.ts +0 -2
  401. package/dist-esm/samples-dev/databasesImportSample.d.ts.map +0 -1
  402. package/dist-esm/samples-dev/databasesImportSample.js +0 -45
  403. package/dist-esm/samples-dev/databasesImportSample.js.map +0 -1
  404. package/dist-esm/samples-dev/databasesListByClusterSample.d.ts +0 -2
  405. package/dist-esm/samples-dev/databasesListByClusterSample.d.ts.map +0 -1
  406. package/dist-esm/samples-dev/databasesListByClusterSample.js +0 -54
  407. package/dist-esm/samples-dev/databasesListByClusterSample.js.map +0 -1
  408. package/dist-esm/samples-dev/databasesListKeysSample.d.ts +0 -2
  409. package/dist-esm/samples-dev/databasesListKeysSample.d.ts.map +0 -1
  410. package/dist-esm/samples-dev/databasesListKeysSample.js +0 -39
  411. package/dist-esm/samples-dev/databasesListKeysSample.js.map +0 -1
  412. package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts +0 -2
  413. package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts.map +0 -1
  414. package/dist-esm/samples-dev/databasesRegenerateKeySample.js +0 -40
  415. package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +0 -1
  416. package/dist-esm/samples-dev/databasesUpdateSample.d.ts +0 -2
  417. package/dist-esm/samples-dev/databasesUpdateSample.d.ts.map +0 -1
  418. package/dist-esm/samples-dev/databasesUpdateSample.js +0 -44
  419. package/dist-esm/samples-dev/databasesUpdateSample.js.map +0 -1
  420. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts +0 -2
  421. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts.map +0 -1
  422. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +0 -39
  423. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +0 -1
  424. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  425. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  426. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  427. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  428. package/dist-esm/samples-dev/operationsStatusGetSample.d.ts +0 -2
  429. package/dist-esm/samples-dev/operationsStatusGetSample.d.ts.map +0 -1
  430. package/dist-esm/samples-dev/operationsStatusGetSample.js +0 -38
  431. package/dist-esm/samples-dev/operationsStatusGetSample.js.map +0 -1
  432. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  433. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  434. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  435. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  436. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  437. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  438. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  439. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  440. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  441. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  442. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -54
  443. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  444. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
  445. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
  446. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -45
  447. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
  448. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
  449. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
  450. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -54
  451. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
  452. package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts +0 -2
  453. package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts.map +0 -1
  454. package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +0 -60
  455. package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +0 -1
  456. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts +0 -2
  457. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts.map +0 -1
  458. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +0 -38
  459. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js.map +0 -1
  460. package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts +0 -2
  461. package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts.map +0 -1
  462. package/dist-esm/samples-dev/redisEnterpriseGetSample.js +0 -38
  463. package/dist-esm/samples-dev/redisEnterpriseGetSample.js.map +0 -1
  464. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts +0 -2
  465. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts.map +0 -1
  466. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +0 -53
  467. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +0 -1
  468. package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts +0 -2
  469. package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts.map +0 -1
  470. package/dist-esm/samples-dev/redisEnterpriseListSample.js +0 -52
  471. package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +0 -1
  472. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts +0 -2
  473. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +0 -43
  475. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +0 -1
  476. package/dist-esm/src/index.d.ts +0 -5
  477. package/dist-esm/src/index.js.map +0 -1
  478. package/dist-esm/src/lroImpl.js.map +0 -1
  479. package/dist-esm/src/models/index.d.ts.map +0 -1
  480. package/dist-esm/src/models/index.js.map +0 -1
  481. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  482. package/dist-esm/src/models/mappers.js.map +0 -1
  483. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  484. package/dist-esm/src/models/parameters.js.map +0 -1
  485. package/dist-esm/src/operations/databases.d.ts.map +0 -1
  486. package/dist-esm/src/operations/databases.js +0 -1150
  487. package/dist-esm/src/operations/databases.js.map +0 -1
  488. package/dist-esm/src/operations/index.d.ts +0 -7
  489. package/dist-esm/src/operations/index.d.ts.map +0 -1
  490. package/dist-esm/src/operations/index.js +0 -14
  491. package/dist-esm/src/operations/index.js.map +0 -1
  492. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  493. package/dist-esm/src/operations/operations.js.map +0 -1
  494. package/dist-esm/src/operations/operationsStatus.d.ts.map +0 -1
  495. package/dist-esm/src/operations/operationsStatus.js.map +0 -1
  496. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  497. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  498. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  499. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  500. package/dist-esm/src/operations/redisEnterprise.d.ts.map +0 -1
  501. package/dist-esm/src/operations/redisEnterprise.js.map +0 -1
  502. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
  503. package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
  504. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  505. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  506. package/dist-esm/src/operationsInterfaces/index.js +0 -14
  507. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  508. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  509. package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +0 -1
  510. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  511. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  512. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  513. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  514. package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
  515. package/dist-esm/src/operationsInterfaces/redisEnterprise.js.map +0 -1
  516. package/dist-esm/src/pagingHelper.js.map +0 -1
  517. package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +0 -1
  518. package/dist-esm/src/redisEnterpriseManagementClient.js.map +0 -1
  519. package/dist-esm/test/redisenterprisecache_test.spec.d.ts +0 -4
  520. package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +0 -1
  521. package/dist-esm/test/redisenterprisecache_test.spec.js +0 -70
  522. package/dist-esm/test/redisenterprisecache_test.spec.js.map +0 -1
  523. package/src/lroImpl.ts +0 -42
  524. package/src/models/index.ts +0 -1289
  525. package/src/models/mappers.ts +0 -1375
  526. package/src/models/parameters.ts +0 -237
  527. package/src/operations/databases.ts +0 -1603
  528. package/src/operations/index.ts +0 -14
  529. package/src/operations/operations.ts +0 -149
  530. package/src/operations/operationsStatus.ts +0 -71
  531. package/src/operations/privateEndpointConnections.ts +0 -451
  532. package/src/operations/privateLinkResources.ts +0 -136
  533. package/src/operations/redisEnterprise.ts +0 -708
  534. package/src/operationsInterfaces/databases.ts +0 -403
  535. package/src/operationsInterfaces/index.ts +0 -14
  536. package/src/operationsInterfaces/operations.ts +0 -22
  537. package/src/operationsInterfaces/operationsStatus.ts +0 -27
  538. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -116
  539. package/src/operationsInterfaces/privateLinkResources.ts +0 -29
  540. package/src/operationsInterfaces/redisEnterprise.ts +0 -139
  541. package/src/pagingHelper.ts +0 -39
  542. package/src/redisEnterpriseManagementClient.ts +0 -165
  543. package/tsconfig.json +0 -33
  544. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  545. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  546. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  547. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
  548. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  549. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.js +0 -0
  550. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  551. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  552. /package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.js +0 -0
  553. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  554. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  555. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,1289 +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 * as coreClient from "@azure/core-client";
10
-
11
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
12
- export interface OperationListResult {
13
- /**
14
- * List of operations supported by the resource provider
15
- * NOTE: This property will not be serialized. It can only be populated by the server.
16
- */
17
- readonly value?: Operation[];
18
- /**
19
- * URL to get the next set of operation list results (if there are any).
20
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
- */
22
- readonly nextLink?: string;
23
- }
24
-
25
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
26
- export interface Operation {
27
- /**
28
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
29
- * NOTE: This property will not be serialized. It can only be populated by the server.
30
- */
31
- readonly name?: string;
32
- /**
33
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly isDataAction?: boolean;
37
- /** Localized display information for this particular operation. */
38
- display?: OperationDisplay;
39
- /**
40
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
41
- * NOTE: This property will not be serialized. It can only be populated by the server.
42
- */
43
- readonly origin?: Origin;
44
- /**
45
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
46
- * NOTE: This property will not be serialized. It can only be populated by the server.
47
- */
48
- readonly actionType?: ActionType;
49
- }
50
-
51
- /** Localized display information for this particular operation. */
52
- export interface OperationDisplay {
53
- /**
54
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
55
- * NOTE: This property will not be serialized. It can only be populated by the server.
56
- */
57
- readonly provider?: string;
58
- /**
59
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly resource?: string;
63
- /**
64
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly operation?: string;
68
- /**
69
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly description?: string;
73
- }
74
-
75
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
76
- export interface ErrorResponse {
77
- /** The error object. */
78
- error?: ErrorDetail;
79
- }
80
-
81
- /** The error detail. */
82
- export interface ErrorDetail {
83
- /**
84
- * The error code.
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly code?: string;
88
- /**
89
- * The error message.
90
- * NOTE: This property will not be serialized. It can only be populated by the server.
91
- */
92
- readonly message?: string;
93
- /**
94
- * The error target.
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly target?: string;
98
- /**
99
- * The error details.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly details?: ErrorDetail[];
103
- /**
104
- * The error additional info.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly additionalInfo?: ErrorAdditionalInfo[];
108
- }
109
-
110
- /** The resource management error additional info. */
111
- export interface ErrorAdditionalInfo {
112
- /**
113
- * The additional info type.
114
- * NOTE: This property will not be serialized. It can only be populated by the server.
115
- */
116
- readonly type?: string;
117
- /**
118
- * The additional info.
119
- * NOTE: This property will not be serialized. It can only be populated by the server.
120
- */
121
- readonly info?: Record<string, unknown>;
122
- }
123
-
124
- /** The status of a long-running operation. */
125
- export interface OperationStatus {
126
- /** The operation's unique id. */
127
- id?: string;
128
- /** The operation's name. */
129
- name?: string;
130
- /** The start time of the operation. */
131
- startTime?: string;
132
- /** The end time of the operation. */
133
- endTime?: string;
134
- /** The current status of the operation. */
135
- status?: string;
136
- /** Error response describing why the operation failed. */
137
- error?: ErrorResponse;
138
- }
139
-
140
- /** SKU parameters supplied to the create RedisEnterprise operation. */
141
- export interface Sku {
142
- /** The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.) */
143
- name: SkuName;
144
- /** The size of the RedisEnterprise cluster. Defaults to 2 or 3 depending on SKU. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for Flash SKUs. */
145
- capacity?: number;
146
- }
147
-
148
- /** Managed service identity (system assigned and/or user assigned identities) */
149
- export interface ManagedServiceIdentity {
150
- /**
151
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
152
- * NOTE: This property will not be serialized. It can only be populated by the server.
153
- */
154
- readonly principalId?: string;
155
- /**
156
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
157
- * NOTE: This property will not be serialized. It can only be populated by the server.
158
- */
159
- readonly tenantId?: string;
160
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
161
- type: ManagedServiceIdentityType;
162
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
163
- userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
164
- }
165
-
166
- /** User assigned identity properties */
167
- export interface UserAssignedIdentity {
168
- /**
169
- * The principal ID of the assigned identity.
170
- * NOTE: This property will not be serialized. It can only be populated by the server.
171
- */
172
- readonly principalId?: string;
173
- /**
174
- * The client ID of the assigned identity.
175
- * NOTE: This property will not be serialized. It can only be populated by the server.
176
- */
177
- readonly clientId?: string;
178
- }
179
-
180
- /** Encryption-at-rest configuration for the cluster. */
181
- export interface ClusterPropertiesEncryption {
182
- /** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
183
- customerManagedKeyEncryption?: ClusterPropertiesEncryptionCustomerManagedKeyEncryption;
184
- }
185
-
186
- /** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
187
- export interface ClusterPropertiesEncryptionCustomerManagedKeyEncryption {
188
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
189
- keyEncryptionKeyIdentity?: ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity;
190
- /** Key encryption key Url, versioned only. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 */
191
- keyEncryptionKeyUrl?: string;
192
- }
193
-
194
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
195
- export interface ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity {
196
- /** User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/<sub uuid>/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. */
197
- userAssignedIdentityResourceId?: string;
198
- /** Only userAssignedIdentity is supported in this API version; other types may be supported in the future */
199
- identityType?: CmkIdentityType;
200
- }
201
-
202
- /** The Private Endpoint resource. */
203
- export interface PrivateEndpoint {
204
- /**
205
- * The ARM identifier for Private Endpoint
206
- * NOTE: This property will not be serialized. It can only be populated by the server.
207
- */
208
- readonly id?: string;
209
- }
210
-
211
- /** A collection of information about the state of the connection between service consumer and provider. */
212
- export interface PrivateLinkServiceConnectionState {
213
- /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
214
- status?: PrivateEndpointServiceConnectionStatus;
215
- /** The reason for approval/rejection of the connection. */
216
- description?: string;
217
- /** A message indicating if changes on the service provider require any updates on the consumer. */
218
- actionsRequired?: string;
219
- }
220
-
221
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
222
- export interface Resource {
223
- /**
224
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
225
- * NOTE: This property will not be serialized. It can only be populated by the server.
226
- */
227
- readonly id?: string;
228
- /**
229
- * The name of the resource
230
- * NOTE: This property will not be serialized. It can only be populated by the server.
231
- */
232
- readonly name?: string;
233
- /**
234
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
235
- * NOTE: This property will not be serialized. It can only be populated by the server.
236
- */
237
- readonly type?: string;
238
- }
239
-
240
- /** A partial update to the RedisEnterprise cluster */
241
- export interface ClusterUpdate {
242
- /** The SKU to create, which affects price, performance, and features. */
243
- sku?: Sku;
244
- /** The identity of the resource. */
245
- identity?: ManagedServiceIdentity;
246
- /** Resource tags. */
247
- tags?: { [propertyName: string]: string };
248
- /** The minimum TLS version for the cluster to support, e.g. '1.2' */
249
- minimumTlsVersion?: TlsVersion;
250
- /** Encryption-at-rest configuration for the cluster. */
251
- encryption?: ClusterPropertiesEncryption;
252
- /**
253
- * DNS name of the cluster endpoint
254
- * NOTE: This property will not be serialized. It can only be populated by the server.
255
- */
256
- readonly hostName?: string;
257
- /**
258
- * Current provisioning status of the cluster
259
- * NOTE: This property will not be serialized. It can only be populated by the server.
260
- */
261
- readonly provisioningState?: ProvisioningState;
262
- /**
263
- * Current resource status of the cluster
264
- * NOTE: This property will not be serialized. It can only be populated by the server.
265
- */
266
- readonly resourceState?: ResourceState;
267
- /**
268
- * Version of redis the cluster supports, e.g. '6'
269
- * NOTE: This property will not be serialized. It can only be populated by the server.
270
- */
271
- readonly redisVersion?: string;
272
- /**
273
- * List of private endpoint connections associated with the specified RedisEnterprise cluster
274
- * NOTE: This property will not be serialized. It can only be populated by the server.
275
- */
276
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
277
- }
278
-
279
- /** The response of a list-all operation. */
280
- export interface ClusterList {
281
- /** List of clusters. */
282
- value?: Cluster[];
283
- /**
284
- * The URI to fetch the next page of results.
285
- * NOTE: This property will not be serialized. It can only be populated by the server.
286
- */
287
- readonly nextLink?: string;
288
- }
289
-
290
- /** The response of a list-all operation. */
291
- export interface DatabaseList {
292
- /** List of databases */
293
- value?: Database[];
294
- /**
295
- * The URI to fetch the next page of results.
296
- * NOTE: This property will not be serialized. It can only be populated by the server.
297
- */
298
- readonly nextLink?: string;
299
- }
300
-
301
- /** Persistence-related configuration for the RedisEnterprise database */
302
- export interface Persistence {
303
- /** Sets whether AOF is enabled. */
304
- aofEnabled?: boolean;
305
- /** Sets whether RDB is enabled. */
306
- rdbEnabled?: boolean;
307
- /** Sets the frequency at which data is written to disk. */
308
- aofFrequency?: AofFrequency;
309
- /** Sets the frequency at which a snapshot of the database is created. */
310
- rdbFrequency?: RdbFrequency;
311
- }
312
-
313
- /** Specifies configuration of a redis module */
314
- export interface Module {
315
- /** The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries' */
316
- name: string;
317
- /** Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'. */
318
- args?: string;
319
- /**
320
- * The version of the module, e.g. '1.0'.
321
- * NOTE: This property will not be serialized. It can only be populated by the server.
322
- */
323
- readonly version?: string;
324
- }
325
-
326
- /** Optional set of properties to configure geo replication for this database. */
327
- export interface DatabasePropertiesGeoReplication {
328
- /** Name for the group of linked database resources */
329
- groupNickname?: string;
330
- /** List of database resources to link with this database */
331
- linkedDatabases?: LinkedDatabase[];
332
- }
333
-
334
- /** Specifies details of a linked database resource. */
335
- export interface LinkedDatabase {
336
- /** Resource ID of a database resource to link with this database. */
337
- id?: string;
338
- /**
339
- * State of the link between the database resources.
340
- * NOTE: This property will not be serialized. It can only be populated by the server.
341
- */
342
- readonly state?: LinkState;
343
- }
344
-
345
- /** A partial update to the RedisEnterprise database */
346
- export interface DatabaseUpdate {
347
- /** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
348
- clientProtocol?: Protocol;
349
- /** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
350
- port?: number;
351
- /**
352
- * Current provisioning status of the database
353
- * NOTE: This property will not be serialized. It can only be populated by the server.
354
- */
355
- readonly provisioningState?: ProvisioningState;
356
- /**
357
- * Current resource status of the database
358
- * NOTE: This property will not be serialized. It can only be populated by the server.
359
- */
360
- readonly resourceState?: ResourceState;
361
- /** Clustering policy - default is OSSCluster. Specified at create time. */
362
- clusteringPolicy?: ClusteringPolicy;
363
- /** Redis eviction policy - default is VolatileLRU */
364
- evictionPolicy?: EvictionPolicy;
365
- /** Persistence settings */
366
- persistence?: Persistence;
367
- /** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
368
- modules?: Module[];
369
- /** Optional set of properties to configure geo replication for this database. */
370
- geoReplication?: DatabasePropertiesGeoReplication;
371
- /**
372
- * Version of Redis the database is running on, e.g. '6.0'
373
- * NOTE: This property will not be serialized. It can only be populated by the server.
374
- */
375
- readonly redisVersion?: string;
376
- /** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
377
- deferUpgrade?: DeferUpgradeSetting;
378
- }
379
-
380
- /** The secret access keys used for authenticating connections to redis */
381
- export interface AccessKeys {
382
- /**
383
- * The current primary key that clients can use to authenticate
384
- * NOTE: This property will not be serialized. It can only be populated by the server.
385
- */
386
- readonly primaryKey?: string;
387
- /**
388
- * The current secondary key that clients can use to authenticate
389
- * NOTE: This property will not be serialized. It can only be populated by the server.
390
- */
391
- readonly secondaryKey?: string;
392
- }
393
-
394
- /** Specifies which access keys to reset to a new random value. */
395
- export interface RegenerateKeyParameters {
396
- /** Which access key to regenerate. */
397
- keyType: AccessKeyType;
398
- }
399
-
400
- /** Parameters for a Redis Enterprise import operation. */
401
- export interface ImportClusterParameters {
402
- /** SAS URIs for the target blobs to import from */
403
- sasUris: string[];
404
- }
405
-
406
- /** Parameters for a Redis Enterprise export operation. */
407
- export interface ExportClusterParameters {
408
- /** SAS URI for the target directory to export to */
409
- sasUri: string;
410
- }
411
-
412
- /** List of private endpoint connection associated with the specified storage account */
413
- export interface PrivateEndpointConnectionListResult {
414
- /** Array of private endpoint connections */
415
- value?: PrivateEndpointConnection[];
416
- }
417
-
418
- /** A list of private link resources */
419
- export interface PrivateLinkResourceListResult {
420
- /** Array of private link resources */
421
- value?: PrivateLinkResource[];
422
- }
423
-
424
- /** Parameters for a Redis Enterprise Active Geo Replication Force Unlink operation. */
425
- export interface ForceUnlinkParameters {
426
- /** The resource IDs of the database resources to be unlinked. */
427
- ids: string[];
428
- }
429
-
430
- /** Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group. */
431
- export interface ForceLinkParameters {
432
- /** The name of the group of linked database resources. This should match the existing replication group name. */
433
- groupNickname: string;
434
- /** The resource IDs of the databases that are expected to be linked and included in the replication group. This parameter is used to validate that the linking is to the expected (unlinked) part of the replication group, if it is splintered. */
435
- linkedDatabases: LinkedDatabase[];
436
- }
437
-
438
- /** Parameters for a Redis Enterprise active geo-replication flush operation */
439
- export interface FlushParameters {
440
- /** The identifiers of all the other database resources in the georeplication group to be flushed. */
441
- ids?: string[];
442
- }
443
-
444
- /** The Private Endpoint Connection resource. */
445
- export interface PrivateEndpointConnection extends Resource {
446
- /** The resource of private end point. */
447
- privateEndpoint?: PrivateEndpoint;
448
- /** A collection of information about the state of the connection between service consumer and provider. */
449
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
450
- /**
451
- * The provisioning state of the private endpoint connection resource.
452
- * NOTE: This property will not be serialized. It can only be populated by the server.
453
- */
454
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
455
- }
456
-
457
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
458
- export interface TrackedResource extends Resource {
459
- /** Resource tags. */
460
- tags?: { [propertyName: string]: string };
461
- /** The geo-location where the resource lives */
462
- location: string;
463
- }
464
-
465
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
466
- export interface ProxyResource extends Resource {}
467
-
468
- /** A private link resource */
469
- export interface PrivateLinkResource extends Resource {
470
- /**
471
- * The private link resource group id.
472
- * NOTE: This property will not be serialized. It can only be populated by the server.
473
- */
474
- readonly groupId?: string;
475
- /**
476
- * The private link resource required member names.
477
- * NOTE: This property will not be serialized. It can only be populated by the server.
478
- */
479
- readonly requiredMembers?: string[];
480
- /** The private link resource Private link DNS zone name. */
481
- requiredZoneNames?: string[];
482
- }
483
-
484
- /** Describes the RedisEnterprise cluster */
485
- export interface Cluster extends TrackedResource {
486
- /** The SKU to create, which affects price, performance, and features. */
487
- sku: Sku;
488
- /** The Availability Zones where this cluster will be deployed. */
489
- zones?: string[];
490
- /** The identity of the resource. */
491
- identity?: ManagedServiceIdentity;
492
- /** The minimum TLS version for the cluster to support, e.g. '1.2' */
493
- minimumTlsVersion?: TlsVersion;
494
- /** Encryption-at-rest configuration for the cluster. */
495
- encryption?: ClusterPropertiesEncryption;
496
- /**
497
- * DNS name of the cluster endpoint
498
- * NOTE: This property will not be serialized. It can only be populated by the server.
499
- */
500
- readonly hostName?: string;
501
- /**
502
- * Current provisioning status of the cluster
503
- * NOTE: This property will not be serialized. It can only be populated by the server.
504
- */
505
- readonly provisioningState?: ProvisioningState;
506
- /**
507
- * Current resource status of the cluster
508
- * NOTE: This property will not be serialized. It can only be populated by the server.
509
- */
510
- readonly resourceState?: ResourceState;
511
- /**
512
- * Version of redis the cluster supports, e.g. '6'
513
- * NOTE: This property will not be serialized. It can only be populated by the server.
514
- */
515
- readonly redisVersion?: string;
516
- /**
517
- * List of private endpoint connections associated with the specified RedisEnterprise cluster
518
- * NOTE: This property will not be serialized. It can only be populated by the server.
519
- */
520
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
521
- }
522
-
523
- /** Describes a database on the RedisEnterprise cluster */
524
- export interface Database extends ProxyResource {
525
- /** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
526
- clientProtocol?: Protocol;
527
- /** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
528
- port?: number;
529
- /**
530
- * Current provisioning status of the database
531
- * NOTE: This property will not be serialized. It can only be populated by the server.
532
- */
533
- readonly provisioningState?: ProvisioningState;
534
- /**
535
- * Current resource status of the database
536
- * NOTE: This property will not be serialized. It can only be populated by the server.
537
- */
538
- readonly resourceState?: ResourceState;
539
- /** Clustering policy - default is OSSCluster. Specified at create time. */
540
- clusteringPolicy?: ClusteringPolicy;
541
- /** Redis eviction policy - default is VolatileLRU */
542
- evictionPolicy?: EvictionPolicy;
543
- /** Persistence settings */
544
- persistence?: Persistence;
545
- /** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
546
- modules?: Module[];
547
- /** Optional set of properties to configure geo replication for this database. */
548
- geoReplication?: DatabasePropertiesGeoReplication;
549
- /**
550
- * Version of Redis the database is running on, e.g. '6.0'
551
- * NOTE: This property will not be serialized. It can only be populated by the server.
552
- */
553
- readonly redisVersion?: string;
554
- /** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
555
- deferUpgrade?: DeferUpgradeSetting;
556
- }
557
-
558
- /** Defines headers for Databases_forceLinkToReplicationGroup operation. */
559
- export interface DatabasesForceLinkToReplicationGroupHeaders {
560
- /** Location URI to poll for result */
561
- location?: string;
562
- /** Azure-AsyncOperation URI to poll for result */
563
- azureAsyncOperation?: string;
564
- }
565
-
566
- /** Defines headers for Databases_flush operation. */
567
- export interface DatabasesFlushHeaders {
568
- /** Location URI to poll for result */
569
- location?: string;
570
- /** URI to poll for the operation status */
571
- azureAsyncOperation?: string;
572
- }
573
-
574
- /** Defines headers for Databases_upgradeDBRedisVersion operation. */
575
- export interface DatabasesUpgradeDBRedisVersionHeaders {
576
- /** Location URI to poll for result */
577
- location?: string;
578
- /** URI to poll for the operation status */
579
- azureAsyncOperation?: string;
580
- }
581
-
582
- /** Defines headers for PrivateEndpointConnections_delete operation. */
583
- export interface PrivateEndpointConnectionsDeleteHeaders {
584
- /** Location URI to poll for result */
585
- location?: string;
586
- /** URI to poll for the operation status */
587
- azureAsyncOperation?: string;
588
- }
589
-
590
- /** Known values of {@link Origin} that the service accepts. */
591
- export enum KnownOrigin {
592
- /** User */
593
- User = "user",
594
- /** System */
595
- System = "system",
596
- /** UserSystem */
597
- UserSystem = "user,system",
598
- }
599
-
600
- /**
601
- * Defines values for Origin. \
602
- * {@link KnownOrigin} can be used interchangeably with Origin,
603
- * this enum contains the known values that the service supports.
604
- * ### Known values supported by the service
605
- * **user** \
606
- * **system** \
607
- * **user,system**
608
- */
609
- export type Origin = string;
610
-
611
- /** Known values of {@link ActionType} that the service accepts. */
612
- export enum KnownActionType {
613
- /** Internal */
614
- Internal = "Internal",
615
- }
616
-
617
- /**
618
- * Defines values for ActionType. \
619
- * {@link KnownActionType} can be used interchangeably with ActionType,
620
- * this enum contains the known values that the service supports.
621
- * ### Known values supported by the service
622
- * **Internal**
623
- */
624
- export type ActionType = string;
625
-
626
- /** Known values of {@link SkuName} that the service accepts. */
627
- export enum KnownSkuName {
628
- /** EnterpriseE5 */
629
- EnterpriseE5 = "Enterprise_E5",
630
- /** EnterpriseE10 */
631
- EnterpriseE10 = "Enterprise_E10",
632
- /** EnterpriseE20 */
633
- EnterpriseE20 = "Enterprise_E20",
634
- /** EnterpriseE50 */
635
- EnterpriseE50 = "Enterprise_E50",
636
- /** EnterpriseE100 */
637
- EnterpriseE100 = "Enterprise_E100",
638
- /** EnterpriseFlashF300 */
639
- EnterpriseFlashF300 = "EnterpriseFlash_F300",
640
- /** EnterpriseFlashF700 */
641
- EnterpriseFlashF700 = "EnterpriseFlash_F700",
642
- /** EnterpriseFlashF1500 */
643
- EnterpriseFlashF1500 = "EnterpriseFlash_F1500",
644
- }
645
-
646
- /**
647
- * Defines values for SkuName. \
648
- * {@link KnownSkuName} can be used interchangeably with SkuName,
649
- * this enum contains the known values that the service supports.
650
- * ### Known values supported by the service
651
- * **Enterprise_E5** \
652
- * **Enterprise_E10** \
653
- * **Enterprise_E20** \
654
- * **Enterprise_E50** \
655
- * **Enterprise_E100** \
656
- * **EnterpriseFlash_F300** \
657
- * **EnterpriseFlash_F700** \
658
- * **EnterpriseFlash_F1500**
659
- */
660
- export type SkuName = string;
661
-
662
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
663
- export enum KnownManagedServiceIdentityType {
664
- /** None */
665
- None = "None",
666
- /** SystemAssigned */
667
- SystemAssigned = "SystemAssigned",
668
- /** UserAssigned */
669
- UserAssigned = "UserAssigned",
670
- /** SystemAssignedUserAssigned */
671
- SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
672
- }
673
-
674
- /**
675
- * Defines values for ManagedServiceIdentityType. \
676
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
677
- * this enum contains the known values that the service supports.
678
- * ### Known values supported by the service
679
- * **None** \
680
- * **SystemAssigned** \
681
- * **UserAssigned** \
682
- * **SystemAssigned, UserAssigned**
683
- */
684
- export type ManagedServiceIdentityType = string;
685
-
686
- /** Known values of {@link TlsVersion} that the service accepts. */
687
- export enum KnownTlsVersion {
688
- /** One0 */
689
- One0 = "1.0",
690
- /** One1 */
691
- One1 = "1.1",
692
- /** One2 */
693
- One2 = "1.2",
694
- }
695
-
696
- /**
697
- * Defines values for TlsVersion. \
698
- * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
699
- * this enum contains the known values that the service supports.
700
- * ### Known values supported by the service
701
- * **1.0** \
702
- * **1.1** \
703
- * **1.2**
704
- */
705
- export type TlsVersion = string;
706
-
707
- /** Known values of {@link CmkIdentityType} that the service accepts. */
708
- export enum KnownCmkIdentityType {
709
- /** SystemAssignedIdentity */
710
- SystemAssignedIdentity = "systemAssignedIdentity",
711
- /** UserAssignedIdentity */
712
- UserAssignedIdentity = "userAssignedIdentity",
713
- }
714
-
715
- /**
716
- * Defines values for CmkIdentityType. \
717
- * {@link KnownCmkIdentityType} can be used interchangeably with CmkIdentityType,
718
- * this enum contains the known values that the service supports.
719
- * ### Known values supported by the service
720
- * **systemAssignedIdentity** \
721
- * **userAssignedIdentity**
722
- */
723
- export type CmkIdentityType = string;
724
-
725
- /** Known values of {@link ProvisioningState} that the service accepts. */
726
- export enum KnownProvisioningState {
727
- /** Succeeded */
728
- Succeeded = "Succeeded",
729
- /** Failed */
730
- Failed = "Failed",
731
- /** Canceled */
732
- Canceled = "Canceled",
733
- /** Creating */
734
- Creating = "Creating",
735
- /** Updating */
736
- Updating = "Updating",
737
- /** Deleting */
738
- Deleting = "Deleting",
739
- }
740
-
741
- /**
742
- * Defines values for ProvisioningState. \
743
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
744
- * this enum contains the known values that the service supports.
745
- * ### Known values supported by the service
746
- * **Succeeded** \
747
- * **Failed** \
748
- * **Canceled** \
749
- * **Creating** \
750
- * **Updating** \
751
- * **Deleting**
752
- */
753
- export type ProvisioningState = string;
754
-
755
- /** Known values of {@link ResourceState} that the service accepts. */
756
- export enum KnownResourceState {
757
- /** Running */
758
- Running = "Running",
759
- /** Creating */
760
- Creating = "Creating",
761
- /** CreateFailed */
762
- CreateFailed = "CreateFailed",
763
- /** Updating */
764
- Updating = "Updating",
765
- /** UpdateFailed */
766
- UpdateFailed = "UpdateFailed",
767
- /** Deleting */
768
- Deleting = "Deleting",
769
- /** DeleteFailed */
770
- DeleteFailed = "DeleteFailed",
771
- /** Enabling */
772
- Enabling = "Enabling",
773
- /** EnableFailed */
774
- EnableFailed = "EnableFailed",
775
- /** Disabling */
776
- Disabling = "Disabling",
777
- /** DisableFailed */
778
- DisableFailed = "DisableFailed",
779
- /** Disabled */
780
- Disabled = "Disabled",
781
- /** Scaling */
782
- Scaling = "Scaling",
783
- /** ScalingFailed */
784
- ScalingFailed = "ScalingFailed",
785
- }
786
-
787
- /**
788
- * Defines values for ResourceState. \
789
- * {@link KnownResourceState} can be used interchangeably with ResourceState,
790
- * this enum contains the known values that the service supports.
791
- * ### Known values supported by the service
792
- * **Running** \
793
- * **Creating** \
794
- * **CreateFailed** \
795
- * **Updating** \
796
- * **UpdateFailed** \
797
- * **Deleting** \
798
- * **DeleteFailed** \
799
- * **Enabling** \
800
- * **EnableFailed** \
801
- * **Disabling** \
802
- * **DisableFailed** \
803
- * **Disabled** \
804
- * **Scaling** \
805
- * **ScalingFailed**
806
- */
807
- export type ResourceState = string;
808
-
809
- /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
810
- export enum KnownPrivateEndpointServiceConnectionStatus {
811
- /** Pending */
812
- Pending = "Pending",
813
- /** Approved */
814
- Approved = "Approved",
815
- /** Rejected */
816
- Rejected = "Rejected",
817
- }
818
-
819
- /**
820
- * Defines values for PrivateEndpointServiceConnectionStatus. \
821
- * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
822
- * this enum contains the known values that the service supports.
823
- * ### Known values supported by the service
824
- * **Pending** \
825
- * **Approved** \
826
- * **Rejected**
827
- */
828
- export type PrivateEndpointServiceConnectionStatus = string;
829
-
830
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
831
- export enum KnownPrivateEndpointConnectionProvisioningState {
832
- /** Succeeded */
833
- Succeeded = "Succeeded",
834
- /** Creating */
835
- Creating = "Creating",
836
- /** Deleting */
837
- Deleting = "Deleting",
838
- /** Failed */
839
- Failed = "Failed",
840
- }
841
-
842
- /**
843
- * Defines values for PrivateEndpointConnectionProvisioningState. \
844
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
845
- * this enum contains the known values that the service supports.
846
- * ### Known values supported by the service
847
- * **Succeeded** \
848
- * **Creating** \
849
- * **Deleting** \
850
- * **Failed**
851
- */
852
- export type PrivateEndpointConnectionProvisioningState = string;
853
-
854
- /** Known values of {@link Protocol} that the service accepts. */
855
- export enum KnownProtocol {
856
- /** Encrypted */
857
- Encrypted = "Encrypted",
858
- /** Plaintext */
859
- Plaintext = "Plaintext",
860
- }
861
-
862
- /**
863
- * Defines values for Protocol. \
864
- * {@link KnownProtocol} can be used interchangeably with Protocol,
865
- * this enum contains the known values that the service supports.
866
- * ### Known values supported by the service
867
- * **Encrypted** \
868
- * **Plaintext**
869
- */
870
- export type Protocol = string;
871
-
872
- /** Known values of {@link ClusteringPolicy} that the service accepts. */
873
- export enum KnownClusteringPolicy {
874
- /** EnterpriseCluster */
875
- EnterpriseCluster = "EnterpriseCluster",
876
- /** OSSCluster */
877
- OSSCluster = "OSSCluster",
878
- }
879
-
880
- /**
881
- * Defines values for ClusteringPolicy. \
882
- * {@link KnownClusteringPolicy} can be used interchangeably with ClusteringPolicy,
883
- * this enum contains the known values that the service supports.
884
- * ### Known values supported by the service
885
- * **EnterpriseCluster** \
886
- * **OSSCluster**
887
- */
888
- export type ClusteringPolicy = string;
889
-
890
- /** Known values of {@link EvictionPolicy} that the service accepts. */
891
- export enum KnownEvictionPolicy {
892
- /** AllKeysLFU */
893
- AllKeysLFU = "AllKeysLFU",
894
- /** AllKeysLRU */
895
- AllKeysLRU = "AllKeysLRU",
896
- /** AllKeysRandom */
897
- AllKeysRandom = "AllKeysRandom",
898
- /** VolatileLRU */
899
- VolatileLRU = "VolatileLRU",
900
- /** VolatileLFU */
901
- VolatileLFU = "VolatileLFU",
902
- /** VolatileTTL */
903
- VolatileTTL = "VolatileTTL",
904
- /** VolatileRandom */
905
- VolatileRandom = "VolatileRandom",
906
- /** NoEviction */
907
- NoEviction = "NoEviction",
908
- }
909
-
910
- /**
911
- * Defines values for EvictionPolicy. \
912
- * {@link KnownEvictionPolicy} can be used interchangeably with EvictionPolicy,
913
- * this enum contains the known values that the service supports.
914
- * ### Known values supported by the service
915
- * **AllKeysLFU** \
916
- * **AllKeysLRU** \
917
- * **AllKeysRandom** \
918
- * **VolatileLRU** \
919
- * **VolatileLFU** \
920
- * **VolatileTTL** \
921
- * **VolatileRandom** \
922
- * **NoEviction**
923
- */
924
- export type EvictionPolicy = string;
925
-
926
- /** Known values of {@link AofFrequency} that the service accepts. */
927
- export enum KnownAofFrequency {
928
- /** OneS */
929
- OneS = "1s",
930
- /** Always */
931
- Always = "always",
932
- }
933
-
934
- /**
935
- * Defines values for AofFrequency. \
936
- * {@link KnownAofFrequency} can be used interchangeably with AofFrequency,
937
- * this enum contains the known values that the service supports.
938
- * ### Known values supported by the service
939
- * **1s** \
940
- * **always**
941
- */
942
- export type AofFrequency = string;
943
-
944
- /** Known values of {@link RdbFrequency} that the service accepts. */
945
- export enum KnownRdbFrequency {
946
- /** OneH */
947
- OneH = "1h",
948
- /** SixH */
949
- SixH = "6h",
950
- /** TwelveH */
951
- TwelveH = "12h",
952
- }
953
-
954
- /**
955
- * Defines values for RdbFrequency. \
956
- * {@link KnownRdbFrequency} can be used interchangeably with RdbFrequency,
957
- * this enum contains the known values that the service supports.
958
- * ### Known values supported by the service
959
- * **1h** \
960
- * **6h** \
961
- * **12h**
962
- */
963
- export type RdbFrequency = string;
964
-
965
- /** Known values of {@link LinkState} that the service accepts. */
966
- export enum KnownLinkState {
967
- /** Linked */
968
- Linked = "Linked",
969
- /** Linking */
970
- Linking = "Linking",
971
- /** Unlinking */
972
- Unlinking = "Unlinking",
973
- /** LinkFailed */
974
- LinkFailed = "LinkFailed",
975
- /** UnlinkFailed */
976
- UnlinkFailed = "UnlinkFailed",
977
- }
978
-
979
- /**
980
- * Defines values for LinkState. \
981
- * {@link KnownLinkState} can be used interchangeably with LinkState,
982
- * this enum contains the known values that the service supports.
983
- * ### Known values supported by the service
984
- * **Linked** \
985
- * **Linking** \
986
- * **Unlinking** \
987
- * **LinkFailed** \
988
- * **UnlinkFailed**
989
- */
990
- export type LinkState = string;
991
-
992
- /** Known values of {@link DeferUpgradeSetting} that the service accepts. */
993
- export enum KnownDeferUpgradeSetting {
994
- /** Deferred */
995
- Deferred = "Deferred",
996
- /** NotDeferred */
997
- NotDeferred = "NotDeferred",
998
- }
999
-
1000
- /**
1001
- * Defines values for DeferUpgradeSetting. \
1002
- * {@link KnownDeferUpgradeSetting} can be used interchangeably with DeferUpgradeSetting,
1003
- * this enum contains the known values that the service supports.
1004
- * ### Known values supported by the service
1005
- * **Deferred** \
1006
- * **NotDeferred**
1007
- */
1008
- export type DeferUpgradeSetting = string;
1009
- /** Defines values for AccessKeyType. */
1010
- export type AccessKeyType = "Primary" | "Secondary";
1011
-
1012
- /** Optional parameters. */
1013
- export interface OperationsListOptionalParams
1014
- extends coreClient.OperationOptions {}
1015
-
1016
- /** Contains response data for the list operation. */
1017
- export type OperationsListResponse = OperationListResult;
1018
-
1019
- /** Optional parameters. */
1020
- export interface OperationsListNextOptionalParams
1021
- extends coreClient.OperationOptions {}
1022
-
1023
- /** Contains response data for the listNext operation. */
1024
- export type OperationsListNextResponse = OperationListResult;
1025
-
1026
- /** Optional parameters. */
1027
- export interface OperationsStatusGetOptionalParams
1028
- extends coreClient.OperationOptions {}
1029
-
1030
- /** Contains response data for the get operation. */
1031
- export type OperationsStatusGetResponse = OperationStatus;
1032
-
1033
- /** Optional parameters. */
1034
- export interface RedisEnterpriseCreateOptionalParams
1035
- extends coreClient.OperationOptions {
1036
- /** Delay to wait until next poll, in milliseconds. */
1037
- updateIntervalInMs?: number;
1038
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1039
- resumeFrom?: string;
1040
- }
1041
-
1042
- /** Contains response data for the create operation. */
1043
- export type RedisEnterpriseCreateResponse = Cluster;
1044
-
1045
- /** Optional parameters. */
1046
- export interface RedisEnterpriseUpdateOptionalParams
1047
- extends coreClient.OperationOptions {
1048
- /** Delay to wait until next poll, in milliseconds. */
1049
- updateIntervalInMs?: number;
1050
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1051
- resumeFrom?: string;
1052
- }
1053
-
1054
- /** Contains response data for the update operation. */
1055
- export type RedisEnterpriseUpdateResponse = Cluster;
1056
-
1057
- /** Optional parameters. */
1058
- export interface RedisEnterpriseDeleteOptionalParams
1059
- extends coreClient.OperationOptions {
1060
- /** Delay to wait until next poll, in milliseconds. */
1061
- updateIntervalInMs?: number;
1062
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1063
- resumeFrom?: string;
1064
- }
1065
-
1066
- /** Optional parameters. */
1067
- export interface RedisEnterpriseGetOptionalParams
1068
- extends coreClient.OperationOptions {}
1069
-
1070
- /** Contains response data for the get operation. */
1071
- export type RedisEnterpriseGetResponse = Cluster;
1072
-
1073
- /** Optional parameters. */
1074
- export interface RedisEnterpriseListByResourceGroupOptionalParams
1075
- extends coreClient.OperationOptions {}
1076
-
1077
- /** Contains response data for the listByResourceGroup operation. */
1078
- export type RedisEnterpriseListByResourceGroupResponse = ClusterList;
1079
-
1080
- /** Optional parameters. */
1081
- export interface RedisEnterpriseListOptionalParams
1082
- extends coreClient.OperationOptions {}
1083
-
1084
- /** Contains response data for the list operation. */
1085
- export type RedisEnterpriseListResponse = ClusterList;
1086
-
1087
- /** Optional parameters. */
1088
- export interface RedisEnterpriseListByResourceGroupNextOptionalParams
1089
- extends coreClient.OperationOptions {}
1090
-
1091
- /** Contains response data for the listByResourceGroupNext operation. */
1092
- export type RedisEnterpriseListByResourceGroupNextResponse = ClusterList;
1093
-
1094
- /** Optional parameters. */
1095
- export interface RedisEnterpriseListNextOptionalParams
1096
- extends coreClient.OperationOptions {}
1097
-
1098
- /** Contains response data for the listNext operation. */
1099
- export type RedisEnterpriseListNextResponse = ClusterList;
1100
-
1101
- /** Optional parameters. */
1102
- export interface DatabasesListByClusterOptionalParams
1103
- extends coreClient.OperationOptions {}
1104
-
1105
- /** Contains response data for the listByCluster operation. */
1106
- export type DatabasesListByClusterResponse = DatabaseList;
1107
-
1108
- /** Optional parameters. */
1109
- export interface DatabasesCreateOptionalParams
1110
- extends coreClient.OperationOptions {
1111
- /** Delay to wait until next poll, in milliseconds. */
1112
- updateIntervalInMs?: number;
1113
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1114
- resumeFrom?: string;
1115
- }
1116
-
1117
- /** Contains response data for the create operation. */
1118
- export type DatabasesCreateResponse = Database;
1119
-
1120
- /** Optional parameters. */
1121
- export interface DatabasesUpdateOptionalParams
1122
- extends coreClient.OperationOptions {
1123
- /** Delay to wait until next poll, in milliseconds. */
1124
- updateIntervalInMs?: number;
1125
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1126
- resumeFrom?: string;
1127
- }
1128
-
1129
- /** Contains response data for the update operation. */
1130
- export type DatabasesUpdateResponse = Database;
1131
-
1132
- /** Optional parameters. */
1133
- export interface DatabasesGetOptionalParams
1134
- extends coreClient.OperationOptions {}
1135
-
1136
- /** Contains response data for the get operation. */
1137
- export type DatabasesGetResponse = Database;
1138
-
1139
- /** Optional parameters. */
1140
- export interface DatabasesDeleteOptionalParams
1141
- extends coreClient.OperationOptions {
1142
- /** Delay to wait until next poll, in milliseconds. */
1143
- updateIntervalInMs?: number;
1144
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1145
- resumeFrom?: string;
1146
- }
1147
-
1148
- /** Optional parameters. */
1149
- export interface DatabasesListKeysOptionalParams
1150
- extends coreClient.OperationOptions {}
1151
-
1152
- /** Contains response data for the listKeys operation. */
1153
- export type DatabasesListKeysResponse = AccessKeys;
1154
-
1155
- /** Optional parameters. */
1156
- export interface DatabasesRegenerateKeyOptionalParams
1157
- extends coreClient.OperationOptions {
1158
- /** Delay to wait until next poll, in milliseconds. */
1159
- updateIntervalInMs?: number;
1160
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1161
- resumeFrom?: string;
1162
- }
1163
-
1164
- /** Contains response data for the regenerateKey operation. */
1165
- export type DatabasesRegenerateKeyResponse = AccessKeys;
1166
-
1167
- /** Optional parameters. */
1168
- export interface DatabasesImportOptionalParams
1169
- extends coreClient.OperationOptions {
1170
- /** Delay to wait until next poll, in milliseconds. */
1171
- updateIntervalInMs?: number;
1172
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1173
- resumeFrom?: string;
1174
- }
1175
-
1176
- /** Optional parameters. */
1177
- export interface DatabasesExportOptionalParams
1178
- extends coreClient.OperationOptions {
1179
- /** Delay to wait until next poll, in milliseconds. */
1180
- updateIntervalInMs?: number;
1181
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1182
- resumeFrom?: string;
1183
- }
1184
-
1185
- /** Optional parameters. */
1186
- export interface DatabasesForceUnlinkOptionalParams
1187
- extends coreClient.OperationOptions {
1188
- /** Delay to wait until next poll, in milliseconds. */
1189
- updateIntervalInMs?: number;
1190
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1191
- resumeFrom?: string;
1192
- }
1193
-
1194
- /** Optional parameters. */
1195
- export interface DatabasesForceLinkToReplicationGroupOptionalParams
1196
- extends coreClient.OperationOptions {
1197
- /** Delay to wait until next poll, in milliseconds. */
1198
- updateIntervalInMs?: number;
1199
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1200
- resumeFrom?: string;
1201
- }
1202
-
1203
- /** Contains response data for the forceLinkToReplicationGroup operation. */
1204
- export type DatabasesForceLinkToReplicationGroupResponse =
1205
- DatabasesForceLinkToReplicationGroupHeaders;
1206
-
1207
- /** Optional parameters. */
1208
- export interface DatabasesFlushOptionalParams
1209
- extends coreClient.OperationOptions {
1210
- /** Delay to wait until next poll, in milliseconds. */
1211
- updateIntervalInMs?: number;
1212
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1213
- resumeFrom?: string;
1214
- }
1215
-
1216
- /** Optional parameters. */
1217
- export interface DatabasesUpgradeDBRedisVersionOptionalParams
1218
- extends coreClient.OperationOptions {
1219
- /** Delay to wait until next poll, in milliseconds. */
1220
- updateIntervalInMs?: number;
1221
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1222
- resumeFrom?: string;
1223
- }
1224
-
1225
- /** Contains response data for the upgradeDBRedisVersion operation. */
1226
- export type DatabasesUpgradeDBRedisVersionResponse =
1227
- DatabasesUpgradeDBRedisVersionHeaders;
1228
-
1229
- /** Optional parameters. */
1230
- export interface DatabasesListByClusterNextOptionalParams
1231
- extends coreClient.OperationOptions {}
1232
-
1233
- /** Contains response data for the listByClusterNext operation. */
1234
- export type DatabasesListByClusterNextResponse = DatabaseList;
1235
-
1236
- /** Optional parameters. */
1237
- export interface PrivateEndpointConnectionsListOptionalParams
1238
- extends coreClient.OperationOptions {}
1239
-
1240
- /** Contains response data for the list operation. */
1241
- export type PrivateEndpointConnectionsListResponse =
1242
- PrivateEndpointConnectionListResult;
1243
-
1244
- /** Optional parameters. */
1245
- export interface PrivateEndpointConnectionsGetOptionalParams
1246
- extends coreClient.OperationOptions {}
1247
-
1248
- /** Contains response data for the get operation. */
1249
- export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1250
-
1251
- /** Optional parameters. */
1252
- export interface PrivateEndpointConnectionsPutOptionalParams
1253
- extends coreClient.OperationOptions {
1254
- /** Delay to wait until next poll, in milliseconds. */
1255
- updateIntervalInMs?: number;
1256
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1257
- resumeFrom?: string;
1258
- }
1259
-
1260
- /** Contains response data for the put operation. */
1261
- export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
1262
-
1263
- /** Optional parameters. */
1264
- export interface PrivateEndpointConnectionsDeleteOptionalParams
1265
- extends coreClient.OperationOptions {
1266
- /** Delay to wait until next poll, in milliseconds. */
1267
- updateIntervalInMs?: number;
1268
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1269
- resumeFrom?: string;
1270
- }
1271
-
1272
- /** Optional parameters. */
1273
- export interface PrivateLinkResourcesListByClusterOptionalParams
1274
- extends coreClient.OperationOptions {}
1275
-
1276
- /** Contains response data for the listByCluster operation. */
1277
- export type PrivateLinkResourcesListByClusterResponse =
1278
- PrivateLinkResourceListResult;
1279
-
1280
- /** Optional parameters. */
1281
- export interface RedisEnterpriseManagementClientOptionalParams
1282
- extends coreClient.ServiceClientOptions {
1283
- /** server parameter */
1284
- $host?: string;
1285
- /** Api Version */
1286
- apiVersion?: string;
1287
- /** Overrides client endpoint. */
1288
- endpoint?: string;
1289
- }