@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
@@ -35,7 +35,7 @@ export declare class DescribeDBClusterAttributeResponseBodyBranch extends $dara.
35
35
  export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara.Model {
36
36
  /**
37
37
  * @remarks
38
- * The number of CPU cores that are added for the elastic scaling feature within seconds.
38
+ * The number of CPU cores added by second-level rapid scaling.
39
39
  *
40
40
  * @example
41
41
  * 6
@@ -93,9 +93,8 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
93
93
  * @remarks
94
94
  * The role of the node. Valid values:
95
95
  *
96
- * - **Writer**: the primary node.
97
- *
98
- * - **Reader**: a read-only node.
96
+ * - **Writer**: read/write node.
97
+ * - **Reader**: read-only node.
99
98
  *
100
99
  * @example
101
100
  * Reader
@@ -103,33 +102,20 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
103
102
  DBNodeRole?: string;
104
103
  /**
105
104
  * @remarks
106
- * The status of the node. Valid values:
107
- *
108
- * - **Creating**
109
- *
110
- * - **Running**
111
- *
112
- * - **Deleting**
113
- *
114
- * - **Rebooting**
115
- *
116
- * - **DBNodeCreating**: A node is being added.
117
- *
118
- * - **DBNodeDeleting**: A node is being deleted.
119
- *
120
- * - **ClassChanging**: The node specifications are being changed.
121
- *
122
- * - **NetAddressCreating**: A network connection is being created.
123
- *
124
- * - **NetAddressDeleting**: A network connection is being deleted.
125
- *
126
- * - **NetAddressModifying**: A network connection is being modified.
127
- *
128
- * - **MinorVersionUpgrading**: The minor version is being upgraded.
129
- *
130
- * - **Maintaining**: The instance is being maintained.
131
- *
132
- * - **Switching**: A switchover is in progress.
105
+ * The node status. Valid values:
106
+ * * **Creating**: being created.
107
+ * * **Running**: running.
108
+ * * **Deleting**: being deleted.
109
+ * * **Rebooting**: being restarted.
110
+ * * **DBNodeCreating**: adding a node.
111
+ * * **DBNodeDeleting**: deleting a node.
112
+ * * **ClassChanging**: changing node specifications.
113
+ * * **NetAddressCreating**: creating network connectivity.
114
+ * * **NetAddressDeleting**: deleting network connectivity.
115
+ * * **NetAddressModifying**: modifying network connectivity.
116
+ * * **MinorVersionUpgrading**: performing a minor engine version upgrade.
117
+ * * **Maintaining**: instance under maintenance.
118
+ * * **Switching**: being switched.
133
119
  *
134
120
  * @example
135
121
  * Running
@@ -137,7 +123,8 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
137
123
  DBNodeStatus?: string;
138
124
  /**
139
125
  * @remarks
140
- * 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.
126
+ * 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.
127
+ * Valid values: 1 to 15.
141
128
  *
142
129
  * @example
143
130
  * 1
@@ -145,11 +132,11 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
145
132
  failoverPriority?: number;
146
133
  /**
147
134
  * @remarks
148
- * Indicates whether the hot replica feature is enabled. Valid values:
135
+ * Indicates whether hot standby is enabled. Valid values:
149
136
  *
150
- * - **ON**: enabled
137
+ * - **ON**: enabled.
151
138
  *
152
- * - **OFF**: disabled
139
+ * - **OFF**: disabled.
153
140
  *
154
141
  * @example
155
142
  * ON
@@ -157,11 +144,11 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
157
144
  hotReplicaMode?: string;
158
145
  /**
159
146
  * @remarks
160
- * Indicates whether the In-Memory Column Index (IMCI) feature is enabled. Valid values:
147
+ * Indicates whether In-Memory Column Index (IMCI) is enabled. Valid values:
161
148
  *
162
- * - **ON**: enabled
149
+ * - **ON**: enabled.
163
150
  *
164
- * - **OFF**: disabled
151
+ * - **OFF**: disabled.
165
152
  *
166
153
  * @example
167
154
  * ON
@@ -169,7 +156,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
169
156
  imciSwitch?: string;
170
157
  /**
171
158
  * @remarks
172
- * The ID of the primary node in a Multi-master Cluster Edition cluster.
159
+ * The primary node ID of the Multi-master Cluster Edition.
173
160
  *
174
161
  * @example
175
162
  * pi-bp18z52akld3*****
@@ -185,7 +172,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
185
172
  maxConnections?: number;
186
173
  /**
187
174
  * @remarks
188
- * The maximum input/output operations per second (IOPS).
175
+ * The maximum number of I/O requests per second (IOPS).
189
176
  *
190
177
  * @example
191
178
  * 32000
@@ -201,7 +188,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
201
188
  memorySize?: string;
202
189
  /**
203
190
  * @remarks
204
- * 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.
191
+ * The name of the hot replica compute node that corresponds to the node in the Hot Standby Cluster and compute architecture.
205
192
  *
206
193
  * @example
207
194
  * pi-bp18z52mirror*****
@@ -209,7 +196,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
209
196
  mirrorInsName?: string;
210
197
  /**
211
198
  * @remarks
212
- * The local secondary node in a multi-master cluster.
199
+ * The multi-master local standby node.
213
200
  *
214
201
  * @example
215
202
  * pi-****************
@@ -217,7 +204,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
217
204
  multiMasterLocalStandby?: string;
218
205
  /**
219
206
  * @remarks
220
- * The primary node in a multi-master cluster.
207
+ * The multi-master primary node.
221
208
  *
222
209
  * @example
223
210
  * pi-****************
@@ -227,9 +214,9 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
227
214
  * @remarks
228
215
  * The Orca feature. Valid values:
229
216
  *
230
- * - on: enabled
217
+ * - on: enabled.
231
218
  *
232
- * - off: disabled
219
+ * - off: disabled.
233
220
  *
234
221
  * @example
235
222
  * off
@@ -237,7 +224,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
237
224
  orca?: string;
238
225
  /**
239
226
  * @remarks
240
- * The size of the remote memory. Unit: MB.
227
+ * The remote memory size. Unit: MB.
241
228
  *
242
229
  * @example
243
230
  * 3072
@@ -245,11 +232,11 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
245
232
  remoteMemorySize?: string;
246
233
  /**
247
234
  * @remarks
248
- * Indicates whether global consistency (high-performance mode) is enabled for the node. Valid values:
235
+ * Indicates whether the global consistency (high-performance mode) feature is enabled for the node. Valid values:
249
236
  *
250
- * - **ON**: enabled
237
+ * - **ON**: The feature is enabled.
251
238
  *
252
- * - **OFF**: disabled
239
+ * - **OFF**: The feature is disabled.
253
240
  *
254
241
  * This parameter is required.
255
242
  *
@@ -259,7 +246,8 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
259
246
  sccMode?: string;
260
247
  /**
261
248
  * @remarks
262
- * The routing weight. Valid values: 1 to 100. Default value: 1.
249
+ * The routing weight.
250
+ * Valid values: 1 to 100. Default value: 1.
263
251
  *
264
252
  * @example
265
253
  * 1
@@ -267,13 +255,12 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
267
255
  serverWeight?: string;
268
256
  /**
269
257
  * @remarks
270
- * The Serverless type of the node. Valid values:
258
+ * The serverless type of the node. Valid values:
271
259
  *
272
- * - AgileServerless: agile, which indicates a Serverless node.
260
+ * - AgileServerless: agile serverless node.
261
+ * - SteadyServerless: steady serverless node, which is a node with defined specifications that has the serverless capability enabled.
273
262
  *
274
- * - SteadyServerless: steady, which indicates that Serverless capabilities are added to a node with defined specifications.
275
- *
276
- * > * 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).
263
+ * > 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).
277
264
  *
278
265
  * @example
279
266
  * SteadyServerless
@@ -281,11 +268,10 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
281
268
  serverlessType?: string;
282
269
  /**
283
270
  * @remarks
284
- * Indicates whether the node is in the primary zone or a secondary zone. This parameter is mainly used for peer resources. Valid values:
285
- *
286
- * - Primary: the primary zone
287
- *
288
- * - Standby: a secondary zone
271
+ * Indicates whether the node is in the primary zone or the secondary zone. This parameter is mainly used for resource-equivalent deployments.
272
+ * Valid values:
273
+ * - Primary: primary zone.
274
+ * - Standby: secondary zone.
289
275
  *
290
276
  * @example
291
277
  * Primary
@@ -293,7 +279,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $dara
293
279
  subCluster?: string;
294
280
  /**
295
281
  * @remarks
296
- * The description of the cluster subgroup.
282
+ * The cluster subgroup description.
297
283
  *
298
284
  * @example
299
285
  * test Description
@@ -349,7 +335,7 @@ export declare class DescribeDBClusterAttributeResponseBodyTags extends $dara.Mo
349
335
  export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model {
350
336
  /**
351
337
  * @remarks
352
- * The start time of the free trial for the AI feature.
338
+ * The start time of the free AI trial.
353
339
  *
354
340
  * @example
355
341
  * 2024-03-13T01:20:28Z
@@ -359,9 +345,8 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
359
345
  * @remarks
360
346
  * The AI node type. Valid values:
361
347
  *
362
- * - **SearchNode**: a search node.
363
- *
364
- * - **DLNode**: an AI node.
348
+ * - **SearchNode**: search node.
349
+ * - **DLNode**: AI node.
365
350
  *
366
351
  * @example
367
352
  * DLNode
@@ -370,9 +355,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
370
355
  /**
371
356
  * @remarks
372
357
  * The CPU architecture. Valid values:
373
- *
374
358
  * - **X86**
375
- *
376
359
  * - **ARM**
377
360
  *
378
361
  * @example
@@ -381,11 +364,10 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
381
364
  architecture?: string;
382
365
  /**
383
366
  * @remarks
384
- * The method for minor version upgrades.
367
+ * The minor version update method. Valid values:
385
368
  *
386
- * - Auto: automatic upgrade
387
- *
388
- * - Manual: manual upgrade
369
+ * - Auto: automatic update.
370
+ * - Manual: manual update.
389
371
  *
390
372
  * @example
391
373
  * Manual
@@ -393,7 +375,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
393
375
  autoUpgradeMinorVersion?: string;
394
376
  /**
395
377
  * @remarks
396
- * The maximum number of blktags for the file system.
378
+ * The maximum number of blktags in the file system.
397
379
  *
398
380
  * @example
399
381
  * 7,864,320
@@ -401,7 +383,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
401
383
  blktagTotal?: number;
402
384
  /**
403
385
  * @remarks
404
- * The number of used blktags.
386
+ * The current blktag usage.
405
387
  *
406
388
  * @example
407
389
  * 5,242,880
@@ -410,11 +392,10 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
410
392
  branch?: DescribeDBClusterAttributeResponseBodyBranch;
411
393
  /**
412
394
  * @remarks
413
- * Indicates whether the performance burst feature is enabled for the ESSD AutoPL disk. Valid values:
414
- *
415
- * - **true**: enabled
395
+ * Indicates whether I/O performance burst is enabled for the ESSD AutoPL cloud disk. Valid values:
416
396
  *
417
- * - **false**: disabled
397
+ * - **true**: enabled.
398
+ * - **false**: disabled.
418
399
  *
419
400
  * @example
420
401
  * false
@@ -422,23 +403,16 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
422
403
  burstingEnabled?: string;
423
404
  /**
424
405
  * @remarks
425
- * The [product edition](https://help.aliyun.com/document_detail/183258.html). Valid values:
406
+ * The [edition](https://help.aliyun.com/document_detail/183258.html) of the cluster. Valid values:
407
+ * * **Normal**: Cluster Edition
408
+ * * **Basic**: Single Node Edition
409
+ * * **Archive**: PolarDB X-Engine Edition
410
+ * * **NormalMultimaster**: Multi-master Cluster Edition
411
+ * * **SENormal**: PolarDB for MySQL Standard Edition
426
412
  *
427
- * - **Normal**: Cluster Edition
428
- *
429
- * - **Basic**: Single Node Edition
430
- *
431
- * - **Archive**: X-Engine
432
- *
433
- * - **NormalMultimaster**: Multi-master Cluster Edition
434
- *
435
- * - **SENormal**: Standard Edition
436
- *
437
- * > * The single node edition is not supported for PolarDB for PostgreSQL that runs PostgreSQL 11.
438
- * >
439
- * > * 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.
440
- * >
441
- * > * PolarDB for MySQL that runs MySQL 8.0 supports X-Engine and the Multi-master Cluster Edition.
413
+ * > * PolarDB for PostgreSQL (PostgreSQL 11) does not support Single Node Edition.
414
+ * >* PolarDB for MySQL 8.0, PolarDB for MySQL 5.7, and PolarDB for PostgreSQL (PostgreSQL 14) support PolarDB for MySQL Standard Edition.
415
+ * >* PolarDB for MySQL 8.0 supports PolarDB X-Engine Edition and Multi-master Cluster Edition.
442
416
  *
443
417
  * @example
444
418
  * Normal
@@ -446,7 +420,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
446
420
  category?: string;
447
421
  /**
448
422
  * @remarks
449
- * Indicates whether column-oriented tables are enabled.
423
+ * Indicates whether column store tables are enabled.
450
424
  *
451
425
  * @example
452
426
  * OFF
@@ -455,9 +429,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
455
429
  /**
456
430
  * @remarks
457
431
  * Indicates whether storage compression is enabled. Valid values:
458
- *
459
432
  * - ON: enabled
460
- *
461
433
  * - OFF: disabled
462
434
  *
463
435
  * @example
@@ -466,14 +438,15 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
466
438
  compressStorageMode?: string;
467
439
  /**
468
440
  * @remarks
469
- * The size of the compressed storage data.
470
- *
471
- * > This parameter is returned only when the storage compression feature is enabled for the cluster.
441
+ * The compressed storage data size.
442
+ * >This parameter is returned only when the storage compression feature is enabled for the cluster.
472
443
  *
473
444
  * @example
474
445
  * 15529410560
475
446
  */
476
447
  compressStorageUsed?: number;
448
+ connectionResourceQuota?: number;
449
+ connectionResourceUsed?: number;
477
450
  /**
478
451
  * @remarks
479
452
  * The time when the cluster was created.
@@ -508,7 +481,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
508
481
  DBClusterNetworkType?: string;
509
482
  /**
510
483
  * @remarks
511
- * The cluster status. For more information about the valid values, see [Cluster states](https://help.aliyun.com/document_detail/99286.html).
484
+ * The cluster status. For more information, see [Cluster status table](https://help.aliyun.com/document_detail/99286.html).
512
485
  *
513
486
  * @example
514
487
  * Running
@@ -516,7 +489,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
516
489
  DBClusterStatus?: string;
517
490
  /**
518
491
  * @remarks
519
- * The details of the nodes.
492
+ * The details of nodes.
520
493
  */
521
494
  DBNodes?: DescribeDBClusterAttributeResponseBodyDBNodes[];
522
495
  /**
@@ -537,19 +510,14 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
537
510
  DBVersion?: string;
538
511
  /**
539
512
  * @remarks
540
- * The status of the minor engine version. Valid values:
541
- *
542
- * - **Stable**: The current version is stable.
543
- *
544
- * - **Old**: The current version is old. Upgrade the cluster to the latest version.
545
- *
546
- * - **HighRisk**: The current version has critical defects. Immediately upgrade the cluster to the latest version.
513
+ * The status of the current minor engine version. Valid values:
514
+ * * **Stable**: The current version is stable.
515
+ * * **Old**: The current version is outdated. Upgrade to the latest version.
516
+ * * **HighRisk**: The current version has critical defects. Upgrade to the latest version immediately.
517
+ * * **Beta**: The current version is a beta version.
547
518
  *
548
- * - **Beta**: The current version is a beta version.
549
- *
550
- * > * For more information about how to upgrade the minor engine version, see [Upgrade versions](https://help.aliyun.com/document_detail/158572.html).
551
- * >
552
- * > * This parameter is returned only when the **DBType** parameter is set to **MySQL**.
519
+ * > * For information about how to upgrade the minor engine version, see [Version upgrade](https://help.aliyun.com/document_detail/158572.html).
520
+ * > * This parameter is returned only when the database engine type (**DBType**) is **MySQL**.
553
521
  *
554
522
  * @example
555
523
  * Stable
@@ -557,7 +525,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
557
525
  DBVersionStatus?: string;
558
526
  /**
559
527
  * @remarks
560
- * The total size of level-1 backups (snapshots). Unit: bytes.
528
+ * The total size of level-1 backups (snapshots), in bytes.
561
529
  *
562
530
  * @example
563
531
  * 74448896
@@ -565,10 +533,8 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
565
533
  dataLevel1BackupChainSize?: number;
566
534
  /**
567
535
  * @remarks
568
- * The data replication mode. Valid values:
569
- *
536
+ * The data replication relationship mode. Valid values:
570
537
  * - **AsyncSync**: asynchronous
571
- *
572
538
  * - **SemiSync**: semi-synchronous
573
539
  *
574
540
  * @example
@@ -577,11 +543,9 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
577
543
  dataSyncMode?: string;
578
544
  /**
579
545
  * @remarks
580
- * The lock state of the cluster for deletion. Valid values:
581
- *
582
- * - **0**: The cluster is not locked and can be deleted.
583
- *
584
- * - **1**: The cluster is locked and cannot be deleted.
546
+ * The lock status for cluster deletion. Valid values:
547
+ * * **0**: Unlocked. The cluster can be deleted.
548
+ * * **1**: Locked. The cluster cannot be deleted.
585
549
  *
586
550
  * @example
587
551
  * 0
@@ -599,7 +563,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
599
563
  * @remarks
600
564
  * The expiration time of the cluster.
601
565
  *
602
- * > This parameter is returned only for subscription clusters. An empty value is returned for pay-as-you-go clusters.
566
+ * > 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.
603
567
  *
604
568
  * @example
605
569
  * 2020-11-14T16:00:00Z
@@ -608,8 +572,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
608
572
  /**
609
573
  * @remarks
610
574
  * Indicates whether the cluster has expired.
611
- *
612
- * > This parameter is returned only for subscription clusters.
575
+ * > This parameter is returned only for clusters whose billing method is **Prepaid** (subscription).
613
576
  *
614
577
  * @example
615
578
  * false
@@ -617,11 +580,9 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
617
580
  expired?: string;
618
581
  /**
619
582
  * @remarks
620
- * Indicates whether resources for the new primary database are provisioned after a cross-zone failover. Valid values:
621
- *
622
- * - **true**
623
- *
624
- * - **false**
583
+ * Indicates whether resources are replenished for the new primary database after a cross-zone failover. Valid values:
584
+ * - **true**: Resources are replenished.
585
+ * - **false**: Resources are not replenished.
625
586
  *
626
587
  * @example
627
588
  * false
@@ -629,11 +590,9 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
629
590
  hasCompleteStandbyRes?: boolean;
630
591
  /**
631
592
  * @remarks
632
- * Indicates whether the hot standby storage cluster (and standby compute nodes) is enabled. Valid values:
633
- *
634
- * - **StandbyClusterON**: The hot standby storage cluster or both the hot standby storage cluster and standby compute nodes are enabled.
635
- *
636
- * - **StandbyClusterOFF**: The hot standby storage cluster or both the hot standby storage cluster and standby compute nodes are disabled.
593
+ * Indicates whether the Hot Standby Cluster (and standby compute nodes) is enabled. Valid values:
594
+ * - **StandbyClusterON**: The Hot Standby Cluster and standby compute nodes are enabled.
595
+ * - **StandbyClusterOFF**: The Hot Standby Cluster and standby compute nodes are disabled.
637
596
  *
638
597
  * @example
639
598
  * StandbyClusterON
@@ -642,9 +601,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
642
601
  /**
643
602
  * @remarks
644
603
  * The automatic IMCI-based query acceleration feature. Valid values:
645
- *
646
604
  * - `ON`: enabled.
647
- *
648
605
  * - `OFF`: disabled.
649
606
  *
650
607
  * @example
@@ -653,10 +610,8 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
653
610
  imciAutoIndex?: string;
654
611
  /**
655
612
  * @remarks
656
- * The imperceptible switchover feature. Valid values:
657
- *
613
+ * The failover with hot replica feature. Valid values:
658
614
  * - `true`: enabled.
659
- *
660
615
  * - `false`: disabled.
661
616
  *
662
617
  * @example
@@ -665,7 +620,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
665
620
  imperceptibleSwitch?: string;
666
621
  /**
667
622
  * @remarks
668
- * The maximum number of inodes for the file system.
623
+ * The maximum number of inodes in the file system.
669
624
  *
670
625
  * @example
671
626
  * 6,291,456
@@ -673,7 +628,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
673
628
  inodeTotal?: number;
674
629
  /**
675
630
  * @remarks
676
- * The number of used inodes.
631
+ * The current inode usage.
677
632
  *
678
633
  * @example
679
634
  * 4,194,304
@@ -681,11 +636,11 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
681
636
  inodeUsed?: number;
682
637
  /**
683
638
  * @remarks
684
- * Indicates whether the kernel is the latest version. Valid values:
639
+ * Indicates whether the cluster runs the latest Milvus version. Valid values:
685
640
  *
686
- * - **true**
641
+ * - **true**: The cluster runs the latest Milvus version.
687
642
  *
688
- * - **false**
643
+ * - **false**: The cluster does not run the latest Milvus version.
689
644
  *
690
645
  * @example
691
646
  * false
@@ -695,9 +650,8 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
695
650
  * @remarks
696
651
  * Indicates whether the database proxy is the latest version. Valid values:
697
652
  *
698
- * - **true**
699
- *
700
- * - **false**
653
+ * - **true**: The database proxy is the latest version.
654
+ * - **false**: The database proxy is not the latest version.
701
655
  *
702
656
  * @example
703
657
  * false
@@ -707,11 +661,9 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
707
661
  * @remarks
708
662
  * The lock mode. Valid values:
709
663
  *
710
- * - **Unlock**: The cluster is not locked.
711
- *
712
- * - **ManualLock**: The cluster is manually locked.
713
- *
714
- * - **LockByExpiration**: The cluster is automatically locked after it expires.
664
+ * - **Unlock**: not locked.
665
+ * - **ManualLock**: manually locked.
666
+ * - **LockByExpiration**: automatically locked due to cluster expiration.
715
667
  *
716
668
  * @example
717
669
  * Unlock
@@ -719,7 +671,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
719
671
  lockMode?: string;
720
672
  /**
721
673
  * @remarks
722
- * 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).
674
+ * 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).
723
675
  *
724
676
  * @example
725
677
  * 18:00Z-19:00Z
@@ -729,9 +681,9 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
729
681
  * @remarks
730
682
  * The Orca feature. Valid values:
731
683
  *
732
- * - on: enabled
684
+ * - on: enabled.
733
685
  *
734
- * - off: disabled
686
+ * - off: disabled.
735
687
  *
736
688
  * @example
737
689
  * ON
@@ -742,7 +694,6 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
742
694
  * The billing method. Valid values:
743
695
  *
744
696
  * - **Postpaid**: pay-as-you-go.
745
- *
746
697
  * - **Prepaid**: subscription.
747
698
  *
748
699
  * @example
@@ -751,21 +702,9 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
751
702
  payType?: string;
752
703
  /**
753
704
  * @remarks
754
- * <props="china">
755
- *
756
- * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}.
757
- *
758
- *
759
- *
760
- * <props="china">
761
- *
762
- * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
763
- *
764
- *
765
- *
766
- * <props="china">
767
- *
768
- * > This parameter is supported only when StorageType is set to ESSDAUTOPL.
705
+ * <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>
706
+ * <p id="p_6de_jxy_k2g" props="china" icmsditafragmentmagic=1>Baseline performance = min{1,800 + 50 × capacity, 50,000}.</p>
707
+ * <note id="note_7kj_j0o_rgs" props="china" icmsditafragmentmagic=1>This parameter is supported only when StorageType is set to ESSDAUTOPL.</note>
769
708
  *
770
709
  * @example
771
710
  * 2500
@@ -781,11 +720,9 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
781
720
  proxyCpuCores?: string;
782
721
  /**
783
722
  * @remarks
784
- * The Serverless type of the database proxy. Valid values:
785
- *
786
- * - AgileServerless: agile, which indicates a Serverless cluster.
787
- *
788
- * - SteadyServerless: steady, which indicates a cluster with defined specifications (a subscription or pay-as-you-go cluster).
723
+ * The serverless type of the database proxy. Valid values:
724
+ * - AgileServerless: agile serverless cluster.
725
+ * - SteadyServerless: steady serverless, which is a cluster with defined specifications (subscription or pay-as-you-go billing).
789
726
  *
790
727
  * @example
791
728
  * SteadyServerless
@@ -793,7 +730,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
793
730
  proxyServerlessType?: string;
794
731
  /**
795
732
  * @remarks
796
- * The number of CPU cores of the database proxy with standard specifications.
733
+ * The number of CPU cores in the standard configuration of the database proxy.
797
734
  *
798
735
  * @example
799
736
  * 2
@@ -803,27 +740,17 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
803
740
  * @remarks
804
741
  * The status of the database proxy. Valid values:
805
742
  *
806
- * - **Creating**
807
- *
808
- * - **Running**
809
- *
810
- * - **Deleting**: The proxy is being released.
811
- *
812
- * - **Rebooting**
813
- *
814
- * - **DBNodeCreating**: A node is being added.
815
- *
816
- * - **DBNodeDeleting**: A node is being deleted.
817
- *
818
- * - **ClassChanging**: The node specifications are being changed.
819
- *
820
- * - **NetAddressCreating**: A network connection is being created.
821
- *
822
- * - **NetAddressDeleting**: A network connection is being deleted.
823
- *
824
- * - **NetAddressModifying**: A network connection is being modified.
825
- *
826
- * - **Deleted**: The proxy is released.
743
+ * - **Creating**: being created.
744
+ * - **Running**: running.
745
+ * - **Deleting**: being released.
746
+ * - **Rebooting**: being restarted.
747
+ * - **DBNodeCreating**: adding a node.
748
+ * - **DBNodeDeleting**: deleting a node.
749
+ * - **ClassChanging**: changing node specifications.
750
+ * - **NetAddressCreating**: creating network connectivity.
751
+ * - **NetAddressDeleting**: deleting network connectivity.
752
+ * - **NetAddressModifying**: modifying network connectivity.
753
+ * - **Deleted**: released.
827
754
  *
828
755
  * @example
829
756
  * Running
@@ -834,8 +761,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
834
761
  * The type of the database proxy. Valid values:
835
762
  *
836
763
  * - **Exclusive**: Dedicated Enterprise Edition
837
- *
838
- * - **General** : Standard Enterprise Edition
764
+ * - **General**: Standard Enterprise Edition
839
765
  *
840
766
  * @example
841
767
  * Exclusive
@@ -867,11 +793,10 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
867
793
  resourceGroupId?: string;
868
794
  /**
869
795
  * @remarks
870
- * - If RestoreType is set to **RestoreByTime** or **RestoreByTimeOss**, this parameter indicates the point in time for the restoration.
871
- *
872
- * - If RestoreType is set to **RestoreByBackupSet** or **RestoreByBackupSetOss**, this parameter indicates the ID of the backup set that is used for the restoration.
796
+ * * If RestoreType is **RestoreByTime** or **RestoreByTimeOss**, this value indicates the point in time to which the cluster is restored.
797
+ * * If RestoreType is **RestoreByBackupSet** or **RestoreByBackupSetOss**, this value indicates the backup set ID used for the restoration.
873
798
  *
874
- * > This parameter is supported only for clusters that are restored from a backup set or a point in time after June 1, 2024.
799
+ * <note>This parameter is supported only for clusters restored from a backup set or point in time after June 1, 2024.</note>
875
800
  *
876
801
  * @example
877
802
  * 2179639137
@@ -879,19 +804,15 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
879
804
  restoreDataPoint?: string;
880
805
  /**
881
806
  * @remarks
882
- * The method that is used to restore the cluster. Valid values:
883
- *
884
- * - **RestoreByTime**: The cluster is restored to a point in time from a level-1 backup.
885
- *
886
- * - **RestoreByBackupSet**: The cluster is restored from a level-1 backup set.
887
- *
888
- * - **RestoreByTimeOss**: The cluster is restored to a point in time from a level-2 backup.
807
+ * The restoration method of the cluster. Valid values:
889
808
  *
890
- * - **RestoreByBackupSetOss**: The cluster is restored from a level-2 backup set.
809
+ * * **RestoreByTime**: point-in-time restore based on a level-1 backup.
810
+ * * **RestoreByBackupSet**: restore from a level-1 backup set.
811
+ * * **RestoreByTimeOss**: point-in-time restore based on a level-2 backup.
812
+ * * **RestoreByBackupSetOss**: restore from a level-2 backup set.
813
+ * * **CloneFromSourceCluster**: clone from the source cluster.
891
814
  *
892
- * - **CloneFromSourceCluster**: The cluster is cloned from a source cluster.
893
- *
894
- * > This parameter is supported only for clusters that are restored from a backup set or a point in time after June 1, 2024.
815
+ * <note>This parameter is supported only for clusters restored from a backup set or point in time after June 1, 2024.</note>
895
816
  *
896
817
  * @example
897
818
  * RestoreByTime
@@ -899,7 +820,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
899
820
  restoreType?: string;
900
821
  /**
901
822
  * @remarks
902
- * The row compression settings.
823
+ * The row compression setting.
903
824
  *
904
825
  * @example
905
826
  * OFF
@@ -907,7 +828,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
907
828
  rowCompression?: string;
908
829
  /**
909
830
  * @remarks
910
- * The storage usage for SQL statements. Unit: bytes. A value of -1 indicates that no data is available.
831
+ * The storage size of SQL statements, in bytes. A value of -1 indicates that no data is available.
911
832
  *
912
833
  * @example
913
834
  * 0
@@ -915,7 +836,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
915
836
  SQLSize?: number;
916
837
  /**
917
838
  * @remarks
918
- * The running state of the search node.
839
+ * The running status of the search node.
919
840
  *
920
841
  * @example
921
842
  * Running
@@ -923,9 +844,8 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
923
844
  searchClusterStatus?: string;
924
845
  /**
925
846
  * @remarks
926
- * The size of the compressed storage data of the search node.
927
- *
928
- * > This parameter is returned only when the storage compression feature is enabled for the cluster.
847
+ * The compressed storage data size of the search node.
848
+ * >This parameter is returned only when the storage compression feature is enabled for the cluster.
929
849
  *
930
850
  * @example
931
851
  * 15529410560
@@ -941,13 +861,12 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
941
861
  searchStorageUsed?: number;
942
862
  /**
943
863
  * @remarks
944
- * The Serverless type of the cluster. Valid values:
945
- *
946
- * - AgileServerless: agile, which indicates a Serverless cluster.
864
+ * The serverless type of the cluster. Valid values:
947
865
  *
948
- * - SteadyServerless: steady, which indicates a cluster with defined specifications for which the Serverless feature is enabled.
866
+ * - AgileServerless: agile serverless cluster.
867
+ * - SteadyServerless: steady serverless, which is a cluster with defined specifications that has the serverless feature enabled.
949
868
  *
950
- * > This parameter is supported only for Serverless clusters or clusters with defined specifications for which the Serverless feature is enabled.
869
+ * > This parameter is supported only for serverless clusters or clusters with defined specifications that have the serverless feature enabled.
951
870
  *
952
871
  * @example
953
872
  * SteadyServerless
@@ -956,7 +875,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
956
875
  /**
957
876
  * @remarks
958
877
  * The source cluster ID.
959
- * > This parameter is supported only for clusters that are restored from a backup set or a point in time after June 1, 2024.
878
+ * <note>This parameter is supported only for clusters restored from a backup set or point in time after June 1, 2024.</note>
960
879
  *
961
880
  * @example
962
881
  * pc-pz51ziv48317b2880
@@ -965,7 +884,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
965
884
  /**
966
885
  * @remarks
967
886
  * The region ID of the source cluster.
968
- * > This parameter is returned only when the source cluster ID exists.
887
+ * <note>This parameter is returned only when the source cluster ID exists.</note>
969
888
  *
970
889
  * @example
971
890
  * cn-beijing
@@ -974,12 +893,9 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
974
893
  /**
975
894
  * @remarks
976
895
  * The cross-zone disaster recovery mode. Valid values:
977
- *
978
- * - **ON**: The cross-zone disaster recovery mode is enabled.
979
- *
980
- * - **OFF**: The cross-zone disaster recovery mode is disabled.
981
- *
982
- * - **0**: The customer drill mode.
896
+ * - **ON**: Cross-zone disaster recovery is enabled.
897
+ * - **OFF**: Cross-zone disaster recovery is disabled.
898
+ * - **0**: Customer drill mode.
983
899
  *
984
900
  * @example
985
901
  * OFF
@@ -987,7 +903,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
987
903
  standbyHAMode?: string;
988
904
  /**
989
905
  * @remarks
990
- * The maximum storage capacity of the current cluster specifications. Unit: bytes.
906
+ * The maximum storage capacity for the current cluster specifications, in bytes.
991
907
  *
992
908
  * @example
993
909
  * 10995116277760
@@ -997,9 +913,8 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
997
913
  * @remarks
998
914
  * The billing method for storage. Valid values:
999
915
  *
1000
- * - **Postpaid**: pay-as-you-go.
1001
- *
1002
- * - **Prepaid**: subscription.
916
+ * - **Postpaid**: pay-by-capacity (pay-as-you-go).
917
+ * - **Prepaid**: pay-by-space (subscription).
1003
918
  *
1004
919
  * @example
1005
920
  * Prepaid
@@ -1007,7 +922,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
1007
922
  storagePayType?: string;
1008
923
  /**
1009
924
  * @remarks
1010
- * The storage space of the subscription cluster. Unit: bytes.
925
+ * The storage space for pay-by-space (subscription) billing. Unit: bytes.
1011
926
  *
1012
927
  * @example
1013
928
  * 50
@@ -1015,7 +930,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
1015
930
  storageSpace?: number;
1016
931
  /**
1017
932
  * @remarks
1018
- * The storage class. The value is fixed as **HighPerformance**.
933
+ * The storage type. The value is fixed as **HighPerformance**.
1019
934
  *
1020
935
  * @example
1021
936
  * HighPerformance
@@ -1023,7 +938,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
1023
938
  storageType?: string;
1024
939
  /**
1025
940
  * @remarks
1026
- * The used storage space. Unit: bytes.
941
+ * The storage usage, in bytes.
1027
942
  *
1028
943
  * @example
1029
944
  * 3012558848
@@ -1031,11 +946,11 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
1031
946
  storageUsed?: number;
1032
947
  /**
1033
948
  * @remarks
1034
- * Indicates whether strong consistency is enabled for the multi-zone data. Valid values:
949
+ * Indicates whether multi-zone strong data consistency is enabled for the cluster. Valid values:
1035
950
  *
1036
- * - **ON**: Strong consistency is enabled for the multi-zone data. This applies to Standard Edition clusters that are deployed across three zones.
951
+ * - **ON**: Multi-zone strong data consistency is enabled. This applies to PolarDB for MySQL Standard Edition with three-zone deployment.
1037
952
  *
1038
- * - **OFF**: Strong consistency is not enabled for the multi-zone data.
953
+ * - **OFF**: Multi-zone strong data consistency is not enabled.
1039
954
  *
1040
955
  * @example
1041
956
  * ON
@@ -1043,13 +958,11 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
1043
958
  strictConsistency?: string;
1044
959
  /**
1045
960
  * @remarks
1046
- * The specification type of the compute node. Valid values:
1047
- *
1048
- * - **Exclusive**: Dedicated
1049
- *
1050
- * - **General**: General-purpose
961
+ * The specification type of compute nodes. Valid values:
962
+ * * **Exclusive**: Dedicated
963
+ * * **General**: General-purpose
1051
964
  *
1052
- * > This parameter is returned only for PolarDB for MySQL Cluster Edition clusters.
965
+ * > This parameter is returned only for PolarDB for MySQL clusters of the Cluster Edition.
1053
966
  *
1054
967
  * @example
1055
968
  * Exclusive
@@ -1057,7 +970,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
1057
970
  subCategory?: string;
1058
971
  /**
1059
972
  * @remarks
1060
- * Indicates whether the instant switchover feature that is compatible with IMCI is supported.
973
+ * Indicates whether failover with hot replica is supported with IMCI compatibility.
1061
974
  *
1062
975
  * @example
1063
976
  * ON
@@ -1065,12 +978,12 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
1065
978
  supportInstantSwitchWithImci?: string;
1066
979
  /**
1067
980
  * @remarks
1068
- * The details of the tags.
981
+ * The details of tags.
1069
982
  */
1070
983
  tags?: DescribeDBClusterAttributeResponseBodyTags[];
1071
984
  /**
1072
985
  * @remarks
1073
- * The virtual private cloud (VPC) ID.
986
+ * The VPC ID.
1074
987
  *
1075
988
  * @example
1076
989
  * vpc-*******************
@@ -1078,7 +991,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $dara.Model
1078
991
  VPCId?: string;
1079
992
  /**
1080
993
  * @remarks
1081
- * The virtual switch ID.
994
+ * The vSwitch ID.
1082
995
  *
1083
996
  * @example
1084
997
  * vsw-*********************