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