@alicloud/cloud-siem20220616 6.0.1 → 6.1.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 (526) hide show
  1. package/dist/client.d.ts +189 -168
  2. package/dist/client.js +251 -169
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddDataSourceLogRequest.d.ts +14 -11
  5. package/dist/models/AddDataSourceLogRequest.js.map +1 -1
  6. package/dist/models/AddDataSourceLogResponseBody.d.ts +2 -2
  7. package/dist/models/AddDataSourceRequest.d.ts +14 -17
  8. package/dist/models/AddDataSourceRequest.js.map +1 -1
  9. package/dist/models/AddDataSourceResponseBody.d.ts +3 -3
  10. package/dist/models/AddUserSourceLogConfigRequest.d.ts +13 -11
  11. package/dist/models/AddUserSourceLogConfigRequest.js.map +1 -1
  12. package/dist/models/AddUserSourceLogConfigResponseBody.d.ts +10 -10
  13. package/dist/models/BindAccountRequest.d.ts +26 -9
  14. package/dist/models/BindAccountRequest.js.map +1 -1
  15. package/dist/models/BindAccountResponseBody.d.ts +2 -2
  16. package/dist/models/CloseDeliveryRequest.d.ts +56 -31
  17. package/dist/models/CloseDeliveryRequest.js.map +1 -1
  18. package/dist/models/CloseDeliveryResponseBody.d.ts +4 -3
  19. package/dist/models/CloseDeliveryResponseBody.js.map +1 -1
  20. package/dist/models/DeleteAutomateResponseConfigRequest.d.ts +11 -8
  21. package/dist/models/DeleteAutomateResponseConfigRequest.js.map +1 -1
  22. package/dist/models/DeleteAutomateResponseConfigResponseBody.d.ts +6 -5
  23. package/dist/models/DeleteAutomateResponseConfigResponseBody.js.map +1 -1
  24. package/dist/models/DeleteBindAccountRequest.d.ts +29 -8
  25. package/dist/models/DeleteBindAccountRequest.js.map +1 -1
  26. package/dist/models/DeleteBindAccountResponseBody.d.ts +1 -1
  27. package/dist/models/DeleteCustomizeRuleRequest.d.ts +8 -6
  28. package/dist/models/DeleteCustomizeRuleRequest.js.map +1 -1
  29. package/dist/models/DeleteCustomizeRuleResponseBody.d.ts +5 -4
  30. package/dist/models/DeleteCustomizeRuleResponseBody.js.map +1 -1
  31. package/dist/models/DeleteDataSourceRequest.d.ts +12 -9
  32. package/dist/models/DeleteDataSourceRequest.js.map +1 -1
  33. package/dist/models/DeleteDataSourceResponseBody.d.ts +3 -3
  34. package/dist/models/DeleteWhiteRuleListRequest.d.ts +10 -7
  35. package/dist/models/DeleteWhiteRuleListRequest.js.map +1 -1
  36. package/dist/models/DeleteWhiteRuleListResponseBody.d.ts +4 -3
  37. package/dist/models/DeleteWhiteRuleListResponseBody.js.map +1 -1
  38. package/dist/models/DescribeAggregateFunctionRequest.d.ts +9 -6
  39. package/dist/models/DescribeAggregateFunctionRequest.js.map +1 -1
  40. package/dist/models/DescribeAggregateFunctionResponseBody.d.ts +6 -5
  41. package/dist/models/DescribeAggregateFunctionResponseBody.js.map +1 -1
  42. package/dist/models/DescribeAlertSceneByEventRequest.d.ts +11 -8
  43. package/dist/models/DescribeAlertSceneByEventRequest.js.map +1 -1
  44. package/dist/models/DescribeAlertSceneByEventResponseBody.d.ts +16 -15
  45. package/dist/models/DescribeAlertSceneByEventResponseBody.js.map +1 -1
  46. package/dist/models/DescribeAlertSceneRequest.d.ts +10 -7
  47. package/dist/models/DescribeAlertSceneRequest.js.map +1 -1
  48. package/dist/models/DescribeAlertSceneResponseBody.d.ts +12 -11
  49. package/dist/models/DescribeAlertSceneResponseBody.js.map +1 -1
  50. package/dist/models/DescribeAlertSourceRequest.d.ts +18 -13
  51. package/dist/models/DescribeAlertSourceRequest.js.map +1 -1
  52. package/dist/models/DescribeAlertSourceResponseBody.d.ts +13 -7
  53. package/dist/models/DescribeAlertSourceResponseBody.js +5 -0
  54. package/dist/models/DescribeAlertSourceResponseBody.js.map +1 -1
  55. package/dist/models/DescribeAlertSourceWithEventRequest.d.ts +11 -8
  56. package/dist/models/DescribeAlertSourceWithEventRequest.js.map +1 -1
  57. package/dist/models/DescribeAlertSourceWithEventResponseBody.d.ts +5 -4
  58. package/dist/models/DescribeAlertSourceWithEventResponseBody.js.map +1 -1
  59. package/dist/models/DescribeAlertTypeRequest.d.ts +15 -10
  60. package/dist/models/DescribeAlertTypeRequest.js.map +1 -1
  61. package/dist/models/DescribeAlertTypeResponseBody.d.ts +6 -5
  62. package/dist/models/DescribeAlertTypeResponseBody.js.map +1 -1
  63. package/dist/models/DescribeAlertsCountRequest.d.ts +15 -9
  64. package/dist/models/DescribeAlertsCountRequest.js.map +1 -1
  65. package/dist/models/DescribeAlertsCountResponseBody.d.ts +10 -5
  66. package/dist/models/DescribeAlertsCountResponseBody.js.map +1 -1
  67. package/dist/models/DescribeAlertsRequest.d.ts +87 -20
  68. package/dist/models/DescribeAlertsRequest.js.map +1 -1
  69. package/dist/models/DescribeAlertsResponseBody.d.ts +97 -41
  70. package/dist/models/DescribeAlertsResponseBody.js.map +1 -1
  71. package/dist/models/DescribeAlertsWithEntityRequest.d.ts +22 -10
  72. package/dist/models/DescribeAlertsWithEntityRequest.js.map +1 -1
  73. package/dist/models/DescribeAlertsWithEntityResponseBody.d.ts +83 -40
  74. package/dist/models/DescribeAlertsWithEntityResponseBody.js.map +1 -1
  75. package/dist/models/DescribeAlertsWithEventRequest.d.ts +68 -15
  76. package/dist/models/DescribeAlertsWithEventRequest.js.map +1 -1
  77. package/dist/models/DescribeAlertsWithEventResponseBody.d.ts +93 -43
  78. package/dist/models/DescribeAlertsWithEventResponseBody.js.map +1 -1
  79. package/dist/models/DescribeAuthRequest.d.ts +4 -3
  80. package/dist/models/DescribeAuthRequest.js.map +1 -1
  81. package/dist/models/DescribeAuthResponseBody.d.ts +4 -3
  82. package/dist/models/DescribeAuthResponseBody.js.map +1 -1
  83. package/dist/models/DescribeAutomateResponseConfigCounterRequest.d.ts +10 -7
  84. package/dist/models/DescribeAutomateResponseConfigCounterRequest.js.map +1 -1
  85. package/dist/models/DescribeAutomateResponseConfigCounterResponseBody.d.ts +5 -4
  86. package/dist/models/DescribeAutomateResponseConfigCounterResponseBody.js.map +1 -1
  87. package/dist/models/DescribeAutomateResponseConfigFeatureRequest.d.ts +14 -10
  88. package/dist/models/DescribeAutomateResponseConfigFeatureRequest.js.map +1 -1
  89. package/dist/models/DescribeAutomateResponseConfigFeatureResponseBody.d.ts +20 -18
  90. package/dist/models/DescribeAutomateResponseConfigFeatureResponseBody.js.map +1 -1
  91. package/dist/models/DescribeCloudSiemAssetsCounterRequest.d.ts +10 -7
  92. package/dist/models/DescribeCloudSiemAssetsCounterRequest.js.map +1 -1
  93. package/dist/models/DescribeCloudSiemAssetsCounterResponseBody.d.ts +18 -12
  94. package/dist/models/DescribeCloudSiemAssetsCounterResponseBody.js.map +1 -1
  95. package/dist/models/DescribeCloudSiemAssetsRequest.d.ts +30 -16
  96. package/dist/models/DescribeCloudSiemAssetsRequest.js.map +1 -1
  97. package/dist/models/DescribeCloudSiemAssetsResponseBody.d.ts +33 -25
  98. package/dist/models/DescribeCloudSiemAssetsResponseBody.js.map +1 -1
  99. package/dist/models/DescribeCloudSiemEventDetailRequest.d.ts +10 -7
  100. package/dist/models/DescribeCloudSiemEventDetailRequest.js.map +1 -1
  101. package/dist/models/DescribeCloudSiemEventDetailResponseBody.d.ts +74 -21
  102. package/dist/models/DescribeCloudSiemEventDetailResponseBody.js.map +1 -1
  103. package/dist/models/DescribeCloudSiemEventsRequest.d.ts +38 -25
  104. package/dist/models/DescribeCloudSiemEventsRequest.js.map +1 -1
  105. package/dist/models/DescribeCloudSiemEventsResponseBody.d.ts +74 -25
  106. package/dist/models/DescribeCloudSiemEventsResponseBody.js.map +1 -1
  107. package/dist/models/DescribeCustomizeRuleCountRequest.d.ts +10 -7
  108. package/dist/models/DescribeCustomizeRuleCountRequest.js.map +1 -1
  109. package/dist/models/DescribeCustomizeRuleCountResponseBody.d.ts +17 -16
  110. package/dist/models/DescribeCustomizeRuleCountResponseBody.js.map +1 -1
  111. package/dist/models/DescribeCustomizeRuleTestHistogramRequest.d.ts +11 -8
  112. package/dist/models/DescribeCustomizeRuleTestHistogramRequest.js.map +1 -1
  113. package/dist/models/DescribeCustomizeRuleTestHistogramResponseBody.d.ts +9 -8
  114. package/dist/models/DescribeCustomizeRuleTestHistogramResponseBody.js.map +1 -1
  115. package/dist/models/DescribeCustomizeRuleTestRequest.d.ts +11 -8
  116. package/dist/models/DescribeCustomizeRuleTestRequest.js.map +1 -1
  117. package/dist/models/DescribeCustomizeRuleTestResponseBody.d.ts +15 -10
  118. package/dist/models/DescribeCustomizeRuleTestResponseBody.js.map +1 -1
  119. package/dist/models/DescribeDataSourceInstanceRequest.d.ts +12 -9
  120. package/dist/models/DescribeDataSourceInstanceRequest.js.map +1 -1
  121. package/dist/models/DescribeDataSourceInstanceResponseBody.d.ts +12 -10
  122. package/dist/models/DescribeDataSourceInstanceResponseBody.js.map +1 -1
  123. package/dist/models/DescribeDataSourceParametersRequest.d.ts +10 -13
  124. package/dist/models/DescribeDataSourceParametersRequest.js.map +1 -1
  125. package/dist/models/DescribeDataSourceParametersResponseBody.d.ts +34 -26
  126. package/dist/models/DescribeDataSourceParametersResponseBody.js.map +1 -1
  127. package/dist/models/DescribeDisposeAndPlaybookRequest.d.ts +21 -13
  128. package/dist/models/DescribeDisposeAndPlaybookRequest.js.map +1 -1
  129. package/dist/models/DescribeDisposeAndPlaybookResponseBody.d.ts +74 -28
  130. package/dist/models/DescribeDisposeAndPlaybookResponseBody.js.map +1 -1
  131. package/dist/models/DescribeDisposeStrategyPlaybookRequest.d.ts +12 -9
  132. package/dist/models/DescribeDisposeStrategyPlaybookRequest.js.map +1 -1
  133. package/dist/models/DescribeDisposeStrategyPlaybookResponseBody.d.ts +5 -4
  134. package/dist/models/DescribeDisposeStrategyPlaybookResponseBody.js.map +1 -1
  135. package/dist/models/DescribeEntityInfoRequest.d.ts +13 -10
  136. package/dist/models/DescribeEntityInfoRequest.js.map +1 -1
  137. package/dist/models/DescribeEntityInfoResponseBody.d.ts +18 -12
  138. package/dist/models/DescribeEntityInfoResponseBody.js.map +1 -1
  139. package/dist/models/DescribeEventCountByThreatLevelRequest.d.ts +11 -9
  140. package/dist/models/DescribeEventCountByThreatLevelRequest.js.map +1 -1
  141. package/dist/models/DescribeEventCountByThreatLevelResponseBody.d.ts +52 -12
  142. package/dist/models/DescribeEventCountByThreatLevelResponseBody.js.map +1 -1
  143. package/dist/models/DescribeEventDisposeRequest.d.ts +13 -10
  144. package/dist/models/DescribeEventDisposeRequest.js.map +1 -1
  145. package/dist/models/DescribeEventDisposeResponseBody.d.ts +28 -22
  146. package/dist/models/DescribeEventDisposeResponseBody.js.map +1 -1
  147. package/dist/models/DescribeImportedLogCountRequest.d.ts +22 -3
  148. package/dist/models/DescribeImportedLogCountRequest.js.map +1 -1
  149. package/dist/models/DescribeImportedLogCountResponseBody.d.ts +4 -4
  150. package/dist/models/DescribeLogFieldsRequest.d.ts +12 -9
  151. package/dist/models/DescribeLogFieldsRequest.js.map +1 -1
  152. package/dist/models/DescribeLogFieldsResponseBody.d.ts +11 -9
  153. package/dist/models/DescribeLogFieldsResponseBody.js.map +1 -1
  154. package/dist/models/DescribeLogSourceRequest.d.ts +10 -7
  155. package/dist/models/DescribeLogSourceRequest.js.map +1 -1
  156. package/dist/models/DescribeLogSourceResponseBody.d.ts +6 -5
  157. package/dist/models/DescribeLogSourceResponseBody.js.map +1 -1
  158. package/dist/models/DescribeLogTypeRequest.d.ts +9 -6
  159. package/dist/models/DescribeLogTypeRequest.js.map +1 -1
  160. package/dist/models/DescribeLogTypeResponseBody.d.ts +7 -6
  161. package/dist/models/DescribeLogTypeResponseBody.js.map +1 -1
  162. package/dist/models/DescribeOperatorsRequest.d.ts +14 -10
  163. package/dist/models/DescribeOperatorsRequest.js.map +1 -1
  164. package/dist/models/DescribeOperatorsResponseBody.d.ts +10 -9
  165. package/dist/models/DescribeOperatorsResponseBody.js.map +1 -1
  166. package/dist/models/DescribeProdCountRequest.d.ts +22 -3
  167. package/dist/models/DescribeProdCountRequest.js.map +1 -1
  168. package/dist/models/DescribeProdCountResponseBody.d.ts +35 -4
  169. package/dist/models/DescribeProdCountResponseBody.js.map +1 -1
  170. package/dist/models/DescribeScopeUsersRequest.d.ts +10 -7
  171. package/dist/models/DescribeScopeUsersRequest.js.map +1 -1
  172. package/dist/models/DescribeScopeUsersResponseBody.d.ts +13 -10
  173. package/dist/models/DescribeScopeUsersResponseBody.js.map +1 -1
  174. package/dist/models/DescribeServiceStatusRequest.d.ts +4 -3
  175. package/dist/models/DescribeServiceStatusRequest.js.map +1 -1
  176. package/dist/models/DescribeServiceStatusResponseBody.d.ts +4 -3
  177. package/dist/models/DescribeServiceStatusResponseBody.js.map +1 -1
  178. package/dist/models/DescribeStorageRequest.d.ts +10 -7
  179. package/dist/models/DescribeStorageRequest.js.map +1 -1
  180. package/dist/models/DescribeStorageResponseBody.d.ts +4 -3
  181. package/dist/models/DescribeStorageResponseBody.js.map +1 -1
  182. package/dist/models/DescribeUserBuyStatusRequest.d.ts +4 -3
  183. package/dist/models/DescribeUserBuyStatusRequest.js.map +1 -1
  184. package/dist/models/DescribeUserBuyStatusResponseBody.d.ts +23 -15
  185. package/dist/models/DescribeUserBuyStatusResponseBody.js.map +1 -1
  186. package/dist/models/DescribeWafScopeRequest.d.ts +11 -8
  187. package/dist/models/DescribeWafScopeRequest.js.map +1 -1
  188. package/dist/models/DescribeWafScopeResponseBody.d.ts +7 -6
  189. package/dist/models/DescribeWafScopeResponseBody.js.map +1 -1
  190. package/dist/models/DescribeWhiteRuleListRequest.d.ts +15 -12
  191. package/dist/models/DescribeWhiteRuleListRequest.js.map +1 -1
  192. package/dist/models/DescribeWhiteRuleListResponseBody.d.ts +55 -44
  193. package/dist/models/DescribeWhiteRuleListResponseBody.js.map +1 -1
  194. package/dist/models/EnableAccessForCloudSiemRequest.d.ts +11 -10
  195. package/dist/models/EnableAccessForCloudSiemRequest.js.map +1 -1
  196. package/dist/models/EnableAccessForCloudSiemResponseBody.d.ts +2 -2
  197. package/dist/models/EnableServiceForCloudSiemRequest.d.ts +4 -3
  198. package/dist/models/EnableServiceForCloudSiemRequest.js.map +1 -1
  199. package/dist/models/EnableServiceForCloudSiemResponseBody.d.ts +4 -3
  200. package/dist/models/EnableServiceForCloudSiemResponseBody.js.map +1 -1
  201. package/dist/models/GetCapacityRequest.d.ts +10 -7
  202. package/dist/models/GetCapacityRequest.js.map +1 -1
  203. package/dist/models/GetCapacityResponseBody.d.ts +14 -7
  204. package/dist/models/GetCapacityResponseBody.js.map +1 -1
  205. package/dist/models/GetEntitiyStatRequest.d.ts +122 -0
  206. package/dist/models/GetEntitiyStatRequest.js +80 -0
  207. package/dist/models/GetEntitiyStatRequest.js.map +1 -0
  208. package/dist/models/GetEntitiyStatResponse.d.ts +19 -0
  209. package/dist/models/GetEntitiyStatResponse.js +69 -0
  210. package/dist/models/GetEntitiyStatResponse.js.map +1 -0
  211. package/dist/models/GetEntitiyStatResponseBody.d.ts +92 -0
  212. package/dist/models/GetEntitiyStatResponseBody.js +92 -0
  213. package/dist/models/GetEntitiyStatResponseBody.js.map +1 -0
  214. package/dist/models/GetStorageRequest.d.ts +9 -6
  215. package/dist/models/GetStorageRequest.js.map +1 -1
  216. package/dist/models/GetStorageResponseBody.d.ts +13 -11
  217. package/dist/models/GetStorageResponseBody.js.map +1 -1
  218. package/dist/models/ListAccountAccessIdRequest.d.ts +12 -14
  219. package/dist/models/ListAccountAccessIdRequest.js.map +1 -1
  220. package/dist/models/ListAccountAccessIdResponseBody.d.ts +14 -12
  221. package/dist/models/ListAccountAccessIdResponseBody.js.map +1 -1
  222. package/dist/models/ListAccountsByLogRequest.d.ts +13 -10
  223. package/dist/models/ListAccountsByLogRequest.js.map +1 -1
  224. package/dist/models/ListAccountsByLogResponseBody.d.ts +10 -8
  225. package/dist/models/ListAccountsByLogResponseBody.js.map +1 -1
  226. package/dist/models/ListAllProdsRequest.d.ts +9 -7
  227. package/dist/models/ListAllProdsRequest.js.map +1 -1
  228. package/dist/models/ListAllProdsResponseBody.d.ts +12 -10
  229. package/dist/models/ListAllProdsResponseBody.js.map +1 -1
  230. package/dist/models/ListAutomateResponseConfigsRequest.d.ts +36 -18
  231. package/dist/models/ListAutomateResponseConfigsRequest.js.map +1 -1
  232. package/dist/models/ListAutomateResponseConfigsResponseBody.d.ts +37 -24
  233. package/dist/models/ListAutomateResponseConfigsResponseBody.js.map +1 -1
  234. package/dist/models/ListBindAccountRequest.d.ts +27 -6
  235. package/dist/models/ListBindAccountRequest.js.map +1 -1
  236. package/dist/models/ListBindAccountResponseBody.d.ts +13 -11
  237. package/dist/models/ListBindAccountResponseBody.js.map +1 -1
  238. package/dist/models/ListBindDataSourcesRequest.d.ts +6 -11
  239. package/dist/models/ListBindDataSourcesRequest.js.map +1 -1
  240. package/dist/models/ListBindDataSourcesResponseBody.d.ts +17 -13
  241. package/dist/models/ListBindDataSourcesResponseBody.js.map +1 -1
  242. package/dist/models/ListCloudSiemCustomizeRulesRequest.d.ts +39 -28
  243. package/dist/models/ListCloudSiemCustomizeRulesRequest.js.map +1 -1
  244. package/dist/models/ListCloudSiemCustomizeRulesResponseBody.d.ts +49 -37
  245. package/dist/models/ListCloudSiemCustomizeRulesResponseBody.js.map +1 -1
  246. package/dist/models/ListCloudSiemPredefinedRulesRequest.d.ts +51 -38
  247. package/dist/models/ListCloudSiemPredefinedRulesRequest.js.map +1 -1
  248. package/dist/models/ListCloudSiemPredefinedRulesResponseBody.d.ts +29 -23
  249. package/dist/models/ListCloudSiemPredefinedRulesResponseBody.js.map +1 -1
  250. package/dist/models/ListCustomizeRuleTestResultRequest.d.ts +45 -10
  251. package/dist/models/ListCustomizeRuleTestResultRequest.js.map +1 -1
  252. package/dist/models/ListCustomizeRuleTestResultResponseBody.d.ts +45 -23
  253. package/dist/models/ListCustomizeRuleTestResultResponseBody.js.map +1 -1
  254. package/dist/models/ListDataSourceLogsRequest.d.ts +12 -9
  255. package/dist/models/ListDataSourceLogsRequest.js.map +1 -1
  256. package/dist/models/ListDataSourceLogsResponseBody.d.ts +20 -17
  257. package/dist/models/ListDataSourceLogsResponseBody.js.map +1 -1
  258. package/dist/models/ListDataSourceTypesRequest.d.ts +5 -9
  259. package/dist/models/ListDataSourceTypesRequest.js.map +1 -1
  260. package/dist/models/ListDataSourceTypesResponseBody.d.ts +7 -5
  261. package/dist/models/ListDataSourceTypesResponseBody.js.map +1 -1
  262. package/dist/models/ListDeliveryRequest.d.ts +10 -7
  263. package/dist/models/ListDeliveryRequest.js.map +1 -1
  264. package/dist/models/ListDeliveryResponseBody.d.ts +76 -51
  265. package/dist/models/ListDeliveryResponseBody.js.map +1 -1
  266. package/dist/models/ListDisposeStrategyRequest.d.ts +63 -36
  267. package/dist/models/ListDisposeStrategyRequest.js.map +1 -1
  268. package/dist/models/ListDisposeStrategyResponseBody.d.ts +66 -48
  269. package/dist/models/ListDisposeStrategyResponseBody.js.map +1 -1
  270. package/dist/models/ListEntitiesRequest.d.ts +62 -0
  271. package/dist/models/ListEntitiesRequest.js.map +1 -1
  272. package/dist/models/ListEntitiesResponseBody.d.ts +170 -0
  273. package/dist/models/ListEntitiesResponseBody.js +6 -0
  274. package/dist/models/ListEntitiesResponseBody.js.map +1 -1
  275. package/dist/models/ListImportedLogsByProdRequest.d.ts +17 -12
  276. package/dist/models/ListImportedLogsByProdRequest.js.map +1 -1
  277. package/dist/models/ListImportedLogsByProdResponseBody.d.ts +25 -20
  278. package/dist/models/ListImportedLogsByProdResponseBody.js.map +1 -1
  279. package/dist/models/ListProjectLogStoresRequest.d.ts +7 -6
  280. package/dist/models/ListProjectLogStoresRequest.js.map +1 -1
  281. package/dist/models/ListProjectLogStoresResponseBody.d.ts +8 -8
  282. package/dist/models/ListRdUsersRequest.d.ts +4 -3
  283. package/dist/models/ListRdUsersRequest.js.map +1 -1
  284. package/dist/models/ListRdUsersResponseBody.d.ts +9 -8
  285. package/dist/models/ListRdUsersResponseBody.js.map +1 -1
  286. package/dist/models/ModifyBindAccountRequest.d.ts +27 -8
  287. package/dist/models/ModifyBindAccountRequest.js.map +1 -1
  288. package/dist/models/ModifyBindAccountResponseBody.d.ts +3 -3
  289. package/dist/models/ModifyDataSourceLogRequest.d.ts +21 -15
  290. package/dist/models/ModifyDataSourceLogRequest.js.map +1 -1
  291. package/dist/models/ModifyDataSourceLogResponseBody.d.ts +3 -3
  292. package/dist/models/ModifyDataSourceRequest.d.ts +18 -13
  293. package/dist/models/ModifyDataSourceRequest.js.map +1 -1
  294. package/dist/models/ModifyDataSourceResponseBody.d.ts +3 -3
  295. package/dist/models/OpenDeliveryRequest.d.ts +55 -30
  296. package/dist/models/OpenDeliveryRequest.js.map +1 -1
  297. package/dist/models/OpenDeliveryResponseBody.d.ts +4 -3
  298. package/dist/models/OpenDeliveryResponseBody.js.map +1 -1
  299. package/dist/models/PostAutomateResponseConfigRequest.d.ts +23 -17
  300. package/dist/models/PostAutomateResponseConfigRequest.js.map +1 -1
  301. package/dist/models/PostAutomateResponseConfigResponseBody.d.ts +6 -5
  302. package/dist/models/PostAutomateResponseConfigResponseBody.js.map +1 -1
  303. package/dist/models/PostCustomizeRuleRequest.d.ts +36 -28
  304. package/dist/models/PostCustomizeRuleRequest.js.map +1 -1
  305. package/dist/models/PostCustomizeRuleResponseBody.d.ts +44 -33
  306. package/dist/models/PostCustomizeRuleResponseBody.js.map +1 -1
  307. package/dist/models/PostCustomizeRuleTestRequest.d.ts +15 -11
  308. package/dist/models/PostCustomizeRuleTestRequest.js.map +1 -1
  309. package/dist/models/PostCustomizeRuleTestResponseBody.d.ts +6 -5
  310. package/dist/models/PostCustomizeRuleTestResponseBody.js.map +1 -1
  311. package/dist/models/PostEventDisposeAndWhiteruleListRequest.d.ts +52 -16
  312. package/dist/models/PostEventDisposeAndWhiteruleListRequest.js.map +1 -1
  313. package/dist/models/PostEventDisposeAndWhiteruleListResponseBody.d.ts +7 -6
  314. package/dist/models/PostEventDisposeAndWhiteruleListResponseBody.js.map +1 -1
  315. package/dist/models/PostEventWhiteruleListRequest.d.ts +12 -9
  316. package/dist/models/PostEventWhiteruleListRequest.js.map +1 -1
  317. package/dist/models/PostEventWhiteruleListResponseBody.d.ts +4 -3
  318. package/dist/models/PostEventWhiteruleListResponseBody.js.map +1 -1
  319. package/dist/models/PostFinishCustomizeRuleTestRequest.d.ts +11 -8
  320. package/dist/models/PostFinishCustomizeRuleTestRequest.js.map +1 -1
  321. package/dist/models/PostFinishCustomizeRuleTestResponseBody.d.ts +6 -5
  322. package/dist/models/PostFinishCustomizeRuleTestResponseBody.js.map +1 -1
  323. package/dist/models/PostRuleStatusChangeRequest.d.ts +18 -13
  324. package/dist/models/PostRuleStatusChangeRequest.js.map +1 -1
  325. package/dist/models/PostRuleStatusChangeResponseBody.d.ts +6 -5
  326. package/dist/models/PostRuleStatusChangeResponseBody.js.map +1 -1
  327. package/dist/models/RestoreCapacityRequest.d.ts +10 -7
  328. package/dist/models/RestoreCapacityRequest.js.map +1 -1
  329. package/dist/models/RestoreCapacityResponseBody.d.ts +5 -4
  330. package/dist/models/RestoreCapacityResponseBody.js.map +1 -1
  331. package/dist/models/SetStorageRequest.d.ts +14 -11
  332. package/dist/models/SetStorageRequest.js.map +1 -1
  333. package/dist/models/SetStorageResponseBody.d.ts +4 -3
  334. package/dist/models/SetStorageResponseBody.js.map +1 -1
  335. package/dist/models/SubmitImportLogTasksRequest.d.ts +25 -24
  336. package/dist/models/SubmitImportLogTasksRequest.js.map +1 -1
  337. package/dist/models/SubmitImportLogTasksResponseBody.d.ts +1 -1
  338. package/dist/models/UpdateAutomateResponseConfigStatusRequest.d.ts +15 -11
  339. package/dist/models/UpdateAutomateResponseConfigStatusRequest.js.map +1 -1
  340. package/dist/models/UpdateAutomateResponseConfigStatusResponseBody.d.ts +6 -5
  341. package/dist/models/UpdateAutomateResponseConfigStatusResponseBody.js.map +1 -1
  342. package/dist/models/UpdateWhiteRuleListRequest.d.ts +24 -5
  343. package/dist/models/UpdateWhiteRuleListRequest.js.map +1 -1
  344. package/dist/models/UpdateWhiteRuleListResponseBody.d.ts +6 -5
  345. package/dist/models/UpdateWhiteRuleListResponseBody.js.map +1 -1
  346. package/dist/models/model.d.ts +4 -0
  347. package/dist/models/model.js +15 -7
  348. package/dist/models/model.js.map +1 -1
  349. package/package.json +1 -1
  350. package/src/client.ts +265 -169
  351. package/src/models/AddDataSourceLogRequest.ts +14 -11
  352. package/src/models/AddDataSourceLogResponseBody.ts +2 -2
  353. package/src/models/AddDataSourceRequest.ts +14 -17
  354. package/src/models/AddDataSourceResponseBody.ts +3 -3
  355. package/src/models/AddUserSourceLogConfigRequest.ts +13 -11
  356. package/src/models/AddUserSourceLogConfigResponseBody.ts +10 -10
  357. package/src/models/BindAccountRequest.ts +26 -9
  358. package/src/models/BindAccountResponseBody.ts +2 -2
  359. package/src/models/CloseDeliveryRequest.ts +56 -31
  360. package/src/models/CloseDeliveryResponseBody.ts +4 -3
  361. package/src/models/DeleteAutomateResponseConfigRequest.ts +11 -8
  362. package/src/models/DeleteAutomateResponseConfigResponseBody.ts +6 -5
  363. package/src/models/DeleteBindAccountRequest.ts +29 -8
  364. package/src/models/DeleteBindAccountResponseBody.ts +1 -1
  365. package/src/models/DeleteCustomizeRuleRequest.ts +8 -6
  366. package/src/models/DeleteCustomizeRuleResponseBody.ts +5 -4
  367. package/src/models/DeleteDataSourceRequest.ts +12 -9
  368. package/src/models/DeleteDataSourceResponseBody.ts +3 -3
  369. package/src/models/DeleteWhiteRuleListRequest.ts +10 -7
  370. package/src/models/DeleteWhiteRuleListResponseBody.ts +4 -3
  371. package/src/models/DescribeAggregateFunctionRequest.ts +9 -6
  372. package/src/models/DescribeAggregateFunctionResponseBody.ts +6 -5
  373. package/src/models/DescribeAlertSceneByEventRequest.ts +11 -8
  374. package/src/models/DescribeAlertSceneByEventResponseBody.ts +16 -15
  375. package/src/models/DescribeAlertSceneRequest.ts +10 -7
  376. package/src/models/DescribeAlertSceneResponseBody.ts +12 -11
  377. package/src/models/DescribeAlertSourceRequest.ts +18 -13
  378. package/src/models/DescribeAlertSourceResponseBody.ts +18 -7
  379. package/src/models/DescribeAlertSourceWithEventRequest.ts +11 -8
  380. package/src/models/DescribeAlertSourceWithEventResponseBody.ts +5 -4
  381. package/src/models/DescribeAlertTypeRequest.ts +15 -10
  382. package/src/models/DescribeAlertTypeResponseBody.ts +6 -5
  383. package/src/models/DescribeAlertsCountRequest.ts +15 -9
  384. package/src/models/DescribeAlertsCountResponseBody.ts +10 -5
  385. package/src/models/DescribeAlertsRequest.ts +87 -20
  386. package/src/models/DescribeAlertsResponseBody.ts +97 -41
  387. package/src/models/DescribeAlertsWithEntityRequest.ts +22 -10
  388. package/src/models/DescribeAlertsWithEntityResponseBody.ts +83 -40
  389. package/src/models/DescribeAlertsWithEventRequest.ts +68 -15
  390. package/src/models/DescribeAlertsWithEventResponseBody.ts +93 -43
  391. package/src/models/DescribeAuthRequest.ts +4 -3
  392. package/src/models/DescribeAuthResponseBody.ts +4 -3
  393. package/src/models/DescribeAutomateResponseConfigCounterRequest.ts +10 -7
  394. package/src/models/DescribeAutomateResponseConfigCounterResponseBody.ts +5 -4
  395. package/src/models/DescribeAutomateResponseConfigFeatureRequest.ts +14 -10
  396. package/src/models/DescribeAutomateResponseConfigFeatureResponseBody.ts +20 -18
  397. package/src/models/DescribeCloudSiemAssetsCounterRequest.ts +10 -7
  398. package/src/models/DescribeCloudSiemAssetsCounterResponseBody.ts +18 -12
  399. package/src/models/DescribeCloudSiemAssetsRequest.ts +30 -16
  400. package/src/models/DescribeCloudSiemAssetsResponseBody.ts +33 -25
  401. package/src/models/DescribeCloudSiemEventDetailRequest.ts +10 -7
  402. package/src/models/DescribeCloudSiemEventDetailResponseBody.ts +74 -21
  403. package/src/models/DescribeCloudSiemEventsRequest.ts +38 -25
  404. package/src/models/DescribeCloudSiemEventsResponseBody.ts +74 -25
  405. package/src/models/DescribeCustomizeRuleCountRequest.ts +10 -7
  406. package/src/models/DescribeCustomizeRuleCountResponseBody.ts +17 -16
  407. package/src/models/DescribeCustomizeRuleTestHistogramRequest.ts +11 -8
  408. package/src/models/DescribeCustomizeRuleTestHistogramResponseBody.ts +9 -8
  409. package/src/models/DescribeCustomizeRuleTestRequest.ts +11 -8
  410. package/src/models/DescribeCustomizeRuleTestResponseBody.ts +15 -10
  411. package/src/models/DescribeDataSourceInstanceRequest.ts +12 -9
  412. package/src/models/DescribeDataSourceInstanceResponseBody.ts +12 -10
  413. package/src/models/DescribeDataSourceParametersRequest.ts +10 -13
  414. package/src/models/DescribeDataSourceParametersResponseBody.ts +34 -26
  415. package/src/models/DescribeDisposeAndPlaybookRequest.ts +21 -13
  416. package/src/models/DescribeDisposeAndPlaybookResponseBody.ts +74 -28
  417. package/src/models/DescribeDisposeStrategyPlaybookRequest.ts +12 -9
  418. package/src/models/DescribeDisposeStrategyPlaybookResponseBody.ts +5 -4
  419. package/src/models/DescribeEntityInfoRequest.ts +13 -10
  420. package/src/models/DescribeEntityInfoResponseBody.ts +18 -12
  421. package/src/models/DescribeEventCountByThreatLevelRequest.ts +11 -9
  422. package/src/models/DescribeEventCountByThreatLevelResponseBody.ts +52 -12
  423. package/src/models/DescribeEventDisposeRequest.ts +13 -10
  424. package/src/models/DescribeEventDisposeResponseBody.ts +28 -22
  425. package/src/models/DescribeImportedLogCountRequest.ts +22 -3
  426. package/src/models/DescribeImportedLogCountResponseBody.ts +4 -4
  427. package/src/models/DescribeLogFieldsRequest.ts +12 -9
  428. package/src/models/DescribeLogFieldsResponseBody.ts +11 -9
  429. package/src/models/DescribeLogSourceRequest.ts +10 -7
  430. package/src/models/DescribeLogSourceResponseBody.ts +6 -5
  431. package/src/models/DescribeLogTypeRequest.ts +9 -6
  432. package/src/models/DescribeLogTypeResponseBody.ts +7 -6
  433. package/src/models/DescribeOperatorsRequest.ts +14 -10
  434. package/src/models/DescribeOperatorsResponseBody.ts +10 -9
  435. package/src/models/DescribeProdCountRequest.ts +22 -3
  436. package/src/models/DescribeProdCountResponseBody.ts +35 -4
  437. package/src/models/DescribeScopeUsersRequest.ts +10 -7
  438. package/src/models/DescribeScopeUsersResponseBody.ts +13 -10
  439. package/src/models/DescribeServiceStatusRequest.ts +4 -3
  440. package/src/models/DescribeServiceStatusResponseBody.ts +4 -3
  441. package/src/models/DescribeStorageRequest.ts +10 -7
  442. package/src/models/DescribeStorageResponseBody.ts +4 -3
  443. package/src/models/DescribeUserBuyStatusRequest.ts +4 -3
  444. package/src/models/DescribeUserBuyStatusResponseBody.ts +23 -15
  445. package/src/models/DescribeWafScopeRequest.ts +11 -8
  446. package/src/models/DescribeWafScopeResponseBody.ts +7 -6
  447. package/src/models/DescribeWhiteRuleListRequest.ts +15 -12
  448. package/src/models/DescribeWhiteRuleListResponseBody.ts +55 -44
  449. package/src/models/EnableAccessForCloudSiemRequest.ts +11 -10
  450. package/src/models/EnableAccessForCloudSiemResponseBody.ts +2 -2
  451. package/src/models/EnableServiceForCloudSiemRequest.ts +4 -3
  452. package/src/models/EnableServiceForCloudSiemResponseBody.ts +4 -3
  453. package/src/models/GetCapacityRequest.ts +10 -7
  454. package/src/models/GetCapacityResponseBody.ts +14 -7
  455. package/src/models/GetEntitiyStatRequest.ts +157 -0
  456. package/src/models/GetEntitiyStatResponse.ts +40 -0
  457. package/src/models/GetEntitiyStatResponseBody.ts +130 -0
  458. package/src/models/GetStorageRequest.ts +9 -6
  459. package/src/models/GetStorageResponseBody.ts +13 -11
  460. package/src/models/ListAccountAccessIdRequest.ts +12 -14
  461. package/src/models/ListAccountAccessIdResponseBody.ts +14 -12
  462. package/src/models/ListAccountsByLogRequest.ts +13 -10
  463. package/src/models/ListAccountsByLogResponseBody.ts +10 -8
  464. package/src/models/ListAllProdsRequest.ts +9 -7
  465. package/src/models/ListAllProdsResponseBody.ts +12 -10
  466. package/src/models/ListAutomateResponseConfigsRequest.ts +36 -18
  467. package/src/models/ListAutomateResponseConfigsResponseBody.ts +37 -24
  468. package/src/models/ListBindAccountRequest.ts +27 -6
  469. package/src/models/ListBindAccountResponseBody.ts +13 -11
  470. package/src/models/ListBindDataSourcesRequest.ts +6 -11
  471. package/src/models/ListBindDataSourcesResponseBody.ts +17 -13
  472. package/src/models/ListCloudSiemCustomizeRulesRequest.ts +39 -28
  473. package/src/models/ListCloudSiemCustomizeRulesResponseBody.ts +49 -37
  474. package/src/models/ListCloudSiemPredefinedRulesRequest.ts +51 -38
  475. package/src/models/ListCloudSiemPredefinedRulesResponseBody.ts +29 -23
  476. package/src/models/ListCustomizeRuleTestResultRequest.ts +45 -10
  477. package/src/models/ListCustomizeRuleTestResultResponseBody.ts +45 -23
  478. package/src/models/ListDataSourceLogsRequest.ts +12 -9
  479. package/src/models/ListDataSourceLogsResponseBody.ts +20 -17
  480. package/src/models/ListDataSourceTypesRequest.ts +5 -9
  481. package/src/models/ListDataSourceTypesResponseBody.ts +7 -5
  482. package/src/models/ListDeliveryRequest.ts +10 -7
  483. package/src/models/ListDeliveryResponseBody.ts +76 -51
  484. package/src/models/ListDisposeStrategyRequest.ts +63 -36
  485. package/src/models/ListDisposeStrategyResponseBody.ts +66 -48
  486. package/src/models/ListEntitiesRequest.ts +62 -0
  487. package/src/models/ListEntitiesResponseBody.ts +176 -0
  488. package/src/models/ListImportedLogsByProdRequest.ts +17 -12
  489. package/src/models/ListImportedLogsByProdResponseBody.ts +25 -20
  490. package/src/models/ListProjectLogStoresRequest.ts +7 -6
  491. package/src/models/ListProjectLogStoresResponseBody.ts +8 -8
  492. package/src/models/ListRdUsersRequest.ts +4 -3
  493. package/src/models/ListRdUsersResponseBody.ts +9 -8
  494. package/src/models/ModifyBindAccountRequest.ts +27 -8
  495. package/src/models/ModifyBindAccountResponseBody.ts +3 -3
  496. package/src/models/ModifyDataSourceLogRequest.ts +21 -15
  497. package/src/models/ModifyDataSourceLogResponseBody.ts +3 -3
  498. package/src/models/ModifyDataSourceRequest.ts +18 -13
  499. package/src/models/ModifyDataSourceResponseBody.ts +3 -3
  500. package/src/models/OpenDeliveryRequest.ts +55 -30
  501. package/src/models/OpenDeliveryResponseBody.ts +4 -3
  502. package/src/models/PostAutomateResponseConfigRequest.ts +23 -17
  503. package/src/models/PostAutomateResponseConfigResponseBody.ts +6 -5
  504. package/src/models/PostCustomizeRuleRequest.ts +36 -28
  505. package/src/models/PostCustomizeRuleResponseBody.ts +44 -33
  506. package/src/models/PostCustomizeRuleTestRequest.ts +15 -11
  507. package/src/models/PostCustomizeRuleTestResponseBody.ts +6 -5
  508. package/src/models/PostEventDisposeAndWhiteruleListRequest.ts +52 -16
  509. package/src/models/PostEventDisposeAndWhiteruleListResponseBody.ts +7 -6
  510. package/src/models/PostEventWhiteruleListRequest.ts +12 -9
  511. package/src/models/PostEventWhiteruleListResponseBody.ts +4 -3
  512. package/src/models/PostFinishCustomizeRuleTestRequest.ts +11 -8
  513. package/src/models/PostFinishCustomizeRuleTestResponseBody.ts +6 -5
  514. package/src/models/PostRuleStatusChangeRequest.ts +18 -13
  515. package/src/models/PostRuleStatusChangeResponseBody.ts +6 -5
  516. package/src/models/RestoreCapacityRequest.ts +10 -7
  517. package/src/models/RestoreCapacityResponseBody.ts +5 -4
  518. package/src/models/SetStorageRequest.ts +14 -11
  519. package/src/models/SetStorageResponseBody.ts +4 -3
  520. package/src/models/SubmitImportLogTasksRequest.ts +25 -24
  521. package/src/models/SubmitImportLogTasksResponseBody.ts +1 -1
  522. package/src/models/UpdateAutomateResponseConfigStatusRequest.ts +15 -11
  523. package/src/models/UpdateAutomateResponseConfigStatusResponseBody.ts +6 -5
  524. package/src/models/UpdateWhiteRuleListRequest.ts +24 -5
  525. package/src/models/UpdateWhiteRuleListResponseBody.ts +6 -5
  526. package/src/models/model.ts +4 -0
package/dist/client.d.ts CHANGED
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
9
9
  [key: string]: string;
10
10
  }, endpoint: string): string;
11
11
  /**
12
- * Adds a data source to a cloud account that is added to the threat analysis feature.
12
+ * Adds a data source to an attached multicloud account.
13
13
  *
14
14
  * @param request - AddDataSourceRequest
15
15
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17,14 +17,14 @@ export default class Client extends OpenApi {
17
17
  */
18
18
  addDataSourceWithOptions(request: $_model.AddDataSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDataSourceResponse>;
19
19
  /**
20
- * Adds a data source to a cloud account that is added to the threat analysis feature.
20
+ * Adds a data source to an attached multicloud account.
21
21
  *
22
22
  * @param request - AddDataSourceRequest
23
23
  * @returns AddDataSourceResponse
24
24
  */
25
25
  addDataSource(request: $_model.AddDataSourceRequest): Promise<$_model.AddDataSourceResponse>;
26
26
  /**
27
- * Adds logs of a cloud account to the threat analysis feature.
27
+ * Adds a log for a data source.
28
28
  *
29
29
  * @param request - AddDataSourceLogRequest
30
30
  * @param runtime - runtime options for this request RuntimeOptions
@@ -32,14 +32,14 @@ export default class Client extends OpenApi {
32
32
  */
33
33
  addDataSourceLogWithOptions(request: $_model.AddDataSourceLogRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDataSourceLogResponse>;
34
34
  /**
35
- * Adds logs of a cloud account to the threat analysis feature.
35
+ * Adds a log for a data source.
36
36
  *
37
37
  * @param request - AddDataSourceLogRequest
38
38
  * @returns AddDataSourceLogResponse
39
39
  */
40
40
  addDataSourceLog(request: $_model.AddDataSourceLogRequest): Promise<$_model.AddDataSourceLogResponse>;
41
41
  /**
42
- * Adds the logs of a cloud service within a cloud account to the threat analysis feature for alert and event anslysis.
42
+ * Adds a log collection task to import log data into Threat Analysis for alerting and event analysis.
43
43
  *
44
44
  * @param request - AddUserSourceLogConfigRequest
45
45
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47,14 +47,14 @@ export default class Client extends OpenApi {
47
47
  */
48
48
  addUserSourceLogConfigWithOptions(request: $_model.AddUserSourceLogConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddUserSourceLogConfigResponse>;
49
49
  /**
50
- * Adds the logs of a cloud service within a cloud account to the threat analysis feature for alert and event anslysis.
50
+ * Adds a log collection task to import log data into Threat Analysis for alerting and event analysis.
51
51
  *
52
52
  * @param request - AddUserSourceLogConfigRequest
53
53
  * @returns AddUserSourceLogConfigResponse
54
54
  */
55
55
  addUserSourceLogConfig(request: $_model.AddUserSourceLogConfigRequest): Promise<$_model.AddUserSourceLogConfigResponse>;
56
56
  /**
57
- * Adds a third-party cloud account that is displayed on the Multi-cloud assets tab of the Feature Settings page to the threat analysis feature.
57
+ * Binds a multicloud account from Multicloud Assets of Security Center to Threat Analysis.
58
58
  *
59
59
  * @param request - BindAccountRequest
60
60
  * @param runtime - runtime options for this request RuntimeOptions
@@ -62,14 +62,14 @@ export default class Client extends OpenApi {
62
62
  */
63
63
  bindAccountWithOptions(request: $_model.BindAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.BindAccountResponse>;
64
64
  /**
65
- * Adds a third-party cloud account that is displayed on the Multi-cloud assets tab of the Feature Settings page to the threat analysis feature.
65
+ * Binds a multicloud account from Multicloud Assets of Security Center to Threat Analysis.
66
66
  *
67
67
  * @param request - BindAccountRequest
68
68
  * @returns BindAccountResponse
69
69
  */
70
70
  bindAccount(request: $_model.BindAccountRequest): Promise<$_model.BindAccountResponse>;
71
71
  /**
72
- * Disables the log delivery feature for a cloud service.
72
+ * Stops log delivery from a connected cloud service. Once stopped, no new logs are added to your Logstore.
73
73
  *
74
74
  * @param request - CloseDeliveryRequest
75
75
  * @param runtime - runtime options for this request RuntimeOptions
@@ -77,14 +77,14 @@ export default class Client extends OpenApi {
77
77
  */
78
78
  closeDeliveryWithOptions(request: $_model.CloseDeliveryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloseDeliveryResponse>;
79
79
  /**
80
- * Disables the log delivery feature for a cloud service.
80
+ * Stops log delivery from a connected cloud service. Once stopped, no new logs are added to your Logstore.
81
81
  *
82
82
  * @param request - CloseDeliveryRequest
83
83
  * @returns CloseDeliveryResponse
84
84
  */
85
85
  closeDelivery(request: $_model.CloseDeliveryRequest): Promise<$_model.CloseDeliveryResponse>;
86
86
  /**
87
- * Deletes the automated response rule with a specified ID.
87
+ * Deletes an automated response rule by its ID.
88
88
  *
89
89
  * @param request - DeleteAutomateResponseConfigRequest
90
90
  * @param runtime - runtime options for this request RuntimeOptions
@@ -92,14 +92,14 @@ export default class Client extends OpenApi {
92
92
  */
93
93
  deleteAutomateResponseConfigWithOptions(request: $_model.DeleteAutomateResponseConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAutomateResponseConfigResponse>;
94
94
  /**
95
- * Deletes the automated response rule with a specified ID.
95
+ * Deletes an automated response rule by its ID.
96
96
  *
97
97
  * @param request - DeleteAutomateResponseConfigRequest
98
98
  * @returns DeleteAutomateResponseConfigResponse
99
99
  */
100
100
  deleteAutomateResponseConfig(request: $_model.DeleteAutomateResponseConfigRequest): Promise<$_model.DeleteAutomateResponseConfigResponse>;
101
101
  /**
102
- * Removes a third-party cloud account that is added to the threat analysis feature by using its AccessKey ID. You can add another cloud account based on your business requirements.
102
+ * Detaches the AccessKey of a multicloud account, such as a Tencent Cloud or Huawei Cloud account, from a threat analysis data source. You can then attach a new account.
103
103
  *
104
104
  * @param request - DeleteBindAccountRequest
105
105
  * @param runtime - runtime options for this request RuntimeOptions
@@ -107,14 +107,14 @@ export default class Client extends OpenApi {
107
107
  */
108
108
  deleteBindAccountWithOptions(request: $_model.DeleteBindAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteBindAccountResponse>;
109
109
  /**
110
- * Removes a third-party cloud account that is added to the threat analysis feature by using its AccessKey ID. You can add another cloud account based on your business requirements.
110
+ * Detaches the AccessKey of a multicloud account, such as a Tencent Cloud or Huawei Cloud account, from a threat analysis data source. You can then attach a new account.
111
111
  *
112
112
  * @param request - DeleteBindAccountRequest
113
113
  * @returns DeleteBindAccountResponse
114
114
  */
115
115
  deleteBindAccount(request: $_model.DeleteBindAccountRequest): Promise<$_model.DeleteBindAccountResponse>;
116
116
  /**
117
- * Deletes a rule by rule ID.
117
+ * You can customize rules for a specific ID.
118
118
  *
119
119
  * @param request - DeleteCustomizeRuleRequest
120
120
  * @param runtime - runtime options for this request RuntimeOptions
@@ -122,14 +122,14 @@ export default class Client extends OpenApi {
122
122
  */
123
123
  deleteCustomizeRuleWithOptions(request: $_model.DeleteCustomizeRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCustomizeRuleResponse>;
124
124
  /**
125
- * Deletes a rule by rule ID.
125
+ * You can customize rules for a specific ID.
126
126
  *
127
127
  * @param request - DeleteCustomizeRuleRequest
128
128
  * @returns DeleteCustomizeRuleResponse
129
129
  */
130
130
  deleteCustomizeRule(request: $_model.DeleteCustomizeRuleRequest): Promise<$_model.DeleteCustomizeRuleResponse>;
131
131
  /**
132
- * Removes a data source that is no longer required.
132
+ * Call this operation to delete a data source that is no longer required.
133
133
  *
134
134
  * @param request - DeleteDataSourceRequest
135
135
  * @param runtime - runtime options for this request RuntimeOptions
@@ -137,7 +137,7 @@ export default class Client extends OpenApi {
137
137
  */
138
138
  deleteDataSourceWithOptions(request: $_model.DeleteDataSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDataSourceResponse>;
139
139
  /**
140
- * Removes a data source that is no longer required.
140
+ * Call this operation to delete a data source that is no longer required.
141
141
  *
142
142
  * @param request - DeleteDataSourceRequest
143
143
  * @returns DeleteDataSourceResponse
@@ -159,7 +159,7 @@ export default class Client extends OpenApi {
159
159
  */
160
160
  deleteDataSourceLog(request: $_model.DeleteDataSourceLogRequest): Promise<$_model.DeleteDataSourceLogResponse>;
161
161
  /**
162
- * Deletes an alert whitelist rule with a specified ID.
162
+ * Deletes an alert whitelist rule with the specified ID.
163
163
  *
164
164
  * @param request - DeleteWhiteRuleListRequest
165
165
  * @param runtime - runtime options for this request RuntimeOptions
@@ -167,14 +167,14 @@ export default class Client extends OpenApi {
167
167
  */
168
168
  deleteWhiteRuleListWithOptions(request: $_model.DeleteWhiteRuleListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWhiteRuleListResponse>;
169
169
  /**
170
- * Deletes an alert whitelist rule with a specified ID.
170
+ * Deletes an alert whitelist rule with the specified ID.
171
171
  *
172
172
  * @param request - DeleteWhiteRuleListRequest
173
173
  * @returns DeleteWhiteRuleListResponse
174
174
  */
175
175
  deleteWhiteRuleList(request: $_model.DeleteWhiteRuleListRequest): Promise<$_model.DeleteWhiteRuleListResponse>;
176
176
  /**
177
- * Queries the aggregate functions that are supported for a custom rule.
177
+ * Describes the aggregate functions that are supported by custom rules.
178
178
  *
179
179
  * @param request - DescribeAggregateFunctionRequest
180
180
  * @param runtime - runtime options for this request RuntimeOptions
@@ -182,14 +182,14 @@ export default class Client extends OpenApi {
182
182
  */
183
183
  describeAggregateFunctionWithOptions(request: $_model.DescribeAggregateFunctionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAggregateFunctionResponse>;
184
184
  /**
185
- * Queries the aggregate functions that are supported for a custom rule.
185
+ * Describes the aggregate functions that are supported by custom rules.
186
186
  *
187
187
  * @param request - DescribeAggregateFunctionRequest
188
188
  * @returns DescribeAggregateFunctionResponse
189
189
  */
190
190
  describeAggregateFunction(request: $_model.DescribeAggregateFunctionRequest): Promise<$_model.DescribeAggregateFunctionResponse>;
191
191
  /**
192
- * Queries the scenarios in which an alert needs to be added to the whitelist.
192
+ * Queries the scenarios in which alerts can be whitelisted.
193
193
  *
194
194
  * @param request - DescribeAlertSceneRequest
195
195
  * @param runtime - runtime options for this request RuntimeOptions
@@ -197,14 +197,14 @@ export default class Client extends OpenApi {
197
197
  */
198
198
  describeAlertSceneWithOptions(request: $_model.DescribeAlertSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertSceneResponse>;
199
199
  /**
200
- * Queries the scenarios in which an alert needs to be added to the whitelist.
200
+ * Queries the scenarios in which alerts can be whitelisted.
201
201
  *
202
202
  * @param request - DescribeAlertSceneRequest
203
203
  * @returns DescribeAlertSceneResponse
204
204
  */
205
205
  describeAlertScene(request: $_model.DescribeAlertSceneRequest): Promise<$_model.DescribeAlertSceneResponse>;
206
206
  /**
207
- * Queries the scenarios and objects that can be added to an alert whitelist rule.
207
+ * Retrieves a list of alert whitelisting scenarios and objects.
208
208
  *
209
209
  * @param request - DescribeAlertSceneByEventRequest
210
210
  * @param runtime - runtime options for this request RuntimeOptions
@@ -212,14 +212,14 @@ export default class Client extends OpenApi {
212
212
  */
213
213
  describeAlertSceneByEventWithOptions(request: $_model.DescribeAlertSceneByEventRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertSceneByEventResponse>;
214
214
  /**
215
- * Queries the scenarios and objects that can be added to an alert whitelist rule.
215
+ * Retrieves a list of alert whitelisting scenarios and objects.
216
216
  *
217
217
  * @param request - DescribeAlertSceneByEventRequest
218
218
  * @returns DescribeAlertSceneByEventResponse
219
219
  */
220
220
  describeAlertSceneByEvent(request: $_model.DescribeAlertSceneByEventRequest): Promise<$_model.DescribeAlertSceneByEventResponse>;
221
221
  /**
222
- * Queries alert data sources.
222
+ * Retrieves a list of alert sources.
223
223
  *
224
224
  * @param request - DescribeAlertSourceRequest
225
225
  * @param runtime - runtime options for this request RuntimeOptions
@@ -227,14 +227,14 @@ export default class Client extends OpenApi {
227
227
  */
228
228
  describeAlertSourceWithOptions(request: $_model.DescribeAlertSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertSourceResponse>;
229
229
  /**
230
- * Queries alert data sources.
230
+ * Retrieves a list of alert sources.
231
231
  *
232
232
  * @param request - DescribeAlertSourceRequest
233
233
  * @returns DescribeAlertSourceResponse
234
234
  */
235
235
  describeAlertSource(request: $_model.DescribeAlertSourceRequest): Promise<$_model.DescribeAlertSourceResponse>;
236
236
  /**
237
- * Queries the data sources of the alert that is associated with an event.
237
+ * Retrieves the alert data sources associated with an event.
238
238
  *
239
239
  * @param request - DescribeAlertSourceWithEventRequest
240
240
  * @param runtime - runtime options for this request RuntimeOptions
@@ -242,14 +242,14 @@ export default class Client extends OpenApi {
242
242
  */
243
243
  describeAlertSourceWithEventWithOptions(request: $_model.DescribeAlertSourceWithEventRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertSourceWithEventResponse>;
244
244
  /**
245
- * Queries the data sources of the alert that is associated with an event.
245
+ * Retrieves the alert data sources associated with an event.
246
246
  *
247
247
  * @param request - DescribeAlertSourceWithEventRequest
248
248
  * @returns DescribeAlertSourceWithEventResponse
249
249
  */
250
250
  describeAlertSourceWithEvent(request: $_model.DescribeAlertSourceWithEventRequest): Promise<$_model.DescribeAlertSourceWithEventResponse>;
251
251
  /**
252
- * Queries the threat types that you can select when you create a custom rule.
252
+ * Retrieves a list of threat types for custom rules.
253
253
  *
254
254
  * @param request - DescribeAlertTypeRequest
255
255
  * @param runtime - runtime options for this request RuntimeOptions
@@ -257,14 +257,14 @@ export default class Client extends OpenApi {
257
257
  */
258
258
  describeAlertTypeWithOptions(request: $_model.DescribeAlertTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertTypeResponse>;
259
259
  /**
260
- * Queries the threat types that you can select when you create a custom rule.
260
+ * Retrieves a list of threat types for custom rules.
261
261
  *
262
262
  * @param request - DescribeAlertTypeRequest
263
263
  * @returns DescribeAlertTypeResponse
264
264
  */
265
265
  describeAlertType(request: $_model.DescribeAlertTypeRequest): Promise<$_model.DescribeAlertTypeResponse>;
266
266
  /**
267
- * Queries alerts within your account.
267
+ * Gets the list of alerts for a user.
268
268
  *
269
269
  * @param request - DescribeAlertsRequest
270
270
  * @param runtime - runtime options for this request RuntimeOptions
@@ -272,14 +272,14 @@ export default class Client extends OpenApi {
272
272
  */
273
273
  describeAlertsWithOptions(request: $_model.DescribeAlertsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertsResponse>;
274
274
  /**
275
- * Queries alerts within your account.
275
+ * Gets the list of alerts for a user.
276
276
  *
277
277
  * @param request - DescribeAlertsRequest
278
278
  * @returns DescribeAlertsResponse
279
279
  */
280
280
  describeAlerts(request: $_model.DescribeAlertsRequest): Promise<$_model.DescribeAlertsResponse>;
281
281
  /**
282
- * Queries the number of alerts of different severities.
282
+ * Queries the count of alerts for different severity levels.
283
283
  *
284
284
  * @param request - DescribeAlertsCountRequest
285
285
  * @param runtime - runtime options for this request RuntimeOptions
@@ -287,14 +287,14 @@ export default class Client extends OpenApi {
287
287
  */
288
288
  describeAlertsCountWithOptions(request: $_model.DescribeAlertsCountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertsCountResponse>;
289
289
  /**
290
- * Queries the number of alerts of different severities.
290
+ * Queries the count of alerts for different severity levels.
291
291
  *
292
292
  * @param request - DescribeAlertsCountRequest
293
293
  * @returns DescribeAlertsCountResponse
294
294
  */
295
295
  describeAlertsCount(request: $_model.DescribeAlertsCountRequest): Promise<$_model.DescribeAlertsCountResponse>;
296
296
  /**
297
- * Queries the alerts that are associated with an entity.
297
+ * Queries for alerts that are associated with an entity.
298
298
  *
299
299
  * @param request - DescribeAlertsWithEntityRequest
300
300
  * @param runtime - runtime options for this request RuntimeOptions
@@ -302,14 +302,14 @@ export default class Client extends OpenApi {
302
302
  */
303
303
  describeAlertsWithEntityWithOptions(request: $_model.DescribeAlertsWithEntityRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertsWithEntityResponse>;
304
304
  /**
305
- * Queries the alerts that are associated with an entity.
305
+ * Queries for alerts that are associated with an entity.
306
306
  *
307
307
  * @param request - DescribeAlertsWithEntityRequest
308
308
  * @returns DescribeAlertsWithEntityResponse
309
309
  */
310
310
  describeAlertsWithEntity(request: $_model.DescribeAlertsWithEntityRequest): Promise<$_model.DescribeAlertsWithEntityResponse>;
311
311
  /**
312
- * Queries the alerts that are associated with an event.
312
+ * Retrieves alerts associated with a specific event.
313
313
  *
314
314
  * @param request - DescribeAlertsWithEventRequest
315
315
  * @param runtime - runtime options for this request RuntimeOptions
@@ -317,14 +317,14 @@ export default class Client extends OpenApi {
317
317
  */
318
318
  describeAlertsWithEventWithOptions(request: $_model.DescribeAlertsWithEventRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAlertsWithEventResponse>;
319
319
  /**
320
- * Queries the alerts that are associated with an event.
320
+ * Retrieves alerts associated with a specific event.
321
321
  *
322
322
  * @param request - DescribeAlertsWithEventRequest
323
323
  * @returns DescribeAlertsWithEventResponse
324
324
  */
325
325
  describeAlertsWithEvent(request: $_model.DescribeAlertsWithEventRequest): Promise<$_model.DescribeAlertsWithEventResponse>;
326
326
  /**
327
- * Checks whether the security information and event management (SIEM) system is granted the required permissions to access other cloud resources within your Alibaba Cloud account and whether the AliyunServiceRoleForSasCloudSiem service-linked role is created.
327
+ * Checks whether an Alibaba Cloud account has granted permissions to Cloud SIEM and the AliyunServiceRoleForSasCloudSiem role has been created.
328
328
  *
329
329
  * @param request - DescribeAuthRequest
330
330
  * @param runtime - runtime options for this request RuntimeOptions
@@ -332,14 +332,14 @@ export default class Client extends OpenApi {
332
332
  */
333
333
  describeAuthWithOptions(request: $_model.DescribeAuthRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAuthResponse>;
334
334
  /**
335
- * Checks whether the security information and event management (SIEM) system is granted the required permissions to access other cloud resources within your Alibaba Cloud account and whether the AliyunServiceRoleForSasCloudSiem service-linked role is created.
335
+ * Checks whether an Alibaba Cloud account has granted permissions to Cloud SIEM and the AliyunServiceRoleForSasCloudSiem role has been created.
336
336
  *
337
337
  * @param request - DescribeAuthRequest
338
338
  * @returns DescribeAuthResponse
339
339
  */
340
340
  describeAuth(request: $_model.DescribeAuthRequest): Promise<$_model.DescribeAuthResponse>;
341
341
  /**
342
- * Queries the number of automated response rules.
342
+ * Returns the number of automated response rules.
343
343
  *
344
344
  * @param request - DescribeAutomateResponseConfigCounterRequest
345
345
  * @param runtime - runtime options for this request RuntimeOptions
@@ -347,14 +347,14 @@ export default class Client extends OpenApi {
347
347
  */
348
348
  describeAutomateResponseConfigCounterWithOptions(request: $_model.DescribeAutomateResponseConfigCounterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAutomateResponseConfigCounterResponse>;
349
349
  /**
350
- * Queries the number of automated response rules.
350
+ * Returns the number of automated response rules.
351
351
  *
352
352
  * @param request - DescribeAutomateResponseConfigCounterRequest
353
353
  * @returns DescribeAutomateResponseConfigCounterResponse
354
354
  */
355
355
  describeAutomateResponseConfigCounter(request: $_model.DescribeAutomateResponseConfigCounterRequest): Promise<$_model.DescribeAutomateResponseConfigCounterResponse>;
356
356
  /**
357
- * Queries the configurable fields and operators of an automated response rule.
357
+ * Retrieves the configurable fields and operators for automated response rules.
358
358
  *
359
359
  * @param request - DescribeAutomateResponseConfigFeatureRequest
360
360
  * @param runtime - runtime options for this request RuntimeOptions
@@ -362,14 +362,14 @@ export default class Client extends OpenApi {
362
362
  */
363
363
  describeAutomateResponseConfigFeatureWithOptions(request: $_model.DescribeAutomateResponseConfigFeatureRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAutomateResponseConfigFeatureResponse>;
364
364
  /**
365
- * Queries the configurable fields and operators of an automated response rule.
365
+ * Retrieves the configurable fields and operators for automated response rules.
366
366
  *
367
367
  * @param request - DescribeAutomateResponseConfigFeatureRequest
368
368
  * @returns DescribeAutomateResponseConfigFeatureResponse
369
369
  */
370
370
  describeAutomateResponseConfigFeature(request: $_model.DescribeAutomateResponseConfigFeatureRequest): Promise<$_model.DescribeAutomateResponseConfigFeatureResponse>;
371
371
  /**
372
- * Queries the assets that are associated with an event.
372
+ * Queries a list of assets that are associated with an event.
373
373
  *
374
374
  * @param request - DescribeCloudSiemAssetsRequest
375
375
  * @param runtime - runtime options for this request RuntimeOptions
@@ -377,14 +377,14 @@ export default class Client extends OpenApi {
377
377
  */
378
378
  describeCloudSiemAssetsWithOptions(request: $_model.DescribeCloudSiemAssetsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudSiemAssetsResponse>;
379
379
  /**
380
- * Queries the assets that are associated with an event.
380
+ * Queries a list of assets that are associated with an event.
381
381
  *
382
382
  * @param request - DescribeCloudSiemAssetsRequest
383
383
  * @returns DescribeCloudSiemAssetsResponse
384
384
  */
385
385
  describeCloudSiemAssets(request: $_model.DescribeCloudSiemAssetsRequest): Promise<$_model.DescribeCloudSiemAssetsResponse>;
386
386
  /**
387
- * Queries the number of assets that are associated with an event by asset type.
387
+ * Queries the number of assets of each type that are associated with an event.
388
388
  *
389
389
  * @param request - DescribeCloudSiemAssetsCounterRequest
390
390
  * @param runtime - runtime options for this request RuntimeOptions
@@ -392,14 +392,14 @@ export default class Client extends OpenApi {
392
392
  */
393
393
  describeCloudSiemAssetsCounterWithOptions(request: $_model.DescribeCloudSiemAssetsCounterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudSiemAssetsCounterResponse>;
394
394
  /**
395
- * Queries the number of assets that are associated with an event by asset type.
395
+ * Queries the number of assets of each type that are associated with an event.
396
396
  *
397
397
  * @param request - DescribeCloudSiemAssetsCounterRequest
398
398
  * @returns DescribeCloudSiemAssetsCounterResponse
399
399
  */
400
400
  describeCloudSiemAssetsCounter(request: $_model.DescribeCloudSiemAssetsCounterRequest): Promise<$_model.DescribeCloudSiemAssetsCounterResponse>;
401
401
  /**
402
- * Queries the details of an event.
402
+ * Retrieves the details of an event.
403
403
  *
404
404
  * @param request - DescribeCloudSiemEventDetailRequest
405
405
  * @param runtime - runtime options for this request RuntimeOptions
@@ -407,14 +407,14 @@ export default class Client extends OpenApi {
407
407
  */
408
408
  describeCloudSiemEventDetailWithOptions(request: $_model.DescribeCloudSiemEventDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudSiemEventDetailResponse>;
409
409
  /**
410
- * Queries the details of an event.
410
+ * Retrieves the details of an event.
411
411
  *
412
412
  * @param request - DescribeCloudSiemEventDetailRequest
413
413
  * @returns DescribeCloudSiemEventDetailResponse
414
414
  */
415
415
  describeCloudSiemEventDetail(request: $_model.DescribeCloudSiemEventDetailRequest): Promise<$_model.DescribeCloudSiemEventDetailResponse>;
416
416
  /**
417
- * Queries events in SIEM.
417
+ * Retrieves a list of threat analysis events.
418
418
  *
419
419
  * @param request - DescribeCloudSiemEventsRequest
420
420
  * @param runtime - runtime options for this request RuntimeOptions
@@ -422,14 +422,14 @@ export default class Client extends OpenApi {
422
422
  */
423
423
  describeCloudSiemEventsWithOptions(request: $_model.DescribeCloudSiemEventsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudSiemEventsResponse>;
424
424
  /**
425
- * Queries events in SIEM.
425
+ * Retrieves a list of threat analysis events.
426
426
  *
427
427
  * @param request - DescribeCloudSiemEventsRequest
428
428
  * @returns DescribeCloudSiemEventsResponse
429
429
  */
430
430
  describeCloudSiemEvents(request: $_model.DescribeCloudSiemEventsRequest): Promise<$_model.DescribeCloudSiemEventsResponse>;
431
431
  /**
432
- * Queries the number of custom rules.
432
+ * Retrieves the count of custom rules.
433
433
  *
434
434
  * @param request - DescribeCustomizeRuleCountRequest
435
435
  * @param runtime - runtime options for this request RuntimeOptions
@@ -437,14 +437,14 @@ export default class Client extends OpenApi {
437
437
  */
438
438
  describeCustomizeRuleCountWithOptions(request: $_model.DescribeCustomizeRuleCountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCustomizeRuleCountResponse>;
439
439
  /**
440
- * Queries the number of custom rules.
440
+ * Retrieves the count of custom rules.
441
441
  *
442
442
  * @param request - DescribeCustomizeRuleCountRequest
443
443
  * @returns DescribeCustomizeRuleCountResponse
444
444
  */
445
445
  describeCustomizeRuleCount(request: $_model.DescribeCustomizeRuleCountRequest): Promise<$_model.DescribeCustomizeRuleCountResponse>;
446
446
  /**
447
- * Queries the historical simulation data that is used in a simulation test scenario.
447
+ * Retrieves historical simulated data from a test scenario.
448
448
  *
449
449
  * @param request - DescribeCustomizeRuleTestRequest
450
450
  * @param runtime - runtime options for this request RuntimeOptions
@@ -452,14 +452,14 @@ export default class Client extends OpenApi {
452
452
  */
453
453
  describeCustomizeRuleTestWithOptions(request: $_model.DescribeCustomizeRuleTestRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCustomizeRuleTestResponse>;
454
454
  /**
455
- * Queries the historical simulation data that is used in a simulation test scenario.
455
+ * Retrieves historical simulated data from a test scenario.
456
456
  *
457
457
  * @param request - DescribeCustomizeRuleTestRequest
458
458
  * @returns DescribeCustomizeRuleTestResponse
459
459
  */
460
460
  describeCustomizeRuleTest(request: $_model.DescribeCustomizeRuleTestRequest): Promise<$_model.DescribeCustomizeRuleTestResponse>;
461
461
  /**
462
- * Queries the chart that displays the test results of business data for a custom rule.
462
+ * Retrieves the chart of test results for a custom rule.
463
463
  *
464
464
  * @param request - DescribeCustomizeRuleTestHistogramRequest
465
465
  * @param runtime - runtime options for this request RuntimeOptions
@@ -467,7 +467,7 @@ export default class Client extends OpenApi {
467
467
  */
468
468
  describeCustomizeRuleTestHistogramWithOptions(request: $_model.DescribeCustomizeRuleTestHistogramRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCustomizeRuleTestHistogramResponse>;
469
469
  /**
470
- * Queries the chart that displays the test results of business data for a custom rule.
470
+ * Retrieves the chart of test results for a custom rule.
471
471
  *
472
472
  * @param request - DescribeCustomizeRuleTestHistogramRequest
473
473
  * @returns DescribeCustomizeRuleTestHistogramResponse
@@ -489,7 +489,7 @@ export default class Client extends OpenApi {
489
489
  */
490
490
  describeDataSourceInstance(request: $_model.DescribeDataSourceInstanceRequest): Promise<$_model.DescribeDataSourceInstanceResponse>;
491
491
  /**
492
- * Queries the parameters of a data source.
492
+ * Describes the parameters for a data source.
493
493
  *
494
494
  * @param request - DescribeDataSourceParametersRequest
495
495
  * @param runtime - runtime options for this request RuntimeOptions
@@ -497,14 +497,14 @@ export default class Client extends OpenApi {
497
497
  */
498
498
  describeDataSourceParametersWithOptions(request: $_model.DescribeDataSourceParametersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataSourceParametersResponse>;
499
499
  /**
500
- * Queries the parameters of a data source.
500
+ * Describes the parameters for a data source.
501
501
  *
502
502
  * @param request - DescribeDataSourceParametersRequest
503
503
  * @returns DescribeDataSourceParametersResponse
504
504
  */
505
505
  describeDataSourceParameters(request: $_model.DescribeDataSourceParametersRequest): Promise<$_model.DescribeDataSourceParametersResponse>;
506
506
  /**
507
- * Queries the list of entities and playbooks that need to be handled.
507
+ * Retrieves entities to be remediated and a list of playbooks.
508
508
  *
509
509
  * @param request - DescribeDisposeAndPlaybookRequest
510
510
  * @param runtime - runtime options for this request RuntimeOptions
@@ -512,14 +512,14 @@ export default class Client extends OpenApi {
512
512
  */
513
513
  describeDisposeAndPlaybookWithOptions(request: $_model.DescribeDisposeAndPlaybookRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDisposeAndPlaybookResponse>;
514
514
  /**
515
- * Queries the list of entities and playbooks that need to be handled.
515
+ * Retrieves entities to be remediated and a list of playbooks.
516
516
  *
517
517
  * @param request - DescribeDisposeAndPlaybookRequest
518
518
  * @returns DescribeDisposeAndPlaybookResponse
519
519
  */
520
520
  describeDisposeAndPlaybook(request: $_model.DescribeDisposeAndPlaybookRequest): Promise<$_model.DescribeDisposeAndPlaybookResponse>;
521
521
  /**
522
- * Queries the list of playbooks that are used by a handling policy.
522
+ * Retrieves the list of playbooks used in a disposal policy.
523
523
  *
524
524
  * @param request - DescribeDisposeStrategyPlaybookRequest
525
525
  * @param runtime - runtime options for this request RuntimeOptions
@@ -527,14 +527,14 @@ export default class Client extends OpenApi {
527
527
  */
528
528
  describeDisposeStrategyPlaybookWithOptions(request: $_model.DescribeDisposeStrategyPlaybookRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDisposeStrategyPlaybookResponse>;
529
529
  /**
530
- * Queries the list of playbooks that are used by a handling policy.
530
+ * Retrieves the list of playbooks used in a disposal policy.
531
531
  *
532
532
  * @param request - DescribeDisposeStrategyPlaybookRequest
533
533
  * @returns DescribeDisposeStrategyPlaybookResponse
534
534
  */
535
535
  describeDisposeStrategyPlaybook(request: $_model.DescribeDisposeStrategyPlaybookRequest): Promise<$_model.DescribeDisposeStrategyPlaybookResponse>;
536
536
  /**
537
- * Queries the details of an entity.
537
+ * Retrieves the details of an entity.
538
538
  *
539
539
  * @param request - DescribeEntityInfoRequest
540
540
  * @param runtime - runtime options for this request RuntimeOptions
@@ -542,14 +542,14 @@ export default class Client extends OpenApi {
542
542
  */
543
543
  describeEntityInfoWithOptions(request: $_model.DescribeEntityInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeEntityInfoResponse>;
544
544
  /**
545
- * Queries the details of an entity.
545
+ * Retrieves the details of an entity.
546
546
  *
547
547
  * @param request - DescribeEntityInfoRequest
548
548
  * @returns DescribeEntityInfoResponse
549
549
  */
550
550
  describeEntityInfo(request: $_model.DescribeEntityInfoRequest): Promise<$_model.DescribeEntityInfoResponse>;
551
551
  /**
552
- * Queries the number of events by type.
552
+ * You can obtain the count for each event type.
553
553
  *
554
554
  * @param request - DescribeEventCountByThreatLevelRequest
555
555
  * @param runtime - runtime options for this request RuntimeOptions
@@ -557,14 +557,14 @@ export default class Client extends OpenApi {
557
557
  */
558
558
  describeEventCountByThreatLevelWithOptions(request: $_model.DescribeEventCountByThreatLevelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeEventCountByThreatLevelResponse>;
559
559
  /**
560
- * Queries the number of events by type.
560
+ * You can obtain the count for each event type.
561
561
  *
562
562
  * @param request - DescribeEventCountByThreatLevelRequest
563
563
  * @returns DescribeEventCountByThreatLevelResponse
564
564
  */
565
565
  describeEventCountByThreatLevel(request: $_model.DescribeEventCountByThreatLevelRequest): Promise<$_model.DescribeEventCountByThreatLevelResponse>;
566
566
  /**
567
- * Queries the handling policies of a historical event.
567
+ * Queries the policy handling history for an event.
568
568
  *
569
569
  * @param request - DescribeEventDisposeRequest
570
570
  * @param runtime - runtime options for this request RuntimeOptions
@@ -572,14 +572,14 @@ export default class Client extends OpenApi {
572
572
  */
573
573
  describeEventDisposeWithOptions(request: $_model.DescribeEventDisposeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeEventDisposeResponse>;
574
574
  /**
575
- * Queries the handling policies of a historical event.
575
+ * Queries the policy handling history for an event.
576
576
  *
577
577
  * @param request - DescribeEventDisposeRequest
578
578
  * @returns DescribeEventDisposeResponse
579
579
  */
580
580
  describeEventDispose(request: $_model.DescribeEventDisposeRequest): Promise<$_model.DescribeEventDisposeResponse>;
581
581
  /**
582
- * Queries the number of logs that are added to the threat analysis feature.
582
+ * Queries the number of imported logs.
583
583
  *
584
584
  * @param request - DescribeImportedLogCountRequest
585
585
  * @param runtime - runtime options for this request RuntimeOptions
@@ -587,14 +587,14 @@ export default class Client extends OpenApi {
587
587
  */
588
588
  describeImportedLogCountWithOptions(request: $_model.DescribeImportedLogCountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeImportedLogCountResponse>;
589
589
  /**
590
- * Queries the number of logs that are added to the threat analysis feature.
590
+ * Queries the number of imported logs.
591
591
  *
592
592
  * @param request - DescribeImportedLogCountRequest
593
593
  * @returns DescribeImportedLogCountResponse
594
594
  */
595
595
  describeImportedLogCount(request: $_model.DescribeImportedLogCountRequest): Promise<$_model.DescribeImportedLogCountResponse>;
596
596
  /**
597
- * Queries the fields that can be configured for a custom rule.
597
+ * Retrieves the list of configurable fields for custom rules.
598
598
  *
599
599
  * @param request - DescribeLogFieldsRequest
600
600
  * @param runtime - runtime options for this request RuntimeOptions
@@ -602,14 +602,14 @@ export default class Client extends OpenApi {
602
602
  */
603
603
  describeLogFieldsWithOptions(request: $_model.DescribeLogFieldsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeLogFieldsResponse>;
604
604
  /**
605
- * Queries the fields that can be configured for a custom rule.
605
+ * Retrieves the list of configurable fields for custom rules.
606
606
  *
607
607
  * @param request - DescribeLogFieldsRequest
608
608
  * @returns DescribeLogFieldsResponse
609
609
  */
610
610
  describeLogFields(request: $_model.DescribeLogFieldsRequest): Promise<$_model.DescribeLogFieldsResponse>;
611
611
  /**
612
- * Queries the log sources that can be configured for a custom rule.
612
+ * Retrieves a list of configurable log sources for custom rules.
613
613
  *
614
614
  * @param request - DescribeLogSourceRequest
615
615
  * @param runtime - runtime options for this request RuntimeOptions
@@ -617,14 +617,14 @@ export default class Client extends OpenApi {
617
617
  */
618
618
  describeLogSourceWithOptions(request: $_model.DescribeLogSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeLogSourceResponse>;
619
619
  /**
620
- * Queries the log sources that can be configured for a custom rule.
620
+ * Retrieves a list of configurable log sources for custom rules.
621
621
  *
622
622
  * @param request - DescribeLogSourceRequest
623
623
  * @returns DescribeLogSourceResponse
624
624
  */
625
625
  describeLogSource(request: $_model.DescribeLogSourceRequest): Promise<$_model.DescribeLogSourceResponse>;
626
626
  /**
627
- * Queries the log types that can be configured for a custom rule.
627
+ * Retrieves the log types that can be configured for custom rules.
628
628
  *
629
629
  * @param request - DescribeLogTypeRequest
630
630
  * @param runtime - runtime options for this request RuntimeOptions
@@ -632,14 +632,14 @@ export default class Client extends OpenApi {
632
632
  */
633
633
  describeLogTypeWithOptions(request: $_model.DescribeLogTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeLogTypeResponse>;
634
634
  /**
635
- * Queries the log types that can be configured for a custom rule.
635
+ * Retrieves the log types that can be configured for custom rules.
636
636
  *
637
637
  * @param request - DescribeLogTypeRequest
638
638
  * @returns DescribeLogTypeResponse
639
639
  */
640
640
  describeLogType(request: $_model.DescribeLogTypeRequest): Promise<$_model.DescribeLogTypeResponse>;
641
641
  /**
642
- * Queries the operator of a custom rule.
642
+ * Retrieves the list of operators for custom rules.
643
643
  *
644
644
  * @param request - DescribeOperatorsRequest
645
645
  * @param runtime - runtime options for this request RuntimeOptions
@@ -647,14 +647,14 @@ export default class Client extends OpenApi {
647
647
  */
648
648
  describeOperatorsWithOptions(request: $_model.DescribeOperatorsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeOperatorsResponse>;
649
649
  /**
650
- * Queries the operator of a custom rule.
650
+ * Retrieves the list of operators for custom rules.
651
651
  *
652
652
  * @param request - DescribeOperatorsRequest
653
653
  * @returns DescribeOperatorsResponse
654
654
  */
655
655
  describeOperators(request: $_model.DescribeOperatorsRequest): Promise<$_model.DescribeOperatorsResponse>;
656
656
  /**
657
- * Queries the number of services that can be added to the threat analysis feature in Alibaba Cloud, Tenant Cloud, and Huawei Cloud.
657
+ * Queries the number of Alibaba Cloud, Tencent Cloud, and Huawei Cloud products that can be integrated with Threat Analysis.
658
658
  *
659
659
  * @param request - DescribeProdCountRequest
660
660
  * @param runtime - runtime options for this request RuntimeOptions
@@ -662,14 +662,14 @@ export default class Client extends OpenApi {
662
662
  */
663
663
  describeProdCountWithOptions(request: $_model.DescribeProdCountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeProdCountResponse>;
664
664
  /**
665
- * Queries the number of services that can be added to the threat analysis feature in Alibaba Cloud, Tenant Cloud, and Huawei Cloud.
665
+ * Queries the number of Alibaba Cloud, Tencent Cloud, and Huawei Cloud products that can be integrated with Threat Analysis.
666
666
  *
667
667
  * @param request - DescribeProdCountRequest
668
668
  * @returns DescribeProdCountResponse
669
669
  */
670
670
  describeProdCount(request: $_model.DescribeProdCountRequest): Promise<$_model.DescribeProdCountResponse>;
671
671
  /**
672
- * Queries the list of users in the playbook scope.
672
+ * Retrieves the list of users in the playbook scope.
673
673
  *
674
674
  * @param request - DescribeScopeUsersRequest
675
675
  * @param runtime - runtime options for this request RuntimeOptions
@@ -677,14 +677,14 @@ export default class Client extends OpenApi {
677
677
  */
678
678
  describeScopeUsersWithOptions(request: $_model.DescribeScopeUsersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeScopeUsersResponse>;
679
679
  /**
680
- * Queries the list of users in the playbook scope.
680
+ * Retrieves the list of users in the playbook scope.
681
681
  *
682
682
  * @param request - DescribeScopeUsersRequest
683
683
  * @returns DescribeScopeUsersResponse
684
684
  */
685
685
  describeScopeUsers(request: $_model.DescribeScopeUsersRequest): Promise<$_model.DescribeScopeUsersResponse>;
686
686
  /**
687
- * Checks whether the threat analysis feature is authorized to access a resource directory.
687
+ * Checks whether a resource directory is authorized for threat analysis.
688
688
  *
689
689
  * @param request - DescribeServiceStatusRequest
690
690
  * @param runtime - runtime options for this request RuntimeOptions
@@ -692,14 +692,14 @@ export default class Client extends OpenApi {
692
692
  */
693
693
  describeServiceStatusWithOptions(request: $_model.DescribeServiceStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeServiceStatusResponse>;
694
694
  /**
695
- * Checks whether the threat analysis feature is authorized to access a resource directory.
695
+ * Checks whether a resource directory is authorized for threat analysis.
696
696
  *
697
697
  * @param request - DescribeServiceStatusRequest
698
698
  * @returns DescribeServiceStatusResponse
699
699
  */
700
700
  describeServiceStatus(request: $_model.DescribeServiceStatusRequest): Promise<$_model.DescribeServiceStatusResponse>;
701
701
  /**
702
- * Queries the status of the Logstores for the threat analysis feature in Simple Log Service on the user side.
702
+ * Checks the status of the storage for the threat analysis feature. The storage is a Logstore in Simple Log Service.
703
703
  *
704
704
  * @param request - DescribeStorageRequest
705
705
  * @param runtime - runtime options for this request RuntimeOptions
@@ -707,14 +707,14 @@ export default class Client extends OpenApi {
707
707
  */
708
708
  describeStorageWithOptions(request: $_model.DescribeStorageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeStorageResponse>;
709
709
  /**
710
- * Queries the status of the Logstores for the threat analysis feature in Simple Log Service on the user side.
710
+ * Checks the status of the storage for the threat analysis feature. The storage is a Logstore in Simple Log Service.
711
711
  *
712
712
  * @param request - DescribeStorageRequest
713
713
  * @returns DescribeStorageResponse
714
714
  */
715
715
  describeStorage(request: $_model.DescribeStorageRequest): Promise<$_model.DescribeStorageResponse>;
716
716
  /**
717
- * Checks whether the current Alibaba Cloud account or the management account of a resource directory is used to purchase the threat analysis feature.
717
+ * Checks whether the current Alibaba Cloud account or its associated enterprise organization has purchased threat analysis.
718
718
  *
719
719
  * @param request - DescribeUserBuyStatusRequest
720
720
  * @param runtime - runtime options for this request RuntimeOptions
@@ -722,14 +722,14 @@ export default class Client extends OpenApi {
722
722
  */
723
723
  describeUserBuyStatusWithOptions(request: $_model.DescribeUserBuyStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeUserBuyStatusResponse>;
724
724
  /**
725
- * Checks whether the current Alibaba Cloud account or the management account of a resource directory is used to purchase the threat analysis feature.
725
+ * Checks whether the current Alibaba Cloud account or its associated enterprise organization has purchased threat analysis.
726
726
  *
727
727
  * @param request - DescribeUserBuyStatusRequest
728
728
  * @returns DescribeUserBuyStatusResponse
729
729
  */
730
730
  describeUserBuyStatus(request: $_model.DescribeUserBuyStatusRequest): Promise<$_model.DescribeUserBuyStatusResponse>;
731
731
  /**
732
- * Queries the protected domain names of the WAF instance for a user to which an entity belongs.
732
+ * Retrieves the list of domain names protected by Web Application Firewall (WAF) instances.
733
733
  *
734
734
  * @param request - DescribeWafScopeRequest
735
735
  * @param runtime - runtime options for this request RuntimeOptions
@@ -737,14 +737,14 @@ export default class Client extends OpenApi {
737
737
  */
738
738
  describeWafScopeWithOptions(request: $_model.DescribeWafScopeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeWafScopeResponse>;
739
739
  /**
740
- * Queries the protected domain names of the WAF instance for a user to which an entity belongs.
740
+ * Retrieves the list of domain names protected by Web Application Firewall (WAF) instances.
741
741
  *
742
742
  * @param request - DescribeWafScopeRequest
743
743
  * @returns DescribeWafScopeResponse
744
744
  */
745
745
  describeWafScope(request: $_model.DescribeWafScopeRequest): Promise<$_model.DescribeWafScopeResponse>;
746
746
  /**
747
- * Queries a list of whitelist rules for alerts.
747
+ * Queries the rules in the alert whitelist.
748
748
  *
749
749
  * @param request - DescribeWhiteRuleListRequest
750
750
  * @param runtime - runtime options for this request RuntimeOptions
@@ -752,14 +752,14 @@ export default class Client extends OpenApi {
752
752
  */
753
753
  describeWhiteRuleListWithOptions(request: $_model.DescribeWhiteRuleListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeWhiteRuleListResponse>;
754
754
  /**
755
- * Queries a list of whitelist rules for alerts.
755
+ * Queries the rules in the alert whitelist.
756
756
  *
757
757
  * @param request - DescribeWhiteRuleListRequest
758
758
  * @returns DescribeWhiteRuleListResponse
759
759
  */
760
760
  describeWhiteRuleList(request: $_model.DescribeWhiteRuleListRequest): Promise<$_model.DescribeWhiteRuleListResponse>;
761
761
  /**
762
- * Creates a service-linked role named AliyunServiceRoleForSasCloudSiem for the threat analysis feature. The feature can assume this role to access cloud services.
762
+ * Grants permissions to Threat Analysis and creates the AliyunServiceRoleForSasCloudSiem service-linked role.
763
763
  *
764
764
  * @param request - EnableAccessForCloudSiemRequest
765
765
  * @param runtime - runtime options for this request RuntimeOptions
@@ -767,14 +767,14 @@ export default class Client extends OpenApi {
767
767
  */
768
768
  enableAccessForCloudSiemWithOptions(request: $_model.EnableAccessForCloudSiemRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableAccessForCloudSiemResponse>;
769
769
  /**
770
- * Creates a service-linked role named AliyunServiceRoleForSasCloudSiem for the threat analysis feature. The feature can assume this role to access cloud services.
770
+ * Grants permissions to Threat Analysis and creates the AliyunServiceRoleForSasCloudSiem service-linked role.
771
771
  *
772
772
  * @param request - EnableAccessForCloudSiemRequest
773
773
  * @returns EnableAccessForCloudSiemResponse
774
774
  */
775
775
  enableAccessForCloudSiem(request: $_model.EnableAccessForCloudSiemRequest): Promise<$_model.EnableAccessForCloudSiemResponse>;
776
776
  /**
777
- * Authorizes the threat analysis feature to access a resource directory. This operation must be called by the management account of the resource directory.
777
+ * Enables resource directory authorization for threat analysis. This operation can be called only by a resource directory administrator.
778
778
  *
779
779
  * @param request - EnableServiceForCloudSiemRequest
780
780
  * @param runtime - runtime options for this request RuntimeOptions
@@ -782,14 +782,14 @@ export default class Client extends OpenApi {
782
782
  */
783
783
  enableServiceForCloudSiemWithOptions(request: $_model.EnableServiceForCloudSiemRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableServiceForCloudSiemResponse>;
784
784
  /**
785
- * Authorizes the threat analysis feature to access a resource directory. This operation must be called by the management account of the resource directory.
785
+ * Enables resource directory authorization for threat analysis. This operation can be called only by a resource directory administrator.
786
786
  *
787
787
  * @param request - EnableServiceForCloudSiemRequest
788
788
  * @returns EnableServiceForCloudSiemResponse
789
789
  */
790
790
  enableServiceForCloudSiem(request: $_model.EnableServiceForCloudSiemRequest): Promise<$_model.EnableServiceForCloudSiemResponse>;
791
791
  /**
792
- * Queries the storage capacity usage of the threat analysis feature and the purchased storage capacity
792
+ * Retrieves the current billable storage usage and subscription purchase volume for threat analysis. Units are in GB.
793
793
  *
794
794
  * @param request - GetCapacityRequest
795
795
  * @param runtime - runtime options for this request RuntimeOptions
@@ -797,14 +797,35 @@ export default class Client extends OpenApi {
797
797
  */
798
798
  getCapacityWithOptions(request: $_model.GetCapacityRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCapacityResponse>;
799
799
  /**
800
- * Queries the storage capacity usage of the threat analysis feature and the purchased storage capacity
800
+ * Retrieves the current billable storage usage and subscription purchase volume for threat analysis. Units are in GB.
801
801
  *
802
802
  * @param request - GetCapacityRequest
803
803
  * @returns GetCapacityResponse
804
804
  */
805
805
  getCapacity(request: $_model.GetCapacityRequest): Promise<$_model.GetCapacityResponse>;
806
806
  /**
807
- * Queries the storage configurations for the threat analysis feature on the user side.
807
+ * Queries entity counts.
808
+ *
809
+ * @remarks
810
+ * The input parameter JsonConfig is a complex JSON configuration. A utility class with configuration examples is provided. For more information, refer to [Demo](https://github.com/aliyun/cloud-siem-client/blob/master/src/main/java/com/aliyun/security/cloudsiem/client/sample/JobBuilderSample.java).
811
+ *
812
+ * @param request - GetEntitiyStatRequest
813
+ * @param runtime - runtime options for this request RuntimeOptions
814
+ * @returns GetEntitiyStatResponse
815
+ */
816
+ getEntitiyStatWithOptions(request: $_model.GetEntitiyStatRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetEntitiyStatResponse>;
817
+ /**
818
+ * Queries entity counts.
819
+ *
820
+ * @remarks
821
+ * The input parameter JsonConfig is a complex JSON configuration. A utility class with configuration examples is provided. For more information, refer to [Demo](https://github.com/aliyun/cloud-siem-client/blob/master/src/main/java/com/aliyun/security/cloudsiem/client/sample/JobBuilderSample.java).
822
+ *
823
+ * @param request - GetEntitiyStatRequest
824
+ * @returns GetEntitiyStatResponse
825
+ */
826
+ getEntitiyStat(request: $_model.GetEntitiyStatRequest): Promise<$_model.GetEntitiyStatResponse>;
827
+ /**
828
+ * Retrieves the storage settings created by the Threat Analysis and Response product in your Simple Log Service (SLS). These settings include the storage duration and storage region.
808
829
  *
809
830
  * @param request - GetStorageRequest
810
831
  * @param runtime - runtime options for this request RuntimeOptions
@@ -812,14 +833,14 @@ export default class Client extends OpenApi {
812
833
  */
813
834
  getStorageWithOptions(request: $_model.GetStorageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetStorageResponse>;
814
835
  /**
815
- * Queries the storage configurations for the threat analysis feature on the user side.
836
+ * Retrieves the storage settings created by the Threat Analysis and Response product in your Simple Log Service (SLS). These settings include the storage duration and storage region.
816
837
  *
817
838
  * @param request - GetStorageRequest
818
839
  * @returns GetStorageResponse
819
840
  */
820
841
  getStorage(request: $_model.GetStorageRequest): Promise<$_model.GetStorageResponse>;
821
842
  /**
822
- * Queries a list of AccessKey IDs of third-party cloud accounts that are added to the threat analysis feature.
843
+ * Lists the AccessKey IDs for attached multicloud accounts.
823
844
  *
824
845
  * @param request - ListAccountAccessIdRequest
825
846
  * @param runtime - runtime options for this request RuntimeOptions
@@ -827,14 +848,14 @@ export default class Client extends OpenApi {
827
848
  */
828
849
  listAccountAccessIdWithOptions(request: $_model.ListAccountAccessIdRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAccountAccessIdResponse>;
829
850
  /**
830
- * Queries a list of AccessKey IDs of third-party cloud accounts that are added to the threat analysis feature.
851
+ * Lists the AccessKey IDs for attached multicloud accounts.
831
852
  *
832
853
  * @param request - ListAccountAccessIdRequest
833
854
  * @returns ListAccountAccessIdResponse
834
855
  */
835
856
  listAccountAccessId(request: $_model.ListAccountAccessIdRequest): Promise<$_model.ListAccountAccessIdResponse>;
836
857
  /**
837
- * Query accounts by log.
858
+ * Queries the accounts associated with a log.
838
859
  *
839
860
  * @param request - ListAccountsByLogRequest
840
861
  * @param runtime - runtime options for this request RuntimeOptions
@@ -842,14 +863,14 @@ export default class Client extends OpenApi {
842
863
  */
843
864
  listAccountsByLogWithOptions(request: $_model.ListAccountsByLogRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAccountsByLogResponse>;
844
865
  /**
845
- * Query accounts by log.
866
+ * Queries the accounts associated with a log.
846
867
  *
847
868
  * @param request - ListAccountsByLogRequest
848
869
  * @returns ListAccountsByLogResponse
849
870
  */
850
871
  listAccountsByLog(request: $_model.ListAccountsByLogRequest): Promise<$_model.ListAccountsByLogResponse>;
851
872
  /**
852
- * Queries a list of cloud services that can be added to the threat analysis feature.
873
+ * Lists the cloud products supported by Threat Analysis for data ingestion.
853
874
  *
854
875
  * @param request - ListAllProdsRequest
855
876
  * @param runtime - runtime options for this request RuntimeOptions
@@ -857,14 +878,14 @@ export default class Client extends OpenApi {
857
878
  */
858
879
  listAllProdsWithOptions(request: $_model.ListAllProdsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAllProdsResponse>;
859
880
  /**
860
- * Queries a list of cloud services that can be added to the threat analysis feature.
881
+ * Lists the cloud products supported by Threat Analysis for data ingestion.
861
882
  *
862
883
  * @param request - ListAllProdsRequest
863
884
  * @returns ListAllProdsResponse
864
885
  */
865
886
  listAllProds(request: $_model.ListAllProdsRequest): Promise<$_model.ListAllProdsResponse>;
866
887
  /**
867
- * Queries automated response rules.
888
+ * Retrieves a list of automated response rules.
868
889
  *
869
890
  * @param request - ListAutomateResponseConfigsRequest
870
891
  * @param runtime - runtime options for this request RuntimeOptions
@@ -872,14 +893,14 @@ export default class Client extends OpenApi {
872
893
  */
873
894
  listAutomateResponseConfigsWithOptions(request: $_model.ListAutomateResponseConfigsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAutomateResponseConfigsResponse>;
874
895
  /**
875
- * Queries automated response rules.
896
+ * Retrieves a list of automated response rules.
876
897
  *
877
898
  * @param request - ListAutomateResponseConfigsRequest
878
899
  * @returns ListAutomateResponseConfigsResponse
879
900
  */
880
901
  listAutomateResponseConfigs(request: $_model.ListAutomateResponseConfigsRequest): Promise<$_model.ListAutomateResponseConfigsResponse>;
881
902
  /**
882
- * Queries a list of cloud accounts that are added to the threat analysis feature.
903
+ * Lists multicloud accounts bound to Threat Analysis.
883
904
  *
884
905
  * @param request - ListBindAccountRequest
885
906
  * @param runtime - runtime options for this request RuntimeOptions
@@ -887,14 +908,14 @@ export default class Client extends OpenApi {
887
908
  */
888
909
  listBindAccountWithOptions(request: $_model.ListBindAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBindAccountResponse>;
889
910
  /**
890
- * Queries a list of cloud accounts that are added to the threat analysis feature.
911
+ * Lists multicloud accounts bound to Threat Analysis.
891
912
  *
892
913
  * @param request - ListBindAccountRequest
893
914
  * @returns ListBindAccountResponse
894
915
  */
895
916
  listBindAccount(request: $_model.ListBindAccountRequest): Promise<$_model.ListBindAccountResponse>;
896
917
  /**
897
- * Queries a list of data sources that are added to the threat analysis feature.
918
+ * Queries all bound data sources.
898
919
  *
899
920
  * @param request - ListBindDataSourcesRequest
900
921
  * @param runtime - runtime options for this request RuntimeOptions
@@ -902,14 +923,14 @@ export default class Client extends OpenApi {
902
923
  */
903
924
  listBindDataSourcesWithOptions(request: $_model.ListBindDataSourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBindDataSourcesResponse>;
904
925
  /**
905
- * Queries a list of data sources that are added to the threat analysis feature.
926
+ * Queries all bound data sources.
906
927
  *
907
928
  * @param request - ListBindDataSourcesRequest
908
929
  * @returns ListBindDataSourcesResponse
909
930
  */
910
931
  listBindDataSources(request: $_model.ListBindDataSourcesRequest): Promise<$_model.ListBindDataSourcesResponse>;
911
932
  /**
912
- * Queries custom rules.
933
+ * Retrieves a list of custom rules.
913
934
  *
914
935
  * @param request - ListCloudSiemCustomizeRulesRequest
915
936
  * @param runtime - runtime options for this request RuntimeOptions
@@ -917,14 +938,14 @@ export default class Client extends OpenApi {
917
938
  */
918
939
  listCloudSiemCustomizeRulesWithOptions(request: $_model.ListCloudSiemCustomizeRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudSiemCustomizeRulesResponse>;
919
940
  /**
920
- * Queries custom rules.
941
+ * Retrieves a list of custom rules.
921
942
  *
922
943
  * @param request - ListCloudSiemCustomizeRulesRequest
923
944
  * @returns ListCloudSiemCustomizeRulesResponse
924
945
  */
925
946
  listCloudSiemCustomizeRules(request: $_model.ListCloudSiemCustomizeRulesRequest): Promise<$_model.ListCloudSiemCustomizeRulesResponse>;
926
947
  /**
927
- * Queries predefined rules.
948
+ * Retrieves a list of predefined rules.
928
949
  *
929
950
  * @param request - ListCloudSiemPredefinedRulesRequest
930
951
  * @param runtime - runtime options for this request RuntimeOptions
@@ -932,14 +953,14 @@ export default class Client extends OpenApi {
932
953
  */
933
954
  listCloudSiemPredefinedRulesWithOptions(request: $_model.ListCloudSiemPredefinedRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudSiemPredefinedRulesResponse>;
934
955
  /**
935
- * Queries predefined rules.
956
+ * Retrieves a list of predefined rules.
936
957
  *
937
958
  * @param request - ListCloudSiemPredefinedRulesRequest
938
959
  * @returns ListCloudSiemPredefinedRulesResponse
939
960
  */
940
961
  listCloudSiemPredefinedRules(request: $_model.ListCloudSiemPredefinedRulesRequest): Promise<$_model.ListCloudSiemPredefinedRulesResponse>;
941
962
  /**
942
- * Queries the test results of a custom rule.
963
+ * Retrieves the list of test results for a custom rule.
943
964
  *
944
965
  * @param request - ListCustomizeRuleTestResultRequest
945
966
  * @param runtime - runtime options for this request RuntimeOptions
@@ -947,14 +968,14 @@ export default class Client extends OpenApi {
947
968
  */
948
969
  listCustomizeRuleTestResultWithOptions(request: $_model.ListCustomizeRuleTestResultRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCustomizeRuleTestResultResponse>;
949
970
  /**
950
- * Queries the test results of a custom rule.
971
+ * Retrieves the list of test results for a custom rule.
951
972
  *
952
973
  * @param request - ListCustomizeRuleTestResultRequest
953
974
  * @returns ListCustomizeRuleTestResultResponse
954
975
  */
955
976
  listCustomizeRuleTestResult(request: $_model.ListCustomizeRuleTestResultRequest): Promise<$_model.ListCustomizeRuleTestResultResponse>;
956
977
  /**
957
- * Queries the logs of a data source.
978
+ * Lists the logs for a data source.
958
979
  *
959
980
  * @param request - ListDataSourceLogsRequest
960
981
  * @param runtime - runtime options for this request RuntimeOptions
@@ -962,14 +983,14 @@ export default class Client extends OpenApi {
962
983
  */
963
984
  listDataSourceLogsWithOptions(request: $_model.ListDataSourceLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataSourceLogsResponse>;
964
985
  /**
965
- * Queries the logs of a data source.
986
+ * Lists the logs for a data source.
966
987
  *
967
988
  * @param request - ListDataSourceLogsRequest
968
989
  * @returns ListDataSourceLogsResponse
969
990
  */
970
991
  listDataSourceLogs(request: $_model.ListDataSourceLogsRequest): Promise<$_model.ListDataSourceLogsResponse>;
971
992
  /**
972
- * Queries a list of data source types in third-party cloud services that can be added to the threat analysis feature.
993
+ * Lists the types of multicloud data sources that Threat Analysis supports.
973
994
  *
974
995
  * @param request - ListDataSourceTypesRequest
975
996
  * @param runtime - runtime options for this request RuntimeOptions
@@ -977,14 +998,14 @@ export default class Client extends OpenApi {
977
998
  */
978
999
  listDataSourceTypesWithOptions(request: $_model.ListDataSourceTypesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataSourceTypesResponse>;
979
1000
  /**
980
- * Queries a list of data source types in third-party cloud services that can be added to the threat analysis feature.
1001
+ * Lists the types of multicloud data sources that Threat Analysis supports.
981
1002
  *
982
1003
  * @param request - ListDataSourceTypesRequest
983
1004
  * @returns ListDataSourceTypesResponse
984
1005
  */
985
1006
  listDataSourceTypes(request: $_model.ListDataSourceTypesRequest): Promise<$_model.ListDataSourceTypesResponse>;
986
1007
  /**
987
- * Queries the information about the cloud services that are integrated with the threat analysis feature, the logs of the cloud services, and the delivery of the logs.
1008
+ * Lists the products and logs that are connected to threat analysis for an enterprise or a member, and the data shipping status of these logs.
988
1009
  *
989
1010
  * @param request - ListDeliveryRequest
990
1011
  * @param runtime - runtime options for this request RuntimeOptions
@@ -992,14 +1013,14 @@ export default class Client extends OpenApi {
992
1013
  */
993
1014
  listDeliveryWithOptions(request: $_model.ListDeliveryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDeliveryResponse>;
994
1015
  /**
995
- * Queries the information about the cloud services that are integrated with the threat analysis feature, the logs of the cloud services, and the delivery of the logs.
1016
+ * Lists the products and logs that are connected to threat analysis for an enterprise or a member, and the data shipping status of these logs.
996
1017
  *
997
1018
  * @param request - ListDeliveryRequest
998
1019
  * @returns ListDeliveryResponse
999
1020
  */
1000
1021
  listDelivery(request: $_model.ListDeliveryRequest): Promise<$_model.ListDeliveryResponse>;
1001
1022
  /**
1002
- * Queries handling policies.
1023
+ * Retrieve a list of system-recommended disposal strategies.
1003
1024
  *
1004
1025
  * @param request - ListDisposeStrategyRequest
1005
1026
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1007,14 +1028,14 @@ export default class Client extends OpenApi {
1007
1028
  */
1008
1029
  listDisposeStrategyWithOptions(request: $_model.ListDisposeStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDisposeStrategyResponse>;
1009
1030
  /**
1010
- * Queries handling policies.
1031
+ * Retrieve a list of system-recommended disposal strategies.
1011
1032
  *
1012
1033
  * @param request - ListDisposeStrategyRequest
1013
1034
  * @returns ListDisposeStrategyResponse
1014
1035
  */
1015
1036
  listDisposeStrategy(request: $_model.ListDisposeStrategyRequest): Promise<$_model.ListDisposeStrategyResponse>;
1016
1037
  /**
1017
- * Queries entities.
1038
+ * Queries a list of entities.
1018
1039
  *
1019
1040
  * @param request - ListEntitiesRequest
1020
1041
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1022,14 +1043,14 @@ export default class Client extends OpenApi {
1022
1043
  */
1023
1044
  listEntitiesWithOptions(request: $_model.ListEntitiesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListEntitiesResponse>;
1024
1045
  /**
1025
- * Queries entities.
1046
+ * Queries a list of entities.
1026
1047
  *
1027
1048
  * @param request - ListEntitiesRequest
1028
1049
  * @returns ListEntitiesResponse
1029
1050
  */
1030
1051
  listEntities(request: $_model.ListEntitiesRequest): Promise<$_model.ListEntitiesResponse>;
1031
1052
  /**
1032
- * Queries the details of the logs in a cloud service that is added to the threat analysis feature.
1053
+ * Queries the log ingestion details for a specific product.
1033
1054
  *
1034
1055
  * @param request - ListImportedLogsByProdRequest
1035
1056
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1037,14 +1058,14 @@ export default class Client extends OpenApi {
1037
1058
  */
1038
1059
  listImportedLogsByProdWithOptions(request: $_model.ListImportedLogsByProdRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListImportedLogsByProdResponse>;
1039
1060
  /**
1040
- * Queries the details of the logs in a cloud service that is added to the threat analysis feature.
1061
+ * Queries the log ingestion details for a specific product.
1041
1062
  *
1042
1063
  * @param request - ListImportedLogsByProdRequest
1043
1064
  * @returns ListImportedLogsByProdResponse
1044
1065
  */
1045
1066
  listImportedLogsByProd(request: $_model.ListImportedLogsByProdRequest): Promise<$_model.ListImportedLogsByProdResponse>;
1046
1067
  /**
1047
- * Queries the dedicated Simple Log Service project and Logstore for a cloud service based on the patterns of the project and Logstore names.
1068
+ * Queries projects and Logstores based on the name patterns of the default SLS project and Logstore for an Alibaba Cloud service.
1048
1069
  *
1049
1070
  * @param request - ListProjectLogStoresRequest
1050
1071
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1052,14 +1073,14 @@ export default class Client extends OpenApi {
1052
1073
  */
1053
1074
  listProjectLogStoresWithOptions(request: $_model.ListProjectLogStoresRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListProjectLogStoresResponse>;
1054
1075
  /**
1055
- * Queries the dedicated Simple Log Service project and Logstore for a cloud service based on the patterns of the project and Logstore names.
1076
+ * Queries projects and Logstores based on the name patterns of the default SLS project and Logstore for an Alibaba Cloud service.
1056
1077
  *
1057
1078
  * @param request - ListProjectLogStoresRequest
1058
1079
  * @returns ListProjectLogStoresResponse
1059
1080
  */
1060
1081
  listProjectLogStores(request: $_model.ListProjectLogStoresRequest): Promise<$_model.ListProjectLogStoresResponse>;
1061
1082
  /**
1062
- * Queries a list of Alibaba Cloud accounts that are added to the threat analysis feature for centralized management. These accounts can be used to perform operations supported by the threat analysis feature, such as adding logs and handling events.
1083
+ * Lists the Alibaba Cloud accounts that are managed by the multi-account control feature of Threat Analysis. An account must be managed to use features such as log collection and event handling.
1063
1084
  *
1064
1085
  * @param request - ListRdUsersRequest
1065
1086
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1067,14 +1088,14 @@ export default class Client extends OpenApi {
1067
1088
  */
1068
1089
  listRdUsersWithOptions(request: $_model.ListRdUsersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRdUsersResponse>;
1069
1090
  /**
1070
- * Queries a list of Alibaba Cloud accounts that are added to the threat analysis feature for centralized management. These accounts can be used to perform operations supported by the threat analysis feature, such as adding logs and handling events.
1091
+ * Lists the Alibaba Cloud accounts that are managed by the multi-account control feature of Threat Analysis. An account must be managed to use features such as log collection and event handling.
1071
1092
  *
1072
1093
  * @param request - ListRdUsersRequest
1073
1094
  * @returns ListRdUsersResponse
1074
1095
  */
1075
1096
  listRdUsers(request: $_model.ListRdUsersRequest): Promise<$_model.ListRdUsersResponse>;
1076
1097
  /**
1077
- * Modifies a third-party cloud account that is added to the threat analysis feature.
1098
+ * Modifies a bound Alibaba Cloud account.
1078
1099
  *
1079
1100
  * @param request - ModifyBindAccountRequest
1080
1101
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1082,14 +1103,14 @@ export default class Client extends OpenApi {
1082
1103
  */
1083
1104
  modifyBindAccountWithOptions(request: $_model.ModifyBindAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyBindAccountResponse>;
1084
1105
  /**
1085
- * Modifies a third-party cloud account that is added to the threat analysis feature.
1106
+ * Modifies a bound Alibaba Cloud account.
1086
1107
  *
1087
1108
  * @param request - ModifyBindAccountRequest
1088
1109
  * @returns ModifyBindAccountResponse
1089
1110
  */
1090
1111
  modifyBindAccount(request: $_model.ModifyBindAccountRequest): Promise<$_model.ModifyBindAccountResponse>;
1091
1112
  /**
1092
- * Modifies a data source that is added to the threat analysis feature.
1113
+ * Modifies the description of an existing data source.
1093
1114
  *
1094
1115
  * @param request - ModifyDataSourceRequest
1095
1116
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1097,14 +1118,14 @@ export default class Client extends OpenApi {
1097
1118
  */
1098
1119
  modifyDataSourceWithOptions(request: $_model.ModifyDataSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyDataSourceResponse>;
1099
1120
  /**
1100
- * Modifies a data source that is added to the threat analysis feature.
1121
+ * Modifies the description of an existing data source.
1101
1122
  *
1102
1123
  * @param request - ModifyDataSourceRequest
1103
1124
  * @returns ModifyDataSourceResponse
1104
1125
  */
1105
1126
  modifyDataSource(request: $_model.ModifyDataSourceRequest): Promise<$_model.ModifyDataSourceResponse>;
1106
1127
  /**
1107
- * Modifies the description of the logs that are added to the threat analysis feature for a data source within a cloud account.
1128
+ * Modifies the description of a data source log.
1108
1129
  *
1109
1130
  * @param request - ModifyDataSourceLogRequest
1110
1131
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1112,14 +1133,14 @@ export default class Client extends OpenApi {
1112
1133
  */
1113
1134
  modifyDataSourceLogWithOptions(request: $_model.ModifyDataSourceLogRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyDataSourceLogResponse>;
1114
1135
  /**
1115
- * Modifies the description of the logs that are added to the threat analysis feature for a data source within a cloud account.
1136
+ * Modifies the description of a data source log.
1116
1137
  *
1117
1138
  * @param request - ModifyDataSourceLogRequest
1118
1139
  * @returns ModifyDataSourceLogResponse
1119
1140
  */
1120
1141
  modifyDataSourceLog(request: $_model.ModifyDataSourceLogRequest): Promise<$_model.ModifyDataSourceLogResponse>;
1121
1142
  /**
1122
- * Enables the log delivery feature for a cloud service that is integrated with Simple Log Service.
1143
+ * Enables log delivery for integrated cloud services.
1123
1144
  *
1124
1145
  * @param request - OpenDeliveryRequest
1125
1146
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1127,14 +1148,14 @@ export default class Client extends OpenApi {
1127
1148
  */
1128
1149
  openDeliveryWithOptions(request: $_model.OpenDeliveryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.OpenDeliveryResponse>;
1129
1150
  /**
1130
- * Enables the log delivery feature for a cloud service that is integrated with Simple Log Service.
1151
+ * Enables log delivery for integrated cloud services.
1131
1152
  *
1132
1153
  * @param request - OpenDeliveryRequest
1133
1154
  * @returns OpenDeliveryResponse
1134
1155
  */
1135
1156
  openDelivery(request: $_model.OpenDeliveryRequest): Promise<$_model.OpenDeliveryResponse>;
1136
1157
  /**
1137
- * Creates or updates an automatic response rule.
1158
+ * Adds or updates an automated response rule.
1138
1159
  *
1139
1160
  * @param request - PostAutomateResponseConfigRequest
1140
1161
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1142,14 +1163,14 @@ export default class Client extends OpenApi {
1142
1163
  */
1143
1164
  postAutomateResponseConfigWithOptions(request: $_model.PostAutomateResponseConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PostAutomateResponseConfigResponse>;
1144
1165
  /**
1145
- * Creates or updates an automatic response rule.
1166
+ * Adds or updates an automated response rule.
1146
1167
  *
1147
1168
  * @param request - PostAutomateResponseConfigRequest
1148
1169
  * @returns PostAutomateResponseConfigResponse
1149
1170
  */
1150
1171
  postAutomateResponseConfig(request: $_model.PostAutomateResponseConfigRequest): Promise<$_model.PostAutomateResponseConfigResponse>;
1151
1172
  /**
1152
- * Creates or updates a custom rule.
1173
+ * Adds or updates a custom rule.
1153
1174
  *
1154
1175
  * @param request - PostCustomizeRuleRequest
1155
1176
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1157,7 +1178,7 @@ export default class Client extends OpenApi {
1157
1178
  */
1158
1179
  postCustomizeRuleWithOptions(request: $_model.PostCustomizeRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PostCustomizeRuleResponse>;
1159
1180
  /**
1160
- * Creates or updates a custom rule.
1181
+ * Adds or updates a custom rule.
1161
1182
  *
1162
1183
  * @param request - PostCustomizeRuleRequest
1163
1184
  * @returns PostCustomizeRuleResponse
@@ -1179,7 +1200,7 @@ export default class Client extends OpenApi {
1179
1200
  */
1180
1201
  postCustomizeRuleTest(request: $_model.PostCustomizeRuleTestRequest): Promise<$_model.PostCustomizeRuleTestResponse>;
1181
1202
  /**
1182
- * Submits event handling information.
1203
+ * Submit incident response information to update the incident status and severity level.
1183
1204
  *
1184
1205
  * @param request - PostEventDisposeAndWhiteruleListRequest
1185
1206
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1187,14 +1208,14 @@ export default class Client extends OpenApi {
1187
1208
  */
1188
1209
  postEventDisposeAndWhiteruleListWithOptions(request: $_model.PostEventDisposeAndWhiteruleListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PostEventDisposeAndWhiteruleListResponse>;
1189
1210
  /**
1190
- * Submits event handling information.
1211
+ * Submit incident response information to update the incident status and severity level.
1191
1212
  *
1192
1213
  * @param request - PostEventDisposeAndWhiteruleListRequest
1193
1214
  * @returns PostEventDisposeAndWhiteruleListResponse
1194
1215
  */
1195
1216
  postEventDisposeAndWhiteruleList(request: $_model.PostEventDisposeAndWhiteruleListRequest): Promise<$_model.PostEventDisposeAndWhiteruleListResponse>;
1196
1217
  /**
1197
- * Submits an alert whitelist rule.
1218
+ * Submits alert whitelisting rules.
1198
1219
  *
1199
1220
  * @param request - PostEventWhiteruleListRequest
1200
1221
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1202,14 +1223,14 @@ export default class Client extends OpenApi {
1202
1223
  */
1203
1224
  postEventWhiteruleListWithOptions(request: $_model.PostEventWhiteruleListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PostEventWhiteruleListResponse>;
1204
1225
  /**
1205
- * Submits an alert whitelist rule.
1226
+ * Submits alert whitelisting rules.
1206
1227
  *
1207
1228
  * @param request - PostEventWhiteruleListRequest
1208
1229
  * @returns PostEventWhiteruleListResponse
1209
1230
  */
1210
1231
  postEventWhiteruleList(request: $_model.PostEventWhiteruleListRequest): Promise<$_model.PostEventWhiteruleListResponse>;
1211
1232
  /**
1212
- * Ends the test of a custom rule.
1233
+ * Finishes the test for a custom rule.
1213
1234
  *
1214
1235
  * @param request - PostFinishCustomizeRuleTestRequest
1215
1236
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1217,14 +1238,14 @@ export default class Client extends OpenApi {
1217
1238
  */
1218
1239
  postFinishCustomizeRuleTestWithOptions(request: $_model.PostFinishCustomizeRuleTestRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PostFinishCustomizeRuleTestResponse>;
1219
1240
  /**
1220
- * Ends the test of a custom rule.
1241
+ * Finishes the test for a custom rule.
1221
1242
  *
1222
1243
  * @param request - PostFinishCustomizeRuleTestRequest
1223
1244
  * @returns PostFinishCustomizeRuleTestResponse
1224
1245
  */
1225
1246
  postFinishCustomizeRuleTest(request: $_model.PostFinishCustomizeRuleTestRequest): Promise<$_model.PostFinishCustomizeRuleTestResponse>;
1226
1247
  /**
1227
- * Updates the status of a custom rule.
1248
+ * Updates the statuses of custom rules.
1228
1249
  *
1229
1250
  * @param request - PostRuleStatusChangeRequest
1230
1251
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1232,14 +1253,14 @@ export default class Client extends OpenApi {
1232
1253
  */
1233
1254
  postRuleStatusChangeWithOptions(request: $_model.PostRuleStatusChangeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PostRuleStatusChangeResponse>;
1234
1255
  /**
1235
- * Updates the status of a custom rule.
1256
+ * Updates the statuses of custom rules.
1236
1257
  *
1237
1258
  * @param request - PostRuleStatusChangeRequest
1238
1259
  * @returns PostRuleStatusChangeResponse
1239
1260
  */
1240
1261
  postRuleStatusChange(request: $_model.PostRuleStatusChangeRequest): Promise<$_model.PostRuleStatusChangeResponse>;
1241
1262
  /**
1242
- * Releases storage to reduce the storage usage. The release operation is irreversible and may cause data loss. Proceed with caution.
1263
+ * Releases storage space. This operation is irreversible and causes data loss. Use with caution.
1243
1264
  *
1244
1265
  * @param request - RestoreCapacityRequest
1245
1266
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1247,14 +1268,14 @@ export default class Client extends OpenApi {
1247
1268
  */
1248
1269
  restoreCapacityWithOptions(request: $_model.RestoreCapacityRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RestoreCapacityResponse>;
1249
1270
  /**
1250
- * Releases storage to reduce the storage usage. The release operation is irreversible and may cause data loss. Proceed with caution.
1271
+ * Releases storage space. This operation is irreversible and causes data loss. Use with caution.
1251
1272
  *
1252
1273
  * @param request - RestoreCapacityRequest
1253
1274
  * @returns RestoreCapacityResponse
1254
1275
  */
1255
1276
  restoreCapacity(request: $_model.RestoreCapacityRequest): Promise<$_model.RestoreCapacityResponse>;
1256
1277
  /**
1257
- * Configures the settings of log storage, such as the storage duration and storage region.
1278
+ * Sets user settings, such as the storage duration and storage region.
1258
1279
  *
1259
1280
  * @param request - SetStorageRequest
1260
1281
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1262,14 +1283,14 @@ export default class Client extends OpenApi {
1262
1283
  */
1263
1284
  setStorageWithOptions(request: $_model.SetStorageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetStorageResponse>;
1264
1285
  /**
1265
- * Configures the settings of log storage, such as the storage duration and storage region.
1286
+ * Sets user settings, such as the storage duration and storage region.
1266
1287
  *
1267
1288
  * @param request - SetStorageRequest
1268
1289
  * @returns SetStorageResponse
1269
1290
  */
1270
1291
  setStorage(request: $_model.SetStorageRequest): Promise<$_model.SetStorageResponse>;
1271
1292
  /**
1272
- * Submits log collection tasks at a time.
1293
+ * Submits a batch of log ingestion tasks.
1273
1294
  *
1274
1295
  * @param request - SubmitImportLogTasksRequest
1275
1296
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1277,14 +1298,14 @@ export default class Client extends OpenApi {
1277
1298
  */
1278
1299
  submitImportLogTasksWithOptions(request: $_model.SubmitImportLogTasksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitImportLogTasksResponse>;
1279
1300
  /**
1280
- * Submits log collection tasks at a time.
1301
+ * Submits a batch of log ingestion tasks.
1281
1302
  *
1282
1303
  * @param request - SubmitImportLogTasksRequest
1283
1304
  * @returns SubmitImportLogTasksResponse
1284
1305
  */
1285
1306
  submitImportLogTasks(request: $_model.SubmitImportLogTasksRequest): Promise<$_model.SubmitImportLogTasksResponse>;
1286
1307
  /**
1287
- * Updates the status of an automatic response rule.
1308
+ * Updates the status of an automated response rule.
1288
1309
  *
1289
1310
  * @param request - UpdateAutomateResponseConfigStatusRequest
1290
1311
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1292,14 +1313,14 @@ export default class Client extends OpenApi {
1292
1313
  */
1293
1314
  updateAutomateResponseConfigStatusWithOptions(request: $_model.UpdateAutomateResponseConfigStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAutomateResponseConfigStatusResponse>;
1294
1315
  /**
1295
- * Updates the status of an automatic response rule.
1316
+ * Updates the status of an automated response rule.
1296
1317
  *
1297
1318
  * @param request - UpdateAutomateResponseConfigStatusRequest
1298
1319
  * @returns UpdateAutomateResponseConfigStatusResponse
1299
1320
  */
1300
1321
  updateAutomateResponseConfigStatus(request: $_model.UpdateAutomateResponseConfigStatusRequest): Promise<$_model.UpdateAutomateResponseConfigStatusResponse>;
1301
1322
  /**
1302
- * Creates or updates an alert whitelist rule.
1323
+ * Adds or updates alert whitelist rules.
1303
1324
  *
1304
1325
  * @param request - UpdateWhiteRuleListRequest
1305
1326
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1307,7 +1328,7 @@ export default class Client extends OpenApi {
1307
1328
  */
1308
1329
  updateWhiteRuleListWithOptions(request: $_model.UpdateWhiteRuleListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateWhiteRuleListResponse>;
1309
1330
  /**
1310
- * Creates or updates an alert whitelist rule.
1331
+ * Adds or updates alert whitelist rules.
1311
1332
  *
1312
1333
  * @param request - UpdateWhiteRuleListRequest
1313
1334
  * @returns UpdateWhiteRuleListResponse