@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
@@ -0,0 +1,1624 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /**
5
+ * List of operations supported by the resource provider
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: Operation[];
9
+ /**
10
+ * URL to get the next set of operation list results (if there are any).
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
+ export interface Operation {
17
+ /**
18
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly name?: string;
22
+ /**
23
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly isDataAction?: boolean;
27
+ /** Localized display information for this particular operation. */
28
+ display?: OperationDisplay;
29
+ /**
30
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly origin?: Origin;
34
+ /**
35
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly actionType?: ActionType;
39
+ }
40
+ /** Localized display information for this particular operation. */
41
+ export interface OperationDisplay {
42
+ /**
43
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly provider?: string;
47
+ /**
48
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly resource?: string;
52
+ /**
53
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly operation?: string;
57
+ /**
58
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly description?: string;
62
+ }
63
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
64
+ export interface ErrorResponse {
65
+ /** The error object. */
66
+ error?: ErrorDetail;
67
+ }
68
+ /** The error detail. */
69
+ export interface ErrorDetail {
70
+ /**
71
+ * The error code.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly code?: string;
75
+ /**
76
+ * The error message.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly message?: string;
80
+ /**
81
+ * The error target.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly target?: string;
85
+ /**
86
+ * The error details.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly details?: ErrorDetail[];
90
+ /**
91
+ * The error additional info.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly additionalInfo?: ErrorAdditionalInfo[];
95
+ }
96
+ /** The resource management error additional info. */
97
+ export interface ErrorAdditionalInfo {
98
+ /**
99
+ * The additional info type.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /**
104
+ * The additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly info?: Record<string, unknown>;
108
+ }
109
+ /** The status of a long-running operation. */
110
+ export interface OperationStatus {
111
+ /** The operation's unique id. */
112
+ id?: string;
113
+ /** The operation's name. */
114
+ name?: string;
115
+ /** The start time of the operation. */
116
+ startTime?: string;
117
+ /** The end time of the operation. */
118
+ endTime?: string;
119
+ /** The current status of the operation. */
120
+ status?: string;
121
+ /** Error response describing why the operation failed. */
122
+ error?: ErrorResponse;
123
+ }
124
+ /** SKU parameters supplied to the create Redis Enterprise cluster operation. */
125
+ export interface Sku {
126
+ /** The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. */
127
+ name: SkuName;
128
+ /** This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs. */
129
+ capacity?: number;
130
+ }
131
+ /** Managed service identity (system assigned and/or user assigned identities) */
132
+ export interface ManagedServiceIdentity {
133
+ /**
134
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
136
+ */
137
+ readonly principalId?: string;
138
+ /**
139
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
140
+ * NOTE: This property will not be serialized. It can only be populated by the server.
141
+ */
142
+ readonly tenantId?: string;
143
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
144
+ type: ManagedServiceIdentityType;
145
+ /** 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. */
146
+ userAssignedIdentities?: {
147
+ [propertyName: string]: UserAssignedIdentity;
148
+ };
149
+ }
150
+ /** User assigned identity properties */
151
+ export interface UserAssignedIdentity {
152
+ /**
153
+ * The principal ID of the assigned identity.
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly principalId?: string;
157
+ /**
158
+ * The client ID of the assigned identity.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly clientId?: string;
162
+ }
163
+ /** Encryption-at-rest configuration for the cluster. */
164
+ export interface ClusterPropertiesEncryption {
165
+ /** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
166
+ customerManagedKeyEncryption?: ClusterPropertiesEncryptionCustomerManagedKeyEncryption;
167
+ }
168
+ /** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
169
+ export interface ClusterPropertiesEncryptionCustomerManagedKeyEncryption {
170
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
171
+ keyEncryptionKeyIdentity?: ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity;
172
+ /** Key encryption key Url, versioned only. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 */
173
+ keyEncryptionKeyUrl?: string;
174
+ }
175
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
176
+ export interface ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity {
177
+ /** User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/<sub uuid>/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. */
178
+ userAssignedIdentityResourceId?: string;
179
+ /** Only userAssignedIdentity is supported in this API version; other types may be supported in the future */
180
+ identityType?: CmkIdentityType;
181
+ }
182
+ /** The Private Endpoint resource. */
183
+ export interface PrivateEndpoint {
184
+ /**
185
+ * The ARM identifier for Private Endpoint
186
+ * NOTE: This property will not be serialized. It can only be populated by the server.
187
+ */
188
+ readonly id?: string;
189
+ }
190
+ /** A collection of information about the state of the connection between service consumer and provider. */
191
+ export interface PrivateLinkServiceConnectionState {
192
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
193
+ status?: PrivateEndpointServiceConnectionStatus;
194
+ /** The reason for approval/rejection of the connection. */
195
+ description?: string;
196
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
197
+ actionsRequired?: string;
198
+ }
199
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
200
+ export interface Resource {
201
+ /**
202
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
203
+ * NOTE: This property will not be serialized. It can only be populated by the server.
204
+ */
205
+ readonly id?: string;
206
+ /**
207
+ * The name of the resource
208
+ * NOTE: This property will not be serialized. It can only be populated by the server.
209
+ */
210
+ readonly name?: string;
211
+ /**
212
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
213
+ * NOTE: This property will not be serialized. It can only be populated by the server.
214
+ */
215
+ readonly type?: string;
216
+ }
217
+ /** A partial update to the Redis Enterprise cluster */
218
+ export interface ClusterUpdate {
219
+ /** The SKU to create, which affects price, performance, and features. */
220
+ sku?: Sku;
221
+ /** The identity of the resource. */
222
+ identity?: ManagedServiceIdentity;
223
+ /** Resource tags. */
224
+ tags?: {
225
+ [propertyName: string]: string;
226
+ };
227
+ /** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
228
+ highAvailability?: HighAvailability;
229
+ /** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
230
+ minimumTlsVersion?: TlsVersion;
231
+ /** Encryption-at-rest configuration for the cluster. */
232
+ encryption?: ClusterPropertiesEncryption;
233
+ /**
234
+ * DNS name of the cluster endpoint
235
+ * NOTE: This property will not be serialized. It can only be populated by the server.
236
+ */
237
+ readonly hostName?: string;
238
+ /**
239
+ * Current provisioning status of the cluster
240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
241
+ */
242
+ readonly provisioningState?: ProvisioningState;
243
+ /**
244
+ * Explains the current redundancy strategy of the cluster, which affects the expected SLA.
245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
246
+ */
247
+ readonly redundancyMode?: RedundancyMode;
248
+ /**
249
+ * Current resource status of the cluster
250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
251
+ */
252
+ readonly resourceState?: ResourceState;
253
+ /**
254
+ * Version of redis the cluster supports, e.g. '6'
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
256
+ */
257
+ readonly redisVersion?: string;
258
+ /**
259
+ * List of private endpoint connections associated with the specified Redis Enterprise cluster
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
263
+ }
264
+ /** The response of a list-all operation. */
265
+ export interface ClusterList {
266
+ /** List of clusters. */
267
+ value?: Cluster[];
268
+ /**
269
+ * The URI to fetch the next page of results.
270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
271
+ */
272
+ readonly nextLink?: string;
273
+ }
274
+ /** The response of a list-all operation. */
275
+ export interface DatabaseList {
276
+ /** List of databases */
277
+ value?: Database[];
278
+ /**
279
+ * The URI to fetch the next page of results.
280
+ * NOTE: This property will not be serialized. It can only be populated by the server.
281
+ */
282
+ readonly nextLink?: string;
283
+ }
284
+ /** Persistence-related configuration for the Redis Enterprise database */
285
+ export interface Persistence {
286
+ /** Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
287
+ aofEnabled?: boolean;
288
+ /** Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
289
+ rdbEnabled?: boolean;
290
+ /** Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. */
291
+ aofFrequency?: AofFrequency;
292
+ /** Sets the frequency at which a snapshot of the database is created. */
293
+ rdbFrequency?: RdbFrequency;
294
+ }
295
+ /** Specifies configuration of a redis module */
296
+ export interface Module {
297
+ /** The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries' */
298
+ name: string;
299
+ /** Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'. */
300
+ args?: string;
301
+ /**
302
+ * The version of the module, e.g. '1.0'.
303
+ * NOTE: This property will not be serialized. It can only be populated by the server.
304
+ */
305
+ readonly version?: string;
306
+ }
307
+ /** Optional set of properties to configure geo replication for this database. */
308
+ export interface DatabasePropertiesGeoReplication {
309
+ /** Name for the group of linked database resources */
310
+ groupNickname?: string;
311
+ /** List of database resources to link with this database */
312
+ linkedDatabases?: LinkedDatabase[];
313
+ }
314
+ /** Specifies details of a linked database resource. */
315
+ export interface LinkedDatabase {
316
+ /** Resource ID of a database resource to link with this database. */
317
+ id?: string;
318
+ /**
319
+ * State of the link between the database resources.
320
+ * NOTE: This property will not be serialized. It can only be populated by the server.
321
+ */
322
+ readonly state?: LinkState;
323
+ }
324
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
325
+ export interface ResourceAutoGenerated {
326
+ /**
327
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
328
+ * NOTE: This property will not be serialized. It can only be populated by the server.
329
+ */
330
+ readonly id?: string;
331
+ /**
332
+ * The name of the resource
333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
334
+ */
335
+ readonly name?: string;
336
+ /**
337
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
338
+ * NOTE: This property will not be serialized. It can only be populated by the server.
339
+ */
340
+ readonly type?: string;
341
+ /**
342
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
343
+ * NOTE: This property will not be serialized. It can only be populated by the server.
344
+ */
345
+ readonly systemData?: SystemData;
346
+ }
347
+ /** Metadata pertaining to creation and last modification of the resource. */
348
+ export interface SystemData {
349
+ /** The identity that created the resource. */
350
+ createdBy?: string;
351
+ /** The type of identity that created the resource. */
352
+ createdByType?: CreatedByType;
353
+ /** The timestamp of resource creation (UTC). */
354
+ createdAt?: Date;
355
+ /** The identity that last modified the resource. */
356
+ lastModifiedBy?: string;
357
+ /** The type of identity that last modified the resource. */
358
+ lastModifiedByType?: CreatedByType;
359
+ /** The timestamp of resource last modification (UTC) */
360
+ lastModifiedAt?: Date;
361
+ }
362
+ /** A partial update to the Redis Enterprise database */
363
+ export interface DatabaseUpdate {
364
+ /** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
365
+ clientProtocol?: Protocol;
366
+ /** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
367
+ port?: number;
368
+ /**
369
+ * Current provisioning status of the database
370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
371
+ */
372
+ readonly provisioningState?: ProvisioningState;
373
+ /**
374
+ * Current resource status of the database
375
+ * NOTE: This property will not be serialized. It can only be populated by the server.
376
+ */
377
+ readonly resourceState?: ResourceState;
378
+ /** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
379
+ clusteringPolicy?: ClusteringPolicy;
380
+ /** Redis eviction policy - default is VolatileLRU */
381
+ evictionPolicy?: EvictionPolicy;
382
+ /** Persistence settings */
383
+ persistence?: Persistence;
384
+ /** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
385
+ modules?: Module[];
386
+ /** Optional set of properties to configure geo replication for this database. */
387
+ geoReplication?: DatabasePropertiesGeoReplication;
388
+ /**
389
+ * Version of Redis the database is running on, e.g. '6.0'
390
+ * NOTE: This property will not be serialized. It can only be populated by the server.
391
+ */
392
+ readonly redisVersion?: string;
393
+ /** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
394
+ deferUpgrade?: DeferUpgradeSetting;
395
+ /** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
396
+ accessKeysAuthentication?: AccessKeysAuthentication;
397
+ }
398
+ /** The secret access keys used for authenticating connections to redis */
399
+ export interface AccessKeys {
400
+ /**
401
+ * The current primary key that clients can use to authenticate
402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
403
+ */
404
+ readonly primaryKey?: string;
405
+ /**
406
+ * The current secondary key that clients can use to authenticate
407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
408
+ */
409
+ readonly secondaryKey?: string;
410
+ }
411
+ /** Specifies which access keys to reset to a new random value. */
412
+ export interface RegenerateKeyParameters {
413
+ /** Which access key to regenerate. */
414
+ keyType: AccessKeyType;
415
+ }
416
+ /** Parameters for a Redis Enterprise import operation. */
417
+ export interface ImportClusterParameters {
418
+ /** SAS URIs for the target blobs to import from */
419
+ sasUris: string[];
420
+ }
421
+ /** Parameters for a Redis Enterprise export operation. */
422
+ export interface ExportClusterParameters {
423
+ /** SAS URI for the target directory to export to */
424
+ sasUri: string;
425
+ }
426
+ /** The user associated with the access policy. */
427
+ export interface AccessPolicyAssignmentPropertiesUser {
428
+ /** The object ID of the user. */
429
+ objectId?: string;
430
+ }
431
+ /** The response of a list-all operation. */
432
+ export interface AccessPolicyAssignmentList {
433
+ /** List of access policy assignments. */
434
+ value?: AccessPolicyAssignment[];
435
+ /**
436
+ * The URI to fetch the next page of results.
437
+ * NOTE: This property will not be serialized. It can only be populated by the server.
438
+ */
439
+ readonly nextLink?: string;
440
+ }
441
+ /** The response of a listSkusForScaling operation. */
442
+ export interface SkuDetailsList {
443
+ /** List of SKUS available to scale up or scale down. */
444
+ skus?: SkuDetails[];
445
+ }
446
+ /** Details of a Redis Enterprise cluster SKU. */
447
+ export interface SkuDetails {
448
+ /**
449
+ * The name of the SKU.
450
+ * NOTE: This property will not be serialized. It can only be populated by the server.
451
+ */
452
+ readonly name?: string;
453
+ /**
454
+ * The cache size in GB.
455
+ * NOTE: This property will not be serialized. It can only be populated by the server.
456
+ */
457
+ readonly customerFacingSizeInGB?: number;
458
+ }
459
+ /** List of private endpoint connection associated with the specified storage account */
460
+ export interface PrivateEndpointConnectionListResult {
461
+ /** Array of private endpoint connections */
462
+ value?: PrivateEndpointConnection[];
463
+ }
464
+ /** A list of private link resources */
465
+ export interface PrivateLinkResourceListResult {
466
+ /** Array of private link resources */
467
+ value?: PrivateLinkResource[];
468
+ }
469
+ /** Parameters for a Redis Enterprise Active Geo Replication Force Unlink operation. */
470
+ export interface ForceUnlinkParameters {
471
+ /** The resource IDs of the database resources to be unlinked. */
472
+ ids: string[];
473
+ }
474
+ /** Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group. */
475
+ export interface ForceLinkParameters {
476
+ /** Properties to configure geo replication for this database. */
477
+ geoReplication: ForceLinkParametersGeoReplication;
478
+ }
479
+ /** Properties to configure geo replication for this database. */
480
+ export interface ForceLinkParametersGeoReplication {
481
+ /** The name of the group of linked database resources. This should match the existing replication group name. */
482
+ groupNickname?: string;
483
+ /** 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. */
484
+ linkedDatabases?: LinkedDatabase[];
485
+ }
486
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
487
+ export interface ErrorResponseAutoGenerated {
488
+ /** The error object. */
489
+ error?: ErrorDetailAutoGenerated;
490
+ }
491
+ /** The error detail. */
492
+ export interface ErrorDetailAutoGenerated {
493
+ /**
494
+ * The error code.
495
+ * NOTE: This property will not be serialized. It can only be populated by the server.
496
+ */
497
+ readonly code?: string;
498
+ /**
499
+ * The error message.
500
+ * NOTE: This property will not be serialized. It can only be populated by the server.
501
+ */
502
+ readonly message?: string;
503
+ /**
504
+ * The error target.
505
+ * NOTE: This property will not be serialized. It can only be populated by the server.
506
+ */
507
+ readonly target?: string;
508
+ /**
509
+ * The error details.
510
+ * NOTE: This property will not be serialized. It can only be populated by the server.
511
+ */
512
+ readonly details?: ErrorDetailAutoGenerated[];
513
+ /**
514
+ * The error additional info.
515
+ * NOTE: This property will not be serialized. It can only be populated by the server.
516
+ */
517
+ readonly additionalInfo?: ErrorAdditionalInfo[];
518
+ }
519
+ /** Parameters for a Redis Enterprise active geo-replication flush operation */
520
+ export interface FlushParameters {
521
+ /** The identifiers of all the other database resources in the georeplication group to be flushed. */
522
+ ids?: string[];
523
+ }
524
+ /** The Private Endpoint Connection resource. */
525
+ export interface PrivateEndpointConnection extends Resource {
526
+ /** The resource of private end point. */
527
+ privateEndpoint?: PrivateEndpoint;
528
+ /** A collection of information about the state of the connection between service consumer and provider. */
529
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
530
+ /**
531
+ * The provisioning state of the private endpoint connection resource.
532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
533
+ */
534
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
535
+ }
536
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
537
+ export interface TrackedResource extends Resource {
538
+ /** Resource tags. */
539
+ tags?: {
540
+ [propertyName: string]: string;
541
+ };
542
+ /** The geo-location where the resource lives */
543
+ location: string;
544
+ }
545
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
546
+ export interface ProxyResourceAutoGenerated extends Resource {
547
+ }
548
+ /** A private link resource */
549
+ export interface PrivateLinkResource extends Resource {
550
+ /**
551
+ * The private link resource group id.
552
+ * NOTE: This property will not be serialized. It can only be populated by the server.
553
+ */
554
+ readonly groupId?: string;
555
+ /**
556
+ * The private link resource required member names.
557
+ * NOTE: This property will not be serialized. It can only be populated by the server.
558
+ */
559
+ readonly requiredMembers?: string[];
560
+ /** The private link resource Private link DNS zone name. */
561
+ requiredZoneNames?: string[];
562
+ }
563
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
564
+ export interface ProxyResource extends ResourceAutoGenerated {
565
+ }
566
+ /** Describes the Redis Enterprise cluster */
567
+ export interface Cluster extends TrackedResource {
568
+ /**
569
+ * Distinguishes the kind of cluster. Read-only.
570
+ * NOTE: This property will not be serialized. It can only be populated by the server.
571
+ */
572
+ readonly kind?: Kind;
573
+ /** The SKU to create, which affects price, performance, and features. */
574
+ sku: Sku;
575
+ /** The Availability Zones where this cluster will be deployed. */
576
+ zones?: string[];
577
+ /** The identity of the resource. */
578
+ identity?: ManagedServiceIdentity;
579
+ /** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
580
+ highAvailability?: HighAvailability;
581
+ /** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
582
+ minimumTlsVersion?: TlsVersion;
583
+ /** Encryption-at-rest configuration for the cluster. */
584
+ encryption?: ClusterPropertiesEncryption;
585
+ /**
586
+ * DNS name of the cluster endpoint
587
+ * NOTE: This property will not be serialized. It can only be populated by the server.
588
+ */
589
+ readonly hostName?: string;
590
+ /**
591
+ * Current provisioning status of the cluster
592
+ * NOTE: This property will not be serialized. It can only be populated by the server.
593
+ */
594
+ readonly provisioningState?: ProvisioningState;
595
+ /**
596
+ * Explains the current redundancy strategy of the cluster, which affects the expected SLA.
597
+ * NOTE: This property will not be serialized. It can only be populated by the server.
598
+ */
599
+ readonly redundancyMode?: RedundancyMode;
600
+ /**
601
+ * Current resource status of the cluster
602
+ * NOTE: This property will not be serialized. It can only be populated by the server.
603
+ */
604
+ readonly resourceState?: ResourceState;
605
+ /**
606
+ * Version of redis the cluster supports, e.g. '6'
607
+ * NOTE: This property will not be serialized. It can only be populated by the server.
608
+ */
609
+ readonly redisVersion?: string;
610
+ /**
611
+ * List of private endpoint connections associated with the specified Redis Enterprise cluster
612
+ * NOTE: This property will not be serialized. It can only be populated by the server.
613
+ */
614
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
615
+ }
616
+ /** Describes the access policy assignment of Redis Enterprise database */
617
+ export interface AccessPolicyAssignment extends ProxyResourceAutoGenerated {
618
+ /**
619
+ * Current provisioning status of the access policy assignment.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly provisioningState?: ProvisioningState;
623
+ /** Name of access policy under specific access policy assignment. Only "default" policy is supported for now. */
624
+ accessPolicyName?: string;
625
+ /** The user associated with the access policy. */
626
+ user?: AccessPolicyAssignmentPropertiesUser;
627
+ }
628
+ /** Describes a database on the Redis Enterprise cluster */
629
+ export interface Database extends ProxyResource {
630
+ /** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
631
+ clientProtocol?: Protocol;
632
+ /** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
633
+ port?: number;
634
+ /**
635
+ * Current provisioning status of the database
636
+ * NOTE: This property will not be serialized. It can only be populated by the server.
637
+ */
638
+ readonly provisioningState?: ProvisioningState;
639
+ /**
640
+ * Current resource status of the database
641
+ * NOTE: This property will not be serialized. It can only be populated by the server.
642
+ */
643
+ readonly resourceState?: ResourceState;
644
+ /** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
645
+ clusteringPolicy?: ClusteringPolicy;
646
+ /** Redis eviction policy - default is VolatileLRU */
647
+ evictionPolicy?: EvictionPolicy;
648
+ /** Persistence settings */
649
+ persistence?: Persistence;
650
+ /** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
651
+ modules?: Module[];
652
+ /** Optional set of properties to configure geo replication for this database. */
653
+ geoReplication?: DatabasePropertiesGeoReplication;
654
+ /**
655
+ * Version of Redis the database is running on, e.g. '6.0'
656
+ * NOTE: This property will not be serialized. It can only be populated by the server.
657
+ */
658
+ readonly redisVersion?: string;
659
+ /** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
660
+ deferUpgrade?: DeferUpgradeSetting;
661
+ /** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
662
+ accessKeysAuthentication?: AccessKeysAuthentication;
663
+ }
664
+ /** Defines headers for RedisEnterprise_update operation. */
665
+ export interface RedisEnterpriseUpdateHeaders {
666
+ /** Location URI to poll for result */
667
+ location?: string;
668
+ /** Azure-AsyncOperation URI to poll for result */
669
+ azureAsyncOperation?: string;
670
+ }
671
+ /** Defines headers for RedisEnterprise_delete operation. */
672
+ export interface RedisEnterpriseDeleteHeaders {
673
+ /** Location URI to poll for result */
674
+ location?: string;
675
+ /** Azure-AsyncOperation URI to poll for result */
676
+ azureAsyncOperation?: string;
677
+ }
678
+ /** Defines headers for Databases_update operation. */
679
+ export interface DatabasesUpdateHeaders {
680
+ /** Location URI to poll for result */
681
+ location?: string;
682
+ /** Azure-AsyncOperation URI to poll for result */
683
+ azureAsyncOperation?: string;
684
+ }
685
+ /** Defines headers for Databases_delete operation. */
686
+ export interface DatabasesDeleteHeaders {
687
+ /** Location URI to poll for result */
688
+ location?: string;
689
+ /** Azure-AsyncOperation URI to poll for result */
690
+ azureAsyncOperation?: string;
691
+ }
692
+ /** Defines headers for Databases_regenerateKey operation. */
693
+ export interface DatabasesRegenerateKeyHeaders {
694
+ /** Location URI to poll for result */
695
+ location?: string;
696
+ /** Azure-AsyncOperation URI to poll for result */
697
+ azureAsyncOperation?: string;
698
+ }
699
+ /** Defines headers for Databases_import operation. */
700
+ export interface DatabasesImportHeaders {
701
+ /** Location URI to poll for result */
702
+ location?: string;
703
+ /** Azure-AsyncOperation URI to poll for result */
704
+ azureAsyncOperation?: string;
705
+ }
706
+ /** Defines headers for Databases_export operation. */
707
+ export interface DatabasesExportHeaders {
708
+ /** Location URI to poll for result */
709
+ location?: string;
710
+ /** Azure-AsyncOperation URI to poll for result */
711
+ azureAsyncOperation?: string;
712
+ }
713
+ /** Defines headers for Databases_forceUnlink operation. */
714
+ export interface DatabasesForceUnlinkHeaders {
715
+ /** Location URI to poll for result */
716
+ location?: string;
717
+ /** Azure-AsyncOperation URI to poll for result */
718
+ azureAsyncOperation?: string;
719
+ }
720
+ /** Defines headers for Databases_forceLinkToReplicationGroup operation. */
721
+ export interface DatabasesForceLinkToReplicationGroupHeaders {
722
+ /** Location URI to poll for result */
723
+ location?: string;
724
+ /** Azure-AsyncOperation URI to poll for result */
725
+ azureAsyncOperation?: string;
726
+ }
727
+ /** Defines headers for Databases_flush operation. */
728
+ export interface DatabasesFlushHeaders {
729
+ /** Location URI to poll for result */
730
+ location?: string;
731
+ /** URI to poll for the operation status */
732
+ azureAsyncOperation?: string;
733
+ }
734
+ /** Defines headers for Databases_upgradeDBRedisVersion operation. */
735
+ export interface DatabasesUpgradeDBRedisVersionHeaders {
736
+ /** Location URI to poll for result */
737
+ location?: string;
738
+ /** URI to poll for the operation status */
739
+ azureAsyncOperation?: string;
740
+ }
741
+ /** Defines headers for AccessPolicyAssignment_delete operation. */
742
+ export interface AccessPolicyAssignmentDeleteHeaders {
743
+ /** Location URI to poll for result */
744
+ location?: string;
745
+ /** Azure-AsyncOperation URI to poll for result */
746
+ azureAsyncOperation?: string;
747
+ }
748
+ /** Defines headers for PrivateEndpointConnections_delete operation. */
749
+ export interface PrivateEndpointConnectionsDeleteHeaders {
750
+ /** Location URI to poll for result */
751
+ location?: string;
752
+ /** URI to poll for the operation status */
753
+ azureAsyncOperation?: string;
754
+ }
755
+ /** Known values of {@link Origin} that the service accepts. */
756
+ export declare enum KnownOrigin {
757
+ /** User */
758
+ User = "user",
759
+ /** System */
760
+ System = "system",
761
+ /** UserSystem */
762
+ UserSystem = "user,system"
763
+ }
764
+ /**
765
+ * Defines values for Origin. \
766
+ * {@link KnownOrigin} can be used interchangeably with Origin,
767
+ * this enum contains the known values that the service supports.
768
+ * ### Known values supported by the service
769
+ * **user** \
770
+ * **system** \
771
+ * **user,system**
772
+ */
773
+ export type Origin = string;
774
+ /** Known values of {@link ActionType} that the service accepts. */
775
+ export declare enum KnownActionType {
776
+ /** Internal */
777
+ Internal = "Internal"
778
+ }
779
+ /**
780
+ * Defines values for ActionType. \
781
+ * {@link KnownActionType} can be used interchangeably with ActionType,
782
+ * this enum contains the known values that the service supports.
783
+ * ### Known values supported by the service
784
+ * **Internal**
785
+ */
786
+ export type ActionType = string;
787
+ /** Known values of {@link Kind} that the service accepts. */
788
+ export declare enum KnownKind {
789
+ /** V1 */
790
+ V1 = "v1",
791
+ /** V2 */
792
+ V2 = "v2"
793
+ }
794
+ /**
795
+ * Defines values for Kind. \
796
+ * {@link KnownKind} can be used interchangeably with Kind,
797
+ * this enum contains the known values that the service supports.
798
+ * ### Known values supported by the service
799
+ * **v1** \
800
+ * **v2**
801
+ */
802
+ export type Kind = string;
803
+ /** Known values of {@link SkuName} that the service accepts. */
804
+ export declare enum KnownSkuName {
805
+ /** EnterpriseE1 */
806
+ EnterpriseE1 = "Enterprise_E1",
807
+ /** EnterpriseE5 */
808
+ EnterpriseE5 = "Enterprise_E5",
809
+ /** EnterpriseE10 */
810
+ EnterpriseE10 = "Enterprise_E10",
811
+ /** EnterpriseE20 */
812
+ EnterpriseE20 = "Enterprise_E20",
813
+ /** EnterpriseE50 */
814
+ EnterpriseE50 = "Enterprise_E50",
815
+ /** EnterpriseE100 */
816
+ EnterpriseE100 = "Enterprise_E100",
817
+ /** EnterpriseE200 */
818
+ EnterpriseE200 = "Enterprise_E200",
819
+ /** EnterpriseE400 */
820
+ EnterpriseE400 = "Enterprise_E400",
821
+ /** EnterpriseFlashF300 */
822
+ EnterpriseFlashF300 = "EnterpriseFlash_F300",
823
+ /** EnterpriseFlashF700 */
824
+ EnterpriseFlashF700 = "EnterpriseFlash_F700",
825
+ /** EnterpriseFlashF1500 */
826
+ EnterpriseFlashF1500 = "EnterpriseFlash_F1500",
827
+ /** BalancedB0 */
828
+ BalancedB0 = "Balanced_B0",
829
+ /** BalancedB1 */
830
+ BalancedB1 = "Balanced_B1",
831
+ /** BalancedB3 */
832
+ BalancedB3 = "Balanced_B3",
833
+ /** BalancedB5 */
834
+ BalancedB5 = "Balanced_B5",
835
+ /** BalancedB10 */
836
+ BalancedB10 = "Balanced_B10",
837
+ /** BalancedB20 */
838
+ BalancedB20 = "Balanced_B20",
839
+ /** BalancedB50 */
840
+ BalancedB50 = "Balanced_B50",
841
+ /** BalancedB100 */
842
+ BalancedB100 = "Balanced_B100",
843
+ /** BalancedB150 */
844
+ BalancedB150 = "Balanced_B150",
845
+ /** BalancedB250 */
846
+ BalancedB250 = "Balanced_B250",
847
+ /** BalancedB350 */
848
+ BalancedB350 = "Balanced_B350",
849
+ /** BalancedB500 */
850
+ BalancedB500 = "Balanced_B500",
851
+ /** BalancedB700 */
852
+ BalancedB700 = "Balanced_B700",
853
+ /** BalancedB1000 */
854
+ BalancedB1000 = "Balanced_B1000",
855
+ /** MemoryOptimizedM10 */
856
+ MemoryOptimizedM10 = "MemoryOptimized_M10",
857
+ /** MemoryOptimizedM20 */
858
+ MemoryOptimizedM20 = "MemoryOptimized_M20",
859
+ /** MemoryOptimizedM50 */
860
+ MemoryOptimizedM50 = "MemoryOptimized_M50",
861
+ /** MemoryOptimizedM100 */
862
+ MemoryOptimizedM100 = "MemoryOptimized_M100",
863
+ /** MemoryOptimizedM150 */
864
+ MemoryOptimizedM150 = "MemoryOptimized_M150",
865
+ /** MemoryOptimizedM250 */
866
+ MemoryOptimizedM250 = "MemoryOptimized_M250",
867
+ /** MemoryOptimizedM350 */
868
+ MemoryOptimizedM350 = "MemoryOptimized_M350",
869
+ /** MemoryOptimizedM500 */
870
+ MemoryOptimizedM500 = "MemoryOptimized_M500",
871
+ /** MemoryOptimizedM700 */
872
+ MemoryOptimizedM700 = "MemoryOptimized_M700",
873
+ /** MemoryOptimizedM1000 */
874
+ MemoryOptimizedM1000 = "MemoryOptimized_M1000",
875
+ /** MemoryOptimizedM1500 */
876
+ MemoryOptimizedM1500 = "MemoryOptimized_M1500",
877
+ /** MemoryOptimizedM2000 */
878
+ MemoryOptimizedM2000 = "MemoryOptimized_M2000",
879
+ /** ComputeOptimizedX3 */
880
+ ComputeOptimizedX3 = "ComputeOptimized_X3",
881
+ /** ComputeOptimizedX5 */
882
+ ComputeOptimizedX5 = "ComputeOptimized_X5",
883
+ /** ComputeOptimizedX10 */
884
+ ComputeOptimizedX10 = "ComputeOptimized_X10",
885
+ /** ComputeOptimizedX20 */
886
+ ComputeOptimizedX20 = "ComputeOptimized_X20",
887
+ /** ComputeOptimizedX50 */
888
+ ComputeOptimizedX50 = "ComputeOptimized_X50",
889
+ /** ComputeOptimizedX100 */
890
+ ComputeOptimizedX100 = "ComputeOptimized_X100",
891
+ /** ComputeOptimizedX150 */
892
+ ComputeOptimizedX150 = "ComputeOptimized_X150",
893
+ /** ComputeOptimizedX250 */
894
+ ComputeOptimizedX250 = "ComputeOptimized_X250",
895
+ /** ComputeOptimizedX350 */
896
+ ComputeOptimizedX350 = "ComputeOptimized_X350",
897
+ /** ComputeOptimizedX500 */
898
+ ComputeOptimizedX500 = "ComputeOptimized_X500",
899
+ /** ComputeOptimizedX700 */
900
+ ComputeOptimizedX700 = "ComputeOptimized_X700",
901
+ /** FlashOptimizedA250 */
902
+ FlashOptimizedA250 = "FlashOptimized_A250",
903
+ /** FlashOptimizedA500 */
904
+ FlashOptimizedA500 = "FlashOptimized_A500",
905
+ /** FlashOptimizedA700 */
906
+ FlashOptimizedA700 = "FlashOptimized_A700",
907
+ /** FlashOptimizedA1000 */
908
+ FlashOptimizedA1000 = "FlashOptimized_A1000",
909
+ /** FlashOptimizedA1500 */
910
+ FlashOptimizedA1500 = "FlashOptimized_A1500",
911
+ /** FlashOptimizedA2000 */
912
+ FlashOptimizedA2000 = "FlashOptimized_A2000",
913
+ /** FlashOptimizedA4500 */
914
+ FlashOptimizedA4500 = "FlashOptimized_A4500"
915
+ }
916
+ /**
917
+ * Defines values for SkuName. \
918
+ * {@link KnownSkuName} can be used interchangeably with SkuName,
919
+ * this enum contains the known values that the service supports.
920
+ * ### Known values supported by the service
921
+ * **Enterprise_E1** \
922
+ * **Enterprise_E5** \
923
+ * **Enterprise_E10** \
924
+ * **Enterprise_E20** \
925
+ * **Enterprise_E50** \
926
+ * **Enterprise_E100** \
927
+ * **Enterprise_E200** \
928
+ * **Enterprise_E400** \
929
+ * **EnterpriseFlash_F300** \
930
+ * **EnterpriseFlash_F700** \
931
+ * **EnterpriseFlash_F1500** \
932
+ * **Balanced_B0** \
933
+ * **Balanced_B1** \
934
+ * **Balanced_B3** \
935
+ * **Balanced_B5** \
936
+ * **Balanced_B10** \
937
+ * **Balanced_B20** \
938
+ * **Balanced_B50** \
939
+ * **Balanced_B100** \
940
+ * **Balanced_B150** \
941
+ * **Balanced_B250** \
942
+ * **Balanced_B350** \
943
+ * **Balanced_B500** \
944
+ * **Balanced_B700** \
945
+ * **Balanced_B1000** \
946
+ * **MemoryOptimized_M10** \
947
+ * **MemoryOptimized_M20** \
948
+ * **MemoryOptimized_M50** \
949
+ * **MemoryOptimized_M100** \
950
+ * **MemoryOptimized_M150** \
951
+ * **MemoryOptimized_M250** \
952
+ * **MemoryOptimized_M350** \
953
+ * **MemoryOptimized_M500** \
954
+ * **MemoryOptimized_M700** \
955
+ * **MemoryOptimized_M1000** \
956
+ * **MemoryOptimized_M1500** \
957
+ * **MemoryOptimized_M2000** \
958
+ * **ComputeOptimized_X3** \
959
+ * **ComputeOptimized_X5** \
960
+ * **ComputeOptimized_X10** \
961
+ * **ComputeOptimized_X20** \
962
+ * **ComputeOptimized_X50** \
963
+ * **ComputeOptimized_X100** \
964
+ * **ComputeOptimized_X150** \
965
+ * **ComputeOptimized_X250** \
966
+ * **ComputeOptimized_X350** \
967
+ * **ComputeOptimized_X500** \
968
+ * **ComputeOptimized_X700** \
969
+ * **FlashOptimized_A250** \
970
+ * **FlashOptimized_A500** \
971
+ * **FlashOptimized_A700** \
972
+ * **FlashOptimized_A1000** \
973
+ * **FlashOptimized_A1500** \
974
+ * **FlashOptimized_A2000** \
975
+ * **FlashOptimized_A4500**
976
+ */
977
+ export type SkuName = string;
978
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
979
+ export declare enum KnownManagedServiceIdentityType {
980
+ /** None */
981
+ None = "None",
982
+ /** SystemAssigned */
983
+ SystemAssigned = "SystemAssigned",
984
+ /** UserAssigned */
985
+ UserAssigned = "UserAssigned",
986
+ /** SystemAssignedUserAssigned */
987
+ SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
988
+ }
989
+ /**
990
+ * Defines values for ManagedServiceIdentityType. \
991
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
992
+ * this enum contains the known values that the service supports.
993
+ * ### Known values supported by the service
994
+ * **None** \
995
+ * **SystemAssigned** \
996
+ * **UserAssigned** \
997
+ * **SystemAssigned, UserAssigned**
998
+ */
999
+ export type ManagedServiceIdentityType = string;
1000
+ /** Known values of {@link HighAvailability} that the service accepts. */
1001
+ export declare enum KnownHighAvailability {
1002
+ /** Enabled */
1003
+ Enabled = "Enabled",
1004
+ /** Disabled */
1005
+ Disabled = "Disabled"
1006
+ }
1007
+ /**
1008
+ * Defines values for HighAvailability. \
1009
+ * {@link KnownHighAvailability} can be used interchangeably with HighAvailability,
1010
+ * this enum contains the known values that the service supports.
1011
+ * ### Known values supported by the service
1012
+ * **Enabled** \
1013
+ * **Disabled**
1014
+ */
1015
+ export type HighAvailability = string;
1016
+ /** Known values of {@link TlsVersion} that the service accepts. */
1017
+ export declare enum KnownTlsVersion {
1018
+ /** One0 */
1019
+ One0 = "1.0",
1020
+ /** One1 */
1021
+ One1 = "1.1",
1022
+ /** One2 */
1023
+ One2 = "1.2"
1024
+ }
1025
+ /**
1026
+ * Defines values for TlsVersion. \
1027
+ * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
1028
+ * this enum contains the known values that the service supports.
1029
+ * ### Known values supported by the service
1030
+ * **1.0** \
1031
+ * **1.1** \
1032
+ * **1.2**
1033
+ */
1034
+ export type TlsVersion = string;
1035
+ /** Known values of {@link CmkIdentityType} that the service accepts. */
1036
+ export declare enum KnownCmkIdentityType {
1037
+ /** SystemAssignedIdentity */
1038
+ SystemAssignedIdentity = "systemAssignedIdentity",
1039
+ /** UserAssignedIdentity */
1040
+ UserAssignedIdentity = "userAssignedIdentity"
1041
+ }
1042
+ /**
1043
+ * Defines values for CmkIdentityType. \
1044
+ * {@link KnownCmkIdentityType} can be used interchangeably with CmkIdentityType,
1045
+ * this enum contains the known values that the service supports.
1046
+ * ### Known values supported by the service
1047
+ * **systemAssignedIdentity** \
1048
+ * **userAssignedIdentity**
1049
+ */
1050
+ export type CmkIdentityType = string;
1051
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1052
+ export declare enum KnownProvisioningState {
1053
+ /** Succeeded */
1054
+ Succeeded = "Succeeded",
1055
+ /** Failed */
1056
+ Failed = "Failed",
1057
+ /** Canceled */
1058
+ Canceled = "Canceled",
1059
+ /** Creating */
1060
+ Creating = "Creating",
1061
+ /** Updating */
1062
+ Updating = "Updating",
1063
+ /** Deleting */
1064
+ Deleting = "Deleting"
1065
+ }
1066
+ /**
1067
+ * Defines values for ProvisioningState. \
1068
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1069
+ * this enum contains the known values that the service supports.
1070
+ * ### Known values supported by the service
1071
+ * **Succeeded** \
1072
+ * **Failed** \
1073
+ * **Canceled** \
1074
+ * **Creating** \
1075
+ * **Updating** \
1076
+ * **Deleting**
1077
+ */
1078
+ export type ProvisioningState = string;
1079
+ /** Known values of {@link RedundancyMode} that the service accepts. */
1080
+ export declare enum KnownRedundancyMode {
1081
+ /** No redundancy. Availability loss will occur. */
1082
+ None = "None",
1083
+ /** Local redundancy with high availability. */
1084
+ LR = "LR",
1085
+ /** Zone redundant. Higher availability. */
1086
+ ZR = "ZR"
1087
+ }
1088
+ /**
1089
+ * Defines values for RedundancyMode. \
1090
+ * {@link KnownRedundancyMode} can be used interchangeably with RedundancyMode,
1091
+ * this enum contains the known values that the service supports.
1092
+ * ### Known values supported by the service
1093
+ * **None**: No redundancy. Availability loss will occur. \
1094
+ * **LR**: Local redundancy with high availability. \
1095
+ * **ZR**: Zone redundant. Higher availability.
1096
+ */
1097
+ export type RedundancyMode = string;
1098
+ /** Known values of {@link ResourceState} that the service accepts. */
1099
+ export declare enum KnownResourceState {
1100
+ /** Running */
1101
+ Running = "Running",
1102
+ /** Creating */
1103
+ Creating = "Creating",
1104
+ /** CreateFailed */
1105
+ CreateFailed = "CreateFailed",
1106
+ /** Updating */
1107
+ Updating = "Updating",
1108
+ /** UpdateFailed */
1109
+ UpdateFailed = "UpdateFailed",
1110
+ /** Deleting */
1111
+ Deleting = "Deleting",
1112
+ /** DeleteFailed */
1113
+ DeleteFailed = "DeleteFailed",
1114
+ /** Enabling */
1115
+ Enabling = "Enabling",
1116
+ /** EnableFailed */
1117
+ EnableFailed = "EnableFailed",
1118
+ /** Disabling */
1119
+ Disabling = "Disabling",
1120
+ /** DisableFailed */
1121
+ DisableFailed = "DisableFailed",
1122
+ /** Disabled */
1123
+ Disabled = "Disabled",
1124
+ /** Scaling */
1125
+ Scaling = "Scaling",
1126
+ /** ScalingFailed */
1127
+ ScalingFailed = "ScalingFailed",
1128
+ /** Moving */
1129
+ Moving = "Moving"
1130
+ }
1131
+ /**
1132
+ * Defines values for ResourceState. \
1133
+ * {@link KnownResourceState} can be used interchangeably with ResourceState,
1134
+ * this enum contains the known values that the service supports.
1135
+ * ### Known values supported by the service
1136
+ * **Running** \
1137
+ * **Creating** \
1138
+ * **CreateFailed** \
1139
+ * **Updating** \
1140
+ * **UpdateFailed** \
1141
+ * **Deleting** \
1142
+ * **DeleteFailed** \
1143
+ * **Enabling** \
1144
+ * **EnableFailed** \
1145
+ * **Disabling** \
1146
+ * **DisableFailed** \
1147
+ * **Disabled** \
1148
+ * **Scaling** \
1149
+ * **ScalingFailed** \
1150
+ * **Moving**
1151
+ */
1152
+ export type ResourceState = string;
1153
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
1154
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
1155
+ /** Pending */
1156
+ Pending = "Pending",
1157
+ /** Approved */
1158
+ Approved = "Approved",
1159
+ /** Rejected */
1160
+ Rejected = "Rejected"
1161
+ }
1162
+ /**
1163
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
1164
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
1165
+ * this enum contains the known values that the service supports.
1166
+ * ### Known values supported by the service
1167
+ * **Pending** \
1168
+ * **Approved** \
1169
+ * **Rejected**
1170
+ */
1171
+ export type PrivateEndpointServiceConnectionStatus = string;
1172
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1173
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
1174
+ /** Succeeded */
1175
+ Succeeded = "Succeeded",
1176
+ /** Creating */
1177
+ Creating = "Creating",
1178
+ /** Deleting */
1179
+ Deleting = "Deleting",
1180
+ /** Failed */
1181
+ Failed = "Failed"
1182
+ }
1183
+ /**
1184
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
1185
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
1186
+ * this enum contains the known values that the service supports.
1187
+ * ### Known values supported by the service
1188
+ * **Succeeded** \
1189
+ * **Creating** \
1190
+ * **Deleting** \
1191
+ * **Failed**
1192
+ */
1193
+ export type PrivateEndpointConnectionProvisioningState = string;
1194
+ /** Known values of {@link Protocol} that the service accepts. */
1195
+ export declare enum KnownProtocol {
1196
+ /** Encrypted */
1197
+ Encrypted = "Encrypted",
1198
+ /** Plaintext */
1199
+ Plaintext = "Plaintext"
1200
+ }
1201
+ /**
1202
+ * Defines values for Protocol. \
1203
+ * {@link KnownProtocol} can be used interchangeably with Protocol,
1204
+ * this enum contains the known values that the service supports.
1205
+ * ### Known values supported by the service
1206
+ * **Encrypted** \
1207
+ * **Plaintext**
1208
+ */
1209
+ export type Protocol = string;
1210
+ /** Known values of {@link ClusteringPolicy} that the service accepts. */
1211
+ export declare enum KnownClusteringPolicy {
1212
+ /** Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. */
1213
+ EnterpriseCluster = "EnterpriseCluster",
1214
+ /** OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. */
1215
+ OSSCluster = "OSSCluster",
1216
+ /** The NoCluster policy is used for non-clustered Redis instances that do not require clustering features. */
1217
+ NoCluster = "NoCluster"
1218
+ }
1219
+ /**
1220
+ * Defines values for ClusteringPolicy. \
1221
+ * {@link KnownClusteringPolicy} can be used interchangeably with ClusteringPolicy,
1222
+ * this enum contains the known values that the service supports.
1223
+ * ### Known values supported by the service
1224
+ * **EnterpriseCluster**: Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. \
1225
+ * **OSSCluster**: OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. \
1226
+ * **NoCluster**: The NoCluster policy is used for non-clustered Redis instances that do not require clustering features.
1227
+ */
1228
+ export type ClusteringPolicy = string;
1229
+ /** Known values of {@link EvictionPolicy} that the service accepts. */
1230
+ export declare enum KnownEvictionPolicy {
1231
+ /** AllKeysLFU */
1232
+ AllKeysLFU = "AllKeysLFU",
1233
+ /** AllKeysLRU */
1234
+ AllKeysLRU = "AllKeysLRU",
1235
+ /** AllKeysRandom */
1236
+ AllKeysRandom = "AllKeysRandom",
1237
+ /** VolatileLRU */
1238
+ VolatileLRU = "VolatileLRU",
1239
+ /** VolatileLFU */
1240
+ VolatileLFU = "VolatileLFU",
1241
+ /** VolatileTTL */
1242
+ VolatileTTL = "VolatileTTL",
1243
+ /** VolatileRandom */
1244
+ VolatileRandom = "VolatileRandom",
1245
+ /** NoEviction */
1246
+ NoEviction = "NoEviction"
1247
+ }
1248
+ /**
1249
+ * Defines values for EvictionPolicy. \
1250
+ * {@link KnownEvictionPolicy} can be used interchangeably with EvictionPolicy,
1251
+ * this enum contains the known values that the service supports.
1252
+ * ### Known values supported by the service
1253
+ * **AllKeysLFU** \
1254
+ * **AllKeysLRU** \
1255
+ * **AllKeysRandom** \
1256
+ * **VolatileLRU** \
1257
+ * **VolatileLFU** \
1258
+ * **VolatileTTL** \
1259
+ * **VolatileRandom** \
1260
+ * **NoEviction**
1261
+ */
1262
+ export type EvictionPolicy = string;
1263
+ /** Known values of {@link AofFrequency} that the service accepts. */
1264
+ export declare enum KnownAofFrequency {
1265
+ /** OneS */
1266
+ OneS = "1s",
1267
+ /** Always */
1268
+ Always = "always"
1269
+ }
1270
+ /**
1271
+ * Defines values for AofFrequency. \
1272
+ * {@link KnownAofFrequency} can be used interchangeably with AofFrequency,
1273
+ * this enum contains the known values that the service supports.
1274
+ * ### Known values supported by the service
1275
+ * **1s** \
1276
+ * **always**
1277
+ */
1278
+ export type AofFrequency = string;
1279
+ /** Known values of {@link RdbFrequency} that the service accepts. */
1280
+ export declare enum KnownRdbFrequency {
1281
+ /** OneH */
1282
+ OneH = "1h",
1283
+ /** SixH */
1284
+ SixH = "6h",
1285
+ /** TwelveH */
1286
+ TwelveH = "12h"
1287
+ }
1288
+ /**
1289
+ * Defines values for RdbFrequency. \
1290
+ * {@link KnownRdbFrequency} can be used interchangeably with RdbFrequency,
1291
+ * this enum contains the known values that the service supports.
1292
+ * ### Known values supported by the service
1293
+ * **1h** \
1294
+ * **6h** \
1295
+ * **12h**
1296
+ */
1297
+ export type RdbFrequency = string;
1298
+ /** Known values of {@link LinkState} that the service accepts. */
1299
+ export declare enum KnownLinkState {
1300
+ /** Linked */
1301
+ Linked = "Linked",
1302
+ /** Linking */
1303
+ Linking = "Linking",
1304
+ /** Unlinking */
1305
+ Unlinking = "Unlinking",
1306
+ /** LinkFailed */
1307
+ LinkFailed = "LinkFailed",
1308
+ /** UnlinkFailed */
1309
+ UnlinkFailed = "UnlinkFailed"
1310
+ }
1311
+ /**
1312
+ * Defines values for LinkState. \
1313
+ * {@link KnownLinkState} can be used interchangeably with LinkState,
1314
+ * this enum contains the known values that the service supports.
1315
+ * ### Known values supported by the service
1316
+ * **Linked** \
1317
+ * **Linking** \
1318
+ * **Unlinking** \
1319
+ * **LinkFailed** \
1320
+ * **UnlinkFailed**
1321
+ */
1322
+ export type LinkState = string;
1323
+ /** Known values of {@link DeferUpgradeSetting} that the service accepts. */
1324
+ export declare enum KnownDeferUpgradeSetting {
1325
+ /** Deferred */
1326
+ Deferred = "Deferred",
1327
+ /** NotDeferred */
1328
+ NotDeferred = "NotDeferred"
1329
+ }
1330
+ /**
1331
+ * Defines values for DeferUpgradeSetting. \
1332
+ * {@link KnownDeferUpgradeSetting} can be used interchangeably with DeferUpgradeSetting,
1333
+ * this enum contains the known values that the service supports.
1334
+ * ### Known values supported by the service
1335
+ * **Deferred** \
1336
+ * **NotDeferred**
1337
+ */
1338
+ export type DeferUpgradeSetting = string;
1339
+ /** Known values of {@link AccessKeysAuthentication} that the service accepts. */
1340
+ export declare enum KnownAccessKeysAuthentication {
1341
+ /** Disabled */
1342
+ Disabled = "Disabled",
1343
+ /** Enabled */
1344
+ Enabled = "Enabled"
1345
+ }
1346
+ /**
1347
+ * Defines values for AccessKeysAuthentication. \
1348
+ * {@link KnownAccessKeysAuthentication} can be used interchangeably with AccessKeysAuthentication,
1349
+ * this enum contains the known values that the service supports.
1350
+ * ### Known values supported by the service
1351
+ * **Disabled** \
1352
+ * **Enabled**
1353
+ */
1354
+ export type AccessKeysAuthentication = string;
1355
+ /** Known values of {@link CreatedByType} that the service accepts. */
1356
+ export declare enum KnownCreatedByType {
1357
+ /** User */
1358
+ User = "User",
1359
+ /** Application */
1360
+ Application = "Application",
1361
+ /** ManagedIdentity */
1362
+ ManagedIdentity = "ManagedIdentity",
1363
+ /** Key */
1364
+ Key = "Key"
1365
+ }
1366
+ /**
1367
+ * Defines values for CreatedByType. \
1368
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1369
+ * this enum contains the known values that the service supports.
1370
+ * ### Known values supported by the service
1371
+ * **User** \
1372
+ * **Application** \
1373
+ * **ManagedIdentity** \
1374
+ * **Key**
1375
+ */
1376
+ export type CreatedByType = string;
1377
+ /** Defines values for AccessKeyType. */
1378
+ export type AccessKeyType = "Primary" | "Secondary";
1379
+ /** Optional parameters. */
1380
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1381
+ }
1382
+ /** Contains response data for the list operation. */
1383
+ export type OperationsListResponse = OperationListResult;
1384
+ /** Optional parameters. */
1385
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1386
+ }
1387
+ /** Contains response data for the listNext operation. */
1388
+ export type OperationsListNextResponse = OperationListResult;
1389
+ /** Optional parameters. */
1390
+ export interface OperationsStatusGetOptionalParams extends coreClient.OperationOptions {
1391
+ }
1392
+ /** Contains response data for the get operation. */
1393
+ export type OperationsStatusGetResponse = OperationStatus;
1394
+ /** Optional parameters. */
1395
+ export interface RedisEnterpriseCreateOptionalParams extends coreClient.OperationOptions {
1396
+ /** Delay to wait until next poll, in milliseconds. */
1397
+ updateIntervalInMs?: number;
1398
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1399
+ resumeFrom?: string;
1400
+ }
1401
+ /** Contains response data for the create operation. */
1402
+ export type RedisEnterpriseCreateResponse = Cluster;
1403
+ /** Optional parameters. */
1404
+ export interface RedisEnterpriseUpdateOptionalParams extends coreClient.OperationOptions {
1405
+ /** Delay to wait until next poll, in milliseconds. */
1406
+ updateIntervalInMs?: number;
1407
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1408
+ resumeFrom?: string;
1409
+ }
1410
+ /** Contains response data for the update operation. */
1411
+ export type RedisEnterpriseUpdateResponse = Cluster;
1412
+ /** Optional parameters. */
1413
+ export interface RedisEnterpriseDeleteOptionalParams extends coreClient.OperationOptions {
1414
+ /** Delay to wait until next poll, in milliseconds. */
1415
+ updateIntervalInMs?: number;
1416
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1417
+ resumeFrom?: string;
1418
+ }
1419
+ /** Optional parameters. */
1420
+ export interface RedisEnterpriseGetOptionalParams extends coreClient.OperationOptions {
1421
+ }
1422
+ /** Contains response data for the get operation. */
1423
+ export type RedisEnterpriseGetResponse = Cluster;
1424
+ /** Optional parameters. */
1425
+ export interface RedisEnterpriseListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1426
+ }
1427
+ /** Contains response data for the listByResourceGroup operation. */
1428
+ export type RedisEnterpriseListByResourceGroupResponse = ClusterList;
1429
+ /** Optional parameters. */
1430
+ export interface RedisEnterpriseListOptionalParams extends coreClient.OperationOptions {
1431
+ }
1432
+ /** Contains response data for the list operation. */
1433
+ export type RedisEnterpriseListResponse = ClusterList;
1434
+ /** Optional parameters. */
1435
+ export interface RedisEnterpriseListSkusForScalingOptionalParams extends coreClient.OperationOptions {
1436
+ }
1437
+ /** Contains response data for the listSkusForScaling operation. */
1438
+ export type RedisEnterpriseListSkusForScalingResponse = SkuDetailsList;
1439
+ /** Optional parameters. */
1440
+ export interface RedisEnterpriseListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1441
+ }
1442
+ /** Contains response data for the listByResourceGroupNext operation. */
1443
+ export type RedisEnterpriseListByResourceGroupNextResponse = ClusterList;
1444
+ /** Optional parameters. */
1445
+ export interface RedisEnterpriseListNextOptionalParams extends coreClient.OperationOptions {
1446
+ }
1447
+ /** Contains response data for the listNext operation. */
1448
+ export type RedisEnterpriseListNextResponse = ClusterList;
1449
+ /** Optional parameters. */
1450
+ export interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
1451
+ }
1452
+ /** Contains response data for the listByCluster operation. */
1453
+ export type DatabasesListByClusterResponse = DatabaseList;
1454
+ /** Optional parameters. */
1455
+ export interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {
1456
+ /** Delay to wait until next poll, in milliseconds. */
1457
+ updateIntervalInMs?: number;
1458
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1459
+ resumeFrom?: string;
1460
+ }
1461
+ /** Contains response data for the create operation. */
1462
+ export type DatabasesCreateResponse = Database;
1463
+ /** Optional parameters. */
1464
+ export interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
1465
+ /** Delay to wait until next poll, in milliseconds. */
1466
+ updateIntervalInMs?: number;
1467
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1468
+ resumeFrom?: string;
1469
+ }
1470
+ /** Contains response data for the update operation. */
1471
+ export type DatabasesUpdateResponse = Database;
1472
+ /** Optional parameters. */
1473
+ export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
1474
+ }
1475
+ /** Contains response data for the get operation. */
1476
+ export type DatabasesGetResponse = Database;
1477
+ /** Optional parameters. */
1478
+ export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
1479
+ /** Delay to wait until next poll, in milliseconds. */
1480
+ updateIntervalInMs?: number;
1481
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1482
+ resumeFrom?: string;
1483
+ }
1484
+ /** Optional parameters. */
1485
+ export interface DatabasesListKeysOptionalParams extends coreClient.OperationOptions {
1486
+ }
1487
+ /** Contains response data for the listKeys operation. */
1488
+ export type DatabasesListKeysResponse = AccessKeys;
1489
+ /** Optional parameters. */
1490
+ export interface DatabasesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
1491
+ /** Delay to wait until next poll, in milliseconds. */
1492
+ updateIntervalInMs?: number;
1493
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1494
+ resumeFrom?: string;
1495
+ }
1496
+ /** Contains response data for the regenerateKey operation. */
1497
+ export type DatabasesRegenerateKeyResponse = AccessKeys;
1498
+ /** Optional parameters. */
1499
+ export interface DatabasesImportOptionalParams extends coreClient.OperationOptions {
1500
+ /** Delay to wait until next poll, in milliseconds. */
1501
+ updateIntervalInMs?: number;
1502
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1503
+ resumeFrom?: string;
1504
+ }
1505
+ /** Optional parameters. */
1506
+ export interface DatabasesExportOptionalParams extends coreClient.OperationOptions {
1507
+ /** Delay to wait until next poll, in milliseconds. */
1508
+ updateIntervalInMs?: number;
1509
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1510
+ resumeFrom?: string;
1511
+ }
1512
+ /** Optional parameters. */
1513
+ export interface DatabasesForceUnlinkOptionalParams extends coreClient.OperationOptions {
1514
+ /** Delay to wait until next poll, in milliseconds. */
1515
+ updateIntervalInMs?: number;
1516
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1517
+ resumeFrom?: string;
1518
+ }
1519
+ /** Optional parameters. */
1520
+ export interface DatabasesForceLinkToReplicationGroupOptionalParams extends coreClient.OperationOptions {
1521
+ /** Delay to wait until next poll, in milliseconds. */
1522
+ updateIntervalInMs?: number;
1523
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1524
+ resumeFrom?: string;
1525
+ }
1526
+ /** Contains response data for the forceLinkToReplicationGroup operation. */
1527
+ export type DatabasesForceLinkToReplicationGroupResponse = DatabasesForceLinkToReplicationGroupHeaders;
1528
+ /** Optional parameters. */
1529
+ export interface DatabasesFlushOptionalParams extends coreClient.OperationOptions {
1530
+ /** Information identifying the databases to be flushed */
1531
+ parameters?: FlushParameters;
1532
+ /** Delay to wait until next poll, in milliseconds. */
1533
+ updateIntervalInMs?: number;
1534
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1535
+ resumeFrom?: string;
1536
+ }
1537
+ /** Optional parameters. */
1538
+ export interface DatabasesUpgradeDBRedisVersionOptionalParams extends coreClient.OperationOptions {
1539
+ /** Delay to wait until next poll, in milliseconds. */
1540
+ updateIntervalInMs?: number;
1541
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1542
+ resumeFrom?: string;
1543
+ }
1544
+ /** Contains response data for the upgradeDBRedisVersion operation. */
1545
+ export type DatabasesUpgradeDBRedisVersionResponse = DatabasesUpgradeDBRedisVersionHeaders;
1546
+ /** Optional parameters. */
1547
+ export interface DatabasesListByClusterNextOptionalParams extends coreClient.OperationOptions {
1548
+ }
1549
+ /** Contains response data for the listByClusterNext operation. */
1550
+ export type DatabasesListByClusterNextResponse = DatabaseList;
1551
+ /** Optional parameters. */
1552
+ export interface AccessPolicyAssignmentCreateUpdateOptionalParams extends coreClient.OperationOptions {
1553
+ /** Delay to wait until next poll, in milliseconds. */
1554
+ updateIntervalInMs?: number;
1555
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1556
+ resumeFrom?: string;
1557
+ }
1558
+ /** Contains response data for the createUpdate operation. */
1559
+ export type AccessPolicyAssignmentCreateUpdateResponse = AccessPolicyAssignment;
1560
+ /** Optional parameters. */
1561
+ export interface AccessPolicyAssignmentGetOptionalParams extends coreClient.OperationOptions {
1562
+ }
1563
+ /** Contains response data for the get operation. */
1564
+ export type AccessPolicyAssignmentGetResponse = AccessPolicyAssignment;
1565
+ /** Optional parameters. */
1566
+ export interface AccessPolicyAssignmentDeleteOptionalParams extends coreClient.OperationOptions {
1567
+ /** Delay to wait until next poll, in milliseconds. */
1568
+ updateIntervalInMs?: number;
1569
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1570
+ resumeFrom?: string;
1571
+ }
1572
+ /** Contains response data for the delete operation. */
1573
+ export type AccessPolicyAssignmentDeleteResponse = AccessPolicyAssignmentDeleteHeaders;
1574
+ /** Optional parameters. */
1575
+ export interface AccessPolicyAssignmentListOptionalParams extends coreClient.OperationOptions {
1576
+ }
1577
+ /** Contains response data for the list operation. */
1578
+ export type AccessPolicyAssignmentListResponse = AccessPolicyAssignmentList;
1579
+ /** Optional parameters. */
1580
+ export interface AccessPolicyAssignmentListNextOptionalParams extends coreClient.OperationOptions {
1581
+ }
1582
+ /** Contains response data for the listNext operation. */
1583
+ export type AccessPolicyAssignmentListNextResponse = AccessPolicyAssignmentList;
1584
+ /** Optional parameters. */
1585
+ export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
1586
+ }
1587
+ /** Contains response data for the list operation. */
1588
+ export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1589
+ /** Optional parameters. */
1590
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1591
+ }
1592
+ /** Contains response data for the get operation. */
1593
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1594
+ /** Optional parameters. */
1595
+ export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
1596
+ /** Delay to wait until next poll, in milliseconds. */
1597
+ updateIntervalInMs?: number;
1598
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1599
+ resumeFrom?: string;
1600
+ }
1601
+ /** Contains response data for the put operation. */
1602
+ export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
1603
+ /** Optional parameters. */
1604
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1605
+ /** Delay to wait until next poll, in milliseconds. */
1606
+ updateIntervalInMs?: number;
1607
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1608
+ resumeFrom?: string;
1609
+ }
1610
+ /** Optional parameters. */
1611
+ export interface PrivateLinkResourcesListByClusterOptionalParams extends coreClient.OperationOptions {
1612
+ }
1613
+ /** Contains response data for the listByCluster operation. */
1614
+ export type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
1615
+ /** Optional parameters. */
1616
+ export interface RedisEnterpriseManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1617
+ /** server parameter */
1618
+ $host?: string;
1619
+ /** Api Version */
1620
+ apiVersion?: string;
1621
+ /** Overrides client endpoint. */
1622
+ endpoint?: string;
1623
+ }
1624
+ //# sourceMappingURL=index.d.ts.map