@alicloud/gpdb20160503 3.10.0 → 3.11.1

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 (338) hide show
  1. package/dist/client.d.ts +285 -172
  2. package/dist/client.js +448 -175
  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 +54 -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 +37 -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 +54 -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/CreateDbinstanceRequest.d.ts +116 -171
  21. package/dist/models/CreateDbinstanceRequest.js.map +1 -1
  22. package/dist/models/CreateDbinstanceResponseBody.d.ts +3 -3
  23. package/dist/models/CreateDocumentCollectionRequest.d.ts +94 -148
  24. package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
  25. package/dist/models/CreateDocumentCollectionResponseBody.d.ts +2 -4
  26. package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
  27. package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +81 -127
  28. package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
  29. package/dist/models/CreateIndexRequest.d.ts +13 -21
  30. package/dist/models/CreateIndexRequest.js.map +1 -1
  31. package/dist/models/CreateIndexResponseBody.d.ts +6 -7
  32. package/dist/models/CreateIndexResponseBody.js.map +1 -1
  33. package/dist/models/CreateModelOperatorApiKeyRequest.d.ts +2 -0
  34. package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -1
  35. package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +6 -0
  36. package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -1
  37. package/dist/models/CreateModelServiceRequest.d.ts +9 -9
  38. package/dist/models/CreateModelServiceResponseBody.d.ts +1 -1
  39. package/dist/models/CreateModelServiceShrinkRequest.d.ts +9 -9
  40. package/dist/models/CreateSaasServiceRequest.d.ts +2 -2
  41. package/dist/models/CreateSnapshotResponseBody.d.ts +1 -1
  42. package/dist/models/CreateSupabaseProjectRequest.d.ts +25 -10
  43. package/dist/models/CreateSupabaseProjectRequest.js +27 -1
  44. package/dist/models/CreateSupabaseProjectRequest.js.map +1 -1
  45. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +2 -2
  46. package/dist/models/DeleteAiserviceRequest.d.ts +2 -2
  47. package/dist/models/DeleteApiKeyRequest.d.ts +31 -0
  48. package/dist/models/DeleteApiKeyRequest.js +60 -0
  49. package/dist/models/DeleteApiKeyRequest.js.map +1 -0
  50. package/dist/models/DeleteApiKeyResponse.d.ts +19 -0
  51. package/dist/models/DeleteApiKeyResponse.js +69 -0
  52. package/dist/models/DeleteApiKeyResponse.js.map +1 -0
  53. package/dist/models/DeleteApiKeyResponseBody.d.ts +29 -0
  54. package/dist/models/DeleteApiKeyResponseBody.js +60 -0
  55. package/dist/models/DeleteApiKeyResponseBody.js.map +1 -0
  56. package/dist/models/DeleteBranchRequest.d.ts +1 -1
  57. package/dist/models/DeleteSnapshotRequest.d.ts +7 -0
  58. package/dist/models/DeleteSnapshotRequest.js.map +1 -1
  59. package/dist/models/DeleteSnapshotResponseBody.d.ts +3 -0
  60. package/dist/models/DeleteSnapshotResponseBody.js.map +1 -1
  61. package/dist/models/DeleteWorkspaceRequest.d.ts +5 -0
  62. package/dist/models/DeleteWorkspaceRequest.js.map +1 -1
  63. package/dist/models/DeleteWorkspaceResponseBody.d.ts +6 -0
  64. package/dist/models/DeleteWorkspaceResponseBody.js.map +1 -1
  65. package/dist/models/DescribeAiserviceRequest.d.ts +4 -5
  66. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  67. package/dist/models/DescribeAiserviceResponseBody.d.ts +10 -12
  68. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  69. package/dist/models/DescribeBranchResponseBody.d.ts +7 -7
  70. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +3 -3
  71. package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +1 -1
  72. package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +3 -0
  73. package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -1
  74. package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +18 -0
  75. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -1
  76. package/dist/models/DescribeModelOperatorUsageRequest.d.ts +49 -0
  77. package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -1
  78. package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +47 -0
  79. package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -1
  80. package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +49 -0
  81. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -1
  82. package/dist/models/DescribeModelServiceRequest.d.ts +2 -2
  83. package/dist/models/DescribeModelServiceResponseBody.d.ts +6 -6
  84. package/dist/models/DescribeTableRequest.d.ts +7 -7
  85. package/dist/models/DescribeTableResponseBody.d.ts +4 -5
  86. package/dist/models/DescribeTableResponseBody.js.map +1 -1
  87. package/dist/models/ExecuteStatementRequest.d.ts +18 -19
  88. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  89. package/dist/models/ExecuteStatementResponseBody.d.ts +10 -11
  90. package/dist/models/ExecuteStatementResponseBody.js.map +1 -1
  91. package/dist/models/ExecuteStatementShrinkRequest.d.ts +14 -15
  92. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  93. package/dist/models/GetAccountRequest.d.ts +7 -3
  94. package/dist/models/GetAccountRequest.js.map +1 -1
  95. package/dist/models/GetAccountResponseBody.d.ts +20 -17
  96. package/dist/models/GetAccountResponseBody.js.map +1 -1
  97. package/dist/models/GetApiKeyRequest.d.ts +31 -0
  98. package/dist/models/GetApiKeyRequest.js +60 -0
  99. package/dist/models/GetApiKeyRequest.js.map +1 -0
  100. package/dist/models/GetApiKeyResponse.d.ts +19 -0
  101. package/dist/models/GetApiKeyResponse.js +69 -0
  102. package/dist/models/GetApiKeyResponse.js.map +1 -0
  103. package/dist/models/GetApiKeyResponseBody.d.ts +105 -0
  104. package/dist/models/GetApiKeyResponseBody.js +96 -0
  105. package/dist/models/GetApiKeyResponseBody.js.map +1 -0
  106. package/dist/models/GetSaasServiceRequest.d.ts +5 -0
  107. package/dist/models/GetSaasServiceRequest.js.map +1 -1
  108. package/dist/models/GetSaasServiceResponseBody.d.ts +38 -0
  109. package/dist/models/GetSaasServiceResponseBody.js.map +1 -1
  110. package/dist/models/GetServiceAccessInfoRequest.d.ts +5 -0
  111. package/dist/models/GetServiceAccessInfoRequest.js.map +1 -1
  112. package/dist/models/GetServiceAccessInfoResponseBody.d.ts +9 -0
  113. package/dist/models/GetServiceAccessInfoResponseBody.js.map +1 -1
  114. package/dist/models/GetStatementResultRequest.d.ts +6 -6
  115. package/dist/models/GetStatementResultResponseBody.d.ts +6 -6
  116. package/dist/models/GetUploadDocumentJobRequest.d.ts +8 -8
  117. package/dist/models/GetUploadDocumentJobResponseBody.d.ts +27 -29
  118. package/dist/models/GetUploadDocumentJobResponseBody.js.map +1 -1
  119. package/dist/models/GetWorkspaceRequest.d.ts +31 -0
  120. package/dist/models/GetWorkspaceRequest.js +60 -0
  121. package/dist/models/GetWorkspaceRequest.js.map +1 -0
  122. package/dist/models/GetWorkspaceResponse.d.ts +19 -0
  123. package/dist/models/GetWorkspaceResponse.js +69 -0
  124. package/dist/models/GetWorkspaceResponse.js.map +1 -0
  125. package/dist/models/GetWorkspaceResponseBody.d.ts +230 -0
  126. package/dist/models/GetWorkspaceResponseBody.js +160 -0
  127. package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
  128. package/dist/models/ListAinodePoolsRequest.d.ts +1 -1
  129. package/dist/models/ListAinodePoolsResponseBody.d.ts +11 -13
  130. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  131. package/dist/models/ListAiservicesRequest.d.ts +5 -8
  132. package/dist/models/ListAiservicesRequest.js.map +1 -1
  133. package/dist/models/ListAiservicesResponseBody.d.ts +13 -15
  134. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  135. package/dist/models/ListApiKeysRequest.d.ts +55 -0
  136. package/dist/models/ListApiKeysRequest.js +66 -0
  137. package/dist/models/ListApiKeysRequest.js.map +1 -0
  138. package/dist/models/ListApiKeysResponse.d.ts +19 -0
  139. package/dist/models/ListApiKeysResponse.js +69 -0
  140. package/dist/models/ListApiKeysResponse.js.map +1 -0
  141. package/dist/models/ListApiKeysResponseBody.d.ts +139 -0
  142. package/dist/models/ListApiKeysResponseBody.js +122 -0
  143. package/dist/models/ListApiKeysResponseBody.js.map +1 -0
  144. package/dist/models/ListBranchesRequest.d.ts +12 -12
  145. package/dist/models/ListBranchesResponseBody.d.ts +3 -3
  146. package/dist/models/ListChunksRequest.d.ts +13 -17
  147. package/dist/models/ListChunksRequest.js.map +1 -1
  148. package/dist/models/ListModelOperatorApiKeysRequest.d.ts +12 -0
  149. package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -1
  150. package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +28 -0
  151. package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -1
  152. package/dist/models/ListModelOperatorServicesRequest.d.ts +11 -0
  153. package/dist/models/ListModelOperatorServicesRequest.js.map +1 -1
  154. package/dist/models/ListModelOperatorServicesResponseBody.d.ts +19 -0
  155. package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -1
  156. package/dist/models/ListSaasServiceRequest.d.ts +2 -2
  157. package/dist/models/ListSaasServiceResponseBody.d.ts +31 -11
  158. package/dist/models/ListSaasServiceResponseBody.js +37 -1
  159. package/dist/models/ListSaasServiceResponseBody.js.map +1 -1
  160. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +15 -17
  161. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  162. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +3 -3
  163. package/dist/models/ListWorkspacesResponseBody.d.ts +23 -3
  164. package/dist/models/ListWorkspacesResponseBody.js +37 -1
  165. package/dist/models/ListWorkspacesResponseBody.js.map +1 -1
  166. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +7 -10
  167. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  168. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +1 -1
  169. package/dist/models/ModifyDbinstanceDeploymentModeRequest.d.ts +11 -17
  170. package/dist/models/ModifyDbinstanceDeploymentModeRequest.js.map +1 -1
  171. package/dist/models/ModifyDbinstanceDeploymentModeResponseBody.d.ts +1 -1
  172. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +4 -6
  173. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  174. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +3 -3
  175. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +1 -1
  176. package/dist/models/PauseSaasServiceRequest.d.ts +5 -0
  177. package/dist/models/PauseSaasServiceRequest.js.map +1 -1
  178. package/dist/models/PauseSaasServiceResponseBody.d.ts +6 -0
  179. package/dist/models/PauseSaasServiceResponseBody.js.map +1 -1
  180. package/dist/models/PauseSupabaseProjectRequest.d.ts +1 -1
  181. package/dist/models/QueryContentAdvanceRequest.d.ts +26 -27
  182. package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
  183. package/dist/models/QueryContentRequest.d.ts +26 -27
  184. package/dist/models/QueryContentRequest.js.map +1 -1
  185. package/dist/models/QueryContentResponseBody.d.ts +2 -2
  186. package/dist/models/QueryContentShrinkRequest.d.ts +24 -24
  187. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +18 -18
  188. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +1 -1
  189. package/dist/models/RestoreSnapshotRequest.d.ts +1 -1
  190. package/dist/models/ResumeSaasServiceRequest.d.ts +5 -0
  191. package/dist/models/ResumeSaasServiceRequest.js.map +1 -1
  192. package/dist/models/ResumeSaasServiceResponseBody.d.ts +6 -0
  193. package/dist/models/ResumeSaasServiceResponseBody.js.map +1 -1
  194. package/dist/models/ResumeSupabaseProjectRequest.d.ts +1 -1
  195. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +1 -1
  196. package/dist/models/TagSupabaseProjectRequest.d.ts +5 -5
  197. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  198. package/dist/models/TextEmbeddingRequest.d.ts +12 -14
  199. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  200. package/dist/models/TextEmbeddingResponseBody.d.ts +5 -6
  201. package/dist/models/TextEmbeddingResponseBody.js.map +1 -1
  202. package/dist/models/TextEmbeddingShrinkRequest.d.ts +12 -14
  203. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  204. package/dist/models/UntagSupabaseProjectRequest.d.ts +6 -9
  205. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  206. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  207. package/dist/models/UpgradeDbinstanceRequest.d.ts +34 -50
  208. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  209. package/dist/models/UploadDocumentAsyncAdvanceRequest.d.ts +57 -49
  210. package/dist/models/UploadDocumentAsyncAdvanceRequest.js.map +1 -1
  211. package/dist/models/UploadDocumentAsyncRequest.d.ts +57 -49
  212. package/dist/models/UploadDocumentAsyncRequest.js.map +1 -1
  213. package/dist/models/UploadDocumentAsyncResponseBody.d.ts +4 -4
  214. package/dist/models/UploadDocumentAsyncShrinkRequest.d.ts +57 -49
  215. package/dist/models/UploadDocumentAsyncShrinkRequest.js.map +1 -1
  216. package/dist/models/model.d.ts +25 -0
  217. package/dist/models/model.js +82 -31
  218. package/dist/models/model.js.map +1 -1
  219. package/package.json +2 -2
  220. package/src/client.ts +476 -175
  221. package/src/models/CreateAiserviceRequest.ts +16 -25
  222. package/src/models/CreateApiKeyRequest.ts +78 -0
  223. package/src/models/CreateApiKeyResponse.ts +40 -0
  224. package/src/models/CreateApiKeyResponseBody.ts +54 -0
  225. package/src/models/CreateApiKeyShrinkRequest.ts +75 -0
  226. package/src/models/CreateBranchRequest.ts +6 -6
  227. package/src/models/CreateBranchResponseBody.ts +2 -2
  228. package/src/models/CreateDbinstanceRequest.ts +124 -179
  229. package/src/models/CreateDbinstanceResponseBody.ts +3 -3
  230. package/src/models/CreateDocumentCollectionRequest.ts +94 -148
  231. package/src/models/CreateDocumentCollectionResponseBody.ts +2 -4
  232. package/src/models/CreateDocumentCollectionShrinkRequest.ts +81 -127
  233. package/src/models/CreateIndexRequest.ts +13 -21
  234. package/src/models/CreateIndexResponseBody.ts +6 -7
  235. package/src/models/CreateModelOperatorApiKeyRequest.ts +2 -0
  236. package/src/models/CreateModelOperatorApiKeyResponseBody.ts +6 -0
  237. package/src/models/CreateModelServiceRequest.ts +9 -9
  238. package/src/models/CreateModelServiceResponseBody.ts +1 -1
  239. package/src/models/CreateModelServiceShrinkRequest.ts +9 -9
  240. package/src/models/CreateSaasServiceRequest.ts +2 -2
  241. package/src/models/CreateSnapshotResponseBody.ts +1 -1
  242. package/src/models/CreateSupabaseProjectRequest.ts +42 -10
  243. package/src/models/CreateSupabaseProjectResponseBody.ts +2 -2
  244. package/src/models/DeleteAiserviceRequest.ts +2 -2
  245. package/src/models/DeleteApiKeyRequest.ts +46 -0
  246. package/src/models/DeleteApiKeyResponse.ts +40 -0
  247. package/src/models/DeleteApiKeyResponseBody.ts +44 -0
  248. package/src/models/DeleteBranchRequest.ts +1 -1
  249. package/src/models/DeleteSnapshotRequest.ts +7 -0
  250. package/src/models/DeleteSnapshotResponseBody.ts +3 -0
  251. package/src/models/DeleteWorkspaceRequest.ts +5 -0
  252. package/src/models/DeleteWorkspaceResponseBody.ts +6 -0
  253. package/src/models/DescribeAiserviceRequest.ts +4 -5
  254. package/src/models/DescribeAiserviceResponseBody.ts +10 -12
  255. package/src/models/DescribeBranchResponseBody.ts +7 -7
  256. package/src/models/DescribeDbinstanceAttributeRequest.ts +3 -3
  257. package/src/models/DescribeDbinstanceAttributeResponseBody.ts +1 -1
  258. package/src/models/DescribeModelOperatorApiKeyRequest.ts +3 -0
  259. package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +18 -0
  260. package/src/models/DescribeModelOperatorUsageRequest.ts +49 -0
  261. package/src/models/DescribeModelOperatorUsageResponseBody.ts +47 -0
  262. package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +49 -0
  263. package/src/models/DescribeModelServiceRequest.ts +2 -2
  264. package/src/models/DescribeModelServiceResponseBody.ts +6 -6
  265. package/src/models/DescribeTableRequest.ts +7 -7
  266. package/src/models/DescribeTableResponseBody.ts +4 -5
  267. package/src/models/ExecuteStatementRequest.ts +18 -19
  268. package/src/models/ExecuteStatementResponseBody.ts +10 -11
  269. package/src/models/ExecuteStatementShrinkRequest.ts +14 -15
  270. package/src/models/GetAccountRequest.ts +7 -3
  271. package/src/models/GetAccountResponseBody.ts +20 -17
  272. package/src/models/GetApiKeyRequest.ts +46 -0
  273. package/src/models/GetApiKeyResponse.ts +40 -0
  274. package/src/models/GetApiKeyResponseBody.ts +147 -0
  275. package/src/models/GetSaasServiceRequest.ts +5 -0
  276. package/src/models/GetSaasServiceResponseBody.ts +38 -0
  277. package/src/models/GetServiceAccessInfoRequest.ts +5 -0
  278. package/src/models/GetServiceAccessInfoResponseBody.ts +9 -0
  279. package/src/models/GetStatementResultRequest.ts +6 -6
  280. package/src/models/GetStatementResultResponseBody.ts +6 -6
  281. package/src/models/GetUploadDocumentJobRequest.ts +8 -8
  282. package/src/models/GetUploadDocumentJobResponseBody.ts +27 -29
  283. package/src/models/GetWorkspaceRequest.ts +46 -0
  284. package/src/models/GetWorkspaceResponse.ts +40 -0
  285. package/src/models/GetWorkspaceResponseBody.ts +318 -0
  286. package/src/models/ListAinodePoolsRequest.ts +1 -1
  287. package/src/models/ListAinodePoolsResponseBody.ts +11 -13
  288. package/src/models/ListAiservicesRequest.ts +5 -8
  289. package/src/models/ListAiservicesResponseBody.ts +13 -15
  290. package/src/models/ListApiKeysRequest.ts +76 -0
  291. package/src/models/ListApiKeysResponse.ts +40 -0
  292. package/src/models/ListApiKeysResponseBody.ts +198 -0
  293. package/src/models/ListBranchesRequest.ts +12 -12
  294. package/src/models/ListBranchesResponseBody.ts +3 -3
  295. package/src/models/ListChunksRequest.ts +13 -17
  296. package/src/models/ListModelOperatorApiKeysRequest.ts +12 -0
  297. package/src/models/ListModelOperatorApiKeysResponseBody.ts +28 -0
  298. package/src/models/ListModelOperatorServicesRequest.ts +11 -0
  299. package/src/models/ListModelOperatorServicesResponseBody.ts +19 -0
  300. package/src/models/ListSaasServiceRequest.ts +2 -2
  301. package/src/models/ListSaasServiceResponseBody.ts +58 -11
  302. package/src/models/ListSupabaseProjectTagsRequest.ts +15 -17
  303. package/src/models/ListSupabaseProjectTagsResponseBody.ts +3 -3
  304. package/src/models/ListWorkspacesResponseBody.ts +50 -3
  305. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +7 -10
  306. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +1 -1
  307. package/src/models/ModifyDbinstanceDeploymentModeRequest.ts +11 -17
  308. package/src/models/ModifyDbinstanceDeploymentModeResponseBody.ts +1 -1
  309. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +4 -6
  310. package/src/models/ModifySupabaseProjectResourceRequest.ts +3 -3
  311. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +1 -1
  312. package/src/models/PauseSaasServiceRequest.ts +5 -0
  313. package/src/models/PauseSaasServiceResponseBody.ts +6 -0
  314. package/src/models/PauseSupabaseProjectRequest.ts +1 -1
  315. package/src/models/QueryContentAdvanceRequest.ts +26 -27
  316. package/src/models/QueryContentRequest.ts +26 -27
  317. package/src/models/QueryContentResponseBody.ts +2 -2
  318. package/src/models/QueryContentShrinkRequest.ts +24 -24
  319. package/src/models/QueryKnowledgeBasesContentRequest.ts +18 -18
  320. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +1 -1
  321. package/src/models/RestoreSnapshotRequest.ts +1 -1
  322. package/src/models/ResumeSaasServiceRequest.ts +5 -0
  323. package/src/models/ResumeSaasServiceResponseBody.ts +6 -0
  324. package/src/models/ResumeSupabaseProjectRequest.ts +1 -1
  325. package/src/models/ResumeSupabaseProjectResponseBody.ts +1 -1
  326. package/src/models/TagSupabaseProjectRequest.ts +5 -5
  327. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  328. package/src/models/TextEmbeddingRequest.ts +12 -14
  329. package/src/models/TextEmbeddingResponseBody.ts +5 -6
  330. package/src/models/TextEmbeddingShrinkRequest.ts +12 -14
  331. package/src/models/UntagSupabaseProjectRequest.ts +6 -9
  332. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  333. package/src/models/UpgradeDbinstanceRequest.ts +34 -50
  334. package/src/models/UploadDocumentAsyncAdvanceRequest.ts +57 -49
  335. package/src/models/UploadDocumentAsyncRequest.ts +57 -49
  336. package/src/models/UploadDocumentAsyncResponseBody.ts +4 -4
  337. package/src/models/UploadDocumentAsyncShrinkRequest.ts +57 -49
  338. package/src/models/model.ts +25 -0
package/dist/client.js CHANGED
@@ -85,14 +85,13 @@ class Client extends openapi_core_1.default {
85
85
  'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
86
86
  'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
87
87
  'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
88
+ 'cn-wulanchabu': "gpdb.cn-wulanchabu.aliyuncs.com",
88
89
  'cn-huhehaote': "gpdb.cn-huhehaote.aliyuncs.com",
89
90
  'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
90
- 'cn-beijing-finance-1': "gpdb.aliyuncs.com",
91
+ 'cn-beijing-finance-1': "gpdb.cn-beijing-finance-1.aliyuncs.com",
91
92
  'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
92
93
  'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
93
94
  'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
94
- 'ap-southeast-2': "gpdb.ap-southeast-2.aliyuncs.com",
95
- 'ap-south-1': "gpdb.ap-south-1.aliyuncs.com",
96
95
  'ap-northeast-2': "gpdb.ap-northeast-2.aliyuncs.com",
97
96
  'ap-northeast-1': "gpdb.ap-northeast-1.aliyuncs.com",
98
97
  };
@@ -1158,6 +1157,68 @@ class Client extends openapi_core_1.default {
1158
1157
  let runtime = new $dara.RuntimeOptions({});
1159
1158
  return await this.createAccountWithOptions(request, runtime);
1160
1159
  }
1160
+ /**
1161
+ * Creates an API key.
1162
+ *
1163
+ * @remarks
1164
+ * Creates an API key.
1165
+ *
1166
+ * @param tmpReq - CreateApiKeyRequest
1167
+ * @param runtime - runtime options for this request RuntimeOptions
1168
+ * @returns CreateApiKeyResponse
1169
+ */
1170
+ async createApiKeyWithOptions(tmpReq, runtime) {
1171
+ tmpReq.validate();
1172
+ let request = new $_model.CreateApiKeyShrinkRequest({});
1173
+ openapi_core_2.OpenApiUtil.convert(tmpReq, request);
1174
+ if (!$dara.isNull(tmpReq.serviceIds)) {
1175
+ request.serviceIdsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.serviceIds, "ServiceIds", "json");
1176
+ }
1177
+ let query = {};
1178
+ if (!$dara.isNull(request.description)) {
1179
+ query["Description"] = request.description;
1180
+ }
1181
+ if (!$dara.isNull(request.keyName)) {
1182
+ query["KeyName"] = request.keyName;
1183
+ }
1184
+ if (!$dara.isNull(request.regionId)) {
1185
+ query["RegionId"] = request.regionId;
1186
+ }
1187
+ if (!$dara.isNull(request.serviceIdsShrink)) {
1188
+ query["ServiceIds"] = request.serviceIdsShrink;
1189
+ }
1190
+ if (!$dara.isNull(request.workspaceId)) {
1191
+ query["WorkspaceId"] = request.workspaceId;
1192
+ }
1193
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
1194
+ query: openapi_core_2.OpenApiUtil.query(query),
1195
+ });
1196
+ let params = new openapi_core_2.$OpenApiUtil.Params({
1197
+ action: "CreateApiKey",
1198
+ version: "2016-05-03",
1199
+ protocol: "HTTPS",
1200
+ pathname: "/",
1201
+ method: "POST",
1202
+ authType: "AK",
1203
+ style: "RPC",
1204
+ reqBodyType: "formData",
1205
+ bodyType: "json",
1206
+ });
1207
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApiKeyResponse({}));
1208
+ }
1209
+ /**
1210
+ * Creates an API key.
1211
+ *
1212
+ * @remarks
1213
+ * Creates an API key.
1214
+ *
1215
+ * @param request - CreateApiKeyRequest
1216
+ * @returns CreateApiKeyResponse
1217
+ */
1218
+ async createApiKey(request) {
1219
+ let runtime = new $dara.RuntimeOptions({});
1220
+ return await this.createApiKeyWithOptions(request, runtime);
1221
+ }
1161
1222
  /**
1162
1223
  * Creates a backup set.
1163
1224
  *
@@ -1386,10 +1447,10 @@ class Client extends openapi_core_1.default {
1386
1447
  return await this.createCollectionWithOptions(request, runtime);
1387
1448
  }
1388
1449
  /**
1389
- * Create an AnalyticDB for PostgreSQL instance.
1450
+ * Creates an AnalyticDB for PostgreSQL instance.
1390
1451
  *
1391
1452
  * @remarks
1392
- * 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) for AnalyticDB for PostgreSQL.
1453
+ * 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.
1393
1454
  *
1394
1455
  * @param request - CreateDBInstanceRequest
1395
1456
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1553,10 +1614,10 @@ class Client extends openapi_core_1.default {
1553
1614
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDBInstanceResponse({}));
1554
1615
  }
1555
1616
  /**
1556
- * Create an AnalyticDB for PostgreSQL instance.
1617
+ * Creates an AnalyticDB for PostgreSQL instance.
1557
1618
  *
1558
1619
  * @remarks
1559
- * 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) for AnalyticDB for PostgreSQL.
1620
+ * 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.
1560
1621
  *
1561
1622
  * @param request - CreateDBInstanceRequest
1562
1623
  * @returns CreateDBInstanceResponse
@@ -1797,7 +1858,7 @@ class Client extends openapi_core_1.default {
1797
1858
  return await this.createDatabaseWithOptions(request, runtime);
1798
1859
  }
1799
1860
  /**
1800
- * Create a knowledge base
1861
+ * Creates a knowledge base.
1801
1862
  *
1802
1863
  * @param tmpReq - CreateDocumentCollectionRequest
1803
1864
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1921,7 +1982,7 @@ class Client extends openapi_core_1.default {
1921
1982
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDocumentCollectionResponse({}));
1922
1983
  }
1923
1984
  /**
1924
- * Create a knowledge base
1985
+ * Creates a knowledge base.
1925
1986
  *
1926
1987
  * @param request - CreateDocumentCollectionRequest
1927
1988
  * @returns CreateDocumentCollectionResponse
@@ -2105,7 +2166,11 @@ class Client extends openapi_core_1.default {
2105
2166
  return await this.createHadoopDataSourceWithOptions(request, runtime);
2106
2167
  }
2107
2168
  /**
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.
2169
+ * Creates an index.
2170
+ * Usage notes:
2171
+ * 1. Only scalar indexes are supported.
2172
+ * 2. Write operations on the table are prohibited during index creation.
2173
+ * 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
2174
  *
2110
2175
  * @param request - CreateIndexRequest
2111
2176
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2161,7 +2226,11 @@ class Client extends openapi_core_1.default {
2161
2226
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIndexResponse({}));
2162
2227
  }
2163
2228
  /**
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.
2229
+ * Creates an index.
2230
+ * Usage notes:
2231
+ * 1. Only scalar indexes are supported.
2232
+ * 2. Write operations on the table are prohibited during index creation.
2233
+ * 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
2234
  *
2166
2235
  * @param request - CreateIndexRequest
2167
2236
  * @returns CreateIndexResponse
@@ -2231,7 +2300,7 @@ class Client extends openapi_core_1.default {
2231
2300
  return await this.createJDBCDataSourceWithOptions(request, runtime);
2232
2301
  }
2233
2302
  /**
2234
- * 创建模型算子 API KEY
2303
+ * Creates a model creation operator API key.
2235
2304
  *
2236
2305
  * @param request - CreateModelOperatorApiKeyRequest
2237
2306
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2260,7 +2329,7 @@ class Client extends openapi_core_1.default {
2260
2329
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateModelOperatorApiKeyResponse({}));
2261
2330
  }
2262
2331
  /**
2263
- * 创建模型算子 API KEY
2332
+ * Creates a model creation operator API key.
2264
2333
  *
2265
2334
  * @param request - CreateModelOperatorApiKeyRequest
2266
2335
  * @returns CreateModelOperatorApiKeyResponse
@@ -2273,7 +2342,7 @@ class Client extends openapi_core_1.default {
2273
2342
  * Creates a model service.
2274
2343
  *
2275
2344
  * @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.
2345
+ * 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
2346
  *
2278
2347
  * @param tmpReq - CreateModelServiceRequest
2279
2348
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2345,7 +2414,7 @@ class Client extends openapi_core_1.default {
2345
2414
  * Creates a model service.
2346
2415
  *
2347
2416
  * @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.
2417
+ * 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
2418
  *
2350
2419
  * @param request - CreateModelServiceRequest
2351
2420
  * @returns CreateModelServiceResponse
@@ -2484,7 +2553,7 @@ class Client extends openapi_core_1.default {
2484
2553
  * Creates a SaaS service.
2485
2554
  *
2486
2555
  * @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.
2556
+ * 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
2557
  *
2489
2558
  * @param request - CreateSaasServiceRequest
2490
2559
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2537,7 +2606,7 @@ class Client extends openapi_core_1.default {
2537
2606
  * Creates a SaaS service.
2538
2607
  *
2539
2608
  * @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.
2609
+ * 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
2610
  *
2542
2611
  * @param request - CreateSaasServiceRequest
2543
2612
  * @returns CreateSaasServiceResponse
@@ -3033,6 +3102,9 @@ class Client extends openapi_core_1.default {
3033
3102
  if (!$dara.isNull(request.storageSize)) {
3034
3103
  query["StorageSize"] = request.storageSize;
3035
3104
  }
3105
+ if (!$dara.isNull(request.tags)) {
3106
+ query["Tags"] = request.tags;
3107
+ }
3036
3108
  if (!$dara.isNull(request.usedTime)) {
3037
3109
  query["UsedTime"] = request.usedTime;
3038
3110
  }
@@ -3352,6 +3424,54 @@ class Client extends openapi_core_1.default {
3352
3424
  let runtime = new $dara.RuntimeOptions({});
3353
3425
  return await this.deleteAccountWithOptions(request, runtime);
3354
3426
  }
3427
+ /**
3428
+ * Deletes an API key.
3429
+ *
3430
+ * @remarks
3431
+ * Deletes an API key.
3432
+ *
3433
+ * @param request - DeleteApiKeyRequest
3434
+ * @param runtime - runtime options for this request RuntimeOptions
3435
+ * @returns DeleteApiKeyResponse
3436
+ */
3437
+ async deleteApiKeyWithOptions(request, runtime) {
3438
+ request.validate();
3439
+ let query = {};
3440
+ if (!$dara.isNull(request.keyId)) {
3441
+ query["KeyId"] = request.keyId;
3442
+ }
3443
+ if (!$dara.isNull(request.regionId)) {
3444
+ query["RegionId"] = request.regionId;
3445
+ }
3446
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
3447
+ query: openapi_core_2.OpenApiUtil.query(query),
3448
+ });
3449
+ let params = new openapi_core_2.$OpenApiUtil.Params({
3450
+ action: "DeleteApiKey",
3451
+ version: "2016-05-03",
3452
+ protocol: "HTTPS",
3453
+ pathname: "/",
3454
+ method: "POST",
3455
+ authType: "AK",
3456
+ style: "RPC",
3457
+ reqBodyType: "formData",
3458
+ bodyType: "json",
3459
+ });
3460
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApiKeyResponse({}));
3461
+ }
3462
+ /**
3463
+ * Deletes an API key.
3464
+ *
3465
+ * @remarks
3466
+ * Deletes an API key.
3467
+ *
3468
+ * @param request - DeleteApiKeyRequest
3469
+ * @returns DeleteApiKeyResponse
3470
+ */
3471
+ async deleteApiKey(request) {
3472
+ let runtime = new $dara.RuntimeOptions({});
3473
+ return await this.deleteApiKeyWithOptions(request, runtime);
3474
+ }
3355
3475
  /**
3356
3476
  * Deletes a backup set. You can call this operation to delete only physical backup sets that are manually backed up.
3357
3477
  *
@@ -3398,7 +3518,7 @@ class Client extends openapi_core_1.default {
3398
3518
  * Deletes a Supabase branch.
3399
3519
  *
3400
3520
  * @remarks
3401
- * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3521
+ * Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
3402
3522
  *
3403
3523
  * @param request - DeleteBranchRequest
3404
3524
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3433,7 +3553,7 @@ class Client extends openapi_core_1.default {
3433
3553
  * Deletes a Supabase branch.
3434
3554
  *
3435
3555
  * @remarks
3436
- * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3556
+ * Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
3437
3557
  *
3438
3558
  * @param request - DeleteBranchRequest
3439
3559
  * @returns DeleteBranchResponse
@@ -4511,10 +4631,10 @@ class Client extends openapi_core_1.default {
4511
4631
  return await this.deleteSecretWithOptions(request, runtime);
4512
4632
  }
4513
4633
  /**
4514
- * 删除恢复点
4634
+ * Deletes a snapshot of a Supabase project.
4515
4635
  *
4516
4636
  * @remarks
4517
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
4637
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
4518
4638
  *
4519
4639
  * @param request - DeleteSnapshotRequest
4520
4640
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4549,10 +4669,10 @@ class Client extends openapi_core_1.default {
4549
4669
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotResponse({}));
4550
4670
  }
4551
4671
  /**
4552
- * 删除恢复点
4672
+ * Deletes a snapshot of a Supabase project.
4553
4673
  *
4554
4674
  * @remarks
4555
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
4675
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
4556
4676
  *
4557
4677
  * @param request - DeleteSnapshotRequest
4558
4678
  * @returns DeleteSnapshotResponse
@@ -4805,10 +4925,10 @@ class Client extends openapi_core_1.default {
4805
4925
  return await this.deleteVectorIndexWithOptions(request, runtime);
4806
4926
  }
4807
4927
  /**
4808
- * 删除SaaS工作空间
4928
+ * Deletes a SaaS workspace.
4809
4929
  *
4810
4930
  * @remarks
4811
- * 此接口为删除上下文服务工作空间
4931
+ * Deletes a context service workspace.
4812
4932
  *
4813
4933
  * @param request - DeleteWorkspaceRequest
4814
4934
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4840,10 +4960,10 @@ class Client extends openapi_core_1.default {
4840
4960
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteWorkspaceResponse({}));
4841
4961
  }
4842
4962
  /**
4843
- * 删除SaaS工作空间
4963
+ * Deletes a SaaS workspace.
4844
4964
  *
4845
4965
  * @remarks
4846
- * 此接口为删除上下文服务工作空间
4966
+ * Deletes a context service workspace.
4847
4967
  *
4848
4968
  * @param request - DeleteWorkspaceRequest
4849
4969
  * @returns DeleteWorkspaceResponse
@@ -5493,14 +5613,14 @@ class Client extends openapi_core_1.default {
5493
5613
  return await this.describeDBClusterPerformanceWithOptions(request, runtime);
5494
5614
  }
5495
5615
  /**
5496
- * Query the details of an AnalyticDB for PostgreSQL instance.
5616
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
5497
5617
  *
5498
5618
  * @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).
5619
+ * ## Operation description
5620
+ * This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
5621
+ * ## QPS limit
5622
+ * 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.
5623
+ * <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
5624
  *
5505
5625
  * @param request - DescribeDBInstanceAttributeRequest
5506
5626
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5535,14 +5655,14 @@ class Client extends openapi_core_1.default {
5535
5655
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceAttributeResponse({}));
5536
5656
  }
5537
5657
  /**
5538
- * Query the details of an AnalyticDB for PostgreSQL instance.
5658
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
5539
5659
  *
5540
5660
  * @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).
5661
+ * ## Operation description
5662
+ * This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
5663
+ * ## QPS limit
5664
+ * 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.
5665
+ * <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
5666
  *
5547
5667
  * @param request - DescribeDBInstanceAttributeRequest
5548
5668
  * @returns DescribeDBInstanceAttributeResponse
@@ -6123,7 +6243,7 @@ class Client extends openapi_core_1.default {
6123
6243
  return await this.describeDBInstanceSSLWithOptions(request, runtime);
6124
6244
  }
6125
6245
  /**
6126
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
6246
+ * Queries the maximum throughput of an instance.
6127
6247
  *
6128
6248
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
6129
6249
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6155,7 +6275,7 @@ class Client extends openapi_core_1.default {
6155
6275
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceSupportMaxPerformanceResponse({}));
6156
6276
  }
6157
6277
  /**
6158
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
6278
+ * Queries the maximum throughput of an instance.
6159
6279
  *
6160
6280
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
6161
6281
  * @returns DescribeDBInstanceSupportMaxPerformanceResponse
@@ -7544,7 +7664,7 @@ class Client extends openapi_core_1.default {
7544
7664
  return await this.describeLogBackupsWithOptions(request, runtime);
7545
7665
  }
7546
7666
  /**
7547
- * 获取模型算子 API KEY 详情
7667
+ * Retrieves the details of a model operator API key.
7548
7668
  *
7549
7669
  * @param request - DescribeModelOperatorApiKeyRequest
7550
7670
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7573,7 +7693,7 @@ class Client extends openapi_core_1.default {
7573
7693
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelOperatorApiKeyResponse({}));
7574
7694
  }
7575
7695
  /**
7576
- * 获取模型算子 API KEY 详情
7696
+ * Retrieves the details of a model operator API key.
7577
7697
  *
7578
7698
  * @param request - DescribeModelOperatorApiKeyRequest
7579
7699
  * @returns DescribeModelOperatorApiKeyResponse
@@ -7583,7 +7703,7 @@ class Client extends openapi_core_1.default {
7583
7703
  return await this.describeModelOperatorApiKeyWithOptions(request, runtime);
7584
7704
  }
7585
7705
  /**
7586
- * 获取模型算子用量
7706
+ * Retrieves the usage metrics of model operators.
7587
7707
  *
7588
7708
  * @param tmpReq - DescribeModelOperatorUsageRequest
7589
7709
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7641,7 +7761,7 @@ class Client extends openapi_core_1.default {
7641
7761
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelOperatorUsageResponse({}));
7642
7762
  }
7643
7763
  /**
7644
- * 获取模型算子用量
7764
+ * Retrieves the usage metrics of model operators.
7645
7765
  *
7646
7766
  * @param request - DescribeModelOperatorUsageRequest
7647
7767
  * @returns DescribeModelOperatorUsageResponse
@@ -7651,13 +7771,13 @@ class Client extends openapi_core_1.default {
7651
7771
  return await this.describeModelOperatorUsageWithOptions(request, runtime);
7652
7772
  }
7653
7773
  /**
7654
- * Queries the information about a model service.
7774
+ * Queries a model service.
7655
7775
  *
7656
7776
  * @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.
7777
+ * ## Operation description
7778
+ * You can call this operation to query the details of a model service.
7779
+ * ## Rate limit
7780
+ * 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
7781
  *
7662
7782
  * @param request - DescribeModelServiceRequest
7663
7783
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7689,13 +7809,13 @@ class Client extends openapi_core_1.default {
7689
7809
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeModelServiceResponse({}));
7690
7810
  }
7691
7811
  /**
7692
- * Queries the information about a model service.
7812
+ * Queries a model service.
7693
7813
  *
7694
7814
  * @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.
7815
+ * ## Operation description
7816
+ * You can call this operation to query the details of a model service.
7817
+ * ## Rate limit
7818
+ * 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
7819
  *
7700
7820
  * @param request - DescribeModelServiceRequest
7701
7821
  * @returns DescribeModelServiceResponse
@@ -8654,7 +8774,7 @@ class Client extends openapi_core_1.default {
8654
8774
  return await this.describeSupportFeaturesWithOptions(request, runtime);
8655
8775
  }
8656
8776
  /**
8657
- * View table details.
8777
+ * Queries the details of a table.
8658
8778
  *
8659
8779
  * @param request - DescribeTableRequest
8660
8780
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8704,7 +8824,7 @@ class Client extends openapi_core_1.default {
8704
8824
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTableResponse({}));
8705
8825
  }
8706
8826
  /**
8707
- * View table details.
8827
+ * Queries the details of a table.
8708
8828
  *
8709
8829
  * @param request - DescribeTableRequest
8710
8830
  * @returns DescribeTableResponse
@@ -9395,7 +9515,7 @@ class Client extends openapi_core_1.default {
9395
9515
  return await this.enableDBResourceGroupWithOptions(request, runtime);
9396
9516
  }
9397
9517
  /**
9398
- * Execute an SQL statement.
9518
+ * Executes an SQL statement.
9399
9519
  *
9400
9520
  * @param tmpReq - ExecuteStatementRequest
9401
9521
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9470,7 +9590,7 @@ class Client extends openapi_core_1.default {
9470
9590
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExecuteStatementResponse({}));
9471
9591
  }
9472
9592
  /**
9473
- * Execute an SQL statement.
9593
+ * Executes an SQL statement.
9474
9594
  *
9475
9595
  * @param request - ExecuteStatementRequest
9476
9596
  * @returns ExecuteStatementResponse
@@ -9480,7 +9600,7 @@ class Client extends openapi_core_1.default {
9480
9600
  return await this.executeStatementWithOptions(request, runtime);
9481
9601
  }
9482
9602
  /**
9483
- * Queries the information about a database account.
9603
+ * Retrieves information about a specific account.
9484
9604
  *
9485
9605
  * @param request - GetAccountRequest
9486
9606
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9512,7 +9632,7 @@ class Client extends openapi_core_1.default {
9512
9632
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAccountResponse({}));
9513
9633
  }
9514
9634
  /**
9515
- * Queries the information about a database account.
9635
+ * Retrieves information about a specific account.
9516
9636
  *
9517
9637
  * @param request - GetAccountRequest
9518
9638
  * @returns GetAccountResponse
@@ -9521,6 +9641,54 @@ class Client extends openapi_core_1.default {
9521
9641
  let runtime = new $dara.RuntimeOptions({});
9522
9642
  return await this.getAccountWithOptions(request, runtime);
9523
9643
  }
9644
+ /**
9645
+ * Retrieves the details of an API key.
9646
+ *
9647
+ * @remarks
9648
+ * Retrieves the details of an API key.
9649
+ *
9650
+ * @param request - GetApiKeyRequest
9651
+ * @param runtime - runtime options for this request RuntimeOptions
9652
+ * @returns GetApiKeyResponse
9653
+ */
9654
+ async getApiKeyWithOptions(request, runtime) {
9655
+ request.validate();
9656
+ let query = {};
9657
+ if (!$dara.isNull(request.keyId)) {
9658
+ query["KeyId"] = request.keyId;
9659
+ }
9660
+ if (!$dara.isNull(request.regionId)) {
9661
+ query["RegionId"] = request.regionId;
9662
+ }
9663
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
9664
+ query: openapi_core_2.OpenApiUtil.query(query),
9665
+ });
9666
+ let params = new openapi_core_2.$OpenApiUtil.Params({
9667
+ action: "GetApiKey",
9668
+ version: "2016-05-03",
9669
+ protocol: "HTTPS",
9670
+ pathname: "/",
9671
+ method: "POST",
9672
+ authType: "AK",
9673
+ style: "RPC",
9674
+ reqBodyType: "formData",
9675
+ bodyType: "json",
9676
+ });
9677
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApiKeyResponse({}));
9678
+ }
9679
+ /**
9680
+ * Retrieves the details of an API key.
9681
+ *
9682
+ * @remarks
9683
+ * Retrieves the details of an API key.
9684
+ *
9685
+ * @param request - GetApiKeyRequest
9686
+ * @returns GetApiKeyResponse
9687
+ */
9688
+ async getApiKey(request) {
9689
+ let runtime = new $dara.RuntimeOptions({});
9690
+ return await this.getApiKeyWithOptions(request, runtime);
9691
+ }
9524
9692
  /**
9525
9693
  * Retrieves the database schema of a Supabase branch.
9526
9694
  *
@@ -9633,10 +9801,10 @@ class Client extends openapi_core_1.default {
9633
9801
  return await this.getGraphRAGJobWithOptions(request, runtime);
9634
9802
  }
9635
9803
  /**
9636
- * 获取SaaS服务信息
9804
+ * Retrieves SaaS service information.
9637
9805
  *
9638
9806
  * @remarks
9639
- * 删除模型服务。
9807
+ * Deletes a model service.
9640
9808
  *
9641
9809
  * @param request - GetSaasServiceRequest
9642
9810
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9668,10 +9836,10 @@ class Client extends openapi_core_1.default {
9668
9836
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSaasServiceResponse({}));
9669
9837
  }
9670
9838
  /**
9671
- * 获取SaaS服务信息
9839
+ * Retrieves SaaS service information.
9672
9840
  *
9673
9841
  * @remarks
9674
- * 删除模型服务。
9842
+ * Deletes a model service.
9675
9843
  *
9676
9844
  * @param request - GetSaasServiceRequest
9677
9845
  * @returns GetSaasServiceResponse
@@ -9735,13 +9903,13 @@ class Client extends openapi_core_1.default {
9735
9903
  return await this.getSecretValueWithOptions(request, runtime);
9736
9904
  }
9737
9905
  /**
9738
- * 获取SaaS服务访问信息
9906
+ * Retrieves access information for a SaaS service.
9739
9907
  *
9740
9908
  * @remarks
9741
- * ## 使用说明
9742
- * 本接口用于查看所有模型服务信息。
9743
- * ## QPS限制
9744
- * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
9909
+ * ## Operation description
9910
+ * This operation is used to query information about all model services.
9911
+ * ## QPS limit
9912
+ * The default single-user QPS limit for this operation is 1,000 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this operation as needed.
9745
9913
  *
9746
9914
  * @param request - GetServiceAccessInfoRequest
9747
9915
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9773,13 +9941,13 @@ class Client extends openapi_core_1.default {
9773
9941
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetServiceAccessInfoResponse({}));
9774
9942
  }
9775
9943
  /**
9776
- * 获取SaaS服务访问信息
9944
+ * Retrieves access information for a SaaS service.
9777
9945
  *
9778
9946
  * @remarks
9779
- * ## 使用说明
9780
- * 本接口用于查看所有模型服务信息。
9781
- * ## QPS限制
9782
- * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
9947
+ * ## Operation description
9948
+ * This operation is used to query information about all model services.
9949
+ * ## QPS limit
9950
+ * The default single-user QPS limit for this operation is 1,000 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this operation as needed.
9783
9951
  *
9784
9952
  * @param request - GetServiceAccessInfoRequest
9785
9953
  * @returns GetServiceAccessInfoResponse
@@ -9789,7 +9957,7 @@ class Client extends openapi_core_1.default {
9789
9957
  return await this.getServiceAccessInfoWithOptions(request, runtime);
9790
9958
  }
9791
9959
  /**
9792
- * Get Asynchronous SQL Execution Result
9960
+ * Retrieves the result of an asynchronous SQL execution.
9793
9961
  *
9794
9962
  * @param request - GetStatementResultRequest
9795
9963
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9833,7 +10001,7 @@ class Client extends openapi_core_1.default {
9833
10001
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetStatementResultResponse({}));
9834
10002
  }
9835
10003
  /**
9836
- * Get Asynchronous SQL Execution Result
10004
+ * Retrieves the result of an asynchronous SQL execution.
9837
10005
  *
9838
10006
  * @param request - GetStatementResultRequest
9839
10007
  * @returns GetStatementResultResponse
@@ -9987,12 +10155,12 @@ class Client extends openapi_core_1.default {
9987
10155
  return await this.getSupabaseProjectDashboardAccountWithOptions(request, runtime);
9988
10156
  }
9989
10157
  /**
9990
- * Queries the progress and result of an asynchronous document upload job based on the job ID.
10158
+ * Retrieves the progress and result of an asynchronous document upload task by job ID.
9991
10159
  *
9992
10160
  * @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.
10161
+ * 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.
10162
+ * > Usage notes
10163
+ * > - 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
10164
  *
9997
10165
  * @param request - GetUploadDocumentJobRequest
9998
10166
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10041,12 +10209,12 @@ class Client extends openapi_core_1.default {
10041
10209
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUploadDocumentJobResponse({}));
10042
10210
  }
10043
10211
  /**
10044
- * Queries the progress and result of an asynchronous document upload job based on the job ID.
10212
+ * Retrieves the progress and result of an asynchronous document upload task by job ID.
10045
10213
  *
10046
10214
  * @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.
10215
+ * 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.
10216
+ * > Usage notes
10217
+ * > - 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
10218
  *
10051
10219
  * @param request - GetUploadDocumentJobRequest
10052
10220
  * @returns GetUploadDocumentJobResponse
@@ -10125,6 +10293,56 @@ class Client extends openapi_core_1.default {
10125
10293
  let runtime = new $dara.RuntimeOptions({});
10126
10294
  return await this.getUpsertCollectionDataJobWithOptions(request, runtime);
10127
10295
  }
10296
+ /**
10297
+ * Queries a SaaS workspace.
10298
+ *
10299
+ * @remarks
10300
+ * ## Operation description
10301
+ * This operation is used to query information about a specified workspace.
10302
+ *
10303
+ * @param request - GetWorkspaceRequest
10304
+ * @param runtime - runtime options for this request RuntimeOptions
10305
+ * @returns GetWorkspaceResponse
10306
+ */
10307
+ async getWorkspaceWithOptions(request, runtime) {
10308
+ request.validate();
10309
+ let query = {};
10310
+ if (!$dara.isNull(request.regionId)) {
10311
+ query["RegionId"] = request.regionId;
10312
+ }
10313
+ if (!$dara.isNull(request.workspaceId)) {
10314
+ query["WorkspaceId"] = request.workspaceId;
10315
+ }
10316
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
10317
+ query: openapi_core_2.OpenApiUtil.query(query),
10318
+ });
10319
+ let params = new openapi_core_2.$OpenApiUtil.Params({
10320
+ action: "GetWorkspace",
10321
+ version: "2016-05-03",
10322
+ protocol: "HTTPS",
10323
+ pathname: "/",
10324
+ method: "POST",
10325
+ authType: "AK",
10326
+ style: "RPC",
10327
+ reqBodyType: "formData",
10328
+ bodyType: "json",
10329
+ });
10330
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetWorkspaceResponse({}));
10331
+ }
10332
+ /**
10333
+ * Queries a SaaS workspace.
10334
+ *
10335
+ * @remarks
10336
+ * ## Operation description
10337
+ * This operation is used to query information about a specified workspace.
10338
+ *
10339
+ * @param request - GetWorkspaceRequest
10340
+ * @returns GetWorkspaceResponse
10341
+ */
10342
+ async getWorkspace(request) {
10343
+ let runtime = new $dara.RuntimeOptions({});
10344
+ return await this.getWorkspaceWithOptions(request, runtime);
10345
+ }
10128
10346
  /**
10129
10347
  * Grants vector collection permissions to a namespace.
10130
10348
  *
@@ -10288,10 +10506,10 @@ class Client extends openapi_core_1.default {
10288
10506
  return await this.initVectorDatabaseWithOptions(request, runtime);
10289
10507
  }
10290
10508
  /**
10291
- * Queries a list of AINode resource pools.
10509
+ * Queries the list of AI nodes.
10292
10510
  *
10293
10511
  * @remarks
10294
- * - This operation lists the AINode resource pools for the specified instance.
10512
+ * - This operation is used to query the list of AI nodes.
10295
10513
  *
10296
10514
  * @param request - ListAINodePoolsRequest
10297
10515
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10323,10 +10541,10 @@ class Client extends openapi_core_1.default {
10323
10541
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAINodePoolsResponse({}));
10324
10542
  }
10325
10543
  /**
10326
- * Queries a list of AINode resource pools.
10544
+ * Queries the list of AI nodes.
10327
10545
  *
10328
10546
  * @remarks
10329
- * - This operation lists the AINode resource pools for the specified instance.
10547
+ * - This operation is used to query the list of AI nodes.
10330
10548
  *
10331
10549
  * @param request - ListAINodePoolsRequest
10332
10550
  * @returns ListAINodePoolsResponse
@@ -10336,7 +10554,7 @@ class Client extends openapi_core_1.default {
10336
10554
  return await this.listAINodePoolsWithOptions(request, runtime);
10337
10555
  }
10338
10556
  /**
10339
- * Lists AI services.
10557
+ * Retrieves the list of AI services.
10340
10558
  *
10341
10559
  * @param request - ListAIServicesRequest
10342
10560
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10374,7 +10592,7 @@ class Client extends openapi_core_1.default {
10374
10592
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAIServicesResponse({}));
10375
10593
  }
10376
10594
  /**
10377
- * Lists AI services.
10595
+ * Retrieves the list of AI services.
10378
10596
  *
10379
10597
  * @param request - ListAIServicesRequest
10380
10598
  * @returns ListAIServicesResponse
@@ -10383,6 +10601,63 @@ class Client extends openapi_core_1.default {
10383
10601
  let runtime = new $dara.RuntimeOptions({});
10384
10602
  return await this.listAIServicesWithOptions(request, runtime);
10385
10603
  }
10604
+ /**
10605
+ * Queries a list of API keys.
10606
+ *
10607
+ * @remarks
10608
+ * Queries a list of API keys.
10609
+ *
10610
+ * @param request - ListApiKeysRequest
10611
+ * @param runtime - runtime options for this request RuntimeOptions
10612
+ * @returns ListApiKeysResponse
10613
+ */
10614
+ async listApiKeysWithOptions(request, runtime) {
10615
+ request.validate();
10616
+ let query = {};
10617
+ if (!$dara.isNull(request.keyName)) {
10618
+ query["KeyName"] = request.keyName;
10619
+ }
10620
+ if (!$dara.isNull(request.maxResults)) {
10621
+ query["MaxResults"] = request.maxResults;
10622
+ }
10623
+ if (!$dara.isNull(request.nextToken)) {
10624
+ query["NextToken"] = request.nextToken;
10625
+ }
10626
+ if (!$dara.isNull(request.regionId)) {
10627
+ query["RegionId"] = request.regionId;
10628
+ }
10629
+ if (!$dara.isNull(request.workspaceId)) {
10630
+ query["WorkspaceId"] = request.workspaceId;
10631
+ }
10632
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
10633
+ query: openapi_core_2.OpenApiUtil.query(query),
10634
+ });
10635
+ let params = new openapi_core_2.$OpenApiUtil.Params({
10636
+ action: "ListApiKeys",
10637
+ version: "2016-05-03",
10638
+ protocol: "HTTPS",
10639
+ pathname: "/",
10640
+ method: "POST",
10641
+ authType: "AK",
10642
+ style: "RPC",
10643
+ reqBodyType: "formData",
10644
+ bodyType: "json",
10645
+ });
10646
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApiKeysResponse({}));
10647
+ }
10648
+ /**
10649
+ * Queries a list of API keys.
10650
+ *
10651
+ * @remarks
10652
+ * Queries a list of API keys.
10653
+ *
10654
+ * @param request - ListApiKeysRequest
10655
+ * @returns ListApiKeysResponse
10656
+ */
10657
+ async listApiKeys(request) {
10658
+ let runtime = new $dara.RuntimeOptions({});
10659
+ return await this.listApiKeysWithOptions(request, runtime);
10660
+ }
10386
10661
  /**
10387
10662
  * Queries a list of backup jobs.
10388
10663
  *
@@ -10426,10 +10701,10 @@ class Client extends openapi_core_1.default {
10426
10701
  return await this.listBackupJobsWithOptions(request, runtime);
10427
10702
  }
10428
10703
  /**
10429
- * Query the branch list of a Supabase project.
10704
+ * Queries the branch list of a Supabase project.
10430
10705
  *
10431
10706
  * @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.
10707
+ * 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
10708
  *
10434
10709
  * @param request - ListBranchesRequest
10435
10710
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10482,10 +10757,10 @@ class Client extends openapi_core_1.default {
10482
10757
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBranchesResponse({}));
10483
10758
  }
10484
10759
  /**
10485
- * Query the branch list of a Supabase project.
10760
+ * Queries the branch list of a Supabase project.
10486
10761
  *
10487
10762
  * @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.
10763
+ * 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
10764
  *
10490
10765
  * @param request - ListBranchesRequest
10491
10766
  * @returns ListBranchesResponse
@@ -10495,7 +10770,7 @@ class Client extends openapi_core_1.default {
10495
10770
  return await this.listBranchesWithOptions(request, runtime);
10496
10771
  }
10497
10772
  /**
10498
- * Get document chunk details
10773
+ * Retrieves the details of document chunks.
10499
10774
  *
10500
10775
  * @param request - ListChunksRequest
10501
10776
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10551,7 +10826,7 @@ class Client extends openapi_core_1.default {
10551
10826
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListChunksResponse({}));
10552
10827
  }
10553
10828
  /**
10554
- * Get document chunk details
10829
+ * Retrieves the details of document chunks.
10555
10830
  *
10556
10831
  * @param request - ListChunksRequest
10557
10832
  * @returns ListChunksResponse
@@ -11077,7 +11352,7 @@ class Client extends openapi_core_1.default {
11077
11352
  return await this.listInstanceExtensionsWithOptions(request, runtime);
11078
11353
  }
11079
11354
  /**
11080
- * 获取模型算子 API KEY 列表
11355
+ * Retrieves the list of API keys for model operators.
11081
11356
  *
11082
11357
  * @param request - ListModelOperatorApiKeysRequest
11083
11358
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11109,7 +11384,7 @@ class Client extends openapi_core_1.default {
11109
11384
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelOperatorApiKeysResponse({}));
11110
11385
  }
11111
11386
  /**
11112
- * 获取模型算子 API KEY 列表
11387
+ * Retrieves the list of API keys for model operators.
11113
11388
  *
11114
11389
  * @param request - ListModelOperatorApiKeysRequest
11115
11390
  * @returns ListModelOperatorApiKeysResponse
@@ -11119,7 +11394,7 @@ class Client extends openapi_core_1.default {
11119
11394
  return await this.listModelOperatorApiKeysWithOptions(request, runtime);
11120
11395
  }
11121
11396
  /**
11122
- * 获取模型服务列表
11397
+ * Retrieves a list of model services.
11123
11398
  *
11124
11399
  * @param request - ListModelOperatorServicesRequest
11125
11400
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11151,7 +11426,7 @@ class Client extends openapi_core_1.default {
11151
11426
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListModelOperatorServicesResponse({}));
11152
11427
  }
11153
11428
  /**
11154
- * 获取模型服务列表
11429
+ * Retrieves a list of model services.
11155
11430
  *
11156
11431
  * @param request - ListModelOperatorServicesRequest
11157
11432
  * @returns ListModelOperatorServicesResponse
@@ -11320,11 +11595,11 @@ class Client extends openapi_core_1.default {
11320
11595
  return await this.listRemoteADBDataSourcesWithOptions(request, runtime);
11321
11596
  }
11322
11597
  /**
11323
- * Query SaaS Service List
11598
+ * Queries the list of SaaS services.
11324
11599
  *
11325
11600
  * @remarks
11326
- * ## Usage Notes
11327
- * This API operation is used to view information about all SaaS services.
11601
+ * ## Usage notes
11602
+ * This operation is used to query information about all SaaS services.
11328
11603
  *
11329
11604
  * @param request - ListSaasServiceRequest
11330
11605
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11365,11 +11640,11 @@ class Client extends openapi_core_1.default {
11365
11640
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSaasServiceResponse({}));
11366
11641
  }
11367
11642
  /**
11368
- * Query SaaS Service List
11643
+ * Queries the list of SaaS services.
11369
11644
  *
11370
11645
  * @remarks
11371
- * ## Usage Notes
11372
- * This API operation is used to view information about all SaaS services.
11646
+ * ## Usage notes
11647
+ * This operation is used to query information about all SaaS services.
11373
11648
  *
11374
11649
  * @param request - ListSaasServiceRequest
11375
11650
  * @returns ListSaasServiceResponse
@@ -11703,10 +11978,10 @@ class Client extends openapi_core_1.default {
11703
11978
  return await this.listStreamingJobsWithOptions(request, runtime);
11704
11979
  }
11705
11980
  /**
11706
- * Lists the tags of Supabase instances.
11981
+ * Queries the tags of a Supabase instance.
11707
11982
  *
11708
11983
  * @remarks
11709
- * - This operation queries the tags of Supabase instances.
11984
+ * - This operation queries the tag list of Supabase instances.
11710
11985
  *
11711
11986
  * @param request - ListSupabaseProjectTagsRequest
11712
11987
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11747,10 +12022,10 @@ class Client extends openapi_core_1.default {
11747
12022
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSupabaseProjectTagsResponse({}));
11748
12023
  }
11749
12024
  /**
11750
- * Lists the tags of Supabase instances.
12025
+ * Queries the tags of a Supabase instance.
11751
12026
  *
11752
12027
  * @remarks
11753
- * - This operation queries the tags of Supabase instances.
12028
+ * - This operation queries the tag list of Supabase instances.
11754
12029
  *
11755
12030
  * @param request - ListSupabaseProjectTagsRequest
11756
12031
  * @returns ListSupabaseProjectTagsResponse
@@ -12004,7 +12279,7 @@ class Client extends openapi_core_1.default {
12004
12279
  *
12005
12280
  * @remarks
12006
12281
  * ## Operation description
12007
- * This operation is used to query information about all workspaces.
12282
+ * This operation is used to view information about all workspaces.
12008
12283
  *
12009
12284
  * @param request - ListWorkspacesRequest
12010
12285
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12049,7 +12324,7 @@ class Client extends openapi_core_1.default {
12049
12324
  *
12050
12325
  * @remarks
12051
12326
  * ## Operation description
12052
- * This operation is used to query information about all workspaces.
12327
+ * This operation is used to view information about all workspaces.
12053
12328
  *
12054
12329
  * @param request - ListWorkspacesRequest
12055
12330
  * @returns ListWorkspacesResponse
@@ -12059,7 +12334,7 @@ class Client extends openapi_core_1.default {
12059
12334
  return await this.listWorkspacesWithOptions(request, runtime);
12060
12335
  }
12061
12336
  /**
12062
- * Modifies the IP address whitelist for an AI service.
12337
+ * Modifies the whitelist of an AI service.
12063
12338
  *
12064
12339
  * @param request - ModifyAIServiceSecurityIpsRequest
12065
12340
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12097,7 +12372,7 @@ class Client extends openapi_core_1.default {
12097
12372
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAIServiceSecurityIpsResponse({}));
12098
12373
  }
12099
12374
  /**
12100
- * Modifies the IP address whitelist for an AI service.
12375
+ * Modifies the whitelist of an AI service.
12101
12376
  *
12102
12377
  * @param request - ModifyAIServiceSecurityIpsRequest
12103
12378
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -12371,7 +12646,7 @@ class Client extends openapi_core_1.default {
12371
12646
  return await this.modifyDBInstanceConnectionStringWithOptions(request, runtime);
12372
12647
  }
12373
12648
  /**
12374
- * Changes the development mode of an instance.
12649
+ * Modifies the deployment mode of an instance.
12375
12650
  *
12376
12651
  * @param request - ModifyDBInstanceDeploymentModeRequest
12377
12652
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12409,7 +12684,7 @@ class Client extends openapi_core_1.default {
12409
12684
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceDeploymentModeResponse({}));
12410
12685
  }
12411
12686
  /**
12412
- * Changes the development mode of an instance.
12687
+ * Modifies the deployment mode of an instance.
12413
12688
  *
12414
12689
  * @param request - ModifyDBInstanceDeploymentModeRequest
12415
12690
  * @returns ModifyDBInstanceDeploymentModeResponse
@@ -13481,10 +13756,10 @@ class Client extends openapi_core_1.default {
13481
13756
  return await this.modifyStreamingJobWithOptions(request, runtime);
13482
13757
  }
13483
13758
  /**
13484
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
13759
+ * Modifies the automatic start and stop policy for a Supabase instance.
13485
13760
  *
13486
13761
  * @remarks
13487
- * - This operation applies only to ADBPG Supabase instances.
13762
+ * - Only ADBPG Supabase instances are supported.
13488
13763
  *
13489
13764
  * @param request - ModifySupabaseAutoScalePolicyRequest
13490
13765
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13519,10 +13794,10 @@ class Client extends openapi_core_1.default {
13519
13794
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseAutoScalePolicyResponse({}));
13520
13795
  }
13521
13796
  /**
13522
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
13797
+ * Modifies the automatic start and stop policy for a Supabase instance.
13523
13798
  *
13524
13799
  * @remarks
13525
- * - This operation applies only to ADBPG Supabase instances.
13800
+ * - Only ADBPG Supabase instances are supported.
13526
13801
  *
13527
13802
  * @param request - ModifySupabaseAutoScalePolicyRequest
13528
13803
  * @returns ModifySupabaseAutoScalePolicyResponse
@@ -13532,10 +13807,10 @@ class Client extends openapi_core_1.default {
13532
13807
  return await this.modifySupabaseAutoScalePolicyWithOptions(request, runtime);
13533
13808
  }
13534
13809
  /**
13535
- * Change the Supabase project description
13810
+ * Modifies the description of a Supabase project.
13536
13811
  *
13537
13812
  * @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)**.
13813
+ * *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
13814
  *
13540
13815
  * @param request - ModifySupabaseProjectDescriptionRequest
13541
13816
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13570,10 +13845,10 @@ class Client extends openapi_core_1.default {
13570
13845
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectDescriptionResponse({}));
13571
13846
  }
13572
13847
  /**
13573
- * Change the Supabase project description
13848
+ * Modifies the description of a Supabase project.
13574
13849
  *
13575
13850
  * @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)**.
13851
+ * *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
13852
  *
13578
13853
  * @param request - ModifySupabaseProjectDescriptionRequest
13579
13854
  * @returns ModifySupabaseProjectDescriptionResponse
@@ -13583,10 +13858,10 @@ class Client extends openapi_core_1.default {
13583
13858
  return await this.modifySupabaseProjectDescriptionWithOptions(request, runtime);
13584
13859
  }
13585
13860
  /**
13586
- * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
13861
+ * Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
13587
13862
  *
13588
13863
  * @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.**
13864
+ * *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
13865
  *
13591
13866
  * @param request - ModifySupabaseProjectResourceRequest
13592
13867
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13627,10 +13902,10 @@ class Client extends openapi_core_1.default {
13627
13902
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectResourceResponse({}));
13628
13903
  }
13629
13904
  /**
13630
- * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
13905
+ * Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
13631
13906
  *
13632
13907
  * @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.**
13908
+ * *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
13909
  *
13635
13910
  * @param request - ModifySupabaseProjectResourceRequest
13636
13911
  * @returns ModifySupabaseProjectResourceResponse
@@ -13840,10 +14115,10 @@ class Client extends openapi_core_1.default {
13840
14115
  return await this.pauseInstanceWithOptions(request, runtime);
13841
14116
  }
13842
14117
  /**
13843
- * 暂停SaaS服务
14118
+ * Pauses a SaaS service.
13844
14119
  *
13845
14120
  * @remarks
13846
- * 删除模型服务。
14121
+ * Deletes a model service.
13847
14122
  *
13848
14123
  * @param request - PauseSaasServiceRequest
13849
14124
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13875,10 +14150,10 @@ class Client extends openapi_core_1.default {
13875
14150
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PauseSaasServiceResponse({}));
13876
14151
  }
13877
14152
  /**
13878
- * 暂停SaaS服务
14153
+ * Pauses a SaaS service.
13879
14154
  *
13880
14155
  * @remarks
13881
- * 删除模型服务。
14156
+ * Deletes a model service.
13882
14157
  *
13883
14158
  * @param request - PauseSaasServiceRequest
13884
14159
  * @returns PauseSaasServiceResponse
@@ -13891,7 +14166,7 @@ class Client extends openapi_core_1.default {
13891
14166
  * Pauses a Supabase instance.
13892
14167
  *
13893
14168
  * @remarks
13894
- * This operation pauses a Supabase instance.
14169
+ * Pauses a Supabase instance.
13895
14170
  *
13896
14171
  * @param request - PauseSupabaseProjectRequest
13897
14172
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13926,7 +14201,7 @@ class Client extends openapi_core_1.default {
13926
14201
  * Pauses a Supabase instance.
13927
14202
  *
13928
14203
  * @remarks
13929
- * This operation pauses a Supabase instance.
14204
+ * Pauses a Supabase instance.
13930
14205
  *
13931
14206
  * @param request - PauseSupabaseProjectRequest
13932
14207
  * @returns PauseSupabaseProjectResponse
@@ -14262,7 +14537,7 @@ class Client extends openapi_core_1.default {
14262
14537
  return queryContentResp;
14263
14538
  }
14264
14539
  /**
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.
14540
+ * Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
14266
14541
  *
14267
14542
  * @param tmpReq - QueryKnowledgeBasesContentRequest
14268
14543
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14329,7 +14604,7 @@ class Client extends openapi_core_1.default {
14329
14604
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryKnowledgeBasesContentResponse({}));
14330
14605
  }
14331
14606
  /**
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.
14607
+ * Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
14333
14608
  *
14334
14609
  * @param request - QueryKnowledgeBasesContentRequest
14335
14610
  * @returns QueryKnowledgeBasesContentResponse
@@ -14857,7 +15132,7 @@ class Client extends openapi_core_1.default {
14857
15132
  * Restores a Supabase project from a snapshot.
14858
15133
  *
14859
15134
  * @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.
15135
+ * 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
15136
  *
14862
15137
  * @param request - RestoreSnapshotRequest
14863
15138
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14907,7 +15182,7 @@ class Client extends openapi_core_1.default {
14907
15182
  * Restores a Supabase project from a snapshot.
14908
15183
  *
14909
15184
  * @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.
15185
+ * 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
15186
  *
14912
15187
  * @param request - RestoreSnapshotRequest
14913
15188
  * @returns RestoreSnapshotResponse
@@ -15015,10 +15290,10 @@ class Client extends openapi_core_1.default {
15015
15290
  return await this.resumeInstanceWithOptions(request, runtime);
15016
15291
  }
15017
15292
  /**
15018
- * 恢复SaaS服务
15293
+ * Resumes a SaaS service.
15019
15294
  *
15020
15295
  * @remarks
15021
- * 删除模型服务。
15296
+ * Deletes a model service.
15022
15297
  *
15023
15298
  * @param request - ResumeSaasServiceRequest
15024
15299
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15050,10 +15325,10 @@ class Client extends openapi_core_1.default {
15050
15325
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResumeSaasServiceResponse({}));
15051
15326
  }
15052
15327
  /**
15053
- * 恢复SaaS服务
15328
+ * Resumes a SaaS service.
15054
15329
  *
15055
15330
  * @remarks
15056
- * 删除模型服务。
15331
+ * Deletes a model service.
15057
15332
  *
15058
15333
  * @param request - ResumeSaasServiceRequest
15059
15334
  * @returns ResumeSaasServiceResponse
@@ -15066,7 +15341,7 @@ class Client extends openapi_core_1.default {
15066
15341
  * Resumes a Supabase instance.
15067
15342
  *
15068
15343
  * @remarks
15069
- * This operation retrieves details about a Supabase instance.
15344
+ * Queries the details of a Supabase instance.
15070
15345
  *
15071
15346
  * @param request - ResumeSupabaseProjectRequest
15072
15347
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15101,7 +15376,7 @@ class Client extends openapi_core_1.default {
15101
15376
  * Resumes a Supabase instance.
15102
15377
  *
15103
15378
  * @remarks
15104
- * This operation retrieves details about a Supabase instance.
15379
+ * Queries the details of a Supabase instance.
15105
15380
  *
15106
15381
  * @param request - ResumeSupabaseProjectRequest
15107
15382
  * @returns ResumeSupabaseProjectResponse
@@ -15390,10 +15665,10 @@ class Client extends openapi_core_1.default {
15390
15665
  return await this.tagResourcesWithOptions(request, runtime);
15391
15666
  }
15392
15667
  /**
15393
- * Adds tags to Supabase project instances.
15668
+ * Tags a Supabase project.
15394
15669
  *
15395
15670
  * @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.
15671
+ * Queries the details of a Supabase instance.
15397
15672
  *
15398
15673
  * @param request - TagSupabaseProjectRequest
15399
15674
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15431,10 +15706,10 @@ class Client extends openapi_core_1.default {
15431
15706
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagSupabaseProjectResponse({}));
15432
15707
  }
15433
15708
  /**
15434
- * Adds tags to Supabase project instances.
15709
+ * Tags a Supabase project.
15435
15710
  *
15436
15711
  * @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.
15712
+ * Queries the details of a Supabase instance.
15438
15713
  *
15439
15714
  * @param request - TagSupabaseProjectRequest
15440
15715
  * @returns TagSupabaseProjectResponse
@@ -15444,7 +15719,7 @@ class Client extends openapi_core_1.default {
15444
15719
  return await this.tagSupabaseProjectWithOptions(request, runtime);
15445
15720
  }
15446
15721
  /**
15447
- * Generates text embeddings using an embedding model.
15722
+ * Vectorizes text documents by using a model.
15448
15723
  *
15449
15724
  * @param tmpReq - TextEmbeddingRequest
15450
15725
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15495,7 +15770,7 @@ class Client extends openapi_core_1.default {
15495
15770
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TextEmbeddingResponse({}));
15496
15771
  }
15497
15772
  /**
15498
- * Generates text embeddings using an embedding model.
15773
+ * Vectorizes text documents by using a model.
15499
15774
  *
15500
15775
  * @param request - TextEmbeddingRequest
15501
15776
  * @returns TextEmbeddingResponse
@@ -15673,10 +15948,10 @@ class Client extends openapi_core_1.default {
15673
15948
  return await this.untagResourcesWithOptions(request, runtime);
15674
15949
  }
15675
15950
  /**
15676
- * Removes tags from one or more Supabase instances.
15951
+ * Unbinds tags from a Supabase instance.
15677
15952
  *
15678
15953
  * @remarks
15679
- * This operation removes one or more specified tags from Supabase instances.
15954
+ * Queries the details of a Supabase instance.
15680
15955
  *
15681
15956
  * @param request - UntagSupabaseProjectRequest
15682
15957
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15717,10 +15992,10 @@ class Client extends openapi_core_1.default {
15717
15992
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagSupabaseProjectResponse({}));
15718
15993
  }
15719
15994
  /**
15720
- * Removes tags from one or more Supabase instances.
15995
+ * Unbinds tags from a Supabase instance.
15721
15996
  *
15722
15997
  * @remarks
15723
- * This operation removes one or more specified tags from Supabase instances.
15998
+ * Queries the details of a Supabase instance.
15724
15999
  *
15725
16000
  * @param request - UntagSupabaseProjectRequest
15726
16001
  * @returns UntagSupabaseProjectResponse
@@ -15946,8 +16221,8 @@ class Client extends openapi_core_1.default {
15946
16221
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
15947
16222
  *
15948
16223
  * @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.
16224
+ * This operation does not support instances in storage reservation mode.
16225
+ * 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
16226
  *
15952
16227
  * @param request - UpgradeDBInstanceRequest
15953
16228
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16024,8 +16299,8 @@ class Client extends openapi_core_1.default {
16024
16299
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
16025
16300
  *
16026
16301
  * @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.
16302
+ * This operation does not support instances in storage reservation mode.
16303
+ * 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
16304
  *
16030
16305
  * @param request - UpgradeDBInstanceRequest
16031
16306
  * @returns UpgradeDBInstanceResponse
@@ -16140,17 +16415,16 @@ class Client extends openapi_core_1.default {
16140
16415
  return await this.upgradeExtensionsWithOptions(request, runtime);
16141
16416
  }
16142
16417
  /**
16143
- * Asynchronous Document Upload
16418
+ * Asynchronously uploads a document.
16144
16419
  *
16145
16420
  * @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.
16421
+ * 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
16422
  * 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.
16423
+ * - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
16424
+ * - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
16425
+ * > - 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.
16426
+ * >- A text document can be split into a maximum of 100,000 chunks.
16427
+ * >- 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
16428
  *
16155
16429
  * @param tmpReq - UploadDocumentAsyncRequest
16156
16430
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16240,17 +16514,16 @@ class Client extends openapi_core_1.default {
16240
16514
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadDocumentAsyncResponse({}));
16241
16515
  }
16242
16516
  /**
16243
- * Asynchronous Document Upload
16517
+ * Asynchronously uploads a document.
16244
16518
  *
16245
16519
  * @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.
16520
+ * 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
16521
  * 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.
16522
+ * - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
16523
+ * - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
16524
+ * > - 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.
16525
+ * >- A text document can be split into a maximum of 100,000 chunks.
16526
+ * >- 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
16527
  *
16255
16528
  * @param request - UploadDocumentAsyncRequest
16256
16529
  * @returns UploadDocumentAsyncResponse