@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
@@ -2,11 +2,9 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateDBClusterEndpointRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * Specifies whether to automatically add new nodes to the endpoint. Valid values:
6
- *
7
- * - **Enable**: Automatically adds new nodes to the endpoint.
8
- *
9
- * - **Disable** (default): Does not automatically add new nodes to the endpoint.
5
+ * Specifies whether new nodes are automatically added to this endpoint. Valid values:
6
+ * * **Enable**: New nodes are automatically added to this endpoint.
7
+ * * **Disable** (default): New nodes are not automatically added to this endpoint.
10
8
  *
11
9
  * @example
12
10
  * Disable
@@ -14,7 +12,7 @@ export declare class CreateDBClusterEndpointRequest extends $dara.Model {
14
12
  autoAddNewNodes?: string;
15
13
  /**
16
14
  * @remarks
17
- * 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.
15
+ * 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.
18
16
  *
19
17
  * @example
20
18
  * 6000170000591aed949d0f******************
@@ -40,73 +38,41 @@ export declare class CreateDBClusterEndpointRequest extends $dara.Model {
40
38
  DBEndpointDescription?: string;
41
39
  /**
42
40
  * @remarks
43
- * 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.
44
- *
45
- * - Specifies the load balancing policy. The format is {"LoadBalancePolicy":"policy"}. Valid values:
46
- *
47
- * - **0**: connections-based load balancing (default).
48
- *
49
- * - **1**: active requests-based load balancing.
50
- *
51
- * - Specifies the consistency level. The format is `{"ConsistLevel":"level"}`. Valid values:
52
- *
53
- * - **0**: eventual consistency.
54
- *
55
- * - **1**: session consistency (default).
56
- *
57
- * - **2**: global consistency.
58
- *
59
- * - Specifies whether to enable transaction splitting. The format is `{"DistributedTransaction":"status"}`. Valid values:
60
- *
61
- * - **on**: enables transaction splitting (default).
62
- *
63
- * - **off**: disables transaction splitting.
64
- *
65
- * - Specifies whether the primary node accepts read requests. The format is `{"MasterAcceptReads":"status"}`. Valid values:
66
- *
67
- * - **on**: The primary node accepts read requests.
68
- *
69
- * - **off**: The primary node does not accept read requests (default).
70
- *
71
- * - Specifies whether to enable the connection pool. The format is `{"ConnectionPersist":"status"}`. Valid values:
72
- *
73
- * - **off**: disables the connection pool (default).
74
- *
75
- * - **Session**: enables the session-level connection pool.
76
- *
77
- * - **Transaction**: enables the transaction-level connection pool.
78
- *
79
- * - Specifies the degree of parallelism for a parallel query. The format is {"MaxParallelDegree":"degree"}. Valid values:
80
- *
81
- * - A specific integer that specifies the degree of parallelism. For example: "MaxParallelDegree":"2".
82
- *
83
- * - **off**: disables parallel query (default).
84
- *
85
- * - Specifies whether to enable automatic routing between row store and column store. The format is {"EnableHtapImci":"status"}. Valid values:
86
- *
87
- * - **on**: enables automatic routing.
88
- *
89
- * - **off**: disables automatic routing (default).
90
- *
91
- * - Specifies whether to enable overload protection. The format is {"EnableOverloadThrottle":"status"}. Valid values:
92
- *
93
- * - **on**: enables overload protection.
94
- *
95
- * - **off**: disables overload protection (default).
96
- *
97
- * > * 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.
98
- * >
99
- * > * 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**.
100
- * >
101
- * > * 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**.
102
- * >
103
- * > * Only PolarDB for MySQL clusters support global consistency.
104
- * >
105
- * > * If you set **ReadWriteMode** to **ReadOnly**, the consistency level must be **0** (eventual consistency).
106
- * >
107
- * > * 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"}`.
108
- * >
109
- * > * 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.
41
+ * 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.
42
+ * * Load balancing policy. Format: {\\"LoadBalancePolicy\\":\\"Load balancing policy\\"}. Valid values:
43
+ * * **0**: connection-based load balancing (default).
44
+ * * **1**: active-request-based load balancing.
45
+ * * Consistency level. Format: `{"ConsistLevel":"Consistency level"}`. Valid values:
46
+ * * **0**: eventual consistency.
47
+ * * **1**: session consistency (default).
48
+ * * **2**: global consistency.
49
+ * * Transaction splitting. Format: `{"DistributedTransaction":"Transaction splitting"}`. Valid values:
50
+ * * **on**: enables transaction splitting (default).
51
+ * * **off**: disables transaction splitting.
52
+ * * Offload reads from primary node. Format: `{"MasterAcceptReads":"Offload reads from primary node"}`. Valid values:
53
+ * * **on**: the primary node accepts read requests.
54
+ * * **off**: the primary node does not accept read requests (default).
55
+ * * Connection pool. Format: `{"ConnectionPersist":"Connection pool"}`. Valid values:
56
+ * * **off**: disables the connection pool (default).
57
+ * * **Session**: enables session-level connection pooling.
58
+ * * **Transaction**: enables transaction-level connection pooling.
59
+ * * Parallel query. Format: {\\"MaxParallelDegree\\":\\"Parallel query\\"}. Valid values:
60
+ * * A specific degree of parallelism. Example: "MaxParallelDegree":"2".
61
+ * * **off**: disables parallel query (default).
62
+ * * Automatic request distribution among row store and column store nodes. Format: {\\"EnableHtapImci\\":\\"Automatic request distribution among row store and column store nodes\\"}. Valid values:
63
+ * * **on**: enables automatic request distribution among row store and column store nodes.
64
+ * * **off**: disables automatic request distribution among row store and column store nodes (default).
65
+ * * Overload protection. Format: {\\"EnableOverloadThrottle\\":\\"Overload protection\\"}. Valid values:
66
+ * * **on**: enables overload protection.
67
+ * * **off**: disables overload protection (default).
68
+ *
69
+ * > * 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)**.
70
+ * >* 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**.
71
+ * >* 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**.
72
+ * >* Only PolarDB for MySQL supports setting the consistency level to global consistency.
73
+ * >* If **ReadWriteMode** is set to **ReadOnly**, the consistency level can only be set to **0**.
74
+ * >* 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"}`.
75
+ * >* 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**.
110
76
  *
111
77
  * @example
112
78
  * {"ConsistLevel": "1","DistributedTransaction": "on"}
@@ -114,7 +80,11 @@ export declare class CreateDBClusterEndpointRequest extends $dara.Model {
114
80
  endpointConfig?: string;
115
81
  /**
116
82
  * @remarks
117
- * The type of the custom cluster endpoint. Set the value to **Custom**.
83
+ * The type of the custom cluster endpoint. Valid values:
84
+ *
85
+ * - **Custom**: custom cluster endpoint.
86
+ *
87
+ * - **DynamoDB**: DynamoDB endpoint.
118
88
  *
119
89
  * This parameter is required.
120
90
  *
@@ -124,17 +94,14 @@ export declare class CreateDBClusterEndpointRequest extends $dara.Model {
124
94
  endpointType?: string;
125
95
  /**
126
96
  * @remarks
127
- * 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.
128
- *
129
- * > - For a PolarDB for MySQL cluster, specify the node IDs.
130
- * >
131
- * > - 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`.
132
- * >
133
- * > - 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.
134
- * >
135
- * > - If you set **ReadWriteMode** to **ReadWrite**, you must associate at least two nodes with the endpoint.
136
- * > \\* 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.
137
- * > \\* For a PolarDB for PostgreSQL cluster or a PolarDB for PostgreSQL (compatible with Oracle) cluster, the primary node must be included.
97
+ * The read load nodes to add to the endpoint. Separate multiple nodes with commas (,). By default, all nodes are added.
98
+ *
99
+ * > * For PolarDB for MySQL, specify node IDs.
100
+ * >* For PolarDB for PostgreSQL and PolarDB for PostgreSQL (Compatible with Oracle), specify node role names, such as `Writer,Reader1,Reader2`.
101
+ * >* 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.
102
+ * >* If **ReadWriteMode** is set to **ReadWrite**, select at least 2 nodes.
103
+ * * 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.
104
+ * * For PolarDB for PostgreSQL and PolarDB for PostgreSQL (Compatible with Oracle), the primary node must be included.
138
105
  *
139
106
  * @example
140
107
  * pi-**********,pi-*********
@@ -143,17 +110,20 @@ export declare class CreateDBClusterEndpointRequest extends $dara.Model {
143
110
  ownerAccount?: string;
144
111
  ownerId?: number;
145
112
  /**
113
+ * @remarks
114
+ * The PolarFs instance ID.
115
+ *
146
116
  * @example
147
117
  * pfs-test****
148
118
  */
149
119
  polarFsInstanceId?: string;
150
120
  /**
151
121
  * @remarks
152
- * The policy for handling global consistency read timeouts. Valid values:
122
+ * The timeout policy for global consistency. Valid values:
153
123
  *
154
- * - **0**: Send the request to the primary node.
124
+ * - **0**: sends the request to the primary node.
155
125
  *
156
- * - **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.
126
+ * - **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.
157
127
  *
158
128
  * @example
159
129
  * 0
@@ -172,7 +142,6 @@ export declare class CreateDBClusterEndpointRequest extends $dara.Model {
172
142
  * The read/write mode. Valid values:
173
143
  *
174
144
  * - **ReadWrite**: read/write (automatic read/write splitting).
175
- *
176
145
  * - **ReadOnly** (default): read-only.
177
146
  *
178
147
  * @example
@@ -183,22 +152,28 @@ export declare class CreateDBClusterEndpointRequest extends $dara.Model {
183
152
  resourceOwnerId?: number;
184
153
  /**
185
154
  * @remarks
186
- * Specifies whether to enable global consistency (high-performance mode). Valid values:
155
+ * Specifies whether to enable the global consistency (high-performance mode) feature for the node. Valid values:
187
156
  *
188
- * - **ON**: Enables the feature.
157
+ * - **ON**: enabled.
189
158
  *
190
- * - **OFF**: Disables the feature.
159
+ * - **OFF**: disabled.
191
160
  *
192
161
  * @example
193
162
  * on
194
163
  */
195
164
  sccMode?: string;
196
165
  /**
166
+ * @remarks
167
+ * The VPC ID.
168
+ *
197
169
  * @example
198
170
  * vpc-2zehr7ghqovftils0****
199
171
  */
200
172
  VPCId?: string;
201
173
  /**
174
+ * @remarks
175
+ * The vSwitch ID.
176
+ *
202
177
  * @example
203
178
  * vsw-2ze775gnf7jn33ua****
204
179
  */
@@ -1 +1 @@
1
- {"version":3,"file":"CreateDbclusterEndpointRequest.js","sourceRoot":"","sources":["../../src/models/CreateDbclusterEndpointRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IA4M7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,qBAAqB,EAAE,uBAAuB;YAC9C,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,iBAAiB,EAAE,mBAAmB;YACtC,qBAAqB,EAAE,uBAAuB;YAC9C,mBAAmB,EAAE,qBAAqB;YAC1C,aAAa,EAAE,eAAe;YAC9B,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,qBAAqB,EAAE,QAAQ;YAC/B,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,iBAAiB,EAAE,QAAQ;YAC3B,qBAAqB,EAAE,QAAQ;YAC/B,mBAAmB,EAAE,QAAQ;YAC7B,aAAa,EAAE,QAAQ;YACvB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,OAAO,EAAE,QAAQ;YACjB,KAAK,EAAE,QAAQ;YACf,SAAS,EAAE,QAAQ;SACpB,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;AAjQD,wEAiQC"}
1
+ {"version":3,"file":"CreateDbclusterEndpointRequest.js","sourceRoot":"","sources":["../../src/models/CreateDbclusterEndpointRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAmL7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,qBAAqB,EAAE,uBAAuB;YAC9C,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,iBAAiB,EAAE,mBAAmB;YACtC,qBAAqB,EAAE,uBAAuB;YAC9C,mBAAmB,EAAE,qBAAqB;YAC1C,aAAa,EAAE,eAAe;YAC9B,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,qBAAqB,EAAE,QAAQ;YAC/B,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,iBAAiB,EAAE,QAAQ;YAC3B,qBAAqB,EAAE,QAAQ;YAC/B,mBAAmB,EAAE,QAAQ;YAC7B,aAAa,EAAE,QAAQ;YACvB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,OAAO,EAAE,QAAQ;YACjB,KAAK,EAAE,QAAQ;YACf,SAAS,EAAE,QAAQ;SACpB,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;AAxOD,wEAwOC"}