@alicloud/adb20211201 5.1.3 → 5.2.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 (142) hide show
  1. package/dist/client.d.ts +128 -38
  2. package/dist/client.js +347 -38
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddKnowledgeTagsRequest.d.ts +41 -0
  5. package/dist/models/AddKnowledgeTagsRequest.js +62 -0
  6. package/dist/models/AddKnowledgeTagsRequest.js.map +1 -0
  7. package/dist/models/AddKnowledgeTagsResponse.d.ts +19 -0
  8. package/dist/models/AddKnowledgeTagsResponse.js +69 -0
  9. package/dist/models/AddKnowledgeTagsResponse.js.map +1 -0
  10. package/dist/models/AddKnowledgeTagsResponseBody.d.ts +121 -0
  11. package/dist/models/AddKnowledgeTagsResponseBody.js +118 -0
  12. package/dist/models/AddKnowledgeTagsResponseBody.js.map +1 -0
  13. package/dist/models/AddKnowledgeUploadUserRequest.d.ts +43 -0
  14. package/dist/models/AddKnowledgeUploadUserRequest.js +62 -0
  15. package/dist/models/AddKnowledgeUploadUserRequest.js.map +1 -0
  16. package/dist/models/AddKnowledgeUploadUserResponse.d.ts +19 -0
  17. package/dist/models/AddKnowledgeUploadUserResponse.js +69 -0
  18. package/dist/models/AddKnowledgeUploadUserResponse.js.map +1 -0
  19. package/dist/models/AddKnowledgeUploadUserResponseBody.d.ts +106 -0
  20. package/dist/models/AddKnowledgeUploadUserResponseBody.js +114 -0
  21. package/dist/models/AddKnowledgeUploadUserResponseBody.js.map +1 -0
  22. package/dist/models/CreateAccountRequest.d.ts +8 -4
  23. package/dist/models/CreateAccountRequest.js +14 -0
  24. package/dist/models/CreateAccountRequest.js.map +1 -1
  25. package/dist/models/CreateAccountShrinkRequest.d.ts +8 -4
  26. package/dist/models/CreateAccountShrinkRequest.js +8 -0
  27. package/dist/models/CreateAccountShrinkRequest.js.map +1 -1
  28. package/dist/models/CreateDbresourceGroupRequest.d.ts +27 -27
  29. package/dist/models/CreateDbresourceGroupShrinkRequest.d.ts +13 -13
  30. package/dist/models/DeleteAccountRequest.d.ts +7 -6
  31. package/dist/models/DeleteAccountRequest.js +2 -0
  32. package/dist/models/DeleteAccountRequest.js.map +1 -1
  33. package/dist/models/DeleteKnowledgeFileRequest.d.ts +33 -0
  34. package/dist/models/DeleteKnowledgeFileRequest.js +60 -0
  35. package/dist/models/DeleteKnowledgeFileRequest.js.map +1 -0
  36. package/dist/models/DeleteKnowledgeFileResponse.d.ts +19 -0
  37. package/dist/models/DeleteKnowledgeFileResponse.js +69 -0
  38. package/dist/models/DeleteKnowledgeFileResponse.js.map +1 -0
  39. package/dist/models/DeleteKnowledgeFileResponseBody.d.ts +65 -0
  40. package/dist/models/DeleteKnowledgeFileResponseBody.js +86 -0
  41. package/dist/models/DeleteKnowledgeFileResponseBody.js.map +1 -0
  42. package/dist/models/DescribeAccountsRequest.d.ts +7 -4
  43. package/dist/models/DescribeAccountsRequest.js +2 -0
  44. package/dist/models/DescribeAccountsRequest.js.map +1 -1
  45. package/dist/models/DescribeAccountsResponseBody.d.ts +43 -0
  46. package/dist/models/DescribeAccountsResponseBody.js +84 -1
  47. package/dist/models/DescribeAccountsResponseBody.js.map +1 -1
  48. package/dist/models/DescribeDbclusterPerformanceRequest.d.ts +9 -11
  49. package/dist/models/DescribeDbclusterPerformanceRequest.js.map +1 -1
  50. package/dist/models/DescribeDbclusterPerformanceResponseBody.d.ts +9 -10
  51. package/dist/models/DescribeDbclusterPerformanceResponseBody.js.map +1 -1
  52. package/dist/models/GetTableResponseBody.d.ts +1 -1
  53. package/dist/models/ListKnowledgeTagsRequest.d.ts +33 -0
  54. package/dist/models/ListKnowledgeTagsRequest.js +60 -0
  55. package/dist/models/ListKnowledgeTagsRequest.js.map +1 -0
  56. package/dist/models/ListKnowledgeTagsResponse.d.ts +19 -0
  57. package/dist/models/ListKnowledgeTagsResponse.js +69 -0
  58. package/dist/models/ListKnowledgeTagsResponse.js.map +1 -0
  59. package/dist/models/ListKnowledgeTagsResponseBody.d.ts +98 -0
  60. package/dist/models/ListKnowledgeTagsResponseBody.js +112 -0
  61. package/dist/models/ListKnowledgeTagsResponseBody.js.map +1 -0
  62. package/dist/models/ListKnowledgeUploadUserRequest.d.ts +33 -0
  63. package/dist/models/ListKnowledgeUploadUserRequest.js +60 -0
  64. package/dist/models/ListKnowledgeUploadUserRequest.js.map +1 -0
  65. package/dist/models/ListKnowledgeUploadUserResponse.d.ts +19 -0
  66. package/dist/models/ListKnowledgeUploadUserResponse.js +69 -0
  67. package/dist/models/ListKnowledgeUploadUserResponse.js.map +1 -0
  68. package/dist/models/ListKnowledgeUploadUserResponseBody.d.ts +70 -0
  69. package/dist/models/ListKnowledgeUploadUserResponseBody.js +91 -0
  70. package/dist/models/ListKnowledgeUploadUserResponseBody.js.map +1 -0
  71. package/dist/models/ModifyAccountDescriptionRequest.d.ts +11 -11
  72. package/dist/models/ModifyAccountDescriptionRequest.js +2 -0
  73. package/dist/models/ModifyAccountDescriptionRequest.js.map +1 -1
  74. package/dist/models/ModifyAccountPrivilegesRequest.d.ts +13 -10
  75. package/dist/models/ModifyAccountPrivilegesRequest.js +14 -0
  76. package/dist/models/ModifyAccountPrivilegesRequest.js.map +1 -1
  77. package/dist/models/ModifyAccountPrivilegesShrinkRequest.d.ts +7 -4
  78. package/dist/models/ModifyAccountPrivilegesShrinkRequest.js +8 -0
  79. package/dist/models/ModifyAccountPrivilegesShrinkRequest.js.map +1 -1
  80. package/dist/models/ModifyAuditLogConfigRequest.d.ts +11 -13
  81. package/dist/models/ModifyAuditLogConfigRequest.js.map +1 -1
  82. package/dist/models/ModifyAuditLogConfigResponseBody.d.ts +3 -4
  83. package/dist/models/ModifyAuditLogConfigResponseBody.js.map +1 -1
  84. package/dist/models/ModifyBackupPolicyRequest.d.ts +21 -25
  85. package/dist/models/ModifyBackupPolicyRequest.js.map +1 -1
  86. package/dist/models/ModifyDbresourceGroupRequest.d.ts +31 -31
  87. package/dist/models/ModifyDbresourceGroupShrinkRequest.d.ts +19 -19
  88. package/dist/models/RemoveKnowledgeTagsRequest.d.ts +41 -0
  89. package/dist/models/RemoveKnowledgeTagsRequest.js +62 -0
  90. package/dist/models/RemoveKnowledgeTagsRequest.js.map +1 -0
  91. package/dist/models/RemoveKnowledgeTagsResponse.d.ts +19 -0
  92. package/dist/models/RemoveKnowledgeTagsResponse.js +69 -0
  93. package/dist/models/RemoveKnowledgeTagsResponse.js.map +1 -0
  94. package/dist/models/RemoveKnowledgeTagsResponseBody.d.ts +73 -0
  95. package/dist/models/RemoveKnowledgeTagsResponseBody.js +88 -0
  96. package/dist/models/RemoveKnowledgeTagsResponseBody.js.map +1 -0
  97. package/dist/models/ResetAccountPasswordRequest.d.ts +14 -15
  98. package/dist/models/ResetAccountPasswordRequest.js +2 -0
  99. package/dist/models/ResetAccountPasswordRequest.js.map +1 -1
  100. package/dist/models/model.d.ts +30 -0
  101. package/dist/models/model.js +88 -28
  102. package/dist/models/model.js.map +1 -1
  103. package/package.json +1 -1
  104. package/src/client.ts +390 -38
  105. package/src/models/AddKnowledgeTagsRequest.ts +58 -0
  106. package/src/models/AddKnowledgeTagsResponse.ts +40 -0
  107. package/src/models/AddKnowledgeTagsResponseBody.ts +176 -0
  108. package/src/models/AddKnowledgeUploadUserRequest.ts +60 -0
  109. package/src/models/AddKnowledgeUploadUserResponse.ts +40 -0
  110. package/src/models/AddKnowledgeUploadUserResponseBody.ts +157 -0
  111. package/src/models/CreateAccountRequest.ts +22 -4
  112. package/src/models/CreateAccountShrinkRequest.ts +16 -4
  113. package/src/models/CreateDbresourceGroupRequest.ts +27 -27
  114. package/src/models/CreateDbresourceGroupShrinkRequest.ts +13 -13
  115. package/src/models/DeleteAccountRequest.ts +9 -6
  116. package/src/models/DeleteKnowledgeFileRequest.ts +48 -0
  117. package/src/models/DeleteKnowledgeFileResponse.ts +40 -0
  118. package/src/models/DeleteKnowledgeFileResponseBody.ts +97 -0
  119. package/src/models/DescribeAccountsRequest.ts +9 -4
  120. package/src/models/DescribeAccountsResponseBody.ts +99 -0
  121. package/src/models/DescribeDbclusterPerformanceRequest.ts +9 -11
  122. package/src/models/DescribeDbclusterPerformanceResponseBody.ts +9 -10
  123. package/src/models/GetTableResponseBody.ts +1 -1
  124. package/src/models/ListKnowledgeTagsRequest.ts +48 -0
  125. package/src/models/ListKnowledgeTagsResponse.ts +40 -0
  126. package/src/models/ListKnowledgeTagsResponseBody.ts +147 -0
  127. package/src/models/ListKnowledgeUploadUserRequest.ts +48 -0
  128. package/src/models/ListKnowledgeUploadUserResponse.ts +40 -0
  129. package/src/models/ListKnowledgeUploadUserResponseBody.ts +107 -0
  130. package/src/models/ModifyAccountDescriptionRequest.ts +13 -11
  131. package/src/models/ModifyAccountPrivilegesRequest.ts +27 -10
  132. package/src/models/ModifyAccountPrivilegesShrinkRequest.ts +15 -4
  133. package/src/models/ModifyAuditLogConfigRequest.ts +11 -13
  134. package/src/models/ModifyAuditLogConfigResponseBody.ts +3 -4
  135. package/src/models/ModifyBackupPolicyRequest.ts +21 -25
  136. package/src/models/ModifyDbresourceGroupRequest.ts +31 -31
  137. package/src/models/ModifyDbresourceGroupShrinkRequest.ts +19 -19
  138. package/src/models/RemoveKnowledgeTagsRequest.ts +58 -0
  139. package/src/models/RemoveKnowledgeTagsResponse.ts +40 -0
  140. package/src/models/RemoveKnowledgeTagsResponseBody.ts +107 -0
  141. package/src/models/ResetAccountPasswordRequest.ts +16 -15
  142. package/src/models/model.ts +30 -0
package/dist/client.d.ts CHANGED
@@ -23,6 +23,36 @@ export default class Client extends OpenApi {
23
23
  * @returns AddKnowledgeFileResponse
24
24
  */
25
25
  addKnowledgeFile(request: $_model.AddKnowledgeFileRequest): Promise<$_model.AddKnowledgeFileResponse>;
26
+ /**
27
+ * Adds tags to a knowledge base document.
28
+ *
29
+ * @param request - AddKnowledgeTagsRequest
30
+ * @param runtime - runtime options for this request RuntimeOptions
31
+ * @returns AddKnowledgeTagsResponse
32
+ */
33
+ addKnowledgeTagsWithOptions(request: $_model.AddKnowledgeTagsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddKnowledgeTagsResponse>;
34
+ /**
35
+ * Adds tags to a knowledge base document.
36
+ *
37
+ * @param request - AddKnowledgeTagsRequest
38
+ * @returns AddKnowledgeTagsResponse
39
+ */
40
+ addKnowledgeTags(request: $_model.AddKnowledgeTagsRequest): Promise<$_model.AddKnowledgeTagsResponse>;
41
+ /**
42
+ * Adds authorized users to a knowledge base document.
43
+ *
44
+ * @param request - AddKnowledgeUploadUserRequest
45
+ * @param runtime - runtime options for this request RuntimeOptions
46
+ * @returns AddKnowledgeUploadUserResponse
47
+ */
48
+ addKnowledgeUploadUserWithOptions(request: $_model.AddKnowledgeUploadUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddKnowledgeUploadUserResponse>;
49
+ /**
50
+ * Adds authorized users to a knowledge base document.
51
+ *
52
+ * @param request - AddKnowledgeUploadUserRequest
53
+ * @returns AddKnowledgeUploadUserResponse
54
+ */
55
+ addKnowledgeUploadUser(request: $_model.AddKnowledgeUploadUserRequest): Promise<$_model.AddKnowledgeUploadUserResponse>;
26
56
  /**
27
57
  * Allocates a public connection address for a cluster.
28
58
  *
@@ -307,7 +337,7 @@ export default class Client extends OpenApi {
307
337
  * Creates a database account for a cluster.
308
338
  *
309
339
  * @remarks
310
- * For information about the endpoint of this service, see [Service registration](https://help.aliyun.com/document_detail/612373.html).
340
+ * For information about the endpoint of the current service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
311
341
  *
312
342
  * @param tmpReq - CreateAccountRequest
313
343
  * @param runtime - runtime options for this request RuntimeOptions
@@ -318,7 +348,7 @@ export default class Client extends OpenApi {
318
348
  * Creates a database account for a cluster.
319
349
  *
320
350
  * @remarks
321
- * For information about the endpoint of this service, see [Service registration](https://help.aliyun.com/document_detail/612373.html).
351
+ * For information about the endpoint of the current service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
322
352
  *
323
353
  * @param request - CreateAccountRequest
324
354
  * @returns CreateAccountResponse
@@ -478,7 +508,7 @@ export default class Client extends OpenApi {
478
508
  * Creates a resource group for a specified Enterprise Edition, Basic Edition, or Data Lakehouse Edition cluster.
479
509
  *
480
510
  * @remarks
481
- * For the service registration of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
511
+ * For the endpoints of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
482
512
  *
483
513
  * @param tmpReq - CreateDBResourceGroupRequest
484
514
  * @param runtime - runtime options for this request RuntimeOptions
@@ -489,7 +519,7 @@ export default class Client extends OpenApi {
489
519
  * Creates a resource group for a specified Enterprise Edition, Basic Edition, or Data Lakehouse Edition cluster.
490
520
  *
491
521
  * @remarks
492
- * For the service registration of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
522
+ * For the endpoints of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
493
523
  *
494
524
  * @param request - CreateDBResourceGroupRequest
495
525
  * @returns CreateDBResourceGroupResponse
@@ -666,10 +696,10 @@ export default class Client extends OpenApi {
666
696
  */
667
697
  createSparkTemplate(request: $_model.CreateSparkTemplateRequest): Promise<$_model.CreateSparkTemplateResponse>;
668
698
  /**
669
- * Deletes a database account from an AnalyticDB for MySQL cluster.
699
+ * Deletes a database account from a cluster.
670
700
  *
671
701
  * @remarks
672
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
702
+ * For the endpoint of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
673
703
  *
674
704
  * @param request - DeleteAccountRequest
675
705
  * @param runtime - runtime options for this request RuntimeOptions
@@ -677,10 +707,10 @@ export default class Client extends OpenApi {
677
707
  */
678
708
  deleteAccountWithOptions(request: $_model.DeleteAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAccountResponse>;
679
709
  /**
680
- * Deletes a database account from an AnalyticDB for MySQL cluster.
710
+ * Deletes a database account from a cluster.
681
711
  *
682
712
  * @remarks
683
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
713
+ * For the endpoint of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
684
714
  *
685
715
  * @param request - DeleteAccountRequest
686
716
  * @returns DeleteAccountResponse
@@ -860,6 +890,21 @@ export default class Client extends OpenApi {
860
890
  * @returns DeleteFormationCrawlerResponse
861
891
  */
862
892
  deleteFormationCrawler(request: $_model.DeleteFormationCrawlerRequest): Promise<$_model.DeleteFormationCrawlerResponse>;
893
+ /**
894
+ * Deletes a knowledge base document.
895
+ *
896
+ * @param request - DeleteKnowledgeFileRequest
897
+ * @param runtime - runtime options for this request RuntimeOptions
898
+ * @returns DeleteKnowledgeFileResponse
899
+ */
900
+ deleteKnowledgeFileWithOptions(request: $_model.DeleteKnowledgeFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteKnowledgeFileResponse>;
901
+ /**
902
+ * Deletes a knowledge base document.
903
+ *
904
+ * @param request - DeleteKnowledgeFileRequest
905
+ * @returns DeleteKnowledgeFileResponse
906
+ */
907
+ deleteKnowledgeFile(request: $_model.DeleteKnowledgeFileRequest): Promise<$_model.DeleteKnowledgeFileResponse>;
863
908
  /**
864
909
  * Deletes a lake storage.
865
910
  *
@@ -1079,7 +1124,7 @@ export default class Client extends OpenApi {
1079
1124
  * Queries the database accounts of a cluster.
1080
1125
  *
1081
1126
  * @remarks
1082
- * For the endpoint of this service, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
1127
+ * For the service registration information of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
1083
1128
  *
1084
1129
  * @param request - DescribeAccountsRequest
1085
1130
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1090,7 +1135,7 @@ export default class Client extends OpenApi {
1090
1135
  * Queries the database accounts of a cluster.
1091
1136
  *
1092
1137
  * @remarks
1093
- * For the endpoint of this service, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
1138
+ * For the service registration information of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
1094
1139
  *
1095
1140
  * @param request - DescribeAccountsRequest
1096
1141
  * @returns DescribeAccountsResponse
@@ -1718,10 +1763,10 @@ export default class Client extends OpenApi {
1718
1763
  */
1719
1764
  describeDBClusterHealthStatus(request: $_model.DescribeDBClusterHealthStatusRequest): Promise<$_model.DescribeDBClusterHealthStatusResponse>;
1720
1765
  /**
1721
- * View target cluster performance data.
1766
+ * Queries the performance data of a specified cluster.
1722
1767
  *
1723
1768
  * @remarks
1724
- * For the service endpoint address, see [service endpoint](https://help.aliyun.com/document_detail/612373.html).
1769
+ * For the endpoint of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
1725
1770
  *
1726
1771
  * @param request - DescribeDBClusterPerformanceRequest
1727
1772
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1729,10 +1774,10 @@ export default class Client extends OpenApi {
1729
1774
  */
1730
1775
  describeDBClusterPerformanceWithOptions(request: $_model.DescribeDBClusterPerformanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBClusterPerformanceResponse>;
1731
1776
  /**
1732
- * View target cluster performance data.
1777
+ * Queries the performance data of a specified cluster.
1733
1778
  *
1734
1779
  * @remarks
1735
- * For the service endpoint address, see [service endpoint](https://help.aliyun.com/document_detail/612373.html).
1780
+ * For the endpoint of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
1736
1781
  *
1737
1782
  * @param request - DescribeDBClusterPerformanceRequest
1738
1783
  * @returns DescribeDBClusterPerformanceResponse
@@ -3529,8 +3574,8 @@ export default class Client extends OpenApi {
3529
3574
  * Retrieves table information.
3530
3575
  *
3531
3576
  * @remarks
3532
- * - Public endpoint of the region: `adb.<region-id>.aliyuncs.com`. Example: `adb.ap-southeast-1.aliyuncs.com`.
3533
- * - VPC endpoint of the region: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.ap-southeast-1.aliyuncs.com`.
3577
+ * - Public endpoint of a region: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
3578
+ * - VPC endpoint of a region: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
3534
3579
  *
3535
3580
  * @param request - GetTableRequest
3536
3581
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3541,8 +3586,8 @@ export default class Client extends OpenApi {
3541
3586
  * Retrieves table information.
3542
3587
  *
3543
3588
  * @remarks
3544
- * - Public endpoint of the region: `adb.<region-id>.aliyuncs.com`. Example: `adb.ap-southeast-1.aliyuncs.com`.
3545
- * - VPC endpoint of the region: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.ap-southeast-1.aliyuncs.com`.
3589
+ * - Public endpoint of a region: `adb.<region-id>.aliyuncs.com`. Example: `adb.cn-hangzhou.aliyuncs.com`.
3590
+ * - VPC endpoint of a region: `adb-vpc.<region-id>.aliyuncs.com`. Example: `adb-vpc.cn-hangzhou.aliyuncs.com`.
3546
3591
  *
3547
3592
  * @param request - GetTableRequest
3548
3593
  * @returns GetTableResponse
@@ -3795,6 +3840,36 @@ export default class Client extends OpenApi {
3795
3840
  * @returns ListApsWebhookResponse
3796
3841
  */
3797
3842
  listApsWebhook(request: $_model.ListApsWebhookRequest): Promise<$_model.ListApsWebhookResponse>;
3843
+ /**
3844
+ * Queries the tags of a knowledge base document.
3845
+ *
3846
+ * @param request - ListKnowledgeTagsRequest
3847
+ * @param runtime - runtime options for this request RuntimeOptions
3848
+ * @returns ListKnowledgeTagsResponse
3849
+ */
3850
+ listKnowledgeTagsWithOptions(request: $_model.ListKnowledgeTagsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListKnowledgeTagsResponse>;
3851
+ /**
3852
+ * Queries the tags of a knowledge base document.
3853
+ *
3854
+ * @param request - ListKnowledgeTagsRequest
3855
+ * @returns ListKnowledgeTagsResponse
3856
+ */
3857
+ listKnowledgeTags(request: $_model.ListKnowledgeTagsRequest): Promise<$_model.ListKnowledgeTagsResponse>;
3858
+ /**
3859
+ * Queries the authorized users of a knowledge base document.
3860
+ *
3861
+ * @param request - ListKnowledgeUploadUserRequest
3862
+ * @param runtime - runtime options for this request RuntimeOptions
3863
+ * @returns ListKnowledgeUploadUserResponse
3864
+ */
3865
+ listKnowledgeUploadUserWithOptions(request: $_model.ListKnowledgeUploadUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListKnowledgeUploadUserResponse>;
3866
+ /**
3867
+ * Queries the authorized users of a knowledge base document.
3868
+ *
3869
+ * @param request - ListKnowledgeUploadUserRequest
3870
+ * @returns ListKnowledgeUploadUserResponse
3871
+ */
3872
+ listKnowledgeUploadUser(request: $_model.ListKnowledgeUploadUserRequest): Promise<$_model.ListKnowledgeUploadUserResponse>;
3798
3873
  /**
3799
3874
  * Queries a list of lake storages.
3800
3875
  *
@@ -4008,10 +4083,10 @@ export default class Client extends OpenApi {
4008
4083
  */
4009
4084
  loadSampleDataSet(request: $_model.LoadSampleDataSetRequest): Promise<$_model.LoadSampleDataSetResponse>;
4010
4085
  /**
4011
- * Modifies the description of a database account for an AnalyticDB for MySQL cluster.
4086
+ * Modifies the description of a database account for a specified cluster.
4012
4087
  *
4013
4088
  * @remarks
4014
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4089
+ * For information about the service registration of the current service, see [Service registration](https://help.aliyun.com/document_detail/612373.html).
4015
4090
  *
4016
4091
  * @param request - ModifyAccountDescriptionRequest
4017
4092
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4019,10 +4094,10 @@ export default class Client extends OpenApi {
4019
4094
  */
4020
4095
  modifyAccountDescriptionWithOptions(request: $_model.ModifyAccountDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAccountDescriptionResponse>;
4021
4096
  /**
4022
- * Modifies the description of a database account for an AnalyticDB for MySQL cluster.
4097
+ * Modifies the description of a database account for a specified cluster.
4023
4098
  *
4024
4099
  * @remarks
4025
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4100
+ * For information about the service registration of the current service, see [Service registration](https://help.aliyun.com/document_detail/612373.html).
4026
4101
  *
4027
4102
  * @param request - ModifyAccountDescriptionRequest
4028
4103
  * @returns ModifyAccountDescriptionResponse
@@ -4032,7 +4107,7 @@ export default class Client extends OpenApi {
4032
4107
  * Modifies the permissions of a database account.
4033
4108
  *
4034
4109
  * @remarks
4035
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4110
+ * For the service registration of this service, refer to [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4036
4111
  *
4037
4112
  * @param tmpReq - ModifyAccountPrivilegesRequest
4038
4113
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4043,7 +4118,7 @@ export default class Client extends OpenApi {
4043
4118
  * Modifies the permissions of a database account.
4044
4119
  *
4045
4120
  * @remarks
4046
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4121
+ * For the service registration of this service, refer to [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4047
4122
  *
4048
4123
  * @param request - ModifyAccountPrivilegesRequest
4049
4124
  * @returns ModifyAccountPrivilegesResponse
@@ -4132,10 +4207,10 @@ export default class Client extends OpenApi {
4132
4207
  */
4133
4208
  modifyApsWorkloadName(request: $_model.ModifyApsWorkloadNameRequest): Promise<$_model.ModifyApsWorkloadNameResponse>;
4134
4209
  /**
4135
- * Modifies the SQL audit settings of an AnalyticDB for MySQL cluster.
4210
+ * Modifies the SQL audit log settings of a cluster.
4136
4211
  *
4137
4212
  * @remarks
4138
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4213
+ * For the endpoint of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4139
4214
  *
4140
4215
  * @param request - ModifyAuditLogConfigRequest
4141
4216
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4143,10 +4218,10 @@ export default class Client extends OpenApi {
4143
4218
  */
4144
4219
  modifyAuditLogConfigWithOptions(request: $_model.ModifyAuditLogConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAuditLogConfigResponse>;
4145
4220
  /**
4146
- * Modifies the SQL audit settings of an AnalyticDB for MySQL cluster.
4221
+ * Modifies the SQL audit log settings of a cluster.
4147
4222
  *
4148
4223
  * @remarks
4149
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4224
+ * For the endpoint of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4150
4225
  *
4151
4226
  * @param request - ModifyAuditLogConfigRequest
4152
4227
  * @returns ModifyAuditLogConfigResponse
@@ -4168,10 +4243,10 @@ export default class Client extends OpenApi {
4168
4243
  */
4169
4244
  modifyAutoRenewalAttribute(request: $_model.ModifyAutoRenewalAttributeRequest): Promise<$_model.ModifyAutoRenewalAttributeResponse>;
4170
4245
  /**
4171
- * Modifies the backup policy of an AnalyticDB for MySQL cluster.
4246
+ * Modifies the backup policy of a cluster.
4172
4247
  *
4173
4248
  * @remarks
4174
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4249
+ * For information about the endpoint of the current service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4175
4250
  *
4176
4251
  * @param request - ModifyBackupPolicyRequest
4177
4252
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4179,10 +4254,10 @@ export default class Client extends OpenApi {
4179
4254
  */
4180
4255
  modifyBackupPolicyWithOptions(request: $_model.ModifyBackupPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyBackupPolicyResponse>;
4181
4256
  /**
4182
- * Modifies the backup policy of an AnalyticDB for MySQL cluster.
4257
+ * Modifies the backup policy of a cluster.
4183
4258
  *
4184
4259
  * @remarks
4185
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4260
+ * For information about the endpoint of the current service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4186
4261
  *
4187
4262
  * @param request - ModifyBackupPolicyRequest
4188
4263
  * @returns ModifyBackupPolicyResponse
@@ -4363,7 +4438,7 @@ export default class Client extends OpenApi {
4363
4438
  * Changes the resource group of a cluster.
4364
4439
  *
4365
4440
  * @remarks
4366
- * For information about the endpoints of this service, see [Service registration](https://help.aliyun.com/document_detail/612373.html).
4441
+ * For the endpoint of this service, refer to [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4367
4442
  *
4368
4443
  * @param tmpReq - ModifyDBResourceGroupRequest
4369
4444
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4374,7 +4449,7 @@ export default class Client extends OpenApi {
4374
4449
  * Changes the resource group of a cluster.
4375
4450
  *
4376
4451
  * @remarks
4377
- * For information about the endpoints of this service, see [Service registration](https://help.aliyun.com/document_detail/612373.html).
4452
+ * For the endpoint of this service, refer to [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4378
4453
  *
4379
4454
  * @param request - ModifyDBResourceGroupRequest
4380
4455
  * @returns ModifyDBResourceGroupResponse
@@ -4628,6 +4703,21 @@ export default class Client extends OpenApi {
4628
4703
  * @returns ReleaseClusterPublicConnectionResponse
4629
4704
  */
4630
4705
  releaseClusterPublicConnection(request: $_model.ReleaseClusterPublicConnectionRequest): Promise<$_model.ReleaseClusterPublicConnectionResponse>;
4706
+ /**
4707
+ * Deletes tags from a knowledge base document.
4708
+ *
4709
+ * @param request - RemoveKnowledgeTagsRequest
4710
+ * @param runtime - runtime options for this request RuntimeOptions
4711
+ * @returns RemoveKnowledgeTagsResponse
4712
+ */
4713
+ removeKnowledgeTagsWithOptions(request: $_model.RemoveKnowledgeTagsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveKnowledgeTagsResponse>;
4714
+ /**
4715
+ * Deletes tags from a knowledge base document.
4716
+ *
4717
+ * @param request - RemoveKnowledgeTagsRequest
4718
+ * @returns RemoveKnowledgeTagsResponse
4719
+ */
4720
+ removeKnowledgeTags(request: $_model.RemoveKnowledgeTagsRequest): Promise<$_model.RemoveKnowledgeTagsResponse>;
4631
4721
  /**
4632
4722
  * Modifies the name of a semantic view.
4633
4723
  *
@@ -4659,10 +4749,10 @@ export default class Client extends OpenApi {
4659
4749
  */
4660
4750
  replaceSemanticView(request: $_model.ReplaceSemanticViewRequest): Promise<$_model.ReplaceSemanticViewResponse>;
4661
4751
  /**
4662
- * Resets the password of a database account for an AnalyticDB for MySQL cluster.
4752
+ * Resets the password of a database account for a specified cluster.
4663
4753
  *
4664
4754
  * @remarks
4665
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4755
+ * For information about the service registration of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4666
4756
  *
4667
4757
  * @param request - ResetAccountPasswordRequest
4668
4758
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4670,10 +4760,10 @@ export default class Client extends OpenApi {
4670
4760
  */
4671
4761
  resetAccountPasswordWithOptions(request: $_model.ResetAccountPasswordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResetAccountPasswordResponse>;
4672
4762
  /**
4673
- * Resets the password of a database account for an AnalyticDB for MySQL cluster.
4763
+ * Resets the password of a database account for a specified cluster.
4674
4764
  *
4675
4765
  * @remarks
4676
- * For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
4766
+ * For information about the service registration of this service, see [Endpoint](https://help.aliyun.com/document_detail/612373.html).
4677
4767
  *
4678
4768
  * @param request - ResetAccountPasswordRequest
4679
4769
  * @returns ResetAccountPasswordResponse