@azure/arm-redisenterprisecache 3.1.0-beta.2 → 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 (575) hide show
  1. package/CHANGELOG.md +131 -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 +99 -9
  10. package/dist/browser/models/index.d.ts.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/index.js +12 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +5 -0
  14. package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
  15. package/{dist-esm/src → dist/browser}/models/mappers.js +134 -3
  16. package/dist/browser/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/parameters.js +5 -5
  18. package/dist/browser/models/parameters.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/accessPolicyAssignmentOperations.d.ts +27 -11
  20. package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/accessPolicyAssignmentOperations.js +114 -106
  22. package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +1 -0
  23. package/dist/browser/operations/databases.d.ts +283 -0
  24. package/dist/browser/operations/databases.d.ts.map +1 -0
  25. package/dist/browser/operations/databases.js +1152 -0
  26. package/dist/browser/operations/databases.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +8 -0
  28. package/dist/browser/operations/index.d.ts.map +1 -0
  29. package/dist/browser/operations/index.js +15 -0
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  32. package/dist/browser/operations/operations.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  34. package/dist/browser/operations/operations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operationsStatus.d.ts +3 -3
  36. package/dist/browser/operations/operationsStatus.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operationsStatus.js +2 -2
  38. package/dist/browser/operations/operationsStatus.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +24 -10
  40. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +107 -101
  42. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +9 -5
  44. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +8 -4
  46. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/redisEnterprise.d.ts +33 -10
  48. package/dist/browser/operations/redisEnterprise.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/redisEnterprise.js +169 -135
  50. package/dist/browser/operations/redisEnterprise.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +19 -7
  52. package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.d.ts +72 -28
  55. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/databases.js.map +1 -0
  57. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  58. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/index.js +15 -0
  60. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  63. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts +1 -1
  65. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts.map +1 -1
  66. package/dist/browser/operationsInterfaces/operationsStatus.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +19 -7
  68. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  70. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +4 -2
  71. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  73. package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.d.ts +31 -8
  74. package/dist/browser/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/redisEnterprise.js.map +1 -0
  76. package/dist/browser/package.json +3 -0
  77. package/dist/browser/pagingHelper.js.map +1 -0
  78. package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.d.ts +2 -2
  79. package/dist/browser/redisEnterpriseManagementClient.d.ts.map +1 -0
  80. package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.js +17 -20
  81. package/dist/browser/redisEnterpriseManagementClient.js.map +1 -0
  82. package/dist/commonjs/index.d.ts +5 -0
  83. package/dist/commonjs/index.d.ts.map +1 -0
  84. package/dist/commonjs/index.js +19 -0
  85. package/dist/commonjs/index.js.map +1 -0
  86. package/dist/commonjs/lroImpl.d.ts +11 -0
  87. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  88. package/dist/commonjs/lroImpl.js +24 -0
  89. package/dist/commonjs/lroImpl.js.map +1 -0
  90. package/{types/arm-redisenterprisecache.d.ts → dist/commonjs/models/index.d.ts} +1624 -2165
  91. package/dist/commonjs/models/index.d.ts.map +1 -0
  92. package/dist/commonjs/models/index.js +367 -0
  93. package/dist/commonjs/models/index.js.map +1 -0
  94. package/dist/commonjs/models/mappers.d.ts +65 -0
  95. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  96. package/dist/commonjs/models/mappers.js +1788 -0
  97. package/dist/commonjs/models/mappers.js.map +1 -0
  98. package/dist/commonjs/models/parameters.d.ts +27 -0
  99. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  100. package/dist/commonjs/models/parameters.js +217 -0
  101. package/dist/commonjs/models/parameters.js.map +1 -0
  102. package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  103. package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  104. package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +415 -0
  105. package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +1 -0
  106. package/dist/commonjs/operations/databases.d.ts +283 -0
  107. package/dist/commonjs/operations/databases.d.ts.map +1 -0
  108. package/dist/commonjs/operations/databases.js +1156 -0
  109. package/dist/commonjs/operations/databases.js.map +1 -0
  110. package/dist/commonjs/operations/index.d.ts +8 -0
  111. package/dist/commonjs/operations/index.d.ts.map +1 -0
  112. package/dist/commonjs/operations/index.js +18 -0
  113. package/dist/commonjs/operations/index.js.map +1 -0
  114. package/dist/commonjs/operations/operations.d.ts +32 -0
  115. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  116. package/dist/commonjs/operations/operations.js +137 -0
  117. package/dist/commonjs/operations/operations.js.map +1 -0
  118. package/dist/commonjs/operations/operationsStatus.d.ts +20 -0
  119. package/dist/commonjs/operations/operationsStatus.d.ts.map +1 -0
  120. package/dist/commonjs/operations/operationsStatus.js +58 -0
  121. package/dist/commonjs/operations/operationsStatus.js.map +1 -0
  122. package/dist/commonjs/operations/privateEndpointConnections.d.ts +94 -0
  123. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  124. package/dist/commonjs/operations/privateEndpointConnections.js +345 -0
  125. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  126. package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
  127. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  128. package/dist/commonjs/operations/privateLinkResources.js +113 -0
  129. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  130. package/dist/commonjs/operations/redisEnterprise.d.ts +130 -0
  131. package/dist/commonjs/operations/redisEnterprise.d.ts.map +1 -0
  132. package/dist/commonjs/operations/redisEnterprise.js +584 -0
  133. package/dist/commonjs/operations/redisEnterprise.js.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  135. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  136. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js +10 -0
  137. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  138. package/{dist-esm/src/operations → dist/commonjs/operationsInterfaces}/databases.d.ts +74 -55
  139. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/databases.js +10 -0
  141. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  143. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  145. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  147. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  148. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  149. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  150. package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts +12 -0
  151. package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  152. package/dist/commonjs/operationsInterfaces/operationsStatus.js +10 -0
  153. package/dist/commonjs/operationsInterfaces/operationsStatus.js.map +1 -0
  154. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
  155. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  156. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  157. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
  159. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  161. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts +94 -0
  163. package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/redisEnterprise.js +10 -0
  165. package/dist/commonjs/operationsInterfaces/redisEnterprise.js.map +1 -0
  166. package/dist/commonjs/package.json +3 -0
  167. package/dist/commonjs/pagingHelper.d.ts +13 -0
  168. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  169. package/dist/commonjs/pagingHelper.js +36 -0
  170. package/dist/commonjs/pagingHelper.js.map +1 -0
  171. package/dist/commonjs/redisEnterpriseManagementClient.d.ts +26 -0
  172. package/dist/commonjs/redisEnterpriseManagementClient.d.ts.map +1 -0
  173. package/dist/commonjs/redisEnterpriseManagementClient.js +109 -0
  174. package/dist/commonjs/redisEnterpriseManagementClient.js.map +1 -0
  175. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  176. package/dist/esm/index.d.ts +5 -0
  177. package/dist/esm/index.d.ts.map +1 -0
  178. package/{src/index.ts → dist/esm/index.js} +5 -5
  179. package/dist/esm/index.js.map +1 -0
  180. package/dist/esm/lroImpl.d.ts +11 -0
  181. package/dist/esm/lroImpl.d.ts.map +1 -0
  182. package/dist/esm/lroImpl.js +21 -0
  183. package/dist/esm/lroImpl.js.map +1 -0
  184. package/dist/esm/models/index.d.ts +1624 -0
  185. package/dist/esm/models/index.d.ts.map +1 -0
  186. package/dist/esm/models/index.js +364 -0
  187. package/dist/esm/models/index.js.map +1 -0
  188. package/dist/esm/models/mappers.d.ts +65 -0
  189. package/dist/esm/models/mappers.d.ts.map +1 -0
  190. package/dist/esm/models/mappers.js +1784 -0
  191. package/dist/esm/models/mappers.js.map +1 -0
  192. package/dist/esm/models/parameters.d.ts +27 -0
  193. package/dist/esm/models/parameters.d.ts.map +1 -0
  194. package/dist/esm/models/parameters.js +214 -0
  195. package/dist/esm/models/parameters.js.map +1 -0
  196. package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  197. package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  198. package/dist/esm/operations/accessPolicyAssignmentOperations.js +411 -0
  199. package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +1 -0
  200. package/dist/esm/operations/databases.d.ts +283 -0
  201. package/dist/esm/operations/databases.d.ts.map +1 -0
  202. package/dist/esm/operations/databases.js +1152 -0
  203. package/dist/esm/operations/databases.js.map +1 -0
  204. package/dist/esm/operations/index.d.ts +8 -0
  205. package/dist/esm/operations/index.d.ts.map +1 -0
  206. package/dist/esm/operations/index.js +15 -0
  207. package/dist/esm/operations/index.js.map +1 -0
  208. package/dist/esm/operations/operations.d.ts +32 -0
  209. package/dist/esm/operations/operations.d.ts.map +1 -0
  210. package/dist/esm/operations/operations.js +133 -0
  211. package/dist/esm/operations/operations.js.map +1 -0
  212. package/dist/esm/operations/operationsStatus.d.ts +20 -0
  213. package/dist/esm/operations/operationsStatus.d.ts.map +1 -0
  214. package/dist/esm/operations/operationsStatus.js +53 -0
  215. package/dist/esm/operations/operationsStatus.js.map +1 -0
  216. package/dist/esm/operations/privateEndpointConnections.d.ts +94 -0
  217. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  218. package/dist/esm/operations/privateEndpointConnections.js +341 -0
  219. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  220. package/dist/esm/operations/privateLinkResources.d.ts +34 -0
  221. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  222. package/dist/esm/operations/privateLinkResources.js +109 -0
  223. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  224. package/dist/esm/operations/redisEnterprise.d.ts +130 -0
  225. package/dist/esm/operations/redisEnterprise.d.ts.map +1 -0
  226. package/dist/esm/operations/redisEnterprise.js +580 -0
  227. package/dist/esm/operations/redisEnterprise.js.map +1 -0
  228. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  229. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  230. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
  231. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  232. package/dist/esm/operationsInterfaces/databases.d.ts +254 -0
  233. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
  234. package/dist/esm/operationsInterfaces/databases.js +9 -0
  235. package/dist/esm/operationsInterfaces/databases.js.map +1 -0
  236. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  237. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  238. package/dist/esm/operationsInterfaces/index.js +15 -0
  239. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  240. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  241. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  242. package/dist/esm/operationsInterfaces/operations.js +9 -0
  243. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  244. package/dist/esm/operationsInterfaces/operationsStatus.d.ts +12 -0
  245. package/dist/esm/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  246. package/dist/esm/operationsInterfaces/operationsStatus.js +9 -0
  247. package/dist/esm/operationsInterfaces/operationsStatus.js.map +1 -0
  248. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
  249. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  250. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  251. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  252. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
  253. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  254. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  255. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  256. package/dist/esm/operationsInterfaces/redisEnterprise.d.ts +94 -0
  257. package/dist/esm/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  258. package/dist/esm/operationsInterfaces/redisEnterprise.js +9 -0
  259. package/dist/esm/operationsInterfaces/redisEnterprise.js.map +1 -0
  260. package/dist/esm/package.json +3 -0
  261. package/dist/esm/pagingHelper.d.ts +13 -0
  262. package/dist/esm/pagingHelper.d.ts.map +1 -0
  263. package/dist/esm/pagingHelper.js +32 -0
  264. package/dist/esm/pagingHelper.js.map +1 -0
  265. package/dist/esm/redisEnterpriseManagementClient.d.ts +26 -0
  266. package/dist/esm/redisEnterpriseManagementClient.d.ts.map +1 -0
  267. package/dist/esm/redisEnterpriseManagementClient.js +104 -0
  268. package/dist/esm/redisEnterpriseManagementClient.js.map +1 -0
  269. package/dist/react-native/index.d.ts +5 -0
  270. package/dist/react-native/index.d.ts.map +1 -0
  271. package/dist/react-native/index.js +13 -0
  272. package/dist/react-native/index.js.map +1 -0
  273. package/dist/react-native/lroImpl.d.ts +11 -0
  274. package/dist/react-native/lroImpl.d.ts.map +1 -0
  275. package/dist/react-native/lroImpl.js +21 -0
  276. package/dist/react-native/lroImpl.js.map +1 -0
  277. package/dist/react-native/models/index.d.ts +1624 -0
  278. package/dist/react-native/models/index.d.ts.map +1 -0
  279. package/dist/react-native/models/index.js +364 -0
  280. package/dist/react-native/models/index.js.map +1 -0
  281. package/dist/react-native/models/mappers.d.ts +65 -0
  282. package/dist/react-native/models/mappers.d.ts.map +1 -0
  283. package/dist/react-native/models/mappers.js +1784 -0
  284. package/dist/react-native/models/mappers.js.map +1 -0
  285. package/dist/react-native/models/parameters.d.ts +27 -0
  286. package/dist/react-native/models/parameters.d.ts.map +1 -0
  287. package/dist/react-native/models/parameters.js +214 -0
  288. package/dist/react-native/models/parameters.js.map +1 -0
  289. package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  290. package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  291. package/dist/react-native/operations/accessPolicyAssignmentOperations.js +411 -0
  292. package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +1 -0
  293. package/dist/react-native/operations/databases.d.ts +283 -0
  294. package/dist/react-native/operations/databases.d.ts.map +1 -0
  295. package/dist/react-native/operations/databases.js +1152 -0
  296. package/dist/react-native/operations/databases.js.map +1 -0
  297. package/dist/react-native/operations/index.d.ts +8 -0
  298. package/dist/react-native/operations/index.d.ts.map +1 -0
  299. package/dist/react-native/operations/index.js +15 -0
  300. package/dist/react-native/operations/index.js.map +1 -0
  301. package/dist/react-native/operations/operations.d.ts +32 -0
  302. package/dist/react-native/operations/operations.d.ts.map +1 -0
  303. package/dist/react-native/operations/operations.js +133 -0
  304. package/dist/react-native/operations/operations.js.map +1 -0
  305. package/dist/react-native/operations/operationsStatus.d.ts +20 -0
  306. package/dist/react-native/operations/operationsStatus.d.ts.map +1 -0
  307. package/dist/react-native/operations/operationsStatus.js +53 -0
  308. package/dist/react-native/operations/operationsStatus.js.map +1 -0
  309. package/dist/react-native/operations/privateEndpointConnections.d.ts +94 -0
  310. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  311. package/dist/react-native/operations/privateEndpointConnections.js +341 -0
  312. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  313. package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
  314. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  315. package/dist/react-native/operations/privateLinkResources.js +109 -0
  316. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  317. package/dist/react-native/operations/redisEnterprise.d.ts +130 -0
  318. package/dist/react-native/operations/redisEnterprise.d.ts.map +1 -0
  319. package/dist/react-native/operations/redisEnterprise.js +580 -0
  320. package/dist/react-native/operations/redisEnterprise.js.map +1 -0
  321. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  322. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  323. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
  324. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  325. package/dist/react-native/operationsInterfaces/databases.d.ts +254 -0
  326. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
  327. package/dist/react-native/operationsInterfaces/databases.js +9 -0
  328. package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
  329. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  330. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  331. package/dist/react-native/operationsInterfaces/index.js +15 -0
  332. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  333. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  334. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  335. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  336. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  337. package/dist/react-native/operationsInterfaces/operationsStatus.d.ts +12 -0
  338. package/dist/react-native/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  339. package/dist/react-native/operationsInterfaces/operationsStatus.js +9 -0
  340. package/dist/react-native/operationsInterfaces/operationsStatus.js.map +1 -0
  341. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
  342. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  343. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  344. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  345. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
  346. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  347. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  348. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  349. package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts +94 -0
  350. package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  351. package/dist/react-native/operationsInterfaces/redisEnterprise.js +9 -0
  352. package/dist/react-native/operationsInterfaces/redisEnterprise.js.map +1 -0
  353. package/dist/react-native/package.json +3 -0
  354. package/dist/react-native/pagingHelper.d.ts +13 -0
  355. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  356. package/dist/react-native/pagingHelper.js +32 -0
  357. package/dist/react-native/pagingHelper.js.map +1 -0
  358. package/dist/react-native/redisEnterpriseManagementClient.d.ts +26 -0
  359. package/dist/react-native/redisEnterpriseManagementClient.d.ts.map +1 -0
  360. package/dist/react-native/redisEnterpriseManagementClient.js +104 -0
  361. package/dist/react-native/redisEnterpriseManagementClient.js.map +1 -0
  362. package/package.json +71 -46
  363. package/review/arm-redisenterprisecache.api.md +55 -4
  364. package/LICENSE.txt +0 -21
  365. package/dist/index.js +0 -5153
  366. package/dist/index.js.map +0 -1
  367. package/dist/index.min.js +0 -1
  368. package/dist/index.min.js.map +0 -1
  369. package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js +0 -45
  372. package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js.map +0 -1
  373. package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts +0 -2
  374. package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js +0 -41
  376. package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js.map +0 -1
  377. package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js +0 -41
  380. package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js.map +0 -1
  381. package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts +0 -2
  382. package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts.map +0 -1
  383. package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js +0 -56
  384. package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js.map +0 -1
  385. package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
  386. package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
  387. package/dist-esm/samples-dev/databasesCreateSample.js +0 -92
  388. package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
  389. package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
  392. package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
  393. package/dist-esm/samples-dev/databasesExportSample.d.ts +0 -2
  394. package/dist-esm/samples-dev/databasesExportSample.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/databasesExportSample.js +0 -43
  396. package/dist-esm/samples-dev/databasesExportSample.js.map +0 -1
  397. package/dist-esm/samples-dev/databasesFlushSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/databasesFlushSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/databasesFlushSample.js +0 -45
  400. package/dist-esm/samples-dev/databasesFlushSample.js.map +0 -1
  401. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts +0 -2
  402. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +0 -51
  404. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js.map +0 -1
  405. package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts +0 -2
  406. package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts.map +0 -1
  407. package/dist-esm/samples-dev/databasesForceUnlinkSample.js +0 -45
  408. package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +0 -1
  409. package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
  410. package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
  411. package/dist-esm/samples-dev/databasesGetSample.js +0 -40
  412. package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
  413. package/dist-esm/samples-dev/databasesImportSample.d.ts +0 -2
  414. package/dist-esm/samples-dev/databasesImportSample.d.ts.map +0 -1
  415. package/dist-esm/samples-dev/databasesImportSample.js +0 -46
  416. package/dist-esm/samples-dev/databasesImportSample.js.map +0 -1
  417. package/dist-esm/samples-dev/databasesListByClusterSample.d.ts +0 -2
  418. package/dist-esm/samples-dev/databasesListByClusterSample.d.ts.map +0 -1
  419. package/dist-esm/samples-dev/databasesListByClusterSample.js +0 -55
  420. package/dist-esm/samples-dev/databasesListByClusterSample.js.map +0 -1
  421. package/dist-esm/samples-dev/databasesListKeysSample.d.ts +0 -2
  422. package/dist-esm/samples-dev/databasesListKeysSample.d.ts.map +0 -1
  423. package/dist-esm/samples-dev/databasesListKeysSample.js +0 -40
  424. package/dist-esm/samples-dev/databasesListKeysSample.js.map +0 -1
  425. package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts +0 -2
  426. package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts.map +0 -1
  427. package/dist-esm/samples-dev/databasesRegenerateKeySample.js +0 -41
  428. package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +0 -1
  429. package/dist-esm/samples-dev/databasesUpdateSample.d.ts +0 -2
  430. package/dist-esm/samples-dev/databasesUpdateSample.d.ts.map +0 -1
  431. package/dist-esm/samples-dev/databasesUpdateSample.js +0 -46
  432. package/dist-esm/samples-dev/databasesUpdateSample.js.map +0 -1
  433. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts +0 -2
  434. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts.map +0 -1
  435. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +0 -40
  436. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +0 -1
  437. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  438. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  439. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  440. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  441. package/dist-esm/samples-dev/operationsStatusGetSample.d.ts +0 -2
  442. package/dist-esm/samples-dev/operationsStatusGetSample.d.ts.map +0 -1
  443. package/dist-esm/samples-dev/operationsStatusGetSample.js +0 -39
  444. package/dist-esm/samples-dev/operationsStatusGetSample.js.map +0 -1
  445. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  446. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  447. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  448. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  449. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  450. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  451. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  452. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  453. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  454. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  455. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -55
  456. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  457. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
  458. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
  459. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -46
  460. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
  461. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
  462. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
  463. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -55
  464. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
  465. package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts +0 -2
  466. package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts.map +0 -1
  467. package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +0 -61
  468. package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +0 -1
  469. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts +0 -2
  470. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts.map +0 -1
  471. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +0 -39
  472. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js.map +0 -1
  473. package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts +0 -2
  474. package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts.map +0 -1
  475. package/dist-esm/samples-dev/redisEnterpriseGetSample.js +0 -39
  476. package/dist-esm/samples-dev/redisEnterpriseGetSample.js.map +0 -1
  477. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts +0 -2
  478. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts.map +0 -1
  479. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +0 -54
  480. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +0 -1
  481. package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts +0 -2
  482. package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts.map +0 -1
  483. package/dist-esm/samples-dev/redisEnterpriseListSample.js +0 -53
  484. package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +0 -1
  485. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts +0 -2
  486. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts.map +0 -1
  487. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +0 -44
  488. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +0 -1
  489. package/dist-esm/src/index.d.ts +0 -5
  490. package/dist-esm/src/index.js.map +0 -1
  491. package/dist-esm/src/lroImpl.js.map +0 -1
  492. package/dist-esm/src/models/index.d.ts.map +0 -1
  493. package/dist-esm/src/models/index.js.map +0 -1
  494. package/dist-esm/src/models/mappers.js.map +0 -1
  495. package/dist-esm/src/models/parameters.js.map +0 -1
  496. package/dist-esm/src/operations/accessPolicyAssignmentOperations.d.ts.map +0 -1
  497. package/dist-esm/src/operations/accessPolicyAssignmentOperations.js.map +0 -1
  498. package/dist-esm/src/operations/databases.d.ts.map +0 -1
  499. package/dist-esm/src/operations/databases.js +0 -1150
  500. package/dist-esm/src/operations/databases.js.map +0 -1
  501. package/dist-esm/src/operations/index.d.ts +0 -8
  502. package/dist-esm/src/operations/index.d.ts.map +0 -1
  503. package/dist-esm/src/operations/index.js +0 -15
  504. package/dist-esm/src/operations/index.js.map +0 -1
  505. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  506. package/dist-esm/src/operations/operations.js.map +0 -1
  507. package/dist-esm/src/operations/operationsStatus.d.ts.map +0 -1
  508. package/dist-esm/src/operations/operationsStatus.js.map +0 -1
  509. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  510. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  511. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  512. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  513. package/dist-esm/src/operations/redisEnterprise.d.ts.map +0 -1
  514. package/dist-esm/src/operations/redisEnterprise.js.map +0 -1
  515. package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +0 -1
  516. package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.js.map +0 -1
  517. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
  518. package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
  519. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  520. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  521. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  522. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  524. package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  526. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  528. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
  530. package/dist-esm/src/operationsInterfaces/redisEnterprise.js.map +0 -1
  531. package/dist-esm/src/pagingHelper.js.map +0 -1
  532. package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +0 -1
  533. package/dist-esm/src/redisEnterpriseManagementClient.js.map +0 -1
  534. package/dist-esm/test/redisenterprisecache_test.spec.d.ts +0 -4
  535. package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +0 -1
  536. package/dist-esm/test/redisenterprisecache_test.spec.js +0 -74
  537. package/dist-esm/test/redisenterprisecache_test.spec.js.map +0 -1
  538. package/src/lroImpl.ts +0 -42
  539. package/src/models/index.ts +0 -1720
  540. package/src/models/mappers.ts +0 -1773
  541. package/src/models/parameters.ts +0 -257
  542. package/src/operations/accessPolicyAssignmentOperations.ts +0 -569
  543. package/src/operations/databases.ts +0 -1603
  544. package/src/operations/index.ts +0 -15
  545. package/src/operations/operations.ts +0 -149
  546. package/src/operations/operationsStatus.ts +0 -71
  547. package/src/operations/privateEndpointConnections.ts +0 -451
  548. package/src/operations/privateLinkResources.ts +0 -136
  549. package/src/operations/redisEnterprise.ts +0 -708
  550. package/src/operationsInterfaces/accessPolicyAssignmentOperations.ts +0 -132
  551. package/src/operationsInterfaces/databases.ts +0 -403
  552. package/src/operationsInterfaces/index.ts +0 -15
  553. package/src/operationsInterfaces/operations.ts +0 -22
  554. package/src/operationsInterfaces/operationsStatus.ts +0 -27
  555. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -116
  556. package/src/operationsInterfaces/privateLinkResources.ts +0 -29
  557. package/src/operationsInterfaces/redisEnterprise.ts +0 -139
  558. package/src/pagingHelper.ts +0 -39
  559. package/src/redisEnterpriseManagementClient.ts +0 -170
  560. package/tsconfig.json +0 -33
  561. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  562. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  563. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  564. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  565. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  566. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicyAssignmentOperations.js +0 -0
  567. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
  568. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  569. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.js +0 -0
  570. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  571. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  572. /package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.js +0 -0
  573. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  574. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  575. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,19 +1,23 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { Database, DatabasesListByClusterOptionalParams, DatabasesCreateOptionalParams, DatabasesCreateResponse, DatabaseUpdate, DatabasesUpdateOptionalParams, DatabasesUpdateResponse, DatabasesGetOptionalParams, DatabasesGetResponse, DatabasesDeleteOptionalParams, DatabasesListKeysOptionalParams, DatabasesListKeysResponse, RegenerateKeyParameters, DatabasesRegenerateKeyOptionalParams, DatabasesRegenerateKeyResponse, ImportClusterParameters, DatabasesImportOptionalParams, ExportClusterParameters, DatabasesExportOptionalParams, ForceUnlinkParameters, DatabasesForceUnlinkOptionalParams, ForceLinkParameters, DatabasesForceLinkToReplicationGroupOptionalParams, DatabasesForceLinkToReplicationGroupResponse, FlushParameters, DatabasesFlushOptionalParams, DatabasesUpgradeDBRedisVersionOptionalParams, DatabasesUpgradeDBRedisVersionResponse } from "../models";
3
+ import { Database, DatabasesListByClusterOptionalParams, DatabasesCreateOptionalParams, DatabasesCreateResponse, DatabaseUpdate, DatabasesUpdateOptionalParams, DatabasesUpdateResponse, DatabasesGetOptionalParams, DatabasesGetResponse, DatabasesDeleteOptionalParams, DatabasesListKeysOptionalParams, DatabasesListKeysResponse, RegenerateKeyParameters, DatabasesRegenerateKeyOptionalParams, DatabasesRegenerateKeyResponse, ImportClusterParameters, DatabasesImportOptionalParams, ExportClusterParameters, DatabasesExportOptionalParams, ForceUnlinkParameters, DatabasesForceUnlinkOptionalParams, ForceLinkParameters, DatabasesForceLinkToReplicationGroupOptionalParams, DatabasesForceLinkToReplicationGroupResponse, DatabasesFlushOptionalParams, DatabasesUpgradeDBRedisVersionOptionalParams, DatabasesUpgradeDBRedisVersionResponse } from "../models/index.js";
4
4
  /** Interface representing a Databases. */
5
5
  export interface Databases {
6
6
  /**
7
7
  * Gets all databases in the specified Redis Enterprise cluster.
8
8
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
- * @param clusterName The name of the Redis Enterprise cluster.
9
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
10
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
11
+ * consecutive hyphens
10
12
  * @param options The options parameters.
11
13
  */
12
14
  listByCluster(resourceGroupName: string, clusterName: string, options?: DatabasesListByClusterOptionalParams): PagedAsyncIterableIterator<Database>;
13
15
  /**
14
16
  * Creates a database
15
17
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
- * @param clusterName The name of the Redis Enterprise cluster.
18
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
19
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
20
+ * consecutive hyphens
17
21
  * @param databaseName The name of the Redis Enterprise database.
18
22
  * @param parameters Parameters supplied to the create or update database operation.
19
23
  * @param options The options parameters.
@@ -22,7 +26,9 @@ export interface Databases {
22
26
  /**
23
27
  * Creates a database
24
28
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
- * @param clusterName The name of the Redis Enterprise cluster.
29
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
30
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
31
+ * consecutive hyphens
26
32
  * @param databaseName The name of the Redis Enterprise database.
27
33
  * @param parameters Parameters supplied to the create or update database operation.
28
34
  * @param options The options parameters.
@@ -31,7 +37,9 @@ export interface Databases {
31
37
  /**
32
38
  * Updates a database
33
39
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
34
- * @param clusterName The name of the Redis Enterprise cluster.
40
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
41
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
42
+ * consecutive hyphens
35
43
  * @param databaseName The name of the Redis Enterprise database.
36
44
  * @param parameters Parameters supplied to the create or update database operation.
37
45
  * @param options The options parameters.
@@ -40,7 +48,9 @@ export interface Databases {
40
48
  /**
41
49
  * Updates a database
42
50
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
43
- * @param clusterName The name of the Redis Enterprise cluster.
51
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
52
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
53
+ * consecutive hyphens
44
54
  * @param databaseName The name of the Redis Enterprise database.
45
55
  * @param parameters Parameters supplied to the create or update database operation.
46
56
  * @param options The options parameters.
@@ -49,7 +59,9 @@ export interface Databases {
49
59
  /**
50
60
  * Gets information about a database in a Redis Enterprise cluster.
51
61
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
52
- * @param clusterName The name of the Redis Enterprise cluster.
62
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
63
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
64
+ * consecutive hyphens
53
65
  * @param databaseName The name of the Redis Enterprise database.
54
66
  * @param options The options parameters.
55
67
  */
@@ -57,7 +69,9 @@ export interface Databases {
57
69
  /**
58
70
  * Deletes a single database
59
71
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
60
- * @param clusterName The name of the Redis Enterprise cluster.
72
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
73
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
74
+ * consecutive hyphens
61
75
  * @param databaseName The name of the Redis Enterprise database.
62
76
  * @param options The options parameters.
63
77
  */
@@ -65,7 +79,9 @@ export interface Databases {
65
79
  /**
66
80
  * Deletes a single database
67
81
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
- * @param clusterName The name of the Redis Enterprise cluster.
82
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
83
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
84
+ * consecutive hyphens
69
85
  * @param databaseName The name of the Redis Enterprise database.
70
86
  * @param options The options parameters.
71
87
  */
@@ -73,7 +89,9 @@ export interface Databases {
73
89
  /**
74
90
  * Retrieves the access keys for the Redis Enterprise database.
75
91
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
76
- * @param clusterName The name of the Redis Enterprise cluster.
92
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
93
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
94
+ * consecutive hyphens
77
95
  * @param databaseName The name of the Redis Enterprise database.
78
96
  * @param options The options parameters.
79
97
  */
@@ -81,7 +99,9 @@ export interface Databases {
81
99
  /**
82
100
  * Regenerates the Redis Enterprise database's access keys.
83
101
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
84
- * @param clusterName The name of the Redis Enterprise cluster.
102
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
103
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
104
+ * consecutive hyphens
85
105
  * @param databaseName The name of the Redis Enterprise database.
86
106
  * @param parameters Specifies which key to regenerate.
87
107
  * @param options The options parameters.
@@ -90,7 +110,9 @@ export interface Databases {
90
110
  /**
91
111
  * Regenerates the Redis Enterprise database's access keys.
92
112
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
93
- * @param clusterName The name of the Redis Enterprise cluster.
113
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
114
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
115
+ * consecutive hyphens
94
116
  * @param databaseName The name of the Redis Enterprise database.
95
117
  * @param parameters Specifies which key to regenerate.
96
118
  * @param options The options parameters.
@@ -99,7 +121,9 @@ export interface Databases {
99
121
  /**
100
122
  * Imports database files to target database.
101
123
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
102
- * @param clusterName The name of the Redis Enterprise cluster.
124
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
125
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
126
+ * consecutive hyphens
103
127
  * @param databaseName The name of the Redis Enterprise database.
104
128
  * @param parameters Storage information for importing into the cluster
105
129
  * @param options The options parameters.
@@ -108,7 +132,9 @@ export interface Databases {
108
132
  /**
109
133
  * Imports database files to target database.
110
134
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
111
- * @param clusterName The name of the Redis Enterprise cluster.
135
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
136
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
137
+ * consecutive hyphens
112
138
  * @param databaseName The name of the Redis Enterprise database.
113
139
  * @param parameters Storage information for importing into the cluster
114
140
  * @param options The options parameters.
@@ -117,7 +143,9 @@ export interface Databases {
117
143
  /**
118
144
  * Exports a database file from target database.
119
145
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
120
- * @param clusterName The name of the Redis Enterprise cluster.
146
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
147
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
148
+ * consecutive hyphens
121
149
  * @param databaseName The name of the Redis Enterprise database.
122
150
  * @param parameters Storage information for exporting into the cluster
123
151
  * @param options The options parameters.
@@ -126,7 +154,9 @@ export interface Databases {
126
154
  /**
127
155
  * Exports a database file from target database.
128
156
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
129
- * @param clusterName The name of the Redis Enterprise cluster.
157
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
158
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
159
+ * consecutive hyphens
130
160
  * @param databaseName The name of the Redis Enterprise database.
131
161
  * @param parameters Storage information for exporting into the cluster
132
162
  * @param options The options parameters.
@@ -135,7 +165,9 @@ export interface Databases {
135
165
  /**
136
166
  * Forcibly removes the link to the specified database resource.
137
167
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
138
- * @param clusterName The name of the Redis Enterprise cluster.
168
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
169
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
170
+ * consecutive hyphens
139
171
  * @param databaseName The name of the Redis Enterprise database.
140
172
  * @param parameters Information identifying the database to be unlinked.
141
173
  * @param options The options parameters.
@@ -144,7 +176,9 @@ export interface Databases {
144
176
  /**
145
177
  * Forcibly removes the link to the specified database resource.
146
178
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
147
- * @param clusterName The name of the Redis Enterprise cluster.
179
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
180
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
181
+ * consecutive hyphens
148
182
  * @param databaseName The name of the Redis Enterprise database.
149
183
  * @param parameters Information identifying the database to be unlinked.
150
184
  * @param options The options parameters.
@@ -155,7 +189,9 @@ export interface Databases {
155
189
  * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database
156
190
  * will temporarily be unavailable while rejoining the replication group.
157
191
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
158
- * @param clusterName The name of the Redis Enterprise cluster.
192
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
193
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
194
+ * consecutive hyphens
159
195
  * @param databaseName The name of the Redis Enterprise database.
160
196
  * @param parameters Information identifying the database to be unlinked.
161
197
  * @param options The options parameters.
@@ -166,7 +202,9 @@ export interface Databases {
166
202
  * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database
167
203
  * will temporarily be unavailable while rejoining the replication group.
168
204
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
169
- * @param clusterName The name of the Redis Enterprise cluster.
205
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
206
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
207
+ * consecutive hyphens
170
208
  * @param databaseName The name of the Redis Enterprise database.
171
209
  * @param parameters Information identifying the database to be unlinked.
172
210
  * @param options The options parameters.
@@ -175,25 +213,29 @@ export interface Databases {
175
213
  /**
176
214
  * Flushes all the keys in this database and also from its linked databases.
177
215
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
178
- * @param clusterName The name of the Redis Enterprise cluster.
216
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
217
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
218
+ * consecutive hyphens
179
219
  * @param databaseName The name of the Redis Enterprise database.
180
- * @param parameters Information identifying the databases to be flushed
181
220
  * @param options The options parameters.
182
221
  */
183
- beginFlush(resourceGroupName: string, clusterName: string, databaseName: string, parameters: FlushParameters, options?: DatabasesFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
222
+ beginFlush(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
184
223
  /**
185
224
  * Flushes all the keys in this database and also from its linked databases.
186
225
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
187
- * @param clusterName The name of the Redis Enterprise cluster.
226
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
227
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
228
+ * consecutive hyphens
188
229
  * @param databaseName The name of the Redis Enterprise database.
189
- * @param parameters Information identifying the databases to be flushed
190
230
  * @param options The options parameters.
191
231
  */
192
- beginFlushAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: FlushParameters, options?: DatabasesFlushOptionalParams): Promise<void>;
232
+ beginFlushAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesFlushOptionalParams): Promise<void>;
193
233
  /**
194
234
  * Upgrades the database Redis version to the latest available.
195
235
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
196
- * @param clusterName The name of the Redis Enterprise cluster.
236
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
237
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
238
+ * consecutive hyphens
197
239
  * @param databaseName The name of the Redis Enterprise database.
198
240
  * @param options The options parameters.
199
241
  */
@@ -201,7 +243,9 @@ export interface Databases {
201
243
  /**
202
244
  * Upgrades the database Redis version to the latest available.
203
245
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
204
- * @param clusterName The name of the Redis Enterprise cluster.
246
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
247
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
248
+ * consecutive hyphens
205
249
  * @param databaseName The name of the Redis Enterprise database.
206
250
  * @param options The options parameters.
207
251
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"databases.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/databases.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"databases.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databases.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Database,\n DatabasesListByClusterOptionalParams,\n DatabasesCreateOptionalParams,\n DatabasesCreateResponse,\n DatabaseUpdate,\n DatabasesUpdateOptionalParams,\n DatabasesUpdateResponse,\n DatabasesGetOptionalParams,\n DatabasesGetResponse,\n DatabasesDeleteOptionalParams,\n DatabasesListKeysOptionalParams,\n DatabasesListKeysResponse,\n RegenerateKeyParameters,\n DatabasesRegenerateKeyOptionalParams,\n DatabasesRegenerateKeyResponse,\n ImportClusterParameters,\n DatabasesImportOptionalParams,\n ExportClusterParameters,\n DatabasesExportOptionalParams,\n ForceUnlinkParameters,\n DatabasesForceUnlinkOptionalParams,\n ForceLinkParameters,\n DatabasesForceLinkToReplicationGroupOptionalParams,\n DatabasesForceLinkToReplicationGroupResponse,\n DatabasesFlushOptionalParams,\n DatabasesUpgradeDBRedisVersionOptionalParams,\n DatabasesUpgradeDBRedisVersionResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Databases. */\nexport interface Databases {\n /**\n * Gets all databases in the specified Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: DatabasesListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<Database>;\n /**\n * Creates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesCreateResponse>,\n DatabasesCreateResponse\n >\n >;\n /**\n * Creates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<DatabasesCreateResponse>;\n /**\n * Updates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: DatabaseUpdate,\n options?: DatabasesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesUpdateResponse>,\n DatabasesUpdateResponse\n >\n >;\n /**\n * Updates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: DatabaseUpdate,\n options?: DatabasesUpdateOptionalParams,\n ): Promise<DatabasesUpdateResponse>;\n /**\n * Gets information about a database in a Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesGetOptionalParams,\n ): Promise<DatabasesGetResponse>;\n /**\n * Deletes a single database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a single database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Retrieves the access keys for the Redis Enterprise database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesListKeysOptionalParams,\n ): Promise<DatabasesListKeysResponse>;\n /**\n * Regenerates the Redis Enterprise database's access keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Specifies which key to regenerate.\n * @param options The options parameters.\n */\n beginRegenerateKey(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: RegenerateKeyParameters,\n options?: DatabasesRegenerateKeyOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesRegenerateKeyResponse>,\n DatabasesRegenerateKeyResponse\n >\n >;\n /**\n * Regenerates the Redis Enterprise database's access keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Specifies which key to regenerate.\n * @param options The options parameters.\n */\n beginRegenerateKeyAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: RegenerateKeyParameters,\n options?: DatabasesRegenerateKeyOptionalParams,\n ): Promise<DatabasesRegenerateKeyResponse>;\n /**\n * Imports database files to target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for importing into the cluster\n * @param options The options parameters.\n */\n beginImport(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ImportClusterParameters,\n options?: DatabasesImportOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Imports database files to target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for importing into the cluster\n * @param options The options parameters.\n */\n beginImportAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ImportClusterParameters,\n options?: DatabasesImportOptionalParams,\n ): Promise<void>;\n /**\n * Exports a database file from target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for exporting into the cluster\n * @param options The options parameters.\n */\n beginExport(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ExportClusterParameters,\n options?: DatabasesExportOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Exports a database file from target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for exporting into the cluster\n * @param options The options parameters.\n */\n beginExportAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ExportClusterParameters,\n options?: DatabasesExportOptionalParams,\n ): Promise<void>;\n /**\n * Forcibly removes the link to the specified database resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceUnlink(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceUnlinkParameters,\n options?: DatabasesForceUnlinkOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Forcibly removes the link to the specified database resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceUnlinkAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceUnlinkParameters,\n options?: DatabasesForceUnlinkOptionalParams,\n ): Promise<void>;\n /**\n * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing\n * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database\n * will temporarily be unavailable while rejoining the replication group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceLinkToReplicationGroup(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceLinkParameters,\n options?: DatabasesForceLinkToReplicationGroupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesForceLinkToReplicationGroupResponse>,\n DatabasesForceLinkToReplicationGroupResponse\n >\n >;\n /**\n * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing\n * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database\n * will temporarily be unavailable while rejoining the replication group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceLinkToReplicationGroupAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceLinkParameters,\n options?: DatabasesForceLinkToReplicationGroupOptionalParams,\n ): Promise<DatabasesForceLinkToReplicationGroupResponse>;\n /**\n * Flushes all the keys in this database and also from its linked databases.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginFlush(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Flushes all the keys in this database and also from its linked databases.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginFlushAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesFlushOptionalParams,\n ): Promise<void>;\n /**\n * Upgrades the database Redis version to the latest available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginUpgradeDBRedisVersion(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesUpgradeDBRedisVersionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesUpgradeDBRedisVersionResponse>,\n DatabasesUpgradeDBRedisVersionResponse\n >\n >;\n /**\n * Upgrades the database Redis version to the latest available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginUpgradeDBRedisVersionAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesUpgradeDBRedisVersionOptionalParams,\n ): Promise<DatabasesUpgradeDBRedisVersionResponse>;\n}\n"]}
@@ -0,0 +1,8 @@
1
+ export * from "./operations.js";
2
+ export * from "./operationsStatus.js";
3
+ export * from "./redisEnterprise.js";
4
+ export * from "./databases.js";
5
+ export * from "./accessPolicyAssignmentOperations.js";
6
+ export * from "./privateEndpointConnections.js";
7
+ export * from "./privateLinkResources.js";
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./operations.js";
9
+ export * from "./operationsStatus.js";
10
+ export * from "./redisEnterprise.js";
11
+ export * from "./databases.js";
12
+ export * from "./accessPolicyAssignmentOperations.js";
13
+ export * from "./privateEndpointConnections.js";
14
+ export * from "./privateLinkResources.js";
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./operationsStatus.js\";\nexport * from \"./redisEnterprise.js\";\nexport * from \"./databases.js\";\nexport * from \"./accessPolicyAssignmentOperations.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\n"]}
@@ -1,5 +1,5 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Operation, OperationsListOptionalParams } from "../models";
2
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
3
3
  /** Interface representing a Operations. */
4
4
  export interface Operations {
5
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AAGpE,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available REST API operations of the Microsoft.Cache provider.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
@@ -1,4 +1,4 @@
1
- import { OperationsStatusGetOptionalParams, OperationsStatusGetResponse } from "../models";
1
+ import { OperationsStatusGetOptionalParams, OperationsStatusGetResponse } from "../models/index.js";
2
2
  /** Interface representing a OperationsStatus. */
3
3
  export interface OperationsStatus {
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"operationsStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationsStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,WAAW,CAAC;AAEnB,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
1
+ {"version":3,"file":"operationsStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationsStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationsStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationsStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationsStatusGetOptionalParams,\n OperationsStatusGetResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a OperationsStatus. */\nexport interface OperationsStatus {\n /**\n * Gets the status of operation.\n * @param location The name of Azure region.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n location: string,\n operationId: string,\n options?: OperationsStatusGetOptionalParams,\n ): Promise<OperationsStatusGetResponse>;\n}\n"]}
@@ -1,19 +1,23 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsPutOptionalParams, PrivateEndpointConnectionsPutResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models";
3
+ import { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsPutOptionalParams, PrivateEndpointConnectionsPutResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
4
4
  /** Interface representing a PrivateEndpointConnections. */
5
5
  export interface PrivateEndpointConnections {
6
6
  /**
7
7
  * Lists all the private endpoint connections associated with the Redis Enterprise cluster.
8
8
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
- * @param clusterName The name of the Redis Enterprise cluster.
9
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
10
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
11
+ * consecutive hyphens
10
12
  * @param options The options parameters.
11
13
  */
12
14
  list(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
13
15
  /**
14
16
  * Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
15
17
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
- * @param clusterName The name of the Redis Enterprise cluster.
18
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
19
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
20
+ * consecutive hyphens
17
21
  * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
18
22
  * Azure resource
19
23
  * @param options The options parameters.
@@ -23,7 +27,9 @@ export interface PrivateEndpointConnections {
23
27
  * Updates the state of the specified private endpoint connection associated with the Redis Enterprise
24
28
  * cluster.
25
29
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
- * @param clusterName The name of the Redis Enterprise cluster.
30
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
31
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
32
+ * consecutive hyphens
27
33
  * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
28
34
  * Azure resource
29
35
  * @param properties The private endpoint connection properties.
@@ -34,7 +40,9 @@ export interface PrivateEndpointConnections {
34
40
  * Updates the state of the specified private endpoint connection associated with the Redis Enterprise
35
41
  * cluster.
36
42
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
- * @param clusterName The name of the Redis Enterprise cluster.
43
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
44
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
45
+ * consecutive hyphens
38
46
  * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
39
47
  * Azure resource
40
48
  * @param properties The private endpoint connection properties.
@@ -44,7 +52,9 @@ export interface PrivateEndpointConnections {
44
52
  /**
45
53
  * Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
46
54
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
- * @param clusterName The name of the Redis Enterprise cluster.
55
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
56
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
57
+ * consecutive hyphens
48
58
  * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
49
59
  * Azure resource
50
60
  * @param options The options parameters.
@@ -53,7 +63,9 @@ export interface PrivateEndpointConnections {
53
63
  /**
54
64
  * Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
55
65
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
- * @param clusterName The name of the Redis Enterprise cluster.
66
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
67
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
68
+ * consecutive hyphens
57
69
  * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
58
70
  * Azure resource
59
71
  * @param options The options parameters.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,yBAAyB,EACzB,4CAA4C,EAC5C,2CAA2C,EAC3C,qCAAqC,EACrC,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;;;OAWG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;;;;;;OAWG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;OASG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;;OASG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpointConnection,\n PrivateEndpointConnectionsListOptionalParams,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnectionsPutOptionalParams,\n PrivateEndpointConnectionsPutResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateEndpointConnections. */\nexport interface PrivateEndpointConnections {\n /**\n * Lists all the private endpoint connections associated with the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnection>;\n /**\n * Gets the specified private endpoint connection associated with the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse>;\n /**\n * Updates the state of the specified private endpoint connection associated with the Redis Enterprise\n * cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param properties The private endpoint connection properties.\n * @param options The options parameters.\n */\n beginPut(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsPutOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsPutResponse>,\n PrivateEndpointConnectionsPutResponse\n >\n >;\n /**\n * Updates the state of the specified private endpoint connection associated with the Redis Enterprise\n * cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param properties The private endpoint connection properties.\n * @param options The options parameters.\n */\n beginPutAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsPutOptionalParams,\n ): Promise<PrivateEndpointConnectionsPutResponse>;\n /**\n * Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,11 +1,13 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { PrivateLinkResource, PrivateLinkResourcesListByClusterOptionalParams } from "../models";
2
+ import { PrivateLinkResource, PrivateLinkResourcesListByClusterOptionalParams } from "../models/index.js";
3
3
  /** Interface representing a PrivateLinkResources. */
4
4
  export interface PrivateLinkResources {
5
5
  /**
6
6
  * Gets the private link resources that need to be created for a Redis Enterprise cluster.
7
7
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
- * @param clusterName The name of the Redis Enterprise cluster.
8
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
9
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
10
+ * consecutive hyphens
9
11
  * @param options The options parameters.
10
12
  */
11
13
  listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,+CAA+C,EAChD,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;;;OAOG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;CACpD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n PrivateLinkResource,\n PrivateLinkResourcesListByClusterOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateLinkResources. */\nexport interface PrivateLinkResources {\n /**\n * Gets the private link resources that need to be created for a Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateLinkResourcesListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<PrivateLinkResource>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { Cluster, RedisEnterpriseListByResourceGroupOptionalParams, RedisEnterpriseListOptionalParams, RedisEnterpriseCreateOptionalParams, RedisEnterpriseCreateResponse, ClusterUpdate, RedisEnterpriseUpdateOptionalParams, RedisEnterpriseUpdateResponse, RedisEnterpriseDeleteOptionalParams, RedisEnterpriseGetOptionalParams, RedisEnterpriseGetResponse } from "../models";
3
+ import { Cluster, RedisEnterpriseListByResourceGroupOptionalParams, RedisEnterpriseListOptionalParams, RedisEnterpriseCreateOptionalParams, RedisEnterpriseCreateResponse, ClusterUpdate, RedisEnterpriseUpdateOptionalParams, RedisEnterpriseUpdateResponse, RedisEnterpriseDeleteOptionalParams, RedisEnterpriseGetOptionalParams, RedisEnterpriseGetResponse, RedisEnterpriseListSkusForScalingOptionalParams, RedisEnterpriseListSkusForScalingResponse } from "../models/index.js";
4
4
  /** Interface representing a RedisEnterprise. */
5
5
  export interface RedisEnterprise {
6
6
  /**
@@ -17,7 +17,9 @@ export interface RedisEnterprise {
17
17
  /**
18
18
  * Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
19
19
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
20
- * @param clusterName The name of the Redis Enterprise cluster.
20
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
21
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
22
+ * consecutive hyphens
21
23
  * @param parameters Parameters supplied to the Create Redis Enterprise operation.
22
24
  * @param options The options parameters.
23
25
  */
@@ -25,7 +27,9 @@ export interface RedisEnterprise {
25
27
  /**
26
28
  * Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
27
29
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
- * @param clusterName The name of the Redis Enterprise cluster.
30
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
31
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
32
+ * consecutive hyphens
29
33
  * @param parameters Parameters supplied to the Create Redis Enterprise operation.
30
34
  * @param options The options parameters.
31
35
  */
@@ -33,7 +37,9 @@ export interface RedisEnterprise {
33
37
  /**
34
38
  * Updates an existing Redis Enterprise cluster
35
39
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
36
- * @param clusterName The name of the Redis Enterprise cluster.
40
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
41
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
42
+ * consecutive hyphens
37
43
  * @param parameters Parameters supplied to the Update Redis Enterprise operation.
38
44
  * @param options The options parameters.
39
45
  */
@@ -41,7 +47,9 @@ export interface RedisEnterprise {
41
47
  /**
42
48
  * Updates an existing Redis Enterprise cluster
43
49
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
44
- * @param clusterName The name of the Redis Enterprise cluster.
50
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
51
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
52
+ * consecutive hyphens
45
53
  * @param parameters Parameters supplied to the Update Redis Enterprise operation.
46
54
  * @param options The options parameters.
47
55
  */
@@ -49,23 +57,38 @@ export interface RedisEnterprise {
49
57
  /**
50
58
  * Deletes a Redis Enterprise cache cluster.
51
59
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
52
- * @param clusterName The name of the Redis Enterprise cluster.
60
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
61
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
62
+ * consecutive hyphens
53
63
  * @param options The options parameters.
54
64
  */
55
65
  beginDelete(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
56
66
  /**
57
67
  * Deletes a Redis Enterprise cache cluster.
58
68
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
59
- * @param clusterName The name of the Redis Enterprise cluster.
69
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
70
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
71
+ * consecutive hyphens
60
72
  * @param options The options parameters.
61
73
  */
62
74
  beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<void>;
63
75
  /**
64
76
  * Gets information about a Redis Enterprise cluster
65
77
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
66
- * @param clusterName The name of the Redis Enterprise cluster.
78
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
79
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
80
+ * consecutive hyphens
67
81
  * @param options The options parameters.
68
82
  */
69
83
  get(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseGetOptionalParams): Promise<RedisEnterpriseGetResponse>;
84
+ /**
85
+ * Lists the available SKUs for scaling the Redis Enterprise cluster.
86
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
87
+ * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
88
+ * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
89
+ * consecutive hyphens
90
+ * @param options The options parameters.
91
+ */
92
+ listSkusForScaling(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseListSkusForScalingOptionalParams): Promise<RedisEnterpriseListSkusForScalingResponse>;
70
93
  }
71
94
  //# sourceMappingURL=redisEnterprise.d.ts.map