@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
package/dist/client.js CHANGED
@@ -2008,7 +2008,7 @@ class Client extends openapi_core_1.default {
2008
2008
  return await this.createAINodesWithOptions(request, runtime);
2009
2009
  }
2010
2010
  /**
2011
- * Creates a database account for a PolarDB cluster.
2011
+ * Creates a PolarDB database account.
2012
2012
  *
2013
2013
  * @param request - CreateAccountRequest
2014
2014
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2076,7 +2076,7 @@ class Client extends openapi_core_1.default {
2076
2076
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAccountResponse({}));
2077
2077
  }
2078
2078
  /**
2079
- * Creates a database account for a PolarDB cluster.
2079
+ * Creates a PolarDB database account.
2080
2080
  *
2081
2081
  * @param request - CreateAccountRequest
2082
2082
  * @returns CreateAccountResponse
@@ -2226,6 +2226,168 @@ class Client extends openapi_core_1.default {
2226
2226
  let runtime = new $dara.RuntimeOptions({});
2227
2227
  return await this.createActivationCodeWithOptions(request, runtime);
2228
2228
  }
2229
+ /**
2230
+ * Creates an AgenticDB branch.
2231
+ *
2232
+ * @param request - CreateAgenticDBBranchRequest
2233
+ * @param runtime - runtime options for this request RuntimeOptions
2234
+ * @returns CreateAgenticDBBranchResponse
2235
+ */
2236
+ async createAgenticDBBranchWithOptions(request, runtime) {
2237
+ request.validate();
2238
+ let query = {};
2239
+ if (!$dara.isNull(request.branchName)) {
2240
+ query["BranchName"] = request.branchName;
2241
+ }
2242
+ if (!$dara.isNull(request.DBClusterId)) {
2243
+ query["DBClusterId"] = request.DBClusterId;
2244
+ }
2245
+ if (!$dara.isNull(request.description)) {
2246
+ query["Description"] = request.description;
2247
+ }
2248
+ if (!$dara.isNull(request.parentBranchId)) {
2249
+ query["ParentBranchId"] = request.parentBranchId;
2250
+ }
2251
+ if (!$dara.isNull(request.projectId)) {
2252
+ query["ProjectId"] = request.projectId;
2253
+ }
2254
+ if (!$dara.isNull(request.regionId)) {
2255
+ query["RegionId"] = request.regionId;
2256
+ }
2257
+ if (!$dara.isNull(request.tenantId)) {
2258
+ query["TenantId"] = request.tenantId;
2259
+ }
2260
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2261
+ query: openapi_core_2.OpenApiUtil.query(query),
2262
+ });
2263
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2264
+ action: "CreateAgenticDBBranch",
2265
+ version: "2017-08-01",
2266
+ protocol: "HTTPS",
2267
+ pathname: "/",
2268
+ method: "POST",
2269
+ authType: "AK",
2270
+ style: "RPC",
2271
+ reqBodyType: "formData",
2272
+ bodyType: "json",
2273
+ });
2274
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAgenticDBBranchResponse({}));
2275
+ }
2276
+ /**
2277
+ * Creates an AgenticDB branch.
2278
+ *
2279
+ * @param request - CreateAgenticDBBranchRequest
2280
+ * @returns CreateAgenticDBBranchResponse
2281
+ */
2282
+ async createAgenticDBBranch(request) {
2283
+ let runtime = new $dara.RuntimeOptions({});
2284
+ return await this.createAgenticDBBranchWithOptions(request, runtime);
2285
+ }
2286
+ /**
2287
+ * Creates an AgenticDB project.
2288
+ *
2289
+ * @param request - CreateAgenticDBProjectRequest
2290
+ * @param runtime - runtime options for this request RuntimeOptions
2291
+ * @returns CreateAgenticDBProjectResponse
2292
+ */
2293
+ async createAgenticDBProjectWithOptions(request, runtime) {
2294
+ request.validate();
2295
+ let query = {};
2296
+ if (!$dara.isNull(request.DBClusterId)) {
2297
+ query["DBClusterId"] = request.DBClusterId;
2298
+ }
2299
+ if (!$dara.isNull(request.defaultBranchName)) {
2300
+ query["DefaultBranchName"] = request.defaultBranchName;
2301
+ }
2302
+ if (!$dara.isNull(request.description)) {
2303
+ query["Description"] = request.description;
2304
+ }
2305
+ if (!$dara.isNull(request.projectName)) {
2306
+ query["ProjectName"] = request.projectName;
2307
+ }
2308
+ if (!$dara.isNull(request.regionId)) {
2309
+ query["RegionId"] = request.regionId;
2310
+ }
2311
+ if (!$dara.isNull(request.tenantId)) {
2312
+ query["TenantId"] = request.tenantId;
2313
+ }
2314
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2315
+ query: openapi_core_2.OpenApiUtil.query(query),
2316
+ });
2317
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2318
+ action: "CreateAgenticDBProject",
2319
+ version: "2017-08-01",
2320
+ protocol: "HTTPS",
2321
+ pathname: "/",
2322
+ method: "POST",
2323
+ authType: "AK",
2324
+ style: "RPC",
2325
+ reqBodyType: "formData",
2326
+ bodyType: "json",
2327
+ });
2328
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAgenticDBProjectResponse({}));
2329
+ }
2330
+ /**
2331
+ * Creates an AgenticDB project.
2332
+ *
2333
+ * @param request - CreateAgenticDBProjectRequest
2334
+ * @returns CreateAgenticDBProjectResponse
2335
+ */
2336
+ async createAgenticDBProject(request) {
2337
+ let runtime = new $dara.RuntimeOptions({});
2338
+ return await this.createAgenticDBProjectWithOptions(request, runtime);
2339
+ }
2340
+ /**
2341
+ * 创建 AgenticDB 租户 API Key
2342
+ *
2343
+ * @param request - CreateAgenticDBTenantApiKeyRequest
2344
+ * @param runtime - runtime options for this request RuntimeOptions
2345
+ * @returns CreateAgenticDBTenantApiKeyResponse
2346
+ */
2347
+ async createAgenticDBTenantApiKeyWithOptions(request, runtime) {
2348
+ request.validate();
2349
+ let query = {};
2350
+ if (!$dara.isNull(request.DBClusterId)) {
2351
+ query["DBClusterId"] = request.DBClusterId;
2352
+ }
2353
+ if (!$dara.isNull(request.description)) {
2354
+ query["Description"] = request.description;
2355
+ }
2356
+ if (!$dara.isNull(request.expireTime)) {
2357
+ query["ExpireTime"] = request.expireTime;
2358
+ }
2359
+ if (!$dara.isNull(request.regionId)) {
2360
+ query["RegionId"] = request.regionId;
2361
+ }
2362
+ if (!$dara.isNull(request.tenantName)) {
2363
+ query["TenantName"] = request.tenantName;
2364
+ }
2365
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2366
+ query: openapi_core_2.OpenApiUtil.query(query),
2367
+ });
2368
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2369
+ action: "CreateAgenticDBTenantApiKey",
2370
+ version: "2017-08-01",
2371
+ protocol: "HTTPS",
2372
+ pathname: "/",
2373
+ method: "POST",
2374
+ authType: "AK",
2375
+ style: "RPC",
2376
+ reqBodyType: "formData",
2377
+ bodyType: "json",
2378
+ });
2379
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAgenticDBTenantApiKeyResponse({}));
2380
+ }
2381
+ /**
2382
+ * 创建 AgenticDB 租户 API Key
2383
+ *
2384
+ * @param request - CreateAgenticDBTenantApiKeyRequest
2385
+ * @returns CreateAgenticDBTenantApiKeyResponse
2386
+ */
2387
+ async createAgenticDBTenantApiKey(request) {
2388
+ let runtime = new $dara.RuntimeOptions({});
2389
+ return await this.createAgenticDBTenantApiKeyWithOptions(request, runtime);
2390
+ }
2229
2391
  /**
2230
2392
  * Creates an application attached to a PolarDB instance.
2231
2393
  *
@@ -3043,7 +3205,7 @@ class Client extends openapi_core_1.default {
3043
3205
  return await this.createCronJobPolicyServerlessWithOptions(request, runtime);
3044
3206
  }
3045
3207
  /**
3046
- * Creates a db cluster.
3208
+ * Creates a PolarDB cluster.
3047
3209
  *
3048
3210
  * @param request - CreateDBClusterRequest
3049
3211
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3052,6 +3214,15 @@ class Client extends openapi_core_1.default {
3052
3214
  async createDBClusterWithOptions(request, runtime) {
3053
3215
  request.validate();
3054
3216
  let query = {};
3217
+ if (!$dara.isNull(request.agenticDbClusterDescription)) {
3218
+ query["AgenticDbClusterDescription"] = request.agenticDbClusterDescription;
3219
+ }
3220
+ if (!$dara.isNull(request.agenticDbClusterId)) {
3221
+ query["AgenticDbClusterId"] = request.agenticDbClusterId;
3222
+ }
3223
+ if (!$dara.isNull(request.agenticDbType)) {
3224
+ query["AgenticDbType"] = request.agenticDbType;
3225
+ }
3055
3226
  if (!$dara.isNull(request.allowShutDown)) {
3056
3227
  query["AllowShutDown"] = request.allowShutDown;
3057
3228
  }
@@ -3258,7 +3429,7 @@ class Client extends openapi_core_1.default {
3258
3429
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDBClusterResponse({}));
3259
3430
  }
3260
3431
  /**
3261
- * Creates a db cluster.
3432
+ * Creates a PolarDB cluster.
3262
3433
  *
3263
3434
  * @param request - CreateDBClusterRequest
3264
3435
  * @returns CreateDBClusterResponse
@@ -5320,6 +5491,198 @@ class Client extends openapi_core_1.default {
5320
5491
  let runtime = new $dara.RuntimeOptions({});
5321
5492
  return await this.deleteAccountZonalWithOptions(request, runtime);
5322
5493
  }
5494
+ /**
5495
+ * Deletes an AgenticDB branch.
5496
+ *
5497
+ * @param request - DeleteAgenticDBBranchRequest
5498
+ * @param runtime - runtime options for this request RuntimeOptions
5499
+ * @returns DeleteAgenticDBBranchResponse
5500
+ */
5501
+ async deleteAgenticDBBranchWithOptions(request, runtime) {
5502
+ request.validate();
5503
+ let query = {};
5504
+ if (!$dara.isNull(request.branchId)) {
5505
+ query["BranchId"] = request.branchId;
5506
+ }
5507
+ if (!$dara.isNull(request.DBClusterId)) {
5508
+ query["DBClusterId"] = request.DBClusterId;
5509
+ }
5510
+ if (!$dara.isNull(request.projectId)) {
5511
+ query["ProjectId"] = request.projectId;
5512
+ }
5513
+ if (!$dara.isNull(request.regionId)) {
5514
+ query["RegionId"] = request.regionId;
5515
+ }
5516
+ if (!$dara.isNull(request.tenantId)) {
5517
+ query["TenantId"] = request.tenantId;
5518
+ }
5519
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
5520
+ query: openapi_core_2.OpenApiUtil.query(query),
5521
+ });
5522
+ let params = new openapi_core_2.$OpenApiUtil.Params({
5523
+ action: "DeleteAgenticDBBranch",
5524
+ version: "2017-08-01",
5525
+ protocol: "HTTPS",
5526
+ pathname: "/",
5527
+ method: "POST",
5528
+ authType: "AK",
5529
+ style: "RPC",
5530
+ reqBodyType: "formData",
5531
+ bodyType: "json",
5532
+ });
5533
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAgenticDBBranchResponse({}));
5534
+ }
5535
+ /**
5536
+ * Deletes an AgenticDB branch.
5537
+ *
5538
+ * @param request - DeleteAgenticDBBranchRequest
5539
+ * @returns DeleteAgenticDBBranchResponse
5540
+ */
5541
+ async deleteAgenticDBBranch(request) {
5542
+ let runtime = new $dara.RuntimeOptions({});
5543
+ return await this.deleteAgenticDBBranchWithOptions(request, runtime);
5544
+ }
5545
+ /**
5546
+ * Deletes an AgenticDB compute cluster.
5547
+ *
5548
+ * @param request - DeleteAgenticDBComputeClusterRequest
5549
+ * @param runtime - runtime options for this request RuntimeOptions
5550
+ * @returns DeleteAgenticDBComputeClusterResponse
5551
+ */
5552
+ async deleteAgenticDBComputeClusterWithOptions(request, runtime) {
5553
+ request.validate();
5554
+ let query = {};
5555
+ if (!$dara.isNull(request.computeClusterId)) {
5556
+ query["ComputeClusterId"] = request.computeClusterId;
5557
+ }
5558
+ if (!$dara.isNull(request.DBClusterId)) {
5559
+ query["DBClusterId"] = request.DBClusterId;
5560
+ }
5561
+ if (!$dara.isNull(request.regionId)) {
5562
+ query["RegionId"] = request.regionId;
5563
+ }
5564
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
5565
+ query: openapi_core_2.OpenApiUtil.query(query),
5566
+ });
5567
+ let params = new openapi_core_2.$OpenApiUtil.Params({
5568
+ action: "DeleteAgenticDBComputeCluster",
5569
+ version: "2017-08-01",
5570
+ protocol: "HTTPS",
5571
+ pathname: "/",
5572
+ method: "POST",
5573
+ authType: "AK",
5574
+ style: "RPC",
5575
+ reqBodyType: "formData",
5576
+ bodyType: "json",
5577
+ });
5578
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAgenticDBComputeClusterResponse({}));
5579
+ }
5580
+ /**
5581
+ * Deletes an AgenticDB compute cluster.
5582
+ *
5583
+ * @param request - DeleteAgenticDBComputeClusterRequest
5584
+ * @returns DeleteAgenticDBComputeClusterResponse
5585
+ */
5586
+ async deleteAgenticDBComputeCluster(request) {
5587
+ let runtime = new $dara.RuntimeOptions({});
5588
+ return await this.deleteAgenticDBComputeClusterWithOptions(request, runtime);
5589
+ }
5590
+ /**
5591
+ * Deletes an AgenticDB project.
5592
+ *
5593
+ * @param request - DeleteAgenticDBProjectRequest
5594
+ * @param runtime - runtime options for this request RuntimeOptions
5595
+ * @returns DeleteAgenticDBProjectResponse
5596
+ */
5597
+ async deleteAgenticDBProjectWithOptions(request, runtime) {
5598
+ request.validate();
5599
+ let query = {};
5600
+ if (!$dara.isNull(request.DBClusterId)) {
5601
+ query["DBClusterId"] = request.DBClusterId;
5602
+ }
5603
+ if (!$dara.isNull(request.projectId)) {
5604
+ query["ProjectId"] = request.projectId;
5605
+ }
5606
+ if (!$dara.isNull(request.regionId)) {
5607
+ query["RegionId"] = request.regionId;
5608
+ }
5609
+ if (!$dara.isNull(request.tenantId)) {
5610
+ query["TenantId"] = request.tenantId;
5611
+ }
5612
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
5613
+ query: openapi_core_2.OpenApiUtil.query(query),
5614
+ });
5615
+ let params = new openapi_core_2.$OpenApiUtil.Params({
5616
+ action: "DeleteAgenticDBProject",
5617
+ version: "2017-08-01",
5618
+ protocol: "HTTPS",
5619
+ pathname: "/",
5620
+ method: "POST",
5621
+ authType: "AK",
5622
+ style: "RPC",
5623
+ reqBodyType: "formData",
5624
+ bodyType: "json",
5625
+ });
5626
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAgenticDBProjectResponse({}));
5627
+ }
5628
+ /**
5629
+ * Deletes an AgenticDB project.
5630
+ *
5631
+ * @param request - DeleteAgenticDBProjectRequest
5632
+ * @returns DeleteAgenticDBProjectResponse
5633
+ */
5634
+ async deleteAgenticDBProject(request) {
5635
+ let runtime = new $dara.RuntimeOptions({});
5636
+ return await this.deleteAgenticDBProjectWithOptions(request, runtime);
5637
+ }
5638
+ /**
5639
+ * Deletes an API key for an AgenticDB tenant.
5640
+ *
5641
+ * @param request - DeleteAgenticDBTenantApiKeyRequest
5642
+ * @param runtime - runtime options for this request RuntimeOptions
5643
+ * @returns DeleteAgenticDBTenantApiKeyResponse
5644
+ */
5645
+ async deleteAgenticDBTenantApiKeyWithOptions(request, runtime) {
5646
+ request.validate();
5647
+ let query = {};
5648
+ if (!$dara.isNull(request.apiKeyId)) {
5649
+ query["ApiKeyId"] = request.apiKeyId;
5650
+ }
5651
+ if (!$dara.isNull(request.DBClusterId)) {
5652
+ query["DBClusterId"] = request.DBClusterId;
5653
+ }
5654
+ if (!$dara.isNull(request.regionId)) {
5655
+ query["RegionId"] = request.regionId;
5656
+ }
5657
+ if (!$dara.isNull(request.tenantId)) {
5658
+ query["TenantId"] = request.tenantId;
5659
+ }
5660
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
5661
+ query: openapi_core_2.OpenApiUtil.query(query),
5662
+ });
5663
+ let params = new openapi_core_2.$OpenApiUtil.Params({
5664
+ action: "DeleteAgenticDBTenantApiKey",
5665
+ version: "2017-08-01",
5666
+ protocol: "HTTPS",
5667
+ pathname: "/",
5668
+ method: "POST",
5669
+ authType: "AK",
5670
+ style: "RPC",
5671
+ reqBodyType: "formData",
5672
+ bodyType: "json",
5673
+ });
5674
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAgenticDBTenantApiKeyResponse({}));
5675
+ }
5676
+ /**
5677
+ * Deletes an API key for an AgenticDB tenant.
5678
+ *
5679
+ * @param request - DeleteAgenticDBTenantApiKeyRequest
5680
+ * @returns DeleteAgenticDBTenantApiKeyResponse
5681
+ */
5682
+ async deleteAgenticDBTenantApiKey(request) {
5683
+ let runtime = new $dara.RuntimeOptions({});
5684
+ return await this.deleteAgenticDBTenantApiKeyWithOptions(request, runtime);
5685
+ }
5323
5686
  /**
5324
5687
  * Deletes the specified PolarDB application. This operation does not delete the associated PolarDB instance.
5325
5688
  *
@@ -7939,29 +8302,582 @@ class Client extends openapi_core_1.default {
7939
8302
  async describeActivationCodeDetailsWithOptions(request, runtime) {
7940
8303
  request.validate();
7941
8304
  let query = {};
7942
- if (!$dara.isNull(request.activationCodeId)) {
7943
- query["ActivationCodeId"] = request.activationCodeId;
8305
+ if (!$dara.isNull(request.activationCodeId)) {
8306
+ query["ActivationCodeId"] = request.activationCodeId;
8307
+ }
8308
+ if (!$dara.isNull(request.aliyunOrderId)) {
8309
+ query["AliyunOrderId"] = request.aliyunOrderId;
8310
+ }
8311
+ if (!$dara.isNull(request.ownerAccount)) {
8312
+ query["OwnerAccount"] = request.ownerAccount;
8313
+ }
8314
+ if (!$dara.isNull(request.ownerId)) {
8315
+ query["OwnerId"] = request.ownerId;
8316
+ }
8317
+ if (!$dara.isNull(request.resourceOwnerAccount)) {
8318
+ query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
8319
+ }
8320
+ if (!$dara.isNull(request.resourceOwnerId)) {
8321
+ query["ResourceOwnerId"] = request.resourceOwnerId;
8322
+ }
8323
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8324
+ query: openapi_core_2.OpenApiUtil.query(query),
8325
+ });
8326
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8327
+ action: "DescribeActivationCodeDetails",
8328
+ version: "2017-08-01",
8329
+ protocol: "HTTPS",
8330
+ pathname: "/",
8331
+ method: "POST",
8332
+ authType: "AK",
8333
+ style: "RPC",
8334
+ reqBodyType: "formData",
8335
+ bodyType: "json",
8336
+ });
8337
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActivationCodeDetailsResponse({}));
8338
+ }
8339
+ /**
8340
+ * Queries an activation code.
8341
+ *
8342
+ * @param request - DescribeActivationCodeDetailsRequest
8343
+ * @returns DescribeActivationCodeDetailsResponse
8344
+ */
8345
+ async describeActivationCodeDetails(request) {
8346
+ let runtime = new $dara.RuntimeOptions({});
8347
+ return await this.describeActivationCodeDetailsWithOptions(request, runtime);
8348
+ }
8349
+ /**
8350
+ * Retrieves a paginated list of activation codes associated with your account. You can filter the results by order ID or specific hardware identifiers.
8351
+ *
8352
+ * @param request - DescribeActivationCodesRequest
8353
+ * @param runtime - runtime options for this request RuntimeOptions
8354
+ * @returns DescribeActivationCodesResponse
8355
+ */
8356
+ async describeActivationCodesWithOptions(request, runtime) {
8357
+ request.validate();
8358
+ let query = {};
8359
+ if (!$dara.isNull(request.aliyunOrderId)) {
8360
+ query["AliyunOrderId"] = request.aliyunOrderId;
8361
+ }
8362
+ if (!$dara.isNull(request.macAddress)) {
8363
+ query["MacAddress"] = request.macAddress;
8364
+ }
8365
+ if (!$dara.isNull(request.ownerAccount)) {
8366
+ query["OwnerAccount"] = request.ownerAccount;
8367
+ }
8368
+ if (!$dara.isNull(request.ownerId)) {
8369
+ query["OwnerId"] = request.ownerId;
8370
+ }
8371
+ if (!$dara.isNull(request.pageNumber)) {
8372
+ query["PageNumber"] = request.pageNumber;
8373
+ }
8374
+ if (!$dara.isNull(request.pageSize)) {
8375
+ query["PageSize"] = request.pageSize;
8376
+ }
8377
+ if (!$dara.isNull(request.resourceOwnerAccount)) {
8378
+ query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
8379
+ }
8380
+ if (!$dara.isNull(request.resourceOwnerId)) {
8381
+ query["ResourceOwnerId"] = request.resourceOwnerId;
8382
+ }
8383
+ if (!$dara.isNull(request.systemIdentifier)) {
8384
+ query["SystemIdentifier"] = request.systemIdentifier;
8385
+ }
8386
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8387
+ query: openapi_core_2.OpenApiUtil.query(query),
8388
+ });
8389
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8390
+ action: "DescribeActivationCodes",
8391
+ version: "2017-08-01",
8392
+ protocol: "HTTPS",
8393
+ pathname: "/",
8394
+ method: "POST",
8395
+ authType: "AK",
8396
+ style: "RPC",
8397
+ reqBodyType: "formData",
8398
+ bodyType: "json",
8399
+ });
8400
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActivationCodesResponse({}));
8401
+ }
8402
+ /**
8403
+ * Retrieves a paginated list of activation codes associated with your account. You can filter the results by order ID or specific hardware identifiers.
8404
+ *
8405
+ * @param request - DescribeActivationCodesRequest
8406
+ * @returns DescribeActivationCodesResponse
8407
+ */
8408
+ async describeActivationCodes(request) {
8409
+ let runtime = new $dara.RuntimeOptions({});
8410
+ return await this.describeActivationCodesWithOptions(request, runtime);
8411
+ }
8412
+ /**
8413
+ * Queries the Operations and Maintenance (O&M) configuration for a user, including the active O&M window.
8414
+ *
8415
+ * @param request - DescribeActiveOperationMaintainConfRequest
8416
+ * @param runtime - runtime options for this request RuntimeOptions
8417
+ * @returns DescribeActiveOperationMaintainConfResponse
8418
+ */
8419
+ async describeActiveOperationMaintainConfWithOptions(request, runtime) {
8420
+ request.validate();
8421
+ let query = {};
8422
+ if (!$dara.isNull(request.ownerAccount)) {
8423
+ query["OwnerAccount"] = request.ownerAccount;
8424
+ }
8425
+ if (!$dara.isNull(request.ownerId)) {
8426
+ query["OwnerId"] = request.ownerId;
8427
+ }
8428
+ if (!$dara.isNull(request.regionId)) {
8429
+ query["RegionId"] = request.regionId;
8430
+ }
8431
+ if (!$dara.isNull(request.resourceGroupId)) {
8432
+ query["ResourceGroupId"] = request.resourceGroupId;
8433
+ }
8434
+ if (!$dara.isNull(request.resourceOwnerAccount)) {
8435
+ query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
8436
+ }
8437
+ if (!$dara.isNull(request.resourceOwnerId)) {
8438
+ query["ResourceOwnerId"] = request.resourceOwnerId;
8439
+ }
8440
+ if (!$dara.isNull(request.securityToken)) {
8441
+ query["SecurityToken"] = request.securityToken;
8442
+ }
8443
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8444
+ query: openapi_core_2.OpenApiUtil.query(query),
8445
+ });
8446
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8447
+ action: "DescribeActiveOperationMaintainConf",
8448
+ version: "2017-08-01",
8449
+ protocol: "HTTPS",
8450
+ pathname: "/",
8451
+ method: "POST",
8452
+ authType: "AK",
8453
+ style: "RPC",
8454
+ reqBodyType: "formData",
8455
+ bodyType: "json",
8456
+ });
8457
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationMaintainConfResponse({}));
8458
+ }
8459
+ /**
8460
+ * Queries the Operations and Maintenance (O&M) configuration for a user, including the active O&M window.
8461
+ *
8462
+ * @param request - DescribeActiveOperationMaintainConfRequest
8463
+ * @returns DescribeActiveOperationMaintainConfResponse
8464
+ */
8465
+ async describeActiveOperationMaintainConf(request) {
8466
+ let runtime = new $dara.RuntimeOptions({});
8467
+ return await this.describeActiveOperationMaintainConfWithOptions(request, runtime);
8468
+ }
8469
+ /**
8470
+ * Queries operation and maintenance events for instances.
8471
+ *
8472
+ * @param request - DescribeActiveOperationTasksRequest
8473
+ * @param runtime - runtime options for this request RuntimeOptions
8474
+ * @returns DescribeActiveOperationTasksResponse
8475
+ */
8476
+ async describeActiveOperationTasksWithOptions(request, runtime) {
8477
+ request.validate();
8478
+ let query = {};
8479
+ if (!$dara.isNull(request.allowCancel)) {
8480
+ query["AllowCancel"] = request.allowCancel;
8481
+ }
8482
+ if (!$dara.isNull(request.allowChange)) {
8483
+ query["AllowChange"] = request.allowChange;
8484
+ }
8485
+ if (!$dara.isNull(request.changeLevel)) {
8486
+ query["ChangeLevel"] = request.changeLevel;
8487
+ }
8488
+ if (!$dara.isNull(request.DBClusterId)) {
8489
+ query["DBClusterId"] = request.DBClusterId;
8490
+ }
8491
+ if (!$dara.isNull(request.DBType)) {
8492
+ query["DBType"] = request.DBType;
8493
+ }
8494
+ if (!$dara.isNull(request.ownerAccount)) {
8495
+ query["OwnerAccount"] = request.ownerAccount;
8496
+ }
8497
+ if (!$dara.isNull(request.ownerId)) {
8498
+ query["OwnerId"] = request.ownerId;
8499
+ }
8500
+ if (!$dara.isNull(request.pageNumber)) {
8501
+ query["PageNumber"] = request.pageNumber;
8502
+ }
8503
+ if (!$dara.isNull(request.pageSize)) {
8504
+ query["PageSize"] = request.pageSize;
8505
+ }
8506
+ if (!$dara.isNull(request.regionId)) {
8507
+ query["RegionId"] = request.regionId;
8508
+ }
8509
+ if (!$dara.isNull(request.resourceOwnerAccount)) {
8510
+ query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
8511
+ }
8512
+ if (!$dara.isNull(request.resourceOwnerId)) {
8513
+ query["ResourceOwnerId"] = request.resourceOwnerId;
8514
+ }
8515
+ if (!$dara.isNull(request.securityToken)) {
8516
+ query["SecurityToken"] = request.securityToken;
8517
+ }
8518
+ if (!$dara.isNull(request.status)) {
8519
+ query["Status"] = request.status;
8520
+ }
8521
+ if (!$dara.isNull(request.taskType)) {
8522
+ query["TaskType"] = request.taskType;
8523
+ }
8524
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8525
+ query: openapi_core_2.OpenApiUtil.query(query),
8526
+ });
8527
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8528
+ action: "DescribeActiveOperationTasks",
8529
+ version: "2017-08-01",
8530
+ protocol: "HTTPS",
8531
+ pathname: "/",
8532
+ method: "POST",
8533
+ authType: "AK",
8534
+ style: "RPC",
8535
+ reqBodyType: "formData",
8536
+ bodyType: "json",
8537
+ });
8538
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationTasksResponse({}));
8539
+ }
8540
+ /**
8541
+ * Queries operation and maintenance events for instances.
8542
+ *
8543
+ * @param request - DescribeActiveOperationTasksRequest
8544
+ * @returns DescribeActiveOperationTasksResponse
8545
+ */
8546
+ async describeActiveOperationTasks(request) {
8547
+ let runtime = new $dara.RuntimeOptions({});
8548
+ return await this.describeActiveOperationTasksWithOptions(request, runtime);
8549
+ }
8550
+ /**
8551
+ * Queries the details of an AgenticDB branch.
8552
+ *
8553
+ * @param request - DescribeAgenticDBBranchRequest
8554
+ * @param runtime - runtime options for this request RuntimeOptions
8555
+ * @returns DescribeAgenticDBBranchResponse
8556
+ */
8557
+ async describeAgenticDBBranchWithOptions(request, runtime) {
8558
+ request.validate();
8559
+ let query = {};
8560
+ if (!$dara.isNull(request.branchId)) {
8561
+ query["BranchId"] = request.branchId;
8562
+ }
8563
+ if (!$dara.isNull(request.DBClusterId)) {
8564
+ query["DBClusterId"] = request.DBClusterId;
8565
+ }
8566
+ if (!$dara.isNull(request.projectId)) {
8567
+ query["ProjectId"] = request.projectId;
8568
+ }
8569
+ if (!$dara.isNull(request.regionId)) {
8570
+ query["RegionId"] = request.regionId;
8571
+ }
8572
+ if (!$dara.isNull(request.tenantId)) {
8573
+ query["TenantId"] = request.tenantId;
8574
+ }
8575
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8576
+ query: openapi_core_2.OpenApiUtil.query(query),
8577
+ });
8578
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8579
+ action: "DescribeAgenticDBBranch",
8580
+ version: "2017-08-01",
8581
+ protocol: "HTTPS",
8582
+ pathname: "/",
8583
+ method: "POST",
8584
+ authType: "AK",
8585
+ style: "RPC",
8586
+ reqBodyType: "formData",
8587
+ bodyType: "json",
8588
+ });
8589
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBBranchResponse({}));
8590
+ }
8591
+ /**
8592
+ * Queries the details of an AgenticDB branch.
8593
+ *
8594
+ * @param request - DescribeAgenticDBBranchRequest
8595
+ * @returns DescribeAgenticDBBranchResponse
8596
+ */
8597
+ async describeAgenticDBBranch(request) {
8598
+ let runtime = new $dara.RuntimeOptions({});
8599
+ return await this.describeAgenticDBBranchWithOptions(request, runtime);
8600
+ }
8601
+ /**
8602
+ * Queries the connection information of an AgenticDB branch.
8603
+ *
8604
+ * @param request - DescribeAgenticDBBranchEndpointsRequest
8605
+ * @param runtime - runtime options for this request RuntimeOptions
8606
+ * @returns DescribeAgenticDBBranchEndpointsResponse
8607
+ */
8608
+ async describeAgenticDBBranchEndpointsWithOptions(request, runtime) {
8609
+ request.validate();
8610
+ let query = {};
8611
+ if (!$dara.isNull(request.branchId)) {
8612
+ query["BranchId"] = request.branchId;
8613
+ }
8614
+ if (!$dara.isNull(request.DBClusterId)) {
8615
+ query["DBClusterId"] = request.DBClusterId;
8616
+ }
8617
+ if (!$dara.isNull(request.projectId)) {
8618
+ query["ProjectId"] = request.projectId;
8619
+ }
8620
+ if (!$dara.isNull(request.regionId)) {
8621
+ query["RegionId"] = request.regionId;
8622
+ }
8623
+ if (!$dara.isNull(request.tenantId)) {
8624
+ query["TenantId"] = request.tenantId;
8625
+ }
8626
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8627
+ query: openapi_core_2.OpenApiUtil.query(query),
8628
+ });
8629
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8630
+ action: "DescribeAgenticDBBranchEndpoints",
8631
+ version: "2017-08-01",
8632
+ protocol: "HTTPS",
8633
+ pathname: "/",
8634
+ method: "POST",
8635
+ authType: "AK",
8636
+ style: "RPC",
8637
+ reqBodyType: "formData",
8638
+ bodyType: "json",
8639
+ });
8640
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBBranchEndpointsResponse({}));
8641
+ }
8642
+ /**
8643
+ * Queries the connection information of an AgenticDB branch.
8644
+ *
8645
+ * @param request - DescribeAgenticDBBranchEndpointsRequest
8646
+ * @returns DescribeAgenticDBBranchEndpointsResponse
8647
+ */
8648
+ async describeAgenticDBBranchEndpoints(request) {
8649
+ let runtime = new $dara.RuntimeOptions({});
8650
+ return await this.describeAgenticDBBranchEndpointsWithOptions(request, runtime);
8651
+ }
8652
+ /**
8653
+ * Queries the branch lineage of an AgenticDB cluster.
8654
+ *
8655
+ * @param request - DescribeAgenticDBBranchLineageRequest
8656
+ * @param runtime - runtime options for this request RuntimeOptions
8657
+ * @returns DescribeAgenticDBBranchLineageResponse
8658
+ */
8659
+ async describeAgenticDBBranchLineageWithOptions(request, runtime) {
8660
+ request.validate();
8661
+ let query = {};
8662
+ if (!$dara.isNull(request.branchId)) {
8663
+ query["BranchId"] = request.branchId;
8664
+ }
8665
+ if (!$dara.isNull(request.DBClusterId)) {
8666
+ query["DBClusterId"] = request.DBClusterId;
8667
+ }
8668
+ if (!$dara.isNull(request.includeDestroying)) {
8669
+ query["IncludeDestroying"] = request.includeDestroying;
8670
+ }
8671
+ if (!$dara.isNull(request.maxViewDepth)) {
8672
+ query["MaxViewDepth"] = request.maxViewDepth;
8673
+ }
8674
+ if (!$dara.isNull(request.projectId)) {
8675
+ query["ProjectId"] = request.projectId;
8676
+ }
8677
+ if (!$dara.isNull(request.regionId)) {
8678
+ query["RegionId"] = request.regionId;
8679
+ }
8680
+ if (!$dara.isNull(request.tenantId)) {
8681
+ query["TenantId"] = request.tenantId;
8682
+ }
8683
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8684
+ query: openapi_core_2.OpenApiUtil.query(query),
8685
+ });
8686
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8687
+ action: "DescribeAgenticDBBranchLineage",
8688
+ version: "2017-08-01",
8689
+ protocol: "HTTPS",
8690
+ pathname: "/",
8691
+ method: "POST",
8692
+ authType: "AK",
8693
+ style: "RPC",
8694
+ reqBodyType: "formData",
8695
+ bodyType: "json",
8696
+ });
8697
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBBranchLineageResponse({}));
8698
+ }
8699
+ /**
8700
+ * Queries the branch lineage of an AgenticDB cluster.
8701
+ *
8702
+ * @param request - DescribeAgenticDBBranchLineageRequest
8703
+ * @returns DescribeAgenticDBBranchLineageResponse
8704
+ */
8705
+ async describeAgenticDBBranchLineage(request) {
8706
+ let runtime = new $dara.RuntimeOptions({});
8707
+ return await this.describeAgenticDBBranchLineageWithOptions(request, runtime);
8708
+ }
8709
+ /**
8710
+ * Queries the list of AgenticDB branches.
8711
+ *
8712
+ * @param request - DescribeAgenticDBBranchesRequest
8713
+ * @param runtime - runtime options for this request RuntimeOptions
8714
+ * @returns DescribeAgenticDBBranchesResponse
8715
+ */
8716
+ async describeAgenticDBBranchesWithOptions(request, runtime) {
8717
+ request.validate();
8718
+ let query = {};
8719
+ if (!$dara.isNull(request.branchName)) {
8720
+ query["BranchName"] = request.branchName;
8721
+ }
8722
+ if (!$dara.isNull(request.DBClusterId)) {
8723
+ query["DBClusterId"] = request.DBClusterId;
8724
+ }
8725
+ if (!$dara.isNull(request.pageNumber)) {
8726
+ query["PageNumber"] = request.pageNumber;
8727
+ }
8728
+ if (!$dara.isNull(request.pageSize)) {
8729
+ query["PageSize"] = request.pageSize;
8730
+ }
8731
+ if (!$dara.isNull(request.projectId)) {
8732
+ query["ProjectId"] = request.projectId;
8733
+ }
8734
+ if (!$dara.isNull(request.regionId)) {
8735
+ query["RegionId"] = request.regionId;
8736
+ }
8737
+ if (!$dara.isNull(request.status)) {
8738
+ query["Status"] = request.status;
8739
+ }
8740
+ if (!$dara.isNull(request.tenantId)) {
8741
+ query["TenantId"] = request.tenantId;
8742
+ }
8743
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8744
+ query: openapi_core_2.OpenApiUtil.query(query),
8745
+ });
8746
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8747
+ action: "DescribeAgenticDBBranches",
8748
+ version: "2017-08-01",
8749
+ protocol: "HTTPS",
8750
+ pathname: "/",
8751
+ method: "POST",
8752
+ authType: "AK",
8753
+ style: "RPC",
8754
+ reqBodyType: "formData",
8755
+ bodyType: "json",
8756
+ });
8757
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBBranchesResponse({}));
8758
+ }
8759
+ /**
8760
+ * Queries the list of AgenticDB branches.
8761
+ *
8762
+ * @param request - DescribeAgenticDBBranchesRequest
8763
+ * @returns DescribeAgenticDBBranchesResponse
8764
+ */
8765
+ async describeAgenticDBBranches(request) {
8766
+ let runtime = new $dara.RuntimeOptions({});
8767
+ return await this.describeAgenticDBBranchesWithOptions(request, runtime);
8768
+ }
8769
+ /**
8770
+ * Queries the list of Agentic Database clusters.
8771
+ *
8772
+ * @remarks
8773
+ * ## Operation description
8774
+ * - This operation supports filtering and returning the list of related model operators based on the `RelativeDBClusterId` and `KubeType` parameters.
8775
+ * - Note: Ensure that the `RelativeDBClusterId` provided in the request matches an existing PolarDB database instance ID. Otherwise, data cannot be retrieved correctly.
8776
+ *
8777
+ * @param request - DescribeAgenticDBClustersRequest
8778
+ * @param runtime - runtime options for this request RuntimeOptions
8779
+ * @returns DescribeAgenticDBClustersResponse
8780
+ */
8781
+ async describeAgenticDBClustersWithOptions(request, runtime) {
8782
+ request.validate();
8783
+ let query = {};
8784
+ if (!$dara.isNull(request.agenticDbClusterIds)) {
8785
+ query["AgenticDbClusterIds"] = request.agenticDbClusterIds;
8786
+ }
8787
+ if (!$dara.isNull(request.DBClusterDescription)) {
8788
+ query["DBClusterDescription"] = request.DBClusterDescription;
8789
+ }
8790
+ if (!$dara.isNull(request.DBClusterIds)) {
8791
+ query["DBClusterIds"] = request.DBClusterIds;
8792
+ }
8793
+ if (!$dara.isNull(request.DBClusterStatus)) {
8794
+ query["DBClusterStatus"] = request.DBClusterStatus;
8795
+ }
8796
+ if (!$dara.isNull(request.maxResults)) {
8797
+ query["MaxResults"] = request.maxResults;
8798
+ }
8799
+ if (!$dara.isNull(request.nextToken)) {
8800
+ query["NextToken"] = request.nextToken;
8801
+ }
8802
+ if (!$dara.isNull(request.pageNumber)) {
8803
+ query["PageNumber"] = request.pageNumber;
8804
+ }
8805
+ if (!$dara.isNull(request.pageSize)) {
8806
+ query["PageSize"] = request.pageSize;
8807
+ }
8808
+ if (!$dara.isNull(request.regionId)) {
8809
+ query["RegionId"] = request.regionId;
8810
+ }
8811
+ if (!$dara.isNull(request.resourceGroupId)) {
8812
+ query["ResourceGroupId"] = request.resourceGroupId;
8813
+ }
8814
+ if (!$dara.isNull(request.tag)) {
8815
+ query["Tag"] = request.tag;
8816
+ }
8817
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8818
+ query: openapi_core_2.OpenApiUtil.query(query),
8819
+ });
8820
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8821
+ action: "DescribeAgenticDBClusters",
8822
+ version: "2017-08-01",
8823
+ protocol: "HTTPS",
8824
+ pathname: "/",
8825
+ method: "POST",
8826
+ authType: "AK",
8827
+ style: "RPC",
8828
+ reqBodyType: "formData",
8829
+ bodyType: "json",
8830
+ });
8831
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBClustersResponse({}));
8832
+ }
8833
+ /**
8834
+ * Queries the list of Agentic Database clusters.
8835
+ *
8836
+ * @remarks
8837
+ * ## Operation description
8838
+ * - This operation supports filtering and returning the list of related model operators based on the `RelativeDBClusterId` and `KubeType` parameters.
8839
+ * - Note: Ensure that the `RelativeDBClusterId` provided in the request matches an existing PolarDB database instance ID. Otherwise, data cannot be retrieved correctly.
8840
+ *
8841
+ * @param request - DescribeAgenticDBClustersRequest
8842
+ * @returns DescribeAgenticDBClustersResponse
8843
+ */
8844
+ async describeAgenticDBClusters(request) {
8845
+ let runtime = new $dara.RuntimeOptions({});
8846
+ return await this.describeAgenticDBClustersWithOptions(request, runtime);
8847
+ }
8848
+ /**
8849
+ * Queries the list of AgenticDB compute instances.
8850
+ *
8851
+ * @param request - DescribeAgenticDBComputeClustersRequest
8852
+ * @param runtime - runtime options for this request RuntimeOptions
8853
+ * @returns DescribeAgenticDBComputeClustersResponse
8854
+ */
8855
+ async describeAgenticDBComputeClustersWithOptions(request, runtime) {
8856
+ request.validate();
8857
+ let query = {};
8858
+ if (!$dara.isNull(request.computeClusterId)) {
8859
+ query["ComputeClusterId"] = request.computeClusterId;
7944
8860
  }
7945
- if (!$dara.isNull(request.aliyunOrderId)) {
7946
- query["AliyunOrderId"] = request.aliyunOrderId;
8861
+ if (!$dara.isNull(request.DBClusterId)) {
8862
+ query["DBClusterId"] = request.DBClusterId;
7947
8863
  }
7948
- if (!$dara.isNull(request.ownerAccount)) {
7949
- query["OwnerAccount"] = request.ownerAccount;
8864
+ if (!$dara.isNull(request.pageNumber)) {
8865
+ query["PageNumber"] = request.pageNumber;
7950
8866
  }
7951
- if (!$dara.isNull(request.ownerId)) {
7952
- query["OwnerId"] = request.ownerId;
8867
+ if (!$dara.isNull(request.pageSize)) {
8868
+ query["PageSize"] = request.pageSize;
7953
8869
  }
7954
- if (!$dara.isNull(request.resourceOwnerAccount)) {
7955
- query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
8870
+ if (!$dara.isNull(request.regionId)) {
8871
+ query["RegionId"] = request.regionId;
7956
8872
  }
7957
- if (!$dara.isNull(request.resourceOwnerId)) {
7958
- query["ResourceOwnerId"] = request.resourceOwnerId;
8873
+ if (!$dara.isNull(request.status)) {
8874
+ query["Status"] = request.status;
7959
8875
  }
7960
8876
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
7961
8877
  query: openapi_core_2.OpenApiUtil.query(query),
7962
8878
  });
7963
8879
  let params = new openapi_core_2.$OpenApiUtil.Params({
7964
- action: "DescribeActivationCodeDetails",
8880
+ action: "DescribeAgenticDBComputeClusters",
7965
8881
  version: "2017-08-01",
7966
8882
  protocol: "HTTPS",
7967
8883
  pathname: "/",
@@ -7971,60 +8887,45 @@ class Client extends openapi_core_1.default {
7971
8887
  reqBodyType: "formData",
7972
8888
  bodyType: "json",
7973
8889
  });
7974
- return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActivationCodeDetailsResponse({}));
8890
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBComputeClustersResponse({}));
7975
8891
  }
7976
8892
  /**
7977
- * Queries an activation code.
8893
+ * Queries the list of AgenticDB compute instances.
7978
8894
  *
7979
- * @param request - DescribeActivationCodeDetailsRequest
7980
- * @returns DescribeActivationCodeDetailsResponse
8895
+ * @param request - DescribeAgenticDBComputeClustersRequest
8896
+ * @returns DescribeAgenticDBComputeClustersResponse
7981
8897
  */
7982
- async describeActivationCodeDetails(request) {
8898
+ async describeAgenticDBComputeClusters(request) {
7983
8899
  let runtime = new $dara.RuntimeOptions({});
7984
- return await this.describeActivationCodeDetailsWithOptions(request, runtime);
8900
+ return await this.describeAgenticDBComputeClustersWithOptions(request, runtime);
7985
8901
  }
7986
8902
  /**
7987
- * Retrieves a paginated list of activation codes associated with your account. You can filter the results by order ID or specific hardware identifiers.
8903
+ * 查询 AgenticDB 项目详情
7988
8904
  *
7989
- * @param request - DescribeActivationCodesRequest
8905
+ * @param request - DescribeAgenticDBProjectRequest
7990
8906
  * @param runtime - runtime options for this request RuntimeOptions
7991
- * @returns DescribeActivationCodesResponse
8907
+ * @returns DescribeAgenticDBProjectResponse
7992
8908
  */
7993
- async describeActivationCodesWithOptions(request, runtime) {
8909
+ async describeAgenticDBProjectWithOptions(request, runtime) {
7994
8910
  request.validate();
7995
8911
  let query = {};
7996
- if (!$dara.isNull(request.aliyunOrderId)) {
7997
- query["AliyunOrderId"] = request.aliyunOrderId;
7998
- }
7999
- if (!$dara.isNull(request.macAddress)) {
8000
- query["MacAddress"] = request.macAddress;
8001
- }
8002
- if (!$dara.isNull(request.ownerAccount)) {
8003
- query["OwnerAccount"] = request.ownerAccount;
8004
- }
8005
- if (!$dara.isNull(request.ownerId)) {
8006
- query["OwnerId"] = request.ownerId;
8007
- }
8008
- if (!$dara.isNull(request.pageNumber)) {
8009
- query["PageNumber"] = request.pageNumber;
8010
- }
8011
- if (!$dara.isNull(request.pageSize)) {
8012
- query["PageSize"] = request.pageSize;
8912
+ if (!$dara.isNull(request.DBClusterId)) {
8913
+ query["DBClusterId"] = request.DBClusterId;
8013
8914
  }
8014
- if (!$dara.isNull(request.resourceOwnerAccount)) {
8015
- query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
8915
+ if (!$dara.isNull(request.projectId)) {
8916
+ query["ProjectId"] = request.projectId;
8016
8917
  }
8017
- if (!$dara.isNull(request.resourceOwnerId)) {
8018
- query["ResourceOwnerId"] = request.resourceOwnerId;
8918
+ if (!$dara.isNull(request.regionId)) {
8919
+ query["RegionId"] = request.regionId;
8019
8920
  }
8020
- if (!$dara.isNull(request.systemIdentifier)) {
8021
- query["SystemIdentifier"] = request.systemIdentifier;
8921
+ if (!$dara.isNull(request.tenantId)) {
8922
+ query["TenantId"] = request.tenantId;
8022
8923
  }
8023
8924
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8024
8925
  query: openapi_core_2.OpenApiUtil.query(query),
8025
8926
  });
8026
8927
  let params = new openapi_core_2.$OpenApiUtil.Params({
8027
- action: "DescribeActivationCodes",
8928
+ action: "DescribeAgenticDBProject",
8028
8929
  version: "2017-08-01",
8029
8930
  protocol: "HTTPS",
8030
8931
  pathname: "/",
@@ -8034,54 +8935,54 @@ class Client extends openapi_core_1.default {
8034
8935
  reqBodyType: "formData",
8035
8936
  bodyType: "json",
8036
8937
  });
8037
- return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActivationCodesResponse({}));
8938
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBProjectResponse({}));
8038
8939
  }
8039
8940
  /**
8040
- * Retrieves a paginated list of activation codes associated with your account. You can filter the results by order ID or specific hardware identifiers.
8941
+ * 查询 AgenticDB 项目详情
8041
8942
  *
8042
- * @param request - DescribeActivationCodesRequest
8043
- * @returns DescribeActivationCodesResponse
8943
+ * @param request - DescribeAgenticDBProjectRequest
8944
+ * @returns DescribeAgenticDBProjectResponse
8044
8945
  */
8045
- async describeActivationCodes(request) {
8946
+ async describeAgenticDBProject(request) {
8046
8947
  let runtime = new $dara.RuntimeOptions({});
8047
- return await this.describeActivationCodesWithOptions(request, runtime);
8948
+ return await this.describeAgenticDBProjectWithOptions(request, runtime);
8048
8949
  }
8049
8950
  /**
8050
- * Queries the Operations and Maintenance (O&M) configuration for a user, including the active O&M window.
8951
+ * 查询 AgenticDB 项目列表
8051
8952
  *
8052
- * @param request - DescribeActiveOperationMaintainConfRequest
8953
+ * @param request - DescribeAgenticDBProjectsRequest
8053
8954
  * @param runtime - runtime options for this request RuntimeOptions
8054
- * @returns DescribeActiveOperationMaintainConfResponse
8955
+ * @returns DescribeAgenticDBProjectsResponse
8055
8956
  */
8056
- async describeActiveOperationMaintainConfWithOptions(request, runtime) {
8957
+ async describeAgenticDBProjectsWithOptions(request, runtime) {
8057
8958
  request.validate();
8058
8959
  let query = {};
8059
- if (!$dara.isNull(request.ownerAccount)) {
8060
- query["OwnerAccount"] = request.ownerAccount;
8960
+ if (!$dara.isNull(request.DBClusterId)) {
8961
+ query["DBClusterId"] = request.DBClusterId;
8061
8962
  }
8062
- if (!$dara.isNull(request.ownerId)) {
8063
- query["OwnerId"] = request.ownerId;
8963
+ if (!$dara.isNull(request.pageNumber)) {
8964
+ query["PageNumber"] = request.pageNumber;
8064
8965
  }
8065
- if (!$dara.isNull(request.regionId)) {
8066
- query["RegionId"] = request.regionId;
8966
+ if (!$dara.isNull(request.pageSize)) {
8967
+ query["PageSize"] = request.pageSize;
8067
8968
  }
8068
- if (!$dara.isNull(request.resourceGroupId)) {
8069
- query["ResourceGroupId"] = request.resourceGroupId;
8969
+ if (!$dara.isNull(request.projectId)) {
8970
+ query["ProjectId"] = request.projectId;
8070
8971
  }
8071
- if (!$dara.isNull(request.resourceOwnerAccount)) {
8072
- query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
8972
+ if (!$dara.isNull(request.projectName)) {
8973
+ query["ProjectName"] = request.projectName;
8073
8974
  }
8074
- if (!$dara.isNull(request.resourceOwnerId)) {
8075
- query["ResourceOwnerId"] = request.resourceOwnerId;
8975
+ if (!$dara.isNull(request.regionId)) {
8976
+ query["RegionId"] = request.regionId;
8076
8977
  }
8077
- if (!$dara.isNull(request.securityToken)) {
8078
- query["SecurityToken"] = request.securityToken;
8978
+ if (!$dara.isNull(request.tenantId)) {
8979
+ query["TenantId"] = request.tenantId;
8079
8980
  }
8080
8981
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8081
8982
  query: openapi_core_2.OpenApiUtil.query(query),
8082
8983
  });
8083
8984
  let params = new openapi_core_2.$OpenApiUtil.Params({
8084
- action: "DescribeActiveOperationMaintainConf",
8985
+ action: "DescribeAgenticDBProjects",
8085
8986
  version: "2017-08-01",
8086
8987
  protocol: "HTTPS",
8087
8988
  pathname: "/",
@@ -8091,49 +8992,31 @@ class Client extends openapi_core_1.default {
8091
8992
  reqBodyType: "formData",
8092
8993
  bodyType: "json",
8093
8994
  });
8094
- return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationMaintainConfResponse({}));
8995
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBProjectsResponse({}));
8095
8996
  }
8096
8997
  /**
8097
- * Queries the Operations and Maintenance (O&M) configuration for a user, including the active O&M window.
8998
+ * 查询 AgenticDB 项目列表
8098
8999
  *
8099
- * @param request - DescribeActiveOperationMaintainConfRequest
8100
- * @returns DescribeActiveOperationMaintainConfResponse
9000
+ * @param request - DescribeAgenticDBProjectsRequest
9001
+ * @returns DescribeAgenticDBProjectsResponse
8101
9002
  */
8102
- async describeActiveOperationMaintainConf(request) {
9003
+ async describeAgenticDBProjects(request) {
8103
9004
  let runtime = new $dara.RuntimeOptions({});
8104
- return await this.describeActiveOperationMaintainConfWithOptions(request, runtime);
9005
+ return await this.describeAgenticDBProjectsWithOptions(request, runtime);
8105
9006
  }
8106
9007
  /**
8107
- * Queries operation and maintenance events for instances.
9008
+ * Queries the list of API keys for an AgenticDB tenant.
8108
9009
  *
8109
- * @param request - DescribeActiveOperationTasksRequest
9010
+ * @param request - DescribeAgenticDBTenantApiKeysRequest
8110
9011
  * @param runtime - runtime options for this request RuntimeOptions
8111
- * @returns DescribeActiveOperationTasksResponse
9012
+ * @returns DescribeAgenticDBTenantApiKeysResponse
8112
9013
  */
8113
- async describeActiveOperationTasksWithOptions(request, runtime) {
9014
+ async describeAgenticDBTenantApiKeysWithOptions(request, runtime) {
8114
9015
  request.validate();
8115
9016
  let query = {};
8116
- if (!$dara.isNull(request.allowCancel)) {
8117
- query["AllowCancel"] = request.allowCancel;
8118
- }
8119
- if (!$dara.isNull(request.allowChange)) {
8120
- query["AllowChange"] = request.allowChange;
8121
- }
8122
- if (!$dara.isNull(request.changeLevel)) {
8123
- query["ChangeLevel"] = request.changeLevel;
8124
- }
8125
9017
  if (!$dara.isNull(request.DBClusterId)) {
8126
9018
  query["DBClusterId"] = request.DBClusterId;
8127
9019
  }
8128
- if (!$dara.isNull(request.DBType)) {
8129
- query["DBType"] = request.DBType;
8130
- }
8131
- if (!$dara.isNull(request.ownerAccount)) {
8132
- query["OwnerAccount"] = request.ownerAccount;
8133
- }
8134
- if (!$dara.isNull(request.ownerId)) {
8135
- query["OwnerId"] = request.ownerId;
8136
- }
8137
9020
  if (!$dara.isNull(request.pageNumber)) {
8138
9021
  query["PageNumber"] = request.pageNumber;
8139
9022
  }
@@ -8143,26 +9026,14 @@ class Client extends openapi_core_1.default {
8143
9026
  if (!$dara.isNull(request.regionId)) {
8144
9027
  query["RegionId"] = request.regionId;
8145
9028
  }
8146
- if (!$dara.isNull(request.resourceOwnerAccount)) {
8147
- query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
8148
- }
8149
- if (!$dara.isNull(request.resourceOwnerId)) {
8150
- query["ResourceOwnerId"] = request.resourceOwnerId;
8151
- }
8152
- if (!$dara.isNull(request.securityToken)) {
8153
- query["SecurityToken"] = request.securityToken;
8154
- }
8155
- if (!$dara.isNull(request.status)) {
8156
- query["Status"] = request.status;
8157
- }
8158
- if (!$dara.isNull(request.taskType)) {
8159
- query["TaskType"] = request.taskType;
9029
+ if (!$dara.isNull(request.tenantName)) {
9030
+ query["TenantName"] = request.tenantName;
8160
9031
  }
8161
9032
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8162
9033
  query: openapi_core_2.OpenApiUtil.query(query),
8163
9034
  });
8164
9035
  let params = new openapi_core_2.$OpenApiUtil.Params({
8165
- action: "DescribeActiveOperationTasks",
9036
+ action: "DescribeAgenticDBTenantApiKeys",
8166
9037
  version: "2017-08-01",
8167
9038
  protocol: "HTTPS",
8168
9039
  pathname: "/",
@@ -8172,17 +9043,17 @@ class Client extends openapi_core_1.default {
8172
9043
  reqBodyType: "formData",
8173
9044
  bodyType: "json",
8174
9045
  });
8175
- return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationTasksResponse({}));
9046
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAgenticDBTenantApiKeysResponse({}));
8176
9047
  }
8177
9048
  /**
8178
- * Queries operation and maintenance events for instances.
9049
+ * Queries the list of API keys for an AgenticDB tenant.
8179
9050
  *
8180
- * @param request - DescribeActiveOperationTasksRequest
8181
- * @returns DescribeActiveOperationTasksResponse
9051
+ * @param request - DescribeAgenticDBTenantApiKeysRequest
9052
+ * @returns DescribeAgenticDBTenantApiKeysResponse
8182
9053
  */
8183
- async describeActiveOperationTasks(request) {
9054
+ async describeAgenticDBTenantApiKeys(request) {
8184
9055
  let runtime = new $dara.RuntimeOptions({});
8185
- return await this.describeActiveOperationTasksWithOptions(request, runtime);
9056
+ return await this.describeAgenticDBTenantApiKeysWithOptions(request, runtime);
8186
9057
  }
8187
9058
  /**
8188
9059
  * Queries the details of a specified API key.
@@ -9830,7 +10701,7 @@ class Client extends openapi_core_1.default {
9830
10701
  return await this.describeDBClusterAccessWhitelistWithOptions(request, runtime);
9831
10702
  }
9832
10703
  /**
9833
- * Queries the attributes of a specified cluster.
10704
+ * Queries the attribute information of a cluster.
9834
10705
  *
9835
10706
  * @param request - DescribeDBClusterAttributeRequest
9836
10707
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9874,7 +10745,7 @@ class Client extends openapi_core_1.default {
9874
10745
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBClusterAttributeResponse({}));
9875
10746
  }
9876
10747
  /**
9877
- * Queries the attributes of a specified cluster.
10748
+ * Queries the attribute information of a cluster.
9878
10749
  *
9879
10750
  * @param request - DescribeDBClusterAttributeRequest
9880
10751
  * @returns DescribeDBClusterAttributeResponse
@@ -10859,7 +11730,7 @@ class Client extends openapi_core_1.default {
10859
11730
  return await this.describeDBClusterVersionZonalWithOptions(request, runtime);
10860
11731
  }
10861
11732
  /**
10862
- * Queries the details of PolarDB clusters, including clusters that you are authorized to access through Resource Access Management (RAM).
11733
+ * Queries the details of PolarDB clusters or clusters authorized by RAM authorization.
10863
11734
  *
10864
11735
  * @param request - DescribeDBClustersRequest
10865
11736
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10948,7 +11819,7 @@ class Client extends openapi_core_1.default {
10948
11819
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBClustersResponse({}));
10949
11820
  }
10950
11821
  /**
10951
- * Queries the details of PolarDB clusters, including clusters that you are authorized to access through Resource Access Management (RAM).
11822
+ * Queries the details of PolarDB clusters or clusters authorized by RAM authorization.
10952
11823
  *
10953
11824
  * @param request - DescribeDBClustersRequest
10954
11825
  * @returns DescribeDBClustersResponse
@@ -14377,6 +15248,69 @@ class Client extends openapi_core_1.default {
14377
15248
  let runtime = new $dara.RuntimeOptions({});
14378
15249
  return await this.describePolarClawTaskWithOptions(request, runtime);
14379
15250
  }
15251
+ /**
15252
+ * 查看polarfs信息
15253
+ *
15254
+ * @param request - DescribePolarFsRequest
15255
+ * @param runtime - runtime options for this request RuntimeOptions
15256
+ * @returns DescribePolarFsResponse
15257
+ */
15258
+ async describePolarFsWithOptions(request, runtime) {
15259
+ request.validate();
15260
+ let query = {};
15261
+ if (!$dara.isNull(request.DBClusterId)) {
15262
+ query["DBClusterId"] = request.DBClusterId;
15263
+ }
15264
+ if (!$dara.isNull(request.pageNumber)) {
15265
+ query["PageNumber"] = request.pageNumber;
15266
+ }
15267
+ if (!$dara.isNull(request.pageSize)) {
15268
+ query["PageSize"] = request.pageSize;
15269
+ }
15270
+ if (!$dara.isNull(request.polarFsInstanceDescription)) {
15271
+ query["PolarFsInstanceDescription"] = request.polarFsInstanceDescription;
15272
+ }
15273
+ if (!$dara.isNull(request.polarFsInstanceIds)) {
15274
+ query["PolarFsInstanceIds"] = request.polarFsInstanceIds;
15275
+ }
15276
+ if (!$dara.isNull(request.polarFsType)) {
15277
+ query["PolarFsType"] = request.polarFsType;
15278
+ }
15279
+ if (!$dara.isNull(request.regionId)) {
15280
+ query["RegionId"] = request.regionId;
15281
+ }
15282
+ if (!$dara.isNull(request.relativeDbClusterId)) {
15283
+ query["RelativeDbClusterId"] = request.relativeDbClusterId;
15284
+ }
15285
+ if (!$dara.isNull(request.tag)) {
15286
+ query["Tag"] = request.tag;
15287
+ }
15288
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
15289
+ query: openapi_core_2.OpenApiUtil.query(query),
15290
+ });
15291
+ let params = new openapi_core_2.$OpenApiUtil.Params({
15292
+ action: "DescribePolarFs",
15293
+ version: "2017-08-01",
15294
+ protocol: "HTTPS",
15295
+ pathname: "/",
15296
+ method: "POST",
15297
+ authType: "AK",
15298
+ style: "RPC",
15299
+ reqBodyType: "formData",
15300
+ bodyType: "json",
15301
+ });
15302
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePolarFsResponse({}));
15303
+ }
15304
+ /**
15305
+ * 查看polarfs信息
15306
+ *
15307
+ * @param request - DescribePolarFsRequest
15308
+ * @returns DescribePolarFsResponse
15309
+ */
15310
+ async describePolarFs(request) {
15311
+ let runtime = new $dara.RuntimeOptions({});
15312
+ return await this.describePolarFsWithOptions(request, runtime);
15313
+ }
14380
15314
  /**
14381
15315
  * Retrieves the details of a PolarLakebase instance.
14382
15316
  *
@@ -18783,7 +19717,7 @@ class Client extends openapi_core_1.default {
18783
19717
  return await this.modifyCronJobPolicyServerlessWithOptions(request, runtime);
18784
19718
  }
18785
19719
  /**
18786
- * Modify the feature configuration of a PolarDB MySQL cluster.
19720
+ * Modifies the feature configurations of a PolarDB for MySQL cluster.
18787
19721
  *
18788
19722
  * @param request - ModifyDBClusterRequest
18789
19723
  * @param runtime - runtime options for this request RuntimeOptions
@@ -18795,6 +19729,9 @@ class Client extends openapi_core_1.default {
18795
19729
  if (!$dara.isNull(request.compressStorage)) {
18796
19730
  query["CompressStorage"] = request.compressStorage;
18797
19731
  }
19732
+ if (!$dara.isNull(request.connectionResourceQuota)) {
19733
+ query["ConnectionResourceQuota"] = request.connectionResourceQuota;
19734
+ }
18798
19735
  if (!$dara.isNull(request.DBClusterId)) {
18799
19736
  query["DBClusterId"] = request.DBClusterId;
18800
19737
  }
@@ -18857,7 +19794,7 @@ class Client extends openapi_core_1.default {
18857
19794
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBClusterResponse({}));
18858
19795
  }
18859
19796
  /**
18860
- * Modify the feature configuration of a PolarDB MySQL cluster.
19797
+ * Modifies the feature configurations of a PolarDB for MySQL cluster.
18861
19798
  *
18862
19799
  * @param request - ModifyDBClusterRequest
18863
19800
  * @returns ModifyDBClusterResponse
@@ -22712,6 +23649,54 @@ class Client extends openapi_core_1.default {
22712
23649
  let runtime = new $dara.RuntimeOptions({});
22713
23650
  return await this.resetAccountZonalWithOptions(request, runtime);
22714
23651
  }
23652
+ /**
23653
+ * Resets the API key of an AgenticDB tenant.
23654
+ *
23655
+ * @param request - ResetAgenticDBTenantApiKeyRequest
23656
+ * @param runtime - runtime options for this request RuntimeOptions
23657
+ * @returns ResetAgenticDBTenantApiKeyResponse
23658
+ */
23659
+ async resetAgenticDBTenantApiKeyWithOptions(request, runtime) {
23660
+ request.validate();
23661
+ let query = {};
23662
+ if (!$dara.isNull(request.apiKeyId)) {
23663
+ query["ApiKeyId"] = request.apiKeyId;
23664
+ }
23665
+ if (!$dara.isNull(request.DBClusterId)) {
23666
+ query["DBClusterId"] = request.DBClusterId;
23667
+ }
23668
+ if (!$dara.isNull(request.regionId)) {
23669
+ query["RegionId"] = request.regionId;
23670
+ }
23671
+ if (!$dara.isNull(request.tenantId)) {
23672
+ query["TenantId"] = request.tenantId;
23673
+ }
23674
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
23675
+ query: openapi_core_2.OpenApiUtil.query(query),
23676
+ });
23677
+ let params = new openapi_core_2.$OpenApiUtil.Params({
23678
+ action: "ResetAgenticDBTenantApiKey",
23679
+ version: "2017-08-01",
23680
+ protocol: "HTTPS",
23681
+ pathname: "/",
23682
+ method: "POST",
23683
+ authType: "AK",
23684
+ style: "RPC",
23685
+ reqBodyType: "formData",
23686
+ bodyType: "json",
23687
+ });
23688
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResetAgenticDBTenantApiKeyResponse({}));
23689
+ }
23690
+ /**
23691
+ * Resets the API key of an AgenticDB tenant.
23692
+ *
23693
+ * @param request - ResetAgenticDBTenantApiKeyRequest
23694
+ * @returns ResetAgenticDBTenantApiKeyResponse
23695
+ */
23696
+ async resetAgenticDBTenantApiKey(request) {
23697
+ let runtime = new $dara.RuntimeOptions({});
23698
+ return await this.resetAgenticDBTenantApiKeyWithOptions(request, runtime);
23699
+ }
22715
23700
  /**
22716
23701
  * Resets an api key.
22717
23702
  *
@@ -24598,6 +25583,48 @@ class Client extends openapi_core_1.default {
24598
25583
  let runtime = new $dara.RuntimeOptions({});
24599
25584
  return await this.upgradePolarClawSkillsWithOptions(request, runtime);
24600
25585
  }
25586
+ /**
25587
+ * Validates an AgenticDB tenant API key.
25588
+ *
25589
+ * @param request - VerifyAgenticDBTenantApiKeyRequest
25590
+ * @param runtime - runtime options for this request RuntimeOptions
25591
+ * @returns VerifyAgenticDBTenantApiKeyResponse
25592
+ */
25593
+ async verifyAgenticDBTenantApiKeyWithOptions(request, runtime) {
25594
+ request.validate();
25595
+ let query = {};
25596
+ if (!$dara.isNull(request.apiKey)) {
25597
+ query["ApiKey"] = request.apiKey;
25598
+ }
25599
+ if (!$dara.isNull(request.regionId)) {
25600
+ query["RegionId"] = request.regionId;
25601
+ }
25602
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
25603
+ query: openapi_core_2.OpenApiUtil.query(query),
25604
+ });
25605
+ let params = new openapi_core_2.$OpenApiUtil.Params({
25606
+ action: "VerifyAgenticDBTenantApiKey",
25607
+ version: "2017-08-01",
25608
+ protocol: "HTTPS",
25609
+ pathname: "/",
25610
+ method: "POST",
25611
+ authType: "AK",
25612
+ style: "RPC",
25613
+ reqBodyType: "formData",
25614
+ bodyType: "json",
25615
+ });
25616
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.VerifyAgenticDBTenantApiKeyResponse({}));
25617
+ }
25618
+ /**
25619
+ * Validates an AgenticDB tenant API key.
25620
+ *
25621
+ * @param request - VerifyAgenticDBTenantApiKeyRequest
25622
+ * @returns VerifyAgenticDBTenantApiKeyResponse
25623
+ */
25624
+ async verifyAgenticDBTenantApiKey(request) {
25625
+ let runtime = new $dara.RuntimeOptions({});
25626
+ return await this.verifyAgenticDBTenantApiKeyWithOptions(request, runtime);
25627
+ }
24601
25628
  }
24602
25629
  exports.default = Client;
24603
25630
  //# sourceMappingURL=client.js.map