@alicloud/gpdb20160503 3.5.0 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (658) hide show
  1. package/dist/client.d.ts +625 -202
  2. package/dist/client.js +1223 -203
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ChatWithKnowledgeBaseRequest.d.ts +138 -84
  5. package/dist/models/ChatWithKnowledgeBaseRequest.js.map +1 -1
  6. package/dist/models/ChatWithKnowledgeBaseResponseBody.d.ts +62 -52
  7. package/dist/models/ChatWithKnowledgeBaseResponseBody.js.map +1 -1
  8. package/dist/models/ChatWithKnowledgeBaseShrinkRequest.d.ts +10 -7
  9. package/dist/models/ChatWithKnowledgeBaseShrinkRequest.js.map +1 -1
  10. package/dist/models/ChatWithKnowledgeBaseStreamRequest.d.ts +117 -87
  11. package/dist/models/ChatWithKnowledgeBaseStreamRequest.js.map +1 -1
  12. package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.d.ts +61 -51
  13. package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.js.map +1 -1
  14. package/dist/models/ChatWithKnowledgeBaseStreamShrinkRequest.d.ts +10 -7
  15. package/dist/models/ChatWithKnowledgeBaseStreamShrinkRequest.js.map +1 -1
  16. package/dist/models/CreateAiserviceRequest.d.ts +36 -0
  17. package/dist/models/CreateAiserviceRequest.js.map +1 -1
  18. package/dist/models/CreateAiserviceResponseBody.d.ts +6 -0
  19. package/dist/models/CreateAiserviceResponseBody.js.map +1 -1
  20. package/dist/models/CreateBranchRequest.d.ts +150 -0
  21. package/dist/models/CreateBranchRequest.js +104 -0
  22. package/dist/models/CreateBranchRequest.js.map +1 -0
  23. package/dist/models/CreateBranchResponse.d.ts +19 -0
  24. package/dist/models/CreateBranchResponse.js +69 -0
  25. package/dist/models/CreateBranchResponse.js.map +1 -0
  26. package/dist/models/CreateBranchResponseBody.d.ts +37 -0
  27. package/dist/models/CreateBranchResponseBody.js +62 -0
  28. package/dist/models/CreateBranchResponseBody.js.map +1 -0
  29. package/dist/models/CreateCollectionRequest.d.ts +159 -44
  30. package/dist/models/CreateCollectionRequest.js.map +1 -1
  31. package/dist/models/CreateCollectionResponseBody.d.ts +4 -3
  32. package/dist/models/CreateCollectionResponseBody.js.map +1 -1
  33. package/dist/models/CreateCollectionShrinkRequest.d.ts +100 -44
  34. package/dist/models/CreateCollectionShrinkRequest.js.map +1 -1
  35. package/dist/models/CreateDbinstancePlanRequest.d.ts +2 -2
  36. package/dist/models/CreateDbinstanceRequest.d.ts +207 -133
  37. package/dist/models/CreateDbinstanceRequest.js.map +1 -1
  38. package/dist/models/CreateDbinstanceResponseBody.d.ts +7 -7
  39. package/dist/models/CreateDbresourceGroupRequest.d.ts +1 -1
  40. package/dist/models/CreateDocumentCollectionRequest.d.ts +257 -64
  41. package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
  42. package/dist/models/CreateDocumentCollectionResponseBody.d.ts +5 -3
  43. package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
  44. package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +198 -64
  45. package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
  46. package/dist/models/CreateIndexRequest.d.ts +3 -0
  47. package/dist/models/CreateIndexRequest.js.map +1 -1
  48. package/dist/models/CreateJdbcdataSourceRequest.d.ts +3 -3
  49. package/dist/models/CreateModelServiceRequest.d.ts +20 -10
  50. package/dist/models/CreateModelServiceRequest.js.map +1 -1
  51. package/dist/models/CreateModelServiceResponseBody.d.ts +2 -2
  52. package/dist/models/CreateModelServiceShrinkRequest.d.ts +20 -10
  53. package/dist/models/CreateModelServiceShrinkRequest.js.map +1 -1
  54. package/dist/models/CreateNamespaceRequest.d.ts +1 -1
  55. package/dist/models/CreateNamespaceResponseBody.d.ts +1 -1
  56. package/dist/models/CreateSaasServiceRequest.d.ts +98 -0
  57. package/dist/models/CreateSaasServiceRequest.js +72 -0
  58. package/dist/models/CreateSaasServiceRequest.js.map +1 -0
  59. package/dist/models/CreateSaasServiceResponse.d.ts +19 -0
  60. package/dist/models/CreateSaasServiceResponse.js +69 -0
  61. package/dist/models/CreateSaasServiceResponse.js.map +1 -0
  62. package/dist/models/CreateSaasServiceResponseBody.d.ts +37 -0
  63. package/dist/models/CreateSaasServiceResponseBody.js +62 -0
  64. package/dist/models/CreateSaasServiceResponseBody.js.map +1 -0
  65. package/dist/models/CreateSnapshotRequest.d.ts +55 -0
  66. package/dist/models/CreateSnapshotRequest.js +66 -0
  67. package/dist/models/CreateSnapshotRequest.js.map +1 -0
  68. package/dist/models/CreateSnapshotResponse.d.ts +19 -0
  69. package/dist/models/CreateSnapshotResponse.js +69 -0
  70. package/dist/models/CreateSnapshotResponse.js.map +1 -0
  71. package/dist/models/CreateSnapshotResponseBody.d.ts +45 -0
  72. package/dist/models/CreateSnapshotResponseBody.js +64 -0
  73. package/dist/models/CreateSnapshotResponseBody.js.map +1 -0
  74. package/dist/models/CreateStreamingJobRequest.d.ts +1 -1
  75. package/dist/models/CreateStreamingJobShrinkRequest.d.ts +1 -1
  76. package/dist/models/CreateSupabaseProjectRequest.d.ts +87 -43
  77. package/dist/models/CreateSupabaseProjectRequest.js +2 -0
  78. package/dist/models/CreateSupabaseProjectRequest.js.map +1 -1
  79. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +10 -3
  80. package/dist/models/CreateSupabaseProjectResponseBody.js.map +1 -1
  81. package/dist/models/CreateVectorIndexRequest.d.ts +105 -29
  82. package/dist/models/CreateVectorIndexRequest.js.map +1 -1
  83. package/dist/models/CreateVectorIndexResponseBody.d.ts +7 -5
  84. package/dist/models/CreateVectorIndexResponseBody.js.map +1 -1
  85. package/dist/models/CreateWorkspaceRequest.d.ts +33 -0
  86. package/dist/models/CreateWorkspaceRequest.js +60 -0
  87. package/dist/models/CreateWorkspaceRequest.js.map +1 -0
  88. package/dist/models/CreateWorkspaceResponse.d.ts +19 -0
  89. package/dist/models/CreateWorkspaceResponse.js +69 -0
  90. package/dist/models/CreateWorkspaceResponse.js.map +1 -0
  91. package/dist/models/CreateWorkspaceResponseBody.d.ts +29 -0
  92. package/dist/models/CreateWorkspaceResponseBody.js +60 -0
  93. package/dist/models/CreateWorkspaceResponseBody.js.map +1 -0
  94. package/dist/models/DeleteAiserviceRequest.d.ts +8 -0
  95. package/dist/models/DeleteAiserviceRequest.js.map +1 -1
  96. package/dist/models/DeleteAiserviceResponseBody.d.ts +3 -0
  97. package/dist/models/DeleteAiserviceResponseBody.js.map +1 -1
  98. package/dist/models/DeleteBranchRequest.d.ts +31 -0
  99. package/dist/models/DeleteBranchRequest.js +60 -0
  100. package/dist/models/DeleteBranchRequest.js.map +1 -0
  101. package/dist/models/DeleteBranchResponse.d.ts +19 -0
  102. package/dist/models/DeleteBranchResponse.js +69 -0
  103. package/dist/models/DeleteBranchResponse.js.map +1 -0
  104. package/dist/models/DeleteBranchResponseBody.d.ts +21 -0
  105. package/dist/models/DeleteBranchResponseBody.js +58 -0
  106. package/dist/models/DeleteBranchResponseBody.js.map +1 -0
  107. package/dist/models/DeleteChunksRequest.d.ts +21 -0
  108. package/dist/models/DeleteChunksRequest.js.map +1 -1
  109. package/dist/models/DeleteChunksResponseBody.d.ts +3 -0
  110. package/dist/models/DeleteChunksResponseBody.js.map +1 -1
  111. package/dist/models/DeleteChunksShrinkRequest.d.ts +21 -0
  112. package/dist/models/DeleteChunksShrinkRequest.js.map +1 -1
  113. package/dist/models/DeleteDatabaseRequest.d.ts +1 -1
  114. package/dist/models/DeleteDbinstanceRequest.d.ts +1 -1
  115. package/dist/models/DeleteHadoopDataSourceRequest.d.ts +5 -0
  116. package/dist/models/DeleteHadoopDataSourceRequest.js.map +1 -1
  117. package/dist/models/DeleteNamespaceRequest.d.ts +1 -1
  118. package/dist/models/DeleteNamespaceResponseBody.d.ts +1 -1
  119. package/dist/models/DeleteSaasServiceRequest.d.ts +31 -0
  120. package/dist/models/DeleteSaasServiceRequest.js +60 -0
  121. package/dist/models/DeleteSaasServiceRequest.js.map +1 -0
  122. package/dist/models/DeleteSaasServiceResponse.d.ts +19 -0
  123. package/dist/models/DeleteSaasServiceResponse.js +69 -0
  124. package/dist/models/DeleteSaasServiceResponse.js.map +1 -0
  125. package/dist/models/DeleteSaasServiceResponseBody.d.ts +29 -0
  126. package/dist/models/DeleteSaasServiceResponseBody.js +60 -0
  127. package/dist/models/DeleteSaasServiceResponseBody.js.map +1 -0
  128. package/dist/models/DeleteSnapshotRequest.d.ts +34 -0
  129. package/dist/models/DeleteSnapshotRequest.js +62 -0
  130. package/dist/models/DeleteSnapshotRequest.js.map +1 -0
  131. package/dist/models/DeleteSnapshotResponse.d.ts +19 -0
  132. package/dist/models/DeleteSnapshotResponse.js +69 -0
  133. package/dist/models/DeleteSnapshotResponse.js.map +1 -0
  134. package/dist/models/DeleteSnapshotResponseBody.d.ts +18 -0
  135. package/dist/models/DeleteSnapshotResponseBody.js +58 -0
  136. package/dist/models/DeleteSnapshotResponseBody.js.map +1 -0
  137. package/dist/models/DeleteStreamingDataServiceRequest.d.ts +3 -0
  138. package/dist/models/DeleteStreamingDataServiceRequest.js.map +1 -1
  139. package/dist/models/DeleteStreamingDataSourceRequest.d.ts +5 -0
  140. package/dist/models/DeleteStreamingDataSourceRequest.js.map +1 -1
  141. package/dist/models/DeleteStreamingJobRequest.d.ts +5 -0
  142. package/dist/models/DeleteStreamingJobRequest.js.map +1 -1
  143. package/dist/models/DeleteVectorIndexRequest.d.ts +1 -1
  144. package/dist/models/DeleteVectorIndexResponseBody.d.ts +1 -1
  145. package/dist/models/DeleteWorkspaceRequest.d.ts +26 -0
  146. package/dist/models/DeleteWorkspaceRequest.js +60 -0
  147. package/dist/models/DeleteWorkspaceRequest.js.map +1 -0
  148. package/dist/models/DeleteWorkspaceResponse.d.ts +19 -0
  149. package/dist/models/DeleteWorkspaceResponse.js +69 -0
  150. package/dist/models/DeleteWorkspaceResponse.js.map +1 -0
  151. package/dist/models/DeleteWorkspaceResponseBody.d.ts +23 -0
  152. package/dist/models/DeleteWorkspaceResponseBody.js +60 -0
  153. package/dist/models/DeleteWorkspaceResponseBody.js.map +1 -0
  154. package/dist/models/DescribeActiveSqlrecordsResponseBody.d.ts +2 -2
  155. package/dist/models/DescribeAiserviceRequest.d.ts +8 -0
  156. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  157. package/dist/models/DescribeAiserviceResponseBody.d.ts +37 -0
  158. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  159. package/dist/models/DescribeAvailableResourcesRequest.d.ts +6 -5
  160. package/dist/models/DescribeAvailableResourcesRequest.js.map +1 -1
  161. package/dist/models/DescribeAvailableResourcesResponseBody.d.ts +30 -26
  162. package/dist/models/DescribeAvailableResourcesResponseBody.js.map +1 -1
  163. package/dist/models/DescribeBranchRequest.d.ts +31 -0
  164. package/dist/models/DescribeBranchRequest.js +60 -0
  165. package/dist/models/DescribeBranchRequest.js.map +1 -0
  166. package/dist/models/DescribeBranchResponse.d.ts +19 -0
  167. package/dist/models/DescribeBranchResponse.js +69 -0
  168. package/dist/models/DescribeBranchResponse.js.map +1 -0
  169. package/dist/models/DescribeBranchResponseBody.d.ts +211 -0
  170. package/dist/models/DescribeBranchResponseBody.js +138 -0
  171. package/dist/models/DescribeBranchResponseBody.js.map +1 -0
  172. package/dist/models/DescribeCollectionRequest.d.ts +1 -1
  173. package/dist/models/DescribeCollectionResponseBody.d.ts +2 -2
  174. package/dist/models/DescribeDataSharePerformanceRequest.d.ts +10 -9
  175. package/dist/models/DescribeDataSharePerformanceRequest.js.map +1 -1
  176. package/dist/models/DescribeDataSharePerformanceResponseBody.d.ts +8 -8
  177. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +2 -2
  178. package/dist/models/DescribeDbinstanceDataSkewRequest.d.ts +2 -2
  179. package/dist/models/DescribeDbinstanceDiagnosisSummaryRequest.d.ts +1 -1
  180. package/dist/models/DescribeDbinstanceIndexUsageRequest.d.ts +2 -2
  181. package/dist/models/DescribeDbinstanceIparrayListRequest.d.ts +1 -1
  182. package/dist/models/DescribeDbinstanceNetInfoRequest.d.ts +1 -1
  183. package/dist/models/DescribeDbinstanceNetInfoResponseBody.d.ts +1 -1
  184. package/dist/models/DescribeDbinstancePerformanceRequest.d.ts +1 -1
  185. package/dist/models/DescribeDbinstancesRequest.d.ts +23 -20
  186. package/dist/models/DescribeDbinstancesRequest.js.map +1 -1
  187. package/dist/models/DescribeDbinstancesResponseBody.d.ts +6 -2
  188. package/dist/models/DescribeDbinstancesResponseBody.js.map +1 -1
  189. package/dist/models/DescribeDbinstancesShrinkRequest.d.ts +23 -20
  190. package/dist/models/DescribeDbinstancesShrinkRequest.js.map +1 -1
  191. package/dist/models/DescribeDbresourceGroupRequest.d.ts +2 -2
  192. package/dist/models/DescribeDbversionInfosRequest.d.ts +1 -1
  193. package/dist/models/DescribeDownloadRecordsRequest.d.ts +12 -1
  194. package/dist/models/DescribeDownloadRecordsRequest.js.map +1 -1
  195. package/dist/models/DescribeDownloadRecordsResponseBody.d.ts +10 -8
  196. package/dist/models/DescribeDownloadRecordsResponseBody.js.map +1 -1
  197. package/dist/models/DescribeExternalDataServiceRequest.d.ts +1 -1
  198. package/dist/models/DescribeExternalDataServiceResponseBody.d.ts +3 -3
  199. package/dist/models/DescribeHadoopConfigsResponseBody.d.ts +9 -1
  200. package/dist/models/DescribeHadoopConfigsResponseBody.js.map +1 -1
  201. package/dist/models/DescribeHadoopDataSourceResponseBody.d.ts +67 -8
  202. package/dist/models/DescribeHadoopDataSourceResponseBody.js.map +1 -1
  203. package/dist/models/DescribeJdbcdataSourceResponseBody.d.ts +5 -5
  204. package/dist/models/DescribeModelServiceResponseBody.d.ts +3 -0
  205. package/dist/models/DescribeModelServiceResponseBody.js.map +1 -1
  206. package/dist/models/DescribeModifyParameterLogRequest.d.ts +3 -3
  207. package/dist/models/DescribeModifyParameterLogResponseBody.d.ts +2 -2
  208. package/dist/models/DescribeNamespaceRequest.d.ts +1 -1
  209. package/dist/models/DescribeNamespaceResponseBody.d.ts +1 -1
  210. package/dist/models/DescribeParametersResponseBody.d.ts +1 -1
  211. package/dist/models/DescribeRdsVpcsRequest.d.ts +1 -1
  212. package/dist/models/DescribeRdsVswitchsRequest.d.ts +1 -1
  213. package/dist/models/DescribeRebalanceStatusRequest.d.ts +1 -1
  214. package/dist/models/DescribeRebalanceStatusResponseBody.d.ts +2 -2
  215. package/dist/models/DescribeRegionsRequest.d.ts +2 -2
  216. package/dist/models/DescribeRegionsResponseBody.d.ts +1 -1
  217. package/dist/models/DescribeSqllogCountRequest.d.ts +1 -1
  218. package/dist/models/DescribeSqllogsRequest.d.ts +1 -1
  219. package/dist/models/DescribeSqllogsV2request.d.ts +4 -4
  220. package/dist/models/DescribeSqllogsV2responseBody.d.ts +1 -1
  221. package/dist/models/DescribeTableRequest.d.ts +7 -0
  222. package/dist/models/DescribeTableRequest.js.map +1 -1
  223. package/dist/models/DescribeTagsRequest.d.ts +1 -1
  224. package/dist/models/DescribeUserEncryptionKeyListRequest.d.ts +2 -2
  225. package/dist/models/DescribeUserEncryptionKeyListResponseBody.d.ts +1 -1
  226. package/dist/models/DownloadDiagnosisRecordsRequest.d.ts +1 -1
  227. package/dist/models/EnableCollectionGraphRagrequest.d.ts +6 -0
  228. package/dist/models/EnableCollectionGraphRagrequest.js.map +1 -1
  229. package/dist/models/EnableCollectionGraphRagshrinkRequest.d.ts +6 -0
  230. package/dist/models/EnableCollectionGraphRagshrinkRequest.js.map +1 -1
  231. package/dist/models/ExecuteStatementRequest.d.ts +30 -0
  232. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  233. package/dist/models/ExecuteStatementShrinkRequest.d.ts +12 -0
  234. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  235. package/dist/models/GetBranchSchemaRequest.d.ts +51 -0
  236. package/dist/models/GetBranchSchemaRequest.js +64 -0
  237. package/dist/models/GetBranchSchemaRequest.js.map +1 -0
  238. package/dist/models/GetBranchSchemaResponse.d.ts +19 -0
  239. package/dist/models/GetBranchSchemaResponse.js +69 -0
  240. package/dist/models/GetBranchSchemaResponse.js.map +1 -0
  241. package/dist/models/GetBranchSchemaResponseBody.d.ts +29 -0
  242. package/dist/models/GetBranchSchemaResponseBody.js +60 -0
  243. package/dist/models/GetBranchSchemaResponseBody.js.map +1 -0
  244. package/dist/models/GetSaasServiceRequest.d.ts +26 -0
  245. package/dist/models/GetSaasServiceRequest.js +60 -0
  246. package/dist/models/GetSaasServiceRequest.js.map +1 -0
  247. package/dist/models/GetSaasServiceResponse.d.ts +19 -0
  248. package/dist/models/GetSaasServiceResponse.js +69 -0
  249. package/dist/models/GetSaasServiceResponse.js.map +1 -0
  250. package/dist/models/GetSaasServiceResponseBody.d.ts +58 -0
  251. package/dist/models/GetSaasServiceResponseBody.js +74 -0
  252. package/dist/models/GetSaasServiceResponseBody.js.map +1 -0
  253. package/dist/models/GetServiceAccessInfoRequest.d.ts +26 -0
  254. package/dist/models/GetServiceAccessInfoRequest.js +60 -0
  255. package/dist/models/GetServiceAccessInfoRequest.js.map +1 -0
  256. package/dist/models/GetServiceAccessInfoResponse.d.ts +19 -0
  257. package/dist/models/GetServiceAccessInfoResponse.js +69 -0
  258. package/dist/models/GetServiceAccessInfoResponse.js.map +1 -0
  259. package/dist/models/GetServiceAccessInfoResponseBody.d.ts +28 -0
  260. package/dist/models/GetServiceAccessInfoResponseBody.js +62 -0
  261. package/dist/models/GetServiceAccessInfoResponseBody.js.map +1 -0
  262. package/dist/models/GetSupabaseProjectApiKeysRequest.d.ts +2 -2
  263. package/dist/models/GetSupabaseProjectApiKeysResponseBody.d.ts +3 -3
  264. package/dist/models/GetSupabaseProjectRequest.d.ts +3 -3
  265. package/dist/models/GetSupabaseProjectResponseBody.d.ts +61 -24
  266. package/dist/models/GetSupabaseProjectResponseBody.js.map +1 -1
  267. package/dist/models/ListAinodePoolsRequest.d.ts +2 -2
  268. package/dist/models/ListAinodePoolsResponseBody.d.ts +49 -36
  269. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  270. package/dist/models/ListAiservicesRequest.d.ts +20 -0
  271. package/dist/models/ListAiservicesRequest.js.map +1 -1
  272. package/dist/models/ListAiservicesResponseBody.d.ts +50 -0
  273. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  274. package/dist/models/ListBranchesRequest.d.ts +106 -0
  275. package/dist/models/ListBranchesRequest.js +74 -0
  276. package/dist/models/ListBranchesRequest.js.map +1 -0
  277. package/dist/models/ListBranchesResponse.d.ts +19 -0
  278. package/dist/models/ListBranchesResponse.js +69 -0
  279. package/dist/models/ListBranchesResponse.js.map +1 -0
  280. package/dist/models/ListBranchesResponseBody.d.ts +138 -0
  281. package/dist/models/ListBranchesResponseBody.js +190 -0
  282. package/dist/models/ListBranchesResponseBody.js.map +1 -0
  283. package/dist/models/ListChunksRequest.d.ts +50 -0
  284. package/dist/models/ListChunksRequest.js.map +1 -1
  285. package/dist/models/ListChunksResponseBody.d.ts +12 -0
  286. package/dist/models/ListChunksResponseBody.js.map +1 -1
  287. package/dist/models/ListDocumentCollectionsRequest.d.ts +7 -7
  288. package/dist/models/ListDocumentCollectionsResponseBody.d.ts +7 -6
  289. package/dist/models/ListDocumentCollectionsResponseBody.js.map +1 -1
  290. package/dist/models/ListExternalDataServicesResponseBody.d.ts +3 -3
  291. package/dist/models/ListExternalDataSourcesResponseBody.d.ts +1 -1
  292. package/dist/models/ListModelServicesResponseBody.d.ts +3 -0
  293. package/dist/models/ListModelServicesResponseBody.js.map +1 -1
  294. package/dist/models/ListNamespacesRequest.d.ts +1 -1
  295. package/dist/models/ListNamespacesResponseBody.d.ts +1 -1
  296. package/dist/models/ListSaasServiceRequest.d.ts +60 -0
  297. package/dist/models/ListSaasServiceRequest.js +66 -0
  298. package/dist/models/ListSaasServiceRequest.js.map +1 -0
  299. package/dist/models/ListSaasServiceResponse.d.ts +19 -0
  300. package/dist/models/ListSaasServiceResponse.js +69 -0
  301. package/dist/models/ListSaasServiceResponse.js.map +1 -0
  302. package/dist/models/ListSaasServiceResponseBody.d.ts +143 -0
  303. package/dist/models/ListSaasServiceResponseBody.js +104 -0
  304. package/dist/models/ListSaasServiceResponseBody.js.map +1 -0
  305. package/dist/models/ListSecretsRequest.d.ts +7 -0
  306. package/dist/models/ListSecretsRequest.js.map +1 -1
  307. package/dist/models/ListStreamingJobsResponseBody.d.ts +1 -1
  308. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +35 -1
  309. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  310. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +20 -1
  311. package/dist/models/ListSupabaseProjectTagsResponseBody.js.map +1 -1
  312. package/dist/models/ListSupabaseProjectsRequest.d.ts +11 -5
  313. package/dist/models/ListSupabaseProjectsRequest.js.map +1 -1
  314. package/dist/models/ListSupabaseProjectsResponseBody.d.ts +50 -28
  315. package/dist/models/ListSupabaseProjectsResponseBody.js.map +1 -1
  316. package/dist/models/ListWorkspacesRequest.d.ts +59 -0
  317. package/dist/models/ListWorkspacesRequest.js +66 -0
  318. package/dist/models/ListWorkspacesRequest.js.map +1 -0
  319. package/dist/models/ListWorkspacesResponse.d.ts +19 -0
  320. package/dist/models/ListWorkspacesResponse.js +69 -0
  321. package/dist/models/ListWorkspacesResponse.js.map +1 -0
  322. package/dist/models/ListWorkspacesResponseBody.d.ts +299 -0
  323. package/dist/models/ListWorkspacesResponseBody.js +194 -0
  324. package/dist/models/ListWorkspacesResponseBody.js.map +1 -0
  325. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +14 -0
  326. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  327. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +3 -0
  328. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.js.map +1 -1
  329. package/dist/models/ModifyBackupPolicyRequest.d.ts +1 -1
  330. package/dist/models/ModifyCollectionRequest.d.ts +18 -18
  331. package/dist/models/ModifyCollectionResponseBody.d.ts +8 -9
  332. package/dist/models/ModifyCollectionResponseBody.js.map +1 -1
  333. package/dist/models/ModifyDbinstanceDescriptionRequest.d.ts +1 -1
  334. package/dist/models/ModifyDbinstanceMaintainTimeRequest.d.ts +1 -1
  335. package/dist/models/ModifyDbinstancePayTypeResponseBody.d.ts +1 -1
  336. package/dist/models/ModifyDbresourceGroupRequest.d.ts +1 -1
  337. package/dist/models/ModifyHadoopDataSourceRequest.d.ts +55 -5
  338. package/dist/models/ModifyHadoopDataSourceRequest.js.map +1 -1
  339. package/dist/models/ModifyJdbcdataSourceRequest.d.ts +3 -3
  340. package/dist/models/ModifySecurityIpsRequest.d.ts +1 -1
  341. package/dist/models/ModifySqlcollectorPolicyRequest.d.ts +1 -1
  342. package/dist/models/ModifySqlcollectorPolicyResponseBody.d.ts +1 -1
  343. package/dist/models/ModifyStreamingDataServiceRequest.d.ts +5 -0
  344. package/dist/models/ModifyStreamingDataServiceRequest.js.map +1 -1
  345. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +11 -0
  346. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  347. package/dist/models/ModifySupabaseAutoScalePolicyResponseBody.d.ts +3 -0
  348. package/dist/models/ModifySupabaseAutoScalePolicyResponseBody.js.map +1 -1
  349. package/dist/models/ModifySupabaseProjectDescriptionRequest.d.ts +9 -0
  350. package/dist/models/ModifySupabaseProjectDescriptionRequest.js.map +1 -1
  351. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +13 -0
  352. package/dist/models/ModifySupabaseProjectResourceRequest.js.map +1 -1
  353. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +9 -0
  354. package/dist/models/ModifySupabaseProjectResourceResponseBody.js.map +1 -1
  355. package/dist/models/ModifySupabaseProjectSecurityIpsRequest.d.ts +15 -6
  356. package/dist/models/ModifySupabaseProjectSecurityIpsRequest.js.map +1 -1
  357. package/dist/models/ModifySupabaseProjectSecurityIpsResponseBody.d.ts +1 -1
  358. package/dist/models/PauseSupabaseProjectRequest.d.ts +7 -0
  359. package/dist/models/PauseSupabaseProjectRequest.js.map +1 -1
  360. package/dist/models/PauseSupabaseProjectResponseBody.d.ts +3 -0
  361. package/dist/models/PauseSupabaseProjectResponseBody.js.map +1 -1
  362. package/dist/models/QueryCollectionDataRequest.d.ts +108 -68
  363. package/dist/models/QueryCollectionDataRequest.js.map +1 -1
  364. package/dist/models/QueryCollectionDataResponseBody.d.ts +12 -6
  365. package/dist/models/QueryCollectionDataResponseBody.js.map +1 -1
  366. package/dist/models/QueryCollectionDataShrinkRequest.d.ts +91 -61
  367. package/dist/models/QueryCollectionDataShrinkRequest.js.map +1 -1
  368. package/dist/models/QueryContentAdvanceRequest.d.ts +117 -76
  369. package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
  370. package/dist/models/QueryContentRequest.d.ts +117 -76
  371. package/dist/models/QueryContentRequest.js.map +1 -1
  372. package/dist/models/QueryContentResponseBody.d.ts +12 -10
  373. package/dist/models/QueryContentResponseBody.js.map +1 -1
  374. package/dist/models/QueryContentShrinkRequest.d.ts +109 -75
  375. package/dist/models/QueryContentShrinkRequest.js.map +1 -1
  376. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +137 -77
  377. package/dist/models/QueryKnowledgeBasesContentRequest.js.map +1 -1
  378. package/dist/models/QueryKnowledgeBasesContentResponseBody.d.ts +25 -12
  379. package/dist/models/QueryKnowledgeBasesContentResponseBody.js.map +1 -1
  380. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +21 -15
  381. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.js.map +1 -1
  382. package/dist/models/ReleaseInstancePublicConnectionRequest.d.ts +1 -1
  383. package/dist/models/RerankRequest.d.ts +3 -0
  384. package/dist/models/RerankRequest.js.map +1 -1
  385. package/dist/models/RerankShrinkRequest.d.ts +3 -0
  386. package/dist/models/RerankShrinkRequest.js.map +1 -1
  387. package/dist/models/RestartSupabaseProjectRequest.d.ts +31 -0
  388. package/dist/models/RestartSupabaseProjectRequest.js +60 -0
  389. package/dist/models/RestartSupabaseProjectRequest.js.map +1 -0
  390. package/dist/models/RestartSupabaseProjectResponse.d.ts +19 -0
  391. package/dist/models/RestartSupabaseProjectResponse.js +69 -0
  392. package/dist/models/RestartSupabaseProjectResponse.js.map +1 -0
  393. package/dist/models/RestartSupabaseProjectResponseBody.d.ts +21 -0
  394. package/dist/models/RestartSupabaseProjectResponseBody.js +58 -0
  395. package/dist/models/RestartSupabaseProjectResponseBody.js.map +1 -0
  396. package/dist/models/RestoreSnapshotRequest.d.ts +73 -0
  397. package/dist/models/RestoreSnapshotRequest.js +70 -0
  398. package/dist/models/RestoreSnapshotRequest.js.map +1 -0
  399. package/dist/models/RestoreSnapshotResponse.d.ts +19 -0
  400. package/dist/models/RestoreSnapshotResponse.js +69 -0
  401. package/dist/models/RestoreSnapshotResponse.js.map +1 -0
  402. package/dist/models/RestoreSnapshotResponseBody.d.ts +37 -0
  403. package/dist/models/RestoreSnapshotResponseBody.js +62 -0
  404. package/dist/models/RestoreSnapshotResponseBody.js.map +1 -0
  405. package/dist/models/ResumeSupabaseProjectRequest.d.ts +2 -0
  406. package/dist/models/ResumeSupabaseProjectRequest.js.map +1 -1
  407. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +3 -0
  408. package/dist/models/ResumeSupabaseProjectResponseBody.js.map +1 -1
  409. package/dist/models/SwitchDbinstanceNetTypeRequest.d.ts +3 -3
  410. package/dist/models/TagSupabaseProjectRequest.d.ts +20 -0
  411. package/dist/models/TagSupabaseProjectRequest.js.map +1 -1
  412. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  413. package/dist/models/TextEmbeddingRequest.d.ts +4 -1
  414. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  415. package/dist/models/TextEmbeddingShrinkRequest.d.ts +4 -1
  416. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  417. package/dist/models/UntagSupabaseProjectRequest.d.ts +27 -0
  418. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  419. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  420. package/dist/models/UpgradeDbinstanceRequest.d.ts +69 -32
  421. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  422. package/dist/models/UpgradeDbversionResponseBody.d.ts +1 -1
  423. package/dist/models/UpsertChunksRequest.d.ts +1 -1
  424. package/dist/models/UpsertCollectionDataRequest.d.ts +2 -2
  425. package/dist/models/UpsertCollectionDataResponseBody.d.ts +1 -1
  426. package/dist/models/UpsertCollectionDataShrinkRequest.d.ts +1 -1
  427. package/dist/models/model.d.ts +63 -0
  428. package/dist/models/model.js +149 -21
  429. package/dist/models/model.js.map +1 -1
  430. package/package.json +1 -1
  431. package/src/client.ts +1349 -220
  432. package/src/models/ChatWithKnowledgeBaseRequest.ts +141 -87
  433. package/src/models/ChatWithKnowledgeBaseResponseBody.ts +62 -52
  434. package/src/models/ChatWithKnowledgeBaseShrinkRequest.ts +10 -7
  435. package/src/models/ChatWithKnowledgeBaseStreamRequest.ts +120 -90
  436. package/src/models/ChatWithKnowledgeBaseStreamResponseBody.ts +61 -51
  437. package/src/models/ChatWithKnowledgeBaseStreamShrinkRequest.ts +10 -7
  438. package/src/models/CreateAiserviceRequest.ts +36 -0
  439. package/src/models/CreateAiserviceResponseBody.ts +6 -0
  440. package/src/models/CreateBranchRequest.ts +200 -0
  441. package/src/models/CreateBranchResponse.ts +40 -0
  442. package/src/models/CreateBranchResponseBody.ts +54 -0
  443. package/src/models/CreateCollectionRequest.ts +161 -46
  444. package/src/models/CreateCollectionResponseBody.ts +4 -3
  445. package/src/models/CreateCollectionShrinkRequest.ts +102 -46
  446. package/src/models/CreateDbinstancePlanRequest.ts +2 -2
  447. package/src/models/CreateDbinstanceRequest.ts +215 -141
  448. package/src/models/CreateDbinstanceResponseBody.ts +7 -7
  449. package/src/models/CreateDbresourceGroupRequest.ts +1 -1
  450. package/src/models/CreateDocumentCollectionRequest.ts +259 -66
  451. package/src/models/CreateDocumentCollectionResponseBody.ts +5 -3
  452. package/src/models/CreateDocumentCollectionShrinkRequest.ts +200 -66
  453. package/src/models/CreateIndexRequest.ts +3 -0
  454. package/src/models/CreateJdbcdataSourceRequest.ts +3 -3
  455. package/src/models/CreateModelServiceRequest.ts +20 -10
  456. package/src/models/CreateModelServiceResponseBody.ts +2 -2
  457. package/src/models/CreateModelServiceShrinkRequest.ts +20 -10
  458. package/src/models/CreateNamespaceRequest.ts +1 -1
  459. package/src/models/CreateNamespaceResponseBody.ts +1 -1
  460. package/src/models/CreateSaasServiceRequest.ts +125 -0
  461. package/src/models/CreateSaasServiceResponse.ts +40 -0
  462. package/src/models/CreateSaasServiceResponseBody.ts +54 -0
  463. package/src/models/CreateSnapshotRequest.ts +76 -0
  464. package/src/models/CreateSnapshotResponse.ts +40 -0
  465. package/src/models/CreateSnapshotResponseBody.ts +64 -0
  466. package/src/models/CreateStreamingJobRequest.ts +1 -1
  467. package/src/models/CreateStreamingJobShrinkRequest.ts +1 -1
  468. package/src/models/CreateSupabaseProjectRequest.ts +89 -43
  469. package/src/models/CreateSupabaseProjectResponseBody.ts +10 -3
  470. package/src/models/CreateVectorIndexRequest.ts +105 -29
  471. package/src/models/CreateVectorIndexResponseBody.ts +7 -5
  472. package/src/models/CreateWorkspaceRequest.ts +48 -0
  473. package/src/models/CreateWorkspaceResponse.ts +40 -0
  474. package/src/models/CreateWorkspaceResponseBody.ts +44 -0
  475. package/src/models/DeleteAiserviceRequest.ts +8 -0
  476. package/src/models/DeleteAiserviceResponseBody.ts +3 -0
  477. package/src/models/DeleteBranchRequest.ts +46 -0
  478. package/src/models/DeleteBranchResponse.ts +40 -0
  479. package/src/models/DeleteBranchResponseBody.ts +34 -0
  480. package/src/models/DeleteChunksRequest.ts +21 -0
  481. package/src/models/DeleteChunksResponseBody.ts +3 -0
  482. package/src/models/DeleteChunksShrinkRequest.ts +21 -0
  483. package/src/models/DeleteDatabaseRequest.ts +1 -1
  484. package/src/models/DeleteDbinstanceRequest.ts +1 -1
  485. package/src/models/DeleteHadoopDataSourceRequest.ts +5 -0
  486. package/src/models/DeleteNamespaceRequest.ts +1 -1
  487. package/src/models/DeleteNamespaceResponseBody.ts +1 -1
  488. package/src/models/DeleteSaasServiceRequest.ts +46 -0
  489. package/src/models/DeleteSaasServiceResponse.ts +40 -0
  490. package/src/models/DeleteSaasServiceResponseBody.ts +44 -0
  491. package/src/models/DeleteSnapshotRequest.ts +51 -0
  492. package/src/models/DeleteSnapshotResponse.ts +40 -0
  493. package/src/models/DeleteSnapshotResponseBody.ts +31 -0
  494. package/src/models/DeleteStreamingDataServiceRequest.ts +3 -0
  495. package/src/models/DeleteStreamingDataSourceRequest.ts +5 -0
  496. package/src/models/DeleteStreamingJobRequest.ts +5 -0
  497. package/src/models/DeleteVectorIndexRequest.ts +1 -1
  498. package/src/models/DeleteVectorIndexResponseBody.ts +1 -1
  499. package/src/models/DeleteWorkspaceRequest.ts +41 -0
  500. package/src/models/DeleteWorkspaceResponse.ts +40 -0
  501. package/src/models/DeleteWorkspaceResponseBody.ts +38 -0
  502. package/src/models/DescribeActiveSqlrecordsResponseBody.ts +2 -2
  503. package/src/models/DescribeAiserviceRequest.ts +8 -0
  504. package/src/models/DescribeAiserviceResponseBody.ts +37 -0
  505. package/src/models/DescribeAvailableResourcesRequest.ts +6 -5
  506. package/src/models/DescribeAvailableResourcesResponseBody.ts +30 -26
  507. package/src/models/DescribeBranchRequest.ts +46 -0
  508. package/src/models/DescribeBranchResponse.ts +40 -0
  509. package/src/models/DescribeBranchResponseBody.ts +286 -0
  510. package/src/models/DescribeCollectionRequest.ts +1 -1
  511. package/src/models/DescribeCollectionResponseBody.ts +2 -2
  512. package/src/models/DescribeDataSharePerformanceRequest.ts +10 -9
  513. package/src/models/DescribeDataSharePerformanceResponseBody.ts +8 -8
  514. package/src/models/DescribeDbinstanceAttributeRequest.ts +2 -2
  515. package/src/models/DescribeDbinstanceDataSkewRequest.ts +2 -2
  516. package/src/models/DescribeDbinstanceDiagnosisSummaryRequest.ts +1 -1
  517. package/src/models/DescribeDbinstanceIndexUsageRequest.ts +2 -2
  518. package/src/models/DescribeDbinstanceIparrayListRequest.ts +1 -1
  519. package/src/models/DescribeDbinstanceNetInfoRequest.ts +1 -1
  520. package/src/models/DescribeDbinstanceNetInfoResponseBody.ts +1 -1
  521. package/src/models/DescribeDbinstancePerformanceRequest.ts +1 -1
  522. package/src/models/DescribeDbinstancesRequest.ts +23 -20
  523. package/src/models/DescribeDbinstancesResponseBody.ts +6 -2
  524. package/src/models/DescribeDbinstancesShrinkRequest.ts +23 -20
  525. package/src/models/DescribeDbresourceGroupRequest.ts +2 -2
  526. package/src/models/DescribeDbversionInfosRequest.ts +1 -1
  527. package/src/models/DescribeDownloadRecordsRequest.ts +12 -1
  528. package/src/models/DescribeDownloadRecordsResponseBody.ts +10 -8
  529. package/src/models/DescribeExternalDataServiceRequest.ts +1 -1
  530. package/src/models/DescribeExternalDataServiceResponseBody.ts +3 -3
  531. package/src/models/DescribeHadoopConfigsResponseBody.ts +9 -1
  532. package/src/models/DescribeHadoopDataSourceResponseBody.ts +67 -8
  533. package/src/models/DescribeJdbcdataSourceResponseBody.ts +5 -5
  534. package/src/models/DescribeModelServiceResponseBody.ts +3 -0
  535. package/src/models/DescribeModifyParameterLogRequest.ts +3 -3
  536. package/src/models/DescribeModifyParameterLogResponseBody.ts +2 -2
  537. package/src/models/DescribeNamespaceRequest.ts +1 -1
  538. package/src/models/DescribeNamespaceResponseBody.ts +1 -1
  539. package/src/models/DescribeParametersResponseBody.ts +1 -1
  540. package/src/models/DescribeRdsVpcsRequest.ts +1 -1
  541. package/src/models/DescribeRdsVswitchsRequest.ts +1 -1
  542. package/src/models/DescribeRebalanceStatusRequest.ts +1 -1
  543. package/src/models/DescribeRebalanceStatusResponseBody.ts +2 -2
  544. package/src/models/DescribeRegionsRequest.ts +2 -2
  545. package/src/models/DescribeRegionsResponseBody.ts +1 -1
  546. package/src/models/DescribeSqllogCountRequest.ts +1 -1
  547. package/src/models/DescribeSqllogsRequest.ts +1 -1
  548. package/src/models/DescribeSqllogsV2request.ts +4 -4
  549. package/src/models/DescribeSqllogsV2responseBody.ts +1 -1
  550. package/src/models/DescribeTableRequest.ts +7 -0
  551. package/src/models/DescribeTagsRequest.ts +1 -1
  552. package/src/models/DescribeUserEncryptionKeyListRequest.ts +2 -2
  553. package/src/models/DescribeUserEncryptionKeyListResponseBody.ts +1 -1
  554. package/src/models/DownloadDiagnosisRecordsRequest.ts +1 -1
  555. package/src/models/EnableCollectionGraphRagrequest.ts +6 -0
  556. package/src/models/EnableCollectionGraphRagshrinkRequest.ts +6 -0
  557. package/src/models/ExecuteStatementRequest.ts +30 -0
  558. package/src/models/ExecuteStatementShrinkRequest.ts +12 -0
  559. package/src/models/GetBranchSchemaRequest.ts +70 -0
  560. package/src/models/GetBranchSchemaResponse.ts +40 -0
  561. package/src/models/GetBranchSchemaResponseBody.ts +44 -0
  562. package/src/models/GetSaasServiceRequest.ts +41 -0
  563. package/src/models/GetSaasServiceResponse.ts +40 -0
  564. package/src/models/GetSaasServiceResponseBody.ts +87 -0
  565. package/src/models/GetServiceAccessInfoRequest.ts +41 -0
  566. package/src/models/GetServiceAccessInfoResponse.ts +40 -0
  567. package/src/models/GetServiceAccessInfoResponseBody.ts +45 -0
  568. package/src/models/GetSupabaseProjectApiKeysRequest.ts +2 -2
  569. package/src/models/GetSupabaseProjectApiKeysResponseBody.ts +3 -3
  570. package/src/models/GetSupabaseProjectRequest.ts +3 -3
  571. package/src/models/GetSupabaseProjectResponseBody.ts +62 -25
  572. package/src/models/ListAinodePoolsRequest.ts +2 -2
  573. package/src/models/ListAinodePoolsResponseBody.ts +49 -36
  574. package/src/models/ListAiservicesRequest.ts +20 -0
  575. package/src/models/ListAiservicesResponseBody.ts +50 -0
  576. package/src/models/ListBranchesRequest.ts +135 -0
  577. package/src/models/ListBranchesResponse.ts +40 -0
  578. package/src/models/ListBranchesResponseBody.ts +247 -0
  579. package/src/models/ListChunksRequest.ts +50 -0
  580. package/src/models/ListChunksResponseBody.ts +12 -0
  581. package/src/models/ListDocumentCollectionsRequest.ts +7 -7
  582. package/src/models/ListDocumentCollectionsResponseBody.ts +7 -6
  583. package/src/models/ListExternalDataServicesResponseBody.ts +3 -3
  584. package/src/models/ListExternalDataSourcesResponseBody.ts +1 -1
  585. package/src/models/ListModelServicesResponseBody.ts +3 -0
  586. package/src/models/ListNamespacesRequest.ts +1 -1
  587. package/src/models/ListNamespacesResponseBody.ts +1 -1
  588. package/src/models/ListSaasServiceRequest.ts +81 -0
  589. package/src/models/ListSaasServiceResponse.ts +40 -0
  590. package/src/models/ListSaasServiceResponseBody.ts +193 -0
  591. package/src/models/ListSecretsRequest.ts +7 -0
  592. package/src/models/ListStreamingJobsResponseBody.ts +1 -1
  593. package/src/models/ListSupabaseProjectTagsRequest.ts +35 -1
  594. package/src/models/ListSupabaseProjectTagsResponseBody.ts +20 -1
  595. package/src/models/ListSupabaseProjectsRequest.ts +11 -5
  596. package/src/models/ListSupabaseProjectsResponseBody.ts +50 -28
  597. package/src/models/ListWorkspacesRequest.ts +80 -0
  598. package/src/models/ListWorkspacesResponse.ts +40 -0
  599. package/src/models/ListWorkspacesResponseBody.ts +412 -0
  600. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +14 -0
  601. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +3 -0
  602. package/src/models/ModifyBackupPolicyRequest.ts +1 -1
  603. package/src/models/ModifyCollectionRequest.ts +18 -18
  604. package/src/models/ModifyCollectionResponseBody.ts +9 -10
  605. package/src/models/ModifyDbinstanceDescriptionRequest.ts +1 -1
  606. package/src/models/ModifyDbinstanceMaintainTimeRequest.ts +1 -1
  607. package/src/models/ModifyDbinstancePayTypeResponseBody.ts +1 -1
  608. package/src/models/ModifyDbresourceGroupRequest.ts +1 -1
  609. package/src/models/ModifyHadoopDataSourceRequest.ts +55 -5
  610. package/src/models/ModifyJdbcdataSourceRequest.ts +3 -3
  611. package/src/models/ModifySecurityIpsRequest.ts +1 -1
  612. package/src/models/ModifySqlcollectorPolicyRequest.ts +1 -1
  613. package/src/models/ModifySqlcollectorPolicyResponseBody.ts +1 -1
  614. package/src/models/ModifyStreamingDataServiceRequest.ts +5 -0
  615. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +11 -0
  616. package/src/models/ModifySupabaseAutoScalePolicyResponseBody.ts +3 -0
  617. package/src/models/ModifySupabaseProjectDescriptionRequest.ts +9 -0
  618. package/src/models/ModifySupabaseProjectResourceRequest.ts +13 -0
  619. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +9 -0
  620. package/src/models/ModifySupabaseProjectSecurityIpsRequest.ts +15 -6
  621. package/src/models/ModifySupabaseProjectSecurityIpsResponseBody.ts +1 -1
  622. package/src/models/PauseSupabaseProjectRequest.ts +7 -0
  623. package/src/models/PauseSupabaseProjectResponseBody.ts +3 -0
  624. package/src/models/QueryCollectionDataRequest.ts +108 -68
  625. package/src/models/QueryCollectionDataResponseBody.ts +12 -6
  626. package/src/models/QueryCollectionDataShrinkRequest.ts +95 -65
  627. package/src/models/QueryContentAdvanceRequest.ts +117 -76
  628. package/src/models/QueryContentRequest.ts +117 -76
  629. package/src/models/QueryContentResponseBody.ts +12 -10
  630. package/src/models/QueryContentShrinkRequest.ts +109 -75
  631. package/src/models/QueryKnowledgeBasesContentRequest.ts +140 -80
  632. package/src/models/QueryKnowledgeBasesContentResponseBody.ts +25 -12
  633. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +22 -16
  634. package/src/models/ReleaseInstancePublicConnectionRequest.ts +1 -1
  635. package/src/models/RerankRequest.ts +3 -0
  636. package/src/models/RerankShrinkRequest.ts +3 -0
  637. package/src/models/RestartSupabaseProjectRequest.ts +46 -0
  638. package/src/models/RestartSupabaseProjectResponse.ts +40 -0
  639. package/src/models/RestartSupabaseProjectResponseBody.ts +34 -0
  640. package/src/models/RestoreSnapshotRequest.ts +98 -0
  641. package/src/models/RestoreSnapshotResponse.ts +40 -0
  642. package/src/models/RestoreSnapshotResponseBody.ts +54 -0
  643. package/src/models/ResumeSupabaseProjectRequest.ts +2 -0
  644. package/src/models/ResumeSupabaseProjectResponseBody.ts +3 -0
  645. package/src/models/SwitchDbinstanceNetTypeRequest.ts +3 -3
  646. package/src/models/TagSupabaseProjectRequest.ts +20 -0
  647. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  648. package/src/models/TextEmbeddingRequest.ts +4 -1
  649. package/src/models/TextEmbeddingShrinkRequest.ts +4 -1
  650. package/src/models/UntagSupabaseProjectRequest.ts +27 -0
  651. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  652. package/src/models/UpgradeDbinstanceRequest.ts +69 -32
  653. package/src/models/UpgradeDbversionResponseBody.ts +1 -1
  654. package/src/models/UpsertChunksRequest.ts +1 -1
  655. package/src/models/UpsertCollectionDataRequest.ts +2 -2
  656. package/src/models/UpsertCollectionDataResponseBody.ts +1 -1
  657. package/src/models/UpsertCollectionDataShrinkRequest.ts +1 -1
  658. package/src/models/model.ts +63 -0
package/dist/client.d.ts CHANGED
@@ -142,14 +142,14 @@ export default class Client extends OpenApi {
142
142
  */
143
143
  cancelUpsertCollectionDataJob(request: $_model.CancelUpsertCollectionDataJobRequest): Promise<$_model.CancelUpsertCollectionDataJobResponse>;
144
144
  /**
145
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
145
+ * Combines a knowledge base with a large language model for intelligent Q&A.
146
146
  *
147
147
  * @remarks
148
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
149
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
150
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
151
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
152
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
148
+ * This API lets you interact with a large language model using specific knowledge base collections to ensure responses are grounded in their content. You can customize requests by configuring parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API provides a default system prompt template and supports custom system prompts.
149
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
150
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
151
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
152
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
153
153
  *
154
154
  * @param tmpReq - ChatWithKnowledgeBaseRequest
155
155
  * @param runtime - runtime options for this request RuntimeOptions
@@ -157,28 +157,28 @@ export default class Client extends OpenApi {
157
157
  */
158
158
  chatWithKnowledgeBaseWithOptions(tmpReq: $_model.ChatWithKnowledgeBaseRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ChatWithKnowledgeBaseResponse>;
159
159
  /**
160
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
160
+ * Combines a knowledge base with a large language model for intelligent Q&A.
161
161
  *
162
162
  * @remarks
163
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
164
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
165
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
166
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
167
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
163
+ * This API lets you interact with a large language model using specific knowledge base collections to ensure responses are grounded in their content. You can customize requests by configuring parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API provides a default system prompt template and supports custom system prompts.
164
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
165
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
166
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
167
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
168
168
  *
169
169
  * @param request - ChatWithKnowledgeBaseRequest
170
170
  * @returns ChatWithKnowledgeBaseResponse
171
171
  */
172
172
  chatWithKnowledgeBase(request: $_model.ChatWithKnowledgeBaseRequest): Promise<$_model.ChatWithKnowledgeBaseResponse>;
173
173
  /**
174
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model. A streaming API, which is called by using the SSE or the Java asynchronous SDK.
174
+ * This service combines a knowledge base with a large model to provide intelligent Q&A. You can access the streaming interface using Server-Sent Events (SSE) or the Java asynchronous SDK.
175
175
  *
176
176
  * @remarks
177
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
178
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
179
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
180
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
181
- * * PromptTemplate: optional. It is used to customize a system prompt template.
177
+ * Use this API to retrieve answers from a large language model based on content from a specified knowledge base. You can customize the request by configuring various parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API includes a default system prompt template, and you can also specify a custom one.
178
+ * - DBInstanceId: Required. The ID of the database instance.
179
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
180
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
181
+ * - PromptTemplate: Optional. A custom system prompt template.
182
182
  *
183
183
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
184
184
  * @param runtime - runtime options for this request RuntimeOptions
@@ -186,14 +186,14 @@ export default class Client extends OpenApi {
186
186
  */
187
187
  chatWithKnowledgeBaseStreamWithSSE(tmpReq: $_model.ChatWithKnowledgeBaseStreamRequest, runtime: $dara.RuntimeOptions): AsyncGenerator<$_model.ChatWithKnowledgeBaseStreamResponse, any, unknown>;
188
188
  /**
189
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model. A streaming API, which is called by using the SSE or the Java asynchronous SDK.
189
+ * This service combines a knowledge base with a large model to provide intelligent Q&A. You can access the streaming interface using Server-Sent Events (SSE) or the Java asynchronous SDK.
190
190
  *
191
191
  * @remarks
192
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
193
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
194
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
195
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
196
- * * PromptTemplate: optional. It is used to customize a system prompt template.
192
+ * Use this API to retrieve answers from a large language model based on content from a specified knowledge base. You can customize the request by configuring various parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API includes a default system prompt template, and you can also specify a custom one.
193
+ * - DBInstanceId: Required. The ID of the database instance.
194
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
195
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
196
+ * - PromptTemplate: Optional. A custom system prompt template.
197
197
  *
198
198
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
199
199
  * @param runtime - runtime options for this request RuntimeOptions
@@ -201,14 +201,14 @@ export default class Client extends OpenApi {
201
201
  */
202
202
  chatWithKnowledgeBaseStreamWithOptions(tmpReq: $_model.ChatWithKnowledgeBaseStreamRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ChatWithKnowledgeBaseStreamResponse>;
203
203
  /**
204
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model. A streaming API, which is called by using the SSE or the Java asynchronous SDK.
204
+ * This service combines a knowledge base with a large model to provide intelligent Q&A. You can access the streaming interface using Server-Sent Events (SSE) or the Java asynchronous SDK.
205
205
  *
206
206
  * @remarks
207
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
208
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
209
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
210
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
211
- * * PromptTemplate: optional. It is used to customize a system prompt template.
207
+ * Use this API to retrieve answers from a large language model based on content from a specified knowledge base. You can customize the request by configuring various parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API includes a default system prompt template, and you can also specify a custom one.
208
+ * - DBInstanceId: Required. The ID of the database instance.
209
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
210
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
211
+ * - PromptTemplate: Optional. A custom system prompt template.
212
212
  *
213
213
  * @param request - ChatWithKnowledgeBaseStreamRequest
214
214
  * @returns ChatWithKnowledgeBaseStreamResponse
@@ -290,7 +290,7 @@ export default class Client extends OpenApi {
290
290
  */
291
291
  cloneDBInstance(request: $_model.CloneDBInstanceRequest): Promise<$_model.CloneDBInstanceResponse>;
292
292
  /**
293
- * 创建 AI 服务
293
+ * Creates an AI service.
294
294
  *
295
295
  * @param request - CreateAIServiceRequest
296
296
  * @param runtime - runtime options for this request RuntimeOptions
@@ -298,7 +298,7 @@ export default class Client extends OpenApi {
298
298
  */
299
299
  createAIServiceWithOptions(request: $_model.CreateAIServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAIServiceResponse>;
300
300
  /**
301
- * 创建 AI 服务
301
+ * Creates an AI service.
302
302
  *
303
303
  * @param request - CreateAIServiceRequest
304
304
  * @returns CreateAIServiceResponse
@@ -347,7 +347,28 @@ export default class Client extends OpenApi {
347
347
  */
348
348
  createBackup(request: $_model.CreateBackupRequest): Promise<$_model.CreateBackupResponse>;
349
349
  /**
350
- * Creates a vector collection.
350
+ * Creates a Supabase project branch.
351
+ *
352
+ * @remarks
353
+ * Creates a new Supabase branch based on a specified parent branch. By default, a child branch inherits the region, network, storage, and other resource configurations from the primary branch.
354
+ *
355
+ * @param request - CreateBranchRequest
356
+ * @param runtime - runtime options for this request RuntimeOptions
357
+ * @returns CreateBranchResponse
358
+ */
359
+ createBranchWithOptions(request: $_model.CreateBranchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateBranchResponse>;
360
+ /**
361
+ * Creates a Supabase project branch.
362
+ *
363
+ * @remarks
364
+ * Creates a new Supabase branch based on a specified parent branch. By default, a child branch inherits the region, network, storage, and other resource configurations from the primary branch.
365
+ *
366
+ * @param request - CreateBranchRequest
367
+ * @returns CreateBranchResponse
368
+ */
369
+ createBranch(request: $_model.CreateBranchRequest): Promise<$_model.CreateBranchResponse>;
370
+ /**
371
+ * Create a vector dataset.
351
372
  *
352
373
  * @param tmpReq - CreateCollectionRequest
353
374
  * @param runtime - runtime options for this request RuntimeOptions
@@ -355,17 +376,17 @@ export default class Client extends OpenApi {
355
376
  */
356
377
  createCollectionWithOptions(tmpReq: $_model.CreateCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCollectionResponse>;
357
378
  /**
358
- * Creates a vector collection.
379
+ * Create a vector dataset.
359
380
  *
360
381
  * @param request - CreateCollectionRequest
361
382
  * @returns CreateCollectionResponse
362
383
  */
363
384
  createCollection(request: $_model.CreateCollectionRequest): Promise<$_model.CreateCollectionResponse>;
364
385
  /**
365
- * Create Instance
386
+ * Create an AnalyticDB for PostgreSQL instance.
366
387
  *
367
388
  * @remarks
368
- * Before using this interface, please make sure you have fully understood the [billing method](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 the AnalyticDB for PostgreSQL product.
389
+ * 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.
369
390
  *
370
391
  * @param request - CreateDBInstanceRequest
371
392
  * @param runtime - runtime options for this request RuntimeOptions
@@ -373,10 +394,10 @@ export default class Client extends OpenApi {
373
394
  */
374
395
  createDBInstanceWithOptions(request: $_model.CreateDBInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDBInstanceResponse>;
375
396
  /**
376
- * Create Instance
397
+ * Create an AnalyticDB for PostgreSQL instance.
377
398
  *
378
399
  * @remarks
379
- * Before using this interface, please make sure you have fully understood the [billing method](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 the AnalyticDB for PostgreSQL product.
400
+ * 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.
380
401
  *
381
402
  * @param request - CreateDBInstanceRequest
382
403
  * @returns CreateDBInstanceResponse
@@ -453,7 +474,7 @@ export default class Client extends OpenApi {
453
474
  */
454
475
  createDatabase(request: $_model.CreateDatabaseRequest): Promise<$_model.CreateDatabaseResponse>;
455
476
  /**
456
- * Creates a document collection.
477
+ * Create a knowledge base
457
478
  *
458
479
  * @param tmpReq - CreateDocumentCollectionRequest
459
480
  * @param runtime - runtime options for this request RuntimeOptions
@@ -461,7 +482,7 @@ export default class Client extends OpenApi {
461
482
  */
462
483
  createDocumentCollectionWithOptions(tmpReq: $_model.CreateDocumentCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDocumentCollectionResponse>;
463
484
  /**
464
- * Creates a document collection.
485
+ * Create a knowledge base
465
486
  *
466
487
  * @param request - CreateDocumentCollectionRequest
467
488
  * @returns CreateDocumentCollectionResponse
@@ -546,7 +567,7 @@ export default class Client extends OpenApi {
546
567
  * Creates a model service.
547
568
  *
548
569
  * @remarks
549
- * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and [pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
570
+ * 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.
550
571
  *
551
572
  * @param tmpReq - CreateModelServiceRequest
552
573
  * @param runtime - runtime options for this request RuntimeOptions
@@ -557,7 +578,7 @@ export default class Client extends OpenApi {
557
578
  * Creates a model service.
558
579
  *
559
580
  * @remarks
560
- * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and [pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
581
+ * 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.
561
582
  *
562
583
  * @param request - CreateModelServiceRequest
563
584
  * @returns CreateModelServiceResponse
@@ -593,6 +614,27 @@ export default class Client extends OpenApi {
593
614
  * @returns CreateRemoteADBDataSourceResponse
594
615
  */
595
616
  createRemoteADBDataSource(request: $_model.CreateRemoteADBDataSourceRequest): Promise<$_model.CreateRemoteADBDataSourceResponse>;
617
+ /**
618
+ * Creates a SaaS service.
619
+ *
620
+ * @remarks
621
+ * 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.
622
+ *
623
+ * @param request - CreateSaasServiceRequest
624
+ * @param runtime - runtime options for this request RuntimeOptions
625
+ * @returns CreateSaasServiceResponse
626
+ */
627
+ createSaasServiceWithOptions(request: $_model.CreateSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSaasServiceResponse>;
628
+ /**
629
+ * Creates a SaaS service.
630
+ *
631
+ * @remarks
632
+ * 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.
633
+ *
634
+ * @param request - CreateSaasServiceRequest
635
+ * @returns CreateSaasServiceResponse
636
+ */
637
+ createSaasService(request: $_model.CreateSaasServiceRequest): Promise<$_model.CreateSaasServiceResponse>;
596
638
  /**
597
639
  * Creates a sample dataset for an AnalyticDB for PostgreSQL instance.
598
640
  *
@@ -648,6 +690,27 @@ export default class Client extends OpenApi {
648
690
  * @returns CreateServiceLinkedRoleResponse
649
691
  */
650
692
  createServiceLinkedRole(request: $_model.CreateServiceLinkedRoleRequest): Promise<$_model.CreateServiceLinkedRoleResponse>;
693
+ /**
694
+ * Creates a snapshot for a Supabase project.
695
+ *
696
+ * @remarks
697
+ * Creates a snapshot for a Supabase project based on a specified point in time or Log Sequence Number (LSN). You must specify either SnapshotTimestamp or Lsn. ClientToken is used to ensure idempotence of the request.
698
+ *
699
+ * @param request - CreateSnapshotRequest
700
+ * @param runtime - runtime options for this request RuntimeOptions
701
+ * @returns CreateSnapshotResponse
702
+ */
703
+ createSnapshotWithOptions(request: $_model.CreateSnapshotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSnapshotResponse>;
704
+ /**
705
+ * Creates a snapshot for a Supabase project.
706
+ *
707
+ * @remarks
708
+ * Creates a snapshot for a Supabase project based on a specified point in time or Log Sequence Number (LSN). You must specify either SnapshotTimestamp or Lsn. ClientToken is used to ensure idempotence of the request.
709
+ *
710
+ * @param request - CreateSnapshotRequest
711
+ * @returns CreateSnapshotResponse
712
+ */
713
+ createSnapshot(request: $_model.CreateSnapshotRequest): Promise<$_model.CreateSnapshotResponse>;
651
714
  /**
652
715
  * Create External Data Source Configuration
653
716
  *
@@ -697,7 +760,7 @@ export default class Client extends OpenApi {
697
760
  * Creates a Supabase project.
698
761
  *
699
762
  * @remarks
700
- * You can call this operation to create a Supabase project.
763
+ * Creates a Supabase project in a specified region and zone. This operation supports Free, pay-as-you-go, and subscription billing methods. You can specify the network, specifications, storage, access IP address whitelist, DPI engine version, and auto start/stop configurations.
701
764
  *
702
765
  * @param request - CreateSupabaseProjectRequest
703
766
  * @param runtime - runtime options for this request RuntimeOptions
@@ -708,14 +771,14 @@ export default class Client extends OpenApi {
708
771
  * Creates a Supabase project.
709
772
  *
710
773
  * @remarks
711
- * You can call this operation to create a Supabase project.
774
+ * Creates a Supabase project in a specified region and zone. This operation supports Free, pay-as-you-go, and subscription billing methods. You can specify the network, specifications, storage, access IP address whitelist, DPI engine version, and auto start/stop configurations.
712
775
  *
713
776
  * @param request - CreateSupabaseProjectRequest
714
777
  * @returns CreateSupabaseProjectResponse
715
778
  */
716
779
  createSupabaseProject(request: $_model.CreateSupabaseProjectRequest): Promise<$_model.CreateSupabaseProjectResponse>;
717
780
  /**
718
- * Create Vector Index
781
+ * Creates an index for a vector collection.
719
782
  *
720
783
  * @param request - CreateVectorIndexRequest
721
784
  * @param runtime - runtime options for this request RuntimeOptions
@@ -723,12 +786,33 @@ export default class Client extends OpenApi {
723
786
  */
724
787
  createVectorIndexWithOptions(request: $_model.CreateVectorIndexRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateVectorIndexResponse>;
725
788
  /**
726
- * Create Vector Index
789
+ * Creates an index for a vector collection.
727
790
  *
728
791
  * @param request - CreateVectorIndexRequest
729
792
  * @returns CreateVectorIndexResponse
730
793
  */
731
794
  createVectorIndex(request: $_model.CreateVectorIndexRequest): Promise<$_model.CreateVectorIndexResponse>;
795
+ /**
796
+ * Creates a SaaS workspace.
797
+ *
798
+ * @remarks
799
+ * Creates a context service workspace.
800
+ *
801
+ * @param request - CreateWorkspaceRequest
802
+ * @param runtime - runtime options for this request RuntimeOptions
803
+ * @returns CreateWorkspaceResponse
804
+ */
805
+ createWorkspaceWithOptions(request: $_model.CreateWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWorkspaceResponse>;
806
+ /**
807
+ * Creates a SaaS workspace.
808
+ *
809
+ * @remarks
810
+ * Creates a context service workspace.
811
+ *
812
+ * @param request - CreateWorkspaceRequest
813
+ * @returns CreateWorkspaceResponse
814
+ */
815
+ createWorkspace(request: $_model.CreateWorkspaceRequest): Promise<$_model.CreateWorkspaceResponse>;
732
816
  /**
733
817
  * Delete AI Node
734
818
  *
@@ -753,7 +837,7 @@ export default class Client extends OpenApi {
753
837
  */
754
838
  deleteAINode(request: $_model.DeleteAINodeRequest): Promise<$_model.DeleteAINodeResponse>;
755
839
  /**
756
- * 删除 AI 服务
840
+ * Deletes an AI service.
757
841
  *
758
842
  * @param request - DeleteAIServiceRequest
759
843
  * @param runtime - runtime options for this request RuntimeOptions
@@ -761,7 +845,7 @@ export default class Client extends OpenApi {
761
845
  */
762
846
  deleteAIServiceWithOptions(request: $_model.DeleteAIServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAIServiceResponse>;
763
847
  /**
764
- * 删除 AI 服务
848
+ * Deletes an AI service.
765
849
  *
766
850
  * @param request - DeleteAIServiceRequest
767
851
  * @returns DeleteAIServiceResponse
@@ -798,7 +882,28 @@ export default class Client extends OpenApi {
798
882
  */
799
883
  deleteBackup(request: $_model.DeleteBackupRequest): Promise<$_model.DeleteBackupResponse>;
800
884
  /**
801
- * 删除文本块
885
+ * Deletes a Supabase branch.
886
+ *
887
+ * @remarks
888
+ * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
889
+ *
890
+ * @param request - DeleteBranchRequest
891
+ * @param runtime - runtime options for this request RuntimeOptions
892
+ * @returns DeleteBranchResponse
893
+ */
894
+ deleteBranchWithOptions(request: $_model.DeleteBranchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteBranchResponse>;
895
+ /**
896
+ * Deletes a Supabase branch.
897
+ *
898
+ * @remarks
899
+ * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
900
+ *
901
+ * @param request - DeleteBranchRequest
902
+ * @returns DeleteBranchResponse
903
+ */
904
+ deleteBranch(request: $_model.DeleteBranchRequest): Promise<$_model.DeleteBranchResponse>;
905
+ /**
906
+ * Deletes chunks from a document collection.
802
907
  *
803
908
  * @param tmpReq - DeleteChunksRequest
804
909
  * @param runtime - runtime options for this request RuntimeOptions
@@ -806,7 +911,7 @@ export default class Client extends OpenApi {
806
911
  */
807
912
  deleteChunksWithOptions(tmpReq: $_model.DeleteChunksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteChunksResponse>;
808
913
  /**
809
- * 删除文本块
914
+ * Deletes chunks from a document collection.
810
915
  *
811
916
  * @param request - DeleteChunksRequest
812
917
  * @returns DeleteChunksResponse
@@ -1000,7 +1105,7 @@ export default class Client extends OpenApi {
1000
1105
  */
1001
1106
  deleteExternalDataService(request: $_model.DeleteExternalDataServiceRequest): Promise<$_model.DeleteExternalDataServiceResponse>;
1002
1107
  /**
1003
- * Deletes a Hadoop external data source.
1108
+ * Delete a Hadoop external data source.
1004
1109
  *
1005
1110
  * @param request - DeleteHadoopDataSourceRequest
1006
1111
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1008,7 +1113,7 @@ export default class Client extends OpenApi {
1008
1113
  */
1009
1114
  deleteHadoopDataSourceWithOptions(request: $_model.DeleteHadoopDataSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteHadoopDataSourceResponse>;
1010
1115
  /**
1011
- * Deletes a Hadoop external data source.
1116
+ * Delete a Hadoop external data source.
1012
1117
  *
1013
1118
  * @param request - DeleteHadoopDataSourceRequest
1014
1119
  * @returns DeleteHadoopDataSourceResponse
@@ -1110,6 +1215,27 @@ export default class Client extends OpenApi {
1110
1215
  * @returns DeleteRemoteADBDataSourceResponse
1111
1216
  */
1112
1217
  deleteRemoteADBDataSource(request: $_model.DeleteRemoteADBDataSourceRequest): Promise<$_model.DeleteRemoteADBDataSourceResponse>;
1218
+ /**
1219
+ * Deletes a SaaS service.
1220
+ *
1221
+ * @remarks
1222
+ * Deletes a SaaS service.
1223
+ *
1224
+ * @param request - DeleteSaasServiceRequest
1225
+ * @param runtime - runtime options for this request RuntimeOptions
1226
+ * @returns DeleteSaasServiceResponse
1227
+ */
1228
+ deleteSaasServiceWithOptions(request: $_model.DeleteSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSaasServiceResponse>;
1229
+ /**
1230
+ * Deletes a SaaS service.
1231
+ *
1232
+ * @remarks
1233
+ * Deletes a SaaS service.
1234
+ *
1235
+ * @param request - DeleteSaasServiceRequest
1236
+ * @returns DeleteSaasServiceResponse
1237
+ */
1238
+ deleteSaasService(request: $_model.DeleteSaasServiceRequest): Promise<$_model.DeleteSaasServiceResponse>;
1113
1239
  /**
1114
1240
  * Deletes the access credentials of an AnalyticDB for PostgreSQL instance.
1115
1241
  *
@@ -1126,7 +1252,28 @@ export default class Client extends OpenApi {
1126
1252
  */
1127
1253
  deleteSecret(request: $_model.DeleteSecretRequest): Promise<$_model.DeleteSecretResponse>;
1128
1254
  /**
1129
- * Deletes the configurations of an external data source.
1255
+ * 删除恢复点
1256
+ *
1257
+ * @remarks
1258
+ * 该接口用于按 ProjectId 和 Lsn 删除指定 Supabase 项目中的快照。
1259
+ *
1260
+ * @param request - DeleteSnapshotRequest
1261
+ * @param runtime - runtime options for this request RuntimeOptions
1262
+ * @returns DeleteSnapshotResponse
1263
+ */
1264
+ deleteSnapshotWithOptions(request: $_model.DeleteSnapshotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSnapshotResponse>;
1265
+ /**
1266
+ * 删除恢复点
1267
+ *
1268
+ * @remarks
1269
+ * 该接口用于按 ProjectId 和 Lsn 删除指定 Supabase 项目中的快照。
1270
+ *
1271
+ * @param request - DeleteSnapshotRequest
1272
+ * @returns DeleteSnapshotResponse
1273
+ */
1274
+ deleteSnapshot(request: $_model.DeleteSnapshotRequest): Promise<$_model.DeleteSnapshotResponse>;
1275
+ /**
1276
+ * Delete a real-time data service.
1130
1277
  *
1131
1278
  * @param request - DeleteStreamingDataServiceRequest
1132
1279
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1134,14 +1281,14 @@ export default class Client extends OpenApi {
1134
1281
  */
1135
1282
  deleteStreamingDataServiceWithOptions(request: $_model.DeleteStreamingDataServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteStreamingDataServiceResponse>;
1136
1283
  /**
1137
- * Deletes the configurations of an external data source.
1284
+ * Delete a real-time data service.
1138
1285
  *
1139
1286
  * @param request - DeleteStreamingDataServiceRequest
1140
1287
  * @returns DeleteStreamingDataServiceResponse
1141
1288
  */
1142
1289
  deleteStreamingDataService(request: $_model.DeleteStreamingDataServiceRequest): Promise<$_model.DeleteStreamingDataServiceResponse>;
1143
1290
  /**
1144
- * Deletes a real-time data source.
1291
+ * Delete a real-time data source.
1145
1292
  *
1146
1293
  * @param request - DeleteStreamingDataSourceRequest
1147
1294
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1149,14 +1296,14 @@ export default class Client extends OpenApi {
1149
1296
  */
1150
1297
  deleteStreamingDataSourceWithOptions(request: $_model.DeleteStreamingDataSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteStreamingDataSourceResponse>;
1151
1298
  /**
1152
- * Deletes a real-time data source.
1299
+ * Delete a real-time data source.
1153
1300
  *
1154
1301
  * @param request - DeleteStreamingDataSourceRequest
1155
1302
  * @returns DeleteStreamingDataSourceResponse
1156
1303
  */
1157
1304
  deleteStreamingDataSource(request: $_model.DeleteStreamingDataSourceRequest): Promise<$_model.DeleteStreamingDataSourceResponse>;
1158
1305
  /**
1159
- * Deletes a real-time data synchronization job.
1306
+ * Delete a real-time data synchronization task.
1160
1307
  *
1161
1308
  * @param request - DeleteStreamingJobRequest
1162
1309
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1164,7 +1311,7 @@ export default class Client extends OpenApi {
1164
1311
  */
1165
1312
  deleteStreamingJobWithOptions(request: $_model.DeleteStreamingJobRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteStreamingJobResponse>;
1166
1313
  /**
1167
- * Deletes a real-time data synchronization job.
1314
+ * Delete a real-time data synchronization task.
1168
1315
  *
1169
1316
  * @param request - DeleteStreamingJobRequest
1170
1317
  * @returns DeleteStreamingJobResponse
@@ -1206,12 +1353,33 @@ export default class Client extends OpenApi {
1206
1353
  * @returns DeleteVectorIndexResponse
1207
1354
  */
1208
1355
  deleteVectorIndex(request: $_model.DeleteVectorIndexRequest): Promise<$_model.DeleteVectorIndexResponse>;
1356
+ /**
1357
+ * 删除SaaS工作空间
1358
+ *
1359
+ * @remarks
1360
+ * 此接口为删除上下文服务工作空间
1361
+ *
1362
+ * @param request - DeleteWorkspaceRequest
1363
+ * @param runtime - runtime options for this request RuntimeOptions
1364
+ * @returns DeleteWorkspaceResponse
1365
+ */
1366
+ deleteWorkspaceWithOptions(request: $_model.DeleteWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWorkspaceResponse>;
1367
+ /**
1368
+ * 删除SaaS工作空间
1369
+ *
1370
+ * @remarks
1371
+ * 此接口为删除上下文服务工作空间
1372
+ *
1373
+ * @param request - DeleteWorkspaceRequest
1374
+ * @returns DeleteWorkspaceResponse
1375
+ */
1376
+ deleteWorkspace(request: $_model.DeleteWorkspaceRequest): Promise<$_model.DeleteWorkspaceResponse>;
1209
1377
  /**
1210
1378
  * Deploy a private RAG service.
1211
1379
  *
1212
1380
  * @remarks
1213
- * 1. Before you deploy the private RAG service, create an initial account.
1214
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
1381
+ * 1. 部署私有RAG服务前,请先创建初始账号。
1382
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
1215
1383
  *
1216
1384
  * @param request - DeployPrivateRAGServiceRequest
1217
1385
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1222,15 +1390,15 @@ export default class Client extends OpenApi {
1222
1390
  * Deploy a private RAG service.
1223
1391
  *
1224
1392
  * @remarks
1225
- * 1. Before you deploy the private RAG service, create an initial account.
1226
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
1393
+ * 1. 部署私有RAG服务前,请先创建初始账号。
1394
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
1227
1395
  *
1228
1396
  * @param request - DeployPrivateRAGServiceRequest
1229
1397
  * @returns DeployPrivateRAGServiceResponse
1230
1398
  */
1231
1399
  deployPrivateRAGService(request: $_model.DeployPrivateRAGServiceRequest): Promise<$_model.DeployPrivateRAGServiceResponse>;
1232
1400
  /**
1233
- * 获取 AI 服务详情
1401
+ * Retrieves the details of an AI service.
1234
1402
  *
1235
1403
  * @param request - DescribeAIServiceRequest
1236
1404
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1238,7 +1406,7 @@ export default class Client extends OpenApi {
1238
1406
  */
1239
1407
  describeAIServiceWithOptions(request: $_model.DescribeAIServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAIServiceResponse>;
1240
1408
  /**
1241
- * 获取 AI 服务详情
1409
+ * Retrieves the details of an AI service.
1242
1410
  *
1243
1411
  * @param request - DescribeAIServiceRequest
1244
1412
  * @returns DescribeAIServiceResponse
@@ -1285,10 +1453,10 @@ export default class Client extends OpenApi {
1285
1453
  */
1286
1454
  describeActiveSQLRecords(request: $_model.DescribeActiveSQLRecordsRequest): Promise<$_model.DescribeActiveSQLRecordsResponse>;
1287
1455
  /**
1288
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
1456
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
1289
1457
  *
1290
1458
  * @remarks
1291
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
1459
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
1292
1460
  *
1293
1461
  * @param request - DescribeAvailableResourcesRequest
1294
1462
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1296,10 +1464,10 @@ export default class Client extends OpenApi {
1296
1464
  */
1297
1465
  describeAvailableResourcesWithOptions(request: $_model.DescribeAvailableResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAvailableResourcesResponse>;
1298
1466
  /**
1299
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
1467
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
1300
1468
  *
1301
1469
  * @remarks
1302
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
1470
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
1303
1471
  *
1304
1472
  * @param request - DescribeAvailableResourcesRequest
1305
1473
  * @returns DescribeAvailableResourcesResponse
@@ -1345,6 +1513,27 @@ export default class Client extends OpenApi {
1345
1513
  * @returns DescribeBackupPolicyResponse
1346
1514
  */
1347
1515
  describeBackupPolicy(request: $_model.DescribeBackupPolicyRequest): Promise<$_model.DescribeBackupPolicyResponse>;
1516
+ /**
1517
+ * Queries the details of a Supabase branch.
1518
+ *
1519
+ * @remarks
1520
+ * Queries the detailed information of a specified Supabase branch, including basic branch attributes, parent branch information, protection status, and connection information.
1521
+ *
1522
+ * @param request - DescribeBranchRequest
1523
+ * @param runtime - runtime options for this request RuntimeOptions
1524
+ * @returns DescribeBranchResponse
1525
+ */
1526
+ describeBranchWithOptions(request: $_model.DescribeBranchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeBranchResponse>;
1527
+ /**
1528
+ * Queries the details of a Supabase branch.
1529
+ *
1530
+ * @remarks
1531
+ * Queries the detailed information of a specified Supabase branch, including basic branch attributes, parent branch information, protection status, and connection information.
1532
+ *
1533
+ * @param request - DescribeBranchRequest
1534
+ * @returns DescribeBranchResponse
1535
+ */
1536
+ describeBranch(request: $_model.DescribeBranchRequest): Promise<$_model.DescribeBranchResponse>;
1348
1537
  /**
1349
1538
  * Queries the information about a vector collection.
1350
1539
  *
@@ -1403,10 +1592,10 @@ export default class Client extends OpenApi {
1403
1592
  */
1404
1593
  describeDBClusterNode(request: $_model.DescribeDBClusterNodeRequest): Promise<$_model.DescribeDBClusterNodeResponse>;
1405
1594
  /**
1406
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
1595
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
1407
1596
  *
1408
1597
  * @remarks
1409
- * You can query monitoring information only within the last 30 days.
1598
+ * Monitoring information can only be queried for the last 30 days.
1410
1599
  *
1411
1600
  * @param request - DescribeDBClusterPerformanceRequest
1412
1601
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1414,24 +1603,24 @@ export default class Client extends OpenApi {
1414
1603
  */
1415
1604
  describeDBClusterPerformanceWithOptions(request: $_model.DescribeDBClusterPerformanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBClusterPerformanceResponse>;
1416
1605
  /**
1417
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
1606
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
1418
1607
  *
1419
1608
  * @remarks
1420
- * You can query monitoring information only within the last 30 days.
1609
+ * Monitoring information can only be queried for the last 30 days.
1421
1610
  *
1422
1611
  * @param request - DescribeDBClusterPerformanceRequest
1423
1612
  * @returns DescribeDBClusterPerformanceResponse
1424
1613
  */
1425
1614
  describeDBClusterPerformance(request: $_model.DescribeDBClusterPerformanceRequest): Promise<$_model.DescribeDBClusterPerformanceResponse>;
1426
1615
  /**
1427
- * Query detailed information about the instance.
1616
+ * Query the details of an AnalyticDB for PostgreSQL instance.
1428
1617
  *
1429
1618
  * @remarks
1430
- * ## Usage Instructions
1431
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
1432
- * ## QPS Limitation
1433
- * The default single-user QPS limit for this interface is 1000 times/second. If the limit is exceeded, API calls will be throttled, which may affect your business. Please use it reasonably.
1434
- * <props="china">The QPS in this document is only a default reference value. For accurate information, please refer to the [API Rate Quota List](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
1619
+ * ## How-To
1620
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
1621
+ * ## Queries per second (QPS) limit
1622
+ * 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.
1623
+ * <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).
1435
1624
  *
1436
1625
  * @param request - DescribeDBInstanceAttributeRequest
1437
1626
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1439,14 +1628,14 @@ export default class Client extends OpenApi {
1439
1628
  */
1440
1629
  describeDBInstanceAttributeWithOptions(request: $_model.DescribeDBInstanceAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBInstanceAttributeResponse>;
1441
1630
  /**
1442
- * Query detailed information about the instance.
1631
+ * Query the details of an AnalyticDB for PostgreSQL instance.
1443
1632
  *
1444
1633
  * @remarks
1445
- * ## Usage Instructions
1446
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
1447
- * ## QPS Limitation
1448
- * The default single-user QPS limit for this interface is 1000 times/second. If the limit is exceeded, API calls will be throttled, which may affect your business. Please use it reasonably.
1449
- * <props="china">The QPS in this document is only a default reference value. For accurate information, please refer to the [API Rate Quota List](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
1634
+ * ## How-To
1635
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
1636
+ * ## Queries per second (QPS) limit
1637
+ * 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.
1638
+ * <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).
1450
1639
  *
1451
1640
  * @param request - DescribeDBInstanceAttributeRequest
1452
1641
  * @returns DescribeDBInstanceAttributeResponse
@@ -1682,13 +1871,15 @@ export default class Client extends OpenApi {
1682
1871
  */
1683
1872
  describeDBInstanceSupportMaxPerformance(request: $_model.DescribeDBInstanceSupportMaxPerformanceRequest): Promise<$_model.DescribeDBInstanceSupportMaxPerformanceResponse>;
1684
1873
  /**
1685
- * Queries a list of AnalyticDB for PostgreSQL instances.
1874
+ * Lists AnalyticDB for PostgreSQL instances.
1686
1875
  *
1687
1876
  * @remarks
1688
- * ##
1689
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
1690
- * ## Limits
1691
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
1877
+ * ## Usage
1878
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
1879
+ * ## QPS limit
1880
+ * The default QPS limit for this API is 1,000 requests per second per user. Calls exceeding this limit are throttled, which can impact your business. Plan your API calls accordingly.
1881
+ * <props="china">
1882
+ * The QPS limit specified in this document is for reference only. For the latest rate limits, see the [API rate quota list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
1692
1883
  *
1693
1884
  * @param tmpReq - DescribeDBInstancesRequest
1694
1885
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1696,20 +1887,22 @@ export default class Client extends OpenApi {
1696
1887
  */
1697
1888
  describeDBInstancesWithOptions(tmpReq: $_model.DescribeDBInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBInstancesResponse>;
1698
1889
  /**
1699
- * Queries a list of AnalyticDB for PostgreSQL instances.
1890
+ * Lists AnalyticDB for PostgreSQL instances.
1700
1891
  *
1701
1892
  * @remarks
1702
- * ##
1703
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
1704
- * ## Limits
1705
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
1893
+ * ## Usage
1894
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
1895
+ * ## QPS limit
1896
+ * The default QPS limit for this API is 1,000 requests per second per user. Calls exceeding this limit are throttled, which can impact your business. Plan your API calls accordingly.
1897
+ * <props="china">
1898
+ * The QPS limit specified in this document is for reference only. For the latest rate limits, see the [API rate quota list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
1706
1899
  *
1707
1900
  * @param request - DescribeDBInstancesRequest
1708
1901
  * @returns DescribeDBInstancesResponse
1709
1902
  */
1710
1903
  describeDBInstances(request: $_model.DescribeDBInstancesRequest): Promise<$_model.DescribeDBInstancesResponse>;
1711
1904
  /**
1712
- * Queries the information about resource groups.
1905
+ * Retrieves the details of one or more resource groups.
1713
1906
  *
1714
1907
  * @param request - DescribeDBResourceGroupRequest
1715
1908
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1717,7 +1910,7 @@ export default class Client extends OpenApi {
1717
1910
  */
1718
1911
  describeDBResourceGroupWithOptions(request: $_model.DescribeDBResourceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBResourceGroupResponse>;
1719
1912
  /**
1720
- * Queries the information about resource groups.
1913
+ * Retrieves the details of one or more resource groups.
1721
1914
  *
1722
1915
  * @param request - DescribeDBResourceGroupRequest
1723
1916
  * @returns DescribeDBResourceGroupResponse
@@ -1811,12 +2004,10 @@ export default class Client extends OpenApi {
1811
2004
  */
1812
2005
  describeDataShareInstances(request: $_model.DescribeDataShareInstancesRequest): Promise<$_model.DescribeDataShareInstancesResponse>;
1813
2006
  /**
1814
- * Queries the information about data sharing performance metrics.
2007
+ * Queries the performance metrics of data sharing.
1815
2008
  *
1816
2009
  * @remarks
1817
- * You can call this operation to query the details of data sharing performance metrics for an AnalyticDB for PostgreSQL instance in Serverless mode, such as the number of shared topics and the amount of data shared.
1818
- * ## Limits
1819
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2010
+ * Only serverless instances support the data sharing feature.
1820
2011
  *
1821
2012
  * @param request - DescribeDataSharePerformanceRequest
1822
2013
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1824,12 +2015,10 @@ export default class Client extends OpenApi {
1824
2015
  */
1825
2016
  describeDataSharePerformanceWithOptions(request: $_model.DescribeDataSharePerformanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataSharePerformanceResponse>;
1826
2017
  /**
1827
- * Queries the information about data sharing performance metrics.
2018
+ * Queries the performance metrics of data sharing.
1828
2019
  *
1829
2020
  * @remarks
1830
- * You can call this operation to query the details of data sharing performance metrics for an AnalyticDB for PostgreSQL instance in Serverless mode, such as the number of shared topics and the amount of data shared.
1831
- * ## Limits
1832
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2021
+ * Only serverless instances support the data sharing feature.
1833
2022
  *
1834
2023
  * @param request - DescribeDataSharePerformanceRequest
1835
2024
  * @returns DescribeDataSharePerformanceResponse
@@ -1964,11 +2153,11 @@ export default class Client extends OpenApi {
1964
2153
  */
1965
2154
  describeDocument(request: $_model.DescribeDocumentRequest): Promise<$_model.DescribeDocumentResponse>;
1966
2155
  /**
1967
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
2156
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
1968
2157
  *
1969
2158
  * @remarks
1970
- * You must call the [DownloadDiagnosisRecords](https://help.aliyun.com/document_detail/447700.html) operation to download the query diagnostic information before you can call this operation to query the download records and download URLs.
1971
- * This operation is available only for instances of V6.3.10.1 or later in elastic storage mode. For information about how to view and update the minor version of an instance, see [View the minor engine version](https://help.aliyun.com/document_detail/277424.html) and [Update the minor engine version](https://help.aliyun.com/document_detail/139271.html).
2159
+ * To view download records, you must first call the [DownloadDiagnosisRecords](https://help.aliyun.com/document_detail/447700.html) operation to download the query diagnostic information.
2160
+ * This feature is available only for storage-elastic instances that run kernel minor version V6.3.10.1 or later. For more information about how to view and update the kernel minor version, see [View the kernel minor version](https://help.aliyun.com/document_detail/277424.html) and [Upgrade the kernel version](https://help.aliyun.com/document_detail/139271.html).
1972
2161
  *
1973
2162
  * @param request - DescribeDownloadRecordsRequest
1974
2163
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1976,11 +2165,11 @@ export default class Client extends OpenApi {
1976
2165
  */
1977
2166
  describeDownloadRecordsWithOptions(request: $_model.DescribeDownloadRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDownloadRecordsResponse>;
1978
2167
  /**
1979
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
2168
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
1980
2169
  *
1981
2170
  * @remarks
1982
- * You must call the [DownloadDiagnosisRecords](https://help.aliyun.com/document_detail/447700.html) operation to download the query diagnostic information before you can call this operation to query the download records and download URLs.
1983
- * This operation is available only for instances of V6.3.10.1 or later in elastic storage mode. For information about how to view and update the minor version of an instance, see [View the minor engine version](https://help.aliyun.com/document_detail/277424.html) and [Update the minor engine version](https://help.aliyun.com/document_detail/139271.html).
2171
+ * To view download records, you must first call the [DownloadDiagnosisRecords](https://help.aliyun.com/document_detail/447700.html) operation to download the query diagnostic information.
2172
+ * This feature is available only for storage-elastic instances that run kernel minor version V6.3.10.1 or later. For more information about how to view and update the kernel minor version, see [View the kernel minor version](https://help.aliyun.com/document_detail/277424.html) and [Upgrade the kernel version](https://help.aliyun.com/document_detail/139271.html).
1984
2173
  *
1985
2174
  * @param request - DescribeDownloadRecordsRequest
1986
2175
  * @returns DescribeDownloadRecordsResponse
@@ -2032,7 +2221,7 @@ export default class Client extends OpenApi {
2032
2221
  */
2033
2222
  describeExternalDataService(request: $_model.DescribeExternalDataServiceRequest): Promise<$_model.DescribeExternalDataServiceResponse>;
2034
2223
  /**
2035
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
2224
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
2036
2225
  *
2037
2226
  * @param request - DescribeHadoopClustersInSameNetRequest
2038
2227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2040,7 +2229,7 @@ export default class Client extends OpenApi {
2040
2229
  */
2041
2230
  describeHadoopClustersInSameNetWithOptions(request: $_model.DescribeHadoopClustersInSameNetRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeHadoopClustersInSameNetResponse>;
2042
2231
  /**
2043
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
2232
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
2044
2233
  *
2045
2234
  * @param request - DescribeHadoopClustersInSameNetRequest
2046
2235
  * @returns DescribeHadoopClustersInSameNetResponse
@@ -2324,12 +2513,10 @@ export default class Client extends OpenApi {
2324
2513
  */
2325
2514
  describeRebalanceStatus(request: $_model.DescribeRebalanceStatusRequest): Promise<$_model.DescribeRebalanceStatusResponse>;
2326
2515
  /**
2327
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
2516
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
2328
2517
  *
2329
2518
  * @remarks
2330
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
2331
- * ## Limit
2332
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered and may affect your business. We recommend that you take note of the limit when you call this operation.
2519
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
2333
2520
  *
2334
2521
  * @param request - DescribeRegionsRequest
2335
2522
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2337,12 +2524,10 @@ export default class Client extends OpenApi {
2337
2524
  */
2338
2525
  describeRegionsWithOptions(request: $_model.DescribeRegionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRegionsResponse>;
2339
2526
  /**
2340
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
2527
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
2341
2528
  *
2342
2529
  * @remarks
2343
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
2344
- * ## Limit
2345
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered and may affect your business. We recommend that you take note of the limit when you call this operation.
2530
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
2346
2531
  *
2347
2532
  * @param request - DescribeRegionsRequest
2348
2533
  * @returns DescribeRegionsResponse
@@ -2364,10 +2549,10 @@ export default class Client extends OpenApi {
2364
2549
  */
2365
2550
  describeRoles(request: $_model.DescribeRolesRequest): Promise<$_model.DescribeRolesResponse>;
2366
2551
  /**
2367
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
2552
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
2368
2553
  *
2369
2554
  * @remarks
2370
- * This operation is not available for instances in reserved storage mode.
2555
+ * This API does not support instances of the storage-reserved type.
2371
2556
  *
2372
2557
  * @param request - DescribeSQLLogCountRequest
2373
2558
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2375,10 +2560,10 @@ export default class Client extends OpenApi {
2375
2560
  */
2376
2561
  describeSQLLogCountWithOptions(request: $_model.DescribeSQLLogCountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeSQLLogCountResponse>;
2377
2562
  /**
2378
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
2563
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
2379
2564
  *
2380
2565
  * @remarks
2381
- * This operation is not available for instances in reserved storage mode.
2566
+ * This API does not support instances of the storage-reserved type.
2382
2567
  *
2383
2568
  * @param request - DescribeSQLLogCountRequest
2384
2569
  * @returns DescribeSQLLogCountResponse
@@ -2512,7 +2697,7 @@ export default class Client extends OpenApi {
2512
2697
  */
2513
2698
  describeSupportFeatures(request: $_model.DescribeSupportFeaturesRequest): Promise<$_model.DescribeSupportFeaturesResponse>;
2514
2699
  /**
2515
- * Queries the information about a table.
2700
+ * View table details.
2516
2701
  *
2517
2702
  * @param request - DescribeTableRequest
2518
2703
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2520,7 +2705,7 @@ export default class Client extends OpenApi {
2520
2705
  */
2521
2706
  describeTableWithOptions(request: $_model.DescribeTableRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTableResponse>;
2522
2707
  /**
2523
- * Queries the information about a table.
2708
+ * View table details.
2524
2709
  *
2525
2710
  * @param request - DescribeTableRequest
2526
2711
  * @returns DescribeTableResponse
@@ -2744,7 +2929,7 @@ export default class Client extends OpenApi {
2744
2929
  */
2745
2930
  enableDBResourceGroup(request: $_model.EnableDBResourceGroupRequest): Promise<$_model.EnableDBResourceGroupResponse>;
2746
2931
  /**
2747
- * Executes SQL statements.
2932
+ * Execute an SQL statement.
2748
2933
  *
2749
2934
  * @param tmpReq - ExecuteStatementRequest
2750
2935
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2752,7 +2937,7 @@ export default class Client extends OpenApi {
2752
2937
  */
2753
2938
  executeStatementWithOptions(tmpReq: $_model.ExecuteStatementRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ExecuteStatementResponse>;
2754
2939
  /**
2755
- * Executes SQL statements.
2940
+ * Execute an SQL statement.
2756
2941
  *
2757
2942
  * @param request - ExecuteStatementRequest
2758
2943
  * @returns ExecuteStatementResponse
@@ -2773,6 +2958,27 @@ export default class Client extends OpenApi {
2773
2958
  * @returns GetAccountResponse
2774
2959
  */
2775
2960
  getAccount(request: $_model.GetAccountRequest): Promise<$_model.GetAccountResponse>;
2961
+ /**
2962
+ * Retrieves the database schema of a Supabase branch.
2963
+ *
2964
+ * @remarks
2965
+ * Queries the schema SQL content of a specified database in a specified branch. The system databases postgres, template0, and template1 are not supported.
2966
+ *
2967
+ * @param request - GetBranchSchemaRequest
2968
+ * @param runtime - runtime options for this request RuntimeOptions
2969
+ * @returns GetBranchSchemaResponse
2970
+ */
2971
+ getBranchSchemaWithOptions(request: $_model.GetBranchSchemaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetBranchSchemaResponse>;
2972
+ /**
2973
+ * Retrieves the database schema of a Supabase branch.
2974
+ *
2975
+ * @remarks
2976
+ * Queries the schema SQL content of a specified database in a specified branch. The system databases postgres, template0, and template1 are not supported.
2977
+ *
2978
+ * @param request - GetBranchSchemaRequest
2979
+ * @returns GetBranchSchemaResponse
2980
+ */
2981
+ getBranchSchema(request: $_model.GetBranchSchemaRequest): Promise<$_model.GetBranchSchemaResponse>;
2776
2982
  /**
2777
2983
  * Retrieves a task to build a knowledge graph.
2778
2984
  *
@@ -2788,6 +2994,27 @@ export default class Client extends OpenApi {
2788
2994
  * @returns GetGraphRAGJobResponse
2789
2995
  */
2790
2996
  getGraphRAGJob(request: $_model.GetGraphRAGJobRequest): Promise<$_model.GetGraphRAGJobResponse>;
2997
+ /**
2998
+ * 获取SaaS服务信息
2999
+ *
3000
+ * @remarks
3001
+ * 删除模型服务。
3002
+ *
3003
+ * @param request - GetSaasServiceRequest
3004
+ * @param runtime - runtime options for this request RuntimeOptions
3005
+ * @returns GetSaasServiceResponse
3006
+ */
3007
+ getSaasServiceWithOptions(request: $_model.GetSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSaasServiceResponse>;
3008
+ /**
3009
+ * 获取SaaS服务信息
3010
+ *
3011
+ * @remarks
3012
+ * 删除模型服务。
3013
+ *
3014
+ * @param request - GetSaasServiceRequest
3015
+ * @returns GetSaasServiceResponse
3016
+ */
3017
+ getSaasService(request: $_model.GetSaasServiceRequest): Promise<$_model.GetSaasServiceResponse>;
2791
3018
  /**
2792
3019
  * Queries the information about an access credential.
2793
3020
  *
@@ -2803,6 +3030,33 @@ export default class Client extends OpenApi {
2803
3030
  * @returns GetSecretValueResponse
2804
3031
  */
2805
3032
  getSecretValue(request: $_model.GetSecretValueRequest): Promise<$_model.GetSecretValueResponse>;
3033
+ /**
3034
+ * 获取SaaS服务访问信息
3035
+ *
3036
+ * @remarks
3037
+ * ## 使用说明
3038
+ * 本接口用于查看所有模型服务信息。
3039
+ * ## QPS限制
3040
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
3041
+ *
3042
+ * @param request - GetServiceAccessInfoRequest
3043
+ * @param runtime - runtime options for this request RuntimeOptions
3044
+ * @returns GetServiceAccessInfoResponse
3045
+ */
3046
+ getServiceAccessInfoWithOptions(request: $_model.GetServiceAccessInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceAccessInfoResponse>;
3047
+ /**
3048
+ * 获取SaaS服务访问信息
3049
+ *
3050
+ * @remarks
3051
+ * ## 使用说明
3052
+ * 本接口用于查看所有模型服务信息。
3053
+ * ## QPS限制
3054
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
3055
+ *
3056
+ * @param request - GetServiceAccessInfoRequest
3057
+ * @returns GetServiceAccessInfoResponse
3058
+ */
3059
+ getServiceAccessInfo(request: $_model.GetServiceAccessInfoRequest): Promise<$_model.GetServiceAccessInfoResponse>;
2806
3060
  /**
2807
3061
  * Get Asynchronous SQL Execution Result
2808
3062
  *
@@ -2819,10 +3073,10 @@ export default class Client extends OpenApi {
2819
3073
  */
2820
3074
  getStatementResult(request: $_model.GetStatementResultRequest): Promise<$_model.GetStatementResultResponse>;
2821
3075
  /**
2822
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
3076
+ * Retrieves details of a Supabase instance.
2823
3077
  *
2824
3078
  * @remarks
2825
- * This interface is used to query the details of a Supabase instance.
3079
+ * Gets the details of a Supabase instance.
2826
3080
  *
2827
3081
  * @param request - GetSupabaseProjectRequest
2828
3082
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2830,20 +3084,20 @@ export default class Client extends OpenApi {
2830
3084
  */
2831
3085
  getSupabaseProjectWithOptions(request: $_model.GetSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSupabaseProjectResponse>;
2832
3086
  /**
2833
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
3087
+ * Retrieves details of a Supabase instance.
2834
3088
  *
2835
3089
  * @remarks
2836
- * This interface is used to query the details of a Supabase instance.
3090
+ * Gets the details of a Supabase instance.
2837
3091
  *
2838
3092
  * @param request - GetSupabaseProjectRequest
2839
3093
  * @returns GetSupabaseProjectResponse
2840
3094
  */
2841
3095
  getSupabaseProject(request: $_model.GetSupabaseProjectRequest): Promise<$_model.GetSupabaseProjectResponse>;
2842
3096
  /**
2843
- * Queries the API keys and JWT secrets of a Supabase instance.
3097
+ * Queries the API keys and JWT secrets for a Supabase instance.
2844
3098
  *
2845
3099
  * @remarks
2846
- * You can call this operation to query a list of API keys for a Supabase project.
3100
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
2847
3101
  *
2848
3102
  * @param request - GetSupabaseProjectApiKeysRequest
2849
3103
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2851,10 +3105,10 @@ export default class Client extends OpenApi {
2851
3105
  */
2852
3106
  getSupabaseProjectApiKeysWithOptions(request: $_model.GetSupabaseProjectApiKeysRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSupabaseProjectApiKeysResponse>;
2853
3107
  /**
2854
- * Queries the API keys and JWT secrets of a Supabase instance.
3108
+ * Queries the API keys and JWT secrets for a Supabase instance.
2855
3109
  *
2856
3110
  * @remarks
2857
- * You can call this operation to query a list of API keys for a Supabase project.
3111
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
2858
3112
  *
2859
3113
  * @param request - GetSupabaseProjectApiKeysRequest
2860
3114
  * @returns GetSupabaseProjectApiKeysResponse
@@ -2975,10 +3229,10 @@ export default class Client extends OpenApi {
2975
3229
  */
2976
3230
  initVectorDatabase(request: $_model.InitVectorDatabaseRequest): Promise<$_model.InitVectorDatabaseResponse>;
2977
3231
  /**
2978
- * Queries a list of AI nodes.
3232
+ * Queries a list of AINode resource pools.
2979
3233
  *
2980
3234
  * @remarks
2981
- * This operation queries a list of AI nodes.
3235
+ * - This operation lists the AINode resource pools for the specified instance.
2982
3236
  *
2983
3237
  * @param request - ListAINodePoolsRequest
2984
3238
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2986,17 +3240,17 @@ export default class Client extends OpenApi {
2986
3240
  */
2987
3241
  listAINodePoolsWithOptions(request: $_model.ListAINodePoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAINodePoolsResponse>;
2988
3242
  /**
2989
- * Queries a list of AI nodes.
3243
+ * Queries a list of AINode resource pools.
2990
3244
  *
2991
3245
  * @remarks
2992
- * This operation queries a list of AI nodes.
3246
+ * - This operation lists the AINode resource pools for the specified instance.
2993
3247
  *
2994
3248
  * @param request - ListAINodePoolsRequest
2995
3249
  * @returns ListAINodePoolsResponse
2996
3250
  */
2997
3251
  listAINodePools(request: $_model.ListAINodePoolsRequest): Promise<$_model.ListAINodePoolsResponse>;
2998
3252
  /**
2999
- * 获取 AI 服务列表
3253
+ * Lists AI services.
3000
3254
  *
3001
3255
  * @param request - ListAIServicesRequest
3002
3256
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3004,7 +3258,7 @@ export default class Client extends OpenApi {
3004
3258
  */
3005
3259
  listAIServicesWithOptions(request: $_model.ListAIServicesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAIServicesResponse>;
3006
3260
  /**
3007
- * 获取 AI 服务列表
3261
+ * Lists AI services.
3008
3262
  *
3009
3263
  * @param request - ListAIServicesRequest
3010
3264
  * @returns ListAIServicesResponse
@@ -3026,7 +3280,28 @@ export default class Client extends OpenApi {
3026
3280
  */
3027
3281
  listBackupJobs(request: $_model.ListBackupJobsRequest): Promise<$_model.ListBackupJobsResponse>;
3028
3282
  /**
3029
- * 获取文本块详情
3283
+ * Query the branch list of a Supabase project.
3284
+ *
3285
+ * @remarks
3286
+ * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
3287
+ *
3288
+ * @param request - ListBranchesRequest
3289
+ * @param runtime - runtime options for this request RuntimeOptions
3290
+ * @returns ListBranchesResponse
3291
+ */
3292
+ listBranchesWithOptions(request: $_model.ListBranchesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBranchesResponse>;
3293
+ /**
3294
+ * Query the branch list of a Supabase project.
3295
+ *
3296
+ * @remarks
3297
+ * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
3298
+ *
3299
+ * @param request - ListBranchesRequest
3300
+ * @returns ListBranchesResponse
3301
+ */
3302
+ listBranches(request: $_model.ListBranchesRequest): Promise<$_model.ListBranchesResponse>;
3303
+ /**
3304
+ * Get document chunk details
3030
3305
  *
3031
3306
  * @param request - ListChunksRequest
3032
3307
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3034,7 +3309,7 @@ export default class Client extends OpenApi {
3034
3309
  */
3035
3310
  listChunksWithOptions(request: $_model.ListChunksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListChunksResponse>;
3036
3311
  /**
3037
- * 获取文本块详情
3312
+ * Get document chunk details
3038
3313
  *
3039
3314
  * @param request - ListChunksRequest
3040
3315
  * @returns ListChunksResponse
@@ -3086,7 +3361,7 @@ export default class Client extends OpenApi {
3086
3361
  */
3087
3362
  listDatabases(request: $_model.ListDatabasesRequest): Promise<$_model.ListDatabasesResponse>;
3088
3363
  /**
3089
- * Queries a list of document collections.
3364
+ * Lists document collections.
3090
3365
  *
3091
3366
  * @param request - ListDocumentCollectionsRequest
3092
3367
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3094,7 +3369,7 @@ export default class Client extends OpenApi {
3094
3369
  */
3095
3370
  listDocumentCollectionsWithOptions(request: $_model.ListDocumentCollectionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDocumentCollectionsResponse>;
3096
3371
  /**
3097
- * Queries a list of document collections.
3372
+ * Lists document collections.
3098
3373
  *
3099
3374
  * @param request - ListDocumentCollectionsRequest
3100
3375
  * @returns ListDocumentCollectionsResponse
@@ -3247,6 +3522,29 @@ export default class Client extends OpenApi {
3247
3522
  * @returns ListRemoteADBDataSourcesResponse
3248
3523
  */
3249
3524
  listRemoteADBDataSources(request: $_model.ListRemoteADBDataSourcesRequest): Promise<$_model.ListRemoteADBDataSourcesResponse>;
3525
+ /**
3526
+ * Query SaaS Service List
3527
+ *
3528
+ * @remarks
3529
+ * ## Usage Notes
3530
+ * This API operation is used to view information about all SaaS services.
3531
+ *
3532
+ * @param request - ListSaasServiceRequest
3533
+ * @param runtime - runtime options for this request RuntimeOptions
3534
+ * @returns ListSaasServiceResponse
3535
+ */
3536
+ listSaasServiceWithOptions(request: $_model.ListSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSaasServiceResponse>;
3537
+ /**
3538
+ * Query SaaS Service List
3539
+ *
3540
+ * @remarks
3541
+ * ## Usage Notes
3542
+ * This API operation is used to view information about all SaaS services.
3543
+ *
3544
+ * @param request - ListSaasServiceRequest
3545
+ * @returns ListSaasServiceResponse
3546
+ */
3547
+ listSaasService(request: $_model.ListSaasServiceRequest): Promise<$_model.ListSaasServiceResponse>;
3250
3548
  /**
3251
3549
  * Queries a list of schemas.
3252
3550
  *
@@ -3263,7 +3561,7 @@ export default class Client extends OpenApi {
3263
3561
  */
3264
3562
  listSchemas(request: $_model.ListSchemasRequest): Promise<$_model.ListSchemasResponse>;
3265
3563
  /**
3266
- * Queries a list of access credentials.
3564
+ * View the access credential list.
3267
3565
  *
3268
3566
  * @param request - ListSecretsRequest
3269
3567
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3271,7 +3569,7 @@ export default class Client extends OpenApi {
3271
3569
  */
3272
3570
  listSecretsWithOptions(request: $_model.ListSecretsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSecretsResponse>;
3273
3571
  /**
3274
- * Queries a list of access credentials.
3572
+ * View the access credential list.
3275
3573
  *
3276
3574
  * @param request - ListSecretsRequest
3277
3575
  * @returns ListSecretsResponse
@@ -3338,7 +3636,10 @@ export default class Client extends OpenApi {
3338
3636
  */
3339
3637
  listStreamingJobs(request: $_model.ListStreamingJobsRequest): Promise<$_model.ListStreamingJobsResponse>;
3340
3638
  /**
3341
- * Query the label List of Supabase instances
3639
+ * Lists the tags of Supabase instances.
3640
+ *
3641
+ * @remarks
3642
+ * - This operation queries the tags of Supabase instances.
3342
3643
  *
3343
3644
  * @param request - ListSupabaseProjectTagsRequest
3344
3645
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3346,17 +3647,20 @@ export default class Client extends OpenApi {
3346
3647
  */
3347
3648
  listSupabaseProjectTagsWithOptions(request: $_model.ListSupabaseProjectTagsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSupabaseProjectTagsResponse>;
3348
3649
  /**
3349
- * Query the label List of Supabase instances
3650
+ * Lists the tags of Supabase instances.
3651
+ *
3652
+ * @remarks
3653
+ * - This operation queries the tags of Supabase instances.
3350
3654
  *
3351
3655
  * @param request - ListSupabaseProjectTagsRequest
3352
3656
  * @returns ListSupabaseProjectTagsResponse
3353
3657
  */
3354
3658
  listSupabaseProjectTags(request: $_model.ListSupabaseProjectTagsRequest): Promise<$_model.ListSupabaseProjectTagsResponse>;
3355
3659
  /**
3356
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
3660
+ * Returns a list of Supabase instances.
3357
3661
  *
3358
3662
  * @remarks
3359
- * You can call this operation to query Supabase instances.
3663
+ * - Lists Supabase instances.
3360
3664
  *
3361
3665
  * @param request - ListSupabaseProjectsRequest
3362
3666
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3364,10 +3668,10 @@ export default class Client extends OpenApi {
3364
3668
  */
3365
3669
  listSupabaseProjectsWithOptions(request: $_model.ListSupabaseProjectsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSupabaseProjectsResponse>;
3366
3670
  /**
3367
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
3671
+ * Returns a list of Supabase instances.
3368
3672
  *
3369
3673
  * @remarks
3370
- * You can call this operation to query Supabase instances.
3674
+ * - Lists Supabase instances.
3371
3675
  *
3372
3676
  * @param request - ListSupabaseProjectsRequest
3373
3677
  * @returns ListSupabaseProjectsResponse
@@ -3410,7 +3714,7 @@ export default class Client extends OpenApi {
3410
3714
  */
3411
3715
  listTables(request: $_model.ListTablesRequest): Promise<$_model.ListTablesResponse>;
3412
3716
  /**
3413
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
3717
+ * List all tag resources.
3414
3718
  *
3415
3719
  * @param request - ListTagResourcesRequest
3416
3720
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3418,14 +3722,37 @@ export default class Client extends OpenApi {
3418
3722
  */
3419
3723
  listTagResourcesWithOptions(request: $_model.ListTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagResourcesResponse>;
3420
3724
  /**
3421
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
3725
+ * List all tag resources.
3422
3726
  *
3423
3727
  * @param request - ListTagResourcesRequest
3424
3728
  * @returns ListTagResourcesResponse
3425
3729
  */
3426
3730
  listTagResources(request: $_model.ListTagResourcesRequest): Promise<$_model.ListTagResourcesResponse>;
3427
3731
  /**
3428
- * 修改 AI 服务白名单
3732
+ * Queries the list of SaaS workspaces.
3733
+ *
3734
+ * @remarks
3735
+ * ## Operation description
3736
+ * This operation is used to query information about all workspaces.
3737
+ *
3738
+ * @param request - ListWorkspacesRequest
3739
+ * @param runtime - runtime options for this request RuntimeOptions
3740
+ * @returns ListWorkspacesResponse
3741
+ */
3742
+ listWorkspacesWithOptions(request: $_model.ListWorkspacesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListWorkspacesResponse>;
3743
+ /**
3744
+ * Queries the list of SaaS workspaces.
3745
+ *
3746
+ * @remarks
3747
+ * ## Operation description
3748
+ * This operation is used to query information about all workspaces.
3749
+ *
3750
+ * @param request - ListWorkspacesRequest
3751
+ * @returns ListWorkspacesResponse
3752
+ */
3753
+ listWorkspaces(request: $_model.ListWorkspacesRequest): Promise<$_model.ListWorkspacesResponse>;
3754
+ /**
3755
+ * Modifies the IP address whitelist for an AI service.
3429
3756
  *
3430
3757
  * @param request - ModifyAIServiceSecurityIpsRequest
3431
3758
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3433,7 +3760,7 @@ export default class Client extends OpenApi {
3433
3760
  */
3434
3761
  modifyAIServiceSecurityIpsWithOptions(request: $_model.ModifyAIServiceSecurityIpsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAIServiceSecurityIpsResponse>;
3435
3762
  /**
3436
- * 修改 AI 服务白名单
3763
+ * Modifies the IP address whitelist for an AI service.
3437
3764
  *
3438
3765
  * @param request - ModifyAIServiceSecurityIpsRequest
3439
3766
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -3470,7 +3797,7 @@ export default class Client extends OpenApi {
3470
3797
  */
3471
3798
  modifyBackupPolicy(request: $_model.ModifyBackupPolicyRequest): Promise<$_model.ModifyBackupPolicyResponse>;
3472
3799
  /**
3473
- * Updates a collection.
3800
+ * Updates a vector collection.
3474
3801
  *
3475
3802
  * @param request - ModifyCollectionRequest
3476
3803
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3478,7 +3805,7 @@ export default class Client extends OpenApi {
3478
3805
  */
3479
3806
  modifyCollectionWithOptions(request: $_model.ModifyCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyCollectionResponse>;
3480
3807
  /**
3481
- * Updates a collection.
3808
+ * Updates a vector collection.
3482
3809
  *
3483
3810
  * @param request - ModifyCollectionRequest
3484
3811
  * @returns ModifyCollectionResponse
@@ -3829,7 +4156,7 @@ export default class Client extends OpenApi {
3829
4156
  */
3830
4157
  modifySecurityIps(request: $_model.ModifySecurityIpsRequest): Promise<$_model.ModifySecurityIpsResponse>;
3831
4158
  /**
3832
- * Modifies the configurations of an external data source.
4159
+ * Modify a real-time data service.
3833
4160
  *
3834
4161
  * @param request - ModifyStreamingDataServiceRequest
3835
4162
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3837,7 +4164,7 @@ export default class Client extends OpenApi {
3837
4164
  */
3838
4165
  modifyStreamingDataServiceWithOptions(request: $_model.ModifyStreamingDataServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyStreamingDataServiceResponse>;
3839
4166
  /**
3840
- * Modifies the configurations of an external data source.
4167
+ * Modify a real-time data service.
3841
4168
  *
3842
4169
  * @param request - ModifyStreamingDataServiceRequest
3843
4170
  * @returns ModifyStreamingDataServiceResponse
@@ -3874,7 +4201,10 @@ export default class Client extends OpenApi {
3874
4201
  */
3875
4202
  modifyStreamingJob(request: $_model.ModifyStreamingJobRequest): Promise<$_model.ModifyStreamingJobResponse>;
3876
4203
  /**
3877
- * Modify the auto pause/resume policy of Supabase.
4204
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
4205
+ *
4206
+ * @remarks
4207
+ * - This operation applies only to ADBPG Supabase instances.
3878
4208
  *
3879
4209
  * @param request - ModifySupabaseAutoScalePolicyRequest
3880
4210
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3882,14 +4212,20 @@ export default class Client extends OpenApi {
3882
4212
  */
3883
4213
  modifySupabaseAutoScalePolicyWithOptions(request: $_model.ModifySupabaseAutoScalePolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
3884
4214
  /**
3885
- * Modify the auto pause/resume policy of Supabase.
4215
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
4216
+ *
4217
+ * @remarks
4218
+ * - This operation applies only to ADBPG Supabase instances.
3886
4219
  *
3887
4220
  * @param request - ModifySupabaseAutoScalePolicyRequest
3888
4221
  * @returns ModifySupabaseAutoScalePolicyResponse
3889
4222
  */
3890
4223
  modifySupabaseAutoScalePolicy(request: $_model.ModifySupabaseAutoScalePolicyRequest): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
3891
4224
  /**
3892
- * Modify the Supabase project description
4225
+ * Change the Supabase project description
4226
+ *
4227
+ * @remarks
4228
+ * *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)**.
3893
4229
  *
3894
4230
  * @param request - ModifySupabaseProjectDescriptionRequest
3895
4231
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3897,14 +4233,20 @@ export default class Client extends OpenApi {
3897
4233
  */
3898
4234
  modifySupabaseProjectDescriptionWithOptions(request: $_model.ModifySupabaseProjectDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
3899
4235
  /**
3900
- * Modify the Supabase project description
4236
+ * Change the Supabase project description
4237
+ *
4238
+ * @remarks
4239
+ * *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)**.
3901
4240
  *
3902
4241
  * @param request - ModifySupabaseProjectDescriptionRequest
3903
4242
  * @returns ModifySupabaseProjectDescriptionResponse
3904
4243
  */
3905
4244
  modifySupabaseProjectDescription(request: $_model.ModifySupabaseProjectDescriptionRequest): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
3906
4245
  /**
3907
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
4246
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
4247
+ *
4248
+ * @remarks
4249
+ * *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.**
3908
4250
  *
3909
4251
  * @param request - ModifySupabaseProjectResourceRequest
3910
4252
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3912,17 +4254,20 @@ export default class Client extends OpenApi {
3912
4254
  */
3913
4255
  modifySupabaseProjectResourceWithOptions(request: $_model.ModifySupabaseProjectResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectResourceResponse>;
3914
4256
  /**
3915
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
4257
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
4258
+ *
4259
+ * @remarks
4260
+ * *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.**
3916
4261
  *
3917
4262
  * @param request - ModifySupabaseProjectResourceRequest
3918
4263
  * @returns ModifySupabaseProjectResourceResponse
3919
4264
  */
3920
4265
  modifySupabaseProjectResource(request: $_model.ModifySupabaseProjectResourceRequest): Promise<$_model.ModifySupabaseProjectResourceResponse>;
3921
4266
  /**
3922
- * Sets or replaces the IP address whitelist for a specified Supabase project.
4267
+ * Modifies the IP address whitelist for a Supabase project.
3923
4268
  *
3924
4269
  * @remarks
3925
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
4270
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
3926
4271
  *
3927
4272
  * @param request - ModifySupabaseProjectSecurityIpsRequest
3928
4273
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3930,10 +4275,10 @@ export default class Client extends OpenApi {
3930
4275
  */
3931
4276
  modifySupabaseProjectSecurityIpsWithOptions(request: $_model.ModifySupabaseProjectSecurityIpsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectSecurityIpsResponse>;
3932
4277
  /**
3933
- * Sets or replaces the IP address whitelist for a specified Supabase project.
4278
+ * Modifies the IP address whitelist for a Supabase project.
3934
4279
  *
3935
4280
  * @remarks
3936
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
4281
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
3937
4282
  *
3938
4283
  * @param request - ModifySupabaseProjectSecurityIpsRequest
3939
4284
  * @returns ModifySupabaseProjectSecurityIpsResponse
@@ -3999,7 +4344,10 @@ export default class Client extends OpenApi {
3999
4344
  */
4000
4345
  pauseInstance(request: $_model.PauseInstanceRequest): Promise<$_model.PauseInstanceResponse>;
4001
4346
  /**
4002
- * 暂停Supabase实例
4347
+ * Pauses a Supabase instance.
4348
+ *
4349
+ * @remarks
4350
+ * This operation pauses a Supabase instance.
4003
4351
  *
4004
4352
  * @param request - PauseSupabaseProjectRequest
4005
4353
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4007,14 +4355,17 @@ export default class Client extends OpenApi {
4007
4355
  */
4008
4356
  pauseSupabaseProjectWithOptions(request: $_model.PauseSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PauseSupabaseProjectResponse>;
4009
4357
  /**
4010
- * 暂停Supabase实例
4358
+ * Pauses a Supabase instance.
4359
+ *
4360
+ * @remarks
4361
+ * This operation pauses a Supabase instance.
4011
4362
  *
4012
4363
  * @param request - PauseSupabaseProjectRequest
4013
4364
  * @returns PauseSupabaseProjectResponse
4014
4365
  */
4015
4366
  pauseSupabaseProject(request: $_model.PauseSupabaseProjectRequest): Promise<$_model.PauseSupabaseProjectResponse>;
4016
4367
  /**
4017
- * Query Vector Data
4368
+ * Retrieving vector data.
4018
4369
  *
4019
4370
  * @param tmpReq - QueryCollectionDataRequest
4020
4371
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4022,14 +4373,14 @@ export default class Client extends OpenApi {
4022
4373
  */
4023
4374
  queryCollectionDataWithOptions(tmpReq: $_model.QueryCollectionDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryCollectionDataResponse>;
4024
4375
  /**
4025
- * Query Vector Data
4376
+ * Retrieving vector data.
4026
4377
  *
4027
4378
  * @param request - QueryCollectionDataRequest
4028
4379
  * @returns QueryCollectionDataResponse
4029
4380
  */
4030
4381
  queryCollectionData(request: $_model.QueryCollectionDataRequest): Promise<$_model.QueryCollectionDataResponse>;
4031
4382
  /**
4032
- * Retrieves vector data and metadata from a document collection by using natural statements.
4383
+ * Query a document collection with natural language to retrieve vectors and metadata.
4033
4384
  *
4034
4385
  * @param tmpReq - QueryContentRequest
4035
4386
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4037,7 +4388,7 @@ export default class Client extends OpenApi {
4037
4388
  */
4038
4389
  queryContentWithOptions(tmpReq: $_model.QueryContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryContentResponse>;
4039
4390
  /**
4040
- * Retrieves vector data and metadata from a document collection by using natural statements.
4391
+ * Query a document collection with natural language to retrieve vectors and metadata.
4041
4392
  *
4042
4393
  * @param request - QueryContentRequest
4043
4394
  * @returns QueryContentResponse
@@ -4045,7 +4396,7 @@ export default class Client extends OpenApi {
4045
4396
  queryContent(request: $_model.QueryContentRequest): Promise<$_model.QueryContentResponse>;
4046
4397
  queryContentAdvance(request: $_model.QueryContentAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryContentResponse>;
4047
4398
  /**
4048
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
4399
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
4049
4400
  *
4050
4401
  * @param tmpReq - QueryKnowledgeBasesContentRequest
4051
4402
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4053,7 +4404,7 @@ export default class Client extends OpenApi {
4053
4404
  */
4054
4405
  queryKnowledgeBasesContentWithOptions(tmpReq: $_model.QueryKnowledgeBasesContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryKnowledgeBasesContentResponse>;
4055
4406
  /**
4056
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
4407
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
4057
4408
  *
4058
4409
  * @param request - QueryKnowledgeBasesContentRequest
4059
4410
  * @returns QueryKnowledgeBasesContentResponse
@@ -4180,6 +4531,48 @@ export default class Client extends OpenApi {
4180
4531
  * @returns RestartDBInstanceResponse
4181
4532
  */
4182
4533
  restartDBInstance(request: $_model.RestartDBInstanceRequest): Promise<$_model.RestartDBInstanceResponse>;
4534
+ /**
4535
+ * Restarts a Supabase project.
4536
+ *
4537
+ * @remarks
4538
+ * Restarts a specified Supabase project. After a successful call, a request ID is returned, and the restart process is executed asynchronously in the backend.
4539
+ *
4540
+ * @param request - RestartSupabaseProjectRequest
4541
+ * @param runtime - runtime options for this request RuntimeOptions
4542
+ * @returns RestartSupabaseProjectResponse
4543
+ */
4544
+ restartSupabaseProjectWithOptions(request: $_model.RestartSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestartSupabaseProjectResponse>;
4545
+ /**
4546
+ * Restarts a Supabase project.
4547
+ *
4548
+ * @remarks
4549
+ * Restarts a specified Supabase project. After a successful call, a request ID is returned, and the restart process is executed asynchronously in the backend.
4550
+ *
4551
+ * @param request - RestartSupabaseProjectRequest
4552
+ * @returns RestartSupabaseProjectResponse
4553
+ */
4554
+ restartSupabaseProject(request: $_model.RestartSupabaseProjectRequest): Promise<$_model.RestartSupabaseProjectResponse>;
4555
+ /**
4556
+ * Restores a Supabase project from a snapshot.
4557
+ *
4558
+ * @remarks
4559
+ * 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.
4560
+ *
4561
+ * @param request - RestoreSnapshotRequest
4562
+ * @param runtime - runtime options for this request RuntimeOptions
4563
+ * @returns RestoreSnapshotResponse
4564
+ */
4565
+ restoreSnapshotWithOptions(request: $_model.RestoreSnapshotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestoreSnapshotResponse>;
4566
+ /**
4567
+ * Restores a Supabase project from a snapshot.
4568
+ *
4569
+ * @remarks
4570
+ * 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.
4571
+ *
4572
+ * @param request - RestoreSnapshotRequest
4573
+ * @returns RestoreSnapshotResponse
4574
+ */
4575
+ restoreSnapshot(request: $_model.RestoreSnapshotRequest): Promise<$_model.RestoreSnapshotResponse>;
4183
4576
  /**
4184
4577
  * Resumes data redistribution.
4185
4578
  *
@@ -4225,7 +4618,10 @@ export default class Client extends OpenApi {
4225
4618
  */
4226
4619
  resumeInstance(request: $_model.ResumeInstanceRequest): Promise<$_model.ResumeInstanceResponse>;
4227
4620
  /**
4228
- * 恢复Supabase实例
4621
+ * Resumes a Supabase instance.
4622
+ *
4623
+ * @remarks
4624
+ * This operation retrieves details about a Supabase instance.
4229
4625
  *
4230
4626
  * @param request - ResumeSupabaseProjectRequest
4231
4627
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4233,7 +4629,10 @@ export default class Client extends OpenApi {
4233
4629
  */
4234
4630
  resumeSupabaseProjectWithOptions(request: $_model.ResumeSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeSupabaseProjectResponse>;
4235
4631
  /**
4236
- * 恢复Supabase实例
4632
+ * Resumes a Supabase instance.
4633
+ *
4634
+ * @remarks
4635
+ * This operation retrieves details about a Supabase instance.
4237
4636
  *
4238
4637
  * @param request - ResumeSupabaseProjectRequest
4239
4638
  * @returns ResumeSupabaseProjectResponse
@@ -4265,12 +4664,10 @@ export default class Client extends OpenApi {
4265
4664
  */
4266
4665
  setDBInstancePlanStatus(request: $_model.SetDBInstancePlanStatusRequest): Promise<$_model.SetDBInstancePlanStatusResponse>;
4267
4666
  /**
4268
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
4667
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
4269
4668
  *
4270
4669
  * @remarks
4271
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
4272
- * ## Limits
4273
- * 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.
4670
+ * Only Serverless instances support the data sharing feature.
4274
4671
  *
4275
4672
  * @param tmpReq - SetDataShareInstanceRequest
4276
4673
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4278,12 +4675,10 @@ export default class Client extends OpenApi {
4278
4675
  */
4279
4676
  setDataShareInstanceWithOptions(tmpReq: $_model.SetDataShareInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDataShareInstanceResponse>;
4280
4677
  /**
4281
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
4678
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
4282
4679
  *
4283
4680
  * @remarks
4284
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
4285
- * ## Limits
4286
- * 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.
4681
+ * Only Serverless instances support the data sharing feature.
4287
4682
  *
4288
4683
  * @param request - SetDataShareInstanceRequest
4289
4684
  * @returns SetDataShareInstanceResponse
@@ -4311,7 +4706,7 @@ export default class Client extends OpenApi {
4311
4706
  */
4312
4707
  switchDBInstanceNetType(request: $_model.SwitchDBInstanceNetTypeRequest): Promise<$_model.SwitchDBInstanceNetTypeResponse>;
4313
4708
  /**
4314
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
4709
+ * Create and attach tags.
4315
4710
  *
4316
4711
  * @param request - TagResourcesRequest
4317
4712
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4319,14 +4714,17 @@ export default class Client extends OpenApi {
4319
4714
  */
4320
4715
  tagResourcesWithOptions(request: $_model.TagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
4321
4716
  /**
4322
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
4717
+ * Create and attach tags.
4323
4718
  *
4324
4719
  * @param request - TagResourcesRequest
4325
4720
  * @returns TagResourcesResponse
4326
4721
  */
4327
4722
  tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
4328
4723
  /**
4329
- * Supabase project labeling
4724
+ * Adds tags to Supabase project instances.
4725
+ *
4726
+ * @remarks
4727
+ * 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.
4330
4728
  *
4331
4729
  * @param request - TagSupabaseProjectRequest
4332
4730
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4334,7 +4732,10 @@ export default class Client extends OpenApi {
4334
4732
  */
4335
4733
  tagSupabaseProjectWithOptions(request: $_model.TagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagSupabaseProjectResponse>;
4336
4734
  /**
4337
- * Supabase project labeling
4735
+ * Adds tags to Supabase project instances.
4736
+ *
4737
+ * @remarks
4738
+ * 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.
4338
4739
  *
4339
4740
  * @param request - TagSupabaseProjectRequest
4340
4741
  * @returns TagSupabaseProjectResponse
@@ -4411,7 +4812,10 @@ export default class Client extends OpenApi {
4411
4812
  */
4412
4813
  untagResources(request: $_model.UntagResourcesRequest): Promise<$_model.UntagResourcesResponse>;
4413
4814
  /**
4414
- * Detach labels from a Supabase instance
4815
+ * Removes tags from one or more Supabase instances.
4816
+ *
4817
+ * @remarks
4818
+ * This operation removes one or more specified tags from Supabase instances.
4415
4819
  *
4416
4820
  * @param request - UntagSupabaseProjectRequest
4417
4821
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4419,7 +4823,10 @@ export default class Client extends OpenApi {
4419
4823
  */
4420
4824
  untagSupabaseProjectWithOptions(request: $_model.UntagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagSupabaseProjectResponse>;
4421
4825
  /**
4422
- * Detach labels from a Supabase instance
4826
+ * Removes tags from one or more Supabase instances.
4827
+ *
4828
+ * @remarks
4829
+ * This operation removes one or more specified tags from Supabase instances.
4423
4830
  *
4424
4831
  * @param request - UntagSupabaseProjectRequest
4425
4832
  * @returns UntagSupabaseProjectResponse
@@ -4466,11 +4873,11 @@ export default class Client extends OpenApi {
4466
4873
  */
4467
4874
  updateDBInstancePlan(request: $_model.UpdateDBInstancePlanRequest): Promise<$_model.UpdateDBInstancePlanResponse>;
4468
4875
  /**
4469
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
4876
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
4470
4877
  *
4471
4878
  * @remarks
4472
- * This operation is not available for instances in reserved storage mode.
4473
- * Before you call this operation, make sure that you are familiar with the billing of AnalyticDB for PostgreSQL. For more information, see [Billing methods](https://help.aliyun.com/document_detail/35406.html) and [AnalyticDB for PostgreSQL pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing).
4879
+ * This operation does not support modifying instances in storage-reserved mode.
4880
+ * 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.
4474
4881
  *
4475
4882
  * @param request - UpgradeDBInstanceRequest
4476
4883
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4478,11 +4885,11 @@ export default class Client extends OpenApi {
4478
4885
  */
4479
4886
  upgradeDBInstanceWithOptions(request: $_model.UpgradeDBInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpgradeDBInstanceResponse>;
4480
4887
  /**
4481
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
4888
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
4482
4889
  *
4483
4890
  * @remarks
4484
- * This operation is not available for instances in reserved storage mode.
4485
- * Before you call this operation, make sure that you are familiar with the billing of AnalyticDB for PostgreSQL. For more information, see [Billing methods](https://help.aliyun.com/document_detail/35406.html) and [AnalyticDB for PostgreSQL pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing).
4891
+ * This operation does not support modifying instances in storage-reserved mode.
4892
+ * 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.
4486
4893
  *
4487
4894
  * @param request - UpgradeDBInstanceRequest
4488
4895
  * @returns UpgradeDBInstanceResponse
@@ -4578,6 +4985,14 @@ export default class Client extends OpenApi {
4578
4985
  /**
4579
4986
  * Uploads vector data to a vector collection.
4580
4987
  *
4988
+ * @remarks
4989
+ * >Notice:
4990
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
4991
+ * 请使用最新版SDK或不低于此版本:
4992
+ * - Java:1.2.1
4993
+ * - Go:v3.3.1
4994
+ * - Python:3.3.1
4995
+ *
4581
4996
  * @param tmpReq - UpsertCollectionDataRequest
4582
4997
  * @param runtime - runtime options for this request RuntimeOptions
4583
4998
  * @returns UpsertCollectionDataResponse
@@ -4586,6 +5001,14 @@ export default class Client extends OpenApi {
4586
5001
  /**
4587
5002
  * Uploads vector data to a vector collection.
4588
5003
  *
5004
+ * @remarks
5005
+ * >Notice:
5006
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
5007
+ * 请使用最新版SDK或不低于此版本:
5008
+ * - Java:1.2.1
5009
+ * - Go:v3.3.1
5010
+ * - Python:3.3.1
5011
+ *
4589
5012
  * @param request - UpsertCollectionDataRequest
4590
5013
  * @returns UpsertCollectionDataResponse
4591
5014
  */