@alicloud/sddp20190103 1.6.5 → 2.0.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 (288) hide show
  1. package/dist/client.d.ts +352 -266
  2. package/dist/client.js +357 -266
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateConfigRequest.d.ts +15 -10
  5. package/dist/models/CreateConfigRequest.js.map +1 -1
  6. package/dist/models/CreateDataLimitRequest.d.ts +85 -59
  7. package/dist/models/CreateDataLimitRequest.js.map +1 -1
  8. package/dist/models/CreateDataLimitResponseBody.d.ts +1 -1
  9. package/dist/models/CreateRuleRequest.d.ts +74 -39
  10. package/dist/models/CreateRuleRequest.js.map +1 -1
  11. package/dist/models/CreateScanTaskRequest.d.ts +35 -17
  12. package/dist/models/CreateScanTaskRequest.js.map +1 -1
  13. package/dist/models/CreateScanTaskResponseBody.d.ts +1 -1
  14. package/dist/models/CreateSlrRoleRequest.d.ts +5 -4
  15. package/dist/models/CreateSlrRoleRequest.js.map +1 -1
  16. package/dist/models/CreateSlrRoleResponseBody.d.ts +5 -4
  17. package/dist/models/CreateSlrRoleResponseBody.js.map +1 -1
  18. package/dist/models/DeleteDataLimitRequest.d.ts +7 -6
  19. package/dist/models/DeleteDataLimitRequest.js.map +1 -1
  20. package/dist/models/DeleteRuleRequest.d.ts +2 -2
  21. package/dist/models/DescribeAuditLogsRequest.d.ts +131 -0
  22. package/dist/models/DescribeAuditLogsRequest.js.map +1 -1
  23. package/dist/models/DescribeAuditLogsResponseBody.d.ts +167 -2
  24. package/dist/models/DescribeAuditLogsResponseBody.js +2 -0
  25. package/dist/models/DescribeAuditLogsResponseBody.js.map +1 -1
  26. package/dist/models/DescribeCategoryTemplateListRequest.d.ts +13 -11
  27. package/dist/models/DescribeCategoryTemplateListRequest.js.map +1 -1
  28. package/dist/models/DescribeCategoryTemplateListResponseBody.d.ts +29 -23
  29. package/dist/models/DescribeCategoryTemplateListResponseBody.js.map +1 -1
  30. package/dist/models/DescribeCategoryTemplateRuleListRequest.d.ts +37 -23
  31. package/dist/models/DescribeCategoryTemplateRuleListRequest.js.map +1 -1
  32. package/dist/models/DescribeCategoryTemplateRuleListResponseBody.d.ts +47 -32
  33. package/dist/models/DescribeCategoryTemplateRuleListResponseBody.js.map +1 -1
  34. package/dist/models/DescribeColumnsRequest.d.ts +81 -56
  35. package/dist/models/DescribeColumnsRequest.js.map +1 -1
  36. package/dist/models/DescribeColumnsResponseBody.d.ts +122 -83
  37. package/dist/models/DescribeColumnsResponseBody.js.map +1 -1
  38. package/dist/models/DescribeColumnsV2request.d.ts +47 -31
  39. package/dist/models/DescribeColumnsV2request.js.map +1 -1
  40. package/dist/models/DescribeColumnsV2responseBody.d.ts +96 -52
  41. package/dist/models/DescribeColumnsV2responseBody.js.map +1 -1
  42. package/dist/models/DescribeConfigsRequest.d.ts +5 -4
  43. package/dist/models/DescribeConfigsRequest.js.map +1 -1
  44. package/dist/models/DescribeConfigsResponseBody.d.ts +11 -11
  45. package/dist/models/DescribeDataAssetsRequest.d.ts +56 -34
  46. package/dist/models/DescribeDataAssetsRequest.js.map +1 -1
  47. package/dist/models/DescribeDataAssetsResponseBody.d.ts +74 -52
  48. package/dist/models/DescribeDataAssetsResponseBody.js.map +1 -1
  49. package/dist/models/DescribeDataLimitDetailRequest.d.ts +7 -5
  50. package/dist/models/DescribeDataLimitDetailRequest.js.map +1 -1
  51. package/dist/models/DescribeDataLimitDetailResponseBody.d.ts +30 -18
  52. package/dist/models/DescribeDataLimitDetailResponseBody.js.map +1 -1
  53. package/dist/models/DescribeDataLimitSetRequest.d.ts +29 -11
  54. package/dist/models/DescribeDataLimitSetRequest.js.map +1 -1
  55. package/dist/models/DescribeDataLimitSetResponseBody.d.ts +75 -49
  56. package/dist/models/DescribeDataLimitSetResponseBody.js.map +1 -1
  57. package/dist/models/DescribeDataLimitsRequest.d.ts +49 -34
  58. package/dist/models/DescribeDataLimitsRequest.js.map +1 -1
  59. package/dist/models/DescribeDataLimitsResponseBody.d.ts +105 -80
  60. package/dist/models/DescribeDataLimitsResponseBody.js.map +1 -1
  61. package/dist/models/DescribeDataMaskingRunHistoryRequest.d.ts +24 -18
  62. package/dist/models/DescribeDataMaskingRunHistoryRequest.js.map +1 -1
  63. package/dist/models/DescribeDataMaskingRunHistoryResponseBody.d.ts +35 -28
  64. package/dist/models/DescribeDataMaskingRunHistoryResponseBody.js.map +1 -1
  65. package/dist/models/DescribeDataMaskingTasksRequest.d.ts +21 -8
  66. package/dist/models/DescribeDataMaskingTasksRequest.js.map +1 -1
  67. package/dist/models/DescribeDataMaskingTasksResponseBody.d.ts +71 -20
  68. package/dist/models/DescribeDataMaskingTasksResponseBody.js.map +1 -1
  69. package/dist/models/DescribeDataObjectColumnDetailRequest.d.ts +26 -11
  70. package/dist/models/DescribeDataObjectColumnDetailRequest.js.map +1 -1
  71. package/dist/models/DescribeDataObjectColumnDetailResponseBody.d.ts +80 -46
  72. package/dist/models/DescribeDataObjectColumnDetailResponseBody.js.map +1 -1
  73. package/dist/models/DescribeDataObjectColumnDetailV2request.d.ts +24 -9
  74. package/dist/models/DescribeDataObjectColumnDetailV2request.js.map +1 -1
  75. package/dist/models/DescribeDataObjectColumnDetailV2responseBody.d.ts +83 -49
  76. package/dist/models/DescribeDataObjectColumnDetailV2responseBody.js.map +1 -1
  77. package/dist/models/DescribeDataObjectsRequest.d.ts +102 -34
  78. package/dist/models/DescribeDataObjectsRequest.js.map +1 -1
  79. package/dist/models/DescribeDataObjectsResponseBody.d.ts +149 -51
  80. package/dist/models/DescribeDataObjectsResponseBody.js +2 -0
  81. package/dist/models/DescribeDataObjectsResponseBody.js.map +1 -1
  82. package/dist/models/DescribeDocTypesRequest.d.ts +4 -3
  83. package/dist/models/DescribeDocTypesRequest.js.map +1 -1
  84. package/dist/models/DescribeDocTypesResponseBody.d.ts +4 -4
  85. package/dist/models/DescribeEventDetailRequest.d.ts +5 -4
  86. package/dist/models/DescribeEventDetailRequest.js.map +1 -1
  87. package/dist/models/DescribeEventDetailResponseBody.d.ts +84 -72
  88. package/dist/models/DescribeEventDetailResponseBody.js.map +1 -1
  89. package/dist/models/DescribeEventTypesRequest.d.ts +26 -12
  90. package/dist/models/DescribeEventTypesRequest.js.map +1 -1
  91. package/dist/models/DescribeEventTypesResponseBody.d.ts +29 -27
  92. package/dist/models/DescribeEventTypesResponseBody.js.map +1 -1
  93. package/dist/models/DescribeEventsRequest.d.ts +35 -28
  94. package/dist/models/DescribeEventsRequest.js +2 -2
  95. package/dist/models/DescribeEventsRequest.js.map +1 -1
  96. package/dist/models/DescribeEventsResponseBody.d.ts +36 -31
  97. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  98. package/dist/models/DescribeIdentifyTaskStatusRequest.d.ts +6 -4
  99. package/dist/models/DescribeIdentifyTaskStatusRequest.js.map +1 -1
  100. package/dist/models/DescribeIdentifyTaskStatusResponseBody.d.ts +13 -8
  101. package/dist/models/DescribeIdentifyTaskStatusResponseBody.js.map +1 -1
  102. package/dist/models/DescribeInstanceSourcesRequest.d.ts +47 -33
  103. package/dist/models/DescribeInstanceSourcesRequest.js.map +1 -1
  104. package/dist/models/DescribeInstanceSourcesResponseBody.d.ts +75 -56
  105. package/dist/models/DescribeInstanceSourcesResponseBody.js.map +1 -1
  106. package/dist/models/DescribeInstancesRequest.d.ts +35 -23
  107. package/dist/models/DescribeInstancesRequest.js.map +1 -1
  108. package/dist/models/DescribeInstancesResponseBody.d.ts +70 -53
  109. package/dist/models/DescribeInstancesResponseBody.js.map +1 -1
  110. package/dist/models/DescribeOssObjectDetailRequest.d.ts +6 -5
  111. package/dist/models/DescribeOssObjectDetailRequest.js.map +1 -1
  112. package/dist/models/DescribeOssObjectDetailResponseBody.d.ts +37 -29
  113. package/dist/models/DescribeOssObjectDetailResponseBody.js.map +1 -1
  114. package/dist/models/DescribeOssObjectDetailV2request.d.ts +11 -9
  115. package/dist/models/DescribeOssObjectDetailV2request.js.map +1 -1
  116. package/dist/models/DescribeOssObjectDetailV2responseBody.d.ts +60 -40
  117. package/dist/models/DescribeOssObjectDetailV2responseBody.js.map +1 -1
  118. package/dist/models/DescribeOssObjectsRequest.d.ts +24 -19
  119. package/dist/models/DescribeOssObjectsRequest.js.map +1 -1
  120. package/dist/models/DescribeOssObjectsResponseBody.d.ts +45 -36
  121. package/dist/models/DescribeOssObjectsResponseBody.js.map +1 -1
  122. package/dist/models/DescribePackagesRequest.d.ts +23 -18
  123. package/dist/models/DescribePackagesRequest.js.map +1 -1
  124. package/dist/models/DescribePackagesResponseBody.d.ts +25 -20
  125. package/dist/models/DescribePackagesResponseBody.js.map +1 -1
  126. package/dist/models/DescribeParentInstanceRequest.d.ts +75 -38
  127. package/dist/models/DescribeParentInstanceRequest.js.map +1 -1
  128. package/dist/models/DescribeParentInstanceResponseBody.d.ts +64 -35
  129. package/dist/models/DescribeParentInstanceResponseBody.js.map +1 -1
  130. package/dist/models/DescribeRiskLevelsRequest.d.ts +7 -4
  131. package/dist/models/DescribeRiskLevelsRequest.js.map +1 -1
  132. package/dist/models/DescribeRiskLevelsResponseBody.d.ts +54 -33
  133. package/dist/models/DescribeRiskLevelsResponseBody.js.map +1 -1
  134. package/dist/models/DescribeRulesRequest.d.ts +101 -48
  135. package/dist/models/DescribeRulesRequest.js.map +1 -1
  136. package/dist/models/DescribeRulesResponseBody.d.ts +118 -50
  137. package/dist/models/DescribeRulesResponseBody.js.map +1 -1
  138. package/dist/models/DescribeTablesRequest.d.ts +24 -19
  139. package/dist/models/DescribeTablesRequest.js.map +1 -1
  140. package/dist/models/DescribeTablesResponseBody.d.ts +52 -39
  141. package/dist/models/DescribeTablesResponseBody.js.map +1 -1
  142. package/dist/models/DescribeTemplateAllRulesRequest.d.ts +5 -3
  143. package/dist/models/DescribeTemplateAllRulesRequest.js.map +1 -1
  144. package/dist/models/DescribeTemplateAllRulesResponseBody.d.ts +4 -4
  145. package/dist/models/DescribeUserStatusRequest.d.ts +5 -4
  146. package/dist/models/DescribeUserStatusRequest.js.map +1 -1
  147. package/dist/models/DescribeUserStatusResponseBody.d.ts +58 -38
  148. package/dist/models/DescribeUserStatusResponseBody.js.map +1 -1
  149. package/dist/models/DisableUserConfigRequest.d.ts +6 -5
  150. package/dist/models/DisableUserConfigRequest.js.map +1 -1
  151. package/dist/models/ExecDatamaskRequest.d.ts +15 -11
  152. package/dist/models/ExecDatamaskRequest.js.map +1 -1
  153. package/dist/models/ExecDatamaskResponseBody.d.ts +7 -5
  154. package/dist/models/ExecDatamaskResponseBody.js.map +1 -1
  155. package/dist/models/ManualTriggerMaskingProcessRequest.d.ts +6 -5
  156. package/dist/models/ManualTriggerMaskingProcessRequest.js.map +1 -1
  157. package/dist/models/ManualTriggerMaskingProcessResponseBody.d.ts +1 -1
  158. package/dist/models/MaskOssImageRequest.d.ts +43 -0
  159. package/dist/models/MaskOssImageRequest.js +2 -0
  160. package/dist/models/MaskOssImageRequest.js.map +1 -1
  161. package/dist/models/MaskOssImageResponseBody.d.ts +3 -0
  162. package/dist/models/MaskOssImageResponseBody.js.map +1 -1
  163. package/dist/models/ModifyDataLimitRequest.d.ts +66 -46
  164. package/dist/models/ModifyDataLimitRequest.js.map +1 -1
  165. package/dist/models/ModifyDataLimitResponseBody.d.ts +1 -1
  166. package/dist/models/ModifyDefaultLevelRequest.d.ts +24 -15
  167. package/dist/models/ModifyDefaultLevelRequest.js.map +1 -1
  168. package/dist/models/ModifyEventStatusRequest.d.ts +16 -13
  169. package/dist/models/ModifyEventStatusRequest.js.map +1 -1
  170. package/dist/models/ModifyEventTypeStatusRequest.d.ts +4 -4
  171. package/dist/models/ModifyReportTaskStatusRequest.d.ts +12 -8
  172. package/dist/models/ModifyReportTaskStatusRequest.js.map +1 -1
  173. package/dist/models/ModifyReportTaskStatusResponseBody.d.ts +1 -1
  174. package/dist/models/ModifyRuleRequest.d.ts +71 -33
  175. package/dist/models/ModifyRuleRequest.js.map +1 -1
  176. package/dist/models/ModifyRuleStatusRequest.d.ts +12 -10
  177. package/dist/models/ModifyRuleStatusRequest.js.map +1 -1
  178. package/dist/models/ModifyRuleStatusResponseBody.d.ts +1 -1
  179. package/dist/models/RestoreOssImageRequest.d.ts +9 -0
  180. package/dist/models/RestoreOssImageRequest.js.map +1 -1
  181. package/dist/models/RestoreOssImageResponseBody.d.ts +6 -0
  182. package/dist/models/RestoreOssImageResponseBody.js.map +1 -1
  183. package/dist/models/ScanOssObjectV1request.d.ts +8 -7
  184. package/dist/models/ScanOssObjectV1request.js.map +1 -1
  185. package/dist/models/ScanOssObjectV1responseBody.d.ts +2 -2
  186. package/dist/models/ScanOssObjectV1shrinkRequest.d.ts +8 -7
  187. package/dist/models/ScanOssObjectV1shrinkRequest.js.map +1 -1
  188. package/dist/models/StopMaskingProcessRequest.d.ts +5 -4
  189. package/dist/models/StopMaskingProcessRequest.js.map +1 -1
  190. package/package.json +1 -1
  191. package/src/client.ts +358 -266
  192. package/src/models/CreateConfigRequest.ts +15 -10
  193. package/src/models/CreateDataLimitRequest.ts +85 -59
  194. package/src/models/CreateDataLimitResponseBody.ts +1 -1
  195. package/src/models/CreateRuleRequest.ts +74 -39
  196. package/src/models/CreateScanTaskRequest.ts +35 -17
  197. package/src/models/CreateScanTaskResponseBody.ts +1 -1
  198. package/src/models/CreateSlrRoleRequest.ts +5 -4
  199. package/src/models/CreateSlrRoleResponseBody.ts +5 -4
  200. package/src/models/DeleteDataLimitRequest.ts +7 -6
  201. package/src/models/DeleteRuleRequest.ts +2 -2
  202. package/src/models/DescribeAuditLogsRequest.ts +131 -0
  203. package/src/models/DescribeAuditLogsResponseBody.ts +169 -2
  204. package/src/models/DescribeCategoryTemplateListRequest.ts +13 -11
  205. package/src/models/DescribeCategoryTemplateListResponseBody.ts +29 -23
  206. package/src/models/DescribeCategoryTemplateRuleListRequest.ts +37 -23
  207. package/src/models/DescribeCategoryTemplateRuleListResponseBody.ts +47 -32
  208. package/src/models/DescribeColumnsRequest.ts +82 -57
  209. package/src/models/DescribeColumnsResponseBody.ts +122 -83
  210. package/src/models/DescribeColumnsV2request.ts +47 -31
  211. package/src/models/DescribeColumnsV2responseBody.ts +96 -52
  212. package/src/models/DescribeConfigsRequest.ts +5 -4
  213. package/src/models/DescribeConfigsResponseBody.ts +11 -11
  214. package/src/models/DescribeDataAssetsRequest.ts +56 -34
  215. package/src/models/DescribeDataAssetsResponseBody.ts +75 -53
  216. package/src/models/DescribeDataLimitDetailRequest.ts +7 -5
  217. package/src/models/DescribeDataLimitDetailResponseBody.ts +30 -18
  218. package/src/models/DescribeDataLimitSetRequest.ts +29 -11
  219. package/src/models/DescribeDataLimitSetResponseBody.ts +75 -49
  220. package/src/models/DescribeDataLimitsRequest.ts +49 -34
  221. package/src/models/DescribeDataLimitsResponseBody.ts +105 -80
  222. package/src/models/DescribeDataMaskingRunHistoryRequest.ts +24 -18
  223. package/src/models/DescribeDataMaskingRunHistoryResponseBody.ts +35 -28
  224. package/src/models/DescribeDataMaskingTasksRequest.ts +21 -8
  225. package/src/models/DescribeDataMaskingTasksResponseBody.ts +71 -20
  226. package/src/models/DescribeDataObjectColumnDetailRequest.ts +26 -11
  227. package/src/models/DescribeDataObjectColumnDetailResponseBody.ts +80 -46
  228. package/src/models/DescribeDataObjectColumnDetailV2request.ts +24 -9
  229. package/src/models/DescribeDataObjectColumnDetailV2responseBody.ts +83 -49
  230. package/src/models/DescribeDataObjectsRequest.ts +102 -34
  231. package/src/models/DescribeDataObjectsResponseBody.ts +151 -51
  232. package/src/models/DescribeDocTypesRequest.ts +4 -3
  233. package/src/models/DescribeDocTypesResponseBody.ts +4 -4
  234. package/src/models/DescribeEventDetailRequest.ts +5 -4
  235. package/src/models/DescribeEventDetailResponseBody.ts +84 -72
  236. package/src/models/DescribeEventTypesRequest.ts +26 -12
  237. package/src/models/DescribeEventTypesResponseBody.ts +29 -27
  238. package/src/models/DescribeEventsRequest.ts +37 -30
  239. package/src/models/DescribeEventsResponseBody.ts +36 -31
  240. package/src/models/DescribeIdentifyTaskStatusRequest.ts +6 -4
  241. package/src/models/DescribeIdentifyTaskStatusResponseBody.ts +13 -8
  242. package/src/models/DescribeInstanceSourcesRequest.ts +47 -33
  243. package/src/models/DescribeInstanceSourcesResponseBody.ts +75 -56
  244. package/src/models/DescribeInstancesRequest.ts +35 -23
  245. package/src/models/DescribeInstancesResponseBody.ts +70 -53
  246. package/src/models/DescribeOssObjectDetailRequest.ts +6 -5
  247. package/src/models/DescribeOssObjectDetailResponseBody.ts +37 -29
  248. package/src/models/DescribeOssObjectDetailV2request.ts +11 -9
  249. package/src/models/DescribeOssObjectDetailV2responseBody.ts +60 -40
  250. package/src/models/DescribeOssObjectsRequest.ts +24 -19
  251. package/src/models/DescribeOssObjectsResponseBody.ts +45 -36
  252. package/src/models/DescribePackagesRequest.ts +23 -18
  253. package/src/models/DescribePackagesResponseBody.ts +25 -20
  254. package/src/models/DescribeParentInstanceRequest.ts +75 -38
  255. package/src/models/DescribeParentInstanceResponseBody.ts +64 -35
  256. package/src/models/DescribeRiskLevelsRequest.ts +7 -4
  257. package/src/models/DescribeRiskLevelsResponseBody.ts +54 -33
  258. package/src/models/DescribeRulesRequest.ts +101 -48
  259. package/src/models/DescribeRulesResponseBody.ts +118 -50
  260. package/src/models/DescribeTablesRequest.ts +24 -19
  261. package/src/models/DescribeTablesResponseBody.ts +52 -39
  262. package/src/models/DescribeTemplateAllRulesRequest.ts +5 -3
  263. package/src/models/DescribeTemplateAllRulesResponseBody.ts +4 -4
  264. package/src/models/DescribeUserStatusRequest.ts +5 -4
  265. package/src/models/DescribeUserStatusResponseBody.ts +58 -38
  266. package/src/models/DisableUserConfigRequest.ts +6 -5
  267. package/src/models/ExecDatamaskRequest.ts +15 -11
  268. package/src/models/ExecDatamaskResponseBody.ts +7 -5
  269. package/src/models/ManualTriggerMaskingProcessRequest.ts +6 -5
  270. package/src/models/ManualTriggerMaskingProcessResponseBody.ts +1 -1
  271. package/src/models/MaskOssImageRequest.ts +45 -0
  272. package/src/models/MaskOssImageResponseBody.ts +3 -0
  273. package/src/models/ModifyDataLimitRequest.ts +66 -46
  274. package/src/models/ModifyDataLimitResponseBody.ts +1 -1
  275. package/src/models/ModifyDefaultLevelRequest.ts +24 -15
  276. package/src/models/ModifyEventStatusRequest.ts +16 -13
  277. package/src/models/ModifyEventTypeStatusRequest.ts +4 -4
  278. package/src/models/ModifyReportTaskStatusRequest.ts +12 -8
  279. package/src/models/ModifyReportTaskStatusResponseBody.ts +1 -1
  280. package/src/models/ModifyRuleRequest.ts +71 -33
  281. package/src/models/ModifyRuleStatusRequest.ts +12 -10
  282. package/src/models/ModifyRuleStatusResponseBody.ts +1 -1
  283. package/src/models/RestoreOssImageRequest.ts +9 -0
  284. package/src/models/RestoreOssImageResponseBody.ts +6 -0
  285. package/src/models/ScanOssObjectV1request.ts +8 -7
  286. package/src/models/ScanOssObjectV1responseBody.ts +2 -2
  287. package/src/models/ScanOssObjectV1shrinkRequest.ts +8 -7
  288. package/src/models/StopMaskingProcessRequest.ts +5 -4
package/dist/client.js CHANGED
@@ -51,6 +51,8 @@ class Client extends openapi_core_1.default {
51
51
  this._endpointRule = "regional";
52
52
  this._endpointMap = {
53
53
  'cn-hongkong': "sddp-api.cn-hongkong.aliyuncs.com",
54
+ 'cn-zhangjiakou': "sddp.cn-zhangjiakou.aliyuncs.com",
55
+ 'ap-southeast-1': "sddp.ap-southeast-1.aliyuncs.com",
54
56
  };
55
57
  this.checkConfig(config);
56
58
  this._endpoint = this.getEndpoint("sddp", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -65,10 +67,10 @@ class Client extends openapi_core_1.default {
65
67
  return openapi_core_2.OpenApiUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
66
68
  }
67
69
  /**
68
- * Modifies the configurations of a common configuration item for alerts.
70
+ * Modifies the general alert configuration parameters.
69
71
  *
70
72
  * @remarks
71
- * You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
73
+ * Creates or restores configurations based on the codes of common alert configuration items, allowing you to manage these configurations.
72
74
  * # Limits
73
75
  * You can call this operation up to 10 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.
74
76
  *
@@ -114,10 +116,10 @@ class Client extends openapi_core_1.default {
114
116
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateConfigResponse({}));
115
117
  }
116
118
  /**
117
- * Modifies the configurations of a common configuration item for alerts.
119
+ * Modifies the general alert configuration parameters.
118
120
  *
119
121
  * @remarks
120
- * You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
122
+ * Creates or restores configurations based on the codes of common alert configuration items, allowing you to manage these configurations.
121
123
  * # Limits
122
124
  * You can call this operation up to 10 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.
123
125
  *
@@ -129,10 +131,12 @@ class Client extends openapi_core_1.default {
129
131
  return await this.createConfigWithOptions(request, runtime);
130
132
  }
131
133
  /**
132
- * Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
134
+ * You can call the CreateDataLimit operation to grant permissions to scan databases, projects, and buckets.
133
135
  *
134
136
  * @remarks
135
- * You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
137
+ * You can use this operation to grant permissions to scan your data assets. This helps improve the security of your data assets.
138
+ * ## QPS limits
139
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, the system throttles your API calls. This may affect your business. Plan your calls accordingly.
136
140
  *
137
141
  * @param request - CreateDataLimitRequest
138
142
  * @param runtime - runtime options for this request RuntimeOptions
@@ -215,10 +219,12 @@ class Client extends openapi_core_1.default {
215
219
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataLimitResponse({}));
216
220
  }
217
221
  /**
218
- * Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
222
+ * You can call the CreateDataLimit operation to grant permissions to scan databases, projects, and buckets.
219
223
  *
220
224
  * @remarks
221
- * You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
225
+ * You can use this operation to grant permissions to scan your data assets. This helps improve the security of your data assets.
226
+ * ## QPS limits
227
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, the system throttles your API calls. This may affect your business. Plan your calls accordingly.
222
228
  *
223
229
  * @param request - CreateDataLimitRequest
224
230
  * @returns CreateDataLimitResponse
@@ -228,7 +234,7 @@ class Client extends openapi_core_1.default {
228
234
  return await this.createDataLimitWithOptions(request, runtime);
229
235
  }
230
236
  /**
231
- * Creates a custom sensitive data detection rule.
237
+ * Call CreateRule to create a custom sensitive data detection rule.
232
238
  *
233
239
  * @param request - CreateRuleRequest
234
240
  * @param runtime - runtime options for this request RuntimeOptions
@@ -311,7 +317,7 @@ class Client extends openapi_core_1.default {
311
317
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRuleResponse({}));
312
318
  }
313
319
  /**
314
- * Creates a custom sensitive data detection rule.
320
+ * Call CreateRule to create a custom sensitive data detection rule.
315
321
  *
316
322
  * @param request - CreateRuleRequest
317
323
  * @returns CreateRuleResponse
@@ -321,12 +327,12 @@ class Client extends openapi_core_1.default {
321
327
  return await this.createRuleWithOptions(request, runtime);
322
328
  }
323
329
  /**
324
- * Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
330
+ * You can call the CreateScanTask operation to create a custom scan task to detect sensitive data in authorized assets.
325
331
  *
326
332
  * @remarks
327
- * You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
328
- * # Limits
329
- * You can call this operation up to 10 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.
333
+ * This operation creates custom scan tasks for authorized assets. You can control the run interval and runtime of each scan task.
334
+ * ## QPS limits
335
+ * The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, API calls are throttled. This may impact your business. Plan your calls accordingly.
330
336
  *
331
337
  * @param request - CreateScanTaskRequest
332
338
  * @param runtime - runtime options for this request RuntimeOptions
@@ -391,12 +397,12 @@ class Client extends openapi_core_1.default {
391
397
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateScanTaskResponse({}));
392
398
  }
393
399
  /**
394
- * Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
400
+ * You can call the CreateScanTask operation to create a custom scan task to detect sensitive data in authorized assets.
395
401
  *
396
402
  * @remarks
397
- * You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
398
- * # Limits
399
- * You can call this operation up to 10 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.
403
+ * This operation creates custom scan tasks for authorized assets. You can control the run interval and runtime of each scan task.
404
+ * ## QPS limits
405
+ * The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, API calls are throttled. This may impact your business. Plan your calls accordingly.
400
406
  *
401
407
  * @param request - CreateScanTaskRequest
402
408
  * @returns CreateScanTaskResponse
@@ -406,12 +412,12 @@ class Client extends openapi_core_1.default {
406
412
  return await this.createScanTaskWithOptions(request, runtime);
407
413
  }
408
414
  /**
409
- * Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
415
+ * Call CreateSlrRole to create a service-linked role for Data Security Center (DSC). This role authorizes DSC to access your cloud resources.
410
416
  *
411
417
  * @remarks
412
- * You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
413
- * # Limits
414
- * You can call this operation up to 10 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.
418
+ * This operation allows DSC to access the resources of Alibaba Cloud services such as OSS, RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role. The role is named AliyunServiceRoleForSDDP, and its access policy is AliyunServiceRolePolicyForSDDP.
419
+ * ## QPS limits
420
+ * The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, API calls are throttled, which can affect your business. Call this operation at a reasonable rate.
415
421
  *
416
422
  * @param request - CreateSlrRoleRequest
417
423
  * @param runtime - runtime options for this request RuntimeOptions
@@ -449,12 +455,12 @@ class Client extends openapi_core_1.default {
449
455
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSlrRoleResponse({}));
450
456
  }
451
457
  /**
452
- * Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
458
+ * Call CreateSlrRole to create a service-linked role for Data Security Center (DSC). This role authorizes DSC to access your cloud resources.
453
459
  *
454
460
  * @remarks
455
- * You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
456
- * # Limits
457
- * You can call this operation up to 10 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.
461
+ * This operation allows DSC to access the resources of Alibaba Cloud services such as OSS, RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role. The role is named AliyunServiceRoleForSDDP, and its access policy is AliyunServiceRolePolicyForSDDP.
462
+ * ## QPS limits
463
+ * The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, API calls are throttled, which can affect your business. Call this operation at a reasonable rate.
458
464
  *
459
465
  * @param request - CreateSlrRoleRequest
460
466
  * @returns CreateSlrRoleResponse
@@ -464,12 +470,12 @@ class Client extends openapi_core_1.default {
464
470
  return await this.createSlrRoleWithOptions(request, runtime);
465
471
  }
466
472
  /**
467
- * Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
473
+ * Revokes the scan authorization for a data asset, such as a database, instance, or bucket.
468
474
  *
469
475
  * @remarks
470
- * You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
471
- * # Limits
472
- * You can call this operation up to 10 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.
476
+ * This operation is typically used to revoke authorization for data assets. This helps you manage data access permissions.
477
+ * ## QPS limit
478
+ * The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled. This may affect your business. We recommend that you call this operation within this limit.
473
479
  *
474
480
  * @param request - DeleteDataLimitRequest
475
481
  * @param runtime - runtime options for this request RuntimeOptions
@@ -507,12 +513,12 @@ class Client extends openapi_core_1.default {
507
513
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataLimitResponse({}));
508
514
  }
509
515
  /**
510
- * Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
516
+ * Revokes the scan authorization for a data asset, such as a database, instance, or bucket.
511
517
  *
512
518
  * @remarks
513
- * You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
514
- * # Limits
515
- * You can call this operation up to 10 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.
519
+ * This operation is typically used to revoke authorization for data assets. This helps you manage data access permissions.
520
+ * ## QPS limit
521
+ * The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled. This may affect your business. We recommend that you call this operation within this limit.
516
522
  *
517
523
  * @param request - DeleteDataLimitRequest
518
524
  * @returns DeleteDataLimitResponse
@@ -522,7 +528,7 @@ class Client extends openapi_core_1.default {
522
528
  return await this.deleteDataLimitWithOptions(request, runtime);
523
529
  }
524
530
  /**
525
- * Deletes a custom sensitive data detection rule from Data Security Center (DSC).
531
+ * Deletes a custom sensitive data detection rule.
526
532
  *
527
533
  * @param request - DeleteRuleRequest
528
534
  * @param runtime - runtime options for this request RuntimeOptions
@@ -560,7 +566,7 @@ class Client extends openapi_core_1.default {
560
566
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteRuleResponse({}));
561
567
  }
562
568
  /**
563
- * Deletes a custom sensitive data detection rule from Data Security Center (DSC).
569
+ * Deletes a custom sensitive data detection rule.
564
570
  *
565
571
  * @param request - DeleteRuleRequest
566
572
  * @returns DeleteRuleResponse
@@ -570,7 +576,12 @@ class Client extends openapi_core_1.default {
570
576
  return await this.deleteRuleWithOptions(request, runtime);
571
577
  }
572
578
  /**
573
- * 查询审计告警日志列表
579
+ * Retrieves a list of audit alert logs.
580
+ *
581
+ * @remarks
582
+ * This operation queries a list of data audit alert logs, allowing you to search for and handle alerts.
583
+ * ## QPS limit
584
+ * The QPS limit for a single user is 10. If you exceed this limit, the system throttles your API calls. Plan your calls accordingly.
574
585
  *
575
586
  * @param request - DescribeAuditLogsRequest
576
587
  * @param runtime - runtime options for this request RuntimeOptions
@@ -683,7 +694,12 @@ class Client extends openapi_core_1.default {
683
694
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuditLogsResponse({}));
684
695
  }
685
696
  /**
686
- * 查询审计告警日志列表
697
+ * Retrieves a list of audit alert logs.
698
+ *
699
+ * @remarks
700
+ * This operation queries a list of data audit alert logs, allowing you to search for and handle alerts.
701
+ * ## QPS limit
702
+ * The QPS limit for a single user is 10. If you exceed this limit, the system throttles your API calls. Plan your calls accordingly.
687
703
  *
688
704
  * @param request - DescribeAuditLogsRequest
689
705
  * @returns DescribeAuditLogsResponse
@@ -693,7 +709,7 @@ class Client extends openapi_core_1.default {
693
709
  return await this.describeAuditLogsWithOptions(request, runtime);
694
710
  }
695
711
  /**
696
- * Call this interface to query the list of industry templates.
712
+ * Lists industry-specific templates.
697
713
  *
698
714
  * @param request - DescribeCategoryTemplateListRequest
699
715
  * @param runtime - runtime options for this request RuntimeOptions
@@ -734,7 +750,7 @@ class Client extends openapi_core_1.default {
734
750
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCategoryTemplateListResponse({}));
735
751
  }
736
752
  /**
737
- * Call this interface to query the list of industry templates.
753
+ * Lists industry-specific templates.
738
754
  *
739
755
  * @param request - DescribeCategoryTemplateListRequest
740
756
  * @returns DescribeCategoryTemplateListResponse
@@ -744,12 +760,12 @@ class Client extends openapi_core_1.default {
744
760
  return await this.describeCategoryTemplateListWithOptions(request, runtime);
745
761
  }
746
762
  /**
747
- * Queries rules in a classification template by page.
763
+ * Queries a paginated list of rules in a data classification template.
748
764
  *
749
765
  * @remarks
750
- * You can call this operation to query rules in a classification template.
751
- * # Limits
752
- * You can call this operation up to 10 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.
766
+ * Retrieves the rules in a data classification template to help you review the rule details.
767
+ * ## QPS limit
768
+ * The queries per second (QPS) limit for a single user on this operation is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
753
769
  *
754
770
  * @param request - DescribeCategoryTemplateRuleListRequest
755
771
  * @param runtime - runtime options for this request RuntimeOptions
@@ -793,12 +809,12 @@ class Client extends openapi_core_1.default {
793
809
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCategoryTemplateRuleListResponse({}));
794
810
  }
795
811
  /**
796
- * Queries rules in a classification template by page.
812
+ * Queries a paginated list of rules in a data classification template.
797
813
  *
798
814
  * @remarks
799
- * You can call this operation to query rules in a classification template.
800
- * # Limits
801
- * You can call this operation up to 10 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.
815
+ * Retrieves the rules in a data classification template to help you review the rule details.
816
+ * ## QPS limit
817
+ * The queries per second (QPS) limit for a single user on this operation is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
802
818
  *
803
819
  * @param request - DescribeCategoryTemplateRuleListRequest
804
820
  * @returns DescribeCategoryTemplateRuleListResponse
@@ -808,14 +824,14 @@ class Client extends openapi_core_1.default {
808
824
  return await this.describeCategoryTemplateRuleListWithOptions(request, runtime);
809
825
  }
810
826
  /**
811
- * Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
827
+ * You can call the DescribeColumns API to query column data in data asset tables, such as MaxCompute and RDS, that are authorized to connect to Data Security Center.
812
828
  *
813
829
  * @remarks
814
- * You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
815
- * ## [](#)Precautions
816
- * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
817
- * ## [](#qps)Limits
818
- * Each Alibaba Cloud account can call this operation up to 10 times per second. 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.
830
+ * This API is typically used to view column data in sensitive data asset information tables. This helps users accurately analyze sensitive data.
831
+ * ## Notes
832
+ * The DescribeColumns API has been revised and replaced by DescribeColumnsV2. Use the newer DescribeColumnsV2 version when developing applications.
833
+ * ## QPS Limits
834
+ * The single-user QPS limit for this API is 10 calls per second. If you exceed this limit, API calls will be rate-limited. This may affect your business. You should call the API reasonably.
819
835
  *
820
836
  * @param request - DescribeColumnsRequest
821
837
  * @param runtime - runtime options for this request RuntimeOptions
@@ -898,14 +914,14 @@ class Client extends openapi_core_1.default {
898
914
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColumnsResponse({}));
899
915
  }
900
916
  /**
901
- * Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
917
+ * You can call the DescribeColumns API to query column data in data asset tables, such as MaxCompute and RDS, that are authorized to connect to Data Security Center.
902
918
  *
903
919
  * @remarks
904
- * You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
905
- * ## [](#)Precautions
906
- * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
907
- * ## [](#qps)Limits
908
- * Each Alibaba Cloud account can call this operation up to 10 times per second. 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.
920
+ * This API is typically used to view column data in sensitive data asset information tables. This helps users accurately analyze sensitive data.
921
+ * ## Notes
922
+ * The DescribeColumns API has been revised and replaced by DescribeColumnsV2. Use the newer DescribeColumnsV2 version when developing applications.
923
+ * ## QPS Limits
924
+ * The single-user QPS limit for this API is 10 calls per second. If you exceed this limit, API calls will be rate-limited. This may affect your business. You should call the API reasonably.
909
925
  *
910
926
  * @param request - DescribeColumnsRequest
911
927
  * @returns DescribeColumnsResponse
@@ -915,7 +931,7 @@ class Client extends openapi_core_1.default {
915
931
  return await this.describeColumnsWithOptions(request, runtime);
916
932
  }
917
933
  /**
918
- * Query data in columns of data assets such as MaxCompute, RDS, etc., that are authorized by the Data Security Center.
934
+ * The DescribeColumnsV2 operation queries data in the columns of data asset tables, such as those in MaxCompute and RDS, that are authorized in Data Security Center.
919
935
  *
920
936
  * @param request - DescribeColumnsV2Request
921
937
  * @param runtime - runtime options for this request RuntimeOptions
@@ -983,7 +999,7 @@ class Client extends openapi_core_1.default {
983
999
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColumnsV2Response({}));
984
1000
  }
985
1001
  /**
986
- * Query data in columns of data assets such as MaxCompute, RDS, etc., that are authorized by the Data Security Center.
1002
+ * The DescribeColumnsV2 operation queries data in the columns of data asset tables, such as those in MaxCompute and RDS, that are authorized in Data Security Center.
987
1003
  *
988
1004
  * @param request - DescribeColumnsV2Request
989
1005
  * @returns DescribeColumnsV2Response
@@ -993,7 +1009,13 @@ class Client extends openapi_core_1.default {
993
1009
  return await this.describeColumnsV2WithOptions(request, runtime);
994
1010
  }
995
1011
  /**
996
- * Queries common configuration items for alerts.
1012
+ * Queries common configuration items for anomaly alerts.
1013
+ *
1014
+ * @remarks
1015
+ * # Usage notes
1016
+ * Queries common configuration items for anomaly alerts, which you can use to create or restore alert configurations.
1017
+ * # QPS limit
1018
+ * The maximum number of queries per second (QPS) per user is 10. If this limit is exceeded, API calls are throttled. This may impact your business. Call this operation only as needed.
997
1019
  *
998
1020
  * @param request - DescribeConfigsRequest
999
1021
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1022,7 +1044,13 @@ class Client extends openapi_core_1.default {
1022
1044
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeConfigsResponse({}));
1023
1045
  }
1024
1046
  /**
1025
- * Queries common configuration items for alerts.
1047
+ * Queries common configuration items for anomaly alerts.
1048
+ *
1049
+ * @remarks
1050
+ * # Usage notes
1051
+ * Queries common configuration items for anomaly alerts, which you can use to create or restore alert configurations.
1052
+ * # QPS limit
1053
+ * The maximum number of queries per second (QPS) per user is 10. If this limit is exceeded, API calls are throttled. This may impact your business. Call this operation only as needed.
1026
1054
  *
1027
1055
  * @param request - DescribeConfigsRequest
1028
1056
  * @returns DescribeConfigsResponse
@@ -1032,7 +1060,14 @@ class Client extends openapi_core_1.default {
1032
1060
  return await this.describeConfigsWithOptions(request, runtime);
1033
1061
  }
1034
1062
  /**
1035
- * Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
1063
+ * Searches for data assets on the Overview page of Data Security Center (DSC).
1064
+ *
1065
+ * @remarks
1066
+ * This operation is typically used to query data assets of different types on the overview page of DSC.
1067
+ * ## Usage notes
1068
+ * This operation is deprecated and no longer maintained.
1069
+ * ## QPS limit
1070
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
1036
1071
  *
1037
1072
  * @param request - DescribeDataAssetsRequest
1038
1073
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1079,7 +1114,14 @@ class Client extends openapi_core_1.default {
1079
1114
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataAssetsResponse({}));
1080
1115
  }
1081
1116
  /**
1082
- * Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
1117
+ * Searches for data assets on the Overview page of Data Security Center (DSC).
1118
+ *
1119
+ * @remarks
1120
+ * This operation is typically used to query data assets of different types on the overview page of DSC.
1121
+ * ## Usage notes
1122
+ * This operation is deprecated and no longer maintained.
1123
+ * ## QPS limit
1124
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Plan your calls accordingly.
1083
1125
  *
1084
1126
  * @param request - DescribeDataAssetsRequest
1085
1127
  * @returns DescribeDataAssetsResponse
@@ -1089,7 +1131,7 @@ class Client extends openapi_core_1.default {
1089
1131
  return await this.describeDataAssetsWithOptions(request, runtime);
1090
1132
  }
1091
1133
  /**
1092
- * Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
1134
+ * Retrieves the details of an authorized data asset, such as a MaxCompute project, ApsaraDB RDS database, or OSS bucket.
1093
1135
  *
1094
1136
  * @param request - DescribeDataLimitDetailRequest
1095
1137
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1127,7 +1169,7 @@ class Client extends openapi_core_1.default {
1127
1169
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataLimitDetailResponse({}));
1128
1170
  }
1129
1171
  /**
1130
- * Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
1172
+ * Retrieves the details of an authorized data asset, such as a MaxCompute project, ApsaraDB RDS database, or OSS bucket.
1131
1173
  *
1132
1174
  * @param request - DescribeDataLimitDetailRequest
1133
1175
  * @returns DescribeDataLimitDetailResponse
@@ -1137,12 +1179,14 @@ class Client extends openapi_core_1.default {
1137
1179
  return await this.describeDataLimitDetailWithOptions(request, runtime);
1138
1180
  }
1139
1181
  /**
1140
- * Queries assets that Data Security Center (DSC) is authorized to scan, or the regions that DSC supports.
1182
+ * Call the DescribeDataLimitSet operation to query the authorization list for unstructured assets or the list of regions supported by Data Security Center.
1141
1183
  *
1142
1184
  * @remarks
1143
- * You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
1144
- * # Limits
1145
- * You can call this operation up to 10 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.
1185
+ * Use this operation to retrieve a list of authorized product assets. This list helps you search for and aggregate resources.
1186
+ * ## Notes
1187
+ * In the future, this operation will be used only to retrieve the list of regions that a product supports. Other features will no longer be maintained.
1188
+ * ## QPS limits
1189
+ * The queries per second (QPS) limit for this operation is 10 calls per second for each user. API calls that exceed this limit are throttled. Throttling can affect your business. We recommend that you call this operation a reasonable number of times.
1146
1190
  *
1147
1191
  * @param request - DescribeDataLimitSetRequest
1148
1192
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1183,12 +1227,14 @@ class Client extends openapi_core_1.default {
1183
1227
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataLimitSetResponse({}));
1184
1228
  }
1185
1229
  /**
1186
- * Queries assets that Data Security Center (DSC) is authorized to scan, or the regions that DSC supports.
1230
+ * Call the DescribeDataLimitSet operation to query the authorization list for unstructured assets or the list of regions supported by Data Security Center.
1187
1231
  *
1188
1232
  * @remarks
1189
- * You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
1190
- * # Limits
1191
- * You can call this operation up to 10 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.
1233
+ * Use this operation to retrieve a list of authorized product assets. This list helps you search for and aggregate resources.
1234
+ * ## Notes
1235
+ * In the future, this operation will be used only to retrieve the list of regions that a product supports. Other features will no longer be maintained.
1236
+ * ## QPS limits
1237
+ * The queries per second (QPS) limit for this operation is 10 calls per second for each user. API calls that exceed this limit are throttled. Throttling can affect your business. We recommend that you call this operation a reasonable number of times.
1192
1238
  *
1193
1239
  * @param request - DescribeDataLimitSetRequest
1194
1240
  * @returns DescribeDataLimitSetResponse
@@ -1198,7 +1244,7 @@ class Client extends openapi_core_1.default {
1198
1244
  return await this.describeDataLimitSetWithOptions(request, runtime);
1199
1245
  }
1200
1246
  /**
1201
- * Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
1247
+ * Queries the list of data assets for authorized instances, databases, and buckets.
1202
1248
  *
1203
1249
  * @param request - DescribeDataLimitsRequest
1204
1250
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1269,7 +1315,7 @@ class Client extends openapi_core_1.default {
1269
1315
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataLimitsResponse({}));
1270
1316
  }
1271
1317
  /**
1272
- * Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
1318
+ * Queries the list of data assets for authorized instances, databases, and buckets.
1273
1319
  *
1274
1320
  * @param request - DescribeDataLimitsRequest
1275
1321
  * @returns DescribeDataLimitsResponse
@@ -1279,12 +1325,12 @@ class Client extends openapi_core_1.default {
1279
1325
  return await this.describeDataLimitsWithOptions(request, runtime);
1280
1326
  }
1281
1327
  /**
1282
- * Queries the execution information about a de-identification task.
1328
+ * You can call DescribeDataMaskingRunHistory to query the execution history of data masking tasks.
1283
1329
  *
1284
1330
  * @remarks
1285
- * You can call this operation to query the execution information of a static de-identification task, including the status and progress.
1286
- * # Limits
1287
- * You can call this operation up to 10 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.
1331
+ * This operation retrieves the execution history of static data masking tasks. You can use it to search for task statuses and view task progress.
1332
+ * ## QPS limits
1333
+ * The queries per second (QPS) limit for a single user on this operation is 10 calls per second. Calls that exceed this limit are throttled. This may affect your business. Plan your calls accordingly.
1288
1334
  *
1289
1335
  * @param request - DescribeDataMaskingRunHistoryRequest
1290
1336
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1343,12 +1389,12 @@ class Client extends openapi_core_1.default {
1343
1389
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataMaskingRunHistoryResponse({}));
1344
1390
  }
1345
1391
  /**
1346
- * Queries the execution information about a de-identification task.
1392
+ * You can call DescribeDataMaskingRunHistory to query the execution history of data masking tasks.
1347
1393
  *
1348
1394
  * @remarks
1349
- * You can call this operation to query the execution information of a static de-identification task, including the status and progress.
1350
- * # Limits
1351
- * You can call this operation up to 10 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.
1395
+ * This operation retrieves the execution history of static data masking tasks. You can use it to search for task statuses and view task progress.
1396
+ * ## QPS limits
1397
+ * The queries per second (QPS) limit for a single user on this operation is 10 calls per second. Calls that exceed this limit are throttled. This may affect your business. Plan your calls accordingly.
1352
1398
  *
1353
1399
  * @param request - DescribeDataMaskingRunHistoryRequest
1354
1400
  * @returns DescribeDataMaskingRunHistoryResponse
@@ -1358,12 +1404,12 @@ class Client extends openapi_core_1.default {
1358
1404
  return await this.describeDataMaskingRunHistoryWithOptions(request, runtime);
1359
1405
  }
1360
1406
  /**
1361
- * Queries de-identification tasks.
1407
+ * Call DescribeDataMaskingTasks to retrieve a list of data masking tasks.
1362
1408
  *
1363
1409
  * @remarks
1364
- * You can call this operation to query static de-identification tasks. This facilitates task queries and management.
1365
- * # Limits
1366
- * You can call this operation up to 10 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.
1410
+ * This operation retrieves a list of static data masking tasks, which you can then search and manage.
1411
+ * ## QPS limits
1412
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, your API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
1367
1413
  *
1368
1414
  * @param request - DescribeDataMaskingTasksRequest
1369
1415
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1410,12 +1456,12 @@ class Client extends openapi_core_1.default {
1410
1456
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataMaskingTasksResponse({}));
1411
1457
  }
1412
1458
  /**
1413
- * Queries de-identification tasks.
1459
+ * Call DescribeDataMaskingTasks to retrieve a list of data masking tasks.
1414
1460
  *
1415
1461
  * @remarks
1416
- * You can call this operation to query static de-identification tasks. This facilitates task queries and management.
1417
- * # Limits
1418
- * You can call this operation up to 10 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.
1462
+ * This operation retrieves a list of static data masking tasks, which you can then search and manage.
1463
+ * ## QPS limits
1464
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, your API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
1419
1465
  *
1420
1466
  * @param request - DescribeDataMaskingTasksRequest
1421
1467
  * @returns DescribeDataMaskingTasksResponse
@@ -1425,11 +1471,11 @@ class Client extends openapi_core_1.default {
1425
1471
  return await this.describeDataMaskingTasksWithOptions(request, runtime);
1426
1472
  }
1427
1473
  /**
1428
- * View data object column details
1474
+ * Queries the detection results for columns in a data table.
1429
1475
  *
1430
1476
  * @remarks
1431
1477
  * ## Notes
1432
- * The DescribeDataObjectColumnDetail interface has been revised to DescribeDataObjectColumnDetailV2. It is recommended that you use the newer version, DescribeDataObjectColumnDetailV2, when developing your application.
1478
+ * The DescribeDataObjectColumnDetail operation has been updated to DescribeDataObjectColumnDetailV2. We recommend that you use the latest version, DescribeDataObjectColumnDetailV2, for application development.
1433
1479
  *
1434
1480
  * @param request - DescribeDataObjectColumnDetailRequest
1435
1481
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1476,11 +1522,11 @@ class Client extends openapi_core_1.default {
1476
1522
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataObjectColumnDetailResponse({}));
1477
1523
  }
1478
1524
  /**
1479
- * View data object column details
1525
+ * Queries the detection results for columns in a data table.
1480
1526
  *
1481
1527
  * @remarks
1482
1528
  * ## Notes
1483
- * The DescribeDataObjectColumnDetail interface has been revised to DescribeDataObjectColumnDetailV2. It is recommended that you use the newer version, DescribeDataObjectColumnDetailV2, when developing your application.
1529
+ * The DescribeDataObjectColumnDetail operation has been updated to DescribeDataObjectColumnDetailV2. We recommend that you use the latest version, DescribeDataObjectColumnDetailV2, for application development.
1484
1530
  *
1485
1531
  * @param request - DescribeDataObjectColumnDetailRequest
1486
1532
  * @returns DescribeDataObjectColumnDetailResponse
@@ -1490,7 +1536,7 @@ class Client extends openapi_core_1.default {
1490
1536
  return await this.describeDataObjectColumnDetailWithOptions(request, runtime);
1491
1537
  }
1492
1538
  /**
1493
- * View Data Object Column Details V2
1539
+ * Queries the detection results for the columns of a data table.
1494
1540
  *
1495
1541
  * @param request - DescribeDataObjectColumnDetailV2Request
1496
1542
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1537,7 +1583,7 @@ class Client extends openapi_core_1.default {
1537
1583
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataObjectColumnDetailV2Response({}));
1538
1584
  }
1539
1585
  /**
1540
- * View Data Object Column Details V2
1586
+ * Queries the detection results for the columns of a data table.
1541
1587
  *
1542
1588
  * @param request - DescribeDataObjectColumnDetailV2Request
1543
1589
  * @returns DescribeDataObjectColumnDetailV2Response
@@ -1547,7 +1593,12 @@ class Client extends openapi_core_1.default {
1547
1593
  return await this.describeDataObjectColumnDetailV2WithOptions(request, runtime);
1548
1594
  }
1549
1595
  /**
1550
- * Paginated Query of Data Catalog Objects
1596
+ * Query data detection results for tables and files.
1597
+ *
1598
+ * @remarks
1599
+ * This operation queries data detection results for tables and files, to provide a comprehensive view across all your assets.
1600
+ * ## QPS limit
1601
+ * The per-user QPS limit for this operation is 10 requests per second. If you exceed this limit, the system throttles your API calls. To prevent business disruptions, call this operation only when necessary.
1551
1602
  *
1552
1603
  * @param request - DescribeDataObjectsRequest
1553
1604
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1663,7 +1714,12 @@ class Client extends openapi_core_1.default {
1663
1714
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataObjectsResponse({}));
1664
1715
  }
1665
1716
  /**
1666
- * Paginated Query of Data Catalog Objects
1717
+ * Query data detection results for tables and files.
1718
+ *
1719
+ * @remarks
1720
+ * This operation queries data detection results for tables and files, to provide a comprehensive view across all your assets.
1721
+ * ## QPS limit
1722
+ * The per-user QPS limit for this operation is 10 requests per second. If you exceed this limit, the system throttles your API calls. To prevent business disruptions, call this operation only when necessary.
1667
1723
  *
1668
1724
  * @param request - DescribeDataObjectsRequest
1669
1725
  * @returns DescribeDataObjectsResponse
@@ -1673,7 +1729,7 @@ class Client extends openapi_core_1.default {
1673
1729
  return await this.describeDataObjectsWithOptions(request, runtime);
1674
1730
  }
1675
1731
  /**
1676
- * Queries a list of OSS object types that can be identified.
1732
+ * Queries a list of file types supported by Object Storage Service (OSS).
1677
1733
  *
1678
1734
  * @param request - DescribeDocTypesRequest
1679
1735
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1702,7 +1758,7 @@ class Client extends openapi_core_1.default {
1702
1758
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDocTypesResponse({}));
1703
1759
  }
1704
1760
  /**
1705
- * Queries a list of OSS object types that can be identified.
1761
+ * Queries a list of file types supported by Object Storage Service (OSS).
1706
1762
  *
1707
1763
  * @param request - DescribeDocTypesRequest
1708
1764
  * @returns DescribeDocTypesResponse
@@ -1712,7 +1768,7 @@ class Client extends openapi_core_1.default {
1712
1768
  return await this.describeDocTypesWithOptions(request, runtime);
1713
1769
  }
1714
1770
  /**
1715
- * Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
1771
+ * Retrieves the details of an anomalous event, including its occurrence time, description, and handling status.
1716
1772
  *
1717
1773
  * @param request - DescribeEventDetailRequest
1718
1774
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1744,7 +1800,7 @@ class Client extends openapi_core_1.default {
1744
1800
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventDetailResponse({}));
1745
1801
  }
1746
1802
  /**
1747
- * Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
1803
+ * Retrieves the details of an anomalous event, including its occurrence time, description, and handling status.
1748
1804
  *
1749
1805
  * @param request - DescribeEventDetailRequest
1750
1806
  * @returns DescribeEventDetailResponse
@@ -1754,7 +1810,7 @@ class Client extends openapi_core_1.default {
1754
1810
  return await this.describeEventDetailWithOptions(request, runtime);
1755
1811
  }
1756
1812
  /**
1757
- * Queries the types of anomalous events.
1813
+ * Queries anomalous activity types.
1758
1814
  *
1759
1815
  * @param request - DescribeEventTypesRequest
1760
1816
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1795,7 +1851,7 @@ class Client extends openapi_core_1.default {
1795
1851
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventTypesResponse({}));
1796
1852
  }
1797
1853
  /**
1798
- * Queries the types of anomalous events.
1854
+ * Queries anomalous activity types.
1799
1855
  *
1800
1856
  * @param request - DescribeEventTypesRequest
1801
1857
  * @returns DescribeEventTypesResponse
@@ -1805,12 +1861,12 @@ class Client extends openapi_core_1.default {
1805
1861
  return await this.describeEventTypesWithOptions(request, runtime);
1806
1862
  }
1807
1863
  /**
1808
- * Queries anomalous events.
1864
+ * Lists anomalous events.
1809
1865
  *
1810
1866
  * @remarks
1811
- * You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
1812
- * # Limits
1813
- * You can call this operation up to 10 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.
1867
+ * This operation queries alerts for data breach risks to help you find and handle them.
1868
+ * ## QPS limits
1869
+ * The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, your API calls are throttled. This may affect your business. Plan your API calls accordingly.
1814
1870
  *
1815
1871
  * @param request - DescribeEventsRequest
1816
1872
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1884,12 +1940,12 @@ class Client extends openapi_core_1.default {
1884
1940
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventsResponse({}));
1885
1941
  }
1886
1942
  /**
1887
- * Queries anomalous events.
1943
+ * Lists anomalous events.
1888
1944
  *
1889
1945
  * @remarks
1890
- * You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
1891
- * # Limits
1892
- * You can call this operation up to 10 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.
1946
+ * This operation queries alerts for data breach risks to help you find and handle them.
1947
+ * ## QPS limits
1948
+ * The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, your API calls are throttled. This may affect your business. Plan your API calls accordingly.
1893
1949
  *
1894
1950
  * @param request - DescribeEventsRequest
1895
1951
  * @returns DescribeEventsResponse
@@ -1899,11 +1955,11 @@ class Client extends openapi_core_1.default {
1899
1955
  return await this.describeEventsWithOptions(request, runtime);
1900
1956
  }
1901
1957
  /**
1902
- * Query the status of an identification task
1958
+ * Retrieves the completion status of a detection task based on the task ID. You can obtain the task ID from the Id field in the return value of a CreateScanTask or ScanOssObjectV1 API call.
1903
1959
  *
1904
1960
  * @remarks
1905
- * ## QPS Limit
1906
- * The QPS limit for this interface per user is 10 times/second. Exceeding the limit will result in API calls being rate-limited, which may affect your business. Please call it reasonably.
1961
+ * ## QPS limit
1962
+ * The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, API calls are throttled, which may affect your business. Call this operation at a reasonable rate.
1907
1963
  *
1908
1964
  * @param request - DescribeIdentifyTaskStatusRequest
1909
1965
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1929,11 +1985,11 @@ class Client extends openapi_core_1.default {
1929
1985
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeIdentifyTaskStatusResponse({}));
1930
1986
  }
1931
1987
  /**
1932
- * Query the status of an identification task
1988
+ * Retrieves the completion status of a detection task based on the task ID. You can obtain the task ID from the Id field in the return value of a CreateScanTask or ScanOssObjectV1 API call.
1933
1989
  *
1934
1990
  * @remarks
1935
- * ## QPS Limit
1936
- * The QPS limit for this interface per user is 10 times/second. Exceeding the limit will result in API calls being rate-limited, which may affect your business. Please call it reasonably.
1991
+ * ## QPS limit
1992
+ * The queries per second (QPS) limit for this operation is 10 for each user. If you exceed the limit, API calls are throttled, which may affect your business. Call this operation at a reasonable rate.
1937
1993
  *
1938
1994
  * @param request - DescribeIdentifyTaskStatusRequest
1939
1995
  * @returns DescribeIdentifyTaskStatusResponse
@@ -1946,8 +2002,10 @@ class Client extends openapi_core_1.default {
1946
2002
  * Queries a list of data assets.
1947
2003
  *
1948
2004
  * @remarks
1949
- * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
1950
- * This operation is no longer used for the KMS console of the new version.
2005
+ * Queries the list of authorized or unauthorized data assets based on the AuthStatus parameter to help you understand the authorization status of your data assets.
2006
+ * This operation is no longer used in the new console.
2007
+ * ## QPS limit
2008
+ * Each user can call this operation up to 10 times per second. If this limit is exceeded, API calls are throttled, which may affect your business.
1951
2009
  *
1952
2010
  * @param request - DescribeInstanceSourcesRequest
1953
2011
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2015,8 +2073,10 @@ class Client extends openapi_core_1.default {
2015
2073
  * Queries a list of data assets.
2016
2074
  *
2017
2075
  * @remarks
2018
- * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
2019
- * This operation is no longer used for the KMS console of the new version.
2076
+ * Queries the list of authorized or unauthorized data assets based on the AuthStatus parameter to help you understand the authorization status of your data assets.
2077
+ * This operation is no longer used in the new console.
2078
+ * ## QPS limit
2079
+ * Each user can call this operation up to 10 times per second. If this limit is exceeded, API calls are throttled, which may affect your business.
2020
2080
  *
2021
2081
  * @param request - DescribeInstanceSourcesRequest
2022
2082
  * @returns DescribeInstanceSourcesResponse
@@ -2026,12 +2086,12 @@ class Client extends openapi_core_1.default {
2026
2086
  return await this.describeInstanceSourcesWithOptions(request, runtime);
2027
2087
  }
2028
2088
  /**
2029
- * Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
2089
+ * Retrieves a list of authorized MaxCompute, RDS, and OSS data asset instances.
2030
2090
  *
2031
2091
  * @remarks
2032
- * When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
2033
- * # Limits
2034
- * You can call this operation up to 10 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.
2092
+ * When you call the DescribeInstances operation, you can set parameters such as search keywords and the threat level of data asset instances to retrieve a list of instances that meet your requirements.
2093
+ * ## QPS limit
2094
+ * The queries per second (QPS) limit for a single user for this operation is 10 calls per second. If you exceed this limit, API calls are throttled. This can affect your business. Plan your calls accordingly.
2035
2095
  *
2036
2096
  * @param request - DescribeInstancesRequest
2037
2097
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2087,12 +2147,12 @@ class Client extends openapi_core_1.default {
2087
2147
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeInstancesResponse({}));
2088
2148
  }
2089
2149
  /**
2090
- * Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
2150
+ * Retrieves a list of authorized MaxCompute, RDS, and OSS data asset instances.
2091
2151
  *
2092
2152
  * @remarks
2093
- * When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
2094
- * # Limits
2095
- * You can call this operation up to 10 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.
2153
+ * When you call the DescribeInstances operation, you can set parameters such as search keywords and the threat level of data asset instances to retrieve a list of instances that meet your requirements.
2154
+ * ## QPS limit
2155
+ * The queries per second (QPS) limit for a single user for this operation is 10 calls per second. If you exceed this limit, API calls are throttled. This can affect your business. Plan your calls accordingly.
2096
2156
  *
2097
2157
  * @param request - DescribeInstancesRequest
2098
2158
  * @returns DescribeInstancesResponse
@@ -2102,14 +2162,14 @@ class Client extends openapi_core_1.default {
2102
2162
  return await this.describeInstancesWithOptions(request, runtime);
2103
2163
  }
2104
2164
  /**
2105
- * Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
2165
+ * Obtains detailed information about an authorized OSS object in Data Security Center.
2106
2166
  *
2107
2167
  * @remarks
2108
- * You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
2109
- * ## [](#)Precautions
2110
- * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
2111
- * ## [](#qps)Limits
2112
- * Each Alibaba Cloud account can call this operation up to 10 times per second. 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.
2168
+ * This operation is typically used to query the details of OSS objects. This information helps you accurately locate sensitive data assets in OSS.
2169
+ * ## Usage notes
2170
+ * The DescribeOssObjectDetail operation has been updated to DescribeOssObjectDetailV2. We recommend that you use the new version, DescribeOssObjectDetailV2, when you develop applications.
2171
+ * ## QPS limit
2172
+ * A single user can make up to 10 queries per second (QPS). If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you plan your calls accordingly.
2113
2173
  *
2114
2174
  * @param request - DescribeOssObjectDetailRequest
2115
2175
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2141,14 +2201,14 @@ class Client extends openapi_core_1.default {
2141
2201
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssObjectDetailResponse({}));
2142
2202
  }
2143
2203
  /**
2144
- * Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
2204
+ * Obtains detailed information about an authorized OSS object in Data Security Center.
2145
2205
  *
2146
2206
  * @remarks
2147
- * You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
2148
- * ## [](#)Precautions
2149
- * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
2150
- * ## [](#qps)Limits
2151
- * Each Alibaba Cloud account can call this operation up to 10 times per second. 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.
2207
+ * This operation is typically used to query the details of OSS objects. This information helps you accurately locate sensitive data assets in OSS.
2208
+ * ## Usage notes
2209
+ * The DescribeOssObjectDetail operation has been updated to DescribeOssObjectDetailV2. We recommend that you use the new version, DescribeOssObjectDetailV2, when you develop applications.
2210
+ * ## QPS limit
2211
+ * A single user can make up to 10 queries per second (QPS). If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you plan your calls accordingly.
2152
2212
  *
2153
2213
  * @param request - DescribeOssObjectDetailRequest
2154
2214
  * @returns DescribeOssObjectDetailResponse
@@ -2158,10 +2218,10 @@ class Client extends openapi_core_1.default {
2158
2218
  return await this.describeOssObjectDetailWithOptions(request, runtime);
2159
2219
  }
2160
2220
  /**
2161
- * Call this interface to query the details of a single storage object in OSS that is authorized by the Data Security Center.
2221
+ * Obtains detailed information about an authorized OSS object in Data Security Center.
2162
2222
  *
2163
2223
  * @remarks
2164
- * This interface is generally used to query the detailed information of OSS storage objects, which facilitates the accurate positioning of sensitive OSS assets.
2224
+ * This operation queries the details of OSS objects. You can use this operation to locate sensitive data assets in OSS.
2165
2225
  *
2166
2226
  * @param request - DescribeOssObjectDetailV2Request
2167
2227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2205,10 +2265,10 @@ class Client extends openapi_core_1.default {
2205
2265
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssObjectDetailV2Response({}));
2206
2266
  }
2207
2267
  /**
2208
- * Call this interface to query the details of a single storage object in OSS that is authorized by the Data Security Center.
2268
+ * Obtains detailed information about an authorized OSS object in Data Security Center.
2209
2269
  *
2210
2270
  * @remarks
2211
- * This interface is generally used to query the detailed information of OSS storage objects, which facilitates the accurate positioning of sensitive OSS assets.
2271
+ * This operation queries the details of OSS objects. You can use this operation to locate sensitive data assets in OSS.
2212
2272
  *
2213
2273
  * @param request - DescribeOssObjectDetailV2Request
2214
2274
  * @returns DescribeOssObjectDetailV2Response
@@ -2218,7 +2278,7 @@ class Client extends openapi_core_1.default {
2218
2278
  return await this.describeOssObjectDetailV2WithOptions(request, runtime);
2219
2279
  }
2220
2280
  /**
2221
- * Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
2281
+ * Lists authorized OSS objects.
2222
2282
  *
2223
2283
  * @param request - DescribeOssObjectsRequest
2224
2284
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2283,7 +2343,7 @@ class Client extends openapi_core_1.default {
2283
2343
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssObjectsResponse({}));
2284
2344
  }
2285
2345
  /**
2286
- * Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
2346
+ * Lists authorized OSS objects.
2287
2347
  *
2288
2348
  * @param request - DescribeOssObjectsRequest
2289
2349
  * @returns DescribeOssObjectsResponse
@@ -2293,12 +2353,12 @@ class Client extends openapi_core_1.default {
2293
2353
  return await this.describeOssObjectsWithOptions(request, runtime);
2294
2354
  }
2295
2355
  /**
2296
- * Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
2356
+ * Retrieves information about MaxCompute packages authorized for scanning, including package names, owner accounts, and risk levels.
2297
2357
  *
2298
2358
  * @remarks
2299
- * You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
2300
- * # Limits
2301
- * You can call this operation up to 10 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.
2359
+ * This API is typically used to query a list of MaxCompute packages. This helps you search for packages and obtain an overview of sensitive information.
2360
+ * ## QPS limit
2361
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, your API calls are throttled. This can affect your business. Make sure to call this API within the limit.
2302
2362
  *
2303
2363
  * @param request - DescribePackagesRequest
2304
2364
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2348,12 +2408,12 @@ class Client extends openapi_core_1.default {
2348
2408
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePackagesResponse({}));
2349
2409
  }
2350
2410
  /**
2351
- * Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
2411
+ * Retrieves information about MaxCompute packages authorized for scanning, including package names, owner accounts, and risk levels.
2352
2412
  *
2353
2413
  * @remarks
2354
- * You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
2355
- * # Limits
2356
- * You can call this operation up to 10 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.
2414
+ * This API is typically used to query a list of MaxCompute packages. This helps you search for packages and obtain an overview of sensitive information.
2415
+ * ## QPS limit
2416
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, your API calls are throttled. This can affect your business. Make sure to call this API within the limit.
2357
2417
  *
2358
2418
  * @param request - DescribePackagesRequest
2359
2419
  * @returns DescribePackagesResponse
@@ -2363,7 +2423,7 @@ class Client extends openapi_core_1.default {
2363
2423
  return await this.describePackagesWithOptions(request, runtime);
2364
2424
  }
2365
2425
  /**
2366
- * Gets the list of first-level authorizations.
2426
+ * Lists assets and their authorization status.
2367
2427
  *
2368
2428
  * @param request - DescribeParentInstanceRequest
2369
2429
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2425,7 +2485,7 @@ class Client extends openapi_core_1.default {
2425
2485
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParentInstanceResponse({}));
2426
2486
  }
2427
2487
  /**
2428
- * Gets the list of first-level authorizations.
2488
+ * Lists assets and their authorization status.
2429
2489
  *
2430
2490
  * @param request - DescribeParentInstanceRequest
2431
2491
  * @returns DescribeParentInstanceResponse
@@ -2435,12 +2495,12 @@ class Client extends openapi_core_1.default {
2435
2495
  return await this.describeParentInstanceWithOptions(request, runtime);
2436
2496
  }
2437
2497
  /**
2438
- * Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
2498
+ * Call the DescribeRiskLevels operation to retrieve a list of risk levels for sensitive data.
2439
2499
  *
2440
2500
  * @remarks
2441
- * You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
2442
- * # Limits
2443
- * You can call this operation up to 10 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.
2501
+ * You can use this operation to retrieve a list of risk levels for sensitive data that are defined in the current template. This lets you view the number of rules that reference each risk level and the maximum risk level in the template.
2502
+ * ## QPS limits
2503
+ * The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, your API calls are throttled. This may affect your business. Plan your calls accordingly.
2444
2504
  *
2445
2505
  * @param request - DescribeRiskLevelsRequest
2446
2506
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2475,12 +2535,12 @@ class Client extends openapi_core_1.default {
2475
2535
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRiskLevelsResponse({}));
2476
2536
  }
2477
2537
  /**
2478
- * Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
2538
+ * Call the DescribeRiskLevels operation to retrieve a list of risk levels for sensitive data.
2479
2539
  *
2480
2540
  * @remarks
2481
- * You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
2482
- * # Limits
2483
- * You can call this operation up to 10 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.
2541
+ * You can use this operation to retrieve a list of risk levels for sensitive data that are defined in the current template. This lets you view the number of rules that reference each risk level and the maximum risk level in the template.
2542
+ * ## QPS limits
2543
+ * The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, your API calls are throttled. This may affect your business. Plan your calls accordingly.
2484
2544
  *
2485
2545
  * @param request - DescribeRiskLevelsRequest
2486
2546
  * @returns DescribeRiskLevelsResponse
@@ -2490,7 +2550,7 @@ class Client extends openapi_core_1.default {
2490
2550
  return await this.describeRiskLevelsWithOptions(request, runtime);
2491
2551
  }
2492
2552
  /**
2493
- * Queries sensitive data detection rules.
2553
+ * Queries a list of sensitive data detection rules.
2494
2554
  *
2495
2555
  * @param request - DescribeRulesRequest
2496
2556
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2576,7 +2636,7 @@ class Client extends openapi_core_1.default {
2576
2636
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRulesResponse({}));
2577
2637
  }
2578
2638
  /**
2579
- * Queries sensitive data detection rules.
2639
+ * Queries a list of sensitive data detection rules.
2580
2640
  *
2581
2641
  * @param request - DescribeRulesRequest
2582
2642
  * @returns DescribeRulesResponse
@@ -2586,12 +2646,12 @@ class Client extends openapi_core_1.default {
2586
2646
  return await this.describeRulesWithOptions(request, runtime);
2587
2647
  }
2588
2648
  /**
2589
- * Queries tables in data assets such as MaxCompute projects and ApsaraDB RDS instances that Data Security Center (DSC) is authorized to access.
2649
+ * Queries tables in data assets, such as MaxCompute and RDS, that Data Security Center is authorized to access.
2590
2650
  *
2591
2651
  * @remarks
2592
- * When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
2593
- * # Limits
2594
- * You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
2652
+ * You can call the DescribeTables operation to retrieve information about specific data asset tables. You can specify parameters such as search keywords and risk levels.
2653
+ * ## QPS limits
2654
+ * Each Alibaba Cloud account can call this operation up to 10 times per second. If you exceed this limit, throttling is triggered, which may affect your business. We recommend that you call this operation at a sustainable rate.
2595
2655
  *
2596
2656
  * @param request - DescribeTablesRequest
2597
2657
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2653,12 +2713,12 @@ class Client extends openapi_core_1.default {
2653
2713
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTablesResponse({}));
2654
2714
  }
2655
2715
  /**
2656
- * Queries tables in data assets such as MaxCompute projects and ApsaraDB RDS instances that Data Security Center (DSC) is authorized to access.
2716
+ * Queries tables in data assets, such as MaxCompute and RDS, that Data Security Center is authorized to access.
2657
2717
  *
2658
2718
  * @remarks
2659
- * When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
2660
- * # Limits
2661
- * You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
2719
+ * You can call the DescribeTables operation to retrieve information about specific data asset tables. You can specify parameters such as search keywords and risk levels.
2720
+ * ## QPS limits
2721
+ * Each Alibaba Cloud account can call this operation up to 10 times per second. If you exceed this limit, throttling is triggered, which may affect your business. We recommend that you call this operation at a sustainable rate.
2662
2722
  *
2663
2723
  * @param request - DescribeTablesRequest
2664
2724
  * @returns DescribeTablesResponse
@@ -2668,7 +2728,7 @@ class Client extends openapi_core_1.default {
2668
2728
  return await this.describeTablesWithOptions(request, runtime);
2669
2729
  }
2670
2730
  /**
2671
- * Call this interface to query all models list of industry templates.
2731
+ * Lists all rules in an industry-specific template.
2672
2732
  *
2673
2733
  * @param request - DescribeTemplateAllRulesRequest
2674
2734
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2703,7 +2763,7 @@ class Client extends openapi_core_1.default {
2703
2763
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTemplateAllRulesResponse({}));
2704
2764
  }
2705
2765
  /**
2706
- * Call this interface to query all models list of industry templates.
2766
+ * Lists all rules in an industry-specific template.
2707
2767
  *
2708
2768
  * @param request - DescribeTemplateAllRulesRequest
2709
2769
  * @returns DescribeTemplateAllRulesResponse
@@ -2713,12 +2773,12 @@ class Client extends openapi_core_1.default {
2713
2773
  return await this.describeTemplateAllRulesWithOptions(request, runtime);
2714
2774
  }
2715
2775
  /**
2716
- * Queries the information about an account.
2776
+ * Queries the status of a user account.
2717
2777
  *
2718
2778
  * @remarks
2719
- * You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
2720
- * # Limits
2721
- * You can call this operation up to 10 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.
2779
+ * Retrieves information about the current account, such as your usage of Data Security Center (DSC).
2780
+ * ## QPS limit
2781
+ * The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled. This may affect your business. Call this operation at a reasonable frequency.
2722
2782
  *
2723
2783
  * @param request - DescribeUserStatusRequest
2724
2784
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2750,12 +2810,12 @@ class Client extends openapi_core_1.default {
2750
2810
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeUserStatusResponse({}));
2751
2811
  }
2752
2812
  /**
2753
- * Queries the information about an account.
2813
+ * Queries the status of a user account.
2754
2814
  *
2755
2815
  * @remarks
2756
- * You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
2757
- * # Limits
2758
- * You can call this operation up to 10 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.
2816
+ * Retrieves information about the current account, such as your usage of Data Security Center (DSC).
2817
+ * ## QPS limit
2818
+ * The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed this limit, API calls are throttled. This may affect your business. Call this operation at a reasonable frequency.
2759
2819
  *
2760
2820
  * @param request - DescribeUserStatusRequest
2761
2821
  * @returns DescribeUserStatusResponse
@@ -2765,12 +2825,12 @@ class Client extends openapi_core_1.default {
2765
2825
  return await this.describeUserStatusWithOptions(request, runtime);
2766
2826
  }
2767
2827
  /**
2768
- * Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
2828
+ * You can call the DisableUserConfig operation to disable a user configuration. After a configuration is disabled, you can call the CreateConfig operation and specify the same Code parameter to restore the general anomaly alert configuration.
2769
2829
  *
2770
2830
  * @remarks
2771
- * You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
2772
- * # Limits
2773
- * You can call this operation up to 10 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.
2831
+ * This operation disables a user configuration based on the code of a configuration item in the general anomaly alert configuration module. This lets you promptly change the status of the user configuration.
2832
+ * ## QPS limits
2833
+ * This operation is limited to 10 queries per second (QPS) per user. Calls that exceed this limit are throttled. Throttling may impact your business. Plan your calls accordingly.
2774
2834
  *
2775
2835
  * @param request - DisableUserConfigRequest
2776
2836
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2805,12 +2865,12 @@ class Client extends openapi_core_1.default {
2805
2865
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableUserConfigResponse({}));
2806
2866
  }
2807
2867
  /**
2808
- * Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
2868
+ * You can call the DisableUserConfig operation to disable a user configuration. After a configuration is disabled, you can call the CreateConfig operation and specify the same Code parameter to restore the general anomaly alert configuration.
2809
2869
  *
2810
2870
  * @remarks
2811
- * You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
2812
- * # Limits
2813
- * You can call this operation up to 10 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.
2871
+ * This operation disables a user configuration based on the code of a configuration item in the general anomaly alert configuration module. This lets you promptly change the status of the user configuration.
2872
+ * ## QPS limits
2873
+ * This operation is limited to 10 queries per second (QPS) per user. Calls that exceed this limit are throttled. Throttling may impact your business. Plan your calls accordingly.
2814
2874
  *
2815
2875
  * @param request - DisableUserConfigRequest
2816
2876
  * @returns DisableUserConfigResponse
@@ -2820,7 +2880,7 @@ class Client extends openapi_core_1.default {
2820
2880
  return await this.disableUserConfigWithOptions(request, runtime);
2821
2881
  }
2822
2882
  /**
2823
- * Dynamically de-identifies sensitive data.
2883
+ * You can call the ExecDatamask operation to dynamically mask data.
2824
2884
  *
2825
2885
  * @param request - ExecDatamaskRequest
2826
2886
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2858,7 +2918,7 @@ class Client extends openapi_core_1.default {
2858
2918
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExecDatamaskResponse({}));
2859
2919
  }
2860
2920
  /**
2861
- * Dynamically de-identifies sensitive data.
2921
+ * You can call the ExecDatamask operation to dynamically mask data.
2862
2922
  *
2863
2923
  * @param request - ExecDatamaskRequest
2864
2924
  * @returns ExecDatamaskResponse
@@ -2868,7 +2928,7 @@ class Client extends openapi_core_1.default {
2868
2928
  return await this.execDatamaskWithOptions(request, runtime);
2869
2929
  }
2870
2930
  /**
2871
- * Triggers a de-identification task.
2931
+ * Triggers a data masking task.
2872
2932
  *
2873
2933
  * @param request - ManualTriggerMaskingProcessRequest
2874
2934
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2900,7 +2960,7 @@ class Client extends openapi_core_1.default {
2900
2960
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ManualTriggerMaskingProcessResponse({}));
2901
2961
  }
2902
2962
  /**
2903
- * Triggers a de-identification task.
2963
+ * Triggers a data masking task.
2904
2964
  *
2905
2965
  * @param request - ManualTriggerMaskingProcessRequest
2906
2966
  * @returns ManualTriggerMaskingProcessResponse
@@ -2910,7 +2970,17 @@ class Client extends openapi_core_1.default {
2910
2970
  return await this.manualTriggerMaskingProcessWithOptions(request, runtime);
2911
2971
  }
2912
2972
  /**
2913
- * OSS图片脱敏
2973
+ * Use the MaskOssImage operation to mask images stored as objects.
2974
+ *
2975
+ * @remarks
2976
+ * *Prerequisites**
2977
+ * To use this operation, you must have an image masking quota. Each call deducts one unit from your quota.
2978
+ * **QPS limit**
2979
+ * The QPS limit for a single user is 10. If you exceed this limit, API calls are throttled, which can affect your business. To prevent service disruptions, operate within this limit.
2980
+ * **Usage notes**
2981
+ * After masking is complete, the system stores the masked image in the aliyun_dsc_desensitization folder within the source bucket.
2982
+ * For example, an image at exampledir/test.png in a bucket is saved as aliyun_dsc_desensitization/exampledir/test.png after masking.
2983
+ * For more information, see https\\://help.aliyun.com/zh/dsc/data-security-center/user-guide/picture-desensitization
2914
2984
  *
2915
2985
  * @param request - MaskOssImageRequest
2916
2986
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2925,6 +2995,9 @@ class Client extends openapi_core_1.default {
2925
2995
  if (!$dara.isNull(request.isAlwaysUpload)) {
2926
2996
  query["IsAlwaysUpload"] = request.isAlwaysUpload;
2927
2997
  }
2998
+ if (!$dara.isNull(request.isCoverObject)) {
2999
+ query["IsCoverObject"] = request.isCoverObject;
3000
+ }
2928
3001
  if (!$dara.isNull(request.isSupportRestore)) {
2929
3002
  query["IsSupportRestore"] = request.isSupportRestore;
2930
3003
  }
@@ -2957,7 +3030,17 @@ class Client extends openapi_core_1.default {
2957
3030
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.MaskOssImageResponse({}));
2958
3031
  }
2959
3032
  /**
2960
- * OSS图片脱敏
3033
+ * Use the MaskOssImage operation to mask images stored as objects.
3034
+ *
3035
+ * @remarks
3036
+ * *Prerequisites**
3037
+ * To use this operation, you must have an image masking quota. Each call deducts one unit from your quota.
3038
+ * **QPS limit**
3039
+ * The QPS limit for a single user is 10. If you exceed this limit, API calls are throttled, which can affect your business. To prevent service disruptions, operate within this limit.
3040
+ * **Usage notes**
3041
+ * After masking is complete, the system stores the masked image in the aliyun_dsc_desensitization folder within the source bucket.
3042
+ * For example, an image at exampledir/test.png in a bucket is saved as aliyun_dsc_desensitization/exampledir/test.png after masking.
3043
+ * For more information, see https\\://help.aliyun.com/zh/dsc/data-security-center/user-guide/picture-desensitization
2961
3044
  *
2962
3045
  * @param request - MaskOssImageRequest
2963
3046
  * @returns MaskOssImageResponse
@@ -2967,7 +3050,7 @@ class Client extends openapi_core_1.default {
2967
3050
  return await this.maskOssImageWithOptions(request, runtime);
2968
3051
  }
2969
3052
  /**
2970
- * Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
3053
+ * You can call ModifyDataLimit to modify the configuration items of a connection authorization in Data Security Center (DSC).
2971
3054
  *
2972
3055
  * @param request - ModifyDataLimitRequest
2973
3056
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3044,7 +3127,7 @@ class Client extends openapi_core_1.default {
3044
3127
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDataLimitResponse({}));
3045
3128
  }
3046
3129
  /**
3047
- * Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
3130
+ * You can call ModifyDataLimit to modify the configuration items of a connection authorization in Data Security Center (DSC).
3048
3131
  *
3049
3132
  * @param request - ModifyDataLimitRequest
3050
3133
  * @returns ModifyDataLimitResponse
@@ -3054,12 +3137,12 @@ class Client extends openapi_core_1.default {
3054
3137
  return await this.modifyDataLimitWithOptions(request, runtime);
3055
3138
  }
3056
3139
  /**
3057
- * Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
3140
+ * Modifies the rules that define threat levels for sensitive data. This includes the default threat level for unidentified data and the threat levels for data that is classified as sensitive.
3058
3141
  *
3059
3142
  * @remarks
3060
- * You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
3061
- * # Limits
3062
- * You can call this operation up to 10 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.
3143
+ * This API modifies the rules that define threat levels for sensitive data to help with threat level planning.
3144
+ * ## QPS limit
3145
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. Throttling can impact your business. We recommend that you call this API at a reasonable rate.
3063
3146
  *
3064
3147
  * @param request - ModifyDefaultLevelRequest
3065
3148
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3094,12 +3177,12 @@ class Client extends openapi_core_1.default {
3094
3177
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDefaultLevelResponse({}));
3095
3178
  }
3096
3179
  /**
3097
- * Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
3180
+ * Modifies the rules that define threat levels for sensitive data. This includes the default threat level for unidentified data and the threat levels for data that is classified as sensitive.
3098
3181
  *
3099
3182
  * @remarks
3100
- * You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
3101
- * # Limits
3102
- * You can call this operation up to 10 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.
3183
+ * This API modifies the rules that define threat levels for sensitive data to help with threat level planning.
3184
+ * ## QPS limit
3185
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. Throttling can impact your business. We recommend that you call this API at a reasonable rate.
3103
3186
  *
3104
3187
  * @param request - ModifyDefaultLevelRequest
3105
3188
  * @returns ModifyDefaultLevelResponse
@@ -3109,12 +3192,12 @@ class Client extends openapi_core_1.default {
3109
3192
  return await this.modifyDefaultLevelWithOptions(request, runtime);
3110
3193
  }
3111
3194
  /**
3112
- * Handles an anomalous event.
3195
+ * Handles anomalous activities.
3113
3196
  *
3114
3197
  * @remarks
3115
- * You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
3116
- * # Limits
3117
- * You can call this operation up to 10 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.
3198
+ * This API operation is typically used to handle alerts for data breach threats, helping you protect your data assets promptly.
3199
+ * ## QPS limits
3200
+ * This API operation has a queries per second (QPS) limit of 10 for each user. If you exceed the limit, API calls are throttled, which can affect your business. We recommend calling the API operation at a reasonable rate.
3118
3201
  *
3119
3202
  * @param request - ModifyEventStatusRequest
3120
3203
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3155,12 +3238,12 @@ class Client extends openapi_core_1.default {
3155
3238
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyEventStatusResponse({}));
3156
3239
  }
3157
3240
  /**
3158
- * Handles an anomalous event.
3241
+ * Handles anomalous activities.
3159
3242
  *
3160
3243
  * @remarks
3161
- * You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
3162
- * # Limits
3163
- * You can call this operation up to 10 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.
3244
+ * This API operation is typically used to handle alerts for data breach threats, helping you protect your data assets promptly.
3245
+ * ## QPS limits
3246
+ * This API operation has a queries per second (QPS) limit of 10 for each user. If you exceed the limit, API calls are throttled, which can affect your business. We recommend calling the API operation at a reasonable rate.
3164
3247
  *
3165
3248
  * @param request - ModifyEventStatusRequest
3166
3249
  * @returns ModifyEventStatusResponse
@@ -3170,7 +3253,7 @@ class Client extends openapi_core_1.default {
3170
3253
  return await this.modifyEventStatusWithOptions(request, runtime);
3171
3254
  }
3172
3255
  /**
3173
- * Enables the detection of anomalous events of subtypes.
3256
+ * This operation enables anomalous activity detection for subtypes.
3174
3257
  *
3175
3258
  * @param request - ModifyEventTypeStatusRequest
3176
3259
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3205,7 +3288,7 @@ class Client extends openapi_core_1.default {
3205
3288
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyEventTypeStatusResponse({}));
3206
3289
  }
3207
3290
  /**
3208
- * Enables the detection of anomalous events of subtypes.
3291
+ * This operation enables anomalous activity detection for subtypes.
3209
3292
  *
3210
3293
  * @param request - ModifyEventTypeStatusRequest
3211
3294
  * @returns ModifyEventTypeStatusResponse
@@ -3215,12 +3298,12 @@ class Client extends openapi_core_1.default {
3215
3298
  return await this.modifyEventTypeStatusWithOptions(request, runtime);
3216
3299
  }
3217
3300
  /**
3218
- * Enables or disables the report task.
3301
+ * You can call the ModifyReportTaskStatus operation to enable or disable report tasks.
3219
3302
  *
3220
3303
  * @remarks
3221
- * You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
3222
- * # Limits
3223
- * You can call this operation up to 10 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.
3304
+ * After you activate Data Security Center (DSC), report tasks are enabled by default. If you disable report tasks, Report Center, Cloud-native Data Audit Overview, and Data Security Lab will not generate new statistical data. Existing data is not affected.
3305
+ * ## QPS limit
3306
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
3224
3307
  *
3225
3308
  * @param request - ModifyReportTaskStatusRequest
3226
3309
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3255,12 +3338,12 @@ class Client extends openapi_core_1.default {
3255
3338
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyReportTaskStatusResponse({}));
3256
3339
  }
3257
3340
  /**
3258
- * Enables or disables the report task.
3341
+ * You can call the ModifyReportTaskStatus operation to enable or disable report tasks.
3259
3342
  *
3260
3343
  * @remarks
3261
- * You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
3262
- * # Limits
3263
- * You can call this operation up to 10 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.
3344
+ * After you activate Data Security Center (DSC), report tasks are enabled by default. If you disable report tasks, Report Center, Cloud-native Data Audit Overview, and Data Security Lab will not generate new statistical data. Existing data is not affected.
3345
+ * ## QPS limit
3346
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
3264
3347
  *
3265
3348
  * @param request - ModifyReportTaskStatusRequest
3266
3349
  * @returns ModifyReportTaskStatusResponse
@@ -3273,9 +3356,9 @@ class Client extends openapi_core_1.default {
3273
3356
  * Modifies a custom sensitive data detection rule in Data Security Center (DSC).
3274
3357
  *
3275
3358
  * @remarks
3276
- * When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
3277
- * # Limits
3278
- * You can call this operation up to 10 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.
3359
+ * You must specify the rule name, rule ID, and rule content.
3360
+ * ## QPS limits
3361
+ * The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If the limit is exceeded, API calls are throttled. This may affect your business. Plan your calls accordingly.
3279
3362
  *
3280
3363
  * @param request - ModifyRuleRequest
3281
3364
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3346,9 +3429,9 @@ class Client extends openapi_core_1.default {
3346
3429
  * Modifies a custom sensitive data detection rule in Data Security Center (DSC).
3347
3430
  *
3348
3431
  * @remarks
3349
- * When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
3350
- * # Limits
3351
- * You can call this operation up to 10 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.
3432
+ * You must specify the rule name, rule ID, and rule content.
3433
+ * ## QPS limits
3434
+ * The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If the limit is exceeded, API calls are throttled. This may affect your business. Plan your calls accordingly.
3352
3435
  *
3353
3436
  * @param request - ModifyRuleRequest
3354
3437
  * @returns ModifyRuleResponse
@@ -3358,7 +3441,7 @@ class Client extends openapi_core_1.default {
3358
3441
  return await this.modifyRuleWithOptions(request, runtime);
3359
3442
  }
3360
3443
  /**
3361
- * Enables or disables a sensitive data detection rule.
3444
+ * Enables or disables sensitive data detection rules.
3362
3445
  *
3363
3446
  * @param request - ModifyRuleStatusRequest
3364
3447
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3396,7 +3479,7 @@ class Client extends openapi_core_1.default {
3396
3479
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyRuleStatusResponse({}));
3397
3480
  }
3398
3481
  /**
3399
- * Enables or disables a sensitive data detection rule.
3482
+ * Enables or disables sensitive data detection rules.
3400
3483
  *
3401
3484
  * @param request - ModifyRuleStatusRequest
3402
3485
  * @returns ModifyRuleStatusResponse
@@ -3406,7 +3489,11 @@ class Client extends openapi_core_1.default {
3406
3489
  return await this.modifyRuleStatusWithOptions(request, runtime);
3407
3490
  }
3408
3491
  /**
3409
- * 图片复原
3492
+ * You can call the RestoreOssImage operation to restore desensitized images.
3493
+ *
3494
+ * @remarks
3495
+ * You can use RestoreOssImage to retrieve the original images that were processed by the MaskOssImage operation if the IsAlwaysUpload parameter is set to `true`.
3496
+ * For example, the image `aliyun_dsc_desensitization/exampledir/test.png` in a bucket is restored and saved as `aliyun_dsc_original/exampledir/test.png`.
3410
3497
  *
3411
3498
  * @param request - RestoreOssImageRequest
3412
3499
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3447,7 +3534,11 @@ class Client extends openapi_core_1.default {
3447
3534
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestoreOssImageResponse({}));
3448
3535
  }
3449
3536
  /**
3450
- * 图片复原
3537
+ * You can call the RestoreOssImage operation to restore desensitized images.
3538
+ *
3539
+ * @remarks
3540
+ * You can use RestoreOssImage to retrieve the original images that were processed by the MaskOssImage operation if the IsAlwaysUpload parameter is set to `true`.
3541
+ * For example, the image `aliyun_dsc_desensitization/exampledir/test.png` in a bucket is restored and saved as `aliyun_dsc_original/exampledir/test.png`.
3451
3542
  *
3452
3543
  * @param request - RestoreOssImageRequest
3453
3544
  * @returns RestoreOssImageResponse
@@ -3457,16 +3548,16 @@ class Client extends openapi_core_1.default {
3457
3548
  return await this.restoreOssImageWithOptions(request, runtime);
3458
3549
  }
3459
3550
  /**
3460
- * Creates an identification task to scan sensitive data in Object Storage Service (OSS) objects.
3551
+ * The ScanOssObjectV1 operation creates a scan task to detect sensitive data in a specified object.
3461
3552
  *
3462
3553
  * @remarks
3463
- * ### [](#)Prerequisites
3464
- * To call this operation, make sure that asset authorization for your OSS bucket is complete and the bucket is connected. If the authorization is not complete, the bucket_not_authorized error code is returned when you call the operation.
3465
- * ### [](#qps-)Limits
3466
- * You can call this operation up to 10 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.
3467
- * ### [](#)Additional information
3468
- * After you call this operation, you can obtain the task ID. You can specify the task ID in the DescribeIdentifyTaskDetail operation to query the state of the task.
3469
- * After the task is complete, you can call the DescribeOssObjectDetailV2 operation to query the identification results of sensitive data in the related OSS objects. When you call the DescribeOssObjectDetailV2 operation, you must specify BucketName, ServiceRegionId, and ObjectKey.
3554
+ * ### Prerequisites
3555
+ * You must authorize and connect to the specified bucket before you call this operation. If the bucket is not authorized, the API call returns the bucket_not_authorized error code.
3556
+ * ### QPS limits
3557
+ * The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you call the operation at a reasonable rate.
3558
+ * ### Usage notes
3559
+ * You can use the returned task ID to call the DescribeIdentifyTaskStatus operation to check the running status of the task.
3560
+ * After the task is complete, call the DescribeOssObjectDetailV2 operation and provide the BucketName, ServiceRegionId, and ObjectKey to view the sensitive data detection results for the object.
3470
3561
  *
3471
3562
  * @param tmpReq - ScanOssObjectV1Request
3472
3563
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3512,16 +3603,16 @@ class Client extends openapi_core_1.default {
3512
3603
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ScanOssObjectV1Response({}));
3513
3604
  }
3514
3605
  /**
3515
- * Creates an identification task to scan sensitive data in Object Storage Service (OSS) objects.
3606
+ * The ScanOssObjectV1 operation creates a scan task to detect sensitive data in a specified object.
3516
3607
  *
3517
3608
  * @remarks
3518
- * ### [](#)Prerequisites
3519
- * To call this operation, make sure that asset authorization for your OSS bucket is complete and the bucket is connected. If the authorization is not complete, the bucket_not_authorized error code is returned when you call the operation.
3520
- * ### [](#qps-)Limits
3521
- * You can call this operation up to 10 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.
3522
- * ### [](#)Additional information
3523
- * After you call this operation, you can obtain the task ID. You can specify the task ID in the DescribeIdentifyTaskDetail operation to query the state of the task.
3524
- * After the task is complete, you can call the DescribeOssObjectDetailV2 operation to query the identification results of sensitive data in the related OSS objects. When you call the DescribeOssObjectDetailV2 operation, you must specify BucketName, ServiceRegionId, and ObjectKey.
3609
+ * ### Prerequisites
3610
+ * You must authorize and connect to the specified bucket before you call this operation. If the bucket is not authorized, the API call returns the bucket_not_authorized error code.
3611
+ * ### QPS limits
3612
+ * The queries per second (QPS) limit for this operation is 10 calls per second for each user. If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you call the operation at a reasonable rate.
3613
+ * ### Usage notes
3614
+ * You can use the returned task ID to call the DescribeIdentifyTaskStatus operation to check the running status of the task.
3615
+ * After the task is complete, call the DescribeOssObjectDetailV2 operation and provide the BucketName, ServiceRegionId, and ObjectKey to view the sensitive data detection results for the object.
3525
3616
  *
3526
3617
  * @param request - ScanOssObjectV1Request
3527
3618
  * @returns ScanOssObjectV1Response
@@ -3531,12 +3622,12 @@ class Client extends openapi_core_1.default {
3531
3622
  return await this.scanOssObjectV1WithOptions(request, runtime);
3532
3623
  }
3533
3624
  /**
3534
- * Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
3625
+ * You can call the StopMaskingProcess operation to stop a data masking task. You can call the ManualTriggerMaskingProcess operation to restart a stopped task using its unique resource ID.
3535
3626
  *
3536
3627
  * @remarks
3537
- * You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
3538
- * # Limits
3539
- * You can call this operation up to 10 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.
3628
+ * This operation stops a running data masking task. For example, you can call this operation if you no longer need to mask data for a previously configured task.
3629
+ * ## QPS limit
3630
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Ensure that you call this operation within the specified limit.
3540
3631
  *
3541
3632
  * @param request - StopMaskingProcessRequest
3542
3633
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3568,12 +3659,12 @@ class Client extends openapi_core_1.default {
3568
3659
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopMaskingProcessResponse({}));
3569
3660
  }
3570
3661
  /**
3571
- * Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
3662
+ * You can call the StopMaskingProcess operation to stop a data masking task. You can call the ManualTriggerMaskingProcess operation to restart a stopped task using its unique resource ID.
3572
3663
  *
3573
3664
  * @remarks
3574
- * You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
3575
- * # Limits
3576
- * You can call this operation up to 10 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.
3665
+ * This operation stops a running data masking task. For example, you can call this operation if you no longer need to mask data for a previously configured task.
3666
+ * ## QPS limit
3667
+ * The queries per second (QPS) limit for a single user is 10 calls per second. If you exceed this limit, API calls are throttled. This may affect your business. Ensure that you call this operation within the specified limit.
3577
3668
  *
3578
3669
  * @param request - StopMaskingProcessRequest
3579
3670
  * @returns StopMaskingProcessResponse