@alicloud/sas20181203 9.1.3 → 9.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 (177) hide show
  1. package/dist/client.d.ts +226 -94
  2. package/dist/client.js +701 -94
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddUnknownThreatDetectProcessRequest.d.ts +48 -0
  5. package/dist/models/AddUnknownThreatDetectProcessRequest.js +96 -0
  6. package/dist/models/AddUnknownThreatDetectProcessRequest.js.map +1 -0
  7. package/dist/models/AddUnknownThreatDetectProcessResponse.d.ts +19 -0
  8. package/dist/models/AddUnknownThreatDetectProcessResponse.js +69 -0
  9. package/dist/models/AddUnknownThreatDetectProcessResponse.js.map +1 -0
  10. package/dist/models/AddUnknownThreatDetectProcessResponseBody.d.ts +39 -0
  11. package/dist/models/AddUnknownThreatDetectProcessResponseBody.js +82 -0
  12. package/dist/models/AddUnknownThreatDetectProcessResponseBody.js.map +1 -0
  13. package/dist/models/CreateUnknownThreatDetectStrategyRequest.d.ts +38 -0
  14. package/dist/models/CreateUnknownThreatDetectStrategyRequest.js +66 -0
  15. package/dist/models/CreateUnknownThreatDetectStrategyRequest.js.map +1 -0
  16. package/dist/models/CreateUnknownThreatDetectStrategyResponse.d.ts +19 -0
  17. package/dist/models/CreateUnknownThreatDetectStrategyResponse.js +69 -0
  18. package/dist/models/CreateUnknownThreatDetectStrategyResponse.js.map +1 -0
  19. package/dist/models/CreateUnknownThreatDetectStrategyResponseBody.d.ts +26 -0
  20. package/dist/models/CreateUnknownThreatDetectStrategyResponseBody.js +60 -0
  21. package/dist/models/CreateUnknownThreatDetectStrategyResponseBody.js.map +1 -0
  22. package/dist/models/DeleteUnknownThreatDetectProcessRequest.d.ts +14 -0
  23. package/dist/models/DeleteUnknownThreatDetectProcessRequest.js +61 -0
  24. package/dist/models/DeleteUnknownThreatDetectProcessRequest.js.map +1 -0
  25. package/dist/models/DeleteUnknownThreatDetectProcessResponse.d.ts +19 -0
  26. package/dist/models/DeleteUnknownThreatDetectProcessResponse.js +69 -0
  27. package/dist/models/DeleteUnknownThreatDetectProcessResponse.js.map +1 -0
  28. package/dist/models/DeleteUnknownThreatDetectProcessResponseBody.d.ts +21 -0
  29. package/dist/models/DeleteUnknownThreatDetectProcessResponseBody.js +58 -0
  30. package/dist/models/DeleteUnknownThreatDetectProcessResponseBody.js.map +1 -0
  31. package/dist/models/DeleteUnknownThreatDetectStrategyRequest.d.ts +18 -0
  32. package/dist/models/DeleteUnknownThreatDetectStrategyRequest.js +61 -0
  33. package/dist/models/DeleteUnknownThreatDetectStrategyRequest.js.map +1 -0
  34. package/dist/models/DeleteUnknownThreatDetectStrategyResponse.d.ts +19 -0
  35. package/dist/models/DeleteUnknownThreatDetectStrategyResponse.js +69 -0
  36. package/dist/models/DeleteUnknownThreatDetectStrategyResponse.js.map +1 -0
  37. package/dist/models/DeleteUnknownThreatDetectStrategyResponseBody.d.ts +21 -0
  38. package/dist/models/DeleteUnknownThreatDetectStrategyResponseBody.js +58 -0
  39. package/dist/models/DeleteUnknownThreatDetectStrategyResponseBody.js.map +1 -0
  40. package/dist/models/GetUnknownThreatDetectStatisticRequest.d.ts +13 -0
  41. package/dist/models/GetUnknownThreatDetectStatisticRequest.js +54 -0
  42. package/dist/models/GetUnknownThreatDetectStatisticRequest.js.map +1 -0
  43. package/dist/models/GetUnknownThreatDetectStatisticResponse.d.ts +19 -0
  44. package/dist/models/GetUnknownThreatDetectStatisticResponse.js +69 -0
  45. package/dist/models/GetUnknownThreatDetectStatisticResponse.js.map +1 -0
  46. package/dist/models/GetUnknownThreatDetectStatisticResponseBody.d.ts +59 -0
  47. package/dist/models/GetUnknownThreatDetectStatisticResponseBody.js +90 -0
  48. package/dist/models/GetUnknownThreatDetectStatisticResponseBody.js.map +1 -0
  49. package/dist/models/HandleObjectScanEventRequest.d.ts +35 -0
  50. package/dist/models/HandleObjectScanEventRequest.js +99 -0
  51. package/dist/models/HandleObjectScanEventRequest.js.map +1 -0
  52. package/dist/models/HandleObjectScanEventResponse.d.ts +19 -0
  53. package/dist/models/HandleObjectScanEventResponse.js +69 -0
  54. package/dist/models/HandleObjectScanEventResponse.js.map +1 -0
  55. package/dist/models/HandleObjectScanEventResponseBody.d.ts +18 -0
  56. package/dist/models/HandleObjectScanEventResponseBody.js +58 -0
  57. package/dist/models/HandleObjectScanEventResponseBody.js.map +1 -0
  58. package/dist/models/HandleUnknownThreatDetectEventRequest.d.ts +19 -0
  59. package/dist/models/HandleUnknownThreatDetectEventRequest.js +63 -0
  60. package/dist/models/HandleUnknownThreatDetectEventRequest.js.map +1 -0
  61. package/dist/models/HandleUnknownThreatDetectEventResponse.d.ts +19 -0
  62. package/dist/models/HandleUnknownThreatDetectEventResponse.js +69 -0
  63. package/dist/models/HandleUnknownThreatDetectEventResponse.js.map +1 -0
  64. package/dist/models/HandleUnknownThreatDetectEventResponseBody.d.ts +21 -0
  65. package/dist/models/HandleUnknownThreatDetectEventResponseBody.js +58 -0
  66. package/dist/models/HandleUnknownThreatDetectEventResponseBody.js.map +1 -0
  67. package/dist/models/ListUnknownThreatDetectEventRequest.d.ts +53 -0
  68. package/dist/models/ListUnknownThreatDetectEventRequest.js +72 -0
  69. package/dist/models/ListUnknownThreatDetectEventRequest.js.map +1 -0
  70. package/dist/models/ListUnknownThreatDetectEventResponse.d.ts +19 -0
  71. package/dist/models/ListUnknownThreatDetectEventResponse.js +69 -0
  72. package/dist/models/ListUnknownThreatDetectEventResponse.js.map +1 -0
  73. package/dist/models/ListUnknownThreatDetectEventResponseBody.d.ts +162 -0
  74. package/dist/models/ListUnknownThreatDetectEventResponseBody.js +148 -0
  75. package/dist/models/ListUnknownThreatDetectEventResponseBody.js.map +1 -0
  76. package/dist/models/ListUnknownThreatDetectMachineRequest.d.ts +53 -0
  77. package/dist/models/ListUnknownThreatDetectMachineRequest.js +72 -0
  78. package/dist/models/ListUnknownThreatDetectMachineRequest.js.map +1 -0
  79. package/dist/models/ListUnknownThreatDetectMachineResponse.d.ts +19 -0
  80. package/dist/models/ListUnknownThreatDetectMachineResponse.js +69 -0
  81. package/dist/models/ListUnknownThreatDetectMachineResponse.js.map +1 -0
  82. package/dist/models/ListUnknownThreatDetectMachineResponseBody.d.ts +107 -0
  83. package/dist/models/ListUnknownThreatDetectMachineResponseBody.js +126 -0
  84. package/dist/models/ListUnknownThreatDetectMachineResponseBody.js.map +1 -0
  85. package/dist/models/ListUnknownThreatDetectProcessRequest.d.ts +68 -0
  86. package/dist/models/ListUnknownThreatDetectProcessRequest.js +78 -0
  87. package/dist/models/ListUnknownThreatDetectProcessRequest.js.map +1 -0
  88. package/dist/models/ListUnknownThreatDetectProcessResponse.d.ts +19 -0
  89. package/dist/models/ListUnknownThreatDetectProcessResponse.js +69 -0
  90. package/dist/models/ListUnknownThreatDetectProcessResponse.js.map +1 -0
  91. package/dist/models/ListUnknownThreatDetectProcessResponseBody.d.ts +102 -0
  92. package/dist/models/ListUnknownThreatDetectProcessResponseBody.js +124 -0
  93. package/dist/models/ListUnknownThreatDetectProcessResponseBody.js.map +1 -0
  94. package/dist/models/ListUnknownThreatDetectStrategyRequest.d.ts +44 -0
  95. package/dist/models/ListUnknownThreatDetectStrategyRequest.js +66 -0
  96. package/dist/models/ListUnknownThreatDetectStrategyRequest.js.map +1 -0
  97. package/dist/models/ListUnknownThreatDetectStrategyResponse.d.ts +19 -0
  98. package/dist/models/ListUnknownThreatDetectStrategyResponse.js +69 -0
  99. package/dist/models/ListUnknownThreatDetectStrategyResponse.js.map +1 -0
  100. package/dist/models/ListUnknownThreatDetectStrategyResponseBody.d.ts +102 -0
  101. package/dist/models/ListUnknownThreatDetectStrategyResponseBody.js +124 -0
  102. package/dist/models/ListUnknownThreatDetectStrategyResponseBody.js.map +1 -0
  103. package/dist/models/OperateUnknownThreatDetectMachineRequest.d.ts +24 -0
  104. package/dist/models/OperateUnknownThreatDetectMachineRequest.js +65 -0
  105. package/dist/models/OperateUnknownThreatDetectMachineRequest.js.map +1 -0
  106. package/dist/models/OperateUnknownThreatDetectMachineResponse.d.ts +19 -0
  107. package/dist/models/OperateUnknownThreatDetectMachineResponse.js +69 -0
  108. package/dist/models/OperateUnknownThreatDetectMachineResponse.js.map +1 -0
  109. package/dist/models/OperateUnknownThreatDetectMachineResponseBody.d.ts +21 -0
  110. package/dist/models/OperateUnknownThreatDetectMachineResponseBody.js +58 -0
  111. package/dist/models/OperateUnknownThreatDetectMachineResponseBody.js.map +1 -0
  112. package/dist/models/UpdateUnknownThreatDetectProcessRequest.d.ts +23 -0
  113. package/dist/models/UpdateUnknownThreatDetectProcessRequest.js +60 -0
  114. package/dist/models/UpdateUnknownThreatDetectProcessRequest.js.map +1 -0
  115. package/dist/models/UpdateUnknownThreatDetectProcessResponse.d.ts +19 -0
  116. package/dist/models/UpdateUnknownThreatDetectProcessResponse.js +69 -0
  117. package/dist/models/UpdateUnknownThreatDetectProcessResponse.js.map +1 -0
  118. package/dist/models/UpdateUnknownThreatDetectProcessResponseBody.d.ts +18 -0
  119. package/dist/models/UpdateUnknownThreatDetectProcessResponseBody.js +58 -0
  120. package/dist/models/UpdateUnknownThreatDetectProcessResponseBody.js.map +1 -0
  121. package/dist/models/UpdateUnknownThreatDetectStrategyRequest.d.ts +41 -0
  122. package/dist/models/UpdateUnknownThreatDetectStrategyRequest.js +66 -0
  123. package/dist/models/UpdateUnknownThreatDetectStrategyRequest.js.map +1 -0
  124. package/dist/models/UpdateUnknownThreatDetectStrategyResponse.d.ts +19 -0
  125. package/dist/models/UpdateUnknownThreatDetectStrategyResponse.js +69 -0
  126. package/dist/models/UpdateUnknownThreatDetectStrategyResponse.js.map +1 -0
  127. package/dist/models/UpdateUnknownThreatDetectStrategyResponseBody.d.ts +21 -0
  128. package/dist/models/UpdateUnknownThreatDetectStrategyResponseBody.js +58 -0
  129. package/dist/models/UpdateUnknownThreatDetectStrategyResponseBody.js.map +1 -0
  130. package/dist/models/model.d.ts +54 -0
  131. package/dist/models/model.js +186 -77
  132. package/dist/models/model.js.map +1 -1
  133. package/package.json +1 -1
  134. package/src/client.ts +790 -94
  135. package/src/models/AddUnknownThreatDetectProcessRequest.ts +90 -0
  136. package/src/models/AddUnknownThreatDetectProcessResponse.ts +40 -0
  137. package/src/models/AddUnknownThreatDetectProcessResponseBody.ts +67 -0
  138. package/src/models/CreateUnknownThreatDetectStrategyRequest.ts +59 -0
  139. package/src/models/CreateUnknownThreatDetectStrategyResponse.ts +40 -0
  140. package/src/models/CreateUnknownThreatDetectStrategyResponseBody.ts +41 -0
  141. package/src/models/DeleteUnknownThreatDetectProcessRequest.ts +30 -0
  142. package/src/models/DeleteUnknownThreatDetectProcessResponse.ts +40 -0
  143. package/src/models/DeleteUnknownThreatDetectProcessResponseBody.ts +34 -0
  144. package/src/models/DeleteUnknownThreatDetectStrategyRequest.ts +34 -0
  145. package/src/models/DeleteUnknownThreatDetectStrategyResponse.ts +40 -0
  146. package/src/models/DeleteUnknownThreatDetectStrategyResponseBody.ts +34 -0
  147. package/src/models/GetUnknownThreatDetectStatisticRequest.ts +24 -0
  148. package/src/models/GetUnknownThreatDetectStatisticResponse.ts +40 -0
  149. package/src/models/GetUnknownThreatDetectStatisticResponseBody.ts +95 -0
  150. package/src/models/HandleObjectScanEventRequest.ts +80 -0
  151. package/src/models/HandleObjectScanEventResponse.ts +40 -0
  152. package/src/models/HandleObjectScanEventResponseBody.ts +31 -0
  153. package/src/models/HandleUnknownThreatDetectEventRequest.ts +37 -0
  154. package/src/models/HandleUnknownThreatDetectEventResponse.ts +40 -0
  155. package/src/models/HandleUnknownThreatDetectEventResponseBody.ts +34 -0
  156. package/src/models/ListUnknownThreatDetectEventRequest.ts +80 -0
  157. package/src/models/ListUnknownThreatDetectEventResponse.ts +40 -0
  158. package/src/models/ListUnknownThreatDetectEventResponseBody.ts +247 -0
  159. package/src/models/ListUnknownThreatDetectMachineRequest.ts +80 -0
  160. package/src/models/ListUnknownThreatDetectMachineResponse.ts +40 -0
  161. package/src/models/ListUnknownThreatDetectMachineResponseBody.ts +170 -0
  162. package/src/models/ListUnknownThreatDetectProcessRequest.ts +101 -0
  163. package/src/models/ListUnknownThreatDetectProcessResponse.ts +40 -0
  164. package/src/models/ListUnknownThreatDetectProcessResponseBody.ts +163 -0
  165. package/src/models/ListUnknownThreatDetectStrategyRequest.ts +65 -0
  166. package/src/models/ListUnknownThreatDetectStrategyResponse.ts +40 -0
  167. package/src/models/ListUnknownThreatDetectStrategyResponseBody.ts +163 -0
  168. package/src/models/OperateUnknownThreatDetectMachineRequest.ts +44 -0
  169. package/src/models/OperateUnknownThreatDetectMachineResponse.ts +40 -0
  170. package/src/models/OperateUnknownThreatDetectMachineResponseBody.ts +34 -0
  171. package/src/models/UpdateUnknownThreatDetectProcessRequest.ts +38 -0
  172. package/src/models/UpdateUnknownThreatDetectProcessResponse.ts +40 -0
  173. package/src/models/UpdateUnknownThreatDetectProcessResponseBody.ts +31 -0
  174. package/src/models/UpdateUnknownThreatDetectStrategyRequest.ts +62 -0
  175. package/src/models/UpdateUnknownThreatDetectStrategyResponse.ts +40 -0
  176. package/src/models/UpdateUnknownThreatDetectStrategyResponseBody.ts +34 -0
  177. package/src/models/model.ts +54 -0
package/dist/client.d.ts CHANGED
@@ -320,6 +320,21 @@ export default class Client extends OpenApi {
320
320
  * @returns AddUninstallClientsByUuidsResponse
321
321
  */
322
322
  addUninstallClientsByUuids(request: $_model.AddUninstallClientsByUuidsRequest): Promise<$_model.AddUninstallClientsByUuidsResponse>;
323
+ /**
324
+ * 新增未知威胁分析进程
325
+ *
326
+ * @param request - AddUnknownThreatDetectProcessRequest
327
+ * @param runtime - runtime options for this request RuntimeOptions
328
+ * @returns AddUnknownThreatDetectProcessResponse
329
+ */
330
+ addUnknownThreatDetectProcessWithOptions(request: $_model.AddUnknownThreatDetectProcessRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddUnknownThreatDetectProcessResponse>;
331
+ /**
332
+ * 新增未知威胁分析进程
333
+ *
334
+ * @param request - AddUnknownThreatDetectProcessRequest
335
+ * @returns AddUnknownThreatDetectProcessResponse
336
+ */
337
+ addUnknownThreatDetectProcess(request: $_model.AddUnknownThreatDetectProcessRequest): Promise<$_model.AddUnknownThreatDetectProcessResponse>;
323
338
  /**
324
339
  * Creates a honeypot.
325
340
  *
@@ -548,7 +563,6 @@ export default class Client extends OpenApi {
548
563
  /**
549
564
  * Checks a Security Token Service (STS) token and returns the ID of the Alibaba Cloud account.
550
565
  *
551
- * @param request - CheckStsTokenAuthRequest
552
566
  * @param runtime - runtime options for this request RuntimeOptions
553
567
  * @returns CheckStsTokenAuthResponse
554
568
  */
@@ -1441,6 +1455,21 @@ export default class Client extends OpenApi {
1441
1455
  * @returns CreateUniRestorePlanResponse
1442
1456
  */
1443
1457
  createUniRestorePlan(request: $_model.CreateUniRestorePlanRequest): Promise<$_model.CreateUniRestorePlanResponse>;
1458
+ /**
1459
+ * 创建未知威胁发现的策略
1460
+ *
1461
+ * @param request - CreateUnknownThreatDetectStrategyRequest
1462
+ * @param runtime - runtime options for this request RuntimeOptions
1463
+ * @returns CreateUnknownThreatDetectStrategyResponse
1464
+ */
1465
+ createUnknownThreatDetectStrategyWithOptions(request: $_model.CreateUnknownThreatDetectStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateUnknownThreatDetectStrategyResponse>;
1466
+ /**
1467
+ * 创建未知威胁发现的策略
1468
+ *
1469
+ * @param request - CreateUnknownThreatDetectStrategyRequest
1470
+ * @returns CreateUnknownThreatDetectStrategyResponse
1471
+ */
1472
+ createUnknownThreatDetectStrategy(request: $_model.CreateUnknownThreatDetectStrategyRequest): Promise<$_model.CreateUnknownThreatDetectStrategyResponse>;
1444
1473
  /**
1445
1474
  * Creates the risk level settings for baseline check items.
1446
1475
  *
@@ -2309,6 +2338,36 @@ export default class Client extends OpenApi {
2309
2338
  * @returns DeleteUniBackupPolicyResponse
2310
2339
  */
2311
2340
  deleteUniBackupPolicy(request: $_model.DeleteUniBackupPolicyRequest): Promise<$_model.DeleteUniBackupPolicyResponse>;
2341
+ /**
2342
+ * 删除未知威胁发现进程
2343
+ *
2344
+ * @param request - DeleteUnknownThreatDetectProcessRequest
2345
+ * @param runtime - runtime options for this request RuntimeOptions
2346
+ * @returns DeleteUnknownThreatDetectProcessResponse
2347
+ */
2348
+ deleteUnknownThreatDetectProcessWithOptions(request: $_model.DeleteUnknownThreatDetectProcessRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteUnknownThreatDetectProcessResponse>;
2349
+ /**
2350
+ * 删除未知威胁发现进程
2351
+ *
2352
+ * @param request - DeleteUnknownThreatDetectProcessRequest
2353
+ * @returns DeleteUnknownThreatDetectProcessResponse
2354
+ */
2355
+ deleteUnknownThreatDetectProcess(request: $_model.DeleteUnknownThreatDetectProcessRequest): Promise<$_model.DeleteUnknownThreatDetectProcessResponse>;
2356
+ /**
2357
+ * 删除未知威胁发现策略
2358
+ *
2359
+ * @param request - DeleteUnknownThreatDetectStrategyRequest
2360
+ * @param runtime - runtime options for this request RuntimeOptions
2361
+ * @returns DeleteUnknownThreatDetectStrategyResponse
2362
+ */
2363
+ deleteUnknownThreatDetectStrategyWithOptions(request: $_model.DeleteUnknownThreatDetectStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteUnknownThreatDetectStrategyResponse>;
2364
+ /**
2365
+ * 删除未知威胁发现策略
2366
+ *
2367
+ * @param request - DeleteUnknownThreatDetectStrategyRequest
2368
+ * @returns DeleteUnknownThreatDetectStrategyResponse
2369
+ */
2370
+ deleteUnknownThreatDetectStrategy(request: $_model.DeleteUnknownThreatDetectStrategyRequest): Promise<$_model.DeleteUnknownThreatDetectStrategyResponse>;
2312
2371
  /**
2313
2372
  * Deletes a honeypot.
2314
2373
  *
@@ -2357,7 +2416,6 @@ export default class Client extends OpenApi {
2357
2416
  /**
2358
2417
  * Queries the overview of user AI assets.
2359
2418
  *
2360
- * @param request - DescribeAIAssetSummaryRequest
2361
2419
  * @param runtime - runtime options for this request RuntimeOptions
2362
2420
  * @returns DescribeAIAssetSummaryResponse
2363
2421
  */
@@ -2500,7 +2558,6 @@ export default class Client extends OpenApi {
2500
2558
  /**
2501
2559
  * Queries the information about all assets. The information includes asset group IDs and asset names.
2502
2560
  *
2503
- * @param request - DescribeAllEntityRequest
2504
2561
  * @param runtime - runtime options for this request RuntimeOptions
2505
2562
  * @returns DescribeAllEntityResponse
2506
2563
  */
@@ -2573,7 +2630,6 @@ export default class Client extends OpenApi {
2573
2630
  /**
2574
2631
  * Queries the scan cycle for application vulnerabilities.
2575
2632
  *
2576
- * @param request - DescribeAppVulScanCycleRequest
2577
2633
  * @param runtime - runtime options for this request RuntimeOptions
2578
2634
  * @returns DescribeAppVulScanCycleResponse
2579
2635
  */
@@ -2626,7 +2682,6 @@ export default class Client extends OpenApi {
2626
2682
  /**
2627
2683
  * The ID of the request, which is used to locate and troubleshoot issues.
2628
2684
  *
2629
- * @param request - DescribeAssetSummaryRequest
2630
2685
  * @param runtime - runtime options for this request RuntimeOptions
2631
2686
  * @returns DescribeAssetSummaryResponse
2632
2687
  */
@@ -2669,6 +2724,8 @@ export default class Client extends OpenApi {
2669
2724
  /**
2670
2725
  * Queries the statistics of attack analysis.
2671
2726
  *
2727
+ * @deprecated OpenAPI DescribeAttackAnalysisData is deprecated, please use Sas::2018-12-03::ListAttackEventInfo instead.
2728
+ *
2672
2729
  * @param request - DescribeAttackAnalysisDataRequest
2673
2730
  * @param runtime - runtime options for this request RuntimeOptions
2674
2731
  * @returns DescribeAttackAnalysisDataResponse
@@ -2677,6 +2734,8 @@ export default class Client extends OpenApi {
2677
2734
  /**
2678
2735
  * Queries the statistics of attack analysis.
2679
2736
  *
2737
+ * @deprecated OpenAPI DescribeAttackAnalysisData is deprecated, please use Sas::2018-12-03::ListAttackEventInfo instead.
2738
+ *
2680
2739
  * @param request - DescribeAttackAnalysisDataRequest
2681
2740
  * @returns DescribeAttackAnalysisDataResponse
2682
2741
  */
@@ -2699,7 +2758,6 @@ export default class Client extends OpenApi {
2699
2758
  /**
2700
2759
  * Queries the number of days during which a detected vulnerability is retained before the vulnerability is automatically deleted.
2701
2760
  *
2702
- * @param request - DescribeAutoDelConfigRequest
2703
2761
  * @param runtime - runtime options for this request RuntimeOptions
2704
2762
  * @returns DescribeAutoDelConfigResponse
2705
2763
  */
@@ -2811,7 +2869,6 @@ export default class Client extends OpenApi {
2811
2869
  * @remarks
2812
2870
  * If you have created restoration tasks, you can call this operation to query the number of restoration tasks that are in the **restored** or **being restored** state.
2813
2871
  *
2814
- * @param request - DescribeBackupRestoreCountRequest
2815
2872
  * @param runtime - runtime options for this request RuntimeOptions
2816
2873
  * @returns DescribeBackupRestoreCountResponse
2817
2874
  */
@@ -2872,7 +2929,6 @@ export default class Client extends OpenApi {
2872
2929
  /**
2873
2930
  * Check if the asset can be sold by VPC
2874
2931
  *
2875
- * @param request - DescribeCanAccessVpcSaleRequest
2876
2932
  * @param runtime - runtime options for this request RuntimeOptions
2877
2933
  * @returns DescribeCanAccessVpcSaleResponse
2878
2934
  */
@@ -2900,7 +2956,6 @@ export default class Client extends OpenApi {
2900
2956
  /**
2901
2957
  * Checks the permissions on the trial use of Security Center.
2902
2958
  *
2903
- * @param request - DescribeCanTrySasRequest
2904
2959
  * @param runtime - runtime options for this request RuntimeOptions
2905
2960
  * @returns DescribeCanTrySasResponse
2906
2961
  */
@@ -2973,7 +3028,6 @@ export default class Client extends OpenApi {
2973
3028
  /**
2974
3029
  * Queries the result of the ISO 27001 compliance check.
2975
3030
  *
2976
- * @param request - DescribeCheckResultRequest
2977
3031
  * @param runtime - runtime options for this request RuntimeOptions
2978
3032
  * @returns DescribeCheckResultResponse
2979
3033
  */
@@ -3129,7 +3183,6 @@ export default class Client extends OpenApi {
3129
3183
  *
3130
3184
  * @deprecated OpenAPI DescribeCloudProductFieldStatistics is deprecated, please use Sas::2018-12-03::GetCloudAssetSummary instead.
3131
3185
  *
3132
- * @param request - DescribeCloudProductFieldStatisticsRequest
3133
3186
  * @param runtime - runtime options for this request RuntimeOptions
3134
3187
  * @returns DescribeCloudProductFieldStatisticsResponse
3135
3188
  */
@@ -3157,7 +3210,7 @@ export default class Client extends OpenApi {
3157
3210
  */
3158
3211
  describeCloudVendorAccountAKList(request: $_model.DescribeCloudVendorAccountAKListRequest): Promise<$_model.DescribeCloudVendorAccountAKListResponse>;
3159
3212
  /**
3160
- * Get the cloud product access template for vendors
3213
+ * Multicloud configuration management queries the CTDR cloud vendor product access template configuration.
3161
3214
  *
3162
3215
  * @param request - DescribeCloudVendorProductTemplateConfigRequest
3163
3216
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3165,7 +3218,7 @@ export default class Client extends OpenApi {
3165
3218
  */
3166
3219
  describeCloudVendorProductTemplateConfigWithOptions(request: $_model.DescribeCloudVendorProductTemplateConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudVendorProductTemplateConfigResponse>;
3167
3220
  /**
3168
- * Get the cloud product access template for vendors
3221
+ * Multicloud configuration management queries the CTDR cloud vendor product access template configuration.
3169
3222
  *
3170
3223
  * @param request - DescribeCloudVendorProductTemplateConfigRequest
3171
3224
  * @returns DescribeCloudVendorProductTemplateConfigResponse
@@ -3399,7 +3452,6 @@ export default class Client extends OpenApi {
3399
3452
  /**
3400
3453
  * Queries the statistical information about containers.
3401
3454
  *
3402
- * @param request - DescribeContainerFieldStatisticsRequest
3403
3455
  * @param runtime - runtime options for this request RuntimeOptions
3404
3456
  * @returns DescribeContainerFieldStatisticsResponse
3405
3457
  */
@@ -3538,7 +3590,6 @@ export default class Client extends OpenApi {
3538
3590
  /**
3539
3591
  * Queries the number of images that are not scanned.
3540
3592
  *
3541
- * @param request - DescribeCountNotScannedImageRequest
3542
3593
  * @param runtime - runtime options for this request RuntimeOptions
3543
3594
  * @returns DescribeCountNotScannedImageResponse
3544
3595
  */
@@ -3551,7 +3602,6 @@ export default class Client extends OpenApi {
3551
3602
  /**
3552
3603
  * Queries the number of images that are scanned.
3553
3604
  *
3554
- * @param request - DescribeCountScannedImageRequest
3555
3605
  * @param runtime - runtime options for this request RuntimeOptions
3556
3606
  * @returns DescribeCountScannedImageResponse
3557
3607
  */
@@ -3729,7 +3779,6 @@ export default class Client extends OpenApi {
3729
3779
  /**
3730
3780
  * Queries the default installation version of the proxy that is used in hybrid-cloud scenarios.
3731
3781
  *
3732
- * @param request - DescribeDefaultProxyInstallVersionRequest
3733
3782
  * @param runtime - runtime options for this request RuntimeOptions
3734
3783
  * @returns DescribeDefaultProxyInstallVersionResponse
3735
3784
  */
@@ -3930,7 +3979,6 @@ export default class Client extends OpenApi {
3930
3979
  /**
3931
3980
  * Queries whether Security Center is authorized to scan for urgent vulnerabilities.
3932
3981
  *
3933
- * @param request - DescribeEmgUserAgreementRequest
3934
3982
  * @param runtime - runtime options for this request RuntimeOptions
3935
3983
  * @returns DescribeEmgUserAgreementResponse
3936
3984
  */
@@ -4078,7 +4126,6 @@ export default class Client extends OpenApi {
4078
4126
  /**
4079
4127
  * Queries the exposure statistics of the assets on the Internet.
4080
4128
  *
4081
- * @param request - DescribeExposedStatisticsRequest
4082
4129
  * @param runtime - runtime options for this request RuntimeOptions
4083
4130
  * @returns DescribeExposedStatisticsResponse
4084
4131
  */
@@ -4121,7 +4168,6 @@ export default class Client extends OpenApi {
4121
4168
  /**
4122
4169
  * Queries the number of vulnerabilities that are fixed by the pay-as-you-go vulnerability fixing feature.
4123
4170
  *
4124
- * @param request - DescribeFixUsedCountRequest
4125
4171
  * @param runtime - runtime options for this request RuntimeOptions
4126
4172
  * @returns DescribeFixUsedCountResponse
4127
4173
  */
@@ -4569,7 +4615,6 @@ export default class Client extends OpenApi {
4569
4615
  /**
4570
4616
  * Queries the configurations of the scheduled fix of image risks.
4571
4617
  *
4572
- * @param request - DescribeImageFixCycleConfigRequest
4573
4618
  * @param runtime - runtime options for this request RuntimeOptions
4574
4619
  * @returns DescribeImageFixCycleConfigResponse
4575
4620
  */
@@ -4747,7 +4792,6 @@ export default class Client extends OpenApi {
4747
4792
  /**
4748
4793
  * Queries the number of images on which security alerts are generated. Security alerts are generated for risks such as vulnerabilities, baselines risks, and malicious samples.
4749
4794
  *
4750
- * @param request - DescribeImageRiskLevelStatisticRequest
4751
4795
  * @param runtime - runtime options for this request RuntimeOptions
4752
4796
  * @returns DescribeImageRiskLevelStatisticResponse
4753
4797
  */
@@ -4760,7 +4804,6 @@ export default class Client extends OpenApi {
4760
4804
  /**
4761
4805
  * Queries the details of the quota for container image scan.
4762
4806
  *
4763
- * @param request - DescribeImageScanAuthCountRequest
4764
4807
  * @param runtime - runtime options for this request RuntimeOptions
4765
4808
  * @returns DescribeImageScanAuthCountResponse
4766
4809
  */
@@ -4822,7 +4865,6 @@ export default class Client extends OpenApi {
4822
4865
  * Security Center can scan for security risks and collect statistics only for **Container Registry Enterprise Edition instances**.
4823
4866
  * > Security Center cannot scan for security risks or collect statistics for **default** Container Registry instances.
4824
4867
  *
4825
- * @param request - DescribeImageStatisticsRequest
4826
4868
  * @param runtime - runtime options for this request RuntimeOptions
4827
4869
  * @returns DescribeImageStatisticsResponse
4828
4870
  */
@@ -4890,7 +4932,6 @@ export default class Client extends OpenApi {
4890
4932
  /**
4891
4933
  * Queries the installation verification code that is used to run the installation command of the Security Center agent.
4892
4934
  *
4893
- * @param request - DescribeInstallCodeRequest
4894
4935
  * @param runtime - runtime options for this request RuntimeOptions
4895
4936
  * @returns DescribeInstallCodeResponse
4896
4937
  */
@@ -4908,7 +4949,6 @@ export default class Client extends OpenApi {
4908
4949
  * ### QPS limit
4909
4950
  * You can call this operation up to 10 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
4910
4951
  *
4911
- * @param request - DescribeInstallCodesRequest
4912
4952
  * @param runtime - runtime options for this request RuntimeOptions
4913
4953
  * @returns DescribeInstallCodesResponse
4914
4954
  */
@@ -4986,7 +5026,6 @@ export default class Client extends OpenApi {
4986
5026
  /**
4987
5027
  * Queries the progress of the last virus scan task.
4988
5028
  *
4989
- * @param request - DescribeLatestScanTaskRequest
4990
5029
  * @param runtime - runtime options for this request RuntimeOptions
4991
5030
  * @returns DescribeLatestScanTaskResponse
4992
5031
  */
@@ -5044,7 +5083,6 @@ export default class Client extends OpenApi {
5044
5083
  /**
5045
5084
  * Queries the alerting status for unapproved logon IP addresses, unapproved logon time ranges, or unapproved logon accounts.
5046
5085
  *
5047
- * @param request - DescribeLoginSwitchConfigsRequest
5048
5086
  * @param runtime - runtime options for this request RuntimeOptions
5049
5087
  * @returns DescribeLoginSwitchConfigsResponse
5050
5088
  */
@@ -5102,7 +5140,6 @@ export default class Client extends OpenApi {
5102
5140
  /**
5103
5141
  * Queries the configurations of the asset fingerprint module.
5104
5142
  *
5105
- * @param request - DescribeModuleConfigRequest
5106
5143
  * @param runtime - runtime options for this request RuntimeOptions
5107
5144
  * @returns DescribeModuleConfigResponse
5108
5145
  */
@@ -5115,7 +5152,6 @@ export default class Client extends OpenApi {
5115
5152
  /**
5116
5153
  * Queries the list of accounts that are added to the multi-account management feature as members.
5117
5154
  *
5118
- * @param request - DescribeMonitorAccountsRequest
5119
5155
  * @param runtime - runtime options for this request RuntimeOptions
5120
5156
  * @returns DescribeMonitorAccountsResponse
5121
5157
  */
@@ -5246,7 +5282,7 @@ export default class Client extends OpenApi {
5246
5282
  */
5247
5283
  describePropertyCount(request: $_model.DescribePropertyCountRequest): Promise<$_model.DescribePropertyCountResponse>;
5248
5284
  /**
5249
- * Query Asset Fingerprint Scheduled Task Details
5285
+ * Queries the detailed info of the Schedule Job List in host Assets.
5250
5286
  *
5251
5287
  * @param request - DescribePropertyCronDetailRequest
5252
5288
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5254,7 +5290,7 @@ export default class Client extends OpenApi {
5254
5290
  */
5255
5291
  describePropertyCronDetailWithOptions(request: $_model.DescribePropertyCronDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePropertyCronDetailResponse>;
5256
5292
  /**
5257
- * Query Asset Fingerprint Scheduled Task Details
5293
+ * Queries the detailed info of the Schedule Job List in host Assets.
5258
5294
  *
5259
5295
  * @param request - DescribePropertyCronDetailRequest
5260
5296
  * @returns DescribePropertyCronDetailResponse
@@ -6225,7 +6261,6 @@ export default class Client extends OpenApi {
6225
6261
  /**
6226
6262
  * Queries the time when a system vulnerability was last detected.
6227
6263
  *
6228
- * @param request - DescribeSupervisonInfoRequest
6229
6264
  * @param runtime - runtime options for this request RuntimeOptions
6230
6265
  * @returns DescribeSupervisonInfoResponse
6231
6266
  */
@@ -6238,7 +6273,6 @@ export default class Client extends OpenApi {
6238
6273
  /**
6239
6274
  * Queries the regions in which the anti-ransomware feature is supported.
6240
6275
  *
6241
- * @param request - DescribeSupportRegionRequest
6242
6276
  * @param runtime - runtime options for this request RuntimeOptions
6243
6277
  * @returns DescribeSupportRegionResponse
6244
6278
  */
@@ -6341,7 +6375,6 @@ export default class Client extends OpenApi {
6341
6375
  /**
6342
6376
  * Query Alarm Security Event Statistics
6343
6377
  *
6344
- * @param request - DescribeSuspiciousSecurityEventyStatisticsRequest
6345
6378
  * @param runtime - runtime options for this request RuntimeOptions
6346
6379
  * @returns DescribeSuspiciousSecurityEventyStatisticsResponse
6347
6380
  */
@@ -6519,7 +6552,6 @@ export default class Client extends OpenApi {
6519
6552
  /**
6520
6553
  * Queries the statistics on backups based on anti-ransomware policies.
6521
6554
  *
6522
- * @param request - DescribeUniBackupStatisticsRequest
6523
6555
  * @param runtime - runtime options for this request RuntimeOptions
6524
6556
  * @returns DescribeUniBackupStatisticsResponse
6525
6557
  */
@@ -6547,7 +6579,6 @@ export default class Client extends OpenApi {
6547
6579
  /**
6548
6580
  * Queries the region that is supported by anti-ransomware for databases.
6549
6581
  *
6550
- * @param request - DescribeUniSupportRegionRequest
6551
6582
  * @param runtime - runtime options for this request RuntimeOptions
6552
6583
  * @returns DescribeUniSupportRegionResponse
6553
6584
  */
@@ -6560,7 +6591,6 @@ export default class Client extends OpenApi {
6560
6591
  /**
6561
6592
  * Queries the information about the servers to which an anti-ransomware policy is applied.
6562
6593
  *
6563
- * @param request - DescribeUserBackupMachinesRequest
6564
6594
  * @param runtime - runtime options for this request RuntimeOptions
6565
6595
  * @returns DescribeUserBackupMachinesResponse
6566
6596
  */
@@ -6618,7 +6648,6 @@ export default class Client extends OpenApi {
6618
6648
  /**
6619
6649
  * Queries the service providers whose assets can be added to Security Center.
6620
6650
  *
6621
- * @param request - DescribeVendorListRequest
6622
6651
  * @param runtime - runtime options for this request RuntimeOptions
6623
6652
  * @returns DescribeVendorListResponse
6624
6653
  */
@@ -6697,7 +6726,6 @@ export default class Client extends OpenApi {
6697
6726
  /**
6698
6727
  * Queries the information about virtual private clouds (VPCs).
6699
6728
  *
6700
- * @param request - DescribeVpcListRequest
6701
6729
  * @param runtime - runtime options for this request RuntimeOptions
6702
6730
  * @returns DescribeVpcListResponse
6703
6731
  */
@@ -6791,7 +6819,6 @@ export default class Client extends OpenApi {
6791
6819
  /**
6792
6820
  * Queries the statistics of vulnerability fixes.
6793
6821
  *
6794
- * @param request - DescribeVulFixStatisticsRequest
6795
6822
  * @param runtime - runtime options for this request RuntimeOptions
6796
6823
  * @returns DescribeVulFixStatisticsResponse
6797
6824
  */
@@ -6834,7 +6861,6 @@ export default class Client extends OpenApi {
6834
6861
  /**
6835
6862
  * Queries the statistics of vulnerabilities in Security Center.
6836
6863
  *
6837
- * @param request - DescribeVulMetaCountStatisticsRequest
6838
6864
  * @param runtime - runtime options for this request RuntimeOptions
6839
6865
  * @returns DescribeVulMetaCountStatisticsResponse
6840
6866
  */
@@ -6967,7 +6993,6 @@ export default class Client extends OpenApi {
6967
6993
  /**
6968
6994
  * Queries the types of files that are excluded from web tamper proofing.
6969
6995
  *
6970
- * @param request - DescribeWebLockExclusiveFileTypeRequest
6971
6996
  * @param runtime - runtime options for this request RuntimeOptions
6972
6997
  * @returns DescribeWebLockExclusiveFileTypeResponse
6973
6998
  */
@@ -7010,7 +7035,6 @@ export default class Client extends OpenApi {
7010
7035
  /**
7011
7036
  * Queries the summary information about the types of files for which web tamper proofing is enabled.
7012
7037
  *
7013
- * @param request - DescribeWebLockFileTypeSummaryRequest
7014
7038
  * @param runtime - runtime options for this request RuntimeOptions
7015
7039
  * @returns DescribeWebLockFileTypeSummaryResponse
7016
7040
  */
@@ -7023,7 +7047,6 @@ export default class Client extends OpenApi {
7023
7047
  /**
7024
7048
  * Queries the types of files that can be protected by web tamper proofing.
7025
7049
  *
7026
- * @param request - DescribeWebLockInclusiveFileTypeRequest
7027
7050
  * @param runtime - runtime options for this request RuntimeOptions
7028
7051
  * @returns DescribeWebLockInclusiveFileTypeResponse
7029
7052
  */
@@ -7081,7 +7104,6 @@ export default class Client extends OpenApi {
7081
7104
  /**
7082
7105
  * Queries the number of times that the files protected by web tamper proofing are changed.
7083
7106
  *
7084
- * @param request - DescribeWebLockTotalFileChangeCountRequest
7085
7107
  * @param runtime - runtime options for this request RuntimeOptions
7086
7108
  * @returns DescribeWebLockTotalFileChangeCountResponse
7087
7109
  */
@@ -7349,7 +7371,6 @@ export default class Client extends OpenApi {
7349
7371
  * @remarks
7350
7372
  * You must use the management account of your resource directory or a delegated administrator account of Security Center to call this operation.
7351
7373
  *
7352
- * @param request - EnableServiceAccessResourceDirectoryRequest
7353
7374
  * @param runtime - runtime options for this request RuntimeOptions
7354
7375
  * @returns EnableServiceAccessResourceDirectoryResponse
7355
7376
  */
@@ -7789,7 +7810,7 @@ export default class Client extends OpenApi {
7789
7810
  */
7790
7811
  getAttackEventDetail(request: $_model.GetAttackEventDetailRequest): Promise<$_model.GetAttackEventDetailResponse>;
7791
7812
  /**
7792
- * Query Attack Path Event Details.
7813
+ * Query attack path management event details.
7793
7814
  *
7794
7815
  * @param request - GetAttackPathEventDetailRequest
7795
7816
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7797,7 +7818,7 @@ export default class Client extends OpenApi {
7797
7818
  */
7798
7819
  getAttackPathEventDetailWithOptions(request: $_model.GetAttackPathEventDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAttackPathEventDetailResponse>;
7799
7820
  /**
7800
- * Query Attack Path Event Details.
7821
+ * Query attack path management event details.
7801
7822
  *
7802
7823
  * @param request - GetAttackPathEventDetailRequest
7803
7824
  * @returns GetAttackPathEventDetailResponse
@@ -7806,7 +7827,6 @@ export default class Client extends OpenApi {
7806
7827
  /**
7807
7828
  * Query Attack Path Event Statistics.
7808
7829
  *
7809
- * @param request - GetAttackPathEventStatisticsRequest
7810
7830
  * @param runtime - runtime options for this request RuntimeOptions
7811
7831
  * @returns GetAttackPathEventStatisticsResponse
7812
7832
  */
@@ -7849,7 +7869,6 @@ export default class Client extends OpenApi {
7849
7869
  /**
7850
7870
  * Queries a list of attack types on the Attack Analysis page.
7851
7871
  *
7852
- * @param request - GetAttackTypeListRequest
7853
7872
  * @param runtime - runtime options for this request RuntimeOptions
7854
7873
  * @returns GetAttackTypeListResponse
7855
7874
  */
@@ -7862,7 +7881,6 @@ export default class Client extends OpenApi {
7862
7881
  /**
7863
7882
  * Queries the statistics of asset protection quota.
7864
7883
  *
7865
- * @param request - GetAuthSummaryRequest
7866
7884
  * @param runtime - runtime options for this request RuntimeOptions
7867
7885
  * @returns GetAuthSummaryResponse
7868
7886
  */
@@ -7875,7 +7893,6 @@ export default class Client extends OpenApi {
7875
7893
  /**
7876
7894
  * Queries the statistics about the numbers of assets protected by each edition of Security Center.
7877
7895
  *
7878
- * @param request - GetAuthVersionStatisticRequest
7879
7896
  * @param runtime - runtime options for this request RuntimeOptions
7880
7897
  * @returns GetAuthVersionStatisticResponse
7881
7898
  */
@@ -7888,7 +7905,6 @@ export default class Client extends OpenApi {
7888
7905
  /**
7889
7906
  * Checks whether the managed anti-ransomware feature can automatically configure an anti-ransomware policy for servers.
7890
7907
  *
7891
- * @param request - GetBackupAutoConfigStatusRequest
7892
7908
  * @param runtime - runtime options for this request RuntimeOptions
7893
7909
  * @returns GetBackupAutoConfigStatusResponse
7894
7910
  */
@@ -7901,7 +7917,6 @@ export default class Client extends OpenApi {
7901
7917
  /**
7902
7918
  * Queries the anti-ransomware capacity that is used.
7903
7919
  *
7904
- * @param request - GetBackupStorageCountRequest
7905
7920
  * @param runtime - runtime options for this request RuntimeOptions
7906
7921
  * @returns GetBackupStorageCountResponse
7907
7922
  */
@@ -7944,7 +7959,6 @@ export default class Client extends OpenApi {
7944
7959
  /**
7945
7960
  * Queries the information about an automatic configuration check on cloud services.
7946
7961
  *
7947
- * @param request - GetCheckConfigRequest
7948
7962
  * @param runtime - runtime options for this request RuntimeOptions
7949
7963
  * @returns GetCheckConfigResponse
7950
7964
  */
@@ -8218,7 +8232,6 @@ export default class Client extends OpenApi {
8218
8232
  /**
8219
8233
  * Queries the number of policies in each cluster.
8220
8234
  *
8221
- * @param request - GetClusterStrategyCountRequest
8222
8235
  * @param runtime - runtime options for this request RuntimeOptions
8223
8236
  * @returns GetClusterStrategyCountResponse
8224
8237
  */
@@ -8291,7 +8304,6 @@ export default class Client extends OpenApi {
8291
8304
  /**
8292
8305
  * Queries the publish details of the Security Center agent.
8293
8306
  *
8294
- * @param request - GetCurrentVersionPublishRequest
8295
8307
  * @param runtime - runtime options for this request RuntimeOptions
8296
8308
  * @returns GetCurrentVersionPublishResponse
8297
8309
  */
@@ -8319,7 +8331,6 @@ export default class Client extends OpenApi {
8319
8331
  /**
8320
8332
  * Queries the numbers of handled alerts of the precision defense type and the web tamper proofing type.
8321
8333
  *
8322
- * @param request - GetDefenceCountRequest
8323
8334
  * @param runtime - runtime options for this request RuntimeOptions
8324
8335
  * @returns GetDefenceCountResponse
8325
8336
  */
@@ -8362,7 +8373,6 @@ export default class Client extends OpenApi {
8362
8373
  /**
8363
8374
  * Obtains the usage information of the malicious file detection SDK.
8364
8375
  *
8365
- * @param request - GetFileDetectApiInvokeInfoRequest
8366
8376
  * @param runtime - runtime options for this request RuntimeOptions
8367
8377
  * @returns GetFileDetectApiInvokeInfoResponse
8368
8378
  */
@@ -8411,7 +8421,6 @@ export default class Client extends OpenApi {
8411
8421
  /**
8412
8422
  * Queries information about the core file monitoring feature, including the number of effective rules and the installation status of the Security Center agent on servers.
8413
8423
  *
8414
- * @param request - GetFileProtectDashboardRequest
8415
8424
  * @param runtime - runtime options for this request RuntimeOptions
8416
8425
  * @returns GetFileProtectDashboardResponse
8417
8426
  */
@@ -8469,7 +8478,6 @@ export default class Client extends OpenApi {
8469
8478
  /**
8470
8479
  * Queries the queries per second (QPS) limit on the files uploaded from the client.
8471
8480
  *
8472
- * @param request - GetFileUploadLimitRequest
8473
8481
  * @param runtime - runtime options for this request RuntimeOptions
8474
8482
  * @returns GetFileUploadLimitResponse
8475
8483
  */
@@ -8660,7 +8668,7 @@ export default class Client extends OpenApi {
8660
8668
  */
8661
8669
  getInstallCodeForUuid(request: $_model.GetInstallCodeForUuidRequest): Promise<$_model.GetInstallCodeForUuidResponse>;
8662
8670
  /**
8663
- * Count the number of security events for a single instance
8671
+ * Queries the alerting statistics information of a server.
8664
8672
  *
8665
8673
  * @param request - GetInstanceAlarmStatisticsRequest
8666
8674
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8668,7 +8676,7 @@ export default class Client extends OpenApi {
8668
8676
  */
8669
8677
  getInstanceAlarmStatisticsWithOptions(request: $_model.GetInstanceAlarmStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetInstanceAlarmStatisticsResponse>;
8670
8678
  /**
8671
- * Count the number of security events for a single instance
8679
+ * Queries the alerting statistics information of a server.
8672
8680
  *
8673
8681
  * @param request - GetInstanceAlarmStatisticsRequest
8674
8682
  * @returns GetInstanceAlarmStatisticsResponse
@@ -8677,7 +8685,6 @@ export default class Client extends OpenApi {
8677
8685
  /**
8678
8686
  * Get Instance Authorization Value Range
8679
8687
  *
8680
- * @param request - GetInstanceAuthRangeRequest
8681
8688
  * @param runtime - runtime options for this request RuntimeOptions
8682
8689
  * @returns GetInstanceAuthRangeResponse
8683
8690
  */
@@ -8870,7 +8877,6 @@ export default class Client extends OpenApi {
8870
8877
  /**
8871
8878
  * Queries the baselines that are supported by at-risk image blocking.
8872
8879
  *
8873
- * @param request - GetOpaClusterBaseLineListRequest
8874
8880
  * @param runtime - runtime options for this request RuntimeOptions
8875
8881
  * @returns GetOpaClusterBaseLineListResponse
8876
8882
  */
@@ -8958,7 +8964,6 @@ export default class Client extends OpenApi {
8958
8964
  /**
8959
8965
  * Queries the usage statistics about the templates provided in the feature of proactive defense for containers for rules of the at-risk image blocking type.
8960
8966
  *
8961
- * @param request - GetOpaStrategyTemplateSummaryRequest
8962
8967
  * @param runtime - runtime options for this request RuntimeOptions
8963
8968
  * @returns GetOpaStrategyTemplateSummaryResponse
8964
8969
  */
@@ -9016,7 +9021,6 @@ export default class Client extends OpenApi {
9016
9021
  /**
9017
9022
  * Get Publish Time Configuration
9018
9023
  *
9019
- * @param request - GetPublishCronRequest
9020
9024
  * @param runtime - runtime options for this request RuntimeOptions
9021
9025
  * @returns GetPublishCronResponse
9022
9026
  */
@@ -9032,7 +9036,6 @@ export default class Client extends OpenApi {
9032
9036
  * @remarks
9033
9037
  * You can call this operation only by using the management account of a resource directory or a delegated administrator account of Security Center.
9034
9038
  *
9035
- * @param request - GetRdTreeRequest
9036
9039
  * @param runtime - runtime options for this request RuntimeOptions
9037
9040
  * @returns GetRdTreeResponse
9038
9041
  */
@@ -9048,7 +9051,6 @@ export default class Client extends OpenApi {
9048
9051
  /**
9049
9052
  * Queries the time range of image scans.
9050
9053
  *
9051
- * @param request - GetRegistryScanDayNumRequest
9052
9054
  * @param runtime - runtime options for this request RuntimeOptions
9053
9055
  * @returns GetRegistryScanDayNumResponse
9054
9056
  */
@@ -9061,7 +9063,6 @@ export default class Client extends OpenApi {
9061
9063
  /**
9062
9064
  * Queries the numbers of system defense rules and custom defense rules.
9063
9065
  *
9064
- * @param request - GetRulesCountRequest
9065
9066
  * @param runtime - runtime options for this request RuntimeOptions
9066
9067
  * @returns GetRulesCountResponse
9067
9068
  */
@@ -9254,7 +9255,6 @@ export default class Client extends OpenApi {
9254
9255
  /**
9255
9256
  * Checks whether you can submit a free quick scan task, which includes vulnerability detection in the free category and free check items of Cloud Security Posture Management (CSPM).
9256
9257
  *
9257
- * @param request - GetTenantCheckAvailableRequest
9258
9258
  * @param runtime - runtime options for this request RuntimeOptions
9259
9259
  * @returns GetTenantCheckAvailableResponse
9260
9260
  */
@@ -9264,10 +9264,24 @@ export default class Client extends OpenApi {
9264
9264
  * @returns GetTenantCheckAvailableResponse
9265
9265
  */
9266
9266
  getTenantCheckAvailable(): Promise<$_model.GetTenantCheckAvailableResponse>;
9267
+ /**
9268
+ * 获取未知威胁发现的统计信息
9269
+ *
9270
+ * @param request - GetUnknownThreatDetectStatisticRequest
9271
+ * @param runtime - runtime options for this request RuntimeOptions
9272
+ * @returns GetUnknownThreatDetectStatisticResponse
9273
+ */
9274
+ getUnknownThreatDetectStatisticWithOptions(request: $_model.GetUnknownThreatDetectStatisticRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetUnknownThreatDetectStatisticResponse>;
9275
+ /**
9276
+ * 获取未知威胁发现的统计信息
9277
+ *
9278
+ * @param request - GetUnknownThreatDetectStatisticRequest
9279
+ * @returns GetUnknownThreatDetectStatisticResponse
9280
+ */
9281
+ getUnknownThreatDetectStatistic(request: $_model.GetUnknownThreatDetectStatisticRequest): Promise<$_model.GetUnknownThreatDetectStatisticResponse>;
9267
9282
  /**
9268
9283
  * Queries the language settings of log analysis.
9269
9284
  *
9270
- * @param request - GetUserLangRequest
9271
9285
  * @param runtime - runtime options for this request RuntimeOptions
9272
9286
  * @returns GetUserLangResponse
9273
9287
  */
@@ -9310,7 +9324,6 @@ export default class Client extends OpenApi {
9310
9324
  /**
9311
9325
  * Queries the information about the latest virus scan task.
9312
9326
  *
9313
- * @param request - GetVirusScanLatestTaskStatisticRequest
9314
9327
  * @param runtime - runtime options for this request RuntimeOptions
9315
9328
  * @returns GetVirusScanLatestTaskStatisticResponse
9316
9329
  */
@@ -9380,6 +9393,21 @@ export default class Client extends OpenApi {
9380
9393
  * @returns HandleMaliciousFilesResponse
9381
9394
  */
9382
9395
  handleMaliciousFiles(request: $_model.HandleMaliciousFilesRequest): Promise<$_model.HandleMaliciousFilesResponse>;
9396
+ /**
9397
+ * 文件检测告警处理操作
9398
+ *
9399
+ * @param request - HandleObjectScanEventRequest
9400
+ * @param runtime - runtime options for this request RuntimeOptions
9401
+ * @returns HandleObjectScanEventResponse
9402
+ */
9403
+ handleObjectScanEventWithOptions(request: $_model.HandleObjectScanEventRequest, runtime: $dara.RuntimeOptions): Promise<$_model.HandleObjectScanEventResponse>;
9404
+ /**
9405
+ * 文件检测告警处理操作
9406
+ *
9407
+ * @param request - HandleObjectScanEventRequest
9408
+ * @returns HandleObjectScanEventResponse
9409
+ */
9410
+ handleObjectScanEvent(request: $_model.HandleObjectScanEventRequest): Promise<$_model.HandleObjectScanEventResponse>;
9383
9411
  /**
9384
9412
  * Handles alert events.
9385
9413
  *
@@ -9431,6 +9459,21 @@ export default class Client extends OpenApi {
9431
9459
  * @returns HandleSimilarSecurityEventsResponse
9432
9460
  */
9433
9461
  handleSimilarSecurityEvents(request: $_model.HandleSimilarSecurityEventsRequest): Promise<$_model.HandleSimilarSecurityEventsResponse>;
9462
+ /**
9463
+ * 处理未知威胁分析告警
9464
+ *
9465
+ * @param request - HandleUnknownThreatDetectEventRequest
9466
+ * @param runtime - runtime options for this request RuntimeOptions
9467
+ * @returns HandleUnknownThreatDetectEventResponse
9468
+ */
9469
+ handleUnknownThreatDetectEventWithOptions(request: $_model.HandleUnknownThreatDetectEventRequest, runtime: $dara.RuntimeOptions): Promise<$_model.HandleUnknownThreatDetectEventResponse>;
9470
+ /**
9471
+ * 处理未知威胁分析告警
9472
+ *
9473
+ * @param request - HandleUnknownThreatDetectEventRequest
9474
+ * @returns HandleUnknownThreatDetectEventResponse
9475
+ */
9476
+ handleUnknownThreatDetectEvent(request: $_model.HandleUnknownThreatDetectEventRequest): Promise<$_model.HandleUnknownThreatDetectEventResponse>;
9434
9477
  /**
9435
9478
  * Adds risk items to the whitelist or removes risk items from the whitelist by specifying servers and risk items.
9436
9479
  *
@@ -9597,7 +9640,6 @@ export default class Client extends OpenApi {
9597
9640
  * @remarks
9598
9641
  * You must use the management account of your resource directory or a delegated administrator account of Security Center to call this operation.
9599
9642
  *
9600
- * @param request - ListAccountsInResourceDirectoryRequest
9601
9643
  * @param runtime - runtime options for this request RuntimeOptions
9602
9644
  * @returns ListAccountsInResourceDirectoryResponse
9603
9645
  */
@@ -9673,7 +9715,6 @@ export default class Client extends OpenApi {
9673
9715
  /**
9674
9716
  * Queries the regions that are supported by the agentless detection feature.
9675
9717
  *
9676
- * @param request - ListAgentlessRegionRequest
9677
9718
  * @param runtime - runtime options for this request RuntimeOptions
9678
9719
  * @returns ListAgentlessRegionResponse
9679
9720
  */
@@ -9731,7 +9772,6 @@ export default class Client extends OpenApi {
9731
9772
  /**
9732
9773
  * Queries the configurations for cleaning offline hosts whose provider cannot be identified.
9733
9774
  *
9734
- * @param request - ListAssetCleanConfigRequest
9735
9775
  * @param runtime - runtime options for this request RuntimeOptions
9736
9776
  * @returns ListAssetCleanConfigResponse
9737
9777
  */
@@ -9997,7 +10037,7 @@ export default class Client extends OpenApi {
9997
10037
  */
9998
10038
  listCheckItems(request: $_model.ListCheckItemsRequest): Promise<$_model.ListCheckItemsResponse>;
9999
10039
  /**
10000
- * List User Policies
10040
+ * In the custom check items feature of Cloud Security Posture Management, query the attribution standard, attribution regulation, or attribution section in the check item categorization settings.
10001
10041
  *
10002
10042
  * @param request - ListCheckPoliciesRequest
10003
10043
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10005,7 +10045,7 @@ export default class Client extends OpenApi {
10005
10045
  */
10006
10046
  listCheckPoliciesWithOptions(request: $_model.ListCheckPoliciesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCheckPoliciesResponse>;
10007
10047
  /**
10008
- * List User Policies
10048
+ * In the custom check items feature of Cloud Security Posture Management, query the attribution standard, attribution regulation, or attribution section in the check item categorization settings.
10009
10049
  *
10010
10050
  * @param request - ListCheckPoliciesRequest
10011
10051
  * @returns ListCheckPoliciesResponse
@@ -10104,7 +10144,6 @@ export default class Client extends OpenApi {
10104
10144
  /**
10105
10145
  * Queries the supported types of custom defense rules.
10106
10146
  *
10107
- * @param request - ListClientUserDefineRuleTypesRequest
10108
10147
  * @param runtime - runtime options for this request RuntimeOptions
10109
10148
  * @returns ListClientUserDefineRuleTypesResponse
10110
10149
  */
@@ -10302,7 +10341,6 @@ export default class Client extends OpenApi {
10302
10341
  /**
10303
10342
  * Queries a list of clusters that are included in a rule for non-image program defense.
10304
10343
  *
10305
- * @param request - ListContainerDefenseRuleClustersRequest
10306
10344
  * @param runtime - runtime options for this request RuntimeOptions
10307
10345
  * @returns ListContainerDefenseRuleClustersResponse
10308
10346
  */
@@ -10741,7 +10779,6 @@ export default class Client extends OpenApi {
10741
10779
  /**
10742
10780
  * Queries the regions supported by the log delivery feature that uses the pay-as-you-go billing method.
10743
10781
  *
10744
- * @param request - ListLogShipperRegionsRequest
10745
10782
  * @param runtime - runtime options for this request RuntimeOptions
10746
10783
  * @returns ListLogShipperRegionsResponse
10747
10784
  */
@@ -10988,7 +11025,6 @@ export default class Client extends OpenApi {
10988
11025
  /**
10989
11026
  * Queries the information about the self-managed Kubernetes clusters that are added to Security Center.
10990
11027
  *
10991
- * @param request - ListPrivateK8sRequest
10992
11028
  * @param runtime - runtime options for this request RuntimeOptions
10993
11029
  * @returns ListPrivateK8sResponse
10994
11030
  */
@@ -11049,7 +11085,6 @@ export default class Client extends OpenApi {
11049
11085
  * @remarks
11050
11086
  * You must use the management account of your resource directory or a delegated administrator account of Security Center to call this operation.
11051
11087
  *
11052
- * @param request - ListRdDefaultSyncListRequest
11053
11088
  * @param runtime - runtime options for this request RuntimeOptions
11054
11089
  * @returns ListRdDefaultSyncListResponse
11055
11090
  */
@@ -11110,7 +11145,6 @@ export default class Client extends OpenApi {
11110
11145
  /**
11111
11146
  * Queries supported file suffixes.
11112
11147
  *
11113
- * @param request - ListSupportObjectSuffixRequest
11114
11148
  * @param runtime - runtime options for this request RuntimeOptions
11115
11149
  * @returns ListSupportObjectSuffixResponse
11116
11150
  */
@@ -11138,7 +11172,6 @@ export default class Client extends OpenApi {
11138
11172
  /**
11139
11173
  * Queries the types of system rules.
11140
11174
  *
11141
- * @param request - ListSystemClientRuleTypesRequest
11142
11175
  * @param runtime - runtime options for this request RuntimeOptions
11143
11176
  * @returns ListSystemClientRuleTypesResponse
11144
11177
  */
@@ -11238,6 +11271,66 @@ export default class Client extends OpenApi {
11238
11271
  * @returns ListUninstallAegisMachinesResponse
11239
11272
  */
11240
11273
  listUninstallAegisMachines(request: $_model.ListUninstallAegisMachinesRequest): Promise<$_model.ListUninstallAegisMachinesResponse>;
11274
+ /**
11275
+ * 查询未知威胁发现事件
11276
+ *
11277
+ * @param request - ListUnknownThreatDetectEventRequest
11278
+ * @param runtime - runtime options for this request RuntimeOptions
11279
+ * @returns ListUnknownThreatDetectEventResponse
11280
+ */
11281
+ listUnknownThreatDetectEventWithOptions(request: $_model.ListUnknownThreatDetectEventRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListUnknownThreatDetectEventResponse>;
11282
+ /**
11283
+ * 查询未知威胁发现事件
11284
+ *
11285
+ * @param request - ListUnknownThreatDetectEventRequest
11286
+ * @returns ListUnknownThreatDetectEventResponse
11287
+ */
11288
+ listUnknownThreatDetectEvent(request: $_model.ListUnknownThreatDetectEventRequest): Promise<$_model.ListUnknownThreatDetectEventResponse>;
11289
+ /**
11290
+ * 查询未知威胁发现的机器列表
11291
+ *
11292
+ * @param request - ListUnknownThreatDetectMachineRequest
11293
+ * @param runtime - runtime options for this request RuntimeOptions
11294
+ * @returns ListUnknownThreatDetectMachineResponse
11295
+ */
11296
+ listUnknownThreatDetectMachineWithOptions(request: $_model.ListUnknownThreatDetectMachineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListUnknownThreatDetectMachineResponse>;
11297
+ /**
11298
+ * 查询未知威胁发现的机器列表
11299
+ *
11300
+ * @param request - ListUnknownThreatDetectMachineRequest
11301
+ * @returns ListUnknownThreatDetectMachineResponse
11302
+ */
11303
+ listUnknownThreatDetectMachine(request: $_model.ListUnknownThreatDetectMachineRequest): Promise<$_model.ListUnknownThreatDetectMachineResponse>;
11304
+ /**
11305
+ * 查询未知威胁发现进程列表
11306
+ *
11307
+ * @param request - ListUnknownThreatDetectProcessRequest
11308
+ * @param runtime - runtime options for this request RuntimeOptions
11309
+ * @returns ListUnknownThreatDetectProcessResponse
11310
+ */
11311
+ listUnknownThreatDetectProcessWithOptions(request: $_model.ListUnknownThreatDetectProcessRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListUnknownThreatDetectProcessResponse>;
11312
+ /**
11313
+ * 查询未知威胁发现进程列表
11314
+ *
11315
+ * @param request - ListUnknownThreatDetectProcessRequest
11316
+ * @returns ListUnknownThreatDetectProcessResponse
11317
+ */
11318
+ listUnknownThreatDetectProcess(request: $_model.ListUnknownThreatDetectProcessRequest): Promise<$_model.ListUnknownThreatDetectProcessResponse>;
11319
+ /**
11320
+ * 查询未知威胁发现策略列表
11321
+ *
11322
+ * @param request - ListUnknownThreatDetectStrategyRequest
11323
+ * @param runtime - runtime options for this request RuntimeOptions
11324
+ * @returns ListUnknownThreatDetectStrategyResponse
11325
+ */
11326
+ listUnknownThreatDetectStrategyWithOptions(request: $_model.ListUnknownThreatDetectStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListUnknownThreatDetectStrategyResponse>;
11327
+ /**
11328
+ * 查询未知威胁发现策略列表
11329
+ *
11330
+ * @param request - ListUnknownThreatDetectStrategyRequest
11331
+ * @returns ListUnknownThreatDetectStrategyResponse
11332
+ */
11333
+ listUnknownThreatDetectStrategy(request: $_model.ListUnknownThreatDetectStrategyRequest): Promise<$_model.ListUnknownThreatDetectStrategyResponse>;
11241
11334
  /**
11242
11335
  * Get VPC Data
11243
11336
  *
@@ -12228,7 +12321,7 @@ export default class Client extends OpenApi {
12228
12321
  */
12229
12322
  modifySecurityEventMarkMissIndividually(request: $_model.ModifySecurityEventMarkMissIndividuallyRequest): Promise<$_model.ModifySecurityEventMarkMissIndividuallyResponse>;
12230
12323
  /**
12231
- * Manage Serverless Asset Authorization
12324
+ * Serverless Asset authorization Management.
12232
12325
  *
12233
12326
  * @param request - ModifyServerlessAuthToMachineRequest
12234
12327
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12236,7 +12329,7 @@ export default class Client extends OpenApi {
12236
12329
  */
12237
12330
  modifyServerlessAuthToMachineWithOptions(request: $_model.ModifyServerlessAuthToMachineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyServerlessAuthToMachineResponse>;
12238
12331
  /**
12239
- * Manage Serverless Asset Authorization
12332
+ * Serverless Asset authorization Management.
12240
12333
  *
12241
12334
  * @param request - ModifyServerlessAuthToMachineRequest
12242
12335
  * @returns ModifyServerlessAuthToMachineResponse
@@ -12759,6 +12852,21 @@ export default class Client extends OpenApi {
12759
12852
  * @returns OperateSwitchStatusResponse
12760
12853
  */
12761
12854
  operateSwitchStatus(request: $_model.OperateSwitchStatusRequest): Promise<$_model.OperateSwitchStatusResponse>;
12855
+ /**
12856
+ * 修改未知威胁发现的机器状态
12857
+ *
12858
+ * @param request - OperateUnknownThreatDetectMachineRequest
12859
+ * @param runtime - runtime options for this request RuntimeOptions
12860
+ * @returns OperateUnknownThreatDetectMachineResponse
12861
+ */
12862
+ operateUnknownThreatDetectMachineWithOptions(request: $_model.OperateUnknownThreatDetectMachineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.OperateUnknownThreatDetectMachineResponse>;
12863
+ /**
12864
+ * 修改未知威胁发现的机器状态
12865
+ *
12866
+ * @param request - OperateUnknownThreatDetectMachineRequest
12867
+ * @returns OperateUnknownThreatDetectMachineResponse
12868
+ */
12869
+ operateUnknownThreatDetectMachine(request: $_model.OperateUnknownThreatDetectMachineRequest): Promise<$_model.OperateUnknownThreatDetectMachineResponse>;
12762
12870
  /**
12763
12871
  * Handles alert events that are generated by the antivirus feature. You can perform in-depth detection and removal, add alert events to the whitelist, ignore alert events, or manually handle alert events.
12764
12872
  *
@@ -13032,7 +13140,6 @@ export default class Client extends OpenApi {
13032
13140
  /**
13033
13141
  * Queries the list of beginner tasks. Security Center provides rewards for users who complete tasks. The rewards include the quota for a value-added feature and log storage capacity.
13034
13142
  *
13035
- * @param request - QueryGuidTaskListRequest
13036
13143
  * @param runtime - runtime options for this request RuntimeOptions
13037
13144
  * @returns QueryGuidTaskListResponse
13038
13145
  */
@@ -13135,7 +13242,6 @@ export default class Client extends OpenApi {
13135
13242
  /**
13136
13243
  * Refreshes the list of Object Storage Service (OSS) buckets.
13137
13244
  *
13138
- * @param request - RefreshOssBucketScanInfoRequest
13139
13245
  * @param runtime - runtime options for this request RuntimeOptions
13140
13246
  * @returns RefreshOssBucketScanInfoResponse
13141
13247
  */
@@ -13518,7 +13624,6 @@ export default class Client extends OpenApi {
13518
13624
  /**
13519
13625
  * Starts a database scan task.
13520
13626
  *
13521
- * @param request - StartDiscoverDatabaseTaskRequest
13522
13627
  * @param runtime - runtime options for this request RuntimeOptions
13523
13628
  * @returns StartDiscoverDatabaseTaskResponse
13524
13629
  */
@@ -13546,7 +13651,6 @@ export default class Client extends OpenApi {
13546
13651
  /**
13547
13652
  * Starts an IDC scan task.
13548
13653
  *
13549
- * @param request - StartIdcProbeScanRequest
13550
13654
  * @param runtime - runtime options for this request RuntimeOptions
13551
13655
  * @returns StartIdcProbeScanResponse
13552
13656
  */
@@ -13634,7 +13738,6 @@ export default class Client extends OpenApi {
13634
13738
  /**
13635
13739
  * Submits a free quick scan task, which includes vulnerability detection in the free category and free check items of Cloud Security Posture Management (CSPM).
13636
13740
  *
13637
- * @param request - SubmitTenantCheckRequest
13638
13741
  * @param runtime - runtime options for this request RuntimeOptions
13639
13742
  * @returns SubmitTenantCheckResponse
13640
13743
  */
@@ -13647,7 +13750,6 @@ export default class Client extends OpenApi {
13647
13750
  /**
13648
13751
  * Triggers ISO 27001 compliance checks of Security Center.
13649
13752
  *
13650
- * @param request - TriggerCheckRequest
13651
13753
  * @param runtime - runtime options for this request RuntimeOptions
13652
13754
  * @returns TriggerCheckResponse
13653
13755
  */
@@ -14271,6 +14373,36 @@ export default class Client extends OpenApi {
14271
14373
  * @returns UpdateTargetListByBatchResponse
14272
14374
  */
14273
14375
  updateTargetListByBatch(request: $_model.UpdateTargetListByBatchRequest): Promise<$_model.UpdateTargetListByBatchResponse>;
14376
+ /**
14377
+ * 更新未知威胁发现的进程详情
14378
+ *
14379
+ * @param request - UpdateUnknownThreatDetectProcessRequest
14380
+ * @param runtime - runtime options for this request RuntimeOptions
14381
+ * @returns UpdateUnknownThreatDetectProcessResponse
14382
+ */
14383
+ updateUnknownThreatDetectProcessWithOptions(request: $_model.UpdateUnknownThreatDetectProcessRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateUnknownThreatDetectProcessResponse>;
14384
+ /**
14385
+ * 更新未知威胁发现的进程详情
14386
+ *
14387
+ * @param request - UpdateUnknownThreatDetectProcessRequest
14388
+ * @returns UpdateUnknownThreatDetectProcessResponse
14389
+ */
14390
+ updateUnknownThreatDetectProcess(request: $_model.UpdateUnknownThreatDetectProcessRequest): Promise<$_model.UpdateUnknownThreatDetectProcessResponse>;
14391
+ /**
14392
+ * 更新未知威胁发现策略
14393
+ *
14394
+ * @param request - UpdateUnknownThreatDetectStrategyRequest
14395
+ * @param runtime - runtime options for this request RuntimeOptions
14396
+ * @returns UpdateUnknownThreatDetectStrategyResponse
14397
+ */
14398
+ updateUnknownThreatDetectStrategyWithOptions(request: $_model.UpdateUnknownThreatDetectStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateUnknownThreatDetectStrategyResponse>;
14399
+ /**
14400
+ * 更新未知威胁发现策略
14401
+ *
14402
+ * @param request - UpdateUnknownThreatDetectStrategyRequest
14403
+ * @returns UpdateUnknownThreatDetectStrategyResponse
14404
+ */
14405
+ updateUnknownThreatDetectStrategy(request: $_model.UpdateUnknownThreatDetectStrategyRequest): Promise<$_model.UpdateUnknownThreatDetectStrategyResponse>;
14274
14406
  /**
14275
14407
  * Updates the IP address whitelist of an image repository.
14276
14408
  *