@alicloud/gpdb20160503 3.9.0 → 3.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (318) hide show
  1. package/dist/client.d.ts +318 -130
  2. package/dist/client.js +631 -130
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAiserviceRequest.d.ts +16 -25
  5. package/dist/models/CreateAiserviceRequest.js.map +1 -1
  6. package/dist/models/CreateApiKeyRequest.d.ts +40 -0
  7. package/dist/models/CreateApiKeyRequest.js +69 -0
  8. package/dist/models/CreateApiKeyRequest.js.map +1 -0
  9. package/dist/models/CreateApiKeyResponse.d.ts +19 -0
  10. package/dist/models/CreateApiKeyResponse.js +69 -0
  11. package/dist/models/CreateApiKeyResponse.js.map +1 -0
  12. package/dist/models/CreateApiKeyResponseBody.d.ts +28 -0
  13. package/dist/models/CreateApiKeyResponseBody.js +62 -0
  14. package/dist/models/CreateApiKeyResponseBody.js.map +1 -0
  15. package/dist/models/CreateApiKeyShrinkRequest.d.ts +40 -0
  16. package/dist/models/CreateApiKeyShrinkRequest.js +66 -0
  17. package/dist/models/CreateApiKeyShrinkRequest.js.map +1 -0
  18. package/dist/models/CreateBranchRequest.d.ts +6 -6
  19. package/dist/models/CreateBranchResponseBody.d.ts +2 -2
  20. package/dist/models/CreateDocumentCollectionRequest.d.ts +94 -148
  21. package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
  22. package/dist/models/CreateDocumentCollectionResponseBody.d.ts +2 -4
  23. package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
  24. package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +81 -127
  25. package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
  26. package/dist/models/CreateIndexRequest.d.ts +13 -21
  27. package/dist/models/CreateIndexRequest.js.map +1 -1
  28. package/dist/models/CreateIndexResponseBody.d.ts +6 -7
  29. package/dist/models/CreateIndexResponseBody.js.map +1 -1
  30. package/dist/models/CreateModelOperatorApiKeyRequest.d.ts +23 -0
  31. package/dist/models/CreateModelOperatorApiKeyRequest.js +58 -0
  32. package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -0
  33. package/dist/models/CreateModelOperatorApiKeyResponse.d.ts +19 -0
  34. package/dist/models/CreateModelOperatorApiKeyResponse.js +69 -0
  35. package/dist/models/CreateModelOperatorApiKeyResponse.js.map +1 -0
  36. package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +29 -0
  37. package/dist/models/CreateModelOperatorApiKeyResponseBody.js +60 -0
  38. package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -0
  39. package/dist/models/CreateModelServiceRequest.d.ts +9 -9
  40. package/dist/models/CreateModelServiceResponseBody.d.ts +1 -1
  41. package/dist/models/CreateModelServiceShrinkRequest.d.ts +9 -9
  42. package/dist/models/CreateSaasServiceRequest.d.ts +2 -2
  43. package/dist/models/CreateSnapshotResponseBody.d.ts +1 -1
  44. package/dist/models/CreateSupabaseProjectRequest.d.ts +8 -8
  45. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +1 -1
  46. package/dist/models/DeleteAiserviceRequest.d.ts +2 -2
  47. package/dist/models/DeleteApiKeyRequest.d.ts +26 -0
  48. package/dist/models/DeleteApiKeyRequest.js +60 -0
  49. package/dist/models/DeleteApiKeyRequest.js.map +1 -0
  50. package/dist/models/DeleteApiKeyResponse.d.ts +19 -0
  51. package/dist/models/DeleteApiKeyResponse.js +69 -0
  52. package/dist/models/DeleteApiKeyResponse.js.map +1 -0
  53. package/dist/models/DeleteApiKeyResponseBody.d.ts +23 -0
  54. package/dist/models/DeleteApiKeyResponseBody.js +60 -0
  55. package/dist/models/DeleteApiKeyResponseBody.js.map +1 -0
  56. package/dist/models/DeleteBranchRequest.d.ts +1 -1
  57. package/dist/models/DeleteSnapshotRequest.d.ts +7 -0
  58. package/dist/models/DeleteSnapshotRequest.js.map +1 -1
  59. package/dist/models/DeleteSnapshotResponseBody.d.ts +3 -0
  60. package/dist/models/DeleteSnapshotResponseBody.js.map +1 -1
  61. package/dist/models/DescribeAiserviceRequest.d.ts +4 -5
  62. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  63. package/dist/models/DescribeAiserviceResponseBody.d.ts +10 -12
  64. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  65. package/dist/models/DescribeBranchResponseBody.d.ts +7 -7
  66. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +3 -3
  67. package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +1 -1
  68. package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +21 -0
  69. package/dist/models/DescribeModelOperatorApiKeyRequest.js +58 -0
  70. package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -0
  71. package/dist/models/DescribeModelOperatorApiKeyResponse.d.ts +19 -0
  72. package/dist/models/DescribeModelOperatorApiKeyResponse.js +69 -0
  73. package/dist/models/DescribeModelOperatorApiKeyResponse.js.map +1 -0
  74. package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +61 -0
  75. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js +68 -0
  76. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -0
  77. package/dist/models/DescribeModelOperatorUsageRequest.d.ts +85 -0
  78. package/dist/models/DescribeModelOperatorUsageRequest.js +79 -0
  79. package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -0
  80. package/dist/models/DescribeModelOperatorUsageResponse.d.ts +19 -0
  81. package/dist/models/DescribeModelOperatorUsageResponse.js +69 -0
  82. package/dist/models/DescribeModelOperatorUsageResponse.js.map +1 -0
  83. package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +145 -0
  84. package/dist/models/DescribeModelOperatorUsageResponseBody.js +145 -0
  85. package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -0
  86. package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +85 -0
  87. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js +70 -0
  88. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -0
  89. package/dist/models/DescribeModelServiceRequest.d.ts +2 -2
  90. package/dist/models/DescribeModelServiceResponseBody.d.ts +6 -6
  91. package/dist/models/DescribeTableRequest.d.ts +7 -7
  92. package/dist/models/DescribeTableResponseBody.d.ts +4 -5
  93. package/dist/models/DescribeTableResponseBody.js.map +1 -1
  94. package/dist/models/ExecuteStatementRequest.d.ts +18 -19
  95. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  96. package/dist/models/ExecuteStatementResponseBody.d.ts +10 -11
  97. package/dist/models/ExecuteStatementResponseBody.js.map +1 -1
  98. package/dist/models/ExecuteStatementShrinkRequest.d.ts +14 -15
  99. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  100. package/dist/models/GetAccountRequest.d.ts +7 -3
  101. package/dist/models/GetAccountRequest.js.map +1 -1
  102. package/dist/models/GetAccountResponseBody.d.ts +20 -17
  103. package/dist/models/GetAccountResponseBody.js.map +1 -1
  104. package/dist/models/GetApiKeyRequest.d.ts +26 -0
  105. package/dist/models/GetApiKeyRequest.js +60 -0
  106. package/dist/models/GetApiKeyRequest.js.map +1 -0
  107. package/dist/models/GetApiKeyResponse.d.ts +19 -0
  108. package/dist/models/GetApiKeyResponse.js +69 -0
  109. package/dist/models/GetApiKeyResponse.js.map +1 -0
  110. package/dist/models/GetApiKeyResponseBody.d.ts +71 -0
  111. package/dist/models/GetApiKeyResponseBody.js +96 -0
  112. package/dist/models/GetApiKeyResponseBody.js.map +1 -0
  113. package/dist/models/GetStatementResultRequest.d.ts +6 -6
  114. package/dist/models/GetStatementResultResponseBody.d.ts +6 -6
  115. package/dist/models/GetUploadDocumentJobRequest.d.ts +8 -8
  116. package/dist/models/GetUploadDocumentJobResponseBody.d.ts +27 -29
  117. package/dist/models/GetUploadDocumentJobResponseBody.js.map +1 -1
  118. package/dist/models/GetWorkspaceRequest.d.ts +26 -0
  119. package/dist/models/GetWorkspaceRequest.js +60 -0
  120. package/dist/models/GetWorkspaceRequest.js.map +1 -0
  121. package/dist/models/GetWorkspaceResponse.d.ts +19 -0
  122. package/dist/models/GetWorkspaceResponse.js +69 -0
  123. package/dist/models/GetWorkspaceResponse.js.map +1 -0
  124. package/dist/models/GetWorkspaceResponseBody.d.ts +147 -0
  125. package/dist/models/GetWorkspaceResponseBody.js +160 -0
  126. package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
  127. package/dist/models/ListAinodePoolsRequest.d.ts +1 -1
  128. package/dist/models/ListAinodePoolsResponseBody.d.ts +11 -13
  129. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  130. package/dist/models/ListAiservicesRequest.d.ts +5 -8
  131. package/dist/models/ListAiservicesRequest.js.map +1 -1
  132. package/dist/models/ListAiservicesResponseBody.d.ts +13 -15
  133. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  134. package/dist/models/ListApiKeysRequest.d.ts +41 -0
  135. package/dist/models/ListApiKeysRequest.js +66 -0
  136. package/dist/models/ListApiKeysRequest.js.map +1 -0
  137. package/dist/models/ListApiKeysResponse.d.ts +19 -0
  138. package/dist/models/ListApiKeysResponse.js +69 -0
  139. package/dist/models/ListApiKeysResponse.js.map +1 -0
  140. package/dist/models/ListApiKeysResponseBody.d.ts +94 -0
  141. package/dist/models/ListApiKeysResponseBody.js +122 -0
  142. package/dist/models/ListApiKeysResponseBody.js.map +1 -0
  143. package/dist/models/ListBranchesRequest.d.ts +12 -12
  144. package/dist/models/ListBranchesResponseBody.d.ts +3 -3
  145. package/dist/models/ListChunksRequest.d.ts +13 -17
  146. package/dist/models/ListChunksRequest.js.map +1 -1
  147. package/dist/models/ListModelOperatorApiKeysRequest.d.ts +35 -0
  148. package/dist/models/ListModelOperatorApiKeysRequest.js +60 -0
  149. package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -0
  150. package/dist/models/ListModelOperatorApiKeysResponse.d.ts +19 -0
  151. package/dist/models/ListModelOperatorApiKeysResponse.js +69 -0
  152. package/dist/models/ListModelOperatorApiKeysResponse.js.map +1 -0
  153. package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +94 -0
  154. package/dist/models/ListModelOperatorApiKeysResponseBody.js +94 -0
  155. package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -0
  156. package/dist/models/ListModelOperatorServicesRequest.d.ts +34 -0
  157. package/dist/models/ListModelOperatorServicesRequest.js +60 -0
  158. package/dist/models/ListModelOperatorServicesRequest.js.map +1 -0
  159. package/dist/models/ListModelOperatorServicesResponse.d.ts +19 -0
  160. package/dist/models/ListModelOperatorServicesResponse.js +69 -0
  161. package/dist/models/ListModelOperatorServicesResponse.js.map +1 -0
  162. package/dist/models/ListModelOperatorServicesResponseBody.d.ts +70 -0
  163. package/dist/models/ListModelOperatorServicesResponseBody.js +88 -0
  164. package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -0
  165. package/dist/models/ListSaasServiceRequest.d.ts +2 -2
  166. package/dist/models/ListSaasServiceResponseBody.d.ts +10 -10
  167. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +15 -17
  168. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  169. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +3 -3
  170. package/dist/models/ListWorkspacesResponseBody.d.ts +3 -3
  171. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +7 -10
  172. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  173. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +1 -1
  174. package/dist/models/ModifyDbinstanceDeploymentModeRequest.d.ts +11 -17
  175. package/dist/models/ModifyDbinstanceDeploymentModeRequest.js.map +1 -1
  176. package/dist/models/ModifyDbinstanceDeploymentModeResponseBody.d.ts +1 -1
  177. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +4 -6
  178. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  179. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +3 -3
  180. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +1 -1
  181. package/dist/models/PauseSupabaseProjectRequest.d.ts +1 -1
  182. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +18 -18
  183. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +1 -1
  184. package/dist/models/RestoreSnapshotRequest.d.ts +1 -1
  185. package/dist/models/ResumeSupabaseProjectRequest.d.ts +1 -1
  186. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +1 -1
  187. package/dist/models/TagSupabaseProjectRequest.d.ts +5 -5
  188. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  189. package/dist/models/TextEmbeddingRequest.d.ts +12 -14
  190. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  191. package/dist/models/TextEmbeddingResponseBody.d.ts +5 -6
  192. package/dist/models/TextEmbeddingResponseBody.js.map +1 -1
  193. package/dist/models/TextEmbeddingShrinkRequest.d.ts +12 -14
  194. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  195. package/dist/models/UntagSupabaseProjectRequest.d.ts +6 -9
  196. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  197. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  198. package/dist/models/UpgradeDbinstanceRequest.d.ts +34 -50
  199. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  200. package/dist/models/UploadDocumentAsyncAdvanceRequest.d.ts +57 -49
  201. package/dist/models/UploadDocumentAsyncAdvanceRequest.js.map +1 -1
  202. package/dist/models/UploadDocumentAsyncRequest.d.ts +57 -49
  203. package/dist/models/UploadDocumentAsyncRequest.js.map +1 -1
  204. package/dist/models/UploadDocumentAsyncResponseBody.d.ts +4 -4
  205. package/dist/models/UploadDocumentAsyncShrinkRequest.d.ts +57 -49
  206. package/dist/models/UploadDocumentAsyncShrinkRequest.js.map +1 -1
  207. package/dist/models/model.d.ts +43 -0
  208. package/dist/models/model.js +108 -21
  209. package/dist/models/model.js.map +1 -1
  210. package/package.json +1 -1
  211. package/src/client.ts +684 -130
  212. package/src/models/CreateAiserviceRequest.ts +16 -25
  213. package/src/models/CreateApiKeyRequest.ts +64 -0
  214. package/src/models/CreateApiKeyResponse.ts +40 -0
  215. package/src/models/CreateApiKeyResponseBody.ts +45 -0
  216. package/src/models/CreateApiKeyShrinkRequest.ts +61 -0
  217. package/src/models/CreateBranchRequest.ts +6 -6
  218. package/src/models/CreateBranchResponseBody.ts +2 -2
  219. package/src/models/CreateDocumentCollectionRequest.ts +94 -148
  220. package/src/models/CreateDocumentCollectionResponseBody.ts +2 -4
  221. package/src/models/CreateDocumentCollectionShrinkRequest.ts +81 -127
  222. package/src/models/CreateIndexRequest.ts +13 -21
  223. package/src/models/CreateIndexResponseBody.ts +6 -7
  224. package/src/models/CreateModelOperatorApiKeyRequest.ts +36 -0
  225. package/src/models/CreateModelOperatorApiKeyResponse.ts +40 -0
  226. package/src/models/CreateModelOperatorApiKeyResponseBody.ts +44 -0
  227. package/src/models/CreateModelServiceRequest.ts +9 -9
  228. package/src/models/CreateModelServiceResponseBody.ts +1 -1
  229. package/src/models/CreateModelServiceShrinkRequest.ts +9 -9
  230. package/src/models/CreateSaasServiceRequest.ts +2 -2
  231. package/src/models/CreateSnapshotResponseBody.ts +1 -1
  232. package/src/models/CreateSupabaseProjectRequest.ts +8 -8
  233. package/src/models/CreateSupabaseProjectResponseBody.ts +1 -1
  234. package/src/models/DeleteAiserviceRequest.ts +2 -2
  235. package/src/models/DeleteApiKeyRequest.ts +41 -0
  236. package/src/models/DeleteApiKeyResponse.ts +40 -0
  237. package/src/models/DeleteApiKeyResponseBody.ts +38 -0
  238. package/src/models/DeleteBranchRequest.ts +1 -1
  239. package/src/models/DeleteSnapshotRequest.ts +7 -0
  240. package/src/models/DeleteSnapshotResponseBody.ts +3 -0
  241. package/src/models/DescribeAiserviceRequest.ts +4 -5
  242. package/src/models/DescribeAiserviceResponseBody.ts +10 -12
  243. package/src/models/DescribeBranchResponseBody.ts +7 -7
  244. package/src/models/DescribeDbinstanceAttributeRequest.ts +3 -3
  245. package/src/models/DescribeDbinstanceAttributeResponseBody.ts +1 -1
  246. package/src/models/DescribeModelOperatorApiKeyRequest.ts +34 -0
  247. package/src/models/DescribeModelOperatorApiKeyResponse.ts +40 -0
  248. package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +84 -0
  249. package/src/models/DescribeModelOperatorUsageRequest.ts +119 -0
  250. package/src/models/DescribeModelOperatorUsageResponse.ts +40 -0
  251. package/src/models/DescribeModelOperatorUsageResponseBody.ts +218 -0
  252. package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +110 -0
  253. package/src/models/DescribeModelServiceRequest.ts +2 -2
  254. package/src/models/DescribeModelServiceResponseBody.ts +6 -6
  255. package/src/models/DescribeTableRequest.ts +7 -7
  256. package/src/models/DescribeTableResponseBody.ts +4 -5
  257. package/src/models/ExecuteStatementRequest.ts +18 -19
  258. package/src/models/ExecuteStatementResponseBody.ts +10 -11
  259. package/src/models/ExecuteStatementShrinkRequest.ts +14 -15
  260. package/src/models/GetAccountRequest.ts +7 -3
  261. package/src/models/GetAccountResponseBody.ts +20 -17
  262. package/src/models/GetApiKeyRequest.ts +41 -0
  263. package/src/models/GetApiKeyResponse.ts +40 -0
  264. package/src/models/GetApiKeyResponseBody.ts +113 -0
  265. package/src/models/GetStatementResultRequest.ts +6 -6
  266. package/src/models/GetStatementResultResponseBody.ts +6 -6
  267. package/src/models/GetUploadDocumentJobRequest.ts +8 -8
  268. package/src/models/GetUploadDocumentJobResponseBody.ts +27 -29
  269. package/src/models/GetWorkspaceRequest.ts +41 -0
  270. package/src/models/GetWorkspaceResponse.ts +40 -0
  271. package/src/models/GetWorkspaceResponseBody.ts +235 -0
  272. package/src/models/ListAinodePoolsRequest.ts +1 -1
  273. package/src/models/ListAinodePoolsResponseBody.ts +11 -13
  274. package/src/models/ListAiservicesRequest.ts +5 -8
  275. package/src/models/ListAiservicesResponseBody.ts +13 -15
  276. package/src/models/ListApiKeysRequest.ts +62 -0
  277. package/src/models/ListApiKeysResponse.ts +40 -0
  278. package/src/models/ListApiKeysResponseBody.ts +153 -0
  279. package/src/models/ListBranchesRequest.ts +12 -12
  280. package/src/models/ListBranchesResponseBody.ts +3 -3
  281. package/src/models/ListChunksRequest.ts +13 -17
  282. package/src/models/ListModelOperatorApiKeysRequest.ts +50 -0
  283. package/src/models/ListModelOperatorApiKeysResponse.ts +40 -0
  284. package/src/models/ListModelOperatorApiKeysResponseBody.ts +134 -0
  285. package/src/models/ListModelOperatorServicesRequest.ts +49 -0
  286. package/src/models/ListModelOperatorServicesResponse.ts +40 -0
  287. package/src/models/ListModelOperatorServicesResponseBody.ts +104 -0
  288. package/src/models/ListSaasServiceRequest.ts +2 -2
  289. package/src/models/ListSaasServiceResponseBody.ts +10 -10
  290. package/src/models/ListSupabaseProjectTagsRequest.ts +15 -17
  291. package/src/models/ListSupabaseProjectTagsResponseBody.ts +3 -3
  292. package/src/models/ListWorkspacesResponseBody.ts +3 -3
  293. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +7 -10
  294. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +1 -1
  295. package/src/models/ModifyDbinstanceDeploymentModeRequest.ts +11 -17
  296. package/src/models/ModifyDbinstanceDeploymentModeResponseBody.ts +1 -1
  297. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +4 -6
  298. package/src/models/ModifySupabaseProjectResourceRequest.ts +3 -3
  299. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +1 -1
  300. package/src/models/PauseSupabaseProjectRequest.ts +1 -1
  301. package/src/models/QueryKnowledgeBasesContentRequest.ts +18 -18
  302. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +1 -1
  303. package/src/models/RestoreSnapshotRequest.ts +1 -1
  304. package/src/models/ResumeSupabaseProjectRequest.ts +1 -1
  305. package/src/models/ResumeSupabaseProjectResponseBody.ts +1 -1
  306. package/src/models/TagSupabaseProjectRequest.ts +5 -5
  307. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  308. package/src/models/TextEmbeddingRequest.ts +12 -14
  309. package/src/models/TextEmbeddingResponseBody.ts +5 -6
  310. package/src/models/TextEmbeddingShrinkRequest.ts +12 -14
  311. package/src/models/UntagSupabaseProjectRequest.ts +6 -9
  312. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  313. package/src/models/UpgradeDbinstanceRequest.ts +34 -50
  314. package/src/models/UploadDocumentAsyncAdvanceRequest.ts +57 -49
  315. package/src/models/UploadDocumentAsyncRequest.ts +57 -49
  316. package/src/models/UploadDocumentAsyncResponseBody.ts +4 -4
  317. package/src/models/UploadDocumentAsyncShrinkRequest.ts +57 -49
  318. package/src/models/model.ts +43 -0
@@ -5,14 +5,14 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateModelServiceRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * A list of AINodes on which to deploy the model.
8
+ * The list of AI nodes used for model deployment.
9
9
  *
10
10
  * This parameter is required.
11
11
  */
12
12
  aiNodes?: string[];
13
13
  /**
14
14
  * @remarks
15
- * A token to ensure the idempotence of the request. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/327176.html).
15
+ * The idempotency check. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/327176.html).
16
16
  *
17
17
  * @example
18
18
  * 0c593ea1-3bea-11e9-b96b-88**********
@@ -20,7 +20,7 @@ export class CreateModelServiceRequest extends $dara.Model {
20
20
  clientToken?: string;
21
21
  /**
22
22
  * @remarks
23
- * The ID of the instance.
23
+ * The instance ID.
24
24
  *
25
25
  * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the IDs of all AnalyticDB for PostgreSQL instances in a region.
26
26
  *
@@ -32,7 +32,7 @@ export class CreateModelServiceRequest extends $dara.Model {
32
32
  DBInstanceId?: string;
33
33
  /**
34
34
  * @remarks
35
- * The description of the model service.
35
+ * The description.
36
36
  *
37
37
  * @example
38
38
  * test
@@ -40,7 +40,7 @@ export class CreateModelServiceRequest extends $dara.Model {
40
40
  description?: string;
41
41
  /**
42
42
  * @remarks
43
- * Specifies whether to enable a public network connection.
43
+ * Specifies whether to enable public network access.
44
44
  *
45
45
  * @example
46
46
  * false
@@ -56,7 +56,7 @@ export class CreateModelServiceRequest extends $dara.Model {
56
56
  inferenceEngine?: string;
57
57
  /**
58
58
  * @remarks
59
- * The name of the model.
59
+ * The model name.
60
60
  *
61
61
  * This parameter is required.
62
62
  *
@@ -66,7 +66,7 @@ export class CreateModelServiceRequest extends $dara.Model {
66
66
  modelName?: string;
67
67
  /**
68
68
  * @remarks
69
- * The model parameters. This parameter is not yet supported.
69
+ * The model parameters. This parameter is not supported.
70
70
  *
71
71
  * @example
72
72
  * Not yet available.
@@ -82,7 +82,7 @@ export class CreateModelServiceRequest extends $dara.Model {
82
82
  replicas?: number;
83
83
  /**
84
84
  * @remarks
85
- * The ID of the resource group to which the instance belongs. For more information about how to obtain the ID of a resource group, see [View the basic information of a resource group](https://help.aliyun.com/document_detail/151181.html).
85
+ * The ID of the resource group to which the instance belongs. For information about how to obtain the resource group ID, see [View basic information of a resource group](https://help.aliyun.com/document_detail/151181.html).
86
86
  *
87
87
  * @example
88
88
  * rg-bp67acfmxazb4p****
@@ -92,7 +92,7 @@ export class CreateModelServiceRequest extends $dara.Model {
92
92
  * @remarks
93
93
  * The IP whitelist.
94
94
  *
95
- * Set this parameter to `127.0.0.1` to deny access from all external IP addresses. After the model service is created, you can call the [ModifySecurityIps](https://help.aliyun.com/document_detail/86928.html) operation to modify the IP whitelist.
95
+ * The value 127.0.0.1 indicates that no external IP addresses are allowed to access the instance. After the instance is created, you can call the [ModifySecurityIps](https://help.aliyun.com/document_detail/86928.html) operation to modify the IP whitelist.
96
96
  *
97
97
  * @example
98
98
  * 127.0.0.1
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateModelServiceResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the model service.
8
+ * The model service ID.
9
9
  *
10
10
  * @example
11
11
  * ms-xxxxxxxxx
@@ -5,14 +5,14 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateModelServiceShrinkRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * A list of AINodes on which to deploy the model.
8
+ * The list of AI nodes used for model deployment.
9
9
  *
10
10
  * This parameter is required.
11
11
  */
12
12
  aiNodesShrink?: string;
13
13
  /**
14
14
  * @remarks
15
- * A token to ensure the idempotence of the request. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/327176.html).
15
+ * The idempotency check. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/327176.html).
16
16
  *
17
17
  * @example
18
18
  * 0c593ea1-3bea-11e9-b96b-88**********
@@ -20,7 +20,7 @@ export class CreateModelServiceShrinkRequest extends $dara.Model {
20
20
  clientToken?: string;
21
21
  /**
22
22
  * @remarks
23
- * The ID of the instance.
23
+ * The instance ID.
24
24
  *
25
25
  * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the IDs of all AnalyticDB for PostgreSQL instances in a region.
26
26
  *
@@ -32,7 +32,7 @@ export class CreateModelServiceShrinkRequest extends $dara.Model {
32
32
  DBInstanceId?: string;
33
33
  /**
34
34
  * @remarks
35
- * The description of the model service.
35
+ * The description.
36
36
  *
37
37
  * @example
38
38
  * test
@@ -40,7 +40,7 @@ export class CreateModelServiceShrinkRequest extends $dara.Model {
40
40
  description?: string;
41
41
  /**
42
42
  * @remarks
43
- * Specifies whether to enable a public network connection.
43
+ * Specifies whether to enable public network access.
44
44
  *
45
45
  * @example
46
46
  * false
@@ -56,7 +56,7 @@ export class CreateModelServiceShrinkRequest extends $dara.Model {
56
56
  inferenceEngine?: string;
57
57
  /**
58
58
  * @remarks
59
- * The name of the model.
59
+ * The model name.
60
60
  *
61
61
  * This parameter is required.
62
62
  *
@@ -66,7 +66,7 @@ export class CreateModelServiceShrinkRequest extends $dara.Model {
66
66
  modelName?: string;
67
67
  /**
68
68
  * @remarks
69
- * The model parameters. This parameter is not yet supported.
69
+ * The model parameters. This parameter is not supported.
70
70
  *
71
71
  * @example
72
72
  * Not yet available.
@@ -82,7 +82,7 @@ export class CreateModelServiceShrinkRequest extends $dara.Model {
82
82
  replicas?: number;
83
83
  /**
84
84
  * @remarks
85
- * The ID of the resource group to which the instance belongs. For more information about how to obtain the ID of a resource group, see [View the basic information of a resource group](https://help.aliyun.com/document_detail/151181.html).
85
+ * The ID of the resource group to which the instance belongs. For information about how to obtain the resource group ID, see [View basic information of a resource group](https://help.aliyun.com/document_detail/151181.html).
86
86
  *
87
87
  * @example
88
88
  * rg-bp67acfmxazb4p****
@@ -92,7 +92,7 @@ export class CreateModelServiceShrinkRequest extends $dara.Model {
92
92
  * @remarks
93
93
  * The IP whitelist.
94
94
  *
95
- * Set this parameter to `127.0.0.1` to deny access from all external IP addresses. After the model service is created, you can call the [ModifySecurityIps](https://help.aliyun.com/document_detail/86928.html) operation to modify the IP whitelist.
95
+ * The value 127.0.0.1 indicates that no external IP addresses are allowed to access the instance. After the instance is created, you can call the [ModifySecurityIps](https://help.aliyun.com/document_detail/86928.html) operation to modify the IP whitelist.
96
96
  *
97
97
  * @example
98
98
  * 127.0.0.1
@@ -18,7 +18,7 @@ export class CreateSaasServiceRequest extends $dara.Model {
18
18
  * - **Postpaid**: pay-as-you-go.
19
19
  * - **Prepaid**: subscription.
20
20
  *
21
- * > - If you leave this parameter empty, a Free service is created by default.
21
+ * > - If you leave this parameter empty, a Free type is created by default.
22
22
  * > - The subscription billing method offers discounts for purchases of one year or longer. Select a billing method as needed.
23
23
  *
24
24
  * @example
@@ -58,7 +58,7 @@ export class CreateSaasServiceRequest extends $dara.Model {
58
58
  * The service type. Valid values:
59
59
  *
60
60
  * - **memroy**
61
- * - **drama**.
61
+ * - **drama**
62
62
  *
63
63
  * This parameter is required.
64
64
  *
@@ -29,7 +29,7 @@ export class CreateSnapshotResponseBody extends $dara.Model {
29
29
  requestId?: string;
30
30
  /**
31
31
  * @remarks
32
- * The actual point in time that corresponds to the created snapshot.
32
+ * The actual point in time corresponding to the created snapshot.
33
33
  *
34
34
  * @example
35
35
  * 2026-04-08T09:11:12Z
@@ -21,7 +21,7 @@ export class CreateSupabaseProjectRequest extends $dara.Model {
21
21
  accountPassword?: string;
22
22
  /**
23
23
  * @remarks
24
- * Specifies whether to enable auto start/stop. If this parameter is not specified, the default value is false.
24
+ * Specifies whether to enable auto start/stop. If this parameter is not specified, the default value false is used.
25
25
  *
26
26
  * @example
27
27
  * false
@@ -29,7 +29,7 @@ export class CreateSupabaseProjectRequest extends $dara.Model {
29
29
  autoScale?: boolean;
30
30
  /**
31
31
  * @remarks
32
- * The idempotency token. This token ensures that duplicate requests do not trigger the same operation more than once.
32
+ * The idempotency token. Ensures that duplicate requests do not result in duplicate operations.
33
33
  *
34
34
  * @example
35
35
  * 123e4567-e89b-12d3-a456-426655440000
@@ -44,7 +44,7 @@ export class CreateSupabaseProjectRequest extends $dara.Model {
44
44
  * - PL0
45
45
  * - PL1
46
46
  * - PL2
47
- * - PL3.
47
+ * - PL3
48
48
  *
49
49
  * @example
50
50
  * PL0
@@ -52,12 +52,12 @@ export class CreateSupabaseProjectRequest extends $dara.Model {
52
52
  diskPerformanceLevel?: string;
53
53
  /**
54
54
  * @remarks
55
- * The DPI engine version. If this parameter is not specified, the default value PG15 is used.
55
+ * The DPI engine version. If this parameter is not specified, the default value PG15 is used. PG17 and later versions support the data sandbox (branch) feature.
56
56
  *
57
57
  * Valid values:
58
58
  *
59
59
  * - PG15: PostgreSQL 15.
60
- * - PG17: PostgreSQL 17.
60
+ * - PG17: PostgreSQL 17, which supports the data sandbox feature.
61
61
  *
62
62
  * @example
63
63
  * PG15
@@ -108,7 +108,7 @@ export class CreateSupabaseProjectRequest extends $dara.Model {
108
108
  projectName?: string;
109
109
  /**
110
110
  * @remarks
111
- * The specifications of the Supabase project. The Free billing type uses free-tier specifications. For paid billing types, the specifications must match those available on the console.
111
+ * The specifications of the Supabase project. The Free billing type uses free-tier specifications. For paid billing types, the specifications must match those available in the console.
112
112
  *
113
113
  * This parameter is required.
114
114
  *
@@ -144,7 +144,7 @@ export class CreateSupabaseProjectRequest extends $dara.Model {
144
144
  storageSize?: number;
145
145
  /**
146
146
  * @remarks
147
- * The subscription duration of the resource. This parameter takes effect only when PayType is set to PrePay. If this parameter is not specified, the default value is 1.
147
+ * The subscription duration. This parameter takes effect only when PayType is set to PrePay. If this parameter is not specified, the default value is 1.
148
148
  *
149
149
  * @example
150
150
  * 1
@@ -172,7 +172,7 @@ export class CreateSupabaseProjectRequest extends $dara.Model {
172
172
  vpcId?: string;
173
173
  /**
174
174
  * @remarks
175
- * The zone ID. The zone of the vSwitch specified by VSwitchId must be the same as the value of this parameter.
175
+ * The zone ID. The zone of the vSwitch specified by VSwitchId must be the same as this parameter value.
176
176
  *
177
177
  * This parameter is required.
178
178
  *
@@ -13,7 +13,7 @@ export class CreateSupabaseProjectResponseBody extends $dara.Model {
13
13
  orderId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The instance ID of the Supabase project.
16
+ * The instance ID of the Supabase instance.
17
17
  *
18
18
  * @example
19
19
  * spb-xxxx
@@ -7,7 +7,7 @@ export class DeleteAIServiceRequest extends $dara.Model {
7
7
  * @remarks
8
8
  * The instance ID.
9
9
  *
10
- * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to view the details of all AnalyticDB PostgreSQL instances in the destination region, including the instance ID.
10
+ * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the details of all AnalyticDB for PostgreSQL instances in a region, including the instance ID.
11
11
  *
12
12
  * This parameter is required.
13
13
  *
@@ -27,7 +27,7 @@ export class DeleteAIServiceRequest extends $dara.Model {
27
27
  serviceId?: string;
28
28
  /**
29
29
  * @remarks
30
- * The service type. Only drama is supported.
30
+ * The service type. Currently, only drama is supported.
31
31
  *
32
32
  * This parameter is required.
33
33
  *
@@ -0,0 +1,41 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteApiKeyRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * api-xxxxxx
12
+ */
13
+ keyId?: string;
14
+ /**
15
+ * @example
16
+ * cn-beijing
17
+ */
18
+ regionId?: string;
19
+ static names(): { [key: string]: string } {
20
+ return {
21
+ keyId: 'KeyId',
22
+ regionId: 'RegionId',
23
+ };
24
+ }
25
+
26
+ static types(): { [key: string]: any } {
27
+ return {
28
+ keyId: 'string',
29
+ regionId: 'string',
30
+ };
31
+ }
32
+
33
+ validate() {
34
+ super.validate();
35
+ }
36
+
37
+ constructor(map?: { [key: string]: any }) {
38
+ super(map);
39
+ }
40
+ }
41
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DeleteApiKeyResponseBody } from "./DeleteApiKeyResponseBody";
4
+
5
+
6
+ export class DeleteApiKeyResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DeleteApiKeyResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: DeleteApiKeyResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteApiKeyResponseBody extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * api-xxxxxx
9
+ */
10
+ keyId?: string;
11
+ /**
12
+ * @example
13
+ * ABB39CC3-4488-4857-905D-2E4A051D****
14
+ */
15
+ requestId?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ keyId: 'KeyId',
19
+ requestId: 'RequestId',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ keyId: 'string',
26
+ requestId: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteBranchRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The branch ID that uniquely identifies a Supabase branch.
8
+ * The branch ID, which uniquely identifies a Supabase branch.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -5,6 +5,8 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeleteSnapshotRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
+ * The LSN of the snapshot to delete.
9
+ *
8
10
  * This parameter is required.
9
11
  *
10
12
  * @example
@@ -13,6 +15,8 @@ export class DeleteSnapshotRequest extends $dara.Model {
13
15
  lsn?: string;
14
16
  /**
15
17
  * @remarks
18
+ * The Supabase project ID.
19
+ *
16
20
  * This parameter is required.
17
21
  *
18
22
  * @example
@@ -20,6 +24,9 @@ export class DeleteSnapshotRequest extends $dara.Model {
20
24
  */
21
25
  projectId?: string;
22
26
  /**
27
+ * @remarks
28
+ * The region ID. Specifies the region in which to query or perform the operation.
29
+ *
23
30
  * @example
24
31
  * cn-hangzhou
25
32
  */
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class DeleteSnapshotResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The request ID.
9
+ *
7
10
  * @example
8
11
  * B4CAF581-2AC7-41AD-8940-D56DF7AADF5B
9
12
  */
@@ -5,9 +5,8 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribeAIServiceRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the instance.
9
- *
10
- * > To view details of all instances in a region, including their IDs, call the [DescribeDBInstances](https://help.aliyun.com/document_detail/196830.html) operation.
8
+ * The instance ID.
9
+ * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/196830.html) operation to query the details of all instances in a region, including instance IDs.
11
10
  *
12
11
  * This parameter is required.
13
12
  *
@@ -17,7 +16,7 @@ export class DescribeAIServiceRequest extends $dara.Model {
17
16
  DBInstanceId?: string;
18
17
  /**
19
18
  * @remarks
20
- * The ID of the service.
19
+ * The service ID.
21
20
  *
22
21
  * This parameter is required.
23
22
  *
@@ -27,7 +26,7 @@ export class DescribeAIServiceRequest extends $dara.Model {
27
26
  serviceId?: string;
28
27
  /**
29
28
  * @remarks
30
- * The type of service. Only drama is supported.
29
+ * The service type. Currently, only drama is supported.
31
30
  *
32
31
  * This parameter is required.
33
32
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribeAIServiceResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The time when the service was created.
8
+ * The creation time.
9
9
  *
10
10
  * @example
11
11
  * 2026-03-01T00:00:00Z
@@ -13,7 +13,7 @@ export class DescribeAIServiceResponseBody extends $dara.Model {
13
13
  createTime?: string;
14
14
  /**
15
15
  * @remarks
16
- * The description of the service.
16
+ * The description.
17
17
  *
18
18
  * @example
19
19
  * dramatest
@@ -29,7 +29,7 @@ export class DescribeAIServiceResponseBody extends $dara.Model {
29
29
  privateApiDevUrl?: string;
30
30
  /**
31
31
  * @remarks
32
- * The internal endpoint of the Workbench.
32
+ * The internal endpoint of the workbench.
33
33
  *
34
34
  * @example
35
35
  * 192.168.0.1
@@ -45,7 +45,7 @@ export class DescribeAIServiceResponseBody extends $dara.Model {
45
45
  publicApiDevUrl?: string;
46
46
  /**
47
47
  * @remarks
48
- * The public endpoint of the Workbench.
48
+ * The public endpoint of the workbench.
49
49
  *
50
50
  * @example
51
51
  * 8.8.8.8
@@ -53,7 +53,7 @@ export class DescribeAIServiceResponseBody extends $dara.Model {
53
53
  publicWorkbenchUrl?: string;
54
54
  /**
55
55
  * @remarks
56
- * The ID of the request.
56
+ * The request ID.
57
57
  *
58
58
  * @example
59
59
  * ABB39CC3-4488-4857-905D-2E4A051D0521
@@ -61,7 +61,7 @@ export class DescribeAIServiceResponseBody extends $dara.Model {
61
61
  requestId?: string;
62
62
  /**
63
63
  * @remarks
64
- * A comma-separated list of IP addresses in the IP address whitelist group.
64
+ * The IP addresses in the IP address whitelist group, separated by commas (,).
65
65
  *
66
66
  * @example
67
67
  * 127.0.0.1
@@ -77,7 +77,7 @@ export class DescribeAIServiceResponseBody extends $dara.Model {
77
77
  serviceAccount?: string;
78
78
  /**
79
79
  * @remarks
80
- * The ID of the service.
80
+ * The service ID.
81
81
  *
82
82
  * @example
83
83
  * drama-123456
@@ -85,11 +85,9 @@ export class DescribeAIServiceResponseBody extends $dara.Model {
85
85
  serviceId?: string;
86
86
  /**
87
87
  * @remarks
88
- * The status of the service. Valid values:
89
- *
90
- * - deploying: The service is being deployed.
91
- *
92
- * - active: The service is running.
88
+ * The service status. Valid values:
89
+ * - deploying: being deployed.
90
+ * - active: running.
93
91
  *
94
92
  * @example
95
93
  * active
@@ -85,7 +85,7 @@ export class DescribeBranchResponseBodyBranch extends $dara.Model {
85
85
  description?: string;
86
86
  /**
87
87
  * @remarks
88
- * The time when the branch expires and is automatically deleted, in ISO 8601 UTC format.
88
+ * The time when the branch automatically expires and is deleted, in ISO 8601 UTC format.
89
89
  *
90
90
  * @example
91
91
  * 2026-10-08T09:11:12Z
@@ -105,7 +105,7 @@ export class DescribeBranchResponseBodyBranch extends $dara.Model {
105
105
  initSource?: string;
106
106
  /**
107
107
  * @remarks
108
- * Indicates whether this is the default branch.
108
+ * Indicates whether the branch is the default branch.
109
109
  *
110
110
  * @example
111
111
  * true
@@ -113,7 +113,7 @@ export class DescribeBranchResponseBodyBranch extends $dara.Model {
113
113
  isDefault?: boolean;
114
114
  /**
115
115
  * @remarks
116
- * The parent branch ID, which specifies the parent branch of a new branch or a query condition.
116
+ * The parent branch ID, which specifies the parent branch for a new branch or a query condition.
117
117
  *
118
118
  * @example
119
119
  * br-main
@@ -129,7 +129,7 @@ export class DescribeBranchResponseBodyBranch extends $dara.Model {
129
129
  parentBranchName?: string;
130
130
  /**
131
131
  * @remarks
132
- * The Log Sequence Number (LSN) of the parent branch at the time this branch was created.
132
+ * The LSN of the parent branch at the time this branch was created.
133
133
  *
134
134
  * @example
135
135
  * 0/3522648
@@ -149,7 +149,7 @@ export class DescribeBranchResponseBodyBranch extends $dara.Model {
149
149
  parentTimestamp?: string;
150
150
  /**
151
151
  * @remarks
152
- * The Supabase project ID that corresponds to the primary branch.
152
+ * The Supabase project ID associated with the primary branch.
153
153
  *
154
154
  * @example
155
155
  * spb-xxxx
@@ -185,7 +185,7 @@ export class DescribeBranchResponseBodyBranch extends $dara.Model {
185
185
  status?: string;
186
186
  /**
187
187
  * @remarks
188
- * The list of branch tags.
188
+ * The branch tag list.
189
189
  */
190
190
  tags?: DescribeBranchResponseBodyBranchTags[];
191
191
  static names(): { [key: string]: string } {
@@ -247,7 +247,7 @@ export class DescribeBranchResponseBodyBranch extends $dara.Model {
247
247
  export class DescribeBranchResponseBody extends $dara.Model {
248
248
  /**
249
249
  * @remarks
250
- * The branch list. Each element represents a Supabase branch.
250
+ * The branch information. Each element represents a Supabase branch.
251
251
  */
252
252
  branch?: DescribeBranchResponseBodyBranch;
253
253
  /**
@@ -5,9 +5,9 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribeDBInstanceAttributeRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Instance ID.
8
+ * The instance ID.
9
9
  *
10
- * > You can invoke the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) API to view the instance IDs of all AnalyticDB for PostgreSQL instances in the destination region.
10
+ * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the instance IDs of all AnalyticDB for PostgreSQL instances in a region.
11
11
  *
12
12
  * This parameter is required.
13
13
  *
@@ -18,7 +18,7 @@ export class DescribeDBInstanceAttributeRequest extends $dara.Model {
18
18
  ownerId?: number;
19
19
  /**
20
20
  * @remarks
21
- * This parameter is deprecated and does not need to be specified.
21
+ * This parameter is deprecated. You do not need to specify this parameter.
22
22
  *
23
23
  * @example
24
24
  * null
@@ -317,7 +317,7 @@ export class DescribeDBInstanceAttributeResponseBody extends $dara.Model {
317
317
  items?: DescribeDBInstanceAttributeResponseBodyItems;
318
318
  /**
319
319
  * @remarks
320
- * Request ID.
320
+ * The request ID.
321
321
  *
322
322
  * @example
323
323
  * 5E6EDEB8-D73E-5F2D-B948-86C8AEB05A68