@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/src/client.ts CHANGED
@@ -26,6 +26,21 @@ export default class Client extends OpenApi {
26
26
  'cn-shenzhen-finance-1': "gpdb.aliyuncs.com",
27
27
  'cn-qingdao': "gpdb.aliyuncs.com",
28
28
  'cn-north-2-gov-1': "gpdb.aliyuncs.com",
29
+ 'me-east-1': "gpdb.me-east-1.aliyuncs.com",
30
+ 'me-central-1': "gpdb.me-central-1.aliyuncs.com",
31
+ 'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
32
+ 'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
33
+ 'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
34
+ 'cn-huhehaote': "gpdb.cn-huhehaote.aliyuncs.com",
35
+ 'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
36
+ 'cn-beijing-finance-1': "gpdb.aliyuncs.com",
37
+ 'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
38
+ 'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
39
+ 'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
40
+ 'ap-southeast-2': "gpdb.ap-southeast-2.aliyuncs.com",
41
+ 'ap-south-1': "gpdb.ap-south-1.aliyuncs.com",
42
+ 'ap-northeast-2': "gpdb.ap-northeast-2.aliyuncs.com",
43
+ 'ap-northeast-1': "gpdb.ap-northeast-1.aliyuncs.com",
29
44
  };
30
45
  this.checkConfig(config);
31
46
  this._endpoint = this.getEndpoint("gpdb", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -553,14 +568,14 @@ export default class Client extends OpenApi {
553
568
  }
554
569
 
555
570
  /**
556
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
571
+ * Combines a knowledge base with a large language model for intelligent Q&A.
557
572
  *
558
573
  * @remarks
559
- * 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.
560
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
561
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
562
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
563
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
574
+ * 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.
575
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
576
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
577
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
578
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
564
579
  *
565
580
  * @param tmpReq - ChatWithKnowledgeBaseRequest
566
581
  * @param runtime - runtime options for this request RuntimeOptions
@@ -625,14 +640,14 @@ export default class Client extends OpenApi {
625
640
  }
626
641
 
627
642
  /**
628
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
643
+ * Combines a knowledge base with a large language model for intelligent Q&A.
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 the system prompt template.
646
+ * 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.
647
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
648
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
649
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
650
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
636
651
  *
637
652
  * @param request - ChatWithKnowledgeBaseRequest
638
653
  * @returns ChatWithKnowledgeBaseResponse
@@ -643,14 +658,14 @@ export default class Client extends OpenApi {
643
658
  }
644
659
 
645
660
  /**
646
- * 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.
661
+ * 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.
647
662
  *
648
663
  * @remarks
649
- * 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.
650
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
651
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
652
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
653
- * * PromptTemplate: optional. It is used to customize a system prompt template.
664
+ * 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.
665
+ * - DBInstanceId: Required. The ID of the database instance.
666
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
667
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
668
+ * - PromptTemplate: Optional. A custom system prompt template.
654
669
  *
655
670
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
656
671
  * @param runtime - runtime options for this request RuntimeOptions
@@ -729,14 +744,14 @@ export default class Client extends OpenApi {
729
744
  }
730
745
 
731
746
  /**
732
- * 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.
747
+ * 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.
733
748
  *
734
749
  * @remarks
735
- * 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.
736
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
737
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
738
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
739
- * * PromptTemplate: optional. It is used to customize a system prompt template.
750
+ * 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.
751
+ * - DBInstanceId: Required. The ID of the database instance.
752
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
753
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
754
+ * - PromptTemplate: Optional. A custom system prompt template.
740
755
  *
741
756
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
742
757
  * @param runtime - runtime options for this request RuntimeOptions
@@ -801,14 +816,14 @@ export default class Client extends OpenApi {
801
816
  }
802
817
 
803
818
  /**
804
- * 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.
819
+ * 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.
805
820
  *
806
821
  * @remarks
807
- * 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.
808
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
809
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
810
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
811
- * * PromptTemplate: optional. It is used to customize a system prompt template.
822
+ * 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.
823
+ * - DBInstanceId: Required. The ID of the database instance.
824
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
825
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
826
+ * - PromptTemplate: Optional. A custom system prompt template.
812
827
  *
813
828
  * @param request - ChatWithKnowledgeBaseStreamRequest
814
829
  * @returns ChatWithKnowledgeBaseStreamResponse
@@ -1073,7 +1088,7 @@ export default class Client extends OpenApi {
1073
1088
  }
1074
1089
 
1075
1090
  /**
1076
- * 创建 AI 服务
1091
+ * Creates an AI service.
1077
1092
  *
1078
1093
  * @param request - CreateAIServiceRequest
1079
1094
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1124,7 +1139,7 @@ export default class Client extends OpenApi {
1124
1139
  }
1125
1140
 
1126
1141
  /**
1127
- * 创建 AI 服务
1142
+ * Creates an AI service.
1128
1143
  *
1129
1144
  * @param request - CreateAIServiceRequest
1130
1145
  * @returns CreateAIServiceResponse
@@ -1255,7 +1270,99 @@ export default class Client extends OpenApi {
1255
1270
  }
1256
1271
 
1257
1272
  /**
1258
- * Creates a vector collection.
1273
+ * Creates a Supabase project branch.
1274
+ *
1275
+ * @remarks
1276
+ * 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.
1277
+ *
1278
+ * @param request - CreateBranchRequest
1279
+ * @param runtime - runtime options for this request RuntimeOptions
1280
+ * @returns CreateBranchResponse
1281
+ */
1282
+ async createBranchWithOptions(request: $_model.CreateBranchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateBranchResponse> {
1283
+ request.validate();
1284
+ let query = { };
1285
+ if (!$dara.isNull(request.branchName)) {
1286
+ query["BranchName"] = request.branchName;
1287
+ }
1288
+
1289
+ if (!$dara.isNull(request.clientToken)) {
1290
+ query["ClientToken"] = request.clientToken;
1291
+ }
1292
+
1293
+ if (!$dara.isNull(request.description)) {
1294
+ query["Description"] = request.description;
1295
+ }
1296
+
1297
+ if (!$dara.isNull(request.expiresAt)) {
1298
+ query["ExpiresAt"] = request.expiresAt;
1299
+ }
1300
+
1301
+ if (!$dara.isNull(request.initSource)) {
1302
+ query["InitSource"] = request.initSource;
1303
+ }
1304
+
1305
+ if (!$dara.isNull(request.parentBranchId)) {
1306
+ query["ParentBranchId"] = request.parentBranchId;
1307
+ }
1308
+
1309
+ if (!$dara.isNull(request.parentLsn)) {
1310
+ query["ParentLsn"] = request.parentLsn;
1311
+ }
1312
+
1313
+ if (!$dara.isNull(request.parentTimestamp)) {
1314
+ query["ParentTimestamp"] = request.parentTimestamp;
1315
+ }
1316
+
1317
+ if (!$dara.isNull(request.projectId)) {
1318
+ query["ProjectId"] = request.projectId;
1319
+ }
1320
+
1321
+ if (!$dara.isNull(request.protected)) {
1322
+ query["Protected"] = request.protected;
1323
+ }
1324
+
1325
+ if (!$dara.isNull(request.regionId)) {
1326
+ query["RegionId"] = request.regionId;
1327
+ }
1328
+
1329
+ if (!$dara.isNull(request.tag)) {
1330
+ query["Tag"] = request.tag;
1331
+ }
1332
+
1333
+ let req = new $OpenApiUtil.OpenApiRequest({
1334
+ query: OpenApiUtil.query(query),
1335
+ });
1336
+ let params = new $OpenApiUtil.Params({
1337
+ action: "CreateBranch",
1338
+ version: "2016-05-03",
1339
+ protocol: "HTTPS",
1340
+ pathname: "/",
1341
+ method: "POST",
1342
+ authType: "AK",
1343
+ style: "RPC",
1344
+ reqBodyType: "formData",
1345
+ bodyType: "json",
1346
+ });
1347
+ return $dara.cast<$_model.CreateBranchResponse>(await this.callApi(params, req, runtime), new $_model.CreateBranchResponse({}));
1348
+ }
1349
+
1350
+ /**
1351
+ * Creates a Supabase project branch.
1352
+ *
1353
+ * @remarks
1354
+ * 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.
1355
+ *
1356
+ * @param request - CreateBranchRequest
1357
+ * @returns CreateBranchResponse
1358
+ */
1359
+ async createBranch(request: $_model.CreateBranchRequest): Promise<$_model.CreateBranchResponse> {
1360
+ let runtime = new $dara.RuntimeOptions({ });
1361
+ return await this.createBranchWithOptions(request, runtime);
1362
+ }
1363
+
1364
+ /**
1365
+ * Create a vector dataset.
1259
1366
  *
1260
1367
  * @param tmpReq - CreateCollectionRequest
1261
1368
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1380,7 +1487,7 @@ export default class Client extends OpenApi {
1380
1487
  }
1381
1488
 
1382
1489
  /**
1383
- * Creates a vector collection.
1490
+ * Create a vector dataset.
1384
1491
  *
1385
1492
  * @param request - CreateCollectionRequest
1386
1493
  * @returns CreateCollectionResponse
@@ -1391,10 +1498,10 @@ export default class Client extends OpenApi {
1391
1498
  }
1392
1499
 
1393
1500
  /**
1394
- * Create Instance
1501
+ * Create an AnalyticDB for PostgreSQL instance.
1395
1502
  *
1396
1503
  * @remarks
1397
- * 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.
1504
+ * 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.
1398
1505
  *
1399
1506
  * @param request - CreateDBInstanceRequest
1400
1507
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1605,10 +1712,10 @@ export default class Client extends OpenApi {
1605
1712
  }
1606
1713
 
1607
1714
  /**
1608
- * Create Instance
1715
+ * Create an AnalyticDB for PostgreSQL instance.
1609
1716
  *
1610
1717
  * @remarks
1611
- * 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.
1718
+ * 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.
1612
1719
  *
1613
1720
  * @param request - CreateDBInstanceRequest
1614
1721
  * @returns CreateDBInstanceResponse
@@ -1883,7 +1990,7 @@ export default class Client extends OpenApi {
1883
1990
  }
1884
1991
 
1885
1992
  /**
1886
- * Creates a document collection.
1993
+ * Create a knowledge base
1887
1994
  *
1888
1995
  * @param tmpReq - CreateDocumentCollectionRequest
1889
1996
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2040,7 +2147,7 @@ export default class Client extends OpenApi {
2040
2147
  }
2041
2148
 
2042
2149
  /**
2043
- * Creates a document collection.
2150
+ * Create a knowledge base
2044
2151
  *
2045
2152
  * @param request - CreateDocumentCollectionRequest
2046
2153
  * @returns CreateDocumentCollectionResponse
@@ -2404,7 +2511,7 @@ export default class Client extends OpenApi {
2404
2511
  * Creates a model service.
2405
2512
  *
2406
2513
  * @remarks
2407
- * 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.
2514
+ * 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.
2408
2515
  *
2409
2516
  * @param tmpReq - CreateModelServiceRequest
2410
2517
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2490,7 +2597,7 @@ export default class Client extends OpenApi {
2490
2597
  * Creates a model service.
2491
2598
  *
2492
2599
  * @remarks
2493
- * 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.
2600
+ * 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.
2494
2601
  *
2495
2602
  * @param request - CreateModelServiceRequest
2496
2603
  * @returns CreateModelServiceResponse
@@ -2648,6 +2755,82 @@ export default class Client extends OpenApi {
2648
2755
  return await this.createRemoteADBDataSourceWithOptions(request, runtime);
2649
2756
  }
2650
2757
 
2758
+ /**
2759
+ * Creates a SaaS service.
2760
+ *
2761
+ * @remarks
2762
+ * 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.
2763
+ *
2764
+ * @param request - CreateSaasServiceRequest
2765
+ * @param runtime - runtime options for this request RuntimeOptions
2766
+ * @returns CreateSaasServiceResponse
2767
+ */
2768
+ async createSaasServiceWithOptions(request: $_model.CreateSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSaasServiceResponse> {
2769
+ request.validate();
2770
+ let query = { };
2771
+ if (!$dara.isNull(request.cu)) {
2772
+ query["Cu"] = request.cu;
2773
+ }
2774
+
2775
+ if (!$dara.isNull(request.payType)) {
2776
+ query["PayType"] = request.payType;
2777
+ }
2778
+
2779
+ if (!$dara.isNull(request.period)) {
2780
+ query["Period"] = request.period;
2781
+ }
2782
+
2783
+ if (!$dara.isNull(request.plan)) {
2784
+ query["Plan"] = request.plan;
2785
+ }
2786
+
2787
+ if (!$dara.isNull(request.regionId)) {
2788
+ query["RegionId"] = request.regionId;
2789
+ }
2790
+
2791
+ if (!$dara.isNull(request.serviceType)) {
2792
+ query["ServiceType"] = request.serviceType;
2793
+ }
2794
+
2795
+ if (!$dara.isNull(request.usedTime)) {
2796
+ query["UsedTime"] = request.usedTime;
2797
+ }
2798
+
2799
+ if (!$dara.isNull(request.workspaceId)) {
2800
+ query["WorkspaceId"] = request.workspaceId;
2801
+ }
2802
+
2803
+ let req = new $OpenApiUtil.OpenApiRequest({
2804
+ query: OpenApiUtil.query(query),
2805
+ });
2806
+ let params = new $OpenApiUtil.Params({
2807
+ action: "CreateSaasService",
2808
+ version: "2016-05-03",
2809
+ protocol: "HTTPS",
2810
+ pathname: "/",
2811
+ method: "POST",
2812
+ authType: "AK",
2813
+ style: "RPC",
2814
+ reqBodyType: "formData",
2815
+ bodyType: "json",
2816
+ });
2817
+ return $dara.cast<$_model.CreateSaasServiceResponse>(await this.callApi(params, req, runtime), new $_model.CreateSaasServiceResponse({}));
2818
+ }
2819
+
2820
+ /**
2821
+ * Creates a SaaS service.
2822
+ *
2823
+ * @remarks
2824
+ * 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.
2825
+ *
2826
+ * @param request - CreateSaasServiceRequest
2827
+ * @returns CreateSaasServiceResponse
2828
+ */
2829
+ async createSaasService(request: $_model.CreateSaasServiceRequest): Promise<$_model.CreateSaasServiceResponse> {
2830
+ let runtime = new $dara.RuntimeOptions({ });
2831
+ return await this.createSaasServiceWithOptions(request, runtime);
2832
+ }
2833
+
2651
2834
  /**
2652
2835
  * Creates a sample dataset for an AnalyticDB for PostgreSQL instance.
2653
2836
  *
@@ -2824,6 +3007,70 @@ export default class Client extends OpenApi {
2824
3007
  return await this.createServiceLinkedRoleWithOptions(request, runtime);
2825
3008
  }
2826
3009
 
3010
+ /**
3011
+ * Creates a snapshot for a Supabase project.
3012
+ *
3013
+ * @remarks
3014
+ * 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.
3015
+ *
3016
+ * @param request - CreateSnapshotRequest
3017
+ * @param runtime - runtime options for this request RuntimeOptions
3018
+ * @returns CreateSnapshotResponse
3019
+ */
3020
+ async createSnapshotWithOptions(request: $_model.CreateSnapshotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSnapshotResponse> {
3021
+ request.validate();
3022
+ let query = { };
3023
+ if (!$dara.isNull(request.clientToken)) {
3024
+ query["ClientToken"] = request.clientToken;
3025
+ }
3026
+
3027
+ if (!$dara.isNull(request.lsn)) {
3028
+ query["Lsn"] = request.lsn;
3029
+ }
3030
+
3031
+ if (!$dara.isNull(request.projectId)) {
3032
+ query["ProjectId"] = request.projectId;
3033
+ }
3034
+
3035
+ if (!$dara.isNull(request.regionId)) {
3036
+ query["RegionId"] = request.regionId;
3037
+ }
3038
+
3039
+ if (!$dara.isNull(request.snapshotTimestamp)) {
3040
+ query["SnapshotTimestamp"] = request.snapshotTimestamp;
3041
+ }
3042
+
3043
+ let req = new $OpenApiUtil.OpenApiRequest({
3044
+ query: OpenApiUtil.query(query),
3045
+ });
3046
+ let params = new $OpenApiUtil.Params({
3047
+ action: "CreateSnapshot",
3048
+ version: "2016-05-03",
3049
+ protocol: "HTTPS",
3050
+ pathname: "/",
3051
+ method: "POST",
3052
+ authType: "AK",
3053
+ style: "RPC",
3054
+ reqBodyType: "formData",
3055
+ bodyType: "json",
3056
+ });
3057
+ return $dara.cast<$_model.CreateSnapshotResponse>(await this.callApi(params, req, runtime), new $_model.CreateSnapshotResponse({}));
3058
+ }
3059
+
3060
+ /**
3061
+ * Creates a snapshot for a Supabase project.
3062
+ *
3063
+ * @remarks
3064
+ * 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.
3065
+ *
3066
+ * @param request - CreateSnapshotRequest
3067
+ * @returns CreateSnapshotResponse
3068
+ */
3069
+ async createSnapshot(request: $_model.CreateSnapshotRequest): Promise<$_model.CreateSnapshotResponse> {
3070
+ let runtime = new $dara.RuntimeOptions({ });
3071
+ return await this.createSnapshotWithOptions(request, runtime);
3072
+ }
3073
+
2827
3074
  /**
2828
3075
  * Create External Data Source Configuration
2829
3076
  *
@@ -3096,7 +3343,7 @@ export default class Client extends OpenApi {
3096
3343
  * Creates a Supabase project.
3097
3344
  *
3098
3345
  * @remarks
3099
- * You can call this operation to create a Supabase project.
3346
+ * 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.
3100
3347
  *
3101
3348
  * @param request - CreateSupabaseProjectRequest
3102
3349
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3121,6 +3368,10 @@ export default class Client extends OpenApi {
3121
3368
  query["DiskPerformanceLevel"] = request.diskPerformanceLevel;
3122
3369
  }
3123
3370
 
3371
+ if (!$dara.isNull(request.engineVersion)) {
3372
+ query["EngineVersion"] = request.engineVersion;
3373
+ }
3374
+
3124
3375
  if (!$dara.isNull(request.payType)) {
3125
3376
  query["PayType"] = request.payType;
3126
3377
  }
@@ -3186,7 +3437,7 @@ export default class Client extends OpenApi {
3186
3437
  * Creates a Supabase project.
3187
3438
  *
3188
3439
  * @remarks
3189
- * You can call this operation to create a Supabase project.
3440
+ * 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.
3190
3441
  *
3191
3442
  * @param request - CreateSupabaseProjectRequest
3192
3443
  * @returns CreateSupabaseProjectResponse
@@ -3197,7 +3448,7 @@ export default class Client extends OpenApi {
3197
3448
  }
3198
3449
 
3199
3450
  /**
3200
- * Create Vector Index
3451
+ * Creates an index for a vector collection.
3201
3452
  *
3202
3453
  * @param request - CreateVectorIndexRequest
3203
3454
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3292,7 +3543,7 @@ export default class Client extends OpenApi {
3292
3543
  }
3293
3544
 
3294
3545
  /**
3295
- * Create Vector Index
3546
+ * Creates an index for a vector collection.
3296
3547
  *
3297
3548
  * @param request - CreateVectorIndexRequest
3298
3549
  * @returns CreateVectorIndexResponse
@@ -3302,6 +3553,58 @@ export default class Client extends OpenApi {
3302
3553
  return await this.createVectorIndexWithOptions(request, runtime);
3303
3554
  }
3304
3555
 
3556
+ /**
3557
+ * Creates a SaaS workspace.
3558
+ *
3559
+ * @remarks
3560
+ * Creates a context service workspace.
3561
+ *
3562
+ * @param request - CreateWorkspaceRequest
3563
+ * @param runtime - runtime options for this request RuntimeOptions
3564
+ * @returns CreateWorkspaceResponse
3565
+ */
3566
+ async createWorkspaceWithOptions(request: $_model.CreateWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWorkspaceResponse> {
3567
+ request.validate();
3568
+ let query = { };
3569
+ if (!$dara.isNull(request.regionId)) {
3570
+ query["RegionId"] = request.regionId;
3571
+ }
3572
+
3573
+ if (!$dara.isNull(request.workspaceName)) {
3574
+ query["WorkspaceName"] = request.workspaceName;
3575
+ }
3576
+
3577
+ let req = new $OpenApiUtil.OpenApiRequest({
3578
+ query: OpenApiUtil.query(query),
3579
+ });
3580
+ let params = new $OpenApiUtil.Params({
3581
+ action: "CreateWorkspace",
3582
+ version: "2016-05-03",
3583
+ protocol: "HTTPS",
3584
+ pathname: "/",
3585
+ method: "POST",
3586
+ authType: "AK",
3587
+ style: "RPC",
3588
+ reqBodyType: "formData",
3589
+ bodyType: "json",
3590
+ });
3591
+ return $dara.cast<$_model.CreateWorkspaceResponse>(await this.callApi(params, req, runtime), new $_model.CreateWorkspaceResponse({}));
3592
+ }
3593
+
3594
+ /**
3595
+ * Creates a SaaS workspace.
3596
+ *
3597
+ * @remarks
3598
+ * Creates a context service workspace.
3599
+ *
3600
+ * @param request - CreateWorkspaceRequest
3601
+ * @returns CreateWorkspaceResponse
3602
+ */
3603
+ async createWorkspace(request: $_model.CreateWorkspaceRequest): Promise<$_model.CreateWorkspaceResponse> {
3604
+ let runtime = new $dara.RuntimeOptions({ });
3605
+ return await this.createWorkspaceWithOptions(request, runtime);
3606
+ }
3607
+
3305
3608
  /**
3306
3609
  * Delete AI Node
3307
3610
  *
@@ -3365,7 +3668,7 @@ export default class Client extends OpenApi {
3365
3668
  }
3366
3669
 
3367
3670
  /**
3368
- * 删除 AI 服务
3671
+ * Deletes an AI service.
3369
3672
  *
3370
3673
  * @param request - DeleteAIServiceRequest
3371
3674
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3404,7 +3707,7 @@ export default class Client extends OpenApi {
3404
3707
  }
3405
3708
 
3406
3709
  /**
3407
- * 删除 AI 服务
3710
+ * Deletes an AI service.
3408
3711
  *
3409
3712
  * @param request - DeleteAIServiceRequest
3410
3713
  * @returns DeleteAIServiceResponse
@@ -3507,7 +3810,59 @@ export default class Client extends OpenApi {
3507
3810
  }
3508
3811
 
3509
3812
  /**
3510
- * 删除文本块
3813
+ * Deletes a Supabase branch.
3814
+ *
3815
+ * @remarks
3816
+ * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3817
+ *
3818
+ * @param request - DeleteBranchRequest
3819
+ * @param runtime - runtime options for this request RuntimeOptions
3820
+ * @returns DeleteBranchResponse
3821
+ */
3822
+ async deleteBranchWithOptions(request: $_model.DeleteBranchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteBranchResponse> {
3823
+ request.validate();
3824
+ let query = { };
3825
+ if (!$dara.isNull(request.branchId)) {
3826
+ query["BranchId"] = request.branchId;
3827
+ }
3828
+
3829
+ if (!$dara.isNull(request.regionId)) {
3830
+ query["RegionId"] = request.regionId;
3831
+ }
3832
+
3833
+ let req = new $OpenApiUtil.OpenApiRequest({
3834
+ query: OpenApiUtil.query(query),
3835
+ });
3836
+ let params = new $OpenApiUtil.Params({
3837
+ action: "DeleteBranch",
3838
+ version: "2016-05-03",
3839
+ protocol: "HTTPS",
3840
+ pathname: "/",
3841
+ method: "POST",
3842
+ authType: "AK",
3843
+ style: "RPC",
3844
+ reqBodyType: "formData",
3845
+ bodyType: "json",
3846
+ });
3847
+ return $dara.cast<$_model.DeleteBranchResponse>(await this.callApi(params, req, runtime), new $_model.DeleteBranchResponse({}));
3848
+ }
3849
+
3850
+ /**
3851
+ * Deletes a Supabase branch.
3852
+ *
3853
+ * @remarks
3854
+ * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3855
+ *
3856
+ * @param request - DeleteBranchRequest
3857
+ * @returns DeleteBranchResponse
3858
+ */
3859
+ async deleteBranch(request: $_model.DeleteBranchRequest): Promise<$_model.DeleteBranchResponse> {
3860
+ let runtime = new $dara.RuntimeOptions({ });
3861
+ return await this.deleteBranchWithOptions(request, runtime);
3862
+ }
3863
+
3864
+ /**
3865
+ * Deletes chunks from a document collection.
3511
3866
  *
3512
3867
  * @param tmpReq - DeleteChunksRequest
3513
3868
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3564,7 +3919,7 @@ export default class Client extends OpenApi {
3564
3919
  }
3565
3920
 
3566
3921
  /**
3567
- * 删除文本块
3922
+ * Deletes chunks from a document collection.
3568
3923
  *
3569
3924
  * @param request - DeleteChunksRequest
3570
3925
  * @returns DeleteChunksResponse
@@ -4215,7 +4570,7 @@ export default class Client extends OpenApi {
4215
4570
  }
4216
4571
 
4217
4572
  /**
4218
- * Deletes a Hadoop external data source.
4573
+ * Delete a Hadoop external data source.
4219
4574
  *
4220
4575
  * @param request - DeleteHadoopDataSourceRequest
4221
4576
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4254,7 +4609,7 @@ export default class Client extends OpenApi {
4254
4609
  }
4255
4610
 
4256
4611
  /**
4257
- * Deletes a Hadoop external data source.
4612
+ * Delete a Hadoop external data source.
4258
4613
  *
4259
4614
  * @param request - DeleteHadoopDataSourceRequest
4260
4615
  * @returns DeleteHadoopDataSourceResponse
@@ -4594,6 +4949,58 @@ export default class Client extends OpenApi {
4594
4949
  return await this.deleteRemoteADBDataSourceWithOptions(request, runtime);
4595
4950
  }
4596
4951
 
4952
+ /**
4953
+ * Deletes a SaaS service.
4954
+ *
4955
+ * @remarks
4956
+ * Deletes a SaaS service.
4957
+ *
4958
+ * @param request - DeleteSaasServiceRequest
4959
+ * @param runtime - runtime options for this request RuntimeOptions
4960
+ * @returns DeleteSaasServiceResponse
4961
+ */
4962
+ async deleteSaasServiceWithOptions(request: $_model.DeleteSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSaasServiceResponse> {
4963
+ request.validate();
4964
+ let query = { };
4965
+ if (!$dara.isNull(request.regionId)) {
4966
+ query["RegionId"] = request.regionId;
4967
+ }
4968
+
4969
+ if (!$dara.isNull(request.serviceId)) {
4970
+ query["ServiceId"] = request.serviceId;
4971
+ }
4972
+
4973
+ let req = new $OpenApiUtil.OpenApiRequest({
4974
+ query: OpenApiUtil.query(query),
4975
+ });
4976
+ let params = new $OpenApiUtil.Params({
4977
+ action: "DeleteSaasService",
4978
+ version: "2016-05-03",
4979
+ protocol: "HTTPS",
4980
+ pathname: "/",
4981
+ method: "POST",
4982
+ authType: "AK",
4983
+ style: "RPC",
4984
+ reqBodyType: "formData",
4985
+ bodyType: "json",
4986
+ });
4987
+ return $dara.cast<$_model.DeleteSaasServiceResponse>(await this.callApi(params, req, runtime), new $_model.DeleteSaasServiceResponse({}));
4988
+ }
4989
+
4990
+ /**
4991
+ * Deletes a SaaS service.
4992
+ *
4993
+ * @remarks
4994
+ * Deletes a SaaS service.
4995
+ *
4996
+ * @param request - DeleteSaasServiceRequest
4997
+ * @returns DeleteSaasServiceResponse
4998
+ */
4999
+ async deleteSaasService(request: $_model.DeleteSaasServiceRequest): Promise<$_model.DeleteSaasServiceResponse> {
5000
+ let runtime = new $dara.RuntimeOptions({ });
5001
+ return await this.deleteSaasServiceWithOptions(request, runtime);
5002
+ }
5003
+
4597
5004
  /**
4598
5005
  * Deletes the access credentials of an AnalyticDB for PostgreSQL instance.
4599
5006
  *
@@ -4657,7 +5064,63 @@ export default class Client extends OpenApi {
4657
5064
  }
4658
5065
 
4659
5066
  /**
4660
- * Deletes the configurations of an external data source.
5067
+ * 删除恢复点
5068
+ *
5069
+ * @remarks
5070
+ * 该接口用于按 ProjectId 和 Lsn 删除指定 Supabase 项目中的快照。
5071
+ *
5072
+ * @param request - DeleteSnapshotRequest
5073
+ * @param runtime - runtime options for this request RuntimeOptions
5074
+ * @returns DeleteSnapshotResponse
5075
+ */
5076
+ async deleteSnapshotWithOptions(request: $_model.DeleteSnapshotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSnapshotResponse> {
5077
+ request.validate();
5078
+ let query = { };
5079
+ if (!$dara.isNull(request.lsn)) {
5080
+ query["Lsn"] = request.lsn;
5081
+ }
5082
+
5083
+ if (!$dara.isNull(request.projectId)) {
5084
+ query["ProjectId"] = request.projectId;
5085
+ }
5086
+
5087
+ if (!$dara.isNull(request.regionId)) {
5088
+ query["RegionId"] = request.regionId;
5089
+ }
5090
+
5091
+ let req = new $OpenApiUtil.OpenApiRequest({
5092
+ query: OpenApiUtil.query(query),
5093
+ });
5094
+ let params = new $OpenApiUtil.Params({
5095
+ action: "DeleteSnapshot",
5096
+ version: "2016-05-03",
5097
+ protocol: "HTTPS",
5098
+ pathname: "/",
5099
+ method: "POST",
5100
+ authType: "AK",
5101
+ style: "RPC",
5102
+ reqBodyType: "formData",
5103
+ bodyType: "json",
5104
+ });
5105
+ return $dara.cast<$_model.DeleteSnapshotResponse>(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotResponse({}));
5106
+ }
5107
+
5108
+ /**
5109
+ * 删除恢复点
5110
+ *
5111
+ * @remarks
5112
+ * 该接口用于按 ProjectId 和 Lsn 删除指定 Supabase 项目中的快照。
5113
+ *
5114
+ * @param request - DeleteSnapshotRequest
5115
+ * @returns DeleteSnapshotResponse
5116
+ */
5117
+ async deleteSnapshot(request: $_model.DeleteSnapshotRequest): Promise<$_model.DeleteSnapshotResponse> {
5118
+ let runtime = new $dara.RuntimeOptions({ });
5119
+ return await this.deleteSnapshotWithOptions(request, runtime);
5120
+ }
5121
+
5122
+ /**
5123
+ * Delete a real-time data service.
4661
5124
  *
4662
5125
  * @param request - DeleteStreamingDataServiceRequest
4663
5126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4696,7 +5159,7 @@ export default class Client extends OpenApi {
4696
5159
  }
4697
5160
 
4698
5161
  /**
4699
- * Deletes the configurations of an external data source.
5162
+ * Delete a real-time data service.
4700
5163
  *
4701
5164
  * @param request - DeleteStreamingDataServiceRequest
4702
5165
  * @returns DeleteStreamingDataServiceResponse
@@ -4707,7 +5170,7 @@ export default class Client extends OpenApi {
4707
5170
  }
4708
5171
 
4709
5172
  /**
4710
- * Deletes a real-time data source.
5173
+ * Delete a real-time data source.
4711
5174
  *
4712
5175
  * @param request - DeleteStreamingDataSourceRequest
4713
5176
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4746,7 +5209,7 @@ export default class Client extends OpenApi {
4746
5209
  }
4747
5210
 
4748
5211
  /**
4749
- * Deletes a real-time data source.
5212
+ * Delete a real-time data source.
4750
5213
  *
4751
5214
  * @param request - DeleteStreamingDataSourceRequest
4752
5215
  * @returns DeleteStreamingDataSourceResponse
@@ -4757,7 +5220,7 @@ export default class Client extends OpenApi {
4757
5220
  }
4758
5221
 
4759
5222
  /**
4760
- * Deletes a real-time data synchronization job.
5223
+ * Delete a real-time data synchronization task.
4761
5224
  *
4762
5225
  * @param request - DeleteStreamingJobRequest
4763
5226
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4796,7 +5259,7 @@ export default class Client extends OpenApi {
4796
5259
  }
4797
5260
 
4798
5261
  /**
4799
- * Deletes a real-time data synchronization job.
5262
+ * Delete a real-time data synchronization task.
4800
5263
  *
4801
5264
  * @param request - DeleteStreamingJobRequest
4802
5265
  * @returns DeleteStreamingJobResponse
@@ -4896,15 +5359,64 @@ export default class Client extends OpenApi {
4896
5359
  query["RegionId"] = request.regionId;
4897
5360
  }
4898
5361
 
4899
- if (!$dara.isNull(request.type)) {
4900
- query["Type"] = request.type;
5362
+ if (!$dara.isNull(request.type)) {
5363
+ query["Type"] = request.type;
5364
+ }
5365
+
5366
+ let req = new $OpenApiUtil.OpenApiRequest({
5367
+ query: OpenApiUtil.query(query),
5368
+ });
5369
+ let params = new $OpenApiUtil.Params({
5370
+ action: "DeleteVectorIndex",
5371
+ version: "2016-05-03",
5372
+ protocol: "HTTPS",
5373
+ pathname: "/",
5374
+ method: "POST",
5375
+ authType: "AK",
5376
+ style: "RPC",
5377
+ reqBodyType: "formData",
5378
+ bodyType: "json",
5379
+ });
5380
+ return $dara.cast<$_model.DeleteVectorIndexResponse>(await this.callApi(params, req, runtime), new $_model.DeleteVectorIndexResponse({}));
5381
+ }
5382
+
5383
+ /**
5384
+ * Deletes a vector index.
5385
+ *
5386
+ * @param request - DeleteVectorIndexRequest
5387
+ * @returns DeleteVectorIndexResponse
5388
+ */
5389
+ async deleteVectorIndex(request: $_model.DeleteVectorIndexRequest): Promise<$_model.DeleteVectorIndexResponse> {
5390
+ let runtime = new $dara.RuntimeOptions({ });
5391
+ return await this.deleteVectorIndexWithOptions(request, runtime);
5392
+ }
5393
+
5394
+ /**
5395
+ * 删除SaaS工作空间
5396
+ *
5397
+ * @remarks
5398
+ * 此接口为删除上下文服务工作空间
5399
+ *
5400
+ * @param request - DeleteWorkspaceRequest
5401
+ * @param runtime - runtime options for this request RuntimeOptions
5402
+ * @returns DeleteWorkspaceResponse
5403
+ */
5404
+ async deleteWorkspaceWithOptions(request: $_model.DeleteWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWorkspaceResponse> {
5405
+ request.validate();
5406
+ let query = { };
5407
+ if (!$dara.isNull(request.regionId)) {
5408
+ query["RegionId"] = request.regionId;
5409
+ }
5410
+
5411
+ if (!$dara.isNull(request.workspaceId)) {
5412
+ query["WorkspaceId"] = request.workspaceId;
4901
5413
  }
4902
5414
 
4903
5415
  let req = new $OpenApiUtil.OpenApiRequest({
4904
5416
  query: OpenApiUtil.query(query),
4905
5417
  });
4906
5418
  let params = new $OpenApiUtil.Params({
4907
- action: "DeleteVectorIndex",
5419
+ action: "DeleteWorkspace",
4908
5420
  version: "2016-05-03",
4909
5421
  protocol: "HTTPS",
4910
5422
  pathname: "/",
@@ -4914,26 +5426,29 @@ export default class Client extends OpenApi {
4914
5426
  reqBodyType: "formData",
4915
5427
  bodyType: "json",
4916
5428
  });
4917
- return $dara.cast<$_model.DeleteVectorIndexResponse>(await this.callApi(params, req, runtime), new $_model.DeleteVectorIndexResponse({}));
5429
+ return $dara.cast<$_model.DeleteWorkspaceResponse>(await this.callApi(params, req, runtime), new $_model.DeleteWorkspaceResponse({}));
4918
5430
  }
4919
5431
 
4920
5432
  /**
4921
- * Deletes a vector index.
5433
+ * 删除SaaS工作空间
4922
5434
  *
4923
- * @param request - DeleteVectorIndexRequest
4924
- * @returns DeleteVectorIndexResponse
5435
+ * @remarks
5436
+ * 此接口为删除上下文服务工作空间
5437
+ *
5438
+ * @param request - DeleteWorkspaceRequest
5439
+ * @returns DeleteWorkspaceResponse
4925
5440
  */
4926
- async deleteVectorIndex(request: $_model.DeleteVectorIndexRequest): Promise<$_model.DeleteVectorIndexResponse> {
5441
+ async deleteWorkspace(request: $_model.DeleteWorkspaceRequest): Promise<$_model.DeleteWorkspaceResponse> {
4927
5442
  let runtime = new $dara.RuntimeOptions({ });
4928
- return await this.deleteVectorIndexWithOptions(request, runtime);
5443
+ return await this.deleteWorkspaceWithOptions(request, runtime);
4929
5444
  }
4930
5445
 
4931
5446
  /**
4932
5447
  * Deploy a private RAG service.
4933
5448
  *
4934
5449
  * @remarks
4935
- * 1. Before you deploy the private RAG service, create an initial account.
4936
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
5450
+ * 1. 部署私有RAG服务前,请先创建初始账号。
5451
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
4937
5452
  *
4938
5453
  * @param request - DeployPrivateRAGServiceRequest
4939
5454
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4975,8 +5490,8 @@ export default class Client extends OpenApi {
4975
5490
  * Deploy a private RAG service.
4976
5491
  *
4977
5492
  * @remarks
4978
- * 1. Before you deploy the private RAG service, create an initial account.
4979
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
5493
+ * 1. 部署私有RAG服务前,请先创建初始账号。
5494
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
4980
5495
  *
4981
5496
  * @param request - DeployPrivateRAGServiceRequest
4982
5497
  * @returns DeployPrivateRAGServiceResponse
@@ -4987,7 +5502,7 @@ export default class Client extends OpenApi {
4987
5502
  }
4988
5503
 
4989
5504
  /**
4990
- * 获取 AI 服务详情
5505
+ * Retrieves the details of an AI service.
4991
5506
  *
4992
5507
  * @param request - DescribeAIServiceRequest
4993
5508
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5026,7 +5541,7 @@ export default class Client extends OpenApi {
5026
5541
  }
5027
5542
 
5028
5543
  /**
5029
- * 获取 AI 服务详情
5544
+ * Retrieves the details of an AI service.
5030
5545
  *
5031
5546
  * @param request - DescribeAIServiceRequest
5032
5547
  * @returns DescribeAIServiceResponse
@@ -5171,10 +5686,10 @@ export default class Client extends OpenApi {
5171
5686
  }
5172
5687
 
5173
5688
  /**
5174
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
5689
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
5175
5690
  *
5176
5691
  * @remarks
5177
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
5692
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
5178
5693
  *
5179
5694
  * @param request - DescribeAvailableResourcesRequest
5180
5695
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5213,10 +5728,10 @@ export default class Client extends OpenApi {
5213
5728
  }
5214
5729
 
5215
5730
  /**
5216
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
5731
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
5217
5732
  *
5218
5733
  * @remarks
5219
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
5734
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
5220
5735
  *
5221
5736
  * @param request - DescribeAvailableResourcesRequest
5222
5737
  * @returns DescribeAvailableResourcesResponse
@@ -5324,6 +5839,58 @@ export default class Client extends OpenApi {
5324
5839
  return await this.describeBackupPolicyWithOptions(request, runtime);
5325
5840
  }
5326
5841
 
5842
+ /**
5843
+ * Queries the details of a Supabase branch.
5844
+ *
5845
+ * @remarks
5846
+ * Queries the detailed information of a specified Supabase branch, including basic branch attributes, parent branch information, protection status, and connection information.
5847
+ *
5848
+ * @param request - DescribeBranchRequest
5849
+ * @param runtime - runtime options for this request RuntimeOptions
5850
+ * @returns DescribeBranchResponse
5851
+ */
5852
+ async describeBranchWithOptions(request: $_model.DescribeBranchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeBranchResponse> {
5853
+ request.validate();
5854
+ let query = { };
5855
+ if (!$dara.isNull(request.branchId)) {
5856
+ query["BranchId"] = request.branchId;
5857
+ }
5858
+
5859
+ if (!$dara.isNull(request.regionId)) {
5860
+ query["RegionId"] = request.regionId;
5861
+ }
5862
+
5863
+ let req = new $OpenApiUtil.OpenApiRequest({
5864
+ query: OpenApiUtil.query(query),
5865
+ });
5866
+ let params = new $OpenApiUtil.Params({
5867
+ action: "DescribeBranch",
5868
+ version: "2016-05-03",
5869
+ protocol: "HTTPS",
5870
+ pathname: "/",
5871
+ method: "POST",
5872
+ authType: "AK",
5873
+ style: "RPC",
5874
+ reqBodyType: "formData",
5875
+ bodyType: "json",
5876
+ });
5877
+ return $dara.cast<$_model.DescribeBranchResponse>(await this.callApi(params, req, runtime), new $_model.DescribeBranchResponse({}));
5878
+ }
5879
+
5880
+ /**
5881
+ * Queries the details of a Supabase branch.
5882
+ *
5883
+ * @remarks
5884
+ * Queries the detailed information of a specified Supabase branch, including basic branch attributes, parent branch information, protection status, and connection information.
5885
+ *
5886
+ * @param request - DescribeBranchRequest
5887
+ * @returns DescribeBranchResponse
5888
+ */
5889
+ async describeBranch(request: $_model.DescribeBranchRequest): Promise<$_model.DescribeBranchResponse> {
5890
+ let runtime = new $dara.RuntimeOptions({ });
5891
+ return await this.describeBranchWithOptions(request, runtime);
5892
+ }
5893
+
5327
5894
  /**
5328
5895
  * Queries the information about a vector collection.
5329
5896
  *
@@ -5519,10 +6086,10 @@ export default class Client extends OpenApi {
5519
6086
  }
5520
6087
 
5521
6088
  /**
5522
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
6089
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
5523
6090
  *
5524
6091
  * @remarks
5525
- * You can query monitoring information only within the last 30 days.
6092
+ * Monitoring information can only be queried for the last 30 days.
5526
6093
  *
5527
6094
  * @param request - DescribeDBClusterPerformanceRequest
5528
6095
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5577,10 +6144,10 @@ export default class Client extends OpenApi {
5577
6144
  }
5578
6145
 
5579
6146
  /**
5580
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
6147
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
5581
6148
  *
5582
6149
  * @remarks
5583
- * You can query monitoring information only within the last 30 days.
6150
+ * Monitoring information can only be queried for the last 30 days.
5584
6151
  *
5585
6152
  * @param request - DescribeDBClusterPerformanceRequest
5586
6153
  * @returns DescribeDBClusterPerformanceResponse
@@ -5591,14 +6158,14 @@ export default class Client extends OpenApi {
5591
6158
  }
5592
6159
 
5593
6160
  /**
5594
- * Query detailed information about the instance.
6161
+ * Query the details of an AnalyticDB for PostgreSQL instance.
5595
6162
  *
5596
6163
  * @remarks
5597
- * ## Usage Instructions
5598
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
5599
- * ## QPS Limitation
5600
- * 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.
5601
- * <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).
6164
+ * ## How-To
6165
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
6166
+ * ## Queries per second (QPS) limit
6167
+ * 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.
6168
+ * <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).
5602
6169
  *
5603
6170
  * @param request - DescribeDBInstanceAttributeRequest
5604
6171
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5637,14 +6204,14 @@ export default class Client extends OpenApi {
5637
6204
  }
5638
6205
 
5639
6206
  /**
5640
- * Query detailed information about the instance.
6207
+ * Query the details of an AnalyticDB for PostgreSQL instance.
5641
6208
  *
5642
6209
  * @remarks
5643
- * ## Usage Instructions
5644
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
5645
- * ## QPS Limitation
5646
- * 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.
5647
- * <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).
6210
+ * ## How-To
6211
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
6212
+ * ## Queries per second (QPS) limit
6213
+ * 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.
6214
+ * <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).
5648
6215
  *
5649
6216
  * @param request - DescribeDBInstanceAttributeRequest
5650
6217
  * @returns DescribeDBInstanceAttributeResponse
@@ -6341,13 +6908,15 @@ export default class Client extends OpenApi {
6341
6908
  }
6342
6909
 
6343
6910
  /**
6344
- * Queries a list of AnalyticDB for PostgreSQL instances.
6911
+ * Lists AnalyticDB for PostgreSQL instances.
6345
6912
  *
6346
6913
  * @remarks
6347
- * ##
6348
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
6349
- * ## Limits
6350
- * 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.
6914
+ * ## Usage
6915
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
6916
+ * ## QPS limit
6917
+ * 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.
6918
+ * <props="china">
6919
+ * 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).
6351
6920
  *
6352
6921
  * @param tmpReq - DescribeDBInstancesRequest
6353
6922
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6448,13 +7017,15 @@ export default class Client extends OpenApi {
6448
7017
  }
6449
7018
 
6450
7019
  /**
6451
- * Queries a list of AnalyticDB for PostgreSQL instances.
7020
+ * Lists AnalyticDB for PostgreSQL instances.
6452
7021
  *
6453
7022
  * @remarks
6454
- * ##
6455
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
6456
- * ## Limits
6457
- * 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.
7023
+ * ## Usage
7024
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
7025
+ * ## QPS limit
7026
+ * 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.
7027
+ * <props="china">
7028
+ * 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).
6458
7029
  *
6459
7030
  * @param request - DescribeDBInstancesRequest
6460
7031
  * @returns DescribeDBInstancesResponse
@@ -6465,7 +7036,7 @@ export default class Client extends OpenApi {
6465
7036
  }
6466
7037
 
6467
7038
  /**
6468
- * Queries the information about resource groups.
7039
+ * Retrieves the details of one or more resource groups.
6469
7040
  *
6470
7041
  * @param request - DescribeDBResourceGroupRequest
6471
7042
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6504,7 +7075,7 @@ export default class Client extends OpenApi {
6504
7075
  }
6505
7076
 
6506
7077
  /**
6507
- * Queries the information about resource groups.
7078
+ * Retrieves the details of one or more resource groups.
6508
7079
  *
6509
7080
  * @param request - DescribeDBResourceGroupRequest
6510
7081
  * @returns DescribeDBResourceGroupResponse
@@ -6813,12 +7384,10 @@ export default class Client extends OpenApi {
6813
7384
  }
6814
7385
 
6815
7386
  /**
6816
- * Queries the information about data sharing performance metrics.
7387
+ * Queries the performance metrics of data sharing.
6817
7388
  *
6818
7389
  * @remarks
6819
- * 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.
6820
- * ## Limits
6821
- * 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.
7390
+ * Only serverless instances support the data sharing feature.
6822
7391
  *
6823
7392
  * @param request - DescribeDataSharePerformanceRequest
6824
7393
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6865,12 +7434,10 @@ export default class Client extends OpenApi {
6865
7434
  }
6866
7435
 
6867
7436
  /**
6868
- * Queries the information about data sharing performance metrics.
7437
+ * Queries the performance metrics of data sharing.
6869
7438
  *
6870
7439
  * @remarks
6871
- * 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.
6872
- * ## Limits
6873
- * 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.
7440
+ * Only serverless instances support the data sharing feature.
6874
7441
  *
6875
7442
  * @param request - DescribeDataSharePerformanceRequest
6876
7443
  * @returns DescribeDataSharePerformanceResponse
@@ -7263,11 +7830,11 @@ export default class Client extends OpenApi {
7263
7830
  }
7264
7831
 
7265
7832
  /**
7266
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
7833
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
7267
7834
  *
7268
7835
  * @remarks
7269
- * 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.
7270
- * 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).
7836
+ * 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.
7837
+ * 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).
7271
7838
  *
7272
7839
  * @param request - DescribeDownloadRecordsRequest
7273
7840
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7302,11 +7869,11 @@ export default class Client extends OpenApi {
7302
7869
  }
7303
7870
 
7304
7871
  /**
7305
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
7872
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
7306
7873
  *
7307
7874
  * @remarks
7308
- * 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.
7309
- * 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).
7875
+ * 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.
7876
+ * 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).
7310
7877
  *
7311
7878
  * @param request - DescribeDownloadRecordsRequest
7312
7879
  * @returns DescribeDownloadRecordsResponse
@@ -7459,7 +8026,7 @@ export default class Client extends OpenApi {
7459
8026
  }
7460
8027
 
7461
8028
  /**
7462
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
8029
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
7463
8030
  *
7464
8031
  * @param request - DescribeHadoopClustersInSameNetRequest
7465
8032
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7494,7 +8061,7 @@ export default class Client extends OpenApi {
7494
8061
  }
7495
8062
 
7496
8063
  /**
7497
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
8064
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
7498
8065
  *
7499
8066
  * @param request - DescribeHadoopClustersInSameNetRequest
7500
8067
  * @returns DescribeHadoopClustersInSameNetResponse
@@ -8363,12 +8930,10 @@ export default class Client extends OpenApi {
8363
8930
  }
8364
8931
 
8365
8932
  /**
8366
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
8933
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
8367
8934
  *
8368
8935
  * @remarks
8369
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
8370
- * ## Limit
8371
- * 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.
8936
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
8372
8937
  *
8373
8938
  * @param request - DescribeRegionsRequest
8374
8939
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8399,12 +8964,10 @@ export default class Client extends OpenApi {
8399
8964
  }
8400
8965
 
8401
8966
  /**
8402
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
8967
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
8403
8968
  *
8404
8969
  * @remarks
8405
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
8406
- * ## Limit
8407
- * 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.
8970
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
8408
8971
  *
8409
8972
  * @param request - DescribeRegionsRequest
8410
8973
  * @returns DescribeRegionsResponse
@@ -8461,10 +9024,10 @@ export default class Client extends OpenApi {
8461
9024
  }
8462
9025
 
8463
9026
  /**
8464
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
9027
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
8465
9028
  *
8466
9029
  * @remarks
8467
- * This operation is not available for instances in reserved storage mode.
9030
+ * This API does not support instances of the storage-reserved type.
8468
9031
  *
8469
9032
  * @param request - DescribeSQLLogCountRequest
8470
9033
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8543,10 +9106,10 @@ export default class Client extends OpenApi {
8543
9106
  }
8544
9107
 
8545
9108
  /**
8546
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
9109
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
8547
9110
  *
8548
9111
  * @remarks
8549
- * This operation is not available for instances in reserved storage mode.
9112
+ * This API does not support instances of the storage-reserved type.
8550
9113
  *
8551
9114
  * @param request - DescribeSQLLogCountRequest
8552
9115
  * @returns DescribeSQLLogCountResponse
@@ -9025,7 +9588,7 @@ export default class Client extends OpenApi {
9025
9588
  }
9026
9589
 
9027
9590
  /**
9028
- * Queries the information about a table.
9591
+ * View table details.
9029
9592
  *
9030
9593
  * @param request - DescribeTableRequest
9031
9594
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9084,7 +9647,7 @@ export default class Client extends OpenApi {
9084
9647
  }
9085
9648
 
9086
9649
  /**
9087
- * Queries the information about a table.
9650
+ * View table details.
9088
9651
  *
9089
9652
  * @param request - DescribeTableRequest
9090
9653
  * @returns DescribeTableResponse
@@ -9875,7 +10438,7 @@ export default class Client extends OpenApi {
9875
10438
  }
9876
10439
 
9877
10440
  /**
9878
- * Executes SQL statements.
10441
+ * Execute an SQL statement.
9879
10442
  *
9880
10443
  * @param tmpReq - ExecuteStatementRequest
9881
10444
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9966,7 +10529,7 @@ export default class Client extends OpenApi {
9966
10529
  }
9967
10530
 
9968
10531
  /**
9969
- * Executes SQL statements.
10532
+ * Execute an SQL statement.
9970
10533
  *
9971
10534
  * @param request - ExecuteStatementRequest
9972
10535
  * @returns ExecuteStatementResponse
@@ -10022,6 +10585,66 @@ export default class Client extends OpenApi {
10022
10585
  return await this.getAccountWithOptions(request, runtime);
10023
10586
  }
10024
10587
 
10588
+ /**
10589
+ * Retrieves the database schema of a Supabase branch.
10590
+ *
10591
+ * @remarks
10592
+ * Queries the schema SQL content of a specified database in a specified branch. The system databases postgres, template0, and template1 are not supported.
10593
+ *
10594
+ * @param request - GetBranchSchemaRequest
10595
+ * @param runtime - runtime options for this request RuntimeOptions
10596
+ * @returns GetBranchSchemaResponse
10597
+ */
10598
+ async getBranchSchemaWithOptions(request: $_model.GetBranchSchemaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetBranchSchemaResponse> {
10599
+ request.validate();
10600
+ let query = { };
10601
+ if (!$dara.isNull(request.branchId)) {
10602
+ query["BranchId"] = request.branchId;
10603
+ }
10604
+
10605
+ if (!$dara.isNull(request.DBName)) {
10606
+ query["DBName"] = request.DBName;
10607
+ }
10608
+
10609
+ if (!$dara.isNull(request.projectId)) {
10610
+ query["ProjectId"] = request.projectId;
10611
+ }
10612
+
10613
+ if (!$dara.isNull(request.regionId)) {
10614
+ query["RegionId"] = request.regionId;
10615
+ }
10616
+
10617
+ let req = new $OpenApiUtil.OpenApiRequest({
10618
+ query: OpenApiUtil.query(query),
10619
+ });
10620
+ let params = new $OpenApiUtil.Params({
10621
+ action: "GetBranchSchema",
10622
+ version: "2016-05-03",
10623
+ protocol: "HTTPS",
10624
+ pathname: "/",
10625
+ method: "POST",
10626
+ authType: "AK",
10627
+ style: "RPC",
10628
+ reqBodyType: "formData",
10629
+ bodyType: "json",
10630
+ });
10631
+ return $dara.cast<$_model.GetBranchSchemaResponse>(await this.callApi(params, req, runtime), new $_model.GetBranchSchemaResponse({}));
10632
+ }
10633
+
10634
+ /**
10635
+ * Retrieves the database schema of a Supabase branch.
10636
+ *
10637
+ * @remarks
10638
+ * Queries the schema SQL content of a specified database in a specified branch. The system databases postgres, template0, and template1 are not supported.
10639
+ *
10640
+ * @param request - GetBranchSchemaRequest
10641
+ * @returns GetBranchSchemaResponse
10642
+ */
10643
+ async getBranchSchema(request: $_model.GetBranchSchemaRequest): Promise<$_model.GetBranchSchemaResponse> {
10644
+ let runtime = new $dara.RuntimeOptions({ });
10645
+ return await this.getBranchSchemaWithOptions(request, runtime);
10646
+ }
10647
+
10025
10648
  /**
10026
10649
  * Retrieves a task to build a knowledge graph.
10027
10650
  *
@@ -10088,6 +10711,58 @@ export default class Client extends OpenApi {
10088
10711
  return await this.getGraphRAGJobWithOptions(request, runtime);
10089
10712
  }
10090
10713
 
10714
+ /**
10715
+ * 获取SaaS服务信息
10716
+ *
10717
+ * @remarks
10718
+ * 删除模型服务。
10719
+ *
10720
+ * @param request - GetSaasServiceRequest
10721
+ * @param runtime - runtime options for this request RuntimeOptions
10722
+ * @returns GetSaasServiceResponse
10723
+ */
10724
+ async getSaasServiceWithOptions(request: $_model.GetSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSaasServiceResponse> {
10725
+ request.validate();
10726
+ let query = { };
10727
+ if (!$dara.isNull(request.regionId)) {
10728
+ query["RegionId"] = request.regionId;
10729
+ }
10730
+
10731
+ if (!$dara.isNull(request.serviceId)) {
10732
+ query["ServiceId"] = request.serviceId;
10733
+ }
10734
+
10735
+ let req = new $OpenApiUtil.OpenApiRequest({
10736
+ query: OpenApiUtil.query(query),
10737
+ });
10738
+ let params = new $OpenApiUtil.Params({
10739
+ action: "GetSaasService",
10740
+ version: "2016-05-03",
10741
+ protocol: "HTTPS",
10742
+ pathname: "/",
10743
+ method: "POST",
10744
+ authType: "AK",
10745
+ style: "RPC",
10746
+ reqBodyType: "formData",
10747
+ bodyType: "json",
10748
+ });
10749
+ return $dara.cast<$_model.GetSaasServiceResponse>(await this.callApi(params, req, runtime), new $_model.GetSaasServiceResponse({}));
10750
+ }
10751
+
10752
+ /**
10753
+ * 获取SaaS服务信息
10754
+ *
10755
+ * @remarks
10756
+ * 删除模型服务。
10757
+ *
10758
+ * @param request - GetSaasServiceRequest
10759
+ * @returns GetSaasServiceResponse
10760
+ */
10761
+ async getSaasService(request: $_model.GetSaasServiceRequest): Promise<$_model.GetSaasServiceResponse> {
10762
+ let runtime = new $dara.RuntimeOptions({ });
10763
+ return await this.getSaasServiceWithOptions(request, runtime);
10764
+ }
10765
+
10091
10766
  /**
10092
10767
  * Queries the information about an access credential.
10093
10768
  *
@@ -10150,6 +10825,64 @@ export default class Client extends OpenApi {
10150
10825
  return await this.getSecretValueWithOptions(request, runtime);
10151
10826
  }
10152
10827
 
10828
+ /**
10829
+ * 获取SaaS服务访问信息
10830
+ *
10831
+ * @remarks
10832
+ * ## 使用说明
10833
+ * 本接口用于查看所有模型服务信息。
10834
+ * ## QPS限制
10835
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
10836
+ *
10837
+ * @param request - GetServiceAccessInfoRequest
10838
+ * @param runtime - runtime options for this request RuntimeOptions
10839
+ * @returns GetServiceAccessInfoResponse
10840
+ */
10841
+ async getServiceAccessInfoWithOptions(request: $_model.GetServiceAccessInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceAccessInfoResponse> {
10842
+ request.validate();
10843
+ let query = { };
10844
+ if (!$dara.isNull(request.regionId)) {
10845
+ query["RegionId"] = request.regionId;
10846
+ }
10847
+
10848
+ if (!$dara.isNull(request.serviceId)) {
10849
+ query["ServiceId"] = request.serviceId;
10850
+ }
10851
+
10852
+ let req = new $OpenApiUtil.OpenApiRequest({
10853
+ query: OpenApiUtil.query(query),
10854
+ });
10855
+ let params = new $OpenApiUtil.Params({
10856
+ action: "GetServiceAccessInfo",
10857
+ version: "2016-05-03",
10858
+ protocol: "HTTPS",
10859
+ pathname: "/",
10860
+ method: "POST",
10861
+ authType: "AK",
10862
+ style: "RPC",
10863
+ reqBodyType: "formData",
10864
+ bodyType: "json",
10865
+ });
10866
+ return $dara.cast<$_model.GetServiceAccessInfoResponse>(await this.callApi(params, req, runtime), new $_model.GetServiceAccessInfoResponse({}));
10867
+ }
10868
+
10869
+ /**
10870
+ * 获取SaaS服务访问信息
10871
+ *
10872
+ * @remarks
10873
+ * ## 使用说明
10874
+ * 本接口用于查看所有模型服务信息。
10875
+ * ## QPS限制
10876
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
10877
+ *
10878
+ * @param request - GetServiceAccessInfoRequest
10879
+ * @returns GetServiceAccessInfoResponse
10880
+ */
10881
+ async getServiceAccessInfo(request: $_model.GetServiceAccessInfoRequest): Promise<$_model.GetServiceAccessInfoResponse> {
10882
+ let runtime = new $dara.RuntimeOptions({ });
10883
+ return await this.getServiceAccessInfoWithOptions(request, runtime);
10884
+ }
10885
+
10153
10886
  /**
10154
10887
  * Get Asynchronous SQL Execution Result
10155
10888
  *
@@ -10213,10 +10946,10 @@ export default class Client extends OpenApi {
10213
10946
  }
10214
10947
 
10215
10948
  /**
10216
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
10949
+ * Retrieves details of a Supabase instance.
10217
10950
  *
10218
10951
  * @remarks
10219
- * This interface is used to query the details of a Supabase instance.
10952
+ * Gets the details of a Supabase instance.
10220
10953
  *
10221
10954
  * @param request - GetSupabaseProjectRequest
10222
10955
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10251,10 +10984,10 @@ export default class Client extends OpenApi {
10251
10984
  }
10252
10985
 
10253
10986
  /**
10254
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
10987
+ * Retrieves details of a Supabase instance.
10255
10988
  *
10256
10989
  * @remarks
10257
- * This interface is used to query the details of a Supabase instance.
10990
+ * Gets the details of a Supabase instance.
10258
10991
  *
10259
10992
  * @param request - GetSupabaseProjectRequest
10260
10993
  * @returns GetSupabaseProjectResponse
@@ -10265,10 +10998,10 @@ export default class Client extends OpenApi {
10265
10998
  }
10266
10999
 
10267
11000
  /**
10268
- * Queries the API keys and JWT secrets of a Supabase instance.
11001
+ * Queries the API keys and JWT secrets for a Supabase instance.
10269
11002
  *
10270
11003
  * @remarks
10271
- * You can call this operation to query a list of API keys for a Supabase project.
11004
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
10272
11005
  *
10273
11006
  * @param request - GetSupabaseProjectApiKeysRequest
10274
11007
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10303,10 +11036,10 @@ export default class Client extends OpenApi {
10303
11036
  }
10304
11037
 
10305
11038
  /**
10306
- * Queries the API keys and JWT secrets of a Supabase instance.
11039
+ * Queries the API keys and JWT secrets for a Supabase instance.
10307
11040
  *
10308
11041
  * @remarks
10309
- * You can call this operation to query a list of API keys for a Supabase project.
11042
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
10310
11043
  *
10311
11044
  * @param request - GetSupabaseProjectApiKeysRequest
10312
11045
  * @returns GetSupabaseProjectApiKeysResponse
@@ -10713,10 +11446,10 @@ export default class Client extends OpenApi {
10713
11446
  }
10714
11447
 
10715
11448
  /**
10716
- * Queries a list of AI nodes.
11449
+ * Queries a list of AINode resource pools.
10717
11450
  *
10718
11451
  * @remarks
10719
- * This operation queries a list of AI nodes.
11452
+ * - This operation lists the AINode resource pools for the specified instance.
10720
11453
  *
10721
11454
  * @param request - ListAINodePoolsRequest
10722
11455
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10751,10 +11484,10 @@ export default class Client extends OpenApi {
10751
11484
  }
10752
11485
 
10753
11486
  /**
10754
- * Queries a list of AI nodes.
11487
+ * Queries a list of AINode resource pools.
10755
11488
  *
10756
11489
  * @remarks
10757
- * This operation queries a list of AI nodes.
11490
+ * - This operation lists the AINode resource pools for the specified instance.
10758
11491
  *
10759
11492
  * @param request - ListAINodePoolsRequest
10760
11493
  * @returns ListAINodePoolsResponse
@@ -10765,7 +11498,7 @@ export default class Client extends OpenApi {
10765
11498
  }
10766
11499
 
10767
11500
  /**
10768
- * 获取 AI 服务列表
11501
+ * Lists AI services.
10769
11502
  *
10770
11503
  * @param request - ListAIServicesRequest
10771
11504
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10808,7 +11541,7 @@ export default class Client extends OpenApi {
10808
11541
  }
10809
11542
 
10810
11543
  /**
10811
- * 获取 AI 服务列表
11544
+ * Lists AI services.
10812
11545
  *
10813
11546
  * @param request - ListAIServicesRequest
10814
11547
  * @returns ListAIServicesResponse
@@ -10832,15 +11565,92 @@ export default class Client extends OpenApi {
10832
11565
  query["BackupMode"] = request.backupMode;
10833
11566
  }
10834
11567
 
10835
- if (!$dara.isNull(request.DBInstanceId)) {
10836
- query["DBInstanceId"] = request.DBInstanceId;
11568
+ if (!$dara.isNull(request.DBInstanceId)) {
11569
+ query["DBInstanceId"] = request.DBInstanceId;
11570
+ }
11571
+
11572
+ let req = new $OpenApiUtil.OpenApiRequest({
11573
+ query: OpenApiUtil.query(query),
11574
+ });
11575
+ let params = new $OpenApiUtil.Params({
11576
+ action: "ListBackupJobs",
11577
+ version: "2016-05-03",
11578
+ protocol: "HTTPS",
11579
+ pathname: "/",
11580
+ method: "POST",
11581
+ authType: "AK",
11582
+ style: "RPC",
11583
+ reqBodyType: "formData",
11584
+ bodyType: "json",
11585
+ });
11586
+ return $dara.cast<$_model.ListBackupJobsResponse>(await this.callApi(params, req, runtime), new $_model.ListBackupJobsResponse({}));
11587
+ }
11588
+
11589
+ /**
11590
+ * Queries a list of backup jobs.
11591
+ *
11592
+ * @param request - ListBackupJobsRequest
11593
+ * @returns ListBackupJobsResponse
11594
+ */
11595
+ async listBackupJobs(request: $_model.ListBackupJobsRequest): Promise<$_model.ListBackupJobsResponse> {
11596
+ let runtime = new $dara.RuntimeOptions({ });
11597
+ return await this.listBackupJobsWithOptions(request, runtime);
11598
+ }
11599
+
11600
+ /**
11601
+ * Query the branch list of a Supabase project.
11602
+ *
11603
+ * @remarks
11604
+ * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
11605
+ *
11606
+ * @param request - ListBranchesRequest
11607
+ * @param runtime - runtime options for this request RuntimeOptions
11608
+ * @returns ListBranchesResponse
11609
+ */
11610
+ async listBranchesWithOptions(request: $_model.ListBranchesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBranchesResponse> {
11611
+ request.validate();
11612
+ let query = { };
11613
+ if (!$dara.isNull(request.maxResults)) {
11614
+ query["MaxResults"] = request.maxResults;
11615
+ }
11616
+
11617
+ if (!$dara.isNull(request.nextToken)) {
11618
+ query["NextToken"] = request.nextToken;
11619
+ }
11620
+
11621
+ if (!$dara.isNull(request.pageNumber)) {
11622
+ query["PageNumber"] = request.pageNumber;
11623
+ }
11624
+
11625
+ if (!$dara.isNull(request.pageSize)) {
11626
+ query["PageSize"] = request.pageSize;
11627
+ }
11628
+
11629
+ if (!$dara.isNull(request.parentBranchId)) {
11630
+ query["ParentBranchId"] = request.parentBranchId;
11631
+ }
11632
+
11633
+ if (!$dara.isNull(request.regionId)) {
11634
+ query["RegionId"] = request.regionId;
11635
+ }
11636
+
11637
+ if (!$dara.isNull(request.search)) {
11638
+ query["Search"] = request.search;
11639
+ }
11640
+
11641
+ if (!$dara.isNull(request.sortBy)) {
11642
+ query["SortBy"] = request.sortBy;
11643
+ }
11644
+
11645
+ if (!$dara.isNull(request.sortOrder)) {
11646
+ query["SortOrder"] = request.sortOrder;
10837
11647
  }
10838
11648
 
10839
11649
  let req = new $OpenApiUtil.OpenApiRequest({
10840
11650
  query: OpenApiUtil.query(query),
10841
11651
  });
10842
11652
  let params = new $OpenApiUtil.Params({
10843
- action: "ListBackupJobs",
11653
+ action: "ListBranches",
10844
11654
  version: "2016-05-03",
10845
11655
  protocol: "HTTPS",
10846
11656
  pathname: "/",
@@ -10850,22 +11660,25 @@ export default class Client extends OpenApi {
10850
11660
  reqBodyType: "formData",
10851
11661
  bodyType: "json",
10852
11662
  });
10853
- return $dara.cast<$_model.ListBackupJobsResponse>(await this.callApi(params, req, runtime), new $_model.ListBackupJobsResponse({}));
11663
+ return $dara.cast<$_model.ListBranchesResponse>(await this.callApi(params, req, runtime), new $_model.ListBranchesResponse({}));
10854
11664
  }
10855
11665
 
10856
11666
  /**
10857
- * Queries a list of backup jobs.
11667
+ * Query the branch list of a Supabase project.
10858
11668
  *
10859
- * @param request - ListBackupJobsRequest
10860
- * @returns ListBackupJobsResponse
11669
+ * @remarks
11670
+ * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
11671
+ *
11672
+ * @param request - ListBranchesRequest
11673
+ * @returns ListBranchesResponse
10861
11674
  */
10862
- async listBackupJobs(request: $_model.ListBackupJobsRequest): Promise<$_model.ListBackupJobsResponse> {
11675
+ async listBranches(request: $_model.ListBranchesRequest): Promise<$_model.ListBranchesResponse> {
10863
11676
  let runtime = new $dara.RuntimeOptions({ });
10864
- return await this.listBackupJobsWithOptions(request, runtime);
11677
+ return await this.listBranchesWithOptions(request, runtime);
10865
11678
  }
10866
11679
 
10867
11680
  /**
10868
- * 获取文本块详情
11681
+ * Get document chunk details
10869
11682
  *
10870
11683
  * @param request - ListChunksRequest
10871
11684
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10932,7 +11745,7 @@ export default class Client extends OpenApi {
10932
11745
  }
10933
11746
 
10934
11747
  /**
10935
- * 获取文本块详情
11748
+ * Get document chunk details
10936
11749
  *
10937
11750
  * @param request - ListChunksRequest
10938
11751
  * @returns ListChunksResponse
@@ -11117,7 +11930,7 @@ export default class Client extends OpenApi {
11117
11930
  }
11118
11931
 
11119
11932
  /**
11120
- * Queries a list of document collections.
11933
+ * Lists document collections.
11121
11934
  *
11122
11935
  * @param request - ListDocumentCollectionsRequest
11123
11936
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11164,7 +11977,7 @@ export default class Client extends OpenApi {
11164
11977
  }
11165
11978
 
11166
11979
  /**
11167
- * Queries a list of document collections.
11980
+ * Lists document collections.
11168
11981
  *
11169
11982
  * @param request - ListDocumentCollectionsRequest
11170
11983
  * @returns ListDocumentCollectionsResponse
@@ -11708,6 +12521,72 @@ export default class Client extends OpenApi {
11708
12521
  return await this.listRemoteADBDataSourcesWithOptions(request, runtime);
11709
12522
  }
11710
12523
 
12524
+ /**
12525
+ * Query SaaS Service List
12526
+ *
12527
+ * @remarks
12528
+ * ## Usage Notes
12529
+ * This API operation is used to view information about all SaaS services.
12530
+ *
12531
+ * @param request - ListSaasServiceRequest
12532
+ * @param runtime - runtime options for this request RuntimeOptions
12533
+ * @returns ListSaasServiceResponse
12534
+ */
12535
+ async listSaasServiceWithOptions(request: $_model.ListSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSaasServiceResponse> {
12536
+ request.validate();
12537
+ let query = { };
12538
+ if (!$dara.isNull(request.maxResults)) {
12539
+ query["MaxResults"] = request.maxResults;
12540
+ }
12541
+
12542
+ if (!$dara.isNull(request.nextToken)) {
12543
+ query["NextToken"] = request.nextToken;
12544
+ }
12545
+
12546
+ if (!$dara.isNull(request.regionId)) {
12547
+ query["RegionId"] = request.regionId;
12548
+ }
12549
+
12550
+ if (!$dara.isNull(request.serviceType)) {
12551
+ query["ServiceType"] = request.serviceType;
12552
+ }
12553
+
12554
+ if (!$dara.isNull(request.workspaceId)) {
12555
+ query["WorkspaceId"] = request.workspaceId;
12556
+ }
12557
+
12558
+ let req = new $OpenApiUtil.OpenApiRequest({
12559
+ query: OpenApiUtil.query(query),
12560
+ });
12561
+ let params = new $OpenApiUtil.Params({
12562
+ action: "ListSaasService",
12563
+ version: "2016-05-03",
12564
+ protocol: "HTTPS",
12565
+ pathname: "/",
12566
+ method: "POST",
12567
+ authType: "AK",
12568
+ style: "RPC",
12569
+ reqBodyType: "formData",
12570
+ bodyType: "json",
12571
+ });
12572
+ return $dara.cast<$_model.ListSaasServiceResponse>(await this.callApi(params, req, runtime), new $_model.ListSaasServiceResponse({}));
12573
+ }
12574
+
12575
+ /**
12576
+ * Query SaaS Service List
12577
+ *
12578
+ * @remarks
12579
+ * ## Usage Notes
12580
+ * This API operation is used to view information about all SaaS services.
12581
+ *
12582
+ * @param request - ListSaasServiceRequest
12583
+ * @returns ListSaasServiceResponse
12584
+ */
12585
+ async listSaasService(request: $_model.ListSaasServiceRequest): Promise<$_model.ListSaasServiceResponse> {
12586
+ let runtime = new $dara.RuntimeOptions({ });
12587
+ return await this.listSaasServiceWithOptions(request, runtime);
12588
+ }
12589
+
11711
12590
  /**
11712
12591
  * Queries a list of schemas.
11713
12592
  *
@@ -11779,7 +12658,7 @@ export default class Client extends OpenApi {
11779
12658
  }
11780
12659
 
11781
12660
  /**
11782
- * Queries a list of access credentials.
12661
+ * View the access credential list.
11783
12662
  *
11784
12663
  * @param request - ListSecretsRequest
11785
12664
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11822,7 +12701,7 @@ export default class Client extends OpenApi {
11822
12701
  }
11823
12702
 
11824
12703
  /**
11825
- * Queries a list of access credentials.
12704
+ * View the access credential list.
11826
12705
  *
11827
12706
  * @param request - ListSecretsRequest
11828
12707
  * @returns ListSecretsResponse
@@ -12081,7 +12960,10 @@ export default class Client extends OpenApi {
12081
12960
  }
12082
12961
 
12083
12962
  /**
12084
- * Query the label List of Supabase instances
12963
+ * Lists the tags of Supabase instances.
12964
+ *
12965
+ * @remarks
12966
+ * - This operation queries the tags of Supabase instances.
12085
12967
  *
12086
12968
  * @param request - ListSupabaseProjectTagsRequest
12087
12969
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12128,7 +13010,10 @@ export default class Client extends OpenApi {
12128
13010
  }
12129
13011
 
12130
13012
  /**
12131
- * Query the label List of Supabase instances
13013
+ * Lists the tags of Supabase instances.
13014
+ *
13015
+ * @remarks
13016
+ * - This operation queries the tags of Supabase instances.
12132
13017
  *
12133
13018
  * @param request - ListSupabaseProjectTagsRequest
12134
13019
  * @returns ListSupabaseProjectTagsResponse
@@ -12139,10 +13024,10 @@ export default class Client extends OpenApi {
12139
13024
  }
12140
13025
 
12141
13026
  /**
12142
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
13027
+ * Returns a list of Supabase instances.
12143
13028
  *
12144
13029
  * @remarks
12145
- * You can call this operation to query Supabase instances.
13030
+ * - Lists Supabase instances.
12146
13031
  *
12147
13032
  * @param request - ListSupabaseProjectsRequest
12148
13033
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12205,10 +13090,10 @@ export default class Client extends OpenApi {
12205
13090
  }
12206
13091
 
12207
13092
  /**
12208
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
13093
+ * Returns a list of Supabase instances.
12209
13094
  *
12210
13095
  * @remarks
12211
- * You can call this operation to query Supabase instances.
13096
+ * - Lists Supabase instances.
12212
13097
  *
12213
13098
  * @param request - ListSupabaseProjectsRequest
12214
13099
  * @returns ListSupabaseProjectsResponse
@@ -12341,7 +13226,7 @@ export default class Client extends OpenApi {
12341
13226
  }
12342
13227
 
12343
13228
  /**
12344
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
13229
+ * List all tag resources.
12345
13230
  *
12346
13231
  * @param request - ListTagResourcesRequest
12347
13232
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12404,7 +13289,7 @@ export default class Client extends OpenApi {
12404
13289
  }
12405
13290
 
12406
13291
  /**
12407
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
13292
+ * List all tag resources.
12408
13293
  *
12409
13294
  * @param request - ListTagResourcesRequest
12410
13295
  * @returns ListTagResourcesResponse
@@ -12415,7 +13300,73 @@ export default class Client extends OpenApi {
12415
13300
  }
12416
13301
 
12417
13302
  /**
12418
- * 修改 AI 服务白名单
13303
+ * Queries the list of SaaS workspaces.
13304
+ *
13305
+ * @remarks
13306
+ * ## Operation description
13307
+ * This operation is used to query information about all workspaces.
13308
+ *
13309
+ * @param request - ListWorkspacesRequest
13310
+ * @param runtime - runtime options for this request RuntimeOptions
13311
+ * @returns ListWorkspacesResponse
13312
+ */
13313
+ async listWorkspacesWithOptions(request: $_model.ListWorkspacesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListWorkspacesResponse> {
13314
+ request.validate();
13315
+ let query = { };
13316
+ if (!$dara.isNull(request.maxResults)) {
13317
+ query["MaxResults"] = request.maxResults;
13318
+ }
13319
+
13320
+ if (!$dara.isNull(request.nextToken)) {
13321
+ query["NextToken"] = request.nextToken;
13322
+ }
13323
+
13324
+ if (!$dara.isNull(request.pageNumber)) {
13325
+ query["PageNumber"] = request.pageNumber;
13326
+ }
13327
+
13328
+ if (!$dara.isNull(request.pageSize)) {
13329
+ query["PageSize"] = request.pageSize;
13330
+ }
13331
+
13332
+ if (!$dara.isNull(request.regionId)) {
13333
+ query["RegionId"] = request.regionId;
13334
+ }
13335
+
13336
+ let req = new $OpenApiUtil.OpenApiRequest({
13337
+ query: OpenApiUtil.query(query),
13338
+ });
13339
+ let params = new $OpenApiUtil.Params({
13340
+ action: "ListWorkspaces",
13341
+ version: "2016-05-03",
13342
+ protocol: "HTTPS",
13343
+ pathname: "/",
13344
+ method: "POST",
13345
+ authType: "AK",
13346
+ style: "RPC",
13347
+ reqBodyType: "formData",
13348
+ bodyType: "json",
13349
+ });
13350
+ return $dara.cast<$_model.ListWorkspacesResponse>(await this.callApi(params, req, runtime), new $_model.ListWorkspacesResponse({}));
13351
+ }
13352
+
13353
+ /**
13354
+ * Queries the list of SaaS workspaces.
13355
+ *
13356
+ * @remarks
13357
+ * ## Operation description
13358
+ * This operation is used to query information about all workspaces.
13359
+ *
13360
+ * @param request - ListWorkspacesRequest
13361
+ * @returns ListWorkspacesResponse
13362
+ */
13363
+ async listWorkspaces(request: $_model.ListWorkspacesRequest): Promise<$_model.ListWorkspacesResponse> {
13364
+ let runtime = new $dara.RuntimeOptions({ });
13365
+ return await this.listWorkspacesWithOptions(request, runtime);
13366
+ }
13367
+
13368
+ /**
13369
+ * Modifies the IP address whitelist for an AI service.
12419
13370
  *
12420
13371
  * @param request - ModifyAIServiceSecurityIpsRequest
12421
13372
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12458,7 +13409,7 @@ export default class Client extends OpenApi {
12458
13409
  }
12459
13410
 
12460
13411
  /**
12461
- * 修改 AI 服务白名单
13412
+ * Modifies the IP address whitelist for an AI service.
12462
13413
  *
12463
13414
  * @param request - ModifyAIServiceSecurityIpsRequest
12464
13415
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -12585,7 +13536,7 @@ export default class Client extends OpenApi {
12585
13536
  }
12586
13537
 
12587
13538
  /**
12588
- * Updates a collection.
13539
+ * Updates a vector collection.
12589
13540
  *
12590
13541
  * @param request - ModifyCollectionRequest
12591
13542
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12644,7 +13595,7 @@ export default class Client extends OpenApi {
12644
13595
  }
12645
13596
 
12646
13597
  /**
12647
- * Updates a collection.
13598
+ * Updates a vector collection.
12648
13599
  *
12649
13600
  * @param request - ModifyCollectionRequest
12650
13601
  * @returns ModifyCollectionResponse
@@ -13783,7 +14734,7 @@ export default class Client extends OpenApi {
13783
14734
  }
13784
14735
 
13785
14736
  /**
13786
- * Modifies the configurations of an external data source.
14737
+ * Modify a real-time data service.
13787
14738
  *
13788
14739
  * @param request - ModifyStreamingDataServiceRequest
13789
14740
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13830,7 +14781,7 @@ export default class Client extends OpenApi {
13830
14781
  }
13831
14782
 
13832
14783
  /**
13833
- * Modifies the configurations of an external data source.
14784
+ * Modify a real-time data service.
13834
14785
  *
13835
14786
  * @param request - ModifyStreamingDataServiceRequest
13836
14787
  * @returns ModifyStreamingDataServiceResponse
@@ -14035,7 +14986,10 @@ export default class Client extends OpenApi {
14035
14986
  }
14036
14987
 
14037
14988
  /**
14038
- * Modify the auto pause/resume policy of Supabase.
14989
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
14990
+ *
14991
+ * @remarks
14992
+ * - This operation applies only to ADBPG Supabase instances.
14039
14993
  *
14040
14994
  * @param request - ModifySupabaseAutoScalePolicyRequest
14041
14995
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14074,7 +15028,10 @@ export default class Client extends OpenApi {
14074
15028
  }
14075
15029
 
14076
15030
  /**
14077
- * Modify the auto pause/resume policy of Supabase.
15031
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
15032
+ *
15033
+ * @remarks
15034
+ * - This operation applies only to ADBPG Supabase instances.
14078
15035
  *
14079
15036
  * @param request - ModifySupabaseAutoScalePolicyRequest
14080
15037
  * @returns ModifySupabaseAutoScalePolicyResponse
@@ -14085,7 +15042,10 @@ export default class Client extends OpenApi {
14085
15042
  }
14086
15043
 
14087
15044
  /**
14088
- * Modify the Supabase project description
15045
+ * Change the Supabase project description
15046
+ *
15047
+ * @remarks
15048
+ * *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)**.
14089
15049
  *
14090
15050
  * @param request - ModifySupabaseProjectDescriptionRequest
14091
15051
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14124,7 +15084,10 @@ export default class Client extends OpenApi {
14124
15084
  }
14125
15085
 
14126
15086
  /**
14127
- * Modify the Supabase project description
15087
+ * Change the Supabase project description
15088
+ *
15089
+ * @remarks
15090
+ * *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)**.
14128
15091
  *
14129
15092
  * @param request - ModifySupabaseProjectDescriptionRequest
14130
15093
  * @returns ModifySupabaseProjectDescriptionResponse
@@ -14135,7 +15098,10 @@ export default class Client extends OpenApi {
14135
15098
  }
14136
15099
 
14137
15100
  /**
14138
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
15101
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
15102
+ *
15103
+ * @remarks
15104
+ * *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.**
14139
15105
  *
14140
15106
  * @param request - ModifySupabaseProjectResourceRequest
14141
15107
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14182,7 +15148,10 @@ export default class Client extends OpenApi {
14182
15148
  }
14183
15149
 
14184
15150
  /**
14185
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
15151
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
15152
+ *
15153
+ * @remarks
15154
+ * *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.**
14186
15155
  *
14187
15156
  * @param request - ModifySupabaseProjectResourceRequest
14188
15157
  * @returns ModifySupabaseProjectResourceResponse
@@ -14193,10 +15162,10 @@ export default class Client extends OpenApi {
14193
15162
  }
14194
15163
 
14195
15164
  /**
14196
- * Sets or replaces the IP address whitelist for a specified Supabase project.
15165
+ * Modifies the IP address whitelist for a Supabase project.
14197
15166
  *
14198
15167
  * @remarks
14199
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
15168
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
14200
15169
  *
14201
15170
  * @param request - ModifySupabaseProjectSecurityIpsRequest
14202
15171
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14243,10 +15212,10 @@ export default class Client extends OpenApi {
14243
15212
  }
14244
15213
 
14245
15214
  /**
14246
- * Sets or replaces the IP address whitelist for a specified Supabase project.
15215
+ * Modifies the IP address whitelist for a Supabase project.
14247
15216
  *
14248
15217
  * @remarks
14249
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
15218
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
14250
15219
  *
14251
15220
  * @param request - ModifySupabaseProjectSecurityIpsRequest
14252
15221
  * @returns ModifySupabaseProjectSecurityIpsResponse
@@ -14413,7 +15382,10 @@ export default class Client extends OpenApi {
14413
15382
  }
14414
15383
 
14415
15384
  /**
14416
- * 暂停Supabase实例
15385
+ * Pauses a Supabase instance.
15386
+ *
15387
+ * @remarks
15388
+ * This operation pauses a Supabase instance.
14417
15389
  *
14418
15390
  * @param request - PauseSupabaseProjectRequest
14419
15391
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14448,7 +15420,10 @@ export default class Client extends OpenApi {
14448
15420
  }
14449
15421
 
14450
15422
  /**
14451
- * 暂停Supabase实例
15423
+ * Pauses a Supabase instance.
15424
+ *
15425
+ * @remarks
15426
+ * This operation pauses a Supabase instance.
14452
15427
  *
14453
15428
  * @param request - PauseSupabaseProjectRequest
14454
15429
  * @returns PauseSupabaseProjectResponse
@@ -14459,7 +15434,7 @@ export default class Client extends OpenApi {
14459
15434
  }
14460
15435
 
14461
15436
  /**
14462
- * Query Vector Data
15437
+ * Retrieving vector data.
14463
15438
  *
14464
15439
  * @param tmpReq - QueryCollectionDataRequest
14465
15440
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14590,7 +15565,7 @@ export default class Client extends OpenApi {
14590
15565
  }
14591
15566
 
14592
15567
  /**
14593
- * Query Vector Data
15568
+ * Retrieving vector data.
14594
15569
  *
14595
15570
  * @param request - QueryCollectionDataRequest
14596
15571
  * @returns QueryCollectionDataResponse
@@ -14601,7 +15576,7 @@ export default class Client extends OpenApi {
14601
15576
  }
14602
15577
 
14603
15578
  /**
14604
- * Retrieves vector data and metadata from a document collection by using natural statements.
15579
+ * Query a document collection with natural language to retrieve vectors and metadata.
14605
15580
  *
14606
15581
  * @param tmpReq - QueryContentRequest
14607
15582
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14752,7 +15727,7 @@ export default class Client extends OpenApi {
14752
15727
  }
14753
15728
 
14754
15729
  /**
14755
- * Retrieves vector data and metadata from a document collection by using natural statements.
15730
+ * Query a document collection with natural language to retrieve vectors and metadata.
14756
15731
  *
14757
15732
  * @param request - QueryContentRequest
14758
15733
  * @returns QueryContentResponse
@@ -14849,7 +15824,7 @@ export default class Client extends OpenApi {
14849
15824
  }
14850
15825
 
14851
15826
  /**
14852
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
15827
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
14853
15828
  *
14854
15829
  * @param tmpReq - QueryKnowledgeBasesContentRequest
14855
15830
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14930,7 +15905,7 @@ export default class Client extends OpenApi {
14930
15905
  }
14931
15906
 
14932
15907
  /**
14933
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
15908
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
14934
15909
  *
14935
15910
  * @param request - QueryKnowledgeBasesContentRequest
14936
15911
  * @returns QueryKnowledgeBasesContentResponse
@@ -15330,6 +16305,130 @@ export default class Client extends OpenApi {
15330
16305
  return await this.restartDBInstanceWithOptions(request, runtime);
15331
16306
  }
15332
16307
 
16308
+ /**
16309
+ * Restarts a Supabase project.
16310
+ *
16311
+ * @remarks
16312
+ * Restarts a specified Supabase project. After a successful call, a request ID is returned, and the restart process is executed asynchronously in the backend.
16313
+ *
16314
+ * @param request - RestartSupabaseProjectRequest
16315
+ * @param runtime - runtime options for this request RuntimeOptions
16316
+ * @returns RestartSupabaseProjectResponse
16317
+ */
16318
+ async restartSupabaseProjectWithOptions(request: $_model.RestartSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestartSupabaseProjectResponse> {
16319
+ request.validate();
16320
+ let query = { };
16321
+ if (!$dara.isNull(request.projectId)) {
16322
+ query["ProjectId"] = request.projectId;
16323
+ }
16324
+
16325
+ if (!$dara.isNull(request.regionId)) {
16326
+ query["RegionId"] = request.regionId;
16327
+ }
16328
+
16329
+ let req = new $OpenApiUtil.OpenApiRequest({
16330
+ query: OpenApiUtil.query(query),
16331
+ });
16332
+ let params = new $OpenApiUtil.Params({
16333
+ action: "RestartSupabaseProject",
16334
+ version: "2016-05-03",
16335
+ protocol: "HTTPS",
16336
+ pathname: "/",
16337
+ method: "POST",
16338
+ authType: "AK",
16339
+ style: "RPC",
16340
+ reqBodyType: "formData",
16341
+ bodyType: "json",
16342
+ });
16343
+ return $dara.cast<$_model.RestartSupabaseProjectResponse>(await this.callApi(params, req, runtime), new $_model.RestartSupabaseProjectResponse({}));
16344
+ }
16345
+
16346
+ /**
16347
+ * Restarts a Supabase project.
16348
+ *
16349
+ * @remarks
16350
+ * Restarts a specified Supabase project. After a successful call, a request ID is returned, and the restart process is executed asynchronously in the backend.
16351
+ *
16352
+ * @param request - RestartSupabaseProjectRequest
16353
+ * @returns RestartSupabaseProjectResponse
16354
+ */
16355
+ async restartSupabaseProject(request: $_model.RestartSupabaseProjectRequest): Promise<$_model.RestartSupabaseProjectResponse> {
16356
+ let runtime = new $dara.RuntimeOptions({ });
16357
+ return await this.restartSupabaseProjectWithOptions(request, runtime);
16358
+ }
16359
+
16360
+ /**
16361
+ * Restores a Supabase project from a snapshot.
16362
+ *
16363
+ * @remarks
16364
+ * 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.
16365
+ *
16366
+ * @param request - RestoreSnapshotRequest
16367
+ * @param runtime - runtime options for this request RuntimeOptions
16368
+ * @returns RestoreSnapshotResponse
16369
+ */
16370
+ async restoreSnapshotWithOptions(request: $_model.RestoreSnapshotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestoreSnapshotResponse> {
16371
+ request.validate();
16372
+ let query = { };
16373
+ if (!$dara.isNull(request.clientToken)) {
16374
+ query["ClientToken"] = request.clientToken;
16375
+ }
16376
+
16377
+ if (!$dara.isNull(request.finalizeRestore)) {
16378
+ query["FinalizeRestore"] = request.finalizeRestore;
16379
+ }
16380
+
16381
+ if (!$dara.isNull(request.projectId)) {
16382
+ query["ProjectId"] = request.projectId;
16383
+ }
16384
+
16385
+ if (!$dara.isNull(request.regionId)) {
16386
+ query["RegionId"] = request.regionId;
16387
+ }
16388
+
16389
+ if (!$dara.isNull(request.restoredBranchName)) {
16390
+ query["RestoredBranchName"] = request.restoredBranchName;
16391
+ }
16392
+
16393
+ if (!$dara.isNull(request.restoredLsn)) {
16394
+ query["RestoredLsn"] = request.restoredLsn;
16395
+ }
16396
+
16397
+ if (!$dara.isNull(request.targetBranchId)) {
16398
+ query["TargetBranchId"] = request.targetBranchId;
16399
+ }
16400
+
16401
+ let req = new $OpenApiUtil.OpenApiRequest({
16402
+ query: OpenApiUtil.query(query),
16403
+ });
16404
+ let params = new $OpenApiUtil.Params({
16405
+ action: "RestoreSnapshot",
16406
+ version: "2016-05-03",
16407
+ protocol: "HTTPS",
16408
+ pathname: "/",
16409
+ method: "POST",
16410
+ authType: "AK",
16411
+ style: "RPC",
16412
+ reqBodyType: "formData",
16413
+ bodyType: "json",
16414
+ });
16415
+ return $dara.cast<$_model.RestoreSnapshotResponse>(await this.callApi(params, req, runtime), new $_model.RestoreSnapshotResponse({}));
16416
+ }
16417
+
16418
+ /**
16419
+ * Restores a Supabase project from a snapshot.
16420
+ *
16421
+ * @remarks
16422
+ * 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.
16423
+ *
16424
+ * @param request - RestoreSnapshotRequest
16425
+ * @returns RestoreSnapshotResponse
16426
+ */
16427
+ async restoreSnapshot(request: $_model.RestoreSnapshotRequest): Promise<$_model.RestoreSnapshotResponse> {
16428
+ let runtime = new $dara.RuntimeOptions({ });
16429
+ return await this.restoreSnapshotWithOptions(request, runtime);
16430
+ }
16431
+
15333
16432
  /**
15334
16433
  * Resumes data redistribution.
15335
16434
  *
@@ -15437,7 +16536,10 @@ export default class Client extends OpenApi {
15437
16536
  }
15438
16537
 
15439
16538
  /**
15440
- * 恢复Supabase实例
16539
+ * Resumes a Supabase instance.
16540
+ *
16541
+ * @remarks
16542
+ * This operation retrieves details about a Supabase instance.
15441
16543
  *
15442
16544
  * @param request - ResumeSupabaseProjectRequest
15443
16545
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15472,7 +16574,10 @@ export default class Client extends OpenApi {
15472
16574
  }
15473
16575
 
15474
16576
  /**
15475
- * 恢复Supabase实例
16577
+ * Resumes a Supabase instance.
16578
+ *
16579
+ * @remarks
16580
+ * This operation retrieves details about a Supabase instance.
15476
16581
  *
15477
16582
  * @param request - ResumeSupabaseProjectRequest
15478
16583
  * @returns ResumeSupabaseProjectResponse
@@ -15547,12 +16652,10 @@ export default class Client extends OpenApi {
15547
16652
  }
15548
16653
 
15549
16654
  /**
15550
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
16655
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
15551
16656
  *
15552
16657
  * @remarks
15553
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
15554
- * ## Limits
15555
- * 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.
16658
+ * Only Serverless instances support the data sharing feature.
15556
16659
  *
15557
16660
  * @param tmpReq - SetDataShareInstanceRequest
15558
16661
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15601,12 +16704,10 @@ export default class Client extends OpenApi {
15601
16704
  }
15602
16705
 
15603
16706
  /**
15604
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
16707
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
15605
16708
  *
15606
16709
  * @remarks
15607
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
15608
- * ## Limits
15609
- * 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.
16710
+ * Only Serverless instances support the data sharing feature.
15610
16711
  *
15611
16712
  * @param request - SetDataShareInstanceRequest
15612
16713
  * @returns SetDataShareInstanceResponse
@@ -15673,7 +16774,7 @@ export default class Client extends OpenApi {
15673
16774
  }
15674
16775
 
15675
16776
  /**
15676
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
16777
+ * Create and attach tags.
15677
16778
  *
15678
16779
  * @param request - TagResourcesRequest
15679
16780
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15732,7 +16833,7 @@ export default class Client extends OpenApi {
15732
16833
  }
15733
16834
 
15734
16835
  /**
15735
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
16836
+ * Create and attach tags.
15736
16837
  *
15737
16838
  * @param request - TagResourcesRequest
15738
16839
  * @returns TagResourcesResponse
@@ -15743,7 +16844,10 @@ export default class Client extends OpenApi {
15743
16844
  }
15744
16845
 
15745
16846
  /**
15746
- * Supabase project labeling
16847
+ * Adds tags to Supabase project instances.
16848
+ *
16849
+ * @remarks
16850
+ * 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.
15747
16851
  *
15748
16852
  * @param request - TagSupabaseProjectRequest
15749
16853
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15786,7 +16890,10 @@ export default class Client extends OpenApi {
15786
16890
  }
15787
16891
 
15788
16892
  /**
15789
- * Supabase project labeling
16893
+ * Adds tags to Supabase project instances.
16894
+ *
16895
+ * @remarks
16896
+ * 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.
15790
16897
  *
15791
16898
  * @param request - TagSupabaseProjectRequest
15792
16899
  * @returns TagSupabaseProjectResponse
@@ -16057,7 +17164,10 @@ export default class Client extends OpenApi {
16057
17164
  }
16058
17165
 
16059
17166
  /**
16060
- * Detach labels from a Supabase instance
17167
+ * Removes tags from one or more Supabase instances.
17168
+ *
17169
+ * @remarks
17170
+ * This operation removes one or more specified tags from Supabase instances.
16061
17171
  *
16062
17172
  * @param request - UntagSupabaseProjectRequest
16063
17173
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16104,7 +17214,10 @@ export default class Client extends OpenApi {
16104
17214
  }
16105
17215
 
16106
17216
  /**
16107
- * Detach labels from a Supabase instance
17217
+ * Removes tags from one or more Supabase instances.
17218
+ *
17219
+ * @remarks
17220
+ * This operation removes one or more specified tags from Supabase instances.
16108
17221
  *
16109
17222
  * @param request - UntagSupabaseProjectRequest
16110
17223
  * @returns UntagSupabaseProjectResponse
@@ -16283,11 +17396,11 @@ export default class Client extends OpenApi {
16283
17396
  }
16284
17397
 
16285
17398
  /**
16286
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
17399
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
16287
17400
  *
16288
17401
  * @remarks
16289
- * This operation is not available for instances in reserved storage mode.
16290
- * 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).
17402
+ * This operation does not support modifying instances in storage-reserved mode.
17403
+ * 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.
16291
17404
  *
16292
17405
  * @param request - UpgradeDBInstanceRequest
16293
17406
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16378,11 +17491,11 @@ export default class Client extends OpenApi {
16378
17491
  }
16379
17492
 
16380
17493
  /**
16381
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
17494
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
16382
17495
  *
16383
17496
  * @remarks
16384
- * This operation is not available for instances in reserved storage mode.
16385
- * 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).
17497
+ * This operation does not support modifying instances in storage-reserved mode.
17498
+ * 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.
16386
17499
  *
16387
17500
  * @param request - UpgradeDBInstanceRequest
16388
17501
  * @returns UpgradeDBInstanceResponse
@@ -16835,6 +17948,14 @@ export default class Client extends OpenApi {
16835
17948
  /**
16836
17949
  * Uploads vector data to a vector collection.
16837
17950
  *
17951
+ * @remarks
17952
+ * >Notice:
17953
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
17954
+ * 请使用最新版SDK或不低于此版本:
17955
+ * - Java:1.2.1
17956
+ * - Go:v3.3.1
17957
+ * - Python:3.3.1
17958
+ *
16838
17959
  * @param tmpReq - UpsertCollectionDataRequest
16839
17960
  * @param runtime - runtime options for this request RuntimeOptions
16840
17961
  * @returns UpsertCollectionDataResponse
@@ -16902,6 +18023,14 @@ export default class Client extends OpenApi {
16902
18023
  /**
16903
18024
  * Uploads vector data to a vector collection.
16904
18025
  *
18026
+ * @remarks
18027
+ * >Notice:
18028
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
18029
+ * 请使用最新版SDK或不低于此版本:
18030
+ * - Java:1.2.1
18031
+ * - Go:v3.3.1
18032
+ * - Python:3.3.1
18033
+ *
16905
18034
  * @param request - UpsertCollectionDataRequest
16906
18035
  * @returns UpsertCollectionDataResponse
16907
18036
  */