@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
@@ -4,9 +4,8 @@ export declare class CreateAccountRequest extends $dara.Model {
4
4
  * @remarks
5
5
  * The description of the account. The description must meet the following requirements:
6
6
  *
7
- * - It cannot start with `http://` or `https://`.
8
- *
9
- * - It must be 2 to 256 characters in length.
7
+ * - Cannot start with `http://` or `https://`.
8
+ * - Is 2 to 256 characters in length.
10
9
  *
11
10
  * @example
12
11
  * testdes
@@ -14,15 +13,12 @@ export declare class CreateAccountRequest extends $dara.Model {
14
13
  accountDescription?: string;
15
14
  /**
16
15
  * @remarks
17
- * The name of the database account. The name must meet the following requirements:
18
- *
19
- * - It must start with a lowercase letter and end with a letter or a digit.
20
- *
21
- * - It can contain lowercase letters, digits, and underscores (_).
22
- *
23
- * - It must be 2 to 16 characters in length.
16
+ * The account name. The name must meet the following requirements:
24
17
  *
25
- * - It cannot be a reserved keyword, such as root or admin.
18
+ * * Starts with a lowercase letter and ends with a letter or digit.
19
+ * * Contains only lowercase letters, digits, or underscores (_).
20
+ * * Is 2 to 16 characters in length.
21
+ * * Cannot use certain reserved usernames such as root or admin.
26
22
  *
27
23
  * This parameter is required.
28
24
  *
@@ -32,13 +28,10 @@ export declare class CreateAccountRequest extends $dara.Model {
32
28
  accountName?: string;
33
29
  /**
34
30
  * @remarks
35
- * The password of the database account. The password must meet the following requirements:
36
- *
37
- * - It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
38
- *
39
- * - It must be 8 to 32 characters in length.
40
- *
41
- * - The special characters are `!@#$%^&*()_+-=`.
31
+ * The account password. The password must meet the following requirements:
32
+ * * Contains at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
33
+ * * Is 8 to 32 characters in length.
34
+ * * Special characters include `!@#$%^&*()_+-=`.
42
35
  *
43
36
  * This parameter is required.
44
37
  *
@@ -48,23 +41,17 @@ export declare class CreateAccountRequest extends $dara.Model {
48
41
  accountPassword?: string;
49
42
  /**
50
43
  * @remarks
51
- * The privilege level to grant on the specified databases. Valid values:
44
+ * The permissions of the account. Valid values:
52
45
  *
53
- * - **ReadWrite**: read and write permissions
46
+ * * **ReadWrite**: read and write
47
+ * * **ReadOnly**: read-only
48
+ * * **DMLOnly**: DML only
49
+ * * **DDLOnly**: DDL only
50
+ * * **ReadIndex**: read-only and index
54
51
  *
55
- * - **ReadOnly**: read-only permissions
56
- *
57
- * - **DMLOnly**: DML permissions only
58
- *
59
- * - **DDLOnly**: DDL permissions only
60
- *
61
- * - **ReadIndex**: read-only and index permissions
62
- *
63
- * > * This parameter takes effect only when you specify the `DBName` parameter.
64
- * >
65
- * > * 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`.
66
- * >
67
- * > * This parameter applies only to standard accounts on PolarDB for MySQL clusters.
52
+ * >* The DBName parameter must be specified for AccountPrivilege to take effect.
53
+ * >* 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`.
54
+ * > * This parameter is supported only for standard accounts of PolarDB for MySQL clusters.
68
55
  *
69
56
  * @example
70
57
  * ReadWrite
@@ -72,17 +59,18 @@ export declare class CreateAccountRequest extends $dara.Model {
72
59
  accountPrivilege?: string;
73
60
  /**
74
61
  * @remarks
75
- * The type of the account. Valid values:
62
+ * The account type. Valid values:
63
+ *
64
+ * - **Normal**: standard account.
65
+ * - **Super**: privileged account.
66
+ * - **DynamoDB**: DynamoDB account.
76
67
  *
77
- * - **Normal**: a standard account.
78
68
  *
79
- * - **Super**: a privileged account.
80
69
  *
81
- * > * If you do not specify this parameter, the system creates a **Super** account by default.
82
- * >
83
- * > * 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).
84
- * >
85
- * > * 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).
70
+ * > * If this parameter is left empty, a **Super** account is created by default.
71
+ * > * 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).
72
+ * > * 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).
73
+ * > * 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).
86
74
  *
87
75
  * @example
88
76
  * Normal
@@ -90,7 +78,7 @@ export declare class CreateAccountRequest extends $dara.Model {
90
78
  accountType?: string;
91
79
  /**
92
80
  * @remarks
93
- * 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.
81
+ * 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.
94
82
  *
95
83
  * @example
96
84
  * 6000170000591aed949d0f54a343f1a4233c1e7d1c5c******
@@ -108,9 +96,9 @@ export declare class CreateAccountRequest extends $dara.Model {
108
96
  DBClusterId?: string;
109
97
  /**
110
98
  * @remarks
111
- * The name of the database that the account can access. To specify multiple databases, separate the database names with a comma (,).
99
+ * The name of the database that the account is authorized to access. You can specify multiple database names separated by commas (,).
112
100
  *
113
- * > This parameter applies only to standard accounts on PolarDB for MySQL clusters.
101
+ * > This parameter is supported only for standard accounts of PolarDB for MySQL clusters.
114
102
  *
115
103
  * @example
116
104
  * testdb
@@ -118,9 +106,9 @@ export declare class CreateAccountRequest extends $dara.Model {
118
106
  DBName?: string;
119
107
  /**
120
108
  * @remarks
121
- * The type of the node. Valid values:
109
+ * The node type. Valid values:
122
110
  *
123
- * - **Search**: For creating an account on a PolarDB Search node.
111
+ * - Search: required when creating an account for a PolarDB Search node
124
112
  *
125
113
  * @example
126
114
  * Search
@@ -130,15 +118,13 @@ export declare class CreateAccountRequest extends $dara.Model {
130
118
  ownerId?: number;
131
119
  /**
132
120
  * @remarks
133
- * Specifies whether to grant the account permissions on all current and future databases in the cluster. Valid values:
134
- *
135
- * - **0 or do not specify**: The specified permissions are not granted to all databases.
121
+ * Specifies whether to grant permissions on all existing databases and all new databases in the current cluster. Valid values:
136
122
  *
137
- * - **1**: Grants the specified permissions to all current and future databases.
123
+ * - **0 or empty**: does not grant permissions.
138
124
  *
139
- * > * This parameter takes effect only when you specify the `AccountPrivilege` parameter.
140
- * >
141
- * > * If you set this parameter to `1`, the permissions specified in `AccountPrivilege` are granted to all databases.
125
+ * - **1**: grants permissions.
126
+ * >* The AccountPrivilege parameter must be specified for this parameter to take effect.
127
+ * >* If this parameter is set to `1`, the permissions specified by AccountPrivilege are granted on all databases.
142
128
  *
143
129
  * @example
144
130
  * 0
@@ -1 +1 @@
1
- {"version":3,"file":"CreateAccountRequest.js","sourceRoot":"","sources":["../../src/models/CreateAccountRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IAmJnD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,WAAW,EAAE,aAAa;YAC1B,eAAe,EAAE,iBAAiB;YAClC,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;YAC5B,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE,QAAQ;YACzB,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,YAAY,EAAE,QAAQ;YACtB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhMD,oDAgMC"}
1
+ {"version":3,"file":"CreateAccountRequest.js","sourceRoot":"","sources":["../../src/models/CreateAccountRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IAqInD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,WAAW,EAAE,aAAa;YAC1B,eAAe,EAAE,iBAAiB;YAClC,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;YAC5B,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE,QAAQ;YACzB,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,YAAY,EAAE,QAAQ;YACtB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlLD,oDAkLC"}
@@ -0,0 +1,79 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateAgenticDBBranchRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * The name of the branch.
6
+ *
7
+ * This parameter is required.
8
+ *
9
+ * @example
10
+ * feature-analytics
11
+ */
12
+ branchName?: string;
13
+ /**
14
+ * @remarks
15
+ * The AgenticDB cluster ID.
16
+ *
17
+ * This parameter is required.
18
+ *
19
+ * @example
20
+ * pagc-bp1abcdef1234567
21
+ */
22
+ DBClusterId?: string;
23
+ /**
24
+ * @remarks
25
+ * The description of the branch.
26
+ *
27
+ * @example
28
+ * Feature branch for analytics
29
+ */
30
+ description?: string;
31
+ /**
32
+ * @remarks
33
+ * The ID of the parent branch. If this parameter is not specified, the branch is derived from the main branch by default.
34
+ *
35
+ * @example
36
+ * br-1a2b3c4d5e6f
37
+ */
38
+ parentBranchId?: string;
39
+ /**
40
+ * @remarks
41
+ * The ID of the project to which the branch belongs.
42
+ *
43
+ * This parameter is required.
44
+ *
45
+ * @example
46
+ * proj-a1b2c3d4e5f6
47
+ */
48
+ projectId?: string;
49
+ /**
50
+ * @remarks
51
+ * The region ID.
52
+ *
53
+ * This parameter is required.
54
+ *
55
+ * @example
56
+ * cn-hangzhou
57
+ */
58
+ regionId?: string;
59
+ /**
60
+ * @remarks
61
+ * The ID of the tenant to which the branch belongs.
62
+ *
63
+ * This parameter is required.
64
+ *
65
+ * @example
66
+ * t-4b83e0da66674951
67
+ */
68
+ tenantId?: string;
69
+ static names(): {
70
+ [key: string]: string;
71
+ };
72
+ static types(): {
73
+ [key: string]: any;
74
+ };
75
+ validate(): void;
76
+ constructor(map?: {
77
+ [key: string]: any;
78
+ });
79
+ }
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateAgenticDBBranchRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CreateAgenticDBBranchRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ branchName: 'BranchName',
43
+ DBClusterId: 'DBClusterId',
44
+ description: 'Description',
45
+ parentBranchId: 'ParentBranchId',
46
+ projectId: 'ProjectId',
47
+ regionId: 'RegionId',
48
+ tenantId: 'TenantId',
49
+ };
50
+ }
51
+ static types() {
52
+ return {
53
+ branchName: 'string',
54
+ DBClusterId: 'string',
55
+ description: 'string',
56
+ parentBranchId: 'string',
57
+ projectId: 'string',
58
+ regionId: 'string',
59
+ tenantId: 'string',
60
+ };
61
+ }
62
+ validate() {
63
+ super.validate();
64
+ }
65
+ constructor(map) {
66
+ super(map);
67
+ }
68
+ }
69
+ exports.CreateAgenticDBBranchRequest = CreateAgenticDBBranchRequest;
70
+ //# sourceMappingURL=CreateAgenticDbbranchRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAgenticDbbranchRequest.js","sourceRoot":"","sources":["../../src/models/CreateAgenticDbbranchRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAmE3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlGD,oEAkGC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { CreateAgenticDBBranchResponseBody } from "./CreateAgenticDbbranchResponseBody";
3
+ export declare class CreateAgenticDBBranchResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: CreateAgenticDBBranchResponseBody;
9
+ static names(): {
10
+ [key: string]: string;
11
+ };
12
+ static types(): {
13
+ [key: string]: any;
14
+ };
15
+ validate(): void;
16
+ constructor(map?: {
17
+ [key: string]: any;
18
+ });
19
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateAgenticDBBranchResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const CreateAgenticDbbranchResponseBody_1 = require("./CreateAgenticDbbranchResponseBody");
40
+ class CreateAgenticDBBranchResponse extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ headers: 'headers',
44
+ statusCode: 'statusCode',
45
+ body: 'body',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
51
+ statusCode: 'number',
52
+ body: CreateAgenticDbbranchResponseBody_1.CreateAgenticDBBranchResponseBody,
53
+ };
54
+ }
55
+ validate() {
56
+ if (this.headers) {
57
+ $dara.Model.validateMap(this.headers);
58
+ }
59
+ if (this.body && typeof this.body.validate === 'function') {
60
+ this.body.validate();
61
+ }
62
+ super.validate();
63
+ }
64
+ constructor(map) {
65
+ super(map);
66
+ }
67
+ }
68
+ exports.CreateAgenticDBBranchResponse = CreateAgenticDBBranchResponse;
69
+ //# sourceMappingURL=CreateAgenticDbbranchResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAgenticDbbranchResponse.js","sourceRoot":"","sources":["../../src/models/CreateAgenticDbbranchResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2FAAwF;AAGxF,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAI5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,qEAAiC;SACxC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,sEAiCC"}
@@ -0,0 +1,93 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateAgenticDBBranchResponseBody extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * The ID of the compute cluster associated with the branch.
6
+ *
7
+ * @example
8
+ * pc-g0lsayq8c5qe
9
+ */
10
+ branchComputeClusterId?: string;
11
+ /**
12
+ * @remarks
13
+ * The branch ID.
14
+ *
15
+ * @example
16
+ * br-7g8h9i0j1k2l
17
+ */
18
+ branchId?: string;
19
+ /**
20
+ * @remarks
21
+ * The name of the branch.
22
+ *
23
+ * @example
24
+ * feature-analytics
25
+ */
26
+ branchName?: string;
27
+ /**
28
+ * @remarks
29
+ * The AgenticDB cluster ID.
30
+ *
31
+ * @example
32
+ * pagc-bp1abcdef1234567
33
+ */
34
+ DBClusterId?: string;
35
+ /**
36
+ * @remarks
37
+ * The ID of the parent branch.
38
+ *
39
+ * @example
40
+ * br-1a2b3c4d5e6f
41
+ */
42
+ parentBranchId?: string;
43
+ /**
44
+ * @remarks
45
+ * The name of the parent branch.
46
+ *
47
+ * @example
48
+ * main
49
+ */
50
+ parentBranchName?: string;
51
+ /**
52
+ * @remarks
53
+ * The ID of the project to which the branch belongs.
54
+ *
55
+ * @example
56
+ * proj-a1b2c3d4e5f6
57
+ */
58
+ projectId?: string;
59
+ /**
60
+ * @remarks
61
+ * The name of the project to which the branch belongs.
62
+ *
63
+ * @example
64
+ * analytics-prod
65
+ */
66
+ projectName?: string;
67
+ /**
68
+ * @remarks
69
+ * The request ID.
70
+ *
71
+ * @example
72
+ * A1B2C3D4-E5F6-7890-ABCD-1234567890AB
73
+ */
74
+ requestId?: string;
75
+ /**
76
+ * @remarks
77
+ * The status of the branch.
78
+ *
79
+ * @example
80
+ * Active
81
+ */
82
+ status?: string;
83
+ static names(): {
84
+ [key: string]: string;
85
+ };
86
+ static types(): {
87
+ [key: string]: any;
88
+ };
89
+ validate(): void;
90
+ constructor(map?: {
91
+ [key: string]: any;
92
+ });
93
+ }
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateAgenticDBBranchResponseBody = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CreateAgenticDBBranchResponseBody extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ branchComputeClusterId: 'BranchComputeClusterId',
43
+ branchId: 'BranchId',
44
+ branchName: 'BranchName',
45
+ DBClusterId: 'DBClusterId',
46
+ parentBranchId: 'ParentBranchId',
47
+ parentBranchName: 'ParentBranchName',
48
+ projectId: 'ProjectId',
49
+ projectName: 'ProjectName',
50
+ requestId: 'RequestId',
51
+ status: 'Status',
52
+ };
53
+ }
54
+ static types() {
55
+ return {
56
+ branchComputeClusterId: 'string',
57
+ branchId: 'string',
58
+ branchName: 'string',
59
+ DBClusterId: 'string',
60
+ parentBranchId: 'string',
61
+ parentBranchName: 'string',
62
+ projectId: 'string',
63
+ projectName: 'string',
64
+ requestId: 'string',
65
+ status: 'string',
66
+ };
67
+ }
68
+ validate() {
69
+ super.validate();
70
+ }
71
+ constructor(map) {
72
+ super(map);
73
+ }
74
+ }
75
+ exports.CreateAgenticDBBranchResponseBody = CreateAgenticDBBranchResponseBody;
76
+ //# sourceMappingURL=CreateAgenticDbbranchResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAgenticDbbranchResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateAgenticDbbranchResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAiFhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,wBAAwB;YAChD,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,gBAAgB,EAAE,kBAAkB;YACpC,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,QAAQ;YAChC,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,gBAAgB,EAAE,QAAQ;YAC1B,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtHD,8EAsHC"}
@@ -0,0 +1,69 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateAgenticDBProjectRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * The AgenticDB cluster ID.
6
+ *
7
+ * This parameter is required.
8
+ *
9
+ * @example
10
+ * pagc-bp1abcdef1234567
11
+ */
12
+ DBClusterId?: string;
13
+ /**
14
+ * @remarks
15
+ * The default branch name. Default value: main.
16
+ *
17
+ * @example
18
+ * main
19
+ */
20
+ defaultBranchName?: string;
21
+ /**
22
+ * @remarks
23
+ * The description of the project.
24
+ *
25
+ * @example
26
+ * Production analytics database
27
+ */
28
+ description?: string;
29
+ /**
30
+ * @remarks
31
+ * The project name. The name must be unique within the same tenant.
32
+ *
33
+ * This parameter is required.
34
+ *
35
+ * @example
36
+ * analytics-prod
37
+ */
38
+ projectName?: string;
39
+ /**
40
+ * @remarks
41
+ * The region ID.
42
+ *
43
+ * This parameter is required.
44
+ *
45
+ * @example
46
+ * cn-hangzhou
47
+ */
48
+ regionId?: string;
49
+ /**
50
+ * @remarks
51
+ * The ID of the tenant to which the project belongs.
52
+ *
53
+ * This parameter is required.
54
+ *
55
+ * @example
56
+ * t-4b83e0da66674951
57
+ */
58
+ tenantId?: string;
59
+ static names(): {
60
+ [key: string]: string;
61
+ };
62
+ static types(): {
63
+ [key: string]: any;
64
+ };
65
+ validate(): void;
66
+ constructor(map?: {
67
+ [key: string]: any;
68
+ });
69
+ }