@alicloud/cloud-siem20220616 6.0.2 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (538) hide show
  1. package/dist/client.d.ts +210 -168
  2. package/dist/client.js +302 -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 +12 -7
  53. package/dist/models/DescribeAlertSourceResponseBody.js.map +1 -1
  54. package/dist/models/DescribeAlertSourceWithEventRequest.d.ts +11 -8
  55. package/dist/models/DescribeAlertSourceWithEventRequest.js.map +1 -1
  56. package/dist/models/DescribeAlertSourceWithEventResponseBody.d.ts +5 -4
  57. package/dist/models/DescribeAlertSourceWithEventResponseBody.js.map +1 -1
  58. package/dist/models/DescribeAlertTypeRequest.d.ts +15 -10
  59. package/dist/models/DescribeAlertTypeRequest.js.map +1 -1
  60. package/dist/models/DescribeAlertTypeResponseBody.d.ts +6 -5
  61. package/dist/models/DescribeAlertTypeResponseBody.js.map +1 -1
  62. package/dist/models/DescribeAlertsCountRequest.d.ts +15 -9
  63. package/dist/models/DescribeAlertsCountRequest.js.map +1 -1
  64. package/dist/models/DescribeAlertsCountResponseBody.d.ts +10 -5
  65. package/dist/models/DescribeAlertsCountResponseBody.js.map +1 -1
  66. package/dist/models/DescribeAlertsRequest.d.ts +87 -20
  67. package/dist/models/DescribeAlertsRequest.js.map +1 -1
  68. package/dist/models/DescribeAlertsResponseBody.d.ts +97 -41
  69. package/dist/models/DescribeAlertsResponseBody.js.map +1 -1
  70. package/dist/models/DescribeAlertsWithEntityRequest.d.ts +22 -10
  71. package/dist/models/DescribeAlertsWithEntityRequest.js.map +1 -1
  72. package/dist/models/DescribeAlertsWithEntityResponseBody.d.ts +83 -40
  73. package/dist/models/DescribeAlertsWithEntityResponseBody.js.map +1 -1
  74. package/dist/models/DescribeAlertsWithEventRequest.d.ts +68 -15
  75. package/dist/models/DescribeAlertsWithEventRequest.js.map +1 -1
  76. package/dist/models/DescribeAlertsWithEventResponseBody.d.ts +93 -43
  77. package/dist/models/DescribeAlertsWithEventResponseBody.js.map +1 -1
  78. package/dist/models/DescribeAuthRequest.d.ts +4 -3
  79. package/dist/models/DescribeAuthRequest.js.map +1 -1
  80. package/dist/models/DescribeAuthResponseBody.d.ts +4 -3
  81. package/dist/models/DescribeAuthResponseBody.js.map +1 -1
  82. package/dist/models/DescribeAutomateResponseConfigCounterRequest.d.ts +10 -7
  83. package/dist/models/DescribeAutomateResponseConfigCounterRequest.js.map +1 -1
  84. package/dist/models/DescribeAutomateResponseConfigCounterResponseBody.d.ts +5 -4
  85. package/dist/models/DescribeAutomateResponseConfigCounterResponseBody.js.map +1 -1
  86. package/dist/models/DescribeAutomateResponseConfigFeatureRequest.d.ts +14 -10
  87. package/dist/models/DescribeAutomateResponseConfigFeatureRequest.js.map +1 -1
  88. package/dist/models/DescribeAutomateResponseConfigFeatureResponseBody.d.ts +20 -18
  89. package/dist/models/DescribeAutomateResponseConfigFeatureResponseBody.js.map +1 -1
  90. package/dist/models/DescribeCloudSiemAssetsCounterRequest.d.ts +10 -7
  91. package/dist/models/DescribeCloudSiemAssetsCounterRequest.js.map +1 -1
  92. package/dist/models/DescribeCloudSiemAssetsCounterResponseBody.d.ts +18 -12
  93. package/dist/models/DescribeCloudSiemAssetsCounterResponseBody.js.map +1 -1
  94. package/dist/models/DescribeCloudSiemAssetsRequest.d.ts +30 -16
  95. package/dist/models/DescribeCloudSiemAssetsRequest.js.map +1 -1
  96. package/dist/models/DescribeCloudSiemAssetsResponseBody.d.ts +33 -25
  97. package/dist/models/DescribeCloudSiemAssetsResponseBody.js.map +1 -1
  98. package/dist/models/DescribeCloudSiemEventDetailRequest.d.ts +10 -7
  99. package/dist/models/DescribeCloudSiemEventDetailRequest.js.map +1 -1
  100. package/dist/models/DescribeCloudSiemEventDetailResponseBody.d.ts +74 -21
  101. package/dist/models/DescribeCloudSiemEventDetailResponseBody.js.map +1 -1
  102. package/dist/models/DescribeCloudSiemEventsRequest.d.ts +38 -25
  103. package/dist/models/DescribeCloudSiemEventsRequest.js.map +1 -1
  104. package/dist/models/DescribeCloudSiemEventsResponseBody.d.ts +74 -25
  105. package/dist/models/DescribeCloudSiemEventsResponseBody.js.map +1 -1
  106. package/dist/models/DescribeCustomizeRuleCountRequest.d.ts +10 -7
  107. package/dist/models/DescribeCustomizeRuleCountRequest.js.map +1 -1
  108. package/dist/models/DescribeCustomizeRuleCountResponseBody.d.ts +17 -16
  109. package/dist/models/DescribeCustomizeRuleCountResponseBody.js.map +1 -1
  110. package/dist/models/DescribeCustomizeRuleTestHistogramRequest.d.ts +11 -8
  111. package/dist/models/DescribeCustomizeRuleTestHistogramRequest.js.map +1 -1
  112. package/dist/models/DescribeCustomizeRuleTestHistogramResponseBody.d.ts +9 -8
  113. package/dist/models/DescribeCustomizeRuleTestHistogramResponseBody.js.map +1 -1
  114. package/dist/models/DescribeCustomizeRuleTestRequest.d.ts +11 -8
  115. package/dist/models/DescribeCustomizeRuleTestRequest.js.map +1 -1
  116. package/dist/models/DescribeCustomizeRuleTestResponseBody.d.ts +15 -10
  117. package/dist/models/DescribeCustomizeRuleTestResponseBody.js.map +1 -1
  118. package/dist/models/DescribeDataSourceInstanceRequest.d.ts +12 -9
  119. package/dist/models/DescribeDataSourceInstanceRequest.js.map +1 -1
  120. package/dist/models/DescribeDataSourceInstanceResponseBody.d.ts +12 -10
  121. package/dist/models/DescribeDataSourceInstanceResponseBody.js.map +1 -1
  122. package/dist/models/DescribeDataSourceParametersRequest.d.ts +10 -13
  123. package/dist/models/DescribeDataSourceParametersRequest.js.map +1 -1
  124. package/dist/models/DescribeDataSourceParametersResponseBody.d.ts +34 -26
  125. package/dist/models/DescribeDataSourceParametersResponseBody.js.map +1 -1
  126. package/dist/models/DescribeDisposeAndPlaybookRequest.d.ts +17 -15
  127. package/dist/models/DescribeDisposeAndPlaybookRequest.js.map +1 -1
  128. package/dist/models/DescribeDisposeAndPlaybookResponseBody.d.ts +61 -25
  129. package/dist/models/DescribeDisposeAndPlaybookResponseBody.js +4 -0
  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/GetDataStorageRequest.d.ts +41 -0
  206. package/dist/models/GetDataStorageRequest.js +62 -0
  207. package/dist/models/GetDataStorageRequest.js.map +1 -0
  208. package/dist/models/GetDataStorageResponse.d.ts +19 -0
  209. package/dist/models/GetDataStorageResponse.js +69 -0
  210. package/dist/models/GetDataStorageResponse.js.map +1 -0
  211. package/dist/models/GetDataStorageResponseBody.d.ts +314 -0
  212. package/dist/models/GetDataStorageResponseBody.js +203 -0
  213. package/dist/models/GetDataStorageResponseBody.js.map +1 -0
  214. package/dist/models/GetEntitiyStatRequest.d.ts +122 -0
  215. package/dist/models/GetEntitiyStatRequest.js +80 -0
  216. package/dist/models/GetEntitiyStatRequest.js.map +1 -0
  217. package/dist/models/GetEntitiyStatResponse.d.ts +19 -0
  218. package/dist/models/GetEntitiyStatResponse.js +69 -0
  219. package/dist/models/GetEntitiyStatResponse.js.map +1 -0
  220. package/dist/models/GetEntitiyStatResponseBody.d.ts +92 -0
  221. package/dist/models/GetEntitiyStatResponseBody.js +92 -0
  222. package/dist/models/GetEntitiyStatResponseBody.js.map +1 -0
  223. package/dist/models/GetStorageRequest.d.ts +9 -6
  224. package/dist/models/GetStorageRequest.js.map +1 -1
  225. package/dist/models/GetStorageResponseBody.d.ts +13 -11
  226. package/dist/models/GetStorageResponseBody.js.map +1 -1
  227. package/dist/models/ListAccountAccessIdRequest.d.ts +12 -14
  228. package/dist/models/ListAccountAccessIdRequest.js.map +1 -1
  229. package/dist/models/ListAccountAccessIdResponseBody.d.ts +14 -12
  230. package/dist/models/ListAccountAccessIdResponseBody.js.map +1 -1
  231. package/dist/models/ListAccountsByLogRequest.d.ts +13 -10
  232. package/dist/models/ListAccountsByLogRequest.js.map +1 -1
  233. package/dist/models/ListAccountsByLogResponseBody.d.ts +10 -8
  234. package/dist/models/ListAccountsByLogResponseBody.js.map +1 -1
  235. package/dist/models/ListAllProdsRequest.d.ts +9 -7
  236. package/dist/models/ListAllProdsRequest.js.map +1 -1
  237. package/dist/models/ListAllProdsResponseBody.d.ts +12 -10
  238. package/dist/models/ListAllProdsResponseBody.js.map +1 -1
  239. package/dist/models/ListAutomateResponseConfigsRequest.d.ts +36 -18
  240. package/dist/models/ListAutomateResponseConfigsRequest.js.map +1 -1
  241. package/dist/models/ListAutomateResponseConfigsResponseBody.d.ts +37 -24
  242. package/dist/models/ListAutomateResponseConfigsResponseBody.js.map +1 -1
  243. package/dist/models/ListBindAccountRequest.d.ts +27 -6
  244. package/dist/models/ListBindAccountRequest.js.map +1 -1
  245. package/dist/models/ListBindAccountResponseBody.d.ts +13 -11
  246. package/dist/models/ListBindAccountResponseBody.js.map +1 -1
  247. package/dist/models/ListBindDataSourcesRequest.d.ts +6 -11
  248. package/dist/models/ListBindDataSourcesRequest.js.map +1 -1
  249. package/dist/models/ListBindDataSourcesResponseBody.d.ts +17 -13
  250. package/dist/models/ListBindDataSourcesResponseBody.js.map +1 -1
  251. package/dist/models/ListCloudSiemCustomizeRulesRequest.d.ts +39 -28
  252. package/dist/models/ListCloudSiemCustomizeRulesRequest.js.map +1 -1
  253. package/dist/models/ListCloudSiemCustomizeRulesResponseBody.d.ts +49 -37
  254. package/dist/models/ListCloudSiemCustomizeRulesResponseBody.js.map +1 -1
  255. package/dist/models/ListCloudSiemPredefinedRulesRequest.d.ts +51 -38
  256. package/dist/models/ListCloudSiemPredefinedRulesRequest.js.map +1 -1
  257. package/dist/models/ListCloudSiemPredefinedRulesResponseBody.d.ts +29 -23
  258. package/dist/models/ListCloudSiemPredefinedRulesResponseBody.js.map +1 -1
  259. package/dist/models/ListCustomizeRuleTestResultRequest.d.ts +45 -10
  260. package/dist/models/ListCustomizeRuleTestResultRequest.js.map +1 -1
  261. package/dist/models/ListCustomizeRuleTestResultResponseBody.d.ts +45 -23
  262. package/dist/models/ListCustomizeRuleTestResultResponseBody.js.map +1 -1
  263. package/dist/models/ListDataSourceLogsRequest.d.ts +12 -9
  264. package/dist/models/ListDataSourceLogsRequest.js.map +1 -1
  265. package/dist/models/ListDataSourceLogsResponseBody.d.ts +20 -17
  266. package/dist/models/ListDataSourceLogsResponseBody.js.map +1 -1
  267. package/dist/models/ListDataSourceTypesRequest.d.ts +5 -9
  268. package/dist/models/ListDataSourceTypesRequest.js.map +1 -1
  269. package/dist/models/ListDataSourceTypesResponseBody.d.ts +7 -5
  270. package/dist/models/ListDataSourceTypesResponseBody.js.map +1 -1
  271. package/dist/models/ListDeliveryRequest.d.ts +10 -7
  272. package/dist/models/ListDeliveryRequest.js.map +1 -1
  273. package/dist/models/ListDeliveryResponseBody.d.ts +76 -51
  274. package/dist/models/ListDeliveryResponseBody.js.map +1 -1
  275. package/dist/models/ListDisposeStrategyRequest.d.ts +63 -36
  276. package/dist/models/ListDisposeStrategyRequest.js.map +1 -1
  277. package/dist/models/ListDisposeStrategyResponseBody.d.ts +66 -48
  278. package/dist/models/ListDisposeStrategyResponseBody.js.map +1 -1
  279. package/dist/models/ListEntitiesRequest.d.ts +62 -0
  280. package/dist/models/ListEntitiesRequest.js.map +1 -1
  281. package/dist/models/ListEntitiesResponseBody.d.ts +170 -0
  282. package/dist/models/ListEntitiesResponseBody.js +6 -0
  283. package/dist/models/ListEntitiesResponseBody.js.map +1 -1
  284. package/dist/models/ListImportedLogsByProdRequest.d.ts +17 -12
  285. package/dist/models/ListImportedLogsByProdRequest.js.map +1 -1
  286. package/dist/models/ListImportedLogsByProdResponseBody.d.ts +25 -20
  287. package/dist/models/ListImportedLogsByProdResponseBody.js.map +1 -1
  288. package/dist/models/ListProjectLogStoresRequest.d.ts +7 -6
  289. package/dist/models/ListProjectLogStoresRequest.js.map +1 -1
  290. package/dist/models/ListProjectLogStoresResponseBody.d.ts +8 -8
  291. package/dist/models/ListRdUsersRequest.d.ts +4 -3
  292. package/dist/models/ListRdUsersRequest.js.map +1 -1
  293. package/dist/models/ListRdUsersResponseBody.d.ts +9 -8
  294. package/dist/models/ListRdUsersResponseBody.js.map +1 -1
  295. package/dist/models/ModifyBindAccountRequest.d.ts +27 -8
  296. package/dist/models/ModifyBindAccountRequest.js.map +1 -1
  297. package/dist/models/ModifyBindAccountResponseBody.d.ts +3 -3
  298. package/dist/models/ModifyDataSourceLogRequest.d.ts +21 -15
  299. package/dist/models/ModifyDataSourceLogRequest.js.map +1 -1
  300. package/dist/models/ModifyDataSourceLogResponseBody.d.ts +3 -3
  301. package/dist/models/ModifyDataSourceRequest.d.ts +18 -13
  302. package/dist/models/ModifyDataSourceRequest.js.map +1 -1
  303. package/dist/models/ModifyDataSourceResponseBody.d.ts +3 -3
  304. package/dist/models/OpenDeliveryRequest.d.ts +55 -30
  305. package/dist/models/OpenDeliveryRequest.js.map +1 -1
  306. package/dist/models/OpenDeliveryResponseBody.d.ts +4 -3
  307. package/dist/models/OpenDeliveryResponseBody.js.map +1 -1
  308. package/dist/models/PostAutomateResponseConfigRequest.d.ts +23 -17
  309. package/dist/models/PostAutomateResponseConfigRequest.js.map +1 -1
  310. package/dist/models/PostAutomateResponseConfigResponseBody.d.ts +6 -5
  311. package/dist/models/PostAutomateResponseConfigResponseBody.js.map +1 -1
  312. package/dist/models/PostCustomizeRuleRequest.d.ts +36 -28
  313. package/dist/models/PostCustomizeRuleRequest.js.map +1 -1
  314. package/dist/models/PostCustomizeRuleResponseBody.d.ts +44 -33
  315. package/dist/models/PostCustomizeRuleResponseBody.js.map +1 -1
  316. package/dist/models/PostCustomizeRuleTestRequest.d.ts +15 -11
  317. package/dist/models/PostCustomizeRuleTestRequest.js.map +1 -1
  318. package/dist/models/PostCustomizeRuleTestResponseBody.d.ts +6 -5
  319. package/dist/models/PostCustomizeRuleTestResponseBody.js.map +1 -1
  320. package/dist/models/PostEventDisposeAndWhiteruleListRequest.d.ts +52 -16
  321. package/dist/models/PostEventDisposeAndWhiteruleListRequest.js.map +1 -1
  322. package/dist/models/PostEventDisposeAndWhiteruleListResponseBody.d.ts +7 -6
  323. package/dist/models/PostEventDisposeAndWhiteruleListResponseBody.js.map +1 -1
  324. package/dist/models/PostEventWhiteruleListRequest.d.ts +12 -9
  325. package/dist/models/PostEventWhiteruleListRequest.js.map +1 -1
  326. package/dist/models/PostEventWhiteruleListResponseBody.d.ts +4 -3
  327. package/dist/models/PostEventWhiteruleListResponseBody.js.map +1 -1
  328. package/dist/models/PostFinishCustomizeRuleTestRequest.d.ts +11 -8
  329. package/dist/models/PostFinishCustomizeRuleTestRequest.js.map +1 -1
  330. package/dist/models/PostFinishCustomizeRuleTestResponseBody.d.ts +6 -5
  331. package/dist/models/PostFinishCustomizeRuleTestResponseBody.js.map +1 -1
  332. package/dist/models/PostRuleStatusChangeRequest.d.ts +18 -13
  333. package/dist/models/PostRuleStatusChangeRequest.js.map +1 -1
  334. package/dist/models/PostRuleStatusChangeResponseBody.d.ts +6 -5
  335. package/dist/models/PostRuleStatusChangeResponseBody.js.map +1 -1
  336. package/dist/models/RestoreCapacityRequest.d.ts +10 -7
  337. package/dist/models/RestoreCapacityRequest.js.map +1 -1
  338. package/dist/models/RestoreCapacityResponseBody.d.ts +5 -4
  339. package/dist/models/RestoreCapacityResponseBody.js.map +1 -1
  340. package/dist/models/SetStorageRequest.d.ts +14 -11
  341. package/dist/models/SetStorageRequest.js.map +1 -1
  342. package/dist/models/SetStorageResponseBody.d.ts +4 -3
  343. package/dist/models/SetStorageResponseBody.js.map +1 -1
  344. package/dist/models/SubmitImportLogTasksRequest.d.ts +25 -24
  345. package/dist/models/SubmitImportLogTasksRequest.js.map +1 -1
  346. package/dist/models/SubmitImportLogTasksResponseBody.d.ts +1 -1
  347. package/dist/models/UpdateAutomateResponseConfigStatusRequest.d.ts +15 -11
  348. package/dist/models/UpdateAutomateResponseConfigStatusRequest.js.map +1 -1
  349. package/dist/models/UpdateAutomateResponseConfigStatusResponseBody.d.ts +6 -5
  350. package/dist/models/UpdateAutomateResponseConfigStatusResponseBody.js.map +1 -1
  351. package/dist/models/UpdateWhiteRuleListRequest.d.ts +24 -5
  352. package/dist/models/UpdateWhiteRuleListRequest.js.map +1 -1
  353. package/dist/models/UpdateWhiteRuleListResponseBody.d.ts +6 -5
  354. package/dist/models/UpdateWhiteRuleListResponseBody.js.map +1 -1
  355. package/dist/models/model.d.ts +11 -0
  356. package/dist/models/model.js +29 -7
  357. package/dist/models/model.js.map +1 -1
  358. package/package.json +1 -1
  359. package/src/client.ts +321 -169
  360. package/src/models/AddDataSourceLogRequest.ts +14 -11
  361. package/src/models/AddDataSourceLogResponseBody.ts +2 -2
  362. package/src/models/AddDataSourceRequest.ts +14 -17
  363. package/src/models/AddDataSourceResponseBody.ts +3 -3
  364. package/src/models/AddUserSourceLogConfigRequest.ts +13 -11
  365. package/src/models/AddUserSourceLogConfigResponseBody.ts +10 -10
  366. package/src/models/BindAccountRequest.ts +26 -9
  367. package/src/models/BindAccountResponseBody.ts +2 -2
  368. package/src/models/CloseDeliveryRequest.ts +56 -31
  369. package/src/models/CloseDeliveryResponseBody.ts +4 -3
  370. package/src/models/DeleteAutomateResponseConfigRequest.ts +11 -8
  371. package/src/models/DeleteAutomateResponseConfigResponseBody.ts +6 -5
  372. package/src/models/DeleteBindAccountRequest.ts +29 -8
  373. package/src/models/DeleteBindAccountResponseBody.ts +1 -1
  374. package/src/models/DeleteCustomizeRuleRequest.ts +8 -6
  375. package/src/models/DeleteCustomizeRuleResponseBody.ts +5 -4
  376. package/src/models/DeleteDataSourceRequest.ts +12 -9
  377. package/src/models/DeleteDataSourceResponseBody.ts +3 -3
  378. package/src/models/DeleteWhiteRuleListRequest.ts +10 -7
  379. package/src/models/DeleteWhiteRuleListResponseBody.ts +4 -3
  380. package/src/models/DescribeAggregateFunctionRequest.ts +9 -6
  381. package/src/models/DescribeAggregateFunctionResponseBody.ts +6 -5
  382. package/src/models/DescribeAlertSceneByEventRequest.ts +11 -8
  383. package/src/models/DescribeAlertSceneByEventResponseBody.ts +16 -15
  384. package/src/models/DescribeAlertSceneRequest.ts +10 -7
  385. package/src/models/DescribeAlertSceneResponseBody.ts +12 -11
  386. package/src/models/DescribeAlertSourceRequest.ts +18 -13
  387. package/src/models/DescribeAlertSourceResponseBody.ts +12 -7
  388. package/src/models/DescribeAlertSourceWithEventRequest.ts +11 -8
  389. package/src/models/DescribeAlertSourceWithEventResponseBody.ts +5 -4
  390. package/src/models/DescribeAlertTypeRequest.ts +15 -10
  391. package/src/models/DescribeAlertTypeResponseBody.ts +6 -5
  392. package/src/models/DescribeAlertsCountRequest.ts +15 -9
  393. package/src/models/DescribeAlertsCountResponseBody.ts +10 -5
  394. package/src/models/DescribeAlertsRequest.ts +87 -20
  395. package/src/models/DescribeAlertsResponseBody.ts +97 -41
  396. package/src/models/DescribeAlertsWithEntityRequest.ts +22 -10
  397. package/src/models/DescribeAlertsWithEntityResponseBody.ts +83 -40
  398. package/src/models/DescribeAlertsWithEventRequest.ts +68 -15
  399. package/src/models/DescribeAlertsWithEventResponseBody.ts +93 -43
  400. package/src/models/DescribeAuthRequest.ts +4 -3
  401. package/src/models/DescribeAuthResponseBody.ts +4 -3
  402. package/src/models/DescribeAutomateResponseConfigCounterRequest.ts +10 -7
  403. package/src/models/DescribeAutomateResponseConfigCounterResponseBody.ts +5 -4
  404. package/src/models/DescribeAutomateResponseConfigFeatureRequest.ts +14 -10
  405. package/src/models/DescribeAutomateResponseConfigFeatureResponseBody.ts +20 -18
  406. package/src/models/DescribeCloudSiemAssetsCounterRequest.ts +10 -7
  407. package/src/models/DescribeCloudSiemAssetsCounterResponseBody.ts +18 -12
  408. package/src/models/DescribeCloudSiemAssetsRequest.ts +30 -16
  409. package/src/models/DescribeCloudSiemAssetsResponseBody.ts +33 -25
  410. package/src/models/DescribeCloudSiemEventDetailRequest.ts +10 -7
  411. package/src/models/DescribeCloudSiemEventDetailResponseBody.ts +74 -21
  412. package/src/models/DescribeCloudSiemEventsRequest.ts +38 -25
  413. package/src/models/DescribeCloudSiemEventsResponseBody.ts +74 -25
  414. package/src/models/DescribeCustomizeRuleCountRequest.ts +10 -7
  415. package/src/models/DescribeCustomizeRuleCountResponseBody.ts +17 -16
  416. package/src/models/DescribeCustomizeRuleTestHistogramRequest.ts +11 -8
  417. package/src/models/DescribeCustomizeRuleTestHistogramResponseBody.ts +9 -8
  418. package/src/models/DescribeCustomizeRuleTestRequest.ts +11 -8
  419. package/src/models/DescribeCustomizeRuleTestResponseBody.ts +15 -10
  420. package/src/models/DescribeDataSourceInstanceRequest.ts +12 -9
  421. package/src/models/DescribeDataSourceInstanceResponseBody.ts +12 -10
  422. package/src/models/DescribeDataSourceParametersRequest.ts +10 -13
  423. package/src/models/DescribeDataSourceParametersResponseBody.ts +34 -26
  424. package/src/models/DescribeDisposeAndPlaybookRequest.ts +17 -15
  425. package/src/models/DescribeDisposeAndPlaybookResponseBody.ts +65 -25
  426. package/src/models/DescribeDisposeStrategyPlaybookRequest.ts +12 -9
  427. package/src/models/DescribeDisposeStrategyPlaybookResponseBody.ts +5 -4
  428. package/src/models/DescribeEntityInfoRequest.ts +13 -10
  429. package/src/models/DescribeEntityInfoResponseBody.ts +18 -12
  430. package/src/models/DescribeEventCountByThreatLevelRequest.ts +11 -9
  431. package/src/models/DescribeEventCountByThreatLevelResponseBody.ts +52 -12
  432. package/src/models/DescribeEventDisposeRequest.ts +13 -10
  433. package/src/models/DescribeEventDisposeResponseBody.ts +28 -22
  434. package/src/models/DescribeImportedLogCountRequest.ts +22 -3
  435. package/src/models/DescribeImportedLogCountResponseBody.ts +4 -4
  436. package/src/models/DescribeLogFieldsRequest.ts +12 -9
  437. package/src/models/DescribeLogFieldsResponseBody.ts +11 -9
  438. package/src/models/DescribeLogSourceRequest.ts +10 -7
  439. package/src/models/DescribeLogSourceResponseBody.ts +6 -5
  440. package/src/models/DescribeLogTypeRequest.ts +9 -6
  441. package/src/models/DescribeLogTypeResponseBody.ts +7 -6
  442. package/src/models/DescribeOperatorsRequest.ts +14 -10
  443. package/src/models/DescribeOperatorsResponseBody.ts +10 -9
  444. package/src/models/DescribeProdCountRequest.ts +22 -3
  445. package/src/models/DescribeProdCountResponseBody.ts +35 -4
  446. package/src/models/DescribeScopeUsersRequest.ts +10 -7
  447. package/src/models/DescribeScopeUsersResponseBody.ts +13 -10
  448. package/src/models/DescribeServiceStatusRequest.ts +4 -3
  449. package/src/models/DescribeServiceStatusResponseBody.ts +4 -3
  450. package/src/models/DescribeStorageRequest.ts +10 -7
  451. package/src/models/DescribeStorageResponseBody.ts +4 -3
  452. package/src/models/DescribeUserBuyStatusRequest.ts +4 -3
  453. package/src/models/DescribeUserBuyStatusResponseBody.ts +23 -15
  454. package/src/models/DescribeWafScopeRequest.ts +11 -8
  455. package/src/models/DescribeWafScopeResponseBody.ts +7 -6
  456. package/src/models/DescribeWhiteRuleListRequest.ts +15 -12
  457. package/src/models/DescribeWhiteRuleListResponseBody.ts +55 -44
  458. package/src/models/EnableAccessForCloudSiemRequest.ts +11 -10
  459. package/src/models/EnableAccessForCloudSiemResponseBody.ts +2 -2
  460. package/src/models/EnableServiceForCloudSiemRequest.ts +4 -3
  461. package/src/models/EnableServiceForCloudSiemResponseBody.ts +4 -3
  462. package/src/models/GetCapacityRequest.ts +10 -7
  463. package/src/models/GetCapacityResponseBody.ts +14 -7
  464. package/src/models/GetDataStorageRequest.ts +58 -0
  465. package/src/models/GetDataStorageResponse.ts +40 -0
  466. package/src/models/GetDataStorageResponseBody.ts +436 -0
  467. package/src/models/GetEntitiyStatRequest.ts +157 -0
  468. package/src/models/GetEntitiyStatResponse.ts +40 -0
  469. package/src/models/GetEntitiyStatResponseBody.ts +130 -0
  470. package/src/models/GetStorageRequest.ts +9 -6
  471. package/src/models/GetStorageResponseBody.ts +13 -11
  472. package/src/models/ListAccountAccessIdRequest.ts +12 -14
  473. package/src/models/ListAccountAccessIdResponseBody.ts +14 -12
  474. package/src/models/ListAccountsByLogRequest.ts +13 -10
  475. package/src/models/ListAccountsByLogResponseBody.ts +10 -8
  476. package/src/models/ListAllProdsRequest.ts +9 -7
  477. package/src/models/ListAllProdsResponseBody.ts +12 -10
  478. package/src/models/ListAutomateResponseConfigsRequest.ts +36 -18
  479. package/src/models/ListAutomateResponseConfigsResponseBody.ts +37 -24
  480. package/src/models/ListBindAccountRequest.ts +27 -6
  481. package/src/models/ListBindAccountResponseBody.ts +13 -11
  482. package/src/models/ListBindDataSourcesRequest.ts +6 -11
  483. package/src/models/ListBindDataSourcesResponseBody.ts +17 -13
  484. package/src/models/ListCloudSiemCustomizeRulesRequest.ts +39 -28
  485. package/src/models/ListCloudSiemCustomizeRulesResponseBody.ts +49 -37
  486. package/src/models/ListCloudSiemPredefinedRulesRequest.ts +51 -38
  487. package/src/models/ListCloudSiemPredefinedRulesResponseBody.ts +29 -23
  488. package/src/models/ListCustomizeRuleTestResultRequest.ts +45 -10
  489. package/src/models/ListCustomizeRuleTestResultResponseBody.ts +45 -23
  490. package/src/models/ListDataSourceLogsRequest.ts +12 -9
  491. package/src/models/ListDataSourceLogsResponseBody.ts +20 -17
  492. package/src/models/ListDataSourceTypesRequest.ts +5 -9
  493. package/src/models/ListDataSourceTypesResponseBody.ts +7 -5
  494. package/src/models/ListDeliveryRequest.ts +10 -7
  495. package/src/models/ListDeliveryResponseBody.ts +76 -51
  496. package/src/models/ListDisposeStrategyRequest.ts +63 -36
  497. package/src/models/ListDisposeStrategyResponseBody.ts +66 -48
  498. package/src/models/ListEntitiesRequest.ts +62 -0
  499. package/src/models/ListEntitiesResponseBody.ts +176 -0
  500. package/src/models/ListImportedLogsByProdRequest.ts +17 -12
  501. package/src/models/ListImportedLogsByProdResponseBody.ts +25 -20
  502. package/src/models/ListProjectLogStoresRequest.ts +7 -6
  503. package/src/models/ListProjectLogStoresResponseBody.ts +8 -8
  504. package/src/models/ListRdUsersRequest.ts +4 -3
  505. package/src/models/ListRdUsersResponseBody.ts +9 -8
  506. package/src/models/ModifyBindAccountRequest.ts +27 -8
  507. package/src/models/ModifyBindAccountResponseBody.ts +3 -3
  508. package/src/models/ModifyDataSourceLogRequest.ts +21 -15
  509. package/src/models/ModifyDataSourceLogResponseBody.ts +3 -3
  510. package/src/models/ModifyDataSourceRequest.ts +18 -13
  511. package/src/models/ModifyDataSourceResponseBody.ts +3 -3
  512. package/src/models/OpenDeliveryRequest.ts +55 -30
  513. package/src/models/OpenDeliveryResponseBody.ts +4 -3
  514. package/src/models/PostAutomateResponseConfigRequest.ts +23 -17
  515. package/src/models/PostAutomateResponseConfigResponseBody.ts +6 -5
  516. package/src/models/PostCustomizeRuleRequest.ts +36 -28
  517. package/src/models/PostCustomizeRuleResponseBody.ts +44 -33
  518. package/src/models/PostCustomizeRuleTestRequest.ts +15 -11
  519. package/src/models/PostCustomizeRuleTestResponseBody.ts +6 -5
  520. package/src/models/PostEventDisposeAndWhiteruleListRequest.ts +52 -16
  521. package/src/models/PostEventDisposeAndWhiteruleListResponseBody.ts +7 -6
  522. package/src/models/PostEventWhiteruleListRequest.ts +12 -9
  523. package/src/models/PostEventWhiteruleListResponseBody.ts +4 -3
  524. package/src/models/PostFinishCustomizeRuleTestRequest.ts +11 -8
  525. package/src/models/PostFinishCustomizeRuleTestResponseBody.ts +6 -5
  526. package/src/models/PostRuleStatusChangeRequest.ts +18 -13
  527. package/src/models/PostRuleStatusChangeResponseBody.ts +6 -5
  528. package/src/models/RestoreCapacityRequest.ts +10 -7
  529. package/src/models/RestoreCapacityResponseBody.ts +5 -4
  530. package/src/models/SetStorageRequest.ts +14 -11
  531. package/src/models/SetStorageResponseBody.ts +4 -3
  532. package/src/models/SubmitImportLogTasksRequest.ts +25 -24
  533. package/src/models/SubmitImportLogTasksResponseBody.ts +1 -1
  534. package/src/models/UpdateAutomateResponseConfigStatusRequest.ts +15 -11
  535. package/src/models/UpdateAutomateResponseConfigStatusResponseBody.ts +6 -5
  536. package/src/models/UpdateWhiteRuleListRequest.ts +24 -5
  537. package/src/models/UpdateWhiteRuleListResponseBody.ts +6 -5
  538. package/src/models/model.ts +11 -0
package/dist/client.js CHANGED
@@ -48,7 +48,11 @@ __exportStar(require("./models/model"), exports);
48
48
  class Client extends openapi_core_1.default {
49
49
  constructor(config) {
50
50
  super(config);
51
- this._endpointRule = "";
51
+ this._endpointRule = "regional";
52
+ this._endpointMap = {
53
+ 'cn-shanghai': "cloud-siem.cn-shanghai.aliyuncs.com",
54
+ 'ap-southeast-1': "cloud-siem.ap-southeast-1.aliyuncs.com",
55
+ };
52
56
  this.checkConfig(config);
53
57
  this._endpoint = this.getEndpoint("cloud-siem", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
54
58
  }
@@ -62,7 +66,7 @@ class Client extends openapi_core_1.default {
62
66
  return openapi_core_2.OpenApiUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
63
67
  }
64
68
  /**
65
- * Adds a data source to a cloud account that is added to the threat analysis feature.
69
+ * Adds a data source to an attached multicloud account.
66
70
  *
67
71
  * @param request - AddDataSourceRequest
68
72
  * @param runtime - runtime options for this request RuntimeOptions
@@ -109,7 +113,7 @@ class Client extends openapi_core_1.default {
109
113
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddDataSourceResponse({}));
110
114
  }
111
115
  /**
112
- * Adds a data source to a cloud account that is added to the threat analysis feature.
116
+ * Adds a data source to an attached multicloud account.
113
117
  *
114
118
  * @param request - AddDataSourceRequest
115
119
  * @returns AddDataSourceResponse
@@ -119,7 +123,7 @@ class Client extends openapi_core_1.default {
119
123
  return await this.addDataSourceWithOptions(request, runtime);
120
124
  }
121
125
  /**
122
- * Adds logs of a cloud account to the threat analysis feature.
126
+ * Adds a log for a data source.
123
127
  *
124
128
  * @param request - AddDataSourceLogRequest
125
129
  * @param runtime - runtime options for this request RuntimeOptions
@@ -163,7 +167,7 @@ class Client extends openapi_core_1.default {
163
167
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddDataSourceLogResponse({}));
164
168
  }
165
169
  /**
166
- * Adds logs of a cloud account to the threat analysis feature.
170
+ * Adds a log for a data source.
167
171
  *
168
172
  * @param request - AddDataSourceLogRequest
169
173
  * @returns AddDataSourceLogResponse
@@ -173,7 +177,7 @@ class Client extends openapi_core_1.default {
173
177
  return await this.addDataSourceLogWithOptions(request, runtime);
174
178
  }
175
179
  /**
176
- * Adds the logs of a cloud service within a cloud account to the threat analysis feature for alert and event anslysis.
180
+ * Adds a log collection task to import log data into Threat Analysis for alerting and event analysis.
177
181
  *
178
182
  * @param request - AddUserSourceLogConfigRequest
179
183
  * @param runtime - runtime options for this request RuntimeOptions
@@ -220,7 +224,7 @@ class Client extends openapi_core_1.default {
220
224
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddUserSourceLogConfigResponse({}));
221
225
  }
222
226
  /**
223
- * Adds the logs of a cloud service within a cloud account to the threat analysis feature for alert and event anslysis.
227
+ * Adds a log collection task to import log data into Threat Analysis for alerting and event analysis.
224
228
  *
225
229
  * @param request - AddUserSourceLogConfigRequest
226
230
  * @returns AddUserSourceLogConfigResponse
@@ -230,7 +234,7 @@ class Client extends openapi_core_1.default {
230
234
  return await this.addUserSourceLogConfigWithOptions(request, runtime);
231
235
  }
232
236
  /**
233
- * 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.
237
+ * Binds a multicloud account from Multicloud Assets of Security Center to Threat Analysis.
234
238
  *
235
239
  * @param request - BindAccountRequest
236
240
  * @param runtime - runtime options for this request RuntimeOptions
@@ -277,7 +281,7 @@ class Client extends openapi_core_1.default {
277
281
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.BindAccountResponse({}));
278
282
  }
279
283
  /**
280
- * 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.
284
+ * Binds a multicloud account from Multicloud Assets of Security Center to Threat Analysis.
281
285
  *
282
286
  * @param request - BindAccountRequest
283
287
  * @returns BindAccountResponse
@@ -287,7 +291,7 @@ class Client extends openapi_core_1.default {
287
291
  return await this.bindAccountWithOptions(request, runtime);
288
292
  }
289
293
  /**
290
- * Disables the log delivery feature for a cloud service.
294
+ * Stops log delivery from a connected cloud service. Once stopped, no new logs are added to your Logstore.
291
295
  *
292
296
  * @param request - CloseDeliveryRequest
293
297
  * @param runtime - runtime options for this request RuntimeOptions
@@ -328,7 +332,7 @@ class Client extends openapi_core_1.default {
328
332
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CloseDeliveryResponse({}));
329
333
  }
330
334
  /**
331
- * Disables the log delivery feature for a cloud service.
335
+ * Stops log delivery from a connected cloud service. Once stopped, no new logs are added to your Logstore.
332
336
  *
333
337
  * @param request - CloseDeliveryRequest
334
338
  * @returns CloseDeliveryResponse
@@ -338,7 +342,7 @@ class Client extends openapi_core_1.default {
338
342
  return await this.closeDeliveryWithOptions(request, runtime);
339
343
  }
340
344
  /**
341
- * Deletes the automated response rule with a specified ID.
345
+ * Deletes an automated response rule by its ID.
342
346
  *
343
347
  * @param request - DeleteAutomateResponseConfigRequest
344
348
  * @param runtime - runtime options for this request RuntimeOptions
@@ -376,7 +380,7 @@ class Client extends openapi_core_1.default {
376
380
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAutomateResponseConfigResponse({}));
377
381
  }
378
382
  /**
379
- * Deletes the automated response rule with a specified ID.
383
+ * Deletes an automated response rule by its ID.
380
384
  *
381
385
  * @param request - DeleteAutomateResponseConfigRequest
382
386
  * @returns DeleteAutomateResponseConfigResponse
@@ -386,7 +390,7 @@ class Client extends openapi_core_1.default {
386
390
  return await this.deleteAutomateResponseConfigWithOptions(request, runtime);
387
391
  }
388
392
  /**
389
- * 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.
393
+ * 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.
390
394
  *
391
395
  * @param request - DeleteBindAccountRequest
392
396
  * @param runtime - runtime options for this request RuntimeOptions
@@ -433,7 +437,7 @@ class Client extends openapi_core_1.default {
433
437
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteBindAccountResponse({}));
434
438
  }
435
439
  /**
436
- * 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.
440
+ * 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.
437
441
  *
438
442
  * @param request - DeleteBindAccountRequest
439
443
  * @returns DeleteBindAccountResponse
@@ -443,7 +447,7 @@ class Client extends openapi_core_1.default {
443
447
  return await this.deleteBindAccountWithOptions(request, runtime);
444
448
  }
445
449
  /**
446
- * Deletes a rule by rule ID.
450
+ * You can customize rules for a specific ID.
447
451
  *
448
452
  * @param request - DeleteCustomizeRuleRequest
449
453
  * @param runtime - runtime options for this request RuntimeOptions
@@ -481,7 +485,7 @@ class Client extends openapi_core_1.default {
481
485
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCustomizeRuleResponse({}));
482
486
  }
483
487
  /**
484
- * Deletes a rule by rule ID.
488
+ * You can customize rules for a specific ID.
485
489
  *
486
490
  * @param request - DeleteCustomizeRuleRequest
487
491
  * @returns DeleteCustomizeRuleResponse
@@ -491,7 +495,7 @@ class Client extends openapi_core_1.default {
491
495
  return await this.deleteCustomizeRuleWithOptions(request, runtime);
492
496
  }
493
497
  /**
494
- * Removes a data source that is no longer required.
498
+ * Call this operation to delete a data source that is no longer required.
495
499
  *
496
500
  * @param request - DeleteDataSourceRequest
497
501
  * @param runtime - runtime options for this request RuntimeOptions
@@ -529,7 +533,7 @@ class Client extends openapi_core_1.default {
529
533
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataSourceResponse({}));
530
534
  }
531
535
  /**
532
- * Removes a data source that is no longer required.
536
+ * Call this operation to delete a data source that is no longer required.
533
537
  *
534
538
  * @param request - DeleteDataSourceRequest
535
539
  * @returns DeleteDataSourceResponse
@@ -590,7 +594,7 @@ class Client extends openapi_core_1.default {
590
594
  return await this.deleteDataSourceLogWithOptions(request, runtime);
591
595
  }
592
596
  /**
593
- * Deletes an alert whitelist rule with a specified ID.
597
+ * Deletes an alert whitelist rule with the specified ID.
594
598
  *
595
599
  * @param request - DeleteWhiteRuleListRequest
596
600
  * @param runtime - runtime options for this request RuntimeOptions
@@ -628,7 +632,7 @@ class Client extends openapi_core_1.default {
628
632
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteWhiteRuleListResponse({}));
629
633
  }
630
634
  /**
631
- * Deletes an alert whitelist rule with a specified ID.
635
+ * Deletes an alert whitelist rule with the specified ID.
632
636
  *
633
637
  * @param request - DeleteWhiteRuleListRequest
634
638
  * @returns DeleteWhiteRuleListResponse
@@ -638,7 +642,7 @@ class Client extends openapi_core_1.default {
638
642
  return await this.deleteWhiteRuleListWithOptions(request, runtime);
639
643
  }
640
644
  /**
641
- * Queries the aggregate functions that are supported for a custom rule.
645
+ * Describes the aggregate functions that are supported by custom rules.
642
646
  *
643
647
  * @param request - DescribeAggregateFunctionRequest
644
648
  * @param runtime - runtime options for this request RuntimeOptions
@@ -673,7 +677,7 @@ class Client extends openapi_core_1.default {
673
677
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAggregateFunctionResponse({}));
674
678
  }
675
679
  /**
676
- * Queries the aggregate functions that are supported for a custom rule.
680
+ * Describes the aggregate functions that are supported by custom rules.
677
681
  *
678
682
  * @param request - DescribeAggregateFunctionRequest
679
683
  * @returns DescribeAggregateFunctionResponse
@@ -683,7 +687,7 @@ class Client extends openapi_core_1.default {
683
687
  return await this.describeAggregateFunctionWithOptions(request, runtime);
684
688
  }
685
689
  /**
686
- * Queries the scenarios in which an alert needs to be added to the whitelist.
690
+ * Queries the scenarios in which alerts can be whitelisted.
687
691
  *
688
692
  * @param request - DescribeAlertSceneRequest
689
693
  * @param runtime - runtime options for this request RuntimeOptions
@@ -718,7 +722,7 @@ class Client extends openapi_core_1.default {
718
722
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertSceneResponse({}));
719
723
  }
720
724
  /**
721
- * Queries the scenarios in which an alert needs to be added to the whitelist.
725
+ * Queries the scenarios in which alerts can be whitelisted.
722
726
  *
723
727
  * @param request - DescribeAlertSceneRequest
724
728
  * @returns DescribeAlertSceneResponse
@@ -728,7 +732,7 @@ class Client extends openapi_core_1.default {
728
732
  return await this.describeAlertSceneWithOptions(request, runtime);
729
733
  }
730
734
  /**
731
- * Queries the scenarios and objects that can be added to an alert whitelist rule.
735
+ * Retrieves a list of alert whitelisting scenarios and objects.
732
736
  *
733
737
  * @param request - DescribeAlertSceneByEventRequest
734
738
  * @param runtime - runtime options for this request RuntimeOptions
@@ -766,7 +770,7 @@ class Client extends openapi_core_1.default {
766
770
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertSceneByEventResponse({}));
767
771
  }
768
772
  /**
769
- * Queries the scenarios and objects that can be added to an alert whitelist rule.
773
+ * Retrieves a list of alert whitelisting scenarios and objects.
770
774
  *
771
775
  * @param request - DescribeAlertSceneByEventRequest
772
776
  * @returns DescribeAlertSceneByEventResponse
@@ -776,7 +780,7 @@ class Client extends openapi_core_1.default {
776
780
  return await this.describeAlertSceneByEventWithOptions(request, runtime);
777
781
  }
778
782
  /**
779
- * Queries alert data sources.
783
+ * Retrieves a list of alert sources.
780
784
  *
781
785
  * @param request - DescribeAlertSourceRequest
782
786
  * @param runtime - runtime options for this request RuntimeOptions
@@ -820,7 +824,7 @@ class Client extends openapi_core_1.default {
820
824
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertSourceResponse({}));
821
825
  }
822
826
  /**
823
- * Queries alert data sources.
827
+ * Retrieves a list of alert sources.
824
828
  *
825
829
  * @param request - DescribeAlertSourceRequest
826
830
  * @returns DescribeAlertSourceResponse
@@ -830,7 +834,7 @@ class Client extends openapi_core_1.default {
830
834
  return await this.describeAlertSourceWithOptions(request, runtime);
831
835
  }
832
836
  /**
833
- * Queries the data sources of the alert that is associated with an event.
837
+ * Retrieves the alert data sources associated with an event.
834
838
  *
835
839
  * @param request - DescribeAlertSourceWithEventRequest
836
840
  * @param runtime - runtime options for this request RuntimeOptions
@@ -868,7 +872,7 @@ class Client extends openapi_core_1.default {
868
872
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertSourceWithEventResponse({}));
869
873
  }
870
874
  /**
871
- * Queries the data sources of the alert that is associated with an event.
875
+ * Retrieves the alert data sources associated with an event.
872
876
  *
873
877
  * @param request - DescribeAlertSourceWithEventRequest
874
878
  * @returns DescribeAlertSourceWithEventResponse
@@ -878,7 +882,7 @@ class Client extends openapi_core_1.default {
878
882
  return await this.describeAlertSourceWithEventWithOptions(request, runtime);
879
883
  }
880
884
  /**
881
- * Queries the threat types that you can select when you create a custom rule.
885
+ * Retrieves a list of threat types for custom rules.
882
886
  *
883
887
  * @param request - DescribeAlertTypeRequest
884
888
  * @param runtime - runtime options for this request RuntimeOptions
@@ -916,7 +920,7 @@ class Client extends openapi_core_1.default {
916
920
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertTypeResponse({}));
917
921
  }
918
922
  /**
919
- * Queries the threat types that you can select when you create a custom rule.
923
+ * Retrieves a list of threat types for custom rules.
920
924
  *
921
925
  * @param request - DescribeAlertTypeRequest
922
926
  * @returns DescribeAlertTypeResponse
@@ -926,7 +930,7 @@ class Client extends openapi_core_1.default {
926
930
  return await this.describeAlertTypeWithOptions(request, runtime);
927
931
  }
928
932
  /**
929
- * Queries alerts within your account.
933
+ * Gets the list of alerts for a user.
930
934
  *
931
935
  * @param request - DescribeAlertsRequest
932
936
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1015,7 +1019,7 @@ class Client extends openapi_core_1.default {
1015
1019
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertsResponse({}));
1016
1020
  }
1017
1021
  /**
1018
- * Queries alerts within your account.
1022
+ * Gets the list of alerts for a user.
1019
1023
  *
1020
1024
  * @param request - DescribeAlertsRequest
1021
1025
  * @returns DescribeAlertsResponse
@@ -1025,7 +1029,7 @@ class Client extends openapi_core_1.default {
1025
1029
  return await this.describeAlertsWithOptions(request, runtime);
1026
1030
  }
1027
1031
  /**
1028
- * Queries the number of alerts of different severities.
1032
+ * Queries the count of alerts for different severity levels.
1029
1033
  *
1030
1034
  * @param request - DescribeAlertsCountRequest
1031
1035
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1069,7 +1073,7 @@ class Client extends openapi_core_1.default {
1069
1073
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertsCountResponse({}));
1070
1074
  }
1071
1075
  /**
1072
- * Queries the number of alerts of different severities.
1076
+ * Queries the count of alerts for different severity levels.
1073
1077
  *
1074
1078
  * @param request - DescribeAlertsCountRequest
1075
1079
  * @returns DescribeAlertsCountResponse
@@ -1079,7 +1083,7 @@ class Client extends openapi_core_1.default {
1079
1083
  return await this.describeAlertsCountWithOptions(request, runtime);
1080
1084
  }
1081
1085
  /**
1082
- * Queries the alerts that are associated with an entity.
1086
+ * Queries for alerts that are associated with an entity.
1083
1087
  *
1084
1088
  * @param request - DescribeAlertsWithEntityRequest
1085
1089
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1138,7 +1142,7 @@ class Client extends openapi_core_1.default {
1138
1142
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertsWithEntityResponse({}));
1139
1143
  }
1140
1144
  /**
1141
- * Queries the alerts that are associated with an entity.
1145
+ * Queries for alerts that are associated with an entity.
1142
1146
  *
1143
1147
  * @param request - DescribeAlertsWithEntityRequest
1144
1148
  * @returns DescribeAlertsWithEntityResponse
@@ -1148,7 +1152,7 @@ class Client extends openapi_core_1.default {
1148
1152
  return await this.describeAlertsWithEntityWithOptions(request, runtime);
1149
1153
  }
1150
1154
  /**
1151
- * Queries the alerts that are associated with an event.
1155
+ * Retrieves alerts associated with a specific event.
1152
1156
  *
1153
1157
  * @param request - DescribeAlertsWithEventRequest
1154
1158
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1231,7 +1235,7 @@ class Client extends openapi_core_1.default {
1231
1235
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAlertsWithEventResponse({}));
1232
1236
  }
1233
1237
  /**
1234
- * Queries the alerts that are associated with an event.
1238
+ * Retrieves alerts associated with a specific event.
1235
1239
  *
1236
1240
  * @param request - DescribeAlertsWithEventRequest
1237
1241
  * @returns DescribeAlertsWithEventResponse
@@ -1241,7 +1245,7 @@ class Client extends openapi_core_1.default {
1241
1245
  return await this.describeAlertsWithEventWithOptions(request, runtime);
1242
1246
  }
1243
1247
  /**
1244
- * 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.
1248
+ * Checks whether an Alibaba Cloud account has granted permissions to Cloud SIEM and the AliyunServiceRoleForSasCloudSiem role has been created.
1245
1249
  *
1246
1250
  * @param request - DescribeAuthRequest
1247
1251
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1270,7 +1274,7 @@ class Client extends openapi_core_1.default {
1270
1274
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthResponse({}));
1271
1275
  }
1272
1276
  /**
1273
- * 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.
1277
+ * Checks whether an Alibaba Cloud account has granted permissions to Cloud SIEM and the AliyunServiceRoleForSasCloudSiem role has been created.
1274
1278
  *
1275
1279
  * @param request - DescribeAuthRequest
1276
1280
  * @returns DescribeAuthResponse
@@ -1280,7 +1284,7 @@ class Client extends openapi_core_1.default {
1280
1284
  return await this.describeAuthWithOptions(request, runtime);
1281
1285
  }
1282
1286
  /**
1283
- * Queries the number of automated response rules.
1287
+ * Returns the number of automated response rules.
1284
1288
  *
1285
1289
  * @param request - DescribeAutomateResponseConfigCounterRequest
1286
1290
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1315,7 +1319,7 @@ class Client extends openapi_core_1.default {
1315
1319
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAutomateResponseConfigCounterResponse({}));
1316
1320
  }
1317
1321
  /**
1318
- * Queries the number of automated response rules.
1322
+ * Returns the number of automated response rules.
1319
1323
  *
1320
1324
  * @param request - DescribeAutomateResponseConfigCounterRequest
1321
1325
  * @returns DescribeAutomateResponseConfigCounterResponse
@@ -1325,7 +1329,7 @@ class Client extends openapi_core_1.default {
1325
1329
  return await this.describeAutomateResponseConfigCounterWithOptions(request, runtime);
1326
1330
  }
1327
1331
  /**
1328
- * Queries the configurable fields and operators of an automated response rule.
1332
+ * Retrieves the configurable fields and operators for automated response rules.
1329
1333
  *
1330
1334
  * @param request - DescribeAutomateResponseConfigFeatureRequest
1331
1335
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1363,7 +1367,7 @@ class Client extends openapi_core_1.default {
1363
1367
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAutomateResponseConfigFeatureResponse({}));
1364
1368
  }
1365
1369
  /**
1366
- * Queries the configurable fields and operators of an automated response rule.
1370
+ * Retrieves the configurable fields and operators for automated response rules.
1367
1371
  *
1368
1372
  * @param request - DescribeAutomateResponseConfigFeatureRequest
1369
1373
  * @returns DescribeAutomateResponseConfigFeatureResponse
@@ -1373,7 +1377,7 @@ class Client extends openapi_core_1.default {
1373
1377
  return await this.describeAutomateResponseConfigFeatureWithOptions(request, runtime);
1374
1378
  }
1375
1379
  /**
1376
- * Queries the assets that are associated with an event.
1380
+ * Queries a list of assets that are associated with an event.
1377
1381
  *
1378
1382
  * @param request - DescribeCloudSiemAssetsRequest
1379
1383
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1426,7 +1430,7 @@ class Client extends openapi_core_1.default {
1426
1430
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCloudSiemAssetsResponse({}));
1427
1431
  }
1428
1432
  /**
1429
- * Queries the assets that are associated with an event.
1433
+ * Queries a list of assets that are associated with an event.
1430
1434
  *
1431
1435
  * @param request - DescribeCloudSiemAssetsRequest
1432
1436
  * @returns DescribeCloudSiemAssetsResponse
@@ -1436,7 +1440,7 @@ class Client extends openapi_core_1.default {
1436
1440
  return await this.describeCloudSiemAssetsWithOptions(request, runtime);
1437
1441
  }
1438
1442
  /**
1439
- * Queries the number of assets that are associated with an event by asset type.
1443
+ * Queries the number of assets of each type that are associated with an event.
1440
1444
  *
1441
1445
  * @param request - DescribeCloudSiemAssetsCounterRequest
1442
1446
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1474,7 +1478,7 @@ class Client extends openapi_core_1.default {
1474
1478
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCloudSiemAssetsCounterResponse({}));
1475
1479
  }
1476
1480
  /**
1477
- * Queries the number of assets that are associated with an event by asset type.
1481
+ * Queries the number of assets of each type that are associated with an event.
1478
1482
  *
1479
1483
  * @param request - DescribeCloudSiemAssetsCounterRequest
1480
1484
  * @returns DescribeCloudSiemAssetsCounterResponse
@@ -1484,7 +1488,7 @@ class Client extends openapi_core_1.default {
1484
1488
  return await this.describeCloudSiemAssetsCounterWithOptions(request, runtime);
1485
1489
  }
1486
1490
  /**
1487
- * Queries the details of an event.
1491
+ * Retrieves the details of an event.
1488
1492
  *
1489
1493
  * @param request - DescribeCloudSiemEventDetailRequest
1490
1494
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1522,7 +1526,7 @@ class Client extends openapi_core_1.default {
1522
1526
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCloudSiemEventDetailResponse({}));
1523
1527
  }
1524
1528
  /**
1525
- * Queries the details of an event.
1529
+ * Retrieves the details of an event.
1526
1530
  *
1527
1531
  * @param request - DescribeCloudSiemEventDetailRequest
1528
1532
  * @returns DescribeCloudSiemEventDetailResponse
@@ -1532,7 +1536,7 @@ class Client extends openapi_core_1.default {
1532
1536
  return await this.describeCloudSiemEventDetailWithOptions(request, runtime);
1533
1537
  }
1534
1538
  /**
1535
- * Queries events in SIEM.
1539
+ * Retrieves a list of threat analysis events.
1536
1540
  *
1537
1541
  * @param request - DescribeCloudSiemEventsRequest
1538
1542
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1603,7 +1607,7 @@ class Client extends openapi_core_1.default {
1603
1607
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCloudSiemEventsResponse({}));
1604
1608
  }
1605
1609
  /**
1606
- * Queries events in SIEM.
1610
+ * Retrieves a list of threat analysis events.
1607
1611
  *
1608
1612
  * @param request - DescribeCloudSiemEventsRequest
1609
1613
  * @returns DescribeCloudSiemEventsResponse
@@ -1613,7 +1617,7 @@ class Client extends openapi_core_1.default {
1613
1617
  return await this.describeCloudSiemEventsWithOptions(request, runtime);
1614
1618
  }
1615
1619
  /**
1616
- * Queries the number of custom rules.
1620
+ * Retrieves the count of custom rules.
1617
1621
  *
1618
1622
  * @param request - DescribeCustomizeRuleCountRequest
1619
1623
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1648,7 +1652,7 @@ class Client extends openapi_core_1.default {
1648
1652
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustomizeRuleCountResponse({}));
1649
1653
  }
1650
1654
  /**
1651
- * Queries the number of custom rules.
1655
+ * Retrieves the count of custom rules.
1652
1656
  *
1653
1657
  * @param request - DescribeCustomizeRuleCountRequest
1654
1658
  * @returns DescribeCustomizeRuleCountResponse
@@ -1658,7 +1662,7 @@ class Client extends openapi_core_1.default {
1658
1662
  return await this.describeCustomizeRuleCountWithOptions(request, runtime);
1659
1663
  }
1660
1664
  /**
1661
- * Queries the historical simulation data that is used in a simulation test scenario.
1665
+ * Retrieves historical simulated data from a test scenario.
1662
1666
  *
1663
1667
  * @param request - DescribeCustomizeRuleTestRequest
1664
1668
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1696,7 +1700,7 @@ class Client extends openapi_core_1.default {
1696
1700
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustomizeRuleTestResponse({}));
1697
1701
  }
1698
1702
  /**
1699
- * Queries the historical simulation data that is used in a simulation test scenario.
1703
+ * Retrieves historical simulated data from a test scenario.
1700
1704
  *
1701
1705
  * @param request - DescribeCustomizeRuleTestRequest
1702
1706
  * @returns DescribeCustomizeRuleTestResponse
@@ -1706,7 +1710,7 @@ class Client extends openapi_core_1.default {
1706
1710
  return await this.describeCustomizeRuleTestWithOptions(request, runtime);
1707
1711
  }
1708
1712
  /**
1709
- * Queries the chart that displays the test results of business data for a custom rule.
1713
+ * Retrieves the chart of test results for a custom rule.
1710
1714
  *
1711
1715
  * @param request - DescribeCustomizeRuleTestHistogramRequest
1712
1716
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1744,7 +1748,7 @@ class Client extends openapi_core_1.default {
1744
1748
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustomizeRuleTestHistogramResponse({}));
1745
1749
  }
1746
1750
  /**
1747
- * Queries the chart that displays the test results of business data for a custom rule.
1751
+ * Retrieves the chart of test results for a custom rule.
1748
1752
  *
1749
1753
  * @param request - DescribeCustomizeRuleTestHistogramRequest
1750
1754
  * @returns DescribeCustomizeRuleTestHistogramResponse
@@ -1802,7 +1806,7 @@ class Client extends openapi_core_1.default {
1802
1806
  return await this.describeDataSourceInstanceWithOptions(request, runtime);
1803
1807
  }
1804
1808
  /**
1805
- * Queries the parameters of a data source.
1809
+ * Describes the parameters for a data source.
1806
1810
  *
1807
1811
  * @param request - DescribeDataSourceParametersRequest
1808
1812
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1837,7 +1841,7 @@ class Client extends openapi_core_1.default {
1837
1841
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSourceParametersResponse({}));
1838
1842
  }
1839
1843
  /**
1840
- * Queries the parameters of a data source.
1844
+ * Describes the parameters for a data source.
1841
1845
  *
1842
1846
  * @param request - DescribeDataSourceParametersRequest
1843
1847
  * @returns DescribeDataSourceParametersResponse
@@ -1847,7 +1851,7 @@ class Client extends openapi_core_1.default {
1847
1851
  return await this.describeDataSourceParametersWithOptions(request, runtime);
1848
1852
  }
1849
1853
  /**
1850
- * Queries the list of entities and playbooks that need to be handled.
1854
+ * Retrieves the list of entities that require disposition and the list of playbooks.
1851
1855
  *
1852
1856
  * @param request - DescribeDisposeAndPlaybookRequest
1853
1857
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1897,7 +1901,7 @@ class Client extends openapi_core_1.default {
1897
1901
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDisposeAndPlaybookResponse({}));
1898
1902
  }
1899
1903
  /**
1900
- * Queries the list of entities and playbooks that need to be handled.
1904
+ * Retrieves the list of entities that require disposition and the list of playbooks.
1901
1905
  *
1902
1906
  * @param request - DescribeDisposeAndPlaybookRequest
1903
1907
  * @returns DescribeDisposeAndPlaybookResponse
@@ -1907,7 +1911,7 @@ class Client extends openapi_core_1.default {
1907
1911
  return await this.describeDisposeAndPlaybookWithOptions(request, runtime);
1908
1912
  }
1909
1913
  /**
1910
- * Queries the list of playbooks that are used by a handling policy.
1914
+ * Retrieves the list of playbooks used in a disposal policy.
1911
1915
  *
1912
1916
  * @param request - DescribeDisposeStrategyPlaybookRequest
1913
1917
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1948,7 +1952,7 @@ class Client extends openapi_core_1.default {
1948
1952
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDisposeStrategyPlaybookResponse({}));
1949
1953
  }
1950
1954
  /**
1951
- * Queries the list of playbooks that are used by a handling policy.
1955
+ * Retrieves the list of playbooks used in a disposal policy.
1952
1956
  *
1953
1957
  * @param request - DescribeDisposeStrategyPlaybookRequest
1954
1958
  * @returns DescribeDisposeStrategyPlaybookResponse
@@ -1958,7 +1962,7 @@ class Client extends openapi_core_1.default {
1958
1962
  return await this.describeDisposeStrategyPlaybookWithOptions(request, runtime);
1959
1963
  }
1960
1964
  /**
1961
- * Queries the details of an entity.
1965
+ * Retrieves the details of an entity.
1962
1966
  *
1963
1967
  * @param request - DescribeEntityInfoRequest
1964
1968
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2005,7 +2009,7 @@ class Client extends openapi_core_1.default {
2005
2009
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEntityInfoResponse({}));
2006
2010
  }
2007
2011
  /**
2008
- * Queries the details of an entity.
2012
+ * Retrieves the details of an entity.
2009
2013
  *
2010
2014
  * @param request - DescribeEntityInfoRequest
2011
2015
  * @returns DescribeEntityInfoResponse
@@ -2015,7 +2019,7 @@ class Client extends openapi_core_1.default {
2015
2019
  return await this.describeEntityInfoWithOptions(request, runtime);
2016
2020
  }
2017
2021
  /**
2018
- * Queries the number of events by type.
2022
+ * You can obtain the count for each event type.
2019
2023
  *
2020
2024
  * @param request - DescribeEventCountByThreatLevelRequest
2021
2025
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2056,7 +2060,7 @@ class Client extends openapi_core_1.default {
2056
2060
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventCountByThreatLevelResponse({}));
2057
2061
  }
2058
2062
  /**
2059
- * Queries the number of events by type.
2063
+ * You can obtain the count for each event type.
2060
2064
  *
2061
2065
  * @param request - DescribeEventCountByThreatLevelRequest
2062
2066
  * @returns DescribeEventCountByThreatLevelResponse
@@ -2066,7 +2070,7 @@ class Client extends openapi_core_1.default {
2066
2070
  return await this.describeEventCountByThreatLevelWithOptions(request, runtime);
2067
2071
  }
2068
2072
  /**
2069
- * Queries the handling policies of a historical event.
2073
+ * Queries the policy handling history for an event.
2070
2074
  *
2071
2075
  * @param request - DescribeEventDisposeRequest
2072
2076
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2110,7 +2114,7 @@ class Client extends openapi_core_1.default {
2110
2114
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventDisposeResponse({}));
2111
2115
  }
2112
2116
  /**
2113
- * Queries the handling policies of a historical event.
2117
+ * Queries the policy handling history for an event.
2114
2118
  *
2115
2119
  * @param request - DescribeEventDisposeRequest
2116
2120
  * @returns DescribeEventDisposeResponse
@@ -2120,7 +2124,7 @@ class Client extends openapi_core_1.default {
2120
2124
  return await this.describeEventDisposeWithOptions(request, runtime);
2121
2125
  }
2122
2126
  /**
2123
- * Queries the number of logs that are added to the threat analysis feature.
2127
+ * Queries the number of imported logs.
2124
2128
  *
2125
2129
  * @param request - DescribeImportedLogCountRequest
2126
2130
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2155,7 +2159,7 @@ class Client extends openapi_core_1.default {
2155
2159
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeImportedLogCountResponse({}));
2156
2160
  }
2157
2161
  /**
2158
- * Queries the number of logs that are added to the threat analysis feature.
2162
+ * Queries the number of imported logs.
2159
2163
  *
2160
2164
  * @param request - DescribeImportedLogCountRequest
2161
2165
  * @returns DescribeImportedLogCountResponse
@@ -2165,7 +2169,7 @@ class Client extends openapi_core_1.default {
2165
2169
  return await this.describeImportedLogCountWithOptions(request, runtime);
2166
2170
  }
2167
2171
  /**
2168
- * Queries the fields that can be configured for a custom rule.
2172
+ * Retrieves the list of configurable fields for custom rules.
2169
2173
  *
2170
2174
  * @param request - DescribeLogFieldsRequest
2171
2175
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2206,7 +2210,7 @@ class Client extends openapi_core_1.default {
2206
2210
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLogFieldsResponse({}));
2207
2211
  }
2208
2212
  /**
2209
- * Queries the fields that can be configured for a custom rule.
2213
+ * Retrieves the list of configurable fields for custom rules.
2210
2214
  *
2211
2215
  * @param request - DescribeLogFieldsRequest
2212
2216
  * @returns DescribeLogFieldsResponse
@@ -2216,7 +2220,7 @@ class Client extends openapi_core_1.default {
2216
2220
  return await this.describeLogFieldsWithOptions(request, runtime);
2217
2221
  }
2218
2222
  /**
2219
- * Queries the log sources that can be configured for a custom rule.
2223
+ * Retrieves a list of configurable log sources for custom rules.
2220
2224
  *
2221
2225
  * @param request - DescribeLogSourceRequest
2222
2226
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2254,7 +2258,7 @@ class Client extends openapi_core_1.default {
2254
2258
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLogSourceResponse({}));
2255
2259
  }
2256
2260
  /**
2257
- * Queries the log sources that can be configured for a custom rule.
2261
+ * Retrieves a list of configurable log sources for custom rules.
2258
2262
  *
2259
2263
  * @param request - DescribeLogSourceRequest
2260
2264
  * @returns DescribeLogSourceResponse
@@ -2264,7 +2268,7 @@ class Client extends openapi_core_1.default {
2264
2268
  return await this.describeLogSourceWithOptions(request, runtime);
2265
2269
  }
2266
2270
  /**
2267
- * Queries the log types that can be configured for a custom rule.
2271
+ * Retrieves the log types that can be configured for custom rules.
2268
2272
  *
2269
2273
  * @param request - DescribeLogTypeRequest
2270
2274
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2299,7 +2303,7 @@ class Client extends openapi_core_1.default {
2299
2303
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLogTypeResponse({}));
2300
2304
  }
2301
2305
  /**
2302
- * Queries the log types that can be configured for a custom rule.
2306
+ * Retrieves the log types that can be configured for custom rules.
2303
2307
  *
2304
2308
  * @param request - DescribeLogTypeRequest
2305
2309
  * @returns DescribeLogTypeResponse
@@ -2309,7 +2313,7 @@ class Client extends openapi_core_1.default {
2309
2313
  return await this.describeLogTypeWithOptions(request, runtime);
2310
2314
  }
2311
2315
  /**
2312
- * Queries the operator of a custom rule.
2316
+ * Retrieves the list of operators for custom rules.
2313
2317
  *
2314
2318
  * @param request - DescribeOperatorsRequest
2315
2319
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2347,7 +2351,7 @@ class Client extends openapi_core_1.default {
2347
2351
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperatorsResponse({}));
2348
2352
  }
2349
2353
  /**
2350
- * Queries the operator of a custom rule.
2354
+ * Retrieves the list of operators for custom rules.
2351
2355
  *
2352
2356
  * @param request - DescribeOperatorsRequest
2353
2357
  * @returns DescribeOperatorsResponse
@@ -2357,7 +2361,7 @@ class Client extends openapi_core_1.default {
2357
2361
  return await this.describeOperatorsWithOptions(request, runtime);
2358
2362
  }
2359
2363
  /**
2360
- * Queries the number of services that can be added to the threat analysis feature in Alibaba Cloud, Tenant Cloud, and Huawei Cloud.
2364
+ * Queries the number of Alibaba Cloud, Tencent Cloud, and Huawei Cloud products that can be integrated with Threat Analysis.
2361
2365
  *
2362
2366
  * @param request - DescribeProdCountRequest
2363
2367
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2392,7 +2396,7 @@ class Client extends openapi_core_1.default {
2392
2396
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeProdCountResponse({}));
2393
2397
  }
2394
2398
  /**
2395
- * Queries the number of services that can be added to the threat analysis feature in Alibaba Cloud, Tenant Cloud, and Huawei Cloud.
2399
+ * Queries the number of Alibaba Cloud, Tencent Cloud, and Huawei Cloud products that can be integrated with Threat Analysis.
2396
2400
  *
2397
2401
  * @param request - DescribeProdCountRequest
2398
2402
  * @returns DescribeProdCountResponse
@@ -2402,7 +2406,7 @@ class Client extends openapi_core_1.default {
2402
2406
  return await this.describeProdCountWithOptions(request, runtime);
2403
2407
  }
2404
2408
  /**
2405
- * Queries the list of users in the playbook scope.
2409
+ * Retrieves the list of users in the playbook scope.
2406
2410
  *
2407
2411
  * @param request - DescribeScopeUsersRequest
2408
2412
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2437,7 +2441,7 @@ class Client extends openapi_core_1.default {
2437
2441
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScopeUsersResponse({}));
2438
2442
  }
2439
2443
  /**
2440
- * Queries the list of users in the playbook scope.
2444
+ * Retrieves the list of users in the playbook scope.
2441
2445
  *
2442
2446
  * @param request - DescribeScopeUsersRequest
2443
2447
  * @returns DescribeScopeUsersResponse
@@ -2447,7 +2451,7 @@ class Client extends openapi_core_1.default {
2447
2451
  return await this.describeScopeUsersWithOptions(request, runtime);
2448
2452
  }
2449
2453
  /**
2450
- * Checks whether the threat analysis feature is authorized to access a resource directory.
2454
+ * Checks whether a resource directory is authorized for threat analysis.
2451
2455
  *
2452
2456
  * @param request - DescribeServiceStatusRequest
2453
2457
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2476,7 +2480,7 @@ class Client extends openapi_core_1.default {
2476
2480
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeServiceStatusResponse({}));
2477
2481
  }
2478
2482
  /**
2479
- * Checks whether the threat analysis feature is authorized to access a resource directory.
2483
+ * Checks whether a resource directory is authorized for threat analysis.
2480
2484
  *
2481
2485
  * @param request - DescribeServiceStatusRequest
2482
2486
  * @returns DescribeServiceStatusResponse
@@ -2486,7 +2490,7 @@ class Client extends openapi_core_1.default {
2486
2490
  return await this.describeServiceStatusWithOptions(request, runtime);
2487
2491
  }
2488
2492
  /**
2489
- * Queries the status of the Logstores for the threat analysis feature in Simple Log Service on the user side.
2493
+ * Checks the status of the storage for the threat analysis feature. The storage is a Logstore in Simple Log Service.
2490
2494
  *
2491
2495
  * @param request - DescribeStorageRequest
2492
2496
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2521,7 +2525,7 @@ class Client extends openapi_core_1.default {
2521
2525
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeStorageResponse({}));
2522
2526
  }
2523
2527
  /**
2524
- * Queries the status of the Logstores for the threat analysis feature in Simple Log Service on the user side.
2528
+ * Checks the status of the storage for the threat analysis feature. The storage is a Logstore in Simple Log Service.
2525
2529
  *
2526
2530
  * @param request - DescribeStorageRequest
2527
2531
  * @returns DescribeStorageResponse
@@ -2531,7 +2535,7 @@ class Client extends openapi_core_1.default {
2531
2535
  return await this.describeStorageWithOptions(request, runtime);
2532
2536
  }
2533
2537
  /**
2534
- * Checks whether the current Alibaba Cloud account or the management account of a resource directory is used to purchase the threat analysis feature.
2538
+ * Checks whether the current Alibaba Cloud account or its associated enterprise organization has purchased threat analysis.
2535
2539
  *
2536
2540
  * @param request - DescribeUserBuyStatusRequest
2537
2541
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2563,7 +2567,7 @@ class Client extends openapi_core_1.default {
2563
2567
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeUserBuyStatusResponse({}));
2564
2568
  }
2565
2569
  /**
2566
- * Checks whether the current Alibaba Cloud account or the management account of a resource directory is used to purchase the threat analysis feature.
2570
+ * Checks whether the current Alibaba Cloud account or its associated enterprise organization has purchased threat analysis.
2567
2571
  *
2568
2572
  * @param request - DescribeUserBuyStatusRequest
2569
2573
  * @returns DescribeUserBuyStatusResponse
@@ -2573,7 +2577,7 @@ class Client extends openapi_core_1.default {
2573
2577
  return await this.describeUserBuyStatusWithOptions(request, runtime);
2574
2578
  }
2575
2579
  /**
2576
- * Queries the protected domain names of the WAF instance for a user to which an entity belongs.
2580
+ * Retrieves the list of domain names protected by Web Application Firewall (WAF) instances.
2577
2581
  *
2578
2582
  * @param request - DescribeWafScopeRequest
2579
2583
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2611,7 +2615,7 @@ class Client extends openapi_core_1.default {
2611
2615
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeWafScopeResponse({}));
2612
2616
  }
2613
2617
  /**
2614
- * Queries the protected domain names of the WAF instance for a user to which an entity belongs.
2618
+ * Retrieves the list of domain names protected by Web Application Firewall (WAF) instances.
2615
2619
  *
2616
2620
  * @param request - DescribeWafScopeRequest
2617
2621
  * @returns DescribeWafScopeResponse
@@ -2621,7 +2625,7 @@ class Client extends openapi_core_1.default {
2621
2625
  return await this.describeWafScopeWithOptions(request, runtime);
2622
2626
  }
2623
2627
  /**
2624
- * Queries a list of whitelist rules for alerts.
2628
+ * Queries the rules in the alert whitelist.
2625
2629
  *
2626
2630
  * @param request - DescribeWhiteRuleListRequest
2627
2631
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2671,7 +2675,7 @@ class Client extends openapi_core_1.default {
2671
2675
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeWhiteRuleListResponse({}));
2672
2676
  }
2673
2677
  /**
2674
- * Queries a list of whitelist rules for alerts.
2678
+ * Queries the rules in the alert whitelist.
2675
2679
  *
2676
2680
  * @param request - DescribeWhiteRuleListRequest
2677
2681
  * @returns DescribeWhiteRuleListResponse
@@ -2681,7 +2685,7 @@ class Client extends openapi_core_1.default {
2681
2685
  return await this.describeWhiteRuleListWithOptions(request, runtime);
2682
2686
  }
2683
2687
  /**
2684
- * Creates a service-linked role named AliyunServiceRoleForSasCloudSiem for the threat analysis feature. The feature can assume this role to access cloud services.
2688
+ * Grants permissions to Threat Analysis and creates the AliyunServiceRoleForSasCloudSiem service-linked role.
2685
2689
  *
2686
2690
  * @param request - EnableAccessForCloudSiemRequest
2687
2691
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2719,7 +2723,7 @@ class Client extends openapi_core_1.default {
2719
2723
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableAccessForCloudSiemResponse({}));
2720
2724
  }
2721
2725
  /**
2722
- * Creates a service-linked role named AliyunServiceRoleForSasCloudSiem for the threat analysis feature. The feature can assume this role to access cloud services.
2726
+ * Grants permissions to Threat Analysis and creates the AliyunServiceRoleForSasCloudSiem service-linked role.
2723
2727
  *
2724
2728
  * @param request - EnableAccessForCloudSiemRequest
2725
2729
  * @returns EnableAccessForCloudSiemResponse
@@ -2729,7 +2733,7 @@ class Client extends openapi_core_1.default {
2729
2733
  return await this.enableAccessForCloudSiemWithOptions(request, runtime);
2730
2734
  }
2731
2735
  /**
2732
- * Authorizes the threat analysis feature to access a resource directory. This operation must be called by the management account of the resource directory.
2736
+ * Enables resource directory authorization for threat analysis. This operation can be called only by a resource directory administrator.
2733
2737
  *
2734
2738
  * @param request - EnableServiceForCloudSiemRequest
2735
2739
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2758,7 +2762,7 @@ class Client extends openapi_core_1.default {
2758
2762
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableServiceForCloudSiemResponse({}));
2759
2763
  }
2760
2764
  /**
2761
- * Authorizes the threat analysis feature to access a resource directory. This operation must be called by the management account of the resource directory.
2765
+ * Enables resource directory authorization for threat analysis. This operation can be called only by a resource directory administrator.
2762
2766
  *
2763
2767
  * @param request - EnableServiceForCloudSiemRequest
2764
2768
  * @returns EnableServiceForCloudSiemResponse
@@ -2768,7 +2772,7 @@ class Client extends openapi_core_1.default {
2768
2772
  return await this.enableServiceForCloudSiemWithOptions(request, runtime);
2769
2773
  }
2770
2774
  /**
2771
- * Queries the storage capacity usage of the threat analysis feature and the purchased storage capacity
2775
+ * Retrieves the current billable storage usage and subscription purchase volume for threat analysis. Units are in GB.
2772
2776
  *
2773
2777
  * @param request - GetCapacityRequest
2774
2778
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2803,7 +2807,7 @@ class Client extends openapi_core_1.default {
2803
2807
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCapacityResponse({}));
2804
2808
  }
2805
2809
  /**
2806
- * Queries the storage capacity usage of the threat analysis feature and the purchased storage capacity
2810
+ * Retrieves the current billable storage usage and subscription purchase volume for threat analysis. Units are in GB.
2807
2811
  *
2808
2812
  * @param request - GetCapacityRequest
2809
2813
  * @returns GetCapacityResponse
@@ -2813,7 +2817,136 @@ class Client extends openapi_core_1.default {
2813
2817
  return await this.getCapacityWithOptions(request, runtime);
2814
2818
  }
2815
2819
  /**
2816
- * Queries the storage configurations for the threat analysis feature on the user side.
2820
+ * Retrieves the details of user data storage on the Log Management page.
2821
+ *
2822
+ * @remarks
2823
+ * The input parameter JsonConfig is a complex JSON configuration. We provide a utility class to help with specific configuration examples. For more information, see [Demo](https://github.com/aliyun/cloud-siem-client/blob/master/src/main/java/com/aliyun/security/cloudsiem/client/sample/JobBuilderSample.java).
2824
+ *
2825
+ * @param request - GetDataStorageRequest
2826
+ * @param runtime - runtime options for this request RuntimeOptions
2827
+ * @returns GetDataStorageResponse
2828
+ */
2829
+ async getDataStorageWithOptions(request, runtime) {
2830
+ request.validate();
2831
+ let body = {};
2832
+ if (!$dara.isNull(request.lang)) {
2833
+ body["Lang"] = request.lang;
2834
+ }
2835
+ if (!$dara.isNull(request.regionId)) {
2836
+ body["RegionId"] = request.regionId;
2837
+ }
2838
+ if (!$dara.isNull(request.roleFor)) {
2839
+ body["RoleFor"] = request.roleFor;
2840
+ }
2841
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2842
+ body: openapi_core_2.OpenApiUtil.parseToMap(body),
2843
+ });
2844
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2845
+ action: "GetDataStorage",
2846
+ version: "2022-06-16",
2847
+ protocol: "HTTPS",
2848
+ pathname: "/",
2849
+ method: "POST",
2850
+ authType: "AK",
2851
+ style: "RPC",
2852
+ reqBodyType: "formData",
2853
+ bodyType: "json",
2854
+ });
2855
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataStorageResponse({}));
2856
+ }
2857
+ /**
2858
+ * Retrieves the details of user data storage on the Log Management page.
2859
+ *
2860
+ * @remarks
2861
+ * The input parameter JsonConfig is a complex JSON configuration. We provide a utility class to help with specific configuration examples. For more information, see [Demo](https://github.com/aliyun/cloud-siem-client/blob/master/src/main/java/com/aliyun/security/cloudsiem/client/sample/JobBuilderSample.java).
2862
+ *
2863
+ * @param request - GetDataStorageRequest
2864
+ * @returns GetDataStorageResponse
2865
+ */
2866
+ async getDataStorage(request) {
2867
+ let runtime = new $dara.RuntimeOptions({});
2868
+ return await this.getDataStorageWithOptions(request, runtime);
2869
+ }
2870
+ /**
2871
+ * Queries entity counts.
2872
+ *
2873
+ * @remarks
2874
+ * 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).
2875
+ *
2876
+ * @param request - GetEntitiyStatRequest
2877
+ * @param runtime - runtime options for this request RuntimeOptions
2878
+ * @returns GetEntitiyStatResponse
2879
+ */
2880
+ async getEntitiyStatWithOptions(request, runtime) {
2881
+ request.validate();
2882
+ let body = {};
2883
+ if (!$dara.isNull(request.assetName)) {
2884
+ body["AssetName"] = request.assetName;
2885
+ }
2886
+ if (!$dara.isNull(request.assetUuid)) {
2887
+ body["AssetUuid"] = request.assetUuid;
2888
+ }
2889
+ if (!$dara.isNull(request.entityName)) {
2890
+ body["EntityName"] = request.entityName;
2891
+ }
2892
+ if (!$dara.isNull(request.entityType)) {
2893
+ body["EntityType"] = request.entityType;
2894
+ }
2895
+ if (!$dara.isNull(request.entityUuid)) {
2896
+ body["EntityUuid"] = request.entityUuid;
2897
+ }
2898
+ if (!$dara.isNull(request.incidentUuid)) {
2899
+ body["IncidentUuid"] = request.incidentUuid;
2900
+ }
2901
+ if (!$dara.isNull(request.isAsset)) {
2902
+ body["IsAsset"] = request.isAsset;
2903
+ }
2904
+ if (!$dara.isNull(request.isMalwareEntity)) {
2905
+ body["IsMalwareEntity"] = request.isMalwareEntity;
2906
+ }
2907
+ if (!$dara.isNull(request.regionId)) {
2908
+ body["RegionId"] = request.regionId;
2909
+ }
2910
+ if (!$dara.isNull(request.roleFor)) {
2911
+ body["RoleFor"] = request.roleFor;
2912
+ }
2913
+ if (!$dara.isNull(request.roleType)) {
2914
+ body["RoleType"] = request.roleType;
2915
+ }
2916
+ if (!$dara.isNull(request.tags)) {
2917
+ body["Tags"] = request.tags;
2918
+ }
2919
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2920
+ body: openapi_core_2.OpenApiUtil.parseToMap(body),
2921
+ });
2922
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2923
+ action: "GetEntitiyStat",
2924
+ version: "2022-06-16",
2925
+ protocol: "HTTPS",
2926
+ pathname: "/",
2927
+ method: "POST",
2928
+ authType: "AK",
2929
+ style: "RPC",
2930
+ reqBodyType: "formData",
2931
+ bodyType: "json",
2932
+ });
2933
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetEntitiyStatResponse({}));
2934
+ }
2935
+ /**
2936
+ * Queries entity counts.
2937
+ *
2938
+ * @remarks
2939
+ * 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).
2940
+ *
2941
+ * @param request - GetEntitiyStatRequest
2942
+ * @returns GetEntitiyStatResponse
2943
+ */
2944
+ async getEntitiyStat(request) {
2945
+ let runtime = new $dara.RuntimeOptions({});
2946
+ return await this.getEntitiyStatWithOptions(request, runtime);
2947
+ }
2948
+ /**
2949
+ * 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.
2817
2950
  *
2818
2951
  * @param request - GetStorageRequest
2819
2952
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2848,7 +2981,7 @@ class Client extends openapi_core_1.default {
2848
2981
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetStorageResponse({}));
2849
2982
  }
2850
2983
  /**
2851
- * Queries the storage configurations for the threat analysis feature on the user side.
2984
+ * 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.
2852
2985
  *
2853
2986
  * @param request - GetStorageRequest
2854
2987
  * @returns GetStorageResponse
@@ -2858,7 +2991,7 @@ class Client extends openapi_core_1.default {
2858
2991
  return await this.getStorageWithOptions(request, runtime);
2859
2992
  }
2860
2993
  /**
2861
- * Queries a list of AccessKey IDs of third-party cloud accounts that are added to the threat analysis feature.
2994
+ * Lists the AccessKey IDs for attached multicloud accounts.
2862
2995
  *
2863
2996
  * @param request - ListAccountAccessIdRequest
2864
2997
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2896,7 +3029,7 @@ class Client extends openapi_core_1.default {
2896
3029
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAccountAccessIdResponse({}));
2897
3030
  }
2898
3031
  /**
2899
- * Queries a list of AccessKey IDs of third-party cloud accounts that are added to the threat analysis feature.
3032
+ * Lists the AccessKey IDs for attached multicloud accounts.
2900
3033
  *
2901
3034
  * @param request - ListAccountAccessIdRequest
2902
3035
  * @returns ListAccountAccessIdResponse
@@ -2906,7 +3039,7 @@ class Client extends openapi_core_1.default {
2906
3039
  return await this.listAccountAccessIdWithOptions(request, runtime);
2907
3040
  }
2908
3041
  /**
2909
- * Query accounts by log.
3042
+ * Queries the accounts associated with a log.
2910
3043
  *
2911
3044
  * @param request - ListAccountsByLogRequest
2912
3045
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2950,7 +3083,7 @@ class Client extends openapi_core_1.default {
2950
3083
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAccountsByLogResponse({}));
2951
3084
  }
2952
3085
  /**
2953
- * Query accounts by log.
3086
+ * Queries the accounts associated with a log.
2954
3087
  *
2955
3088
  * @param request - ListAccountsByLogRequest
2956
3089
  * @returns ListAccountsByLogResponse
@@ -2960,7 +3093,7 @@ class Client extends openapi_core_1.default {
2960
3093
  return await this.listAccountsByLogWithOptions(request, runtime);
2961
3094
  }
2962
3095
  /**
2963
- * Queries a list of cloud services that can be added to the threat analysis feature.
3096
+ * Lists the cloud products supported by Threat Analysis for data ingestion.
2964
3097
  *
2965
3098
  * @param request - ListAllProdsRequest
2966
3099
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2995,7 +3128,7 @@ class Client extends openapi_core_1.default {
2995
3128
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAllProdsResponse({}));
2996
3129
  }
2997
3130
  /**
2998
- * Queries a list of cloud services that can be added to the threat analysis feature.
3131
+ * Lists the cloud products supported by Threat Analysis for data ingestion.
2999
3132
  *
3000
3133
  * @param request - ListAllProdsRequest
3001
3134
  * @returns ListAllProdsResponse
@@ -3005,7 +3138,7 @@ class Client extends openapi_core_1.default {
3005
3138
  return await this.listAllProdsWithOptions(request, runtime);
3006
3139
  }
3007
3140
  /**
3008
- * Queries automated response rules.
3141
+ * Retrieves a list of automated response rules.
3009
3142
  *
3010
3143
  * @param request - ListAutomateResponseConfigsRequest
3011
3144
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3070,7 +3203,7 @@ class Client extends openapi_core_1.default {
3070
3203
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAutomateResponseConfigsResponse({}));
3071
3204
  }
3072
3205
  /**
3073
- * Queries automated response rules.
3206
+ * Retrieves a list of automated response rules.
3074
3207
  *
3075
3208
  * @param request - ListAutomateResponseConfigsRequest
3076
3209
  * @returns ListAutomateResponseConfigsResponse
@@ -3080,7 +3213,7 @@ class Client extends openapi_core_1.default {
3080
3213
  return await this.listAutomateResponseConfigsWithOptions(request, runtime);
3081
3214
  }
3082
3215
  /**
3083
- * Queries a list of cloud accounts that are added to the threat analysis feature.
3216
+ * Lists multicloud accounts bound to Threat Analysis.
3084
3217
  *
3085
3218
  * @param request - ListBindAccountRequest
3086
3219
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3118,7 +3251,7 @@ class Client extends openapi_core_1.default {
3118
3251
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBindAccountResponse({}));
3119
3252
  }
3120
3253
  /**
3121
- * Queries a list of cloud accounts that are added to the threat analysis feature.
3254
+ * Lists multicloud accounts bound to Threat Analysis.
3122
3255
  *
3123
3256
  * @param request - ListBindAccountRequest
3124
3257
  * @returns ListBindAccountResponse
@@ -3128,7 +3261,7 @@ class Client extends openapi_core_1.default {
3128
3261
  return await this.listBindAccountWithOptions(request, runtime);
3129
3262
  }
3130
3263
  /**
3131
- * Queries a list of data sources that are added to the threat analysis feature.
3264
+ * Queries all bound data sources.
3132
3265
  *
3133
3266
  * @param request - ListBindDataSourcesRequest
3134
3267
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3163,7 +3296,7 @@ class Client extends openapi_core_1.default {
3163
3296
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBindDataSourcesResponse({}));
3164
3297
  }
3165
3298
  /**
3166
- * Queries a list of data sources that are added to the threat analysis feature.
3299
+ * Queries all bound data sources.
3167
3300
  *
3168
3301
  * @param request - ListBindDataSourcesRequest
3169
3302
  * @returns ListBindDataSourcesResponse
@@ -3173,7 +3306,7 @@ class Client extends openapi_core_1.default {
3173
3306
  return await this.listBindDataSourcesWithOptions(request, runtime);
3174
3307
  }
3175
3308
  /**
3176
- * Queries custom rules.
3309
+ * Retrieves a list of custom rules.
3177
3310
  *
3178
3311
  * @param request - ListCloudSiemCustomizeRulesRequest
3179
3312
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3244,7 +3377,7 @@ class Client extends openapi_core_1.default {
3244
3377
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudSiemCustomizeRulesResponse({}));
3245
3378
  }
3246
3379
  /**
3247
- * Queries custom rules.
3380
+ * Retrieves a list of custom rules.
3248
3381
  *
3249
3382
  * @param request - ListCloudSiemCustomizeRulesRequest
3250
3383
  * @returns ListCloudSiemCustomizeRulesResponse
@@ -3254,7 +3387,7 @@ class Client extends openapi_core_1.default {
3254
3387
  return await this.listCloudSiemCustomizeRulesWithOptions(request, runtime);
3255
3388
  }
3256
3389
  /**
3257
- * Queries predefined rules.
3390
+ * Retrieves a list of predefined rules.
3258
3391
  *
3259
3392
  * @param request - ListCloudSiemPredefinedRulesRequest
3260
3393
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3334,7 +3467,7 @@ class Client extends openapi_core_1.default {
3334
3467
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudSiemPredefinedRulesResponse({}));
3335
3468
  }
3336
3469
  /**
3337
- * Queries predefined rules.
3470
+ * Retrieves a list of predefined rules.
3338
3471
  *
3339
3472
  * @param request - ListCloudSiemPredefinedRulesRequest
3340
3473
  * @returns ListCloudSiemPredefinedRulesResponse
@@ -3344,7 +3477,7 @@ class Client extends openapi_core_1.default {
3344
3477
  return await this.listCloudSiemPredefinedRulesWithOptions(request, runtime);
3345
3478
  }
3346
3479
  /**
3347
- * Queries the test results of a custom rule.
3480
+ * Retrieves the list of test results for a custom rule.
3348
3481
  *
3349
3482
  * @param request - ListCustomizeRuleTestResultRequest
3350
3483
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3400,7 +3533,7 @@ class Client extends openapi_core_1.default {
3400
3533
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCustomizeRuleTestResultResponse({}));
3401
3534
  }
3402
3535
  /**
3403
- * Queries the test results of a custom rule.
3536
+ * Retrieves the list of test results for a custom rule.
3404
3537
  *
3405
3538
  * @param request - ListCustomizeRuleTestResultRequest
3406
3539
  * @returns ListCustomizeRuleTestResultResponse
@@ -3410,7 +3543,7 @@ class Client extends openapi_core_1.default {
3410
3543
  return await this.listCustomizeRuleTestResultWithOptions(request, runtime);
3411
3544
  }
3412
3545
  /**
3413
- * Queries the logs of a data source.
3546
+ * Lists the logs for a data source.
3414
3547
  *
3415
3548
  * @param request - ListDataSourceLogsRequest
3416
3549
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3448,7 +3581,7 @@ class Client extends openapi_core_1.default {
3448
3581
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataSourceLogsResponse({}));
3449
3582
  }
3450
3583
  /**
3451
- * Queries the logs of a data source.
3584
+ * Lists the logs for a data source.
3452
3585
  *
3453
3586
  * @param request - ListDataSourceLogsRequest
3454
3587
  * @returns ListDataSourceLogsResponse
@@ -3458,7 +3591,7 @@ class Client extends openapi_core_1.default {
3458
3591
  return await this.listDataSourceLogsWithOptions(request, runtime);
3459
3592
  }
3460
3593
  /**
3461
- * Queries a list of data source types in third-party cloud services that can be added to the threat analysis feature.
3594
+ * Lists the types of multicloud data sources that Threat Analysis supports.
3462
3595
  *
3463
3596
  * @param request - ListDataSourceTypesRequest
3464
3597
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3490,7 +3623,7 @@ class Client extends openapi_core_1.default {
3490
3623
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataSourceTypesResponse({}));
3491
3624
  }
3492
3625
  /**
3493
- * Queries a list of data source types in third-party cloud services that can be added to the threat analysis feature.
3626
+ * Lists the types of multicloud data sources that Threat Analysis supports.
3494
3627
  *
3495
3628
  * @param request - ListDataSourceTypesRequest
3496
3629
  * @returns ListDataSourceTypesResponse
@@ -3500,7 +3633,7 @@ class Client extends openapi_core_1.default {
3500
3633
  return await this.listDataSourceTypesWithOptions(request, runtime);
3501
3634
  }
3502
3635
  /**
3503
- * 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.
3636
+ * 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.
3504
3637
  *
3505
3638
  * @param request - ListDeliveryRequest
3506
3639
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3535,7 +3668,7 @@ class Client extends openapi_core_1.default {
3535
3668
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDeliveryResponse({}));
3536
3669
  }
3537
3670
  /**
3538
- * 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.
3671
+ * 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.
3539
3672
  *
3540
3673
  * @param request - ListDeliveryRequest
3541
3674
  * @returns ListDeliveryResponse
@@ -3545,7 +3678,7 @@ class Client extends openapi_core_1.default {
3545
3678
  return await this.listDeliveryWithOptions(request, runtime);
3546
3679
  }
3547
3680
  /**
3548
- * Queries handling policies.
3681
+ * Retrieve a list of system-recommended disposal strategies.
3549
3682
  *
3550
3683
  * @param request - ListDisposeStrategyRequest
3551
3684
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3625,7 +3758,7 @@ class Client extends openapi_core_1.default {
3625
3758
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDisposeStrategyResponse({}));
3626
3759
  }
3627
3760
  /**
3628
- * Queries handling policies.
3761
+ * Retrieve a list of system-recommended disposal strategies.
3629
3762
  *
3630
3763
  * @param request - ListDisposeStrategyRequest
3631
3764
  * @returns ListDisposeStrategyResponse
@@ -3635,7 +3768,7 @@ class Client extends openapi_core_1.default {
3635
3768
  return await this.listDisposeStrategyWithOptions(request, runtime);
3636
3769
  }
3637
3770
  /**
3638
- * Queries entities.
3771
+ * Queries a list of entities.
3639
3772
  *
3640
3773
  * @param request - ListEntitiesRequest
3641
3774
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3700,7 +3833,7 @@ class Client extends openapi_core_1.default {
3700
3833
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEntitiesResponse({}));
3701
3834
  }
3702
3835
  /**
3703
- * Queries entities.
3836
+ * Queries a list of entities.
3704
3837
  *
3705
3838
  * @param request - ListEntitiesRequest
3706
3839
  * @returns ListEntitiesResponse
@@ -3710,7 +3843,7 @@ class Client extends openapi_core_1.default {
3710
3843
  return await this.listEntitiesWithOptions(request, runtime);
3711
3844
  }
3712
3845
  /**
3713
- * Queries the details of the logs in a cloud service that is added to the threat analysis feature.
3846
+ * Queries the log ingestion details for a specific product.
3714
3847
  *
3715
3848
  * @param request - ListImportedLogsByProdRequest
3716
3849
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3751,7 +3884,7 @@ class Client extends openapi_core_1.default {
3751
3884
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListImportedLogsByProdResponse({}));
3752
3885
  }
3753
3886
  /**
3754
- * Queries the details of the logs in a cloud service that is added to the threat analysis feature.
3887
+ * Queries the log ingestion details for a specific product.
3755
3888
  *
3756
3889
  * @param request - ListImportedLogsByProdRequest
3757
3890
  * @returns ListImportedLogsByProdResponse
@@ -3761,7 +3894,7 @@ class Client extends openapi_core_1.default {
3761
3894
  return await this.listImportedLogsByProdWithOptions(request, runtime);
3762
3895
  }
3763
3896
  /**
3764
- * Queries the dedicated Simple Log Service project and Logstore for a cloud service based on the patterns of the project and Logstore names.
3897
+ * Queries projects and Logstores based on the name patterns of the default SLS project and Logstore for an Alibaba Cloud service.
3765
3898
  *
3766
3899
  * @param request - ListProjectLogStoresRequest
3767
3900
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3799,7 +3932,7 @@ class Client extends openapi_core_1.default {
3799
3932
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListProjectLogStoresResponse({}));
3800
3933
  }
3801
3934
  /**
3802
- * Queries the dedicated Simple Log Service project and Logstore for a cloud service based on the patterns of the project and Logstore names.
3935
+ * Queries projects and Logstores based on the name patterns of the default SLS project and Logstore for an Alibaba Cloud service.
3803
3936
  *
3804
3937
  * @param request - ListProjectLogStoresRequest
3805
3938
  * @returns ListProjectLogStoresResponse
@@ -3809,7 +3942,7 @@ class Client extends openapi_core_1.default {
3809
3942
  return await this.listProjectLogStoresWithOptions(request, runtime);
3810
3943
  }
3811
3944
  /**
3812
- * 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.
3945
+ * 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.
3813
3946
  *
3814
3947
  * @param request - ListRdUsersRequest
3815
3948
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3838,7 +3971,7 @@ class Client extends openapi_core_1.default {
3838
3971
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListRdUsersResponse({}));
3839
3972
  }
3840
3973
  /**
3841
- * 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.
3974
+ * 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.
3842
3975
  *
3843
3976
  * @param request - ListRdUsersRequest
3844
3977
  * @returns ListRdUsersResponse
@@ -3848,7 +3981,7 @@ class Client extends openapi_core_1.default {
3848
3981
  return await this.listRdUsersWithOptions(request, runtime);
3849
3982
  }
3850
3983
  /**
3851
- * Modifies a third-party cloud account that is added to the threat analysis feature.
3984
+ * Modifies a bound Alibaba Cloud account.
3852
3985
  *
3853
3986
  * @param request - ModifyBindAccountRequest
3854
3987
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3898,7 +4031,7 @@ class Client extends openapi_core_1.default {
3898
4031
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyBindAccountResponse({}));
3899
4032
  }
3900
4033
  /**
3901
- * Modifies a third-party cloud account that is added to the threat analysis feature.
4034
+ * Modifies a bound Alibaba Cloud account.
3902
4035
  *
3903
4036
  * @param request - ModifyBindAccountRequest
3904
4037
  * @returns ModifyBindAccountResponse
@@ -3908,7 +4041,7 @@ class Client extends openapi_core_1.default {
3908
4041
  return await this.modifyBindAccountWithOptions(request, runtime);
3909
4042
  }
3910
4043
  /**
3911
- * Modifies a data source that is added to the threat analysis feature.
4044
+ * Modifies the description of an existing data source.
3912
4045
  *
3913
4046
  * @param request - ModifyDataSourceRequest
3914
4047
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3958,7 +4091,7 @@ class Client extends openapi_core_1.default {
3958
4091
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDataSourceResponse({}));
3959
4092
  }
3960
4093
  /**
3961
- * Modifies a data source that is added to the threat analysis feature.
4094
+ * Modifies the description of an existing data source.
3962
4095
  *
3963
4096
  * @param request - ModifyDataSourceRequest
3964
4097
  * @returns ModifyDataSourceResponse
@@ -3968,7 +4101,7 @@ class Client extends openapi_core_1.default {
3968
4101
  return await this.modifyDataSourceWithOptions(request, runtime);
3969
4102
  }
3970
4103
  /**
3971
- * Modifies the description of the logs that are added to the threat analysis feature for a data source within a cloud account.
4104
+ * Modifies the description of a data source log.
3972
4105
  *
3973
4106
  * @param request - ModifyDataSourceLogRequest
3974
4107
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4018,7 +4151,7 @@ class Client extends openapi_core_1.default {
4018
4151
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDataSourceLogResponse({}));
4019
4152
  }
4020
4153
  /**
4021
- * Modifies the description of the logs that are added to the threat analysis feature for a data source within a cloud account.
4154
+ * Modifies the description of a data source log.
4022
4155
  *
4023
4156
  * @param request - ModifyDataSourceLogRequest
4024
4157
  * @returns ModifyDataSourceLogResponse
@@ -4028,7 +4161,7 @@ class Client extends openapi_core_1.default {
4028
4161
  return await this.modifyDataSourceLogWithOptions(request, runtime);
4029
4162
  }
4030
4163
  /**
4031
- * Enables the log delivery feature for a cloud service that is integrated with Simple Log Service.
4164
+ * Enables log delivery for integrated cloud services.
4032
4165
  *
4033
4166
  * @param request - OpenDeliveryRequest
4034
4167
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4069,7 +4202,7 @@ class Client extends openapi_core_1.default {
4069
4202
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenDeliveryResponse({}));
4070
4203
  }
4071
4204
  /**
4072
- * Enables the log delivery feature for a cloud service that is integrated with Simple Log Service.
4205
+ * Enables log delivery for integrated cloud services.
4073
4206
  *
4074
4207
  * @param request - OpenDeliveryRequest
4075
4208
  * @returns OpenDeliveryResponse
@@ -4079,7 +4212,7 @@ class Client extends openapi_core_1.default {
4079
4212
  return await this.openDeliveryWithOptions(request, runtime);
4080
4213
  }
4081
4214
  /**
4082
- * Creates or updates an automatic response rule.
4215
+ * Adds or updates an automated response rule.
4083
4216
  *
4084
4217
  * @param request - PostAutomateResponseConfigRequest
4085
4218
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4135,7 +4268,7 @@ class Client extends openapi_core_1.default {
4135
4268
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PostAutomateResponseConfigResponse({}));
4136
4269
  }
4137
4270
  /**
4138
- * Creates or updates an automatic response rule.
4271
+ * Adds or updates an automated response rule.
4139
4272
  *
4140
4273
  * @param request - PostAutomateResponseConfigRequest
4141
4274
  * @returns PostAutomateResponseConfigResponse
@@ -4145,7 +4278,7 @@ class Client extends openapi_core_1.default {
4145
4278
  return await this.postAutomateResponseConfigWithOptions(request, runtime);
4146
4279
  }
4147
4280
  /**
4148
- * Creates or updates a custom rule.
4281
+ * Adds or updates a custom rule.
4149
4282
  *
4150
4283
  * @param request - PostCustomizeRuleRequest
4151
4284
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4234,7 +4367,7 @@ class Client extends openapi_core_1.default {
4234
4367
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PostCustomizeRuleResponse({}));
4235
4368
  }
4236
4369
  /**
4237
- * Creates or updates a custom rule.
4370
+ * Adds or updates a custom rule.
4238
4371
  *
4239
4372
  * @param request - PostCustomizeRuleRequest
4240
4373
  * @returns PostCustomizeRuleResponse
@@ -4298,7 +4431,7 @@ class Client extends openapi_core_1.default {
4298
4431
  return await this.postCustomizeRuleTestWithOptions(request, runtime);
4299
4432
  }
4300
4433
  /**
4301
- * Submits event handling information.
4434
+ * Submit incident response information to update the incident status and severity level.
4302
4435
  *
4303
4436
  * @param request - PostEventDisposeAndWhiteruleListRequest
4304
4437
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4360,7 +4493,7 @@ class Client extends openapi_core_1.default {
4360
4493
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PostEventDisposeAndWhiteruleListResponse({}));
4361
4494
  }
4362
4495
  /**
4363
- * Submits event handling information.
4496
+ * Submit incident response information to update the incident status and severity level.
4364
4497
  *
4365
4498
  * @param request - PostEventDisposeAndWhiteruleListRequest
4366
4499
  * @returns PostEventDisposeAndWhiteruleListResponse
@@ -4370,7 +4503,7 @@ class Client extends openapi_core_1.default {
4370
4503
  return await this.postEventDisposeAndWhiteruleListWithOptions(request, runtime);
4371
4504
  }
4372
4505
  /**
4373
- * Submits an alert whitelist rule.
4506
+ * Submits alert whitelisting rules.
4374
4507
  *
4375
4508
  * @param request - PostEventWhiteruleListRequest
4376
4509
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4411,7 +4544,7 @@ class Client extends openapi_core_1.default {
4411
4544
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PostEventWhiteruleListResponse({}));
4412
4545
  }
4413
4546
  /**
4414
- * Submits an alert whitelist rule.
4547
+ * Submits alert whitelisting rules.
4415
4548
  *
4416
4549
  * @param request - PostEventWhiteruleListRequest
4417
4550
  * @returns PostEventWhiteruleListResponse
@@ -4421,7 +4554,7 @@ class Client extends openapi_core_1.default {
4421
4554
  return await this.postEventWhiteruleListWithOptions(request, runtime);
4422
4555
  }
4423
4556
  /**
4424
- * Ends the test of a custom rule.
4557
+ * Finishes the test for a custom rule.
4425
4558
  *
4426
4559
  * @param request - PostFinishCustomizeRuleTestRequest
4427
4560
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4459,7 +4592,7 @@ class Client extends openapi_core_1.default {
4459
4592
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PostFinishCustomizeRuleTestResponse({}));
4460
4593
  }
4461
4594
  /**
4462
- * Ends the test of a custom rule.
4595
+ * Finishes the test for a custom rule.
4463
4596
  *
4464
4597
  * @param request - PostFinishCustomizeRuleTestRequest
4465
4598
  * @returns PostFinishCustomizeRuleTestResponse
@@ -4469,7 +4602,7 @@ class Client extends openapi_core_1.default {
4469
4602
  return await this.postFinishCustomizeRuleTestWithOptions(request, runtime);
4470
4603
  }
4471
4604
  /**
4472
- * Updates the status of a custom rule.
4605
+ * Updates the statuses of custom rules.
4473
4606
  *
4474
4607
  * @param request - PostRuleStatusChangeRequest
4475
4608
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4513,7 +4646,7 @@ class Client extends openapi_core_1.default {
4513
4646
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PostRuleStatusChangeResponse({}));
4514
4647
  }
4515
4648
  /**
4516
- * Updates the status of a custom rule.
4649
+ * Updates the statuses of custom rules.
4517
4650
  *
4518
4651
  * @param request - PostRuleStatusChangeRequest
4519
4652
  * @returns PostRuleStatusChangeResponse
@@ -4523,7 +4656,7 @@ class Client extends openapi_core_1.default {
4523
4656
  return await this.postRuleStatusChangeWithOptions(request, runtime);
4524
4657
  }
4525
4658
  /**
4526
- * Releases storage to reduce the storage usage. The release operation is irreversible and may cause data loss. Proceed with caution.
4659
+ * Releases storage space. This operation is irreversible and causes data loss. Use with caution.
4527
4660
  *
4528
4661
  * @param request - RestoreCapacityRequest
4529
4662
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4558,7 +4691,7 @@ class Client extends openapi_core_1.default {
4558
4691
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestoreCapacityResponse({}));
4559
4692
  }
4560
4693
  /**
4561
- * Releases storage to reduce the storage usage. The release operation is irreversible and may cause data loss. Proceed with caution.
4694
+ * Releases storage space. This operation is irreversible and causes data loss. Use with caution.
4562
4695
  *
4563
4696
  * @param request - RestoreCapacityRequest
4564
4697
  * @returns RestoreCapacityResponse
@@ -4568,7 +4701,7 @@ class Client extends openapi_core_1.default {
4568
4701
  return await this.restoreCapacityWithOptions(request, runtime);
4569
4702
  }
4570
4703
  /**
4571
- * Configures the settings of log storage, such as the storage duration and storage region.
4704
+ * Sets user settings, such as the storage duration and storage region.
4572
4705
  *
4573
4706
  * @param request - SetStorageRequest
4574
4707
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4609,7 +4742,7 @@ class Client extends openapi_core_1.default {
4609
4742
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetStorageResponse({}));
4610
4743
  }
4611
4744
  /**
4612
- * Configures the settings of log storage, such as the storage duration and storage region.
4745
+ * Sets user settings, such as the storage duration and storage region.
4613
4746
  *
4614
4747
  * @param request - SetStorageRequest
4615
4748
  * @returns SetStorageResponse
@@ -4619,7 +4752,7 @@ class Client extends openapi_core_1.default {
4619
4752
  return await this.setStorageWithOptions(request, runtime);
4620
4753
  }
4621
4754
  /**
4622
- * Submits log collection tasks at a time.
4755
+ * Submits a batch of log ingestion tasks.
4623
4756
  *
4624
4757
  * @param request - SubmitImportLogTasksRequest
4625
4758
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4669,7 +4802,7 @@ class Client extends openapi_core_1.default {
4669
4802
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitImportLogTasksResponse({}));
4670
4803
  }
4671
4804
  /**
4672
- * Submits log collection tasks at a time.
4805
+ * Submits a batch of log ingestion tasks.
4673
4806
  *
4674
4807
  * @param request - SubmitImportLogTasksRequest
4675
4808
  * @returns SubmitImportLogTasksResponse
@@ -4679,7 +4812,7 @@ class Client extends openapi_core_1.default {
4679
4812
  return await this.submitImportLogTasksWithOptions(request, runtime);
4680
4813
  }
4681
4814
  /**
4682
- * Updates the status of an automatic response rule.
4815
+ * Updates the status of an automated response rule.
4683
4816
  *
4684
4817
  * @param request - UpdateAutomateResponseConfigStatusRequest
4685
4818
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4720,7 +4853,7 @@ class Client extends openapi_core_1.default {
4720
4853
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAutomateResponseConfigStatusResponse({}));
4721
4854
  }
4722
4855
  /**
4723
- * Updates the status of an automatic response rule.
4856
+ * Updates the status of an automated response rule.
4724
4857
  *
4725
4858
  * @param request - UpdateAutomateResponseConfigStatusRequest
4726
4859
  * @returns UpdateAutomateResponseConfigStatusResponse
@@ -4730,7 +4863,7 @@ class Client extends openapi_core_1.default {
4730
4863
  return await this.updateAutomateResponseConfigStatusWithOptions(request, runtime);
4731
4864
  }
4732
4865
  /**
4733
- * Creates or updates an alert whitelist rule.
4866
+ * Adds or updates alert whitelist rules.
4734
4867
  *
4735
4868
  * @param request - UpdateWhiteRuleListRequest
4736
4869
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4774,7 +4907,7 @@ class Client extends openapi_core_1.default {
4774
4907
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateWhiteRuleListResponse({}));
4775
4908
  }
4776
4909
  /**
4777
- * Creates or updates an alert whitelist rule.
4910
+ * Adds or updates alert whitelist rules.
4778
4911
  *
4779
4912
  * @param request - UpdateWhiteRuleListRequest
4780
4913
  * @returns UpdateWhiteRuleListResponse