@alicloud/polardb20170801 7.2.0 → 7.3.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 (253) hide show
  1. package/dist/client.d.ts +288 -8
  2. package/dist/client.js +1119 -155
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAgenticDbbranchRequest.d.ts +79 -0
  5. package/dist/models/CreateAgenticDbbranchRequest.js +70 -0
  6. package/dist/models/CreateAgenticDbbranchRequest.js.map +1 -0
  7. package/dist/models/CreateAgenticDbbranchResponse.d.ts +19 -0
  8. package/dist/models/CreateAgenticDbbranchResponse.js +69 -0
  9. package/dist/models/CreateAgenticDbbranchResponse.js.map +1 -0
  10. package/dist/models/CreateAgenticDbbranchResponseBody.d.ts +93 -0
  11. package/dist/models/CreateAgenticDbbranchResponseBody.js +76 -0
  12. package/dist/models/CreateAgenticDbbranchResponseBody.js.map +1 -0
  13. package/dist/models/CreateAgenticDbprojectRequest.d.ts +69 -0
  14. package/dist/models/CreateAgenticDbprojectRequest.js +68 -0
  15. package/dist/models/CreateAgenticDbprojectRequest.js.map +1 -0
  16. package/dist/models/CreateAgenticDbprojectResponse.d.ts +19 -0
  17. package/dist/models/CreateAgenticDbprojectResponse.js +69 -0
  18. package/dist/models/CreateAgenticDbprojectResponse.js.map +1 -0
  19. package/dist/models/CreateAgenticDbprojectResponseBody.d.ts +77 -0
  20. package/dist/models/CreateAgenticDbprojectResponseBody.js +72 -0
  21. package/dist/models/CreateAgenticDbprojectResponseBody.js.map +1 -0
  22. package/dist/models/CreateAgenticDbtenantApiKeyRequest.d.ts +47 -0
  23. package/dist/models/CreateAgenticDbtenantApiKeyRequest.js +66 -0
  24. package/dist/models/CreateAgenticDbtenantApiKeyRequest.js.map +1 -0
  25. package/dist/models/CreateAgenticDbtenantApiKeyResponse.d.ts +19 -0
  26. package/dist/models/CreateAgenticDbtenantApiKeyResponse.js +69 -0
  27. package/dist/models/CreateAgenticDbtenantApiKeyResponse.js.map +1 -0
  28. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.d.ts +48 -0
  29. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.js +70 -0
  30. package/dist/models/CreateAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  31. package/dist/models/CreateDbclusterRequest.d.ts +197 -307
  32. package/dist/models/CreateDbclusterRequest.js +6 -0
  33. package/dist/models/CreateDbclusterRequest.js.map +1 -1
  34. package/dist/models/CreateDbclusterResponseBody.d.ts +2 -0
  35. package/dist/models/CreateDbclusterResponseBody.js +4 -0
  36. package/dist/models/CreateDbclusterResponseBody.js.map +1 -1
  37. package/dist/models/DeleteAgenticDbbranchRequest.d.ts +63 -0
  38. package/dist/models/DeleteAgenticDbbranchRequest.js +66 -0
  39. package/dist/models/DeleteAgenticDbbranchRequest.js.map +1 -0
  40. package/dist/models/DeleteAgenticDbbranchResponse.d.ts +19 -0
  41. package/dist/models/DeleteAgenticDbbranchResponse.js +69 -0
  42. package/dist/models/DeleteAgenticDbbranchResponse.js.map +1 -0
  43. package/dist/models/DeleteAgenticDbbranchResponseBody.d.ts +21 -0
  44. package/dist/models/DeleteAgenticDbbranchResponseBody.js +58 -0
  45. package/dist/models/DeleteAgenticDbbranchResponseBody.js.map +1 -0
  46. package/dist/models/DeleteAgenticDbcomputeClusterRequest.d.ts +37 -0
  47. package/dist/models/DeleteAgenticDbcomputeClusterRequest.js +62 -0
  48. package/dist/models/DeleteAgenticDbcomputeClusterRequest.js.map +1 -0
  49. package/dist/models/DeleteAgenticDbcomputeClusterResponse.d.ts +19 -0
  50. package/dist/models/DeleteAgenticDbcomputeClusterResponse.js +69 -0
  51. package/dist/models/DeleteAgenticDbcomputeClusterResponse.js.map +1 -0
  52. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.d.ts +18 -0
  53. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.js +58 -0
  54. package/dist/models/DeleteAgenticDbcomputeClusterResponseBody.js.map +1 -0
  55. package/dist/models/DeleteAgenticDbprojectRequest.d.ts +53 -0
  56. package/dist/models/DeleteAgenticDbprojectRequest.js +64 -0
  57. package/dist/models/DeleteAgenticDbprojectRequest.js.map +1 -0
  58. package/dist/models/DeleteAgenticDbprojectResponse.d.ts +19 -0
  59. package/dist/models/DeleteAgenticDbprojectResponse.js +69 -0
  60. package/dist/models/DeleteAgenticDbprojectResponse.js.map +1 -0
  61. package/dist/models/DeleteAgenticDbprojectResponseBody.d.ts +21 -0
  62. package/dist/models/DeleteAgenticDbprojectResponseBody.js +58 -0
  63. package/dist/models/DeleteAgenticDbprojectResponseBody.js.map +1 -0
  64. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.d.ts +53 -0
  65. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.js +64 -0
  66. package/dist/models/DeleteAgenticDbtenantApiKeyRequest.js.map +1 -0
  67. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.d.ts +19 -0
  68. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.js +69 -0
  69. package/dist/models/DeleteAgenticDbtenantApiKeyResponse.js.map +1 -0
  70. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.d.ts +21 -0
  71. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.js +58 -0
  72. package/dist/models/DeleteAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  73. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.d.ts +53 -0
  74. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.js +66 -0
  75. package/dist/models/DescribeAgenticDbbranchEndpointsRequest.js.map +1 -0
  76. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.d.ts +19 -0
  77. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.js +69 -0
  78. package/dist/models/DescribeAgenticDbbranchEndpointsResponse.js.map +1 -0
  79. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.d.ts +71 -0
  80. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.js +96 -0
  81. package/dist/models/DescribeAgenticDbbranchEndpointsResponseBody.js.map +1 -0
  82. package/dist/models/DescribeAgenticDbbranchLineageRequest.d.ts +74 -0
  83. package/dist/models/DescribeAgenticDbbranchLineageRequest.js +70 -0
  84. package/dist/models/DescribeAgenticDbbranchLineageRequest.js.map +1 -0
  85. package/dist/models/DescribeAgenticDbbranchLineageResponse.d.ts +19 -0
  86. package/dist/models/DescribeAgenticDbbranchLineageResponse.js +69 -0
  87. package/dist/models/DescribeAgenticDbbranchLineageResponse.js.map +1 -0
  88. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.d.ts +205 -0
  89. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.js +122 -0
  90. package/dist/models/DescribeAgenticDbbranchLineageResponseBody.js.map +1 -0
  91. package/dist/models/DescribeAgenticDbbranchRequest.d.ts +53 -0
  92. package/dist/models/DescribeAgenticDbbranchRequest.js +66 -0
  93. package/dist/models/DescribeAgenticDbbranchRequest.js.map +1 -0
  94. package/dist/models/DescribeAgenticDbbranchResponse.d.ts +19 -0
  95. package/dist/models/DescribeAgenticDbbranchResponse.js +69 -0
  96. package/dist/models/DescribeAgenticDbbranchResponse.js.map +1 -0
  97. package/dist/models/DescribeAgenticDbbranchResponseBody.d.ts +98 -0
  98. package/dist/models/DescribeAgenticDbbranchResponseBody.js +90 -0
  99. package/dist/models/DescribeAgenticDbbranchResponseBody.js.map +1 -0
  100. package/dist/models/DescribeAgenticDbbranchesRequest.d.ts +59 -0
  101. package/dist/models/DescribeAgenticDbbranchesRequest.js +72 -0
  102. package/dist/models/DescribeAgenticDbbranchesRequest.js.map +1 -0
  103. package/dist/models/DescribeAgenticDbbranchesResponse.d.ts +19 -0
  104. package/dist/models/DescribeAgenticDbbranchesResponse.js +69 -0
  105. package/dist/models/DescribeAgenticDbbranchesResponse.js.map +1 -0
  106. package/dist/models/DescribeAgenticDbbranchesResponseBody.d.ts +126 -0
  107. package/dist/models/DescribeAgenticDbbranchesResponseBody.js +118 -0
  108. package/dist/models/DescribeAgenticDbbranchesResponseBody.js.map +1 -0
  109. package/dist/models/DescribeAgenticDbclustersRequest.d.ts +130 -0
  110. package/dist/models/DescribeAgenticDbclustersRequest.js +102 -0
  111. package/dist/models/DescribeAgenticDbclustersRequest.js.map +1 -0
  112. package/dist/models/DescribeAgenticDbclustersResponse.d.ts +19 -0
  113. package/dist/models/DescribeAgenticDbclustersResponse.js +69 -0
  114. package/dist/models/DescribeAgenticDbclustersResponse.js.map +1 -0
  115. package/dist/models/DescribeAgenticDbclustersResponseBody.d.ts +313 -0
  116. package/dist/models/DescribeAgenticDbclustersResponseBody.js +160 -0
  117. package/dist/models/DescribeAgenticDbclustersResponseBody.js.map +1 -0
  118. package/dist/models/DescribeAgenticDbcomputeClustersRequest.d.ts +49 -0
  119. package/dist/models/DescribeAgenticDbcomputeClustersRequest.js +68 -0
  120. package/dist/models/DescribeAgenticDbcomputeClustersRequest.js.map +1 -0
  121. package/dist/models/DescribeAgenticDbcomputeClustersResponse.d.ts +19 -0
  122. package/dist/models/DescribeAgenticDbcomputeClustersResponse.js +69 -0
  123. package/dist/models/DescribeAgenticDbcomputeClustersResponse.js.map +1 -0
  124. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.d.ts +133 -0
  125. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.js +124 -0
  126. package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.js.map +1 -0
  127. package/dist/models/DescribeAgenticDbprojectRequest.d.ts +45 -0
  128. package/dist/models/DescribeAgenticDbprojectRequest.js +64 -0
  129. package/dist/models/DescribeAgenticDbprojectRequest.js.map +1 -0
  130. package/dist/models/DescribeAgenticDbprojectResponse.d.ts +19 -0
  131. package/dist/models/DescribeAgenticDbprojectResponse.js +69 -0
  132. package/dist/models/DescribeAgenticDbprojectResponse.js.map +1 -0
  133. package/dist/models/DescribeAgenticDbprojectResponseBody.d.ts +58 -0
  134. package/dist/models/DescribeAgenticDbprojectResponseBody.js +74 -0
  135. package/dist/models/DescribeAgenticDbprojectResponseBody.js.map +1 -0
  136. package/dist/models/DescribeAgenticDbprojectsRequest.d.ts +54 -0
  137. package/dist/models/DescribeAgenticDbprojectsRequest.js +70 -0
  138. package/dist/models/DescribeAgenticDbprojectsRequest.js.map +1 -0
  139. package/dist/models/DescribeAgenticDbprojectsResponse.d.ts +19 -0
  140. package/dist/models/DescribeAgenticDbprojectsResponse.js +69 -0
  141. package/dist/models/DescribeAgenticDbprojectsResponse.js.map +1 -0
  142. package/dist/models/DescribeAgenticDbprojectsResponseBody.d.ts +91 -0
  143. package/dist/models/DescribeAgenticDbprojectsResponseBody.js +104 -0
  144. package/dist/models/DescribeAgenticDbprojectsResponseBody.js.map +1 -0
  145. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.d.ts +44 -0
  146. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.js +66 -0
  147. package/dist/models/DescribeAgenticDbtenantApiKeysRequest.js.map +1 -0
  148. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.d.ts +19 -0
  149. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.js +69 -0
  150. package/dist/models/DescribeAgenticDbtenantApiKeysResponse.js.map +1 -0
  151. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.d.ts +86 -0
  152. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.js +102 -0
  153. package/dist/models/DescribeAgenticDbtenantApiKeysResponseBody.js.map +1 -0
  154. package/dist/models/DescribeDbclusterAttributeRequest.d.ts +2 -3
  155. package/dist/models/DescribeDbclusterAttributeRequest.js.map +1 -1
  156. package/dist/models/DescribeDbclusterAttributeResponseBody.d.ts +168 -255
  157. package/dist/models/DescribeDbclusterAttributeResponseBody.js +4 -0
  158. package/dist/models/DescribeDbclusterAttributeResponseBody.js.map +1 -1
  159. package/dist/models/DescribeDbclustersRequest.d.ts +23 -29
  160. package/dist/models/DescribeDbclustersRequest.js.map +1 -1
  161. package/dist/models/DescribeDbclustersResponseBody.d.ts +3 -5
  162. package/dist/models/DescribeDbclustersResponseBody.js +4 -0
  163. package/dist/models/DescribeDbclustersResponseBody.js.map +1 -1
  164. package/dist/models/ModifyDbclusterRequest.d.ts +40 -39
  165. package/dist/models/ModifyDbclusterRequest.js +2 -0
  166. package/dist/models/ModifyDbclusterRequest.js.map +1 -1
  167. package/dist/models/ModifyDbclusterResponseBody.d.ts +3 -3
  168. package/dist/models/ResetAgenticDbtenantApiKeyRequest.d.ts +45 -0
  169. package/dist/models/ResetAgenticDbtenantApiKeyRequest.js +64 -0
  170. package/dist/models/ResetAgenticDbtenantApiKeyRequest.js.map +1 -0
  171. package/dist/models/ResetAgenticDbtenantApiKeyResponse.d.ts +19 -0
  172. package/dist/models/ResetAgenticDbtenantApiKeyResponse.js +69 -0
  173. package/dist/models/ResetAgenticDbtenantApiKeyResponse.js.map +1 -0
  174. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.d.ts +48 -0
  175. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.js +70 -0
  176. package/dist/models/ResetAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  177. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.d.ts +29 -0
  178. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.js +60 -0
  179. package/dist/models/VerifyAgenticDbtenantApiKeyRequest.js.map +1 -0
  180. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.d.ts +19 -0
  181. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.js +69 -0
  182. package/dist/models/VerifyAgenticDbtenantApiKeyResponse.js.map +1 -0
  183. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.d.ts +54 -0
  184. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.js +74 -0
  185. package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.js.map +1 -0
  186. package/dist/models/model.d.ts +63 -0
  187. package/dist/models/model.js +159 -31
  188. package/dist/models/model.js.map +1 -1
  189. package/package.json +1 -1
  190. package/src/client.ts +1340 -238
  191. package/src/models/CreateAgenticDbbranchRequest.ts +104 -0
  192. package/src/models/CreateAgenticDbbranchResponse.ts +40 -0
  193. package/src/models/CreateAgenticDbbranchResponseBody.ts +124 -0
  194. package/src/models/CreateAgenticDbprojectRequest.ts +92 -0
  195. package/src/models/CreateAgenticDbprojectResponse.ts +40 -0
  196. package/src/models/CreateAgenticDbprojectResponseBody.ts +104 -0
  197. package/src/models/CreateAgenticDbtenantApiKeyRequest.ts +68 -0
  198. package/src/models/CreateAgenticDbtenantApiKeyResponse.ts +40 -0
  199. package/src/models/CreateAgenticDbtenantApiKeyResponseBody.ts +73 -0
  200. package/src/models/CreateDbclusterRequest.ts +207 -311
  201. package/src/models/CreateDbclusterResponseBody.ts +6 -0
  202. package/src/models/DeleteAgenticDbbranchRequest.ts +84 -0
  203. package/src/models/DeleteAgenticDbbranchResponse.ts +40 -0
  204. package/src/models/DeleteAgenticDbbranchResponseBody.ts +34 -0
  205. package/src/models/DeleteAgenticDbcomputeClusterRequest.ts +54 -0
  206. package/src/models/DeleteAgenticDbcomputeClusterResponse.ts +40 -0
  207. package/src/models/DeleteAgenticDbcomputeClusterResponseBody.ts +31 -0
  208. package/src/models/DeleteAgenticDbprojectRequest.ts +72 -0
  209. package/src/models/DeleteAgenticDbprojectResponse.ts +40 -0
  210. package/src/models/DeleteAgenticDbprojectResponseBody.ts +34 -0
  211. package/src/models/DeleteAgenticDbtenantApiKeyRequest.ts +72 -0
  212. package/src/models/DeleteAgenticDbtenantApiKeyResponse.ts +40 -0
  213. package/src/models/DeleteAgenticDbtenantApiKeyResponseBody.ts +34 -0
  214. package/src/models/DescribeAgenticDbbranchEndpointsRequest.ts +74 -0
  215. package/src/models/DescribeAgenticDbbranchEndpointsResponse.ts +40 -0
  216. package/src/models/DescribeAgenticDbbranchEndpointsResponseBody.ts +113 -0
  217. package/src/models/DescribeAgenticDbbranchLineageRequest.ts +99 -0
  218. package/src/models/DescribeAgenticDbbranchLineageResponse.ts +40 -0
  219. package/src/models/DescribeAgenticDbbranchLineageResponseBody.ts +273 -0
  220. package/src/models/DescribeAgenticDbbranchRequest.ts +74 -0
  221. package/src/models/DescribeAgenticDbbranchResponse.ts +40 -0
  222. package/src/models/DescribeAgenticDbbranchResponseBody.ts +143 -0
  223. package/src/models/DescribeAgenticDbbranchesRequest.ts +86 -0
  224. package/src/models/DescribeAgenticDbbranchesResponse.ts +40 -0
  225. package/src/models/DescribeAgenticDbbranchesResponseBody.ts +190 -0
  226. package/src/models/DescribeAgenticDbclustersRequest.ts +178 -0
  227. package/src/models/DescribeAgenticDbclustersResponse.ts +40 -0
  228. package/src/models/DescribeAgenticDbclustersResponseBody.ts +410 -0
  229. package/src/models/DescribeAgenticDbcomputeClustersRequest.ts +72 -0
  230. package/src/models/DescribeAgenticDbcomputeClustersResponse.ts +40 -0
  231. package/src/models/DescribeAgenticDbcomputeClustersResponseBody.ts +203 -0
  232. package/src/models/DescribeAgenticDbprojectRequest.ts +64 -0
  233. package/src/models/DescribeAgenticDbprojectResponse.ts +40 -0
  234. package/src/models/DescribeAgenticDbprojectResponseBody.ts +87 -0
  235. package/src/models/DescribeAgenticDbprojectsRequest.ts +79 -0
  236. package/src/models/DescribeAgenticDbprojectsResponse.ts +40 -0
  237. package/src/models/DescribeAgenticDbprojectsResponseBody.ts +141 -0
  238. package/src/models/DescribeAgenticDbtenantApiKeysRequest.ts +65 -0
  239. package/src/models/DescribeAgenticDbtenantApiKeysResponse.ts +40 -0
  240. package/src/models/DescribeAgenticDbtenantApiKeysResponseBody.ts +134 -0
  241. package/src/models/DescribeDbclusterAttributeRequest.ts +2 -3
  242. package/src/models/DescribeDbclusterAttributeResponseBody.ts +175 -258
  243. package/src/models/DescribeDbclustersRequest.ts +25 -31
  244. package/src/models/DescribeDbclustersResponseBody.ts +7 -5
  245. package/src/models/ModifyDbclusterRequest.ts +42 -39
  246. package/src/models/ModifyDbclusterResponseBody.ts +3 -3
  247. package/src/models/ResetAgenticDbtenantApiKeyRequest.ts +64 -0
  248. package/src/models/ResetAgenticDbtenantApiKeyResponse.ts +40 -0
  249. package/src/models/ResetAgenticDbtenantApiKeyResponseBody.ts +73 -0
  250. package/src/models/VerifyAgenticDbtenantApiKeyRequest.ts +44 -0
  251. package/src/models/VerifyAgenticDbtenantApiKeyResponse.ts +40 -0
  252. package/src/models/VerifyAgenticDbtenantApiKeyResponseBody.ts +83 -0
  253. package/src/models/model.ts +63 -0
@@ -5,9 +5,9 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribeDBClustersRequestTag extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The key of a tag used for filtering. You can specify up to 20 tags. The `n` in `Tag.n.Key` indicates the tag number and must be a consecutive integer starting from 1.
8
+ * The tag key. You can use tags to filter the cluster list. You can specify up to 20 tag pairs. The number n for each tag pair must be unique and must be a consecutive integer that starts from 1. The Tag.n.Key parameter is paired with the Tag.n.Value parameter.
9
9
  *
10
- * > The tag key cannot exceed 128 characters in length and cannot start with `aliyun`, `acs:`, `http://`, or `https://`.
10
+ * > The tag key can be up to 64 characters in length and cannot start with `aliyun`, `acs:`, `http://`, or `https://`.
11
11
  *
12
12
  * @example
13
13
  * MySQL
@@ -15,9 +15,9 @@ export class DescribeDBClustersRequestTag extends $dara.Model {
15
15
  key?: string;
16
16
  /**
17
17
  * @remarks
18
- * The tag value.
18
+ * The tag value that corresponds to the tag key.
19
19
  *
20
- * > The tag value cannot exceed 128 characters in length and cannot start with `aliyun`, `acs:`, `http://`, or `https://`.
20
+ * > The tag value can be up to 64 characters in length and cannot start with `aliyun`, `acs:`, `http://`, or `https://`.
21
21
  *
22
22
  * @example
23
23
  * 5.6
@@ -57,7 +57,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
57
57
  connectionString?: string;
58
58
  /**
59
59
  * @remarks
60
- * The cluster description. Fuzzy search is supported.
60
+ * The cluster description. Fuzzy match is supported.
61
61
  *
62
62
  * @example
63
63
  * pc-****************
@@ -65,7 +65,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
65
65
  DBClusterDescription?: string;
66
66
  /**
67
67
  * @remarks
68
- * The IDs of one or more clusters. Separate multiple IDs with a comma.
68
+ * The cluster ID. Separate multiple cluster IDs with commas (,).
69
69
  *
70
70
  * @example
71
71
  * pc-****************
@@ -73,7 +73,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
73
73
  DBClusterIds?: string;
74
74
  /**
75
75
  * @remarks
76
- * The cluster status. For more information, see [Cluster state table](https://help.aliyun.com/document_detail/99286.html).
76
+ * The cluster status. For valid values, see [Cluster status table](https://help.aliyun.com/document_detail/99286.html).
77
77
  *
78
78
  * @example
79
79
  * Running
@@ -81,7 +81,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
81
81
  DBClusterStatus?: string;
82
82
  /**
83
83
  * @remarks
84
- * The IDs of one or more nodes. Separate multiple IDs with a comma.
84
+ * The node ID. You can specify multiple node IDs, separated by commas (,).
85
85
  *
86
86
  * @example
87
87
  * pi-***************
@@ -89,13 +89,10 @@ export class DescribeDBClustersRequest extends $dara.Model {
89
89
  DBNodeIds?: string;
90
90
  /**
91
91
  * @remarks
92
- * The database engine. Valid values:
93
- *
94
- * - **MySQL**
95
- *
96
- * - **PostgreSQL**
97
- *
98
- * - **Oracle**
92
+ * The database type. Valid values:
93
+ * * **MySQL**
94
+ * * **PostgreSQL**
95
+ * * **Oracle**
99
96
  *
100
97
  * @example
101
98
  * MySQL
@@ -103,7 +100,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
103
100
  DBType?: string;
104
101
  /**
105
102
  * @remarks
106
- * The database version.
103
+ * The database engine version.
107
104
  *
108
105
  * @example
109
106
  * 5.6
@@ -111,9 +108,8 @@ export class DescribeDBClustersRequest extends $dara.Model {
111
108
  DBVersion?: string;
112
109
  /**
113
110
  * @remarks
114
- * The query mode. Set the value to Simple to return only the basic metadata of clusters.
115
- *
116
- * > If you do not specify this parameter, the operation returns detailed information about the clusters.
111
+ * The query mode for the list. Set the value to Simple to use the simple mode, which returns only basic metadata of clusters.
112
+ * > If you do not specify this parameter, the detailed mode is used by default, which returns detailed information about clusters.
117
113
  *
118
114
  * @example
119
115
  * Simple
@@ -135,7 +131,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
135
131
  ownerId?: number;
136
132
  /**
137
133
  * @remarks
138
- * The page number. The value must be an integer that is greater than 0. Default value: **1**.
134
+ * The page number. The value must be a positive integer that does not exceed the maximum value of the Integer data type. Default value: **1**.
139
135
  *
140
136
  * @example
141
137
  * 10
@@ -143,8 +139,8 @@ export class DescribeDBClustersRequest extends $dara.Model {
143
139
  pageNumber?: number;
144
140
  /**
145
141
  * @remarks
146
- * The number of entries to return on each page. Valid values: **30**, **50**, and **100**.
147
- *
142
+ * The number of entries per page. Valid values: **30**, **50**, and **100**.
143
+ *
148
144
  * Default value: **30**.
149
145
  *
150
146
  * @example
@@ -153,11 +149,10 @@ export class DescribeDBClustersRequest extends $dara.Model {
153
149
  pageSize?: number;
154
150
  /**
155
151
  * @remarks
156
- * The billing method. Valid values:
157
- *
158
- * - **Postpaid**: pay-as-you-go
152
+ * The billing method. Valid values:
159
153
  *
160
- * - **Prepaid**: subscription
154
+ * - **Postpaid**: pay-as-you-go.
155
+ * - **Prepaid**: subscription.
161
156
  *
162
157
  * @example
163
158
  * Postpaid
@@ -165,7 +160,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
165
160
  payType?: string;
166
161
  /**
167
162
  * @remarks
168
- * Filters the query to return only clusters created within the specified number of days. Valid values: 0 to 15.
163
+ * Filters clusters created within the last N days. Valid values: 0 to 15.
169
164
  *
170
165
  * @example
171
166
  * 7
@@ -173,7 +168,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
173
168
  recentCreationInterval?: number;
174
169
  /**
175
170
  * @remarks
176
- * Filters the query to return only clusters that will expire within the specified number of days. Valid values: 0 to 15.
171
+ * Filters clusters that expire within the next N days. Valid values: 0 to 15.
177
172
  *
178
173
  * @example
179
174
  * 6
@@ -182,8 +177,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
182
177
  /**
183
178
  * @remarks
184
179
  * The region ID.
185
- *
186
- * > You can call the [DescribeRegions](https://help.aliyun.com/document_detail/98041.html) operation to query the available regions.
180
+ * > You can call the [DescribeRegions](https://help.aliyun.com/document_detail/98041.html) operation to query available regions.
187
181
  *
188
182
  * This parameter is required.
189
183
  *
@@ -203,7 +197,7 @@ export class DescribeDBClustersRequest extends $dara.Model {
203
197
  resourceOwnerId?: number;
204
198
  /**
205
199
  * @remarks
206
- * The tags used to filter clusters.
200
+ * The tags.
207
201
  */
208
202
  tag?: DescribeDBClustersRequestTag[];
209
203
  static names(): { [key: string]: string } {
@@ -127,6 +127,8 @@ export class DescribeDBClustersResponseBodyItemsDBClusterTags extends $dara.Mode
127
127
  export class DescribeDBClustersResponseBodyItemsDBCluster extends $dara.Model {
128
128
  aiType?: string;
129
129
  category?: string;
130
+ connectionResourceQuota?: number;
131
+ connectionResourceUsed?: number;
130
132
  cpuCores?: string;
131
133
  createTime?: string;
132
134
  DBClusterDescription?: string;
@@ -165,6 +167,8 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $dara.Model {
165
167
  return {
166
168
  aiType: 'AiType',
167
169
  category: 'Category',
170
+ connectionResourceQuota: 'ConnectionResourceQuota',
171
+ connectionResourceUsed: 'ConnectionResourceUsed',
168
172
  cpuCores: 'CpuCores',
169
173
  createTime: 'CreateTime',
170
174
  DBClusterDescription: 'DBClusterDescription',
@@ -206,6 +210,8 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $dara.Model {
206
210
  return {
207
211
  aiType: 'string',
208
212
  category: 'string',
213
+ connectionResourceQuota: 'number',
214
+ connectionResourceUsed: 'number',
209
215
  cpuCores: 'string',
210
216
  createTime: 'string',
211
217
  DBClusterDescription: 'string',
@@ -285,10 +291,6 @@ export class DescribeDBClustersResponseBodyItems extends $dara.Model {
285
291
  }
286
292
 
287
293
  export class DescribeDBClustersResponseBody extends $dara.Model {
288
- /**
289
- * @remarks
290
- * The details of the clusters.
291
- */
292
294
  items?: DescribeDBClustersResponseBodyItems;
293
295
  /**
294
296
  * @remarks
@@ -300,7 +302,7 @@ export class DescribeDBClustersResponseBody extends $dara.Model {
300
302
  pageNumber?: number;
301
303
  /**
302
304
  * @remarks
303
- * The number of clusters returned on the current page.
305
+ * The number of clusters on the current page.
304
306
  *
305
307
  * @example
306
308
  * 5
@@ -11,11 +11,11 @@ export class ModifyDBClusterRequest extends $dara.Model {
11
11
  * ON
12
12
  */
13
13
  compressStorage?: string;
14
+ connectionResourceQuota?: number;
14
15
  /**
15
16
  * @remarks
16
17
  * The cluster ID.
17
- *
18
- * > You can call the DescribeDBClusters operation to query the details of all clusters in a specific region, including their cluster IDs.
18
+ * > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/173433.html) operation to query information about all clusters in the specified region, including cluster IDs.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -25,9 +25,8 @@ export class ModifyDBClusterRequest extends $dara.Model {
25
25
  DBClusterId?: string;
26
26
  /**
27
27
  * @remarks
28
- * The names of the nodes to target in the fault simulation.
29
- *
30
- * > For a node-level simulation, you can specify only a single node. For a zone-level simulation, you can leave this parameter empty or specify all nodes.
28
+ * The list of node instance names for the disaster recovery drill.
29
+ * > Node-level drills support only a single node. For zone-level drills, you can leave this parameter empty or specify all nodes.
31
30
  *
32
31
  * @example
33
32
  * pi-rwxxx
@@ -35,11 +34,10 @@ export class ModifyDBClusterRequest extends $dara.Model {
35
34
  DBNodeCrashList?: string;
36
35
  /**
37
36
  * @remarks
38
- * The cross-zone data replication method for the cluster. Valid values:
39
- *
40
- * - **AsyncSync**: asynchronous.
37
+ * The cross-zone data replication mode of the cluster. Valid values:
41
38
  *
42
- * - **SemiSync**: semi-synchronous.
39
+ * - **AsyncSync**: asynchronous
40
+ * - **SemiSync**: semi-synchronous
43
41
  *
44
42
  * @example
45
43
  * AsynSync
@@ -49,7 +47,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
49
47
  * @remarks
50
48
  * The fault injection method. Valid values:
51
49
  *
52
- * - `0`: instance-level fault injection based on Crash SQL.
50
+ * - 0: instance fault injection based on `Crash SQL`
53
51
  *
54
52
  * @example
55
53
  * 0
@@ -57,15 +55,11 @@ export class ModifyDBClusterRequest extends $dara.Model {
57
55
  faultInjectionType?: string;
58
56
  /**
59
57
  * @remarks
60
- * The fault simulation scope for the cluster. Valid values:
61
- *
62
- * - `0` or `FaultInjection`: primary zone-level fault simulation.
63
- *
64
- * - `1`: node-level fault simulation.
65
- *
66
- * > * In a **primary zone-level fault simulation**, all compute nodes in the primary zone become unavailable. The disaster recovery failover in this scenario is lossy.
67
- * >
68
- * > * In a **node-level fault simulation**, you can simulate a fault on only a single compute node. You must specify the target compute node by using the `DBNodeCrashList` parameter.
58
+ * The dimension of the disaster recovery drill for the cluster. Valid values:
59
+ * - `0` or `FaultInjection`: primary zone-level disaster recovery drill.
60
+ * - `1`: node-level disaster recovery drill.
61
+ * > - In the **primary zone-level disaster recovery drill** scenario, all compute nodes in the primary zone become unavailable. The failover in this scenario causes service interruptions.
62
+ * > - In the **node-level disaster recovery drill** scenario, only a single compute node is supported for the drill. Specify the desired compute node name by using `DBNodeCrashList`.
69
63
  *
70
64
  * @example
71
65
  * 0
@@ -73,15 +67,12 @@ export class ModifyDBClusterRequest extends $dara.Model {
73
67
  faultSimulateMode?: string;
74
68
  /**
75
69
  * @remarks
76
- * Controls the automatic columnar index feature. Valid values:
70
+ * The automatic IMCI-based query acceleration feature. Valid values:
71
+ * - `ON`: enabled.
72
+ * - `OFF`: disabled.
77
73
  *
78
- * - `ON`: enables the feature.
79
- *
80
- * - `OFF`: disables the feature.
81
- *
82
- * > * This feature is available only for PolarDB for MySQL clusters.
83
- * >
84
- * > * For cluster version limits, see [Automatic indexing (AutoIndex)](https://help.aliyun.com/document_detail/2854119.html).
74
+ * > - Only PolarDB for MySQL clusters are supported.
75
+ * > - For cluster version requirements, see [Automatic acceleration (AutoIndex)](https://help.aliyun.com/document_detail/2854119.html).
85
76
  *
86
77
  * @example
87
78
  * OFF
@@ -89,7 +80,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
89
80
  imciAutoIndex?: string;
90
81
  /**
91
82
  * @remarks
92
- * Enables or disables row-level compression.
83
+ * Modifies the row compression settings.
93
84
  *
94
85
  * @example
95
86
  * OFF
@@ -101,11 +92,10 @@ export class ModifyDBClusterRequest extends $dara.Model {
101
92
  resourceOwnerId?: number;
102
93
  /**
103
94
  * @remarks
104
- * The automatic cross-zone failover mode for the cluster. Valid values:
105
- *
106
- * - **ON**: enables automatic cross-zone failover.
95
+ * The cross-zone automatic switchover mode of the cluster. Valid values:
107
96
  *
108
- * - **OFF**: disables automatic cross-zone failover.
97
+ * - **ON**: enables cross-zone automatic switchover.
98
+ * - **OFF**: disables cross-zone automatic switchover.
109
99
  *
110
100
  * @example
111
101
  * ON
@@ -113,10 +103,9 @@ export class ModifyDBClusterRequest extends $dara.Model {
113
103
  standbyHAMode?: string;
114
104
  /**
115
105
  * @remarks
116
- * Enables or disables automatic storage scaling for a standard cluster. Valid values:
106
+ * Specifies whether to enable automatic storage scaling for the Standard Edition cluster. Valid values:
117
107
  *
118
108
  * - Enable: enables automatic storage scaling.
119
- *
120
109
  * - Disable: disables automatic storage scaling.
121
110
  *
122
111
  * @example
@@ -125,7 +114,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
125
114
  storageAutoScale?: string;
126
115
  /**
127
116
  * @remarks
128
- * The upper limit for automatic storage scaling on a standard cluster. Unit: GB.
117
+ * The upper limit for automatic storage scaling of the Standard Edition cluster. Unit: GB.
129
118
  *
130
119
  * > The maximum value is 32000.
131
120
  *
@@ -135,10 +124,22 @@ export class ModifyDBClusterRequest extends $dara.Model {
135
124
  storageUpperBound?: number;
136
125
  /**
137
126
  * @remarks
138
- * A JSON string that specifies information about the destination databases and tables to be restored. All values in the database and table information must be strings.
139
- * Example: `[ { "tables":[ { "name":"testtb", "type":"table", "newname":"testtb_restore" } ], "name":"testdb", "type":"db", "newname":"testdb_restore" } ]`.
140
- *
141
- * > You can call the [DescribeMetaList](https://help.aliyun.com/document_detail/194770.html) operation to query for restorable databases and tables. Use the returned information to populate the fields in the example JSON.
127
+ * The JSON string that contains the information about the databases and tables to be restored. The values of the database and table information are strings.
128
+ * Example: `[
129
+ * {
130
+ * "tables":[
131
+ * {
132
+ * "name":"testtb",
133
+ * "type":"table",
134
+ * "newname":"testtb_restore"
135
+ * }
136
+ * ],
137
+ * "name":"testdb",
138
+ * "type":"db",
139
+ * "newname":"testdb_restore"
140
+ * }
141
+ * ]`.
142
+ * > You can call the [DescribeMetaList](https://help.aliyun.com/document_detail/194770.html) operation to query the names of databases and tables that can be restored, and then specify the information in the corresponding fields in the preceding example.
142
143
  *
143
144
  * @example
144
145
  * [ { "tables":[ { "name":"testtb", "type":"table", "newname":"testtb_restore" } ], "name":"testdb", "type":"db", "newname":"testdb_restore" } ]
@@ -147,6 +148,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
147
148
  static names(): { [key: string]: string } {
148
149
  return {
149
150
  compressStorage: 'CompressStorage',
151
+ connectionResourceQuota: 'ConnectionResourceQuota',
150
152
  DBClusterId: 'DBClusterId',
151
153
  DBNodeCrashList: 'DBNodeCrashList',
152
154
  dataSyncMode: 'DataSyncMode',
@@ -168,6 +170,7 @@ export class ModifyDBClusterRequest extends $dara.Model {
168
170
  static types(): { [key: string]: any } {
169
171
  return {
170
172
  compressStorage: 'string',
173
+ connectionResourceQuota: 'number',
171
174
  DBClusterId: 'string',
172
175
  DBNodeCrashList: 'string',
173
176
  dataSyncMode: 'string',
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifyDBClusterResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the cluster.
8
+ * The cluster ID.
9
9
  *
10
10
  * @example
11
11
  * pc-*************
@@ -13,7 +13,7 @@ export class ModifyDBClusterResponseBody extends $dara.Model {
13
13
  DBClusterId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The generated order ID.
16
+ * The order ID.
17
17
  *
18
18
  * @example
19
19
  * 2148126708*****
@@ -21,7 +21,7 @@ export class ModifyDBClusterResponseBody extends $dara.Model {
21
21
  orderId?: string;
22
22
  /**
23
23
  * @remarks
24
- * The ID of the request.
24
+ * The request ID.
25
25
  *
26
26
  * @example
27
27
  * CD3FA5F3-FAF3-44CA-AFFF-BAF869******
@@ -0,0 +1,64 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ResetAgenticDBTenantApiKeyRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * ak-71304e39c7e841a1
12
+ */
13
+ apiKeyId?: string;
14
+ /**
15
+ * @remarks
16
+ * This parameter is required.
17
+ *
18
+ * @example
19
+ * pagc-bp1abcdef1234567
20
+ */
21
+ DBClusterId?: string;
22
+ /**
23
+ * @remarks
24
+ * This parameter is required.
25
+ *
26
+ * @example
27
+ * cn-hangzhou
28
+ */
29
+ regionId?: string;
30
+ /**
31
+ * @remarks
32
+ * This parameter is required.
33
+ *
34
+ * @example
35
+ * t-4b83e0da66674951
36
+ */
37
+ tenantId?: string;
38
+ static names(): { [key: string]: string } {
39
+ return {
40
+ apiKeyId: 'ApiKeyId',
41
+ DBClusterId: 'DBClusterId',
42
+ regionId: 'RegionId',
43
+ tenantId: 'TenantId',
44
+ };
45
+ }
46
+
47
+ static types(): { [key: string]: any } {
48
+ return {
49
+ apiKeyId: 'string',
50
+ DBClusterId: 'string',
51
+ regionId: 'string',
52
+ tenantId: 'string',
53
+ };
54
+ }
55
+
56
+ validate() {
57
+ super.validate();
58
+ }
59
+
60
+ constructor(map?: { [key: string]: any }) {
61
+ super(map);
62
+ }
63
+ }
64
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { ResetAgenticDBTenantApiKeyResponseBody } from "./ResetAgenticDbtenantApiKeyResponseBody";
4
+
5
+
6
+ export class ResetAgenticDBTenantApiKeyResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: ResetAgenticDBTenantApiKeyResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: ResetAgenticDBTenantApiKeyResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,73 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ResetAgenticDBTenantApiKeyResponseBody extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * pagc_key_cGFnYy1icDFh...newSignature22ch
9
+ */
10
+ apiKey?: string;
11
+ /**
12
+ * @example
13
+ * ak-71304e39c7e841a1
14
+ */
15
+ apiKeyId?: string;
16
+ /**
17
+ * @example
18
+ * 2026-06-10T14:00:00Z
19
+ */
20
+ createTime?: string;
21
+ /**
22
+ * @example
23
+ * 2027-01-01T00:00:00Z
24
+ */
25
+ expireTime?: string;
26
+ /**
27
+ * @example
28
+ * B2C3D4E5-F6A7-8901-BCDE-F12345678901
29
+ */
30
+ requestId?: string;
31
+ /**
32
+ * @example
33
+ * t-4b83e0da66674951
34
+ */
35
+ tenantId?: string;
36
+ /**
37
+ * @example
38
+ * my-saas-app
39
+ */
40
+ tenantName?: string;
41
+ static names(): { [key: string]: string } {
42
+ return {
43
+ apiKey: 'ApiKey',
44
+ apiKeyId: 'ApiKeyId',
45
+ createTime: 'CreateTime',
46
+ expireTime: 'ExpireTime',
47
+ requestId: 'RequestId',
48
+ tenantId: 'TenantId',
49
+ tenantName: 'TenantName',
50
+ };
51
+ }
52
+
53
+ static types(): { [key: string]: any } {
54
+ return {
55
+ apiKey: 'string',
56
+ apiKeyId: 'string',
57
+ createTime: 'string',
58
+ expireTime: 'string',
59
+ requestId: 'string',
60
+ tenantId: 'string',
61
+ tenantName: 'string',
62
+ };
63
+ }
64
+
65
+ validate() {
66
+ super.validate();
67
+ }
68
+
69
+ constructor(map?: { [key: string]: any }) {
70
+ super(map);
71
+ }
72
+ }
73
+
@@ -0,0 +1,44 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class VerifyAgenticDBTenantApiKeyRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * pagc_key_cGFnYy1icDFh...kX9mP2vL7wQ3
12
+ */
13
+ apiKey?: string;
14
+ /**
15
+ * @remarks
16
+ * This parameter is required.
17
+ *
18
+ * @example
19
+ * cn-hangzhou
20
+ */
21
+ regionId?: string;
22
+ static names(): { [key: string]: string } {
23
+ return {
24
+ apiKey: 'ApiKey',
25
+ regionId: 'RegionId',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ apiKey: 'string',
32
+ regionId: 'string',
33
+ };
34
+ }
35
+
36
+ validate() {
37
+ super.validate();
38
+ }
39
+
40
+ constructor(map?: { [key: string]: any }) {
41
+ super(map);
42
+ }
43
+ }
44
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { VerifyAgenticDBTenantApiKeyResponseBody } from "./VerifyAgenticDbtenantApiKeyResponseBody";
4
+
5
+
6
+ export class VerifyAgenticDBTenantApiKeyResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: VerifyAgenticDBTenantApiKeyResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: VerifyAgenticDBTenantApiKeyResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+