@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.js CHANGED
@@ -80,6 +80,21 @@ class Client extends openapi_core_1.default {
80
80
  'cn-shenzhen-finance-1': "gpdb.aliyuncs.com",
81
81
  'cn-qingdao': "gpdb.aliyuncs.com",
82
82
  'cn-north-2-gov-1': "gpdb.aliyuncs.com",
83
+ 'me-east-1': "gpdb.me-east-1.aliyuncs.com",
84
+ 'me-central-1': "gpdb.me-central-1.aliyuncs.com",
85
+ 'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
86
+ 'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
87
+ 'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
88
+ 'cn-huhehaote': "gpdb.cn-huhehaote.aliyuncs.com",
89
+ 'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
90
+ 'cn-beijing-finance-1': "gpdb.aliyuncs.com",
91
+ 'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
92
+ 'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
93
+ 'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
94
+ 'ap-southeast-2': "gpdb.ap-southeast-2.aliyuncs.com",
95
+ 'ap-south-1': "gpdb.ap-south-1.aliyuncs.com",
96
+ 'ap-northeast-2': "gpdb.ap-northeast-2.aliyuncs.com",
97
+ 'ap-northeast-1': "gpdb.ap-northeast-1.aliyuncs.com",
83
98
  };
84
99
  this.checkConfig(config);
85
100
  this._endpoint = this.getEndpoint("gpdb", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -546,14 +561,14 @@ class Client extends openapi_core_1.default {
546
561
  return await this.cancelUpsertCollectionDataJobWithOptions(request, runtime);
547
562
  }
548
563
  /**
549
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
564
+ * Combines a knowledge base with a large language model for intelligent Q&A.
550
565
  *
551
566
  * @remarks
552
- * 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.
553
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
554
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
555
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
556
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
567
+ * 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.
568
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
569
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
570
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
571
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
557
572
  *
558
573
  * @param tmpReq - ChatWithKnowledgeBaseRequest
559
574
  * @param runtime - runtime options for this request RuntimeOptions
@@ -608,14 +623,14 @@ class Client extends openapi_core_1.default {
608
623
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ChatWithKnowledgeBaseResponse({}));
609
624
  }
610
625
  /**
611
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
626
+ * Combines a knowledge base with a large language model for intelligent Q&A.
612
627
  *
613
628
  * @remarks
614
- * 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.
615
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
616
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
617
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
618
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
629
+ * 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.
630
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
631
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
632
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
633
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
619
634
  *
620
635
  * @param request - ChatWithKnowledgeBaseRequest
621
636
  * @returns ChatWithKnowledgeBaseResponse
@@ -625,14 +640,14 @@ class Client extends openapi_core_1.default {
625
640
  return await this.chatWithKnowledgeBaseWithOptions(request, runtime);
626
641
  }
627
642
  /**
628
- * 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.
643
+ * 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.
629
644
  *
630
645
  * @remarks
631
- * 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.
632
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
633
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
634
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
635
- * * PromptTemplate: optional. It is used to customize a system prompt template.
646
+ * 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.
647
+ * - DBInstanceId: Required. The ID of the database instance.
648
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
649
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
650
+ * - PromptTemplate: Optional. A custom system prompt template.
636
651
  *
637
652
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
638
653
  * @param runtime - runtime options for this request RuntimeOptions
@@ -714,14 +729,14 @@ class Client extends openapi_core_1.default {
714
729
  });
715
730
  }
716
731
  /**
717
- * 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.
732
+ * 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.
718
733
  *
719
734
  * @remarks
720
- * 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.
721
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
722
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
723
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
724
- * * PromptTemplate: optional. It is used to customize a system prompt template.
735
+ * 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.
736
+ * - DBInstanceId: Required. The ID of the database instance.
737
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
738
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
739
+ * - PromptTemplate: Optional. A custom system prompt template.
725
740
  *
726
741
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
727
742
  * @param runtime - runtime options for this request RuntimeOptions
@@ -776,14 +791,14 @@ class Client extends openapi_core_1.default {
776
791
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ChatWithKnowledgeBaseStreamResponse({}));
777
792
  }
778
793
  /**
779
- * 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.
794
+ * 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.
780
795
  *
781
796
  * @remarks
782
- * 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.
783
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
784
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
785
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
786
- * * PromptTemplate: optional. It is used to customize a system prompt template.
797
+ * 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.
798
+ * - DBInstanceId: Required. The ID of the database instance.
799
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
800
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
801
+ * - PromptTemplate: Optional. A custom system prompt template.
787
802
  *
788
803
  * @param request - ChatWithKnowledgeBaseStreamRequest
789
804
  * @returns ChatWithKnowledgeBaseStreamResponse
@@ -1021,7 +1036,7 @@ class Client extends openapi_core_1.default {
1021
1036
  return await this.cloneDBInstanceWithOptions(request, runtime);
1022
1037
  }
1023
1038
  /**
1024
- * 创建 AI 服务
1039
+ * Creates an AI service.
1025
1040
  *
1026
1041
  * @param request - CreateAIServiceRequest
1027
1042
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1065,7 +1080,7 @@ class Client extends openapi_core_1.default {
1065
1080
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAIServiceResponse({}));
1066
1081
  }
1067
1082
  /**
1068
- * 创建 AI 服务
1083
+ * Creates an AI service.
1069
1084
  *
1070
1085
  * @param request - CreateAIServiceRequest
1071
1086
  * @returns CreateAIServiceResponse
@@ -1183,7 +1198,85 @@ class Client extends openapi_core_1.default {
1183
1198
  return await this.createBackupWithOptions(request, runtime);
1184
1199
  }
1185
1200
  /**
1186
- * Creates a vector collection.
1201
+ * Creates a Supabase project branch.
1202
+ *
1203
+ * @remarks
1204
+ * 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.
1205
+ *
1206
+ * @param request - CreateBranchRequest
1207
+ * @param runtime - runtime options for this request RuntimeOptions
1208
+ * @returns CreateBranchResponse
1209
+ */
1210
+ async createBranchWithOptions(request, runtime) {
1211
+ request.validate();
1212
+ let query = {};
1213
+ if (!$dara.isNull(request.branchName)) {
1214
+ query["BranchName"] = request.branchName;
1215
+ }
1216
+ if (!$dara.isNull(request.clientToken)) {
1217
+ query["ClientToken"] = request.clientToken;
1218
+ }
1219
+ if (!$dara.isNull(request.description)) {
1220
+ query["Description"] = request.description;
1221
+ }
1222
+ if (!$dara.isNull(request.expiresAt)) {
1223
+ query["ExpiresAt"] = request.expiresAt;
1224
+ }
1225
+ if (!$dara.isNull(request.initSource)) {
1226
+ query["InitSource"] = request.initSource;
1227
+ }
1228
+ if (!$dara.isNull(request.parentBranchId)) {
1229
+ query["ParentBranchId"] = request.parentBranchId;
1230
+ }
1231
+ if (!$dara.isNull(request.parentLsn)) {
1232
+ query["ParentLsn"] = request.parentLsn;
1233
+ }
1234
+ if (!$dara.isNull(request.parentTimestamp)) {
1235
+ query["ParentTimestamp"] = request.parentTimestamp;
1236
+ }
1237
+ if (!$dara.isNull(request.projectId)) {
1238
+ query["ProjectId"] = request.projectId;
1239
+ }
1240
+ if (!$dara.isNull(request.protected)) {
1241
+ query["Protected"] = request.protected;
1242
+ }
1243
+ if (!$dara.isNull(request.regionId)) {
1244
+ query["RegionId"] = request.regionId;
1245
+ }
1246
+ if (!$dara.isNull(request.tag)) {
1247
+ query["Tag"] = request.tag;
1248
+ }
1249
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
1250
+ query: openapi_core_2.OpenApiUtil.query(query),
1251
+ });
1252
+ let params = new openapi_core_2.$OpenApiUtil.Params({
1253
+ action: "CreateBranch",
1254
+ version: "2016-05-03",
1255
+ protocol: "HTTPS",
1256
+ pathname: "/",
1257
+ method: "POST",
1258
+ authType: "AK",
1259
+ style: "RPC",
1260
+ reqBodyType: "formData",
1261
+ bodyType: "json",
1262
+ });
1263
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateBranchResponse({}));
1264
+ }
1265
+ /**
1266
+ * Creates a Supabase project branch.
1267
+ *
1268
+ * @remarks
1269
+ * 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.
1270
+ *
1271
+ * @param request - CreateBranchRequest
1272
+ * @returns CreateBranchResponse
1273
+ */
1274
+ async createBranch(request) {
1275
+ let runtime = new $dara.RuntimeOptions({});
1276
+ return await this.createBranchWithOptions(request, runtime);
1277
+ }
1278
+ /**
1279
+ * Create a vector dataset.
1187
1280
  *
1188
1281
  * @param tmpReq - CreateCollectionRequest
1189
1282
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1283,7 +1376,7 @@ class Client extends openapi_core_1.default {
1283
1376
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCollectionResponse({}));
1284
1377
  }
1285
1378
  /**
1286
- * Creates a vector collection.
1379
+ * Create a vector dataset.
1287
1380
  *
1288
1381
  * @param request - CreateCollectionRequest
1289
1382
  * @returns CreateCollectionResponse
@@ -1293,10 +1386,10 @@ class Client extends openapi_core_1.default {
1293
1386
  return await this.createCollectionWithOptions(request, runtime);
1294
1387
  }
1295
1388
  /**
1296
- * Create Instance
1389
+ * Create an AnalyticDB for PostgreSQL instance.
1297
1390
  *
1298
1391
  * @remarks
1299
- * 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.
1392
+ * Before you call this operation, review the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) for AnalyticDB for PostgreSQL.
1300
1393
  *
1301
1394
  * @param request - CreateDBInstanceRequest
1302
1395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1460,10 +1553,10 @@ class Client extends openapi_core_1.default {
1460
1553
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDBInstanceResponse({}));
1461
1554
  }
1462
1555
  /**
1463
- * Create Instance
1556
+ * Create an AnalyticDB for PostgreSQL instance.
1464
1557
  *
1465
1558
  * @remarks
1466
- * 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.
1559
+ * Before you call this operation, review the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) for AnalyticDB for PostgreSQL.
1467
1560
  *
1468
1561
  * @param request - CreateDBInstanceRequest
1469
1562
  * @returns CreateDBInstanceResponse
@@ -1704,7 +1797,7 @@ class Client extends openapi_core_1.default {
1704
1797
  return await this.createDatabaseWithOptions(request, runtime);
1705
1798
  }
1706
1799
  /**
1707
- * Creates a document collection.
1800
+ * Create a knowledge base
1708
1801
  *
1709
1802
  * @param tmpReq - CreateDocumentCollectionRequest
1710
1803
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1828,7 +1921,7 @@ class Client extends openapi_core_1.default {
1828
1921
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDocumentCollectionResponse({}));
1829
1922
  }
1830
1923
  /**
1831
- * Creates a document collection.
1924
+ * Create a knowledge base
1832
1925
  *
1833
1926
  * @param request - CreateDocumentCollectionRequest
1834
1927
  * @returns CreateDocumentCollectionResponse
@@ -2141,7 +2234,7 @@ class Client extends openapi_core_1.default {
2141
2234
  * Creates a model service.
2142
2235
  *
2143
2236
  * @remarks
2144
- * 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.
2237
+ * 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.
2145
2238
  *
2146
2239
  * @param tmpReq - CreateModelServiceRequest
2147
2240
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2213,7 +2306,7 @@ class Client extends openapi_core_1.default {
2213
2306
  * Creates a model service.
2214
2307
  *
2215
2308
  * @remarks
2216
- * 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.
2309
+ * 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.
2217
2310
  *
2218
2311
  * @param request - CreateModelServiceRequest
2219
2312
  * @returns CreateModelServiceResponse
@@ -2348,6 +2441,72 @@ class Client extends openapi_core_1.default {
2348
2441
  let runtime = new $dara.RuntimeOptions({});
2349
2442
  return await this.createRemoteADBDataSourceWithOptions(request, runtime);
2350
2443
  }
2444
+ /**
2445
+ * Creates a SaaS service.
2446
+ *
2447
+ * @remarks
2448
+ * 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.
2449
+ *
2450
+ * @param request - CreateSaasServiceRequest
2451
+ * @param runtime - runtime options for this request RuntimeOptions
2452
+ * @returns CreateSaasServiceResponse
2453
+ */
2454
+ async createSaasServiceWithOptions(request, runtime) {
2455
+ request.validate();
2456
+ let query = {};
2457
+ if (!$dara.isNull(request.cu)) {
2458
+ query["Cu"] = request.cu;
2459
+ }
2460
+ if (!$dara.isNull(request.payType)) {
2461
+ query["PayType"] = request.payType;
2462
+ }
2463
+ if (!$dara.isNull(request.period)) {
2464
+ query["Period"] = request.period;
2465
+ }
2466
+ if (!$dara.isNull(request.plan)) {
2467
+ query["Plan"] = request.plan;
2468
+ }
2469
+ if (!$dara.isNull(request.regionId)) {
2470
+ query["RegionId"] = request.regionId;
2471
+ }
2472
+ if (!$dara.isNull(request.serviceType)) {
2473
+ query["ServiceType"] = request.serviceType;
2474
+ }
2475
+ if (!$dara.isNull(request.usedTime)) {
2476
+ query["UsedTime"] = request.usedTime;
2477
+ }
2478
+ if (!$dara.isNull(request.workspaceId)) {
2479
+ query["WorkspaceId"] = request.workspaceId;
2480
+ }
2481
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2482
+ query: openapi_core_2.OpenApiUtil.query(query),
2483
+ });
2484
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2485
+ action: "CreateSaasService",
2486
+ version: "2016-05-03",
2487
+ protocol: "HTTPS",
2488
+ pathname: "/",
2489
+ method: "POST",
2490
+ authType: "AK",
2491
+ style: "RPC",
2492
+ reqBodyType: "formData",
2493
+ bodyType: "json",
2494
+ });
2495
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSaasServiceResponse({}));
2496
+ }
2497
+ /**
2498
+ * Creates a SaaS service.
2499
+ *
2500
+ * @remarks
2501
+ * 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.
2502
+ *
2503
+ * @param request - CreateSaasServiceRequest
2504
+ * @returns CreateSaasServiceResponse
2505
+ */
2506
+ async createSaasService(request) {
2507
+ let runtime = new $dara.RuntimeOptions({});
2508
+ return await this.createSaasServiceWithOptions(request, runtime);
2509
+ }
2351
2510
  /**
2352
2511
  * Creates a sample dataset for an AnalyticDB for PostgreSQL instance.
2353
2512
  *
@@ -2505,6 +2664,63 @@ class Client extends openapi_core_1.default {
2505
2664
  let runtime = new $dara.RuntimeOptions({});
2506
2665
  return await this.createServiceLinkedRoleWithOptions(request, runtime);
2507
2666
  }
2667
+ /**
2668
+ * Creates a snapshot for a Supabase project.
2669
+ *
2670
+ * @remarks
2671
+ * 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.
2672
+ *
2673
+ * @param request - CreateSnapshotRequest
2674
+ * @param runtime - runtime options for this request RuntimeOptions
2675
+ * @returns CreateSnapshotResponse
2676
+ */
2677
+ async createSnapshotWithOptions(request, runtime) {
2678
+ request.validate();
2679
+ let query = {};
2680
+ if (!$dara.isNull(request.clientToken)) {
2681
+ query["ClientToken"] = request.clientToken;
2682
+ }
2683
+ if (!$dara.isNull(request.lsn)) {
2684
+ query["Lsn"] = request.lsn;
2685
+ }
2686
+ if (!$dara.isNull(request.projectId)) {
2687
+ query["ProjectId"] = request.projectId;
2688
+ }
2689
+ if (!$dara.isNull(request.regionId)) {
2690
+ query["RegionId"] = request.regionId;
2691
+ }
2692
+ if (!$dara.isNull(request.snapshotTimestamp)) {
2693
+ query["SnapshotTimestamp"] = request.snapshotTimestamp;
2694
+ }
2695
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2696
+ query: openapi_core_2.OpenApiUtil.query(query),
2697
+ });
2698
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2699
+ action: "CreateSnapshot",
2700
+ version: "2016-05-03",
2701
+ protocol: "HTTPS",
2702
+ pathname: "/",
2703
+ method: "POST",
2704
+ authType: "AK",
2705
+ style: "RPC",
2706
+ reqBodyType: "formData",
2707
+ bodyType: "json",
2708
+ });
2709
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSnapshotResponse({}));
2710
+ }
2711
+ /**
2712
+ * Creates a snapshot for a Supabase project.
2713
+ *
2714
+ * @remarks
2715
+ * 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.
2716
+ *
2717
+ * @param request - CreateSnapshotRequest
2718
+ * @returns CreateSnapshotResponse
2719
+ */
2720
+ async createSnapshot(request) {
2721
+ let runtime = new $dara.RuntimeOptions({});
2722
+ return await this.createSnapshotWithOptions(request, runtime);
2723
+ }
2508
2724
  /**
2509
2725
  * Create External Data Source Configuration
2510
2726
  *
@@ -2733,7 +2949,7 @@ class Client extends openapi_core_1.default {
2733
2949
  * Creates a Supabase project.
2734
2950
  *
2735
2951
  * @remarks
2736
- * You can call this operation to create a Supabase project.
2952
+ * 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.
2737
2953
  *
2738
2954
  * @param request - CreateSupabaseProjectRequest
2739
2955
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2754,6 +2970,9 @@ class Client extends openapi_core_1.default {
2754
2970
  if (!$dara.isNull(request.diskPerformanceLevel)) {
2755
2971
  query["DiskPerformanceLevel"] = request.diskPerformanceLevel;
2756
2972
  }
2973
+ if (!$dara.isNull(request.engineVersion)) {
2974
+ query["EngineVersion"] = request.engineVersion;
2975
+ }
2757
2976
  if (!$dara.isNull(request.payType)) {
2758
2977
  query["PayType"] = request.payType;
2759
2978
  }
@@ -2807,7 +3026,7 @@ class Client extends openapi_core_1.default {
2807
3026
  * Creates a Supabase project.
2808
3027
  *
2809
3028
  * @remarks
2810
- * You can call this operation to create a Supabase project.
3029
+ * 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.
2811
3030
  *
2812
3031
  * @param request - CreateSupabaseProjectRequest
2813
3032
  * @returns CreateSupabaseProjectResponse
@@ -2817,7 +3036,7 @@ class Client extends openapi_core_1.default {
2817
3036
  return await this.createSupabaseProjectWithOptions(request, runtime);
2818
3037
  }
2819
3038
  /**
2820
- * Create Vector Index
3039
+ * Creates an index for a vector collection.
2821
3040
  *
2822
3041
  * @param request - CreateVectorIndexRequest
2823
3042
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2894,7 +3113,7 @@ class Client extends openapi_core_1.default {
2894
3113
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateVectorIndexResponse({}));
2895
3114
  }
2896
3115
  /**
2897
- * Create Vector Index
3116
+ * Creates an index for a vector collection.
2898
3117
  *
2899
3118
  * @param request - CreateVectorIndexRequest
2900
3119
  * @returns CreateVectorIndexResponse
@@ -2903,6 +3122,54 @@ class Client extends openapi_core_1.default {
2903
3122
  let runtime = new $dara.RuntimeOptions({});
2904
3123
  return await this.createVectorIndexWithOptions(request, runtime);
2905
3124
  }
3125
+ /**
3126
+ * Creates a SaaS workspace.
3127
+ *
3128
+ * @remarks
3129
+ * Creates a context service workspace.
3130
+ *
3131
+ * @param request - CreateWorkspaceRequest
3132
+ * @param runtime - runtime options for this request RuntimeOptions
3133
+ * @returns CreateWorkspaceResponse
3134
+ */
3135
+ async createWorkspaceWithOptions(request, runtime) {
3136
+ request.validate();
3137
+ let query = {};
3138
+ if (!$dara.isNull(request.regionId)) {
3139
+ query["RegionId"] = request.regionId;
3140
+ }
3141
+ if (!$dara.isNull(request.workspaceName)) {
3142
+ query["WorkspaceName"] = request.workspaceName;
3143
+ }
3144
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
3145
+ query: openapi_core_2.OpenApiUtil.query(query),
3146
+ });
3147
+ let params = new openapi_core_2.$OpenApiUtil.Params({
3148
+ action: "CreateWorkspace",
3149
+ version: "2016-05-03",
3150
+ protocol: "HTTPS",
3151
+ pathname: "/",
3152
+ method: "POST",
3153
+ authType: "AK",
3154
+ style: "RPC",
3155
+ reqBodyType: "formData",
3156
+ bodyType: "json",
3157
+ });
3158
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateWorkspaceResponse({}));
3159
+ }
3160
+ /**
3161
+ * Creates a SaaS workspace.
3162
+ *
3163
+ * @remarks
3164
+ * Creates a context service workspace.
3165
+ *
3166
+ * @param request - CreateWorkspaceRequest
3167
+ * @returns CreateWorkspaceResponse
3168
+ */
3169
+ async createWorkspace(request) {
3170
+ let runtime = new $dara.RuntimeOptions({});
3171
+ return await this.createWorkspaceWithOptions(request, runtime);
3172
+ }
2906
3173
  /**
2907
3174
  * Delete AI Node
2908
3175
  *
@@ -2960,7 +3227,7 @@ class Client extends openapi_core_1.default {
2960
3227
  return await this.deleteAINodeWithOptions(request, runtime);
2961
3228
  }
2962
3229
  /**
2963
- * 删除 AI 服务
3230
+ * Deletes an AI service.
2964
3231
  *
2965
3232
  * @param request - DeleteAIServiceRequest
2966
3233
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2995,7 +3262,7 @@ class Client extends openapi_core_1.default {
2995
3262
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAIServiceResponse({}));
2996
3263
  }
2997
3264
  /**
2998
- * 删除 AI 服务
3265
+ * Deletes an AI service.
2999
3266
  *
3000
3267
  * @param request - DeleteAIServiceRequest
3001
3268
  * @returns DeleteAIServiceResponse
@@ -3089,7 +3356,55 @@ class Client extends openapi_core_1.default {
3089
3356
  return await this.deleteBackupWithOptions(request, runtime);
3090
3357
  }
3091
3358
  /**
3092
- * 删除文本块
3359
+ * Deletes a Supabase branch.
3360
+ *
3361
+ * @remarks
3362
+ * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3363
+ *
3364
+ * @param request - DeleteBranchRequest
3365
+ * @param runtime - runtime options for this request RuntimeOptions
3366
+ * @returns DeleteBranchResponse
3367
+ */
3368
+ async deleteBranchWithOptions(request, runtime) {
3369
+ request.validate();
3370
+ let query = {};
3371
+ if (!$dara.isNull(request.branchId)) {
3372
+ query["BranchId"] = request.branchId;
3373
+ }
3374
+ if (!$dara.isNull(request.regionId)) {
3375
+ query["RegionId"] = request.regionId;
3376
+ }
3377
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
3378
+ query: openapi_core_2.OpenApiUtil.query(query),
3379
+ });
3380
+ let params = new openapi_core_2.$OpenApiUtil.Params({
3381
+ action: "DeleteBranch",
3382
+ version: "2016-05-03",
3383
+ protocol: "HTTPS",
3384
+ pathname: "/",
3385
+ method: "POST",
3386
+ authType: "AK",
3387
+ style: "RPC",
3388
+ reqBodyType: "formData",
3389
+ bodyType: "json",
3390
+ });
3391
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteBranchResponse({}));
3392
+ }
3393
+ /**
3394
+ * Deletes a Supabase branch.
3395
+ *
3396
+ * @remarks
3397
+ * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3398
+ *
3399
+ * @param request - DeleteBranchRequest
3400
+ * @returns DeleteBranchResponse
3401
+ */
3402
+ async deleteBranch(request) {
3403
+ let runtime = new $dara.RuntimeOptions({});
3404
+ return await this.deleteBranchWithOptions(request, runtime);
3405
+ }
3406
+ /**
3407
+ * Deletes chunks from a document collection.
3093
3408
  *
3094
3409
  * @param tmpReq - DeleteChunksRequest
3095
3410
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3138,7 +3453,7 @@ class Client extends openapi_core_1.default {
3138
3453
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteChunksResponse({}));
3139
3454
  }
3140
3455
  /**
3141
- * 删除文本块
3456
+ * Deletes chunks from a document collection.
3142
3457
  *
3143
3458
  * @param request - DeleteChunksRequest
3144
3459
  * @returns DeleteChunksResponse
@@ -3716,7 +4031,7 @@ class Client extends openapi_core_1.default {
3716
4031
  return await this.deleteExternalDataServiceWithOptions(request, runtime);
3717
4032
  }
3718
4033
  /**
3719
- * Deletes a Hadoop external data source.
4034
+ * Delete a Hadoop external data source.
3720
4035
  *
3721
4036
  * @param request - DeleteHadoopDataSourceRequest
3722
4037
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3751,7 +4066,7 @@ class Client extends openapi_core_1.default {
3751
4066
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteHadoopDataSourceResponse({}));
3752
4067
  }
3753
4068
  /**
3754
- * Deletes a Hadoop external data source.
4069
+ * Delete a Hadoop external data source.
3755
4070
  *
3756
4071
  * @param request - DeleteHadoopDataSourceRequest
3757
4072
  * @returns DeleteHadoopDataSourceResponse
@@ -4054,6 +4369,54 @@ class Client extends openapi_core_1.default {
4054
4369
  let runtime = new $dara.RuntimeOptions({});
4055
4370
  return await this.deleteRemoteADBDataSourceWithOptions(request, runtime);
4056
4371
  }
4372
+ /**
4373
+ * Deletes a SaaS service.
4374
+ *
4375
+ * @remarks
4376
+ * Deletes a SaaS service.
4377
+ *
4378
+ * @param request - DeleteSaasServiceRequest
4379
+ * @param runtime - runtime options for this request RuntimeOptions
4380
+ * @returns DeleteSaasServiceResponse
4381
+ */
4382
+ async deleteSaasServiceWithOptions(request, runtime) {
4383
+ request.validate();
4384
+ let query = {};
4385
+ if (!$dara.isNull(request.regionId)) {
4386
+ query["RegionId"] = request.regionId;
4387
+ }
4388
+ if (!$dara.isNull(request.serviceId)) {
4389
+ query["ServiceId"] = request.serviceId;
4390
+ }
4391
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
4392
+ query: openapi_core_2.OpenApiUtil.query(query),
4393
+ });
4394
+ let params = new openapi_core_2.$OpenApiUtil.Params({
4395
+ action: "DeleteSaasService",
4396
+ version: "2016-05-03",
4397
+ protocol: "HTTPS",
4398
+ pathname: "/",
4399
+ method: "POST",
4400
+ authType: "AK",
4401
+ style: "RPC",
4402
+ reqBodyType: "formData",
4403
+ bodyType: "json",
4404
+ });
4405
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSaasServiceResponse({}));
4406
+ }
4407
+ /**
4408
+ * Deletes a SaaS service.
4409
+ *
4410
+ * @remarks
4411
+ * Deletes a SaaS service.
4412
+ *
4413
+ * @param request - DeleteSaasServiceRequest
4414
+ * @returns DeleteSaasServiceResponse
4415
+ */
4416
+ async deleteSaasService(request) {
4417
+ let runtime = new $dara.RuntimeOptions({});
4418
+ return await this.deleteSaasServiceWithOptions(request, runtime);
4419
+ }
4057
4420
  /**
4058
4421
  * Deletes the access credentials of an AnalyticDB for PostgreSQL instance.
4059
4422
  *
@@ -4109,7 +4472,58 @@ class Client extends openapi_core_1.default {
4109
4472
  return await this.deleteSecretWithOptions(request, runtime);
4110
4473
  }
4111
4474
  /**
4112
- * Deletes the configurations of an external data source.
4475
+ * 删除恢复点
4476
+ *
4477
+ * @remarks
4478
+ * 该接口用于按 ProjectId 和 Lsn 删除指定 Supabase 项目中的快照。
4479
+ *
4480
+ * @param request - DeleteSnapshotRequest
4481
+ * @param runtime - runtime options for this request RuntimeOptions
4482
+ * @returns DeleteSnapshotResponse
4483
+ */
4484
+ async deleteSnapshotWithOptions(request, runtime) {
4485
+ request.validate();
4486
+ let query = {};
4487
+ if (!$dara.isNull(request.lsn)) {
4488
+ query["Lsn"] = request.lsn;
4489
+ }
4490
+ if (!$dara.isNull(request.projectId)) {
4491
+ query["ProjectId"] = request.projectId;
4492
+ }
4493
+ if (!$dara.isNull(request.regionId)) {
4494
+ query["RegionId"] = request.regionId;
4495
+ }
4496
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
4497
+ query: openapi_core_2.OpenApiUtil.query(query),
4498
+ });
4499
+ let params = new openapi_core_2.$OpenApiUtil.Params({
4500
+ action: "DeleteSnapshot",
4501
+ version: "2016-05-03",
4502
+ protocol: "HTTPS",
4503
+ pathname: "/",
4504
+ method: "POST",
4505
+ authType: "AK",
4506
+ style: "RPC",
4507
+ reqBodyType: "formData",
4508
+ bodyType: "json",
4509
+ });
4510
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotResponse({}));
4511
+ }
4512
+ /**
4513
+ * 删除恢复点
4514
+ *
4515
+ * @remarks
4516
+ * 该接口用于按 ProjectId 和 Lsn 删除指定 Supabase 项目中的快照。
4517
+ *
4518
+ * @param request - DeleteSnapshotRequest
4519
+ * @returns DeleteSnapshotResponse
4520
+ */
4521
+ async deleteSnapshot(request) {
4522
+ let runtime = new $dara.RuntimeOptions({});
4523
+ return await this.deleteSnapshotWithOptions(request, runtime);
4524
+ }
4525
+ /**
4526
+ * Delete a real-time data service.
4113
4527
  *
4114
4528
  * @param request - DeleteStreamingDataServiceRequest
4115
4529
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4144,7 +4558,7 @@ class Client extends openapi_core_1.default {
4144
4558
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteStreamingDataServiceResponse({}));
4145
4559
  }
4146
4560
  /**
4147
- * Deletes the configurations of an external data source.
4561
+ * Delete a real-time data service.
4148
4562
  *
4149
4563
  * @param request - DeleteStreamingDataServiceRequest
4150
4564
  * @returns DeleteStreamingDataServiceResponse
@@ -4154,7 +4568,7 @@ class Client extends openapi_core_1.default {
4154
4568
  return await this.deleteStreamingDataServiceWithOptions(request, runtime);
4155
4569
  }
4156
4570
  /**
4157
- * Deletes a real-time data source.
4571
+ * Delete a real-time data source.
4158
4572
  *
4159
4573
  * @param request - DeleteStreamingDataSourceRequest
4160
4574
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4189,7 +4603,7 @@ class Client extends openapi_core_1.default {
4189
4603
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteStreamingDataSourceResponse({}));
4190
4604
  }
4191
4605
  /**
4192
- * Deletes a real-time data source.
4606
+ * Delete a real-time data source.
4193
4607
  *
4194
4608
  * @param request - DeleteStreamingDataSourceRequest
4195
4609
  * @returns DeleteStreamingDataSourceResponse
@@ -4199,7 +4613,7 @@ class Client extends openapi_core_1.default {
4199
4613
  return await this.deleteStreamingDataSourceWithOptions(request, runtime);
4200
4614
  }
4201
4615
  /**
4202
- * Deletes a real-time data synchronization job.
4616
+ * Delete a real-time data synchronization task.
4203
4617
  *
4204
4618
  * @param request - DeleteStreamingJobRequest
4205
4619
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4234,7 +4648,7 @@ class Client extends openapi_core_1.default {
4234
4648
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteStreamingJobResponse({}));
4235
4649
  }
4236
4650
  /**
4237
- * Deletes a real-time data synchronization job.
4651
+ * Delete a real-time data synchronization task.
4238
4652
  *
4239
4653
  * @param request - DeleteStreamingJobRequest
4240
4654
  * @returns DeleteStreamingJobResponse
@@ -4351,12 +4765,60 @@ class Client extends openapi_core_1.default {
4351
4765
  let runtime = new $dara.RuntimeOptions({});
4352
4766
  return await this.deleteVectorIndexWithOptions(request, runtime);
4353
4767
  }
4768
+ /**
4769
+ * 删除SaaS工作空间
4770
+ *
4771
+ * @remarks
4772
+ * 此接口为删除上下文服务工作空间
4773
+ *
4774
+ * @param request - DeleteWorkspaceRequest
4775
+ * @param runtime - runtime options for this request RuntimeOptions
4776
+ * @returns DeleteWorkspaceResponse
4777
+ */
4778
+ async deleteWorkspaceWithOptions(request, runtime) {
4779
+ request.validate();
4780
+ let query = {};
4781
+ if (!$dara.isNull(request.regionId)) {
4782
+ query["RegionId"] = request.regionId;
4783
+ }
4784
+ if (!$dara.isNull(request.workspaceId)) {
4785
+ query["WorkspaceId"] = request.workspaceId;
4786
+ }
4787
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
4788
+ query: openapi_core_2.OpenApiUtil.query(query),
4789
+ });
4790
+ let params = new openapi_core_2.$OpenApiUtil.Params({
4791
+ action: "DeleteWorkspace",
4792
+ version: "2016-05-03",
4793
+ protocol: "HTTPS",
4794
+ pathname: "/",
4795
+ method: "POST",
4796
+ authType: "AK",
4797
+ style: "RPC",
4798
+ reqBodyType: "formData",
4799
+ bodyType: "json",
4800
+ });
4801
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteWorkspaceResponse({}));
4802
+ }
4803
+ /**
4804
+ * 删除SaaS工作空间
4805
+ *
4806
+ * @remarks
4807
+ * 此接口为删除上下文服务工作空间
4808
+ *
4809
+ * @param request - DeleteWorkspaceRequest
4810
+ * @returns DeleteWorkspaceResponse
4811
+ */
4812
+ async deleteWorkspace(request) {
4813
+ let runtime = new $dara.RuntimeOptions({});
4814
+ return await this.deleteWorkspaceWithOptions(request, runtime);
4815
+ }
4354
4816
  /**
4355
4817
  * Deploy a private RAG service.
4356
4818
  *
4357
4819
  * @remarks
4358
- * 1. Before you deploy the private RAG service, create an initial account.
4359
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
4820
+ * 1. 部署私有RAG服务前,请先创建初始账号。
4821
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
4360
4822
  *
4361
4823
  * @param request - DeployPrivateRAGServiceRequest
4362
4824
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4394,8 +4856,8 @@ class Client extends openapi_core_1.default {
4394
4856
  * Deploy a private RAG service.
4395
4857
  *
4396
4858
  * @remarks
4397
- * 1. Before you deploy the private RAG service, create an initial account.
4398
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
4859
+ * 1. 部署私有RAG服务前,请先创建初始账号。
4860
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
4399
4861
  *
4400
4862
  * @param request - DeployPrivateRAGServiceRequest
4401
4863
  * @returns DeployPrivateRAGServiceResponse
@@ -4405,7 +4867,7 @@ class Client extends openapi_core_1.default {
4405
4867
  return await this.deployPrivateRAGServiceWithOptions(request, runtime);
4406
4868
  }
4407
4869
  /**
4408
- * 获取 AI 服务详情
4870
+ * Retrieves the details of an AI service.
4409
4871
  *
4410
4872
  * @param request - DescribeAIServiceRequest
4411
4873
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4440,7 +4902,7 @@ class Client extends openapi_core_1.default {
4440
4902
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAIServiceResponse({}));
4441
4903
  }
4442
4904
  /**
4443
- * 获取 AI 服务详情
4905
+ * Retrieves the details of an AI service.
4444
4906
  *
4445
4907
  * @param request - DescribeAIServiceRequest
4446
4908
  * @returns DescribeAIServiceResponse
@@ -4568,10 +5030,10 @@ class Client extends openapi_core_1.default {
4568
5030
  return await this.describeActiveSQLRecordsWithOptions(request, runtime);
4569
5031
  }
4570
5032
  /**
4571
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
5033
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
4572
5034
  *
4573
5035
  * @remarks
4574
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
5036
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
4575
5037
  *
4576
5038
  * @param request - DescribeAvailableResourcesRequest
4577
5039
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4606,10 +5068,10 @@ class Client extends openapi_core_1.default {
4606
5068
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAvailableResourcesResponse({}));
4607
5069
  }
4608
5070
  /**
4609
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
5071
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
4610
5072
  *
4611
5073
  * @remarks
4612
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
5074
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
4613
5075
  *
4614
5076
  * @param request - DescribeAvailableResourcesRequest
4615
5077
  * @returns DescribeAvailableResourcesResponse
@@ -4709,6 +5171,54 @@ class Client extends openapi_core_1.default {
4709
5171
  let runtime = new $dara.RuntimeOptions({});
4710
5172
  return await this.describeBackupPolicyWithOptions(request, runtime);
4711
5173
  }
5174
+ /**
5175
+ * Queries the details of a Supabase branch.
5176
+ *
5177
+ * @remarks
5178
+ * Queries the detailed information of a specified Supabase branch, including basic branch attributes, parent branch information, protection status, and connection information.
5179
+ *
5180
+ * @param request - DescribeBranchRequest
5181
+ * @param runtime - runtime options for this request RuntimeOptions
5182
+ * @returns DescribeBranchResponse
5183
+ */
5184
+ async describeBranchWithOptions(request, runtime) {
5185
+ request.validate();
5186
+ let query = {};
5187
+ if (!$dara.isNull(request.branchId)) {
5188
+ query["BranchId"] = request.branchId;
5189
+ }
5190
+ if (!$dara.isNull(request.regionId)) {
5191
+ query["RegionId"] = request.regionId;
5192
+ }
5193
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
5194
+ query: openapi_core_2.OpenApiUtil.query(query),
5195
+ });
5196
+ let params = new openapi_core_2.$OpenApiUtil.Params({
5197
+ action: "DescribeBranch",
5198
+ version: "2016-05-03",
5199
+ protocol: "HTTPS",
5200
+ pathname: "/",
5201
+ method: "POST",
5202
+ authType: "AK",
5203
+ style: "RPC",
5204
+ reqBodyType: "formData",
5205
+ bodyType: "json",
5206
+ });
5207
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBranchResponse({}));
5208
+ }
5209
+ /**
5210
+ * Queries the details of a Supabase branch.
5211
+ *
5212
+ * @remarks
5213
+ * Queries the detailed information of a specified Supabase branch, including basic branch attributes, parent branch information, protection status, and connection information.
5214
+ *
5215
+ * @param request - DescribeBranchRequest
5216
+ * @returns DescribeBranchResponse
5217
+ */
5218
+ async describeBranch(request) {
5219
+ let runtime = new $dara.RuntimeOptions({});
5220
+ return await this.describeBranchWithOptions(request, runtime);
5221
+ }
4712
5222
  /**
4713
5223
  * Queries the information about a vector collection.
4714
5224
  *
@@ -4881,10 +5391,10 @@ class Client extends openapi_core_1.default {
4881
5391
  return await this.describeDBClusterNodeWithOptions(request, runtime);
4882
5392
  }
4883
5393
  /**
4884
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
5394
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
4885
5395
  *
4886
5396
  * @remarks
4887
- * You can query monitoring information only within the last 30 days.
5397
+ * Monitoring information can only be queried for the last 30 days.
4888
5398
  *
4889
5399
  * @param request - DescribeDBClusterPerformanceRequest
4890
5400
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4931,10 +5441,10 @@ class Client extends openapi_core_1.default {
4931
5441
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBClusterPerformanceResponse({}));
4932
5442
  }
4933
5443
  /**
4934
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
5444
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
4935
5445
  *
4936
5446
  * @remarks
4937
- * You can query monitoring information only within the last 30 days.
5447
+ * Monitoring information can only be queried for the last 30 days.
4938
5448
  *
4939
5449
  * @param request - DescribeDBClusterPerformanceRequest
4940
5450
  * @returns DescribeDBClusterPerformanceResponse
@@ -4944,14 +5454,14 @@ class Client extends openapi_core_1.default {
4944
5454
  return await this.describeDBClusterPerformanceWithOptions(request, runtime);
4945
5455
  }
4946
5456
  /**
4947
- * Query detailed information about the instance.
5457
+ * Query the details of an AnalyticDB for PostgreSQL instance.
4948
5458
  *
4949
5459
  * @remarks
4950
- * ## Usage Instructions
4951
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
4952
- * ## QPS Limitation
4953
- * 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.
4954
- * <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).
5460
+ * ## How-To
5461
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
5462
+ * ## Queries per second (QPS) limit
5463
+ * 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.
5464
+ * <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).
4955
5465
  *
4956
5466
  * @param request - DescribeDBInstanceAttributeRequest
4957
5467
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4986,14 +5496,14 @@ class Client extends openapi_core_1.default {
4986
5496
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceAttributeResponse({}));
4987
5497
  }
4988
5498
  /**
4989
- * Query detailed information about the instance.
5499
+ * Query the details of an AnalyticDB for PostgreSQL instance.
4990
5500
  *
4991
5501
  * @remarks
4992
- * ## Usage Instructions
4993
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
4994
- * ## QPS Limitation
4995
- * 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.
4996
- * <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).
5502
+ * ## How-To
5503
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
5504
+ * ## Queries per second (QPS) limit
5505
+ * 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.
5506
+ * <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).
4997
5507
  *
4998
5508
  * @param request - DescribeDBInstanceAttributeRequest
4999
5509
  * @returns DescribeDBInstanceAttributeResponse
@@ -5616,13 +6126,15 @@ class Client extends openapi_core_1.default {
5616
6126
  return await this.describeDBInstanceSupportMaxPerformanceWithOptions(request, runtime);
5617
6127
  }
5618
6128
  /**
5619
- * Queries a list of AnalyticDB for PostgreSQL instances.
6129
+ * Lists AnalyticDB for PostgreSQL instances.
5620
6130
  *
5621
6131
  * @remarks
5622
- * ##
5623
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
5624
- * ## Limits
5625
- * 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.
6132
+ * ## Usage
6133
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
6134
+ * ## QPS limit
6135
+ * 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.
6136
+ * <props="china">
6137
+ * 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).
5626
6138
  *
5627
6139
  * @param tmpReq - DescribeDBInstancesRequest
5628
6140
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5704,13 +6216,15 @@ class Client extends openapi_core_1.default {
5704
6216
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstancesResponse({}));
5705
6217
  }
5706
6218
  /**
5707
- * Queries a list of AnalyticDB for PostgreSQL instances.
6219
+ * Lists AnalyticDB for PostgreSQL instances.
5708
6220
  *
5709
6221
  * @remarks
5710
- * ##
5711
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
5712
- * ## Limits
5713
- * 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.
6222
+ * ## Usage
6223
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
6224
+ * ## QPS limit
6225
+ * 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.
6226
+ * <props="china">
6227
+ * 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).
5714
6228
  *
5715
6229
  * @param request - DescribeDBInstancesRequest
5716
6230
  * @returns DescribeDBInstancesResponse
@@ -5720,7 +6234,7 @@ class Client extends openapi_core_1.default {
5720
6234
  return await this.describeDBInstancesWithOptions(request, runtime);
5721
6235
  }
5722
6236
  /**
5723
- * Queries the information about resource groups.
6237
+ * Retrieves the details of one or more resource groups.
5724
6238
  *
5725
6239
  * @param request - DescribeDBResourceGroupRequest
5726
6240
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5755,7 +6269,7 @@ class Client extends openapi_core_1.default {
5755
6269
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBResourceGroupResponse({}));
5756
6270
  }
5757
6271
  /**
5758
- * Queries the information about resource groups.
6272
+ * Retrieves the details of one or more resource groups.
5759
6273
  *
5760
6274
  * @param request - DescribeDBResourceGroupRequest
5761
6275
  * @returns DescribeDBResourceGroupResponse
@@ -6029,12 +6543,10 @@ class Client extends openapi_core_1.default {
6029
6543
  return await this.describeDataShareInstancesWithOptions(request, runtime);
6030
6544
  }
6031
6545
  /**
6032
- * Queries the information about data sharing performance metrics.
6546
+ * Queries the performance metrics of data sharing.
6033
6547
  *
6034
6548
  * @remarks
6035
- * 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.
6036
- * ## Limits
6037
- * 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.
6549
+ * Only serverless instances support the data sharing feature.
6038
6550
  *
6039
6551
  * @param request - DescribeDataSharePerformanceRequest
6040
6552
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6075,12 +6587,10 @@ class Client extends openapi_core_1.default {
6075
6587
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSharePerformanceResponse({}));
6076
6588
  }
6077
6589
  /**
6078
- * Queries the information about data sharing performance metrics.
6590
+ * Queries the performance metrics of data sharing.
6079
6591
  *
6080
6592
  * @remarks
6081
- * 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.
6082
- * ## Limits
6083
- * 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.
6593
+ * Only serverless instances support the data sharing feature.
6084
6594
  *
6085
6595
  * @param request - DescribeDataSharePerformanceRequest
6086
6596
  * @returns DescribeDataSharePerformanceResponse
@@ -6431,11 +6941,11 @@ class Client extends openapi_core_1.default {
6431
6941
  return await this.describeDocumentWithOptions(request, runtime);
6432
6942
  }
6433
6943
  /**
6434
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
6944
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
6435
6945
  *
6436
6946
  * @remarks
6437
- * 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.
6438
- * 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).
6947
+ * 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.
6948
+ * 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).
6439
6949
  *
6440
6950
  * @param request - DescribeDownloadRecordsRequest
6441
6951
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6467,11 +6977,11 @@ class Client extends openapi_core_1.default {
6467
6977
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDownloadRecordsResponse({}));
6468
6978
  }
6469
6979
  /**
6470
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
6980
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
6471
6981
  *
6472
6982
  * @remarks
6473
- * 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.
6474
- * 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).
6983
+ * 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.
6984
+ * 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).
6475
6985
  *
6476
6986
  * @param request - DescribeDownloadRecordsRequest
6477
6987
  * @returns DescribeDownloadRecordsResponse
@@ -6610,7 +7120,7 @@ class Client extends openapi_core_1.default {
6610
7120
  return await this.describeExternalDataServiceWithOptions(request, runtime);
6611
7121
  }
6612
7122
  /**
6613
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
7123
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
6614
7124
  *
6615
7125
  * @param request - DescribeHadoopClustersInSameNetRequest
6616
7126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6642,7 +7152,7 @@ class Client extends openapi_core_1.default {
6642
7152
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHadoopClustersInSameNetResponse({}));
6643
7153
  }
6644
7154
  /**
6645
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
7155
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
6646
7156
  *
6647
7157
  * @param request - DescribeHadoopClustersInSameNetRequest
6648
7158
  * @returns DescribeHadoopClustersInSameNetResponse
@@ -7421,12 +7931,10 @@ class Client extends openapi_core_1.default {
7421
7931
  return await this.describeRebalanceStatusWithOptions(request, runtime);
7422
7932
  }
7423
7933
  /**
7424
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
7934
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
7425
7935
  *
7426
7936
  * @remarks
7427
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
7428
- * ## Limit
7429
- * 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.
7937
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
7430
7938
  *
7431
7939
  * @param request - DescribeRegionsRequest
7432
7940
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7455,12 +7963,10 @@ class Client extends openapi_core_1.default {
7455
7963
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
7456
7964
  }
7457
7965
  /**
7458
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
7966
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
7459
7967
  *
7460
7968
  * @remarks
7461
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
7462
- * ## Limit
7463
- * 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.
7969
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
7464
7970
  *
7465
7971
  * @param request - DescribeRegionsRequest
7466
7972
  * @returns DescribeRegionsResponse
@@ -7512,10 +8018,10 @@ class Client extends openapi_core_1.default {
7512
8018
  return await this.describeRolesWithOptions(request, runtime);
7513
8019
  }
7514
8020
  /**
7515
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
8021
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
7516
8022
  *
7517
8023
  * @remarks
7518
- * This operation is not available for instances in reserved storage mode.
8024
+ * This API does not support instances of the storage-reserved type.
7519
8025
  *
7520
8026
  * @param request - DescribeSQLLogCountRequest
7521
8027
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7580,10 +8086,10 @@ class Client extends openapi_core_1.default {
7580
8086
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSQLLogCountResponse({}));
7581
8087
  }
7582
8088
  /**
7583
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
8089
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
7584
8090
  *
7585
8091
  * @remarks
7586
- * This operation is not available for instances in reserved storage mode.
8092
+ * This API does not support instances of the storage-reserved type.
7587
8093
  *
7588
8094
  * @param request - DescribeSQLLogCountRequest
7589
8095
  * @returns DescribeSQLLogCountResponse
@@ -8002,7 +8508,7 @@ class Client extends openapi_core_1.default {
8002
8508
  return await this.describeSupportFeaturesWithOptions(request, runtime);
8003
8509
  }
8004
8510
  /**
8005
- * Queries the information about a table.
8511
+ * View table details.
8006
8512
  *
8007
8513
  * @param request - DescribeTableRequest
8008
8514
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8052,7 +8558,7 @@ class Client extends openapi_core_1.default {
8052
8558
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTableResponse({}));
8053
8559
  }
8054
8560
  /**
8055
- * Queries the information about a table.
8561
+ * View table details.
8056
8562
  *
8057
8563
  * @param request - DescribeTableRequest
8058
8564
  * @returns DescribeTableResponse
@@ -8743,7 +9249,7 @@ class Client extends openapi_core_1.default {
8743
9249
  return await this.enableDBResourceGroupWithOptions(request, runtime);
8744
9250
  }
8745
9251
  /**
8746
- * Executes SQL statements.
9252
+ * Execute an SQL statement.
8747
9253
  *
8748
9254
  * @param tmpReq - ExecuteStatementRequest
8749
9255
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8818,7 +9324,7 @@ class Client extends openapi_core_1.default {
8818
9324
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExecuteStatementResponse({}));
8819
9325
  }
8820
9326
  /**
8821
- * Executes SQL statements.
9327
+ * Execute an SQL statement.
8822
9328
  *
8823
9329
  * @param request - ExecuteStatementRequest
8824
9330
  * @returns ExecuteStatementResponse
@@ -8869,6 +9375,60 @@ class Client extends openapi_core_1.default {
8869
9375
  let runtime = new $dara.RuntimeOptions({});
8870
9376
  return await this.getAccountWithOptions(request, runtime);
8871
9377
  }
9378
+ /**
9379
+ * Retrieves the database schema of a Supabase branch.
9380
+ *
9381
+ * @remarks
9382
+ * Queries the schema SQL content of a specified database in a specified branch. The system databases postgres, template0, and template1 are not supported.
9383
+ *
9384
+ * @param request - GetBranchSchemaRequest
9385
+ * @param runtime - runtime options for this request RuntimeOptions
9386
+ * @returns GetBranchSchemaResponse
9387
+ */
9388
+ async getBranchSchemaWithOptions(request, runtime) {
9389
+ request.validate();
9390
+ let query = {};
9391
+ if (!$dara.isNull(request.branchId)) {
9392
+ query["BranchId"] = request.branchId;
9393
+ }
9394
+ if (!$dara.isNull(request.DBName)) {
9395
+ query["DBName"] = request.DBName;
9396
+ }
9397
+ if (!$dara.isNull(request.projectId)) {
9398
+ query["ProjectId"] = request.projectId;
9399
+ }
9400
+ if (!$dara.isNull(request.regionId)) {
9401
+ query["RegionId"] = request.regionId;
9402
+ }
9403
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
9404
+ query: openapi_core_2.OpenApiUtil.query(query),
9405
+ });
9406
+ let params = new openapi_core_2.$OpenApiUtil.Params({
9407
+ action: "GetBranchSchema",
9408
+ version: "2016-05-03",
9409
+ protocol: "HTTPS",
9410
+ pathname: "/",
9411
+ method: "POST",
9412
+ authType: "AK",
9413
+ style: "RPC",
9414
+ reqBodyType: "formData",
9415
+ bodyType: "json",
9416
+ });
9417
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetBranchSchemaResponse({}));
9418
+ }
9419
+ /**
9420
+ * Retrieves the database schema of a Supabase branch.
9421
+ *
9422
+ * @remarks
9423
+ * Queries the schema SQL content of a specified database in a specified branch. The system databases postgres, template0, and template1 are not supported.
9424
+ *
9425
+ * @param request - GetBranchSchemaRequest
9426
+ * @returns GetBranchSchemaResponse
9427
+ */
9428
+ async getBranchSchema(request) {
9429
+ let runtime = new $dara.RuntimeOptions({});
9430
+ return await this.getBranchSchemaWithOptions(request, runtime);
9431
+ }
8872
9432
  /**
8873
9433
  * Retrieves a task to build a knowledge graph.
8874
9434
  *
@@ -8926,6 +9486,54 @@ class Client extends openapi_core_1.default {
8926
9486
  let runtime = new $dara.RuntimeOptions({});
8927
9487
  return await this.getGraphRAGJobWithOptions(request, runtime);
8928
9488
  }
9489
+ /**
9490
+ * 获取SaaS服务信息
9491
+ *
9492
+ * @remarks
9493
+ * 删除模型服务。
9494
+ *
9495
+ * @param request - GetSaasServiceRequest
9496
+ * @param runtime - runtime options for this request RuntimeOptions
9497
+ * @returns GetSaasServiceResponse
9498
+ */
9499
+ async getSaasServiceWithOptions(request, runtime) {
9500
+ request.validate();
9501
+ let query = {};
9502
+ if (!$dara.isNull(request.regionId)) {
9503
+ query["RegionId"] = request.regionId;
9504
+ }
9505
+ if (!$dara.isNull(request.serviceId)) {
9506
+ query["ServiceId"] = request.serviceId;
9507
+ }
9508
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
9509
+ query: openapi_core_2.OpenApiUtil.query(query),
9510
+ });
9511
+ let params = new openapi_core_2.$OpenApiUtil.Params({
9512
+ action: "GetSaasService",
9513
+ version: "2016-05-03",
9514
+ protocol: "HTTPS",
9515
+ pathname: "/",
9516
+ method: "POST",
9517
+ authType: "AK",
9518
+ style: "RPC",
9519
+ reqBodyType: "formData",
9520
+ bodyType: "json",
9521
+ });
9522
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSaasServiceResponse({}));
9523
+ }
9524
+ /**
9525
+ * 获取SaaS服务信息
9526
+ *
9527
+ * @remarks
9528
+ * 删除模型服务。
9529
+ *
9530
+ * @param request - GetSaasServiceRequest
9531
+ * @returns GetSaasServiceResponse
9532
+ */
9533
+ async getSaasService(request) {
9534
+ let runtime = new $dara.RuntimeOptions({});
9535
+ return await this.getSaasServiceWithOptions(request, runtime);
9536
+ }
8929
9537
  /**
8930
9538
  * Queries the information about an access credential.
8931
9539
  *
@@ -8978,7 +9586,61 @@ class Client extends openapi_core_1.default {
8978
9586
  */
8979
9587
  async getSecretValue(request) {
8980
9588
  let runtime = new $dara.RuntimeOptions({});
8981
- return await this.getSecretValueWithOptions(request, runtime);
9589
+ return await this.getSecretValueWithOptions(request, runtime);
9590
+ }
9591
+ /**
9592
+ * 获取SaaS服务访问信息
9593
+ *
9594
+ * @remarks
9595
+ * ## 使用说明
9596
+ * 本接口用于查看所有模型服务信息。
9597
+ * ## QPS限制
9598
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
9599
+ *
9600
+ * @param request - GetServiceAccessInfoRequest
9601
+ * @param runtime - runtime options for this request RuntimeOptions
9602
+ * @returns GetServiceAccessInfoResponse
9603
+ */
9604
+ async getServiceAccessInfoWithOptions(request, runtime) {
9605
+ request.validate();
9606
+ let query = {};
9607
+ if (!$dara.isNull(request.regionId)) {
9608
+ query["RegionId"] = request.regionId;
9609
+ }
9610
+ if (!$dara.isNull(request.serviceId)) {
9611
+ query["ServiceId"] = request.serviceId;
9612
+ }
9613
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
9614
+ query: openapi_core_2.OpenApiUtil.query(query),
9615
+ });
9616
+ let params = new openapi_core_2.$OpenApiUtil.Params({
9617
+ action: "GetServiceAccessInfo",
9618
+ version: "2016-05-03",
9619
+ protocol: "HTTPS",
9620
+ pathname: "/",
9621
+ method: "POST",
9622
+ authType: "AK",
9623
+ style: "RPC",
9624
+ reqBodyType: "formData",
9625
+ bodyType: "json",
9626
+ });
9627
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetServiceAccessInfoResponse({}));
9628
+ }
9629
+ /**
9630
+ * 获取SaaS服务访问信息
9631
+ *
9632
+ * @remarks
9633
+ * ## 使用说明
9634
+ * 本接口用于查看所有模型服务信息。
9635
+ * ## QPS限制
9636
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
9637
+ *
9638
+ * @param request - GetServiceAccessInfoRequest
9639
+ * @returns GetServiceAccessInfoResponse
9640
+ */
9641
+ async getServiceAccessInfo(request) {
9642
+ let runtime = new $dara.RuntimeOptions({});
9643
+ return await this.getServiceAccessInfoWithOptions(request, runtime);
8982
9644
  }
8983
9645
  /**
8984
9646
  * Get Asynchronous SQL Execution Result
@@ -9035,10 +9697,10 @@ class Client extends openapi_core_1.default {
9035
9697
  return await this.getStatementResultWithOptions(request, runtime);
9036
9698
  }
9037
9699
  /**
9038
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
9700
+ * Retrieves details of a Supabase instance.
9039
9701
  *
9040
9702
  * @remarks
9041
- * This interface is used to query the details of a Supabase instance.
9703
+ * Gets the details of a Supabase instance.
9042
9704
  *
9043
9705
  * @param request - GetSupabaseProjectRequest
9044
9706
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9070,10 +9732,10 @@ class Client extends openapi_core_1.default {
9070
9732
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSupabaseProjectResponse({}));
9071
9733
  }
9072
9734
  /**
9073
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
9735
+ * Retrieves details of a Supabase instance.
9074
9736
  *
9075
9737
  * @remarks
9076
- * This interface is used to query the details of a Supabase instance.
9738
+ * Gets the details of a Supabase instance.
9077
9739
  *
9078
9740
  * @param request - GetSupabaseProjectRequest
9079
9741
  * @returns GetSupabaseProjectResponse
@@ -9083,10 +9745,10 @@ class Client extends openapi_core_1.default {
9083
9745
  return await this.getSupabaseProjectWithOptions(request, runtime);
9084
9746
  }
9085
9747
  /**
9086
- * Queries the API keys and JWT secrets of a Supabase instance.
9748
+ * Queries the API keys and JWT secrets for a Supabase instance.
9087
9749
  *
9088
9750
  * @remarks
9089
- * You can call this operation to query a list of API keys for a Supabase project.
9751
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
9090
9752
  *
9091
9753
  * @param request - GetSupabaseProjectApiKeysRequest
9092
9754
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9118,10 +9780,10 @@ class Client extends openapi_core_1.default {
9118
9780
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSupabaseProjectApiKeysResponse({}));
9119
9781
  }
9120
9782
  /**
9121
- * Queries the API keys and JWT secrets of a Supabase instance.
9783
+ * Queries the API keys and JWT secrets for a Supabase instance.
9122
9784
  *
9123
9785
  * @remarks
9124
- * You can call this operation to query a list of API keys for a Supabase project.
9786
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
9125
9787
  *
9126
9788
  * @param request - GetSupabaseProjectApiKeysRequest
9127
9789
  * @returns GetSupabaseProjectApiKeysResponse
@@ -9480,10 +10142,10 @@ class Client extends openapi_core_1.default {
9480
10142
  return await this.initVectorDatabaseWithOptions(request, runtime);
9481
10143
  }
9482
10144
  /**
9483
- * Queries a list of AI nodes.
10145
+ * Queries a list of AINode resource pools.
9484
10146
  *
9485
10147
  * @remarks
9486
- * This operation queries a list of AI nodes.
10148
+ * - This operation lists the AINode resource pools for the specified instance.
9487
10149
  *
9488
10150
  * @param request - ListAINodePoolsRequest
9489
10151
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9515,10 +10177,10 @@ class Client extends openapi_core_1.default {
9515
10177
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAINodePoolsResponse({}));
9516
10178
  }
9517
10179
  /**
9518
- * Queries a list of AI nodes.
10180
+ * Queries a list of AINode resource pools.
9519
10181
  *
9520
10182
  * @remarks
9521
- * This operation queries a list of AI nodes.
10183
+ * - This operation lists the AINode resource pools for the specified instance.
9522
10184
  *
9523
10185
  * @param request - ListAINodePoolsRequest
9524
10186
  * @returns ListAINodePoolsResponse
@@ -9528,7 +10190,7 @@ class Client extends openapi_core_1.default {
9528
10190
  return await this.listAINodePoolsWithOptions(request, runtime);
9529
10191
  }
9530
10192
  /**
9531
- * 获取 AI 服务列表
10193
+ * Lists AI services.
9532
10194
  *
9533
10195
  * @param request - ListAIServicesRequest
9534
10196
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9566,7 +10228,7 @@ class Client extends openapi_core_1.default {
9566
10228
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAIServicesResponse({}));
9567
10229
  }
9568
10230
  /**
9569
- * 获取 AI 服务列表
10231
+ * Lists AI services.
9570
10232
  *
9571
10233
  * @param request - ListAIServicesRequest
9572
10234
  * @returns ListAIServicesResponse
@@ -9618,7 +10280,76 @@ class Client extends openapi_core_1.default {
9618
10280
  return await this.listBackupJobsWithOptions(request, runtime);
9619
10281
  }
9620
10282
  /**
9621
- * 获取文本块详情
10283
+ * Query the branch list of a Supabase project.
10284
+ *
10285
+ * @remarks
10286
+ * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
10287
+ *
10288
+ * @param request - ListBranchesRequest
10289
+ * @param runtime - runtime options for this request RuntimeOptions
10290
+ * @returns ListBranchesResponse
10291
+ */
10292
+ async listBranchesWithOptions(request, runtime) {
10293
+ request.validate();
10294
+ let query = {};
10295
+ if (!$dara.isNull(request.maxResults)) {
10296
+ query["MaxResults"] = request.maxResults;
10297
+ }
10298
+ if (!$dara.isNull(request.nextToken)) {
10299
+ query["NextToken"] = request.nextToken;
10300
+ }
10301
+ if (!$dara.isNull(request.pageNumber)) {
10302
+ query["PageNumber"] = request.pageNumber;
10303
+ }
10304
+ if (!$dara.isNull(request.pageSize)) {
10305
+ query["PageSize"] = request.pageSize;
10306
+ }
10307
+ if (!$dara.isNull(request.parentBranchId)) {
10308
+ query["ParentBranchId"] = request.parentBranchId;
10309
+ }
10310
+ if (!$dara.isNull(request.regionId)) {
10311
+ query["RegionId"] = request.regionId;
10312
+ }
10313
+ if (!$dara.isNull(request.search)) {
10314
+ query["Search"] = request.search;
10315
+ }
10316
+ if (!$dara.isNull(request.sortBy)) {
10317
+ query["SortBy"] = request.sortBy;
10318
+ }
10319
+ if (!$dara.isNull(request.sortOrder)) {
10320
+ query["SortOrder"] = request.sortOrder;
10321
+ }
10322
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
10323
+ query: openapi_core_2.OpenApiUtil.query(query),
10324
+ });
10325
+ let params = new openapi_core_2.$OpenApiUtil.Params({
10326
+ action: "ListBranches",
10327
+ version: "2016-05-03",
10328
+ protocol: "HTTPS",
10329
+ pathname: "/",
10330
+ method: "POST",
10331
+ authType: "AK",
10332
+ style: "RPC",
10333
+ reqBodyType: "formData",
10334
+ bodyType: "json",
10335
+ });
10336
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBranchesResponse({}));
10337
+ }
10338
+ /**
10339
+ * Query the branch list of a Supabase project.
10340
+ *
10341
+ * @remarks
10342
+ * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
10343
+ *
10344
+ * @param request - ListBranchesRequest
10345
+ * @returns ListBranchesResponse
10346
+ */
10347
+ async listBranches(request) {
10348
+ let runtime = new $dara.RuntimeOptions({});
10349
+ return await this.listBranchesWithOptions(request, runtime);
10350
+ }
10351
+ /**
10352
+ * Get document chunk details
9622
10353
  *
9623
10354
  * @param request - ListChunksRequest
9624
10355
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9674,7 +10405,7 @@ class Client extends openapi_core_1.default {
9674
10405
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListChunksResponse({}));
9675
10406
  }
9676
10407
  /**
9677
- * 获取文本块详情
10408
+ * Get document chunk details
9678
10409
  *
9679
10410
  * @param request - ListChunksRequest
9680
10411
  * @returns ListChunksResponse
@@ -9837,7 +10568,7 @@ class Client extends openapi_core_1.default {
9837
10568
  return await this.listDatabasesWithOptions(request, runtime);
9838
10569
  }
9839
10570
  /**
9840
- * Queries a list of document collections.
10571
+ * Lists document collections.
9841
10572
  *
9842
10573
  * @param request - ListDocumentCollectionsRequest
9843
10574
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9878,7 +10609,7 @@ class Client extends openapi_core_1.default {
9878
10609
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDocumentCollectionsResponse({}));
9879
10610
  }
9880
10611
  /**
9881
- * Queries a list of document collections.
10612
+ * Lists document collections.
9882
10613
  *
9883
10614
  * @param request - ListDocumentCollectionsRequest
9884
10615
  * @returns ListDocumentCollectionsResponse
@@ -10358,6 +11089,65 @@ class Client extends openapi_core_1.default {
10358
11089
  let runtime = new $dara.RuntimeOptions({});
10359
11090
  return await this.listRemoteADBDataSourcesWithOptions(request, runtime);
10360
11091
  }
11092
+ /**
11093
+ * Query SaaS Service List
11094
+ *
11095
+ * @remarks
11096
+ * ## Usage Notes
11097
+ * This API operation is used to view information about all SaaS services.
11098
+ *
11099
+ * @param request - ListSaasServiceRequest
11100
+ * @param runtime - runtime options for this request RuntimeOptions
11101
+ * @returns ListSaasServiceResponse
11102
+ */
11103
+ async listSaasServiceWithOptions(request, runtime) {
11104
+ request.validate();
11105
+ let query = {};
11106
+ if (!$dara.isNull(request.maxResults)) {
11107
+ query["MaxResults"] = request.maxResults;
11108
+ }
11109
+ if (!$dara.isNull(request.nextToken)) {
11110
+ query["NextToken"] = request.nextToken;
11111
+ }
11112
+ if (!$dara.isNull(request.regionId)) {
11113
+ query["RegionId"] = request.regionId;
11114
+ }
11115
+ if (!$dara.isNull(request.serviceType)) {
11116
+ query["ServiceType"] = request.serviceType;
11117
+ }
11118
+ if (!$dara.isNull(request.workspaceId)) {
11119
+ query["WorkspaceId"] = request.workspaceId;
11120
+ }
11121
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
11122
+ query: openapi_core_2.OpenApiUtil.query(query),
11123
+ });
11124
+ let params = new openapi_core_2.$OpenApiUtil.Params({
11125
+ action: "ListSaasService",
11126
+ version: "2016-05-03",
11127
+ protocol: "HTTPS",
11128
+ pathname: "/",
11129
+ method: "POST",
11130
+ authType: "AK",
11131
+ style: "RPC",
11132
+ reqBodyType: "formData",
11133
+ bodyType: "json",
11134
+ });
11135
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSaasServiceResponse({}));
11136
+ }
11137
+ /**
11138
+ * Query SaaS Service List
11139
+ *
11140
+ * @remarks
11141
+ * ## Usage Notes
11142
+ * This API operation is used to view information about all SaaS services.
11143
+ *
11144
+ * @param request - ListSaasServiceRequest
11145
+ * @returns ListSaasServiceResponse
11146
+ */
11147
+ async listSaasService(request) {
11148
+ let runtime = new $dara.RuntimeOptions({});
11149
+ return await this.listSaasServiceWithOptions(request, runtime);
11150
+ }
10361
11151
  /**
10362
11152
  * Queries a list of schemas.
10363
11153
  *
@@ -10419,7 +11209,7 @@ class Client extends openapi_core_1.default {
10419
11209
  return await this.listSchemasWithOptions(request, runtime);
10420
11210
  }
10421
11211
  /**
10422
- * Queries a list of access credentials.
11212
+ * View the access credential list.
10423
11213
  *
10424
11214
  * @param request - ListSecretsRequest
10425
11215
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10457,7 +11247,7 @@ class Client extends openapi_core_1.default {
10457
11247
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSecretsResponse({}));
10458
11248
  }
10459
11249
  /**
10460
- * Queries a list of access credentials.
11250
+ * View the access credential list.
10461
11251
  *
10462
11252
  * @param request - ListSecretsRequest
10463
11253
  * @returns ListSecretsResponse
@@ -10683,7 +11473,10 @@ class Client extends openapi_core_1.default {
10683
11473
  return await this.listStreamingJobsWithOptions(request, runtime);
10684
11474
  }
10685
11475
  /**
10686
- * Query the label List of Supabase instances
11476
+ * Lists the tags of Supabase instances.
11477
+ *
11478
+ * @remarks
11479
+ * - This operation queries the tags of Supabase instances.
10687
11480
  *
10688
11481
  * @param request - ListSupabaseProjectTagsRequest
10689
11482
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10724,7 +11517,10 @@ class Client extends openapi_core_1.default {
10724
11517
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSupabaseProjectTagsResponse({}));
10725
11518
  }
10726
11519
  /**
10727
- * Query the label List of Supabase instances
11520
+ * Lists the tags of Supabase instances.
11521
+ *
11522
+ * @remarks
11523
+ * - This operation queries the tags of Supabase instances.
10728
11524
  *
10729
11525
  * @param request - ListSupabaseProjectTagsRequest
10730
11526
  * @returns ListSupabaseProjectTagsResponse
@@ -10734,10 +11530,10 @@ class Client extends openapi_core_1.default {
10734
11530
  return await this.listSupabaseProjectTagsWithOptions(request, runtime);
10735
11531
  }
10736
11532
  /**
10737
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
11533
+ * Returns a list of Supabase instances.
10738
11534
  *
10739
11535
  * @remarks
10740
- * You can call this operation to query Supabase instances.
11536
+ * - Lists Supabase instances.
10741
11537
  *
10742
11538
  * @param request - ListSupabaseProjectsRequest
10743
11539
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10790,10 +11586,10 @@ class Client extends openapi_core_1.default {
10790
11586
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSupabaseProjectsResponse({}));
10791
11587
  }
10792
11588
  /**
10793
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
11589
+ * Returns a list of Supabase instances.
10794
11590
  *
10795
11591
  * @remarks
10796
- * You can call this operation to query Supabase instances.
11592
+ * - Lists Supabase instances.
10797
11593
  *
10798
11594
  * @param request - ListSupabaseProjectsRequest
10799
11595
  * @returns ListSupabaseProjectsResponse
@@ -10911,7 +11707,7 @@ class Client extends openapi_core_1.default {
10911
11707
  return await this.listTablesWithOptions(request, runtime);
10912
11708
  }
10913
11709
  /**
10914
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
11710
+ * List all tag resources.
10915
11711
  *
10916
11712
  * @param request - ListTagResourcesRequest
10917
11713
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10964,7 +11760,7 @@ class Client extends openapi_core_1.default {
10964
11760
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagResourcesResponse({}));
10965
11761
  }
10966
11762
  /**
10967
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
11763
+ * List all tag resources.
10968
11764
  *
10969
11765
  * @param request - ListTagResourcesRequest
10970
11766
  * @returns ListTagResourcesResponse
@@ -10974,7 +11770,66 @@ class Client extends openapi_core_1.default {
10974
11770
  return await this.listTagResourcesWithOptions(request, runtime);
10975
11771
  }
10976
11772
  /**
10977
- * 修改 AI 服务白名单
11773
+ * Queries the list of SaaS workspaces.
11774
+ *
11775
+ * @remarks
11776
+ * ## Operation description
11777
+ * This operation is used to query information about all workspaces.
11778
+ *
11779
+ * @param request - ListWorkspacesRequest
11780
+ * @param runtime - runtime options for this request RuntimeOptions
11781
+ * @returns ListWorkspacesResponse
11782
+ */
11783
+ async listWorkspacesWithOptions(request, runtime) {
11784
+ request.validate();
11785
+ let query = {};
11786
+ if (!$dara.isNull(request.maxResults)) {
11787
+ query["MaxResults"] = request.maxResults;
11788
+ }
11789
+ if (!$dara.isNull(request.nextToken)) {
11790
+ query["NextToken"] = request.nextToken;
11791
+ }
11792
+ if (!$dara.isNull(request.pageNumber)) {
11793
+ query["PageNumber"] = request.pageNumber;
11794
+ }
11795
+ if (!$dara.isNull(request.pageSize)) {
11796
+ query["PageSize"] = request.pageSize;
11797
+ }
11798
+ if (!$dara.isNull(request.regionId)) {
11799
+ query["RegionId"] = request.regionId;
11800
+ }
11801
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
11802
+ query: openapi_core_2.OpenApiUtil.query(query),
11803
+ });
11804
+ let params = new openapi_core_2.$OpenApiUtil.Params({
11805
+ action: "ListWorkspaces",
11806
+ version: "2016-05-03",
11807
+ protocol: "HTTPS",
11808
+ pathname: "/",
11809
+ method: "POST",
11810
+ authType: "AK",
11811
+ style: "RPC",
11812
+ reqBodyType: "formData",
11813
+ bodyType: "json",
11814
+ });
11815
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListWorkspacesResponse({}));
11816
+ }
11817
+ /**
11818
+ * Queries the list of SaaS workspaces.
11819
+ *
11820
+ * @remarks
11821
+ * ## Operation description
11822
+ * This operation is used to query information about all workspaces.
11823
+ *
11824
+ * @param request - ListWorkspacesRequest
11825
+ * @returns ListWorkspacesResponse
11826
+ */
11827
+ async listWorkspaces(request) {
11828
+ let runtime = new $dara.RuntimeOptions({});
11829
+ return await this.listWorkspacesWithOptions(request, runtime);
11830
+ }
11831
+ /**
11832
+ * Modifies the IP address whitelist for an AI service.
10978
11833
  *
10979
11834
  * @param request - ModifyAIServiceSecurityIpsRequest
10980
11835
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11012,7 +11867,7 @@ class Client extends openapi_core_1.default {
11012
11867
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAIServiceSecurityIpsResponse({}));
11013
11868
  }
11014
11869
  /**
11015
- * 修改 AI 服务白名单
11870
+ * Modifies the IP address whitelist for an AI service.
11016
11871
  *
11017
11872
  * @param request - ModifyAIServiceSecurityIpsRequest
11018
11873
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -11124,7 +11979,7 @@ class Client extends openapi_core_1.default {
11124
11979
  return await this.modifyBackupPolicyWithOptions(request, runtime);
11125
11980
  }
11126
11981
  /**
11127
- * Updates a collection.
11982
+ * Updates a vector collection.
11128
11983
  *
11129
11984
  * @param request - ModifyCollectionRequest
11130
11985
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11174,7 +12029,7 @@ class Client extends openapi_core_1.default {
11174
12029
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCollectionResponse({}));
11175
12030
  }
11176
12031
  /**
11177
- * Updates a collection.
12032
+ * Updates a vector collection.
11178
12033
  *
11179
12034
  * @param request - ModifyCollectionRequest
11180
12035
  * @returns ModifyCollectionResponse
@@ -12184,7 +13039,7 @@ class Client extends openapi_core_1.default {
12184
13039
  return await this.modifySecurityIpsWithOptions(request, runtime);
12185
13040
  }
12186
13041
  /**
12187
- * Modifies the configurations of an external data source.
13042
+ * Modify a real-time data service.
12188
13043
  *
12189
13044
  * @param request - ModifyStreamingDataServiceRequest
12190
13045
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12225,7 +13080,7 @@ class Client extends openapi_core_1.default {
12225
13080
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyStreamingDataServiceResponse({}));
12226
13081
  }
12227
13082
  /**
12228
- * Modifies the configurations of an external data source.
13083
+ * Modify a real-time data service.
12229
13084
  *
12230
13085
  * @param request - ModifyStreamingDataServiceRequest
12231
13086
  * @returns ModifyStreamingDataServiceResponse
@@ -12396,7 +13251,10 @@ class Client extends openapi_core_1.default {
12396
13251
  return await this.modifyStreamingJobWithOptions(request, runtime);
12397
13252
  }
12398
13253
  /**
12399
- * Modify the auto pause/resume policy of Supabase.
13254
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
13255
+ *
13256
+ * @remarks
13257
+ * - This operation applies only to ADBPG Supabase instances.
12400
13258
  *
12401
13259
  * @param request - ModifySupabaseAutoScalePolicyRequest
12402
13260
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12431,7 +13289,10 @@ class Client extends openapi_core_1.default {
12431
13289
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseAutoScalePolicyResponse({}));
12432
13290
  }
12433
13291
  /**
12434
- * Modify the auto pause/resume policy of Supabase.
13292
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
13293
+ *
13294
+ * @remarks
13295
+ * - This operation applies only to ADBPG Supabase instances.
12435
13296
  *
12436
13297
  * @param request - ModifySupabaseAutoScalePolicyRequest
12437
13298
  * @returns ModifySupabaseAutoScalePolicyResponse
@@ -12441,7 +13302,10 @@ class Client extends openapi_core_1.default {
12441
13302
  return await this.modifySupabaseAutoScalePolicyWithOptions(request, runtime);
12442
13303
  }
12443
13304
  /**
12444
- * Modify the Supabase project description
13305
+ * Change the Supabase project description
13306
+ *
13307
+ * @remarks
13308
+ * *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)**.
12445
13309
  *
12446
13310
  * @param request - ModifySupabaseProjectDescriptionRequest
12447
13311
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12476,7 +13340,10 @@ class Client extends openapi_core_1.default {
12476
13340
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectDescriptionResponse({}));
12477
13341
  }
12478
13342
  /**
12479
- * Modify the Supabase project description
13343
+ * Change the Supabase project description
13344
+ *
13345
+ * @remarks
13346
+ * *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)**.
12480
13347
  *
12481
13348
  * @param request - ModifySupabaseProjectDescriptionRequest
12482
13349
  * @returns ModifySupabaseProjectDescriptionResponse
@@ -12486,7 +13353,10 @@ class Client extends openapi_core_1.default {
12486
13353
  return await this.modifySupabaseProjectDescriptionWithOptions(request, runtime);
12487
13354
  }
12488
13355
  /**
12489
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
13356
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
13357
+ *
13358
+ * @remarks
13359
+ * *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.**
12490
13360
  *
12491
13361
  * @param request - ModifySupabaseProjectResourceRequest
12492
13362
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12527,7 +13397,10 @@ class Client extends openapi_core_1.default {
12527
13397
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectResourceResponse({}));
12528
13398
  }
12529
13399
  /**
12530
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
13400
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
13401
+ *
13402
+ * @remarks
13403
+ * *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.**
12531
13404
  *
12532
13405
  * @param request - ModifySupabaseProjectResourceRequest
12533
13406
  * @returns ModifySupabaseProjectResourceResponse
@@ -12537,10 +13410,10 @@ class Client extends openapi_core_1.default {
12537
13410
  return await this.modifySupabaseProjectResourceWithOptions(request, runtime);
12538
13411
  }
12539
13412
  /**
12540
- * Sets or replaces the IP address whitelist for a specified Supabase project.
13413
+ * Modifies the IP address whitelist for a Supabase project.
12541
13414
  *
12542
13415
  * @remarks
12543
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
13416
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
12544
13417
  *
12545
13418
  * @param request - ModifySupabaseProjectSecurityIpsRequest
12546
13419
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12581,10 +13454,10 @@ class Client extends openapi_core_1.default {
12581
13454
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectSecurityIpsResponse({}));
12582
13455
  }
12583
13456
  /**
12584
- * Sets or replaces the IP address whitelist for a specified Supabase project.
13457
+ * Modifies the IP address whitelist for a Supabase project.
12585
13458
  *
12586
13459
  * @remarks
12587
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
13460
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
12588
13461
  *
12589
13462
  * @param request - ModifySupabaseProjectSecurityIpsRequest
12590
13463
  * @returns ModifySupabaseProjectSecurityIpsResponse
@@ -12737,7 +13610,10 @@ class Client extends openapi_core_1.default {
12737
13610
  return await this.pauseInstanceWithOptions(request, runtime);
12738
13611
  }
12739
13612
  /**
12740
- * 暂停Supabase实例
13613
+ * Pauses a Supabase instance.
13614
+ *
13615
+ * @remarks
13616
+ * This operation pauses a Supabase instance.
12741
13617
  *
12742
13618
  * @param request - PauseSupabaseProjectRequest
12743
13619
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12769,7 +13645,10 @@ class Client extends openapi_core_1.default {
12769
13645
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PauseSupabaseProjectResponse({}));
12770
13646
  }
12771
13647
  /**
12772
- * 暂停Supabase实例
13648
+ * Pauses a Supabase instance.
13649
+ *
13650
+ * @remarks
13651
+ * This operation pauses a Supabase instance.
12773
13652
  *
12774
13653
  * @param request - PauseSupabaseProjectRequest
12775
13654
  * @returns PauseSupabaseProjectResponse
@@ -12779,7 +13658,7 @@ class Client extends openapi_core_1.default {
12779
13658
  return await this.pauseSupabaseProjectWithOptions(request, runtime);
12780
13659
  }
12781
13660
  /**
12782
- * Query Vector Data
13661
+ * Retrieving vector data.
12783
13662
  *
12784
13663
  * @param tmpReq - QueryCollectionDataRequest
12785
13664
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12884,7 +13763,7 @@ class Client extends openapi_core_1.default {
12884
13763
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryCollectionDataResponse({}));
12885
13764
  }
12886
13765
  /**
12887
- * Query Vector Data
13766
+ * Retrieving vector data.
12888
13767
  *
12889
13768
  * @param request - QueryCollectionDataRequest
12890
13769
  * @returns QueryCollectionDataResponse
@@ -12894,7 +13773,7 @@ class Client extends openapi_core_1.default {
12894
13773
  return await this.queryCollectionDataWithOptions(request, runtime);
12895
13774
  }
12896
13775
  /**
12897
- * Retrieves vector data and metadata from a document collection by using natural statements.
13776
+ * Query a document collection with natural language to retrieve vectors and metadata.
12898
13777
  *
12899
13778
  * @param tmpReq - QueryContentRequest
12900
13779
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13014,7 +13893,7 @@ class Client extends openapi_core_1.default {
13014
13893
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryContentResponse({}));
13015
13894
  }
13016
13895
  /**
13017
- * Retrieves vector data and metadata from a document collection by using natural statements.
13896
+ * Query a document collection with natural language to retrieve vectors and metadata.
13018
13897
  *
13019
13898
  * @param request - QueryContentRequest
13020
13899
  * @returns QueryContentResponse
@@ -13105,7 +13984,7 @@ class Client extends openapi_core_1.default {
13105
13984
  return queryContentResp;
13106
13985
  }
13107
13986
  /**
13108
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
13987
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
13109
13988
  *
13110
13989
  * @param tmpReq - QueryKnowledgeBasesContentRequest
13111
13990
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13172,7 +14051,7 @@ class Client extends openapi_core_1.default {
13172
14051
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryKnowledgeBasesContentResponse({}));
13173
14052
  }
13174
14053
  /**
13175
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
14054
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
13176
14055
  *
13177
14056
  * @param request - QueryKnowledgeBasesContentRequest
13178
14057
  * @returns QueryKnowledgeBasesContentResponse
@@ -13531,6 +14410,117 @@ class Client extends openapi_core_1.default {
13531
14410
  let runtime = new $dara.RuntimeOptions({});
13532
14411
  return await this.restartDBInstanceWithOptions(request, runtime);
13533
14412
  }
14413
+ /**
14414
+ * Restarts a Supabase project.
14415
+ *
14416
+ * @remarks
14417
+ * Restarts a specified Supabase project. After a successful call, a request ID is returned, and the restart process is executed asynchronously in the backend.
14418
+ *
14419
+ * @param request - RestartSupabaseProjectRequest
14420
+ * @param runtime - runtime options for this request RuntimeOptions
14421
+ * @returns RestartSupabaseProjectResponse
14422
+ */
14423
+ async restartSupabaseProjectWithOptions(request, runtime) {
14424
+ request.validate();
14425
+ let query = {};
14426
+ if (!$dara.isNull(request.projectId)) {
14427
+ query["ProjectId"] = request.projectId;
14428
+ }
14429
+ if (!$dara.isNull(request.regionId)) {
14430
+ query["RegionId"] = request.regionId;
14431
+ }
14432
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
14433
+ query: openapi_core_2.OpenApiUtil.query(query),
14434
+ });
14435
+ let params = new openapi_core_2.$OpenApiUtil.Params({
14436
+ action: "RestartSupabaseProject",
14437
+ version: "2016-05-03",
14438
+ protocol: "HTTPS",
14439
+ pathname: "/",
14440
+ method: "POST",
14441
+ authType: "AK",
14442
+ style: "RPC",
14443
+ reqBodyType: "formData",
14444
+ bodyType: "json",
14445
+ });
14446
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartSupabaseProjectResponse({}));
14447
+ }
14448
+ /**
14449
+ * Restarts a Supabase project.
14450
+ *
14451
+ * @remarks
14452
+ * Restarts a specified Supabase project. After a successful call, a request ID is returned, and the restart process is executed asynchronously in the backend.
14453
+ *
14454
+ * @param request - RestartSupabaseProjectRequest
14455
+ * @returns RestartSupabaseProjectResponse
14456
+ */
14457
+ async restartSupabaseProject(request) {
14458
+ let runtime = new $dara.RuntimeOptions({});
14459
+ return await this.restartSupabaseProjectWithOptions(request, runtime);
14460
+ }
14461
+ /**
14462
+ * Restores a Supabase project from a snapshot.
14463
+ *
14464
+ * @remarks
14465
+ * 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.
14466
+ *
14467
+ * @param request - RestoreSnapshotRequest
14468
+ * @param runtime - runtime options for this request RuntimeOptions
14469
+ * @returns RestoreSnapshotResponse
14470
+ */
14471
+ async restoreSnapshotWithOptions(request, runtime) {
14472
+ request.validate();
14473
+ let query = {};
14474
+ if (!$dara.isNull(request.clientToken)) {
14475
+ query["ClientToken"] = request.clientToken;
14476
+ }
14477
+ if (!$dara.isNull(request.finalizeRestore)) {
14478
+ query["FinalizeRestore"] = request.finalizeRestore;
14479
+ }
14480
+ if (!$dara.isNull(request.projectId)) {
14481
+ query["ProjectId"] = request.projectId;
14482
+ }
14483
+ if (!$dara.isNull(request.regionId)) {
14484
+ query["RegionId"] = request.regionId;
14485
+ }
14486
+ if (!$dara.isNull(request.restoredBranchName)) {
14487
+ query["RestoredBranchName"] = request.restoredBranchName;
14488
+ }
14489
+ if (!$dara.isNull(request.restoredLsn)) {
14490
+ query["RestoredLsn"] = request.restoredLsn;
14491
+ }
14492
+ if (!$dara.isNull(request.targetBranchId)) {
14493
+ query["TargetBranchId"] = request.targetBranchId;
14494
+ }
14495
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
14496
+ query: openapi_core_2.OpenApiUtil.query(query),
14497
+ });
14498
+ let params = new openapi_core_2.$OpenApiUtil.Params({
14499
+ action: "RestoreSnapshot",
14500
+ version: "2016-05-03",
14501
+ protocol: "HTTPS",
14502
+ pathname: "/",
14503
+ method: "POST",
14504
+ authType: "AK",
14505
+ style: "RPC",
14506
+ reqBodyType: "formData",
14507
+ bodyType: "json",
14508
+ });
14509
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestoreSnapshotResponse({}));
14510
+ }
14511
+ /**
14512
+ * Restores a Supabase project from a snapshot.
14513
+ *
14514
+ * @remarks
14515
+ * 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.
14516
+ *
14517
+ * @param request - RestoreSnapshotRequest
14518
+ * @returns RestoreSnapshotResponse
14519
+ */
14520
+ async restoreSnapshot(request) {
14521
+ let runtime = new $dara.RuntimeOptions({});
14522
+ return await this.restoreSnapshotWithOptions(request, runtime);
14523
+ }
13534
14524
  /**
13535
14525
  * Resumes data redistribution.
13536
14526
  *
@@ -13630,7 +14620,10 @@ class Client extends openapi_core_1.default {
13630
14620
  return await this.resumeInstanceWithOptions(request, runtime);
13631
14621
  }
13632
14622
  /**
13633
- * 恢复Supabase实例
14623
+ * Resumes a Supabase instance.
14624
+ *
14625
+ * @remarks
14626
+ * This operation retrieves details about a Supabase instance.
13634
14627
  *
13635
14628
  * @param request - ResumeSupabaseProjectRequest
13636
14629
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13662,7 +14655,10 @@ class Client extends openapi_core_1.default {
13662
14655
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResumeSupabaseProjectResponse({}));
13663
14656
  }
13664
14657
  /**
13665
- * 恢复Supabase实例
14658
+ * Resumes a Supabase instance.
14659
+ *
14660
+ * @remarks
14661
+ * This operation retrieves details about a Supabase instance.
13666
14662
  *
13667
14663
  * @param request - ResumeSupabaseProjectRequest
13668
14664
  * @returns ResumeSupabaseProjectResponse
@@ -13730,12 +14726,10 @@ class Client extends openapi_core_1.default {
13730
14726
  return await this.setDBInstancePlanStatusWithOptions(request, runtime);
13731
14727
  }
13732
14728
  /**
13733
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
14729
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
13734
14730
  *
13735
14731
  * @remarks
13736
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
13737
- * ## Limits
13738
- * 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.
14732
+ * Only Serverless instances support the data sharing feature.
13739
14733
  *
13740
14734
  * @param tmpReq - SetDataShareInstanceRequest
13741
14735
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13778,12 +14772,10 @@ class Client extends openapi_core_1.default {
13778
14772
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetDataShareInstanceResponse({}));
13779
14773
  }
13780
14774
  /**
13781
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
14775
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
13782
14776
  *
13783
14777
  * @remarks
13784
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
13785
- * ## Limits
13786
- * 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.
14778
+ * Only Serverless instances support the data sharing feature.
13787
14779
  *
13788
14780
  * @param request - SetDataShareInstanceRequest
13789
14781
  * @returns SetDataShareInstanceResponse
@@ -13844,7 +14836,7 @@ class Client extends openapi_core_1.default {
13844
14836
  return await this.switchDBInstanceNetTypeWithOptions(request, runtime);
13845
14837
  }
13846
14838
  /**
13847
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
14839
+ * Create and attach tags.
13848
14840
  *
13849
14841
  * @param request - TagResourcesRequest
13850
14842
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13894,7 +14886,7 @@ class Client extends openapi_core_1.default {
13894
14886
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagResourcesResponse({}));
13895
14887
  }
13896
14888
  /**
13897
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
14889
+ * Create and attach tags.
13898
14890
  *
13899
14891
  * @param request - TagResourcesRequest
13900
14892
  * @returns TagResourcesResponse
@@ -13904,7 +14896,10 @@ class Client extends openapi_core_1.default {
13904
14896
  return await this.tagResourcesWithOptions(request, runtime);
13905
14897
  }
13906
14898
  /**
13907
- * Supabase project labeling
14899
+ * Adds tags to Supabase project instances.
14900
+ *
14901
+ * @remarks
14902
+ * 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.
13908
14903
  *
13909
14904
  * @param request - TagSupabaseProjectRequest
13910
14905
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13942,7 +14937,10 @@ class Client extends openapi_core_1.default {
13942
14937
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagSupabaseProjectResponse({}));
13943
14938
  }
13944
14939
  /**
13945
- * Supabase project labeling
14940
+ * Adds tags to Supabase project instances.
14941
+ *
14942
+ * @remarks
14943
+ * 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.
13946
14944
  *
13947
14945
  * @param request - TagSupabaseProjectRequest
13948
14946
  * @returns TagSupabaseProjectResponse
@@ -14181,7 +15179,10 @@ class Client extends openapi_core_1.default {
14181
15179
  return await this.untagResourcesWithOptions(request, runtime);
14182
15180
  }
14183
15181
  /**
14184
- * Detach labels from a Supabase instance
15182
+ * Removes tags from one or more Supabase instances.
15183
+ *
15184
+ * @remarks
15185
+ * This operation removes one or more specified tags from Supabase instances.
14185
15186
  *
14186
15187
  * @param request - UntagSupabaseProjectRequest
14187
15188
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14222,7 +15223,10 @@ class Client extends openapi_core_1.default {
14222
15223
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagSupabaseProjectResponse({}));
14223
15224
  }
14224
15225
  /**
14225
- * Detach labels from a Supabase instance
15226
+ * Removes tags from one or more Supabase instances.
15227
+ *
15228
+ * @remarks
15229
+ * This operation removes one or more specified tags from Supabase instances.
14226
15230
  *
14227
15231
  * @param request - UntagSupabaseProjectRequest
14228
15232
  * @returns UntagSupabaseProjectResponse
@@ -14376,11 +15380,11 @@ class Client extends openapi_core_1.default {
14376
15380
  return await this.updateDBInstancePlanWithOptions(request, runtime);
14377
15381
  }
14378
15382
  /**
14379
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
15383
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
14380
15384
  *
14381
15385
  * @remarks
14382
- * This operation is not available for instances in reserved storage mode.
14383
- * 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).
15386
+ * This operation does not support modifying instances in storage-reserved mode.
15387
+ * 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.
14384
15388
  *
14385
15389
  * @param request - UpgradeDBInstanceRequest
14386
15390
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14454,11 +15458,11 @@ class Client extends openapi_core_1.default {
14454
15458
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeDBInstanceResponse({}));
14455
15459
  }
14456
15460
  /**
14457
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
15461
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
14458
15462
  *
14459
15463
  * @remarks
14460
- * This operation is not available for instances in reserved storage mode.
14461
- * 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).
15464
+ * This operation does not support modifying instances in storage-reserved mode.
15465
+ * 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.
14462
15466
  *
14463
15467
  * @param request - UpgradeDBInstanceRequest
14464
15468
  * @returns UpgradeDBInstanceResponse
@@ -14855,6 +15859,14 @@ class Client extends openapi_core_1.default {
14855
15859
  /**
14856
15860
  * Uploads vector data to a vector collection.
14857
15861
  *
15862
+ * @remarks
15863
+ * >Notice:
15864
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
15865
+ * 请使用最新版SDK或不低于此版本:
15866
+ * - Java:1.2.1
15867
+ * - Go:v3.3.1
15868
+ * - Python:3.3.1
15869
+ *
14858
15870
  * @param tmpReq - UpsertCollectionDataRequest
14859
15871
  * @param runtime - runtime options for this request RuntimeOptions
14860
15872
  * @returns UpsertCollectionDataResponse
@@ -14912,6 +15924,14 @@ class Client extends openapi_core_1.default {
14912
15924
  /**
14913
15925
  * Uploads vector data to a vector collection.
14914
15926
  *
15927
+ * @remarks
15928
+ * >Notice:
15929
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
15930
+ * 请使用最新版SDK或不低于此版本:
15931
+ * - Java:1.2.1
15932
+ * - Go:v3.3.1
15933
+ * - Python:3.3.1
15934
+ *
14915
15935
  * @param request - UpsertCollectionDataRequest
14916
15936
  * @returns UpsertCollectionDataResponse
14917
15937
  */