@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
package/src/api.ts ADDED
@@ -0,0 +1,1939 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * seccenter20240508
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
16
+
17
+ import { AddBaselineCheckConfigRequest } from './types/index';
18
+ import { AddBaselineCheckConfigResponse } from './types/index';
19
+ import { AddMonitorPolicyRequest } from './types/index';
20
+ import { AddMonitorPolicyResponse } from './types/index';
21
+ import { BanAlarmIPRequest } from './types/index';
22
+ import { BanAlarmIPResponse } from './types/index';
23
+ import { BatchDeleteVarmorPoliciesRequest } from './types/index';
24
+ import { BatchDeleteVarmorPoliciesResponse } from './types/index';
25
+ import { BatchInstallVarmorAppsRequest } from './types/index';
26
+ import { BatchInstallVarmorAppsResponse } from './types/index';
27
+ import { BatchUninstallVarmorAppsRequest } from './types/index';
28
+ import { BatchUninstallVarmorAppsResponse } from './types/index';
29
+ import { BatchUpgradeVarmorAppsRequest } from './types/index';
30
+ import { BatchUpgradeVarmorAppsResponse } from './types/index';
31
+ import { BindMLPAuthRequest } from './types/index';
32
+ import { BindMLPAuthResponse } from './types/index';
33
+ import { CheckAlarmSupportBanIPRequest } from './types/index';
34
+ import { CheckAlarmSupportBanIPResponse } from './types/index';
35
+ import { CheckMonitorPolicyRequest } from './types/index';
36
+ import { CheckMonitorPolicyResponse } from './types/index';
37
+ import { ControlMonitorPolicyRequest } from './types/index';
38
+ import { ControlMonitorPolicyResponse } from './types/index';
39
+ import { CreateMLPAssetSyncTaskRequest } from './types/index';
40
+ import { CreateMLPAssetSyncTaskResponse } from './types/index';
41
+ import { CreateVarmorPolicyRequest } from './types/index';
42
+ import { CreateVarmorPolicyResponse } from './types/index';
43
+ import { DeleteBaselineCheckConfigRequest } from './types/index';
44
+ import { DeleteBaselineCheckConfigResponse } from './types/index';
45
+ import { DeleteMonitorPolicyRequest } from './types/index';
46
+ import { DeleteMonitorPolicyResponse } from './types/index';
47
+ import { DescribeFileChangeTrendTop5Request } from './types/index';
48
+ import { DescribeFileChangeTrendTop5Response } from './types/index';
49
+ import { DescribeFileMonitorOverviewRequest } from './types/index';
50
+ import { DescribeFileMonitorOverviewResponse } from './types/index';
51
+ import { DescribeLastWeekFileChangeTrendsRequest } from './types/index';
52
+ import { DescribeLastWeekFileChangeTrendsResponse } from './types/index';
53
+ import { DetectBaselineByCheckConfigRequest } from './types/index';
54
+ import { DetectBaselineByCheckConfigResponse } from './types/index';
55
+ import { EditBaselineCheckConfigRequest } from './types/index';
56
+ import { EditBaselineCheckConfigResponse } from './types/index';
57
+ import { EditFingerprintCollectConfigRequest } from './types/index';
58
+ import { EditFingerprintCollectConfigResponse } from './types/index';
59
+ import { EditMonitorPolicyRequest } from './types/index';
60
+ import { EditMonitorPolicyResponse } from './types/index';
61
+ import { ExportFileMonitorAlarmListDataRequest } from './types/index';
62
+ import { ExportFileMonitorAlarmListDataResponse } from './types/index';
63
+ import { GetAIAlarmJudgeConfigRequest } from './types/index';
64
+ import { GetAIAlarmJudgeConfigResponse } from './types/index';
65
+ import { GetAlarmRuleListRequest } from './types/index';
66
+ import { GetAlarmRuleListResponse } from './types/index';
67
+ import { GetAlarmTraceRawDataRequest } from './types/index';
68
+ import { GetAlarmTraceRawDataResponse } from './types/index';
69
+ import { GetAllMonitorSuffixListRequest } from './types/index';
70
+ import { GetAllMonitorSuffixListResponse } from './types/index';
71
+ import { GetArmorProfileRequest } from './types/index';
72
+ import { GetArmorProfileResponse } from './types/index';
73
+ import { GetAutoIsolateAgentListRequest } from './types/index';
74
+ import { GetAutoIsolateAgentListResponse } from './types/index';
75
+ import { GetAutoProtectConfigRequest } from './types/index';
76
+ import { GetAutoProtectConfigResponse } from './types/index';
77
+ import { GetBruteForceBanCapParamsRequest } from './types/index';
78
+ import { GetBruteForceBanCapParamsResponse } from './types/index';
79
+ import { GetBruteForceBanConfigRequest } from './types/index';
80
+ import { GetBruteForceBanConfigResponse } from './types/index';
81
+ import { GetBruteForceBanStatisticsRequest } from './types/index';
82
+ import { GetBruteForceBanStatisticsResponse } from './types/index';
83
+ import { GetClusterStatisticsRequest } from './types/index';
84
+ import { GetClusterStatisticsResponse } from './types/index';
85
+ import { GetCustomWeakPasswordsRequest } from './types/index';
86
+ import { GetCustomWeakPasswordsResponse } from './types/index';
87
+ import { GetFingerprintEnvRequest } from './types/index';
88
+ import { GetFingerprintEnvResponse } from './types/index';
89
+ import { GetGeoLocationRequest } from './types/index';
90
+ import { GetGeoLocationResponse } from './types/index';
91
+ import { GetHostVolumeRequest } from './types/index';
92
+ import { GetHostVolumeResponse } from './types/index';
93
+ import { GetMLPAssetSyncTaskDetailRequest } from './types/index';
94
+ import { GetMLPAssetSyncTaskDetailResponse } from './types/index';
95
+ import { GetMLPAssetSyncTaskStatusRequest } from './types/index';
96
+ import { GetMLPAssetSyncTaskStatusResponse } from './types/index';
97
+ import { GetMonitorPolicyDirectoryRequest } from './types/index';
98
+ import { GetMonitorPolicyDirectoryResponse } from './types/index';
99
+ import { GetMultiLevelAuthDetailRequest } from './types/index';
100
+ import { GetMultiLevelAuthDetailResponse } from './types/index';
101
+ import { GetOfflineNotificationConfigRequest } from './types/index';
102
+ import { GetOfflineNotificationConfigResponse } from './types/index';
103
+ import { GetOfflineNotificationListRequest } from './types/index';
104
+ import { GetOfflineNotificationListResponse } from './types/index';
105
+ import { GetPolicyStatisticsRequest } from './types/index';
106
+ import { GetPolicyStatisticsResponse } from './types/index';
107
+ import { GetSOCAssetAlarmStatsRequest } from './types/index';
108
+ import { GetSOCAssetAlarmStatsResponse } from './types/index';
109
+ import { GetSOCAssetInstanceProtectStatusRequest } from './types/index';
110
+ import { GetSOCAssetInstanceProtectStatusResponse } from './types/index';
111
+ import { GetSOCAssetSecurityScoreRequest } from './types/index';
112
+ import { GetSOCAssetSecurityScoreResponse } from './types/index';
113
+ import { GetSOCAssetVulnStatsRequest } from './types/index';
114
+ import { GetSOCAssetVulnStatsResponse } from './types/index';
115
+ import { GetSOCPrecautionBaselineStatsRequest } from './types/index';
116
+ import { GetSOCPrecautionBaselineStatsResponse } from './types/index';
117
+ import { GetSecurityOverviewScoreStatsRequest } from './types/index';
118
+ import { GetSecurityOverviewScoreStatsResponse } from './types/index';
119
+ import { GetVarmorConfigYAMLRequest } from './types/index';
120
+ import { GetVarmorConfigYAMLResponse } from './types/index';
121
+ import { GetVarmorPolicyRequest } from './types/index';
122
+ import { GetVarmorPolicyResponse } from './types/index';
123
+ import { GetVarmorTLSInfoRequest } from './types/index';
124
+ import { GetVarmorTLSInfoResponse } from './types/index';
125
+ import { HandleEndpointAlarmsRequest } from './types/index';
126
+ import { HandleEndpointAlarmsResponse } from './types/index';
127
+ import { ListAgentProxiesRequest } from './types/index';
128
+ import { ListAgentProxiesResponse } from './types/index';
129
+ import { ListAgentProxyServersRequest } from './types/index';
130
+ import { ListAgentProxyServersResponse } from './types/index';
131
+ import { ListAssetCenterHostsRequest } from './types/index';
132
+ import { ListAssetCenterHostsResponse } from './types/index';
133
+ import { ListAssetNamespacesRequest } from './types/index';
134
+ import { ListAssetNamespacesResponse } from './types/index';
135
+ import { ListAutoDefenseRulesRequest } from './types/index';
136
+ import { ListAutoDefenseRulesResponse } from './types/index';
137
+ import { ListBanIPListRequest } from './types/index';
138
+ import { ListBanIPListResponse } from './types/index';
139
+ import { ListBaselineBasicInfoRequest } from './types/index';
140
+ import { ListBaselineBasicInfoResponse } from './types/index';
141
+ import { ListBaselineCheckConfigRequest } from './types/index';
142
+ import { ListBaselineCheckConfigResponse } from './types/index';
143
+ import { ListBaselineCheckItemsRequest } from './types/index';
144
+ import { ListBaselineCheckItemsResponse } from './types/index';
145
+ import { ListBaselineForGroupPolicyRequest } from './types/index';
146
+ import { ListBaselineForGroupPolicyResponse } from './types/index';
147
+ import { ListBaselineHostItemHostsRequest } from './types/index';
148
+ import { ListBaselineHostItemHostsResponse } from './types/index';
149
+ import { ListBatchEndpointHandleMethodsRequest } from './types/index';
150
+ import { ListBatchEndpointHandleMethodsResponse } from './types/index';
151
+ import { ListCheckConfigRelatedBaselineRequest } from './types/index';
152
+ import { ListCheckConfigRelatedBaselineResponse } from './types/index';
153
+ import { ListCleanHistoryRequest } from './types/index';
154
+ import { ListCleanHistoryResponse } from './types/index';
155
+ import { ListCloudEnvsRequest } from './types/index';
156
+ import { ListCloudEnvsResponse } from './types/index';
157
+ import { ListClusterVarmorVersionHistoryRequest } from './types/index';
158
+ import { ListClusterVarmorVersionHistoryResponse } from './types/index';
159
+ import { ListClustersAndVarmorAppsRequest } from './types/index';
160
+ import { ListClustersAndVarmorAppsResponse } from './types/index';
161
+ import { ListFileMonitorAlarmsRequest } from './types/index';
162
+ import { ListFileMonitorAlarmsResponse } from './types/index';
163
+ import { ListFingerprintCollectConfigRequest } from './types/index';
164
+ import { ListFingerprintCollectConfigResponse } from './types/index';
165
+ import { ListHidsAlarmsRequest } from './types/index';
166
+ import { ListHidsAlarmsResponse } from './types/index';
167
+ import { ListHostsBasicInfosRequest } from './types/index';
168
+ import { ListHostsBasicInfosResponse } from './types/index';
169
+ import { ListIsolationFilesRequest } from './types/index';
170
+ import { ListIsolationFilesResponse } from './types/index';
171
+ import { ListMLPAssetTasksRequest } from './types/index';
172
+ import { ListMLPAssetTasksResponse } from './types/index';
173
+ import { ListMonitorPoliciesRequest } from './types/index';
174
+ import { ListMonitorPoliciesResponse } from './types/index';
175
+ import { ListOrderedHostsBasicInfosRequest } from './types/index';
176
+ import { ListOrderedHostsBasicInfosResponse } from './types/index';
177
+ import { ListScanSubTasksRequest } from './types/index';
178
+ import { ListScanSubTasksResponse } from './types/index';
179
+ import { ListVarmorPoliciesRequest } from './types/index';
180
+ import { ListVarmorPoliciesResponse } from './types/index';
181
+ import { ListVulByPodRequest } from './types/index';
182
+ import { ListVulByPodResponse } from './types/index';
183
+ import { ListVulDetailRequest } from './types/index';
184
+ import { ListVulDetailResponse } from './types/index';
185
+ import { ListVulHostByPodRequest } from './types/index';
186
+ import { ListVulHostByPodResponse } from './types/index';
187
+ import { RefreshVarmorInfoRequest } from './types/index';
188
+ import { RefreshVarmorInfoResponse } from './types/index';
189
+ import { RetryIPOperationRequest } from './types/index';
190
+ import { RetryIPOperationResponse } from './types/index';
191
+ import { SetAIAlarmJudgeConfigRequest } from './types/index';
192
+ import { SetAIAlarmJudgeConfigResponse } from './types/index';
193
+ import { SetBruteForceBanConfigRequest } from './types/index';
194
+ import { SetBruteForceBanConfigResponse } from './types/index';
195
+ import { SetCustomWeakPasswordsRequest } from './types/index';
196
+ import { SetCustomWeakPasswordsResponse } from './types/index';
197
+ import { StopMLPAssetSyncTaskRequest } from './types/index';
198
+ import { StopMLPAssetSyncTaskResponse } from './types/index';
199
+ import { UnBanIPItemRequest } from './types/index';
200
+ import { UnBanIPItemResponse } from './types/index';
201
+ import { UnbindMLPAuthRequest } from './types/index';
202
+ import { UnbindMLPAuthResponse } from './types/index';
203
+ import { UpdateAutoProtectConfigRequest } from './types/index';
204
+ import { UpdateAutoProtectConfigResponse } from './types/index';
205
+ import { UpdateBaselineCheckConfigSwitchRequest } from './types/index';
206
+ import { UpdateBaselineCheckConfigSwitchResponse } from './types/index';
207
+ import { UpdateCloudProviderRequest } from './types/index';
208
+ import { UpdateCloudProviderResponse } from './types/index';
209
+ import { UpdateOfflineNotificationConfigRequest } from './types/index';
210
+ import { UpdateOfflineNotificationConfigResponse } from './types/index';
211
+ import { UpdateVarmorAppConfigRequest } from './types/index';
212
+ import { UpdateVarmorAppConfigResponse } from './types/index';
213
+ import { UpdateVarmorPolicyRequest } from './types/index';
214
+ import { UpdateVarmorPolicyResponse } from './types/index';
215
+ import { UpdateVarmorTLSInfoRequest } from './types/index';
216
+ import { UpdateVarmorTLSInfoResponse } from './types/index';
217
+
218
+ // ============================================================================
219
+ // Output Type Definitions
220
+ // ============================================================================
221
+ export type AddBaselineCheckConfigCommandOutput = CommandOutput<AddBaselineCheckConfigResponse>;
222
+ export type AddMonitorPolicyCommandOutput = CommandOutput<AddMonitorPolicyResponse>;
223
+ export type BanAlarmIPCommandOutput = CommandOutput<BanAlarmIPResponse>;
224
+ export type BatchDeleteVarmorPoliciesCommandOutput = CommandOutput<BatchDeleteVarmorPoliciesResponse>;
225
+ export type BatchInstallVarmorAppsCommandOutput = CommandOutput<BatchInstallVarmorAppsResponse>;
226
+ export type BatchUninstallVarmorAppsCommandOutput = CommandOutput<BatchUninstallVarmorAppsResponse>;
227
+ export type BatchUpgradeVarmorAppsCommandOutput = CommandOutput<BatchUpgradeVarmorAppsResponse>;
228
+ export type BindMLPAuthCommandOutput = CommandOutput<BindMLPAuthResponse>;
229
+ export type CheckAlarmSupportBanIPCommandOutput = CommandOutput<CheckAlarmSupportBanIPResponse>;
230
+ export type CheckMonitorPolicyCommandOutput = CommandOutput<CheckMonitorPolicyResponse>;
231
+ export type ControlMonitorPolicyCommandOutput = CommandOutput<ControlMonitorPolicyResponse>;
232
+ export type CreateMLPAssetSyncTaskCommandOutput = CommandOutput<CreateMLPAssetSyncTaskResponse>;
233
+ export type CreateVarmorPolicyCommandOutput = CommandOutput<CreateVarmorPolicyResponse>;
234
+ export type DeleteBaselineCheckConfigCommandOutput = CommandOutput<DeleteBaselineCheckConfigResponse>;
235
+ export type DeleteMonitorPolicyCommandOutput = CommandOutput<DeleteMonitorPolicyResponse>;
236
+ export type DescribeFileChangeTrendTop5CommandOutput = CommandOutput<DescribeFileChangeTrendTop5Response>;
237
+ export type DescribeFileMonitorOverviewCommandOutput = CommandOutput<DescribeFileMonitorOverviewResponse>;
238
+ export type DescribeLastWeekFileChangeTrendsCommandOutput = CommandOutput<DescribeLastWeekFileChangeTrendsResponse>;
239
+ export type DetectBaselineByCheckConfigCommandOutput = CommandOutput<DetectBaselineByCheckConfigResponse>;
240
+ export type EditBaselineCheckConfigCommandOutput = CommandOutput<EditBaselineCheckConfigResponse>;
241
+ export type EditFingerprintCollectConfigCommandOutput = CommandOutput<EditFingerprintCollectConfigResponse>;
242
+ export type EditMonitorPolicyCommandOutput = CommandOutput<EditMonitorPolicyResponse>;
243
+ export type ExportFileMonitorAlarmListDataCommandOutput = CommandOutput<ExportFileMonitorAlarmListDataResponse>;
244
+ export type GetAIAlarmJudgeConfigCommandOutput = CommandOutput<GetAIAlarmJudgeConfigResponse>;
245
+ export type GetAlarmRuleListCommandOutput = CommandOutput<GetAlarmRuleListResponse>;
246
+ export type GetAlarmTraceRawDataCommandOutput = CommandOutput<GetAlarmTraceRawDataResponse>;
247
+ export type GetAllMonitorSuffixListCommandOutput = CommandOutput<GetAllMonitorSuffixListResponse>;
248
+ export type GetArmorProfileCommandOutput = CommandOutput<GetArmorProfileResponse>;
249
+ export type GetAutoIsolateAgentListCommandOutput = CommandOutput<GetAutoIsolateAgentListResponse>;
250
+ export type GetAutoProtectConfigCommandOutput = CommandOutput<GetAutoProtectConfigResponse>;
251
+ export type GetBruteForceBanCapParamsCommandOutput = CommandOutput<GetBruteForceBanCapParamsResponse>;
252
+ export type GetBruteForceBanConfigCommandOutput = CommandOutput<GetBruteForceBanConfigResponse>;
253
+ export type GetBruteForceBanStatisticsCommandOutput = CommandOutput<GetBruteForceBanStatisticsResponse>;
254
+ export type GetClusterStatisticsCommandOutput = CommandOutput<GetClusterStatisticsResponse>;
255
+ export type GetCustomWeakPasswordsCommandOutput = CommandOutput<GetCustomWeakPasswordsResponse>;
256
+ export type GetFingerprintEnvCommandOutput = CommandOutput<GetFingerprintEnvResponse>;
257
+ export type GetGeoLocationCommandOutput = CommandOutput<GetGeoLocationResponse>;
258
+ export type GetHostVolumeCommandOutput = CommandOutput<GetHostVolumeResponse>;
259
+ export type GetMLPAssetSyncTaskDetailCommandOutput = CommandOutput<GetMLPAssetSyncTaskDetailResponse>;
260
+ export type GetMLPAssetSyncTaskStatusCommandOutput = CommandOutput<GetMLPAssetSyncTaskStatusResponse>;
261
+ export type GetMonitorPolicyDirectoryCommandOutput = CommandOutput<GetMonitorPolicyDirectoryResponse>;
262
+ export type GetMultiLevelAuthDetailCommandOutput = CommandOutput<GetMultiLevelAuthDetailResponse>;
263
+ export type GetOfflineNotificationConfigCommandOutput = CommandOutput<GetOfflineNotificationConfigResponse>;
264
+ export type GetOfflineNotificationListCommandOutput = CommandOutput<GetOfflineNotificationListResponse>;
265
+ export type GetPolicyStatisticsCommandOutput = CommandOutput<GetPolicyStatisticsResponse>;
266
+ export type GetSOCAssetAlarmStatsCommandOutput = CommandOutput<GetSOCAssetAlarmStatsResponse>;
267
+ export type GetSOCAssetInstanceProtectStatusCommandOutput = CommandOutput<GetSOCAssetInstanceProtectStatusResponse>;
268
+ export type GetSOCAssetSecurityScoreCommandOutput = CommandOutput<GetSOCAssetSecurityScoreResponse>;
269
+ export type GetSOCAssetVulnStatsCommandOutput = CommandOutput<GetSOCAssetVulnStatsResponse>;
270
+ export type GetSOCPrecautionBaselineStatsCommandOutput = CommandOutput<GetSOCPrecautionBaselineStatsResponse>;
271
+ export type GetSecurityOverviewScoreStatsCommandOutput = CommandOutput<GetSecurityOverviewScoreStatsResponse>;
272
+ export type GetVarmorConfigYAMLCommandOutput = CommandOutput<GetVarmorConfigYAMLResponse>;
273
+ export type GetVarmorPolicyCommandOutput = CommandOutput<GetVarmorPolicyResponse>;
274
+ export type GetVarmorTLSInfoCommandOutput = CommandOutput<GetVarmorTLSInfoResponse>;
275
+ export type HandleEndpointAlarmsCommandOutput = CommandOutput<HandleEndpointAlarmsResponse>;
276
+ export type ListAgentProxiesCommandOutput = CommandOutput<ListAgentProxiesResponse>;
277
+ export type ListAgentProxyServersCommandOutput = CommandOutput<ListAgentProxyServersResponse>;
278
+ export type ListAssetCenterHostsCommandOutput = CommandOutput<ListAssetCenterHostsResponse>;
279
+ export type ListAssetNamespacesCommandOutput = CommandOutput<ListAssetNamespacesResponse>;
280
+ export type ListAutoDefenseRulesCommandOutput = CommandOutput<ListAutoDefenseRulesResponse>;
281
+ export type ListBanIPListCommandOutput = CommandOutput<ListBanIPListResponse>;
282
+ export type ListBaselineBasicInfoCommandOutput = CommandOutput<ListBaselineBasicInfoResponse>;
283
+ export type ListBaselineCheckConfigCommandOutput = CommandOutput<ListBaselineCheckConfigResponse>;
284
+ export type ListBaselineCheckItemsCommandOutput = CommandOutput<ListBaselineCheckItemsResponse>;
285
+ export type ListBaselineForGroupPolicyCommandOutput = CommandOutput<ListBaselineForGroupPolicyResponse>;
286
+ export type ListBaselineHostItemHostsCommandOutput = CommandOutput<ListBaselineHostItemHostsResponse>;
287
+ export type ListBatchEndpointHandleMethodsCommandOutput = CommandOutput<ListBatchEndpointHandleMethodsResponse>;
288
+ export type ListCheckConfigRelatedBaselineCommandOutput = CommandOutput<ListCheckConfigRelatedBaselineResponse>;
289
+ export type ListCleanHistoryCommandOutput = CommandOutput<ListCleanHistoryResponse>;
290
+ export type ListCloudEnvsCommandOutput = CommandOutput<ListCloudEnvsResponse>;
291
+ export type ListClusterVarmorVersionHistoryCommandOutput = CommandOutput<ListClusterVarmorVersionHistoryResponse>;
292
+ export type ListClustersAndVarmorAppsCommandOutput = CommandOutput<ListClustersAndVarmorAppsResponse>;
293
+ export type ListFileMonitorAlarmsCommandOutput = CommandOutput<ListFileMonitorAlarmsResponse>;
294
+ export type ListFingerprintCollectConfigCommandOutput = CommandOutput<ListFingerprintCollectConfigResponse>;
295
+ export type ListHidsAlarmsCommandOutput = CommandOutput<ListHidsAlarmsResponse>;
296
+ export type ListHostsBasicInfosCommandOutput = CommandOutput<ListHostsBasicInfosResponse>;
297
+ export type ListIsolationFilesCommandOutput = CommandOutput<ListIsolationFilesResponse>;
298
+ export type ListMLPAssetTasksCommandOutput = CommandOutput<ListMLPAssetTasksResponse>;
299
+ export type ListMonitorPoliciesCommandOutput = CommandOutput<ListMonitorPoliciesResponse>;
300
+ export type ListOrderedHostsBasicInfosCommandOutput = CommandOutput<ListOrderedHostsBasicInfosResponse>;
301
+ export type ListScanSubTasksCommandOutput = CommandOutput<ListScanSubTasksResponse>;
302
+ export type ListVarmorPoliciesCommandOutput = CommandOutput<ListVarmorPoliciesResponse>;
303
+ export type ListVulByPodCommandOutput = CommandOutput<ListVulByPodResponse>;
304
+ export type ListVulDetailCommandOutput = CommandOutput<ListVulDetailResponse>;
305
+ export type ListVulHostByPodCommandOutput = CommandOutput<ListVulHostByPodResponse>;
306
+ export type RefreshVarmorInfoCommandOutput = CommandOutput<RefreshVarmorInfoResponse>;
307
+ export type RetryIPOperationCommandOutput = CommandOutput<RetryIPOperationResponse>;
308
+ export type SetAIAlarmJudgeConfigCommandOutput = CommandOutput<SetAIAlarmJudgeConfigResponse>;
309
+ export type SetBruteForceBanConfigCommandOutput = CommandOutput<SetBruteForceBanConfigResponse>;
310
+ export type SetCustomWeakPasswordsCommandOutput = CommandOutput<SetCustomWeakPasswordsResponse>;
311
+ export type StopMLPAssetSyncTaskCommandOutput = CommandOutput<StopMLPAssetSyncTaskResponse>;
312
+ export type UnBanIPItemCommandOutput = CommandOutput<UnBanIPItemResponse>;
313
+ export type UnbindMLPAuthCommandOutput = CommandOutput<UnbindMLPAuthResponse>;
314
+ export type UpdateAutoProtectConfigCommandOutput = CommandOutput<UpdateAutoProtectConfigResponse>;
315
+ export type UpdateBaselineCheckConfigSwitchCommandOutput = CommandOutput<UpdateBaselineCheckConfigSwitchResponse>;
316
+ export type UpdateCloudProviderCommandOutput = CommandOutput<UpdateCloudProviderResponse>;
317
+ export type UpdateOfflineNotificationConfigCommandOutput = CommandOutput<UpdateOfflineNotificationConfigResponse>;
318
+ export type UpdateVarmorAppConfigCommandOutput = CommandOutput<UpdateVarmorAppConfigResponse>;
319
+ export type UpdateVarmorPolicyCommandOutput = CommandOutput<UpdateVarmorPolicyResponse>;
320
+ export type UpdateVarmorTLSInfoCommandOutput = CommandOutput<UpdateVarmorTLSInfoResponse>;
321
+
322
+
323
+ /**
324
+ * SECCENTER20240508Client Service Client
325
+ */
326
+ export class SECCENTER20240508Client extends Client {
327
+ constructor(config: ClientConfig = {}) {
328
+ super({
329
+ protocol: 'https',
330
+ region: 'cn-beijing',
331
+ ...config,
332
+ });
333
+ }
334
+ }
335
+
336
+ /**
337
+ * Command to AddBaselineCheckConfig
338
+ */
339
+ export class AddBaselineCheckConfigCommand extends Command<
340
+ AddBaselineCheckConfigRequest,
341
+ AddBaselineCheckConfigCommandOutput,
342
+ 'AddBaselineCheckConfigCommand'
343
+ > {
344
+ static readonly metaPath = '/AddBaselineCheckConfig/2024-05-08/seccenter/post/application_json/';
345
+
346
+ constructor(input: AddBaselineCheckConfigRequest) {
347
+ super(input);
348
+ this.requestConfig = buildRequestConfigFromMetaPath(AddBaselineCheckConfigCommand.metaPath);
349
+ }
350
+ }
351
+ /**
352
+ * Command to AddMonitorPolicy
353
+ */
354
+ export class AddMonitorPolicyCommand extends Command<
355
+ AddMonitorPolicyRequest,
356
+ AddMonitorPolicyCommandOutput,
357
+ 'AddMonitorPolicyCommand'
358
+ > {
359
+ static readonly metaPath = '/AddMonitorPolicy/2024-05-08/seccenter/post/application_json/';
360
+
361
+ constructor(input: AddMonitorPolicyRequest) {
362
+ super(input);
363
+ this.requestConfig = buildRequestConfigFromMetaPath(AddMonitorPolicyCommand.metaPath);
364
+ }
365
+ }
366
+ /**
367
+ * Command to BanAlarmIP
368
+ */
369
+ export class BanAlarmIPCommand extends Command<
370
+ BanAlarmIPRequest,
371
+ BanAlarmIPCommandOutput,
372
+ 'BanAlarmIPCommand'
373
+ > {
374
+ static readonly metaPath = '/BanAlarmIP/2024-05-08/seccenter/post/application_json/';
375
+
376
+ constructor(input: BanAlarmIPRequest) {
377
+ super(input);
378
+ this.requestConfig = buildRequestConfigFromMetaPath(BanAlarmIPCommand.metaPath);
379
+ }
380
+ }
381
+ /**
382
+ * Command to BatchDeleteVarmorPolicies
383
+ */
384
+ export class BatchDeleteVarmorPoliciesCommand extends Command<
385
+ BatchDeleteVarmorPoliciesRequest,
386
+ BatchDeleteVarmorPoliciesCommandOutput,
387
+ 'BatchDeleteVarmorPoliciesCommand'
388
+ > {
389
+ static readonly metaPath = '/BatchDeleteVarmorPolicies/2024-05-08/seccenter/post/application_json/';
390
+
391
+ constructor(input: BatchDeleteVarmorPoliciesRequest) {
392
+ super(input);
393
+ this.requestConfig = buildRequestConfigFromMetaPath(BatchDeleteVarmorPoliciesCommand.metaPath);
394
+ }
395
+ }
396
+ /**
397
+ * Command to BatchInstallVarmorApps
398
+ */
399
+ export class BatchInstallVarmorAppsCommand extends Command<
400
+ BatchInstallVarmorAppsRequest,
401
+ BatchInstallVarmorAppsCommandOutput,
402
+ 'BatchInstallVarmorAppsCommand'
403
+ > {
404
+ static readonly metaPath = '/BatchInstallVarmorApps/2024-05-08/seccenter/post/application_json/';
405
+
406
+ constructor(input: BatchInstallVarmorAppsRequest) {
407
+ super(input);
408
+ this.requestConfig = buildRequestConfigFromMetaPath(BatchInstallVarmorAppsCommand.metaPath);
409
+ }
410
+ }
411
+ /**
412
+ * Command to BatchUninstallVarmorApps
413
+ */
414
+ export class BatchUninstallVarmorAppsCommand extends Command<
415
+ BatchUninstallVarmorAppsRequest,
416
+ BatchUninstallVarmorAppsCommandOutput,
417
+ 'BatchUninstallVarmorAppsCommand'
418
+ > {
419
+ static readonly metaPath = '/BatchUninstallVarmorApps/2024-05-08/seccenter/post/application_json/';
420
+
421
+ constructor(input: BatchUninstallVarmorAppsRequest) {
422
+ super(input);
423
+ this.requestConfig = buildRequestConfigFromMetaPath(BatchUninstallVarmorAppsCommand.metaPath);
424
+ }
425
+ }
426
+ /**
427
+ * Command to BatchUpgradeVarmorApps
428
+ */
429
+ export class BatchUpgradeVarmorAppsCommand extends Command<
430
+ BatchUpgradeVarmorAppsRequest,
431
+ BatchUpgradeVarmorAppsCommandOutput,
432
+ 'BatchUpgradeVarmorAppsCommand'
433
+ > {
434
+ static readonly metaPath = '/BatchUpgradeVarmorApps/2024-05-08/seccenter/post/application_json/';
435
+
436
+ constructor(input: BatchUpgradeVarmorAppsRequest) {
437
+ super(input);
438
+ this.requestConfig = buildRequestConfigFromMetaPath(BatchUpgradeVarmorAppsCommand.metaPath);
439
+ }
440
+ }
441
+ /**
442
+ * Command to BindMLPAuth
443
+ */
444
+ export class BindMLPAuthCommand extends Command<
445
+ BindMLPAuthRequest,
446
+ BindMLPAuthCommandOutput,
447
+ 'BindMLPAuthCommand'
448
+ > {
449
+ static readonly metaPath = '/BindMLPAuth/2024-05-08/seccenter/post/application_json/';
450
+
451
+ constructor(input: BindMLPAuthRequest) {
452
+ super(input);
453
+ this.requestConfig = buildRequestConfigFromMetaPath(BindMLPAuthCommand.metaPath);
454
+ }
455
+ }
456
+ /**
457
+ * Command to CheckAlarmSupportBanIP
458
+ */
459
+ export class CheckAlarmSupportBanIPCommand extends Command<
460
+ CheckAlarmSupportBanIPRequest,
461
+ CheckAlarmSupportBanIPCommandOutput,
462
+ 'CheckAlarmSupportBanIPCommand'
463
+ > {
464
+ static readonly metaPath = '/CheckAlarmSupportBanIP/2024-05-08/seccenter/post/application_json/';
465
+
466
+ constructor(input: CheckAlarmSupportBanIPRequest) {
467
+ super(input);
468
+ this.requestConfig = buildRequestConfigFromMetaPath(CheckAlarmSupportBanIPCommand.metaPath);
469
+ }
470
+ }
471
+ /**
472
+ * Command to CheckMonitorPolicy
473
+ */
474
+ export class CheckMonitorPolicyCommand extends Command<
475
+ CheckMonitorPolicyRequest,
476
+ CheckMonitorPolicyCommandOutput,
477
+ 'CheckMonitorPolicyCommand'
478
+ > {
479
+ static readonly metaPath = '/CheckMonitorPolicy/2024-05-08/seccenter/post/application_json/';
480
+
481
+ constructor(input: CheckMonitorPolicyRequest) {
482
+ super(input);
483
+ this.requestConfig = buildRequestConfigFromMetaPath(CheckMonitorPolicyCommand.metaPath);
484
+ }
485
+ }
486
+ /**
487
+ * Command to ControlMonitorPolicy
488
+ */
489
+ export class ControlMonitorPolicyCommand extends Command<
490
+ ControlMonitorPolicyRequest,
491
+ ControlMonitorPolicyCommandOutput,
492
+ 'ControlMonitorPolicyCommand'
493
+ > {
494
+ static readonly metaPath = '/ControlMonitorPolicy/2024-05-08/seccenter/post/application_json/';
495
+
496
+ constructor(input: ControlMonitorPolicyRequest) {
497
+ super(input);
498
+ this.requestConfig = buildRequestConfigFromMetaPath(ControlMonitorPolicyCommand.metaPath);
499
+ }
500
+ }
501
+ /**
502
+ * Command to CreateMLPAssetSyncTask
503
+ */
504
+ export class CreateMLPAssetSyncTaskCommand extends Command<
505
+ CreateMLPAssetSyncTaskRequest,
506
+ CreateMLPAssetSyncTaskCommandOutput,
507
+ 'CreateMLPAssetSyncTaskCommand'
508
+ > {
509
+ static readonly metaPath = '/CreateMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/';
510
+
511
+ constructor(input: CreateMLPAssetSyncTaskRequest) {
512
+ super(input);
513
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateMLPAssetSyncTaskCommand.metaPath);
514
+ }
515
+ }
516
+ /**
517
+ * Command to CreateVarmorPolicy
518
+ */
519
+ export class CreateVarmorPolicyCommand extends Command<
520
+ CreateVarmorPolicyRequest,
521
+ CreateVarmorPolicyCommandOutput,
522
+ 'CreateVarmorPolicyCommand'
523
+ > {
524
+ static readonly metaPath = '/CreateVarmorPolicy/2024-05-08/seccenter/post/application_json/';
525
+
526
+ constructor(input: CreateVarmorPolicyRequest) {
527
+ super(input);
528
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateVarmorPolicyCommand.metaPath);
529
+ }
530
+ }
531
+ /**
532
+ * Command to DeleteBaselineCheckConfig
533
+ */
534
+ export class DeleteBaselineCheckConfigCommand extends Command<
535
+ DeleteBaselineCheckConfigRequest,
536
+ DeleteBaselineCheckConfigCommandOutput,
537
+ 'DeleteBaselineCheckConfigCommand'
538
+ > {
539
+ static readonly metaPath = '/DeleteBaselineCheckConfig/2024-05-08/seccenter/post/application_json/';
540
+
541
+ constructor(input: DeleteBaselineCheckConfigRequest) {
542
+ super(input);
543
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteBaselineCheckConfigCommand.metaPath);
544
+ }
545
+ }
546
+ /**
547
+ * Command to DeleteMonitorPolicy
548
+ */
549
+ export class DeleteMonitorPolicyCommand extends Command<
550
+ DeleteMonitorPolicyRequest,
551
+ DeleteMonitorPolicyCommandOutput,
552
+ 'DeleteMonitorPolicyCommand'
553
+ > {
554
+ static readonly metaPath = '/DeleteMonitorPolicy/2024-05-08/seccenter/post/application_json/';
555
+
556
+ constructor(input: DeleteMonitorPolicyRequest) {
557
+ super(input);
558
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteMonitorPolicyCommand.metaPath);
559
+ }
560
+ }
561
+ /**
562
+ * Command to DescribeFileChangeTrendTop5
563
+ */
564
+ export class DescribeFileChangeTrendTop5Command extends Command<
565
+ DescribeFileChangeTrendTop5Request,
566
+ DescribeFileChangeTrendTop5CommandOutput,
567
+ 'DescribeFileChangeTrendTop5Command'
568
+ > {
569
+ static readonly metaPath = '/DescribeFileChangeTrendTop5/2024-05-08/seccenter/post/application_json/';
570
+
571
+ constructor(input: DescribeFileChangeTrendTop5Request) {
572
+ super(input);
573
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeFileChangeTrendTop5Command.metaPath);
574
+ }
575
+ }
576
+ /**
577
+ * Command to DescribeFileMonitorOverview
578
+ */
579
+ export class DescribeFileMonitorOverviewCommand extends Command<
580
+ DescribeFileMonitorOverviewRequest,
581
+ DescribeFileMonitorOverviewCommandOutput,
582
+ 'DescribeFileMonitorOverviewCommand'
583
+ > {
584
+ static readonly metaPath = '/DescribeFileMonitorOverview/2024-05-08/seccenter/post/application_json/';
585
+
586
+ constructor(input: DescribeFileMonitorOverviewRequest) {
587
+ super(input);
588
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeFileMonitorOverviewCommand.metaPath);
589
+ }
590
+ }
591
+ /**
592
+ * Command to DescribeLastWeekFileChangeTrends
593
+ */
594
+ export class DescribeLastWeekFileChangeTrendsCommand extends Command<
595
+ DescribeLastWeekFileChangeTrendsRequest,
596
+ DescribeLastWeekFileChangeTrendsCommandOutput,
597
+ 'DescribeLastWeekFileChangeTrendsCommand'
598
+ > {
599
+ static readonly metaPath = '/DescribeLastWeekFileChangeTrends/2024-05-08/seccenter/post/application_json/';
600
+
601
+ constructor(input: DescribeLastWeekFileChangeTrendsRequest) {
602
+ super(input);
603
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeLastWeekFileChangeTrendsCommand.metaPath);
604
+ }
605
+ }
606
+ /**
607
+ * Command to DetectBaselineByCheckConfig
608
+ */
609
+ export class DetectBaselineByCheckConfigCommand extends Command<
610
+ DetectBaselineByCheckConfigRequest,
611
+ DetectBaselineByCheckConfigCommandOutput,
612
+ 'DetectBaselineByCheckConfigCommand'
613
+ > {
614
+ static readonly metaPath = '/DetectBaselineByCheckConfig/2024-05-08/seccenter/post/application_json/';
615
+
616
+ constructor(input: DetectBaselineByCheckConfigRequest) {
617
+ super(input);
618
+ this.requestConfig = buildRequestConfigFromMetaPath(DetectBaselineByCheckConfigCommand.metaPath);
619
+ }
620
+ }
621
+ /**
622
+ * Command to EditBaselineCheckConfig
623
+ */
624
+ export class EditBaselineCheckConfigCommand extends Command<
625
+ EditBaselineCheckConfigRequest,
626
+ EditBaselineCheckConfigCommandOutput,
627
+ 'EditBaselineCheckConfigCommand'
628
+ > {
629
+ static readonly metaPath = '/EditBaselineCheckConfig/2024-05-08/seccenter/post/application_json/';
630
+
631
+ constructor(input: EditBaselineCheckConfigRequest) {
632
+ super(input);
633
+ this.requestConfig = buildRequestConfigFromMetaPath(EditBaselineCheckConfigCommand.metaPath);
634
+ }
635
+ }
636
+ /**
637
+ * Command to EditFingerprintCollectConfig
638
+ */
639
+ export class EditFingerprintCollectConfigCommand extends Command<
640
+ EditFingerprintCollectConfigRequest,
641
+ EditFingerprintCollectConfigCommandOutput,
642
+ 'EditFingerprintCollectConfigCommand'
643
+ > {
644
+ static readonly metaPath = '/EditFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/';
645
+
646
+ constructor(input: EditFingerprintCollectConfigRequest) {
647
+ super(input);
648
+ this.requestConfig = buildRequestConfigFromMetaPath(EditFingerprintCollectConfigCommand.metaPath);
649
+ }
650
+ }
651
+ /**
652
+ * Command to EditMonitorPolicy
653
+ */
654
+ export class EditMonitorPolicyCommand extends Command<
655
+ EditMonitorPolicyRequest,
656
+ EditMonitorPolicyCommandOutput,
657
+ 'EditMonitorPolicyCommand'
658
+ > {
659
+ static readonly metaPath = '/EditMonitorPolicy/2024-05-08/seccenter/post/application_json/';
660
+
661
+ constructor(input: EditMonitorPolicyRequest) {
662
+ super(input);
663
+ this.requestConfig = buildRequestConfigFromMetaPath(EditMonitorPolicyCommand.metaPath);
664
+ }
665
+ }
666
+ /**
667
+ * Command to ExportFileMonitorAlarmListData
668
+ */
669
+ export class ExportFileMonitorAlarmListDataCommand extends Command<
670
+ ExportFileMonitorAlarmListDataRequest,
671
+ ExportFileMonitorAlarmListDataCommandOutput,
672
+ 'ExportFileMonitorAlarmListDataCommand'
673
+ > {
674
+ static readonly metaPath = '/ExportFileMonitorAlarmListData/2024-05-08/seccenter/post/application_json/';
675
+
676
+ constructor(input: ExportFileMonitorAlarmListDataRequest) {
677
+ super(input);
678
+ this.requestConfig = buildRequestConfigFromMetaPath(ExportFileMonitorAlarmListDataCommand.metaPath);
679
+ }
680
+ }
681
+ /**
682
+ * Command to GetAIAlarmJudgeConfig
683
+ */
684
+ export class GetAIAlarmJudgeConfigCommand extends Command<
685
+ GetAIAlarmJudgeConfigRequest,
686
+ GetAIAlarmJudgeConfigCommandOutput,
687
+ 'GetAIAlarmJudgeConfigCommand'
688
+ > {
689
+ static readonly metaPath = '/GetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/';
690
+
691
+ constructor(input: GetAIAlarmJudgeConfigRequest) {
692
+ super(input);
693
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAIAlarmJudgeConfigCommand.metaPath);
694
+ }
695
+ }
696
+ /**
697
+ * Command to GetAlarmRuleList
698
+ */
699
+ export class GetAlarmRuleListCommand extends Command<
700
+ GetAlarmRuleListRequest,
701
+ GetAlarmRuleListCommandOutput,
702
+ 'GetAlarmRuleListCommand'
703
+ > {
704
+ static readonly metaPath = '/GetAlarmRuleList/2024-05-08/seccenter/post/application_json/';
705
+
706
+ constructor(input: GetAlarmRuleListRequest) {
707
+ super(input);
708
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAlarmRuleListCommand.metaPath);
709
+ }
710
+ }
711
+ /**
712
+ * Command to GetAlarmTraceRawData
713
+ */
714
+ export class GetAlarmTraceRawDataCommand extends Command<
715
+ GetAlarmTraceRawDataRequest,
716
+ GetAlarmTraceRawDataCommandOutput,
717
+ 'GetAlarmTraceRawDataCommand'
718
+ > {
719
+ static readonly metaPath = '/GetAlarmTraceRawData/2024-05-08/seccenter/post/application_json/';
720
+
721
+ constructor(input: GetAlarmTraceRawDataRequest) {
722
+ super(input);
723
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAlarmTraceRawDataCommand.metaPath);
724
+ }
725
+ }
726
+ /**
727
+ * Command to GetAllMonitorSuffixList
728
+ */
729
+ export class GetAllMonitorSuffixListCommand extends Command<
730
+ GetAllMonitorSuffixListRequest,
731
+ GetAllMonitorSuffixListCommandOutput,
732
+ 'GetAllMonitorSuffixListCommand'
733
+ > {
734
+ static readonly metaPath = '/GetAllMonitorSuffixList/2024-05-08/seccenter/post/application_json/';
735
+
736
+ constructor(input: GetAllMonitorSuffixListRequest) {
737
+ super(input);
738
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAllMonitorSuffixListCommand.metaPath);
739
+ }
740
+ }
741
+ /**
742
+ * Command to GetArmorProfile
743
+ */
744
+ export class GetArmorProfileCommand extends Command<
745
+ GetArmorProfileRequest,
746
+ GetArmorProfileCommandOutput,
747
+ 'GetArmorProfileCommand'
748
+ > {
749
+ static readonly metaPath = '/GetArmorProfile/2024-05-08/seccenter/post/application_json/';
750
+
751
+ constructor(input: GetArmorProfileRequest) {
752
+ super(input);
753
+ this.requestConfig = buildRequestConfigFromMetaPath(GetArmorProfileCommand.metaPath);
754
+ }
755
+ }
756
+ /**
757
+ * Command to GetAutoIsolateAgentList
758
+ */
759
+ export class GetAutoIsolateAgentListCommand extends Command<
760
+ GetAutoIsolateAgentListRequest,
761
+ GetAutoIsolateAgentListCommandOutput,
762
+ 'GetAutoIsolateAgentListCommand'
763
+ > {
764
+ static readonly metaPath = '/GetAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/';
765
+
766
+ constructor(input: GetAutoIsolateAgentListRequest) {
767
+ super(input);
768
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAutoIsolateAgentListCommand.metaPath);
769
+ }
770
+ }
771
+ /**
772
+ * Command to GetAutoProtectConfig
773
+ */
774
+ export class GetAutoProtectConfigCommand extends Command<
775
+ GetAutoProtectConfigRequest,
776
+ GetAutoProtectConfigCommandOutput,
777
+ 'GetAutoProtectConfigCommand'
778
+ > {
779
+ static readonly metaPath = '/GetAutoProtectConfig/2024-05-08/seccenter/post/application_json/';
780
+
781
+ constructor(input: GetAutoProtectConfigRequest) {
782
+ super(input);
783
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAutoProtectConfigCommand.metaPath);
784
+ }
785
+ }
786
+ /**
787
+ * Command to GetBruteForceBanCapParams
788
+ */
789
+ export class GetBruteForceBanCapParamsCommand extends Command<
790
+ GetBruteForceBanCapParamsRequest,
791
+ GetBruteForceBanCapParamsCommandOutput,
792
+ 'GetBruteForceBanCapParamsCommand'
793
+ > {
794
+ static readonly metaPath = '/GetBruteForceBanCapParams/2024-05-08/seccenter/post/application_json/';
795
+
796
+ constructor(input: GetBruteForceBanCapParamsRequest) {
797
+ super(input);
798
+ this.requestConfig = buildRequestConfigFromMetaPath(GetBruteForceBanCapParamsCommand.metaPath);
799
+ }
800
+ }
801
+ /**
802
+ * Command to GetBruteForceBanConfig
803
+ */
804
+ export class GetBruteForceBanConfigCommand extends Command<
805
+ GetBruteForceBanConfigRequest,
806
+ GetBruteForceBanConfigCommandOutput,
807
+ 'GetBruteForceBanConfigCommand'
808
+ > {
809
+ static readonly metaPath = '/GetBruteForceBanConfig/2024-05-08/seccenter/get/text_plain/';
810
+
811
+ constructor(input: GetBruteForceBanConfigRequest) {
812
+ super(input);
813
+ this.requestConfig = buildRequestConfigFromMetaPath(GetBruteForceBanConfigCommand.metaPath);
814
+ }
815
+ }
816
+ /**
817
+ * Command to GetBruteForceBanStatistics
818
+ */
819
+ export class GetBruteForceBanStatisticsCommand extends Command<
820
+ GetBruteForceBanStatisticsRequest,
821
+ GetBruteForceBanStatisticsCommandOutput,
822
+ 'GetBruteForceBanStatisticsCommand'
823
+ > {
824
+ static readonly metaPath = '/GetBruteForceBanStatistics/2024-05-08/seccenter/get/text_plain/';
825
+
826
+ constructor(input: GetBruteForceBanStatisticsRequest) {
827
+ super(input);
828
+ this.requestConfig = buildRequestConfigFromMetaPath(GetBruteForceBanStatisticsCommand.metaPath);
829
+ }
830
+ }
831
+ /**
832
+ * Command to GetClusterStatistics
833
+ */
834
+ export class GetClusterStatisticsCommand extends Command<
835
+ GetClusterStatisticsRequest,
836
+ GetClusterStatisticsCommandOutput,
837
+ 'GetClusterStatisticsCommand'
838
+ > {
839
+ static readonly metaPath = '/GetClusterStatistics/2024-05-08/seccenter/post/application_json/';
840
+
841
+ constructor(input: GetClusterStatisticsRequest) {
842
+ super(input);
843
+ this.requestConfig = buildRequestConfigFromMetaPath(GetClusterStatisticsCommand.metaPath);
844
+ }
845
+ }
846
+ /**
847
+ * Command to GetCustomWeakPasswords
848
+ */
849
+ export class GetCustomWeakPasswordsCommand extends Command<
850
+ GetCustomWeakPasswordsRequest,
851
+ GetCustomWeakPasswordsCommandOutput,
852
+ 'GetCustomWeakPasswordsCommand'
853
+ > {
854
+ static readonly metaPath = '/GetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/';
855
+
856
+ constructor(input: GetCustomWeakPasswordsRequest) {
857
+ super(input);
858
+ this.requestConfig = buildRequestConfigFromMetaPath(GetCustomWeakPasswordsCommand.metaPath);
859
+ }
860
+ }
861
+ /**
862
+ * Command to GetFingerprintEnv
863
+ */
864
+ export class GetFingerprintEnvCommand extends Command<
865
+ GetFingerprintEnvRequest,
866
+ GetFingerprintEnvCommandOutput,
867
+ 'GetFingerprintEnvCommand'
868
+ > {
869
+ static readonly metaPath = '/GetFingerprintEnv/2024-05-08/seccenter/post/application_json/';
870
+
871
+ constructor(input: GetFingerprintEnvRequest) {
872
+ super(input);
873
+ this.requestConfig = buildRequestConfigFromMetaPath(GetFingerprintEnvCommand.metaPath);
874
+ }
875
+ }
876
+ /**
877
+ * Command to GetGeoLocation
878
+ */
879
+ export class GetGeoLocationCommand extends Command<
880
+ GetGeoLocationRequest,
881
+ GetGeoLocationCommandOutput,
882
+ 'GetGeoLocationCommand'
883
+ > {
884
+ static readonly metaPath = '/GetGeoLocation/2024-05-08/seccenter/post/application_json/';
885
+
886
+ constructor(input: GetGeoLocationRequest) {
887
+ super(input);
888
+ this.requestConfig = buildRequestConfigFromMetaPath(GetGeoLocationCommand.metaPath);
889
+ }
890
+ }
891
+ /**
892
+ * Command to GetHostVolume
893
+ */
894
+ export class GetHostVolumeCommand extends Command<
895
+ GetHostVolumeRequest,
896
+ GetHostVolumeCommandOutput,
897
+ 'GetHostVolumeCommand'
898
+ > {
899
+ static readonly metaPath = '/GetHostVolume/2024-05-08/seccenter/post/application_json/';
900
+
901
+ constructor(input: GetHostVolumeRequest) {
902
+ super(input);
903
+ this.requestConfig = buildRequestConfigFromMetaPath(GetHostVolumeCommand.metaPath);
904
+ }
905
+ }
906
+ /**
907
+ * Command to GetMLPAssetSyncTaskDetail
908
+ */
909
+ export class GetMLPAssetSyncTaskDetailCommand extends Command<
910
+ GetMLPAssetSyncTaskDetailRequest,
911
+ GetMLPAssetSyncTaskDetailCommandOutput,
912
+ 'GetMLPAssetSyncTaskDetailCommand'
913
+ > {
914
+ static readonly metaPath = '/GetMLPAssetSyncTaskDetail/2024-05-08/seccenter/post/application_json/';
915
+
916
+ constructor(input: GetMLPAssetSyncTaskDetailRequest) {
917
+ super(input);
918
+ this.requestConfig = buildRequestConfigFromMetaPath(GetMLPAssetSyncTaskDetailCommand.metaPath);
919
+ }
920
+ }
921
+ /**
922
+ * Command to GetMLPAssetSyncTaskStatus
923
+ */
924
+ export class GetMLPAssetSyncTaskStatusCommand extends Command<
925
+ GetMLPAssetSyncTaskStatusRequest,
926
+ GetMLPAssetSyncTaskStatusCommandOutput,
927
+ 'GetMLPAssetSyncTaskStatusCommand'
928
+ > {
929
+ static readonly metaPath = '/GetMLPAssetSyncTaskStatus/2024-05-08/seccenter/post/application_json/';
930
+
931
+ constructor(input: GetMLPAssetSyncTaskStatusRequest) {
932
+ super(input);
933
+ this.requestConfig = buildRequestConfigFromMetaPath(GetMLPAssetSyncTaskStatusCommand.metaPath);
934
+ }
935
+ }
936
+ /**
937
+ * Command to GetMonitorPolicyDirectory
938
+ */
939
+ export class GetMonitorPolicyDirectoryCommand extends Command<
940
+ GetMonitorPolicyDirectoryRequest,
941
+ GetMonitorPolicyDirectoryCommandOutput,
942
+ 'GetMonitorPolicyDirectoryCommand'
943
+ > {
944
+ static readonly metaPath = '/GetMonitorPolicyDirectory/2024-05-08/seccenter/get/text_plain/';
945
+
946
+ constructor(input: GetMonitorPolicyDirectoryRequest) {
947
+ super(input);
948
+ this.requestConfig = buildRequestConfigFromMetaPath(GetMonitorPolicyDirectoryCommand.metaPath);
949
+ }
950
+ }
951
+ /**
952
+ * Command to GetMultiLevelAuthDetail
953
+ */
954
+ export class GetMultiLevelAuthDetailCommand extends Command<
955
+ GetMultiLevelAuthDetailRequest,
956
+ GetMultiLevelAuthDetailCommandOutput,
957
+ 'GetMultiLevelAuthDetailCommand'
958
+ > {
959
+ static readonly metaPath = '/GetMultiLevelAuthDetail/2024-05-08/seccenter/post/application_json/';
960
+
961
+ constructor(input: GetMultiLevelAuthDetailRequest) {
962
+ super(input);
963
+ this.requestConfig = buildRequestConfigFromMetaPath(GetMultiLevelAuthDetailCommand.metaPath);
964
+ }
965
+ }
966
+ /**
967
+ * Command to GetOfflineNotificationConfig
968
+ */
969
+ export class GetOfflineNotificationConfigCommand extends Command<
970
+ GetOfflineNotificationConfigRequest,
971
+ GetOfflineNotificationConfigCommandOutput,
972
+ 'GetOfflineNotificationConfigCommand'
973
+ > {
974
+ static readonly metaPath = '/GetOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/';
975
+
976
+ constructor(input: GetOfflineNotificationConfigRequest) {
977
+ super(input);
978
+ this.requestConfig = buildRequestConfigFromMetaPath(GetOfflineNotificationConfigCommand.metaPath);
979
+ }
980
+ }
981
+ /**
982
+ * Command to GetOfflineNotificationList
983
+ */
984
+ export class GetOfflineNotificationListCommand extends Command<
985
+ GetOfflineNotificationListRequest,
986
+ GetOfflineNotificationListCommandOutput,
987
+ 'GetOfflineNotificationListCommand'
988
+ > {
989
+ static readonly metaPath = '/GetOfflineNotificationList/2024-05-08/seccenter/post/application_json/';
990
+
991
+ constructor(input: GetOfflineNotificationListRequest) {
992
+ super(input);
993
+ this.requestConfig = buildRequestConfigFromMetaPath(GetOfflineNotificationListCommand.metaPath);
994
+ }
995
+ }
996
+ /**
997
+ * Command to GetPolicyStatistics
998
+ */
999
+ export class GetPolicyStatisticsCommand extends Command<
1000
+ GetPolicyStatisticsRequest,
1001
+ GetPolicyStatisticsCommandOutput,
1002
+ 'GetPolicyStatisticsCommand'
1003
+ > {
1004
+ static readonly metaPath = '/GetPolicyStatistics/2024-05-08/seccenter/post/application_json/';
1005
+
1006
+ constructor(input: GetPolicyStatisticsRequest) {
1007
+ super(input);
1008
+ this.requestConfig = buildRequestConfigFromMetaPath(GetPolicyStatisticsCommand.metaPath);
1009
+ }
1010
+ }
1011
+ /**
1012
+ * Command to GetSOCAssetAlarmStats
1013
+ */
1014
+ export class GetSOCAssetAlarmStatsCommand extends Command<
1015
+ GetSOCAssetAlarmStatsRequest,
1016
+ GetSOCAssetAlarmStatsCommandOutput,
1017
+ 'GetSOCAssetAlarmStatsCommand'
1018
+ > {
1019
+ static readonly metaPath = '/GetSOCAssetAlarmStats/2024-05-08/seccenter/get/text_plain/';
1020
+
1021
+ constructor(input: GetSOCAssetAlarmStatsRequest) {
1022
+ super(input);
1023
+ this.requestConfig = buildRequestConfigFromMetaPath(GetSOCAssetAlarmStatsCommand.metaPath);
1024
+ }
1025
+ }
1026
+ /**
1027
+ * Command to GetSOCAssetInstanceProtectStatus
1028
+ */
1029
+ export class GetSOCAssetInstanceProtectStatusCommand extends Command<
1030
+ GetSOCAssetInstanceProtectStatusRequest,
1031
+ GetSOCAssetInstanceProtectStatusCommandOutput,
1032
+ 'GetSOCAssetInstanceProtectStatusCommand'
1033
+ > {
1034
+ static readonly metaPath = '/GetSOCAssetInstanceProtectStatus/2024-05-08/seccenter/get/text_plain/';
1035
+
1036
+ constructor(input: GetSOCAssetInstanceProtectStatusRequest) {
1037
+ super(input);
1038
+ this.requestConfig = buildRequestConfigFromMetaPath(GetSOCAssetInstanceProtectStatusCommand.metaPath);
1039
+ }
1040
+ }
1041
+ /**
1042
+ * Command to GetSOCAssetSecurityScore
1043
+ */
1044
+ export class GetSOCAssetSecurityScoreCommand extends Command<
1045
+ GetSOCAssetSecurityScoreRequest,
1046
+ GetSOCAssetSecurityScoreCommandOutput,
1047
+ 'GetSOCAssetSecurityScoreCommand'
1048
+ > {
1049
+ static readonly metaPath = '/GetSOCAssetSecurityScore/2024-05-08/seccenter/get/text_plain/';
1050
+
1051
+ constructor(input: GetSOCAssetSecurityScoreRequest) {
1052
+ super(input);
1053
+ this.requestConfig = buildRequestConfigFromMetaPath(GetSOCAssetSecurityScoreCommand.metaPath);
1054
+ }
1055
+ }
1056
+ /**
1057
+ * Command to GetSOCAssetVulnStats
1058
+ */
1059
+ export class GetSOCAssetVulnStatsCommand extends Command<
1060
+ GetSOCAssetVulnStatsRequest,
1061
+ GetSOCAssetVulnStatsCommandOutput,
1062
+ 'GetSOCAssetVulnStatsCommand'
1063
+ > {
1064
+ static readonly metaPath = '/GetSOCAssetVulnStats/2024-05-08/seccenter/get/text_plain/';
1065
+
1066
+ constructor(input: GetSOCAssetVulnStatsRequest) {
1067
+ super(input);
1068
+ this.requestConfig = buildRequestConfigFromMetaPath(GetSOCAssetVulnStatsCommand.metaPath);
1069
+ }
1070
+ }
1071
+ /**
1072
+ * Command to GetSOCPrecautionBaselineStats
1073
+ */
1074
+ export class GetSOCPrecautionBaselineStatsCommand extends Command<
1075
+ GetSOCPrecautionBaselineStatsRequest,
1076
+ GetSOCPrecautionBaselineStatsCommandOutput,
1077
+ 'GetSOCPrecautionBaselineStatsCommand'
1078
+ > {
1079
+ static readonly metaPath = '/GetSOCPrecautionBaselineStats/2024-05-08/seccenter/get/text_plain/';
1080
+
1081
+ constructor(input: GetSOCPrecautionBaselineStatsRequest) {
1082
+ super(input);
1083
+ this.requestConfig = buildRequestConfigFromMetaPath(GetSOCPrecautionBaselineStatsCommand.metaPath);
1084
+ }
1085
+ }
1086
+ /**
1087
+ * Command to GetSecurityOverviewScoreStats
1088
+ */
1089
+ export class GetSecurityOverviewScoreStatsCommand extends Command<
1090
+ GetSecurityOverviewScoreStatsRequest,
1091
+ GetSecurityOverviewScoreStatsCommandOutput,
1092
+ 'GetSecurityOverviewScoreStatsCommand'
1093
+ > {
1094
+ static readonly metaPath = '/GetSecurityOverviewScoreStats/2024-05-08/seccenter/post/application_json/';
1095
+
1096
+ constructor(input: GetSecurityOverviewScoreStatsRequest) {
1097
+ super(input);
1098
+ this.requestConfig = buildRequestConfigFromMetaPath(GetSecurityOverviewScoreStatsCommand.metaPath);
1099
+ }
1100
+ }
1101
+ /**
1102
+ * Command to GetVarmorConfigYAML
1103
+ */
1104
+ export class GetVarmorConfigYAMLCommand extends Command<
1105
+ GetVarmorConfigYAMLRequest,
1106
+ GetVarmorConfigYAMLCommandOutput,
1107
+ 'GetVarmorConfigYAMLCommand'
1108
+ > {
1109
+ static readonly metaPath = '/GetVarmorConfigYAML/2024-05-08/seccenter/post/application_json/';
1110
+
1111
+ constructor(input: GetVarmorConfigYAMLRequest) {
1112
+ super(input);
1113
+ this.requestConfig = buildRequestConfigFromMetaPath(GetVarmorConfigYAMLCommand.metaPath);
1114
+ }
1115
+ }
1116
+ /**
1117
+ * Command to GetVarmorPolicy
1118
+ */
1119
+ export class GetVarmorPolicyCommand extends Command<
1120
+ GetVarmorPolicyRequest,
1121
+ GetVarmorPolicyCommandOutput,
1122
+ 'GetVarmorPolicyCommand'
1123
+ > {
1124
+ static readonly metaPath = '/GetVarmorPolicy/2024-05-08/seccenter/post/application_json/';
1125
+
1126
+ constructor(input: GetVarmorPolicyRequest) {
1127
+ super(input);
1128
+ this.requestConfig = buildRequestConfigFromMetaPath(GetVarmorPolicyCommand.metaPath);
1129
+ }
1130
+ }
1131
+ /**
1132
+ * Command to GetVarmorTLSInfo
1133
+ */
1134
+ export class GetVarmorTLSInfoCommand extends Command<
1135
+ GetVarmorTLSInfoRequest,
1136
+ GetVarmorTLSInfoCommandOutput,
1137
+ 'GetVarmorTLSInfoCommand'
1138
+ > {
1139
+ static readonly metaPath = '/GetVarmorTLSInfo/2024-05-08/seccenter/post/application_json/';
1140
+
1141
+ constructor(input: GetVarmorTLSInfoRequest) {
1142
+ super(input);
1143
+ this.requestConfig = buildRequestConfigFromMetaPath(GetVarmorTLSInfoCommand.metaPath);
1144
+ }
1145
+ }
1146
+ /**
1147
+ * Command to HandleEndpointAlarms
1148
+ */
1149
+ export class HandleEndpointAlarmsCommand extends Command<
1150
+ HandleEndpointAlarmsRequest,
1151
+ HandleEndpointAlarmsCommandOutput,
1152
+ 'HandleEndpointAlarmsCommand'
1153
+ > {
1154
+ static readonly metaPath = '/HandleEndpointAlarms/2024-05-08/seccenter/post/application_json/';
1155
+
1156
+ constructor(input: HandleEndpointAlarmsRequest) {
1157
+ super(input);
1158
+ this.requestConfig = buildRequestConfigFromMetaPath(HandleEndpointAlarmsCommand.metaPath);
1159
+ }
1160
+ }
1161
+ /**
1162
+ * Command to ListAgentProxies
1163
+ */
1164
+ export class ListAgentProxiesCommand extends Command<
1165
+ ListAgentProxiesRequest,
1166
+ ListAgentProxiesCommandOutput,
1167
+ 'ListAgentProxiesCommand'
1168
+ > {
1169
+ static readonly metaPath = '/ListAgentProxies/2024-05-08/seccenter/post/application_json/';
1170
+
1171
+ constructor(input: ListAgentProxiesRequest) {
1172
+ super(input);
1173
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAgentProxiesCommand.metaPath);
1174
+ }
1175
+ }
1176
+ /**
1177
+ * Command to ListAgentProxyServers
1178
+ */
1179
+ export class ListAgentProxyServersCommand extends Command<
1180
+ ListAgentProxyServersRequest,
1181
+ ListAgentProxyServersCommandOutput,
1182
+ 'ListAgentProxyServersCommand'
1183
+ > {
1184
+ static readonly metaPath = '/ListAgentProxyServers/2024-05-08/seccenter/post/application_json/';
1185
+
1186
+ constructor(input: ListAgentProxyServersRequest) {
1187
+ super(input);
1188
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAgentProxyServersCommand.metaPath);
1189
+ }
1190
+ }
1191
+ /**
1192
+ * Command to ListAssetCenterHosts
1193
+ */
1194
+ export class ListAssetCenterHostsCommand extends Command<
1195
+ ListAssetCenterHostsRequest,
1196
+ ListAssetCenterHostsCommandOutput,
1197
+ 'ListAssetCenterHostsCommand'
1198
+ > {
1199
+ static readonly metaPath = '/ListAssetCenterHosts/2024-05-08/seccenter/post/application_json/';
1200
+
1201
+ constructor(input: ListAssetCenterHostsRequest) {
1202
+ super(input);
1203
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAssetCenterHostsCommand.metaPath);
1204
+ }
1205
+ }
1206
+ /**
1207
+ * Command to ListAssetNamespaces
1208
+ */
1209
+ export class ListAssetNamespacesCommand extends Command<
1210
+ ListAssetNamespacesRequest,
1211
+ ListAssetNamespacesCommandOutput,
1212
+ 'ListAssetNamespacesCommand'
1213
+ > {
1214
+ static readonly metaPath = '/ListAssetNamespaces/2024-05-08/seccenter/post/application_json/';
1215
+
1216
+ constructor(input: ListAssetNamespacesRequest) {
1217
+ super(input);
1218
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAssetNamespacesCommand.metaPath);
1219
+ }
1220
+ }
1221
+ /**
1222
+ * Command to ListAutoDefenseRules
1223
+ */
1224
+ export class ListAutoDefenseRulesCommand extends Command<
1225
+ ListAutoDefenseRulesRequest,
1226
+ ListAutoDefenseRulesCommandOutput,
1227
+ 'ListAutoDefenseRulesCommand'
1228
+ > {
1229
+ static readonly metaPath = '/ListAutoDefenseRules/2024-05-08/seccenter/post/application_json/';
1230
+
1231
+ constructor(input: ListAutoDefenseRulesRequest) {
1232
+ super(input);
1233
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAutoDefenseRulesCommand.metaPath);
1234
+ }
1235
+ }
1236
+ /**
1237
+ * Command to ListBanIPList
1238
+ */
1239
+ export class ListBanIPListCommand extends Command<
1240
+ ListBanIPListRequest,
1241
+ ListBanIPListCommandOutput,
1242
+ 'ListBanIPListCommand'
1243
+ > {
1244
+ static readonly metaPath = '/ListBanIPList/2024-05-08/seccenter/post/application_json/';
1245
+
1246
+ constructor(input: ListBanIPListRequest) {
1247
+ super(input);
1248
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBanIPListCommand.metaPath);
1249
+ }
1250
+ }
1251
+ /**
1252
+ * Command to ListBaselineBasicInfo
1253
+ */
1254
+ export class ListBaselineBasicInfoCommand extends Command<
1255
+ ListBaselineBasicInfoRequest,
1256
+ ListBaselineBasicInfoCommandOutput,
1257
+ 'ListBaselineBasicInfoCommand'
1258
+ > {
1259
+ static readonly metaPath = '/ListBaselineBasicInfo/2024-05-08/seccenter/get/text_plain/';
1260
+
1261
+ constructor(input: ListBaselineBasicInfoRequest) {
1262
+ super(input);
1263
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBaselineBasicInfoCommand.metaPath);
1264
+ }
1265
+ }
1266
+ /**
1267
+ * Command to ListBaselineCheckConfig
1268
+ */
1269
+ export class ListBaselineCheckConfigCommand extends Command<
1270
+ ListBaselineCheckConfigRequest,
1271
+ ListBaselineCheckConfigCommandOutput,
1272
+ 'ListBaselineCheckConfigCommand'
1273
+ > {
1274
+ static readonly metaPath = '/ListBaselineCheckConfig/2024-05-08/seccenter/get/text_plain/';
1275
+
1276
+ constructor(input: ListBaselineCheckConfigRequest) {
1277
+ super(input);
1278
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBaselineCheckConfigCommand.metaPath);
1279
+ }
1280
+ }
1281
+ /**
1282
+ * Command to ListBaselineCheckItems
1283
+ */
1284
+ export class ListBaselineCheckItemsCommand extends Command<
1285
+ ListBaselineCheckItemsRequest,
1286
+ ListBaselineCheckItemsCommandOutput,
1287
+ 'ListBaselineCheckItemsCommand'
1288
+ > {
1289
+ static readonly metaPath = '/ListBaselineCheckItems/2024-05-08/seccenter/post/application_json/';
1290
+
1291
+ constructor(input: ListBaselineCheckItemsRequest) {
1292
+ super(input);
1293
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBaselineCheckItemsCommand.metaPath);
1294
+ }
1295
+ }
1296
+ /**
1297
+ * Command to ListBaselineForGroupPolicy
1298
+ */
1299
+ export class ListBaselineForGroupPolicyCommand extends Command<
1300
+ ListBaselineForGroupPolicyRequest,
1301
+ ListBaselineForGroupPolicyCommandOutput,
1302
+ 'ListBaselineForGroupPolicyCommand'
1303
+ > {
1304
+ static readonly metaPath = '/ListBaselineForGroupPolicy/2024-05-08/seccenter/post/application_json/';
1305
+
1306
+ constructor(input: ListBaselineForGroupPolicyRequest) {
1307
+ super(input);
1308
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBaselineForGroupPolicyCommand.metaPath);
1309
+ }
1310
+ }
1311
+ /**
1312
+ * Command to ListBaselineHostItemHosts
1313
+ */
1314
+ export class ListBaselineHostItemHostsCommand extends Command<
1315
+ ListBaselineHostItemHostsRequest,
1316
+ ListBaselineHostItemHostsCommandOutput,
1317
+ 'ListBaselineHostItemHostsCommand'
1318
+ > {
1319
+ static readonly metaPath = '/ListBaselineHostItemHosts/2024-05-08/seccenter/post/application_json/';
1320
+
1321
+ constructor(input: ListBaselineHostItemHostsRequest) {
1322
+ super(input);
1323
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBaselineHostItemHostsCommand.metaPath);
1324
+ }
1325
+ }
1326
+ /**
1327
+ * Command to ListBatchEndpointHandleMethods
1328
+ */
1329
+ export class ListBatchEndpointHandleMethodsCommand extends Command<
1330
+ ListBatchEndpointHandleMethodsRequest,
1331
+ ListBatchEndpointHandleMethodsCommandOutput,
1332
+ 'ListBatchEndpointHandleMethodsCommand'
1333
+ > {
1334
+ static readonly metaPath = '/ListBatchEndpointHandleMethods/2024-05-08/seccenter/post/application_json/';
1335
+
1336
+ constructor(input: ListBatchEndpointHandleMethodsRequest) {
1337
+ super(input);
1338
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBatchEndpointHandleMethodsCommand.metaPath);
1339
+ }
1340
+ }
1341
+ /**
1342
+ * Command to ListCheckConfigRelatedBaseline
1343
+ */
1344
+ export class ListCheckConfigRelatedBaselineCommand extends Command<
1345
+ ListCheckConfigRelatedBaselineRequest,
1346
+ ListCheckConfigRelatedBaselineCommandOutput,
1347
+ 'ListCheckConfigRelatedBaselineCommand'
1348
+ > {
1349
+ static readonly metaPath = '/ListCheckConfigRelatedBaseline/2024-05-08/seccenter/post/application_json/';
1350
+
1351
+ constructor(input: ListCheckConfigRelatedBaselineRequest) {
1352
+ super(input);
1353
+ this.requestConfig = buildRequestConfigFromMetaPath(ListCheckConfigRelatedBaselineCommand.metaPath);
1354
+ }
1355
+ }
1356
+ /**
1357
+ * Command to ListCleanHistory
1358
+ */
1359
+ export class ListCleanHistoryCommand extends Command<
1360
+ ListCleanHistoryRequest,
1361
+ ListCleanHistoryCommandOutput,
1362
+ 'ListCleanHistoryCommand'
1363
+ > {
1364
+ static readonly metaPath = '/ListCleanHistory/2024-05-08/seccenter/post/application_json/';
1365
+
1366
+ constructor(input: ListCleanHistoryRequest) {
1367
+ super(input);
1368
+ this.requestConfig = buildRequestConfigFromMetaPath(ListCleanHistoryCommand.metaPath);
1369
+ }
1370
+ }
1371
+ /**
1372
+ * Command to ListCloudEnvs
1373
+ */
1374
+ export class ListCloudEnvsCommand extends Command<
1375
+ ListCloudEnvsRequest,
1376
+ ListCloudEnvsCommandOutput,
1377
+ 'ListCloudEnvsCommand'
1378
+ > {
1379
+ static readonly metaPath = '/ListCloudEnvs/2024-05-08/seccenter/post/application_json/';
1380
+
1381
+ constructor(input: ListCloudEnvsRequest) {
1382
+ super(input);
1383
+ this.requestConfig = buildRequestConfigFromMetaPath(ListCloudEnvsCommand.metaPath);
1384
+ }
1385
+ }
1386
+ /**
1387
+ * Command to ListClusterVarmorVersionHistory
1388
+ */
1389
+ export class ListClusterVarmorVersionHistoryCommand extends Command<
1390
+ ListClusterVarmorVersionHistoryRequest,
1391
+ ListClusterVarmorVersionHistoryCommandOutput,
1392
+ 'ListClusterVarmorVersionHistoryCommand'
1393
+ > {
1394
+ static readonly metaPath = '/ListClusterVarmorVersionHistory/2024-05-08/seccenter/post/application_json/';
1395
+
1396
+ constructor(input: ListClusterVarmorVersionHistoryRequest) {
1397
+ super(input);
1398
+ this.requestConfig = buildRequestConfigFromMetaPath(ListClusterVarmorVersionHistoryCommand.metaPath);
1399
+ }
1400
+ }
1401
+ /**
1402
+ * Command to ListClustersAndVarmorApps
1403
+ */
1404
+ export class ListClustersAndVarmorAppsCommand extends Command<
1405
+ ListClustersAndVarmorAppsRequest,
1406
+ ListClustersAndVarmorAppsCommandOutput,
1407
+ 'ListClustersAndVarmorAppsCommand'
1408
+ > {
1409
+ static readonly metaPath = '/ListClustersAndVarmorApps/2024-05-08/seccenter/post/application_json/';
1410
+
1411
+ constructor(input: ListClustersAndVarmorAppsRequest) {
1412
+ super(input);
1413
+ this.requestConfig = buildRequestConfigFromMetaPath(ListClustersAndVarmorAppsCommand.metaPath);
1414
+ }
1415
+ }
1416
+ /**
1417
+ * Command to ListFileMonitorAlarms
1418
+ */
1419
+ export class ListFileMonitorAlarmsCommand extends Command<
1420
+ ListFileMonitorAlarmsRequest,
1421
+ ListFileMonitorAlarmsCommandOutput,
1422
+ 'ListFileMonitorAlarmsCommand'
1423
+ > {
1424
+ static readonly metaPath = '/ListFileMonitorAlarms/2024-05-08/seccenter/post/application_json/';
1425
+
1426
+ constructor(input: ListFileMonitorAlarmsRequest) {
1427
+ super(input);
1428
+ this.requestConfig = buildRequestConfigFromMetaPath(ListFileMonitorAlarmsCommand.metaPath);
1429
+ }
1430
+ }
1431
+ /**
1432
+ * Command to ListFingerprintCollectConfig
1433
+ */
1434
+ export class ListFingerprintCollectConfigCommand extends Command<
1435
+ ListFingerprintCollectConfigRequest,
1436
+ ListFingerprintCollectConfigCommandOutput,
1437
+ 'ListFingerprintCollectConfigCommand'
1438
+ > {
1439
+ static readonly metaPath = '/ListFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/';
1440
+
1441
+ constructor(input: ListFingerprintCollectConfigRequest) {
1442
+ super(input);
1443
+ this.requestConfig = buildRequestConfigFromMetaPath(ListFingerprintCollectConfigCommand.metaPath);
1444
+ }
1445
+ }
1446
+ /**
1447
+ * Command to ListHidsAlarms
1448
+ */
1449
+ export class ListHidsAlarmsCommand extends Command<
1450
+ ListHidsAlarmsRequest,
1451
+ ListHidsAlarmsCommandOutput,
1452
+ 'ListHidsAlarmsCommand'
1453
+ > {
1454
+ static readonly metaPath = '/ListHidsAlarms/2024-05-08/seccenter/post/application_json/';
1455
+
1456
+ constructor(input: ListHidsAlarmsRequest) {
1457
+ super(input);
1458
+ this.requestConfig = buildRequestConfigFromMetaPath(ListHidsAlarmsCommand.metaPath);
1459
+ }
1460
+ }
1461
+ /**
1462
+ * Command to ListHostsBasicInfos
1463
+ */
1464
+ export class ListHostsBasicInfosCommand extends Command<
1465
+ ListHostsBasicInfosRequest,
1466
+ ListHostsBasicInfosCommandOutput,
1467
+ 'ListHostsBasicInfosCommand'
1468
+ > {
1469
+ static readonly metaPath = '/ListHostsBasicInfos/2024-05-08/seccenter/post/application_json/';
1470
+
1471
+ constructor(input: ListHostsBasicInfosRequest) {
1472
+ super(input);
1473
+ this.requestConfig = buildRequestConfigFromMetaPath(ListHostsBasicInfosCommand.metaPath);
1474
+ }
1475
+ }
1476
+ /**
1477
+ * Command to ListIsolationFiles
1478
+ */
1479
+ export class ListIsolationFilesCommand extends Command<
1480
+ ListIsolationFilesRequest,
1481
+ ListIsolationFilesCommandOutput,
1482
+ 'ListIsolationFilesCommand'
1483
+ > {
1484
+ static readonly metaPath = '/ListIsolationFiles/2024-05-08/seccenter/post/application_json/';
1485
+
1486
+ constructor(input: ListIsolationFilesRequest) {
1487
+ super(input);
1488
+ this.requestConfig = buildRequestConfigFromMetaPath(ListIsolationFilesCommand.metaPath);
1489
+ }
1490
+ }
1491
+ /**
1492
+ * Command to ListMLPAssetTasks
1493
+ */
1494
+ export class ListMLPAssetTasksCommand extends Command<
1495
+ ListMLPAssetTasksRequest,
1496
+ ListMLPAssetTasksCommandOutput,
1497
+ 'ListMLPAssetTasksCommand'
1498
+ > {
1499
+ static readonly metaPath = '/ListMLPAssetTasks/2024-05-08/seccenter/post/application_json/';
1500
+
1501
+ constructor(input: ListMLPAssetTasksRequest) {
1502
+ super(input);
1503
+ this.requestConfig = buildRequestConfigFromMetaPath(ListMLPAssetTasksCommand.metaPath);
1504
+ }
1505
+ }
1506
+ /**
1507
+ * Command to ListMonitorPolicies
1508
+ */
1509
+ export class ListMonitorPoliciesCommand extends Command<
1510
+ ListMonitorPoliciesRequest,
1511
+ ListMonitorPoliciesCommandOutput,
1512
+ 'ListMonitorPoliciesCommand'
1513
+ > {
1514
+ static readonly metaPath = '/ListMonitorPolicies/2024-05-08/seccenter/post/application_json/';
1515
+
1516
+ constructor(input: ListMonitorPoliciesRequest) {
1517
+ super(input);
1518
+ this.requestConfig = buildRequestConfigFromMetaPath(ListMonitorPoliciesCommand.metaPath);
1519
+ }
1520
+ }
1521
+ /**
1522
+ * Command to ListOrderedHostsBasicInfos
1523
+ */
1524
+ export class ListOrderedHostsBasicInfosCommand extends Command<
1525
+ ListOrderedHostsBasicInfosRequest,
1526
+ ListOrderedHostsBasicInfosCommandOutput,
1527
+ 'ListOrderedHostsBasicInfosCommand'
1528
+ > {
1529
+ static readonly metaPath = '/ListOrderedHostsBasicInfos/2024-05-08/seccenter/post/application_json/';
1530
+
1531
+ constructor(input: ListOrderedHostsBasicInfosRequest) {
1532
+ super(input);
1533
+ this.requestConfig = buildRequestConfigFromMetaPath(ListOrderedHostsBasicInfosCommand.metaPath);
1534
+ }
1535
+ }
1536
+ /**
1537
+ * Command to ListScanSubTasks
1538
+ */
1539
+ export class ListScanSubTasksCommand extends Command<
1540
+ ListScanSubTasksRequest,
1541
+ ListScanSubTasksCommandOutput,
1542
+ 'ListScanSubTasksCommand'
1543
+ > {
1544
+ static readonly metaPath = '/ListScanSubTasks/2024-05-08/seccenter/post/application_json/';
1545
+
1546
+ constructor(input: ListScanSubTasksRequest) {
1547
+ super(input);
1548
+ this.requestConfig = buildRequestConfigFromMetaPath(ListScanSubTasksCommand.metaPath);
1549
+ }
1550
+ }
1551
+ /**
1552
+ * Command to ListVarmorPolicies
1553
+ */
1554
+ export class ListVarmorPoliciesCommand extends Command<
1555
+ ListVarmorPoliciesRequest,
1556
+ ListVarmorPoliciesCommandOutput,
1557
+ 'ListVarmorPoliciesCommand'
1558
+ > {
1559
+ static readonly metaPath = '/ListVarmorPolicies/2024-05-08/seccenter/post/application_json/';
1560
+
1561
+ constructor(input: ListVarmorPoliciesRequest) {
1562
+ super(input);
1563
+ this.requestConfig = buildRequestConfigFromMetaPath(ListVarmorPoliciesCommand.metaPath);
1564
+ }
1565
+ }
1566
+ /**
1567
+ * Command to ListVulByPod
1568
+ */
1569
+ export class ListVulByPodCommand extends Command<
1570
+ ListVulByPodRequest,
1571
+ ListVulByPodCommandOutput,
1572
+ 'ListVulByPodCommand'
1573
+ > {
1574
+ static readonly metaPath = '/ListVulByPod/2024-05-08/seccenter/post/application_json/';
1575
+
1576
+ constructor(input: ListVulByPodRequest) {
1577
+ super(input);
1578
+ this.requestConfig = buildRequestConfigFromMetaPath(ListVulByPodCommand.metaPath);
1579
+ }
1580
+ }
1581
+ /**
1582
+ * Command to ListVulDetail
1583
+ */
1584
+ export class ListVulDetailCommand extends Command<
1585
+ ListVulDetailRequest,
1586
+ ListVulDetailCommandOutput,
1587
+ 'ListVulDetailCommand'
1588
+ > {
1589
+ static readonly metaPath = '/ListVulDetail/2024-05-08/seccenter/post/application_json/';
1590
+
1591
+ constructor(input: ListVulDetailRequest) {
1592
+ super(input);
1593
+ this.requestConfig = buildRequestConfigFromMetaPath(ListVulDetailCommand.metaPath);
1594
+ }
1595
+ }
1596
+ /**
1597
+ * Command to ListVulHostByPod
1598
+ */
1599
+ export class ListVulHostByPodCommand extends Command<
1600
+ ListVulHostByPodRequest,
1601
+ ListVulHostByPodCommandOutput,
1602
+ 'ListVulHostByPodCommand'
1603
+ > {
1604
+ static readonly metaPath = '/ListVulHostByPod/2024-05-08/seccenter/post/application_json/';
1605
+
1606
+ constructor(input: ListVulHostByPodRequest) {
1607
+ super(input);
1608
+ this.requestConfig = buildRequestConfigFromMetaPath(ListVulHostByPodCommand.metaPath);
1609
+ }
1610
+ }
1611
+ /**
1612
+ * Command to RefreshVarmorInfo
1613
+ */
1614
+ export class RefreshVarmorInfoCommand extends Command<
1615
+ RefreshVarmorInfoRequest,
1616
+ RefreshVarmorInfoCommandOutput,
1617
+ 'RefreshVarmorInfoCommand'
1618
+ > {
1619
+ static readonly metaPath = '/RefreshVarmorInfo/2024-05-08/seccenter/post/application_json/';
1620
+
1621
+ constructor(input: RefreshVarmorInfoRequest) {
1622
+ super(input);
1623
+ this.requestConfig = buildRequestConfigFromMetaPath(RefreshVarmorInfoCommand.metaPath);
1624
+ }
1625
+ }
1626
+ /**
1627
+ * Command to RetryIPOperation
1628
+ */
1629
+ export class RetryIPOperationCommand extends Command<
1630
+ RetryIPOperationRequest,
1631
+ RetryIPOperationCommandOutput,
1632
+ 'RetryIPOperationCommand'
1633
+ > {
1634
+ static readonly metaPath = '/RetryIPOperation/2024-05-08/seccenter/post/application_json/';
1635
+
1636
+ constructor(input: RetryIPOperationRequest) {
1637
+ super(input);
1638
+ this.requestConfig = buildRequestConfigFromMetaPath(RetryIPOperationCommand.metaPath);
1639
+ }
1640
+ }
1641
+ /**
1642
+ * Command to SetAIAlarmJudgeConfig
1643
+ */
1644
+ export class SetAIAlarmJudgeConfigCommand extends Command<
1645
+ SetAIAlarmJudgeConfigRequest,
1646
+ SetAIAlarmJudgeConfigCommandOutput,
1647
+ 'SetAIAlarmJudgeConfigCommand'
1648
+ > {
1649
+ static readonly metaPath = '/SetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/';
1650
+
1651
+ constructor(input: SetAIAlarmJudgeConfigRequest) {
1652
+ super(input);
1653
+ this.requestConfig = buildRequestConfigFromMetaPath(SetAIAlarmJudgeConfigCommand.metaPath);
1654
+ }
1655
+ }
1656
+ /**
1657
+ * Command to SetBruteForceBanConfig
1658
+ */
1659
+ export class SetBruteForceBanConfigCommand extends Command<
1660
+ SetBruteForceBanConfigRequest,
1661
+ SetBruteForceBanConfigCommandOutput,
1662
+ 'SetBruteForceBanConfigCommand'
1663
+ > {
1664
+ static readonly metaPath = '/SetBruteForceBanConfig/2024-05-08/seccenter/post/application_json/';
1665
+
1666
+ constructor(input: SetBruteForceBanConfigRequest) {
1667
+ super(input);
1668
+ this.requestConfig = buildRequestConfigFromMetaPath(SetBruteForceBanConfigCommand.metaPath);
1669
+ }
1670
+ }
1671
+ /**
1672
+ * Command to SetCustomWeakPasswords
1673
+ */
1674
+ export class SetCustomWeakPasswordsCommand extends Command<
1675
+ SetCustomWeakPasswordsRequest,
1676
+ SetCustomWeakPasswordsCommandOutput,
1677
+ 'SetCustomWeakPasswordsCommand'
1678
+ > {
1679
+ static readonly metaPath = '/SetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/';
1680
+
1681
+ constructor(input: SetCustomWeakPasswordsRequest) {
1682
+ super(input);
1683
+ this.requestConfig = buildRequestConfigFromMetaPath(SetCustomWeakPasswordsCommand.metaPath);
1684
+ }
1685
+ }
1686
+ /**
1687
+ * Command to StopMLPAssetSyncTask
1688
+ */
1689
+ export class StopMLPAssetSyncTaskCommand extends Command<
1690
+ StopMLPAssetSyncTaskRequest,
1691
+ StopMLPAssetSyncTaskCommandOutput,
1692
+ 'StopMLPAssetSyncTaskCommand'
1693
+ > {
1694
+ static readonly metaPath = '/StopMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/';
1695
+
1696
+ constructor(input: StopMLPAssetSyncTaskRequest) {
1697
+ super(input);
1698
+ this.requestConfig = buildRequestConfigFromMetaPath(StopMLPAssetSyncTaskCommand.metaPath);
1699
+ }
1700
+ }
1701
+ /**
1702
+ * Command to UnBanIPItem
1703
+ */
1704
+ export class UnBanIPItemCommand extends Command<
1705
+ UnBanIPItemRequest,
1706
+ UnBanIPItemCommandOutput,
1707
+ 'UnBanIPItemCommand'
1708
+ > {
1709
+ static readonly metaPath = '/UnBanIPItem/2024-05-08/seccenter/post/application_json/';
1710
+
1711
+ constructor(input: UnBanIPItemRequest) {
1712
+ super(input);
1713
+ this.requestConfig = buildRequestConfigFromMetaPath(UnBanIPItemCommand.metaPath);
1714
+ }
1715
+ }
1716
+ /**
1717
+ * Command to UnbindMLPAuth
1718
+ */
1719
+ export class UnbindMLPAuthCommand extends Command<
1720
+ UnbindMLPAuthRequest,
1721
+ UnbindMLPAuthCommandOutput,
1722
+ 'UnbindMLPAuthCommand'
1723
+ > {
1724
+ static readonly metaPath = '/UnbindMLPAuth/2024-05-08/seccenter/post/application_json/';
1725
+
1726
+ constructor(input: UnbindMLPAuthRequest) {
1727
+ super(input);
1728
+ this.requestConfig = buildRequestConfigFromMetaPath(UnbindMLPAuthCommand.metaPath);
1729
+ }
1730
+ }
1731
+ /**
1732
+ * Command to UpdateAutoProtectConfig
1733
+ */
1734
+ export class UpdateAutoProtectConfigCommand extends Command<
1735
+ UpdateAutoProtectConfigRequest,
1736
+ UpdateAutoProtectConfigCommandOutput,
1737
+ 'UpdateAutoProtectConfigCommand'
1738
+ > {
1739
+ static readonly metaPath = '/UpdateAutoProtectConfig/2024-05-08/seccenter/post/application_json/';
1740
+
1741
+ constructor(input: UpdateAutoProtectConfigRequest) {
1742
+ super(input);
1743
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateAutoProtectConfigCommand.metaPath);
1744
+ }
1745
+ }
1746
+ /**
1747
+ * Command to UpdateBaselineCheckConfigSwitch
1748
+ */
1749
+ export class UpdateBaselineCheckConfigSwitchCommand extends Command<
1750
+ UpdateBaselineCheckConfigSwitchRequest,
1751
+ UpdateBaselineCheckConfigSwitchCommandOutput,
1752
+ 'UpdateBaselineCheckConfigSwitchCommand'
1753
+ > {
1754
+ static readonly metaPath = '/UpdateBaselineCheckConfigSwitch/2024-05-08/seccenter/post/application_json/';
1755
+
1756
+ constructor(input: UpdateBaselineCheckConfigSwitchRequest) {
1757
+ super(input);
1758
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateBaselineCheckConfigSwitchCommand.metaPath);
1759
+ }
1760
+ }
1761
+ /**
1762
+ * Command to UpdateCloudProvider
1763
+ */
1764
+ export class UpdateCloudProviderCommand extends Command<
1765
+ UpdateCloudProviderRequest,
1766
+ UpdateCloudProviderCommandOutput,
1767
+ 'UpdateCloudProviderCommand'
1768
+ > {
1769
+ static readonly metaPath = '/UpdateCloudProvider/2024-05-08/seccenter/post/application_json/';
1770
+
1771
+ constructor(input: UpdateCloudProviderRequest) {
1772
+ super(input);
1773
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateCloudProviderCommand.metaPath);
1774
+ }
1775
+ }
1776
+ /**
1777
+ * Command to UpdateOfflineNotificationConfig
1778
+ */
1779
+ export class UpdateOfflineNotificationConfigCommand extends Command<
1780
+ UpdateOfflineNotificationConfigRequest,
1781
+ UpdateOfflineNotificationConfigCommandOutput,
1782
+ 'UpdateOfflineNotificationConfigCommand'
1783
+ > {
1784
+ static readonly metaPath = '/UpdateOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/';
1785
+
1786
+ constructor(input: UpdateOfflineNotificationConfigRequest) {
1787
+ super(input);
1788
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateOfflineNotificationConfigCommand.metaPath);
1789
+ }
1790
+ }
1791
+ /**
1792
+ * Command to UpdateVarmorAppConfig
1793
+ */
1794
+ export class UpdateVarmorAppConfigCommand extends Command<
1795
+ UpdateVarmorAppConfigRequest,
1796
+ UpdateVarmorAppConfigCommandOutput,
1797
+ 'UpdateVarmorAppConfigCommand'
1798
+ > {
1799
+ static readonly metaPath = '/UpdateVarmorAppConfig/2024-05-08/seccenter/post/application_json/';
1800
+
1801
+ constructor(input: UpdateVarmorAppConfigRequest) {
1802
+ super(input);
1803
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateVarmorAppConfigCommand.metaPath);
1804
+ }
1805
+ }
1806
+ /**
1807
+ * Command to UpdateVarmorPolicy
1808
+ */
1809
+ export class UpdateVarmorPolicyCommand extends Command<
1810
+ UpdateVarmorPolicyRequest,
1811
+ UpdateVarmorPolicyCommandOutput,
1812
+ 'UpdateVarmorPolicyCommand'
1813
+ > {
1814
+ static readonly metaPath = '/UpdateVarmorPolicy/2024-05-08/seccenter/post/application_json/';
1815
+
1816
+ constructor(input: UpdateVarmorPolicyRequest) {
1817
+ super(input);
1818
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateVarmorPolicyCommand.metaPath);
1819
+ }
1820
+ }
1821
+ /**
1822
+ * Command to UpdateVarmorTLSInfo
1823
+ */
1824
+ export class UpdateVarmorTLSInfoCommand extends Command<
1825
+ UpdateVarmorTLSInfoRequest,
1826
+ UpdateVarmorTLSInfoCommandOutput,
1827
+ 'UpdateVarmorTLSInfoCommand'
1828
+ > {
1829
+ static readonly metaPath = '/UpdateVarmorTLSInfo/2024-05-08/seccenter/post/application_json/';
1830
+
1831
+ constructor(input: UpdateVarmorTLSInfoRequest) {
1832
+ super(input);
1833
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateVarmorTLSInfoCommand.metaPath);
1834
+ }
1835
+ }
1836
+
1837
+ export default {
1838
+ SECCENTER20240508Client,
1839
+ AddBaselineCheckConfigCommand,
1840
+ AddMonitorPolicyCommand,
1841
+ BanAlarmIPCommand,
1842
+ BatchDeleteVarmorPoliciesCommand,
1843
+ BatchInstallVarmorAppsCommand,
1844
+ BatchUninstallVarmorAppsCommand,
1845
+ BatchUpgradeVarmorAppsCommand,
1846
+ BindMLPAuthCommand,
1847
+ CheckAlarmSupportBanIPCommand,
1848
+ CheckMonitorPolicyCommand,
1849
+ ControlMonitorPolicyCommand,
1850
+ CreateMLPAssetSyncTaskCommand,
1851
+ CreateVarmorPolicyCommand,
1852
+ DeleteBaselineCheckConfigCommand,
1853
+ DeleteMonitorPolicyCommand,
1854
+ DescribeFileChangeTrendTop5Command,
1855
+ DescribeFileMonitorOverviewCommand,
1856
+ DescribeLastWeekFileChangeTrendsCommand,
1857
+ DetectBaselineByCheckConfigCommand,
1858
+ EditBaselineCheckConfigCommand,
1859
+ EditFingerprintCollectConfigCommand,
1860
+ EditMonitorPolicyCommand,
1861
+ ExportFileMonitorAlarmListDataCommand,
1862
+ GetAIAlarmJudgeConfigCommand,
1863
+ GetAlarmRuleListCommand,
1864
+ GetAlarmTraceRawDataCommand,
1865
+ GetAllMonitorSuffixListCommand,
1866
+ GetArmorProfileCommand,
1867
+ GetAutoIsolateAgentListCommand,
1868
+ GetAutoProtectConfigCommand,
1869
+ GetBruteForceBanCapParamsCommand,
1870
+ GetBruteForceBanConfigCommand,
1871
+ GetBruteForceBanStatisticsCommand,
1872
+ GetClusterStatisticsCommand,
1873
+ GetCustomWeakPasswordsCommand,
1874
+ GetFingerprintEnvCommand,
1875
+ GetGeoLocationCommand,
1876
+ GetHostVolumeCommand,
1877
+ GetMLPAssetSyncTaskDetailCommand,
1878
+ GetMLPAssetSyncTaskStatusCommand,
1879
+ GetMonitorPolicyDirectoryCommand,
1880
+ GetMultiLevelAuthDetailCommand,
1881
+ GetOfflineNotificationConfigCommand,
1882
+ GetOfflineNotificationListCommand,
1883
+ GetPolicyStatisticsCommand,
1884
+ GetSOCAssetAlarmStatsCommand,
1885
+ GetSOCAssetInstanceProtectStatusCommand,
1886
+ GetSOCAssetSecurityScoreCommand,
1887
+ GetSOCAssetVulnStatsCommand,
1888
+ GetSOCPrecautionBaselineStatsCommand,
1889
+ GetSecurityOverviewScoreStatsCommand,
1890
+ GetVarmorConfigYAMLCommand,
1891
+ GetVarmorPolicyCommand,
1892
+ GetVarmorTLSInfoCommand,
1893
+ HandleEndpointAlarmsCommand,
1894
+ ListAgentProxiesCommand,
1895
+ ListAgentProxyServersCommand,
1896
+ ListAssetCenterHostsCommand,
1897
+ ListAssetNamespacesCommand,
1898
+ ListAutoDefenseRulesCommand,
1899
+ ListBanIPListCommand,
1900
+ ListBaselineBasicInfoCommand,
1901
+ ListBaselineCheckConfigCommand,
1902
+ ListBaselineCheckItemsCommand,
1903
+ ListBaselineForGroupPolicyCommand,
1904
+ ListBaselineHostItemHostsCommand,
1905
+ ListBatchEndpointHandleMethodsCommand,
1906
+ ListCheckConfigRelatedBaselineCommand,
1907
+ ListCleanHistoryCommand,
1908
+ ListCloudEnvsCommand,
1909
+ ListClusterVarmorVersionHistoryCommand,
1910
+ ListClustersAndVarmorAppsCommand,
1911
+ ListFileMonitorAlarmsCommand,
1912
+ ListFingerprintCollectConfigCommand,
1913
+ ListHidsAlarmsCommand,
1914
+ ListHostsBasicInfosCommand,
1915
+ ListIsolationFilesCommand,
1916
+ ListMLPAssetTasksCommand,
1917
+ ListMonitorPoliciesCommand,
1918
+ ListOrderedHostsBasicInfosCommand,
1919
+ ListScanSubTasksCommand,
1920
+ ListVarmorPoliciesCommand,
1921
+ ListVulByPodCommand,
1922
+ ListVulDetailCommand,
1923
+ ListVulHostByPodCommand,
1924
+ RefreshVarmorInfoCommand,
1925
+ RetryIPOperationCommand,
1926
+ SetAIAlarmJudgeConfigCommand,
1927
+ SetBruteForceBanConfigCommand,
1928
+ SetCustomWeakPasswordsCommand,
1929
+ StopMLPAssetSyncTaskCommand,
1930
+ UnBanIPItemCommand,
1931
+ UnbindMLPAuthCommand,
1932
+ UpdateAutoProtectConfigCommand,
1933
+ UpdateBaselineCheckConfigSwitchCommand,
1934
+ UpdateCloudProviderCommand,
1935
+ UpdateOfflineNotificationConfigCommand,
1936
+ UpdateVarmorAppConfigCommand,
1937
+ UpdateVarmorPolicyCommand,
1938
+ UpdateVarmorTLSInfoCommand,
1939
+ };