@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
@@ -7,9 +7,8 @@ export class CreateAccountRequest extends $dara.Model {
7
7
  * @remarks
8
8
  * The description of the account. The description must meet the following requirements:
9
9
  *
10
- * - It cannot start with `http://` or `https://`.
11
- *
12
- * - It must be 2 to 256 characters in length.
10
+ * - Cannot start with `http://` or `https://`.
11
+ * - Is 2 to 256 characters in length.
13
12
  *
14
13
  * @example
15
14
  * testdes
@@ -17,15 +16,12 @@ export class CreateAccountRequest extends $dara.Model {
17
16
  accountDescription?: string;
18
17
  /**
19
18
  * @remarks
20
- * The name of the database account. The name must meet the following requirements:
21
- *
22
- * - It must start with a lowercase letter and end with a letter or a digit.
23
- *
24
- * - It can contain lowercase letters, digits, and underscores (_).
19
+ * The account name. The name must meet the following requirements:
25
20
  *
26
- * - It must be 2 to 16 characters in length.
27
- *
28
- * - It cannot be a reserved keyword, such as root or admin.
21
+ * * Starts with a lowercase letter and ends with a letter or digit.
22
+ * * Contains only lowercase letters, digits, or underscores (_).
23
+ * * Is 2 to 16 characters in length.
24
+ * * Cannot use certain reserved usernames such as root or admin.
29
25
  *
30
26
  * This parameter is required.
31
27
  *
@@ -35,13 +31,10 @@ export class CreateAccountRequest extends $dara.Model {
35
31
  accountName?: string;
36
32
  /**
37
33
  * @remarks
38
- * The password of the database account. The password must meet the following requirements:
39
- *
40
- * - It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
41
- *
42
- * - It must be 8 to 32 characters in length.
43
- *
44
- * - The special characters are `!@#$%^&*()_+-=`.
34
+ * The account password. The password must meet the following requirements:
35
+ * * Contains at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
36
+ * * Is 8 to 32 characters in length.
37
+ * * Special characters include `!@#$%^&*()_+-=`.
45
38
  *
46
39
  * This parameter is required.
47
40
  *
@@ -51,23 +44,17 @@ export class CreateAccountRequest extends $dara.Model {
51
44
  accountPassword?: string;
52
45
  /**
53
46
  * @remarks
54
- * The privilege level to grant on the specified databases. Valid values:
55
- *
56
- * - **ReadWrite**: read and write permissions
57
- *
58
- * - **ReadOnly**: read-only permissions
47
+ * The permissions of the account. Valid values:
59
48
  *
60
- * - **DMLOnly**: DML permissions only
49
+ * * **ReadWrite**: read and write
50
+ * * **ReadOnly**: read-only
51
+ * * **DMLOnly**: DML only
52
+ * * **DDLOnly**: DDL only
53
+ * * **ReadIndex**: read-only and index
61
54
  *
62
- * - **DDLOnly**: DDL permissions only
63
- *
64
- * - **ReadIndex**: read-only and index permissions
65
- *
66
- * > * This parameter takes effect only when you specify the `DBName` parameter.
67
- * >
68
- * > * If you specify multiple databases in `DBName`, you must specify a corresponding permission for each in `AccountPrivilege`, separated by commas. The `AccountPrivilege` string cannot exceed 900 characters. For example, to grant read and write permissions to database DB1 and read-only permissions to database DB2, set `DBName` to `DB1,DB2` and set `AccountPrivilege` to `ReadWrite,ReadOnly`.
69
- * >
70
- * > * This parameter applies only to standard accounts on PolarDB for MySQL clusters.
55
+ * >* The DBName parameter must be specified for AccountPrivilege to take effect.
56
+ * >* If you specify multiple database names for the DBName parameter, you must grant the corresponding permissions to each database. Separate multiple permissions with commas (,) and make sure that the total length of the AccountPrivilege string does not exceed 900 characters. For example, to grant read and write permissions on database DB1 and read-only permissions on database DB2, set DBName to `DB1,DB2` and set AccountPrivilege to `ReadWrite,ReadOnly`.
57
+ * > * This parameter is supported only for standard accounts of PolarDB for MySQL clusters.
71
58
  *
72
59
  * @example
73
60
  * ReadWrite
@@ -75,17 +62,18 @@ export class CreateAccountRequest extends $dara.Model {
75
62
  accountPrivilege?: string;
76
63
  /**
77
64
  * @remarks
78
- * The type of the account. Valid values:
65
+ * The account type. Valid values:
79
66
  *
80
- * - **Normal**: a standard account.
67
+ * - **Normal**: standard account.
68
+ * - **Super**: privileged account.
69
+ * - **DynamoDB**: DynamoDB account.
81
70
  *
82
- * - **Super**: a privileged account.
83
71
  *
84
- * > * If you do not specify this parameter, the system creates a **Super** account by default.
85
- * >
86
- * > * You can create multiple privileged accounts on PolarDB for PostgreSQL (Oracle-Compatible) and PolarDB for PostgreSQL clusters. A privileged account has more permissions than a standard account. For more information, see [Create database accounts](https://help.aliyun.com/document_detail/68508.html).
87
- * >
88
- * > * For a PolarDB for MySQL cluster, you can create only one privileged account. For more information, see [Create database accounts](https://help.aliyun.com/document_detail/68508.html).
72
+ *
73
+ * > * If this parameter is left empty, a **Super** account is created by default.
74
+ * > * If the cluster is a PolarDB for PostgreSQL (Compatible with Oracle) or PolarDB for PostgreSQL cluster, you can create multiple privileged accounts for each cluster. Privileged accounts have more permissions than standard accounts. For more information, see [Create a database account](https://help.aliyun.com/document_detail/68508.html).
75
+ * > * If the cluster is a PolarDB for MySQL cluster, you can create at most one privileged account for each cluster. Privileged accounts have more permissions than standard accounts. For more information, see [Create a database account](https://help.aliyun.com/document_detail/68508.html).
76
+ * > * DynamoDB accounts are dedicated accounts created for the DynamoDB compatibility feature of PolarDB for PostgreSQL. For more information, see [DynamoDB usage instructions](https://help.aliyun.com/document_detail/2979941.html).
89
77
  *
90
78
  * @example
91
79
  * Normal
@@ -93,7 +81,7 @@ export class CreateAccountRequest extends $dara.Model {
93
81
  accountType?: string;
94
82
  /**
95
83
  * @remarks
96
- * A client-generated token to ensure request idempotency. The token must be unique across requests. It is case-sensitive and can be up to 64 ASCII characters long.
84
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value. Make sure that the value is unique among different requests. The token is case-sensitive and cannot exceed 64 ASCII characters in length.
97
85
  *
98
86
  * @example
99
87
  * 6000170000591aed949d0f54a343f1a4233c1e7d1c5c******
@@ -111,9 +99,9 @@ export class CreateAccountRequest extends $dara.Model {
111
99
  DBClusterId?: string;
112
100
  /**
113
101
  * @remarks
114
- * The name of the database that the account can access. To specify multiple databases, separate the database names with a comma (,).
102
+ * The name of the database that the account is authorized to access. You can specify multiple database names separated by commas (,).
115
103
  *
116
- * > This parameter applies only to standard accounts on PolarDB for MySQL clusters.
104
+ * > This parameter is supported only for standard accounts of PolarDB for MySQL clusters.
117
105
  *
118
106
  * @example
119
107
  * testdb
@@ -121,9 +109,9 @@ export class CreateAccountRequest extends $dara.Model {
121
109
  DBName?: string;
122
110
  /**
123
111
  * @remarks
124
- * The type of the node. Valid values:
112
+ * The node type. Valid values:
125
113
  *
126
- * - **Search**: For creating an account on a PolarDB Search node.
114
+ * - Search: required when creating an account for a PolarDB Search node
127
115
  *
128
116
  * @example
129
117
  * Search
@@ -133,15 +121,13 @@ export class CreateAccountRequest extends $dara.Model {
133
121
  ownerId?: number;
134
122
  /**
135
123
  * @remarks
136
- * Specifies whether to grant the account permissions on all current and future databases in the cluster. Valid values:
137
- *
138
- * - **0 or do not specify**: The specified permissions are not granted to all databases.
124
+ * Specifies whether to grant permissions on all existing databases and all new databases in the current cluster. Valid values:
139
125
  *
140
- * - **1**: Grants the specified permissions to all current and future databases.
126
+ * - **0 or empty**: does not grant permissions.
141
127
  *
142
- * > * This parameter takes effect only when you specify the `AccountPrivilege` parameter.
143
- * >
144
- * > * If you set this parameter to `1`, the permissions specified in `AccountPrivilege` are granted to all databases.
128
+ * - **1**: grants permissions.
129
+ * >* The AccountPrivilege parameter must be specified for this parameter to take effect.
130
+ * >* If this parameter is set to `1`, the permissions specified by AccountPrivilege are granted on all databases.
145
131
  *
146
132
  * @example
147
133
  * 0
@@ -0,0 +1,104 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateAgenticDBBranchRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The name of the branch.
9
+ *
10
+ * This parameter is required.
11
+ *
12
+ * @example
13
+ * feature-analytics
14
+ */
15
+ branchName?: string;
16
+ /**
17
+ * @remarks
18
+ * The AgenticDB cluster ID.
19
+ *
20
+ * This parameter is required.
21
+ *
22
+ * @example
23
+ * pagc-bp1abcdef1234567
24
+ */
25
+ DBClusterId?: string;
26
+ /**
27
+ * @remarks
28
+ * The description of the branch.
29
+ *
30
+ * @example
31
+ * Feature branch for analytics
32
+ */
33
+ description?: string;
34
+ /**
35
+ * @remarks
36
+ * The ID of the parent branch. If this parameter is not specified, the branch is derived from the main branch by default.
37
+ *
38
+ * @example
39
+ * br-1a2b3c4d5e6f
40
+ */
41
+ parentBranchId?: string;
42
+ /**
43
+ * @remarks
44
+ * The ID of the project to which the branch belongs.
45
+ *
46
+ * This parameter is required.
47
+ *
48
+ * @example
49
+ * proj-a1b2c3d4e5f6
50
+ */
51
+ projectId?: string;
52
+ /**
53
+ * @remarks
54
+ * The region ID.
55
+ *
56
+ * This parameter is required.
57
+ *
58
+ * @example
59
+ * cn-hangzhou
60
+ */
61
+ regionId?: string;
62
+ /**
63
+ * @remarks
64
+ * The ID of the tenant to which the branch belongs.
65
+ *
66
+ * This parameter is required.
67
+ *
68
+ * @example
69
+ * t-4b83e0da66674951
70
+ */
71
+ tenantId?: string;
72
+ static names(): { [key: string]: string } {
73
+ return {
74
+ branchName: 'BranchName',
75
+ DBClusterId: 'DBClusterId',
76
+ description: 'Description',
77
+ parentBranchId: 'ParentBranchId',
78
+ projectId: 'ProjectId',
79
+ regionId: 'RegionId',
80
+ tenantId: 'TenantId',
81
+ };
82
+ }
83
+
84
+ static types(): { [key: string]: any } {
85
+ return {
86
+ branchName: 'string',
87
+ DBClusterId: 'string',
88
+ description: 'string',
89
+ parentBranchId: 'string',
90
+ projectId: 'string',
91
+ regionId: 'string',
92
+ tenantId: 'string',
93
+ };
94
+ }
95
+
96
+ validate() {
97
+ super.validate();
98
+ }
99
+
100
+ constructor(map?: { [key: string]: any }) {
101
+ super(map);
102
+ }
103
+ }
104
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { CreateAgenticDBBranchResponseBody } from "./CreateAgenticDbbranchResponseBody";
4
+
5
+
6
+ export class CreateAgenticDBBranchResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: CreateAgenticDBBranchResponseBody;
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: CreateAgenticDBBranchResponseBody,
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,124 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateAgenticDBBranchResponseBody extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The ID of the compute cluster associated with the branch.
9
+ *
10
+ * @example
11
+ * pc-g0lsayq8c5qe
12
+ */
13
+ branchComputeClusterId?: string;
14
+ /**
15
+ * @remarks
16
+ * The branch ID.
17
+ *
18
+ * @example
19
+ * br-7g8h9i0j1k2l
20
+ */
21
+ branchId?: string;
22
+ /**
23
+ * @remarks
24
+ * The name of the branch.
25
+ *
26
+ * @example
27
+ * feature-analytics
28
+ */
29
+ branchName?: string;
30
+ /**
31
+ * @remarks
32
+ * The AgenticDB cluster ID.
33
+ *
34
+ * @example
35
+ * pagc-bp1abcdef1234567
36
+ */
37
+ DBClusterId?: string;
38
+ /**
39
+ * @remarks
40
+ * The ID of the parent branch.
41
+ *
42
+ * @example
43
+ * br-1a2b3c4d5e6f
44
+ */
45
+ parentBranchId?: string;
46
+ /**
47
+ * @remarks
48
+ * The name of the parent branch.
49
+ *
50
+ * @example
51
+ * main
52
+ */
53
+ parentBranchName?: string;
54
+ /**
55
+ * @remarks
56
+ * The ID of the project to which the branch belongs.
57
+ *
58
+ * @example
59
+ * proj-a1b2c3d4e5f6
60
+ */
61
+ projectId?: string;
62
+ /**
63
+ * @remarks
64
+ * The name of the project to which the branch belongs.
65
+ *
66
+ * @example
67
+ * analytics-prod
68
+ */
69
+ projectName?: string;
70
+ /**
71
+ * @remarks
72
+ * The request ID.
73
+ *
74
+ * @example
75
+ * A1B2C3D4-E5F6-7890-ABCD-1234567890AB
76
+ */
77
+ requestId?: string;
78
+ /**
79
+ * @remarks
80
+ * The status of the branch.
81
+ *
82
+ * @example
83
+ * Active
84
+ */
85
+ status?: string;
86
+ static names(): { [key: string]: string } {
87
+ return {
88
+ branchComputeClusterId: 'BranchComputeClusterId',
89
+ branchId: 'BranchId',
90
+ branchName: 'BranchName',
91
+ DBClusterId: 'DBClusterId',
92
+ parentBranchId: 'ParentBranchId',
93
+ parentBranchName: 'ParentBranchName',
94
+ projectId: 'ProjectId',
95
+ projectName: 'ProjectName',
96
+ requestId: 'RequestId',
97
+ status: 'Status',
98
+ };
99
+ }
100
+
101
+ static types(): { [key: string]: any } {
102
+ return {
103
+ branchComputeClusterId: 'string',
104
+ branchId: 'string',
105
+ branchName: 'string',
106
+ DBClusterId: 'string',
107
+ parentBranchId: 'string',
108
+ parentBranchName: 'string',
109
+ projectId: 'string',
110
+ projectName: 'string',
111
+ requestId: 'string',
112
+ status: 'string',
113
+ };
114
+ }
115
+
116
+ validate() {
117
+ super.validate();
118
+ }
119
+
120
+ constructor(map?: { [key: string]: any }) {
121
+ super(map);
122
+ }
123
+ }
124
+
@@ -0,0 +1,92 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateAgenticDBProjectRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The AgenticDB cluster ID.
9
+ *
10
+ * This parameter is required.
11
+ *
12
+ * @example
13
+ * pagc-bp1abcdef1234567
14
+ */
15
+ DBClusterId?: string;
16
+ /**
17
+ * @remarks
18
+ * The default branch name. Default value: main.
19
+ *
20
+ * @example
21
+ * main
22
+ */
23
+ defaultBranchName?: string;
24
+ /**
25
+ * @remarks
26
+ * The description of the project.
27
+ *
28
+ * @example
29
+ * Production analytics database
30
+ */
31
+ description?: string;
32
+ /**
33
+ * @remarks
34
+ * The project name. The name must be unique within the same tenant.
35
+ *
36
+ * This parameter is required.
37
+ *
38
+ * @example
39
+ * analytics-prod
40
+ */
41
+ projectName?: string;
42
+ /**
43
+ * @remarks
44
+ * The region ID.
45
+ *
46
+ * This parameter is required.
47
+ *
48
+ * @example
49
+ * cn-hangzhou
50
+ */
51
+ regionId?: string;
52
+ /**
53
+ * @remarks
54
+ * The ID of the tenant to which the project belongs.
55
+ *
56
+ * This parameter is required.
57
+ *
58
+ * @example
59
+ * t-4b83e0da66674951
60
+ */
61
+ tenantId?: string;
62
+ static names(): { [key: string]: string } {
63
+ return {
64
+ DBClusterId: 'DBClusterId',
65
+ defaultBranchName: 'DefaultBranchName',
66
+ description: 'Description',
67
+ projectName: 'ProjectName',
68
+ regionId: 'RegionId',
69
+ tenantId: 'TenantId',
70
+ };
71
+ }
72
+
73
+ static types(): { [key: string]: any } {
74
+ return {
75
+ DBClusterId: 'string',
76
+ defaultBranchName: 'string',
77
+ description: 'string',
78
+ projectName: 'string',
79
+ regionId: 'string',
80
+ tenantId: 'string',
81
+ };
82
+ }
83
+
84
+ validate() {
85
+ super.validate();
86
+ }
87
+
88
+ constructor(map?: { [key: string]: any }) {
89
+ super(map);
90
+ }
91
+ }
92
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { CreateAgenticDBProjectResponseBody } from "./CreateAgenticDbprojectResponseBody";
4
+
5
+
6
+ export class CreateAgenticDBProjectResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: CreateAgenticDBProjectResponseBody;
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: CreateAgenticDBProjectResponseBody,
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,104 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateAgenticDBProjectResponseBody extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The ID of the compute instance associated with the default branch.
9
+ *
10
+ * @example
11
+ * pc-g0lsayq8c5qe
12
+ */
13
+ branchComputeClusterId?: string;
14
+ /**
15
+ * @remarks
16
+ * The time when the project was created.
17
+ *
18
+ * @example
19
+ * 2026-06-10T11:00:00Z
20
+ */
21
+ createTime?: string;
22
+ /**
23
+ * @remarks
24
+ * The default branch ID.
25
+ *
26
+ * @example
27
+ * br-1a2b3c4d5e6f
28
+ */
29
+ defaultBranchId?: string;
30
+ /**
31
+ * @remarks
32
+ * The default branch name.
33
+ *
34
+ * @example
35
+ * main
36
+ */
37
+ defaultBranchName?: string;
38
+ /**
39
+ * @remarks
40
+ * The ID of the new project.
41
+ *
42
+ * @example
43
+ * proj-a1b2c3d4e5f6
44
+ */
45
+ projectId?: string;
46
+ /**
47
+ * @remarks
48
+ * The project name.
49
+ *
50
+ * @example
51
+ * analytics-prod
52
+ */
53
+ projectName?: string;
54
+ /**
55
+ * @remarks
56
+ * The request ID.
57
+ *
58
+ * @example
59
+ * E5F6A7B8-C9D0-1234-EFAB-345678901234
60
+ */
61
+ requestId?: string;
62
+ /**
63
+ * @remarks
64
+ * The tenant ID.
65
+ *
66
+ * @example
67
+ * t-4b83e0da66674951
68
+ */
69
+ tenantId?: string;
70
+ static names(): { [key: string]: string } {
71
+ return {
72
+ branchComputeClusterId: 'BranchComputeClusterId',
73
+ createTime: 'CreateTime',
74
+ defaultBranchId: 'DefaultBranchId',
75
+ defaultBranchName: 'DefaultBranchName',
76
+ projectId: 'ProjectId',
77
+ projectName: 'ProjectName',
78
+ requestId: 'RequestId',
79
+ tenantId: 'TenantId',
80
+ };
81
+ }
82
+
83
+ static types(): { [key: string]: any } {
84
+ return {
85
+ branchComputeClusterId: 'string',
86
+ createTime: 'string',
87
+ defaultBranchId: 'string',
88
+ defaultBranchName: 'string',
89
+ projectId: 'string',
90
+ projectName: 'string',
91
+ requestId: 'string',
92
+ tenantId: 'string',
93
+ };
94
+ }
95
+
96
+ validate() {
97
+ super.validate();
98
+ }
99
+
100
+ constructor(map?: { [key: string]: any }) {
101
+ super(map);
102
+ }
103
+ }
104
+