@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
@@ -2,9 +2,9 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateDBClusterRequestTag extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The key of the tag.
5
+ * The tag key. To add multiple tags to the cluster at a time, click **Add** to add tag keys.
6
6
  *
7
- * > You can add up to 20 tags at a time. The Nth tag is a key-value pair, where `Tag.N.Key` is the key and `Tag.N.Value` is the value.
7
+ * > You can add up to 20 tag pairs at a time. `Tag.N.Key` corresponds to `Tag.N.Value`.
8
8
  *
9
9
  * @example
10
10
  * type
@@ -12,9 +12,9 @@ export declare class CreateDBClusterRequestTag extends $dara.Model {
12
12
  key?: string;
13
13
  /**
14
14
  * @remarks
15
- * The value of the tag.
15
+ * The tag value. To add multiple tags to the cluster at a time, click **Add** to add tag values.
16
16
  *
17
- * > You can add up to 20 tags at a time. The Nth tag is a key-value pair, where `Tag.N.Key` is the key and `Tag.N.Value` is the value.
17
+ * > You can add up to 20 tag pairs at a time. `Tag.N.Value` corresponds to `Tag.N.Key`.
18
18
  *
19
19
  * @example
20
20
  * test
@@ -32,15 +32,17 @@ export declare class CreateDBClusterRequestTag extends $dara.Model {
32
32
  });
33
33
  }
34
34
  export declare class CreateDBClusterRequest extends $dara.Model {
35
+ agenticDbClusterDescription?: string;
36
+ agenticDbClusterId?: string;
37
+ agenticDbType?: string;
35
38
  /**
36
39
  * @remarks
37
- * Specifies whether to enable pause on inactivity. Valid values:
40
+ * Specifies whether to enable No-activity Suspension. Valid values:
38
41
  *
39
- * - **true**: enables pause on inactivity.
42
+ * - **true**: Enabled.
40
43
  *
41
- * - **false** (default): disables pause on inactivity.
42
- *
43
- * > This parameter is supported only for serverless clusters.
44
+ * - **false**: Disabled. This is the default value.
45
+ * > Only serverless clusters support this parameter.
44
46
  *
45
47
  * @example
46
48
  * true
@@ -49,9 +51,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
49
51
  /**
50
52
  * @remarks
51
53
  * The CPU architecture. Valid values:
52
- *
53
54
  * - X86
54
- *
55
55
  * - ARM
56
56
  *
57
57
  * @example
@@ -62,9 +62,8 @@ export declare class CreateDBClusterRequest extends $dara.Model {
62
62
  * @remarks
63
63
  * Specifies whether to enable auto-renewal. Valid values:
64
64
  *
65
- * - **true**: enables auto-renewal.
66
- *
67
- * - **false**: disables auto-renewal.
65
+ * - **true**: Auto-renewal is enabled.
66
+ * - **false**: Auto-renewal is disabled.
68
67
  *
69
68
  * Default value: **false**.
70
69
  *
@@ -76,11 +75,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
76
75
  autoRenew?: boolean;
77
76
  /**
78
77
  * @remarks
79
- * Specifies whether to automatically use a coupon. Valid values:
80
- *
81
- * - true (default): Automatically uses a coupon.
82
- *
83
- * - false: does not use a coupon.
78
+ * Specifies whether to automatically use coupons. Valid values:
79
+ * * true (default): Coupons are used.
80
+ * * false: Coupons are not used.
84
81
  *
85
82
  * @example
86
83
  * true
@@ -88,19 +85,14 @@ export declare class CreateDBClusterRequest extends $dara.Model {
88
85
  autoUseCoupon?: boolean;
89
86
  /**
90
87
  * @remarks
91
- * The backup retention policy to apply when the cluster is deleted. Valid values:
88
+ * The data retention policy applied when the cluster is deleted. Valid values:
89
+ * * **ALL**: All backups are retained for long-term retention (LTR).
90
+ * * **LATEST**: The last backup is retained for long-term retention (LTR). An automatic backup is performed before deletion.
91
+ * * **NONE**: No backups are retained when the cluster is deleted.
92
92
  *
93
- * - **ALL**: retains all backup sets.
94
- *
95
- * - **LATEST**: retains only the last backup set. An automatic backup is performed before the cluster is deleted.
96
- *
97
- * - **NONE**: does not retain backup sets.
98
- *
99
- * Default value: **NONE**.
100
- *
101
- * > - This parameter is valid only if **DBType** is set to **MySQL**.
102
- * >
103
- * > - Serverless clusters do not support this parameter.
93
+ * Default value: **NONE**, which means no backups are retained when the cluster is deleted.
94
+ * >* This parameter takes effect only when **DBType** is set to **MySQL**.
95
+ * >* Serverless clusters do not support this parameter.
104
96
  *
105
97
  * @example
106
98
  * NONE
@@ -108,13 +100,12 @@ export declare class CreateDBClusterRequest extends $dara.Model {
108
100
  backupRetentionPolicyOnClusterDeletion?: string;
109
101
  /**
110
102
  * @remarks
111
- * Specifies whether to enable the performance burst feature for the ESSD AutoPL cloud disk. Valid values:
112
- *
113
- * - **true**: enables the performance burst feature.
103
+ * Specifies whether to enable I/O performance burst for the ESSD AutoPL cloud disk. Valid values:
114
104
  *
115
- * - **false** (default): disables the performance burst feature.
105
+ * - **true**: Enabled.
106
+ * - **false**: Disabled. This is the default value.
116
107
  *
117
- * > This parameter is supported only when **StorageType** is set to ESSDAUTOPL.
108
+ * > This parameter is supported only when StorageType is set to ESSDAUTOPL.
118
109
  *
119
110
  * @example
120
111
  * false
@@ -122,7 +113,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
122
113
  burstingEnabled?: string;
123
114
  /**
124
115
  * @remarks
125
- * A client-generated token that ensures the idempotence of the request. This token must be unique across all requests and is case-sensitive. It can contain up to 64 ASCII characters.
116
+ * The client token that is used to ensure the idempotence of the request. The value is generated by the client and must be unique among different requests. It is case-sensitive and cannot exceed 64 ASCII characters in length.
126
117
  *
127
118
  * @example
128
119
  * 6000170000591aed949d0f5********************
@@ -130,17 +121,15 @@ export declare class CreateDBClusterRequest extends $dara.Model {
130
121
  clientToken?: string;
131
122
  /**
132
123
  * @remarks
133
- * The point in time for the clone. Valid values:
134
- *
135
- * - **LATEST**: The latest point in time.
124
+ * The point in time at which data is cloned. Valid values:
136
125
  *
137
- * - **BackupID**: The ID of a historical backup set.
126
+ * - **LATEST**: The latest point in time.
127
+ * - **BackupID**: A historical backup set ID. Specify the actual backup set ID.
128
+ * - **Timestamp**: A historical point in time. Specify the actual time in the `YYYY-MM-DDThh:mm:ssZ` format (UTC).
138
129
  *
139
- * - **Timestamp**: A specific point in time in the `YYYY-MM-DDThh:mm:ssZ` format. The time must be in UTC.
130
+ * Default value: **LATEST**.
140
131
  *
141
- * Default value: **LATEST**.
142
- *
143
- * > If you set **CreationOption** to **CloneFromRDS**, you can set this parameter only to **LATEST**.
132
+ * > If **CreationOption** is set to **CloneFromRDS**, this parameter can only be set to **LATEST**.
144
133
  *
145
134
  * @example
146
135
  * LATEST
@@ -156,7 +145,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
156
145
  cloudProvider?: string;
157
146
  /**
158
147
  * @remarks
159
- * The network type of the cluster. Only **VPC** is supported.
148
+ * The network type of the cluster. Only Virtual Private Cloud (VPC) is supported. Set the value to **VPC**.
160
149
  *
161
150
  * @example
162
151
  * VPC
@@ -165,24 +154,17 @@ export declare class CreateDBClusterRequest extends $dara.Model {
165
154
  /**
166
155
  * @remarks
167
156
  * The edition of the cluster. Valid values:
157
+ * * **Normal**: Cluster Edition. This is the default value.
158
+ * * **Basic**: Single Node Edition.
159
+ * * **ArchiveNormal**: X-Engine Edition.
160
+ * * **NormalMultimaster**: Multi-master Cluster Edition.
161
+ * * **SENormal**: Standard Edition.
168
162
  *
169
- * - **Normal**: Cluster Edition (default)
170
- *
171
- * - **Basic**: Single-node Edition
172
- *
173
- * - **ArchiveNormal**: X-Engine Edition
174
- *
175
- * - **NormalMultimaster**: Multi-master Cluster Edition
176
- *
177
- * - **SENormal**: Standard Edition
178
- *
179
- * > * The **Basic** edition is supported for PolarDB for MySQL **5.6**, **5.7**, and **8.0**; PolarDB for PostgreSQL **14**; and PolarDB for PostgreSQL (compatible with Oracle) **2.0**.
180
- * >
181
- * > * The **ArchiveNormal** and **NormalMultimaster** editions are supported for PolarDB for MySQL **8.0**.
182
- * >
183
- * > * The **SENormal** edition is supported for PolarDB for MySQL **5.6**, **5.7**, and **8.0** and PolarDB for PostgreSQL **14**.
163
+ * > * **MySQL** **5.6**, **5.7**, **8.0**, **PostgreSQL** **14**, and **Oracle syntax-compatible 2.0** support **Basic**.
164
+ * > * **MySQL** **8.0** supports **ArchiveNormal** and **NormalMultimaster**.
165
+ * > * **MySQL** **5.6**, **5.7**, **8.0**, and **PostgreSQL** **14** support **SENormal**.
184
166
  *
185
- * For more information about product editions, see [Editions](https://help.aliyun.com/document_detail/183258.html).
167
+ * For more information about editions, see [Product editions](https://help.aliyun.com/document_detail/183258.html).
186
168
  *
187
169
  * @example
188
170
  * Normal
@@ -190,43 +172,37 @@ export declare class CreateDBClusterRequest extends $dara.Model {
190
172
  creationCategory?: string;
191
173
  /**
192
174
  * @remarks
193
- * The method to create the cluster. Valid values:
194
- *
195
- * - **Normal**: Creates a new PolarDB cluster. For more information, see the following topics:
196
- *
197
- * - [Create a PolarDB for MySQL cluster](https://help.aliyun.com/document_detail/58769.html)
198
- *
199
- * - [Create a PolarDB for PostgreSQL cluster](https://help.aliyun.com/document_detail/118063.html)
200
- *
201
- * - [Create a PolarDB for PostgreSQL (compatible with Oracle) cluster](https://help.aliyun.com/document_detail/118182.html)
202
- *
203
- * - **CloneFromPolarDB**: Clones data from an existing PolarDB cluster. For more information, see the following topics:
204
- *
205
- * - [Clone a PolarDB for MySQL cluster](https://help.aliyun.com/document_detail/87966.html)
175
+ * The method used to create the cluster. Valid values:
206
176
  *
207
- * - [Clone a PolarDB for PostgreSQL cluster](https://help.aliyun.com/document_detail/118108.html)
177
+ * * **Normal**: Creates a new PolarDB cluster. For console operations, see the following topics:
208
178
  *
209
- * - [Clone a PolarDB for PostgreSQL (compatible with Oracle) cluster](https://help.aliyun.com/document_detail/118221.html)
179
+ * * [Create a PolarDB for MySQL database cluster](https://help.aliyun.com/document_detail/58769.html)
180
+ * * [Create a PolarDB for PostgreSQL database cluster](https://help.aliyun.com/document_detail/118063.html)
181
+ * * [Create a PolarDB for PostgreSQL (Compatible with Oracle) database cluster](https://help.aliyun.com/document_detail/118182.html)
210
182
  *
211
- * - **RecoverFromRecyclebin**: Restores a PolarDB cluster from the recycle bin. For more information, see the following topics:
183
+ * * **CloneFromPolarDB**: Clones data from an existing PolarDB cluster to a new PolarDB cluster. For console operations, see the following topics:
212
184
  *
213
- * - [Restore a released PolarDB for MySQL cluster](https://help.aliyun.com/document_detail/164880.html)
185
+ * * [Clone a PolarDB for MySQL cluster](https://help.aliyun.com/document_detail/87966.html)
186
+ * * [Clone a PolarDB for PostgreSQL cluster](https://help.aliyun.com/document_detail/118108.html)
187
+ * * [Clone a PolarDB for PostgreSQL (Compatible with Oracle) cluster](https://help.aliyun.com/document_detail/118221.html)
214
188
  *
215
- * - [Restore a released PolarDB for PostgreSQL cluster](https://help.aliyun.com/document_detail/432844.html)
189
+ * * **RecoverFromRecyclebin**: Recovers data from a released PolarDB cluster to a new PolarDB cluster. For console operations, see the following topics:
216
190
  *
217
- * - [Restore a released PolarDB for PostgreSQL (compatible with Oracle) cluster](https://help.aliyun.com/document_detail/424632.html)
191
+ * * [Restore a released PolarDB for MySQL cluster](https://help.aliyun.com/document_detail/164880.html)
192
+ * * [Restore a released PolarDB for PostgreSQL cluster](https://help.aliyun.com/document_detail/432844.html)
193
+ * * [Restore a released PolarDB for PostgreSQL (Compatible with Oracle) cluster](https://help.aliyun.com/document_detail/424632.html)
218
194
  *
219
- * - **CloneFromRDS**: Clones data from an existing ApsaraDB RDS instance to a new PolarDB cluster. For more information, see [One-click cloning from ApsaraDB RDS for MySQL to PolarDB for MySQL](https://help.aliyun.com/document_detail/121812.html).
195
+ * * **CloneFromRDS**: Clones data from an existing ApsaraDB RDS instance to a new PolarDB cluster. For console operations, see [Clone an ApsaraDB RDS for MySQL instance to a PolarDB for MySQL cluster](https://help.aliyun.com/document_detail/121812.html).
220
196
  *
221
- * - **MigrationFromRDS**: Migrates data from an existing ApsaraDB RDS instance. The created PolarDB cluster is in read-only mode and has binary logging enabled by default. For more information, see [One-click upgrade from ApsaraDB RDS for MySQL to PolarDB for MySQL](https://help.aliyun.com/document_detail/121582.html).
197
+ * * **MigrationFromRDS**: Migrates data from an existing ApsaraDB RDS instance to a new PolarDB cluster. The created PolarDB cluster is in read-only pattern and has binary logging enabled by default. For console operations, see [Upgrade an ApsaraDB RDS for MySQL instance to a PolarDB for MySQL cluster](https://help.aliyun.com/document_detail/121582.html).
222
198
  *
223
- * - **CreateGdnStandby**: Creates a secondary cluster in a Global Database Network (GDN). For more information, see [Add a secondary cluster](https://help.aliyun.com/document_detail/160381.html).
199
+ * * **CreateGdnStandby**: Creates a secondary cluster. For console operations, see [Add a secondary cluster](https://help.aliyun.com/document_detail/160381.html).
224
200
  *
225
- * - **UpgradeFromPolarDB**: Upgrades the major version of a PolarDB cluster. For more information, see [Perform a major version upgrade](https://help.aliyun.com/document_detail/459712.html).
201
+ * * **UpgradeFromPolarDB**: Performs instance migration from PolarDB. For console operations, see [Major engine version upgrade](https://help.aliyun.com/document_detail/459712.html).
226
202
  *
227
203
  * Default value: **Normal**.
228
204
  *
229
- * > If **DBType** is set to **MySQL** and **DBVersion** is set to **8.0**, you can set this parameter to **CreateGdnStandby**.
205
+ * > When **DBType** is set to **MySQL** and **DBVersion** is set to **8.0**, you can set this parameter to **CreateGdnStandby**.
230
206
  *
231
207
  * @example
232
208
  * Normal
@@ -234,11 +210,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
234
210
  creationOption?: string;
235
211
  /**
236
212
  * @remarks
237
- * The description of the cluster. The description must meet the following requirements:
238
- *
239
- * - It cannot start with `http://` or `https://`.
240
- *
241
- * - It must be 2 to 256 characters in length.
213
+ * The name of the cluster. The name must meet the following requirements:
214
+ * * It cannot start with `http://` or `https://`.
215
+ * * It must be 2 to 256 characters in length.
242
216
  *
243
217
  * @example
244
218
  * test
@@ -246,13 +220,13 @@ export declare class CreateDBClusterRequest extends $dara.Model {
246
220
  DBClusterDescription?: string;
247
221
  /**
248
222
  * @remarks
249
- * The minor version of the database engine. Valid values:
223
+ * The minor engine version. Valid values:
250
224
  *
251
225
  * - **8.0.2**
252
226
  *
253
227
  * - **8.0.1**
254
228
  *
255
- * > This parameter is valid only if **DBType** is set to **MySQL** and **DBVersion** is set to **8.0**.
229
+ * > This parameter takes effect only when **DBType** is set to **MySQL** and **DBVersion** is set to **8.0**.
256
230
  *
257
231
  * @example
258
232
  * 8.0.1
@@ -262,21 +236,15 @@ export declare class CreateDBClusterRequest extends $dara.Model {
262
236
  * @remarks
263
237
  * The node specification. For more information, see the following topics:
264
238
  *
265
- * - PolarDB for MySQL: [Compute node specifications](https://help.aliyun.com/document_detail/102542.html)
266
- *
267
- * - PolarDB for PostgreSQL (compatible with Oracle): [Compute node specifications](https://help.aliyun.com/document_detail/207921.html)
239
+ * - PolarDB for MySQL: [Compute node specifications](https://help.aliyun.com/document_detail/102542.html).
240
+ * - PolarDB for PostgreSQL (Compatible with Oracle): [Compute node specifications](https://help.aliyun.com/document_detail/207921.html).
241
+ * - PolarDB for PostgreSQL: [Compute node specifications](https://help.aliyun.com/document_detail/209380.html).
268
242
  *
269
- * - PolarDB for PostgreSQL: [Compute node specifications](https://help.aliyun.com/document_detail/209380.html)
270
- *
271
- * > * To create a PolarDB for MySQL Cluster Edition serverless cluster, set this parameter to **polar.mysql.sl.small**.
272
- * >
273
- * > * To create a PolarDB for MySQL Standard Edition serverless cluster, set this parameter to **polar.mysql.sl.small.c**.
274
- * >
275
- * > * To create a PolarDB for PostgreSQL Cluster Edition serverless cluster, set this parameter to **polar.pg.sl.small**.
276
- * >
277
- * > * To create a PolarDB for PostgreSQL Standard Edition serverless cluster, set this parameter to **polar.pg.sl.small.c**.
278
- * >
279
- * > * To create a PolarDB for PostgreSQL (compatible with Oracle) serverless cluster, set this parameter to **polar.o.sl.small**.
243
+ * > - To create a serverless cluster for PolarDB for MySQL Cluster Edition, set this parameter to **polar.mysql.sl.small**.
244
+ * > - To create a serverless cluster for PolarDB for MySQL Standard Edition, set this parameter to **polar.mysql.sl.small.c**.
245
+ * > - To create a serverless cluster for PolarDB for PostgreSQL Cluster Edition, set this parameter to **polar.pg.sl.small**.
246
+ * > - To create a serverless cluster for PolarDB for PostgreSQL Standard Edition, set this parameter to **polar.pg.sl.small.c**.
247
+ * > - To create a serverless cluster for PolarDB for PostgreSQL (Compatible with Oracle), set this parameter to **polar.o.sl.small**.
280
248
  *
281
249
  * @example
282
250
  * polar.mysql.x4.medium
@@ -284,17 +252,12 @@ export declare class CreateDBClusterRequest extends $dara.Model {
284
252
  DBNodeClass?: string;
285
253
  /**
286
254
  * @remarks
287
- * The number of nodes for a Standard Edition or Enterprise Edition cluster. Valid values:
288
- *
289
- * - Standard Edition: 1 to 8. A cluster of this edition includes one read/write node and up to seven read-only nodes.
290
- *
291
- * - Enterprise Edition: 1 to 16. A cluster of this edition includes one read/write node and up to 15 read-only nodes.
292
- *
293
- * > * By default, an Enterprise Edition cluster has two nodes and a Standard Edition cluster has one node.
294
- * >
295
- * > * This parameter is supported only for PolarDB for MySQL.
296
- * >
297
- * > * You cannot change the number of nodes in a Multi-master Cluster Edition cluster.
255
+ * The number of nodes for Standard Edition and Enterprise Edition. Valid values:
256
+ * - Standard Edition: 1 to 8 (supports 1 read/write node and 7 read-only nodes).
257
+ * - Enterprise Edition: 1 to 16 (supports 1 read/write node and 15 read-only nodes).
258
+ * > - Enterprise Edition has 2 nodes by default. Standard Edition has 1 node by default.
259
+ * > - Only PolarDB for MySQL supports this parameter.
260
+ * > - Changing the number of nodes for Multi-master Cluster Edition clusters is not supported.
298
261
  *
299
262
  * @example
300
263
  * 1
@@ -302,12 +265,10 @@ export declare class CreateDBClusterRequest extends $dara.Model {
302
265
  DBNodeNum?: number;
303
266
  /**
304
267
  * @remarks
305
- * The database engine. Valid values:
268
+ * The database engine type. Valid values:
306
269
  *
307
270
  * - **MySQL**
308
- *
309
271
  * - **PostgreSQL**
310
- *
311
272
  * - **Oracle**
312
273
  *
313
274
  * This parameter is required.
@@ -318,29 +279,23 @@ export declare class CreateDBClusterRequest extends $dara.Model {
318
279
  DBType?: string;
319
280
  /**
320
281
  * @remarks
321
- * The version of the database engine.
322
- *
323
- * - Valid values for MySQL:
324
- *
325
- * - **5.6**
326
- *
327
- * - **5.7**
282
+ * The database engine version.
283
+ * * Valid values for MySQL:
284
+ * * **5.6**
285
+ * * **5.7**
286
+ * * **8.0**
287
+ * * Valid values for PostgreSQL:
288
+ * * **11**
289
+ * * **14**
290
+ * * **15**
291
+ * <props="china">
328
292
  *
329
- * - **8.0**
293
+ * > To create a serverless cluster for PolarDB for PostgreSQL, only version 14 is supported.
330
294
  *
331
- * - Valid values for PostgreSQL:
332
295
  *
333
- * - **11**
334
- *
335
- * - **14**
336
- *
337
- * - **15**<props="china">
338
- *
339
- * > If you create a serverless cluster for PolarDB for PostgreSQL, you must set this parameter to `14`.
340
- *
341
- * \\* Valid values for Oracle:
342
- * \\* **11**
343
- * \\* **14**
296
+ * * Valid values for Oracle:
297
+ * * **11**
298
+ * * **14**
344
299
  *
345
300
  * This parameter is required.
346
301
  *
@@ -350,9 +305,8 @@ export declare class CreateDBClusterRequest extends $dara.Model {
350
305
  DBVersion?: string;
351
306
  /**
352
307
  * @remarks
353
- * Cluster time zone (UTC). The value can be any full-hour offset from **-12:00 to +13:00**, such as **00:00**. The default value is **SYSTEM**, which uses the region\\"s time zone.
354
- *
355
- * > This parameter takes effect only when **DBType** is **MySQL**.
308
+ * The default time zone of the cluster (UTC). The value can be any time frame within the range of **-12:00 to +13:00**, such as **00:00**. Default value: **SYSTEM**, which indicates that the default time zone is the same as the time zone of the region.
309
+ * > This parameter takes effect only when **DBType** is set to **MySQL**.
356
310
  *
357
311
  * @example
358
312
  * SYSTEM
@@ -360,7 +314,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
360
314
  defaultTimeZone?: string;
361
315
  /**
362
316
  * @remarks
363
- * The ID of the Edge Node Service (ENS) node. This parameter is required if you want to create an ENS database instance.
317
+ * The ENS node ID required when creating an ENS database.
364
318
  *
365
319
  * @example
366
320
  * vn-hanoi-3
@@ -368,9 +322,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
368
322
  ensRegionId?: string;
369
323
  /**
370
324
  * @remarks
371
- * The ID of the Global Database Network (GDN).
325
+ * The ID of the global database network (GDN).
372
326
  *
373
- * > This parameter is required if **CreationOption** is set to **CreateGdnStandby**.
327
+ * > This parameter is required when **CreationOption** is set to **CreateGdnStandby**.
374
328
  *
375
329
  * @example
376
330
  * gdn-***********
@@ -378,19 +332,14 @@ export declare class CreateDBClusterRequest extends $dara.Model {
378
332
  GDNId?: string;
379
333
  /**
380
334
  * @remarks
381
- * Specifies whether to enable the hot standby cluster feature. Valid values:
382
- *
383
- * - **ON** (default): enables a hot standby storage cluster.
335
+ * Specifies whether to enable the hot standby cluster. Valid values:
384
336
  *
385
- * - **OFF**: disables the hot standby cluster feature.
386
- *
387
- * - **STANDBY**: enables a hot standby cluster.
388
- *
389
- * - **EQUAL**: enables hot standby for both storage and computing resources.
390
- *
391
- * - **3AZ**: enables multi-AZ strong consistency.
392
- *
393
- * > The value **STANDBY** is valid only for PolarDB for PostgreSQL.
337
+ * - **ON** (default): Enables the hot standby storage cluster.
338
+ * - **OFF**: Disables the hot standby cluster.
339
+ * - **STANDBY**: Enables the hot standby cluster.
340
+ * - **EQUAL**: Enables both the hot standby storage cluster and the hot standby compute cluster.
341
+ * - **3AZ**: Enables multi-zone strong data consistency.
342
+ * > **STANDBY** takes effect only for PolarDB for PostgreSQL.
394
343
  *
395
344
  * @example
396
345
  * ON
@@ -398,13 +347,11 @@ export declare class CreateDBClusterRequest extends $dara.Model {
398
347
  hotStandbyCluster?: string;
399
348
  /**
400
349
  * @remarks
401
- * Specifies whether to enable binary logging. Valid values:
402
- *
403
- * - **ON**: enables binary logging.
404
- *
405
- * - **OFF**: disables binary logging.
350
+ * Specifies whether to enable the binary logging feature. Valid values:
406
351
  *
407
- * > This parameter is valid only if **DBType** is set to **MySQL**.
352
+ * - **ON**: Binary logging is enabled for the cluster.
353
+ * - **OFF**: Binary logging is disabled for the cluster.
354
+ * > This parameter takes effect only when **DBType** is set to **MySQL**.
408
355
  *
409
356
  * @example
410
357
  * ON
@@ -414,11 +361,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
414
361
  * @remarks
415
362
  * Specifies whether to enable the X-Engine storage engine. Valid values:
416
363
  *
417
- * - **ON**: enables the X-Engine storage engine.
418
- *
419
- * - **OFF**: disables the X-Engine storage engine.
420
- *
421
- * > This parameter is valid only if the **CreationOption** parameter is not set to **CreateGdnStandby**, **DBType** is set to **MySQL**, and **DBVersion** is set to **8.0**. To enable the X-Engine storage engine, the node must have at least 8 GB of memory.
364
+ * - **ON**: The X-Engine engine is enabled for the cluster.
365
+ * - **OFF**: The X-Engine engine is disabled for the cluster.
366
+ * > This parameter takes effect only when **CreationOption** is not set to **CreateGdnStandby**, **DBType** is set to **MySQL**, and **DBVersion** is set to **8.0**. The memory specification of nodes with X-Engine enabled must be 8 GB or more.
422
367
  *
423
368
  * @example
424
369
  * ON
@@ -427,8 +372,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
427
372
  /**
428
373
  * @remarks
429
374
  * The percentage of memory allocated to the X-Engine storage engine. Valid values: integers from 10 to 90.
430
- *
431
- * > This parameter is valid only if **LooseXEngine** is set to **ON**.
375
+ * > This parameter takes effect only when **LooseXEngine** is set to **ON**.
432
376
  *
433
377
  * @example
434
378
  * 50
@@ -436,15 +380,12 @@ export declare class CreateDBClusterRequest extends $dara.Model {
436
380
  looseXEngineUseMemoryPct?: string;
437
381
  /**
438
382
  * @remarks
439
- * The time zone of the cluster. The value must be a UTC offset in the `±HH:mm` format. Valid values: from **-12:00** to **+13:00** on the hour. For example, **00:00**. The default value **SYSTEM** indicates that the cluster uses the time zone of its region.
440
- *
441
- * - **1**: Case-insensitive
442
- *
443
- * - **0**: Case-sensitive
444
- *
445
- * The default value is **1**.
383
+ * Specifies whether table names are case-sensitive. Valid values:
384
+ * * **1**: Table names are case-insensitive.
385
+ * * **0**: Table names are case-sensitive.
446
386
  *
447
- * > This parameter is valid only if **DBType** is set to **MySQL**.
387
+ * Default value: **1**.
388
+ * > This parameter takes effect only when **DBType** is set to **MySQL**.
448
389
  *
449
390
  * @example
450
391
  * 1
@@ -456,7 +397,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
456
397
  * @remarks
457
398
  * The ID of the parameter template.
458
399
  *
459
- * > You can call the [DescribeParameterGroups](https://help.aliyun.com/document_detail/207178.html) operation to query the parameter templates in a specific region, including the IDs of the parameter templates.
400
+ * > You can call the [DescribeParameterGroups](https://help.aliyun.com/document_detail/207178.html) operation to query the parameter template list in the specified region, including the parameter template ID.
460
401
  *
461
402
  * @example
462
403
  * pcpg-**************
@@ -467,7 +408,6 @@ export declare class CreateDBClusterRequest extends $dara.Model {
467
408
  * The billing method. Valid values:
468
409
  *
469
410
  * - **Postpaid**: pay-as-you-go.
470
- *
471
411
  * - **Prepaid**: subscription.
472
412
  *
473
413
  * This parameter is required.
@@ -478,11 +418,10 @@ export declare class CreateDBClusterRequest extends $dara.Model {
478
418
  payType?: string;
479
419
  /**
480
420
  * @remarks
481
- * The unit of the subscription duration. This parameter is required if you set the **PayType** parameter to **Prepaid**. Valid values:
482
- *
483
- * - **Year**: The subscription duration is measured in years.
421
+ * This parameter is required when **PayType** is set to **Prepaid**. Pass this parameter to specify whether the upfront cluster uses a yearly or monthly billing cycle.
484
422
  *
485
- * - **Month**: The subscription duration is measured in months.
423
+ * - **Year**: The subscription period is measured in years.
424
+ * - **Month**: The subscription period is measured in months.
486
425
  *
487
426
  * @example
488
427
  * Month
@@ -490,7 +429,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
490
429
  period?: string;
491
430
  /**
492
431
  * @remarks
493
- * The promotion code. If you do not specify this parameter, the default coupon is used.
432
+ * The coupon code. If not specified, the default coupon is used.
494
433
  *
495
434
  * @example
496
435
  * 727xxxxxx934
@@ -498,21 +437,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
498
437
  promotionCode?: string;
499
438
  /**
500
439
  * @remarks
501
- * <props="china">
502
- *
503
- * The provisioned read/write IOPS of the ESSD AutoPL cloud disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}.
504
- *
505
- *
506
- *
507
- * <props="china">
508
- *
509
- * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}.
510
- *
511
- *
512
- *
513
- * <props="china">
514
- *
515
- * > This parameter is supported only when **StorageType** is set to ESSDAUTOPL.
440
+ * <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>
441
+ * <p id="p_6de_jxy_k2g" props="china" icmsditafragmentmagic=1>Baseline performance = min{1,800 + 50 × capacity, 50,000}.</p>
442
+ * <note id="note_7kj_j0o_rgs" props="china" icmsditafragmentmagic=1>This parameter is supported only when StorageType is set to ESSDAUTOPL.</note>
516
443
  *
517
444
  * @example
518
445
  * 1000
@@ -520,21 +447,15 @@ export declare class CreateDBClusterRequest extends $dara.Model {
520
447
  provisionedIops?: number;
521
448
  /**
522
449
  * @remarks
523
- * The specification of the database proxy for a Standard Edition cluster. Valid values:
524
- *
525
- * - **polar.maxscale.g2.medium.c**: 2 cores
450
+ * The specification of the database proxy for Standard Edition. Valid values:
526
451
  *
527
- * - **polar.maxscale.g2.large.c**: 4 cores
528
- *
529
- * - **polar.maxscale.g2.xlarge.c**: 8 cores
530
- *
531
- * - **polar.maxscale.g2.2xlarge.c**: 16 cores
532
- *
533
- * - **polar.maxscale.g2.3xlarge.c**: 24 cores
534
- *
535
- * - **polar.maxscale.g2.4xlarge.c**: 32 cores
536
- *
537
- * - **polar.maxscale.g2.8xlarge.c**: 64 cores
452
+ * - **polar.maxscale.g2.medium.c**: 2 cores.
453
+ * - **polar.maxscale.g2.large.c**: 4 cores.
454
+ * - **polar.maxscale.g2.xlarge.c**: 8 cores.
455
+ * - **polar.maxscale.g2.2xlarge.c**: 16 cores.
456
+ * - **polar.maxscale.g2.3xlarge.c**: 24 cores.
457
+ * - **polar.maxscale.g2.4xlarge.c**: 32 cores.
458
+ * - **polar.maxscale.g2.8xlarge.c**: 64 cores.
538
459
  *
539
460
  * @example
540
461
  * polar.maxscale.g2.medium.c
@@ -543,16 +464,11 @@ export declare class CreateDBClusterRequest extends $dara.Model {
543
464
  /**
544
465
  * @remarks
545
466
  * The type of the database proxy. Valid values:
546
- *
547
- * - **EXCLUSIVE**: Enterprise Dedicated
548
- *
549
- * - **GENERAL**: Enterprise General-purpose
550
- *
551
- * > The proxy type must be consistent with the type that corresponds to the node specification of the cluster:
552
- * >
553
- * > - If the node specification is general-purpose, the proxy type must be Enterprise General-purpose.
554
- * >
555
- * > - If the node specification is dedicated, the proxy type must be Enterprise Dedicated.
467
+ * - **EXCLUSIVE**: Dedicated Enterprise Edition.
468
+ * - **GENERAL**: Standard Enterprise Edition.
469
+ * > The proxy type must match the type that corresponds to the node specifications of the cluster:
470
+ * > - If the node specifications are General-purpose, set the proxy type to Standard Enterprise Edition.
471
+ * > - If the node specifications are Dedicated, set the proxy type to Dedicated Enterprise Edition.
556
472
  *
557
473
  * @example
558
474
  * Exclusive
@@ -572,7 +488,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
572
488
  regionId?: string;
573
489
  /**
574
490
  * @remarks
575
- * The ID of the resource group.
491
+ * The resource group ID.
576
492
  *
577
493
  * @example
578
494
  * rg-************
@@ -582,9 +498,8 @@ export declare class CreateDBClusterRequest extends $dara.Model {
582
498
  resourceOwnerId?: number;
583
499
  /**
584
500
  * @remarks
585
- * The maximum number of PCUs for a single-node serverless cluster to scale up to. Valid values: 1 to 32.
586
- *
587
- * > This parameter is supported only for serverless clusters.
501
+ * The maximum scaling limit for a single node. Valid values: 1 PCU to 32 PCU.
502
+ * > Only serverless clusters support this parameter.
588
503
  *
589
504
  * @example
590
505
  * 3
@@ -592,9 +507,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
592
507
  scaleMax?: string;
593
508
  /**
594
509
  * @remarks
595
- * The minimum number of PolarDB compute units (PCUs) for a single-node serverless cluster to scale down to. Valid values: 1 to 31.
510
+ * The minimum scaling limit for a single node. Valid values: 1 PCU to 31 PCU.
596
511
  *
597
- * > This parameter is supported only for serverless clusters.
512
+ * > Only serverless clusters support this parameter.
598
513
  *
599
514
  * @example
600
515
  * 1
@@ -602,9 +517,8 @@ export declare class CreateDBClusterRequest extends $dara.Model {
602
517
  scaleMin?: string;
603
518
  /**
604
519
  * @remarks
605
- * The maximum number of read-only nodes that the serverless cluster scales up to. Valid values: 0 to 15.
606
- *
607
- * > This parameter is supported only for serverless clusters.
520
+ * The maximum number of read-only nodes for scaling. Valid values: 0 to 15.
521
+ * > Only serverless clusters support this parameter.
608
522
  *
609
523
  * @example
610
524
  * 4
@@ -612,9 +526,8 @@ export declare class CreateDBClusterRequest extends $dara.Model {
612
526
  scaleRoNumMax?: string;
613
527
  /**
614
528
  * @remarks
615
- * The minimum number of read-only nodes that the serverless cluster scales down to. Valid values: 0 to 15.
616
- *
617
- * > This parameter is supported only for serverless clusters.
529
+ * The minimum number of read-only nodes for scaling. Valid values: 0 to 15.
530
+ * > Only serverless clusters support this parameter.
618
531
  *
619
532
  * @example
620
533
  * 2
@@ -622,9 +535,8 @@ export declare class CreateDBClusterRequest extends $dara.Model {
622
535
  scaleRoNumMin?: string;
623
536
  /**
624
537
  * @remarks
625
- * The IP whitelist of the PolarDB cluster.
626
- *
627
- * > You can specify multiple IP addresses in the IP whitelist. Separate the IP addresses with commas (,).
538
+ * The IP addresses in the whitelist of the PolarDB cluster.
539
+ * > You can specify multiple IP addresses. Separate multiple IP addresses with commas (,).
628
540
  *
629
541
  * @example
630
542
  * 10.***.***.***
@@ -632,9 +544,8 @@ export declare class CreateDBClusterRequest extends $dara.Model {
632
544
  securityIPList?: string;
633
545
  /**
634
546
  * @remarks
635
- * The type of the serverless cluster. Set the value to **AgileServerless**.
636
- *
637
- * > This parameter is supported only for serverless clusters.
547
+ * The serverless type. Set the value to **AgileServerless** (agile).
548
+ * > Only serverless clusters support this parameter.
638
549
  *
639
550
  * @example
640
551
  * AgileServerless
@@ -642,13 +553,11 @@ export declare class CreateDBClusterRequest extends $dara.Model {
642
553
  serverlessType?: string;
643
554
  /**
644
555
  * @remarks
645
- * The ID of the source ApsaraDB RDS instance or source PolarDB cluster. This parameter is required only if **CreationOption** is set to **MigrationFromRDS**, **CloneFromRDS**, **CloneFromPolarDB**, or **RecoverFromRecyclebin**.
646
- *
647
- * - If **CreationOption** is set to **MigrationFromRDS** or **CloneFromRDS**, specify the ID of the source ApsaraDB RDS instance. The source ApsaraDB RDS instance must be ApsaraDB RDS for MySQL 5.6, 5.7, or 8.0 High-availability Edition.
648
- *
649
- * - If **CreationOption** is set to **CloneFromPolarDB**, specify the ID of the source PolarDB cluster. The new cluster must use the same database engine as the source cluster. For example, if the source cluster runs MySQL 8.0, you must set **DBType** to **MySQL** and **DBVersion** to **8.0** for the new cluster.
556
+ * Instance ID of the source ApsaraDB RDS instance or the source PolarDB cluster. This parameter is required only when **CreationOption** is set to **MigrationFromRDS**, **CloneFromRDS**, **CloneFromPolarDB**, or **RecoverFromRecyclebin**.
557
+ * * If **CreationOption** is set to **MigrationFromRDS** or **CloneFromRDS**, set this parameter to instance ID of the source ApsaraDB RDS instance. The source ApsaraDB RDS instance must run RDS MySQL 5.6, 5.7, or 8.0 on RDS High-availability Edition.
650
558
  *
651
- * - If **CreationOption** is set to **RecoverFromRecyclebin**, specify the ID of the released source PolarDB cluster. The restored cluster must use the same database engine as the source cluster. For example, if the source cluster runs MySQL 8.0, you must set **DBType** to **MySQL** and **DBVersion** to **8.0** for the restored cluster.
559
+ * * If **CreationOption** is set to **CloneFromPolarDB**, set this parameter to instance ID of the source PolarDB cluster. The cloned cluster and the source cluster have the same DBType by default. For example, if the source cluster runs MySQL 8.0, set **DBType** to **MySQL** and **DBVersion** to **8.0** for the cloned cluster.
560
+ * * If **CreationOption** is set to **RecoverFromRecyclebin**, set this parameter to instance ID of the released source PolarDB cluster. The recovered cluster and the source cluster must have the same DBType. For example, if the source cluster runs MySQL 8.0, set **DBType** to **MySQL** and **DBVersion** to **8.0** for the recovered cluster.
652
561
  *
653
562
  * @example
654
563
  * rm-*************
@@ -656,7 +565,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
656
565
  sourceResourceId?: string;
657
566
  /**
658
567
  * @remarks
659
- * The UID of the source backup set owner in cross-account backup and restoration scenarios.
568
+ * The UID of the account that owns the source backup set in cross-account backup restoration scenarios.
660
569
  *
661
570
  * @example
662
571
  * 1022xxxxxxxx
@@ -664,9 +573,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
664
573
  sourceUid?: number;
665
574
  /**
666
575
  * @remarks
667
- * The zone for the hot standby cluster.
576
+ * The zone of the hot standby cluster.
668
577
  *
669
- * > This parameter is valid only when the hot standby cluster feature or multi-AZ strong consistency is enabled.
578
+ * > This parameter takes effect only when the hot standby cluster or multi-zone strong data consistency is enabled.
670
579
  *
671
580
  * @example
672
581
  * cn-hangzhou-g
@@ -674,11 +583,10 @@ export declare class CreateDBClusterRequest extends $dara.Model {
674
583
  standbyAZ?: string;
675
584
  /**
676
585
  * @remarks
677
- * Specifies whether to enable automatic storage scaling for a Standard Edition cluster. Valid values:
586
+ * Specifies whether to enable automatic storage scaling for Standard Edition clusters. Valid values:
678
587
  *
679
- * - Enable: enables automatic storage scaling.
680
- *
681
- * - Disable: disables automatic storage scaling.
588
+ * - Enable: Automatic storage scaling is enabled.
589
+ * - Disable: Automatic storage scaling is shutdown.
682
590
  *
683
591
  * @example
684
592
  * Enable
@@ -688,24 +596,22 @@ export declare class CreateDBClusterRequest extends $dara.Model {
688
596
  * @remarks
689
597
  * Specifies whether to enable cloud disk encryption. Valid values:
690
598
  *
691
- * - **true**: enables cloud disk encryption.
692
- *
693
- * - **false** (default): disables cloud disk encryption.
694
- *
695
- * > This parameter is valid only if **DBType** is set to **MySQL**.
599
+ * - **true**: Cloud disk encryption is enabled.
600
+ * - **false**: Cloud disk encryption is disabled. This is the default value.
601
+ * > This parameter takes effect only when **DBType** is set to **MySQL**.
696
602
  *
697
- * > This parameter is valid only if **StorageType** is set to a Standard Edition storage type.
603
+ * > This parameter takes effect only when **StorageType** is set to a Standard Edition storage type.
698
604
  */
699
605
  storageEncryption?: boolean;
700
606
  /**
701
607
  * @remarks
702
- * The ID of a custom key from Key Management Service (KMS) for cloud disk encryption. The key must be in the same region as the cluster. If you specify this parameter, cloud disk encryption is automatically enabled and cannot be disabled. If this parameter is empty, the default service key is used.
608
+ * The ID of the custom encryption key for cloud disk encryption in the same region as the instance. Specifying this parameter automatically enables cloud disk encryption, which cannot be disabled after it is enabled. Leave this parameter empty to use the default service key for cloud disk encryption.
703
609
  *
704
- * You can view the key ID or create a new key in the Key Management Service (KMS) console.
610
+ * You can view the key ID in the Key Management Service (KMS) console or create a new key.
705
611
  *
706
- * > This parameter is valid only if **DBType** is set to **MySQL**.
612
+ * > This parameter takes effect only when **DBType** is set to **MySQL**.
707
613
  *
708
- * > This parameter is valid only if **StorageType** is set to a Standard Edition storage type.
614
+ * > This parameter takes effect only when **StorageType** is set to a Standard Edition storage type.
709
615
  *
710
616
  * @example
711
617
  * 1022xxxxxxxx
@@ -713,11 +619,10 @@ export declare class CreateDBClusterRequest extends $dara.Model {
713
619
  storageEncryptionKey?: string;
714
620
  /**
715
621
  * @remarks
716
- * The billing method for storage. Valid values:
622
+ * The billing type for storage. Valid values:
717
623
  *
718
- * - Postpaid: pay-by-capacity (a pay-as-you-go method).
719
- *
720
- * - Prepaid: pay-by-space (a subscription method).
624
+ * - Postpaid: pay-by-capacity (pay-as-you-go).
625
+ * - Prepaid: pay-by-space (subscription).
721
626
  *
722
627
  * @example
723
628
  * Prepaid
@@ -725,13 +630,10 @@ export declare class CreateDBClusterRequest extends $dara.Model {
725
630
  storagePayType?: string;
726
631
  /**
727
632
  * @remarks
728
- * The storage space for a pay-by-space (subscription) cluster. Unit: GB.
729
- *
730
- * > - Valid values for a PolarDB for MySQL Enterprise Edition cluster: 10 to 50000.
731
- * >
732
- * > - Valid values for a PolarDB for MySQL Standard Edition cluster: 20 to 64000.
733
- * >
734
- * > - If the storage type of a Standard Edition cluster is ESSD AutoPL, the storage space must be a multiple of 10 between 40 and 64000.
633
+ * The storage space for subscription billing (pay-by-space). Unit: GB.
634
+ * > - Valid values for PolarDB for MySQL Enterprise Edition: 10 to 50000.
635
+ * > - Valid values for PolarDB for MySQL Standard Edition: 20 to 64000.
636
+ * > - When the Standard Edition storage type is ESSDAUTOPL, valid values are 40 to 64000 with a minimum step of 10. Only values such as 40, 50, 60, and so on are accepted.
735
637
  *
736
638
  * @example
737
639
  * 50
@@ -739,22 +641,15 @@ export declare class CreateDBClusterRequest extends $dara.Model {
739
641
  storageSpace?: number;
740
642
  /**
741
643
  * @remarks
742
- * Valid values for Enterprise Edition:
743
- *
644
+ * Valid values for Enterprise Edition storage type:
744
645
  * - **PSL5**
745
- *
746
646
  * - **PSL4**
747
647
  *
748
- * Valid values for Standard Edition:
749
- *
648
+ * Valid values for Standard Edition storage type:
750
649
  * - **ESSDPL0**
751
- *
752
650
  * - **ESSDPL1**
753
- *
754
651
  * - **ESSDPL2**
755
- *
756
652
  * - **ESSDPL3**
757
- *
758
653
  * - **ESSDAUTOPL**
759
654
  *
760
655
  * @example
@@ -763,7 +658,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
763
658
  storageType?: string;
764
659
  /**
765
660
  * @remarks
766
- * The maximum storage capacity for a Standard Edition cluster when automatic storage scaling is enabled. Unit: GB.
661
+ * Sets the upper limit for automatic storage scaling of Standard Edition clusters. Unit: GB.
767
662
  *
768
663
  * > The maximum value is 32000.
769
664
  *
@@ -773,11 +668,11 @@ export declare class CreateDBClusterRequest extends $dara.Model {
773
668
  storageUpperBound?: number;
774
669
  /**
775
670
  * @remarks
776
- * Specifies whether to enable multi-AZ strong consistency for the cluster. Valid values:
671
+ * Specifies whether multi-zone strong data consistency is enabled for the cluster. Valid values:
777
672
  *
778
- * - **ON**: enables multi-AZ strong consistency. This feature is applicable to Standard Edition clusters that are deployed across three zones.
673
+ * - **ON**: Multi-zone strong data consistency is enabled. This value applies to the Standard Edition 3AZ scenario.
779
674
  *
780
- * - **OFF**: disables multi-AZ strong consistency.
675
+ * - **OFF**: Multi-zone strong data consistency is disabled.
781
676
  *
782
677
  * @example
783
678
  * ON
@@ -785,16 +680,13 @@ export declare class CreateDBClusterRequest extends $dara.Model {
785
680
  strictConsistency?: string;
786
681
  /**
787
682
  * @remarks
788
- * Specifies whether to enable transparent data encryption (TDE). Valid values:
683
+ * Specifies whether to enable Transparent Data Encryption (TDE). Valid values:
789
684
  *
790
- * - **true**: enables TDE.
685
+ * - **true**: TDE is enabled.
686
+ * - **false**: TDE is disabled. This is the default value.
791
687
  *
792
- * - **false** (default): disables TDE.
793
- *
794
- * > * This parameter is valid only when **DBType** is set to **PostgreSQL** or **Oracle**.
795
- * >
688
+ * > * This parameter takes effect only when **DBType** is set to **PostgreSQL** or **Oracle**.
796
689
  * > * You can call the [ModifyDBClusterTDE](https://help.aliyun.com/document_detail/167982.html) operation to enable TDE for a PolarDB for MySQL cluster.
797
- * >
798
690
  * > * TDE cannot be disabled after it is enabled.
799
691
  *
800
692
  * @example
@@ -803,7 +695,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
803
695
  TDEStatus?: boolean;
804
696
  /**
805
697
  * @remarks
806
- * The tags to add to the cluster.
698
+ * The list of tags.
807
699
  */
808
700
  tag?: CreateDBClusterRequestTag[];
809
701
  /**
@@ -816,11 +708,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
816
708
  targetMinorVersion?: string;
817
709
  /**
818
710
  * @remarks
819
- * The subscription duration. This parameter is required if you set the **PayType** parameter to **Prepaid**.
820
- *
821
- * - If **Period** is set to **Month**, **UsedTime** must be an integer from `[1-9]`.
822
- *
823
- * - If **Period** is set to **Year**, **UsedTime** must be an integer from `[1-3]`.
711
+ * This parameter is required when **PayType** is set to **Prepaid**.
712
+ * - When **Period** is set to **Month**, the valid values of **UsedTime** are integers in the range of `[1-9]`.
713
+ * - When **Period** is set to **Year**, the valid values of **UsedTime** are integers in the range of `[1-3]`.
824
714
  *
825
715
  * @example
826
716
  * 1
@@ -828,7 +718,7 @@ export declare class CreateDBClusterRequest extends $dara.Model {
828
718
  usedTime?: string;
829
719
  /**
830
720
  * @remarks
831
- * The ID of the VPC.
721
+ * The VPC ID.
832
722
  *
833
723
  * @example
834
724
  * vpc-**********
@@ -836,9 +726,9 @@ export declare class CreateDBClusterRequest extends $dara.Model {
836
726
  VPCId?: string;
837
727
  /**
838
728
  * @remarks
839
- * The ID of the VSwitch.
729
+ * The vSwitch ID.
840
730
  *
841
- * > If you specify the VPCId parameter, you must also specify this parameter.
731
+ * > If you specify VPCId, you must also specify VSwitchId.
842
732
  *
843
733
  * @example
844
734
  * vsw-**********