@alicloud/polardb20170801 7.2.0 → 7.4.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 (271) hide show
  1. package/dist/client.d.ts +305 -10
  2. package/dist/client.js +1158 -131
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAccountRequest.d.ts +39 -53
  5. package/dist/models/CreateAccountRequest.js.map +1 -1
  6. package/dist/models/CreateAgenticDbbranchRequest.d.ts +79 -0
  7. package/dist/models/CreateAgenticDbbranchRequest.js +70 -0
  8. package/dist/models/CreateAgenticDbbranchRequest.js.map +1 -0
  9. package/dist/models/CreateAgenticDbbranchResponse.d.ts +19 -0
  10. package/dist/models/CreateAgenticDbbranchResponse.js +69 -0
  11. package/dist/models/CreateAgenticDbbranchResponse.js.map +1 -0
  12. package/dist/models/CreateAgenticDbbranchResponseBody.d.ts +93 -0
  13. package/dist/models/CreateAgenticDbbranchResponseBody.js +76 -0
  14. package/dist/models/CreateAgenticDbbranchResponseBody.js.map +1 -0
  15. package/dist/models/CreateAgenticDbprojectRequest.d.ts +69 -0
  16. package/dist/models/CreateAgenticDbprojectRequest.js +68 -0
  17. package/dist/models/CreateAgenticDbprojectRequest.js.map +1 -0
  18. package/dist/models/CreateAgenticDbprojectResponse.d.ts +19 -0
  19. package/dist/models/CreateAgenticDbprojectResponse.js +69 -0
  20. package/dist/models/CreateAgenticDbprojectResponse.js.map +1 -0
  21. package/dist/models/CreateAgenticDbprojectResponseBody.d.ts +77 -0
  22. package/dist/models/CreateAgenticDbprojectResponseBody.js +72 -0
  23. package/dist/models/CreateAgenticDbprojectResponseBody.js.map +1 -0
  24. package/dist/models/CreateAgenticDbtenantApiKeyRequest.d.ts +47 -0
  25. package/dist/models/CreateAgenticDbtenantApiKeyRequest.js +66 -0
  26. package/dist/models/CreateAgenticDbtenantApiKeyRequest.js.map +1 -0
  27. package/dist/models/CreateAgenticDbtenantApiKeyResponse.d.ts +19 -0
  28. package/dist/models/CreateAgenticDbtenantApiKeyResponse.js +69 -0
  29. package/dist/models/CreateAgenticDbtenantApiKeyResponse.js.map +1 -0
  30. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.d.ts +48 -0
  31. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.js +70 -0
  32. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  33. package/dist/models/CreateDbclusterEndpointRequest.d.ts +67 -92
  34. package/dist/models/CreateDbclusterEndpointRequest.js.map +1 -1
  35. package/dist/models/CreateDbclusterRequest.d.ts +197 -307
  36. package/dist/models/CreateDbclusterRequest.js +6 -0
  37. package/dist/models/CreateDbclusterRequest.js.map +1 -1
  38. package/dist/models/CreateDbclusterResponseBody.d.ts +2 -0
  39. package/dist/models/CreateDbclusterResponseBody.js +4 -0
  40. package/dist/models/CreateDbclusterResponseBody.js.map +1 -1
  41. package/dist/models/DeleteAgenticDbbranchRequest.d.ts +63 -0
  42. package/dist/models/DeleteAgenticDbbranchRequest.js +66 -0
  43. package/dist/models/DeleteAgenticDbbranchRequest.js.map +1 -0
  44. package/dist/models/DeleteAgenticDbbranchResponse.d.ts +19 -0
  45. package/dist/models/DeleteAgenticDbbranchResponse.js +69 -0
  46. package/dist/models/DeleteAgenticDbbranchResponse.js.map +1 -0
  47. package/dist/models/DeleteAgenticDbbranchResponseBody.d.ts +21 -0
  48. package/dist/models/DeleteAgenticDbbranchResponseBody.js +58 -0
  49. package/dist/models/DeleteAgenticDbbranchResponseBody.js.map +1 -0
  50. package/dist/models/DeleteAgenticDbcomputeClusterRequest.d.ts +37 -0
  51. package/dist/models/DeleteAgenticDbcomputeClusterRequest.js +62 -0
  52. package/dist/models/DeleteAgenticDbcomputeClusterRequest.js.map +1 -0
  53. package/dist/models/DeleteAgenticDbcomputeClusterResponse.d.ts +19 -0
  54. package/dist/models/DeleteAgenticDbcomputeClusterResponse.js +69 -0
  55. package/dist/models/DeleteAgenticDbcomputeClusterResponse.js.map +1 -0
  56. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.d.ts +18 -0
  57. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.js +58 -0
  58. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.js.map +1 -0
  59. package/dist/models/DeleteAgenticDbprojectRequest.d.ts +53 -0
  60. package/dist/models/DeleteAgenticDbprojectRequest.js +64 -0
  61. package/dist/models/DeleteAgenticDbprojectRequest.js.map +1 -0
  62. package/dist/models/DeleteAgenticDbprojectResponse.d.ts +19 -0
  63. package/dist/models/DeleteAgenticDbprojectResponse.js +69 -0
  64. package/dist/models/DeleteAgenticDbprojectResponse.js.map +1 -0
  65. package/dist/models/DeleteAgenticDbprojectResponseBody.d.ts +21 -0
  66. package/dist/models/DeleteAgenticDbprojectResponseBody.js +58 -0
  67. package/dist/models/DeleteAgenticDbprojectResponseBody.js.map +1 -0
  68. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.d.ts +53 -0
  69. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.js +64 -0
  70. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.js.map +1 -0
  71. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.d.ts +19 -0
  72. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.js +69 -0
  73. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.js.map +1 -0
  74. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.d.ts +21 -0
  75. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.js +58 -0
  76. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  77. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.d.ts +53 -0
  78. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.js +66 -0
  79. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.js.map +1 -0
  80. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.d.ts +19 -0
  81. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.js +69 -0
  82. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.js.map +1 -0
  83. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.d.ts +71 -0
  84. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.js +96 -0
  85. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.js.map +1 -0
  86. package/dist/models/DescribeAgenticDbbranchLineageRequest.d.ts +74 -0
  87. package/dist/models/DescribeAgenticDbbranchLineageRequest.js +70 -0
  88. package/dist/models/DescribeAgenticDbbranchLineageRequest.js.map +1 -0
  89. package/dist/models/DescribeAgenticDbbranchLineageResponse.d.ts +19 -0
  90. package/dist/models/DescribeAgenticDbbranchLineageResponse.js +69 -0
  91. package/dist/models/DescribeAgenticDbbranchLineageResponse.js.map +1 -0
  92. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.d.ts +205 -0
  93. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.js +122 -0
  94. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.js.map +1 -0
  95. package/dist/models/DescribeAgenticDbbranchRequest.d.ts +53 -0
  96. package/dist/models/DescribeAgenticDbbranchRequest.js +66 -0
  97. package/dist/models/DescribeAgenticDbbranchRequest.js.map +1 -0
  98. package/dist/models/DescribeAgenticDbbranchResponse.d.ts +19 -0
  99. package/dist/models/DescribeAgenticDbbranchResponse.js +69 -0
  100. package/dist/models/DescribeAgenticDbbranchResponse.js.map +1 -0
  101. package/dist/models/DescribeAgenticDbbranchResponseBody.d.ts +98 -0
  102. package/dist/models/DescribeAgenticDbbranchResponseBody.js +90 -0
  103. package/dist/models/DescribeAgenticDbbranchResponseBody.js.map +1 -0
  104. package/dist/models/DescribeAgenticDbbranchesRequest.d.ts +59 -0
  105. package/dist/models/DescribeAgenticDbbranchesRequest.js +72 -0
  106. package/dist/models/DescribeAgenticDbbranchesRequest.js.map +1 -0
  107. package/dist/models/DescribeAgenticDbbranchesResponse.d.ts +19 -0
  108. package/dist/models/DescribeAgenticDbbranchesResponse.js +69 -0
  109. package/dist/models/DescribeAgenticDbbranchesResponse.js.map +1 -0
  110. package/dist/models/DescribeAgenticDbbranchesResponseBody.d.ts +126 -0
  111. package/dist/models/DescribeAgenticDbbranchesResponseBody.js +118 -0
  112. package/dist/models/DescribeAgenticDbbranchesResponseBody.js.map +1 -0
  113. package/dist/models/DescribeAgenticDbclustersRequest.d.ts +130 -0
  114. package/dist/models/DescribeAgenticDbclustersRequest.js +102 -0
  115. package/dist/models/DescribeAgenticDbclustersRequest.js.map +1 -0
  116. package/dist/models/DescribeAgenticDbclustersResponse.d.ts +19 -0
  117. package/dist/models/DescribeAgenticDbclustersResponse.js +69 -0
  118. package/dist/models/DescribeAgenticDbclustersResponse.js.map +1 -0
  119. package/dist/models/DescribeAgenticDbclustersResponseBody.d.ts +313 -0
  120. package/dist/models/DescribeAgenticDbclustersResponseBody.js +160 -0
  121. package/dist/models/DescribeAgenticDbclustersResponseBody.js.map +1 -0
  122. package/dist/models/DescribeAgenticDbcomputeClustersRequest.d.ts +62 -0
  123. package/dist/models/DescribeAgenticDbcomputeClustersRequest.js +68 -0
  124. package/dist/models/DescribeAgenticDbcomputeClustersRequest.js.map +1 -0
  125. package/dist/models/DescribeAgenticDbcomputeClustersResponse.d.ts +19 -0
  126. package/dist/models/DescribeAgenticDbcomputeClustersResponse.js +69 -0
  127. package/dist/models/DescribeAgenticDbcomputeClustersResponse.js.map +1 -0
  128. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.d.ts +197 -0
  129. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.js +124 -0
  130. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.js.map +1 -0
  131. package/dist/models/DescribeAgenticDbprojectRequest.d.ts +45 -0
  132. package/dist/models/DescribeAgenticDbprojectRequest.js +64 -0
  133. package/dist/models/DescribeAgenticDbprojectRequest.js.map +1 -0
  134. package/dist/models/DescribeAgenticDbprojectResponse.d.ts +19 -0
  135. package/dist/models/DescribeAgenticDbprojectResponse.js +69 -0
  136. package/dist/models/DescribeAgenticDbprojectResponse.js.map +1 -0
  137. package/dist/models/DescribeAgenticDbprojectResponseBody.d.ts +58 -0
  138. package/dist/models/DescribeAgenticDbprojectResponseBody.js +74 -0
  139. package/dist/models/DescribeAgenticDbprojectResponseBody.js.map +1 -0
  140. package/dist/models/DescribeAgenticDbprojectsRequest.d.ts +54 -0
  141. package/dist/models/DescribeAgenticDbprojectsRequest.js +70 -0
  142. package/dist/models/DescribeAgenticDbprojectsRequest.js.map +1 -0
  143. package/dist/models/DescribeAgenticDbprojectsResponse.d.ts +19 -0
  144. package/dist/models/DescribeAgenticDbprojectsResponse.js +69 -0
  145. package/dist/models/DescribeAgenticDbprojectsResponse.js.map +1 -0
  146. package/dist/models/DescribeAgenticDbprojectsResponseBody.d.ts +91 -0
  147. package/dist/models/DescribeAgenticDbprojectsResponseBody.js +104 -0
  148. package/dist/models/DescribeAgenticDbprojectsResponseBody.js.map +1 -0
  149. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.d.ts +44 -0
  150. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.js +66 -0
  151. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.js.map +1 -0
  152. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.d.ts +19 -0
  153. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.js +69 -0
  154. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.js.map +1 -0
  155. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.d.ts +86 -0
  156. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.js +102 -0
  157. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.js.map +1 -0
  158. package/dist/models/DescribeDbclusterAttributeRequest.d.ts +2 -3
  159. package/dist/models/DescribeDbclusterAttributeRequest.js.map +1 -1
  160. package/dist/models/DescribeDbclusterAttributeResponseBody.d.ts +168 -255
  161. package/dist/models/DescribeDbclusterAttributeResponseBody.js +4 -0
  162. package/dist/models/DescribeDbclusterAttributeResponseBody.js.map +1 -1
  163. package/dist/models/DescribeDbclustersRequest.d.ts +23 -29
  164. package/dist/models/DescribeDbclustersRequest.js.map +1 -1
  165. package/dist/models/DescribeDbclustersResponseBody.d.ts +3 -5
  166. package/dist/models/DescribeDbclustersResponseBody.js +4 -0
  167. package/dist/models/DescribeDbclustersResponseBody.js.map +1 -1
  168. package/dist/models/DescribePolarFsRequest.d.ts +79 -0
  169. package/dist/models/DescribePolarFsRequest.js +98 -0
  170. package/dist/models/DescribePolarFsRequest.js.map +1 -0
  171. package/dist/models/DescribePolarFsResponse.d.ts +19 -0
  172. package/dist/models/DescribePolarFsResponse.js +69 -0
  173. package/dist/models/DescribePolarFsResponse.js.map +1 -0
  174. package/dist/models/DescribePolarFsResponseBody.d.ts +163 -0
  175. package/dist/models/DescribePolarFsResponseBody.js +280 -0
  176. package/dist/models/DescribePolarFsResponseBody.js.map +1 -0
  177. package/dist/models/ModifyDbclusterRequest.d.ts +40 -39
  178. package/dist/models/ModifyDbclusterRequest.js +2 -0
  179. package/dist/models/ModifyDbclusterRequest.js.map +1 -1
  180. package/dist/models/ModifyDbclusterResponseBody.d.ts +3 -3
  181. package/dist/models/ResetAgenticDbtenantApiKeyRequest.d.ts +45 -0
  182. package/dist/models/ResetAgenticDbtenantApiKeyRequest.js +64 -0
  183. package/dist/models/ResetAgenticDbtenantApiKeyRequest.js.map +1 -0
  184. package/dist/models/ResetAgenticDbtenantApiKeyResponse.d.ts +19 -0
  185. package/dist/models/ResetAgenticDbtenantApiKeyResponse.js +69 -0
  186. package/dist/models/ResetAgenticDbtenantApiKeyResponse.js.map +1 -0
  187. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.d.ts +48 -0
  188. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.js +70 -0
  189. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  190. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.d.ts +33 -0
  191. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.js +60 -0
  192. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.js.map +1 -0
  193. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.d.ts +19 -0
  194. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.js +69 -0
  195. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.js.map +1 -0
  196. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.d.ts +79 -0
  197. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.js +74 -0
  198. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  199. package/dist/models/model.d.ts +74 -0
  200. package/dist/models/model.js +181 -31
  201. package/dist/models/model.js.map +1 -1
  202. package/package.json +1 -1
  203. package/src/client.ts +1363 -187
  204. package/src/models/CreateAccountRequest.ts +39 -53
  205. package/src/models/CreateAgenticDbbranchRequest.ts +104 -0
  206. package/src/models/CreateAgenticDbbranchResponse.ts +40 -0
  207. package/src/models/CreateAgenticDbbranchResponseBody.ts +124 -0
  208. package/src/models/CreateAgenticDbprojectRequest.ts +92 -0
  209. package/src/models/CreateAgenticDbprojectResponse.ts +40 -0
  210. package/src/models/CreateAgenticDbprojectResponseBody.ts +104 -0
  211. package/src/models/CreateAgenticDbtenantApiKeyRequest.ts +68 -0
  212. package/src/models/CreateAgenticDbtenantApiKeyResponse.ts +40 -0
  213. package/src/models/CreateAgenticDbtenantApiKeyResponseBody.ts +73 -0
  214. package/src/models/CreateDbclusterEndpointRequest.ts +68 -93
  215. package/src/models/CreateDbclusterRequest.ts +207 -311
  216. package/src/models/CreateDbclusterResponseBody.ts +6 -0
  217. package/src/models/DeleteAgenticDbbranchRequest.ts +84 -0
  218. package/src/models/DeleteAgenticDbbranchResponse.ts +40 -0
  219. package/src/models/DeleteAgenticDbbranchResponseBody.ts +34 -0
  220. package/src/models/DeleteAgenticDbcomputeClusterRequest.ts +54 -0
  221. package/src/models/DeleteAgenticDbcomputeClusterResponse.ts +40 -0
  222. package/src/models/DeleteAgenticDbcomputeClusterResponseBody.ts +31 -0
  223. package/src/models/DeleteAgenticDbprojectRequest.ts +72 -0
  224. package/src/models/DeleteAgenticDbprojectResponse.ts +40 -0
  225. package/src/models/DeleteAgenticDbprojectResponseBody.ts +34 -0
  226. package/src/models/DeleteAgenticDbtenantApiKeyRequest.ts +72 -0
  227. package/src/models/DeleteAgenticDbtenantApiKeyResponse.ts +40 -0
  228. package/src/models/DeleteAgenticDbtenantApiKeyResponseBody.ts +34 -0
  229. package/src/models/DescribeAgenticDbbranchEndpointsRequest.ts +74 -0
  230. package/src/models/DescribeAgenticDbbranchEndpointsResponse.ts +40 -0
  231. package/src/models/DescribeAgenticDbbranchEndpointsResponseBody.ts +113 -0
  232. package/src/models/DescribeAgenticDbbranchLineageRequest.ts +99 -0
  233. package/src/models/DescribeAgenticDbbranchLineageResponse.ts +40 -0
  234. package/src/models/DescribeAgenticDbbranchLineageResponseBody.ts +273 -0
  235. package/src/models/DescribeAgenticDbbranchRequest.ts +74 -0
  236. package/src/models/DescribeAgenticDbbranchResponse.ts +40 -0
  237. package/src/models/DescribeAgenticDbbranchResponseBody.ts +143 -0
  238. package/src/models/DescribeAgenticDbbranchesRequest.ts +86 -0
  239. package/src/models/DescribeAgenticDbbranchesResponse.ts +40 -0
  240. package/src/models/DescribeAgenticDbbranchesResponseBody.ts +190 -0
  241. package/src/models/DescribeAgenticDbclustersRequest.ts +178 -0
  242. package/src/models/DescribeAgenticDbclustersResponse.ts +40 -0
  243. package/src/models/DescribeAgenticDbclustersResponseBody.ts +410 -0
  244. package/src/models/DescribeAgenticDbcomputeClustersRequest.ts +85 -0
  245. package/src/models/DescribeAgenticDbcomputeClustersResponse.ts +40 -0
  246. package/src/models/DescribeAgenticDbcomputeClustersResponseBody.ts +267 -0
  247. package/src/models/DescribeAgenticDbprojectRequest.ts +64 -0
  248. package/src/models/DescribeAgenticDbprojectResponse.ts +40 -0
  249. package/src/models/DescribeAgenticDbprojectResponseBody.ts +87 -0
  250. package/src/models/DescribeAgenticDbprojectsRequest.ts +79 -0
  251. package/src/models/DescribeAgenticDbprojectsResponse.ts +40 -0
  252. package/src/models/DescribeAgenticDbprojectsResponseBody.ts +141 -0
  253. package/src/models/DescribeAgenticDbtenantApiKeysRequest.ts +65 -0
  254. package/src/models/DescribeAgenticDbtenantApiKeysResponse.ts +40 -0
  255. package/src/models/DescribeAgenticDbtenantApiKeysResponseBody.ts +134 -0
  256. package/src/models/DescribeDbclusterAttributeRequest.ts +2 -3
  257. package/src/models/DescribeDbclusterAttributeResponseBody.ts +175 -258
  258. package/src/models/DescribeDbclustersRequest.ts +25 -31
  259. package/src/models/DescribeDbclustersResponseBody.ts +7 -5
  260. package/src/models/DescribePolarFsRequest.ts +123 -0
  261. package/src/models/DescribePolarFsResponse.ts +40 -0
  262. package/src/models/DescribePolarFsResponseBody.ts +335 -0
  263. package/src/models/ModifyDbclusterRequest.ts +42 -39
  264. package/src/models/ModifyDbclusterResponseBody.ts +3 -3
  265. package/src/models/ResetAgenticDbtenantApiKeyRequest.ts +64 -0
  266. package/src/models/ResetAgenticDbtenantApiKeyResponse.ts +40 -0
  267. package/src/models/ResetAgenticDbtenantApiKeyResponseBody.ts +73 -0
  268. package/src/models/VerifyAgenticDbtenantApiKeyRequest.ts +48 -0
  269. package/src/models/VerifyAgenticDbtenantApiKeyResponse.ts +40 -0
  270. package/src/models/VerifyAgenticDbtenantApiKeyResponseBody.ts +108 -0
  271. package/src/models/model.ts +74 -0
@@ -11,11 +11,11 @@ export class ModifyDBClusterRequest extends $dara.Model {
11
11
  * ON
12
12
  */
13
13
  compressStorage?: string;
14
+ connectionResourceQuota?: number;
14
15
  /**
15
16
  * @remarks
16
17
  * The cluster ID.
17
- *
18
- * > You can call the DescribeDBClusters operation to query the details of all clusters in a specific region, including their cluster IDs.
18
+ * > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/173433.html) operation to query information about all clusters in the specified region, including cluster IDs.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -25,9 +25,8 @@ export class ModifyDBClusterRequest extends $dara.Model {
25
25
  DBClusterId?: string;
26
26
  /**
27
27
  * @remarks
28
- * The names of the nodes to target in the fault simulation.
29
- *
30
- * > For a node-level simulation, you can specify only a single node. For a zone-level simulation, you can leave this parameter empty or specify all nodes.
28
+ * The list of node instance names for the disaster recovery drill.
29
+ * > Node-level drills support only a single node. For zone-level drills, you can leave this parameter empty or specify all nodes.
31
30
  *
32
31
  * @example
33
32
  * pi-rwxxx
@@ -35,11 +34,10 @@ export class ModifyDBClusterRequest extends $dara.Model {
35
34
  DBNodeCrashList?: string;
36
35
  /**
37
36
  * @remarks
38
- * The cross-zone data replication method for the cluster. Valid values:
39
- *
40
- * - **AsyncSync**: asynchronous.
37
+ * The cross-zone data replication mode of the cluster. Valid values:
41
38
  *
42
- * - **SemiSync**: semi-synchronous.
39
+ * - **AsyncSync**: asynchronous
40
+ * - **SemiSync**: semi-synchronous
43
41
  *
44
42
  * @example
45
43
  * AsynSync
@@ -49,7 +47,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
49
47
  * @remarks
50
48
  * The fault injection method. Valid values:
51
49
  *
52
- * - `0`: instance-level fault injection based on Crash SQL.
50
+ * - 0: instance fault injection based on `Crash SQL`
53
51
  *
54
52
  * @example
55
53
  * 0
@@ -57,15 +55,11 @@ export class ModifyDBClusterRequest extends $dara.Model {
57
55
  faultInjectionType?: string;
58
56
  /**
59
57
  * @remarks
60
- * The fault simulation scope for the cluster. Valid values:
61
- *
62
- * - `0` or `FaultInjection`: primary zone-level fault simulation.
63
- *
64
- * - `1`: node-level fault simulation.
65
- *
66
- * > * In a **primary zone-level fault simulation**, all compute nodes in the primary zone become unavailable. The disaster recovery failover in this scenario is lossy.
67
- * >
68
- * > * In a **node-level fault simulation**, you can simulate a fault on only a single compute node. You must specify the target compute node by using the `DBNodeCrashList` parameter.
58
+ * The dimension of the disaster recovery drill for the cluster. Valid values:
59
+ * - `0` or `FaultInjection`: primary zone-level disaster recovery drill.
60
+ * - `1`: node-level disaster recovery drill.
61
+ * > - In the **primary zone-level disaster recovery drill** scenario, all compute nodes in the primary zone become unavailable. The failover in this scenario causes service interruptions.
62
+ * > - In the **node-level disaster recovery drill** scenario, only a single compute node is supported for the drill. Specify the desired compute node name by using `DBNodeCrashList`.
69
63
  *
70
64
  * @example
71
65
  * 0
@@ -73,15 +67,12 @@ export class ModifyDBClusterRequest extends $dara.Model {
73
67
  faultSimulateMode?: string;
74
68
  /**
75
69
  * @remarks
76
- * Controls the automatic columnar index feature. Valid values:
70
+ * The automatic IMCI-based query acceleration feature. Valid values:
71
+ * - `ON`: enabled.
72
+ * - `OFF`: disabled.
77
73
  *
78
- * - `ON`: enables the feature.
79
- *
80
- * - `OFF`: disables the feature.
81
- *
82
- * > * This feature is available only for PolarDB for MySQL clusters.
83
- * >
84
- * > * For cluster version limits, see [Automatic indexing (AutoIndex)](https://help.aliyun.com/document_detail/2854119.html).
74
+ * > - Only PolarDB for MySQL clusters are supported.
75
+ * > - For cluster version requirements, see [Automatic acceleration (AutoIndex)](https://help.aliyun.com/document_detail/2854119.html).
85
76
  *
86
77
  * @example
87
78
  * OFF
@@ -89,7 +80,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
89
80
  imciAutoIndex?: string;
90
81
  /**
91
82
  * @remarks
92
- * Enables or disables row-level compression.
83
+ * Modifies the row compression settings.
93
84
  *
94
85
  * @example
95
86
  * OFF
@@ -101,11 +92,10 @@ export class ModifyDBClusterRequest extends $dara.Model {
101
92
  resourceOwnerId?: number;
102
93
  /**
103
94
  * @remarks
104
- * The automatic cross-zone failover mode for the cluster. Valid values:
105
- *
106
- * - **ON**: enables automatic cross-zone failover.
95
+ * The cross-zone automatic switchover mode of the cluster. Valid values:
107
96
  *
108
- * - **OFF**: disables automatic cross-zone failover.
97
+ * - **ON**: enables cross-zone automatic switchover.
98
+ * - **OFF**: disables cross-zone automatic switchover.
109
99
  *
110
100
  * @example
111
101
  * ON
@@ -113,10 +103,9 @@ export class ModifyDBClusterRequest extends $dara.Model {
113
103
  standbyHAMode?: string;
114
104
  /**
115
105
  * @remarks
116
- * Enables or disables automatic storage scaling for a standard cluster. Valid values:
106
+ * Specifies whether to enable automatic storage scaling for the Standard Edition cluster. Valid values:
117
107
  *
118
108
  * - Enable: enables automatic storage scaling.
119
- *
120
109
  * - Disable: disables automatic storage scaling.
121
110
  *
122
111
  * @example
@@ -125,7 +114,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
125
114
  storageAutoScale?: string;
126
115
  /**
127
116
  * @remarks
128
- * The upper limit for automatic storage scaling on a standard cluster. Unit: GB.
117
+ * The upper limit for automatic storage scaling of the Standard Edition cluster. Unit: GB.
129
118
  *
130
119
  * > The maximum value is 32000.
131
120
  *
@@ -135,10 +124,22 @@ export class ModifyDBClusterRequest extends $dara.Model {
135
124
  storageUpperBound?: number;
136
125
  /**
137
126
  * @remarks
138
- * A JSON string that specifies information about the destination databases and tables to be restored. All values in the database and table information must be strings.
139
- * Example: `[ { "tables":[ { "name":"testtb", "type":"table", "newname":"testtb_restore" } ], "name":"testdb", "type":"db", "newname":"testdb_restore" } ]`.
140
- *
141
- * > You can call the [DescribeMetaList](https://help.aliyun.com/document_detail/194770.html) operation to query for restorable databases and tables. Use the returned information to populate the fields in the example JSON.
127
+ * The JSON string that contains the information about the databases and tables to be restored. The values of the database and table information are strings.
128
+ * Example: `[
129
+ * {
130
+ * "tables":[
131
+ * {
132
+ * "name":"testtb",
133
+ * "type":"table",
134
+ * "newname":"testtb_restore"
135
+ * }
136
+ * ],
137
+ * "name":"testdb",
138
+ * "type":"db",
139
+ * "newname":"testdb_restore"
140
+ * }
141
+ * ]`.
142
+ * > You can call the [DescribeMetaList](https://help.aliyun.com/document_detail/194770.html) operation to query the names of databases and tables that can be restored, and then specify the information in the corresponding fields in the preceding example.
142
143
  *
143
144
  * @example
144
145
  * [ { "tables":[ { "name":"testtb", "type":"table", "newname":"testtb_restore" } ], "name":"testdb", "type":"db", "newname":"testdb_restore" } ]
@@ -147,6 +148,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
147
148
  static names(): { [key: string]: string } {
148
149
  return {
149
150
  compressStorage: 'CompressStorage',
151
+ connectionResourceQuota: 'ConnectionResourceQuota',
150
152
  DBClusterId: 'DBClusterId',
151
153
  DBNodeCrashList: 'DBNodeCrashList',
152
154
  dataSyncMode: 'DataSyncMode',
@@ -168,6 +170,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
168
170
  static types(): { [key: string]: any } {
169
171
  return {
170
172
  compressStorage: 'string',
173
+ connectionResourceQuota: 'number',
171
174
  DBClusterId: 'string',
172
175
  DBNodeCrashList: 'string',
173
176
  dataSyncMode: 'string',
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifyDBClusterResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the cluster.
8
+ * The cluster ID.
9
9
  *
10
10
  * @example
11
11
  * pc-*************
@@ -13,7 +13,7 @@ export class ModifyDBClusterResponseBody extends $dara.Model {
13
13
  DBClusterId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The generated order ID.
16
+ * The order ID.
17
17
  *
18
18
  * @example
19
19
  * 2148126708*****
@@ -21,7 +21,7 @@ export class ModifyDBClusterResponseBody extends $dara.Model {
21
21
  orderId?: string;
22
22
  /**
23
23
  * @remarks
24
- * The ID of the request.
24
+ * The request ID.
25
25
  *
26
26
  * @example
27
27
  * CD3FA5F3-FAF3-44CA-AFFF-BAF869******
@@ -0,0 +1,64 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ResetAgenticDBTenantApiKeyRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * ak-71304e39c7e841a1
12
+ */
13
+ apiKeyId?: string;
14
+ /**
15
+ * @remarks
16
+ * This parameter is required.
17
+ *
18
+ * @example
19
+ * pagc-bp1abcdef1234567
20
+ */
21
+ DBClusterId?: string;
22
+ /**
23
+ * @remarks
24
+ * This parameter is required.
25
+ *
26
+ * @example
27
+ * cn-hangzhou
28
+ */
29
+ regionId?: string;
30
+ /**
31
+ * @remarks
32
+ * This parameter is required.
33
+ *
34
+ * @example
35
+ * t-4b83e0da66674951
36
+ */
37
+ tenantId?: string;
38
+ static names(): { [key: string]: string } {
39
+ return {
40
+ apiKeyId: 'ApiKeyId',
41
+ DBClusterId: 'DBClusterId',
42
+ regionId: 'RegionId',
43
+ tenantId: 'TenantId',
44
+ };
45
+ }
46
+
47
+ static types(): { [key: string]: any } {
48
+ return {
49
+ apiKeyId: 'string',
50
+ DBClusterId: 'string',
51
+ regionId: 'string',
52
+ tenantId: 'string',
53
+ };
54
+ }
55
+
56
+ validate() {
57
+ super.validate();
58
+ }
59
+
60
+ constructor(map?: { [key: string]: any }) {
61
+ super(map);
62
+ }
63
+ }
64
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { ResetAgenticDBTenantApiKeyResponseBody } from "./ResetAgenticDbtenantApiKeyResponseBody";
4
+
5
+
6
+ export class ResetAgenticDBTenantApiKeyResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: ResetAgenticDBTenantApiKeyResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: ResetAgenticDBTenantApiKeyResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,73 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ResetAgenticDBTenantApiKeyResponseBody extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * pagc_key_cGFnYy1icDFh...newSignature22ch
9
+ */
10
+ apiKey?: string;
11
+ /**
12
+ * @example
13
+ * ak-71304e39c7e841a1
14
+ */
15
+ apiKeyId?: string;
16
+ /**
17
+ * @example
18
+ * 2026-06-10T14:00:00Z
19
+ */
20
+ createTime?: string;
21
+ /**
22
+ * @example
23
+ * 2027-01-01T00:00:00Z
24
+ */
25
+ expireTime?: string;
26
+ /**
27
+ * @example
28
+ * B2C3D4E5-F6A7-8901-BCDE-F12345678901
29
+ */
30
+ requestId?: string;
31
+ /**
32
+ * @example
33
+ * t-4b83e0da66674951
34
+ */
35
+ tenantId?: string;
36
+ /**
37
+ * @example
38
+ * my-saas-app
39
+ */
40
+ tenantName?: string;
41
+ static names(): { [key: string]: string } {
42
+ return {
43
+ apiKey: 'ApiKey',
44
+ apiKeyId: 'ApiKeyId',
45
+ createTime: 'CreateTime',
46
+ expireTime: 'ExpireTime',
47
+ requestId: 'RequestId',
48
+ tenantId: 'TenantId',
49
+ tenantName: 'TenantName',
50
+ };
51
+ }
52
+
53
+ static types(): { [key: string]: any } {
54
+ return {
55
+ apiKey: 'string',
56
+ apiKeyId: 'string',
57
+ createTime: 'string',
58
+ expireTime: 'string',
59
+ requestId: 'string',
60
+ tenantId: 'string',
61
+ tenantName: 'string',
62
+ };
63
+ }
64
+
65
+ validate() {
66
+ super.validate();
67
+ }
68
+
69
+ constructor(map?: { [key: string]: any }) {
70
+ super(map);
71
+ }
72
+ }
73
+
@@ -0,0 +1,48 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class VerifyAgenticDBTenantApiKeyRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The plaintext API key to validate.
9
+ *
10
+ * This parameter is required.
11
+ *
12
+ * @example
13
+ * pagc_key_cGFnYy1icDFh...kX9mP2vL7wQ3
14
+ */
15
+ apiKey?: string;
16
+ /**
17
+ * @remarks
18
+ * The region ID.
19
+ *
20
+ * This parameter is required.
21
+ *
22
+ * @example
23
+ * cn-hangzhou
24
+ */
25
+ regionId?: string;
26
+ static names(): { [key: string]: string } {
27
+ return {
28
+ apiKey: 'ApiKey',
29
+ regionId: 'RegionId',
30
+ };
31
+ }
32
+
33
+ static types(): { [key: string]: any } {
34
+ return {
35
+ apiKey: 'string',
36
+ regionId: 'string',
37
+ };
38
+ }
39
+
40
+ validate() {
41
+ super.validate();
42
+ }
43
+
44
+ constructor(map?: { [key: string]: any }) {
45
+ super(map);
46
+ }
47
+ }
48
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { VerifyAgenticDBTenantApiKeyResponseBody } from "./VerifyAgenticDbtenantApiKeyResponseBody";
4
+
5
+
6
+ export class VerifyAgenticDBTenantApiKeyResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: VerifyAgenticDBTenantApiKeyResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: VerifyAgenticDBTenantApiKeyResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,108 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class VerifyAgenticDBTenantApiKeyResponseBody extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The key ID. This parameter is empty if the API key is invalid.
9
+ *
10
+ * @example
11
+ * ak-71304e39c7e841a1
12
+ */
13
+ apiKeyId?: string;
14
+ /**
15
+ * @remarks
16
+ * The ID of the associated AgenticDB cluster.
17
+ *
18
+ * @example
19
+ * pagc-bp1abcdef1234567
20
+ */
21
+ DBClusterId?: string;
22
+ /**
23
+ * @remarks
24
+ * The expiration time of the API key. This parameter is empty if the API key is permanently valid.
25
+ *
26
+ * @example
27
+ * 2027-01-01T00:00:00Z
28
+ */
29
+ expireTime?: string;
30
+ /**
31
+ * @remarks
32
+ * The reason why the validation failed. Valid values: NotFound, Expired, and Revoked. This parameter is empty if the API key is valid.
33
+ */
34
+ reason?: string;
35
+ /**
36
+ * @example
37
+ * cn-hangzhou
38
+ */
39
+ regionId?: string;
40
+ /**
41
+ * @remarks
42
+ * The request ID.
43
+ *
44
+ * @example
45
+ * D4E5F6A7-B8C9-0123-DEFA-234567890123
46
+ */
47
+ requestId?: string;
48
+ /**
49
+ * @remarks
50
+ * The ID of the tenant to which the API key belongs. This parameter is empty if the API key is invalid.
51
+ *
52
+ * @example
53
+ * t-4b83e0da66674951
54
+ */
55
+ tenantId?: string;
56
+ /**
57
+ * @remarks
58
+ * The name of the tenant to which the API key belongs. This parameter is empty if the API key is invalid.
59
+ *
60
+ * @example
61
+ * my-saas-app
62
+ */
63
+ tenantName?: string;
64
+ /**
65
+ * @remarks
66
+ * Indicates whether the API key is valid.
67
+ *
68
+ * @example
69
+ * true
70
+ */
71
+ valid?: boolean;
72
+ static names(): { [key: string]: string } {
73
+ return {
74
+ apiKeyId: 'ApiKeyId',
75
+ DBClusterId: 'DBClusterId',
76
+ expireTime: 'ExpireTime',
77
+ reason: 'Reason',
78
+ regionId: 'RegionId',
79
+ requestId: 'RequestId',
80
+ tenantId: 'TenantId',
81
+ tenantName: 'TenantName',
82
+ valid: 'Valid',
83
+ };
84
+ }
85
+
86
+ static types(): { [key: string]: any } {
87
+ return {
88
+ apiKeyId: 'string',
89
+ DBClusterId: 'string',
90
+ expireTime: 'string',
91
+ reason: 'string',
92
+ regionId: 'string',
93
+ requestId: 'string',
94
+ tenantId: 'string',
95
+ tenantName: 'string',
96
+ valid: 'boolean',
97
+ };
98
+ }
99
+
100
+ validate() {
101
+ super.validate();
102
+ }
103
+
104
+ constructor(map?: { [key: string]: any }) {
105
+ super(map);
106
+ }
107
+ }
108
+