@volcengine/seccenter20240508 1.0.1

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 (989) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +1055 -0
  4. package/dist/esm/api.d.ts +1123 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +721 -0
  9. package/dist/esm/types/add-baseline-check-config-request.d.ts +76 -0
  10. package/dist/esm/types/add-baseline-check-config-request.d.ts.map +1 -0
  11. package/dist/esm/types/add-baseline-check-config-response.d.ts +25 -0
  12. package/dist/esm/types/add-baseline-check-config-response.d.ts.map +1 -0
  13. package/dist/esm/types/add-monitor-policy-request.d.ts +86 -0
  14. package/dist/esm/types/add-monitor-policy-request.d.ts.map +1 -0
  15. package/dist/esm/types/add-monitor-policy-response.d.ts +20 -0
  16. package/dist/esm/types/add-monitor-policy-response.d.ts.map +1 -0
  17. package/dist/esm/types/agent-resource-limit-for-batch-install-varmor-apps-input.d.ts +40 -0
  18. package/dist/esm/types/agent-resource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
  19. package/dist/esm/types/agent-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts +40 -0
  20. package/dist/esm/types/agent-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
  21. package/dist/esm/types/agent-resource-limit-for-update-varmor-app-config-input.d.ts +40 -0
  22. package/dist/esm/types/agent-resource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
  23. package/dist/esm/types/app-sec-for-get-multi-level-auth-detail-output.d.ts +35 -0
  24. package/dist/esm/types/app-sec-for-get-multi-level-auth-detail-output.d.ts.map +1 -0
  25. package/dist/esm/types/armor-profile-info-for-get-varmor-policy-output.d.ts +45 -0
  26. package/dist/esm/types/armor-profile-info-for-get-varmor-policy-output.d.ts.map +1 -0
  27. package/dist/esm/types/armor-profile-info-for-list-varmor-policies-output.d.ts +45 -0
  28. package/dist/esm/types/armor-profile-info-for-list-varmor-policies-output.d.ts.map +1 -0
  29. package/dist/esm/types/attribution-list-for-list-file-monitor-alarms-output.d.ts +30 -0
  30. package/dist/esm/types/attribution-list-for-list-file-monitor-alarms-output.d.ts.map +1 -0
  31. package/dist/esm/types/attribution-list-for-list-hids-alarms-output.d.ts +30 -0
  32. package/dist/esm/types/attribution-list-for-list-hids-alarms-output.d.ts.map +1 -0
  33. package/dist/esm/types/ban-alarm-iprequest.d.ts +35 -0
  34. package/dist/esm/types/ban-alarm-iprequest.d.ts.map +1 -0
  35. package/dist/esm/types/ban-alarm-ipresponse.d.ts +25 -0
  36. package/dist/esm/types/ban-alarm-ipresponse.d.ts.map +1 -0
  37. package/dist/esm/types/baseline-info-for-list-baseline-check-items-output.d.ts +95 -0
  38. package/dist/esm/types/baseline-info-for-list-baseline-check-items-output.d.ts.map +1 -0
  39. package/dist/esm/types/baseline-info-for-list-baseline-host-item-hosts-output.d.ts +106 -0
  40. package/dist/esm/types/baseline-info-for-list-baseline-host-item-hosts-output.d.ts.map +1 -0
  41. package/dist/esm/types/baseline-list-for-add-baseline-check-config-input.d.ts +30 -0
  42. package/dist/esm/types/baseline-list-for-add-baseline-check-config-input.d.ts.map +1 -0
  43. package/dist/esm/types/baseline-list-for-edit-baseline-check-config-input.d.ts +30 -0
  44. package/dist/esm/types/baseline-list-for-edit-baseline-check-config-input.d.ts.map +1 -0
  45. package/dist/esm/types/baseline-list-for-list-baseline-basic-info-output.d.ts +40 -0
  46. package/dist/esm/types/baseline-list-for-list-baseline-basic-info-output.d.ts.map +1 -0
  47. package/dist/esm/types/baseline-list-for-list-baseline-check-config-output.d.ts +30 -0
  48. package/dist/esm/types/baseline-list-for-list-baseline-check-config-output.d.ts.map +1 -0
  49. package/dist/esm/types/batch-delete-varmor-policies-request.d.ts +25 -0
  50. package/dist/esm/types/batch-delete-varmor-policies-request.d.ts.map +1 -0
  51. package/dist/esm/types/batch-delete-varmor-policies-response.d.ts +36 -0
  52. package/dist/esm/types/batch-delete-varmor-policies-response.d.ts.map +1 -0
  53. package/dist/esm/types/batch-install-varmor-apps-request.d.ts +51 -0
  54. package/dist/esm/types/batch-install-varmor-apps-request.d.ts.map +1 -0
  55. package/dist/esm/types/batch-install-varmor-apps-response.d.ts +36 -0
  56. package/dist/esm/types/batch-install-varmor-apps-response.d.ts.map +1 -0
  57. package/dist/esm/types/batch-uninstall-varmor-apps-request.d.ts +25 -0
  58. package/dist/esm/types/batch-uninstall-varmor-apps-request.d.ts.map +1 -0
  59. package/dist/esm/types/batch-uninstall-varmor-apps-response.d.ts +36 -0
  60. package/dist/esm/types/batch-uninstall-varmor-apps-response.d.ts.map +1 -0
  61. package/dist/esm/types/batch-upgrade-varmor-apps-request.d.ts +30 -0
  62. package/dist/esm/types/batch-upgrade-varmor-apps-request.d.ts.map +1 -0
  63. package/dist/esm/types/batch-upgrade-varmor-apps-response.d.ts +36 -0
  64. package/dist/esm/types/batch-upgrade-varmor-apps-response.d.ts.map +1 -0
  65. package/dist/esm/types/behavior-resource-limit-for-batch-install-varmor-apps-input.d.ts +40 -0
  66. package/dist/esm/types/behavior-resource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
  67. package/dist/esm/types/behavior-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts +40 -0
  68. package/dist/esm/types/behavior-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
  69. package/dist/esm/types/behavior-resource-limit-for-update-varmor-app-config-input.d.ts +40 -0
  70. package/dist/esm/types/behavior-resource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
  71. package/dist/esm/types/bind-mlpauth-request.d.ts +25 -0
  72. package/dist/esm/types/bind-mlpauth-request.d.ts.map +1 -0
  73. package/dist/esm/types/bind-mlpauth-response.d.ts +25 -0
  74. package/dist/esm/types/bind-mlpauth-response.d.ts.map +1 -0
  75. package/dist/esm/types/bpfresource-limit-for-batch-install-varmor-apps-input.d.ts +40 -0
  76. package/dist/esm/types/bpfresource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
  77. package/dist/esm/types/bpfresource-limit-for-list-clusters-and-varmor-apps-output.d.ts +40 -0
  78. package/dist/esm/types/bpfresource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
  79. package/dist/esm/types/bpfresource-limit-for-update-varmor-app-config-input.d.ts +40 -0
  80. package/dist/esm/types/bpfresource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
  81. package/dist/esm/types/check-alarm-support-ban-iprequest.d.ts +35 -0
  82. package/dist/esm/types/check-alarm-support-ban-iprequest.d.ts.map +1 -0
  83. package/dist/esm/types/check-alarm-support-ban-ipresponse.d.ts +45 -0
  84. package/dist/esm/types/check-alarm-support-ban-ipresponse.d.ts.map +1 -0
  85. package/dist/esm/types/check-monitor-policy-request.d.ts +55 -0
  86. package/dist/esm/types/check-monitor-policy-request.d.ts.map +1 -0
  87. package/dist/esm/types/check-monitor-policy-response.d.ts +25 -0
  88. package/dist/esm/types/check-monitor-policy-response.d.ts.map +1 -0
  89. package/dist/esm/types/cluster-for-list-file-monitor-alarms-output.d.ts +50 -0
  90. package/dist/esm/types/cluster-for-list-file-monitor-alarms-output.d.ts.map +1 -0
  91. package/dist/esm/types/cluster-for-list-hids-alarms-output.d.ts +50 -0
  92. package/dist/esm/types/cluster-for-list-hids-alarms-output.d.ts.map +1 -0
  93. package/dist/esm/types/cluster-hardening-stats-for-get-policy-statistics-output.d.ts +30 -0
  94. package/dist/esm/types/cluster-hardening-stats-for-get-policy-statistics-output.d.ts.map +1 -0
  95. package/dist/esm/types/cluster-sec-for-get-multi-level-auth-detail-output.d.ts +35 -0
  96. package/dist/esm/types/cluster-sec-for-get-multi-level-auth-detail-output.d.ts.map +1 -0
  97. package/dist/esm/types/conditions-for-export-file-monitor-alarm-list-data-input.d.ts +240 -0
  98. package/dist/esm/types/conditions-for-export-file-monitor-alarm-list-data-input.d.ts.map +1 -0
  99. package/dist/esm/types/conditions-for-list-asset-center-hosts-input.d.ts +126 -0
  100. package/dist/esm/types/conditions-for-list-asset-center-hosts-input.d.ts.map +1 -0
  101. package/dist/esm/types/conditions-for-list-hosts-basic-infos-input.d.ts +126 -0
  102. package/dist/esm/types/conditions-for-list-hosts-basic-infos-input.d.ts.map +1 -0
  103. package/dist/esm/types/conditions-for-list-ordered-hosts-basic-infos-input.d.ts +85 -0
  104. package/dist/esm/types/conditions-for-list-ordered-hosts-basic-infos-input.d.ts.map +1 -0
  105. package/dist/esm/types/conditions-for-list-vul-detail-input.d.ts +65 -0
  106. package/dist/esm/types/conditions-for-list-vul-detail-input.d.ts.map +1 -0
  107. package/dist/esm/types/control-monitor-policy-request.d.ts +30 -0
  108. package/dist/esm/types/control-monitor-policy-request.d.ts.map +1 -0
  109. package/dist/esm/types/control-monitor-policy-response.d.ts +25 -0
  110. package/dist/esm/types/control-monitor-policy-response.d.ts.map +1 -0
  111. package/dist/esm/types/convert-data-for-get-alarm-trace-raw-data-output.d.ts +26 -0
  112. package/dist/esm/types/convert-data-for-get-alarm-trace-raw-data-output.d.ts.map +1 -0
  113. package/dist/esm/types/create-mlpasset-sync-task-request.d.ts +25 -0
  114. package/dist/esm/types/create-mlpasset-sync-task-request.d.ts.map +1 -0
  115. package/dist/esm/types/create-mlpasset-sync-task-response.d.ts +25 -0
  116. package/dist/esm/types/create-mlpasset-sync-task-response.d.ts.map +1 -0
  117. package/dist/esm/types/create-varmor-policy-request.d.ts +30 -0
  118. package/dist/esm/types/create-varmor-policy-request.d.ts.map +1 -0
  119. package/dist/esm/types/create-varmor-policy-response.d.ts +36 -0
  120. package/dist/esm/types/create-varmor-policy-response.d.ts.map +1 -0
  121. package/dist/esm/types/data-for-describe-file-change-trend-top5-output.d.ts +30 -0
  122. package/dist/esm/types/data-for-describe-file-change-trend-top5-output.d.ts.map +1 -0
  123. package/dist/esm/types/data-for-get-alarm-rule-list-output.d.ts +65 -0
  124. package/dist/esm/types/data-for-get-alarm-rule-list-output.d.ts.map +1 -0
  125. package/dist/esm/types/data-for-get-alarm-trace-raw-data-output.d.ts +20 -0
  126. package/dist/esm/types/data-for-get-alarm-trace-raw-data-output.d.ts.map +1 -0
  127. package/dist/esm/types/data-for-get-auto-isolate-agent-list-output.d.ts +71 -0
  128. package/dist/esm/types/data-for-get-auto-isolate-agent-list-output.d.ts.map +1 -0
  129. package/dist/esm/types/data-for-get-fingerprint-env-output.d.ts +80 -0
  130. package/dist/esm/types/data-for-get-fingerprint-env-output.d.ts.map +1 -0
  131. package/dist/esm/types/data-for-get-host-volume-output.d.ts +55 -0
  132. package/dist/esm/types/data-for-get-host-volume-output.d.ts.map +1 -0
  133. package/dist/esm/types/data-for-get-mlpasset-sync-task-detail-output.d.ts +60 -0
  134. package/dist/esm/types/data-for-get-mlpasset-sync-task-detail-output.d.ts.map +1 -0
  135. package/dist/esm/types/data-for-get-offline-notification-list-output.d.ts +182 -0
  136. package/dist/esm/types/data-for-get-offline-notification-list-output.d.ts.map +1 -0
  137. package/dist/esm/types/data-for-get-socasset-instance-protect-status-output.d.ts +40 -0
  138. package/dist/esm/types/data-for-get-socasset-instance-protect-status-output.d.ts.map +1 -0
  139. package/dist/esm/types/data-for-list-agent-proxies-output.d.ts +45 -0
  140. package/dist/esm/types/data-for-list-agent-proxies-output.d.ts.map +1 -0
  141. package/dist/esm/types/data-for-list-agent-proxy-servers-output.d.ts +50 -0
  142. package/dist/esm/types/data-for-list-agent-proxy-servers-output.d.ts.map +1 -0
  143. package/dist/esm/types/data-for-list-asset-center-hosts-output.d.ts +177 -0
  144. package/dist/esm/types/data-for-list-asset-center-hosts-output.d.ts.map +1 -0
  145. package/dist/esm/types/data-for-list-asset-namespaces-output.d.ts +50 -0
  146. package/dist/esm/types/data-for-list-asset-namespaces-output.d.ts.map +1 -0
  147. package/dist/esm/types/data-for-list-auto-defense-rules-output.d.ts +81 -0
  148. package/dist/esm/types/data-for-list-auto-defense-rules-output.d.ts.map +1 -0
  149. package/dist/esm/types/data-for-list-ban-iplist-output.d.ts +97 -0
  150. package/dist/esm/types/data-for-list-ban-iplist-output.d.ts.map +1 -0
  151. package/dist/esm/types/data-for-list-baseline-basic-info-output.d.ts +41 -0
  152. package/dist/esm/types/data-for-list-baseline-basic-info-output.d.ts.map +1 -0
  153. package/dist/esm/types/data-for-list-baseline-check-config-output.d.ts +121 -0
  154. package/dist/esm/types/data-for-list-baseline-check-config-output.d.ts.map +1 -0
  155. package/dist/esm/types/data-for-list-baseline-check-items-output.d.ts +31 -0
  156. package/dist/esm/types/data-for-list-baseline-check-items-output.d.ts.map +1 -0
  157. package/dist/esm/types/data-for-list-baseline-for-group-policy-output.d.ts +40 -0
  158. package/dist/esm/types/data-for-list-baseline-for-group-policy-output.d.ts.map +1 -0
  159. package/dist/esm/types/data-for-list-baseline-host-item-hosts-output.d.ts +31 -0
  160. package/dist/esm/types/data-for-list-baseline-host-item-hosts-output.d.ts.map +1 -0
  161. package/dist/esm/types/data-for-list-check-config-related-baseline-output.d.ts +40 -0
  162. package/dist/esm/types/data-for-list-check-config-related-baseline-output.d.ts.map +1 -0
  163. package/dist/esm/types/data-for-list-clean-history-output.d.ts +80 -0
  164. package/dist/esm/types/data-for-list-clean-history-output.d.ts.map +1 -0
  165. package/dist/esm/types/data-for-list-cloud-envs-output.d.ts +65 -0
  166. package/dist/esm/types/data-for-list-cloud-envs-output.d.ts.map +1 -0
  167. package/dist/esm/types/data-for-list-clusters-and-varmor-apps-output.d.ts +112 -0
  168. package/dist/esm/types/data-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
  169. package/dist/esm/types/data-for-list-file-monitor-alarms-output.d.ts +253 -0
  170. package/dist/esm/types/data-for-list-file-monitor-alarms-output.d.ts.map +1 -0
  171. package/dist/esm/types/data-for-list-fingerprint-collect-config-output.d.ts +65 -0
  172. package/dist/esm/types/data-for-list-fingerprint-collect-config-output.d.ts.map +1 -0
  173. package/dist/esm/types/data-for-list-hids-alarms-output.d.ts +253 -0
  174. package/dist/esm/types/data-for-list-hids-alarms-output.d.ts.map +1 -0
  175. package/dist/esm/types/data-for-list-hosts-basic-infos-output.d.ts +156 -0
  176. package/dist/esm/types/data-for-list-hosts-basic-infos-output.d.ts.map +1 -0
  177. package/dist/esm/types/data-for-list-isolation-files-output.d.ts +111 -0
  178. package/dist/esm/types/data-for-list-isolation-files-output.d.ts.map +1 -0
  179. package/dist/esm/types/data-for-list-mlpasset-tasks-output.d.ts +60 -0
  180. package/dist/esm/types/data-for-list-mlpasset-tasks-output.d.ts.map +1 -0
  181. package/dist/esm/types/data-for-list-monitor-policies-output.d.ts +121 -0
  182. package/dist/esm/types/data-for-list-monitor-policies-output.d.ts.map +1 -0
  183. package/dist/esm/types/data-for-list-ordered-hosts-basic-infos-output.d.ts +106 -0
  184. package/dist/esm/types/data-for-list-ordered-hosts-basic-infos-output.d.ts.map +1 -0
  185. package/dist/esm/types/data-for-list-scan-sub-tasks-output.d.ts +50 -0
  186. package/dist/esm/types/data-for-list-scan-sub-tasks-output.d.ts.map +1 -0
  187. package/dist/esm/types/data-for-list-varmor-policies-output.d.ts +105 -0
  188. package/dist/esm/types/data-for-list-varmor-policies-output.d.ts.map +1 -0
  189. package/dist/esm/types/data-for-list-vul-by-pod-output.d.ts +101 -0
  190. package/dist/esm/types/data-for-list-vul-by-pod-output.d.ts.map +1 -0
  191. package/dist/esm/types/data-for-list-vul-detail-output.d.ts +156 -0
  192. package/dist/esm/types/data-for-list-vul-detail-output.d.ts.map +1 -0
  193. package/dist/esm/types/data-for-list-vul-host-by-pod-output.d.ts +75 -0
  194. package/dist/esm/types/data-for-list-vul-host-by-pod-output.d.ts.map +1 -0
  195. package/dist/esm/types/delete-baseline-check-config-request.d.ts +25 -0
  196. package/dist/esm/types/delete-baseline-check-config-request.d.ts.map +1 -0
  197. package/dist/esm/types/delete-baseline-check-config-response.d.ts +25 -0
  198. package/dist/esm/types/delete-baseline-check-config-response.d.ts.map +1 -0
  199. package/dist/esm/types/delete-monitor-policy-request.d.ts +25 -0
  200. package/dist/esm/types/delete-monitor-policy-request.d.ts.map +1 -0
  201. package/dist/esm/types/delete-monitor-policy-response.d.ts +20 -0
  202. package/dist/esm/types/delete-monitor-policy-response.d.ts.map +1 -0
  203. package/dist/esm/types/describe-file-change-trend-top5-request.d.ts +20 -0
  204. package/dist/esm/types/describe-file-change-trend-top5-request.d.ts.map +1 -0
  205. package/dist/esm/types/describe-file-change-trend-top5-response.d.ts +26 -0
  206. package/dist/esm/types/describe-file-change-trend-top5-response.d.ts.map +1 -0
  207. package/dist/esm/types/describe-file-monitor-overview-request.d.ts +20 -0
  208. package/dist/esm/types/describe-file-monitor-overview-request.d.ts.map +1 -0
  209. package/dist/esm/types/describe-file-monitor-overview-response.d.ts +30 -0
  210. package/dist/esm/types/describe-file-monitor-overview-response.d.ts.map +1 -0
  211. package/dist/esm/types/describe-last-week-file-change-trends-request.d.ts +20 -0
  212. package/dist/esm/types/describe-last-week-file-change-trends-request.d.ts.map +1 -0
  213. package/dist/esm/types/describe-last-week-file-change-trends-response.d.ts +36 -0
  214. package/dist/esm/types/describe-last-week-file-change-trends-response.d.ts.map +1 -0
  215. package/dist/esm/types/detect-baseline-by-check-config-request.d.ts +25 -0
  216. package/dist/esm/types/detect-baseline-by-check-config-request.d.ts.map +1 -0
  217. package/dist/esm/types/detect-baseline-by-check-config-response.d.ts +25 -0
  218. package/dist/esm/types/detect-baseline-by-check-config-response.d.ts.map +1 -0
  219. package/dist/esm/types/directory-list-for-add-monitor-policy-input.d.ts +45 -0
  220. package/dist/esm/types/directory-list-for-add-monitor-policy-input.d.ts.map +1 -0
  221. package/dist/esm/types/directory-list-for-edit-monitor-policy-input.d.ts +45 -0
  222. package/dist/esm/types/directory-list-for-edit-monitor-policy-input.d.ts.map +1 -0
  223. package/dist/esm/types/directory-list-for-get-monitor-policy-directory-output.d.ts +45 -0
  224. package/dist/esm/types/directory-list-for-get-monitor-policy-directory-output.d.ts.map +1 -0
  225. package/dist/esm/types/directory-list-for-list-monitor-policies-output.d.ts +45 -0
  226. package/dist/esm/types/directory-list-for-list-monitor-policies-output.d.ts.map +1 -0
  227. package/dist/esm/types/ecs-instance-for-get-auto-isolate-agent-list-output.d.ts +130 -0
  228. package/dist/esm/types/ecs-instance-for-get-auto-isolate-agent-list-output.d.ts.map +1 -0
  229. package/dist/esm/types/ecs-instance-for-get-offline-notification-list-output.d.ts +130 -0
  230. package/dist/esm/types/ecs-instance-for-get-offline-notification-list-output.d.ts.map +1 -0
  231. package/dist/esm/types/ecs-instance-for-list-asset-center-hosts-output.d.ts +130 -0
  232. package/dist/esm/types/ecs-instance-for-list-asset-center-hosts-output.d.ts.map +1 -0
  233. package/dist/esm/types/ecs-instance-for-list-ban-iplist-output.d.ts +130 -0
  234. package/dist/esm/types/ecs-instance-for-list-ban-iplist-output.d.ts.map +1 -0
  235. package/dist/esm/types/ecs-instance-for-list-hosts-basic-infos-output.d.ts +130 -0
  236. package/dist/esm/types/ecs-instance-for-list-hosts-basic-infos-output.d.ts.map +1 -0
  237. package/dist/esm/types/ecs-instance-for-list-ordered-hosts-basic-infos-output.d.ts +130 -0
  238. package/dist/esm/types/ecs-instance-for-list-ordered-hosts-basic-infos-output.d.ts.map +1 -0
  239. package/dist/esm/types/edit-baseline-check-config-request.d.ts +81 -0
  240. package/dist/esm/types/edit-baseline-check-config-request.d.ts.map +1 -0
  241. package/dist/esm/types/edit-baseline-check-config-response.d.ts +25 -0
  242. package/dist/esm/types/edit-baseline-check-config-response.d.ts.map +1 -0
  243. package/dist/esm/types/edit-fingerprint-collect-config-request.d.ts +50 -0
  244. package/dist/esm/types/edit-fingerprint-collect-config-request.d.ts.map +1 -0
  245. package/dist/esm/types/edit-fingerprint-collect-config-response.d.ts +25 -0
  246. package/dist/esm/types/edit-fingerprint-collect-config-response.d.ts.map +1 -0
  247. package/dist/esm/types/edit-monitor-policy-request.d.ts +91 -0
  248. package/dist/esm/types/edit-monitor-policy-request.d.ts.map +1 -0
  249. package/dist/esm/types/edit-monitor-policy-response.d.ts +20 -0
  250. package/dist/esm/types/edit-monitor-policy-response.d.ts.map +1 -0
  251. package/dist/esm/types/export-file-monitor-alarm-list-data-request.d.ts +31 -0
  252. package/dist/esm/types/export-file-monitor-alarm-list-data-request.d.ts.map +1 -0
  253. package/dist/esm/types/export-file-monitor-alarm-list-data-response.d.ts +25 -0
  254. package/dist/esm/types/export-file-monitor-alarm-list-data-response.d.ts.map +1 -0
  255. package/dist/esm/types/failed-list-for-batch-delete-varmor-policies-output.d.ts +30 -0
  256. package/dist/esm/types/failed-list-for-batch-delete-varmor-policies-output.d.ts.map +1 -0
  257. package/dist/esm/types/failed-list-for-batch-install-varmor-apps-output.d.ts +30 -0
  258. package/dist/esm/types/failed-list-for-batch-install-varmor-apps-output.d.ts.map +1 -0
  259. package/dist/esm/types/failed-list-for-batch-uninstall-varmor-apps-output.d.ts +30 -0
  260. package/dist/esm/types/failed-list-for-batch-uninstall-varmor-apps-output.d.ts.map +1 -0
  261. package/dist/esm/types/failed-list-for-batch-upgrade-varmor-apps-output.d.ts +30 -0
  262. package/dist/esm/types/failed-list-for-batch-upgrade-varmor-apps-output.d.ts.map +1 -0
  263. package/dist/esm/types/failed-list-for-create-varmor-policy-output.d.ts +30 -0
  264. package/dist/esm/types/failed-list-for-create-varmor-policy-output.d.ts.map +1 -0
  265. package/dist/esm/types/file-for-handle-endpoint-alarms-input.d.ts +30 -0
  266. package/dist/esm/types/file-for-handle-endpoint-alarms-input.d.ts.map +1 -0
  267. package/dist/esm/types/filter-for-list-asset-namespaces-input.d.ts +35 -0
  268. package/dist/esm/types/filter-for-list-asset-namespaces-input.d.ts.map +1 -0
  269. package/dist/esm/types/get-aialarm-judge-config-request.d.ts +20 -0
  270. package/dist/esm/types/get-aialarm-judge-config-request.d.ts.map +1 -0
  271. package/dist/esm/types/get-aialarm-judge-config-response.d.ts +40 -0
  272. package/dist/esm/types/get-aialarm-judge-config-response.d.ts.map +1 -0
  273. package/dist/esm/types/get-alarm-rule-list-request.d.ts +65 -0
  274. package/dist/esm/types/get-alarm-rule-list-request.d.ts.map +1 -0
  275. package/dist/esm/types/get-alarm-rule-list-response.d.ts +41 -0
  276. package/dist/esm/types/get-alarm-rule-list-response.d.ts.map +1 -0
  277. package/dist/esm/types/get-alarm-trace-raw-data-request.d.ts +70 -0
  278. package/dist/esm/types/get-alarm-trace-raw-data-request.d.ts.map +1 -0
  279. package/dist/esm/types/get-alarm-trace-raw-data-response.d.ts +41 -0
  280. package/dist/esm/types/get-alarm-trace-raw-data-response.d.ts.map +1 -0
  281. package/dist/esm/types/get-all-monitor-suffix-list-request.d.ts +20 -0
  282. package/dist/esm/types/get-all-monitor-suffix-list-request.d.ts.map +1 -0
  283. package/dist/esm/types/get-all-monitor-suffix-list-response.d.ts +25 -0
  284. package/dist/esm/types/get-all-monitor-suffix-list-response.d.ts.map +1 -0
  285. package/dist/esm/types/get-armor-profile-request.d.ts +35 -0
  286. package/dist/esm/types/get-armor-profile-request.d.ts.map +1 -0
  287. package/dist/esm/types/get-armor-profile-response.d.ts +45 -0
  288. package/dist/esm/types/get-armor-profile-response.d.ts.map +1 -0
  289. package/dist/esm/types/get-auto-isolate-agent-list-request.d.ts +75 -0
  290. package/dist/esm/types/get-auto-isolate-agent-list-request.d.ts.map +1 -0
  291. package/dist/esm/types/get-auto-isolate-agent-list-response.d.ts +41 -0
  292. package/dist/esm/types/get-auto-isolate-agent-list-response.d.ts.map +1 -0
  293. package/dist/esm/types/get-auto-protect-config-request.d.ts +20 -0
  294. package/dist/esm/types/get-auto-protect-config-request.d.ts.map +1 -0
  295. package/dist/esm/types/get-auto-protect-config-response.d.ts +30 -0
  296. package/dist/esm/types/get-auto-protect-config-response.d.ts.map +1 -0
  297. package/dist/esm/types/get-brute-force-ban-cap-params-request.d.ts +20 -0
  298. package/dist/esm/types/get-brute-force-ban-cap-params-request.d.ts.map +1 -0
  299. package/dist/esm/types/get-brute-force-ban-cap-params-response.d.ts +25 -0
  300. package/dist/esm/types/get-brute-force-ban-cap-params-response.d.ts.map +1 -0
  301. package/dist/esm/types/get-brute-force-ban-config-request.d.ts +25 -0
  302. package/dist/esm/types/get-brute-force-ban-config-request.d.ts.map +1 -0
  303. package/dist/esm/types/get-brute-force-ban-config-response.d.ts +76 -0
  304. package/dist/esm/types/get-brute-force-ban-config-response.d.ts.map +1 -0
  305. package/dist/esm/types/get-brute-force-ban-statistics-request.d.ts +25 -0
  306. package/dist/esm/types/get-brute-force-ban-statistics-request.d.ts.map +1 -0
  307. package/dist/esm/types/get-brute-force-ban-statistics-response.d.ts +30 -0
  308. package/dist/esm/types/get-brute-force-ban-statistics-response.d.ts.map +1 -0
  309. package/dist/esm/types/get-cluster-statistics-request.d.ts +20 -0
  310. package/dist/esm/types/get-cluster-statistics-request.d.ts.map +1 -0
  311. package/dist/esm/types/get-cluster-statistics-response.d.ts +46 -0
  312. package/dist/esm/types/get-cluster-statistics-response.d.ts.map +1 -0
  313. package/dist/esm/types/get-custom-weak-passwords-request.d.ts +20 -0
  314. package/dist/esm/types/get-custom-weak-passwords-request.d.ts.map +1 -0
  315. package/dist/esm/types/get-custom-weak-passwords-response.d.ts +40 -0
  316. package/dist/esm/types/get-custom-weak-passwords-response.d.ts.map +1 -0
  317. package/dist/esm/types/get-fingerprint-env-request.d.ts +95 -0
  318. package/dist/esm/types/get-fingerprint-env-request.d.ts.map +1 -0
  319. package/dist/esm/types/get-fingerprint-env-response.d.ts +41 -0
  320. package/dist/esm/types/get-fingerprint-env-response.d.ts.map +1 -0
  321. package/dist/esm/types/get-geo-location-request.d.ts +25 -0
  322. package/dist/esm/types/get-geo-location-request.d.ts.map +1 -0
  323. package/dist/esm/types/get-geo-location-response.d.ts +26 -0
  324. package/dist/esm/types/get-geo-location-response.d.ts.map +1 -0
  325. package/dist/esm/types/get-host-volume-request.d.ts +45 -0
  326. package/dist/esm/types/get-host-volume-request.d.ts.map +1 -0
  327. package/dist/esm/types/get-host-volume-response.d.ts +41 -0
  328. package/dist/esm/types/get-host-volume-response.d.ts.map +1 -0
  329. package/dist/esm/types/get-mlpasset-sync-task-detail-request.d.ts +25 -0
  330. package/dist/esm/types/get-mlpasset-sync-task-detail-request.d.ts.map +1 -0
  331. package/dist/esm/types/get-mlpasset-sync-task-detail-response.d.ts +26 -0
  332. package/dist/esm/types/get-mlpasset-sync-task-detail-response.d.ts.map +1 -0
  333. package/dist/esm/types/get-mlpasset-sync-task-status-request.d.ts +25 -0
  334. package/dist/esm/types/get-mlpasset-sync-task-status-request.d.ts.map +1 -0
  335. package/dist/esm/types/get-mlpasset-sync-task-status-response.d.ts +40 -0
  336. package/dist/esm/types/get-mlpasset-sync-task-status-response.d.ts.map +1 -0
  337. package/dist/esm/types/get-monitor-policy-directory-request.d.ts +25 -0
  338. package/dist/esm/types/get-monitor-policy-directory-request.d.ts.map +1 -0
  339. package/dist/esm/types/get-monitor-policy-directory-response.d.ts +26 -0
  340. package/dist/esm/types/get-monitor-policy-directory-response.d.ts.map +1 -0
  341. package/dist/esm/types/get-multi-level-auth-detail-request.d.ts +20 -0
  342. package/dist/esm/types/get-multi-level-auth-detail-request.d.ts.map +1 -0
  343. package/dist/esm/types/get-multi-level-auth-detail-response.d.ts +43 -0
  344. package/dist/esm/types/get-multi-level-auth-detail-response.d.ts.map +1 -0
  345. package/dist/esm/types/get-offline-notification-config-request.d.ts +20 -0
  346. package/dist/esm/types/get-offline-notification-config-request.d.ts.map +1 -0
  347. package/dist/esm/types/get-offline-notification-config-response.d.ts +30 -0
  348. package/dist/esm/types/get-offline-notification-config-response.d.ts.map +1 -0
  349. package/dist/esm/types/get-offline-notification-list-request.d.ts +80 -0
  350. package/dist/esm/types/get-offline-notification-list-request.d.ts.map +1 -0
  351. package/dist/esm/types/get-offline-notification-list-response.d.ts +41 -0
  352. package/dist/esm/types/get-offline-notification-list-response.d.ts.map +1 -0
  353. package/dist/esm/types/get-policy-statistics-request.d.ts +20 -0
  354. package/dist/esm/types/get-policy-statistics-request.d.ts.map +1 -0
  355. package/dist/esm/types/get-policy-statistics-response.d.ts +42 -0
  356. package/dist/esm/types/get-policy-statistics-response.d.ts.map +1 -0
  357. package/dist/esm/types/get-security-overview-score-stats-request.d.ts +25 -0
  358. package/dist/esm/types/get-security-overview-score-stats-request.d.ts.map +1 -0
  359. package/dist/esm/types/get-security-overview-score-stats-response.d.ts +31 -0
  360. package/dist/esm/types/get-security-overview-score-stats-response.d.ts.map +1 -0
  361. package/dist/esm/types/get-socasset-alarm-stats-request.d.ts +25 -0
  362. package/dist/esm/types/get-socasset-alarm-stats-request.d.ts.map +1 -0
  363. package/dist/esm/types/get-socasset-alarm-stats-response.d.ts +41 -0
  364. package/dist/esm/types/get-socasset-alarm-stats-response.d.ts.map +1 -0
  365. package/dist/esm/types/get-socasset-instance-protect-status-request.d.ts +25 -0
  366. package/dist/esm/types/get-socasset-instance-protect-status-request.d.ts.map +1 -0
  367. package/dist/esm/types/get-socasset-instance-protect-status-response.d.ts +26 -0
  368. package/dist/esm/types/get-socasset-instance-protect-status-response.d.ts.map +1 -0
  369. package/dist/esm/types/get-socasset-security-score-request.d.ts +25 -0
  370. package/dist/esm/types/get-socasset-security-score-request.d.ts.map +1 -0
  371. package/dist/esm/types/get-socasset-security-score-response.d.ts +31 -0
  372. package/dist/esm/types/get-socasset-security-score-response.d.ts.map +1 -0
  373. package/dist/esm/types/get-socasset-vuln-stats-request.d.ts +25 -0
  374. package/dist/esm/types/get-socasset-vuln-stats-request.d.ts.map +1 -0
  375. package/dist/esm/types/get-socasset-vuln-stats-response.d.ts +41 -0
  376. package/dist/esm/types/get-socasset-vuln-stats-response.d.ts.map +1 -0
  377. package/dist/esm/types/get-socprecaution-baseline-stats-request.d.ts +25 -0
  378. package/dist/esm/types/get-socprecaution-baseline-stats-request.d.ts.map +1 -0
  379. package/dist/esm/types/get-socprecaution-baseline-stats-response.d.ts +36 -0
  380. package/dist/esm/types/get-socprecaution-baseline-stats-response.d.ts.map +1 -0
  381. package/dist/esm/types/get-varmor-config-yamlrequest.d.ts +25 -0
  382. package/dist/esm/types/get-varmor-config-yamlrequest.d.ts.map +1 -0
  383. package/dist/esm/types/get-varmor-config-yamlresponse.d.ts +25 -0
  384. package/dist/esm/types/get-varmor-config-yamlresponse.d.ts.map +1 -0
  385. package/dist/esm/types/get-varmor-policy-request.d.ts +30 -0
  386. package/dist/esm/types/get-varmor-policy-request.d.ts.map +1 -0
  387. package/dist/esm/types/get-varmor-policy-response.d.ts +91 -0
  388. package/dist/esm/types/get-varmor-policy-response.d.ts.map +1 -0
  389. package/dist/esm/types/get-varmor-tlsinfo-request.d.ts +20 -0
  390. package/dist/esm/types/get-varmor-tlsinfo-request.d.ts.map +1 -0
  391. package/dist/esm/types/get-varmor-tlsinfo-response.d.ts +40 -0
  392. package/dist/esm/types/get-varmor-tlsinfo-response.d.ts.map +1 -0
  393. package/dist/esm/types/handle-endpoint-alarms-request.d.ts +31 -0
  394. package/dist/esm/types/handle-endpoint-alarms-request.d.ts.map +1 -0
  395. package/dist/esm/types/handle-endpoint-alarms-response.d.ts +20 -0
  396. package/dist/esm/types/handle-endpoint-alarms-response.d.ts.map +1 -0
  397. package/dist/esm/types/handle-list-for-handle-endpoint-alarms-input.d.ts +42 -0
  398. package/dist/esm/types/handle-list-for-handle-endpoint-alarms-input.d.ts.map +1 -0
  399. package/dist/esm/types/host-for-list-file-monitor-alarms-output.d.ts +45 -0
  400. package/dist/esm/types/host-for-list-file-monitor-alarms-output.d.ts.map +1 -0
  401. package/dist/esm/types/host-for-list-hids-alarms-output.d.ts +45 -0
  402. package/dist/esm/types/host-for-list-hids-alarms-output.d.ts.map +1 -0
  403. package/dist/esm/types/host-for-list-isolation-files-output.d.ts +45 -0
  404. package/dist/esm/types/host-for-list-isolation-files-output.d.ts.map +1 -0
  405. package/dist/esm/types/host-info-for-list-ban-iplist-output.d.ts +56 -0
  406. package/dist/esm/types/host-info-for-list-ban-iplist-output.d.ts.map +1 -0
  407. package/dist/esm/types/host-list-for-list-auto-defense-rules-output.d.ts +45 -0
  408. package/dist/esm/types/host-list-for-list-auto-defense-rules-output.d.ts.map +1 -0
  409. package/dist/esm/types/index.d.ts +325 -0
  410. package/dist/esm/types/index.d.ts.map +1 -0
  411. package/dist/esm/types/infect-status-for-list-vul-by-pod-output.d.ts +35 -0
  412. package/dist/esm/types/infect-status-for-list-vul-by-pod-output.d.ts.map +1 -0
  413. package/dist/esm/types/list-agent-proxies-request.d.ts +55 -0
  414. package/dist/esm/types/list-agent-proxies-request.d.ts.map +1 -0
  415. package/dist/esm/types/list-agent-proxies-response.d.ts +41 -0
  416. package/dist/esm/types/list-agent-proxies-response.d.ts.map +1 -0
  417. package/dist/esm/types/list-agent-proxy-servers-request.d.ts +45 -0
  418. package/dist/esm/types/list-agent-proxy-servers-request.d.ts.map +1 -0
  419. package/dist/esm/types/list-agent-proxy-servers-response.d.ts +41 -0
  420. package/dist/esm/types/list-agent-proxy-servers-response.d.ts.map +1 -0
  421. package/dist/esm/types/list-asset-center-hosts-request.d.ts +51 -0
  422. package/dist/esm/types/list-asset-center-hosts-request.d.ts.map +1 -0
  423. package/dist/esm/types/list-asset-center-hosts-response.d.ts +41 -0
  424. package/dist/esm/types/list-asset-center-hosts-response.d.ts.map +1 -0
  425. package/dist/esm/types/list-asset-namespaces-request.d.ts +46 -0
  426. package/dist/esm/types/list-asset-namespaces-request.d.ts.map +1 -0
  427. package/dist/esm/types/list-asset-namespaces-response.d.ts +41 -0
  428. package/dist/esm/types/list-asset-namespaces-response.d.ts.map +1 -0
  429. package/dist/esm/types/list-auto-defense-rules-request.d.ts +45 -0
  430. package/dist/esm/types/list-auto-defense-rules-request.d.ts.map +1 -0
  431. package/dist/esm/types/list-auto-defense-rules-response.d.ts +41 -0
  432. package/dist/esm/types/list-auto-defense-rules-response.d.ts.map +1 -0
  433. package/dist/esm/types/list-ban-iplist-request.d.ts +110 -0
  434. package/dist/esm/types/list-ban-iplist-request.d.ts.map +1 -0
  435. package/dist/esm/types/list-ban-iplist-response.d.ts +41 -0
  436. package/dist/esm/types/list-ban-iplist-response.d.ts.map +1 -0
  437. package/dist/esm/types/list-baseline-basic-info-request.d.ts +40 -0
  438. package/dist/esm/types/list-baseline-basic-info-request.d.ts.map +1 -0
  439. package/dist/esm/types/list-baseline-basic-info-response.d.ts +41 -0
  440. package/dist/esm/types/list-baseline-basic-info-response.d.ts.map +1 -0
  441. package/dist/esm/types/list-baseline-check-config-request.d.ts +40 -0
  442. package/dist/esm/types/list-baseline-check-config-request.d.ts.map +1 -0
  443. package/dist/esm/types/list-baseline-check-config-response.d.ts +41 -0
  444. package/dist/esm/types/list-baseline-check-config-response.d.ts.map +1 -0
  445. package/dist/esm/types/list-baseline-check-items-request.d.ts +55 -0
  446. package/dist/esm/types/list-baseline-check-items-request.d.ts.map +1 -0
  447. package/dist/esm/types/list-baseline-check-items-response.d.ts +41 -0
  448. package/dist/esm/types/list-baseline-check-items-response.d.ts.map +1 -0
  449. package/dist/esm/types/list-baseline-for-group-policy-request.d.ts +25 -0
  450. package/dist/esm/types/list-baseline-for-group-policy-request.d.ts.map +1 -0
  451. package/dist/esm/types/list-baseline-for-group-policy-response.d.ts +26 -0
  452. package/dist/esm/types/list-baseline-for-group-policy-response.d.ts.map +1 -0
  453. package/dist/esm/types/list-baseline-host-item-hosts-request.d.ts +128 -0
  454. package/dist/esm/types/list-baseline-host-item-hosts-request.d.ts.map +1 -0
  455. package/dist/esm/types/list-baseline-host-item-hosts-response.d.ts +41 -0
  456. package/dist/esm/types/list-baseline-host-item-hosts-response.d.ts.map +1 -0
  457. package/dist/esm/types/list-batch-endpoint-handle-methods-request.d.ts +30 -0
  458. package/dist/esm/types/list-batch-endpoint-handle-methods-request.d.ts.map +1 -0
  459. package/dist/esm/types/list-batch-endpoint-handle-methods-response.d.ts +31 -0
  460. package/dist/esm/types/list-batch-endpoint-handle-methods-response.d.ts.map +1 -0
  461. package/dist/esm/types/list-check-config-related-baseline-request.d.ts +50 -0
  462. package/dist/esm/types/list-check-config-related-baseline-request.d.ts.map +1 -0
  463. package/dist/esm/types/list-check-config-related-baseline-response.d.ts +41 -0
  464. package/dist/esm/types/list-check-config-related-baseline-response.d.ts.map +1 -0
  465. package/dist/esm/types/list-clean-history-request.d.ts +80 -0
  466. package/dist/esm/types/list-clean-history-request.d.ts.map +1 -0
  467. package/dist/esm/types/list-clean-history-response.d.ts +41 -0
  468. package/dist/esm/types/list-clean-history-response.d.ts.map +1 -0
  469. package/dist/esm/types/list-cloud-envs-request.d.ts +65 -0
  470. package/dist/esm/types/list-cloud-envs-request.d.ts.map +1 -0
  471. package/dist/esm/types/list-cloud-envs-response.d.ts +41 -0
  472. package/dist/esm/types/list-cloud-envs-response.d.ts.map +1 -0
  473. package/dist/esm/types/list-cluster-varmor-version-history-request.d.ts +45 -0
  474. package/dist/esm/types/list-cluster-varmor-version-history-request.d.ts.map +1 -0
  475. package/dist/esm/types/list-cluster-varmor-version-history-response.d.ts +20 -0
  476. package/dist/esm/types/list-cluster-varmor-version-history-response.d.ts.map +1 -0
  477. package/dist/esm/types/list-clusters-and-varmor-apps-request.d.ts +70 -0
  478. package/dist/esm/types/list-clusters-and-varmor-apps-request.d.ts.map +1 -0
  479. package/dist/esm/types/list-clusters-and-varmor-apps-response.d.ts +41 -0
  480. package/dist/esm/types/list-clusters-and-varmor-apps-response.d.ts.map +1 -0
  481. package/dist/esm/types/list-file-monitor-alarms-request.d.ts +255 -0
  482. package/dist/esm/types/list-file-monitor-alarms-request.d.ts.map +1 -0
  483. package/dist/esm/types/list-file-monitor-alarms-response.d.ts +41 -0
  484. package/dist/esm/types/list-file-monitor-alarms-response.d.ts.map +1 -0
  485. package/dist/esm/types/list-fingerprint-collect-config-request.d.ts +30 -0
  486. package/dist/esm/types/list-fingerprint-collect-config-request.d.ts.map +1 -0
  487. package/dist/esm/types/list-fingerprint-collect-config-response.d.ts +41 -0
  488. package/dist/esm/types/list-fingerprint-collect-config-response.d.ts.map +1 -0
  489. package/dist/esm/types/list-hids-alarms-request.d.ts +240 -0
  490. package/dist/esm/types/list-hids-alarms-request.d.ts.map +1 -0
  491. package/dist/esm/types/list-hids-alarms-response.d.ts +41 -0
  492. package/dist/esm/types/list-hids-alarms-response.d.ts.map +1 -0
  493. package/dist/esm/types/list-hosts-basic-infos-request.d.ts +51 -0
  494. package/dist/esm/types/list-hosts-basic-infos-request.d.ts.map +1 -0
  495. package/dist/esm/types/list-hosts-basic-infos-response.d.ts +41 -0
  496. package/dist/esm/types/list-hosts-basic-infos-response.d.ts.map +1 -0
  497. package/dist/esm/types/list-isolation-files-request.d.ts +100 -0
  498. package/dist/esm/types/list-isolation-files-request.d.ts.map +1 -0
  499. package/dist/esm/types/list-isolation-files-response.d.ts +41 -0
  500. package/dist/esm/types/list-isolation-files-response.d.ts.map +1 -0
  501. package/dist/esm/types/list-mlpasset-tasks-request.d.ts +50 -0
  502. package/dist/esm/types/list-mlpasset-tasks-request.d.ts.map +1 -0
  503. package/dist/esm/types/list-mlpasset-tasks-response.d.ts +41 -0
  504. package/dist/esm/types/list-mlpasset-tasks-response.d.ts.map +1 -0
  505. package/dist/esm/types/list-monitor-policies-request.d.ts +95 -0
  506. package/dist/esm/types/list-monitor-policies-request.d.ts.map +1 -0
  507. package/dist/esm/types/list-monitor-policies-response.d.ts +41 -0
  508. package/dist/esm/types/list-monitor-policies-response.d.ts.map +1 -0
  509. package/dist/esm/types/list-ordered-hosts-basic-infos-request.d.ts +51 -0
  510. package/dist/esm/types/list-ordered-hosts-basic-infos-request.d.ts.map +1 -0
  511. package/dist/esm/types/list-ordered-hosts-basic-infos-response.d.ts +41 -0
  512. package/dist/esm/types/list-ordered-hosts-basic-infos-response.d.ts.map +1 -0
  513. package/dist/esm/types/list-scan-sub-tasks-request.d.ts +55 -0
  514. package/dist/esm/types/list-scan-sub-tasks-request.d.ts.map +1 -0
  515. package/dist/esm/types/list-scan-sub-tasks-response.d.ts +41 -0
  516. package/dist/esm/types/list-scan-sub-tasks-response.d.ts.map +1 -0
  517. package/dist/esm/types/list-varmor-policies-request.d.ts +90 -0
  518. package/dist/esm/types/list-varmor-policies-request.d.ts.map +1 -0
  519. package/dist/esm/types/list-varmor-policies-response.d.ts +41 -0
  520. package/dist/esm/types/list-varmor-policies-response.d.ts.map +1 -0
  521. package/dist/esm/types/list-vul-by-pod-request.d.ts +125 -0
  522. package/dist/esm/types/list-vul-by-pod-request.d.ts.map +1 -0
  523. package/dist/esm/types/list-vul-by-pod-response.d.ts +41 -0
  524. package/dist/esm/types/list-vul-by-pod-response.d.ts.map +1 -0
  525. package/dist/esm/types/list-vul-detail-request.d.ts +56 -0
  526. package/dist/esm/types/list-vul-detail-request.d.ts.map +1 -0
  527. package/dist/esm/types/list-vul-detail-response.d.ts +41 -0
  528. package/dist/esm/types/list-vul-detail-response.d.ts.map +1 -0
  529. package/dist/esm/types/list-vul-host-by-pod-request.d.ts +85 -0
  530. package/dist/esm/types/list-vul-host-by-pod-request.d.ts.map +1 -0
  531. package/dist/esm/types/list-vul-host-by-pod-response.d.ts +41 -0
  532. package/dist/esm/types/list-vul-host-by-pod-response.d.ts.map +1 -0
  533. package/dist/esm/types/location-for-get-geo-location-output.d.ts +30 -0
  534. package/dist/esm/types/location-for-get-geo-location-output.d.ts.map +1 -0
  535. package/dist/esm/types/manager-resource-limit-for-batch-install-varmor-apps-input.d.ts +40 -0
  536. package/dist/esm/types/manager-resource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
  537. package/dist/esm/types/manager-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts +40 -0
  538. package/dist/esm/types/manager-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
  539. package/dist/esm/types/manager-resource-limit-for-update-varmor-app-config-input.d.ts +40 -0
  540. package/dist/esm/types/manager-resource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
  541. package/dist/esm/types/operation-list-for-list-batch-endpoint-handle-methods-output.d.ts +41 -0
  542. package/dist/esm/types/operation-list-for-list-batch-endpoint-handle-methods-output.d.ts.map +1 -0
  543. package/dist/esm/types/point-info-for-describe-last-week-file-change-trends-output.d.ts +30 -0
  544. package/dist/esm/types/point-info-for-describe-last-week-file-change-trends-output.d.ts.map +1 -0
  545. package/dist/esm/types/policy-status-stat-for-get-policy-statistics-output.d.ts +30 -0
  546. package/dist/esm/types/policy-status-stat-for-get-policy-statistics-output.d.ts.map +1 -0
  547. package/dist/esm/types/proc-list-for-list-batch-endpoint-handle-methods-output.d.ts +35 -0
  548. package/dist/esm/types/proc-list-for-list-batch-endpoint-handle-methods-output.d.ts.map +1 -0
  549. package/dist/esm/types/process-for-handle-endpoint-alarms-input.d.ts +35 -0
  550. package/dist/esm/types/process-for-handle-endpoint-alarms-input.d.ts.map +1 -0
  551. package/dist/esm/types/protect-host-for-get-multi-level-auth-detail-output.d.ts +35 -0
  552. package/dist/esm/types/protect-host-for-get-multi-level-auth-detail-output.d.ts.map +1 -0
  553. package/dist/esm/types/range-for-list-auto-defense-rules-output.d.ts +46 -0
  554. package/dist/esm/types/range-for-list-auto-defense-rules-output.d.ts.map +1 -0
  555. package/dist/esm/types/refresh-varmor-info-request.d.ts +20 -0
  556. package/dist/esm/types/refresh-varmor-info-request.d.ts.map +1 -0
  557. package/dist/esm/types/refresh-varmor-info-response.d.ts +25 -0
  558. package/dist/esm/types/refresh-varmor-info-response.d.ts.map +1 -0
  559. package/dist/esm/types/relate-alarm-info-for-list-ban-iplist-output.d.ts +30 -0
  560. package/dist/esm/types/relate-alarm-info-for-list-ban-iplist-output.d.ts.map +1 -0
  561. package/dist/esm/types/resource-limit-for-batch-install-varmor-apps-input.d.ts +44 -0
  562. package/dist/esm/types/resource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
  563. package/dist/esm/types/resource-limit-for-list-clusters-and-varmor-apps-output.d.ts +44 -0
  564. package/dist/esm/types/resource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
  565. package/dist/esm/types/resource-limit-for-update-varmor-app-config-input.d.ts +44 -0
  566. package/dist/esm/types/resource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
  567. package/dist/esm/types/retry-ipoperation-request.d.ts +30 -0
  568. package/dist/esm/types/retry-ipoperation-request.d.ts.map +1 -0
  569. package/dist/esm/types/retry-ipoperation-response.d.ts +25 -0
  570. package/dist/esm/types/retry-ipoperation-response.d.ts.map +1 -0
  571. package/dist/esm/types/risk-for-get-offline-notification-list-output.d.ts +40 -0
  572. package/dist/esm/types/risk-for-get-offline-notification-list-output.d.ts.map +1 -0
  573. package/dist/esm/types/risk-for-list-asset-center-hosts-input.d.ts +40 -0
  574. package/dist/esm/types/risk-for-list-asset-center-hosts-input.d.ts.map +1 -0
  575. package/dist/esm/types/risk-for-list-asset-center-hosts-output.d.ts +40 -0
  576. package/dist/esm/types/risk-for-list-asset-center-hosts-output.d.ts.map +1 -0
  577. package/dist/esm/types/risk-for-list-hosts-basic-infos-input.d.ts +40 -0
  578. package/dist/esm/types/risk-for-list-hosts-basic-infos-input.d.ts.map +1 -0
  579. package/dist/esm/types/risk-num-for-list-baseline-host-item-hosts-output.d.ts +35 -0
  580. package/dist/esm/types/risk-num-for-list-baseline-host-item-hosts-output.d.ts.map +1 -0
  581. package/dist/esm/types/risky-for-get-socprecaution-baseline-stats-output.d.ts +45 -0
  582. package/dist/esm/types/risky-for-get-socprecaution-baseline-stats-output.d.ts.map +1 -0
  583. package/dist/esm/types/rule-list-for-get-brute-force-ban-config-output.d.ts +45 -0
  584. package/dist/esm/types/rule-list-for-get-brute-force-ban-config-output.d.ts.map +1 -0
  585. package/dist/esm/types/rule-list-for-set-brute-force-ban-config-input.d.ts +45 -0
  586. package/dist/esm/types/rule-list-for-set-brute-force-ban-config-input.d.ts.map +1 -0
  587. package/dist/esm/types/score-for-get-security-overview-score-stats-output.d.ts +30 -0
  588. package/dist/esm/types/score-for-get-security-overview-score-stats-output.d.ts.map +1 -0
  589. package/dist/esm/types/score-for-get-socasset-security-score-output.d.ts +30 -0
  590. package/dist/esm/types/score-for-get-socasset-security-score-output.d.ts.map +1 -0
  591. package/dist/esm/types/set-aialarm-judge-config-request.d.ts +40 -0
  592. package/dist/esm/types/set-aialarm-judge-config-request.d.ts.map +1 -0
  593. package/dist/esm/types/set-aialarm-judge-config-response.d.ts +20 -0
  594. package/dist/esm/types/set-aialarm-judge-config-response.d.ts.map +1 -0
  595. package/dist/esm/types/set-brute-force-ban-config-request.d.ts +91 -0
  596. package/dist/esm/types/set-brute-force-ban-config-request.d.ts.map +1 -0
  597. package/dist/esm/types/set-brute-force-ban-config-response.d.ts +20 -0
  598. package/dist/esm/types/set-brute-force-ban-config-response.d.ts.map +1 -0
  599. package/dist/esm/types/set-custom-weak-passwords-request.d.ts +25 -0
  600. package/dist/esm/types/set-custom-weak-passwords-request.d.ts.map +1 -0
  601. package/dist/esm/types/set-custom-weak-passwords-response.d.ts +25 -0
  602. package/dist/esm/types/set-custom-weak-passwords-response.d.ts.map +1 -0
  603. package/dist/esm/types/software-list-for-list-vul-detail-output.d.ts +35 -0
  604. package/dist/esm/types/software-list-for-list-vul-detail-output.d.ts.map +1 -0
  605. package/dist/esm/types/stop-mlpasset-sync-task-request.d.ts +25 -0
  606. package/dist/esm/types/stop-mlpasset-sync-task-request.d.ts.map +1 -0
  607. package/dist/esm/types/stop-mlpasset-sync-task-response.d.ts +25 -0
  608. package/dist/esm/types/stop-mlpasset-sync-task-response.d.ts.map +1 -0
  609. package/dist/esm/types/un-ban-ipitem-request.d.ts +25 -0
  610. package/dist/esm/types/un-ban-ipitem-request.d.ts.map +1 -0
  611. package/dist/esm/types/un-ban-ipitem-response.d.ts +30 -0
  612. package/dist/esm/types/un-ban-ipitem-response.d.ts.map +1 -0
  613. package/dist/esm/types/unbind-mlpauth-request.d.ts +25 -0
  614. package/dist/esm/types/unbind-mlpauth-request.d.ts.map +1 -0
  615. package/dist/esm/types/unbind-mlpauth-response.d.ts +25 -0
  616. package/dist/esm/types/unbind-mlpauth-response.d.ts.map +1 -0
  617. package/dist/esm/types/unhandled-for-get-socasset-alarm-stats-output.d.ts +45 -0
  618. package/dist/esm/types/unhandled-for-get-socasset-alarm-stats-output.d.ts.map +1 -0
  619. package/dist/esm/types/unhandled-for-get-socasset-vuln-stats-output.d.ts +45 -0
  620. package/dist/esm/types/unhandled-for-get-socasset-vuln-stats-output.d.ts.map +1 -0
  621. package/dist/esm/types/update-auto-protect-config-request.d.ts +25 -0
  622. package/dist/esm/types/update-auto-protect-config-request.d.ts.map +1 -0
  623. package/dist/esm/types/update-auto-protect-config-response.d.ts +30 -0
  624. package/dist/esm/types/update-auto-protect-config-response.d.ts.map +1 -0
  625. package/dist/esm/types/update-baseline-check-config-switch-request.d.ts +30 -0
  626. package/dist/esm/types/update-baseline-check-config-switch-request.d.ts.map +1 -0
  627. package/dist/esm/types/update-baseline-check-config-switch-response.d.ts +25 -0
  628. package/dist/esm/types/update-baseline-check-config-switch-response.d.ts.map +1 -0
  629. package/dist/esm/types/update-cloud-provider-request.d.ts +30 -0
  630. package/dist/esm/types/update-cloud-provider-request.d.ts.map +1 -0
  631. package/dist/esm/types/update-cloud-provider-response.d.ts +40 -0
  632. package/dist/esm/types/update-cloud-provider-response.d.ts.map +1 -0
  633. package/dist/esm/types/update-offline-notification-config-request.d.ts +30 -0
  634. package/dist/esm/types/update-offline-notification-config-request.d.ts.map +1 -0
  635. package/dist/esm/types/update-offline-notification-config-response.d.ts +25 -0
  636. package/dist/esm/types/update-offline-notification-config-response.d.ts.map +1 -0
  637. package/dist/esm/types/update-varmor-app-config-request.d.ts +41 -0
  638. package/dist/esm/types/update-varmor-app-config-request.d.ts.map +1 -0
  639. package/dist/esm/types/update-varmor-app-config-response.d.ts +25 -0
  640. package/dist/esm/types/update-varmor-app-config-response.d.ts.map +1 -0
  641. package/dist/esm/types/update-varmor-policy-request.d.ts +40 -0
  642. package/dist/esm/types/update-varmor-policy-request.d.ts.map +1 -0
  643. package/dist/esm/types/update-varmor-policy-response.d.ts +25 -0
  644. package/dist/esm/types/update-varmor-policy-response.d.ts.map +1 -0
  645. package/dist/esm/types/update-varmor-tlsinfo-request.d.ts +25 -0
  646. package/dist/esm/types/update-varmor-tlsinfo-request.d.ts.map +1 -0
  647. package/dist/esm/types/update-varmor-tlsinfo-response.d.ts +25 -0
  648. package/dist/esm/types/update-varmor-tlsinfo-response.d.ts.map +1 -0
  649. package/dist/esm/types/varmor-config-for-list-clusters-and-varmor-apps-output.d.ts +36 -0
  650. package/dist/esm/types/varmor-config-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
  651. package/dist/esm/types/varmor-simple-config-for-batch-install-varmor-apps-input.d.ts +56 -0
  652. package/dist/esm/types/varmor-simple-config-for-batch-install-varmor-apps-input.d.ts.map +1 -0
  653. package/dist/esm/types/varmor-simple-config-for-list-clusters-and-varmor-apps-output.d.ts +56 -0
  654. package/dist/esm/types/varmor-simple-config-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
  655. package/dist/esm/types/varmor-simple-config-for-update-varmor-app-config-input.d.ts +56 -0
  656. package/dist/esm/types/varmor-simple-config-for-update-varmor-app-config-input.d.ts.map +1 -0
  657. package/dist/esm/types/varmor-status-stat-for-get-cluster-statistics-output.d.ts +30 -0
  658. package/dist/esm/types/varmor-status-stat-for-get-cluster-statistics-output.d.ts.map +1 -0
  659. package/dist/tsconfig.tsbuildinfo +1 -0
  660. package/package.json +37 -0
  661. package/rslib.config.ts +26 -0
  662. package/src/api.ts +1939 -0
  663. package/src/index.ts +14 -0
  664. package/src/types/add-baseline-check-config-request.ts +89 -0
  665. package/src/types/add-baseline-check-config-response.ts +28 -0
  666. package/src/types/add-monitor-policy-request.ts +101 -0
  667. package/src/types/add-monitor-policy-response.ts +22 -0
  668. package/src/types/agent-resource-limit-for-batch-install-varmor-apps-input.ts +46 -0
  669. package/src/types/agent-resource-limit-for-list-clusters-and-varmor-apps-output.ts +46 -0
  670. package/src/types/agent-resource-limit-for-update-varmor-app-config-input.ts +46 -0
  671. package/src/types/app-sec-for-get-multi-level-auth-detail-output.ts +40 -0
  672. package/src/types/armor-profile-info-for-get-varmor-policy-output.ts +52 -0
  673. package/src/types/armor-profile-info-for-list-varmor-policies-output.ts +52 -0
  674. package/src/types/attribution-list-for-list-file-monitor-alarms-output.ts +34 -0
  675. package/src/types/attribution-list-for-list-hids-alarms-output.ts +34 -0
  676. package/src/types/ban-alarm-iprequest.ts +40 -0
  677. package/src/types/ban-alarm-ipresponse.ts +28 -0
  678. package/src/types/baseline-info-for-list-baseline-check-items-output.ts +112 -0
  679. package/src/types/baseline-info-for-list-baseline-host-item-hosts-output.ts +125 -0
  680. package/src/types/baseline-list-for-add-baseline-check-config-input.ts +34 -0
  681. package/src/types/baseline-list-for-edit-baseline-check-config-input.ts +34 -0
  682. package/src/types/baseline-list-for-list-baseline-basic-info-output.ts +46 -0
  683. package/src/types/baseline-list-for-list-baseline-check-config-output.ts +34 -0
  684. package/src/types/batch-delete-varmor-policies-request.ts +28 -0
  685. package/src/types/batch-delete-varmor-policies-response.ts +41 -0
  686. package/src/types/batch-install-varmor-apps-request.ts +59 -0
  687. package/src/types/batch-install-varmor-apps-response.ts +41 -0
  688. package/src/types/batch-uninstall-varmor-apps-request.ts +28 -0
  689. package/src/types/batch-uninstall-varmor-apps-response.ts +41 -0
  690. package/src/types/batch-upgrade-varmor-apps-request.ts +34 -0
  691. package/src/types/batch-upgrade-varmor-apps-response.ts +41 -0
  692. package/src/types/behavior-resource-limit-for-batch-install-varmor-apps-input.ts +46 -0
  693. package/src/types/behavior-resource-limit-for-list-clusters-and-varmor-apps-output.ts +46 -0
  694. package/src/types/behavior-resource-limit-for-update-varmor-app-config-input.ts +46 -0
  695. package/src/types/bind-mlpauth-request.ts +28 -0
  696. package/src/types/bind-mlpauth-response.ts +28 -0
  697. package/src/types/bpfresource-limit-for-batch-install-varmor-apps-input.ts +46 -0
  698. package/src/types/bpfresource-limit-for-list-clusters-and-varmor-apps-output.ts +46 -0
  699. package/src/types/bpfresource-limit-for-update-varmor-app-config-input.ts +46 -0
  700. package/src/types/check-alarm-support-ban-iprequest.ts +40 -0
  701. package/src/types/check-alarm-support-ban-ipresponse.ts +52 -0
  702. package/src/types/check-monitor-policy-request.ts +64 -0
  703. package/src/types/check-monitor-policy-response.ts +28 -0
  704. package/src/types/cluster-for-list-file-monitor-alarms-output.ts +58 -0
  705. package/src/types/cluster-for-list-hids-alarms-output.ts +58 -0
  706. package/src/types/cluster-hardening-stats-for-get-policy-statistics-output.ts +34 -0
  707. package/src/types/cluster-sec-for-get-multi-level-auth-detail-output.ts +40 -0
  708. package/src/types/conditions-for-export-file-monitor-alarm-list-data-input.ts +286 -0
  709. package/src/types/conditions-for-list-asset-center-hosts-input.ts +149 -0
  710. package/src/types/conditions-for-list-hosts-basic-infos-input.ts +149 -0
  711. package/src/types/conditions-for-list-ordered-hosts-basic-infos-input.ts +100 -0
  712. package/src/types/conditions-for-list-vul-detail-input.ts +76 -0
  713. package/src/types/control-monitor-policy-request.ts +34 -0
  714. package/src/types/control-monitor-policy-response.ts +28 -0
  715. package/src/types/convert-data-for-get-alarm-trace-raw-data-output.ts +29 -0
  716. package/src/types/create-mlpasset-sync-task-request.ts +28 -0
  717. package/src/types/create-mlpasset-sync-task-response.ts +28 -0
  718. package/src/types/create-varmor-policy-request.ts +34 -0
  719. package/src/types/create-varmor-policy-response.ts +41 -0
  720. package/src/types/data-for-describe-file-change-trend-top5-output.ts +34 -0
  721. package/src/types/data-for-get-alarm-rule-list-output.ts +76 -0
  722. package/src/types/data-for-get-alarm-trace-raw-data-output.ts +22 -0
  723. package/src/types/data-for-get-auto-isolate-agent-list-output.ts +83 -0
  724. package/src/types/data-for-get-fingerprint-env-output.ts +94 -0
  725. package/src/types/data-for-get-host-volume-output.ts +64 -0
  726. package/src/types/data-for-get-mlpasset-sync-task-detail-output.ts +70 -0
  727. package/src/types/data-for-get-offline-notification-list-output.ts +216 -0
  728. package/src/types/data-for-get-socasset-instance-protect-status-output.ts +46 -0
  729. package/src/types/data-for-list-agent-proxies-output.ts +52 -0
  730. package/src/types/data-for-list-agent-proxy-servers-output.ts +58 -0
  731. package/src/types/data-for-list-asset-center-hosts-output.ts +210 -0
  732. package/src/types/data-for-list-asset-namespaces-output.ts +58 -0
  733. package/src/types/data-for-list-auto-defense-rules-output.ts +95 -0
  734. package/src/types/data-for-list-ban-iplist-output.ts +114 -0
  735. package/src/types/data-for-list-baseline-basic-info-output.ts +47 -0
  736. package/src/types/data-for-list-baseline-check-config-output.ts +143 -0
  737. package/src/types/data-for-list-baseline-check-items-output.ts +35 -0
  738. package/src/types/data-for-list-baseline-for-group-policy-output.ts +46 -0
  739. package/src/types/data-for-list-baseline-host-item-hosts-output.ts +35 -0
  740. package/src/types/data-for-list-check-config-related-baseline-output.ts +46 -0
  741. package/src/types/data-for-list-clean-history-output.ts +94 -0
  742. package/src/types/data-for-list-cloud-envs-output.ts +76 -0
  743. package/src/types/data-for-list-clusters-and-varmor-apps-output.ts +130 -0
  744. package/src/types/data-for-list-file-monitor-alarms-output.ts +301 -0
  745. package/src/types/data-for-list-fingerprint-collect-config-output.ts +76 -0
  746. package/src/types/data-for-list-hids-alarms-output.ts +301 -0
  747. package/src/types/data-for-list-hosts-basic-infos-output.ts +185 -0
  748. package/src/types/data-for-list-isolation-files-output.ts +131 -0
  749. package/src/types/data-for-list-mlpasset-tasks-output.ts +70 -0
  750. package/src/types/data-for-list-monitor-policies-output.ts +143 -0
  751. package/src/types/data-for-list-ordered-hosts-basic-infos-output.ts +125 -0
  752. package/src/types/data-for-list-scan-sub-tasks-output.ts +58 -0
  753. package/src/types/data-for-list-varmor-policies-output.ts +123 -0
  754. package/src/types/data-for-list-vul-by-pod-output.ts +119 -0
  755. package/src/types/data-for-list-vul-detail-output.ts +185 -0
  756. package/src/types/data-for-list-vul-host-by-pod-output.ts +88 -0
  757. package/src/types/delete-baseline-check-config-request.ts +28 -0
  758. package/src/types/delete-baseline-check-config-response.ts +28 -0
  759. package/src/types/delete-monitor-policy-request.ts +28 -0
  760. package/src/types/delete-monitor-policy-response.ts +22 -0
  761. package/src/types/describe-file-change-trend-top5-request.ts +22 -0
  762. package/src/types/describe-file-change-trend-top5-response.ts +29 -0
  763. package/src/types/describe-file-monitor-overview-request.ts +22 -0
  764. package/src/types/describe-file-monitor-overview-response.ts +34 -0
  765. package/src/types/describe-last-week-file-change-trends-request.ts +22 -0
  766. package/src/types/describe-last-week-file-change-trends-response.ts +41 -0
  767. package/src/types/detect-baseline-by-check-config-request.ts +28 -0
  768. package/src/types/detect-baseline-by-check-config-response.ts +28 -0
  769. package/src/types/directory-list-for-add-monitor-policy-input.ts +52 -0
  770. package/src/types/directory-list-for-edit-monitor-policy-input.ts +52 -0
  771. package/src/types/directory-list-for-get-monitor-policy-directory-output.ts +52 -0
  772. package/src/types/directory-list-for-list-monitor-policies-output.ts +52 -0
  773. package/src/types/ecs-instance-for-get-auto-isolate-agent-list-output.ts +154 -0
  774. package/src/types/ecs-instance-for-get-offline-notification-list-output.ts +154 -0
  775. package/src/types/ecs-instance-for-list-asset-center-hosts-output.ts +154 -0
  776. package/src/types/ecs-instance-for-list-ban-iplist-output.ts +154 -0
  777. package/src/types/ecs-instance-for-list-hosts-basic-infos-output.ts +154 -0
  778. package/src/types/ecs-instance-for-list-ordered-hosts-basic-infos-output.ts +154 -0
  779. package/src/types/edit-baseline-check-config-request.ts +95 -0
  780. package/src/types/edit-baseline-check-config-response.ts +28 -0
  781. package/src/types/edit-fingerprint-collect-config-request.ts +58 -0
  782. package/src/types/edit-fingerprint-collect-config-response.ts +28 -0
  783. package/src/types/edit-monitor-policy-request.ts +107 -0
  784. package/src/types/edit-monitor-policy-response.ts +22 -0
  785. package/src/types/export-file-monitor-alarm-list-data-request.ts +35 -0
  786. package/src/types/export-file-monitor-alarm-list-data-response.ts +28 -0
  787. package/src/types/failed-list-for-batch-delete-varmor-policies-output.ts +34 -0
  788. package/src/types/failed-list-for-batch-install-varmor-apps-output.ts +34 -0
  789. package/src/types/failed-list-for-batch-uninstall-varmor-apps-output.ts +34 -0
  790. package/src/types/failed-list-for-batch-upgrade-varmor-apps-output.ts +34 -0
  791. package/src/types/failed-list-for-create-varmor-policy-output.ts +34 -0
  792. package/src/types/file-for-handle-endpoint-alarms-input.ts +34 -0
  793. package/src/types/filter-for-list-asset-namespaces-input.ts +40 -0
  794. package/src/types/get-aialarm-judge-config-request.ts +22 -0
  795. package/src/types/get-aialarm-judge-config-response.ts +46 -0
  796. package/src/types/get-alarm-rule-list-request.ts +76 -0
  797. package/src/types/get-alarm-rule-list-response.ts +47 -0
  798. package/src/types/get-alarm-trace-raw-data-request.ts +82 -0
  799. package/src/types/get-alarm-trace-raw-data-response.ts +47 -0
  800. package/src/types/get-all-monitor-suffix-list-request.ts +22 -0
  801. package/src/types/get-all-monitor-suffix-list-response.ts +28 -0
  802. package/src/types/get-armor-profile-request.ts +40 -0
  803. package/src/types/get-armor-profile-response.ts +52 -0
  804. package/src/types/get-auto-isolate-agent-list-request.ts +88 -0
  805. package/src/types/get-auto-isolate-agent-list-response.ts +47 -0
  806. package/src/types/get-auto-protect-config-request.ts +22 -0
  807. package/src/types/get-auto-protect-config-response.ts +34 -0
  808. package/src/types/get-brute-force-ban-cap-params-request.ts +22 -0
  809. package/src/types/get-brute-force-ban-cap-params-response.ts +28 -0
  810. package/src/types/get-brute-force-ban-config-request.ts +28 -0
  811. package/src/types/get-brute-force-ban-config-response.ts +89 -0
  812. package/src/types/get-brute-force-ban-statistics-request.ts +28 -0
  813. package/src/types/get-brute-force-ban-statistics-response.ts +34 -0
  814. package/src/types/get-cluster-statistics-request.ts +22 -0
  815. package/src/types/get-cluster-statistics-response.ts +53 -0
  816. package/src/types/get-custom-weak-passwords-request.ts +22 -0
  817. package/src/types/get-custom-weak-passwords-response.ts +46 -0
  818. package/src/types/get-fingerprint-env-request.ts +112 -0
  819. package/src/types/get-fingerprint-env-response.ts +47 -0
  820. package/src/types/get-geo-location-request.ts +28 -0
  821. package/src/types/get-geo-location-response.ts +29 -0
  822. package/src/types/get-host-volume-request.ts +52 -0
  823. package/src/types/get-host-volume-response.ts +47 -0
  824. package/src/types/get-mlpasset-sync-task-detail-request.ts +28 -0
  825. package/src/types/get-mlpasset-sync-task-detail-response.ts +29 -0
  826. package/src/types/get-mlpasset-sync-task-status-request.ts +28 -0
  827. package/src/types/get-mlpasset-sync-task-status-response.ts +46 -0
  828. package/src/types/get-monitor-policy-directory-request.ts +28 -0
  829. package/src/types/get-monitor-policy-directory-response.ts +29 -0
  830. package/src/types/get-multi-level-auth-detail-request.ts +22 -0
  831. package/src/types/get-multi-level-auth-detail-response.ts +49 -0
  832. package/src/types/get-offline-notification-config-request.ts +22 -0
  833. package/src/types/get-offline-notification-config-response.ts +34 -0
  834. package/src/types/get-offline-notification-list-request.ts +94 -0
  835. package/src/types/get-offline-notification-list-response.ts +47 -0
  836. package/src/types/get-policy-statistics-request.ts +22 -0
  837. package/src/types/get-policy-statistics-response.ts +48 -0
  838. package/src/types/get-security-overview-score-stats-request.ts +28 -0
  839. package/src/types/get-security-overview-score-stats-response.ts +35 -0
  840. package/src/types/get-socasset-alarm-stats-request.ts +28 -0
  841. package/src/types/get-socasset-alarm-stats-response.ts +47 -0
  842. package/src/types/get-socasset-instance-protect-status-request.ts +28 -0
  843. package/src/types/get-socasset-instance-protect-status-response.ts +29 -0
  844. package/src/types/get-socasset-security-score-request.ts +28 -0
  845. package/src/types/get-socasset-security-score-response.ts +35 -0
  846. package/src/types/get-socasset-vuln-stats-request.ts +28 -0
  847. package/src/types/get-socasset-vuln-stats-response.ts +47 -0
  848. package/src/types/get-socprecaution-baseline-stats-request.ts +28 -0
  849. package/src/types/get-socprecaution-baseline-stats-response.ts +41 -0
  850. package/src/types/get-varmor-config-yamlrequest.ts +28 -0
  851. package/src/types/get-varmor-config-yamlresponse.ts +28 -0
  852. package/src/types/get-varmor-policy-request.ts +34 -0
  853. package/src/types/get-varmor-policy-response.ts +107 -0
  854. package/src/types/get-varmor-tlsinfo-request.ts +22 -0
  855. package/src/types/get-varmor-tlsinfo-response.ts +46 -0
  856. package/src/types/handle-endpoint-alarms-request.ts +35 -0
  857. package/src/types/handle-endpoint-alarms-response.ts +22 -0
  858. package/src/types/handle-list-for-handle-endpoint-alarms-input.ts +48 -0
  859. package/src/types/host-for-list-file-monitor-alarms-output.ts +52 -0
  860. package/src/types/host-for-list-hids-alarms-output.ts +52 -0
  861. package/src/types/host-for-list-isolation-files-output.ts +52 -0
  862. package/src/types/host-info-for-list-ban-iplist-output.ts +65 -0
  863. package/src/types/host-list-for-list-auto-defense-rules-output.ts +52 -0
  864. package/src/types/index.ts +324 -0
  865. package/src/types/infect-status-for-list-vul-by-pod-output.ts +40 -0
  866. package/src/types/list-agent-proxies-request.ts +64 -0
  867. package/src/types/list-agent-proxies-response.ts +47 -0
  868. package/src/types/list-agent-proxy-servers-request.ts +52 -0
  869. package/src/types/list-agent-proxy-servers-response.ts +47 -0
  870. package/src/types/list-asset-center-hosts-request.ts +59 -0
  871. package/src/types/list-asset-center-hosts-response.ts +47 -0
  872. package/src/types/list-asset-namespaces-request.ts +53 -0
  873. package/src/types/list-asset-namespaces-response.ts +47 -0
  874. package/src/types/list-auto-defense-rules-request.ts +52 -0
  875. package/src/types/list-auto-defense-rules-response.ts +47 -0
  876. package/src/types/list-ban-iplist-request.ts +130 -0
  877. package/src/types/list-ban-iplist-response.ts +47 -0
  878. package/src/types/list-baseline-basic-info-request.ts +46 -0
  879. package/src/types/list-baseline-basic-info-response.ts +47 -0
  880. package/src/types/list-baseline-check-config-request.ts +46 -0
  881. package/src/types/list-baseline-check-config-response.ts +47 -0
  882. package/src/types/list-baseline-check-items-request.ts +64 -0
  883. package/src/types/list-baseline-check-items-response.ts +47 -0
  884. package/src/types/list-baseline-for-group-policy-request.ts +28 -0
  885. package/src/types/list-baseline-for-group-policy-response.ts +29 -0
  886. package/src/types/list-baseline-host-item-hosts-request.ts +152 -0
  887. package/src/types/list-baseline-host-item-hosts-response.ts +47 -0
  888. package/src/types/list-batch-endpoint-handle-methods-request.ts +34 -0
  889. package/src/types/list-batch-endpoint-handle-methods-response.ts +35 -0
  890. package/src/types/list-check-config-related-baseline-request.ts +58 -0
  891. package/src/types/list-check-config-related-baseline-response.ts +47 -0
  892. package/src/types/list-clean-history-request.ts +94 -0
  893. package/src/types/list-clean-history-response.ts +47 -0
  894. package/src/types/list-cloud-envs-request.ts +76 -0
  895. package/src/types/list-cloud-envs-response.ts +47 -0
  896. package/src/types/list-cluster-varmor-version-history-request.ts +52 -0
  897. package/src/types/list-cluster-varmor-version-history-response.ts +22 -0
  898. package/src/types/list-clusters-and-varmor-apps-request.ts +82 -0
  899. package/src/types/list-clusters-and-varmor-apps-response.ts +47 -0
  900. package/src/types/list-file-monitor-alarms-request.ts +304 -0
  901. package/src/types/list-file-monitor-alarms-response.ts +47 -0
  902. package/src/types/list-fingerprint-collect-config-request.ts +34 -0
  903. package/src/types/list-fingerprint-collect-config-response.ts +47 -0
  904. package/src/types/list-hids-alarms-request.ts +286 -0
  905. package/src/types/list-hids-alarms-response.ts +47 -0
  906. package/src/types/list-hosts-basic-infos-request.ts +59 -0
  907. package/src/types/list-hosts-basic-infos-response.ts +47 -0
  908. package/src/types/list-isolation-files-request.ts +118 -0
  909. package/src/types/list-isolation-files-response.ts +47 -0
  910. package/src/types/list-mlpasset-tasks-request.ts +58 -0
  911. package/src/types/list-mlpasset-tasks-response.ts +47 -0
  912. package/src/types/list-monitor-policies-request.ts +112 -0
  913. package/src/types/list-monitor-policies-response.ts +47 -0
  914. package/src/types/list-ordered-hosts-basic-infos-request.ts +59 -0
  915. package/src/types/list-ordered-hosts-basic-infos-response.ts +47 -0
  916. package/src/types/list-scan-sub-tasks-request.ts +64 -0
  917. package/src/types/list-scan-sub-tasks-response.ts +47 -0
  918. package/src/types/list-varmor-policies-request.ts +106 -0
  919. package/src/types/list-varmor-policies-response.ts +47 -0
  920. package/src/types/list-vul-by-pod-request.ts +148 -0
  921. package/src/types/list-vul-by-pod-response.ts +47 -0
  922. package/src/types/list-vul-detail-request.ts +65 -0
  923. package/src/types/list-vul-detail-response.ts +47 -0
  924. package/src/types/list-vul-host-by-pod-request.ts +100 -0
  925. package/src/types/list-vul-host-by-pod-response.ts +47 -0
  926. package/src/types/location-for-get-geo-location-output.ts +34 -0
  927. package/src/types/manager-resource-limit-for-batch-install-varmor-apps-input.ts +46 -0
  928. package/src/types/manager-resource-limit-for-list-clusters-and-varmor-apps-output.ts +46 -0
  929. package/src/types/manager-resource-limit-for-update-varmor-app-config-input.ts +46 -0
  930. package/src/types/operation-list-for-list-batch-endpoint-handle-methods-output.ts +47 -0
  931. package/src/types/point-info-for-describe-last-week-file-change-trends-output.ts +34 -0
  932. package/src/types/policy-status-stat-for-get-policy-statistics-output.ts +34 -0
  933. package/src/types/proc-list-for-list-batch-endpoint-handle-methods-output.ts +40 -0
  934. package/src/types/process-for-handle-endpoint-alarms-input.ts +40 -0
  935. package/src/types/protect-host-for-get-multi-level-auth-detail-output.ts +40 -0
  936. package/src/types/range-for-list-auto-defense-rules-output.ts +53 -0
  937. package/src/types/refresh-varmor-info-request.ts +22 -0
  938. package/src/types/refresh-varmor-info-response.ts +28 -0
  939. package/src/types/relate-alarm-info-for-list-ban-iplist-output.ts +34 -0
  940. package/src/types/resource-limit-for-batch-install-varmor-apps-input.ts +50 -0
  941. package/src/types/resource-limit-for-list-clusters-and-varmor-apps-output.ts +50 -0
  942. package/src/types/resource-limit-for-update-varmor-app-config-input.ts +50 -0
  943. package/src/types/retry-ipoperation-request.ts +34 -0
  944. package/src/types/retry-ipoperation-response.ts +28 -0
  945. package/src/types/risk-for-get-offline-notification-list-output.ts +46 -0
  946. package/src/types/risk-for-list-asset-center-hosts-input.ts +46 -0
  947. package/src/types/risk-for-list-asset-center-hosts-output.ts +46 -0
  948. package/src/types/risk-for-list-hosts-basic-infos-input.ts +46 -0
  949. package/src/types/risk-num-for-list-baseline-host-item-hosts-output.ts +40 -0
  950. package/src/types/risky-for-get-socprecaution-baseline-stats-output.ts +52 -0
  951. package/src/types/rule-list-for-get-brute-force-ban-config-output.ts +52 -0
  952. package/src/types/rule-list-for-set-brute-force-ban-config-input.ts +52 -0
  953. package/src/types/score-for-get-security-overview-score-stats-output.ts +34 -0
  954. package/src/types/score-for-get-socasset-security-score-output.ts +34 -0
  955. package/src/types/set-aialarm-judge-config-request.ts +46 -0
  956. package/src/types/set-aialarm-judge-config-response.ts +22 -0
  957. package/src/types/set-brute-force-ban-config-request.ts +107 -0
  958. package/src/types/set-brute-force-ban-config-response.ts +22 -0
  959. package/src/types/set-custom-weak-passwords-request.ts +28 -0
  960. package/src/types/set-custom-weak-passwords-response.ts +28 -0
  961. package/src/types/software-list-for-list-vul-detail-output.ts +40 -0
  962. package/src/types/stop-mlpasset-sync-task-request.ts +28 -0
  963. package/src/types/stop-mlpasset-sync-task-response.ts +28 -0
  964. package/src/types/un-ban-ipitem-request.ts +28 -0
  965. package/src/types/un-ban-ipitem-response.ts +34 -0
  966. package/src/types/unbind-mlpauth-request.ts +28 -0
  967. package/src/types/unbind-mlpauth-response.ts +28 -0
  968. package/src/types/unhandled-for-get-socasset-alarm-stats-output.ts +52 -0
  969. package/src/types/unhandled-for-get-socasset-vuln-stats-output.ts +52 -0
  970. package/src/types/update-auto-protect-config-request.ts +28 -0
  971. package/src/types/update-auto-protect-config-response.ts +34 -0
  972. package/src/types/update-baseline-check-config-switch-request.ts +34 -0
  973. package/src/types/update-baseline-check-config-switch-response.ts +28 -0
  974. package/src/types/update-cloud-provider-request.ts +34 -0
  975. package/src/types/update-cloud-provider-response.ts +46 -0
  976. package/src/types/update-offline-notification-config-request.ts +34 -0
  977. package/src/types/update-offline-notification-config-response.ts +28 -0
  978. package/src/types/update-varmor-app-config-request.ts +47 -0
  979. package/src/types/update-varmor-app-config-response.ts +28 -0
  980. package/src/types/update-varmor-policy-request.ts +46 -0
  981. package/src/types/update-varmor-policy-response.ts +28 -0
  982. package/src/types/update-varmor-tlsinfo-request.ts +28 -0
  983. package/src/types/update-varmor-tlsinfo-response.ts +28 -0
  984. package/src/types/varmor-config-for-list-clusters-and-varmor-apps-output.ts +41 -0
  985. package/src/types/varmor-simple-config-for-batch-install-varmor-apps-input.ts +65 -0
  986. package/src/types/varmor-simple-config-for-list-clusters-and-varmor-apps-output.ts +65 -0
  987. package/src/types/varmor-simple-config-for-update-varmor-app-config-input.ts +65 -0
  988. package/src/types/varmor-status-stat-for-get-cluster-statistics-output.ts +34 -0
  989. package/tsconfig.json +12 -0
@@ -0,0 +1,1123 @@
1
+ /**
2
+ * seccenter20240508
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
13
+ import { AddBaselineCheckConfigRequest } from './types/index';
14
+ import { AddBaselineCheckConfigResponse } from './types/index';
15
+ import { AddMonitorPolicyRequest } from './types/index';
16
+ import { AddMonitorPolicyResponse } from './types/index';
17
+ import { BanAlarmIPRequest } from './types/index';
18
+ import { BanAlarmIPResponse } from './types/index';
19
+ import { BatchDeleteVarmorPoliciesRequest } from './types/index';
20
+ import { BatchDeleteVarmorPoliciesResponse } from './types/index';
21
+ import { BatchInstallVarmorAppsRequest } from './types/index';
22
+ import { BatchInstallVarmorAppsResponse } from './types/index';
23
+ import { BatchUninstallVarmorAppsRequest } from './types/index';
24
+ import { BatchUninstallVarmorAppsResponse } from './types/index';
25
+ import { BatchUpgradeVarmorAppsRequest } from './types/index';
26
+ import { BatchUpgradeVarmorAppsResponse } from './types/index';
27
+ import { BindMLPAuthRequest } from './types/index';
28
+ import { BindMLPAuthResponse } from './types/index';
29
+ import { CheckAlarmSupportBanIPRequest } from './types/index';
30
+ import { CheckAlarmSupportBanIPResponse } from './types/index';
31
+ import { CheckMonitorPolicyRequest } from './types/index';
32
+ import { CheckMonitorPolicyResponse } from './types/index';
33
+ import { ControlMonitorPolicyRequest } from './types/index';
34
+ import { ControlMonitorPolicyResponse } from './types/index';
35
+ import { CreateMLPAssetSyncTaskRequest } from './types/index';
36
+ import { CreateMLPAssetSyncTaskResponse } from './types/index';
37
+ import { CreateVarmorPolicyRequest } from './types/index';
38
+ import { CreateVarmorPolicyResponse } from './types/index';
39
+ import { DeleteBaselineCheckConfigRequest } from './types/index';
40
+ import { DeleteBaselineCheckConfigResponse } from './types/index';
41
+ import { DeleteMonitorPolicyRequest } from './types/index';
42
+ import { DeleteMonitorPolicyResponse } from './types/index';
43
+ import { DescribeFileChangeTrendTop5Request } from './types/index';
44
+ import { DescribeFileChangeTrendTop5Response } from './types/index';
45
+ import { DescribeFileMonitorOverviewRequest } from './types/index';
46
+ import { DescribeFileMonitorOverviewResponse } from './types/index';
47
+ import { DescribeLastWeekFileChangeTrendsRequest } from './types/index';
48
+ import { DescribeLastWeekFileChangeTrendsResponse } from './types/index';
49
+ import { DetectBaselineByCheckConfigRequest } from './types/index';
50
+ import { DetectBaselineByCheckConfigResponse } from './types/index';
51
+ import { EditBaselineCheckConfigRequest } from './types/index';
52
+ import { EditBaselineCheckConfigResponse } from './types/index';
53
+ import { EditFingerprintCollectConfigRequest } from './types/index';
54
+ import { EditFingerprintCollectConfigResponse } from './types/index';
55
+ import { EditMonitorPolicyRequest } from './types/index';
56
+ import { EditMonitorPolicyResponse } from './types/index';
57
+ import { ExportFileMonitorAlarmListDataRequest } from './types/index';
58
+ import { ExportFileMonitorAlarmListDataResponse } from './types/index';
59
+ import { GetAIAlarmJudgeConfigRequest } from './types/index';
60
+ import { GetAIAlarmJudgeConfigResponse } from './types/index';
61
+ import { GetAlarmRuleListRequest } from './types/index';
62
+ import { GetAlarmRuleListResponse } from './types/index';
63
+ import { GetAlarmTraceRawDataRequest } from './types/index';
64
+ import { GetAlarmTraceRawDataResponse } from './types/index';
65
+ import { GetAllMonitorSuffixListRequest } from './types/index';
66
+ import { GetAllMonitorSuffixListResponse } from './types/index';
67
+ import { GetArmorProfileRequest } from './types/index';
68
+ import { GetArmorProfileResponse } from './types/index';
69
+ import { GetAutoIsolateAgentListRequest } from './types/index';
70
+ import { GetAutoIsolateAgentListResponse } from './types/index';
71
+ import { GetAutoProtectConfigRequest } from './types/index';
72
+ import { GetAutoProtectConfigResponse } from './types/index';
73
+ import { GetBruteForceBanCapParamsRequest } from './types/index';
74
+ import { GetBruteForceBanCapParamsResponse } from './types/index';
75
+ import { GetBruteForceBanConfigRequest } from './types/index';
76
+ import { GetBruteForceBanConfigResponse } from './types/index';
77
+ import { GetBruteForceBanStatisticsRequest } from './types/index';
78
+ import { GetBruteForceBanStatisticsResponse } from './types/index';
79
+ import { GetClusterStatisticsRequest } from './types/index';
80
+ import { GetClusterStatisticsResponse } from './types/index';
81
+ import { GetCustomWeakPasswordsRequest } from './types/index';
82
+ import { GetCustomWeakPasswordsResponse } from './types/index';
83
+ import { GetFingerprintEnvRequest } from './types/index';
84
+ import { GetFingerprintEnvResponse } from './types/index';
85
+ import { GetGeoLocationRequest } from './types/index';
86
+ import { GetGeoLocationResponse } from './types/index';
87
+ import { GetHostVolumeRequest } from './types/index';
88
+ import { GetHostVolumeResponse } from './types/index';
89
+ import { GetMLPAssetSyncTaskDetailRequest } from './types/index';
90
+ import { GetMLPAssetSyncTaskDetailResponse } from './types/index';
91
+ import { GetMLPAssetSyncTaskStatusRequest } from './types/index';
92
+ import { GetMLPAssetSyncTaskStatusResponse } from './types/index';
93
+ import { GetMonitorPolicyDirectoryRequest } from './types/index';
94
+ import { GetMonitorPolicyDirectoryResponse } from './types/index';
95
+ import { GetMultiLevelAuthDetailRequest } from './types/index';
96
+ import { GetMultiLevelAuthDetailResponse } from './types/index';
97
+ import { GetOfflineNotificationConfigRequest } from './types/index';
98
+ import { GetOfflineNotificationConfigResponse } from './types/index';
99
+ import { GetOfflineNotificationListRequest } from './types/index';
100
+ import { GetOfflineNotificationListResponse } from './types/index';
101
+ import { GetPolicyStatisticsRequest } from './types/index';
102
+ import { GetPolicyStatisticsResponse } from './types/index';
103
+ import { GetSOCAssetAlarmStatsRequest } from './types/index';
104
+ import { GetSOCAssetAlarmStatsResponse } from './types/index';
105
+ import { GetSOCAssetInstanceProtectStatusRequest } from './types/index';
106
+ import { GetSOCAssetInstanceProtectStatusResponse } from './types/index';
107
+ import { GetSOCAssetSecurityScoreRequest } from './types/index';
108
+ import { GetSOCAssetSecurityScoreResponse } from './types/index';
109
+ import { GetSOCAssetVulnStatsRequest } from './types/index';
110
+ import { GetSOCAssetVulnStatsResponse } from './types/index';
111
+ import { GetSOCPrecautionBaselineStatsRequest } from './types/index';
112
+ import { GetSOCPrecautionBaselineStatsResponse } from './types/index';
113
+ import { GetSecurityOverviewScoreStatsRequest } from './types/index';
114
+ import { GetSecurityOverviewScoreStatsResponse } from './types/index';
115
+ import { GetVarmorConfigYAMLRequest } from './types/index';
116
+ import { GetVarmorConfigYAMLResponse } from './types/index';
117
+ import { GetVarmorPolicyRequest } from './types/index';
118
+ import { GetVarmorPolicyResponse } from './types/index';
119
+ import { GetVarmorTLSInfoRequest } from './types/index';
120
+ import { GetVarmorTLSInfoResponse } from './types/index';
121
+ import { HandleEndpointAlarmsRequest } from './types/index';
122
+ import { HandleEndpointAlarmsResponse } from './types/index';
123
+ import { ListAgentProxiesRequest } from './types/index';
124
+ import { ListAgentProxiesResponse } from './types/index';
125
+ import { ListAgentProxyServersRequest } from './types/index';
126
+ import { ListAgentProxyServersResponse } from './types/index';
127
+ import { ListAssetCenterHostsRequest } from './types/index';
128
+ import { ListAssetCenterHostsResponse } from './types/index';
129
+ import { ListAssetNamespacesRequest } from './types/index';
130
+ import { ListAssetNamespacesResponse } from './types/index';
131
+ import { ListAutoDefenseRulesRequest } from './types/index';
132
+ import { ListAutoDefenseRulesResponse } from './types/index';
133
+ import { ListBanIPListRequest } from './types/index';
134
+ import { ListBanIPListResponse } from './types/index';
135
+ import { ListBaselineBasicInfoRequest } from './types/index';
136
+ import { ListBaselineBasicInfoResponse } from './types/index';
137
+ import { ListBaselineCheckConfigRequest } from './types/index';
138
+ import { ListBaselineCheckConfigResponse } from './types/index';
139
+ import { ListBaselineCheckItemsRequest } from './types/index';
140
+ import { ListBaselineCheckItemsResponse } from './types/index';
141
+ import { ListBaselineForGroupPolicyRequest } from './types/index';
142
+ import { ListBaselineForGroupPolicyResponse } from './types/index';
143
+ import { ListBaselineHostItemHostsRequest } from './types/index';
144
+ import { ListBaselineHostItemHostsResponse } from './types/index';
145
+ import { ListBatchEndpointHandleMethodsRequest } from './types/index';
146
+ import { ListBatchEndpointHandleMethodsResponse } from './types/index';
147
+ import { ListCheckConfigRelatedBaselineRequest } from './types/index';
148
+ import { ListCheckConfigRelatedBaselineResponse } from './types/index';
149
+ import { ListCleanHistoryRequest } from './types/index';
150
+ import { ListCleanHistoryResponse } from './types/index';
151
+ import { ListCloudEnvsRequest } from './types/index';
152
+ import { ListCloudEnvsResponse } from './types/index';
153
+ import { ListClusterVarmorVersionHistoryRequest } from './types/index';
154
+ import { ListClusterVarmorVersionHistoryResponse } from './types/index';
155
+ import { ListClustersAndVarmorAppsRequest } from './types/index';
156
+ import { ListClustersAndVarmorAppsResponse } from './types/index';
157
+ import { ListFileMonitorAlarmsRequest } from './types/index';
158
+ import { ListFileMonitorAlarmsResponse } from './types/index';
159
+ import { ListFingerprintCollectConfigRequest } from './types/index';
160
+ import { ListFingerprintCollectConfigResponse } from './types/index';
161
+ import { ListHidsAlarmsRequest } from './types/index';
162
+ import { ListHidsAlarmsResponse } from './types/index';
163
+ import { ListHostsBasicInfosRequest } from './types/index';
164
+ import { ListHostsBasicInfosResponse } from './types/index';
165
+ import { ListIsolationFilesRequest } from './types/index';
166
+ import { ListIsolationFilesResponse } from './types/index';
167
+ import { ListMLPAssetTasksRequest } from './types/index';
168
+ import { ListMLPAssetTasksResponse } from './types/index';
169
+ import { ListMonitorPoliciesRequest } from './types/index';
170
+ import { ListMonitorPoliciesResponse } from './types/index';
171
+ import { ListOrderedHostsBasicInfosRequest } from './types/index';
172
+ import { ListOrderedHostsBasicInfosResponse } from './types/index';
173
+ import { ListScanSubTasksRequest } from './types/index';
174
+ import { ListScanSubTasksResponse } from './types/index';
175
+ import { ListVarmorPoliciesRequest } from './types/index';
176
+ import { ListVarmorPoliciesResponse } from './types/index';
177
+ import { ListVulByPodRequest } from './types/index';
178
+ import { ListVulByPodResponse } from './types/index';
179
+ import { ListVulDetailRequest } from './types/index';
180
+ import { ListVulDetailResponse } from './types/index';
181
+ import { ListVulHostByPodRequest } from './types/index';
182
+ import { ListVulHostByPodResponse } from './types/index';
183
+ import { RefreshVarmorInfoRequest } from './types/index';
184
+ import { RefreshVarmorInfoResponse } from './types/index';
185
+ import { RetryIPOperationRequest } from './types/index';
186
+ import { RetryIPOperationResponse } from './types/index';
187
+ import { SetAIAlarmJudgeConfigRequest } from './types/index';
188
+ import { SetAIAlarmJudgeConfigResponse } from './types/index';
189
+ import { SetBruteForceBanConfigRequest } from './types/index';
190
+ import { SetBruteForceBanConfigResponse } from './types/index';
191
+ import { SetCustomWeakPasswordsRequest } from './types/index';
192
+ import { SetCustomWeakPasswordsResponse } from './types/index';
193
+ import { StopMLPAssetSyncTaskRequest } from './types/index';
194
+ import { StopMLPAssetSyncTaskResponse } from './types/index';
195
+ import { UnBanIPItemRequest } from './types/index';
196
+ import { UnBanIPItemResponse } from './types/index';
197
+ import { UnbindMLPAuthRequest } from './types/index';
198
+ import { UnbindMLPAuthResponse } from './types/index';
199
+ import { UpdateAutoProtectConfigRequest } from './types/index';
200
+ import { UpdateAutoProtectConfigResponse } from './types/index';
201
+ import { UpdateBaselineCheckConfigSwitchRequest } from './types/index';
202
+ import { UpdateBaselineCheckConfigSwitchResponse } from './types/index';
203
+ import { UpdateCloudProviderRequest } from './types/index';
204
+ import { UpdateCloudProviderResponse } from './types/index';
205
+ import { UpdateOfflineNotificationConfigRequest } from './types/index';
206
+ import { UpdateOfflineNotificationConfigResponse } from './types/index';
207
+ import { UpdateVarmorAppConfigRequest } from './types/index';
208
+ import { UpdateVarmorAppConfigResponse } from './types/index';
209
+ import { UpdateVarmorPolicyRequest } from './types/index';
210
+ import { UpdateVarmorPolicyResponse } from './types/index';
211
+ import { UpdateVarmorTLSInfoRequest } from './types/index';
212
+ import { UpdateVarmorTLSInfoResponse } from './types/index';
213
+ export type AddBaselineCheckConfigCommandOutput = CommandOutput<AddBaselineCheckConfigResponse>;
214
+ export type AddMonitorPolicyCommandOutput = CommandOutput<AddMonitorPolicyResponse>;
215
+ export type BanAlarmIPCommandOutput = CommandOutput<BanAlarmIPResponse>;
216
+ export type BatchDeleteVarmorPoliciesCommandOutput = CommandOutput<BatchDeleteVarmorPoliciesResponse>;
217
+ export type BatchInstallVarmorAppsCommandOutput = CommandOutput<BatchInstallVarmorAppsResponse>;
218
+ export type BatchUninstallVarmorAppsCommandOutput = CommandOutput<BatchUninstallVarmorAppsResponse>;
219
+ export type BatchUpgradeVarmorAppsCommandOutput = CommandOutput<BatchUpgradeVarmorAppsResponse>;
220
+ export type BindMLPAuthCommandOutput = CommandOutput<BindMLPAuthResponse>;
221
+ export type CheckAlarmSupportBanIPCommandOutput = CommandOutput<CheckAlarmSupportBanIPResponse>;
222
+ export type CheckMonitorPolicyCommandOutput = CommandOutput<CheckMonitorPolicyResponse>;
223
+ export type ControlMonitorPolicyCommandOutput = CommandOutput<ControlMonitorPolicyResponse>;
224
+ export type CreateMLPAssetSyncTaskCommandOutput = CommandOutput<CreateMLPAssetSyncTaskResponse>;
225
+ export type CreateVarmorPolicyCommandOutput = CommandOutput<CreateVarmorPolicyResponse>;
226
+ export type DeleteBaselineCheckConfigCommandOutput = CommandOutput<DeleteBaselineCheckConfigResponse>;
227
+ export type DeleteMonitorPolicyCommandOutput = CommandOutput<DeleteMonitorPolicyResponse>;
228
+ export type DescribeFileChangeTrendTop5CommandOutput = CommandOutput<DescribeFileChangeTrendTop5Response>;
229
+ export type DescribeFileMonitorOverviewCommandOutput = CommandOutput<DescribeFileMonitorOverviewResponse>;
230
+ export type DescribeLastWeekFileChangeTrendsCommandOutput = CommandOutput<DescribeLastWeekFileChangeTrendsResponse>;
231
+ export type DetectBaselineByCheckConfigCommandOutput = CommandOutput<DetectBaselineByCheckConfigResponse>;
232
+ export type EditBaselineCheckConfigCommandOutput = CommandOutput<EditBaselineCheckConfigResponse>;
233
+ export type EditFingerprintCollectConfigCommandOutput = CommandOutput<EditFingerprintCollectConfigResponse>;
234
+ export type EditMonitorPolicyCommandOutput = CommandOutput<EditMonitorPolicyResponse>;
235
+ export type ExportFileMonitorAlarmListDataCommandOutput = CommandOutput<ExportFileMonitorAlarmListDataResponse>;
236
+ export type GetAIAlarmJudgeConfigCommandOutput = CommandOutput<GetAIAlarmJudgeConfigResponse>;
237
+ export type GetAlarmRuleListCommandOutput = CommandOutput<GetAlarmRuleListResponse>;
238
+ export type GetAlarmTraceRawDataCommandOutput = CommandOutput<GetAlarmTraceRawDataResponse>;
239
+ export type GetAllMonitorSuffixListCommandOutput = CommandOutput<GetAllMonitorSuffixListResponse>;
240
+ export type GetArmorProfileCommandOutput = CommandOutput<GetArmorProfileResponse>;
241
+ export type GetAutoIsolateAgentListCommandOutput = CommandOutput<GetAutoIsolateAgentListResponse>;
242
+ export type GetAutoProtectConfigCommandOutput = CommandOutput<GetAutoProtectConfigResponse>;
243
+ export type GetBruteForceBanCapParamsCommandOutput = CommandOutput<GetBruteForceBanCapParamsResponse>;
244
+ export type GetBruteForceBanConfigCommandOutput = CommandOutput<GetBruteForceBanConfigResponse>;
245
+ export type GetBruteForceBanStatisticsCommandOutput = CommandOutput<GetBruteForceBanStatisticsResponse>;
246
+ export type GetClusterStatisticsCommandOutput = CommandOutput<GetClusterStatisticsResponse>;
247
+ export type GetCustomWeakPasswordsCommandOutput = CommandOutput<GetCustomWeakPasswordsResponse>;
248
+ export type GetFingerprintEnvCommandOutput = CommandOutput<GetFingerprintEnvResponse>;
249
+ export type GetGeoLocationCommandOutput = CommandOutput<GetGeoLocationResponse>;
250
+ export type GetHostVolumeCommandOutput = CommandOutput<GetHostVolumeResponse>;
251
+ export type GetMLPAssetSyncTaskDetailCommandOutput = CommandOutput<GetMLPAssetSyncTaskDetailResponse>;
252
+ export type GetMLPAssetSyncTaskStatusCommandOutput = CommandOutput<GetMLPAssetSyncTaskStatusResponse>;
253
+ export type GetMonitorPolicyDirectoryCommandOutput = CommandOutput<GetMonitorPolicyDirectoryResponse>;
254
+ export type GetMultiLevelAuthDetailCommandOutput = CommandOutput<GetMultiLevelAuthDetailResponse>;
255
+ export type GetOfflineNotificationConfigCommandOutput = CommandOutput<GetOfflineNotificationConfigResponse>;
256
+ export type GetOfflineNotificationListCommandOutput = CommandOutput<GetOfflineNotificationListResponse>;
257
+ export type GetPolicyStatisticsCommandOutput = CommandOutput<GetPolicyStatisticsResponse>;
258
+ export type GetSOCAssetAlarmStatsCommandOutput = CommandOutput<GetSOCAssetAlarmStatsResponse>;
259
+ export type GetSOCAssetInstanceProtectStatusCommandOutput = CommandOutput<GetSOCAssetInstanceProtectStatusResponse>;
260
+ export type GetSOCAssetSecurityScoreCommandOutput = CommandOutput<GetSOCAssetSecurityScoreResponse>;
261
+ export type GetSOCAssetVulnStatsCommandOutput = CommandOutput<GetSOCAssetVulnStatsResponse>;
262
+ export type GetSOCPrecautionBaselineStatsCommandOutput = CommandOutput<GetSOCPrecautionBaselineStatsResponse>;
263
+ export type GetSecurityOverviewScoreStatsCommandOutput = CommandOutput<GetSecurityOverviewScoreStatsResponse>;
264
+ export type GetVarmorConfigYAMLCommandOutput = CommandOutput<GetVarmorConfigYAMLResponse>;
265
+ export type GetVarmorPolicyCommandOutput = CommandOutput<GetVarmorPolicyResponse>;
266
+ export type GetVarmorTLSInfoCommandOutput = CommandOutput<GetVarmorTLSInfoResponse>;
267
+ export type HandleEndpointAlarmsCommandOutput = CommandOutput<HandleEndpointAlarmsResponse>;
268
+ export type ListAgentProxiesCommandOutput = CommandOutput<ListAgentProxiesResponse>;
269
+ export type ListAgentProxyServersCommandOutput = CommandOutput<ListAgentProxyServersResponse>;
270
+ export type ListAssetCenterHostsCommandOutput = CommandOutput<ListAssetCenterHostsResponse>;
271
+ export type ListAssetNamespacesCommandOutput = CommandOutput<ListAssetNamespacesResponse>;
272
+ export type ListAutoDefenseRulesCommandOutput = CommandOutput<ListAutoDefenseRulesResponse>;
273
+ export type ListBanIPListCommandOutput = CommandOutput<ListBanIPListResponse>;
274
+ export type ListBaselineBasicInfoCommandOutput = CommandOutput<ListBaselineBasicInfoResponse>;
275
+ export type ListBaselineCheckConfigCommandOutput = CommandOutput<ListBaselineCheckConfigResponse>;
276
+ export type ListBaselineCheckItemsCommandOutput = CommandOutput<ListBaselineCheckItemsResponse>;
277
+ export type ListBaselineForGroupPolicyCommandOutput = CommandOutput<ListBaselineForGroupPolicyResponse>;
278
+ export type ListBaselineHostItemHostsCommandOutput = CommandOutput<ListBaselineHostItemHostsResponse>;
279
+ export type ListBatchEndpointHandleMethodsCommandOutput = CommandOutput<ListBatchEndpointHandleMethodsResponse>;
280
+ export type ListCheckConfigRelatedBaselineCommandOutput = CommandOutput<ListCheckConfigRelatedBaselineResponse>;
281
+ export type ListCleanHistoryCommandOutput = CommandOutput<ListCleanHistoryResponse>;
282
+ export type ListCloudEnvsCommandOutput = CommandOutput<ListCloudEnvsResponse>;
283
+ export type ListClusterVarmorVersionHistoryCommandOutput = CommandOutput<ListClusterVarmorVersionHistoryResponse>;
284
+ export type ListClustersAndVarmorAppsCommandOutput = CommandOutput<ListClustersAndVarmorAppsResponse>;
285
+ export type ListFileMonitorAlarmsCommandOutput = CommandOutput<ListFileMonitorAlarmsResponse>;
286
+ export type ListFingerprintCollectConfigCommandOutput = CommandOutput<ListFingerprintCollectConfigResponse>;
287
+ export type ListHidsAlarmsCommandOutput = CommandOutput<ListHidsAlarmsResponse>;
288
+ export type ListHostsBasicInfosCommandOutput = CommandOutput<ListHostsBasicInfosResponse>;
289
+ export type ListIsolationFilesCommandOutput = CommandOutput<ListIsolationFilesResponse>;
290
+ export type ListMLPAssetTasksCommandOutput = CommandOutput<ListMLPAssetTasksResponse>;
291
+ export type ListMonitorPoliciesCommandOutput = CommandOutput<ListMonitorPoliciesResponse>;
292
+ export type ListOrderedHostsBasicInfosCommandOutput = CommandOutput<ListOrderedHostsBasicInfosResponse>;
293
+ export type ListScanSubTasksCommandOutput = CommandOutput<ListScanSubTasksResponse>;
294
+ export type ListVarmorPoliciesCommandOutput = CommandOutput<ListVarmorPoliciesResponse>;
295
+ export type ListVulByPodCommandOutput = CommandOutput<ListVulByPodResponse>;
296
+ export type ListVulDetailCommandOutput = CommandOutput<ListVulDetailResponse>;
297
+ export type ListVulHostByPodCommandOutput = CommandOutput<ListVulHostByPodResponse>;
298
+ export type RefreshVarmorInfoCommandOutput = CommandOutput<RefreshVarmorInfoResponse>;
299
+ export type RetryIPOperationCommandOutput = CommandOutput<RetryIPOperationResponse>;
300
+ export type SetAIAlarmJudgeConfigCommandOutput = CommandOutput<SetAIAlarmJudgeConfigResponse>;
301
+ export type SetBruteForceBanConfigCommandOutput = CommandOutput<SetBruteForceBanConfigResponse>;
302
+ export type SetCustomWeakPasswordsCommandOutput = CommandOutput<SetCustomWeakPasswordsResponse>;
303
+ export type StopMLPAssetSyncTaskCommandOutput = CommandOutput<StopMLPAssetSyncTaskResponse>;
304
+ export type UnBanIPItemCommandOutput = CommandOutput<UnBanIPItemResponse>;
305
+ export type UnbindMLPAuthCommandOutput = CommandOutput<UnbindMLPAuthResponse>;
306
+ export type UpdateAutoProtectConfigCommandOutput = CommandOutput<UpdateAutoProtectConfigResponse>;
307
+ export type UpdateBaselineCheckConfigSwitchCommandOutput = CommandOutput<UpdateBaselineCheckConfigSwitchResponse>;
308
+ export type UpdateCloudProviderCommandOutput = CommandOutput<UpdateCloudProviderResponse>;
309
+ export type UpdateOfflineNotificationConfigCommandOutput = CommandOutput<UpdateOfflineNotificationConfigResponse>;
310
+ export type UpdateVarmorAppConfigCommandOutput = CommandOutput<UpdateVarmorAppConfigResponse>;
311
+ export type UpdateVarmorPolicyCommandOutput = CommandOutput<UpdateVarmorPolicyResponse>;
312
+ export type UpdateVarmorTLSInfoCommandOutput = CommandOutput<UpdateVarmorTLSInfoResponse>;
313
+ /**
314
+ * SECCENTER20240508Client Service Client
315
+ */
316
+ export declare class SECCENTER20240508Client extends Client {
317
+ constructor(config?: ClientConfig);
318
+ }
319
+ /**
320
+ * Command to AddBaselineCheckConfig
321
+ */
322
+ export declare class AddBaselineCheckConfigCommand extends Command<AddBaselineCheckConfigRequest, AddBaselineCheckConfigCommandOutput, 'AddBaselineCheckConfigCommand'> {
323
+ static readonly metaPath = "/AddBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
324
+ constructor(input: AddBaselineCheckConfigRequest);
325
+ }
326
+ /**
327
+ * Command to AddMonitorPolicy
328
+ */
329
+ export declare class AddMonitorPolicyCommand extends Command<AddMonitorPolicyRequest, AddMonitorPolicyCommandOutput, 'AddMonitorPolicyCommand'> {
330
+ static readonly metaPath = "/AddMonitorPolicy/2024-05-08/seccenter/post/application_json/";
331
+ constructor(input: AddMonitorPolicyRequest);
332
+ }
333
+ /**
334
+ * Command to BanAlarmIP
335
+ */
336
+ export declare class BanAlarmIPCommand extends Command<BanAlarmIPRequest, BanAlarmIPCommandOutput, 'BanAlarmIPCommand'> {
337
+ static readonly metaPath = "/BanAlarmIP/2024-05-08/seccenter/post/application_json/";
338
+ constructor(input: BanAlarmIPRequest);
339
+ }
340
+ /**
341
+ * Command to BatchDeleteVarmorPolicies
342
+ */
343
+ export declare class BatchDeleteVarmorPoliciesCommand extends Command<BatchDeleteVarmorPoliciesRequest, BatchDeleteVarmorPoliciesCommandOutput, 'BatchDeleteVarmorPoliciesCommand'> {
344
+ static readonly metaPath = "/BatchDeleteVarmorPolicies/2024-05-08/seccenter/post/application_json/";
345
+ constructor(input: BatchDeleteVarmorPoliciesRequest);
346
+ }
347
+ /**
348
+ * Command to BatchInstallVarmorApps
349
+ */
350
+ export declare class BatchInstallVarmorAppsCommand extends Command<BatchInstallVarmorAppsRequest, BatchInstallVarmorAppsCommandOutput, 'BatchInstallVarmorAppsCommand'> {
351
+ static readonly metaPath = "/BatchInstallVarmorApps/2024-05-08/seccenter/post/application_json/";
352
+ constructor(input: BatchInstallVarmorAppsRequest);
353
+ }
354
+ /**
355
+ * Command to BatchUninstallVarmorApps
356
+ */
357
+ export declare class BatchUninstallVarmorAppsCommand extends Command<BatchUninstallVarmorAppsRequest, BatchUninstallVarmorAppsCommandOutput, 'BatchUninstallVarmorAppsCommand'> {
358
+ static readonly metaPath = "/BatchUninstallVarmorApps/2024-05-08/seccenter/post/application_json/";
359
+ constructor(input: BatchUninstallVarmorAppsRequest);
360
+ }
361
+ /**
362
+ * Command to BatchUpgradeVarmorApps
363
+ */
364
+ export declare class BatchUpgradeVarmorAppsCommand extends Command<BatchUpgradeVarmorAppsRequest, BatchUpgradeVarmorAppsCommandOutput, 'BatchUpgradeVarmorAppsCommand'> {
365
+ static readonly metaPath = "/BatchUpgradeVarmorApps/2024-05-08/seccenter/post/application_json/";
366
+ constructor(input: BatchUpgradeVarmorAppsRequest);
367
+ }
368
+ /**
369
+ * Command to BindMLPAuth
370
+ */
371
+ export declare class BindMLPAuthCommand extends Command<BindMLPAuthRequest, BindMLPAuthCommandOutput, 'BindMLPAuthCommand'> {
372
+ static readonly metaPath = "/BindMLPAuth/2024-05-08/seccenter/post/application_json/";
373
+ constructor(input: BindMLPAuthRequest);
374
+ }
375
+ /**
376
+ * Command to CheckAlarmSupportBanIP
377
+ */
378
+ export declare class CheckAlarmSupportBanIPCommand extends Command<CheckAlarmSupportBanIPRequest, CheckAlarmSupportBanIPCommandOutput, 'CheckAlarmSupportBanIPCommand'> {
379
+ static readonly metaPath = "/CheckAlarmSupportBanIP/2024-05-08/seccenter/post/application_json/";
380
+ constructor(input: CheckAlarmSupportBanIPRequest);
381
+ }
382
+ /**
383
+ * Command to CheckMonitorPolicy
384
+ */
385
+ export declare class CheckMonitorPolicyCommand extends Command<CheckMonitorPolicyRequest, CheckMonitorPolicyCommandOutput, 'CheckMonitorPolicyCommand'> {
386
+ static readonly metaPath = "/CheckMonitorPolicy/2024-05-08/seccenter/post/application_json/";
387
+ constructor(input: CheckMonitorPolicyRequest);
388
+ }
389
+ /**
390
+ * Command to ControlMonitorPolicy
391
+ */
392
+ export declare class ControlMonitorPolicyCommand extends Command<ControlMonitorPolicyRequest, ControlMonitorPolicyCommandOutput, 'ControlMonitorPolicyCommand'> {
393
+ static readonly metaPath = "/ControlMonitorPolicy/2024-05-08/seccenter/post/application_json/";
394
+ constructor(input: ControlMonitorPolicyRequest);
395
+ }
396
+ /**
397
+ * Command to CreateMLPAssetSyncTask
398
+ */
399
+ export declare class CreateMLPAssetSyncTaskCommand extends Command<CreateMLPAssetSyncTaskRequest, CreateMLPAssetSyncTaskCommandOutput, 'CreateMLPAssetSyncTaskCommand'> {
400
+ static readonly metaPath = "/CreateMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/";
401
+ constructor(input: CreateMLPAssetSyncTaskRequest);
402
+ }
403
+ /**
404
+ * Command to CreateVarmorPolicy
405
+ */
406
+ export declare class CreateVarmorPolicyCommand extends Command<CreateVarmorPolicyRequest, CreateVarmorPolicyCommandOutput, 'CreateVarmorPolicyCommand'> {
407
+ static readonly metaPath = "/CreateVarmorPolicy/2024-05-08/seccenter/post/application_json/";
408
+ constructor(input: CreateVarmorPolicyRequest);
409
+ }
410
+ /**
411
+ * Command to DeleteBaselineCheckConfig
412
+ */
413
+ export declare class DeleteBaselineCheckConfigCommand extends Command<DeleteBaselineCheckConfigRequest, DeleteBaselineCheckConfigCommandOutput, 'DeleteBaselineCheckConfigCommand'> {
414
+ static readonly metaPath = "/DeleteBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
415
+ constructor(input: DeleteBaselineCheckConfigRequest);
416
+ }
417
+ /**
418
+ * Command to DeleteMonitorPolicy
419
+ */
420
+ export declare class DeleteMonitorPolicyCommand extends Command<DeleteMonitorPolicyRequest, DeleteMonitorPolicyCommandOutput, 'DeleteMonitorPolicyCommand'> {
421
+ static readonly metaPath = "/DeleteMonitorPolicy/2024-05-08/seccenter/post/application_json/";
422
+ constructor(input: DeleteMonitorPolicyRequest);
423
+ }
424
+ /**
425
+ * Command to DescribeFileChangeTrendTop5
426
+ */
427
+ export declare class DescribeFileChangeTrendTop5Command extends Command<DescribeFileChangeTrendTop5Request, DescribeFileChangeTrendTop5CommandOutput, 'DescribeFileChangeTrendTop5Command'> {
428
+ static readonly metaPath = "/DescribeFileChangeTrendTop5/2024-05-08/seccenter/post/application_json/";
429
+ constructor(input: DescribeFileChangeTrendTop5Request);
430
+ }
431
+ /**
432
+ * Command to DescribeFileMonitorOverview
433
+ */
434
+ export declare class DescribeFileMonitorOverviewCommand extends Command<DescribeFileMonitorOverviewRequest, DescribeFileMonitorOverviewCommandOutput, 'DescribeFileMonitorOverviewCommand'> {
435
+ static readonly metaPath = "/DescribeFileMonitorOverview/2024-05-08/seccenter/post/application_json/";
436
+ constructor(input: DescribeFileMonitorOverviewRequest);
437
+ }
438
+ /**
439
+ * Command to DescribeLastWeekFileChangeTrends
440
+ */
441
+ export declare class DescribeLastWeekFileChangeTrendsCommand extends Command<DescribeLastWeekFileChangeTrendsRequest, DescribeLastWeekFileChangeTrendsCommandOutput, 'DescribeLastWeekFileChangeTrendsCommand'> {
442
+ static readonly metaPath = "/DescribeLastWeekFileChangeTrends/2024-05-08/seccenter/post/application_json/";
443
+ constructor(input: DescribeLastWeekFileChangeTrendsRequest);
444
+ }
445
+ /**
446
+ * Command to DetectBaselineByCheckConfig
447
+ */
448
+ export declare class DetectBaselineByCheckConfigCommand extends Command<DetectBaselineByCheckConfigRequest, DetectBaselineByCheckConfigCommandOutput, 'DetectBaselineByCheckConfigCommand'> {
449
+ static readonly metaPath = "/DetectBaselineByCheckConfig/2024-05-08/seccenter/post/application_json/";
450
+ constructor(input: DetectBaselineByCheckConfigRequest);
451
+ }
452
+ /**
453
+ * Command to EditBaselineCheckConfig
454
+ */
455
+ export declare class EditBaselineCheckConfigCommand extends Command<EditBaselineCheckConfigRequest, EditBaselineCheckConfigCommandOutput, 'EditBaselineCheckConfigCommand'> {
456
+ static readonly metaPath = "/EditBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
457
+ constructor(input: EditBaselineCheckConfigRequest);
458
+ }
459
+ /**
460
+ * Command to EditFingerprintCollectConfig
461
+ */
462
+ export declare class EditFingerprintCollectConfigCommand extends Command<EditFingerprintCollectConfigRequest, EditFingerprintCollectConfigCommandOutput, 'EditFingerprintCollectConfigCommand'> {
463
+ static readonly metaPath = "/EditFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/";
464
+ constructor(input: EditFingerprintCollectConfigRequest);
465
+ }
466
+ /**
467
+ * Command to EditMonitorPolicy
468
+ */
469
+ export declare class EditMonitorPolicyCommand extends Command<EditMonitorPolicyRequest, EditMonitorPolicyCommandOutput, 'EditMonitorPolicyCommand'> {
470
+ static readonly metaPath = "/EditMonitorPolicy/2024-05-08/seccenter/post/application_json/";
471
+ constructor(input: EditMonitorPolicyRequest);
472
+ }
473
+ /**
474
+ * Command to ExportFileMonitorAlarmListData
475
+ */
476
+ export declare class ExportFileMonitorAlarmListDataCommand extends Command<ExportFileMonitorAlarmListDataRequest, ExportFileMonitorAlarmListDataCommandOutput, 'ExportFileMonitorAlarmListDataCommand'> {
477
+ static readonly metaPath = "/ExportFileMonitorAlarmListData/2024-05-08/seccenter/post/application_json/";
478
+ constructor(input: ExportFileMonitorAlarmListDataRequest);
479
+ }
480
+ /**
481
+ * Command to GetAIAlarmJudgeConfig
482
+ */
483
+ export declare class GetAIAlarmJudgeConfigCommand extends Command<GetAIAlarmJudgeConfigRequest, GetAIAlarmJudgeConfigCommandOutput, 'GetAIAlarmJudgeConfigCommand'> {
484
+ static readonly metaPath = "/GetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/";
485
+ constructor(input: GetAIAlarmJudgeConfigRequest);
486
+ }
487
+ /**
488
+ * Command to GetAlarmRuleList
489
+ */
490
+ export declare class GetAlarmRuleListCommand extends Command<GetAlarmRuleListRequest, GetAlarmRuleListCommandOutput, 'GetAlarmRuleListCommand'> {
491
+ static readonly metaPath = "/GetAlarmRuleList/2024-05-08/seccenter/post/application_json/";
492
+ constructor(input: GetAlarmRuleListRequest);
493
+ }
494
+ /**
495
+ * Command to GetAlarmTraceRawData
496
+ */
497
+ export declare class GetAlarmTraceRawDataCommand extends Command<GetAlarmTraceRawDataRequest, GetAlarmTraceRawDataCommandOutput, 'GetAlarmTraceRawDataCommand'> {
498
+ static readonly metaPath = "/GetAlarmTraceRawData/2024-05-08/seccenter/post/application_json/";
499
+ constructor(input: GetAlarmTraceRawDataRequest);
500
+ }
501
+ /**
502
+ * Command to GetAllMonitorSuffixList
503
+ */
504
+ export declare class GetAllMonitorSuffixListCommand extends Command<GetAllMonitorSuffixListRequest, GetAllMonitorSuffixListCommandOutput, 'GetAllMonitorSuffixListCommand'> {
505
+ static readonly metaPath = "/GetAllMonitorSuffixList/2024-05-08/seccenter/post/application_json/";
506
+ constructor(input: GetAllMonitorSuffixListRequest);
507
+ }
508
+ /**
509
+ * Command to GetArmorProfile
510
+ */
511
+ export declare class GetArmorProfileCommand extends Command<GetArmorProfileRequest, GetArmorProfileCommandOutput, 'GetArmorProfileCommand'> {
512
+ static readonly metaPath = "/GetArmorProfile/2024-05-08/seccenter/post/application_json/";
513
+ constructor(input: GetArmorProfileRequest);
514
+ }
515
+ /**
516
+ * Command to GetAutoIsolateAgentList
517
+ */
518
+ export declare class GetAutoIsolateAgentListCommand extends Command<GetAutoIsolateAgentListRequest, GetAutoIsolateAgentListCommandOutput, 'GetAutoIsolateAgentListCommand'> {
519
+ static readonly metaPath = "/GetAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/";
520
+ constructor(input: GetAutoIsolateAgentListRequest);
521
+ }
522
+ /**
523
+ * Command to GetAutoProtectConfig
524
+ */
525
+ export declare class GetAutoProtectConfigCommand extends Command<GetAutoProtectConfigRequest, GetAutoProtectConfigCommandOutput, 'GetAutoProtectConfigCommand'> {
526
+ static readonly metaPath = "/GetAutoProtectConfig/2024-05-08/seccenter/post/application_json/";
527
+ constructor(input: GetAutoProtectConfigRequest);
528
+ }
529
+ /**
530
+ * Command to GetBruteForceBanCapParams
531
+ */
532
+ export declare class GetBruteForceBanCapParamsCommand extends Command<GetBruteForceBanCapParamsRequest, GetBruteForceBanCapParamsCommandOutput, 'GetBruteForceBanCapParamsCommand'> {
533
+ static readonly metaPath = "/GetBruteForceBanCapParams/2024-05-08/seccenter/post/application_json/";
534
+ constructor(input: GetBruteForceBanCapParamsRequest);
535
+ }
536
+ /**
537
+ * Command to GetBruteForceBanConfig
538
+ */
539
+ export declare class GetBruteForceBanConfigCommand extends Command<GetBruteForceBanConfigRequest, GetBruteForceBanConfigCommandOutput, 'GetBruteForceBanConfigCommand'> {
540
+ static readonly metaPath = "/GetBruteForceBanConfig/2024-05-08/seccenter/get/text_plain/";
541
+ constructor(input: GetBruteForceBanConfigRequest);
542
+ }
543
+ /**
544
+ * Command to GetBruteForceBanStatistics
545
+ */
546
+ export declare class GetBruteForceBanStatisticsCommand extends Command<GetBruteForceBanStatisticsRequest, GetBruteForceBanStatisticsCommandOutput, 'GetBruteForceBanStatisticsCommand'> {
547
+ static readonly metaPath = "/GetBruteForceBanStatistics/2024-05-08/seccenter/get/text_plain/";
548
+ constructor(input: GetBruteForceBanStatisticsRequest);
549
+ }
550
+ /**
551
+ * Command to GetClusterStatistics
552
+ */
553
+ export declare class GetClusterStatisticsCommand extends Command<GetClusterStatisticsRequest, GetClusterStatisticsCommandOutput, 'GetClusterStatisticsCommand'> {
554
+ static readonly metaPath = "/GetClusterStatistics/2024-05-08/seccenter/post/application_json/";
555
+ constructor(input: GetClusterStatisticsRequest);
556
+ }
557
+ /**
558
+ * Command to GetCustomWeakPasswords
559
+ */
560
+ export declare class GetCustomWeakPasswordsCommand extends Command<GetCustomWeakPasswordsRequest, GetCustomWeakPasswordsCommandOutput, 'GetCustomWeakPasswordsCommand'> {
561
+ static readonly metaPath = "/GetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/";
562
+ constructor(input: GetCustomWeakPasswordsRequest);
563
+ }
564
+ /**
565
+ * Command to GetFingerprintEnv
566
+ */
567
+ export declare class GetFingerprintEnvCommand extends Command<GetFingerprintEnvRequest, GetFingerprintEnvCommandOutput, 'GetFingerprintEnvCommand'> {
568
+ static readonly metaPath = "/GetFingerprintEnv/2024-05-08/seccenter/post/application_json/";
569
+ constructor(input: GetFingerprintEnvRequest);
570
+ }
571
+ /**
572
+ * Command to GetGeoLocation
573
+ */
574
+ export declare class GetGeoLocationCommand extends Command<GetGeoLocationRequest, GetGeoLocationCommandOutput, 'GetGeoLocationCommand'> {
575
+ static readonly metaPath = "/GetGeoLocation/2024-05-08/seccenter/post/application_json/";
576
+ constructor(input: GetGeoLocationRequest);
577
+ }
578
+ /**
579
+ * Command to GetHostVolume
580
+ */
581
+ export declare class GetHostVolumeCommand extends Command<GetHostVolumeRequest, GetHostVolumeCommandOutput, 'GetHostVolumeCommand'> {
582
+ static readonly metaPath = "/GetHostVolume/2024-05-08/seccenter/post/application_json/";
583
+ constructor(input: GetHostVolumeRequest);
584
+ }
585
+ /**
586
+ * Command to GetMLPAssetSyncTaskDetail
587
+ */
588
+ export declare class GetMLPAssetSyncTaskDetailCommand extends Command<GetMLPAssetSyncTaskDetailRequest, GetMLPAssetSyncTaskDetailCommandOutput, 'GetMLPAssetSyncTaskDetailCommand'> {
589
+ static readonly metaPath = "/GetMLPAssetSyncTaskDetail/2024-05-08/seccenter/post/application_json/";
590
+ constructor(input: GetMLPAssetSyncTaskDetailRequest);
591
+ }
592
+ /**
593
+ * Command to GetMLPAssetSyncTaskStatus
594
+ */
595
+ export declare class GetMLPAssetSyncTaskStatusCommand extends Command<GetMLPAssetSyncTaskStatusRequest, GetMLPAssetSyncTaskStatusCommandOutput, 'GetMLPAssetSyncTaskStatusCommand'> {
596
+ static readonly metaPath = "/GetMLPAssetSyncTaskStatus/2024-05-08/seccenter/post/application_json/";
597
+ constructor(input: GetMLPAssetSyncTaskStatusRequest);
598
+ }
599
+ /**
600
+ * Command to GetMonitorPolicyDirectory
601
+ */
602
+ export declare class GetMonitorPolicyDirectoryCommand extends Command<GetMonitorPolicyDirectoryRequest, GetMonitorPolicyDirectoryCommandOutput, 'GetMonitorPolicyDirectoryCommand'> {
603
+ static readonly metaPath = "/GetMonitorPolicyDirectory/2024-05-08/seccenter/get/text_plain/";
604
+ constructor(input: GetMonitorPolicyDirectoryRequest);
605
+ }
606
+ /**
607
+ * Command to GetMultiLevelAuthDetail
608
+ */
609
+ export declare class GetMultiLevelAuthDetailCommand extends Command<GetMultiLevelAuthDetailRequest, GetMultiLevelAuthDetailCommandOutput, 'GetMultiLevelAuthDetailCommand'> {
610
+ static readonly metaPath = "/GetMultiLevelAuthDetail/2024-05-08/seccenter/post/application_json/";
611
+ constructor(input: GetMultiLevelAuthDetailRequest);
612
+ }
613
+ /**
614
+ * Command to GetOfflineNotificationConfig
615
+ */
616
+ export declare class GetOfflineNotificationConfigCommand extends Command<GetOfflineNotificationConfigRequest, GetOfflineNotificationConfigCommandOutput, 'GetOfflineNotificationConfigCommand'> {
617
+ static readonly metaPath = "/GetOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/";
618
+ constructor(input: GetOfflineNotificationConfigRequest);
619
+ }
620
+ /**
621
+ * Command to GetOfflineNotificationList
622
+ */
623
+ export declare class GetOfflineNotificationListCommand extends Command<GetOfflineNotificationListRequest, GetOfflineNotificationListCommandOutput, 'GetOfflineNotificationListCommand'> {
624
+ static readonly metaPath = "/GetOfflineNotificationList/2024-05-08/seccenter/post/application_json/";
625
+ constructor(input: GetOfflineNotificationListRequest);
626
+ }
627
+ /**
628
+ * Command to GetPolicyStatistics
629
+ */
630
+ export declare class GetPolicyStatisticsCommand extends Command<GetPolicyStatisticsRequest, GetPolicyStatisticsCommandOutput, 'GetPolicyStatisticsCommand'> {
631
+ static readonly metaPath = "/GetPolicyStatistics/2024-05-08/seccenter/post/application_json/";
632
+ constructor(input: GetPolicyStatisticsRequest);
633
+ }
634
+ /**
635
+ * Command to GetSOCAssetAlarmStats
636
+ */
637
+ export declare class GetSOCAssetAlarmStatsCommand extends Command<GetSOCAssetAlarmStatsRequest, GetSOCAssetAlarmStatsCommandOutput, 'GetSOCAssetAlarmStatsCommand'> {
638
+ static readonly metaPath = "/GetSOCAssetAlarmStats/2024-05-08/seccenter/get/text_plain/";
639
+ constructor(input: GetSOCAssetAlarmStatsRequest);
640
+ }
641
+ /**
642
+ * Command to GetSOCAssetInstanceProtectStatus
643
+ */
644
+ export declare class GetSOCAssetInstanceProtectStatusCommand extends Command<GetSOCAssetInstanceProtectStatusRequest, GetSOCAssetInstanceProtectStatusCommandOutput, 'GetSOCAssetInstanceProtectStatusCommand'> {
645
+ static readonly metaPath = "/GetSOCAssetInstanceProtectStatus/2024-05-08/seccenter/get/text_plain/";
646
+ constructor(input: GetSOCAssetInstanceProtectStatusRequest);
647
+ }
648
+ /**
649
+ * Command to GetSOCAssetSecurityScore
650
+ */
651
+ export declare class GetSOCAssetSecurityScoreCommand extends Command<GetSOCAssetSecurityScoreRequest, GetSOCAssetSecurityScoreCommandOutput, 'GetSOCAssetSecurityScoreCommand'> {
652
+ static readonly metaPath = "/GetSOCAssetSecurityScore/2024-05-08/seccenter/get/text_plain/";
653
+ constructor(input: GetSOCAssetSecurityScoreRequest);
654
+ }
655
+ /**
656
+ * Command to GetSOCAssetVulnStats
657
+ */
658
+ export declare class GetSOCAssetVulnStatsCommand extends Command<GetSOCAssetVulnStatsRequest, GetSOCAssetVulnStatsCommandOutput, 'GetSOCAssetVulnStatsCommand'> {
659
+ static readonly metaPath = "/GetSOCAssetVulnStats/2024-05-08/seccenter/get/text_plain/";
660
+ constructor(input: GetSOCAssetVulnStatsRequest);
661
+ }
662
+ /**
663
+ * Command to GetSOCPrecautionBaselineStats
664
+ */
665
+ export declare class GetSOCPrecautionBaselineStatsCommand extends Command<GetSOCPrecautionBaselineStatsRequest, GetSOCPrecautionBaselineStatsCommandOutput, 'GetSOCPrecautionBaselineStatsCommand'> {
666
+ static readonly metaPath = "/GetSOCPrecautionBaselineStats/2024-05-08/seccenter/get/text_plain/";
667
+ constructor(input: GetSOCPrecautionBaselineStatsRequest);
668
+ }
669
+ /**
670
+ * Command to GetSecurityOverviewScoreStats
671
+ */
672
+ export declare class GetSecurityOverviewScoreStatsCommand extends Command<GetSecurityOverviewScoreStatsRequest, GetSecurityOverviewScoreStatsCommandOutput, 'GetSecurityOverviewScoreStatsCommand'> {
673
+ static readonly metaPath = "/GetSecurityOverviewScoreStats/2024-05-08/seccenter/post/application_json/";
674
+ constructor(input: GetSecurityOverviewScoreStatsRequest);
675
+ }
676
+ /**
677
+ * Command to GetVarmorConfigYAML
678
+ */
679
+ export declare class GetVarmorConfigYAMLCommand extends Command<GetVarmorConfigYAMLRequest, GetVarmorConfigYAMLCommandOutput, 'GetVarmorConfigYAMLCommand'> {
680
+ static readonly metaPath = "/GetVarmorConfigYAML/2024-05-08/seccenter/post/application_json/";
681
+ constructor(input: GetVarmorConfigYAMLRequest);
682
+ }
683
+ /**
684
+ * Command to GetVarmorPolicy
685
+ */
686
+ export declare class GetVarmorPolicyCommand extends Command<GetVarmorPolicyRequest, GetVarmorPolicyCommandOutput, 'GetVarmorPolicyCommand'> {
687
+ static readonly metaPath = "/GetVarmorPolicy/2024-05-08/seccenter/post/application_json/";
688
+ constructor(input: GetVarmorPolicyRequest);
689
+ }
690
+ /**
691
+ * Command to GetVarmorTLSInfo
692
+ */
693
+ export declare class GetVarmorTLSInfoCommand extends Command<GetVarmorTLSInfoRequest, GetVarmorTLSInfoCommandOutput, 'GetVarmorTLSInfoCommand'> {
694
+ static readonly metaPath = "/GetVarmorTLSInfo/2024-05-08/seccenter/post/application_json/";
695
+ constructor(input: GetVarmorTLSInfoRequest);
696
+ }
697
+ /**
698
+ * Command to HandleEndpointAlarms
699
+ */
700
+ export declare class HandleEndpointAlarmsCommand extends Command<HandleEndpointAlarmsRequest, HandleEndpointAlarmsCommandOutput, 'HandleEndpointAlarmsCommand'> {
701
+ static readonly metaPath = "/HandleEndpointAlarms/2024-05-08/seccenter/post/application_json/";
702
+ constructor(input: HandleEndpointAlarmsRequest);
703
+ }
704
+ /**
705
+ * Command to ListAgentProxies
706
+ */
707
+ export declare class ListAgentProxiesCommand extends Command<ListAgentProxiesRequest, ListAgentProxiesCommandOutput, 'ListAgentProxiesCommand'> {
708
+ static readonly metaPath = "/ListAgentProxies/2024-05-08/seccenter/post/application_json/";
709
+ constructor(input: ListAgentProxiesRequest);
710
+ }
711
+ /**
712
+ * Command to ListAgentProxyServers
713
+ */
714
+ export declare class ListAgentProxyServersCommand extends Command<ListAgentProxyServersRequest, ListAgentProxyServersCommandOutput, 'ListAgentProxyServersCommand'> {
715
+ static readonly metaPath = "/ListAgentProxyServers/2024-05-08/seccenter/post/application_json/";
716
+ constructor(input: ListAgentProxyServersRequest);
717
+ }
718
+ /**
719
+ * Command to ListAssetCenterHosts
720
+ */
721
+ export declare class ListAssetCenterHostsCommand extends Command<ListAssetCenterHostsRequest, ListAssetCenterHostsCommandOutput, 'ListAssetCenterHostsCommand'> {
722
+ static readonly metaPath = "/ListAssetCenterHosts/2024-05-08/seccenter/post/application_json/";
723
+ constructor(input: ListAssetCenterHostsRequest);
724
+ }
725
+ /**
726
+ * Command to ListAssetNamespaces
727
+ */
728
+ export declare class ListAssetNamespacesCommand extends Command<ListAssetNamespacesRequest, ListAssetNamespacesCommandOutput, 'ListAssetNamespacesCommand'> {
729
+ static readonly metaPath = "/ListAssetNamespaces/2024-05-08/seccenter/post/application_json/";
730
+ constructor(input: ListAssetNamespacesRequest);
731
+ }
732
+ /**
733
+ * Command to ListAutoDefenseRules
734
+ */
735
+ export declare class ListAutoDefenseRulesCommand extends Command<ListAutoDefenseRulesRequest, ListAutoDefenseRulesCommandOutput, 'ListAutoDefenseRulesCommand'> {
736
+ static readonly metaPath = "/ListAutoDefenseRules/2024-05-08/seccenter/post/application_json/";
737
+ constructor(input: ListAutoDefenseRulesRequest);
738
+ }
739
+ /**
740
+ * Command to ListBanIPList
741
+ */
742
+ export declare class ListBanIPListCommand extends Command<ListBanIPListRequest, ListBanIPListCommandOutput, 'ListBanIPListCommand'> {
743
+ static readonly metaPath = "/ListBanIPList/2024-05-08/seccenter/post/application_json/";
744
+ constructor(input: ListBanIPListRequest);
745
+ }
746
+ /**
747
+ * Command to ListBaselineBasicInfo
748
+ */
749
+ export declare class ListBaselineBasicInfoCommand extends Command<ListBaselineBasicInfoRequest, ListBaselineBasicInfoCommandOutput, 'ListBaselineBasicInfoCommand'> {
750
+ static readonly metaPath = "/ListBaselineBasicInfo/2024-05-08/seccenter/get/text_plain/";
751
+ constructor(input: ListBaselineBasicInfoRequest);
752
+ }
753
+ /**
754
+ * Command to ListBaselineCheckConfig
755
+ */
756
+ export declare class ListBaselineCheckConfigCommand extends Command<ListBaselineCheckConfigRequest, ListBaselineCheckConfigCommandOutput, 'ListBaselineCheckConfigCommand'> {
757
+ static readonly metaPath = "/ListBaselineCheckConfig/2024-05-08/seccenter/get/text_plain/";
758
+ constructor(input: ListBaselineCheckConfigRequest);
759
+ }
760
+ /**
761
+ * Command to ListBaselineCheckItems
762
+ */
763
+ export declare class ListBaselineCheckItemsCommand extends Command<ListBaselineCheckItemsRequest, ListBaselineCheckItemsCommandOutput, 'ListBaselineCheckItemsCommand'> {
764
+ static readonly metaPath = "/ListBaselineCheckItems/2024-05-08/seccenter/post/application_json/";
765
+ constructor(input: ListBaselineCheckItemsRequest);
766
+ }
767
+ /**
768
+ * Command to ListBaselineForGroupPolicy
769
+ */
770
+ export declare class ListBaselineForGroupPolicyCommand extends Command<ListBaselineForGroupPolicyRequest, ListBaselineForGroupPolicyCommandOutput, 'ListBaselineForGroupPolicyCommand'> {
771
+ static readonly metaPath = "/ListBaselineForGroupPolicy/2024-05-08/seccenter/post/application_json/";
772
+ constructor(input: ListBaselineForGroupPolicyRequest);
773
+ }
774
+ /**
775
+ * Command to ListBaselineHostItemHosts
776
+ */
777
+ export declare class ListBaselineHostItemHostsCommand extends Command<ListBaselineHostItemHostsRequest, ListBaselineHostItemHostsCommandOutput, 'ListBaselineHostItemHostsCommand'> {
778
+ static readonly metaPath = "/ListBaselineHostItemHosts/2024-05-08/seccenter/post/application_json/";
779
+ constructor(input: ListBaselineHostItemHostsRequest);
780
+ }
781
+ /**
782
+ * Command to ListBatchEndpointHandleMethods
783
+ */
784
+ export declare class ListBatchEndpointHandleMethodsCommand extends Command<ListBatchEndpointHandleMethodsRequest, ListBatchEndpointHandleMethodsCommandOutput, 'ListBatchEndpointHandleMethodsCommand'> {
785
+ static readonly metaPath = "/ListBatchEndpointHandleMethods/2024-05-08/seccenter/post/application_json/";
786
+ constructor(input: ListBatchEndpointHandleMethodsRequest);
787
+ }
788
+ /**
789
+ * Command to ListCheckConfigRelatedBaseline
790
+ */
791
+ export declare class ListCheckConfigRelatedBaselineCommand extends Command<ListCheckConfigRelatedBaselineRequest, ListCheckConfigRelatedBaselineCommandOutput, 'ListCheckConfigRelatedBaselineCommand'> {
792
+ static readonly metaPath = "/ListCheckConfigRelatedBaseline/2024-05-08/seccenter/post/application_json/";
793
+ constructor(input: ListCheckConfigRelatedBaselineRequest);
794
+ }
795
+ /**
796
+ * Command to ListCleanHistory
797
+ */
798
+ export declare class ListCleanHistoryCommand extends Command<ListCleanHistoryRequest, ListCleanHistoryCommandOutput, 'ListCleanHistoryCommand'> {
799
+ static readonly metaPath = "/ListCleanHistory/2024-05-08/seccenter/post/application_json/";
800
+ constructor(input: ListCleanHistoryRequest);
801
+ }
802
+ /**
803
+ * Command to ListCloudEnvs
804
+ */
805
+ export declare class ListCloudEnvsCommand extends Command<ListCloudEnvsRequest, ListCloudEnvsCommandOutput, 'ListCloudEnvsCommand'> {
806
+ static readonly metaPath = "/ListCloudEnvs/2024-05-08/seccenter/post/application_json/";
807
+ constructor(input: ListCloudEnvsRequest);
808
+ }
809
+ /**
810
+ * Command to ListClusterVarmorVersionHistory
811
+ */
812
+ export declare class ListClusterVarmorVersionHistoryCommand extends Command<ListClusterVarmorVersionHistoryRequest, ListClusterVarmorVersionHistoryCommandOutput, 'ListClusterVarmorVersionHistoryCommand'> {
813
+ static readonly metaPath = "/ListClusterVarmorVersionHistory/2024-05-08/seccenter/post/application_json/";
814
+ constructor(input: ListClusterVarmorVersionHistoryRequest);
815
+ }
816
+ /**
817
+ * Command to ListClustersAndVarmorApps
818
+ */
819
+ export declare class ListClustersAndVarmorAppsCommand extends Command<ListClustersAndVarmorAppsRequest, ListClustersAndVarmorAppsCommandOutput, 'ListClustersAndVarmorAppsCommand'> {
820
+ static readonly metaPath = "/ListClustersAndVarmorApps/2024-05-08/seccenter/post/application_json/";
821
+ constructor(input: ListClustersAndVarmorAppsRequest);
822
+ }
823
+ /**
824
+ * Command to ListFileMonitorAlarms
825
+ */
826
+ export declare class ListFileMonitorAlarmsCommand extends Command<ListFileMonitorAlarmsRequest, ListFileMonitorAlarmsCommandOutput, 'ListFileMonitorAlarmsCommand'> {
827
+ static readonly metaPath = "/ListFileMonitorAlarms/2024-05-08/seccenter/post/application_json/";
828
+ constructor(input: ListFileMonitorAlarmsRequest);
829
+ }
830
+ /**
831
+ * Command to ListFingerprintCollectConfig
832
+ */
833
+ export declare class ListFingerprintCollectConfigCommand extends Command<ListFingerprintCollectConfigRequest, ListFingerprintCollectConfigCommandOutput, 'ListFingerprintCollectConfigCommand'> {
834
+ static readonly metaPath = "/ListFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/";
835
+ constructor(input: ListFingerprintCollectConfigRequest);
836
+ }
837
+ /**
838
+ * Command to ListHidsAlarms
839
+ */
840
+ export declare class ListHidsAlarmsCommand extends Command<ListHidsAlarmsRequest, ListHidsAlarmsCommandOutput, 'ListHidsAlarmsCommand'> {
841
+ static readonly metaPath = "/ListHidsAlarms/2024-05-08/seccenter/post/application_json/";
842
+ constructor(input: ListHidsAlarmsRequest);
843
+ }
844
+ /**
845
+ * Command to ListHostsBasicInfos
846
+ */
847
+ export declare class ListHostsBasicInfosCommand extends Command<ListHostsBasicInfosRequest, ListHostsBasicInfosCommandOutput, 'ListHostsBasicInfosCommand'> {
848
+ static readonly metaPath = "/ListHostsBasicInfos/2024-05-08/seccenter/post/application_json/";
849
+ constructor(input: ListHostsBasicInfosRequest);
850
+ }
851
+ /**
852
+ * Command to ListIsolationFiles
853
+ */
854
+ export declare class ListIsolationFilesCommand extends Command<ListIsolationFilesRequest, ListIsolationFilesCommandOutput, 'ListIsolationFilesCommand'> {
855
+ static readonly metaPath = "/ListIsolationFiles/2024-05-08/seccenter/post/application_json/";
856
+ constructor(input: ListIsolationFilesRequest);
857
+ }
858
+ /**
859
+ * Command to ListMLPAssetTasks
860
+ */
861
+ export declare class ListMLPAssetTasksCommand extends Command<ListMLPAssetTasksRequest, ListMLPAssetTasksCommandOutput, 'ListMLPAssetTasksCommand'> {
862
+ static readonly metaPath = "/ListMLPAssetTasks/2024-05-08/seccenter/post/application_json/";
863
+ constructor(input: ListMLPAssetTasksRequest);
864
+ }
865
+ /**
866
+ * Command to ListMonitorPolicies
867
+ */
868
+ export declare class ListMonitorPoliciesCommand extends Command<ListMonitorPoliciesRequest, ListMonitorPoliciesCommandOutput, 'ListMonitorPoliciesCommand'> {
869
+ static readonly metaPath = "/ListMonitorPolicies/2024-05-08/seccenter/post/application_json/";
870
+ constructor(input: ListMonitorPoliciesRequest);
871
+ }
872
+ /**
873
+ * Command to ListOrderedHostsBasicInfos
874
+ */
875
+ export declare class ListOrderedHostsBasicInfosCommand extends Command<ListOrderedHostsBasicInfosRequest, ListOrderedHostsBasicInfosCommandOutput, 'ListOrderedHostsBasicInfosCommand'> {
876
+ static readonly metaPath = "/ListOrderedHostsBasicInfos/2024-05-08/seccenter/post/application_json/";
877
+ constructor(input: ListOrderedHostsBasicInfosRequest);
878
+ }
879
+ /**
880
+ * Command to ListScanSubTasks
881
+ */
882
+ export declare class ListScanSubTasksCommand extends Command<ListScanSubTasksRequest, ListScanSubTasksCommandOutput, 'ListScanSubTasksCommand'> {
883
+ static readonly metaPath = "/ListScanSubTasks/2024-05-08/seccenter/post/application_json/";
884
+ constructor(input: ListScanSubTasksRequest);
885
+ }
886
+ /**
887
+ * Command to ListVarmorPolicies
888
+ */
889
+ export declare class ListVarmorPoliciesCommand extends Command<ListVarmorPoliciesRequest, ListVarmorPoliciesCommandOutput, 'ListVarmorPoliciesCommand'> {
890
+ static readonly metaPath = "/ListVarmorPolicies/2024-05-08/seccenter/post/application_json/";
891
+ constructor(input: ListVarmorPoliciesRequest);
892
+ }
893
+ /**
894
+ * Command to ListVulByPod
895
+ */
896
+ export declare class ListVulByPodCommand extends Command<ListVulByPodRequest, ListVulByPodCommandOutput, 'ListVulByPodCommand'> {
897
+ static readonly metaPath = "/ListVulByPod/2024-05-08/seccenter/post/application_json/";
898
+ constructor(input: ListVulByPodRequest);
899
+ }
900
+ /**
901
+ * Command to ListVulDetail
902
+ */
903
+ export declare class ListVulDetailCommand extends Command<ListVulDetailRequest, ListVulDetailCommandOutput, 'ListVulDetailCommand'> {
904
+ static readonly metaPath = "/ListVulDetail/2024-05-08/seccenter/post/application_json/";
905
+ constructor(input: ListVulDetailRequest);
906
+ }
907
+ /**
908
+ * Command to ListVulHostByPod
909
+ */
910
+ export declare class ListVulHostByPodCommand extends Command<ListVulHostByPodRequest, ListVulHostByPodCommandOutput, 'ListVulHostByPodCommand'> {
911
+ static readonly metaPath = "/ListVulHostByPod/2024-05-08/seccenter/post/application_json/";
912
+ constructor(input: ListVulHostByPodRequest);
913
+ }
914
+ /**
915
+ * Command to RefreshVarmorInfo
916
+ */
917
+ export declare class RefreshVarmorInfoCommand extends Command<RefreshVarmorInfoRequest, RefreshVarmorInfoCommandOutput, 'RefreshVarmorInfoCommand'> {
918
+ static readonly metaPath = "/RefreshVarmorInfo/2024-05-08/seccenter/post/application_json/";
919
+ constructor(input: RefreshVarmorInfoRequest);
920
+ }
921
+ /**
922
+ * Command to RetryIPOperation
923
+ */
924
+ export declare class RetryIPOperationCommand extends Command<RetryIPOperationRequest, RetryIPOperationCommandOutput, 'RetryIPOperationCommand'> {
925
+ static readonly metaPath = "/RetryIPOperation/2024-05-08/seccenter/post/application_json/";
926
+ constructor(input: RetryIPOperationRequest);
927
+ }
928
+ /**
929
+ * Command to SetAIAlarmJudgeConfig
930
+ */
931
+ export declare class SetAIAlarmJudgeConfigCommand extends Command<SetAIAlarmJudgeConfigRequest, SetAIAlarmJudgeConfigCommandOutput, 'SetAIAlarmJudgeConfigCommand'> {
932
+ static readonly metaPath = "/SetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/";
933
+ constructor(input: SetAIAlarmJudgeConfigRequest);
934
+ }
935
+ /**
936
+ * Command to SetBruteForceBanConfig
937
+ */
938
+ export declare class SetBruteForceBanConfigCommand extends Command<SetBruteForceBanConfigRequest, SetBruteForceBanConfigCommandOutput, 'SetBruteForceBanConfigCommand'> {
939
+ static readonly metaPath = "/SetBruteForceBanConfig/2024-05-08/seccenter/post/application_json/";
940
+ constructor(input: SetBruteForceBanConfigRequest);
941
+ }
942
+ /**
943
+ * Command to SetCustomWeakPasswords
944
+ */
945
+ export declare class SetCustomWeakPasswordsCommand extends Command<SetCustomWeakPasswordsRequest, SetCustomWeakPasswordsCommandOutput, 'SetCustomWeakPasswordsCommand'> {
946
+ static readonly metaPath = "/SetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/";
947
+ constructor(input: SetCustomWeakPasswordsRequest);
948
+ }
949
+ /**
950
+ * Command to StopMLPAssetSyncTask
951
+ */
952
+ export declare class StopMLPAssetSyncTaskCommand extends Command<StopMLPAssetSyncTaskRequest, StopMLPAssetSyncTaskCommandOutput, 'StopMLPAssetSyncTaskCommand'> {
953
+ static readonly metaPath = "/StopMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/";
954
+ constructor(input: StopMLPAssetSyncTaskRequest);
955
+ }
956
+ /**
957
+ * Command to UnBanIPItem
958
+ */
959
+ export declare class UnBanIPItemCommand extends Command<UnBanIPItemRequest, UnBanIPItemCommandOutput, 'UnBanIPItemCommand'> {
960
+ static readonly metaPath = "/UnBanIPItem/2024-05-08/seccenter/post/application_json/";
961
+ constructor(input: UnBanIPItemRequest);
962
+ }
963
+ /**
964
+ * Command to UnbindMLPAuth
965
+ */
966
+ export declare class UnbindMLPAuthCommand extends Command<UnbindMLPAuthRequest, UnbindMLPAuthCommandOutput, 'UnbindMLPAuthCommand'> {
967
+ static readonly metaPath = "/UnbindMLPAuth/2024-05-08/seccenter/post/application_json/";
968
+ constructor(input: UnbindMLPAuthRequest);
969
+ }
970
+ /**
971
+ * Command to UpdateAutoProtectConfig
972
+ */
973
+ export declare class UpdateAutoProtectConfigCommand extends Command<UpdateAutoProtectConfigRequest, UpdateAutoProtectConfigCommandOutput, 'UpdateAutoProtectConfigCommand'> {
974
+ static readonly metaPath = "/UpdateAutoProtectConfig/2024-05-08/seccenter/post/application_json/";
975
+ constructor(input: UpdateAutoProtectConfigRequest);
976
+ }
977
+ /**
978
+ * Command to UpdateBaselineCheckConfigSwitch
979
+ */
980
+ export declare class UpdateBaselineCheckConfigSwitchCommand extends Command<UpdateBaselineCheckConfigSwitchRequest, UpdateBaselineCheckConfigSwitchCommandOutput, 'UpdateBaselineCheckConfigSwitchCommand'> {
981
+ static readonly metaPath = "/UpdateBaselineCheckConfigSwitch/2024-05-08/seccenter/post/application_json/";
982
+ constructor(input: UpdateBaselineCheckConfigSwitchRequest);
983
+ }
984
+ /**
985
+ * Command to UpdateCloudProvider
986
+ */
987
+ export declare class UpdateCloudProviderCommand extends Command<UpdateCloudProviderRequest, UpdateCloudProviderCommandOutput, 'UpdateCloudProviderCommand'> {
988
+ static readonly metaPath = "/UpdateCloudProvider/2024-05-08/seccenter/post/application_json/";
989
+ constructor(input: UpdateCloudProviderRequest);
990
+ }
991
+ /**
992
+ * Command to UpdateOfflineNotificationConfig
993
+ */
994
+ export declare class UpdateOfflineNotificationConfigCommand extends Command<UpdateOfflineNotificationConfigRequest, UpdateOfflineNotificationConfigCommandOutput, 'UpdateOfflineNotificationConfigCommand'> {
995
+ static readonly metaPath = "/UpdateOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/";
996
+ constructor(input: UpdateOfflineNotificationConfigRequest);
997
+ }
998
+ /**
999
+ * Command to UpdateVarmorAppConfig
1000
+ */
1001
+ export declare class UpdateVarmorAppConfigCommand extends Command<UpdateVarmorAppConfigRequest, UpdateVarmorAppConfigCommandOutput, 'UpdateVarmorAppConfigCommand'> {
1002
+ static readonly metaPath = "/UpdateVarmorAppConfig/2024-05-08/seccenter/post/application_json/";
1003
+ constructor(input: UpdateVarmorAppConfigRequest);
1004
+ }
1005
+ /**
1006
+ * Command to UpdateVarmorPolicy
1007
+ */
1008
+ export declare class UpdateVarmorPolicyCommand extends Command<UpdateVarmorPolicyRequest, UpdateVarmorPolicyCommandOutput, 'UpdateVarmorPolicyCommand'> {
1009
+ static readonly metaPath = "/UpdateVarmorPolicy/2024-05-08/seccenter/post/application_json/";
1010
+ constructor(input: UpdateVarmorPolicyRequest);
1011
+ }
1012
+ /**
1013
+ * Command to UpdateVarmorTLSInfo
1014
+ */
1015
+ export declare class UpdateVarmorTLSInfoCommand extends Command<UpdateVarmorTLSInfoRequest, UpdateVarmorTLSInfoCommandOutput, 'UpdateVarmorTLSInfoCommand'> {
1016
+ static readonly metaPath = "/UpdateVarmorTLSInfo/2024-05-08/seccenter/post/application_json/";
1017
+ constructor(input: UpdateVarmorTLSInfoRequest);
1018
+ }
1019
+ declare const _default: {
1020
+ SECCENTER20240508Client: typeof SECCENTER20240508Client;
1021
+ AddBaselineCheckConfigCommand: typeof AddBaselineCheckConfigCommand;
1022
+ AddMonitorPolicyCommand: typeof AddMonitorPolicyCommand;
1023
+ BanAlarmIPCommand: typeof BanAlarmIPCommand;
1024
+ BatchDeleteVarmorPoliciesCommand: typeof BatchDeleteVarmorPoliciesCommand;
1025
+ BatchInstallVarmorAppsCommand: typeof BatchInstallVarmorAppsCommand;
1026
+ BatchUninstallVarmorAppsCommand: typeof BatchUninstallVarmorAppsCommand;
1027
+ BatchUpgradeVarmorAppsCommand: typeof BatchUpgradeVarmorAppsCommand;
1028
+ BindMLPAuthCommand: typeof BindMLPAuthCommand;
1029
+ CheckAlarmSupportBanIPCommand: typeof CheckAlarmSupportBanIPCommand;
1030
+ CheckMonitorPolicyCommand: typeof CheckMonitorPolicyCommand;
1031
+ ControlMonitorPolicyCommand: typeof ControlMonitorPolicyCommand;
1032
+ CreateMLPAssetSyncTaskCommand: typeof CreateMLPAssetSyncTaskCommand;
1033
+ CreateVarmorPolicyCommand: typeof CreateVarmorPolicyCommand;
1034
+ DeleteBaselineCheckConfigCommand: typeof DeleteBaselineCheckConfigCommand;
1035
+ DeleteMonitorPolicyCommand: typeof DeleteMonitorPolicyCommand;
1036
+ DescribeFileChangeTrendTop5Command: typeof DescribeFileChangeTrendTop5Command;
1037
+ DescribeFileMonitorOverviewCommand: typeof DescribeFileMonitorOverviewCommand;
1038
+ DescribeLastWeekFileChangeTrendsCommand: typeof DescribeLastWeekFileChangeTrendsCommand;
1039
+ DetectBaselineByCheckConfigCommand: typeof DetectBaselineByCheckConfigCommand;
1040
+ EditBaselineCheckConfigCommand: typeof EditBaselineCheckConfigCommand;
1041
+ EditFingerprintCollectConfigCommand: typeof EditFingerprintCollectConfigCommand;
1042
+ EditMonitorPolicyCommand: typeof EditMonitorPolicyCommand;
1043
+ ExportFileMonitorAlarmListDataCommand: typeof ExportFileMonitorAlarmListDataCommand;
1044
+ GetAIAlarmJudgeConfigCommand: typeof GetAIAlarmJudgeConfigCommand;
1045
+ GetAlarmRuleListCommand: typeof GetAlarmRuleListCommand;
1046
+ GetAlarmTraceRawDataCommand: typeof GetAlarmTraceRawDataCommand;
1047
+ GetAllMonitorSuffixListCommand: typeof GetAllMonitorSuffixListCommand;
1048
+ GetArmorProfileCommand: typeof GetArmorProfileCommand;
1049
+ GetAutoIsolateAgentListCommand: typeof GetAutoIsolateAgentListCommand;
1050
+ GetAutoProtectConfigCommand: typeof GetAutoProtectConfigCommand;
1051
+ GetBruteForceBanCapParamsCommand: typeof GetBruteForceBanCapParamsCommand;
1052
+ GetBruteForceBanConfigCommand: typeof GetBruteForceBanConfigCommand;
1053
+ GetBruteForceBanStatisticsCommand: typeof GetBruteForceBanStatisticsCommand;
1054
+ GetClusterStatisticsCommand: typeof GetClusterStatisticsCommand;
1055
+ GetCustomWeakPasswordsCommand: typeof GetCustomWeakPasswordsCommand;
1056
+ GetFingerprintEnvCommand: typeof GetFingerprintEnvCommand;
1057
+ GetGeoLocationCommand: typeof GetGeoLocationCommand;
1058
+ GetHostVolumeCommand: typeof GetHostVolumeCommand;
1059
+ GetMLPAssetSyncTaskDetailCommand: typeof GetMLPAssetSyncTaskDetailCommand;
1060
+ GetMLPAssetSyncTaskStatusCommand: typeof GetMLPAssetSyncTaskStatusCommand;
1061
+ GetMonitorPolicyDirectoryCommand: typeof GetMonitorPolicyDirectoryCommand;
1062
+ GetMultiLevelAuthDetailCommand: typeof GetMultiLevelAuthDetailCommand;
1063
+ GetOfflineNotificationConfigCommand: typeof GetOfflineNotificationConfigCommand;
1064
+ GetOfflineNotificationListCommand: typeof GetOfflineNotificationListCommand;
1065
+ GetPolicyStatisticsCommand: typeof GetPolicyStatisticsCommand;
1066
+ GetSOCAssetAlarmStatsCommand: typeof GetSOCAssetAlarmStatsCommand;
1067
+ GetSOCAssetInstanceProtectStatusCommand: typeof GetSOCAssetInstanceProtectStatusCommand;
1068
+ GetSOCAssetSecurityScoreCommand: typeof GetSOCAssetSecurityScoreCommand;
1069
+ GetSOCAssetVulnStatsCommand: typeof GetSOCAssetVulnStatsCommand;
1070
+ GetSOCPrecautionBaselineStatsCommand: typeof GetSOCPrecautionBaselineStatsCommand;
1071
+ GetSecurityOverviewScoreStatsCommand: typeof GetSecurityOverviewScoreStatsCommand;
1072
+ GetVarmorConfigYAMLCommand: typeof GetVarmorConfigYAMLCommand;
1073
+ GetVarmorPolicyCommand: typeof GetVarmorPolicyCommand;
1074
+ GetVarmorTLSInfoCommand: typeof GetVarmorTLSInfoCommand;
1075
+ HandleEndpointAlarmsCommand: typeof HandleEndpointAlarmsCommand;
1076
+ ListAgentProxiesCommand: typeof ListAgentProxiesCommand;
1077
+ ListAgentProxyServersCommand: typeof ListAgentProxyServersCommand;
1078
+ ListAssetCenterHostsCommand: typeof ListAssetCenterHostsCommand;
1079
+ ListAssetNamespacesCommand: typeof ListAssetNamespacesCommand;
1080
+ ListAutoDefenseRulesCommand: typeof ListAutoDefenseRulesCommand;
1081
+ ListBanIPListCommand: typeof ListBanIPListCommand;
1082
+ ListBaselineBasicInfoCommand: typeof ListBaselineBasicInfoCommand;
1083
+ ListBaselineCheckConfigCommand: typeof ListBaselineCheckConfigCommand;
1084
+ ListBaselineCheckItemsCommand: typeof ListBaselineCheckItemsCommand;
1085
+ ListBaselineForGroupPolicyCommand: typeof ListBaselineForGroupPolicyCommand;
1086
+ ListBaselineHostItemHostsCommand: typeof ListBaselineHostItemHostsCommand;
1087
+ ListBatchEndpointHandleMethodsCommand: typeof ListBatchEndpointHandleMethodsCommand;
1088
+ ListCheckConfigRelatedBaselineCommand: typeof ListCheckConfigRelatedBaselineCommand;
1089
+ ListCleanHistoryCommand: typeof ListCleanHistoryCommand;
1090
+ ListCloudEnvsCommand: typeof ListCloudEnvsCommand;
1091
+ ListClusterVarmorVersionHistoryCommand: typeof ListClusterVarmorVersionHistoryCommand;
1092
+ ListClustersAndVarmorAppsCommand: typeof ListClustersAndVarmorAppsCommand;
1093
+ ListFileMonitorAlarmsCommand: typeof ListFileMonitorAlarmsCommand;
1094
+ ListFingerprintCollectConfigCommand: typeof ListFingerprintCollectConfigCommand;
1095
+ ListHidsAlarmsCommand: typeof ListHidsAlarmsCommand;
1096
+ ListHostsBasicInfosCommand: typeof ListHostsBasicInfosCommand;
1097
+ ListIsolationFilesCommand: typeof ListIsolationFilesCommand;
1098
+ ListMLPAssetTasksCommand: typeof ListMLPAssetTasksCommand;
1099
+ ListMonitorPoliciesCommand: typeof ListMonitorPoliciesCommand;
1100
+ ListOrderedHostsBasicInfosCommand: typeof ListOrderedHostsBasicInfosCommand;
1101
+ ListScanSubTasksCommand: typeof ListScanSubTasksCommand;
1102
+ ListVarmorPoliciesCommand: typeof ListVarmorPoliciesCommand;
1103
+ ListVulByPodCommand: typeof ListVulByPodCommand;
1104
+ ListVulDetailCommand: typeof ListVulDetailCommand;
1105
+ ListVulHostByPodCommand: typeof ListVulHostByPodCommand;
1106
+ RefreshVarmorInfoCommand: typeof RefreshVarmorInfoCommand;
1107
+ RetryIPOperationCommand: typeof RetryIPOperationCommand;
1108
+ SetAIAlarmJudgeConfigCommand: typeof SetAIAlarmJudgeConfigCommand;
1109
+ SetBruteForceBanConfigCommand: typeof SetBruteForceBanConfigCommand;
1110
+ SetCustomWeakPasswordsCommand: typeof SetCustomWeakPasswordsCommand;
1111
+ StopMLPAssetSyncTaskCommand: typeof StopMLPAssetSyncTaskCommand;
1112
+ UnBanIPItemCommand: typeof UnBanIPItemCommand;
1113
+ UnbindMLPAuthCommand: typeof UnbindMLPAuthCommand;
1114
+ UpdateAutoProtectConfigCommand: typeof UpdateAutoProtectConfigCommand;
1115
+ UpdateBaselineCheckConfigSwitchCommand: typeof UpdateBaselineCheckConfigSwitchCommand;
1116
+ UpdateCloudProviderCommand: typeof UpdateCloudProviderCommand;
1117
+ UpdateOfflineNotificationConfigCommand: typeof UpdateOfflineNotificationConfigCommand;
1118
+ UpdateVarmorAppConfigCommand: typeof UpdateVarmorAppConfigCommand;
1119
+ UpdateVarmorPolicyCommand: typeof UpdateVarmorPolicyCommand;
1120
+ UpdateVarmorTLSInfoCommand: typeof UpdateVarmorTLSInfoCommand;
1121
+ };
1122
+ export default _default;
1123
+ //# sourceMappingURL=api.d.ts.map