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