@alicloud/polardb20170801 7.1.0 → 7.3.0

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 (388) hide show
  1. package/dist/client.d.ts +416 -16
  2. package/dist/client.js +1519 -153
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAgenticDbbranchRequest.d.ts +79 -0
  5. package/dist/models/CreateAgenticDbbranchRequest.js +70 -0
  6. package/dist/models/CreateAgenticDbbranchRequest.js.map +1 -0
  7. package/dist/models/CreateAgenticDbbranchResponse.d.ts +19 -0
  8. package/dist/models/CreateAgenticDbbranchResponse.js +69 -0
  9. package/dist/models/CreateAgenticDbbranchResponse.js.map +1 -0
  10. package/dist/models/CreateAgenticDbbranchResponseBody.d.ts +93 -0
  11. package/dist/models/CreateAgenticDbbranchResponseBody.js +76 -0
  12. package/dist/models/CreateAgenticDbbranchResponseBody.js.map +1 -0
  13. package/dist/models/CreateAgenticDbprojectRequest.d.ts +69 -0
  14. package/dist/models/CreateAgenticDbprojectRequest.js +68 -0
  15. package/dist/models/CreateAgenticDbprojectRequest.js.map +1 -0
  16. package/dist/models/CreateAgenticDbprojectResponse.d.ts +19 -0
  17. package/dist/models/CreateAgenticDbprojectResponse.js +69 -0
  18. package/dist/models/CreateAgenticDbprojectResponse.js.map +1 -0
  19. package/dist/models/CreateAgenticDbprojectResponseBody.d.ts +77 -0
  20. package/dist/models/CreateAgenticDbprojectResponseBody.js +72 -0
  21. package/dist/models/CreateAgenticDbprojectResponseBody.js.map +1 -0
  22. package/dist/models/CreateAgenticDbtenantApiKeyRequest.d.ts +47 -0
  23. package/dist/models/CreateAgenticDbtenantApiKeyRequest.js +66 -0
  24. package/dist/models/CreateAgenticDbtenantApiKeyRequest.js.map +1 -0
  25. package/dist/models/CreateAgenticDbtenantApiKeyResponse.d.ts +19 -0
  26. package/dist/models/CreateAgenticDbtenantApiKeyResponse.js +69 -0
  27. package/dist/models/CreateAgenticDbtenantApiKeyResponse.js.map +1 -0
  28. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.d.ts +48 -0
  29. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.js +70 -0
  30. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  31. package/dist/models/CreateDbclusterRequest.d.ts +197 -307
  32. package/dist/models/CreateDbclusterRequest.js +6 -0
  33. package/dist/models/CreateDbclusterRequest.js.map +1 -1
  34. package/dist/models/CreateDbclusterResponseBody.d.ts +2 -0
  35. package/dist/models/CreateDbclusterResponseBody.js +4 -0
  36. package/dist/models/CreateDbclusterResponseBody.js.map +1 -1
  37. package/dist/models/CreateDbnodesRequest.d.ts +34 -54
  38. package/dist/models/CreateDbnodesRequest.js.map +1 -1
  39. package/dist/models/CreateDbnodesResponseBody.d.ts +1 -1
  40. package/dist/models/DeleteAgenticDbbranchRequest.d.ts +63 -0
  41. package/dist/models/DeleteAgenticDbbranchRequest.js +66 -0
  42. package/dist/models/DeleteAgenticDbbranchRequest.js.map +1 -0
  43. package/dist/models/DeleteAgenticDbbranchResponse.d.ts +19 -0
  44. package/dist/models/DeleteAgenticDbbranchResponse.js +69 -0
  45. package/dist/models/DeleteAgenticDbbranchResponse.js.map +1 -0
  46. package/dist/models/DeleteAgenticDbbranchResponseBody.d.ts +21 -0
  47. package/dist/models/DeleteAgenticDbbranchResponseBody.js +58 -0
  48. package/dist/models/DeleteAgenticDbbranchResponseBody.js.map +1 -0
  49. package/dist/models/DeleteAgenticDbcomputeClusterRequest.d.ts +37 -0
  50. package/dist/models/DeleteAgenticDbcomputeClusterRequest.js +62 -0
  51. package/dist/models/DeleteAgenticDbcomputeClusterRequest.js.map +1 -0
  52. package/dist/models/DeleteAgenticDbcomputeClusterResponse.d.ts +19 -0
  53. package/dist/models/DeleteAgenticDbcomputeClusterResponse.js +69 -0
  54. package/dist/models/DeleteAgenticDbcomputeClusterResponse.js.map +1 -0
  55. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.d.ts +18 -0
  56. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.js +58 -0
  57. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.js.map +1 -0
  58. package/dist/models/DeleteAgenticDbprojectRequest.d.ts +53 -0
  59. package/dist/models/DeleteAgenticDbprojectRequest.js +64 -0
  60. package/dist/models/DeleteAgenticDbprojectRequest.js.map +1 -0
  61. package/dist/models/DeleteAgenticDbprojectResponse.d.ts +19 -0
  62. package/dist/models/DeleteAgenticDbprojectResponse.js +69 -0
  63. package/dist/models/DeleteAgenticDbprojectResponse.js.map +1 -0
  64. package/dist/models/DeleteAgenticDbprojectResponseBody.d.ts +21 -0
  65. package/dist/models/DeleteAgenticDbprojectResponseBody.js +58 -0
  66. package/dist/models/DeleteAgenticDbprojectResponseBody.js.map +1 -0
  67. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.d.ts +53 -0
  68. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.js +64 -0
  69. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.js.map +1 -0
  70. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.d.ts +19 -0
  71. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.js +69 -0
  72. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.js.map +1 -0
  73. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.d.ts +21 -0
  74. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.js +58 -0
  75. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  76. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.d.ts +53 -0
  77. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.js +66 -0
  78. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.js.map +1 -0
  79. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.d.ts +19 -0
  80. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.js +69 -0
  81. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.js.map +1 -0
  82. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.d.ts +71 -0
  83. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.js +96 -0
  84. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.js.map +1 -0
  85. package/dist/models/DescribeAgenticDbbranchLineageRequest.d.ts +74 -0
  86. package/dist/models/DescribeAgenticDbbranchLineageRequest.js +70 -0
  87. package/dist/models/DescribeAgenticDbbranchLineageRequest.js.map +1 -0
  88. package/dist/models/DescribeAgenticDbbranchLineageResponse.d.ts +19 -0
  89. package/dist/models/DescribeAgenticDbbranchLineageResponse.js +69 -0
  90. package/dist/models/DescribeAgenticDbbranchLineageResponse.js.map +1 -0
  91. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.d.ts +205 -0
  92. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.js +122 -0
  93. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.js.map +1 -0
  94. package/dist/models/DescribeAgenticDbbranchRequest.d.ts +53 -0
  95. package/dist/models/DescribeAgenticDbbranchRequest.js +66 -0
  96. package/dist/models/DescribeAgenticDbbranchRequest.js.map +1 -0
  97. package/dist/models/DescribeAgenticDbbranchResponse.d.ts +19 -0
  98. package/dist/models/DescribeAgenticDbbranchResponse.js +69 -0
  99. package/dist/models/DescribeAgenticDbbranchResponse.js.map +1 -0
  100. package/dist/models/DescribeAgenticDbbranchResponseBody.d.ts +98 -0
  101. package/dist/models/DescribeAgenticDbbranchResponseBody.js +90 -0
  102. package/dist/models/DescribeAgenticDbbranchResponseBody.js.map +1 -0
  103. package/dist/models/DescribeAgenticDbbranchesRequest.d.ts +59 -0
  104. package/dist/models/DescribeAgenticDbbranchesRequest.js +72 -0
  105. package/dist/models/DescribeAgenticDbbranchesRequest.js.map +1 -0
  106. package/dist/models/DescribeAgenticDbbranchesResponse.d.ts +19 -0
  107. package/dist/models/DescribeAgenticDbbranchesResponse.js +69 -0
  108. package/dist/models/DescribeAgenticDbbranchesResponse.js.map +1 -0
  109. package/dist/models/DescribeAgenticDbbranchesResponseBody.d.ts +126 -0
  110. package/dist/models/DescribeAgenticDbbranchesResponseBody.js +118 -0
  111. package/dist/models/DescribeAgenticDbbranchesResponseBody.js.map +1 -0
  112. package/dist/models/DescribeAgenticDbclustersRequest.d.ts +130 -0
  113. package/dist/models/DescribeAgenticDbclustersRequest.js +102 -0
  114. package/dist/models/DescribeAgenticDbclustersRequest.js.map +1 -0
  115. package/dist/models/DescribeAgenticDbclustersResponse.d.ts +19 -0
  116. package/dist/models/DescribeAgenticDbclustersResponse.js +69 -0
  117. package/dist/models/DescribeAgenticDbclustersResponse.js.map +1 -0
  118. package/dist/models/DescribeAgenticDbclustersResponseBody.d.ts +313 -0
  119. package/dist/models/DescribeAgenticDbclustersResponseBody.js +160 -0
  120. package/dist/models/DescribeAgenticDbclustersResponseBody.js.map +1 -0
  121. package/dist/models/DescribeAgenticDbcomputeClustersRequest.d.ts +49 -0
  122. package/dist/models/DescribeAgenticDbcomputeClustersRequest.js +68 -0
  123. package/dist/models/DescribeAgenticDbcomputeClustersRequest.js.map +1 -0
  124. package/dist/models/DescribeAgenticDbcomputeClustersResponse.d.ts +19 -0
  125. package/dist/models/DescribeAgenticDbcomputeClustersResponse.js +69 -0
  126. package/dist/models/DescribeAgenticDbcomputeClustersResponse.js.map +1 -0
  127. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.d.ts +133 -0
  128. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.js +124 -0
  129. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.js.map +1 -0
  130. package/dist/models/DescribeAgenticDbprojectRequest.d.ts +45 -0
  131. package/dist/models/DescribeAgenticDbprojectRequest.js +64 -0
  132. package/dist/models/DescribeAgenticDbprojectRequest.js.map +1 -0
  133. package/dist/models/DescribeAgenticDbprojectResponse.d.ts +19 -0
  134. package/dist/models/DescribeAgenticDbprojectResponse.js +69 -0
  135. package/dist/models/DescribeAgenticDbprojectResponse.js.map +1 -0
  136. package/dist/models/DescribeAgenticDbprojectResponseBody.d.ts +58 -0
  137. package/dist/models/DescribeAgenticDbprojectResponseBody.js +74 -0
  138. package/dist/models/DescribeAgenticDbprojectResponseBody.js.map +1 -0
  139. package/dist/models/DescribeAgenticDbprojectsRequest.d.ts +54 -0
  140. package/dist/models/DescribeAgenticDbprojectsRequest.js +70 -0
  141. package/dist/models/DescribeAgenticDbprojectsRequest.js.map +1 -0
  142. package/dist/models/DescribeAgenticDbprojectsResponse.d.ts +19 -0
  143. package/dist/models/DescribeAgenticDbprojectsResponse.js +69 -0
  144. package/dist/models/DescribeAgenticDbprojectsResponse.js.map +1 -0
  145. package/dist/models/DescribeAgenticDbprojectsResponseBody.d.ts +91 -0
  146. package/dist/models/DescribeAgenticDbprojectsResponseBody.js +104 -0
  147. package/dist/models/DescribeAgenticDbprojectsResponseBody.js.map +1 -0
  148. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.d.ts +44 -0
  149. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.js +66 -0
  150. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.js.map +1 -0
  151. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.d.ts +19 -0
  152. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.js +69 -0
  153. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.js.map +1 -0
  154. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.d.ts +86 -0
  155. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.js +102 -0
  156. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.js.map +1 -0
  157. package/dist/models/DescribeApikeyAttributeRequest.d.ts +12 -0
  158. package/dist/models/DescribeApikeyAttributeRequest.js.map +1 -1
  159. package/dist/models/DescribeApikeyAttributeResponseBody.d.ts +81 -0
  160. package/dist/models/DescribeApikeyAttributeResponseBody.js.map +1 -1
  161. package/dist/models/DescribeDbclusterAttributeRequest.d.ts +2 -3
  162. package/dist/models/DescribeDbclusterAttributeRequest.js.map +1 -1
  163. package/dist/models/DescribeDbclusterAttributeResponseBody.d.ts +168 -255
  164. package/dist/models/DescribeDbclusterAttributeResponseBody.js +4 -0
  165. package/dist/models/DescribeDbclusterAttributeResponseBody.js.map +1 -1
  166. package/dist/models/DescribeDbclustersRequest.d.ts +23 -29
  167. package/dist/models/DescribeDbclustersRequest.js.map +1 -1
  168. package/dist/models/DescribeDbclustersResponseBody.d.ts +3 -5
  169. package/dist/models/DescribeDbclustersResponseBody.js +4 -0
  170. package/dist/models/DescribeDbclustersResponseBody.js.map +1 -1
  171. package/dist/models/DescribePolarClawAgentFileRequest.d.ts +43 -0
  172. package/dist/models/DescribePolarClawAgentFileRequest.js +62 -0
  173. package/dist/models/DescribePolarClawAgentFileRequest.js.map +1 -0
  174. package/dist/models/DescribePolarClawAgentFileResponse.d.ts +19 -0
  175. package/dist/models/DescribePolarClawAgentFileResponse.js +69 -0
  176. package/dist/models/DescribePolarClawAgentFileResponse.js.map +1 -0
  177. package/dist/models/DescribePolarClawAgentFileResponseBody.d.ts +126 -0
  178. package/dist/models/DescribePolarClawAgentFileResponseBody.js +102 -0
  179. package/dist/models/DescribePolarClawAgentFileResponseBody.js.map +1 -0
  180. package/dist/models/DescribePolarClawAgentToolsRequest.d.ts +41 -0
  181. package/dist/models/DescribePolarClawAgentToolsRequest.js +62 -0
  182. package/dist/models/DescribePolarClawAgentToolsRequest.js.map +1 -0
  183. package/dist/models/DescribePolarClawAgentToolsResponse.d.ts +19 -0
  184. package/dist/models/DescribePolarClawAgentToolsResponse.js +69 -0
  185. package/dist/models/DescribePolarClawAgentToolsResponse.js.map +1 -0
  186. package/dist/models/DescribePolarClawAgentToolsResponseBody.d.ts +221 -0
  187. package/dist/models/DescribePolarClawAgentToolsResponseBody.js +194 -0
  188. package/dist/models/DescribePolarClawAgentToolsResponseBody.js.map +1 -0
  189. package/dist/models/DescribePolarClawAgentsResponseBody.d.ts +42 -2
  190. package/dist/models/DescribePolarClawAgentsResponseBody.js.map +1 -1
  191. package/dist/models/DescribePolarClawSkillDetailRequest.d.ts +33 -0
  192. package/dist/models/DescribePolarClawSkillDetailRequest.js +60 -0
  193. package/dist/models/DescribePolarClawSkillDetailRequest.js.map +1 -0
  194. package/dist/models/DescribePolarClawSkillDetailResponse.d.ts +19 -0
  195. package/dist/models/DescribePolarClawSkillDetailResponse.js +69 -0
  196. package/dist/models/DescribePolarClawSkillDetailResponse.js.map +1 -0
  197. package/dist/models/DescribePolarClawSkillDetailResponseBody.d.ts +269 -0
  198. package/dist/models/DescribePolarClawSkillDetailResponseBody.js +193 -0
  199. package/dist/models/DescribePolarClawSkillDetailResponseBody.js.map +1 -0
  200. package/dist/models/InstallPolarClawSkillRequest.d.ts +63 -0
  201. package/dist/models/InstallPolarClawSkillRequest.js +68 -0
  202. package/dist/models/InstallPolarClawSkillRequest.js.map +1 -0
  203. package/dist/models/InstallPolarClawSkillResponse.d.ts +19 -0
  204. package/dist/models/InstallPolarClawSkillResponse.js +69 -0
  205. package/dist/models/InstallPolarClawSkillResponse.js.map +1 -0
  206. package/dist/models/InstallPolarClawSkillResponseBody.d.ts +77 -0
  207. package/dist/models/InstallPolarClawSkillResponseBody.js +72 -0
  208. package/dist/models/InstallPolarClawSkillResponseBody.js.map +1 -0
  209. package/dist/models/ModifyDbclusterRequest.d.ts +40 -39
  210. package/dist/models/ModifyDbclusterRequest.js +2 -0
  211. package/dist/models/ModifyDbclusterRequest.js.map +1 -1
  212. package/dist/models/ModifyDbclusterResponseBody.d.ts +3 -3
  213. package/dist/models/ModifyDbnodeClassRequest.d.ts +23 -32
  214. package/dist/models/ModifyDbnodeClassRequest.js.map +1 -1
  215. package/dist/models/ModifyDbnodeClassResponseBody.d.ts +1 -1
  216. package/dist/models/ResetAgenticDbtenantApiKeyRequest.d.ts +45 -0
  217. package/dist/models/ResetAgenticDbtenantApiKeyRequest.js +64 -0
  218. package/dist/models/ResetAgenticDbtenantApiKeyRequest.js.map +1 -0
  219. package/dist/models/ResetAgenticDbtenantApiKeyResponse.d.ts +19 -0
  220. package/dist/models/ResetAgenticDbtenantApiKeyResponse.js +69 -0
  221. package/dist/models/ResetAgenticDbtenantApiKeyResponse.js.map +1 -0
  222. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.d.ts +48 -0
  223. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.js +70 -0
  224. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  225. package/dist/models/SearchPolarClawSkillsRequest.d.ts +39 -0
  226. package/dist/models/SearchPolarClawSkillsRequest.js +62 -0
  227. package/dist/models/SearchPolarClawSkillsRequest.js.map +1 -0
  228. package/dist/models/SearchPolarClawSkillsResponse.d.ts +19 -0
  229. package/dist/models/SearchPolarClawSkillsResponse.js +69 -0
  230. package/dist/models/SearchPolarClawSkillsResponse.js.map +1 -0
  231. package/dist/models/SearchPolarClawSkillsResponseBody.d.ts +110 -0
  232. package/dist/models/SearchPolarClawSkillsResponseBody.js +98 -0
  233. package/dist/models/SearchPolarClawSkillsResponseBody.js.map +1 -0
  234. package/dist/models/UpdatePolarClawAgentRequest.d.ts +16 -10
  235. package/dist/models/UpdatePolarClawAgentRequest.js.map +1 -1
  236. package/dist/models/UpdatePolarClawAgentResponseBody.d.ts +12 -12
  237. package/dist/models/UpdatePolarClawAgentShrinkRequest.d.ts +14 -8
  238. package/dist/models/UpdatePolarClawAgentShrinkRequest.js.map +1 -1
  239. package/dist/models/UpdatePolarClawAgentSkillsRequest.d.ts +41 -0
  240. package/dist/models/UpdatePolarClawAgentSkillsRequest.js +65 -0
  241. package/dist/models/UpdatePolarClawAgentSkillsRequest.js.map +1 -0
  242. package/dist/models/UpdatePolarClawAgentSkillsResponse.d.ts +19 -0
  243. package/dist/models/UpdatePolarClawAgentSkillsResponse.js +69 -0
  244. package/dist/models/UpdatePolarClawAgentSkillsResponse.js.map +1 -0
  245. package/dist/models/UpdatePolarClawAgentSkillsResponseBody.d.ts +66 -0
  246. package/dist/models/UpdatePolarClawAgentSkillsResponseBody.js +73 -0
  247. package/dist/models/UpdatePolarClawAgentSkillsResponseBody.js.map +1 -0
  248. package/dist/models/UpdatePolarClawAgentSkillsShrinkRequest.d.ts +41 -0
  249. package/dist/models/UpdatePolarClawAgentSkillsShrinkRequest.js +62 -0
  250. package/dist/models/UpdatePolarClawAgentSkillsShrinkRequest.js.map +1 -0
  251. package/dist/models/UpdatePolarClawAgentToolsRequest.d.ts +65 -0
  252. package/dist/models/UpdatePolarClawAgentToolsRequest.js +77 -0
  253. package/dist/models/UpdatePolarClawAgentToolsRequest.js.map +1 -0
  254. package/dist/models/UpdatePolarClawAgentToolsResponse.d.ts +19 -0
  255. package/dist/models/UpdatePolarClawAgentToolsResponse.js +69 -0
  256. package/dist/models/UpdatePolarClawAgentToolsResponse.js.map +1 -0
  257. package/dist/models/UpdatePolarClawAgentToolsResponseBody.d.ts +101 -0
  258. package/dist/models/UpdatePolarClawAgentToolsResponseBody.js +107 -0
  259. package/dist/models/UpdatePolarClawAgentToolsResponseBody.js.map +1 -0
  260. package/dist/models/UpdatePolarClawAgentToolsShrinkRequest.d.ts +65 -0
  261. package/dist/models/UpdatePolarClawAgentToolsShrinkRequest.js +68 -0
  262. package/dist/models/UpdatePolarClawAgentToolsShrinkRequest.js.map +1 -0
  263. package/dist/models/UpdatePolarClawSkillRequest.d.ts +59 -0
  264. package/dist/models/UpdatePolarClawSkillRequest.js +69 -0
  265. package/dist/models/UpdatePolarClawSkillRequest.js.map +1 -0
  266. package/dist/models/UpdatePolarClawSkillResponse.d.ts +19 -0
  267. package/dist/models/UpdatePolarClawSkillResponse.js +69 -0
  268. package/dist/models/UpdatePolarClawSkillResponse.js.map +1 -0
  269. package/dist/models/UpdatePolarClawSkillResponseBody.d.ts +93 -0
  270. package/dist/models/UpdatePolarClawSkillResponseBody.js +97 -0
  271. package/dist/models/UpdatePolarClawSkillResponseBody.js.map +1 -0
  272. package/dist/models/UpdatePolarClawSkillShrinkRequest.d.ts +57 -0
  273. package/dist/models/UpdatePolarClawSkillShrinkRequest.js +66 -0
  274. package/dist/models/UpdatePolarClawSkillShrinkRequest.js.map +1 -0
  275. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.d.ts +29 -0
  276. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.js +60 -0
  277. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.js.map +1 -0
  278. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.d.ts +19 -0
  279. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.js +69 -0
  280. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.js.map +1 -0
  281. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.d.ts +54 -0
  282. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.js +74 -0
  283. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  284. package/dist/models/model.d.ts +102 -0
  285. package/dist/models/model.js +237 -31
  286. package/dist/models/model.js.map +1 -1
  287. package/package.json +1 -1
  288. package/src/client.ts +1747 -191
  289. package/src/models/CreateAgenticDbbranchRequest.ts +104 -0
  290. package/src/models/CreateAgenticDbbranchResponse.ts +40 -0
  291. package/src/models/CreateAgenticDbbranchResponseBody.ts +124 -0
  292. package/src/models/CreateAgenticDbprojectRequest.ts +92 -0
  293. package/src/models/CreateAgenticDbprojectResponse.ts +40 -0
  294. package/src/models/CreateAgenticDbprojectResponseBody.ts +104 -0
  295. package/src/models/CreateAgenticDbtenantApiKeyRequest.ts +68 -0
  296. package/src/models/CreateAgenticDbtenantApiKeyResponse.ts +40 -0
  297. package/src/models/CreateAgenticDbtenantApiKeyResponseBody.ts +73 -0
  298. package/src/models/CreateDbclusterRequest.ts +207 -311
  299. package/src/models/CreateDbclusterResponseBody.ts +6 -0
  300. package/src/models/CreateDbnodesRequest.ts +34 -54
  301. package/src/models/CreateDbnodesResponseBody.ts +1 -1
  302. package/src/models/DeleteAgenticDbbranchRequest.ts +84 -0
  303. package/src/models/DeleteAgenticDbbranchResponse.ts +40 -0
  304. package/src/models/DeleteAgenticDbbranchResponseBody.ts +34 -0
  305. package/src/models/DeleteAgenticDbcomputeClusterRequest.ts +54 -0
  306. package/src/models/DeleteAgenticDbcomputeClusterResponse.ts +40 -0
  307. package/src/models/DeleteAgenticDbcomputeClusterResponseBody.ts +31 -0
  308. package/src/models/DeleteAgenticDbprojectRequest.ts +72 -0
  309. package/src/models/DeleteAgenticDbprojectResponse.ts +40 -0
  310. package/src/models/DeleteAgenticDbprojectResponseBody.ts +34 -0
  311. package/src/models/DeleteAgenticDbtenantApiKeyRequest.ts +72 -0
  312. package/src/models/DeleteAgenticDbtenantApiKeyResponse.ts +40 -0
  313. package/src/models/DeleteAgenticDbtenantApiKeyResponseBody.ts +34 -0
  314. package/src/models/DescribeAgenticDbbranchEndpointsRequest.ts +74 -0
  315. package/src/models/DescribeAgenticDbbranchEndpointsResponse.ts +40 -0
  316. package/src/models/DescribeAgenticDbbranchEndpointsResponseBody.ts +113 -0
  317. package/src/models/DescribeAgenticDbbranchLineageRequest.ts +99 -0
  318. package/src/models/DescribeAgenticDbbranchLineageResponse.ts +40 -0
  319. package/src/models/DescribeAgenticDbbranchLineageResponseBody.ts +273 -0
  320. package/src/models/DescribeAgenticDbbranchRequest.ts +74 -0
  321. package/src/models/DescribeAgenticDbbranchResponse.ts +40 -0
  322. package/src/models/DescribeAgenticDbbranchResponseBody.ts +143 -0
  323. package/src/models/DescribeAgenticDbbranchesRequest.ts +86 -0
  324. package/src/models/DescribeAgenticDbbranchesResponse.ts +40 -0
  325. package/src/models/DescribeAgenticDbbranchesResponseBody.ts +190 -0
  326. package/src/models/DescribeAgenticDbclustersRequest.ts +178 -0
  327. package/src/models/DescribeAgenticDbclustersResponse.ts +40 -0
  328. package/src/models/DescribeAgenticDbclustersResponseBody.ts +410 -0
  329. package/src/models/DescribeAgenticDbcomputeClustersRequest.ts +72 -0
  330. package/src/models/DescribeAgenticDbcomputeClustersResponse.ts +40 -0
  331. package/src/models/DescribeAgenticDbcomputeClustersResponseBody.ts +203 -0
  332. package/src/models/DescribeAgenticDbprojectRequest.ts +64 -0
  333. package/src/models/DescribeAgenticDbprojectResponse.ts +40 -0
  334. package/src/models/DescribeAgenticDbprojectResponseBody.ts +87 -0
  335. package/src/models/DescribeAgenticDbprojectsRequest.ts +79 -0
  336. package/src/models/DescribeAgenticDbprojectsResponse.ts +40 -0
  337. package/src/models/DescribeAgenticDbprojectsResponseBody.ts +141 -0
  338. package/src/models/DescribeAgenticDbtenantApiKeysRequest.ts +65 -0
  339. package/src/models/DescribeAgenticDbtenantApiKeysResponse.ts +40 -0
  340. package/src/models/DescribeAgenticDbtenantApiKeysResponseBody.ts +134 -0
  341. package/src/models/DescribeApikeyAttributeRequest.ts +12 -0
  342. package/src/models/DescribeApikeyAttributeResponseBody.ts +81 -0
  343. package/src/models/DescribeDbclusterAttributeRequest.ts +2 -3
  344. package/src/models/DescribeDbclusterAttributeResponseBody.ts +175 -258
  345. package/src/models/DescribeDbclustersRequest.ts +25 -31
  346. package/src/models/DescribeDbclustersResponseBody.ts +7 -5
  347. package/src/models/DescribePolarClawAgentFileRequest.ts +60 -0
  348. package/src/models/DescribePolarClawAgentFileResponse.ts +40 -0
  349. package/src/models/DescribePolarClawAgentFileResponseBody.ts +174 -0
  350. package/src/models/DescribePolarClawAgentToolsRequest.ts +58 -0
  351. package/src/models/DescribePolarClawAgentToolsResponse.ts +40 -0
  352. package/src/models/DescribePolarClawAgentToolsResponseBody.ts +334 -0
  353. package/src/models/DescribePolarClawAgentsResponseBody.ts +42 -2
  354. package/src/models/DescribePolarClawSkillDetailRequest.ts +48 -0
  355. package/src/models/DescribePolarClawSkillDetailResponse.ts +40 -0
  356. package/src/models/DescribePolarClawSkillDetailResponseBody.ts +379 -0
  357. package/src/models/InstallPolarClawSkillRequest.ts +86 -0
  358. package/src/models/InstallPolarClawSkillResponse.ts +40 -0
  359. package/src/models/InstallPolarClawSkillResponseBody.ts +104 -0
  360. package/src/models/ModifyDbclusterRequest.ts +42 -39
  361. package/src/models/ModifyDbclusterResponseBody.ts +3 -3
  362. package/src/models/ModifyDbnodeClassRequest.ts +23 -32
  363. package/src/models/ModifyDbnodeClassResponseBody.ts +1 -1
  364. package/src/models/ResetAgenticDbtenantApiKeyRequest.ts +64 -0
  365. package/src/models/ResetAgenticDbtenantApiKeyResponse.ts +40 -0
  366. package/src/models/ResetAgenticDbtenantApiKeyResponseBody.ts +73 -0
  367. package/src/models/SearchPolarClawSkillsRequest.ts +56 -0
  368. package/src/models/SearchPolarClawSkillsResponse.ts +40 -0
  369. package/src/models/SearchPolarClawSkillsResponseBody.ts +154 -0
  370. package/src/models/UpdatePolarClawAgentRequest.ts +16 -10
  371. package/src/models/UpdatePolarClawAgentResponseBody.ts +12 -12
  372. package/src/models/UpdatePolarClawAgentShrinkRequest.ts +14 -8
  373. package/src/models/UpdatePolarClawAgentSkillsRequest.ts +61 -0
  374. package/src/models/UpdatePolarClawAgentSkillsResponse.ts +40 -0
  375. package/src/models/UpdatePolarClawAgentSkillsResponseBody.ts +94 -0
  376. package/src/models/UpdatePolarClawAgentSkillsShrinkRequest.ts +58 -0
  377. package/src/models/UpdatePolarClawAgentToolsRequest.ts +97 -0
  378. package/src/models/UpdatePolarClawAgentToolsResponse.ts +40 -0
  379. package/src/models/UpdatePolarClawAgentToolsResponseBody.ts +154 -0
  380. package/src/models/UpdatePolarClawAgentToolsShrinkRequest.ts +88 -0
  381. package/src/models/UpdatePolarClawSkillRequest.ts +81 -0
  382. package/src/models/UpdatePolarClawSkillResponse.ts +40 -0
  383. package/src/models/UpdatePolarClawSkillResponseBody.ts +134 -0
  384. package/src/models/UpdatePolarClawSkillShrinkRequest.ts +78 -0
  385. package/src/models/VerifyAgenticDbtenantApiKeyRequest.ts +44 -0
  386. package/src/models/VerifyAgenticDbtenantApiKeyResponse.ts +40 -0
  387. package/src/models/VerifyAgenticDbtenantApiKeyResponseBody.ts +83 -0
  388. package/src/models/model.ts +102 -0
@@ -75,7 +75,7 @@ export class DescribeDBClusterAttributeResponseBodyBranch extends $dara.Model {
75
75
  export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
76
76
  /**
77
77
  * @remarks
78
- * The number of CPU cores that are added for the elastic scaling feature within seconds.
78
+ * The number of CPU cores added by second-level rapid scaling.
79
79
  *
80
80
  * @example
81
81
  * 6
@@ -131,11 +131,10 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
131
131
  DBNodeId?: string;
132
132
  /**
133
133
  * @remarks
134
- * The role of the node. Valid values:
134
+ * The role of the node. Valid values:
135
135
  *
136
- * - **Writer**: the primary node.
137
- *
138
- * - **Reader**: a read-only node.
136
+ * - **Writer**: read/write node.
137
+ * - **Reader**: read-only node.
139
138
  *
140
139
  * @example
141
140
  * Reader
@@ -143,33 +142,20 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
143
142
  DBNodeRole?: string;
144
143
  /**
145
144
  * @remarks
146
- * The status of the node. Valid values:
147
- *
148
- * - **Creating**
149
- *
150
- * - **Running**
151
- *
152
- * - **Deleting**
153
- *
154
- * - **Rebooting**
155
- *
156
- * - **DBNodeCreating**: A node is being added.
157
- *
158
- * - **DBNodeDeleting**: A node is being deleted.
159
- *
160
- * - **ClassChanging**: The node specifications are being changed.
161
- *
162
- * - **NetAddressCreating**: A network connection is being created.
163
- *
164
- * - **NetAddressDeleting**: A network connection is being deleted.
165
- *
166
- * - **NetAddressModifying**: A network connection is being modified.
167
- *
168
- * - **MinorVersionUpgrading**: The minor version is being upgraded.
169
- *
170
- * - **Maintaining**: The instance is being maintained.
171
- *
172
- * - **Switching**: A switchover is in progress.
145
+ * The node status. Valid values:
146
+ * * **Creating**: being created.
147
+ * * **Running**: running.
148
+ * * **Deleting**: being deleted.
149
+ * * **Rebooting**: being restarted.
150
+ * * **DBNodeCreating**: adding a node.
151
+ * * **DBNodeDeleting**: deleting a node.
152
+ * * **ClassChanging**: changing node specifications.
153
+ * * **NetAddressCreating**: creating network connectivity.
154
+ * * **NetAddressDeleting**: deleting network connectivity.
155
+ * * **NetAddressModifying**: modifying network connectivity.
156
+ * * **MinorVersionUpgrading**: performing a minor engine version upgrade.
157
+ * * **Maintaining**: instance under maintenance.
158
+ * * **Switching**: being switched.
173
159
  *
174
160
  * @example
175
161
  * Running
@@ -177,7 +163,8 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
177
163
  DBNodeStatus?: string;
178
164
  /**
179
165
  * @remarks
180
- * The failover priority. Each node has a failover priority. A larger value indicates a higher priority for the node to be promoted to the primary node during a failover. Valid values: 1 to 15.
166
+ * The failover priority. Each node has a failover priority that determines the probability of the node being elected as the primary node during a failover. A higher value indicates a higher priority.
167
+ * Valid values: 1 to 15.
181
168
  *
182
169
  * @example
183
170
  * 1
@@ -185,11 +172,11 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
185
172
  failoverPriority?: number;
186
173
  /**
187
174
  * @remarks
188
- * Indicates whether the hot replica feature is enabled. Valid values:
175
+ * Indicates whether hot standby is enabled. Valid values:
189
176
  *
190
- * - **ON**: enabled
177
+ * - **ON**: enabled.
191
178
  *
192
- * - **OFF**: disabled
179
+ * - **OFF**: disabled.
193
180
  *
194
181
  * @example
195
182
  * ON
@@ -197,11 +184,11 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
197
184
  hotReplicaMode?: string;
198
185
  /**
199
186
  * @remarks
200
- * Indicates whether the In-Memory Column Index (IMCI) feature is enabled. Valid values:
187
+ * Indicates whether In-Memory Column Index (IMCI) is enabled. Valid values:
201
188
  *
202
- * - **ON**: enabled
189
+ * - **ON**: enabled.
203
190
  *
204
- * - **OFF**: disabled
191
+ * - **OFF**: disabled.
205
192
  *
206
193
  * @example
207
194
  * ON
@@ -209,7 +196,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
209
196
  imciSwitch?: string;
210
197
  /**
211
198
  * @remarks
212
- * The ID of the primary node in a Multi-master Cluster Edition cluster.
199
+ * The primary node ID of the Multi-master Cluster Edition.
213
200
  *
214
201
  * @example
215
202
  * pi-bp18z52akld3*****
@@ -225,7 +212,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
225
212
  maxConnections?: number;
226
213
  /**
227
214
  * @remarks
228
- * The maximum input/output operations per second (IOPS).
215
+ * The maximum number of I/O requests per second (IOPS).
229
216
  *
230
217
  * @example
231
218
  * 32000
@@ -241,7 +228,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
241
228
  memorySize?: string;
242
229
  /**
243
230
  * @remarks
244
- * The name of the hot replica compute node that corresponds to the node in an architecture where both hot standby storage and hot standby compute are enabled.
231
+ * The name of the hot replica compute node that corresponds to the node in the Hot Standby Cluster and compute architecture.
245
232
  *
246
233
  * @example
247
234
  * pi-bp18z52mirror*****
@@ -249,7 +236,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
249
236
  mirrorInsName?: string;
250
237
  /**
251
238
  * @remarks
252
- * The local secondary node in a multi-master cluster.
239
+ * The multi-master local standby node.
253
240
  *
254
241
  * @example
255
242
  * pi-****************
@@ -257,7 +244,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
257
244
  multiMasterLocalStandby?: string;
258
245
  /**
259
246
  * @remarks
260
- * The primary node in a multi-master cluster.
247
+ * The multi-master primary node.
261
248
  *
262
249
  * @example
263
250
  * pi-****************
@@ -267,9 +254,9 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
267
254
  * @remarks
268
255
  * The Orca feature. Valid values:
269
256
  *
270
- * - on: enabled
257
+ * - on: enabled.
271
258
  *
272
- * - off: disabled
259
+ * - off: disabled.
273
260
  *
274
261
  * @example
275
262
  * off
@@ -277,7 +264,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
277
264
  orca?: string;
278
265
  /**
279
266
  * @remarks
280
- * The size of the remote memory. Unit: MB.
267
+ * The remote memory size. Unit: MB.
281
268
  *
282
269
  * @example
283
270
  * 3072
@@ -285,11 +272,11 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
285
272
  remoteMemorySize?: string;
286
273
  /**
287
274
  * @remarks
288
- * Indicates whether global consistency (high-performance mode) is enabled for the node. Valid values:
275
+ * Indicates whether the global consistency (high-performance mode) feature is enabled for the node. Valid values:
289
276
  *
290
- * - **ON**: enabled
277
+ * - **ON**: The feature is enabled.
291
278
  *
292
- * - **OFF**: disabled
279
+ * - **OFF**: The feature is disabled.
293
280
  *
294
281
  * This parameter is required.
295
282
  *
@@ -299,7 +286,8 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
299
286
  sccMode?: string;
300
287
  /**
301
288
  * @remarks
302
- * The routing weight. Valid values: 1 to 100. Default value: 1.
289
+ * The routing weight.
290
+ * Valid values: 1 to 100. Default value: 1.
303
291
  *
304
292
  * @example
305
293
  * 1
@@ -307,13 +295,12 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
307
295
  serverWeight?: string;
308
296
  /**
309
297
  * @remarks
310
- * The Serverless type of the node. Valid values:
311
- *
312
- * - AgileServerless: agile, which indicates a Serverless node.
298
+ * The serverless type of the node. Valid values:
313
299
  *
314
- * - SteadyServerless: steady, which indicates that Serverless capabilities are added to a node with defined specifications.
300
+ * - AgileServerless: agile serverless node.
301
+ * - SteadyServerless: steady serverless node, which is a node with defined specifications that has the serverless capability enabled.
315
302
  *
316
- * > * This parameter is supported only for Serverless clusters or clusters with defined specifications for which the Serverless feature is enabled. For more information, see [Serverless](https://help.aliyun.com/document_detail/452274.html).
303
+ * > This parameter is supported only for serverless clusters or clusters with defined specifications that have the serverless feature enabled. For more information, see [Serverless](https://help.aliyun.com/document_detail/452274.html).
317
304
  *
318
305
  * @example
319
306
  * SteadyServerless
@@ -321,11 +308,10 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
321
308
  serverlessType?: string;
322
309
  /**
323
310
  * @remarks
324
- * Indicates whether the node is in the primary zone or a secondary zone. This parameter is mainly used for peer resources. Valid values:
325
- *
326
- * - Primary: the primary zone
327
- *
328
- * - Standby: a secondary zone
311
+ * Indicates whether the node is in the primary zone or the secondary zone. This parameter is mainly used for resource-equivalent deployments.
312
+ * Valid values:
313
+ * - Primary: primary zone.
314
+ * - Standby: secondary zone.
329
315
  *
330
316
  * @example
331
317
  * Primary
@@ -333,7 +319,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
333
319
  subCluster?: string;
334
320
  /**
335
321
  * @remarks
336
- * The description of the cluster subgroup.
322
+ * The cluster subgroup description.
337
323
  *
338
324
  * @example
339
325
  * test Description
@@ -463,7 +449,7 @@ export class DescribeDBClusterAttributeResponseBodyTags extends $dara.Model {
463
449
  export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
464
450
  /**
465
451
  * @remarks
466
- * The start time of the free trial for the AI feature.
452
+ * The start time of the free AI trial.
467
453
  *
468
454
  * @example
469
455
  * 2024-03-13T01:20:28Z
@@ -472,10 +458,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
472
458
  /**
473
459
  * @remarks
474
460
  * The AI node type. Valid values:
475
- *
476
- * - **SearchNode**: a search node.
477
- *
478
- * - **DLNode**: an AI node.
461
+ *
462
+ * - **SearchNode**: search node.
463
+ * - **DLNode**: AI node.
479
464
  *
480
465
  * @example
481
466
  * DLNode
@@ -484,9 +469,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
484
469
  /**
485
470
  * @remarks
486
471
  * The CPU architecture. Valid values:
487
- *
488
472
  * - **X86**
489
- *
490
473
  * - **ARM**
491
474
  *
492
475
  * @example
@@ -495,11 +478,10 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
495
478
  architecture?: string;
496
479
  /**
497
480
  * @remarks
498
- * The method for minor version upgrades.
481
+ * The minor version update method. Valid values:
499
482
  *
500
- * - Auto: automatic upgrade
501
- *
502
- * - Manual: manual upgrade
483
+ * - Auto: automatic update.
484
+ * - Manual: manual update.
503
485
  *
504
486
  * @example
505
487
  * Manual
@@ -507,7 +489,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
507
489
  autoUpgradeMinorVersion?: string;
508
490
  /**
509
491
  * @remarks
510
- * The maximum number of blktags for the file system.
492
+ * The maximum number of blktags in the file system.
511
493
  *
512
494
  * @example
513
495
  * 7,864,320
@@ -515,7 +497,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
515
497
  blktagTotal?: number;
516
498
  /**
517
499
  * @remarks
518
- * The number of used blktags.
500
+ * The current blktag usage.
519
501
  *
520
502
  * @example
521
503
  * 5,242,880
@@ -524,11 +506,10 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
524
506
  branch?: DescribeDBClusterAttributeResponseBodyBranch;
525
507
  /**
526
508
  * @remarks
527
- * Indicates whether the performance burst feature is enabled for the ESSD AutoPL disk. Valid values:
528
- *
529
- * - **true**: enabled
509
+ * Indicates whether I/O performance burst is enabled for the ESSD AutoPL cloud disk. Valid values:
530
510
  *
531
- * - **false**: disabled
511
+ * - **true**: enabled.
512
+ * - **false**: disabled.
532
513
  *
533
514
  * @example
534
515
  * false
@@ -536,23 +517,16 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
536
517
  burstingEnabled?: string;
537
518
  /**
538
519
  * @remarks
539
- * The [product edition](https://help.aliyun.com/document_detail/183258.html). Valid values:
520
+ * The [edition](https://help.aliyun.com/document_detail/183258.html) of the cluster. Valid values:
521
+ * * **Normal**: Cluster Edition
522
+ * * **Basic**: Single Node Edition
523
+ * * **Archive**: PolarDB X-Engine Edition
524
+ * * **NormalMultimaster**: Multi-master Cluster Edition
525
+ * * **SENormal**: PolarDB for MySQL Standard Edition
540
526
  *
541
- * - **Normal**: Cluster Edition
542
- *
543
- * - **Basic**: Single Node Edition
544
- *
545
- * - **Archive**: X-Engine
546
- *
547
- * - **NormalMultimaster**: Multi-master Cluster Edition
548
- *
549
- * - **SENormal**: Standard Edition
550
- *
551
- * > * The single node edition is not supported for PolarDB for PostgreSQL that runs PostgreSQL 11.
552
- * >
553
- * > * The Standard Edition is supported on PolarDB for MySQL that runs MySQL 8.0 or 5.7 and on PolarDB for PostgreSQL that runs PostgreSQL 14.
554
- * >
555
- * > * PolarDB for MySQL that runs MySQL 8.0 supports X-Engine and the Multi-master Cluster Edition.
527
+ * > * PolarDB for PostgreSQL (PostgreSQL 11) does not support Single Node Edition.
528
+ * >* PolarDB for MySQL 8.0, PolarDB for MySQL 5.7, and PolarDB for PostgreSQL (PostgreSQL 14) support PolarDB for MySQL Standard Edition.
529
+ * >* PolarDB for MySQL 8.0 supports PolarDB X-Engine Edition and Multi-master Cluster Edition.
556
530
  *
557
531
  * @example
558
532
  * Normal
@@ -560,7 +534,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
560
534
  category?: string;
561
535
  /**
562
536
  * @remarks
563
- * Indicates whether column-oriented tables are enabled.
537
+ * Indicates whether column store tables are enabled.
564
538
  *
565
539
  * @example
566
540
  * OFF
@@ -569,9 +543,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
569
543
  /**
570
544
  * @remarks
571
545
  * Indicates whether storage compression is enabled. Valid values:
572
- *
573
546
  * - ON: enabled
574
- *
575
547
  * - OFF: disabled
576
548
  *
577
549
  * @example
@@ -580,14 +552,15 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
580
552
  compressStorageMode?: string;
581
553
  /**
582
554
  * @remarks
583
- * The size of the compressed storage data.
584
- *
585
- * > This parameter is returned only when the storage compression feature is enabled for the cluster.
555
+ * The compressed storage data size.
556
+ * >This parameter is returned only when the storage compression feature is enabled for the cluster.
586
557
  *
587
558
  * @example
588
559
  * 15529410560
589
560
  */
590
561
  compressStorageUsed?: number;
562
+ connectionResourceQuota?: number;
563
+ connectionResourceUsed?: number;
591
564
  /**
592
565
  * @remarks
593
566
  * The time when the cluster was created.
@@ -622,7 +595,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
622
595
  DBClusterNetworkType?: string;
623
596
  /**
624
597
  * @remarks
625
- * The cluster status. For more information about the valid values, see [Cluster states](https://help.aliyun.com/document_detail/99286.html).
598
+ * The cluster status. For more information, see [Cluster status table](https://help.aliyun.com/document_detail/99286.html).
626
599
  *
627
600
  * @example
628
601
  * Running
@@ -630,7 +603,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
630
603
  DBClusterStatus?: string;
631
604
  /**
632
605
  * @remarks
633
- * The details of the nodes.
606
+ * The details of nodes.
634
607
  */
635
608
  DBNodes?: DescribeDBClusterAttributeResponseBodyDBNodes[];
636
609
  /**
@@ -651,19 +624,14 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
651
624
  DBVersion?: string;
652
625
  /**
653
626
  * @remarks
654
- * The status of the minor engine version. Valid values:
655
- *
656
- * - **Stable**: The current version is stable.
657
- *
658
- * - **Old**: The current version is old. Upgrade the cluster to the latest version.
659
- *
660
- * - **HighRisk**: The current version has critical defects. Immediately upgrade the cluster to the latest version.
627
+ * The status of the current minor engine version. Valid values:
628
+ * * **Stable**: The current version is stable.
629
+ * * **Old**: The current version is outdated. Upgrade to the latest version.
630
+ * * **HighRisk**: The current version has critical defects. Upgrade to the latest version immediately.
631
+ * * **Beta**: The current version is a beta version.
661
632
  *
662
- * - **Beta**: The current version is a beta version.
663
- *
664
- * > * For more information about how to upgrade the minor engine version, see [Upgrade versions](https://help.aliyun.com/document_detail/158572.html).
665
- * >
666
- * > * This parameter is returned only when the **DBType** parameter is set to **MySQL**.
633
+ * > * For information about how to upgrade the minor engine version, see [Version upgrade](https://help.aliyun.com/document_detail/158572.html).
634
+ * > * This parameter is returned only when the database engine type (**DBType**) is **MySQL**.
667
635
  *
668
636
  * @example
669
637
  * Stable
@@ -671,7 +639,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
671
639
  DBVersionStatus?: string;
672
640
  /**
673
641
  * @remarks
674
- * The total size of level-1 backups (snapshots). Unit: bytes.
642
+ * The total size of level-1 backups (snapshots), in bytes.
675
643
  *
676
644
  * @example
677
645
  * 74448896
@@ -679,10 +647,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
679
647
  dataLevel1BackupChainSize?: number;
680
648
  /**
681
649
  * @remarks
682
- * The data replication mode. Valid values:
683
- *
650
+ * The data replication relationship mode. Valid values:
684
651
  * - **AsyncSync**: asynchronous
685
- *
686
652
  * - **SemiSync**: semi-synchronous
687
653
  *
688
654
  * @example
@@ -691,11 +657,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
691
657
  dataSyncMode?: string;
692
658
  /**
693
659
  * @remarks
694
- * The lock state of the cluster for deletion. Valid values:
695
- *
696
- * - **0**: The cluster is not locked and can be deleted.
697
- *
698
- * - **1**: The cluster is locked and cannot be deleted.
660
+ * The lock status for cluster deletion. Valid values:
661
+ * * **0**: Unlocked. The cluster can be deleted.
662
+ * * **1**: Locked. The cluster cannot be deleted.
699
663
  *
700
664
  * @example
701
665
  * 0
@@ -713,7 +677,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
713
677
  * @remarks
714
678
  * The expiration time of the cluster.
715
679
  *
716
- * > This parameter is returned only for subscription clusters. An empty value is returned for pay-as-you-go clusters.
680
+ * > A specific value is returned only for clusters whose billing method is **Prepaid** (subscription). An empty value is returned for **Postpaid** (pay-as-you-go) clusters.
717
681
  *
718
682
  * @example
719
683
  * 2020-11-14T16:00:00Z
@@ -722,8 +686,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
722
686
  /**
723
687
  * @remarks
724
688
  * Indicates whether the cluster has expired.
725
- *
726
- * > This parameter is returned only for subscription clusters.
689
+ * > This parameter is returned only for clusters whose billing method is **Prepaid** (subscription).
727
690
  *
728
691
  * @example
729
692
  * false
@@ -731,11 +694,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
731
694
  expired?: string;
732
695
  /**
733
696
  * @remarks
734
- * Indicates whether resources for the new primary database are provisioned after a cross-zone failover. Valid values:
735
- *
736
- * - **true**
737
- *
738
- * - **false**
697
+ * Indicates whether resources are replenished for the new primary database after a cross-zone failover. Valid values:
698
+ * - **true**: Resources are replenished.
699
+ * - **false**: Resources are not replenished.
739
700
  *
740
701
  * @example
741
702
  * false
@@ -743,11 +704,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
743
704
  hasCompleteStandbyRes?: boolean;
744
705
  /**
745
706
  * @remarks
746
- * Indicates whether the hot standby storage cluster (and standby compute nodes) is enabled. Valid values:
747
- *
748
- * - **StandbyClusterON**: The hot standby storage cluster or both the hot standby storage cluster and standby compute nodes are enabled.
749
- *
750
- * - **StandbyClusterOFF**: The hot standby storage cluster or both the hot standby storage cluster and standby compute nodes are disabled.
707
+ * Indicates whether the Hot Standby Cluster (and standby compute nodes) is enabled. Valid values:
708
+ * - **StandbyClusterON**: The Hot Standby Cluster and standby compute nodes are enabled.
709
+ * - **StandbyClusterOFF**: The Hot Standby Cluster and standby compute nodes are disabled.
751
710
  *
752
711
  * @example
753
712
  * StandbyClusterON
@@ -756,9 +715,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
756
715
  /**
757
716
  * @remarks
758
717
  * The automatic IMCI-based query acceleration feature. Valid values:
759
- *
760
718
  * - `ON`: enabled.
761
- *
762
719
  * - `OFF`: disabled.
763
720
  *
764
721
  * @example
@@ -767,10 +724,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
767
724
  imciAutoIndex?: string;
768
725
  /**
769
726
  * @remarks
770
- * The imperceptible switchover feature. Valid values:
771
- *
727
+ * The failover with hot replica feature. Valid values:
772
728
  * - `true`: enabled.
773
- *
774
729
  * - `false`: disabled.
775
730
  *
776
731
  * @example
@@ -779,7 +734,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
779
734
  imperceptibleSwitch?: string;
780
735
  /**
781
736
  * @remarks
782
- * The maximum number of inodes for the file system.
737
+ * The maximum number of inodes in the file system.
783
738
  *
784
739
  * @example
785
740
  * 6,291,456
@@ -787,7 +742,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
787
742
  inodeTotal?: number;
788
743
  /**
789
744
  * @remarks
790
- * The number of used inodes.
745
+ * The current inode usage.
791
746
  *
792
747
  * @example
793
748
  * 4,194,304
@@ -795,11 +750,11 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
795
750
  inodeUsed?: number;
796
751
  /**
797
752
  * @remarks
798
- * Indicates whether the kernel is the latest version. Valid values:
753
+ * Indicates whether the cluster runs the latest Milvus version. Valid values:
799
754
  *
800
- * - **true**
755
+ * - **true**: The cluster runs the latest Milvus version.
801
756
  *
802
- * - **false**
757
+ * - **false**: The cluster does not run the latest Milvus version.
803
758
  *
804
759
  * @example
805
760
  * false
@@ -809,9 +764,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
809
764
  * @remarks
810
765
  * Indicates whether the database proxy is the latest version. Valid values:
811
766
  *
812
- * - **true**
813
- *
814
- * - **false**
767
+ * - **true**: The database proxy is the latest version.
768
+ * - **false**: The database proxy is not the latest version.
815
769
  *
816
770
  * @example
817
771
  * false
@@ -819,13 +773,11 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
819
773
  isProxyLatestVersion?: boolean;
820
774
  /**
821
775
  * @remarks
822
- * The lock mode. Valid values:
823
- *
824
- * - **Unlock**: The cluster is not locked.
825
- *
826
- * - **ManualLock**: The cluster is manually locked.
776
+ * The lock mode. Valid values:
827
777
  *
828
- * - **LockByExpiration**: The cluster is automatically locked after it expires.
778
+ * - **Unlock**: not locked.
779
+ * - **ManualLock**: manually locked.
780
+ * - **LockByExpiration**: automatically locked due to cluster expiration.
829
781
  *
830
782
  * @example
831
783
  * Unlock
@@ -833,7 +785,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
833
785
  lockMode?: string;
834
786
  /**
835
787
  * @remarks
836
- * The maintenance window of the cluster. The time is in the `HH:mmZ-HH:mmZ` format and is in UTC. For example, `16:00Z-17:00Z` indicates that routine maintenance can be performed from 00:00 to 01:00 (UTC+8).
788
+ * The maintenance window of the cluster, in the `HH:mmZ-HH:mmZ` format (UTC). For example, `16:00Z-17:00Z` indicates that routine maintenance can be performed from 00:00 to 01:00 (UTC+08:00).
837
789
  *
838
790
  * @example
839
791
  * 18:00Z-19:00Z
@@ -843,9 +795,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
843
795
  * @remarks
844
796
  * The Orca feature. Valid values:
845
797
  *
846
- * - on: enabled
798
+ * - on: enabled.
847
799
  *
848
- * - off: disabled
800
+ * - off: disabled.
849
801
  *
850
802
  * @example
851
803
  * ON
@@ -856,7 +808,6 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
856
808
  * The billing method. Valid values:
857
809
  *
858
810
  * - **Postpaid**: pay-as-you-go.
859
- *
860
811
  * - **Prepaid**: subscription.
861
812
  *
862
813
  * @example
@@ -865,21 +816,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
865
816
  payType?: string;
866
817
  /**
867
818
  * @remarks
868
- * <props="china">
869
- *
870
- * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}.
871
- *
872
- *
873
- *
874
- * <props="china">
875
- *
876
- * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
877
- *
878
- *
879
- *
880
- * <props="china">
881
- *
882
- * > This parameter is supported only when StorageType is set to ESSDAUTOPL.
819
+ * <p id="p_wyg_t4a_glm" props="china" icmsditafragmentmagic=1>The provisioned read/write IOPS of the ESSD AutoPL cloud disk. Valid values: 0 to min{50,000, 1000 × capacity - baseline performance}.</p>
820
+ * <p id="p_6de_jxy_k2g" props="china" icmsditafragmentmagic=1>Baseline performance = min{1,800 + 50 × capacity, 50,000}.</p>
821
+ * <note id="note_7kj_j0o_rgs" props="china" icmsditafragmentmagic=1>This parameter is supported only when StorageType is set to ESSDAUTOPL.</note>
883
822
  *
884
823
  * @example
885
824
  * 2500
@@ -895,11 +834,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
895
834
  proxyCpuCores?: string;
896
835
  /**
897
836
  * @remarks
898
- * The Serverless type of the database proxy. Valid values:
899
- *
900
- * - AgileServerless: agile, which indicates a Serverless cluster.
901
- *
902
- * - SteadyServerless: steady, which indicates a cluster with defined specifications (a subscription or pay-as-you-go cluster).
837
+ * The serverless type of the database proxy. Valid values:
838
+ * - AgileServerless: agile serverless cluster.
839
+ * - SteadyServerless: steady serverless, which is a cluster with defined specifications (subscription or pay-as-you-go billing).
903
840
  *
904
841
  * @example
905
842
  * SteadyServerless
@@ -907,7 +844,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
907
844
  proxyServerlessType?: string;
908
845
  /**
909
846
  * @remarks
910
- * The number of CPU cores of the database proxy with standard specifications.
847
+ * The number of CPU cores in the standard configuration of the database proxy.
911
848
  *
912
849
  * @example
913
850
  * 2
@@ -917,27 +854,17 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
917
854
  * @remarks
918
855
  * The status of the database proxy. Valid values:
919
856
  *
920
- * - **Creating**
921
- *
922
- * - **Running**
923
- *
924
- * - **Deleting**: The proxy is being released.
925
- *
926
- * - **Rebooting**
927
- *
928
- * - **DBNodeCreating**: A node is being added.
929
- *
930
- * - **DBNodeDeleting**: A node is being deleted.
931
- *
932
- * - **ClassChanging**: The node specifications are being changed.
933
- *
934
- * - **NetAddressCreating**: A network connection is being created.
935
- *
936
- * - **NetAddressDeleting**: A network connection is being deleted.
937
- *
938
- * - **NetAddressModifying**: A network connection is being modified.
939
- *
940
- * - **Deleted**: The proxy is released.
857
+ * - **Creating**: being created.
858
+ * - **Running**: running.
859
+ * - **Deleting**: being released.
860
+ * - **Rebooting**: being restarted.
861
+ * - **DBNodeCreating**: adding a node.
862
+ * - **DBNodeDeleting**: deleting a node.
863
+ * - **ClassChanging**: changing node specifications.
864
+ * - **NetAddressCreating**: creating network connectivity.
865
+ * - **NetAddressDeleting**: deleting network connectivity.
866
+ * - **NetAddressModifying**: modifying network connectivity.
867
+ * - **Deleted**: released.
941
868
  *
942
869
  * @example
943
870
  * Running
@@ -948,8 +875,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
948
875
  * The type of the database proxy. Valid values:
949
876
  *
950
877
  * - **Exclusive**: Dedicated Enterprise Edition
951
- *
952
- * - **General** : Standard Enterprise Edition
878
+ * - **General**: Standard Enterprise Edition
953
879
  *
954
880
  * @example
955
881
  * Exclusive
@@ -981,11 +907,10 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
981
907
  resourceGroupId?: string;
982
908
  /**
983
909
  * @remarks
984
- * - If RestoreType is set to **RestoreByTime** or **RestoreByTimeOss**, this parameter indicates the point in time for the restoration.
985
- *
986
- * - If RestoreType is set to **RestoreByBackupSet** or **RestoreByBackupSetOss**, this parameter indicates the ID of the backup set that is used for the restoration.
910
+ * * If RestoreType is **RestoreByTime** or **RestoreByTimeOss**, this value indicates the point in time to which the cluster is restored.
911
+ * * If RestoreType is **RestoreByBackupSet** or **RestoreByBackupSetOss**, this value indicates the backup set ID used for the restoration.
987
912
  *
988
- * > This parameter is supported only for clusters that are restored from a backup set or a point in time after June 1, 2024.
913
+ * <note>This parameter is supported only for clusters restored from a backup set or point in time after June 1, 2024.</note>
989
914
  *
990
915
  * @example
991
916
  * 2179639137
@@ -993,19 +918,15 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
993
918
  restoreDataPoint?: string;
994
919
  /**
995
920
  * @remarks
996
- * The method that is used to restore the cluster. Valid values:
997
- *
998
- * - **RestoreByTime**: The cluster is restored to a point in time from a level-1 backup.
999
- *
1000
- * - **RestoreByBackupSet**: The cluster is restored from a level-1 backup set.
1001
- *
1002
- * - **RestoreByTimeOss**: The cluster is restored to a point in time from a level-2 backup.
921
+ * The restoration method of the cluster. Valid values:
1003
922
  *
1004
- * - **RestoreByBackupSetOss**: The cluster is restored from a level-2 backup set.
923
+ * * **RestoreByTime**: point-in-time restore based on a level-1 backup.
924
+ * * **RestoreByBackupSet**: restore from a level-1 backup set.
925
+ * * **RestoreByTimeOss**: point-in-time restore based on a level-2 backup.
926
+ * * **RestoreByBackupSetOss**: restore from a level-2 backup set.
927
+ * * **CloneFromSourceCluster**: clone from the source cluster.
1005
928
  *
1006
- * - **CloneFromSourceCluster**: The cluster is cloned from a source cluster.
1007
- *
1008
- * > This parameter is supported only for clusters that are restored from a backup set or a point in time after June 1, 2024.
929
+ * <note>This parameter is supported only for clusters restored from a backup set or point in time after June 1, 2024.</note>
1009
930
  *
1010
931
  * @example
1011
932
  * RestoreByTime
@@ -1013,7 +934,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1013
934
  restoreType?: string;
1014
935
  /**
1015
936
  * @remarks
1016
- * The row compression settings.
937
+ * The row compression setting.
1017
938
  *
1018
939
  * @example
1019
940
  * OFF
@@ -1021,7 +942,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1021
942
  rowCompression?: string;
1022
943
  /**
1023
944
  * @remarks
1024
- * The storage usage for SQL statements. Unit: bytes. A value of -1 indicates that no data is available.
945
+ * The storage size of SQL statements, in bytes. A value of -1 indicates that no data is available.
1025
946
  *
1026
947
  * @example
1027
948
  * 0
@@ -1029,7 +950,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1029
950
  SQLSize?: number;
1030
951
  /**
1031
952
  * @remarks
1032
- * The running state of the search node.
953
+ * The running status of the search node.
1033
954
  *
1034
955
  * @example
1035
956
  * Running
@@ -1037,9 +958,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1037
958
  searchClusterStatus?: string;
1038
959
  /**
1039
960
  * @remarks
1040
- * The size of the compressed storage data of the search node.
1041
- *
1042
- * > This parameter is returned only when the storage compression feature is enabled for the cluster.
961
+ * The compressed storage data size of the search node.
962
+ * >This parameter is returned only when the storage compression feature is enabled for the cluster.
1043
963
  *
1044
964
  * @example
1045
965
  * 15529410560
@@ -1055,13 +975,12 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1055
975
  searchStorageUsed?: number;
1056
976
  /**
1057
977
  * @remarks
1058
- * The Serverless type of the cluster. Valid values:
1059
- *
1060
- * - AgileServerless: agile, which indicates a Serverless cluster.
978
+ * The serverless type of the cluster. Valid values:
1061
979
  *
1062
- * - SteadyServerless: steady, which indicates a cluster with defined specifications for which the Serverless feature is enabled.
980
+ * - AgileServerless: agile serverless cluster.
981
+ * - SteadyServerless: steady serverless, which is a cluster with defined specifications that has the serverless feature enabled.
1063
982
  *
1064
- * > This parameter is supported only for Serverless clusters or clusters with defined specifications for which the Serverless feature is enabled.
983
+ * > This parameter is supported only for serverless clusters or clusters with defined specifications that have the serverless feature enabled.
1065
984
  *
1066
985
  * @example
1067
986
  * SteadyServerless
@@ -1070,7 +989,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1070
989
  /**
1071
990
  * @remarks
1072
991
  * The source cluster ID.
1073
- * > This parameter is supported only for clusters that are restored from a backup set or a point in time after June 1, 2024.
992
+ * <note>This parameter is supported only for clusters restored from a backup set or point in time after June 1, 2024.</note>
1074
993
  *
1075
994
  * @example
1076
995
  * pc-pz51ziv48317b2880
@@ -1079,7 +998,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1079
998
  /**
1080
999
  * @remarks
1081
1000
  * The region ID of the source cluster.
1082
- * > This parameter is returned only when the source cluster ID exists.
1001
+ * <note>This parameter is returned only when the source cluster ID exists.</note>
1083
1002
  *
1084
1003
  * @example
1085
1004
  * cn-beijing
@@ -1088,12 +1007,9 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1088
1007
  /**
1089
1008
  * @remarks
1090
1009
  * The cross-zone disaster recovery mode. Valid values:
1091
- *
1092
- * - **ON**: The cross-zone disaster recovery mode is enabled.
1093
- *
1094
- * - **OFF**: The cross-zone disaster recovery mode is disabled.
1095
- *
1096
- * - **0**: The customer drill mode.
1010
+ * - **ON**: Cross-zone disaster recovery is enabled.
1011
+ * - **OFF**: Cross-zone disaster recovery is disabled.
1012
+ * - **0**: Customer drill mode.
1097
1013
  *
1098
1014
  * @example
1099
1015
  * OFF
@@ -1101,7 +1017,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1101
1017
  standbyHAMode?: string;
1102
1018
  /**
1103
1019
  * @remarks
1104
- * The maximum storage capacity of the current cluster specifications. Unit: bytes.
1020
+ * The maximum storage capacity for the current cluster specifications, in bytes.
1105
1021
  *
1106
1022
  * @example
1107
1023
  * 10995116277760
@@ -1111,9 +1027,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1111
1027
  * @remarks
1112
1028
  * The billing method for storage. Valid values:
1113
1029
  *
1114
- * - **Postpaid**: pay-as-you-go.
1115
- *
1116
- * - **Prepaid**: subscription.
1030
+ * - **Postpaid**: pay-by-capacity (pay-as-you-go).
1031
+ * - **Prepaid**: pay-by-space (subscription).
1117
1032
  *
1118
1033
  * @example
1119
1034
  * Prepaid
@@ -1121,7 +1036,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1121
1036
  storagePayType?: string;
1122
1037
  /**
1123
1038
  * @remarks
1124
- * The storage space of the subscription cluster. Unit: bytes.
1039
+ * The storage space for pay-by-space (subscription) billing. Unit: bytes.
1125
1040
  *
1126
1041
  * @example
1127
1042
  * 50
@@ -1129,7 +1044,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1129
1044
  storageSpace?: number;
1130
1045
  /**
1131
1046
  * @remarks
1132
- * The storage class. The value is fixed as **HighPerformance**.
1047
+ * The storage type. The value is fixed as **HighPerformance**.
1133
1048
  *
1134
1049
  * @example
1135
1050
  * HighPerformance
@@ -1137,7 +1052,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1137
1052
  storageType?: string;
1138
1053
  /**
1139
1054
  * @remarks
1140
- * The used storage space. Unit: bytes.
1055
+ * The storage usage, in bytes.
1141
1056
  *
1142
1057
  * @example
1143
1058
  * 3012558848
@@ -1145,11 +1060,11 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1145
1060
  storageUsed?: number;
1146
1061
  /**
1147
1062
  * @remarks
1148
- * Indicates whether strong consistency is enabled for the multi-zone data. Valid values:
1063
+ * Indicates whether multi-zone strong data consistency is enabled for the cluster. Valid values:
1149
1064
  *
1150
- * - **ON**: Strong consistency is enabled for the multi-zone data. This applies to Standard Edition clusters that are deployed across three zones.
1065
+ * - **ON**: Multi-zone strong data consistency is enabled. This applies to PolarDB for MySQL Standard Edition with three-zone deployment.
1151
1066
  *
1152
- * - **OFF**: Strong consistency is not enabled for the multi-zone data.
1067
+ * - **OFF**: Multi-zone strong data consistency is not enabled.
1153
1068
  *
1154
1069
  * @example
1155
1070
  * ON
@@ -1157,13 +1072,11 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1157
1072
  strictConsistency?: string;
1158
1073
  /**
1159
1074
  * @remarks
1160
- * The specification type of the compute node. Valid values:
1161
- *
1162
- * - **Exclusive**: Dedicated
1163
- *
1164
- * - **General**: General-purpose
1075
+ * The specification type of compute nodes. Valid values:
1076
+ * * **Exclusive**: Dedicated
1077
+ * * **General**: General-purpose
1165
1078
  *
1166
- * > This parameter is returned only for PolarDB for MySQL Cluster Edition clusters.
1079
+ * > This parameter is returned only for PolarDB for MySQL clusters of the Cluster Edition.
1167
1080
  *
1168
1081
  * @example
1169
1082
  * Exclusive
@@ -1171,7 +1084,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1171
1084
  subCategory?: string;
1172
1085
  /**
1173
1086
  * @remarks
1174
- * Indicates whether the instant switchover feature that is compatible with IMCI is supported.
1087
+ * Indicates whether failover with hot replica is supported with IMCI compatibility.
1175
1088
  *
1176
1089
  * @example
1177
1090
  * ON
@@ -1179,12 +1092,12 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1179
1092
  supportInstantSwitchWithImci?: string;
1180
1093
  /**
1181
1094
  * @remarks
1182
- * The details of the tags.
1095
+ * The details of tags.
1183
1096
  */
1184
1097
  tags?: DescribeDBClusterAttributeResponseBodyTags[];
1185
1098
  /**
1186
1099
  * @remarks
1187
- * The virtual private cloud (VPC) ID.
1100
+ * The VPC ID.
1188
1101
  *
1189
1102
  * @example
1190
1103
  * vpc-*******************
@@ -1192,7 +1105,7 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1192
1105
  VPCId?: string;
1193
1106
  /**
1194
1107
  * @remarks
1195
- * The virtual switch ID.
1108
+ * The vSwitch ID.
1196
1109
  *
1197
1110
  * @example
1198
1111
  * vsw-*********************
@@ -1220,6 +1133,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1220
1133
  columnTable: 'ColumnTable',
1221
1134
  compressStorageMode: 'CompressStorageMode',
1222
1135
  compressStorageUsed: 'CompressStorageUsed',
1136
+ connectionResourceQuota: 'ConnectionResourceQuota',
1137
+ connectionResourceUsed: 'ConnectionResourceUsed',
1223
1138
  creationTime: 'CreationTime',
1224
1139
  DBClusterDescription: 'DBClusterDescription',
1225
1140
  DBClusterId: 'DBClusterId',
@@ -1296,6 +1211,8 @@ export class DescribeDBClusterAttributeResponseBody extends $dara.Model {
1296
1211
  columnTable: 'string',
1297
1212
  compressStorageMode: 'string',
1298
1213
  compressStorageUsed: 'number',
1214
+ connectionResourceQuota: 'number',
1215
+ connectionResourceUsed: 'number',
1299
1216
  creationTime: 'string',
1300
1217
  DBClusterDescription: 'string',
1301
1218
  DBClusterId: 'string',