@alicloud/gpdb20160503 3.10.0 → 3.11.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 (287) hide show
  1. package/dist/client.d.ts +253 -140
  2. package/dist/client.js +411 -140
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAiserviceRequest.d.ts +16 -25
  5. package/dist/models/CreateAiserviceRequest.js.map +1 -1
  6. package/dist/models/CreateApiKeyRequest.d.ts +40 -0
  7. package/dist/models/CreateApiKeyRequest.js +69 -0
  8. package/dist/models/CreateApiKeyRequest.js.map +1 -0
  9. package/dist/models/CreateApiKeyResponse.d.ts +19 -0
  10. package/dist/models/CreateApiKeyResponse.js +69 -0
  11. package/dist/models/CreateApiKeyResponse.js.map +1 -0
  12. package/dist/models/CreateApiKeyResponseBody.d.ts +28 -0
  13. package/dist/models/CreateApiKeyResponseBody.js +62 -0
  14. package/dist/models/CreateApiKeyResponseBody.js.map +1 -0
  15. package/dist/models/CreateApiKeyShrinkRequest.d.ts +40 -0
  16. package/dist/models/CreateApiKeyShrinkRequest.js +66 -0
  17. package/dist/models/CreateApiKeyShrinkRequest.js.map +1 -0
  18. package/dist/models/CreateBranchRequest.d.ts +6 -6
  19. package/dist/models/CreateBranchResponseBody.d.ts +2 -2
  20. package/dist/models/CreateDocumentCollectionRequest.d.ts +94 -148
  21. package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
  22. package/dist/models/CreateDocumentCollectionResponseBody.d.ts +2 -4
  23. package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
  24. package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +81 -127
  25. package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
  26. package/dist/models/CreateIndexRequest.d.ts +13 -21
  27. package/dist/models/CreateIndexRequest.js.map +1 -1
  28. package/dist/models/CreateIndexResponseBody.d.ts +6 -7
  29. package/dist/models/CreateIndexResponseBody.js.map +1 -1
  30. package/dist/models/CreateModelOperatorApiKeyRequest.d.ts +2 -0
  31. package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -1
  32. package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +6 -0
  33. package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -1
  34. package/dist/models/CreateModelServiceRequest.d.ts +9 -9
  35. package/dist/models/CreateModelServiceResponseBody.d.ts +1 -1
  36. package/dist/models/CreateModelServiceShrinkRequest.d.ts +9 -9
  37. package/dist/models/CreateSaasServiceRequest.d.ts +2 -2
  38. package/dist/models/CreateSnapshotResponseBody.d.ts +1 -1
  39. package/dist/models/CreateSupabaseProjectRequest.d.ts +8 -8
  40. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +1 -1
  41. package/dist/models/DeleteAiserviceRequest.d.ts +2 -2
  42. package/dist/models/DeleteApiKeyRequest.d.ts +26 -0
  43. package/dist/models/DeleteApiKeyRequest.js +60 -0
  44. package/dist/models/DeleteApiKeyRequest.js.map +1 -0
  45. package/dist/models/DeleteApiKeyResponse.d.ts +19 -0
  46. package/dist/models/DeleteApiKeyResponse.js +69 -0
  47. package/dist/models/DeleteApiKeyResponse.js.map +1 -0
  48. package/dist/models/DeleteApiKeyResponseBody.d.ts +23 -0
  49. package/dist/models/DeleteApiKeyResponseBody.js +60 -0
  50. package/dist/models/DeleteApiKeyResponseBody.js.map +1 -0
  51. package/dist/models/DeleteBranchRequest.d.ts +1 -1
  52. package/dist/models/DeleteSnapshotRequest.d.ts +7 -0
  53. package/dist/models/DeleteSnapshotRequest.js.map +1 -1
  54. package/dist/models/DeleteSnapshotResponseBody.d.ts +3 -0
  55. package/dist/models/DeleteSnapshotResponseBody.js.map +1 -1
  56. package/dist/models/DescribeAiserviceRequest.d.ts +4 -5
  57. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  58. package/dist/models/DescribeAiserviceResponseBody.d.ts +10 -12
  59. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  60. package/dist/models/DescribeBranchResponseBody.d.ts +7 -7
  61. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +3 -3
  62. package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +1 -1
  63. package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +3 -0
  64. package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -1
  65. package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +18 -0
  66. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -1
  67. package/dist/models/DescribeModelOperatorUsageRequest.d.ts +49 -0
  68. package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -1
  69. package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +47 -0
  70. package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -1
  71. package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +49 -0
  72. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -1
  73. package/dist/models/DescribeModelServiceRequest.d.ts +2 -2
  74. package/dist/models/DescribeModelServiceResponseBody.d.ts +6 -6
  75. package/dist/models/DescribeTableRequest.d.ts +7 -7
  76. package/dist/models/DescribeTableResponseBody.d.ts +4 -5
  77. package/dist/models/DescribeTableResponseBody.js.map +1 -1
  78. package/dist/models/ExecuteStatementRequest.d.ts +18 -19
  79. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  80. package/dist/models/ExecuteStatementResponseBody.d.ts +10 -11
  81. package/dist/models/ExecuteStatementResponseBody.js.map +1 -1
  82. package/dist/models/ExecuteStatementShrinkRequest.d.ts +14 -15
  83. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  84. package/dist/models/GetAccountRequest.d.ts +7 -3
  85. package/dist/models/GetAccountRequest.js.map +1 -1
  86. package/dist/models/GetAccountResponseBody.d.ts +20 -17
  87. package/dist/models/GetAccountResponseBody.js.map +1 -1
  88. package/dist/models/GetApiKeyRequest.d.ts +26 -0
  89. package/dist/models/GetApiKeyRequest.js +60 -0
  90. package/dist/models/GetApiKeyRequest.js.map +1 -0
  91. package/dist/models/GetApiKeyResponse.d.ts +19 -0
  92. package/dist/models/GetApiKeyResponse.js +69 -0
  93. package/dist/models/GetApiKeyResponse.js.map +1 -0
  94. package/dist/models/GetApiKeyResponseBody.d.ts +71 -0
  95. package/dist/models/GetApiKeyResponseBody.js +96 -0
  96. package/dist/models/GetApiKeyResponseBody.js.map +1 -0
  97. package/dist/models/GetStatementResultRequest.d.ts +6 -6
  98. package/dist/models/GetStatementResultResponseBody.d.ts +6 -6
  99. package/dist/models/GetUploadDocumentJobRequest.d.ts +8 -8
  100. package/dist/models/GetUploadDocumentJobResponseBody.d.ts +27 -29
  101. package/dist/models/GetUploadDocumentJobResponseBody.js.map +1 -1
  102. package/dist/models/GetWorkspaceRequest.d.ts +26 -0
  103. package/dist/models/GetWorkspaceRequest.js +60 -0
  104. package/dist/models/GetWorkspaceRequest.js.map +1 -0
  105. package/dist/models/GetWorkspaceResponse.d.ts +19 -0
  106. package/dist/models/GetWorkspaceResponse.js +69 -0
  107. package/dist/models/GetWorkspaceResponse.js.map +1 -0
  108. package/dist/models/GetWorkspaceResponseBody.d.ts +147 -0
  109. package/dist/models/GetWorkspaceResponseBody.js +160 -0
  110. package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
  111. package/dist/models/ListAinodePoolsRequest.d.ts +1 -1
  112. package/dist/models/ListAinodePoolsResponseBody.d.ts +11 -13
  113. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  114. package/dist/models/ListAiservicesRequest.d.ts +5 -8
  115. package/dist/models/ListAiservicesRequest.js.map +1 -1
  116. package/dist/models/ListAiservicesResponseBody.d.ts +13 -15
  117. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  118. package/dist/models/ListApiKeysRequest.d.ts +41 -0
  119. package/dist/models/ListApiKeysRequest.js +66 -0
  120. package/dist/models/ListApiKeysRequest.js.map +1 -0
  121. package/dist/models/ListApiKeysResponse.d.ts +19 -0
  122. package/dist/models/ListApiKeysResponse.js +69 -0
  123. package/dist/models/ListApiKeysResponse.js.map +1 -0
  124. package/dist/models/ListApiKeysResponseBody.d.ts +94 -0
  125. package/dist/models/ListApiKeysResponseBody.js +122 -0
  126. package/dist/models/ListApiKeysResponseBody.js.map +1 -0
  127. package/dist/models/ListBranchesRequest.d.ts +12 -12
  128. package/dist/models/ListBranchesResponseBody.d.ts +3 -3
  129. package/dist/models/ListChunksRequest.d.ts +13 -17
  130. package/dist/models/ListChunksRequest.js.map +1 -1
  131. package/dist/models/ListModelOperatorApiKeysRequest.d.ts +12 -0
  132. package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -1
  133. package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +28 -0
  134. package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -1
  135. package/dist/models/ListModelOperatorServicesRequest.d.ts +11 -0
  136. package/dist/models/ListModelOperatorServicesRequest.js.map +1 -1
  137. package/dist/models/ListModelOperatorServicesResponseBody.d.ts +19 -0
  138. package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -1
  139. package/dist/models/ListSaasServiceRequest.d.ts +2 -2
  140. package/dist/models/ListSaasServiceResponseBody.d.ts +10 -10
  141. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +15 -17
  142. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  143. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +3 -3
  144. package/dist/models/ListWorkspacesResponseBody.d.ts +3 -3
  145. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +7 -10
  146. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  147. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +1 -1
  148. package/dist/models/ModifyDbinstanceDeploymentModeRequest.d.ts +11 -17
  149. package/dist/models/ModifyDbinstanceDeploymentModeRequest.js.map +1 -1
  150. package/dist/models/ModifyDbinstanceDeploymentModeResponseBody.d.ts +1 -1
  151. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +4 -6
  152. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  153. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +3 -3
  154. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +1 -1
  155. package/dist/models/PauseSupabaseProjectRequest.d.ts +1 -1
  156. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +18 -18
  157. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +1 -1
  158. package/dist/models/RestoreSnapshotRequest.d.ts +1 -1
  159. package/dist/models/ResumeSupabaseProjectRequest.d.ts +1 -1
  160. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +1 -1
  161. package/dist/models/TagSupabaseProjectRequest.d.ts +5 -5
  162. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  163. package/dist/models/TextEmbeddingRequest.d.ts +12 -14
  164. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  165. package/dist/models/TextEmbeddingResponseBody.d.ts +5 -6
  166. package/dist/models/TextEmbeddingResponseBody.js.map +1 -1
  167. package/dist/models/TextEmbeddingShrinkRequest.d.ts +12 -14
  168. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  169. package/dist/models/UntagSupabaseProjectRequest.d.ts +6 -9
  170. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  171. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  172. package/dist/models/UpgradeDbinstanceRequest.d.ts +34 -50
  173. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  174. package/dist/models/UploadDocumentAsyncAdvanceRequest.d.ts +57 -49
  175. package/dist/models/UploadDocumentAsyncAdvanceRequest.js.map +1 -1
  176. package/dist/models/UploadDocumentAsyncRequest.d.ts +57 -49
  177. package/dist/models/UploadDocumentAsyncRequest.js.map +1 -1
  178. package/dist/models/UploadDocumentAsyncResponseBody.d.ts +4 -4
  179. package/dist/models/UploadDocumentAsyncShrinkRequest.d.ts +57 -49
  180. package/dist/models/UploadDocumentAsyncShrinkRequest.js.map +1 -1
  181. package/dist/models/model.d.ts +22 -0
  182. package/dist/models/model.js +65 -20
  183. package/dist/models/model.js.map +1 -1
  184. package/package.json +1 -1
  185. package/src/client.ts +438 -140
  186. package/src/models/CreateAiserviceRequest.ts +16 -25
  187. package/src/models/CreateApiKeyRequest.ts +64 -0
  188. package/src/models/CreateApiKeyResponse.ts +40 -0
  189. package/src/models/CreateApiKeyResponseBody.ts +45 -0
  190. package/src/models/CreateApiKeyShrinkRequest.ts +61 -0
  191. package/src/models/CreateBranchRequest.ts +6 -6
  192. package/src/models/CreateBranchResponseBody.ts +2 -2
  193. package/src/models/CreateDocumentCollectionRequest.ts +94 -148
  194. package/src/models/CreateDocumentCollectionResponseBody.ts +2 -4
  195. package/src/models/CreateDocumentCollectionShrinkRequest.ts +81 -127
  196. package/src/models/CreateIndexRequest.ts +13 -21
  197. package/src/models/CreateIndexResponseBody.ts +6 -7
  198. package/src/models/CreateModelOperatorApiKeyRequest.ts +2 -0
  199. package/src/models/CreateModelOperatorApiKeyResponseBody.ts +6 -0
  200. package/src/models/CreateModelServiceRequest.ts +9 -9
  201. package/src/models/CreateModelServiceResponseBody.ts +1 -1
  202. package/src/models/CreateModelServiceShrinkRequest.ts +9 -9
  203. package/src/models/CreateSaasServiceRequest.ts +2 -2
  204. package/src/models/CreateSnapshotResponseBody.ts +1 -1
  205. package/src/models/CreateSupabaseProjectRequest.ts +8 -8
  206. package/src/models/CreateSupabaseProjectResponseBody.ts +1 -1
  207. package/src/models/DeleteAiserviceRequest.ts +2 -2
  208. package/src/models/DeleteApiKeyRequest.ts +41 -0
  209. package/src/models/DeleteApiKeyResponse.ts +40 -0
  210. package/src/models/DeleteApiKeyResponseBody.ts +38 -0
  211. package/src/models/DeleteBranchRequest.ts +1 -1
  212. package/src/models/DeleteSnapshotRequest.ts +7 -0
  213. package/src/models/DeleteSnapshotResponseBody.ts +3 -0
  214. package/src/models/DescribeAiserviceRequest.ts +4 -5
  215. package/src/models/DescribeAiserviceResponseBody.ts +10 -12
  216. package/src/models/DescribeBranchResponseBody.ts +7 -7
  217. package/src/models/DescribeDbinstanceAttributeRequest.ts +3 -3
  218. package/src/models/DescribeDbinstanceAttributeResponseBody.ts +1 -1
  219. package/src/models/DescribeModelOperatorApiKeyRequest.ts +3 -0
  220. package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +18 -0
  221. package/src/models/DescribeModelOperatorUsageRequest.ts +49 -0
  222. package/src/models/DescribeModelOperatorUsageResponseBody.ts +47 -0
  223. package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +49 -0
  224. package/src/models/DescribeModelServiceRequest.ts +2 -2
  225. package/src/models/DescribeModelServiceResponseBody.ts +6 -6
  226. package/src/models/DescribeTableRequest.ts +7 -7
  227. package/src/models/DescribeTableResponseBody.ts +4 -5
  228. package/src/models/ExecuteStatementRequest.ts +18 -19
  229. package/src/models/ExecuteStatementResponseBody.ts +10 -11
  230. package/src/models/ExecuteStatementShrinkRequest.ts +14 -15
  231. package/src/models/GetAccountRequest.ts +7 -3
  232. package/src/models/GetAccountResponseBody.ts +20 -17
  233. package/src/models/GetApiKeyRequest.ts +41 -0
  234. package/src/models/GetApiKeyResponse.ts +40 -0
  235. package/src/models/GetApiKeyResponseBody.ts +113 -0
  236. package/src/models/GetStatementResultRequest.ts +6 -6
  237. package/src/models/GetStatementResultResponseBody.ts +6 -6
  238. package/src/models/GetUploadDocumentJobRequest.ts +8 -8
  239. package/src/models/GetUploadDocumentJobResponseBody.ts +27 -29
  240. package/src/models/GetWorkspaceRequest.ts +41 -0
  241. package/src/models/GetWorkspaceResponse.ts +40 -0
  242. package/src/models/GetWorkspaceResponseBody.ts +235 -0
  243. package/src/models/ListAinodePoolsRequest.ts +1 -1
  244. package/src/models/ListAinodePoolsResponseBody.ts +11 -13
  245. package/src/models/ListAiservicesRequest.ts +5 -8
  246. package/src/models/ListAiservicesResponseBody.ts +13 -15
  247. package/src/models/ListApiKeysRequest.ts +62 -0
  248. package/src/models/ListApiKeysResponse.ts +40 -0
  249. package/src/models/ListApiKeysResponseBody.ts +153 -0
  250. package/src/models/ListBranchesRequest.ts +12 -12
  251. package/src/models/ListBranchesResponseBody.ts +3 -3
  252. package/src/models/ListChunksRequest.ts +13 -17
  253. package/src/models/ListModelOperatorApiKeysRequest.ts +12 -0
  254. package/src/models/ListModelOperatorApiKeysResponseBody.ts +28 -0
  255. package/src/models/ListModelOperatorServicesRequest.ts +11 -0
  256. package/src/models/ListModelOperatorServicesResponseBody.ts +19 -0
  257. package/src/models/ListSaasServiceRequest.ts +2 -2
  258. package/src/models/ListSaasServiceResponseBody.ts +10 -10
  259. package/src/models/ListSupabaseProjectTagsRequest.ts +15 -17
  260. package/src/models/ListSupabaseProjectTagsResponseBody.ts +3 -3
  261. package/src/models/ListWorkspacesResponseBody.ts +3 -3
  262. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +7 -10
  263. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +1 -1
  264. package/src/models/ModifyDbinstanceDeploymentModeRequest.ts +11 -17
  265. package/src/models/ModifyDbinstanceDeploymentModeResponseBody.ts +1 -1
  266. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +4 -6
  267. package/src/models/ModifySupabaseProjectResourceRequest.ts +3 -3
  268. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +1 -1
  269. package/src/models/PauseSupabaseProjectRequest.ts +1 -1
  270. package/src/models/QueryKnowledgeBasesContentRequest.ts +18 -18
  271. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +1 -1
  272. package/src/models/RestoreSnapshotRequest.ts +1 -1
  273. package/src/models/ResumeSupabaseProjectRequest.ts +1 -1
  274. package/src/models/ResumeSupabaseProjectResponseBody.ts +1 -1
  275. package/src/models/TagSupabaseProjectRequest.ts +5 -5
  276. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  277. package/src/models/TextEmbeddingRequest.ts +12 -14
  278. package/src/models/TextEmbeddingResponseBody.ts +5 -6
  279. package/src/models/TextEmbeddingShrinkRequest.ts +12 -14
  280. package/src/models/UntagSupabaseProjectRequest.ts +6 -9
  281. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  282. package/src/models/UpgradeDbinstanceRequest.ts +34 -50
  283. package/src/models/UploadDocumentAsyncAdvanceRequest.ts +57 -49
  284. package/src/models/UploadDocumentAsyncRequest.ts +57 -49
  285. package/src/models/UploadDocumentAsyncResponseBody.ts +4 -4
  286. package/src/models/UploadDocumentAsyncShrinkRequest.ts +57 -49
  287. package/src/models/model.ts +22 -0
package/dist/client.js CHANGED
@@ -1158,6 +1158,68 @@ class Client extends openapi_core_1.default {
1158
1158
  let runtime = new $dara.RuntimeOptions({});
1159
1159
  return await this.createAccountWithOptions(request, runtime);
1160
1160
  }
1161
+ /**
1162
+ * 创建API密钥
1163
+ *
1164
+ * @remarks
1165
+ * 创建API密钥。
1166
+ *
1167
+ * @param tmpReq - CreateApiKeyRequest
1168
+ * @param runtime - runtime options for this request RuntimeOptions
1169
+ * @returns CreateApiKeyResponse
1170
+ */
1171
+ async createApiKeyWithOptions(tmpReq, runtime) {
1172
+ tmpReq.validate();
1173
+ let request = new $_model.CreateApiKeyShrinkRequest({});
1174
+ openapi_core_2.OpenApiUtil.convert(tmpReq, request);
1175
+ if (!$dara.isNull(tmpReq.serviceIds)) {
1176
+ request.serviceIdsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.serviceIds, "ServiceIds", "json");
1177
+ }
1178
+ let query = {};
1179
+ if (!$dara.isNull(request.description)) {
1180
+ query["Description"] = request.description;
1181
+ }
1182
+ if (!$dara.isNull(request.keyName)) {
1183
+ query["KeyName"] = request.keyName;
1184
+ }
1185
+ if (!$dara.isNull(request.regionId)) {
1186
+ query["RegionId"] = request.regionId;
1187
+ }
1188
+ if (!$dara.isNull(request.serviceIdsShrink)) {
1189
+ query["ServiceIds"] = request.serviceIdsShrink;
1190
+ }
1191
+ if (!$dara.isNull(request.workspaceId)) {
1192
+ query["WorkspaceId"] = request.workspaceId;
1193
+ }
1194
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
1195
+ query: openapi_core_2.OpenApiUtil.query(query),
1196
+ });
1197
+ let params = new openapi_core_2.$OpenApiUtil.Params({
1198
+ action: "CreateApiKey",
1199
+ version: "2016-05-03",
1200
+ protocol: "HTTPS",
1201
+ pathname: "/",
1202
+ method: "POST",
1203
+ authType: "AK",
1204
+ style: "RPC",
1205
+ reqBodyType: "formData",
1206
+ bodyType: "json",
1207
+ });
1208
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApiKeyResponse({}));
1209
+ }
1210
+ /**
1211
+ * 创建API密钥
1212
+ *
1213
+ * @remarks
1214
+ * 创建API密钥。
1215
+ *
1216
+ * @param request - CreateApiKeyRequest
1217
+ * @returns CreateApiKeyResponse
1218
+ */
1219
+ async createApiKey(request) {
1220
+ let runtime = new $dara.RuntimeOptions({});
1221
+ return await this.createApiKeyWithOptions(request, runtime);
1222
+ }
1161
1223
  /**
1162
1224
  * Creates a backup set.
1163
1225
  *
@@ -1797,7 +1859,7 @@ class Client extends openapi_core_1.default {
1797
1859
  return await this.createDatabaseWithOptions(request, runtime);
1798
1860
  }
1799
1861
  /**
1800
- * Create a knowledge base
1862
+ * Creates a knowledge base.
1801
1863
  *
1802
1864
  * @param tmpReq - CreateDocumentCollectionRequest
1803
1865
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1921,7 +1983,7 @@ class Client extends openapi_core_1.default {
1921
1983
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDocumentCollectionResponse({}));
1922
1984
  }
1923
1985
  /**
1924
- * Create a knowledge base
1986
+ * Creates a knowledge base.
1925
1987
  *
1926
1988
  * @param request - CreateDocumentCollectionRequest
1927
1989
  * @returns CreateDocumentCollectionResponse
@@ -2105,7 +2167,11 @@ class Client extends openapi_core_1.default {
2105
2167
  return await this.createHadoopDataSourceWithOptions(request, runtime);
2106
2168
  }
2107
2169
  /**
2108
- * Creates an index. Note: 1. Only scalar indexes are supported. 2. The table is write-locked during index creation. 3. When creating an index on a table with a large volume of data, the process consumes significant CPU and I/O resources of the instance. If this impacts instance availability, call CancelCreateIndexJob to cancel the index creation.
2170
+ * Creates an index.
2171
+ * Usage notes:
2172
+ * 1. Only scalar indexes are supported.
2173
+ * 2. Write operations on the table are prohibited during index creation.
2174
+ * 3. Creating an index on a table with a large amount of data consumes CPU and I/O resources of the instance. If instance availability is affected, call CancelCreateIndexJob to cancel the index creation.
2109
2175
  *
2110
2176
  * @param request - CreateIndexRequest
2111
2177
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2161,7 +2227,11 @@ class Client extends openapi_core_1.default {
2161
2227
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIndexResponse({}));
2162
2228
  }
2163
2229
  /**
2164
- * Creates an index. Note: 1. Only scalar indexes are supported. 2. The table is write-locked during index creation. 3. When creating an index on a table with a large volume of data, the process consumes significant CPU and I/O resources of the instance. If this impacts instance availability, call CancelCreateIndexJob to cancel the index creation.
2230
+ * Creates an index.
2231
+ * Usage notes:
2232
+ * 1. Only scalar indexes are supported.
2233
+ * 2. Write operations on the table are prohibited during index creation.
2234
+ * 3. Creating an index on a table with a large amount of data consumes CPU and I/O resources of the instance. If instance availability is affected, call CancelCreateIndexJob to cancel the index creation.
2165
2235
  *
2166
2236
  * @param request - CreateIndexRequest
2167
2237
  * @returns CreateIndexResponse
@@ -2231,7 +2301,7 @@ class Client extends openapi_core_1.default {
2231
2301
  return await this.createJDBCDataSourceWithOptions(request, runtime);
2232
2302
  }
2233
2303
  /**
2234
- * 创建模型算子 API KEY
2304
+ * Creates a model creation operator API key.
2235
2305
  *
2236
2306
  * @param request - CreateModelOperatorApiKeyRequest
2237
2307
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2260,7 +2330,7 @@ class Client extends openapi_core_1.default {
2260
2330
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateModelOperatorApiKeyResponse({}));
2261
2331
  }
2262
2332
  /**
2263
- * 创建模型算子 API KEY
2333
+ * Creates a model creation operator API key.
2264
2334
  *
2265
2335
  * @param request - CreateModelOperatorApiKeyRequest
2266
2336
  * @returns CreateModelOperatorApiKeyResponse
@@ -2273,7 +2343,7 @@ class Client extends openapi_core_1.default {
2273
2343
  * Creates a model service.
2274
2344
  *
2275
2345
  * @remarks
2276
- * Before you call this operation, review the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2346
+ * Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2277
2347
  *
2278
2348
  * @param tmpReq - CreateModelServiceRequest
2279
2349
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2345,7 +2415,7 @@ class Client extends openapi_core_1.default {
2345
2415
  * Creates a model service.
2346
2416
  *
2347
2417
  * @remarks
2348
- * Before you call this operation, review the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2418
+ * Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2349
2419
  *
2350
2420
  * @param request - CreateModelServiceRequest
2351
2421
  * @returns CreateModelServiceResponse
@@ -2484,7 +2554,7 @@ class Client extends openapi_core_1.default {
2484
2554
  * Creates a SaaS service.
2485
2555
  *
2486
2556
  * @remarks
2487
- * Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2557
+ * Before you use this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2488
2558
  *
2489
2559
  * @param request - CreateSaasServiceRequest
2490
2560
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2537,7 +2607,7 @@ class Client extends openapi_core_1.default {
2537
2607
  * Creates a SaaS service.
2538
2608
  *
2539
2609
  * @remarks
2540
- * Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2610
+ * Before you use this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2541
2611
  *
2542
2612
  * @param request - CreateSaasServiceRequest
2543
2613
  * @returns CreateSaasServiceResponse
@@ -3352,6 +3422,54 @@ class Client extends openapi_core_1.default {
3352
3422
  let runtime = new $dara.RuntimeOptions({});
3353
3423
  return await this.deleteAccountWithOptions(request, runtime);
3354
3424
  }
3425
+ /**
3426
+ * 删除API密钥
3427
+ *
3428
+ * @remarks
3429
+ * 删除API密钥。
3430
+ *
3431
+ * @param request - DeleteApiKeyRequest
3432
+ * @param runtime - runtime options for this request RuntimeOptions
3433
+ * @returns DeleteApiKeyResponse
3434
+ */
3435
+ async deleteApiKeyWithOptions(request, runtime) {
3436
+ request.validate();
3437
+ let query = {};
3438
+ if (!$dara.isNull(request.keyId)) {
3439
+ query["KeyId"] = request.keyId;
3440
+ }
3441
+ if (!$dara.isNull(request.regionId)) {
3442
+ query["RegionId"] = request.regionId;
3443
+ }
3444
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
3445
+ query: openapi_core_2.OpenApiUtil.query(query),
3446
+ });
3447
+ let params = new openapi_core_2.$OpenApiUtil.Params({
3448
+ action: "DeleteApiKey",
3449
+ version: "2016-05-03",
3450
+ protocol: "HTTPS",
3451
+ pathname: "/",
3452
+ method: "POST",
3453
+ authType: "AK",
3454
+ style: "RPC",
3455
+ reqBodyType: "formData",
3456
+ bodyType: "json",
3457
+ });
3458
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApiKeyResponse({}));
3459
+ }
3460
+ /**
3461
+ * 删除API密钥
3462
+ *
3463
+ * @remarks
3464
+ * 删除API密钥。
3465
+ *
3466
+ * @param request - DeleteApiKeyRequest
3467
+ * @returns DeleteApiKeyResponse
3468
+ */
3469
+ async deleteApiKey(request) {
3470
+ let runtime = new $dara.RuntimeOptions({});
3471
+ return await this.deleteApiKeyWithOptions(request, runtime);
3472
+ }
3355
3473
  /**
3356
3474
  * Deletes a backup set. You can call this operation to delete only physical backup sets that are manually backed up.
3357
3475
  *
@@ -3398,7 +3516,7 @@ class Client extends openapi_core_1.default {
3398
3516
  * Deletes a Supabase branch.
3399
3517
  *
3400
3518
  * @remarks
3401
- * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3519
+ * Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
3402
3520
  *
3403
3521
  * @param request - DeleteBranchRequest
3404
3522
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3433,7 +3551,7 @@ class Client extends openapi_core_1.default {
3433
3551
  * Deletes a Supabase branch.
3434
3552
  *
3435
3553
  * @remarks
3436
- * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3554
+ * Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
3437
3555
  *
3438
3556
  * @param request - DeleteBranchRequest
3439
3557
  * @returns DeleteBranchResponse
@@ -4511,10 +4629,10 @@ class Client extends openapi_core_1.default {
4511
4629
  return await this.deleteSecretWithOptions(request, runtime);
4512
4630
  }
4513
4631
  /**
4514
- * 删除恢复点
4632
+ * Deletes a snapshot of a Supabase project.
4515
4633
  *
4516
4634
  * @remarks
4517
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
4635
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
4518
4636
  *
4519
4637
  * @param request - DeleteSnapshotRequest
4520
4638
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4549,10 +4667,10 @@ class Client extends openapi_core_1.default {
4549
4667
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotResponse({}));
4550
4668
  }
4551
4669
  /**
4552
- * 删除恢复点
4670
+ * Deletes a snapshot of a Supabase project.
4553
4671
  *
4554
4672
  * @remarks
4555
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
4673
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
4556
4674
  *
4557
4675
  * @param request - DeleteSnapshotRequest
4558
4676
  * @returns DeleteSnapshotResponse
@@ -5493,14 +5611,14 @@ class Client extends openapi_core_1.default {
5493
5611
  return await this.describeDBClusterPerformanceWithOptions(request, runtime);
5494
5612
  }
5495
5613
  /**
5496
- * Query the details of an AnalyticDB for PostgreSQL instance.
5614
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
5497
5615
  *
5498
5616
  * @remarks
5499
- * ## How-To
5500
- * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
5501
- * ## Queries per second (QPS) limit
5502
- * The default QPS limit for this API is 1000 queries per second per user. If this limit is exceeded, API calls will be rate-limited, which may affect your business operations. Please invoke the API appropriately.
5503
- * <props="china">The QPS value provided in this document is for reference only. For accurate information, see [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
5617
+ * ## Operation description
5618
+ * This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
5619
+ * ## QPS limit
5620
+ * The default QPS limit for a single user for this operation is 1,000 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation as needed.
5621
+ * <props="china">The QPS limit in this topic is a default reference value. For accurate information, refer to the [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
5504
5622
  *
5505
5623
  * @param request - DescribeDBInstanceAttributeRequest
5506
5624
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5535,14 +5653,14 @@ class Client extends openapi_core_1.default {
5535
5653
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceAttributeResponse({}));
5536
5654
  }
5537
5655
  /**
5538
- * Query the details of an AnalyticDB for PostgreSQL instance.
5656
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
5539
5657
  *
5540
5658
  * @remarks
5541
- * ## How-To
5542
- * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
5543
- * ## Queries per second (QPS) limit
5544
- * The default QPS limit for this API is 1000 queries per second per user. If this limit is exceeded, API calls will be rate-limited, which may affect your business operations. Please invoke the API appropriately.
5545
- * <props="china">The QPS value provided in this document is for reference only. For accurate information, see [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
5659
+ * ## Operation description
5660
+ * This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
5661
+ * ## QPS limit
5662
+ * The default QPS limit for a single user for this operation is 1,000 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation as needed.
5663
+ * <props="china">The QPS limit in this topic is a default reference value. For accurate information, refer to the [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
5546
5664
  *
5547
5665
  * @param request - DescribeDBInstanceAttributeRequest
5548
5666
  * @returns DescribeDBInstanceAttributeResponse
@@ -6123,7 +6241,7 @@ class Client extends openapi_core_1.default {
6123
6241
  return await this.describeDBInstanceSSLWithOptions(request, runtime);
6124
6242
  }
6125
6243
  /**
6126
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
6244
+ * Queries the maximum throughput of an instance.
6127
6245
  *
6128
6246
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
6129
6247
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6155,7 +6273,7 @@ class Client extends openapi_core_1.default {
6155
6273
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceSupportMaxPerformanceResponse({}));
6156
6274
  }
6157
6275
  /**
6158
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
6276
+ * Queries the maximum throughput of an instance.
6159
6277
  *
6160
6278
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
6161
6279
  * @returns DescribeDBInstanceSupportMaxPerformanceResponse
@@ -7544,7 +7662,7 @@ class Client extends openapi_core_1.default {
7544
7662
  return await this.describeLogBackupsWithOptions(request, runtime);
7545
7663
  }
7546
7664
  /**
7547
- * 获取模型算子 API KEY 详情
7665
+ * Retrieves the details of a model operator API key.
7548
7666
  *
7549
7667
  * @param request - DescribeModelOperatorApiKeyRequest
7550
7668
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7573,7 +7691,7 @@ class Client extends openapi_core_1.default {
7573
7691
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelOperatorApiKeyResponse({}));
7574
7692
  }
7575
7693
  /**
7576
- * 获取模型算子 API KEY 详情
7694
+ * Retrieves the details of a model operator API key.
7577
7695
  *
7578
7696
  * @param request - DescribeModelOperatorApiKeyRequest
7579
7697
  * @returns DescribeModelOperatorApiKeyResponse
@@ -7583,7 +7701,7 @@ class Client extends openapi_core_1.default {
7583
7701
  return await this.describeModelOperatorApiKeyWithOptions(request, runtime);
7584
7702
  }
7585
7703
  /**
7586
- * 获取模型算子用量
7704
+ * Retrieves the usage metrics of model operators.
7587
7705
  *
7588
7706
  * @param tmpReq - DescribeModelOperatorUsageRequest
7589
7707
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7641,7 +7759,7 @@ class Client extends openapi_core_1.default {
7641
7759
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelOperatorUsageResponse({}));
7642
7760
  }
7643
7761
  /**
7644
- * 获取模型算子用量
7762
+ * Retrieves the usage metrics of model operators.
7645
7763
  *
7646
7764
  * @param request - DescribeModelOperatorUsageRequest
7647
7765
  * @returns DescribeModelOperatorUsageResponse
@@ -7651,13 +7769,13 @@ class Client extends openapi_core_1.default {
7651
7769
  return await this.describeModelOperatorUsageWithOptions(request, runtime);
7652
7770
  }
7653
7771
  /**
7654
- * Queries the information about a model service.
7772
+ * Queries a model service.
7655
7773
  *
7656
7774
  * @remarks
7657
- * ## [](#)Usage notes
7658
- * This interface is used to view the details of a model service.
7659
- * ## [](#qps-)QPS limit
7660
- * You can call this operation up to 1,000 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions.We recommend that you take note of this limit when you call this operation.
7775
+ * ## Operation description
7776
+ * You can call this operation to query the details of a model service.
7777
+ * ## Rate limit
7778
+ * The maximum number of queries per second (QPS) per user for this operation is 1,000. If the number of calls exceeds the limit, throttling is triggered. Throttling may affect your business. Call this operation as needed.
7661
7779
  *
7662
7780
  * @param request - DescribeModelServiceRequest
7663
7781
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7689,13 +7807,13 @@ class Client extends openapi_core_1.default {
7689
7807
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelServiceResponse({}));
7690
7808
  }
7691
7809
  /**
7692
- * Queries the information about a model service.
7810
+ * Queries a model service.
7693
7811
  *
7694
7812
  * @remarks
7695
- * ## [](#)Usage notes
7696
- * This interface is used to view the details of a model service.
7697
- * ## [](#qps-)QPS limit
7698
- * You can call this operation up to 1,000 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions.We recommend that you take note of this limit when you call this operation.
7813
+ * ## Operation description
7814
+ * You can call this operation to query the details of a model service.
7815
+ * ## Rate limit
7816
+ * The maximum number of queries per second (QPS) per user for this operation is 1,000. If the number of calls exceeds the limit, throttling is triggered. Throttling may affect your business. Call this operation as needed.
7699
7817
  *
7700
7818
  * @param request - DescribeModelServiceRequest
7701
7819
  * @returns DescribeModelServiceResponse
@@ -8654,7 +8772,7 @@ class Client extends openapi_core_1.default {
8654
8772
  return await this.describeSupportFeaturesWithOptions(request, runtime);
8655
8773
  }
8656
8774
  /**
8657
- * View table details.
8775
+ * Queries the details of a table.
8658
8776
  *
8659
8777
  * @param request - DescribeTableRequest
8660
8778
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8704,7 +8822,7 @@ class Client extends openapi_core_1.default {
8704
8822
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTableResponse({}));
8705
8823
  }
8706
8824
  /**
8707
- * View table details.
8825
+ * Queries the details of a table.
8708
8826
  *
8709
8827
  * @param request - DescribeTableRequest
8710
8828
  * @returns DescribeTableResponse
@@ -9395,7 +9513,7 @@ class Client extends openapi_core_1.default {
9395
9513
  return await this.enableDBResourceGroupWithOptions(request, runtime);
9396
9514
  }
9397
9515
  /**
9398
- * Execute an SQL statement.
9516
+ * Executes an SQL statement.
9399
9517
  *
9400
9518
  * @param tmpReq - ExecuteStatementRequest
9401
9519
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9470,7 +9588,7 @@ class Client extends openapi_core_1.default {
9470
9588
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExecuteStatementResponse({}));
9471
9589
  }
9472
9590
  /**
9473
- * Execute an SQL statement.
9591
+ * Executes an SQL statement.
9474
9592
  *
9475
9593
  * @param request - ExecuteStatementRequest
9476
9594
  * @returns ExecuteStatementResponse
@@ -9480,7 +9598,7 @@ class Client extends openapi_core_1.default {
9480
9598
  return await this.executeStatementWithOptions(request, runtime);
9481
9599
  }
9482
9600
  /**
9483
- * Queries the information about a database account.
9601
+ * Retrieves information about a specific account.
9484
9602
  *
9485
9603
  * @param request - GetAccountRequest
9486
9604
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9512,7 +9630,7 @@ class Client extends openapi_core_1.default {
9512
9630
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAccountResponse({}));
9513
9631
  }
9514
9632
  /**
9515
- * Queries the information about a database account.
9633
+ * Retrieves information about a specific account.
9516
9634
  *
9517
9635
  * @param request - GetAccountRequest
9518
9636
  * @returns GetAccountResponse
@@ -9521,6 +9639,54 @@ class Client extends openapi_core_1.default {
9521
9639
  let runtime = new $dara.RuntimeOptions({});
9522
9640
  return await this.getAccountWithOptions(request, runtime);
9523
9641
  }
9642
+ /**
9643
+ * 获取API密钥详情
9644
+ *
9645
+ * @remarks
9646
+ * 获取API密钥详情。
9647
+ *
9648
+ * @param request - GetApiKeyRequest
9649
+ * @param runtime - runtime options for this request RuntimeOptions
9650
+ * @returns GetApiKeyResponse
9651
+ */
9652
+ async getApiKeyWithOptions(request, runtime) {
9653
+ request.validate();
9654
+ let query = {};
9655
+ if (!$dara.isNull(request.keyId)) {
9656
+ query["KeyId"] = request.keyId;
9657
+ }
9658
+ if (!$dara.isNull(request.regionId)) {
9659
+ query["RegionId"] = request.regionId;
9660
+ }
9661
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
9662
+ query: openapi_core_2.OpenApiUtil.query(query),
9663
+ });
9664
+ let params = new openapi_core_2.$OpenApiUtil.Params({
9665
+ action: "GetApiKey",
9666
+ version: "2016-05-03",
9667
+ protocol: "HTTPS",
9668
+ pathname: "/",
9669
+ method: "POST",
9670
+ authType: "AK",
9671
+ style: "RPC",
9672
+ reqBodyType: "formData",
9673
+ bodyType: "json",
9674
+ });
9675
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApiKeyResponse({}));
9676
+ }
9677
+ /**
9678
+ * 获取API密钥详情
9679
+ *
9680
+ * @remarks
9681
+ * 获取API密钥详情。
9682
+ *
9683
+ * @param request - GetApiKeyRequest
9684
+ * @returns GetApiKeyResponse
9685
+ */
9686
+ async getApiKey(request) {
9687
+ let runtime = new $dara.RuntimeOptions({});
9688
+ return await this.getApiKeyWithOptions(request, runtime);
9689
+ }
9524
9690
  /**
9525
9691
  * Retrieves the database schema of a Supabase branch.
9526
9692
  *
@@ -9789,7 +9955,7 @@ class Client extends openapi_core_1.default {
9789
9955
  return await this.getServiceAccessInfoWithOptions(request, runtime);
9790
9956
  }
9791
9957
  /**
9792
- * Get Asynchronous SQL Execution Result
9958
+ * Retrieves the result of an asynchronous SQL execution.
9793
9959
  *
9794
9960
  * @param request - GetStatementResultRequest
9795
9961
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9833,7 +9999,7 @@ class Client extends openapi_core_1.default {
9833
9999
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetStatementResultResponse({}));
9834
10000
  }
9835
10001
  /**
9836
- * Get Asynchronous SQL Execution Result
10002
+ * Retrieves the result of an asynchronous SQL execution.
9837
10003
  *
9838
10004
  * @param request - GetStatementResultRequest
9839
10005
  * @returns GetStatementResultResponse
@@ -9987,12 +10153,12 @@ class Client extends openapi_core_1.default {
9987
10153
  return await this.getSupabaseProjectDashboardAccountWithOptions(request, runtime);
9988
10154
  }
9989
10155
  /**
9990
- * Queries the progress and result of an asynchronous document upload job based on the job ID.
10156
+ * Retrieves the progress and result of an asynchronous document upload task by job ID.
9991
10157
  *
9992
10158
  * @remarks
9993
- * This operation is related to the UploadDocumentAsync operation. You can call the UploadDocumentAsync operation to create an upload job and get the job ID, and then call the GetUploadDocumentJob operation to query the execution information of the job.
9994
- * > Suggestions
9995
- * * Based on document complexity and the number of resulting vector chunks, the timeout is estimated and typically does not exceed 2 hours.
10159
+ * This operation is related to UploadDocumentAsync. You can call UploadDocumentAsync to create an upload task and obtain a job ID, and then call this operation to view the execution information of the job.
10160
+ * > Usage notes
10161
+ * > - Estimate the timeout based on the document complexity and the number of vector entries after chunking. The timeout generally does not exceed 2 hours.
9996
10162
  *
9997
10163
  * @param request - GetUploadDocumentJobRequest
9998
10164
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10041,12 +10207,12 @@ class Client extends openapi_core_1.default {
10041
10207
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUploadDocumentJobResponse({}));
10042
10208
  }
10043
10209
  /**
10044
- * Queries the progress and result of an asynchronous document upload job based on the job ID.
10210
+ * Retrieves the progress and result of an asynchronous document upload task by job ID.
10045
10211
  *
10046
10212
  * @remarks
10047
- * This operation is related to the UploadDocumentAsync operation. You can call the UploadDocumentAsync operation to create an upload job and get the job ID, and then call the GetUploadDocumentJob operation to query the execution information of the job.
10048
- * > Suggestions
10049
- * * Based on document complexity and the number of resulting vector chunks, the timeout is estimated and typically does not exceed 2 hours.
10213
+ * This operation is related to UploadDocumentAsync. You can call UploadDocumentAsync to create an upload task and obtain a job ID, and then call this operation to view the execution information of the job.
10214
+ * > Usage notes
10215
+ * > - Estimate the timeout based on the document complexity and the number of vector entries after chunking. The timeout generally does not exceed 2 hours.
10050
10216
  *
10051
10217
  * @param request - GetUploadDocumentJobRequest
10052
10218
  * @returns GetUploadDocumentJobResponse
@@ -10125,6 +10291,56 @@ class Client extends openapi_core_1.default {
10125
10291
  let runtime = new $dara.RuntimeOptions({});
10126
10292
  return await this.getUpsertCollectionDataJobWithOptions(request, runtime);
10127
10293
  }
10294
+ /**
10295
+ * 查询SaaS工作空间
10296
+ *
10297
+ * @remarks
10298
+ * ## 使用说明
10299
+ * 本接口用于查看指定工作空间信息。
10300
+ *
10301
+ * @param request - GetWorkspaceRequest
10302
+ * @param runtime - runtime options for this request RuntimeOptions
10303
+ * @returns GetWorkspaceResponse
10304
+ */
10305
+ async getWorkspaceWithOptions(request, runtime) {
10306
+ request.validate();
10307
+ let query = {};
10308
+ if (!$dara.isNull(request.regionId)) {
10309
+ query["RegionId"] = request.regionId;
10310
+ }
10311
+ if (!$dara.isNull(request.workspaceId)) {
10312
+ query["WorkspaceId"] = request.workspaceId;
10313
+ }
10314
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
10315
+ query: openapi_core_2.OpenApiUtil.query(query),
10316
+ });
10317
+ let params = new openapi_core_2.$OpenApiUtil.Params({
10318
+ action: "GetWorkspace",
10319
+ version: "2016-05-03",
10320
+ protocol: "HTTPS",
10321
+ pathname: "/",
10322
+ method: "POST",
10323
+ authType: "AK",
10324
+ style: "RPC",
10325
+ reqBodyType: "formData",
10326
+ bodyType: "json",
10327
+ });
10328
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetWorkspaceResponse({}));
10329
+ }
10330
+ /**
10331
+ * 查询SaaS工作空间
10332
+ *
10333
+ * @remarks
10334
+ * ## 使用说明
10335
+ * 本接口用于查看指定工作空间信息。
10336
+ *
10337
+ * @param request - GetWorkspaceRequest
10338
+ * @returns GetWorkspaceResponse
10339
+ */
10340
+ async getWorkspace(request) {
10341
+ let runtime = new $dara.RuntimeOptions({});
10342
+ return await this.getWorkspaceWithOptions(request, runtime);
10343
+ }
10128
10344
  /**
10129
10345
  * Grants vector collection permissions to a namespace.
10130
10346
  *
@@ -10288,10 +10504,10 @@ class Client extends openapi_core_1.default {
10288
10504
  return await this.initVectorDatabaseWithOptions(request, runtime);
10289
10505
  }
10290
10506
  /**
10291
- * Queries a list of AINode resource pools.
10507
+ * Queries the list of AI nodes.
10292
10508
  *
10293
10509
  * @remarks
10294
- * - This operation lists the AINode resource pools for the specified instance.
10510
+ * - This operation is used to query the list of AI nodes.
10295
10511
  *
10296
10512
  * @param request - ListAINodePoolsRequest
10297
10513
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10323,10 +10539,10 @@ class Client extends openapi_core_1.default {
10323
10539
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAINodePoolsResponse({}));
10324
10540
  }
10325
10541
  /**
10326
- * Queries a list of AINode resource pools.
10542
+ * Queries the list of AI nodes.
10327
10543
  *
10328
10544
  * @remarks
10329
- * - This operation lists the AINode resource pools for the specified instance.
10545
+ * - This operation is used to query the list of AI nodes.
10330
10546
  *
10331
10547
  * @param request - ListAINodePoolsRequest
10332
10548
  * @returns ListAINodePoolsResponse
@@ -10336,7 +10552,7 @@ class Client extends openapi_core_1.default {
10336
10552
  return await this.listAINodePoolsWithOptions(request, runtime);
10337
10553
  }
10338
10554
  /**
10339
- * Lists AI services.
10555
+ * Retrieves the list of AI services.
10340
10556
  *
10341
10557
  * @param request - ListAIServicesRequest
10342
10558
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10374,7 +10590,7 @@ class Client extends openapi_core_1.default {
10374
10590
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAIServicesResponse({}));
10375
10591
  }
10376
10592
  /**
10377
- * Lists AI services.
10593
+ * Retrieves the list of AI services.
10378
10594
  *
10379
10595
  * @param request - ListAIServicesRequest
10380
10596
  * @returns ListAIServicesResponse
@@ -10383,6 +10599,63 @@ class Client extends openapi_core_1.default {
10383
10599
  let runtime = new $dara.RuntimeOptions({});
10384
10600
  return await this.listAIServicesWithOptions(request, runtime);
10385
10601
  }
10602
+ /**
10603
+ * 查询API密钥列表
10604
+ *
10605
+ * @remarks
10606
+ * 查询API密钥列表。
10607
+ *
10608
+ * @param request - ListApiKeysRequest
10609
+ * @param runtime - runtime options for this request RuntimeOptions
10610
+ * @returns ListApiKeysResponse
10611
+ */
10612
+ async listApiKeysWithOptions(request, runtime) {
10613
+ request.validate();
10614
+ let query = {};
10615
+ if (!$dara.isNull(request.keyName)) {
10616
+ query["KeyName"] = request.keyName;
10617
+ }
10618
+ if (!$dara.isNull(request.maxResults)) {
10619
+ query["MaxResults"] = request.maxResults;
10620
+ }
10621
+ if (!$dara.isNull(request.nextToken)) {
10622
+ query["NextToken"] = request.nextToken;
10623
+ }
10624
+ if (!$dara.isNull(request.regionId)) {
10625
+ query["RegionId"] = request.regionId;
10626
+ }
10627
+ if (!$dara.isNull(request.workspaceId)) {
10628
+ query["WorkspaceId"] = request.workspaceId;
10629
+ }
10630
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
10631
+ query: openapi_core_2.OpenApiUtil.query(query),
10632
+ });
10633
+ let params = new openapi_core_2.$OpenApiUtil.Params({
10634
+ action: "ListApiKeys",
10635
+ version: "2016-05-03",
10636
+ protocol: "HTTPS",
10637
+ pathname: "/",
10638
+ method: "POST",
10639
+ authType: "AK",
10640
+ style: "RPC",
10641
+ reqBodyType: "formData",
10642
+ bodyType: "json",
10643
+ });
10644
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApiKeysResponse({}));
10645
+ }
10646
+ /**
10647
+ * 查询API密钥列表
10648
+ *
10649
+ * @remarks
10650
+ * 查询API密钥列表。
10651
+ *
10652
+ * @param request - ListApiKeysRequest
10653
+ * @returns ListApiKeysResponse
10654
+ */
10655
+ async listApiKeys(request) {
10656
+ let runtime = new $dara.RuntimeOptions({});
10657
+ return await this.listApiKeysWithOptions(request, runtime);
10658
+ }
10386
10659
  /**
10387
10660
  * Queries a list of backup jobs.
10388
10661
  *
@@ -10426,10 +10699,10 @@ class Client extends openapi_core_1.default {
10426
10699
  return await this.listBackupJobsWithOptions(request, runtime);
10427
10700
  }
10428
10701
  /**
10429
- * Query the branch list of a Supabase project.
10702
+ * Queries the branch list of a Supabase project.
10430
10703
  *
10431
10704
  * @remarks
10432
- * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
10705
+ * Performs a paged query for all branches under a specified Supabase project. You can filter branches by parent branch, keyword, and sorting criteria. Paging is supported.
10433
10706
  *
10434
10707
  * @param request - ListBranchesRequest
10435
10708
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10482,10 +10755,10 @@ class Client extends openapi_core_1.default {
10482
10755
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBranchesResponse({}));
10483
10756
  }
10484
10757
  /**
10485
- * Query the branch list of a Supabase project.
10758
+ * Queries the branch list of a Supabase project.
10486
10759
  *
10487
10760
  * @remarks
10488
- * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
10761
+ * Performs a paged query for all branches under a specified Supabase project. You can filter branches by parent branch, keyword, and sorting criteria. Paging is supported.
10489
10762
  *
10490
10763
  * @param request - ListBranchesRequest
10491
10764
  * @returns ListBranchesResponse
@@ -10495,7 +10768,7 @@ class Client extends openapi_core_1.default {
10495
10768
  return await this.listBranchesWithOptions(request, runtime);
10496
10769
  }
10497
10770
  /**
10498
- * Get document chunk details
10771
+ * Retrieves the details of document chunks.
10499
10772
  *
10500
10773
  * @param request - ListChunksRequest
10501
10774
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10551,7 +10824,7 @@ class Client extends openapi_core_1.default {
10551
10824
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListChunksResponse({}));
10552
10825
  }
10553
10826
  /**
10554
- * Get document chunk details
10827
+ * Retrieves the details of document chunks.
10555
10828
  *
10556
10829
  * @param request - ListChunksRequest
10557
10830
  * @returns ListChunksResponse
@@ -11077,7 +11350,7 @@ class Client extends openapi_core_1.default {
11077
11350
  return await this.listInstanceExtensionsWithOptions(request, runtime);
11078
11351
  }
11079
11352
  /**
11080
- * 获取模型算子 API KEY 列表
11353
+ * Retrieves the list of API keys for model operators.
11081
11354
  *
11082
11355
  * @param request - ListModelOperatorApiKeysRequest
11083
11356
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11109,7 +11382,7 @@ class Client extends openapi_core_1.default {
11109
11382
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelOperatorApiKeysResponse({}));
11110
11383
  }
11111
11384
  /**
11112
- * 获取模型算子 API KEY 列表
11385
+ * Retrieves the list of API keys for model operators.
11113
11386
  *
11114
11387
  * @param request - ListModelOperatorApiKeysRequest
11115
11388
  * @returns ListModelOperatorApiKeysResponse
@@ -11119,7 +11392,7 @@ class Client extends openapi_core_1.default {
11119
11392
  return await this.listModelOperatorApiKeysWithOptions(request, runtime);
11120
11393
  }
11121
11394
  /**
11122
- * 获取模型服务列表
11395
+ * Retrieves a list of model services.
11123
11396
  *
11124
11397
  * @param request - ListModelOperatorServicesRequest
11125
11398
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11151,7 +11424,7 @@ class Client extends openapi_core_1.default {
11151
11424
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelOperatorServicesResponse({}));
11152
11425
  }
11153
11426
  /**
11154
- * 获取模型服务列表
11427
+ * Retrieves a list of model services.
11155
11428
  *
11156
11429
  * @param request - ListModelOperatorServicesRequest
11157
11430
  * @returns ListModelOperatorServicesResponse
@@ -11320,11 +11593,11 @@ class Client extends openapi_core_1.default {
11320
11593
  return await this.listRemoteADBDataSourcesWithOptions(request, runtime);
11321
11594
  }
11322
11595
  /**
11323
- * Query SaaS Service List
11596
+ * Queries the list of SaaS services.
11324
11597
  *
11325
11598
  * @remarks
11326
- * ## Usage Notes
11327
- * This API operation is used to view information about all SaaS services.
11599
+ * ## Operation description
11600
+ * This operation is used to query information about all SaaS services.
11328
11601
  *
11329
11602
  * @param request - ListSaasServiceRequest
11330
11603
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11365,11 +11638,11 @@ class Client extends openapi_core_1.default {
11365
11638
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSaasServiceResponse({}));
11366
11639
  }
11367
11640
  /**
11368
- * Query SaaS Service List
11641
+ * Queries the list of SaaS services.
11369
11642
  *
11370
11643
  * @remarks
11371
- * ## Usage Notes
11372
- * This API operation is used to view information about all SaaS services.
11644
+ * ## Operation description
11645
+ * This operation is used to query information about all SaaS services.
11373
11646
  *
11374
11647
  * @param request - ListSaasServiceRequest
11375
11648
  * @returns ListSaasServiceResponse
@@ -11703,10 +11976,10 @@ class Client extends openapi_core_1.default {
11703
11976
  return await this.listStreamingJobsWithOptions(request, runtime);
11704
11977
  }
11705
11978
  /**
11706
- * Lists the tags of Supabase instances.
11979
+ * Queries the tags of a Supabase instance.
11707
11980
  *
11708
11981
  * @remarks
11709
- * - This operation queries the tags of Supabase instances.
11982
+ * - This operation queries the tag list of Supabase instances.
11710
11983
  *
11711
11984
  * @param request - ListSupabaseProjectTagsRequest
11712
11985
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11747,10 +12020,10 @@ class Client extends openapi_core_1.default {
11747
12020
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSupabaseProjectTagsResponse({}));
11748
12021
  }
11749
12022
  /**
11750
- * Lists the tags of Supabase instances.
12023
+ * Queries the tags of a Supabase instance.
11751
12024
  *
11752
12025
  * @remarks
11753
- * - This operation queries the tags of Supabase instances.
12026
+ * - This operation queries the tag list of Supabase instances.
11754
12027
  *
11755
12028
  * @param request - ListSupabaseProjectTagsRequest
11756
12029
  * @returns ListSupabaseProjectTagsResponse
@@ -12059,7 +12332,7 @@ class Client extends openapi_core_1.default {
12059
12332
  return await this.listWorkspacesWithOptions(request, runtime);
12060
12333
  }
12061
12334
  /**
12062
- * Modifies the IP address whitelist for an AI service.
12335
+ * Modifies the whitelist of an AI service.
12063
12336
  *
12064
12337
  * @param request - ModifyAIServiceSecurityIpsRequest
12065
12338
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12097,7 +12370,7 @@ class Client extends openapi_core_1.default {
12097
12370
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAIServiceSecurityIpsResponse({}));
12098
12371
  }
12099
12372
  /**
12100
- * Modifies the IP address whitelist for an AI service.
12373
+ * Modifies the whitelist of an AI service.
12101
12374
  *
12102
12375
  * @param request - ModifyAIServiceSecurityIpsRequest
12103
12376
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -12371,7 +12644,7 @@ class Client extends openapi_core_1.default {
12371
12644
  return await this.modifyDBInstanceConnectionStringWithOptions(request, runtime);
12372
12645
  }
12373
12646
  /**
12374
- * Changes the development mode of an instance.
12647
+ * Modifies the deployment mode of an instance.
12375
12648
  *
12376
12649
  * @param request - ModifyDBInstanceDeploymentModeRequest
12377
12650
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12409,7 +12682,7 @@ class Client extends openapi_core_1.default {
12409
12682
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceDeploymentModeResponse({}));
12410
12683
  }
12411
12684
  /**
12412
- * Changes the development mode of an instance.
12685
+ * Modifies the deployment mode of an instance.
12413
12686
  *
12414
12687
  * @param request - ModifyDBInstanceDeploymentModeRequest
12415
12688
  * @returns ModifyDBInstanceDeploymentModeResponse
@@ -13481,10 +13754,10 @@ class Client extends openapi_core_1.default {
13481
13754
  return await this.modifyStreamingJobWithOptions(request, runtime);
13482
13755
  }
13483
13756
  /**
13484
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
13757
+ * Modifies the automatic start and stop policy for a Supabase instance.
13485
13758
  *
13486
13759
  * @remarks
13487
- * - This operation applies only to ADBPG Supabase instances.
13760
+ * - Only ADBPG Supabase instances are supported.
13488
13761
  *
13489
13762
  * @param request - ModifySupabaseAutoScalePolicyRequest
13490
13763
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13519,10 +13792,10 @@ class Client extends openapi_core_1.default {
13519
13792
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseAutoScalePolicyResponse({}));
13520
13793
  }
13521
13794
  /**
13522
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
13795
+ * Modifies the automatic start and stop policy for a Supabase instance.
13523
13796
  *
13524
13797
  * @remarks
13525
- * - This operation applies only to ADBPG Supabase instances.
13798
+ * - Only ADBPG Supabase instances are supported.
13526
13799
  *
13527
13800
  * @param request - ModifySupabaseAutoScalePolicyRequest
13528
13801
  * @returns ModifySupabaseAutoScalePolicyResponse
@@ -13532,10 +13805,10 @@ class Client extends openapi_core_1.default {
13532
13805
  return await this.modifySupabaseAutoScalePolicyWithOptions(request, runtime);
13533
13806
  }
13534
13807
  /**
13535
- * Change the Supabase project description
13808
+ * Modifies the description of a Supabase project.
13536
13809
  *
13537
13810
  * @remarks
13538
- * *Before you use this operation, make sure you fully understand the billing methods and [pricing](https://help.aliyun.com/zh/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1?spm=a2c4g.11186623.help-menu-92664.d_0_1_2.45b3601145cikn\\&scm=20140722.H_88098._.OR_help-T_cn~zh-V_1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL (Supabase)**.
13811
+ * *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.。
13539
13812
  *
13540
13813
  * @param request - ModifySupabaseProjectDescriptionRequest
13541
13814
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13570,10 +13843,10 @@ class Client extends openapi_core_1.default {
13570
13843
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectDescriptionResponse({}));
13571
13844
  }
13572
13845
  /**
13573
- * Change the Supabase project description
13846
+ * Modifies the description of a Supabase project.
13574
13847
  *
13575
13848
  * @remarks
13576
- * *Before you use this operation, make sure you fully understand the billing methods and [pricing](https://help.aliyun.com/zh/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1?spm=a2c4g.11186623.help-menu-92664.d_0_1_2.45b3601145cikn\\&scm=20140722.H_88098._.OR_help-T_cn~zh-V_1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL (Supabase)**.
13849
+ * *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.。
13577
13850
  *
13578
13851
  * @param request - ModifySupabaseProjectDescriptionRequest
13579
13852
  * @returns ModifySupabaseProjectDescriptionResponse
@@ -13583,10 +13856,10 @@ class Client extends openapi_core_1.default {
13583
13856
  return await this.modifySupabaseProjectDescriptionWithOptions(request, runtime);
13584
13857
  }
13585
13858
  /**
13586
- * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
13859
+ * Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
13587
13860
  *
13588
13861
  * @remarks
13589
- * *Before calling this operation, ensure you understand the billing methods and [pricing](https://help.aliyun.com/zh/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1?spm=a2c4g.11186623.help-menu-92664.d_0_1_2.45b3601145cikn\\&scm=20140722.H_88098._.OR_help-T_cn~zh-V_1#9eefcc7b5acz1) for AnalyticDB PostgreSQL Supabase.**
13862
+ * *Before using this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.
13590
13863
  *
13591
13864
  * @param request - ModifySupabaseProjectResourceRequest
13592
13865
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13627,10 +13900,10 @@ class Client extends openapi_core_1.default {
13627
13900
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectResourceResponse({}));
13628
13901
  }
13629
13902
  /**
13630
- * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
13903
+ * Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
13631
13904
  *
13632
13905
  * @remarks
13633
- * *Before calling this operation, ensure you understand the billing methods and [pricing](https://help.aliyun.com/zh/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1?spm=a2c4g.11186623.help-menu-92664.d_0_1_2.45b3601145cikn\\&scm=20140722.H_88098._.OR_help-T_cn~zh-V_1#9eefcc7b5acz1) for AnalyticDB PostgreSQL Supabase.**
13906
+ * *Before using this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.
13634
13907
  *
13635
13908
  * @param request - ModifySupabaseProjectResourceRequest
13636
13909
  * @returns ModifySupabaseProjectResourceResponse
@@ -13891,7 +14164,7 @@ class Client extends openapi_core_1.default {
13891
14164
  * Pauses a Supabase instance.
13892
14165
  *
13893
14166
  * @remarks
13894
- * This operation pauses a Supabase instance.
14167
+ * Pauses a Supabase instance.
13895
14168
  *
13896
14169
  * @param request - PauseSupabaseProjectRequest
13897
14170
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13926,7 +14199,7 @@ class Client extends openapi_core_1.default {
13926
14199
  * Pauses a Supabase instance.
13927
14200
  *
13928
14201
  * @remarks
13929
- * This operation pauses a Supabase instance.
14202
+ * Pauses a Supabase instance.
13930
14203
  *
13931
14204
  * @param request - PauseSupabaseProjectRequest
13932
14205
  * @returns PauseSupabaseProjectResponse
@@ -14262,7 +14535,7 @@ class Client extends openapi_core_1.default {
14262
14535
  return queryContentResp;
14263
14536
  }
14264
14537
  /**
14265
- * Retrieves vectors and metadata from multiple specified document collections by using natural language statements, merges multi-channel recall results, and returns the combined results.
14538
+ * Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
14266
14539
  *
14267
14540
  * @param tmpReq - QueryKnowledgeBasesContentRequest
14268
14541
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14329,7 +14602,7 @@ class Client extends openapi_core_1.default {
14329
14602
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryKnowledgeBasesContentResponse({}));
14330
14603
  }
14331
14604
  /**
14332
- * Retrieves vectors and metadata from multiple specified document collections by using natural language statements, merges multi-channel recall results, and returns the combined results.
14605
+ * Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
14333
14606
  *
14334
14607
  * @param request - QueryKnowledgeBasesContentRequest
14335
14608
  * @returns QueryKnowledgeBasesContentResponse
@@ -14857,7 +15130,7 @@ class Client extends openapi_core_1.default {
14857
15130
  * Restores a Supabase project from a snapshot.
14858
15131
  *
14859
15132
  * @remarks
14860
- * Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and target branch. FinalizeRestore controls whether to complete the restoration immediately.
15133
+ * Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and the target branch. FinalizeRestore controls whether to complete the restoration immediately.
14861
15134
  *
14862
15135
  * @param request - RestoreSnapshotRequest
14863
15136
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14907,7 +15180,7 @@ class Client extends openapi_core_1.default {
14907
15180
  * Restores a Supabase project from a snapshot.
14908
15181
  *
14909
15182
  * @remarks
14910
- * Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and target branch. FinalizeRestore controls whether to complete the restoration immediately.
15183
+ * Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and the target branch. FinalizeRestore controls whether to complete the restoration immediately.
14911
15184
  *
14912
15185
  * @param request - RestoreSnapshotRequest
14913
15186
  * @returns RestoreSnapshotResponse
@@ -15066,7 +15339,7 @@ class Client extends openapi_core_1.default {
15066
15339
  * Resumes a Supabase instance.
15067
15340
  *
15068
15341
  * @remarks
15069
- * This operation retrieves details about a Supabase instance.
15342
+ * Queries the details of a Supabase instance.
15070
15343
  *
15071
15344
  * @param request - ResumeSupabaseProjectRequest
15072
15345
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15101,7 +15374,7 @@ class Client extends openapi_core_1.default {
15101
15374
  * Resumes a Supabase instance.
15102
15375
  *
15103
15376
  * @remarks
15104
- * This operation retrieves details about a Supabase instance.
15377
+ * Queries the details of a Supabase instance.
15105
15378
  *
15106
15379
  * @param request - ResumeSupabaseProjectRequest
15107
15380
  * @returns ResumeSupabaseProjectResponse
@@ -15390,10 +15663,10 @@ class Client extends openapi_core_1.default {
15390
15663
  return await this.tagResourcesWithOptions(request, runtime);
15391
15664
  }
15392
15665
  /**
15393
- * Adds tags to Supabase project instances.
15666
+ * Tags a Supabase project.
15394
15667
  *
15395
15668
  * @remarks
15396
- * Adds or overwrites tags on one or more Supabase instances. If a specified tag key already exists, its value is overwritten with the new value.
15669
+ * Queries the details of a Supabase instance.
15397
15670
  *
15398
15671
  * @param request - TagSupabaseProjectRequest
15399
15672
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15431,10 +15704,10 @@ class Client extends openapi_core_1.default {
15431
15704
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagSupabaseProjectResponse({}));
15432
15705
  }
15433
15706
  /**
15434
- * Adds tags to Supabase project instances.
15707
+ * Tags a Supabase project.
15435
15708
  *
15436
15709
  * @remarks
15437
- * Adds or overwrites tags on one or more Supabase instances. If a specified tag key already exists, its value is overwritten with the new value.
15710
+ * Queries the details of a Supabase instance.
15438
15711
  *
15439
15712
  * @param request - TagSupabaseProjectRequest
15440
15713
  * @returns TagSupabaseProjectResponse
@@ -15444,7 +15717,7 @@ class Client extends openapi_core_1.default {
15444
15717
  return await this.tagSupabaseProjectWithOptions(request, runtime);
15445
15718
  }
15446
15719
  /**
15447
- * Generates text embeddings using an embedding model.
15720
+ * Vectorizes text documents by using a model.
15448
15721
  *
15449
15722
  * @param tmpReq - TextEmbeddingRequest
15450
15723
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15495,7 +15768,7 @@ class Client extends openapi_core_1.default {
15495
15768
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TextEmbeddingResponse({}));
15496
15769
  }
15497
15770
  /**
15498
- * Generates text embeddings using an embedding model.
15771
+ * Vectorizes text documents by using a model.
15499
15772
  *
15500
15773
  * @param request - TextEmbeddingRequest
15501
15774
  * @returns TextEmbeddingResponse
@@ -15673,10 +15946,10 @@ class Client extends openapi_core_1.default {
15673
15946
  return await this.untagResourcesWithOptions(request, runtime);
15674
15947
  }
15675
15948
  /**
15676
- * Removes tags from one or more Supabase instances.
15949
+ * Unbinds tags from a Supabase instance.
15677
15950
  *
15678
15951
  * @remarks
15679
- * This operation removes one or more specified tags from Supabase instances.
15952
+ * Queries the details of a Supabase instance.
15680
15953
  *
15681
15954
  * @param request - UntagSupabaseProjectRequest
15682
15955
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15717,10 +15990,10 @@ class Client extends openapi_core_1.default {
15717
15990
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagSupabaseProjectResponse({}));
15718
15991
  }
15719
15992
  /**
15720
- * Removes tags from one or more Supabase instances.
15993
+ * Unbinds tags from a Supabase instance.
15721
15994
  *
15722
15995
  * @remarks
15723
- * This operation removes one or more specified tags from Supabase instances.
15996
+ * Queries the details of a Supabase instance.
15724
15997
  *
15725
15998
  * @param request - UntagSupabaseProjectRequest
15726
15999
  * @returns UntagSupabaseProjectResponse
@@ -15946,8 +16219,8 @@ class Client extends openapi_core_1.default {
15946
16219
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
15947
16220
  *
15948
16221
  * @remarks
15949
- * This operation does not support modifying instances in storage-reserved mode.
15950
- * Before you call this operation, ensure you understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
16222
+ * This operation does not support instances in storage reservation mode.
16223
+ * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
15951
16224
  *
15952
16225
  * @param request - UpgradeDBInstanceRequest
15953
16226
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16024,8 +16297,8 @@ class Client extends openapi_core_1.default {
16024
16297
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
16025
16298
  *
16026
16299
  * @remarks
16027
- * This operation does not support modifying instances in storage-reserved mode.
16028
- * Before you call this operation, ensure you understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
16300
+ * This operation does not support instances in storage reservation mode.
16301
+ * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
16029
16302
  *
16030
16303
  * @param request - UpgradeDBInstanceRequest
16031
16304
  * @returns UpgradeDBInstanceResponse
@@ -16140,17 +16413,16 @@ class Client extends openapi_core_1.default {
16140
16413
  return await this.upgradeExtensionsWithOptions(request, runtime);
16141
16414
  }
16142
16415
  /**
16143
- * Asynchronous Document Upload
16416
+ * Asynchronously uploads a document.
16144
16417
  *
16145
16418
  * @remarks
16146
- * The server loads and chunks a document based on the file extension, performs vectorization by using the embedding model that is specified when you call the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multi-modal embedding for various formats of text and images.
16419
+ * The server loads and splits a document based on the file name extension, performs vectorization by using the embedding model specified when you invoke the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multimodal embedding of text and images in various formats.
16147
16420
  * Related operations:
16148
- * * You can call the GetUploadDocumentJob operation to query the progress and result of a document upload job.
16149
- * * You can call the CancelUploadDocumentJob operation to cancel a document upload job.
16150
- * >
16151
- * * After a document upload request is submitted, the request is queued for processing. Up to 20 documents in the Pending and Running states can be processed within a Resource Access Management (RAM) user or Alibaba Cloud account.
16152
- * * A text document can be split into up to 100,000 chunks.
16153
- * * If a document collection uses the OnePeace model, each RAM user or Alibaba Cloud account can upload and query up to 10,000 images.
16421
+ * - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
16422
+ * - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
16423
+ * > - After you commit a document upload request, the request is queued for processing. A maximum of 20 documents in the Pending and Running states can be processed for each Resource Access Management (RAM) user or Alibaba Cloud account.
16424
+ * >- A text document can be split into a maximum of 100,000 chunks.
16425
+ * >- If the document collection uses the OnePeace model, a maximum of 10,000 images can be uploaded and queried for each RAM user or Alibaba Cloud account.
16154
16426
  *
16155
16427
  * @param tmpReq - UploadDocumentAsyncRequest
16156
16428
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16240,17 +16512,16 @@ class Client extends openapi_core_1.default {
16240
16512
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadDocumentAsyncResponse({}));
16241
16513
  }
16242
16514
  /**
16243
- * Asynchronous Document Upload
16515
+ * Asynchronously uploads a document.
16244
16516
  *
16245
16517
  * @remarks
16246
- * The server loads and chunks a document based on the file extension, performs vectorization by using the embedding model that is specified when you call the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multi-modal embedding for various formats of text and images.
16518
+ * The server loads and splits a document based on the file name extension, performs vectorization by using the embedding model specified when you invoke the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multimodal embedding of text and images in various formats.
16247
16519
  * Related operations:
16248
- * * You can call the GetUploadDocumentJob operation to query the progress and result of a document upload job.
16249
- * * You can call the CancelUploadDocumentJob operation to cancel a document upload job.
16250
- * >
16251
- * * After a document upload request is submitted, the request is queued for processing. Up to 20 documents in the Pending and Running states can be processed within a Resource Access Management (RAM) user or Alibaba Cloud account.
16252
- * * A text document can be split into up to 100,000 chunks.
16253
- * * If a document collection uses the OnePeace model, each RAM user or Alibaba Cloud account can upload and query up to 10,000 images.
16520
+ * - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
16521
+ * - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
16522
+ * > - After you commit a document upload request, the request is queued for processing. A maximum of 20 documents in the Pending and Running states can be processed for each Resource Access Management (RAM) user or Alibaba Cloud account.
16523
+ * >- A text document can be split into a maximum of 100,000 chunks.
16524
+ * >- If the document collection uses the OnePeace model, a maximum of 10,000 images can be uploaded and queried for each RAM user or Alibaba Cloud account.
16254
16525
  *
16255
16526
  * @param request - UploadDocumentAsyncRequest
16256
16527
  * @returns UploadDocumentAsyncResponse