@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
@@ -0,0 +1,68 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class CreateAgenticDBTenantApiKeyRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * pagc-bp1abcdef1234567
12
+ */
13
+ DBClusterId?: string;
14
+ /**
15
+ * @example
16
+ * MCP Server专用Key
17
+ */
18
+ description?: string;
19
+ /**
20
+ * @example
21
+ * 2027-01-01T00:00:00Z
22
+ */
23
+ expireTime?: string;
24
+ /**
25
+ * @remarks
26
+ * This parameter is required.
27
+ *
28
+ * @example
29
+ * cn-hangzhou
30
+ */
31
+ regionId?: string;
32
+ /**
33
+ * @remarks
34
+ * This parameter is required.
35
+ *
36
+ * @example
37
+ * my-tenant
38
+ */
39
+ tenantName?: string;
40
+ static names(): { [key: string]: string } {
41
+ return {
42
+ DBClusterId: 'DBClusterId',
43
+ description: 'Description',
44
+ expireTime: 'ExpireTime',
45
+ regionId: 'RegionId',
46
+ tenantName: 'TenantName',
47
+ };
48
+ }
49
+
50
+ static types(): { [key: string]: any } {
51
+ return {
52
+ DBClusterId: 'string',
53
+ description: 'string',
54
+ expireTime: 'string',
55
+ regionId: 'string',
56
+ tenantName: 'string',
57
+ };
58
+ }
59
+
60
+ validate() {
61
+ super.validate();
62
+ }
63
+
64
+ constructor(map?: { [key: string]: any }) {
65
+ super(map);
66
+ }
67
+ }
68
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { CreateAgenticDBTenantApiKeyResponseBody } from "./CreateAgenticDbtenantApiKeyResponseBody";
4
+
5
+
6
+ export class CreateAgenticDBTenantApiKeyResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: CreateAgenticDBTenantApiKeyResponseBody;
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: CreateAgenticDBTenantApiKeyResponseBody,
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 CreateAgenticDBTenantApiKeyResponseBody extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * pagc_key_xxxx.yyyy
9
+ */
10
+ apiKey?: string;
11
+ /**
12
+ * @example
13
+ * ak-xxxxxxxxxxxx
14
+ */
15
+ apiKeyId?: string;
16
+ /**
17
+ * @example
18
+ * 2026-06-10T08:00:00Z
19
+ */
20
+ createTime?: string;
21
+ /**
22
+ * @example
23
+ * 2027-01-01T00:00:00Z
24
+ */
25
+ expireTime?: string;
26
+ /**
27
+ * @example
28
+ * F45FFACC-1B2C-3D4E-5F6A-7B8C9D0E1F2A
29
+ */
30
+ requestId?: string;
31
+ /**
32
+ * @example
33
+ * t-aaaa111122223333
34
+ */
35
+ tenantId?: string;
36
+ /**
37
+ * @example
38
+ * my-tenant
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
+
@@ -5,11 +5,9 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateDBClusterEndpointRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Specifies whether to automatically add new nodes to the endpoint. Valid values:
9
- *
10
- * - **Enable**: Automatically adds new nodes to the endpoint.
11
- *
12
- * - **Disable** (default): Does not automatically add new nodes to the endpoint.
8
+ * Specifies whether new nodes are automatically added to this endpoint. Valid values:
9
+ * * **Enable**: New nodes are automatically added to this endpoint.
10
+ * * **Disable** (default): New nodes are not automatically added to this endpoint.
13
11
  *
14
12
  * @example
15
13
  * Disable
@@ -17,7 +15,7 @@ export class CreateDBClusterEndpointRequest extends $dara.Model {
17
15
  autoAddNewNodes?: string;
18
16
  /**
19
17
  * @remarks
20
- * A client-generated token to ensure the idempotence of the request. The token must be unique, case-sensitive, and a maximum of 64 ASCII characters.
18
+ * The client token that is used to ensure the idempotence of the request and prevent repeated submissions. The token is generated by the client, must be unique across requests, is case-sensitive, and cannot exceed 64 ASCII characters in length.
21
19
  *
22
20
  * @example
23
21
  * 6000170000591aed949d0f******************
@@ -43,73 +41,41 @@ export class CreateDBClusterEndpointRequest extends $dara.Model {
43
41
  DBEndpointDescription?: string;
44
42
  /**
45
43
  * @remarks
46
- * The advanced configurations for the custom cluster endpoint, specified as a JSON string. You can configure features such as consistency level, transaction splitting, whether the primary node accepts read requests, connection pool, and load balancing policy.
47
- *
48
- * - Specifies the load balancing policy. The format is {"LoadBalancePolicy":"policy"}. Valid values:
49
- *
50
- * - **0**: connections-based load balancing (default).
51
- *
52
- * - **1**: active requests-based load balancing.
53
- *
54
- * - Specifies the consistency level. The format is `{"ConsistLevel":"level"}`. Valid values:
55
- *
56
- * - **0**: eventual consistency.
57
- *
58
- * - **1**: session consistency (default).
59
- *
60
- * - **2**: global consistency.
61
- *
62
- * - Specifies whether to enable transaction splitting. The format is `{"DistributedTransaction":"status"}`. Valid values:
63
- *
64
- * - **on**: enables transaction splitting (default).
65
- *
66
- * - **off**: disables transaction splitting.
67
- *
68
- * - Specifies whether the primary node accepts read requests. The format is `{"MasterAcceptReads":"status"}`. Valid values:
69
- *
70
- * - **on**: The primary node accepts read requests.
71
- *
72
- * - **off**: The primary node does not accept read requests (default).
73
- *
74
- * - Specifies whether to enable the connection pool. The format is `{"ConnectionPersist":"status"}`. Valid values:
75
- *
76
- * - **off**: disables the connection pool (default).
77
- *
78
- * - **Session**: enables the session-level connection pool.
79
- *
80
- * - **Transaction**: enables the transaction-level connection pool.
81
- *
82
- * - Specifies the degree of parallelism for a parallel query. The format is {"MaxParallelDegree":"degree"}. Valid values:
83
- *
84
- * - A specific integer that specifies the degree of parallelism. For example: "MaxParallelDegree":"2".
85
- *
86
- * - **off**: disables parallel query (default).
87
- *
88
- * - Specifies whether to enable automatic routing between row store and column store. The format is {"EnableHtapImci":"status"}. Valid values:
89
- *
90
- * - **on**: enables automatic routing.
91
- *
92
- * - **off**: disables automatic routing (default).
93
- *
94
- * - Specifies whether to enable overload protection. The format is {"EnableOverloadThrottle":"status"}. Valid values:
95
- *
96
- * - **on**: enables overload protection.
97
- *
98
- * - **off**: disables overload protection (default).
99
- *
100
- * > * You can configure transaction splitting, whether the primary node accepts read requests, the connection pool, and overload protection only for a PolarDB for MySQL endpoint in **ReadWrite** (automatic read/write splitting) mode.
101
- * >
102
- * > * A PolarDB for MySQL cluster endpoint in **ReadOnly** mode supports both **connections-based load balancing** and **active requests-based load balancing**. An endpoint in **ReadWrite** (automatic read/write splitting) mode supports only **active requests-based load balancing**.
103
- * >
104
- * > * You can enable automatic routing between row store and column store if the read/write mode of the cluster endpoint for PolarDB for MySQL is **ReadWrite** (automatic read/write splitting), or if the read/write mode is **ReadOnly** and the load balancing policy is **active requests-based load balancing**.
105
- * >
106
- * > * Only PolarDB for MySQL clusters support global consistency.
107
- * >
108
- * > * If you set **ReadWriteMode** to **ReadOnly**, the consistency level must be **0** (eventual consistency).
109
- * >
110
- * > * You can configure the consistency level, transaction splitting, whether the primary node accepts read requests, and the connection pool at the same time. Example: `{"ConsistLevel":"1","DistributedTransaction":"on","ConnectionPersist":"Session","MasterAcceptReads":"on"}`.
111
- * >
112
- * > * The setting for transaction splitting depends on the consistency level. For example, if you set the consistency level to **0** (eventual consistency), you cannot enable transaction splitting. If you set the consistency level to **1** (session consistency) or **2** (global consistency), you can enable transaction splitting.
44
+ * The advanced configurations of the cluster endpoint in JSON format. You can configure the consistency level, transaction splitting, offload reads from primary node, and connection pool settings.
45
+ * * Load balancing policy. Format: {\\"LoadBalancePolicy\\":\\"Load balancing policy\\"}. Valid values:
46
+ * * **0**: connection-based load balancing (default).
47
+ * * **1**: active-request-based load balancing.
48
+ * * Consistency level. Format: `{"ConsistLevel":"Consistency level"}`. Valid values:
49
+ * * **0**: eventual consistency.
50
+ * * **1**: session consistency (default).
51
+ * * **2**: global consistency.
52
+ * * Transaction splitting. Format: `{"DistributedTransaction":"Transaction splitting"}`. Valid values:
53
+ * * **on**: enables transaction splitting (default).
54
+ * * **off**: disables transaction splitting.
55
+ * * Offload reads from primary node. Format: `{"MasterAcceptReads":"Offload reads from primary node"}`. Valid values:
56
+ * * **on**: the primary node accepts read requests.
57
+ * * **off**: the primary node does not accept read requests (default).
58
+ * * Connection pool. Format: `{"ConnectionPersist":"Connection pool"}`. Valid values:
59
+ * * **off**: disables the connection pool (default).
60
+ * * **Session**: enables session-level connection pooling.
61
+ * * **Transaction**: enables transaction-level connection pooling.
62
+ * * Parallel query. Format: {\\"MaxParallelDegree\\":\\"Parallel query\\"}. Valid values:
63
+ * * A specific degree of parallelism. Example: "MaxParallelDegree":"2".
64
+ * * **off**: disables parallel query (default).
65
+ * * Automatic request distribution among row store and column store nodes. Format: {\\"EnableHtapImci\\":\\"Automatic request distribution among row store and column store nodes\\"}. Valid values:
66
+ * * **on**: enables automatic request distribution among row store and column store nodes.
67
+ * * **off**: disables automatic request distribution among row store and column store nodes (default).
68
+ * * Overload protection. Format: {\\"EnableOverloadThrottle\\":\\"Overload protection\\"}. Valid values:
69
+ * * **on**: enables overload protection.
70
+ * * **off**: disables overload protection (default).
71
+ *
72
+ * > * Transaction splitting, offload reads from primary node, connection pool, and overload protection can be configured only when the read/write mode of the PolarDB for MySQL cluster endpoint is **ReadWrite (automatic read/write splitting)**.
73
+ * >* When the read/write mode of the PolarDB for MySQL cluster endpoint is **ReadOnly**, both **connection-based load balancing** and **active-request-based load balancing** are supported. The **ReadWrite (automatic read/write splitting)** mode supports only **active-request-based load balancing**.
74
+ * >* Automatic request distribution among row store and column store nodes can be configured when the read/write mode of the PolarDB for MySQL cluster endpoint is **ReadWrite (automatic read/write splitting)**, or when the read/write mode is **ReadOnly** and the load balancing policy is **active-request-based load balancing**.
75
+ * >* Only PolarDB for MySQL supports setting the consistency level to global consistency.
76
+ * >* If **ReadWriteMode** is set to **ReadOnly**, the consistency level can only be set to **0**.
77
+ * >* You can configure the consistency level, transaction splitting, offload reads from primary node, and connection pool at the same time. Example: `{"ConsistLevel":"1","DistributedTransaction":"on","ConnectionPersist":"Session","MasterAcceptReads":"on"}`.
78
+ * >* Transaction splitting is constrained by the consistency level. For example, transaction splitting cannot be enabled when the consistency level is **0**. Transaction splitting can be enabled when the consistency level is **1** or **2**.
113
79
  *
114
80
  * @example
115
81
  * {"ConsistLevel": "1","DistributedTransaction": "on"}
@@ -117,7 +83,11 @@ export class CreateDBClusterEndpointRequest extends $dara.Model {
117
83
  endpointConfig?: string;
118
84
  /**
119
85
  * @remarks
120
- * The type of the custom cluster endpoint. Set the value to **Custom**.
86
+ * The type of the custom cluster endpoint. Valid values:
87
+ *
88
+ * - **Custom**: custom cluster endpoint.
89
+ *
90
+ * - **DynamoDB**: DynamoDB endpoint.
121
91
  *
122
92
  * This parameter is required.
123
93
  *
@@ -127,17 +97,14 @@ export class CreateDBClusterEndpointRequest extends $dara.Model {
127
97
  endpointType?: string;
128
98
  /**
129
99
  * @remarks
130
- * The nodes to associate with the endpoint. Separate multiple node IDs with a comma (,). If you omit this parameter, all nodes in the cluster are added by default.
100
+ * The read load nodes to add to the endpoint. Separate multiple nodes with commas (,). By default, all nodes are added.
131
101
  *
132
- * > - For a PolarDB for MySQL cluster, specify the node IDs.
133
- * >
134
- * > - For a PolarDB for PostgreSQL cluster or a PolarDB for PostgreSQL (compatible with Oracle) cluster, specify the roles of the nodes, such as `Writer,Reader1,Reader2`.
135
- * >
136
- * > - If you set **ReadWriteMode** to **ReadOnly**, you can associate only one node with the endpoint. If this node fails, the endpoint may be unavailable for up to 1 hour. This configuration is not recommended for a production environment. To improve availability, associate at least two nodes with the endpoint.
137
- * >
138
- * > - If you set **ReadWriteMode** to **ReadWrite**, you must associate at least two nodes with the endpoint.
139
- * > \\* For a PolarDB for MySQL cluster, you can select any two nodes. If both nodes are read-only nodes, write requests are routed to the primary node.
140
- * > \\* For a PolarDB for PostgreSQL cluster or a PolarDB for PostgreSQL (compatible with Oracle) cluster, the primary node must be included.
102
+ * > * For PolarDB for MySQL, specify node IDs.
103
+ * >* For PolarDB for PostgreSQL and PolarDB for PostgreSQL (Compatible with Oracle), specify node role names, such as `Writer,Reader1,Reader2`.
104
+ * >* If **ReadWriteMode** is set to **ReadOnly**, you can mount only one node. However, if this node fails, the endpoint may be unavailable for up to 1 hour. Do not use this configuration in production environments. Select at least 2 nodes to improve availability.
105
+ * >* If **ReadWriteMode** is set to **ReadWrite**, select at least 2 nodes.
106
+ * * For PolarDB for MySQL, you can select any two nodes. If both nodes are read-only nodes, write requests are forwarded to the primary node.
107
+ * * For PolarDB for PostgreSQL and PolarDB for PostgreSQL (Compatible with Oracle), the primary node must be included.
141
108
  *
142
109
  * @example
143
110
  * pi-**********,pi-*********
@@ -146,17 +113,20 @@ export class CreateDBClusterEndpointRequest extends $dara.Model {
146
113
  ownerAccount?: string;
147
114
  ownerId?: number;
148
115
  /**
116
+ * @remarks
117
+ * The PolarFs instance ID.
118
+ *
149
119
  * @example
150
120
  * pfs-test****
151
121
  */
152
122
  polarFsInstanceId?: string;
153
123
  /**
154
124
  * @remarks
155
- * The policy for handling global consistency read timeouts. Valid values:
125
+ * The timeout policy for global consistency. Valid values:
156
126
  *
157
- * - **0**: Send the request to the primary node.
127
+ * - **0**: sends the request to the primary node.
158
128
  *
159
- * - **2**: Downgrade to a regular request. If a global consistency read times out, the query is automatically downgraded, and the client does not receive an error.
129
+ * - **2**: timeout degradation. After a global consistency read times out, the query is automatically degraded to regular requests, and the client does not receive an error message.
160
130
  *
161
131
  * @example
162
132
  * 0
@@ -172,10 +142,9 @@ export class CreateDBClusterEndpointRequest extends $dara.Model {
172
142
  polarSccWaitTimeout?: string;
173
143
  /**
174
144
  * @remarks
175
- * The read/write mode. Valid values:
176
- *
177
- * - **ReadWrite**: read/write (automatic read/write splitting).
145
+ * The read/write mode. Valid values:
178
146
  *
147
+ * - **ReadWrite**: read/write (automatic read/write splitting).
179
148
  * - **ReadOnly** (default): read-only.
180
149
  *
181
150
  * @example
@@ -186,22 +155,28 @@ export class CreateDBClusterEndpointRequest extends $dara.Model {
186
155
  resourceOwnerId?: number;
187
156
  /**
188
157
  * @remarks
189
- * Specifies whether to enable global consistency (high-performance mode). Valid values:
158
+ * Specifies whether to enable the global consistency (high-performance mode) feature for the node. Valid values:
190
159
  *
191
- * - **ON**: Enables the feature.
160
+ * - **ON**: enabled.
192
161
  *
193
- * - **OFF**: Disables the feature.
162
+ * - **OFF**: disabled.
194
163
  *
195
164
  * @example
196
165
  * on
197
166
  */
198
167
  sccMode?: string;
199
168
  /**
169
+ * @remarks
170
+ * The VPC ID.
171
+ *
200
172
  * @example
201
173
  * vpc-2zehr7ghqovftils0****
202
174
  */
203
175
  VPCId?: string;
204
176
  /**
177
+ * @remarks
178
+ * The vSwitch ID.
179
+ *
205
180
  * @example
206
181
  * vsw-2ze775gnf7jn33ua****
207
182
  */