@volcengine/seccenter20240508 1.0.1 → 1.0.3

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 (2448) hide show
  1. package/dist/cjs/index.js +3011 -281
  2. package/dist/esm/api.d.ts +3007 -4
  3. package/dist/esm/api.d.ts.map +1 -1
  4. package/dist/esm/index.mjs +2098 -187
  5. package/dist/esm/types/action-content-for-get-hids-alarm-summary-info-output.d.ts +36 -0
  6. package/dist/esm/types/action-content-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  7. package/dist/esm/types/action-content-for-get-mlp-alarm-summary-info-output.d.ts +36 -0
  8. package/dist/esm/types/action-content-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  9. package/dist/esm/types/action-content-for-get-rasp-alarm-summary-info-output.d.ts +36 -0
  10. package/dist/esm/types/action-content-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  11. package/dist/esm/types/action-content-for-get-virus-alarm-summary-info-output.d.ts +36 -0
  12. package/dist/esm/types/action-content-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  13. package/dist/esm/types/add-agent-proxy-request.d.ts +30 -0
  14. package/dist/esm/types/add-agent-proxy-request.d.ts.map +1 -0
  15. package/dist/esm/types/add-agent-proxy-response.d.ts +25 -0
  16. package/dist/esm/types/add-agent-proxy-response.d.ts.map +1 -0
  17. package/dist/esm/types/add-auto-isolate-agent-list-request.d.ts +31 -0
  18. package/dist/esm/types/add-auto-isolate-agent-list-request.d.ts.map +1 -0
  19. package/dist/esm/types/add-auto-isolate-agent-list-response.d.ts +25 -0
  20. package/dist/esm/types/add-auto-isolate-agent-list-response.d.ts.map +1 -0
  21. package/dist/esm/types/add-cloud-env-request.d.ts +50 -0
  22. package/dist/esm/types/add-cloud-env-request.d.ts.map +1 -0
  23. package/dist/esm/types/add-cloud-env-response.d.ts +25 -0
  24. package/dist/esm/types/add-cloud-env-response.d.ts.map +1 -0
  25. package/dist/esm/types/add-login-config-request.d.ts +71 -0
  26. package/dist/esm/types/add-login-config-request.d.ts.map +1 -0
  27. package/dist/esm/types/add-login-config-response.d.ts +20 -0
  28. package/dist/esm/types/add-login-config-response.d.ts.map +1 -0
  29. package/dist/esm/types/add-monitor-policy-request.d.ts +5 -0
  30. package/dist/esm/types/add-monitor-policy-request.d.ts.map +1 -1
  31. package/dist/esm/types/add-rasp-config-request.d.ts +95 -0
  32. package/dist/esm/types/add-rasp-config-request.d.ts.map +1 -0
  33. package/dist/esm/types/add-rasp-config-response.d.ts +25 -0
  34. package/dist/esm/types/add-rasp-config-response.d.ts.map +1 -0
  35. package/dist/esm/types/add-user-auto-defense-rule-request.d.ts +75 -0
  36. package/dist/esm/types/add-user-auto-defense-rule-request.d.ts.map +1 -0
  37. package/dist/esm/types/add-user-auto-defense-rule-response.d.ts +30 -0
  38. package/dist/esm/types/add-user-auto-defense-rule-response.d.ts.map +1 -0
  39. package/dist/esm/types/add-white-list-request.d.ts +67 -0
  40. package/dist/esm/types/add-white-list-request.d.ts.map +1 -0
  41. package/dist/esm/types/add-white-list-response.d.ts +25 -0
  42. package/dist/esm/types/add-white-list-response.d.ts.map +1 -0
  43. package/dist/esm/types/affect-for-get-aisession-vuln-info-output.d.ts +166 -0
  44. package/dist/esm/types/affect-for-get-aisession-vuln-info-output.d.ts.map +1 -0
  45. package/dist/esm/types/affect-for-get-host-vuln-info-output.d.ts +251 -0
  46. package/dist/esm/types/affect-for-get-host-vuln-info-output.d.ts.map +1 -0
  47. package/dist/esm/types/affect-pack-for-get-vuln-detail-output.d.ts +45 -0
  48. package/dist/esm/types/affect-pack-for-get-vuln-detail-output.d.ts.map +1 -0
  49. package/dist/esm/types/alarm-content-for-get-hids-alarm-summary-info-output.d.ts +60 -0
  50. package/dist/esm/types/alarm-content-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  51. package/dist/esm/types/alarm-content-for-get-mlp-alarm-summary-info-output.d.ts +60 -0
  52. package/dist/esm/types/alarm-content-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  53. package/dist/esm/types/alarm-content-for-get-rasp-alarm-summary-info-output.d.ts +60 -0
  54. package/dist/esm/types/alarm-content-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  55. package/dist/esm/types/alarm-content-for-get-virus-alarm-summary-info-output.d.ts +60 -0
  56. package/dist/esm/types/alarm-content-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  57. package/dist/esm/types/alarm-data-type2439-for-get-alarm-by-smith-key-output.d.ts +50 -0
  58. package/dist/esm/types/alarm-data-type2439-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  59. package/dist/esm/types/alarm-data-type2439-for-get-hids-alarm-info-output.d.ts +50 -0
  60. package/dist/esm/types/alarm-data-type2439-for-get-hids-alarm-info-output.d.ts.map +1 -0
  61. package/dist/esm/types/alarm-desc-for-get-hids-alarm-summary-info-output.d.ts +200 -0
  62. package/dist/esm/types/alarm-desc-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  63. package/dist/esm/types/alarm-desc-for-get-mlp-alarm-summary-info-output.d.ts +200 -0
  64. package/dist/esm/types/alarm-desc-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  65. package/dist/esm/types/alarm-desc-for-get-rasp-alarm-summary-info-output.d.ts +200 -0
  66. package/dist/esm/types/alarm-desc-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  67. package/dist/esm/types/alarm-desc-for-get-virus-alarm-summary-info-output.d.ts +200 -0
  68. package/dist/esm/types/alarm-desc-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  69. package/dist/esm/types/alarm-for-get-host-basic-info-output.d.ts +40 -0
  70. package/dist/esm/types/alarm-for-get-host-basic-info-output.d.ts.map +1 -0
  71. package/dist/esm/types/alarm-node-for-get-hids-alarm-summary-info-output.d.ts +777 -0
  72. package/dist/esm/types/alarm-node-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  73. package/dist/esm/types/alarm-node-for-get-mlp-alarm-summary-info-output.d.ts +777 -0
  74. package/dist/esm/types/alarm-node-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  75. package/dist/esm/types/alarm-node-for-get-rasp-alarm-summary-info-output.d.ts +777 -0
  76. package/dist/esm/types/alarm-node-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  77. package/dist/esm/types/alarm-node-for-get-virus-alarm-summary-info-output.d.ts +777 -0
  78. package/dist/esm/types/alarm-node-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  79. package/dist/esm/types/alarm-topic-config-for-get-tlsinfo-output.d.ts +35 -0
  80. package/dist/esm/types/alarm-topic-config-for-get-tlsinfo-output.d.ts.map +1 -0
  81. package/dist/esm/types/alarm-topic-config-for-modify-tlsconfig-input.d.ts +30 -0
  82. package/dist/esm/types/alarm-topic-config-for-modify-tlsconfig-input.d.ts.map +1 -0
  83. package/dist/esm/types/all-asset-scan-request.d.ts +25 -0
  84. package/dist/esm/types/all-asset-scan-request.d.ts.map +1 -0
  85. package/dist/esm/types/all-asset-scan-response.d.ts +26 -0
  86. package/dist/esm/types/all-asset-scan-response.d.ts.map +1 -0
  87. package/dist/esm/types/app-sec-for-get-tenant-quota-output.d.ts +50 -0
  88. package/dist/esm/types/app-sec-for-get-tenant-quota-output.d.ts.map +1 -0
  89. package/dist/esm/types/arch-for-get-registry-image-detail-output.d.ts +35 -0
  90. package/dist/esm/types/arch-for-get-registry-image-detail-output.d.ts.map +1 -0
  91. package/dist/esm/types/asset-info-for-get-hids-alarm-summary-info-output.d.ts +32 -0
  92. package/dist/esm/types/asset-info-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  93. package/dist/esm/types/asset-info-for-get-mlp-alarm-summary-info-output.d.ts +32 -0
  94. package/dist/esm/types/asset-info-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  95. package/dist/esm/types/asset-info-for-get-rasp-alarm-summary-info-output.d.ts +32 -0
  96. package/dist/esm/types/asset-info-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  97. package/dist/esm/types/asset-info-for-get-virus-alarm-summary-info-output.d.ts +32 -0
  98. package/dist/esm/types/asset-info-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  99. package/dist/esm/types/asset-scan-request.d.ts +35 -0
  100. package/dist/esm/types/asset-scan-request.d.ts.map +1 -0
  101. package/dist/esm/types/asset-scan-response.d.ts +26 -0
  102. package/dist/esm/types/asset-scan-response.d.ts.map +1 -0
  103. package/dist/esm/types/attributes-for-list-registries-output.d.ts +35 -0
  104. package/dist/esm/types/attributes-for-list-registries-output.d.ts.map +1 -0
  105. package/dist/esm/types/attribution-list-for-get-neighboring-alarm-output.d.ts +30 -0
  106. package/dist/esm/types/attribution-list-for-get-neighboring-alarm-output.d.ts.map +1 -0
  107. package/dist/esm/types/attribution-list-for-list-mlp-alarms-output.d.ts +30 -0
  108. package/dist/esm/types/attribution-list-for-list-mlp-alarms-output.d.ts.map +1 -0
  109. package/dist/esm/types/attribution-list-for-list-rasp-alarms-output.d.ts +30 -0
  110. package/dist/esm/types/attribution-list-for-list-rasp-alarms-output.d.ts.map +1 -0
  111. package/dist/esm/types/attribution-list-for-list-virus-alarms-output.d.ts +30 -0
  112. package/dist/esm/types/attribution-list-for-list-virus-alarms-output.d.ts.map +1 -0
  113. package/dist/esm/types/audit-log-alarm-for-get-hids-alarm-summary-info-output.d.ts +180 -0
  114. package/dist/esm/types/audit-log-alarm-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  115. package/dist/esm/types/audit-log-alarm-for-get-mlp-alarm-summary-info-output.d.ts +180 -0
  116. package/dist/esm/types/audit-log-alarm-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  117. package/dist/esm/types/audit-log-alarm-for-get-rasp-alarm-summary-info-output.d.ts +180 -0
  118. package/dist/esm/types/audit-log-alarm-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  119. package/dist/esm/types/audit-log-alarm-for-get-virus-alarm-summary-info-output.d.ts +180 -0
  120. package/dist/esm/types/audit-log-alarm-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  121. package/dist/esm/types/auth-info-for-get-multi-level-institution-detail-output.d.ts +46 -0
  122. package/dist/esm/types/auth-info-for-get-multi-level-institution-detail-output.d.ts.map +1 -0
  123. package/dist/esm/types/base-alarm-info-for-get-alarm-by-smith-key-output.d.ts +85 -0
  124. package/dist/esm/types/base-alarm-info-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  125. package/dist/esm/types/base-alarm-info-for-get-hids-alarm-info-output.d.ts +85 -0
  126. package/dist/esm/types/base-alarm-info-for-get-hids-alarm-info-output.d.ts.map +1 -0
  127. package/dist/esm/types/base-alarm-info-for-get-one-rasp-alarm-output.d.ts +85 -0
  128. package/dist/esm/types/base-alarm-info-for-get-one-rasp-alarm-output.d.ts.map +1 -0
  129. package/dist/esm/types/base-info-for-get-alarm-by-smith-key-output.d.ts +50 -0
  130. package/dist/esm/types/base-info-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  131. package/dist/esm/types/base-info-for-get-hids-alarm-info-output.d.ts +50 -0
  132. package/dist/esm/types/base-info-for-get-hids-alarm-info-output.d.ts.map +1 -0
  133. package/dist/esm/types/base-info-for-get-multi-level-institution-detail-output.d.ts +50 -0
  134. package/dist/esm/types/base-info-for-get-multi-level-institution-detail-output.d.ts.map +1 -0
  135. package/dist/esm/types/base-info-for-get-one-rasp-alarm-output.d.ts +50 -0
  136. package/dist/esm/types/base-info-for-get-one-rasp-alarm-output.d.ts.map +1 -0
  137. package/dist/esm/types/baseline-checklist-white-request.d.ts +61 -0
  138. package/dist/esm/types/baseline-checklist-white-request.d.ts.map +1 -0
  139. package/dist/esm/types/baseline-checklist-white-response.d.ts +25 -0
  140. package/dist/esm/types/baseline-checklist-white-response.d.ts.map +1 -0
  141. package/dist/esm/types/baseline-for-get-host-basic-info-output.d.ts +40 -0
  142. package/dist/esm/types/baseline-for-get-host-basic-info-output.d.ts.map +1 -0
  143. package/dist/esm/types/baseline-info-for-list-baseline-check-item-hosts-output.d.ts +115 -0
  144. package/dist/esm/types/baseline-info-for-list-baseline-check-item-hosts-output.d.ts.map +1 -0
  145. package/dist/esm/types/baseline-list-for-list-baselines-output.d.ts +66 -0
  146. package/dist/esm/types/baseline-list-for-list-baselines-output.d.ts.map +1 -0
  147. package/dist/esm/types/baseline-risk-for-get-security-overview-output.d.ts +30 -0
  148. package/dist/esm/types/baseline-risk-for-get-security-overview-output.d.ts.map +1 -0
  149. package/dist/esm/types/bash-audit-topic-config-for-get-tlsinfo-output.d.ts +35 -0
  150. package/dist/esm/types/bash-audit-topic-config-for-get-tlsinfo-output.d.ts.map +1 -0
  151. package/dist/esm/types/bash-audit-topic-config-for-modify-tlsconfig-input.d.ts +30 -0
  152. package/dist/esm/types/bash-audit-topic-config-for-modify-tlsconfig-input.d.ts.map +1 -0
  153. package/dist/esm/types/basic-query-for-delete-auto-isolate-agent-list-input.d.ts +55 -0
  154. package/dist/esm/types/basic-query-for-delete-auto-isolate-agent-list-input.d.ts.map +1 -0
  155. package/dist/esm/types/basic-quota-for-get-tenant-quota-output.d.ts +55 -0
  156. package/dist/esm/types/basic-quota-for-get-tenant-quota-output.d.ts.map +1 -0
  157. package/dist/esm/types/batch-add-host-to-group-request.d.ts +35 -0
  158. package/dist/esm/types/batch-add-host-to-group-request.d.ts.map +1 -0
  159. package/dist/esm/types/batch-add-host-to-group-response.d.ts +30 -0
  160. package/dist/esm/types/batch-add-host-to-group-response.d.ts.map +1 -0
  161. package/dist/esm/types/batch-create-repo-registry-vpc-auth-request.d.ts +25 -0
  162. package/dist/esm/types/batch-create-repo-registry-vpc-auth-request.d.ts.map +1 -0
  163. package/dist/esm/types/batch-create-repo-registry-vpc-auth-response.d.ts +25 -0
  164. package/dist/esm/types/batch-create-repo-registry-vpc-auth-response.d.ts.map +1 -0
  165. package/dist/esm/types/batch-detect-weak-password-request.d.ts +65 -0
  166. package/dist/esm/types/batch-detect-weak-password-request.d.ts.map +1 -0
  167. package/dist/esm/types/batch-detect-weak-password-response.d.ts +25 -0
  168. package/dist/esm/types/batch-detect-weak-password-response.d.ts.map +1 -0
  169. package/dist/esm/types/batch-un-ban-ipitem-request.d.ts +25 -0
  170. package/dist/esm/types/batch-un-ban-ipitem-request.d.ts.map +1 -0
  171. package/dist/esm/types/batch-un-ban-ipitem-response.d.ts +30 -0
  172. package/dist/esm/types/batch-un-ban-ipitem-response.d.ts.map +1 -0
  173. package/dist/esm/types/block-for-add-rasp-config-input.d.ts +41 -0
  174. package/dist/esm/types/block-for-add-rasp-config-input.d.ts.map +1 -0
  175. package/dist/esm/types/block-for-edit-rasp-config-input.d.ts +41 -0
  176. package/dist/esm/types/block-for-edit-rasp-config-input.d.ts.map +1 -0
  177. package/dist/esm/types/block-for-list-rasp-configs-output.d.ts +41 -0
  178. package/dist/esm/types/block-for-list-rasp-configs-output.d.ts.map +1 -0
  179. package/dist/esm/types/calculate-repo-image-scan-quota-request.d.ts +30 -0
  180. package/dist/esm/types/calculate-repo-image-scan-quota-request.d.ts.map +1 -0
  181. package/dist/esm/types/calculate-repo-image-scan-quota-response.d.ts +26 -0
  182. package/dist/esm/types/calculate-repo-image-scan-quota-response.d.ts.map +1 -0
  183. package/dist/esm/types/cap-white-list-for-get-tenant-quota-output.d.ts +45 -0
  184. package/dist/esm/types/cap-white-list-for-get-tenant-quota-output.d.ts.map +1 -0
  185. package/dist/esm/types/check-alarm-support-ban-ipresponse.d.ts +5 -0
  186. package/dist/esm/types/check-alarm-support-ban-ipresponse.d.ts.map +1 -1
  187. package/dist/esm/types/check-install-agent-client-request.d.ts +25 -0
  188. package/dist/esm/types/check-install-agent-client-request.d.ts.map +1 -0
  189. package/dist/esm/types/check-install-agent-client-response.d.ts +72 -0
  190. package/dist/esm/types/check-install-agent-client-response.d.ts.map +1 -0
  191. package/dist/esm/types/check-install-rasp-request.d.ts +25 -0
  192. package/dist/esm/types/check-install-rasp-request.d.ts.map +1 -0
  193. package/dist/esm/types/check-install-rasp-response.d.ts +40 -0
  194. package/dist/esm/types/check-install-rasp-response.d.ts.map +1 -0
  195. package/dist/esm/types/cluster-for-get-neighboring-alarm-output.d.ts +50 -0
  196. package/dist/esm/types/cluster-for-get-neighboring-alarm-output.d.ts.map +1 -0
  197. package/dist/esm/types/cluster-for-list-mlp-alarms-output.d.ts +50 -0
  198. package/dist/esm/types/cluster-for-list-mlp-alarms-output.d.ts.map +1 -0
  199. package/dist/esm/types/cluster-for-list-rasp-alarms-output.d.ts +50 -0
  200. package/dist/esm/types/cluster-for-list-rasp-alarms-output.d.ts.map +1 -0
  201. package/dist/esm/types/cluster-for-list-virus-alarms-output.d.ts +50 -0
  202. package/dist/esm/types/cluster-for-list-virus-alarms-output.d.ts.map +1 -0
  203. package/dist/esm/types/cluster-info-for-get-hids-alarm-summary-info-output.d.ts +40 -0
  204. package/dist/esm/types/cluster-info-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  205. package/dist/esm/types/cluster-info-for-get-mlp-alarm-summary-info-output.d.ts +40 -0
  206. package/dist/esm/types/cluster-info-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  207. package/dist/esm/types/cluster-info-for-get-rasp-alarm-summary-info-output.d.ts +40 -0
  208. package/dist/esm/types/cluster-info-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  209. package/dist/esm/types/cluster-info-for-get-virus-alarm-summary-info-output.d.ts +40 -0
  210. package/dist/esm/types/cluster-info-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  211. package/dist/esm/types/cluster-list-for-list-white-lists-output.d.ts +40 -0
  212. package/dist/esm/types/cluster-list-for-list-white-lists-output.d.ts.map +1 -0
  213. package/dist/esm/types/cluster-sec-for-get-tenant-quota-output.d.ts +50 -0
  214. package/dist/esm/types/cluster-sec-for-get-tenant-quota-output.d.ts.map +1 -0
  215. package/dist/esm/types/comm-alarm-info-for-get-alarm-by-smith-key-output.d.ts +60 -0
  216. package/dist/esm/types/comm-alarm-info-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  217. package/dist/esm/types/comm-alarm-info-for-get-hids-alarm-info-output.d.ts +60 -0
  218. package/dist/esm/types/comm-alarm-info-for-get-hids-alarm-info-output.d.ts.map +1 -0
  219. package/dist/esm/types/compl-distr-for-get-registry-image-detail-output.d.ts +40 -0
  220. package/dist/esm/types/compl-distr-for-get-registry-image-detail-output.d.ts.map +1 -0
  221. package/dist/esm/types/compl-distr-for-list-registry-images-output.d.ts +40 -0
  222. package/dist/esm/types/compl-distr-for-list-registry-images-output.d.ts.map +1 -0
  223. package/dist/esm/types/cond-for-add-auto-isolate-agent-list-input.d.ts +55 -0
  224. package/dist/esm/types/cond-for-add-auto-isolate-agent-list-input.d.ts.map +1 -0
  225. package/dist/esm/types/conditions-for-baseline-checklist-white-input.d.ts +60 -0
  226. package/dist/esm/types/conditions-for-baseline-checklist-white-input.d.ts.map +1 -0
  227. package/dist/esm/types/conditions-for-create-host-tag-input.d.ts +126 -0
  228. package/dist/esm/types/conditions-for-create-host-tag-input.d.ts.map +1 -0
  229. package/dist/esm/types/conditions-for-delete-host-tag-input.d.ts +126 -0
  230. package/dist/esm/types/conditions-for-delete-host-tag-input.d.ts.map +1 -0
  231. package/dist/esm/types/conditions-for-delete-rasp-config-input.d.ts +85 -0
  232. package/dist/esm/types/conditions-for-delete-rasp-config-input.d.ts.map +1 -0
  233. package/dist/esm/types/conditions-for-delete-white-lists-input.d.ts +92 -0
  234. package/dist/esm/types/conditions-for-delete-white-lists-input.d.ts.map +1 -0
  235. package/dist/esm/types/conditions-for-detect-baseline-input.d.ts +50 -0
  236. package/dist/esm/types/conditions-for-detect-baseline-input.d.ts.map +1 -0
  237. package/dist/esm/types/conditions-for-disable-host-important-protect-input.d.ts +126 -0
  238. package/dist/esm/types/conditions-for-disable-host-important-protect-input.d.ts.map +1 -0
  239. package/dist/esm/types/conditions-for-download-aivuln-list-input.d.ts +45 -0
  240. package/dist/esm/types/conditions-for-download-aivuln-list-input.d.ts.map +1 -0
  241. package/dist/esm/types/conditions-for-download-baseline-check-hosts-input.d.ts +65 -0
  242. package/dist/esm/types/conditions-for-download-baseline-check-hosts-input.d.ts.map +1 -0
  243. package/dist/esm/types/conditions-for-download-baseline-check-input.d.ts +25 -0
  244. package/dist/esm/types/conditions-for-download-baseline-check-input.d.ts.map +1 -0
  245. package/dist/esm/types/conditions-for-download-vul-host-list-by-pod-input.d.ts +65 -0
  246. package/dist/esm/types/conditions-for-download-vul-host-list-by-pod-input.d.ts.map +1 -0
  247. package/dist/esm/types/conditions-for-download-vul-list-by-pod-input.d.ts +65 -0
  248. package/dist/esm/types/conditions-for-download-vul-list-by-pod-input.d.ts.map +1 -0
  249. package/dist/esm/types/conditions-for-download-vuln-affect-aisession-input.d.ts +40 -0
  250. package/dist/esm/types/conditions-for-download-vuln-affect-aisession-input.d.ts.map +1 -0
  251. package/dist/esm/types/conditions-for-download-vuln-datas-input.d.ts +65 -0
  252. package/dist/esm/types/conditions-for-download-vuln-datas-input.d.ts.map +1 -0
  253. package/dist/esm/types/conditions-for-download-vuln-list-input.d.ts +65 -0
  254. package/dist/esm/types/conditions-for-download-vuln-list-input.d.ts.map +1 -0
  255. package/dist/esm/types/conditions-for-enable-host-important-protect-input.d.ts +126 -0
  256. package/dist/esm/types/conditions-for-enable-host-important-protect-input.d.ts.map +1 -0
  257. package/dist/esm/types/conditions-for-export-alarm-list-data-for-rasp-input.d.ts +240 -0
  258. package/dist/esm/types/conditions-for-export-alarm-list-data-for-rasp-input.d.ts.map +1 -0
  259. package/dist/esm/types/conditions-for-export-asset-center-hosts-input.d.ts +126 -0
  260. package/dist/esm/types/conditions-for-export-asset-center-hosts-input.d.ts.map +1 -0
  261. package/dist/esm/types/conditions-for-export-baseline-check-list-input.d.ts +30 -0
  262. package/dist/esm/types/conditions-for-export-baseline-check-list-input.d.ts.map +1 -0
  263. package/dist/esm/types/conditions-for-export-baseline-host-details-input.d.ts +65 -0
  264. package/dist/esm/types/conditions-for-export-baseline-host-details-input.d.ts.map +1 -0
  265. package/dist/esm/types/conditions-for-export-dev-fingerprint-data-input.d.ts +20 -0
  266. package/dist/esm/types/conditions-for-export-dev-fingerprint-data-input.d.ts.map +1 -0
  267. package/dist/esm/types/conditions-for-export-fingerprint-data-input.d.ts +20 -0
  268. package/dist/esm/types/conditions-for-export-fingerprint-data-input.d.ts.map +1 -0
  269. package/dist/esm/types/conditions-for-export-hids-alarm-list-data-input.d.ts +240 -0
  270. package/dist/esm/types/conditions-for-export-hids-alarm-list-data-input.d.ts.map +1 -0
  271. package/dist/esm/types/conditions-for-export-mlp-alarm-list-data-input.d.ts +240 -0
  272. package/dist/esm/types/conditions-for-export-mlp-alarm-list-data-input.d.ts.map +1 -0
  273. package/dist/esm/types/conditions-for-export-virus-alarm-list-data-input.d.ts +240 -0
  274. package/dist/esm/types/conditions-for-export-virus-alarm-list-data-input.d.ts.map +1 -0
  275. package/dist/esm/types/conditions-for-get-neighboring-alarm-input.d.ts +240 -0
  276. package/dist/esm/types/conditions-for-get-neighboring-alarm-input.d.ts.map +1 -0
  277. package/dist/esm/types/conditions-for-list-hosts-agent-ids-input.d.ts +126 -0
  278. package/dist/esm/types/conditions-for-list-hosts-agent-ids-input.d.ts.map +1 -0
  279. package/dist/esm/types/conditions-for-list-multi-level-asset-hosts-input.d.ts +126 -0
  280. package/dist/esm/types/conditions-for-list-multi-level-asset-hosts-input.d.ts.map +1 -0
  281. package/dist/esm/types/conditions-for-list-white-lists-input.d.ts +92 -0
  282. package/dist/esm/types/conditions-for-list-white-lists-input.d.ts.map +1 -0
  283. package/dist/esm/types/conditions-for-modify-auto-defense-rule-input.d.ts +45 -0
  284. package/dist/esm/types/conditions-for-modify-auto-defense-rule-input.d.ts.map +1 -0
  285. package/dist/esm/types/conditions-for-refresh-aifingerprint-data-input.d.ts +30 -0
  286. package/dist/esm/types/conditions-for-refresh-aifingerprint-data-input.d.ts.map +1 -0
  287. package/dist/esm/types/conditions-for-refresh-fingerprint-data-input.d.ts +35 -0
  288. package/dist/esm/types/conditions-for-refresh-fingerprint-data-input.d.ts.map +1 -0
  289. package/dist/esm/types/conditions-for-update-common-alarm-status-input.d.ts +240 -0
  290. package/dist/esm/types/conditions-for-update-common-alarm-status-input.d.ts.map +1 -0
  291. package/dist/esm/types/conditions-for-update-host-tag-input.d.ts +126 -0
  292. package/dist/esm/types/conditions-for-update-host-tag-input.d.ts.map +1 -0
  293. package/dist/esm/types/conditions-for-update-mlp-alarm-status-input.d.ts +240 -0
  294. package/dist/esm/types/conditions-for-update-mlp-alarm-status-input.d.ts.map +1 -0
  295. package/dist/esm/types/config-for-get-virus-task-info-output.d.ts +35 -0
  296. package/dist/esm/types/config-for-get-virus-task-info-output.d.ts.map +1 -0
  297. package/dist/esm/types/configuration-for-get-multi-level-institution-detail-output.d.ts +40 -0
  298. package/dist/esm/types/configuration-for-get-multi-level-institution-detail-output.d.ts.map +1 -0
  299. package/dist/esm/types/container-info-for-get-alarm-by-smith-key-output.d.ts +30 -0
  300. package/dist/esm/types/container-info-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  301. package/dist/esm/types/container-info-for-get-hids-alarm-info-output.d.ts +30 -0
  302. package/dist/esm/types/container-info-for-get-hids-alarm-info-output.d.ts.map +1 -0
  303. package/dist/esm/types/container-info-for-get-hids-alarm-summary-info-output.d.ts +95 -0
  304. package/dist/esm/types/container-info-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  305. package/dist/esm/types/container-info-for-get-mlp-alarm-summary-info-output.d.ts +95 -0
  306. package/dist/esm/types/container-info-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  307. package/dist/esm/types/container-info-for-get-one-rasp-alarm-output.d.ts +30 -0
  308. package/dist/esm/types/container-info-for-get-one-rasp-alarm-output.d.ts.map +1 -0
  309. package/dist/esm/types/container-info-for-get-rasp-alarm-summary-info-output.d.ts +95 -0
  310. package/dist/esm/types/container-info-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  311. package/dist/esm/types/container-info-for-get-virus-alarm-summary-info-output.d.ts +95 -0
  312. package/dist/esm/types/container-info-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  313. package/dist/esm/types/container-intrusion-for-get-security-overview-output.d.ts +30 -0
  314. package/dist/esm/types/container-intrusion-for-get-security-overview-output.d.ts.map +1 -0
  315. package/dist/esm/types/control-monitor-policy-request.d.ts +5 -0
  316. package/dist/esm/types/control-monitor-policy-request.d.ts.map +1 -1
  317. package/dist/esm/types/creat-file-scan-task-request.d.ts +81 -0
  318. package/dist/esm/types/creat-file-scan-task-request.d.ts.map +1 -0
  319. package/dist/esm/types/creat-file-scan-task-response.d.ts +30 -0
  320. package/dist/esm/types/creat-file-scan-task-response.d.ts.map +1 -0
  321. package/dist/esm/types/create-host-tag-request.d.ts +41 -0
  322. package/dist/esm/types/create-host-tag-request.d.ts.map +1 -0
  323. package/dist/esm/types/create-host-tag-response.d.ts +25 -0
  324. package/dist/esm/types/create-host-tag-response.d.ts.map +1 -0
  325. package/dist/esm/types/create-layered-group-request.d.ts +45 -0
  326. package/dist/esm/types/create-layered-group-request.d.ts.map +1 -0
  327. package/dist/esm/types/create-layered-group-response.d.ts +30 -0
  328. package/dist/esm/types/create-layered-group-response.d.ts.map +1 -0
  329. package/dist/esm/types/create-mlpasset-sync-task-request.d.ts +1 -1
  330. package/dist/esm/types/create-mlpasset-sync-task-request.d.ts.map +1 -1
  331. package/dist/esm/types/create-mlpupdate-software-task-request.d.ts +35 -0
  332. package/dist/esm/types/create-mlpupdate-software-task-request.d.ts.map +1 -0
  333. package/dist/esm/types/create-mlpupdate-software-task-response.d.ts +25 -0
  334. package/dist/esm/types/create-mlpupdate-software-task-response.d.ts.map +1 -0
  335. package/dist/esm/types/create-multi-level-institution-request.d.ts +60 -0
  336. package/dist/esm/types/create-multi-level-institution-request.d.ts.map +1 -0
  337. package/dist/esm/types/create-multi-level-institution-response.d.ts +20 -0
  338. package/dist/esm/types/create-multi-level-institution-response.d.ts.map +1 -0
  339. package/dist/esm/types/create-repo-registry-vpc-auth-request.d.ts +25 -0
  340. package/dist/esm/types/create-repo-registry-vpc-auth-request.d.ts.map +1 -0
  341. package/dist/esm/types/create-repo-registry-vpc-auth-response.d.ts +25 -0
  342. package/dist/esm/types/create-repo-registry-vpc-auth-response.d.ts.map +1 -0
  343. package/dist/esm/types/critical-trend-for-get-intrusion-risk-trends-output.d.ts +30 -0
  344. package/dist/esm/types/critical-trend-for-get-intrusion-risk-trends-output.d.ts.map +1 -0
  345. package/dist/esm/types/current-for-list-install-commands-output.d.ts +75 -0
  346. package/dist/esm/types/current-for-list-install-commands-output.d.ts.map +1 -0
  347. package/dist/esm/types/current-quota-for-check-install-agent-client-output.d.ts +30 -0
  348. package/dist/esm/types/current-quota-for-check-install-agent-client-output.d.ts.map +1 -0
  349. package/dist/esm/types/cve-list-for-get-vuln-info-for-aioutput.d.ts +75 -0
  350. package/dist/esm/types/cve-list-for-get-vuln-info-for-aioutput.d.ts.map +1 -0
  351. package/dist/esm/types/cve-list-for-get-vuln-info-output.d.ts +75 -0
  352. package/dist/esm/types/cve-list-for-get-vuln-info-output.d.ts.map +1 -0
  353. package/dist/esm/types/cvss-metric-for-get-vuln-detail-output.d.ts +40 -0
  354. package/dist/esm/types/cvss-metric-for-get-vuln-detail-output.d.ts.map +1 -0
  355. package/dist/esm/types/data-for-all-asset-scan-output.d.ts +20 -0
  356. package/dist/esm/types/data-for-all-asset-scan-output.d.ts.map +1 -0
  357. package/dist/esm/types/data-for-asset-scan-output.d.ts +20 -0
  358. package/dist/esm/types/data-for-asset-scan-output.d.ts.map +1 -0
  359. package/dist/esm/types/data-for-calculate-repo-image-scan-quota-output.d.ts +35 -0
  360. package/dist/esm/types/data-for-calculate-repo-image-scan-quota-output.d.ts.map +1 -0
  361. package/dist/esm/types/data-for-get-aifingerprint-app-output.d.ts +90 -0
  362. package/dist/esm/types/data-for-get-aifingerprint-app-output.d.ts.map +1 -0
  363. package/dist/esm/types/data-for-get-aifingerprint-port-output.d.ts +130 -0
  364. package/dist/esm/types/data-for-get-aifingerprint-port-output.d.ts.map +1 -0
  365. package/dist/esm/types/data-for-get-aifingerprint-process-output.d.ts +120 -0
  366. package/dist/esm/types/data-for-get-aifingerprint-process-output.d.ts.map +1 -0
  367. package/dist/esm/types/data-for-get-aifingerprint-software-output.d.ts +70 -0
  368. package/dist/esm/types/data-for-get-aifingerprint-software-output.d.ts.map +1 -0
  369. package/dist/esm/types/data-for-get-aifingerprint-top5-output.d.ts +30 -0
  370. package/dist/esm/types/data-for-get-aifingerprint-top5-output.d.ts.map +1 -0
  371. package/dist/esm/types/data-for-get-asset-cluster-statistic-output.d.ts +31 -0
  372. package/dist/esm/types/data-for-get-asset-cluster-statistic-output.d.ts.map +1 -0
  373. package/dist/esm/types/data-for-get-asset-clusters-sync-end-output.d.ts +30 -0
  374. package/dist/esm/types/data-for-get-asset-clusters-sync-end-output.d.ts.map +1 -0
  375. package/dist/esm/types/data-for-get-cis-detail-output.d.ts +60 -0
  376. package/dist/esm/types/data-for-get-cis-detail-output.d.ts.map +1 -0
  377. package/dist/esm/types/data-for-get-clusters-permission-result-output.d.ts +40 -0
  378. package/dist/esm/types/data-for-get-clusters-permission-result-output.d.ts.map +1 -0
  379. package/dist/esm/types/data-for-get-dev-fingerprint-port-output.d.ts +115 -0
  380. package/dist/esm/types/data-for-get-dev-fingerprint-port-output.d.ts.map +1 -0
  381. package/dist/esm/types/data-for-get-dev-fingerprint-process-output.d.ts +120 -0
  382. package/dist/esm/types/data-for-get-dev-fingerprint-process-output.d.ts.map +1 -0
  383. package/dist/esm/types/data-for-get-dev-fingerprint-software-output.d.ts +90 -0
  384. package/dist/esm/types/data-for-get-dev-fingerprint-software-output.d.ts.map +1 -0
  385. package/dist/esm/types/data-for-get-fingerprint-aiapp-output.d.ts +95 -0
  386. package/dist/esm/types/data-for-get-fingerprint-aiapp-output.d.ts.map +1 -0
  387. package/dist/esm/types/data-for-get-fingerprint-app-group-output.d.ts +30 -0
  388. package/dist/esm/types/data-for-get-fingerprint-app-group-output.d.ts.map +1 -0
  389. package/dist/esm/types/data-for-get-fingerprint-app-output.d.ts +105 -0
  390. package/dist/esm/types/data-for-get-fingerprint-app-output.d.ts.map +1 -0
  391. package/dist/esm/types/data-for-get-fingerprint-cron-output.d.ts +85 -0
  392. package/dist/esm/types/data-for-get-fingerprint-cron-output.d.ts.map +1 -0
  393. package/dist/esm/types/data-for-get-fingerprint-integrity-output.d.ts +90 -0
  394. package/dist/esm/types/data-for-get-fingerprint-integrity-output.d.ts.map +1 -0
  395. package/dist/esm/types/data-for-get-fingerprint-kmod-output.d.ts +90 -0
  396. package/dist/esm/types/data-for-get-fingerprint-kmod-output.d.ts.map +1 -0
  397. package/dist/esm/types/data-for-get-fingerprint-port-output.d.ts +145 -0
  398. package/dist/esm/types/data-for-get-fingerprint-port-output.d.ts.map +1 -0
  399. package/dist/esm/types/data-for-get-fingerprint-process-output.d.ts +140 -0
  400. package/dist/esm/types/data-for-get-fingerprint-process-output.d.ts.map +1 -0
  401. package/dist/esm/types/data-for-get-fingerprint-service-output.d.ts +100 -0
  402. package/dist/esm/types/data-for-get-fingerprint-service-output.d.ts.map +1 -0
  403. package/dist/esm/types/data-for-get-fingerprint-software-output.d.ts +75 -0
  404. package/dist/esm/types/data-for-get-fingerprint-software-output.d.ts.map +1 -0
  405. package/dist/esm/types/data-for-get-fingerprint-top5-output.d.ts +20 -0
  406. package/dist/esm/types/data-for-get-fingerprint-top5-output.d.ts.map +1 -0
  407. package/dist/esm/types/data-for-get-fingerprint-user-output.d.ts +115 -0
  408. package/dist/esm/types/data-for-get-fingerprint-user-output.d.ts.map +1 -0
  409. package/dist/esm/types/data-for-get-fingerprint-web-output.d.ts +105 -0
  410. package/dist/esm/types/data-for-get-fingerprint-web-output.d.ts.map +1 -0
  411. package/dist/esm/types/data-for-get-intrusion-real-time-updates-output.d.ts +85 -0
  412. package/dist/esm/types/data-for-get-intrusion-real-time-updates-output.d.ts.map +1 -0
  413. package/dist/esm/types/data-for-get-k8s-asset-statistic-output.d.ts +30 -0
  414. package/dist/esm/types/data-for-get-k8s-asset-statistic-output.d.ts.map +1 -0
  415. package/dist/esm/types/data-for-get-layered-groups-output.d.ts +45 -0
  416. package/dist/esm/types/data-for-get-layered-groups-output.d.ts.map +1 -0
  417. package/dist/esm/types/data-for-get-offline-notification-list-output.d.ts +20 -0
  418. package/dist/esm/types/data-for-get-offline-notification-list-output.d.ts.map +1 -1
  419. package/dist/esm/types/data-for-get-registries-permission-result-output.d.ts +40 -0
  420. package/dist/esm/types/data-for-get-registries-permission-result-output.d.ts.map +1 -0
  421. package/dist/esm/types/data-for-get-registry-image-detail-output.d.ts +97 -0
  422. package/dist/esm/types/data-for-get-registry-image-detail-output.d.ts.map +1 -0
  423. package/dist/esm/types/data-for-get-registry-images-sync-status-output.d.ts +35 -0
  424. package/dist/esm/types/data-for-get-registry-images-sync-status-output.d.ts.map +1 -0
  425. package/dist/esm/types/data-for-get-registry-sync-config-output.d.ts +35 -0
  426. package/dist/esm/types/data-for-get-registry-sync-config-output.d.ts.map +1 -0
  427. package/dist/esm/types/data-for-get-repo-image-risk-cnt-output.d.ts +25 -0
  428. package/dist/esm/types/data-for-get-repo-image-risk-cnt-output.d.ts.map +1 -0
  429. package/dist/esm/types/data-for-get-repo-image-scan-cron-output.d.ts +35 -0
  430. package/dist/esm/types/data-for-get-repo-image-scan-cron-output.d.ts.map +1 -0
  431. package/dist/esm/types/data-for-get-repo-image-scan-scope-output.d.ts +45 -0
  432. package/dist/esm/types/data-for-get-repo-image-scan-scope-output.d.ts.map +1 -0
  433. package/dist/esm/types/data-for-get-repo-registry-summary-output.d.ts +30 -0
  434. package/dist/esm/types/data-for-get-repo-registry-summary-output.d.ts.map +1 -0
  435. package/dist/esm/types/data-for-get-repo-registry-vpc-auth-create-info-output.d.ts +40 -0
  436. package/dist/esm/types/data-for-get-repo-registry-vpc-auth-create-info-output.d.ts.map +1 -0
  437. package/dist/esm/types/data-for-get-user-batch-scan-status-output.d.ts +40 -0
  438. package/dist/esm/types/data-for-get-user-batch-scan-status-output.d.ts.map +1 -0
  439. package/dist/esm/types/data-for-get-vuln-detail-output.d.ts +102 -0
  440. package/dist/esm/types/data-for-get-vuln-detail-output.d.ts.map +1 -0
  441. package/dist/esm/types/data-for-list-aiapplication-basic-info-output.d.ts +65 -0
  442. package/dist/esm/types/data-for-list-aiapplication-basic-info-output.d.ts.map +1 -0
  443. package/dist/esm/types/data-for-list-alarm-archive-records-output.d.ts +45 -0
  444. package/dist/esm/types/data-for-list-alarm-archive-records-output.d.ts.map +1 -0
  445. package/dist/esm/types/data-for-list-all-cntr-static-dict-output.d.ts +31 -0
  446. package/dist/esm/types/data-for-list-all-cntr-static-dict-output.d.ts.map +1 -0
  447. package/dist/esm/types/data-for-list-asset-center-devs-output.d.ts +95 -0
  448. package/dist/esm/types/data-for-list-asset-center-devs-output.d.ts.map +1 -0
  449. package/dist/esm/types/data-for-list-asset-center-hosts-output.d.ts +10 -0
  450. package/dist/esm/types/data-for-list-asset-center-hosts-output.d.ts.map +1 -1
  451. package/dist/esm/types/data-for-list-asset-clusters-output.d.ts +95 -0
  452. package/dist/esm/types/data-for-list-asset-clusters-output.d.ts.map +1 -0
  453. package/dist/esm/types/data-for-list-asset-pods-linked-workload-output.d.ts +40 -0
  454. package/dist/esm/types/data-for-list-asset-pods-linked-workload-output.d.ts.map +1 -0
  455. package/dist/esm/types/data-for-list-asset-pods-linked-workload-with-no-page-output.d.ts +35 -0
  456. package/dist/esm/types/data-for-list-asset-pods-linked-workload-with-no-page-output.d.ts.map +1 -0
  457. package/dist/esm/types/data-for-list-asset-workloads-output.d.ts +75 -0
  458. package/dist/esm/types/data-for-list-asset-workloads-output.d.ts.map +1 -0
  459. package/dist/esm/types/data-for-list-auto-defense-hosts-output.d.ts +187 -0
  460. package/dist/esm/types/data-for-list-auto-defense-hosts-output.d.ts.map +1 -0
  461. package/dist/esm/types/data-for-list-auto-defense-rules-output.d.ts +11 -0
  462. package/dist/esm/types/data-for-list-auto-defense-rules-output.d.ts.map +1 -1
  463. package/dist/esm/types/data-for-list-ban-iplist-output.d.ts +43 -3
  464. package/dist/esm/types/data-for-list-ban-iplist-output.d.ts.map +1 -1
  465. package/dist/esm/types/data-for-list-baseline-check-config-output.d.ts +5 -0
  466. package/dist/esm/types/data-for-list-baseline-check-config-output.d.ts.map +1 -1
  467. package/dist/esm/types/data-for-list-baseline-check-item-hosts-output.d.ts +31 -0
  468. package/dist/esm/types/data-for-list-baseline-check-item-hosts-output.d.ts.map +1 -0
  469. package/dist/esm/types/data-for-list-baseline-check-res-output.d.ts +60 -0
  470. package/dist/esm/types/data-for-list-baseline-check-res-output.d.ts.map +1 -0
  471. package/dist/esm/types/data-for-list-baseline-groups-output.d.ts +35 -0
  472. package/dist/esm/types/data-for-list-baseline-groups-output.d.ts.map +1 -0
  473. package/dist/esm/types/data-for-list-baselines-output.d.ts +31 -0
  474. package/dist/esm/types/data-for-list-baselines-output.d.ts.map +1 -0
  475. package/dist/esm/types/data-for-list-cloud-platforms-output.d.ts +35 -0
  476. package/dist/esm/types/data-for-list-cloud-platforms-output.d.ts.map +1 -0
  477. package/dist/esm/types/data-for-list-cluster-varmor-version-history-output.d.ts +35 -0
  478. package/dist/esm/types/data-for-list-cluster-varmor-version-history-output.d.ts.map +1 -0
  479. package/dist/esm/types/data-for-list-dev-basic-infos-output.d.ts +60 -0
  480. package/dist/esm/types/data-for-list-dev-basic-infos-output.d.ts.map +1 -0
  481. package/dist/esm/types/data-for-list-file-monitor-alarms-output.d.ts +25 -0
  482. package/dist/esm/types/data-for-list-file-monitor-alarms-output.d.ts.map +1 -1
  483. package/dist/esm/types/data-for-list-hids-alarms-output.d.ts +25 -0
  484. package/dist/esm/types/data-for-list-hids-alarms-output.d.ts.map +1 -1
  485. package/dist/esm/types/data-for-list-hosts-basic-infos-output.d.ts +30 -0
  486. package/dist/esm/types/data-for-list-hosts-basic-infos-output.d.ts.map +1 -1
  487. package/dist/esm/types/data-for-list-login-configs-output.d.ts +101 -0
  488. package/dist/esm/types/data-for-list-login-configs-output.d.ts.map +1 -0
  489. package/dist/esm/types/data-for-list-mlp-alarms-output.d.ts +278 -0
  490. package/dist/esm/types/data-for-list-mlp-alarms-output.d.ts.map +1 -0
  491. package/dist/esm/types/data-for-list-monitor-policies-output.d.ts +5 -0
  492. package/dist/esm/types/data-for-list-monitor-policies-output.d.ts.map +1 -1
  493. package/dist/esm/types/data-for-list-multi-level-asset-hosts-output.d.ts +197 -0
  494. package/dist/esm/types/data-for-list-multi-level-asset-hosts-output.d.ts.map +1 -0
  495. package/dist/esm/types/data-for-list-multi-level-institution-output.d.ts +95 -0
  496. package/dist/esm/types/data-for-list-multi-level-institution-output.d.ts.map +1 -0
  497. package/dist/esm/types/data-for-list-ordered-hosts-basic-infos-output.d.ts +10 -0
  498. package/dist/esm/types/data-for-list-ordered-hosts-basic-infos-output.d.ts.map +1 -1
  499. package/dist/esm/types/data-for-list-rasp-alarms-output.d.ts +278 -0
  500. package/dist/esm/types/data-for-list-rasp-alarms-output.d.ts.map +1 -0
  501. package/dist/esm/types/data-for-list-rasp-config-agent-infos-output.d.ts +126 -0
  502. package/dist/esm/types/data-for-list-rasp-config-agent-infos-output.d.ts.map +1 -0
  503. package/dist/esm/types/data-for-list-rasp-configs-output.d.ts +120 -0
  504. package/dist/esm/types/data-for-list-rasp-configs-output.d.ts.map +1 -0
  505. package/dist/esm/types/data-for-list-rasp-processes-output.d.ts +110 -0
  506. package/dist/esm/types/data-for-list-rasp-processes-output.d.ts.map +1 -0
  507. package/dist/esm/types/data-for-list-registries-output.d.ts +66 -0
  508. package/dist/esm/types/data-for-list-registries-output.d.ts.map +1 -0
  509. package/dist/esm/types/data-for-list-registry-images-output.d.ts +96 -0
  510. package/dist/esm/types/data-for-list-registry-images-output.d.ts.map +1 -0
  511. package/dist/esm/types/data-for-list-registry-namespaces-output.d.ts +55 -0
  512. package/dist/esm/types/data-for-list-registry-namespaces-output.d.ts.map +1 -0
  513. package/dist/esm/types/data-for-list-repo-image-compl-output.d.ts +60 -0
  514. package/dist/esm/types/data-for-list-repo-image-compl-output.d.ts.map +1 -0
  515. package/dist/esm/types/data-for-list-repo-image-layer-output.d.ts +72 -0
  516. package/dist/esm/types/data-for-list-repo-image-layer-output.d.ts.map +1 -0
  517. package/dist/esm/types/data-for-list-repo-image-layer-senfile-output.d.ts +45 -0
  518. package/dist/esm/types/data-for-list-repo-image-layer-senfile-output.d.ts.map +1 -0
  519. package/dist/esm/types/data-for-list-repo-image-layer-virus-output.d.ts +40 -0
  520. package/dist/esm/types/data-for-list-repo-image-layer-virus-output.d.ts.map +1 -0
  521. package/dist/esm/types/data-for-list-repo-image-layer-vuln-output.d.ts +55 -0
  522. package/dist/esm/types/data-for-list-repo-image-layer-vuln-output.d.ts.map +1 -0
  523. package/dist/esm/types/data-for-list-repo-image-package-output.d.ts +50 -0
  524. package/dist/esm/types/data-for-list-repo-image-package-output.d.ts.map +1 -0
  525. package/dist/esm/types/data-for-list-repo-image-senfile-output.d.ts +45 -0
  526. package/dist/esm/types/data-for-list-repo-image-senfile-output.d.ts.map +1 -0
  527. package/dist/esm/types/data-for-list-repo-image-virus-output.d.ts +45 -0
  528. package/dist/esm/types/data-for-list-repo-image-virus-output.d.ts.map +1 -0
  529. package/dist/esm/types/data-for-list-repo-image-vuln-output.d.ts +75 -0
  530. package/dist/esm/types/data-for-list-repo-image-vuln-output.d.ts.map +1 -0
  531. package/dist/esm/types/data-for-list-risk-compl-affect-repo-image-output.d.ts +60 -0
  532. package/dist/esm/types/data-for-list-risk-compl-affect-repo-image-output.d.ts.map +1 -0
  533. package/dist/esm/types/data-for-list-risk-vuln-affect-repo-image-output.d.ts +60 -0
  534. package/dist/esm/types/data-for-list-risk-vuln-affect-repo-image-output.d.ts.map +1 -0
  535. package/dist/esm/types/data-for-list-scan-task-hosts-output.d.ts +40 -0
  536. package/dist/esm/types/data-for-list-scan-task-hosts-output.d.ts.map +1 -0
  537. package/dist/esm/types/data-for-list-scan-tasks-output.d.ts +130 -0
  538. package/dist/esm/types/data-for-list-scan-tasks-output.d.ts.map +1 -0
  539. package/dist/esm/types/data-for-list-tags-detail-output.d.ts +30 -0
  540. package/dist/esm/types/data-for-list-tags-detail-output.d.ts.map +1 -0
  541. package/dist/esm/types/data-for-list-virus-alarms-output.d.ts +278 -0
  542. package/dist/esm/types/data-for-list-virus-alarms-output.d.ts.map +1 -0
  543. package/dist/esm/types/data-for-list-vul-detail-output.d.ts +5 -0
  544. package/dist/esm/types/data-for-list-vul-detail-output.d.ts.map +1 -1
  545. package/dist/esm/types/data-for-list-vuln-affect-aisession-output.d.ts +65 -0
  546. package/dist/esm/types/data-for-list-vuln-affect-aisession-output.d.ts.map +1 -0
  547. package/dist/esm/types/data-for-list-vuln-for-aioutput.d.ts +86 -0
  548. package/dist/esm/types/data-for-list-vuln-for-aioutput.d.ts.map +1 -0
  549. package/dist/esm/types/data-for-list-vuln-hosts-output.d.ts +85 -0
  550. package/dist/esm/types/data-for-list-vuln-hosts-output.d.ts.map +1 -0
  551. package/dist/esm/types/data-for-list-vulns-output.d.ts +101 -0
  552. package/dist/esm/types/data-for-list-vulns-output.d.ts.map +1 -0
  553. package/dist/esm/types/data-for-list-weak-password-check-detail-output.d.ts +31 -0
  554. package/dist/esm/types/data-for-list-weak-password-check-detail-output.d.ts.map +1 -0
  555. package/dist/esm/types/data-for-list-white-lists-output.d.ts +62 -0
  556. package/dist/esm/types/data-for-list-white-lists-output.d.ts.map +1 -0
  557. package/dist/esm/types/data-for-multi-asset-scan-output.d.ts +20 -0
  558. package/dist/esm/types/data-for-multi-asset-scan-output.d.ts.map +1 -0
  559. package/dist/esm/types/data-for-multi-cloud-access-statistics-output.d.ts +55 -0
  560. package/dist/esm/types/data-for-multi-cloud-access-statistics-output.d.ts.map +1 -0
  561. package/dist/esm/types/data-for-save-repo-image-scan-cron-output.d.ts +20 -0
  562. package/dist/esm/types/data-for-save-repo-image-scan-cron-output.d.ts.map +1 -0
  563. package/dist/esm/types/data-for-save-repo-image-scan-scope-output.d.ts +20 -0
  564. package/dist/esm/types/data-for-save-repo-image-scan-scope-output.d.ts.map +1 -0
  565. package/dist/esm/types/data-for-update-mlp-alarm-status-output.d.ts +35 -0
  566. package/dist/esm/types/data-for-update-mlp-alarm-status-output.d.ts.map +1 -0
  567. package/dist/esm/types/delete-agent-proxy-request.d.ts +25 -0
  568. package/dist/esm/types/delete-agent-proxy-request.d.ts.map +1 -0
  569. package/dist/esm/types/delete-agent-proxy-response.d.ts +25 -0
  570. package/dist/esm/types/delete-agent-proxy-response.d.ts.map +1 -0
  571. package/dist/esm/types/delete-agent-proxy-server-request.d.ts +30 -0
  572. package/dist/esm/types/delete-agent-proxy-server-request.d.ts.map +1 -0
  573. package/dist/esm/types/delete-agent-proxy-server-response.d.ts +25 -0
  574. package/dist/esm/types/delete-agent-proxy-server-response.d.ts.map +1 -0
  575. package/dist/esm/types/delete-auto-isolate-agent-list-request.d.ts +31 -0
  576. package/dist/esm/types/delete-auto-isolate-agent-list-request.d.ts.map +1 -0
  577. package/dist/esm/types/delete-auto-isolate-agent-list-response.d.ts +25 -0
  578. package/dist/esm/types/delete-auto-isolate-agent-list-response.d.ts.map +1 -0
  579. package/dist/esm/types/delete-cloud-env-request.d.ts +25 -0
  580. package/dist/esm/types/delete-cloud-env-request.d.ts.map +1 -0
  581. package/dist/esm/types/delete-cloud-env-response.d.ts +25 -0
  582. package/dist/esm/types/delete-cloud-env-response.d.ts.map +1 -0
  583. package/dist/esm/types/delete-command-request.d.ts +25 -0
  584. package/dist/esm/types/delete-command-request.d.ts.map +1 -0
  585. package/dist/esm/types/delete-command-response.d.ts +25 -0
  586. package/dist/esm/types/delete-command-response.d.ts.map +1 -0
  587. package/dist/esm/types/delete-host-tag-request.d.ts +41 -0
  588. package/dist/esm/types/delete-host-tag-request.d.ts.map +1 -0
  589. package/dist/esm/types/delete-host-tag-response.d.ts +25 -0
  590. package/dist/esm/types/delete-host-tag-response.d.ts.map +1 -0
  591. package/dist/esm/types/delete-layered-group-request.d.ts +25 -0
  592. package/dist/esm/types/delete-layered-group-request.d.ts.map +1 -0
  593. package/dist/esm/types/delete-layered-group-response.d.ts +30 -0
  594. package/dist/esm/types/delete-layered-group-response.d.ts.map +1 -0
  595. package/dist/esm/types/delete-login-config-request.d.ts +30 -0
  596. package/dist/esm/types/delete-login-config-request.d.ts.map +1 -0
  597. package/dist/esm/types/delete-login-config-response.d.ts +20 -0
  598. package/dist/esm/types/delete-login-config-response.d.ts.map +1 -0
  599. package/dist/esm/types/delete-multi-level-institution-request.d.ts +25 -0
  600. package/dist/esm/types/delete-multi-level-institution-request.d.ts.map +1 -0
  601. package/dist/esm/types/delete-multi-level-institution-response.d.ts +20 -0
  602. package/dist/esm/types/delete-multi-level-institution-response.d.ts.map +1 -0
  603. package/dist/esm/types/delete-rasp-config-request.d.ts +31 -0
  604. package/dist/esm/types/delete-rasp-config-request.d.ts.map +1 -0
  605. package/dist/esm/types/delete-rasp-config-response.d.ts +25 -0
  606. package/dist/esm/types/delete-rasp-config-response.d.ts.map +1 -0
  607. package/dist/esm/types/delete-user-auto-defense-rule-request.d.ts +25 -0
  608. package/dist/esm/types/delete-user-auto-defense-rule-request.d.ts.map +1 -0
  609. package/dist/esm/types/delete-user-auto-defense-rule-response.d.ts +30 -0
  610. package/dist/esm/types/delete-user-auto-defense-rule-response.d.ts.map +1 -0
  611. package/dist/esm/types/delete-white-lists-request.d.ts +36 -0
  612. package/dist/esm/types/delete-white-lists-request.d.ts.map +1 -0
  613. package/dist/esm/types/delete-white-lists-response.d.ts +25 -0
  614. package/dist/esm/types/delete-white-lists-response.d.ts.map +1 -0
  615. package/dist/esm/types/detail-for-install-agent-client-output.d.ts +35 -0
  616. package/dist/esm/types/detail-for-install-agent-client-output.d.ts.map +1 -0
  617. package/dist/esm/types/detail-for-uninstall-agent-client-output.d.ts +35 -0
  618. package/dist/esm/types/detail-for-uninstall-agent-client-output.d.ts.map +1 -0
  619. package/dist/esm/types/detect-baseline-request.d.ts +76 -0
  620. package/dist/esm/types/detect-baseline-request.d.ts.map +1 -0
  621. package/dist/esm/types/detect-baseline-response.d.ts +25 -0
  622. package/dist/esm/types/detect-baseline-response.d.ts.map +1 -0
  623. package/dist/esm/types/detect-vuln-for-airequest.d.ts +30 -0
  624. package/dist/esm/types/detect-vuln-for-airequest.d.ts.map +1 -0
  625. package/dist/esm/types/detect-vuln-for-airesponse.d.ts +25 -0
  626. package/dist/esm/types/detect-vuln-for-airesponse.d.ts.map +1 -0
  627. package/dist/esm/types/detect-vuln-request.d.ts +56 -0
  628. package/dist/esm/types/detect-vuln-request.d.ts.map +1 -0
  629. package/dist/esm/types/detect-vuln-response.d.ts +25 -0
  630. package/dist/esm/types/detect-vuln-response.d.ts.map +1 -0
  631. package/dist/esm/types/dev-detail-for-get-baseline-detect-progress-detail-output.d.ts +25 -0
  632. package/dist/esm/types/dev-detail-for-get-baseline-detect-progress-detail-output.d.ts.map +1 -0
  633. package/dist/esm/types/disable-host-important-protect-request.d.ts +31 -0
  634. package/dist/esm/types/disable-host-important-protect-request.d.ts.map +1 -0
  635. package/dist/esm/types/disable-host-important-protect-response.d.ts +25 -0
  636. package/dist/esm/types/disable-host-important-protect-response.d.ts.map +1 -0
  637. package/dist/esm/types/distribution-for-precision-statistics-output.d.ts +30 -0
  638. package/dist/esm/types/distribution-for-precision-statistics-output.d.ts.map +1 -0
  639. package/dist/esm/types/download-aivuln-list-request.d.ts +41 -0
  640. package/dist/esm/types/download-aivuln-list-request.d.ts.map +1 -0
  641. package/dist/esm/types/download-aivuln-list-response.d.ts +25 -0
  642. package/dist/esm/types/download-aivuln-list-response.d.ts.map +1 -0
  643. package/dist/esm/types/download-baseline-check-hosts-request.d.ts +51 -0
  644. package/dist/esm/types/download-baseline-check-hosts-request.d.ts.map +1 -0
  645. package/dist/esm/types/download-baseline-check-hosts-response.d.ts +25 -0
  646. package/dist/esm/types/download-baseline-check-hosts-response.d.ts.map +1 -0
  647. package/dist/esm/types/download-baseline-check-request.d.ts +41 -0
  648. package/dist/esm/types/download-baseline-check-request.d.ts.map +1 -0
  649. package/dist/esm/types/download-baseline-check-response.d.ts +25 -0
  650. package/dist/esm/types/download-baseline-check-response.d.ts.map +1 -0
  651. package/dist/esm/types/download-raw-trace-data-request.d.ts +25 -0
  652. package/dist/esm/types/download-raw-trace-data-request.d.ts.map +1 -0
  653. package/dist/esm/types/download-raw-trace-data-response.d.ts +25 -0
  654. package/dist/esm/types/download-raw-trace-data-response.d.ts.map +1 -0
  655. package/dist/esm/types/download-vul-host-list-by-pod-request.d.ts +56 -0
  656. package/dist/esm/types/download-vul-host-list-by-pod-request.d.ts.map +1 -0
  657. package/dist/esm/types/download-vul-host-list-by-pod-response.d.ts +25 -0
  658. package/dist/esm/types/download-vul-host-list-by-pod-response.d.ts.map +1 -0
  659. package/dist/esm/types/download-vul-list-by-pod-request.d.ts +81 -0
  660. package/dist/esm/types/download-vul-list-by-pod-request.d.ts.map +1 -0
  661. package/dist/esm/types/download-vul-list-by-pod-response.d.ts +25 -0
  662. package/dist/esm/types/download-vul-list-by-pod-response.d.ts.map +1 -0
  663. package/dist/esm/types/download-vuln-affect-aisession-request.d.ts +36 -0
  664. package/dist/esm/types/download-vuln-affect-aisession-request.d.ts.map +1 -0
  665. package/dist/esm/types/download-vuln-affect-aisession-response.d.ts +25 -0
  666. package/dist/esm/types/download-vuln-affect-aisession-response.d.ts.map +1 -0
  667. package/dist/esm/types/download-vuln-datas-request.d.ts +46 -0
  668. package/dist/esm/types/download-vuln-datas-request.d.ts.map +1 -0
  669. package/dist/esm/types/download-vuln-datas-response.d.ts +25 -0
  670. package/dist/esm/types/download-vuln-datas-response.d.ts.map +1 -0
  671. package/dist/esm/types/download-vuln-list-request.d.ts +56 -0
  672. package/dist/esm/types/download-vuln-list-request.d.ts.map +1 -0
  673. package/dist/esm/types/download-vuln-list-response.d.ts +25 -0
  674. package/dist/esm/types/download-vuln-list-response.d.ts.map +1 -0
  675. package/dist/esm/types/ecs-instance-for-get-host-basic-info-output.d.ts +130 -0
  676. package/dist/esm/types/ecs-instance-for-get-host-basic-info-output.d.ts.map +1 -0
  677. package/dist/esm/types/ecs-instance-for-list-auto-defense-hosts-output.d.ts +130 -0
  678. package/dist/esm/types/ecs-instance-for-list-auto-defense-hosts-output.d.ts.map +1 -0
  679. package/dist/esm/types/ecs-instance-for-list-multi-level-asset-hosts-output.d.ts +130 -0
  680. package/dist/esm/types/ecs-instance-for-list-multi-level-asset-hosts-output.d.ts.map +1 -0
  681. package/dist/esm/types/ecs-instance-for-list-rasp-config-agent-infos-output.d.ts +130 -0
  682. package/dist/esm/types/ecs-instance-for-list-rasp-config-agent-infos-output.d.ts.map +1 -0
  683. package/dist/esm/types/edit-aiapplication-sync-config-request.d.ts +25 -0
  684. package/dist/esm/types/edit-aiapplication-sync-config-request.d.ts.map +1 -0
  685. package/dist/esm/types/edit-aiapplication-sync-config-response.d.ts +25 -0
  686. package/dist/esm/types/edit-aiapplication-sync-config-response.d.ts.map +1 -0
  687. package/dist/esm/types/edit-monitor-policy-request.d.ts +5 -0
  688. package/dist/esm/types/edit-monitor-policy-request.d.ts.map +1 -1
  689. package/dist/esm/types/edit-rasp-config-request.d.ts +100 -0
  690. package/dist/esm/types/edit-rasp-config-request.d.ts.map +1 -0
  691. package/dist/esm/types/edit-rasp-config-response.d.ts +25 -0
  692. package/dist/esm/types/edit-rasp-config-response.d.ts.map +1 -0
  693. package/dist/esm/types/edit-vuln-scan-config-request.d.ts +56 -0
  694. package/dist/esm/types/edit-vuln-scan-config-request.d.ts.map +1 -0
  695. package/dist/esm/types/edit-vuln-scan-config-response.d.ts +25 -0
  696. package/dist/esm/types/edit-vuln-scan-config-response.d.ts.map +1 -0
  697. package/dist/esm/types/elkeid-save-data-for-get-hids-alarm-summary-info-output.d.ts +20 -0
  698. package/dist/esm/types/elkeid-save-data-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  699. package/dist/esm/types/elkeid-save-data-for-get-mlp-alarm-summary-info-output.d.ts +20 -0
  700. package/dist/esm/types/elkeid-save-data-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  701. package/dist/esm/types/elkeid-save-data-for-get-rasp-alarm-summary-info-output.d.ts +20 -0
  702. package/dist/esm/types/elkeid-save-data-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  703. package/dist/esm/types/elkeid-save-data-for-get-virus-alarm-summary-info-output.d.ts +20 -0
  704. package/dist/esm/types/elkeid-save-data-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  705. package/dist/esm/types/enable-host-important-protect-request.d.ts +31 -0
  706. package/dist/esm/types/enable-host-important-protect-request.d.ts.map +1 -0
  707. package/dist/esm/types/enable-host-important-protect-response.d.ts +25 -0
  708. package/dist/esm/types/enable-host-important-protect-response.d.ts.map +1 -0
  709. package/dist/esm/types/endpoint-trace-for-get-hids-alarm-summary-info-output.d.ts +36 -0
  710. package/dist/esm/types/endpoint-trace-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  711. package/dist/esm/types/endpoint-trace-for-get-mlp-alarm-summary-info-output.d.ts +36 -0
  712. package/dist/esm/types/endpoint-trace-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  713. package/dist/esm/types/endpoint-trace-for-get-rasp-alarm-summary-info-output.d.ts +36 -0
  714. package/dist/esm/types/endpoint-trace-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  715. package/dist/esm/types/endpoint-trace-for-get-virus-alarm-summary-info-output.d.ts +36 -0
  716. package/dist/esm/types/endpoint-trace-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  717. package/dist/esm/types/environ-list-for-get-rasp-process-detail-output.d.ts +30 -0
  718. package/dist/esm/types/environ-list-for-get-rasp-process-detail-output.d.ts.map +1 -0
  719. package/dist/esm/types/export-aifingerprint-data-request.d.ts +35 -0
  720. package/dist/esm/types/export-aifingerprint-data-request.d.ts.map +1 -0
  721. package/dist/esm/types/export-aifingerprint-data-response.d.ts +25 -0
  722. package/dist/esm/types/export-aifingerprint-data-response.d.ts.map +1 -0
  723. package/dist/esm/types/export-alarm-list-data-for-rasp-request.d.ts +31 -0
  724. package/dist/esm/types/export-alarm-list-data-for-rasp-request.d.ts.map +1 -0
  725. package/dist/esm/types/export-alarm-list-data-for-rasp-response.d.ts +25 -0
  726. package/dist/esm/types/export-alarm-list-data-for-rasp-response.d.ts.map +1 -0
  727. package/dist/esm/types/export-asset-center-devs-request.d.ts +76 -0
  728. package/dist/esm/types/export-asset-center-devs-request.d.ts.map +1 -0
  729. package/dist/esm/types/export-asset-center-devs-response.d.ts +25 -0
  730. package/dist/esm/types/export-asset-center-devs-response.d.ts.map +1 -0
  731. package/dist/esm/types/export-asset-center-hosts-request.d.ts +31 -0
  732. package/dist/esm/types/export-asset-center-hosts-request.d.ts.map +1 -0
  733. package/dist/esm/types/export-asset-center-hosts-response.d.ts +25 -0
  734. package/dist/esm/types/export-asset-center-hosts-response.d.ts.map +1 -0
  735. package/dist/esm/types/export-baseline-check-list-request.d.ts +56 -0
  736. package/dist/esm/types/export-baseline-check-list-request.d.ts.map +1 -0
  737. package/dist/esm/types/export-baseline-check-list-response.d.ts +25 -0
  738. package/dist/esm/types/export-baseline-check-list-response.d.ts.map +1 -0
  739. package/dist/esm/types/export-baseline-host-details-request.d.ts +46 -0
  740. package/dist/esm/types/export-baseline-host-details-request.d.ts.map +1 -0
  741. package/dist/esm/types/export-baseline-host-details-response.d.ts +25 -0
  742. package/dist/esm/types/export-baseline-host-details-response.d.ts.map +1 -0
  743. package/dist/esm/types/export-dev-fingerprint-data-request.d.ts +45 -0
  744. package/dist/esm/types/export-dev-fingerprint-data-request.d.ts.map +1 -0
  745. package/dist/esm/types/export-dev-fingerprint-data-response.d.ts +25 -0
  746. package/dist/esm/types/export-dev-fingerprint-data-response.d.ts.map +1 -0
  747. package/dist/esm/types/export-fingerprint-data-request.d.ts +36 -0
  748. package/dist/esm/types/export-fingerprint-data-request.d.ts.map +1 -0
  749. package/dist/esm/types/export-fingerprint-data-response.d.ts +25 -0
  750. package/dist/esm/types/export-fingerprint-data-response.d.ts.map +1 -0
  751. package/dist/esm/types/export-hids-alarm-list-data-request.d.ts +31 -0
  752. package/dist/esm/types/export-hids-alarm-list-data-request.d.ts.map +1 -0
  753. package/dist/esm/types/export-hids-alarm-list-data-response.d.ts +25 -0
  754. package/dist/esm/types/export-hids-alarm-list-data-response.d.ts.map +1 -0
  755. package/dist/esm/types/export-mlp-alarm-list-data-request.d.ts +31 -0
  756. package/dist/esm/types/export-mlp-alarm-list-data-request.d.ts.map +1 -0
  757. package/dist/esm/types/export-mlp-alarm-list-data-response.d.ts +25 -0
  758. package/dist/esm/types/export-mlp-alarm-list-data-response.d.ts.map +1 -0
  759. package/dist/esm/types/export-repo-image-asset-request.d.ts +31 -0
  760. package/dist/esm/types/export-repo-image-asset-request.d.ts.map +1 -0
  761. package/dist/esm/types/export-repo-image-asset-response.d.ts +25 -0
  762. package/dist/esm/types/export-repo-image-asset-response.d.ts.map +1 -0
  763. package/dist/esm/types/export-virus-alarm-list-data-request.d.ts +31 -0
  764. package/dist/esm/types/export-virus-alarm-list-data-request.d.ts.map +1 -0
  765. package/dist/esm/types/export-virus-alarm-list-data-response.d.ts +25 -0
  766. package/dist/esm/types/export-virus-alarm-list-data-response.d.ts.map +1 -0
  767. package/dist/esm/types/export-weak-password-request.d.ts +65 -0
  768. package/dist/esm/types/export-weak-password-request.d.ts.map +1 -0
  769. package/dist/esm/types/export-weak-password-response.d.ts +25 -0
  770. package/dist/esm/types/export-weak-password-response.d.ts.map +1 -0
  771. package/dist/esm/types/extend-info-for-get-hids-alarm-summary-info-output.d.ts +32 -0
  772. package/dist/esm/types/extend-info-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  773. package/dist/esm/types/extend-info-for-get-mlp-alarm-summary-info-output.d.ts +32 -0
  774. package/dist/esm/types/extend-info-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  775. package/dist/esm/types/extend-info-for-get-rasp-alarm-summary-info-output.d.ts +32 -0
  776. package/dist/esm/types/extend-info-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  777. package/dist/esm/types/extend-info-for-get-virus-alarm-summary-info-output.d.ts +32 -0
  778. package/dist/esm/types/extend-info-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  779. package/dist/esm/types/failed-host-for-get-baseline-detect-progress-detail-output.d.ts +30 -0
  780. package/dist/esm/types/failed-host-for-get-baseline-detect-progress-detail-output.d.ts.map +1 -0
  781. package/dist/esm/types/field-list-for-get-white-list-field-output.d.ts +30 -0
  782. package/dist/esm/types/field-list-for-get-white-list-field-output.d.ts.map +1 -0
  783. package/dist/esm/types/file-for-handle-alarm-by-agent-input.d.ts +30 -0
  784. package/dist/esm/types/file-for-handle-alarm-by-agent-input.d.ts.map +1 -0
  785. package/dist/esm/types/filter-for-add-rasp-config-input.d.ts +41 -0
  786. package/dist/esm/types/filter-for-add-rasp-config-input.d.ts.map +1 -0
  787. package/dist/esm/types/filter-for-edit-rasp-config-input.d.ts +41 -0
  788. package/dist/esm/types/filter-for-edit-rasp-config-input.d.ts.map +1 -0
  789. package/dist/esm/types/filter-for-export-repo-image-asset-input.d.ts +91 -0
  790. package/dist/esm/types/filter-for-export-repo-image-asset-input.d.ts.map +1 -0
  791. package/dist/esm/types/filter-for-list-aiapplication-basic-info-input.d.ts +65 -0
  792. package/dist/esm/types/filter-for-list-aiapplication-basic-info-input.d.ts.map +1 -0
  793. package/dist/esm/types/filter-for-list-asset-clusters-input.d.ts +50 -0
  794. package/dist/esm/types/filter-for-list-asset-clusters-input.d.ts.map +1 -0
  795. package/dist/esm/types/filter-for-list-asset-workloads-input.d.ts +50 -0
  796. package/dist/esm/types/filter-for-list-asset-workloads-input.d.ts.map +1 -0
  797. package/dist/esm/types/filter-for-list-rasp-configs-output.d.ts +41 -0
  798. package/dist/esm/types/filter-for-list-rasp-configs-output.d.ts.map +1 -0
  799. package/dist/esm/types/filter-for-list-registries-input.d.ts +40 -0
  800. package/dist/esm/types/filter-for-list-registries-input.d.ts.map +1 -0
  801. package/dist/esm/types/filter-for-list-registry-images-input.d.ts +86 -0
  802. package/dist/esm/types/filter-for-list-registry-images-input.d.ts.map +1 -0
  803. package/dist/esm/types/filter-for-list-registry-namespace-ids-input.d.ts +35 -0
  804. package/dist/esm/types/filter-for-list-registry-namespace-ids-input.d.ts.map +1 -0
  805. package/dist/esm/types/filter-for-list-registry-namespaces-input.d.ts +35 -0
  806. package/dist/esm/types/filter-for-list-registry-namespaces-input.d.ts.map +1 -0
  807. package/dist/esm/types/filter-for-list-repo-image-compl-input.d.ts +35 -0
  808. package/dist/esm/types/filter-for-list-repo-image-compl-input.d.ts.map +1 -0
  809. package/dist/esm/types/filter-for-list-repo-image-layer-input.d.ts +30 -0
  810. package/dist/esm/types/filter-for-list-repo-image-layer-input.d.ts.map +1 -0
  811. package/dist/esm/types/filter-for-list-repo-image-layer-vuln-input.d.ts +25 -0
  812. package/dist/esm/types/filter-for-list-repo-image-layer-vuln-input.d.ts.map +1 -0
  813. package/dist/esm/types/filter-for-list-repo-image-package-input.d.ts +35 -0
  814. package/dist/esm/types/filter-for-list-repo-image-package-input.d.ts.map +1 -0
  815. package/dist/esm/types/filter-for-list-repo-image-senfile-input.d.ts +35 -0
  816. package/dist/esm/types/filter-for-list-repo-image-senfile-input.d.ts.map +1 -0
  817. package/dist/esm/types/filter-for-list-repo-image-virus-input.d.ts +40 -0
  818. package/dist/esm/types/filter-for-list-repo-image-virus-input.d.ts.map +1 -0
  819. package/dist/esm/types/filter-for-list-repo-image-vuln-input.d.ts +55 -0
  820. package/dist/esm/types/filter-for-list-repo-image-vuln-input.d.ts.map +1 -0
  821. package/dist/esm/types/filter-for-list-risk-compl-affect-repo-image-input.d.ts +45 -0
  822. package/dist/esm/types/filter-for-list-risk-compl-affect-repo-image-input.d.ts.map +1 -0
  823. package/dist/esm/types/filter-for-list-risk-vuln-affect-repo-image-input.d.ts +45 -0
  824. package/dist/esm/types/filter-for-list-risk-vuln-affect-repo-image-input.d.ts.map +1 -0
  825. package/dist/esm/types/generate-install-command-request.d.ts +60 -0
  826. package/dist/esm/types/generate-install-command-request.d.ts.map +1 -0
  827. package/dist/esm/types/generate-install-command-response.d.ts +75 -0
  828. package/dist/esm/types/generate-install-command-response.d.ts.map +1 -0
  829. package/dist/esm/types/get-aiapplication-sync-config-request.d.ts +20 -0
  830. package/dist/esm/types/get-aiapplication-sync-config-request.d.ts.map +1 -0
  831. package/dist/esm/types/get-aiapplication-sync-config-response.d.ts +25 -0
  832. package/dist/esm/types/get-aiapplication-sync-config-response.d.ts.map +1 -0
  833. package/dist/esm/types/get-aifingerprint-app-request.d.ts +60 -0
  834. package/dist/esm/types/get-aifingerprint-app-request.d.ts.map +1 -0
  835. package/dist/esm/types/get-aifingerprint-app-response.d.ts +41 -0
  836. package/dist/esm/types/get-aifingerprint-app-response.d.ts.map +1 -0
  837. package/dist/esm/types/get-aifingerprint-port-request.d.ts +85 -0
  838. package/dist/esm/types/get-aifingerprint-port-request.d.ts.map +1 -0
  839. package/dist/esm/types/get-aifingerprint-port-response.d.ts +41 -0
  840. package/dist/esm/types/get-aifingerprint-port-response.d.ts.map +1 -0
  841. package/dist/esm/types/get-aifingerprint-process-request.d.ts +95 -0
  842. package/dist/esm/types/get-aifingerprint-process-request.d.ts.map +1 -0
  843. package/dist/esm/types/get-aifingerprint-process-response.d.ts +41 -0
  844. package/dist/esm/types/get-aifingerprint-process-response.d.ts.map +1 -0
  845. package/dist/esm/types/get-aifingerprint-refresh-status-request.d.ts +25 -0
  846. package/dist/esm/types/get-aifingerprint-refresh-status-request.d.ts.map +1 -0
  847. package/dist/esm/types/get-aifingerprint-refresh-status-response.d.ts +40 -0
  848. package/dist/esm/types/get-aifingerprint-refresh-status-response.d.ts.map +1 -0
  849. package/dist/esm/types/get-aifingerprint-software-request.d.ts +65 -0
  850. package/dist/esm/types/get-aifingerprint-software-request.d.ts.map +1 -0
  851. package/dist/esm/types/get-aifingerprint-software-response.d.ts +41 -0
  852. package/dist/esm/types/get-aifingerprint-software-response.d.ts.map +1 -0
  853. package/dist/esm/types/get-aifingerprint-statistics-request.d.ts +20 -0
  854. package/dist/esm/types/get-aifingerprint-statistics-request.d.ts.map +1 -0
  855. package/dist/esm/types/get-aifingerprint-statistics-response.d.ts +80 -0
  856. package/dist/esm/types/get-aifingerprint-statistics-response.d.ts.map +1 -0
  857. package/dist/esm/types/get-aifingerprint-top5-request.d.ts +25 -0
  858. package/dist/esm/types/get-aifingerprint-top5-request.d.ts.map +1 -0
  859. package/dist/esm/types/get-aifingerprint-top5-response.d.ts +26 -0
  860. package/dist/esm/types/get-aifingerprint-top5-response.d.ts.map +1 -0
  861. package/dist/esm/types/get-aisession-vuln-info-request.d.ts +30 -0
  862. package/dist/esm/types/get-aisession-vuln-info-request.d.ts.map +1 -0
  863. package/dist/esm/types/get-aisession-vuln-info-response.d.ts +56 -0
  864. package/dist/esm/types/get-aisession-vuln-info-response.d.ts.map +1 -0
  865. package/dist/esm/types/get-aivuln-detect-progress-detail-request.d.ts +20 -0
  866. package/dist/esm/types/get-aivuln-detect-progress-detail-request.d.ts.map +1 -0
  867. package/dist/esm/types/get-aivuln-detect-progress-detail-response.d.ts +31 -0
  868. package/dist/esm/types/get-aivuln-detect-progress-detail-response.d.ts.map +1 -0
  869. package/dist/esm/types/get-alarm-by-smith-key-request.d.ts +35 -0
  870. package/dist/esm/types/get-alarm-by-smith-key-request.d.ts.map +1 -0
  871. package/dist/esm/types/get-alarm-by-smith-key-response.d.ts +203 -0
  872. package/dist/esm/types/get-alarm-by-smith-key-response.d.ts.map +1 -0
  873. package/dist/esm/types/get-alarm-trace-request.d.ts +25 -0
  874. package/dist/esm/types/get-alarm-trace-request.d.ts.map +1 -0
  875. package/dist/esm/types/get-alarm-trace-response.d.ts +56 -0
  876. package/dist/esm/types/get-alarm-trace-response.d.ts.map +1 -0
  877. package/dist/esm/types/get-alarm-virus-statistics-request.d.ts +45 -0
  878. package/dist/esm/types/get-alarm-virus-statistics-request.d.ts.map +1 -0
  879. package/dist/esm/types/get-alarm-virus-statistics-response.d.ts +100 -0
  880. package/dist/esm/types/get-alarm-virus-statistics-response.d.ts.map +1 -0
  881. package/dist/esm/types/get-asset-cluster-statistic-request.d.ts +20 -0
  882. package/dist/esm/types/get-asset-cluster-statistic-request.d.ts.map +1 -0
  883. package/dist/esm/types/get-asset-cluster-statistic-response.d.ts +26 -0
  884. package/dist/esm/types/get-asset-cluster-statistic-response.d.ts.map +1 -0
  885. package/dist/esm/types/get-asset-clusters-sync-end-request.d.ts +20 -0
  886. package/dist/esm/types/get-asset-clusters-sync-end-request.d.ts.map +1 -0
  887. package/dist/esm/types/get-asset-clusters-sync-end-response.d.ts +26 -0
  888. package/dist/esm/types/get-asset-clusters-sync-end-response.d.ts.map +1 -0
  889. package/dist/esm/types/get-asset-workload-statistic-request.d.ts +25 -0
  890. package/dist/esm/types/get-asset-workload-statistic-request.d.ts.map +1 -0
  891. package/dist/esm/types/get-asset-workload-statistic-response.d.ts +25 -0
  892. package/dist/esm/types/get-asset-workload-statistic-response.d.ts.map +1 -0
  893. package/dist/esm/types/get-baseline-detect-progress-detail-request.d.ts +35 -0
  894. package/dist/esm/types/get-baseline-detect-progress-detail-request.d.ts.map +1 -0
  895. package/dist/esm/types/get-baseline-detect-progress-detail-response.d.ts +55 -0
  896. package/dist/esm/types/get-baseline-detect-progress-detail-response.d.ts.map +1 -0
  897. package/dist/esm/types/get-baseline-group-statistics-request.d.ts +55 -0
  898. package/dist/esm/types/get-baseline-group-statistics-request.d.ts.map +1 -0
  899. package/dist/esm/types/get-baseline-group-statistics-response.d.ts +80 -0
  900. package/dist/esm/types/get-baseline-group-statistics-response.d.ts.map +1 -0
  901. package/dist/esm/types/get-brute-force-ban-config-response.d.ts +20 -0
  902. package/dist/esm/types/get-brute-force-ban-config-response.d.ts.map +1 -1
  903. package/dist/esm/types/get-cis-detail-request.d.ts +25 -0
  904. package/dist/esm/types/get-cis-detail-request.d.ts.map +1 -0
  905. package/dist/esm/types/get-cis-detail-response.d.ts +26 -0
  906. package/dist/esm/types/get-cis-detail-response.d.ts.map +1 -0
  907. package/dist/esm/types/get-clusters-permission-result-request.d.ts +20 -0
  908. package/dist/esm/types/get-clusters-permission-result-request.d.ts.map +1 -0
  909. package/dist/esm/types/get-clusters-permission-result-response.d.ts +26 -0
  910. package/dist/esm/types/get-clusters-permission-result-response.d.ts.map +1 -0
  911. package/dist/esm/types/get-dev-asset-overview-request.d.ts +20 -0
  912. package/dist/esm/types/get-dev-asset-overview-request.d.ts.map +1 -0
  913. package/dist/esm/types/get-dev-asset-overview-response.d.ts +55 -0
  914. package/dist/esm/types/get-dev-asset-overview-response.d.ts.map +1 -0
  915. package/dist/esm/types/get-dev-detail-request.d.ts +25 -0
  916. package/dist/esm/types/get-dev-detail-request.d.ts.map +1 -0
  917. package/dist/esm/types/get-dev-detail-response.d.ts +108 -0
  918. package/dist/esm/types/get-dev-detail-response.d.ts.map +1 -0
  919. package/dist/esm/types/get-dev-fingerprint-port-request.d.ts +70 -0
  920. package/dist/esm/types/get-dev-fingerprint-port-request.d.ts.map +1 -0
  921. package/dist/esm/types/get-dev-fingerprint-port-response.d.ts +41 -0
  922. package/dist/esm/types/get-dev-fingerprint-port-response.d.ts.map +1 -0
  923. package/dist/esm/types/get-dev-fingerprint-process-request.d.ts +100 -0
  924. package/dist/esm/types/get-dev-fingerprint-process-request.d.ts.map +1 -0
  925. package/dist/esm/types/get-dev-fingerprint-process-response.d.ts +41 -0
  926. package/dist/esm/types/get-dev-fingerprint-process-response.d.ts.map +1 -0
  927. package/dist/esm/types/get-dev-fingerprint-software-request.d.ts +60 -0
  928. package/dist/esm/types/get-dev-fingerprint-software-request.d.ts.map +1 -0
  929. package/dist/esm/types/get-dev-fingerprint-software-response.d.ts +41 -0
  930. package/dist/esm/types/get-dev-fingerprint-software-response.d.ts.map +1 -0
  931. package/dist/esm/types/get-dev-fingerprint-statistics-request.d.ts +25 -0
  932. package/dist/esm/types/get-dev-fingerprint-statistics-request.d.ts.map +1 -0
  933. package/dist/esm/types/get-dev-fingerprint-statistics-response.d.ts +35 -0
  934. package/dist/esm/types/get-dev-fingerprint-statistics-response.d.ts.map +1 -0
  935. package/dist/esm/types/get-download-status-request.d.ts +25 -0
  936. package/dist/esm/types/get-download-status-request.d.ts.map +1 -0
  937. package/dist/esm/types/get-download-status-response.d.ts +40 -0
  938. package/dist/esm/types/get-download-status-response.d.ts.map +1 -0
  939. package/dist/esm/types/get-fingerprint-aiapp-request.d.ts +90 -0
  940. package/dist/esm/types/get-fingerprint-aiapp-request.d.ts.map +1 -0
  941. package/dist/esm/types/get-fingerprint-aiapp-response.d.ts +41 -0
  942. package/dist/esm/types/get-fingerprint-aiapp-response.d.ts.map +1 -0
  943. package/dist/esm/types/get-fingerprint-app-group-request.d.ts +25 -0
  944. package/dist/esm/types/get-fingerprint-app-group-request.d.ts.map +1 -0
  945. package/dist/esm/types/get-fingerprint-app-group-response.d.ts +26 -0
  946. package/dist/esm/types/get-fingerprint-app-group-response.d.ts.map +1 -0
  947. package/dist/esm/types/get-fingerprint-app-request.d.ts +85 -0
  948. package/dist/esm/types/get-fingerprint-app-request.d.ts.map +1 -0
  949. package/dist/esm/types/get-fingerprint-app-response.d.ts +41 -0
  950. package/dist/esm/types/get-fingerprint-app-response.d.ts.map +1 -0
  951. package/dist/esm/types/get-fingerprint-cron-request.d.ts +95 -0
  952. package/dist/esm/types/get-fingerprint-cron-request.d.ts.map +1 -0
  953. package/dist/esm/types/get-fingerprint-cron-response.d.ts +41 -0
  954. package/dist/esm/types/get-fingerprint-cron-response.d.ts.map +1 -0
  955. package/dist/esm/types/get-fingerprint-integrity-request.d.ts +110 -0
  956. package/dist/esm/types/get-fingerprint-integrity-request.d.ts.map +1 -0
  957. package/dist/esm/types/get-fingerprint-integrity-response.d.ts +41 -0
  958. package/dist/esm/types/get-fingerprint-integrity-response.d.ts.map +1 -0
  959. package/dist/esm/types/get-fingerprint-kmod-request.d.ts +85 -0
  960. package/dist/esm/types/get-fingerprint-kmod-request.d.ts.map +1 -0
  961. package/dist/esm/types/get-fingerprint-kmod-response.d.ts +41 -0
  962. package/dist/esm/types/get-fingerprint-kmod-response.d.ts.map +1 -0
  963. package/dist/esm/types/get-fingerprint-port-request.d.ts +115 -0
  964. package/dist/esm/types/get-fingerprint-port-request.d.ts.map +1 -0
  965. package/dist/esm/types/get-fingerprint-port-response.d.ts +41 -0
  966. package/dist/esm/types/get-fingerprint-port-response.d.ts.map +1 -0
  967. package/dist/esm/types/get-fingerprint-process-request.d.ts +130 -0
  968. package/dist/esm/types/get-fingerprint-process-request.d.ts.map +1 -0
  969. package/dist/esm/types/get-fingerprint-process-response.d.ts +41 -0
  970. package/dist/esm/types/get-fingerprint-process-response.d.ts.map +1 -0
  971. package/dist/esm/types/get-fingerprint-refresh-status-request.d.ts +30 -0
  972. package/dist/esm/types/get-fingerprint-refresh-status-request.d.ts.map +1 -0
  973. package/dist/esm/types/get-fingerprint-refresh-status-response.d.ts +40 -0
  974. package/dist/esm/types/get-fingerprint-refresh-status-response.d.ts.map +1 -0
  975. package/dist/esm/types/get-fingerprint-service-request.d.ts +105 -0
  976. package/dist/esm/types/get-fingerprint-service-request.d.ts.map +1 -0
  977. package/dist/esm/types/get-fingerprint-service-response.d.ts +41 -0
  978. package/dist/esm/types/get-fingerprint-service-response.d.ts.map +1 -0
  979. package/dist/esm/types/get-fingerprint-software-request.d.ts +90 -0
  980. package/dist/esm/types/get-fingerprint-software-request.d.ts.map +1 -0
  981. package/dist/esm/types/get-fingerprint-software-response.d.ts +41 -0
  982. package/dist/esm/types/get-fingerprint-software-response.d.ts.map +1 -0
  983. package/dist/esm/types/get-fingerprint-statistics-request.d.ts +25 -0
  984. package/dist/esm/types/get-fingerprint-statistics-request.d.ts.map +1 -0
  985. package/dist/esm/types/get-fingerprint-statistics-response.d.ts +85 -0
  986. package/dist/esm/types/get-fingerprint-statistics-response.d.ts.map +1 -0
  987. package/dist/esm/types/get-fingerprint-top5-request.d.ts +25 -0
  988. package/dist/esm/types/get-fingerprint-top5-request.d.ts.map +1 -0
  989. package/dist/esm/types/get-fingerprint-top5-response.d.ts +26 -0
  990. package/dist/esm/types/get-fingerprint-top5-response.d.ts.map +1 -0
  991. package/dist/esm/types/get-fingerprint-user-request.d.ts +100 -0
  992. package/dist/esm/types/get-fingerprint-user-request.d.ts.map +1 -0
  993. package/dist/esm/types/get-fingerprint-user-response.d.ts +41 -0
  994. package/dist/esm/types/get-fingerprint-user-response.d.ts.map +1 -0
  995. package/dist/esm/types/get-fingerprint-web-request.d.ts +120 -0
  996. package/dist/esm/types/get-fingerprint-web-request.d.ts.map +1 -0
  997. package/dist/esm/types/get-fingerprint-web-response.d.ts +41 -0
  998. package/dist/esm/types/get-fingerprint-web-response.d.ts.map +1 -0
  999. package/dist/esm/types/get-group-check-status-request.d.ts +35 -0
  1000. package/dist/esm/types/get-group-check-status-request.d.ts.map +1 -0
  1001. package/dist/esm/types/get-group-check-status-response.d.ts +35 -0
  1002. package/dist/esm/types/get-group-check-status-response.d.ts.map +1 -0
  1003. package/dist/esm/types/get-hids-alarm-info-request.d.ts +25 -0
  1004. package/dist/esm/types/get-hids-alarm-info-request.d.ts.map +1 -0
  1005. package/dist/esm/types/get-hids-alarm-info-response.d.ts +203 -0
  1006. package/dist/esm/types/get-hids-alarm-info-response.d.ts.map +1 -0
  1007. package/dist/esm/types/get-hids-alarm-statistics-request.d.ts +45 -0
  1008. package/dist/esm/types/get-hids-alarm-statistics-request.d.ts.map +1 -0
  1009. package/dist/esm/types/get-hids-alarm-statistics-response.d.ts +100 -0
  1010. package/dist/esm/types/get-hids-alarm-statistics-response.d.ts.map +1 -0
  1011. package/dist/esm/types/get-hids-alarm-summary-info-request.d.ts +25 -0
  1012. package/dist/esm/types/get-hids-alarm-summary-info-request.d.ts.map +1 -0
  1013. package/dist/esm/types/get-hids-alarm-summary-info-response.d.ts +62 -0
  1014. package/dist/esm/types/get-hids-alarm-summary-info-response.d.ts.map +1 -0
  1015. package/dist/esm/types/get-host-asset-overview-request.d.ts +20 -0
  1016. package/dist/esm/types/get-host-asset-overview-request.d.ts.map +1 -0
  1017. package/dist/esm/types/get-host-asset-overview-response.d.ts +85 -0
  1018. package/dist/esm/types/get-host-asset-overview-response.d.ts.map +1 -0
  1019. package/dist/esm/types/get-host-basic-info-request.d.ts +30 -0
  1020. package/dist/esm/types/get-host-basic-info-request.d.ts.map +1 -0
  1021. package/dist/esm/types/get-host-basic-info-response.d.ts +211 -0
  1022. package/dist/esm/types/get-host-basic-info-response.d.ts.map +1 -0
  1023. package/dist/esm/types/get-host-important-protect-state-request.d.ts +30 -0
  1024. package/dist/esm/types/get-host-important-protect-state-request.d.ts.map +1 -0
  1025. package/dist/esm/types/get-host-important-protect-state-response.d.ts +25 -0
  1026. package/dist/esm/types/get-host-important-protect-state-response.d.ts.map +1 -0
  1027. package/dist/esm/types/get-host-vuln-info-request.d.ts +50 -0
  1028. package/dist/esm/types/get-host-vuln-info-request.d.ts.map +1 -0
  1029. package/dist/esm/types/get-host-vuln-info-response.d.ts +56 -0
  1030. package/dist/esm/types/get-host-vuln-info-response.d.ts.map +1 -0
  1031. package/dist/esm/types/get-intrusion-real-time-updates-request.d.ts +20 -0
  1032. package/dist/esm/types/get-intrusion-real-time-updates-request.d.ts.map +1 -0
  1033. package/dist/esm/types/get-intrusion-real-time-updates-response.d.ts +26 -0
  1034. package/dist/esm/types/get-intrusion-real-time-updates-response.d.ts.map +1 -0
  1035. package/dist/esm/types/get-intrusion-risk-trends-request.d.ts +30 -0
  1036. package/dist/esm/types/get-intrusion-risk-trends-request.d.ts.map +1 -0
  1037. package/dist/esm/types/get-intrusion-risk-trends-response.d.ts +44 -0
  1038. package/dist/esm/types/get-intrusion-risk-trends-response.d.ts.map +1 -0
  1039. package/dist/esm/types/get-k8s-asset-statistic-request.d.ts +25 -0
  1040. package/dist/esm/types/get-k8s-asset-statistic-request.d.ts.map +1 -0
  1041. package/dist/esm/types/get-k8s-asset-statistic-response.d.ts +26 -0
  1042. package/dist/esm/types/get-k8s-asset-statistic-response.d.ts.map +1 -0
  1043. package/dist/esm/types/get-layered-groups-request.d.ts +25 -0
  1044. package/dist/esm/types/get-layered-groups-request.d.ts.map +1 -0
  1045. package/dist/esm/types/get-layered-groups-response.d.ts +26 -0
  1046. package/dist/esm/types/get-layered-groups-response.d.ts.map +1 -0
  1047. package/dist/esm/types/get-manual-sync-aiapplication-status-request.d.ts +20 -0
  1048. package/dist/esm/types/get-manual-sync-aiapplication-status-request.d.ts.map +1 -0
  1049. package/dist/esm/types/get-manual-sync-aiapplication-status-response.d.ts +30 -0
  1050. package/dist/esm/types/get-manual-sync-aiapplication-status-response.d.ts.map +1 -0
  1051. package/dist/esm/types/get-mlp-alarm-statistics-request.d.ts +45 -0
  1052. package/dist/esm/types/get-mlp-alarm-statistics-request.d.ts.map +1 -0
  1053. package/dist/esm/types/get-mlp-alarm-statistics-response.d.ts +100 -0
  1054. package/dist/esm/types/get-mlp-alarm-statistics-response.d.ts.map +1 -0
  1055. package/dist/esm/types/get-mlp-alarm-summary-info-request.d.ts +25 -0
  1056. package/dist/esm/types/get-mlp-alarm-summary-info-request.d.ts.map +1 -0
  1057. package/dist/esm/types/get-mlp-alarm-summary-info-response.d.ts +62 -0
  1058. package/dist/esm/types/get-mlp-alarm-summary-info-response.d.ts.map +1 -0
  1059. package/dist/esm/types/get-mlp-update-software-task-detail-request.d.ts +25 -0
  1060. package/dist/esm/types/get-mlp-update-software-task-detail-request.d.ts.map +1 -0
  1061. package/dist/esm/types/get-mlp-update-software-task-detail-response.d.ts +40 -0
  1062. package/dist/esm/types/get-mlp-update-software-task-detail-response.d.ts.map +1 -0
  1063. package/dist/esm/types/get-mlpasset-sync-task-detail-request.d.ts +1 -1
  1064. package/dist/esm/types/get-mlpasset-sync-task-detail-request.d.ts.map +1 -1
  1065. package/dist/esm/types/get-mlpasset-sync-task-detail-response.d.ts +40 -0
  1066. package/dist/esm/types/get-mlpasset-sync-task-detail-response.d.ts.map +1 -1
  1067. package/dist/esm/types/get-mlpasset-sync-task-status-request.d.ts +1 -1
  1068. package/dist/esm/types/get-mlpasset-sync-task-status-request.d.ts.map +1 -1
  1069. package/dist/esm/types/get-multi-level-host-asset-overview-request.d.ts +30 -0
  1070. package/dist/esm/types/get-multi-level-host-asset-overview-request.d.ts.map +1 -0
  1071. package/dist/esm/types/get-multi-level-host-asset-overview-response.d.ts +85 -0
  1072. package/dist/esm/types/get-multi-level-host-asset-overview-response.d.ts.map +1 -0
  1073. package/dist/esm/types/get-multi-level-institution-detail-request.d.ts +25 -0
  1074. package/dist/esm/types/get-multi-level-institution-detail-request.d.ts.map +1 -0
  1075. package/dist/esm/types/get-multi-level-institution-detail-response.d.ts +60 -0
  1076. package/dist/esm/types/get-multi-level-institution-detail-response.d.ts.map +1 -0
  1077. package/dist/esm/types/get-neighboring-alarm-request.d.ts +36 -0
  1078. package/dist/esm/types/get-neighboring-alarm-request.d.ts.map +1 -0
  1079. package/dist/esm/types/get-neighboring-alarm-response.d.ts +32 -0
  1080. package/dist/esm/types/get-neighboring-alarm-response.d.ts.map +1 -0
  1081. package/dist/esm/types/get-one-rasp-alarm-request.d.ts +25 -0
  1082. package/dist/esm/types/get-one-rasp-alarm-request.d.ts.map +1 -0
  1083. package/dist/esm/types/get-one-rasp-alarm-response.d.ts +49 -0
  1084. package/dist/esm/types/get-one-rasp-alarm-response.d.ts.map +1 -0
  1085. package/dist/esm/types/get-rasp-alarm-statistics-request.d.ts +45 -0
  1086. package/dist/esm/types/get-rasp-alarm-statistics-request.d.ts.map +1 -0
  1087. package/dist/esm/types/get-rasp-alarm-statistics-response.d.ts +100 -0
  1088. package/dist/esm/types/get-rasp-alarm-statistics-response.d.ts.map +1 -0
  1089. package/dist/esm/types/get-rasp-alarm-summary-info-request.d.ts +25 -0
  1090. package/dist/esm/types/get-rasp-alarm-summary-info-request.d.ts.map +1 -0
  1091. package/dist/esm/types/get-rasp-alarm-summary-info-response.d.ts +62 -0
  1092. package/dist/esm/types/get-rasp-alarm-summary-info-response.d.ts.map +1 -0
  1093. package/dist/esm/types/get-rasp-authorization-statistics-request.d.ts +20 -0
  1094. package/dist/esm/types/get-rasp-authorization-statistics-request.d.ts.map +1 -0
  1095. package/dist/esm/types/get-rasp-authorization-statistics-response.d.ts +35 -0
  1096. package/dist/esm/types/get-rasp-authorization-statistics-response.d.ts.map +1 -0
  1097. package/dist/esm/types/get-rasp-config-statistics-request.d.ts +25 -0
  1098. package/dist/esm/types/get-rasp-config-statistics-request.d.ts.map +1 -0
  1099. package/dist/esm/types/get-rasp-config-statistics-response.d.ts +30 -0
  1100. package/dist/esm/types/get-rasp-config-statistics-response.d.ts.map +1 -0
  1101. package/dist/esm/types/get-rasp-process-detail-request.d.ts +25 -0
  1102. package/dist/esm/types/get-rasp-process-detail-request.d.ts.map +1 -0
  1103. package/dist/esm/types/get-rasp-process-detail-response.d.ts +106 -0
  1104. package/dist/esm/types/get-rasp-process-detail-response.d.ts.map +1 -0
  1105. package/dist/esm/types/get-rasp-protect-statistics-request.d.ts +25 -0
  1106. package/dist/esm/types/get-rasp-protect-statistics-request.d.ts.map +1 -0
  1107. package/dist/esm/types/get-rasp-protect-statistics-response.d.ts +60 -0
  1108. package/dist/esm/types/get-rasp-protect-statistics-response.d.ts.map +1 -0
  1109. package/dist/esm/types/get-registries-permission-result-request.d.ts +20 -0
  1110. package/dist/esm/types/get-registries-permission-result-request.d.ts.map +1 -0
  1111. package/dist/esm/types/get-registries-permission-result-response.d.ts +26 -0
  1112. package/dist/esm/types/get-registries-permission-result-response.d.ts.map +1 -0
  1113. package/dist/esm/types/get-registry-image-detail-request.d.ts +25 -0
  1114. package/dist/esm/types/get-registry-image-detail-request.d.ts.map +1 -0
  1115. package/dist/esm/types/get-registry-image-detail-response.d.ts +26 -0
  1116. package/dist/esm/types/get-registry-image-detail-response.d.ts.map +1 -0
  1117. package/dist/esm/types/get-registry-images-sync-status-request.d.ts +20 -0
  1118. package/dist/esm/types/get-registry-images-sync-status-request.d.ts.map +1 -0
  1119. package/dist/esm/types/get-registry-images-sync-status-response.d.ts +26 -0
  1120. package/dist/esm/types/get-registry-images-sync-status-response.d.ts.map +1 -0
  1121. package/dist/esm/types/get-registry-sync-config-request.d.ts +20 -0
  1122. package/dist/esm/types/get-registry-sync-config-request.d.ts.map +1 -0
  1123. package/dist/esm/types/get-registry-sync-config-response.d.ts +26 -0
  1124. package/dist/esm/types/get-registry-sync-config-response.d.ts.map +1 -0
  1125. package/dist/esm/types/get-regular-clean-request.d.ts +20 -0
  1126. package/dist/esm/types/get-regular-clean-request.d.ts.map +1 -0
  1127. package/dist/esm/types/get-regular-clean-response.d.ts +35 -0
  1128. package/dist/esm/types/get-regular-clean-response.d.ts.map +1 -0
  1129. package/dist/esm/types/get-regular-virus-scan-config-request.d.ts +25 -0
  1130. package/dist/esm/types/get-regular-virus-scan-config-request.d.ts.map +1 -0
  1131. package/dist/esm/types/get-regular-virus-scan-config-response.d.ts +95 -0
  1132. package/dist/esm/types/get-regular-virus-scan-config-response.d.ts.map +1 -0
  1133. package/dist/esm/types/get-regular-virus-task-status-request.d.ts +25 -0
  1134. package/dist/esm/types/get-regular-virus-task-status-request.d.ts.map +1 -0
  1135. package/dist/esm/types/get-regular-virus-task-status-response.d.ts +25 -0
  1136. package/dist/esm/types/get-regular-virus-task-status-response.d.ts.map +1 -0
  1137. package/dist/esm/types/get-repo-image-risk-cnt-request.d.ts +20 -0
  1138. package/dist/esm/types/get-repo-image-risk-cnt-request.d.ts.map +1 -0
  1139. package/dist/esm/types/get-repo-image-risk-cnt-response.d.ts +26 -0
  1140. package/dist/esm/types/get-repo-image-risk-cnt-response.d.ts.map +1 -0
  1141. package/dist/esm/types/get-repo-image-scan-cron-request.d.ts +20 -0
  1142. package/dist/esm/types/get-repo-image-scan-cron-request.d.ts.map +1 -0
  1143. package/dist/esm/types/get-repo-image-scan-cron-response.d.ts +26 -0
  1144. package/dist/esm/types/get-repo-image-scan-cron-response.d.ts.map +1 -0
  1145. package/dist/esm/types/get-repo-image-scan-scope-request.d.ts +20 -0
  1146. package/dist/esm/types/get-repo-image-scan-scope-request.d.ts.map +1 -0
  1147. package/dist/esm/types/get-repo-image-scan-scope-response.d.ts +26 -0
  1148. package/dist/esm/types/get-repo-image-scan-scope-response.d.ts.map +1 -0
  1149. package/dist/esm/types/get-repo-registry-summary-request.d.ts +20 -0
  1150. package/dist/esm/types/get-repo-registry-summary-request.d.ts.map +1 -0
  1151. package/dist/esm/types/get-repo-registry-summary-response.d.ts +26 -0
  1152. package/dist/esm/types/get-repo-registry-summary-response.d.ts.map +1 -0
  1153. package/dist/esm/types/get-repo-registry-vpc-auth-create-info-request.d.ts +25 -0
  1154. package/dist/esm/types/get-repo-registry-vpc-auth-create-info-request.d.ts.map +1 -0
  1155. package/dist/esm/types/get-repo-registry-vpc-auth-create-info-response.d.ts +26 -0
  1156. package/dist/esm/types/get-repo-registry-vpc-auth-create-info-response.d.ts.map +1 -0
  1157. package/dist/esm/types/get-security-overview-request.d.ts +20 -0
  1158. package/dist/esm/types/get-security-overview-request.d.ts.map +1 -0
  1159. package/dist/esm/types/get-security-overview-response.d.ts +62 -0
  1160. package/dist/esm/types/get-security-overview-response.d.ts.map +1 -0
  1161. package/dist/esm/types/get-stack-trace-request.d.ts +25 -0
  1162. package/dist/esm/types/get-stack-trace-request.d.ts.map +1 -0
  1163. package/dist/esm/types/get-stack-trace-response.d.ts +25 -0
  1164. package/dist/esm/types/get-stack-trace-response.d.ts.map +1 -0
  1165. package/dist/esm/types/get-tenant-quota-request.d.ts +20 -0
  1166. package/dist/esm/types/get-tenant-quota-request.d.ts.map +1 -0
  1167. package/dist/esm/types/get-tenant-quota-response.d.ts +68 -0
  1168. package/dist/esm/types/get-tenant-quota-response.d.ts.map +1 -0
  1169. package/dist/esm/types/get-tlsinfo-request.d.ts +20 -0
  1170. package/dist/esm/types/get-tlsinfo-request.d.ts.map +1 -0
  1171. package/dist/esm/types/get-tlsinfo-response.d.ts +107 -0
  1172. package/dist/esm/types/get-tlsinfo-response.d.ts.map +1 -0
  1173. package/dist/esm/types/get-user-batch-scan-status-request.d.ts +25 -0
  1174. package/dist/esm/types/get-user-batch-scan-status-request.d.ts.map +1 -0
  1175. package/dist/esm/types/get-user-batch-scan-status-response.d.ts +26 -0
  1176. package/dist/esm/types/get-user-batch-scan-status-response.d.ts.map +1 -0
  1177. package/dist/esm/types/get-varmor-auth-info-request.d.ts +20 -0
  1178. package/dist/esm/types/get-varmor-auth-info-request.d.ts.map +1 -0
  1179. package/dist/esm/types/get-varmor-auth-info-response.d.ts +55 -0
  1180. package/dist/esm/types/get-varmor-auth-info-response.d.ts.map +1 -0
  1181. package/dist/esm/types/get-virus-alarm-summary-info-request.d.ts +25 -0
  1182. package/dist/esm/types/get-virus-alarm-summary-info-request.d.ts.map +1 -0
  1183. package/dist/esm/types/get-virus-alarm-summary-info-response.d.ts +62 -0
  1184. package/dist/esm/types/get-virus-alarm-summary-info-response.d.ts.map +1 -0
  1185. package/dist/esm/types/get-virus-database-update-time-request.d.ts +20 -0
  1186. package/dist/esm/types/get-virus-database-update-time-request.d.ts.map +1 -0
  1187. package/dist/esm/types/get-virus-database-update-time-response.d.ts +25 -0
  1188. package/dist/esm/types/get-virus-database-update-time-response.d.ts.map +1 -0
  1189. package/dist/esm/types/get-virus-task-info-request.d.ts +25 -0
  1190. package/dist/esm/types/get-virus-task-info-request.d.ts.map +1 -0
  1191. package/dist/esm/types/get-virus-task-info-response.d.ts +106 -0
  1192. package/dist/esm/types/get-virus-task-info-response.d.ts.map +1 -0
  1193. package/dist/esm/types/get-virus-task-statistics-request.d.ts +20 -0
  1194. package/dist/esm/types/get-virus-task-statistics-request.d.ts.map +1 -0
  1195. package/dist/esm/types/get-virus-task-statistics-response.d.ts +35 -0
  1196. package/dist/esm/types/get-virus-task-statistics-response.d.ts.map +1 -0
  1197. package/dist/esm/types/get-vuln-check-status-for-airequest.d.ts +20 -0
  1198. package/dist/esm/types/get-vuln-check-status-for-airequest.d.ts.map +1 -0
  1199. package/dist/esm/types/get-vuln-check-status-for-airesponse.d.ts +35 -0
  1200. package/dist/esm/types/get-vuln-check-status-for-airesponse.d.ts.map +1 -0
  1201. package/dist/esm/types/get-vuln-check-status-request.d.ts +30 -0
  1202. package/dist/esm/types/get-vuln-check-status-request.d.ts.map +1 -0
  1203. package/dist/esm/types/get-vuln-check-status-response.d.ts +35 -0
  1204. package/dist/esm/types/get-vuln-check-status-response.d.ts.map +1 -0
  1205. package/dist/esm/types/get-vuln-detail-request.d.ts +25 -0
  1206. package/dist/esm/types/get-vuln-detail-request.d.ts.map +1 -0
  1207. package/dist/esm/types/get-vuln-detail-response.d.ts +26 -0
  1208. package/dist/esm/types/get-vuln-detail-response.d.ts.map +1 -0
  1209. package/dist/esm/types/get-vuln-info-for-airequest.d.ts +25 -0
  1210. package/dist/esm/types/get-vuln-info-for-airequest.d.ts.map +1 -0
  1211. package/dist/esm/types/get-vuln-info-for-airesponse.d.ts +176 -0
  1212. package/dist/esm/types/get-vuln-info-for-airesponse.d.ts.map +1 -0
  1213. package/dist/esm/types/get-vuln-info-request.d.ts +45 -0
  1214. package/dist/esm/types/get-vuln-info-request.d.ts.map +1 -0
  1215. package/dist/esm/types/get-vuln-info-response.d.ts +181 -0
  1216. package/dist/esm/types/get-vuln-info-response.d.ts.map +1 -0
  1217. package/dist/esm/types/get-vuln-scan-config-request.d.ts +30 -0
  1218. package/dist/esm/types/get-vuln-scan-config-request.d.ts.map +1 -0
  1219. package/dist/esm/types/get-vuln-scan-config-response.d.ts +51 -0
  1220. package/dist/esm/types/get-vuln-scan-config-response.d.ts.map +1 -0
  1221. package/dist/esm/types/get-vuln-statistics-for-airequest.d.ts +30 -0
  1222. package/dist/esm/types/get-vuln-statistics-for-airequest.d.ts.map +1 -0
  1223. package/dist/esm/types/get-vuln-statistics-for-airesponse.d.ts +86 -0
  1224. package/dist/esm/types/get-vuln-statistics-for-airesponse.d.ts.map +1 -0
  1225. package/dist/esm/types/get-vuln-statistics-request.d.ts +50 -0
  1226. package/dist/esm/types/get-vuln-statistics-request.d.ts.map +1 -0
  1227. package/dist/esm/types/get-vuln-statistics-response.d.ts +91 -0
  1228. package/dist/esm/types/get-vuln-statistics-response.d.ts.map +1 -0
  1229. package/dist/esm/types/get-white-list-field-request.d.ts +30 -0
  1230. package/dist/esm/types/get-white-list-field-request.d.ts.map +1 -0
  1231. package/dist/esm/types/get-white-list-field-response.d.ts +26 -0
  1232. package/dist/esm/types/get-white-list-field-response.d.ts.map +1 -0
  1233. package/dist/esm/types/group-for-list-layered-groups-detail-output.d.ts +65 -0
  1234. package/dist/esm/types/group-for-list-layered-groups-detail-output.d.ts.map +1 -0
  1235. package/dist/esm/types/handle-aivuln-request.d.ts +50 -0
  1236. package/dist/esm/types/handle-aivuln-request.d.ts.map +1 -0
  1237. package/dist/esm/types/handle-aivuln-response.d.ts +25 -0
  1238. package/dist/esm/types/handle-aivuln-response.d.ts.map +1 -0
  1239. package/dist/esm/types/handle-alarm-by-agent-request.d.ts +50 -0
  1240. package/dist/esm/types/handle-alarm-by-agent-request.d.ts.map +1 -0
  1241. package/dist/esm/types/handle-alarm-by-agent-response.d.ts +25 -0
  1242. package/dist/esm/types/handle-alarm-by-agent-response.d.ts.map +1 -0
  1243. package/dist/esm/types/handle-vuln-request.d.ts +65 -0
  1244. package/dist/esm/types/handle-vuln-request.d.ts.map +1 -0
  1245. package/dist/esm/types/handle-vuln-response.d.ts +25 -0
  1246. package/dist/esm/types/handle-vuln-response.d.ts.map +1 -0
  1247. package/dist/esm/types/handling-record-for-get-hids-alarm-summary-info-output.d.ts +77 -0
  1248. package/dist/esm/types/handling-record-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  1249. package/dist/esm/types/handling-record-for-get-mlp-alarm-summary-info-output.d.ts +77 -0
  1250. package/dist/esm/types/handling-record-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  1251. package/dist/esm/types/handling-record-for-get-rasp-alarm-summary-info-output.d.ts +77 -0
  1252. package/dist/esm/types/handling-record-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  1253. package/dist/esm/types/handling-record-for-get-virus-alarm-summary-info-output.d.ts +77 -0
  1254. package/dist/esm/types/handling-record-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  1255. package/dist/esm/types/high-trend-for-get-intrusion-risk-trends-output.d.ts +30 -0
  1256. package/dist/esm/types/high-trend-for-get-intrusion-risk-trends-output.d.ts.map +1 -0
  1257. package/dist/esm/types/history-for-list-install-commands-output.d.ts +75 -0
  1258. package/dist/esm/types/history-for-list-install-commands-output.d.ts.map +1 -0
  1259. package/dist/esm/types/host-detail-for-get-baseline-detect-progress-detail-output.d.ts +31 -0
  1260. package/dist/esm/types/host-detail-for-get-baseline-detect-progress-detail-output.d.ts.map +1 -0
  1261. package/dist/esm/types/host-for-get-neighboring-alarm-output.d.ts +45 -0
  1262. package/dist/esm/types/host-for-get-neighboring-alarm-output.d.ts.map +1 -0
  1263. package/dist/esm/types/host-for-list-mlp-alarms-output.d.ts +45 -0
  1264. package/dist/esm/types/host-for-list-mlp-alarms-output.d.ts.map +1 -0
  1265. package/dist/esm/types/host-for-list-rasp-alarms-output.d.ts +45 -0
  1266. package/dist/esm/types/host-for-list-rasp-alarms-output.d.ts.map +1 -0
  1267. package/dist/esm/types/host-for-list-virus-alarms-output.d.ts +45 -0
  1268. package/dist/esm/types/host-for-list-virus-alarms-output.d.ts.map +1 -0
  1269. package/dist/esm/types/host-info-for-get-hids-alarm-summary-info-output.d.ts +90 -0
  1270. package/dist/esm/types/host-info-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  1271. package/dist/esm/types/host-info-for-get-mlp-alarm-summary-info-output.d.ts +90 -0
  1272. package/dist/esm/types/host-info-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  1273. package/dist/esm/types/host-info-for-get-rasp-alarm-summary-info-output.d.ts +90 -0
  1274. package/dist/esm/types/host-info-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  1275. package/dist/esm/types/host-info-for-get-virus-alarm-summary-info-output.d.ts +90 -0
  1276. package/dist/esm/types/host-info-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  1277. package/dist/esm/types/host-intrusion-for-get-security-overview-output.d.ts +30 -0
  1278. package/dist/esm/types/host-intrusion-for-get-security-overview-output.d.ts.map +1 -0
  1279. package/dist/esm/types/host-list-for-list-white-lists-output.d.ts +50 -0
  1280. package/dist/esm/types/host-list-for-list-white-lists-output.d.ts.map +1 -0
  1281. package/dist/esm/types/host-num-for-get-baseline-detect-progress-detail-output.d.ts +30 -0
  1282. package/dist/esm/types/host-num-for-get-baseline-detect-progress-detail-output.d.ts.map +1 -0
  1283. package/dist/esm/types/host-overview-for-get-multi-level-institution-detail-output.d.ts +45 -0
  1284. package/dist/esm/types/host-overview-for-get-multi-level-institution-detail-output.d.ts.map +1 -0
  1285. package/dist/esm/types/hub-trace-data-for-get-alarm-by-smith-key-output.d.ts +20 -0
  1286. package/dist/esm/types/hub-trace-data-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1287. package/dist/esm/types/hub-trace-data-for-get-hids-alarm-info-output.d.ts +20 -0
  1288. package/dist/esm/types/hub-trace-data-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1289. package/dist/esm/types/index.d.ts +1017 -1
  1290. package/dist/esm/types/index.d.ts.map +1 -1
  1291. package/dist/esm/types/infect-status-for-list-vuln-for-aioutput.d.ts +35 -0
  1292. package/dist/esm/types/infect-status-for-list-vuln-for-aioutput.d.ts.map +1 -0
  1293. package/dist/esm/types/infect-status-for-list-vulns-output.d.ts +35 -0
  1294. package/dist/esm/types/infect-status-for-list-vulns-output.d.ts.map +1 -0
  1295. package/dist/esm/types/inject-config-list-for-add-rasp-config-input.d.ts +35 -0
  1296. package/dist/esm/types/inject-config-list-for-add-rasp-config-input.d.ts.map +1 -0
  1297. package/dist/esm/types/inject-config-list-for-edit-rasp-config-input.d.ts +35 -0
  1298. package/dist/esm/types/inject-config-list-for-edit-rasp-config-input.d.ts.map +1 -0
  1299. package/dist/esm/types/inject-config-list-for-list-rasp-configs-output.d.ts +35 -0
  1300. package/dist/esm/types/inject-config-list-for-list-rasp-configs-output.d.ts.map +1 -0
  1301. package/dist/esm/types/install-agent-client-request.d.ts +25 -0
  1302. package/dist/esm/types/install-agent-client-request.d.ts.map +1 -0
  1303. package/dist/esm/types/install-agent-client-response.d.ts +36 -0
  1304. package/dist/esm/types/install-agent-client-response.d.ts.map +1 -0
  1305. package/dist/esm/types/install-agent-proxy-server-command-request.d.ts +25 -0
  1306. package/dist/esm/types/install-agent-proxy-server-command-request.d.ts.map +1 -0
  1307. package/dist/esm/types/install-agent-proxy-server-command-response.d.ts +30 -0
  1308. package/dist/esm/types/install-agent-proxy-server-command-response.d.ts.map +1 -0
  1309. package/dist/esm/types/isolate-file-request.d.ts +25 -0
  1310. package/dist/esm/types/isolate-file-request.d.ts.map +1 -0
  1311. package/dist/esm/types/isolate-file-response.d.ts +25 -0
  1312. package/dist/esm/types/isolate-file-response.d.ts.map +1 -0
  1313. package/dist/esm/types/kill-chain-node-list-for-get-hids-alarm-summary-info-output.d.ts +777 -0
  1314. package/dist/esm/types/kill-chain-node-list-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  1315. package/dist/esm/types/kill-chain-node-list-for-get-mlp-alarm-summary-info-output.d.ts +777 -0
  1316. package/dist/esm/types/kill-chain-node-list-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  1317. package/dist/esm/types/kill-chain-node-list-for-get-rasp-alarm-summary-info-output.d.ts +777 -0
  1318. package/dist/esm/types/kill-chain-node-list-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  1319. package/dist/esm/types/kill-chain-node-list-for-get-virus-alarm-summary-info-output.d.ts +777 -0
  1320. package/dist/esm/types/kill-chain-node-list-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  1321. package/dist/esm/types/kill-proc-list-for-get-hids-alarm-summary-info-output.d.ts +30 -0
  1322. package/dist/esm/types/kill-proc-list-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  1323. package/dist/esm/types/kill-proc-list-for-get-mlp-alarm-summary-info-output.d.ts +30 -0
  1324. package/dist/esm/types/kill-proc-list-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  1325. package/dist/esm/types/kill-proc-list-for-get-rasp-alarm-summary-info-output.d.ts +30 -0
  1326. package/dist/esm/types/kill-proc-list-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  1327. package/dist/esm/types/kill-proc-list-for-get-virus-alarm-summary-info-output.d.ts +30 -0
  1328. package/dist/esm/types/kill-proc-list-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  1329. package/dist/esm/types/list-agentkit-session-ids-request.d.ts +65 -0
  1330. package/dist/esm/types/list-agentkit-session-ids-request.d.ts.map +1 -0
  1331. package/dist/esm/types/list-agentkit-session-ids-response.d.ts +25 -0
  1332. package/dist/esm/types/list-agentkit-session-ids-response.d.ts.map +1 -0
  1333. package/dist/esm/types/list-aiapplication-basic-info-request.d.ts +46 -0
  1334. package/dist/esm/types/list-aiapplication-basic-info-request.d.ts.map +1 -0
  1335. package/dist/esm/types/list-aiapplication-basic-info-response.d.ts +41 -0
  1336. package/dist/esm/types/list-aiapplication-basic-info-response.d.ts.map +1 -0
  1337. package/dist/esm/types/list-alarm-archive-records-request.d.ts +55 -0
  1338. package/dist/esm/types/list-alarm-archive-records-request.d.ts.map +1 -0
  1339. package/dist/esm/types/list-alarm-archive-records-response.d.ts +41 -0
  1340. package/dist/esm/types/list-alarm-archive-records-response.d.ts.map +1 -0
  1341. package/dist/esm/types/list-alarm-name-list-request.d.ts +25 -0
  1342. package/dist/esm/types/list-alarm-name-list-request.d.ts.map +1 -0
  1343. package/dist/esm/types/list-alarm-name-list-response.d.ts +25 -0
  1344. package/dist/esm/types/list-alarm-name-list-response.d.ts.map +1 -0
  1345. package/dist/esm/types/list-alarm-tags-request.d.ts +40 -0
  1346. package/dist/esm/types/list-alarm-tags-request.d.ts.map +1 -0
  1347. package/dist/esm/types/list-alarm-tags-response.d.ts +25 -0
  1348. package/dist/esm/types/list-alarm-tags-response.d.ts.map +1 -0
  1349. package/dist/esm/types/list-all-cntr-static-dict-request.d.ts +20 -0
  1350. package/dist/esm/types/list-all-cntr-static-dict-request.d.ts.map +1 -0
  1351. package/dist/esm/types/list-all-cntr-static-dict-response.d.ts +26 -0
  1352. package/dist/esm/types/list-all-cntr-static-dict-response.d.ts.map +1 -0
  1353. package/dist/esm/types/list-asset-center-devs-request.d.ts +96 -0
  1354. package/dist/esm/types/list-asset-center-devs-request.d.ts.map +1 -0
  1355. package/dist/esm/types/list-asset-center-devs-response.d.ts +41 -0
  1356. package/dist/esm/types/list-asset-center-devs-response.d.ts.map +1 -0
  1357. package/dist/esm/types/list-asset-clusters-request.d.ts +46 -0
  1358. package/dist/esm/types/list-asset-clusters-request.d.ts.map +1 -0
  1359. package/dist/esm/types/list-asset-clusters-response.d.ts +41 -0
  1360. package/dist/esm/types/list-asset-clusters-response.d.ts.map +1 -0
  1361. package/dist/esm/types/list-asset-groups-request.d.ts +20 -0
  1362. package/dist/esm/types/list-asset-groups-request.d.ts.map +1 -0
  1363. package/dist/esm/types/list-asset-groups-response.d.ts +25 -0
  1364. package/dist/esm/types/list-asset-groups-response.d.ts.map +1 -0
  1365. package/dist/esm/types/list-asset-pods-linked-workload-request.d.ts +45 -0
  1366. package/dist/esm/types/list-asset-pods-linked-workload-request.d.ts.map +1 -0
  1367. package/dist/esm/types/list-asset-pods-linked-workload-response.d.ts +41 -0
  1368. package/dist/esm/types/list-asset-pods-linked-workload-response.d.ts.map +1 -0
  1369. package/dist/esm/types/list-asset-pods-linked-workload-with-no-page-request.d.ts +25 -0
  1370. package/dist/esm/types/list-asset-pods-linked-workload-with-no-page-request.d.ts.map +1 -0
  1371. package/dist/esm/types/list-asset-pods-linked-workload-with-no-page-response.d.ts +26 -0
  1372. package/dist/esm/types/list-asset-pods-linked-workload-with-no-page-response.d.ts.map +1 -0
  1373. package/dist/esm/types/list-asset-tags-request.d.ts +25 -0
  1374. package/dist/esm/types/list-asset-tags-request.d.ts.map +1 -0
  1375. package/dist/esm/types/list-asset-tags-response.d.ts +25 -0
  1376. package/dist/esm/types/list-asset-tags-response.d.ts.map +1 -0
  1377. package/dist/esm/types/list-asset-workloads-request.d.ts +46 -0
  1378. package/dist/esm/types/list-asset-workloads-request.d.ts.map +1 -0
  1379. package/dist/esm/types/list-asset-workloads-response.d.ts +41 -0
  1380. package/dist/esm/types/list-asset-workloads-response.d.ts.map +1 -0
  1381. package/dist/esm/types/list-auto-defense-hosts-request.d.ts +60 -0
  1382. package/dist/esm/types/list-auto-defense-hosts-request.d.ts.map +1 -0
  1383. package/dist/esm/types/list-auto-defense-hosts-response.d.ts +41 -0
  1384. package/dist/esm/types/list-auto-defense-hosts-response.d.ts.map +1 -0
  1385. package/dist/esm/types/list-auto-defense-rules-request.d.ts +5 -0
  1386. package/dist/esm/types/list-auto-defense-rules-request.d.ts.map +1 -1
  1387. package/dist/esm/types/list-ban-iplist-request.d.ts +10 -0
  1388. package/dist/esm/types/list-ban-iplist-request.d.ts.map +1 -1
  1389. package/dist/esm/types/list-baseline-check-detail-request.d.ts +50 -0
  1390. package/dist/esm/types/list-baseline-check-detail-request.d.ts.map +1 -0
  1391. package/dist/esm/types/list-baseline-check-detail-response.d.ts +60 -0
  1392. package/dist/esm/types/list-baseline-check-detail-response.d.ts.map +1 -0
  1393. package/dist/esm/types/list-baseline-check-item-hosts-request.d.ts +135 -0
  1394. package/dist/esm/types/list-baseline-check-item-hosts-request.d.ts.map +1 -0
  1395. package/dist/esm/types/list-baseline-check-item-hosts-response.d.ts +41 -0
  1396. package/dist/esm/types/list-baseline-check-item-hosts-response.d.ts.map +1 -0
  1397. package/dist/esm/types/list-baseline-check-res-request.d.ts +90 -0
  1398. package/dist/esm/types/list-baseline-check-res-request.d.ts.map +1 -0
  1399. package/dist/esm/types/list-baseline-check-res-response.d.ts +41 -0
  1400. package/dist/esm/types/list-baseline-check-res-response.d.ts.map +1 -0
  1401. package/dist/esm/types/list-baseline-groups-request.d.ts +30 -0
  1402. package/dist/esm/types/list-baseline-groups-request.d.ts.map +1 -0
  1403. package/dist/esm/types/list-baseline-groups-response.d.ts +26 -0
  1404. package/dist/esm/types/list-baseline-groups-response.d.ts.map +1 -0
  1405. package/dist/esm/types/list-baseline-host-item-hosts-request.d.ts +1 -9
  1406. package/dist/esm/types/list-baseline-host-item-hosts-request.d.ts.map +1 -1
  1407. package/dist/esm/types/list-baselines-request.d.ts +105 -0
  1408. package/dist/esm/types/list-baselines-request.d.ts.map +1 -0
  1409. package/dist/esm/types/list-baselines-response.d.ts +41 -0
  1410. package/dist/esm/types/list-baselines-response.d.ts.map +1 -0
  1411. package/dist/esm/types/list-batch-endpoint-handle-methods-response.d.ts +5 -0
  1412. package/dist/esm/types/list-batch-endpoint-handle-methods-response.d.ts.map +1 -1
  1413. package/dist/esm/types/list-cloud-platforms-request.d.ts +20 -0
  1414. package/dist/esm/types/list-cloud-platforms-request.d.ts.map +1 -0
  1415. package/dist/esm/types/list-cloud-platforms-response.d.ts +26 -0
  1416. package/dist/esm/types/list-cloud-platforms-response.d.ts.map +1 -0
  1417. package/dist/esm/types/list-cluster-varmor-version-history-response.d.ts +21 -0
  1418. package/dist/esm/types/list-cluster-varmor-version-history-response.d.ts.map +1 -1
  1419. package/dist/esm/types/list-clusters-and-varmor-apps-request.d.ts +15 -0
  1420. package/dist/esm/types/list-clusters-and-varmor-apps-request.d.ts.map +1 -1
  1421. package/dist/esm/types/list-dev-asset-ids-request.d.ts +76 -0
  1422. package/dist/esm/types/list-dev-asset-ids-request.d.ts.map +1 -0
  1423. package/dist/esm/types/list-dev-asset-ids-response.d.ts +30 -0
  1424. package/dist/esm/types/list-dev-asset-ids-response.d.ts.map +1 -0
  1425. package/dist/esm/types/list-dev-basic-infos-request.d.ts +96 -0
  1426. package/dist/esm/types/list-dev-basic-infos-request.d.ts.map +1 -0
  1427. package/dist/esm/types/list-dev-basic-infos-response.d.ts +41 -0
  1428. package/dist/esm/types/list-dev-basic-infos-response.d.ts.map +1 -0
  1429. package/dist/esm/types/list-dev-platform-request.d.ts +20 -0
  1430. package/dist/esm/types/list-dev-platform-request.d.ts.map +1 -0
  1431. package/dist/esm/types/list-dev-platform-response.d.ts +25 -0
  1432. package/dist/esm/types/list-dev-platform-response.d.ts.map +1 -0
  1433. package/dist/esm/types/list-dev-region-request.d.ts +20 -0
  1434. package/dist/esm/types/list-dev-region-request.d.ts.map +1 -0
  1435. package/dist/esm/types/list-dev-region-response.d.ts +25 -0
  1436. package/dist/esm/types/list-dev-region-response.d.ts.map +1 -0
  1437. package/dist/esm/types/list-endpoint-handle-methods-request.d.ts +30 -0
  1438. package/dist/esm/types/list-endpoint-handle-methods-request.d.ts.map +1 -0
  1439. package/dist/esm/types/list-endpoint-handle-methods-response.d.ts +41 -0
  1440. package/dist/esm/types/list-endpoint-handle-methods-response.d.ts.map +1 -0
  1441. package/dist/esm/types/list-group-related-agent-request.d.ts +25 -0
  1442. package/dist/esm/types/list-group-related-agent-request.d.ts.map +1 -0
  1443. package/dist/esm/types/list-group-related-agent-response.d.ts +30 -0
  1444. package/dist/esm/types/list-group-related-agent-response.d.ts.map +1 -0
  1445. package/dist/esm/types/list-hids-alarms-request.d.ts +15 -0
  1446. package/dist/esm/types/list-hids-alarms-request.d.ts.map +1 -1
  1447. package/dist/esm/types/list-host-platform-request.d.ts +30 -0
  1448. package/dist/esm/types/list-host-platform-request.d.ts.map +1 -0
  1449. package/dist/esm/types/list-host-platform-response.d.ts +25 -0
  1450. package/dist/esm/types/list-host-platform-response.d.ts.map +1 -0
  1451. package/dist/esm/types/list-host-region-request.d.ts +25 -0
  1452. package/dist/esm/types/list-host-region-request.d.ts.map +1 -0
  1453. package/dist/esm/types/list-host-region-response.d.ts +25 -0
  1454. package/dist/esm/types/list-host-region-response.d.ts.map +1 -0
  1455. package/dist/esm/types/list-host-vpc-request.d.ts +25 -0
  1456. package/dist/esm/types/list-host-vpc-request.d.ts.map +1 -0
  1457. package/dist/esm/types/list-host-vpc-response.d.ts +25 -0
  1458. package/dist/esm/types/list-host-vpc-response.d.ts.map +1 -0
  1459. package/dist/esm/types/list-hosts-agent-ids-request.d.ts +31 -0
  1460. package/dist/esm/types/list-hosts-agent-ids-request.d.ts.map +1 -0
  1461. package/dist/esm/types/list-hosts-agent-ids-response.d.ts +25 -0
  1462. package/dist/esm/types/list-hosts-agent-ids-response.d.ts.map +1 -0
  1463. package/dist/esm/types/list-install-commands-request.d.ts +55 -0
  1464. package/dist/esm/types/list-install-commands-request.d.ts.map +1 -0
  1465. package/dist/esm/types/list-install-commands-response.d.ts +32 -0
  1466. package/dist/esm/types/list-install-commands-response.d.ts.map +1 -0
  1467. package/dist/esm/types/list-layered-group-related-host-request.d.ts +25 -0
  1468. package/dist/esm/types/list-layered-group-related-host-request.d.ts.map +1 -0
  1469. package/dist/esm/types/list-layered-group-related-host-response.d.ts +30 -0
  1470. package/dist/esm/types/list-layered-group-related-host-response.d.ts.map +1 -0
  1471. package/dist/esm/types/list-layered-groups-detail-request.d.ts +30 -0
  1472. package/dist/esm/types/list-layered-groups-detail-request.d.ts.map +1 -0
  1473. package/dist/esm/types/list-layered-groups-detail-response.d.ts +31 -0
  1474. package/dist/esm/types/list-layered-groups-detail-response.d.ts.map +1 -0
  1475. package/dist/esm/types/list-login-configs-request.d.ts +45 -0
  1476. package/dist/esm/types/list-login-configs-request.d.ts.map +1 -0
  1477. package/dist/esm/types/list-login-configs-response.d.ts +41 -0
  1478. package/dist/esm/types/list-login-configs-response.d.ts.map +1 -0
  1479. package/dist/esm/types/list-mlp-alarm-tags-request.d.ts +40 -0
  1480. package/dist/esm/types/list-mlp-alarm-tags-request.d.ts.map +1 -0
  1481. package/dist/esm/types/list-mlp-alarm-tags-response.d.ts +25 -0
  1482. package/dist/esm/types/list-mlp-alarm-tags-response.d.ts.map +1 -0
  1483. package/dist/esm/types/list-mlp-alarms-request.d.ts +255 -0
  1484. package/dist/esm/types/list-mlp-alarms-request.d.ts.map +1 -0
  1485. package/dist/esm/types/list-mlp-alarms-response.d.ts +41 -0
  1486. package/dist/esm/types/list-mlp-alarms-response.d.ts.map +1 -0
  1487. package/dist/esm/types/list-multi-level-asset-hosts-request.d.ts +61 -0
  1488. package/dist/esm/types/list-multi-level-asset-hosts-request.d.ts.map +1 -0
  1489. package/dist/esm/types/list-multi-level-asset-hosts-response.d.ts +41 -0
  1490. package/dist/esm/types/list-multi-level-asset-hosts-response.d.ts.map +1 -0
  1491. package/dist/esm/types/list-multi-level-institution-request.d.ts +55 -0
  1492. package/dist/esm/types/list-multi-level-institution-request.d.ts.map +1 -0
  1493. package/dist/esm/types/list-multi-level-institution-response.d.ts +41 -0
  1494. package/dist/esm/types/list-multi-level-institution-response.d.ts.map +1 -0
  1495. package/dist/esm/types/list-ordered-hosts-basic-infos-request.d.ts +3 -3
  1496. package/dist/esm/types/list-ordered-hosts-basic-infos-request.d.ts.map +1 -1
  1497. package/dist/esm/types/list-rasp-alarms-request.d.ts +255 -0
  1498. package/dist/esm/types/list-rasp-alarms-request.d.ts.map +1 -0
  1499. package/dist/esm/types/list-rasp-alarms-response.d.ts +41 -0
  1500. package/dist/esm/types/list-rasp-alarms-response.d.ts.map +1 -0
  1501. package/dist/esm/types/list-rasp-config-agent-infos-request.d.ts +80 -0
  1502. package/dist/esm/types/list-rasp-config-agent-infos-request.d.ts.map +1 -0
  1503. package/dist/esm/types/list-rasp-config-agent-infos-response.d.ts +41 -0
  1504. package/dist/esm/types/list-rasp-config-agent-infos-response.d.ts.map +1 -0
  1505. package/dist/esm/types/list-rasp-configs-request.d.ts +105 -0
  1506. package/dist/esm/types/list-rasp-configs-request.d.ts.map +1 -0
  1507. package/dist/esm/types/list-rasp-configs-response.d.ts +41 -0
  1508. package/dist/esm/types/list-rasp-configs-response.d.ts.map +1 -0
  1509. package/dist/esm/types/list-rasp-processes-request.d.ts +110 -0
  1510. package/dist/esm/types/list-rasp-processes-request.d.ts.map +1 -0
  1511. package/dist/esm/types/list-rasp-processes-response.d.ts +41 -0
  1512. package/dist/esm/types/list-rasp-processes-response.d.ts.map +1 -0
  1513. package/dist/esm/types/list-registries-request.d.ts +46 -0
  1514. package/dist/esm/types/list-registries-request.d.ts.map +1 -0
  1515. package/dist/esm/types/list-registries-response.d.ts +41 -0
  1516. package/dist/esm/types/list-registries-response.d.ts.map +1 -0
  1517. package/dist/esm/types/list-registry-images-request.d.ts +46 -0
  1518. package/dist/esm/types/list-registry-images-request.d.ts.map +1 -0
  1519. package/dist/esm/types/list-registry-images-response.d.ts +41 -0
  1520. package/dist/esm/types/list-registry-images-response.d.ts.map +1 -0
  1521. package/dist/esm/types/list-registry-namespace-ids-request.d.ts +26 -0
  1522. package/dist/esm/types/list-registry-namespace-ids-request.d.ts.map +1 -0
  1523. package/dist/esm/types/list-registry-namespace-ids-response.d.ts +25 -0
  1524. package/dist/esm/types/list-registry-namespace-ids-response.d.ts.map +1 -0
  1525. package/dist/esm/types/list-registry-namespaces-request.d.ts +46 -0
  1526. package/dist/esm/types/list-registry-namespaces-request.d.ts.map +1 -0
  1527. package/dist/esm/types/list-registry-namespaces-response.d.ts +41 -0
  1528. package/dist/esm/types/list-registry-namespaces-response.d.ts.map +1 -0
  1529. package/dist/esm/types/list-repo-image-compl-request.d.ts +51 -0
  1530. package/dist/esm/types/list-repo-image-compl-request.d.ts.map +1 -0
  1531. package/dist/esm/types/list-repo-image-compl-response.d.ts +41 -0
  1532. package/dist/esm/types/list-repo-image-compl-response.d.ts.map +1 -0
  1533. package/dist/esm/types/list-repo-image-layer-request.d.ts +31 -0
  1534. package/dist/esm/types/list-repo-image-layer-request.d.ts.map +1 -0
  1535. package/dist/esm/types/list-repo-image-layer-response.d.ts +26 -0
  1536. package/dist/esm/types/list-repo-image-layer-response.d.ts.map +1 -0
  1537. package/dist/esm/types/list-repo-image-layer-senfile-request.d.ts +50 -0
  1538. package/dist/esm/types/list-repo-image-layer-senfile-request.d.ts.map +1 -0
  1539. package/dist/esm/types/list-repo-image-layer-senfile-response.d.ts +41 -0
  1540. package/dist/esm/types/list-repo-image-layer-senfile-response.d.ts.map +1 -0
  1541. package/dist/esm/types/list-repo-image-layer-virus-request.d.ts +50 -0
  1542. package/dist/esm/types/list-repo-image-layer-virus-request.d.ts.map +1 -0
  1543. package/dist/esm/types/list-repo-image-layer-virus-response.d.ts +41 -0
  1544. package/dist/esm/types/list-repo-image-layer-virus-response.d.ts.map +1 -0
  1545. package/dist/esm/types/list-repo-image-layer-vuln-request.d.ts +56 -0
  1546. package/dist/esm/types/list-repo-image-layer-vuln-request.d.ts.map +1 -0
  1547. package/dist/esm/types/list-repo-image-layer-vuln-response.d.ts +41 -0
  1548. package/dist/esm/types/list-repo-image-layer-vuln-response.d.ts.map +1 -0
  1549. package/dist/esm/types/list-repo-image-package-request.d.ts +51 -0
  1550. package/dist/esm/types/list-repo-image-package-request.d.ts.map +1 -0
  1551. package/dist/esm/types/list-repo-image-package-response.d.ts +41 -0
  1552. package/dist/esm/types/list-repo-image-package-response.d.ts.map +1 -0
  1553. package/dist/esm/types/list-repo-image-senfile-request.d.ts +51 -0
  1554. package/dist/esm/types/list-repo-image-senfile-request.d.ts.map +1 -0
  1555. package/dist/esm/types/list-repo-image-senfile-response.d.ts +41 -0
  1556. package/dist/esm/types/list-repo-image-senfile-response.d.ts.map +1 -0
  1557. package/dist/esm/types/list-repo-image-virus-request.d.ts +51 -0
  1558. package/dist/esm/types/list-repo-image-virus-request.d.ts.map +1 -0
  1559. package/dist/esm/types/list-repo-image-virus-response.d.ts +41 -0
  1560. package/dist/esm/types/list-repo-image-virus-response.d.ts.map +1 -0
  1561. package/dist/esm/types/list-repo-image-vuln-request.d.ts +51 -0
  1562. package/dist/esm/types/list-repo-image-vuln-request.d.ts.map +1 -0
  1563. package/dist/esm/types/list-repo-image-vuln-response.d.ts +41 -0
  1564. package/dist/esm/types/list-repo-image-vuln-response.d.ts.map +1 -0
  1565. package/dist/esm/types/list-risk-compl-affect-repo-image-request.d.ts +51 -0
  1566. package/dist/esm/types/list-risk-compl-affect-repo-image-request.d.ts.map +1 -0
  1567. package/dist/esm/types/list-risk-compl-affect-repo-image-response.d.ts +41 -0
  1568. package/dist/esm/types/list-risk-compl-affect-repo-image-response.d.ts.map +1 -0
  1569. package/dist/esm/types/list-risk-vuln-affect-repo-image-request.d.ts +51 -0
  1570. package/dist/esm/types/list-risk-vuln-affect-repo-image-request.d.ts.map +1 -0
  1571. package/dist/esm/types/list-risk-vuln-affect-repo-image-response.d.ts +41 -0
  1572. package/dist/esm/types/list-risk-vuln-affect-repo-image-response.d.ts.map +1 -0
  1573. package/dist/esm/types/list-scan-task-hosts-request.d.ts +70 -0
  1574. package/dist/esm/types/list-scan-task-hosts-request.d.ts.map +1 -0
  1575. package/dist/esm/types/list-scan-task-hosts-response.d.ts +41 -0
  1576. package/dist/esm/types/list-scan-task-hosts-response.d.ts.map +1 -0
  1577. package/dist/esm/types/list-scan-tasks-request.d.ts +70 -0
  1578. package/dist/esm/types/list-scan-tasks-request.d.ts.map +1 -0
  1579. package/dist/esm/types/list-scan-tasks-response.d.ts +41 -0
  1580. package/dist/esm/types/list-scan-tasks-response.d.ts.map +1 -0
  1581. package/dist/esm/types/list-tag-related-agent-request.d.ts +30 -0
  1582. package/dist/esm/types/list-tag-related-agent-request.d.ts.map +1 -0
  1583. package/dist/esm/types/list-tag-related-agent-response.d.ts +30 -0
  1584. package/dist/esm/types/list-tag-related-agent-response.d.ts.map +1 -0
  1585. package/dist/esm/types/list-tags-detail-request.d.ts +25 -0
  1586. package/dist/esm/types/list-tags-detail-request.d.ts.map +1 -0
  1587. package/dist/esm/types/list-tags-detail-response.d.ts +26 -0
  1588. package/dist/esm/types/list-tags-detail-response.d.ts.map +1 -0
  1589. package/dist/esm/types/list-virus-alarms-request.d.ts +255 -0
  1590. package/dist/esm/types/list-virus-alarms-request.d.ts.map +1 -0
  1591. package/dist/esm/types/list-virus-alarms-response.d.ts +41 -0
  1592. package/dist/esm/types/list-virus-alarms-response.d.ts.map +1 -0
  1593. package/dist/esm/types/list-vul-by-pod-request.d.ts +5 -0
  1594. package/dist/esm/types/list-vul-by-pod-request.d.ts.map +1 -1
  1595. package/dist/esm/types/list-vuln-affect-aisession-request.d.ts +70 -0
  1596. package/dist/esm/types/list-vuln-affect-aisession-request.d.ts.map +1 -0
  1597. package/dist/esm/types/list-vuln-affect-aisession-response.d.ts +41 -0
  1598. package/dist/esm/types/list-vuln-affect-aisession-response.d.ts.map +1 -0
  1599. package/dist/esm/types/list-vuln-for-airequest.d.ts +85 -0
  1600. package/dist/esm/types/list-vuln-for-airequest.d.ts.map +1 -0
  1601. package/dist/esm/types/list-vuln-for-airesponse.d.ts +41 -0
  1602. package/dist/esm/types/list-vuln-for-airesponse.d.ts.map +1 -0
  1603. package/dist/esm/types/list-vuln-hosts-request.d.ts +110 -0
  1604. package/dist/esm/types/list-vuln-hosts-request.d.ts.map +1 -0
  1605. package/dist/esm/types/list-vuln-hosts-response.d.ts +41 -0
  1606. package/dist/esm/types/list-vuln-hosts-response.d.ts.map +1 -0
  1607. package/dist/esm/types/list-vulns-request.d.ts +120 -0
  1608. package/dist/esm/types/list-vulns-request.d.ts.map +1 -0
  1609. package/dist/esm/types/list-vulns-response.d.ts +41 -0
  1610. package/dist/esm/types/list-vulns-response.d.ts.map +1 -0
  1611. package/dist/esm/types/list-weak-password-check-detail-request.d.ts +85 -0
  1612. package/dist/esm/types/list-weak-password-check-detail-request.d.ts.map +1 -0
  1613. package/dist/esm/types/list-weak-password-check-detail-response.d.ts +41 -0
  1614. package/dist/esm/types/list-weak-password-check-detail-response.d.ts.map +1 -0
  1615. package/dist/esm/types/list-white-lists-request.d.ts +51 -0
  1616. package/dist/esm/types/list-white-lists-request.d.ts.map +1 -0
  1617. package/dist/esm/types/list-white-lists-response.d.ts +41 -0
  1618. package/dist/esm/types/list-white-lists-response.d.ts.map +1 -0
  1619. package/dist/esm/types/listen-port-for-get-hids-alarm-summary-info-output.d.ts +35 -0
  1620. package/dist/esm/types/listen-port-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  1621. package/dist/esm/types/listen-port-for-get-mlp-alarm-summary-info-output.d.ts +35 -0
  1622. package/dist/esm/types/listen-port-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  1623. package/dist/esm/types/listen-port-for-get-rasp-alarm-summary-info-output.d.ts +35 -0
  1624. package/dist/esm/types/listen-port-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  1625. package/dist/esm/types/listen-port-for-get-virus-alarm-summary-info-output.d.ts +35 -0
  1626. package/dist/esm/types/listen-port-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  1627. package/dist/esm/types/llmeval-quota-for-get-tenant-quota-output.d.ts +50 -0
  1628. package/dist/esm/types/llmeval-quota-for-get-tenant-quota-output.d.ts.map +1 -0
  1629. package/dist/esm/types/log-analysis-quota-for-get-tenant-quota-output.d.ts +55 -0
  1630. package/dist/esm/types/log-analysis-quota-for-get-tenant-quota-output.d.ts.map +1 -0
  1631. package/dist/esm/types/login-location-for-add-login-config-input.d.ts +35 -0
  1632. package/dist/esm/types/login-location-for-add-login-config-input.d.ts.map +1 -0
  1633. package/dist/esm/types/login-location-for-list-login-configs-output.d.ts +35 -0
  1634. package/dist/esm/types/login-location-for-list-login-configs-output.d.ts.map +1 -0
  1635. package/dist/esm/types/login-location-for-update-login-config-input.d.ts +35 -0
  1636. package/dist/esm/types/login-location-for-update-login-config-input.d.ts.map +1 -0
  1637. package/dist/esm/types/login-topic-config-for-get-tlsinfo-output.d.ts +35 -0
  1638. package/dist/esm/types/login-topic-config-for-get-tlsinfo-output.d.ts.map +1 -0
  1639. package/dist/esm/types/login-topic-config-for-modify-tlsconfig-input.d.ts +30 -0
  1640. package/dist/esm/types/login-topic-config-for-modify-tlsconfig-input.d.ts.map +1 -0
  1641. package/dist/esm/types/low-trend-for-get-intrusion-risk-trends-output.d.ts +30 -0
  1642. package/dist/esm/types/low-trend-for-get-intrusion-risk-trends-output.d.ts.map +1 -0
  1643. package/dist/esm/types/manual-sync-aiapplication-request.d.ts +20 -0
  1644. package/dist/esm/types/manual-sync-aiapplication-request.d.ts.map +1 -0
  1645. package/dist/esm/types/manual-sync-aiapplication-response.d.ts +25 -0
  1646. package/dist/esm/types/manual-sync-aiapplication-response.d.ts.map +1 -0
  1647. package/dist/esm/types/mapping-for-list-all-cntr-static-dict-output.d.ts +30 -0
  1648. package/dist/esm/types/mapping-for-list-all-cntr-static-dict-output.d.ts.map +1 -0
  1649. package/dist/esm/types/medium-trend-for-get-intrusion-risk-trends-output.d.ts +30 -0
  1650. package/dist/esm/types/medium-trend-for-get-intrusion-risk-trends-output.d.ts.map +1 -0
  1651. package/dist/esm/types/mlp-defender-quota-for-get-tenant-quota-output.d.ts +50 -0
  1652. package/dist/esm/types/mlp-defender-quota-for-get-tenant-quota-output.d.ts.map +1 -0
  1653. package/dist/esm/types/modify-auto-defense-rule-request.d.ts +61 -0
  1654. package/dist/esm/types/modify-auto-defense-rule-request.d.ts.map +1 -0
  1655. package/dist/esm/types/modify-auto-defense-rule-response.d.ts +25 -0
  1656. package/dist/esm/types/modify-auto-defense-rule-response.d.ts.map +1 -0
  1657. package/dist/esm/types/modify-cloud-env-request.d.ts +35 -0
  1658. package/dist/esm/types/modify-cloud-env-request.d.ts.map +1 -0
  1659. package/dist/esm/types/modify-cloud-env-response.d.ts +25 -0
  1660. package/dist/esm/types/modify-cloud-env-response.d.ts.map +1 -0
  1661. package/dist/esm/types/modify-layered-group-request.d.ts +55 -0
  1662. package/dist/esm/types/modify-layered-group-request.d.ts.map +1 -0
  1663. package/dist/esm/types/modify-layered-group-response.d.ts +30 -0
  1664. package/dist/esm/types/modify-layered-group-response.d.ts.map +1 -0
  1665. package/dist/esm/types/modify-multi-level-institution-report-switch-request.d.ts +30 -0
  1666. package/dist/esm/types/modify-multi-level-institution-report-switch-request.d.ts.map +1 -0
  1667. package/dist/esm/types/modify-multi-level-institution-report-switch-response.d.ts +20 -0
  1668. package/dist/esm/types/modify-multi-level-institution-report-switch-response.d.ts.map +1 -0
  1669. package/dist/esm/types/modify-multi-level-institution-request.d.ts +65 -0
  1670. package/dist/esm/types/modify-multi-level-institution-request.d.ts.map +1 -0
  1671. package/dist/esm/types/modify-multi-level-institution-response.d.ts +20 -0
  1672. package/dist/esm/types/modify-multi-level-institution-response.d.ts.map +1 -0
  1673. package/dist/esm/types/modify-tlsconfig-request.d.ts +66 -0
  1674. package/dist/esm/types/modify-tlsconfig-request.d.ts.map +1 -0
  1675. package/dist/esm/types/modify-tlsconfig-response.d.ts +25 -0
  1676. package/dist/esm/types/modify-tlsconfig-response.d.ts.map +1 -0
  1677. package/dist/esm/types/modify-user-auto-defense-rule-request.d.ts +70 -0
  1678. package/dist/esm/types/modify-user-auto-defense-rule-request.d.ts.map +1 -0
  1679. package/dist/esm/types/modify-user-auto-defense-rule-response.d.ts +30 -0
  1680. package/dist/esm/types/modify-user-auto-defense-rule-response.d.ts.map +1 -0
  1681. package/dist/esm/types/modify-white-list-request.d.ts +46 -0
  1682. package/dist/esm/types/modify-white-list-request.d.ts.map +1 -0
  1683. package/dist/esm/types/modify-white-list-response.d.ts +25 -0
  1684. package/dist/esm/types/modify-white-list-response.d.ts.map +1 -0
  1685. package/dist/esm/types/multi-asset-scan-request.d.ts +35 -0
  1686. package/dist/esm/types/multi-asset-scan-request.d.ts.map +1 -0
  1687. package/dist/esm/types/multi-asset-scan-response.d.ts +26 -0
  1688. package/dist/esm/types/multi-asset-scan-response.d.ts.map +1 -0
  1689. package/dist/esm/types/multi-cloud-access-statistics-request.d.ts +20 -0
  1690. package/dist/esm/types/multi-cloud-access-statistics-request.d.ts.map +1 -0
  1691. package/dist/esm/types/multi-cloud-access-statistics-response.d.ts +26 -0
  1692. package/dist/esm/types/multi-cloud-access-statistics-response.d.ts.map +1 -0
  1693. package/dist/esm/types/multi-cloud-access-sync-request.d.ts +20 -0
  1694. package/dist/esm/types/multi-cloud-access-sync-request.d.ts.map +1 -0
  1695. package/dist/esm/types/multi-cloud-access-sync-response.d.ts +25 -0
  1696. package/dist/esm/types/multi-cloud-access-sync-response.d.ts.map +1 -0
  1697. package/dist/esm/types/multi-cloud-access-sync-status-request.d.ts +20 -0
  1698. package/dist/esm/types/multi-cloud-access-sync-status-request.d.ts.map +1 -0
  1699. package/dist/esm/types/multi-cloud-access-sync-status-response.d.ts +25 -0
  1700. package/dist/esm/types/multi-cloud-access-sync-status-response.d.ts.map +1 -0
  1701. package/dist/esm/types/multi-level-management-for-get-tenant-quota-output.d.ts +38 -0
  1702. package/dist/esm/types/multi-level-management-for-get-tenant-quota-output.d.ts.map +1 -0
  1703. package/dist/esm/types/next-for-get-neighboring-alarm-output.d.ts +278 -0
  1704. package/dist/esm/types/next-for-get-neighboring-alarm-output.d.ts.map +1 -0
  1705. package/dist/esm/types/operate-agent-rasp-config-switch-request.d.ts +35 -0
  1706. package/dist/esm/types/operate-agent-rasp-config-switch-request.d.ts.map +1 -0
  1707. package/dist/esm/types/operate-agent-rasp-config-switch-response.d.ts +30 -0
  1708. package/dist/esm/types/operate-agent-rasp-config-switch-response.d.ts.map +1 -0
  1709. package/dist/esm/types/pid-list-for-get-aisession-vuln-info-output.d.ts +30 -0
  1710. package/dist/esm/types/pid-list-for-get-aisession-vuln-info-output.d.ts.map +1 -0
  1711. package/dist/esm/types/pid-list-for-get-host-vuln-info-output.d.ts +30 -0
  1712. package/dist/esm/types/pid-list-for-get-host-vuln-info-output.d.ts.map +1 -0
  1713. package/dist/esm/types/plus-alarm-info101-for-get-alarm-by-smith-key-output.d.ts +35 -0
  1714. package/dist/esm/types/plus-alarm-info101-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1715. package/dist/esm/types/plus-alarm-info101-for-get-hids-alarm-info-output.d.ts +35 -0
  1716. package/dist/esm/types/plus-alarm-info101-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1717. package/dist/esm/types/plus-alarm-info2439-for-get-one-rasp-alarm-output.d.ts +50 -0
  1718. package/dist/esm/types/plus-alarm-info2439-for-get-one-rasp-alarm-output.d.ts.map +1 -0
  1719. package/dist/esm/types/plus-alarm-info3004-for-get-alarm-by-smith-key-output.d.ts +25 -0
  1720. package/dist/esm/types/plus-alarm-info3004-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1721. package/dist/esm/types/plus-alarm-info3004-for-get-hids-alarm-info-output.d.ts +25 -0
  1722. package/dist/esm/types/plus-alarm-info3004-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1723. package/dist/esm/types/plus-alarm-info356-for-get-alarm-by-smith-key-output.d.ts +30 -0
  1724. package/dist/esm/types/plus-alarm-info356-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1725. package/dist/esm/types/plus-alarm-info356-for-get-hids-alarm-info-output.d.ts +30 -0
  1726. package/dist/esm/types/plus-alarm-info356-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1727. package/dist/esm/types/plus-alarm-info4000-for-get-alarm-by-smith-key-output.d.ts +40 -0
  1728. package/dist/esm/types/plus-alarm-info4000-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1729. package/dist/esm/types/plus-alarm-info4000-for-get-hids-alarm-info-output.d.ts +40 -0
  1730. package/dist/esm/types/plus-alarm-info4000-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1731. package/dist/esm/types/plus-alarm-info42-for-get-alarm-by-smith-key-output.d.ts +30 -0
  1732. package/dist/esm/types/plus-alarm-info42-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1733. package/dist/esm/types/plus-alarm-info42-for-get-hids-alarm-info-output.d.ts +30 -0
  1734. package/dist/esm/types/plus-alarm-info42-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1735. package/dist/esm/types/plus-alarm-info49-for-get-alarm-by-smith-key-output.d.ts +35 -0
  1736. package/dist/esm/types/plus-alarm-info49-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1737. package/dist/esm/types/plus-alarm-info49-for-get-hids-alarm-info-output.d.ts +35 -0
  1738. package/dist/esm/types/plus-alarm-info49-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1739. package/dist/esm/types/plus-alarm-info59-for-get-alarm-by-smith-key-output.d.ts +75 -0
  1740. package/dist/esm/types/plus-alarm-info59-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1741. package/dist/esm/types/plus-alarm-info59-for-get-hids-alarm-info-output.d.ts +75 -0
  1742. package/dist/esm/types/plus-alarm-info59-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1743. package/dist/esm/types/plus-alarm-info6001-for-get-alarm-by-smith-key-output.d.ts +60 -0
  1744. package/dist/esm/types/plus-alarm-info6001-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1745. package/dist/esm/types/plus-alarm-info6001-for-get-hids-alarm-info-output.d.ts +60 -0
  1746. package/dist/esm/types/plus-alarm-info6001-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1747. package/dist/esm/types/plus-alarm-info6002-for-get-alarm-by-smith-key-output.d.ts +85 -0
  1748. package/dist/esm/types/plus-alarm-info6002-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1749. package/dist/esm/types/plus-alarm-info6002-for-get-hids-alarm-info-output.d.ts +85 -0
  1750. package/dist/esm/types/plus-alarm-info6002-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1751. package/dist/esm/types/plus-alarm-info6003-for-get-alarm-by-smith-key-output.d.ts +60 -0
  1752. package/dist/esm/types/plus-alarm-info6003-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1753. package/dist/esm/types/plus-alarm-info6003-for-get-hids-alarm-info-output.d.ts +60 -0
  1754. package/dist/esm/types/plus-alarm-info6003-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1755. package/dist/esm/types/plus-alarm-info601-for-get-alarm-by-smith-key-output.d.ts +30 -0
  1756. package/dist/esm/types/plus-alarm-info601-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1757. package/dist/esm/types/plus-alarm-info601-for-get-hids-alarm-info-output.d.ts +30 -0
  1758. package/dist/esm/types/plus-alarm-info601-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1759. package/dist/esm/types/plus-alarm-info602-for-get-alarm-by-smith-key-output.d.ts +40 -0
  1760. package/dist/esm/types/plus-alarm-info602-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1761. package/dist/esm/types/plus-alarm-info602-for-get-hids-alarm-info-output.d.ts +40 -0
  1762. package/dist/esm/types/plus-alarm-info602-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1763. package/dist/esm/types/plus-alarm-info602x-for-get-alarm-by-smith-key-output.d.ts +100 -0
  1764. package/dist/esm/types/plus-alarm-info602x-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1765. package/dist/esm/types/plus-alarm-info602x-for-get-hids-alarm-info-output.d.ts +100 -0
  1766. package/dist/esm/types/plus-alarm-info602x-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1767. package/dist/esm/types/plus-alarm-info603-for-get-alarm-by-smith-key-output.d.ts +25 -0
  1768. package/dist/esm/types/plus-alarm-info603-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1769. package/dist/esm/types/plus-alarm-info603-for-get-hids-alarm-info-output.d.ts +25 -0
  1770. package/dist/esm/types/plus-alarm-info603-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1771. package/dist/esm/types/plus-alarm-info604-for-get-alarm-by-smith-key-output.d.ts +35 -0
  1772. package/dist/esm/types/plus-alarm-info604-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1773. package/dist/esm/types/plus-alarm-info604-for-get-hids-alarm-info-output.d.ts +35 -0
  1774. package/dist/esm/types/plus-alarm-info604-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1775. package/dist/esm/types/plus-alarm-info700-for-get-alarm-by-smith-key-output.d.ts +25 -0
  1776. package/dist/esm/types/plus-alarm-info700-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1777. package/dist/esm/types/plus-alarm-info700-for-get-hids-alarm-info-output.d.ts +25 -0
  1778. package/dist/esm/types/plus-alarm-info700-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1779. package/dist/esm/types/plus-alarm-info701-for-get-alarm-by-smith-key-output.d.ts +30 -0
  1780. package/dist/esm/types/plus-alarm-info701-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1781. package/dist/esm/types/plus-alarm-info701-for-get-hids-alarm-info-output.d.ts +30 -0
  1782. package/dist/esm/types/plus-alarm-info701-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1783. package/dist/esm/types/plus-alarm-info702-for-get-alarm-by-smith-key-output.d.ts +25 -0
  1784. package/dist/esm/types/plus-alarm-info702-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1785. package/dist/esm/types/plus-alarm-info702-for-get-hids-alarm-info-output.d.ts +25 -0
  1786. package/dist/esm/types/plus-alarm-info702-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1787. package/dist/esm/types/plus-alarm-info703-for-get-alarm-by-smith-key-output.d.ts +30 -0
  1788. package/dist/esm/types/plus-alarm-info703-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1789. package/dist/esm/types/plus-alarm-info703-for-get-hids-alarm-info-output.d.ts +30 -0
  1790. package/dist/esm/types/plus-alarm-info703-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1791. package/dist/esm/types/plus-alarm-info82-for-get-alarm-by-smith-key-output.d.ts +35 -0
  1792. package/dist/esm/types/plus-alarm-info82-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1793. package/dist/esm/types/plus-alarm-info82-for-get-hids-alarm-info-output.d.ts +35 -0
  1794. package/dist/esm/types/plus-alarm-info82-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1795. package/dist/esm/types/plus-alarm-info86-for-get-alarm-by-smith-key-output.d.ts +35 -0
  1796. package/dist/esm/types/plus-alarm-info86-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1797. package/dist/esm/types/plus-alarm-info86-for-get-hids-alarm-info-output.d.ts +35 -0
  1798. package/dist/esm/types/plus-alarm-info86-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1799. package/dist/esm/types/plus-kill-chain-for-get-alarm-by-smith-key-output.d.ts +55 -0
  1800. package/dist/esm/types/plus-kill-chain-for-get-alarm-by-smith-key-output.d.ts.map +1 -0
  1801. package/dist/esm/types/plus-kill-chain-for-get-hids-alarm-info-output.d.ts +55 -0
  1802. package/dist/esm/types/plus-kill-chain-for-get-hids-alarm-info-output.d.ts.map +1 -0
  1803. package/dist/esm/types/port-change-topic-config-for-get-tlsinfo-output.d.ts +35 -0
  1804. package/dist/esm/types/port-change-topic-config-for-get-tlsinfo-output.d.ts.map +1 -0
  1805. package/dist/esm/types/port-change-topic-config-for-modify-tlsconfig-input.d.ts +30 -0
  1806. package/dist/esm/types/port-change-topic-config-for-modify-tlsconfig-input.d.ts.map +1 -0
  1807. package/dist/esm/types/port-for-get-dev-detail-output.d.ts +75 -0
  1808. package/dist/esm/types/port-for-get-dev-detail-output.d.ts.map +1 -0
  1809. package/dist/esm/types/precision-statistics-request.d.ts +20 -0
  1810. package/dist/esm/types/precision-statistics-request.d.ts.map +1 -0
  1811. package/dist/esm/types/precision-statistics-response.d.ts +36 -0
  1812. package/dist/esm/types/precision-statistics-response.d.ts.map +1 -0
  1813. package/dist/esm/types/prev-for-get-neighboring-alarm-output.d.ts +278 -0
  1814. package/dist/esm/types/prev-for-get-neighboring-alarm-output.d.ts.map +1 -0
  1815. package/dist/esm/types/proc-list-for-list-endpoint-handle-methods-output.d.ts +35 -0
  1816. package/dist/esm/types/proc-list-for-list-endpoint-handle-methods-output.d.ts.map +1 -0
  1817. package/dist/esm/types/process-for-handle-alarm-by-agent-input.d.ts +35 -0
  1818. package/dist/esm/types/process-for-handle-alarm-by-agent-input.d.ts.map +1 -0
  1819. package/dist/esm/types/process-start-topic-config-for-get-tlsinfo-output.d.ts +35 -0
  1820. package/dist/esm/types/process-start-topic-config-for-get-tlsinfo-output.d.ts.map +1 -0
  1821. package/dist/esm/types/process-start-topic-config-for-modify-tlsconfig-input.d.ts +30 -0
  1822. package/dist/esm/types/process-start-topic-config-for-modify-tlsconfig-input.d.ts.map +1 -0
  1823. package/dist/esm/types/progress-detail-for-get-aivuln-detect-progress-detail-output.d.ts +30 -0
  1824. package/dist/esm/types/progress-detail-for-get-aivuln-detect-progress-detail-output.d.ts.map +1 -0
  1825. package/dist/esm/types/progress-detail-for-get-baseline-detect-progress-detail-output.d.ts +30 -0
  1826. package/dist/esm/types/progress-detail-for-get-baseline-detect-progress-detail-output.d.ts.map +1 -0
  1827. package/dist/esm/types/protect-host-for-get-multi-level-institution-detail-output.d.ts +35 -0
  1828. package/dist/esm/types/protect-host-for-get-multi-level-institution-detail-output.d.ts.map +1 -0
  1829. package/dist/esm/types/protect-host-for-get-tenant-quota-output.d.ts +50 -0
  1830. package/dist/esm/types/protect-host-for-get-tenant-quota-output.d.ts.map +1 -0
  1831. package/dist/esm/types/range-for-add-rasp-config-input.d.ts +45 -0
  1832. package/dist/esm/types/range-for-add-rasp-config-input.d.ts.map +1 -0
  1833. package/dist/esm/types/range-for-add-white-list-input.d.ts +45 -0
  1834. package/dist/esm/types/range-for-add-white-list-input.d.ts.map +1 -0
  1835. package/dist/esm/types/range-for-delete-white-lists-input.d.ts +45 -0
  1836. package/dist/esm/types/range-for-delete-white-lists-input.d.ts.map +1 -0
  1837. package/dist/esm/types/range-for-edit-rasp-config-input.d.ts +45 -0
  1838. package/dist/esm/types/range-for-edit-rasp-config-input.d.ts.map +1 -0
  1839. package/dist/esm/types/range-for-list-rasp-configs-output.d.ts +45 -0
  1840. package/dist/esm/types/range-for-list-rasp-configs-output.d.ts.map +1 -0
  1841. package/dist/esm/types/range-for-list-white-lists-input.d.ts +45 -0
  1842. package/dist/esm/types/range-for-list-white-lists-input.d.ts.map +1 -0
  1843. package/dist/esm/types/range-for-list-white-lists-output.d.ts +42 -0
  1844. package/dist/esm/types/range-for-list-white-lists-output.d.ts.map +1 -0
  1845. package/dist/esm/types/range-for-modify-white-list-input.d.ts +45 -0
  1846. package/dist/esm/types/range-for-modify-white-list-input.d.ts.map +1 -0
  1847. package/dist/esm/types/range-include-global-for-delete-white-lists-input.d.ts +25 -0
  1848. package/dist/esm/types/range-include-global-for-delete-white-lists-input.d.ts.map +1 -0
  1849. package/dist/esm/types/range-include-global-for-list-white-lists-input.d.ts +25 -0
  1850. package/dist/esm/types/range-include-global-for-list-white-lists-input.d.ts.map +1 -0
  1851. package/dist/esm/types/rasp-auth-quota-for-get-tenant-quota-output.d.ts +55 -0
  1852. package/dist/esm/types/rasp-auth-quota-for-get-tenant-quota-output.d.ts.map +1 -0
  1853. package/dist/esm/types/rasp-intrusion-for-get-security-overview-output.d.ts +30 -0
  1854. package/dist/esm/types/rasp-intrusion-for-get-security-overview-output.d.ts.map +1 -0
  1855. package/dist/esm/types/raw-data-for-get-hids-alarm-summary-info-output.d.ts +20 -0
  1856. package/dist/esm/types/raw-data-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  1857. package/dist/esm/types/raw-data-for-get-mlp-alarm-summary-info-output.d.ts +20 -0
  1858. package/dist/esm/types/raw-data-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  1859. package/dist/esm/types/raw-data-for-get-rasp-alarm-summary-info-output.d.ts +20 -0
  1860. package/dist/esm/types/raw-data-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  1861. package/dist/esm/types/raw-data-for-get-virus-alarm-summary-info-output.d.ts +20 -0
  1862. package/dist/esm/types/raw-data-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  1863. package/dist/esm/types/real-risk-vul-for-get-host-basic-info-output.d.ts +45 -0
  1864. package/dist/esm/types/real-risk-vul-for-get-host-basic-info-output.d.ts.map +1 -0
  1865. package/dist/esm/types/real-risk-vul-for-get-security-overview-output.d.ts +30 -0
  1866. package/dist/esm/types/real-risk-vul-for-get-security-overview-output.d.ts.map +1 -0
  1867. package/dist/esm/types/recover-file-request.d.ts +25 -0
  1868. package/dist/esm/types/recover-file-request.d.ts.map +1 -0
  1869. package/dist/esm/types/recover-file-response.d.ts +25 -0
  1870. package/dist/esm/types/recover-file-response.d.ts.map +1 -0
  1871. package/dist/esm/types/refresh-aifingerprint-data-request.d.ts +31 -0
  1872. package/dist/esm/types/refresh-aifingerprint-data-request.d.ts.map +1 -0
  1873. package/dist/esm/types/refresh-aifingerprint-data-response.d.ts +30 -0
  1874. package/dist/esm/types/refresh-aifingerprint-data-response.d.ts.map +1 -0
  1875. package/dist/esm/types/refresh-fingerprint-data-request.d.ts +31 -0
  1876. package/dist/esm/types/refresh-fingerprint-data-request.d.ts.map +1 -0
  1877. package/dist/esm/types/refresh-fingerprint-data-response.d.ts +30 -0
  1878. package/dist/esm/types/refresh-fingerprint-data-response.d.ts.map +1 -0
  1879. package/dist/esm/types/relate-alarm-info-for-list-ban-iplist-output.d.ts +10 -0
  1880. package/dist/esm/types/relate-alarm-info-for-list-ban-iplist-output.d.ts.map +1 -1
  1881. package/dist/esm/types/request-quota-for-check-install-agent-client-output.d.ts +30 -0
  1882. package/dist/esm/types/request-quota-for-check-install-agent-client-output.d.ts.map +1 -0
  1883. package/dist/esm/types/result-for-get-hids-alarm-summary-info-output.d.ts +30 -0
  1884. package/dist/esm/types/result-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  1885. package/dist/esm/types/result-for-get-mlp-alarm-summary-info-output.d.ts +30 -0
  1886. package/dist/esm/types/result-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  1887. package/dist/esm/types/result-for-get-rasp-alarm-summary-info-output.d.ts +30 -0
  1888. package/dist/esm/types/result-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  1889. package/dist/esm/types/result-for-get-virus-alarm-summary-info-output.d.ts +30 -0
  1890. package/dist/esm/types/result-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  1891. package/dist/esm/types/result-for-update-common-alarm-status-output.d.ts +35 -0
  1892. package/dist/esm/types/result-for-update-common-alarm-status-output.d.ts.map +1 -0
  1893. package/dist/esm/types/result-list-for-get-hids-alarm-summary-info-output.d.ts +175 -0
  1894. package/dist/esm/types/result-list-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  1895. package/dist/esm/types/result-list-for-get-mlp-alarm-summary-info-output.d.ts +175 -0
  1896. package/dist/esm/types/result-list-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  1897. package/dist/esm/types/result-list-for-get-rasp-alarm-summary-info-output.d.ts +175 -0
  1898. package/dist/esm/types/result-list-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  1899. package/dist/esm/types/result-list-for-get-virus-alarm-summary-info-output.d.ts +175 -0
  1900. package/dist/esm/types/result-list-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  1901. package/dist/esm/types/risk-for-create-host-tag-input.d.ts +45 -0
  1902. package/dist/esm/types/risk-for-create-host-tag-input.d.ts.map +1 -0
  1903. package/dist/esm/types/risk-for-delete-host-tag-input.d.ts +45 -0
  1904. package/dist/esm/types/risk-for-delete-host-tag-input.d.ts.map +1 -0
  1905. package/dist/esm/types/risk-for-disable-host-important-protect-input.d.ts +45 -0
  1906. package/dist/esm/types/risk-for-disable-host-important-protect-input.d.ts.map +1 -0
  1907. package/dist/esm/types/risk-for-enable-host-important-protect-input.d.ts +45 -0
  1908. package/dist/esm/types/risk-for-enable-host-important-protect-input.d.ts.map +1 -0
  1909. package/dist/esm/types/risk-for-export-asset-center-devs-input.d.ts +40 -0
  1910. package/dist/esm/types/risk-for-export-asset-center-devs-input.d.ts.map +1 -0
  1911. package/dist/esm/types/risk-for-export-asset-center-hosts-input.d.ts +45 -0
  1912. package/dist/esm/types/risk-for-export-asset-center-hosts-input.d.ts.map +1 -0
  1913. package/dist/esm/types/risk-for-export-repo-image-asset-input.d.ts +40 -0
  1914. package/dist/esm/types/risk-for-export-repo-image-asset-input.d.ts.map +1 -0
  1915. package/dist/esm/types/risk-for-get-offline-notification-list-output.d.ts +5 -0
  1916. package/dist/esm/types/risk-for-get-offline-notification-list-output.d.ts.map +1 -1
  1917. package/dist/esm/types/risk-for-list-asset-center-devs-input.d.ts +40 -0
  1918. package/dist/esm/types/risk-for-list-asset-center-devs-input.d.ts.map +1 -0
  1919. package/dist/esm/types/risk-for-list-asset-center-hosts-input.d.ts +5 -0
  1920. package/dist/esm/types/risk-for-list-asset-center-hosts-input.d.ts.map +1 -1
  1921. package/dist/esm/types/risk-for-list-asset-center-hosts-output.d.ts +5 -0
  1922. package/dist/esm/types/risk-for-list-asset-center-hosts-output.d.ts.map +1 -1
  1923. package/dist/esm/types/risk-for-list-auto-defense-hosts-output.d.ts +45 -0
  1924. package/dist/esm/types/risk-for-list-auto-defense-hosts-output.d.ts.map +1 -0
  1925. package/dist/esm/types/risk-for-list-dev-asset-ids-input.d.ts +40 -0
  1926. package/dist/esm/types/risk-for-list-dev-asset-ids-input.d.ts.map +1 -0
  1927. package/dist/esm/types/risk-for-list-dev-basic-infos-input.d.ts +40 -0
  1928. package/dist/esm/types/risk-for-list-dev-basic-infos-input.d.ts.map +1 -0
  1929. package/dist/esm/types/risk-for-list-hosts-agent-ids-input.d.ts +45 -0
  1930. package/dist/esm/types/risk-for-list-hosts-agent-ids-input.d.ts.map +1 -0
  1931. package/dist/esm/types/risk-for-list-hosts-basic-infos-input.d.ts +5 -0
  1932. package/dist/esm/types/risk-for-list-hosts-basic-infos-input.d.ts.map +1 -1
  1933. package/dist/esm/types/risk-for-list-multi-level-asset-hosts-input.d.ts +45 -0
  1934. package/dist/esm/types/risk-for-list-multi-level-asset-hosts-input.d.ts.map +1 -0
  1935. package/dist/esm/types/risk-for-list-multi-level-asset-hosts-output.d.ts +40 -0
  1936. package/dist/esm/types/risk-for-list-multi-level-asset-hosts-output.d.ts.map +1 -0
  1937. package/dist/esm/types/risk-for-list-registry-images-input.d.ts +40 -0
  1938. package/dist/esm/types/risk-for-list-registry-images-input.d.ts.map +1 -0
  1939. package/dist/esm/types/risk-for-update-host-tag-input.d.ts +45 -0
  1940. package/dist/esm/types/risk-for-update-host-tag-input.d.ts.map +1 -0
  1941. package/dist/esm/types/risk-num-for-get-baseline-detect-progress-detail-output.d.ts +45 -0
  1942. package/dist/esm/types/risk-num-for-get-baseline-detect-progress-detail-output.d.ts.map +1 -0
  1943. package/dist/esm/types/risk-num-for-list-baselines-output.d.ts +35 -0
  1944. package/dist/esm/types/risk-num-for-list-baselines-output.d.ts.map +1 -0
  1945. package/dist/esm/types/rule-for-add-rasp-config-input.d.ts +30 -0
  1946. package/dist/esm/types/rule-for-add-rasp-config-input.d.ts.map +1 -0
  1947. package/dist/esm/types/rule-for-edit-rasp-config-input.d.ts +30 -0
  1948. package/dist/esm/types/rule-for-edit-rasp-config-input.d.ts.map +1 -0
  1949. package/dist/esm/types/rule-for-list-rasp-configs-output.d.ts +30 -0
  1950. package/dist/esm/types/rule-for-list-rasp-configs-output.d.ts.map +1 -0
  1951. package/dist/esm/types/rule-list-for-add-white-list-input.d.ts +40 -0
  1952. package/dist/esm/types/rule-list-for-add-white-list-input.d.ts.map +1 -0
  1953. package/dist/esm/types/rule-list-for-list-white-lists-output.d.ts +40 -0
  1954. package/dist/esm/types/rule-list-for-list-white-lists-output.d.ts.map +1 -0
  1955. package/dist/esm/types/save-repo-image-scan-cron-request.d.ts +35 -0
  1956. package/dist/esm/types/save-repo-image-scan-cron-request.d.ts.map +1 -0
  1957. package/dist/esm/types/save-repo-image-scan-cron-response.d.ts +26 -0
  1958. package/dist/esm/types/save-repo-image-scan-cron-response.d.ts.map +1 -0
  1959. package/dist/esm/types/save-repo-image-scan-scope-request.d.ts +45 -0
  1960. package/dist/esm/types/save-repo-image-scan-scope-request.d.ts.map +1 -0
  1961. package/dist/esm/types/save-repo-image-scan-scope-response.d.ts +26 -0
  1962. package/dist/esm/types/save-repo-image-scan-scope-response.d.ts.map +1 -0
  1963. package/dist/esm/types/scan-for-get-registry-image-detail-output.d.ts +83 -0
  1964. package/dist/esm/types/scan-for-get-registry-image-detail-output.d.ts.map +1 -0
  1965. package/dist/esm/types/scan-for-list-registry-images-output.d.ts +83 -0
  1966. package/dist/esm/types/scan-for-list-registry-images-output.d.ts.map +1 -0
  1967. package/dist/esm/types/scan-path-list-for-creat-file-scan-task-input.d.ts +30 -0
  1968. package/dist/esm/types/scan-path-list-for-creat-file-scan-task-input.d.ts.map +1 -0
  1969. package/dist/esm/types/scan-type-for-detect-vuln-input.d.ts +60 -0
  1970. package/dist/esm/types/scan-type-for-detect-vuln-input.d.ts.map +1 -0
  1971. package/dist/esm/types/scan-type-for-edit-vuln-scan-config-input.d.ts +60 -0
  1972. package/dist/esm/types/scan-type-for-edit-vuln-scan-config-input.d.ts.map +1 -0
  1973. package/dist/esm/types/scan-type-for-get-vuln-scan-config-output.d.ts +60 -0
  1974. package/dist/esm/types/scan-type-for-get-vuln-scan-config-output.d.ts.map +1 -0
  1975. package/dist/esm/types/senfile-distr-for-get-registry-image-detail-output.d.ts +40 -0
  1976. package/dist/esm/types/senfile-distr-for-get-registry-image-detail-output.d.ts.map +1 -0
  1977. package/dist/esm/types/senfile-distr-for-list-registry-images-output.d.ts +40 -0
  1978. package/dist/esm/types/senfile-distr-for-list-registry-images-output.d.ts.map +1 -0
  1979. package/dist/esm/types/senfile-distr-for-list-repo-image-layer-output.d.ts +40 -0
  1980. package/dist/esm/types/senfile-distr-for-list-repo-image-layer-output.d.ts.map +1 -0
  1981. package/dist/esm/types/set-brute-force-ban-config-request.d.ts +10 -0
  1982. package/dist/esm/types/set-brute-force-ban-config-request.d.ts.map +1 -1
  1983. package/dist/esm/types/set-brute-force-ban-config-response.d.ts +5 -0
  1984. package/dist/esm/types/set-brute-force-ban-config-response.d.ts.map +1 -1
  1985. package/dist/esm/types/set-regular-virus-scan-config-request.d.ts +95 -0
  1986. package/dist/esm/types/set-regular-virus-scan-config-request.d.ts.map +1 -0
  1987. package/dist/esm/types/set-regular-virus-scan-config-response.d.ts +25 -0
  1988. package/dist/esm/types/set-regular-virus-scan-config-response.d.ts.map +1 -0
  1989. package/dist/esm/types/stop-mlpasset-sync-task-request.d.ts +1 -1
  1990. package/dist/esm/types/stop-mlpasset-sync-task-request.d.ts.map +1 -1
  1991. package/dist/esm/types/storage-for-get-dev-detail-output.d.ts +50 -0
  1992. package/dist/esm/types/storage-for-get-dev-detail-output.d.ts.map +1 -0
  1993. package/dist/esm/types/switch-cloud-env-sync-request.d.ts +30 -0
  1994. package/dist/esm/types/switch-cloud-env-sync-request.d.ts.map +1 -0
  1995. package/dist/esm/types/switch-cloud-env-sync-response.d.ts +25 -0
  1996. package/dist/esm/types/switch-cloud-env-sync-response.d.ts.map +1 -0
  1997. package/dist/esm/types/switch-for-add-rasp-config-input.d.ts +55 -0
  1998. package/dist/esm/types/switch-for-add-rasp-config-input.d.ts.map +1 -0
  1999. package/dist/esm/types/switch-for-edit-rasp-config-input.d.ts +55 -0
  2000. package/dist/esm/types/switch-for-edit-rasp-config-input.d.ts.map +1 -0
  2001. package/dist/esm/types/switch-for-list-rasp-configs-output.d.ts +55 -0
  2002. package/dist/esm/types/switch-for-list-rasp-configs-output.d.ts.map +1 -0
  2003. package/dist/esm/types/sync-registry-images-request.d.ts +20 -0
  2004. package/dist/esm/types/sync-registry-images-request.d.ts.map +1 -0
  2005. package/dist/esm/types/sync-registry-images-response.d.ts +25 -0
  2006. package/dist/esm/types/sync-registry-images-response.d.ts.map +1 -0
  2007. package/dist/esm/types/threaten-for-get-multi-level-institution-detail-output.d.ts +45 -0
  2008. package/dist/esm/types/threaten-for-get-multi-level-institution-detail-output.d.ts.map +1 -0
  2009. package/dist/esm/types/trace-res-for-get-alarm-trace-output.d.ts +20 -0
  2010. package/dist/esm/types/trace-res-for-get-alarm-trace-output.d.ts.map +1 -0
  2011. package/dist/esm/types/type-rsp-list-for-get-asset-cluster-statistic-output.d.ts +30 -0
  2012. package/dist/esm/types/type-rsp-list-for-get-asset-cluster-statistic-output.d.ts.map +1 -0
  2013. package/dist/esm/types/uninstall-agent-client-request.d.ts +40 -0
  2014. package/dist/esm/types/uninstall-agent-client-request.d.ts.map +1 -0
  2015. package/dist/esm/types/uninstall-agent-client-response.d.ts +36 -0
  2016. package/dist/esm/types/uninstall-agent-client-response.d.ts.map +1 -0
  2017. package/dist/esm/types/uninstall-commands-request.d.ts +20 -0
  2018. package/dist/esm/types/uninstall-commands-request.d.ts.map +1 -0
  2019. package/dist/esm/types/uninstall-commands-response.d.ts +35 -0
  2020. package/dist/esm/types/uninstall-commands-response.d.ts.map +1 -0
  2021. package/dist/esm/types/update-alarm-tags-request.d.ts +40 -0
  2022. package/dist/esm/types/update-alarm-tags-request.d.ts.map +1 -0
  2023. package/dist/esm/types/update-alarm-tags-response.d.ts +25 -0
  2024. package/dist/esm/types/update-alarm-tags-response.d.ts.map +1 -0
  2025. package/dist/esm/types/update-asset-clusters-request.d.ts +20 -0
  2026. package/dist/esm/types/update-asset-clusters-request.d.ts.map +1 -0
  2027. package/dist/esm/types/update-asset-clusters-response.d.ts +25 -0
  2028. package/dist/esm/types/update-asset-clusters-response.d.ts.map +1 -0
  2029. package/dist/esm/types/update-common-alarm-status-request.d.ts +46 -0
  2030. package/dist/esm/types/update-common-alarm-status-request.d.ts.map +1 -0
  2031. package/dist/esm/types/update-common-alarm-status-response.d.ts +31 -0
  2032. package/dist/esm/types/update-common-alarm-status-response.d.ts.map +1 -0
  2033. package/dist/esm/types/update-host-tag-request.d.ts +41 -0
  2034. package/dist/esm/types/update-host-tag-request.d.ts.map +1 -0
  2035. package/dist/esm/types/update-host-tag-response.d.ts +25 -0
  2036. package/dist/esm/types/update-host-tag-response.d.ts.map +1 -0
  2037. package/dist/esm/types/update-login-config-request.d.ts +76 -0
  2038. package/dist/esm/types/update-login-config-request.d.ts.map +1 -0
  2039. package/dist/esm/types/update-login-config-response.d.ts +20 -0
  2040. package/dist/esm/types/update-login-config-response.d.ts.map +1 -0
  2041. package/dist/esm/types/update-mlp-alarm-status-request.d.ts +46 -0
  2042. package/dist/esm/types/update-mlp-alarm-status-request.d.ts.map +1 -0
  2043. package/dist/esm/types/update-mlp-alarm-status-response.d.ts +26 -0
  2044. package/dist/esm/types/update-mlp-alarm-status-response.d.ts.map +1 -0
  2045. package/dist/esm/types/update-registry-flow-rate-limit-request.d.ts +30 -0
  2046. package/dist/esm/types/update-registry-flow-rate-limit-request.d.ts.map +1 -0
  2047. package/dist/esm/types/update-registry-flow-rate-limit-response.d.ts +25 -0
  2048. package/dist/esm/types/update-registry-flow-rate-limit-response.d.ts.map +1 -0
  2049. package/dist/esm/types/update-registry-sync-config-request.d.ts +35 -0
  2050. package/dist/esm/types/update-registry-sync-config-request.d.ts.map +1 -0
  2051. package/dist/esm/types/update-registry-sync-config-response.d.ts +25 -0
  2052. package/dist/esm/types/update-registry-sync-config-response.d.ts.map +1 -0
  2053. package/dist/esm/types/update-regular-clean-request.d.ts +35 -0
  2054. package/dist/esm/types/update-regular-clean-request.d.ts.map +1 -0
  2055. package/dist/esm/types/update-regular-clean-response.d.ts +25 -0
  2056. package/dist/esm/types/update-regular-clean-response.d.ts.map +1 -0
  2057. package/dist/esm/types/user-auto-defense-rule-for-list-auto-defense-rules-output.d.ts +45 -0
  2058. package/dist/esm/types/user-auto-defense-rule-for-list-auto-defense-rules-output.d.ts.map +1 -0
  2059. package/dist/esm/types/value-added-for-get-tenant-quota-output.d.ts +56 -0
  2060. package/dist/esm/types/value-added-for-get-tenant-quota-output.d.ts.map +1 -0
  2061. package/dist/esm/types/varmor-quota-for-get-tenant-quota-output.d.ts +55 -0
  2062. package/dist/esm/types/varmor-quota-for-get-tenant-quota-output.d.ts.map +1 -0
  2063. package/dist/esm/types/varmor-topic-config-for-get-tlsinfo-output.d.ts +35 -0
  2064. package/dist/esm/types/varmor-topic-config-for-get-tlsinfo-output.d.ts.map +1 -0
  2065. package/dist/esm/types/virus-file-for-get-security-overview-output.d.ts +30 -0
  2066. package/dist/esm/types/virus-file-for-get-security-overview-output.d.ts.map +1 -0
  2067. package/dist/esm/types/virus-for-get-host-basic-info-output.d.ts +40 -0
  2068. package/dist/esm/types/virus-for-get-host-basic-info-output.d.ts.map +1 -0
  2069. package/dist/esm/types/virus-hit-data-list-for-get-hids-alarm-summary-info-output.d.ts +35 -0
  2070. package/dist/esm/types/virus-hit-data-list-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  2071. package/dist/esm/types/virus-hit-data-list-for-get-mlp-alarm-summary-info-output.d.ts +35 -0
  2072. package/dist/esm/types/virus-hit-data-list-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  2073. package/dist/esm/types/virus-hit-data-list-for-get-rasp-alarm-summary-info-output.d.ts +35 -0
  2074. package/dist/esm/types/virus-hit-data-list-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  2075. package/dist/esm/types/virus-hit-data-list-for-get-virus-alarm-summary-info-output.d.ts +35 -0
  2076. package/dist/esm/types/virus-hit-data-list-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  2077. package/dist/esm/types/volume-for-get-dev-detail-output.d.ts +50 -0
  2078. package/dist/esm/types/volume-for-get-dev-detail-output.d.ts.map +1 -0
  2079. package/dist/esm/types/vul-info-for-get-hids-alarm-summary-info-output.d.ts +46 -0
  2080. package/dist/esm/types/vul-info-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  2081. package/dist/esm/types/vul-info-for-get-mlp-alarm-summary-info-output.d.ts +46 -0
  2082. package/dist/esm/types/vul-info-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  2083. package/dist/esm/types/vul-info-for-get-rasp-alarm-summary-info-output.d.ts +46 -0
  2084. package/dist/esm/types/vul-info-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  2085. package/dist/esm/types/vul-info-for-get-virus-alarm-summary-info-output.d.ts +46 -0
  2086. package/dist/esm/types/vul-info-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  2087. package/dist/esm/types/vuln-distr-for-get-registry-image-detail-output.d.ts +45 -0
  2088. package/dist/esm/types/vuln-distr-for-get-registry-image-detail-output.d.ts.map +1 -0
  2089. package/dist/esm/types/vuln-distr-for-list-registry-images-output.d.ts +45 -0
  2090. package/dist/esm/types/vuln-distr-for-list-registry-images-output.d.ts.map +1 -0
  2091. package/dist/esm/types/vuln-distr-for-list-repo-image-layer-output.d.ts +45 -0
  2092. package/dist/esm/types/vuln-distr-for-list-repo-image-layer-output.d.ts.map +1 -0
  2093. package/dist/esm/types/vuln-for-get-host-basic-info-output.d.ts +45 -0
  2094. package/dist/esm/types/vuln-for-get-host-basic-info-output.d.ts.map +1 -0
  2095. package/dist/esm/types/vuln-list-for-get-hids-alarm-summary-info-output.d.ts +30 -0
  2096. package/dist/esm/types/vuln-list-for-get-hids-alarm-summary-info-output.d.ts.map +1 -0
  2097. package/dist/esm/types/vuln-list-for-get-mlp-alarm-summary-info-output.d.ts +30 -0
  2098. package/dist/esm/types/vuln-list-for-get-mlp-alarm-summary-info-output.d.ts.map +1 -0
  2099. package/dist/esm/types/vuln-list-for-get-rasp-alarm-summary-info-output.d.ts +30 -0
  2100. package/dist/esm/types/vuln-list-for-get-rasp-alarm-summary-info-output.d.ts.map +1 -0
  2101. package/dist/esm/types/vuln-list-for-get-virus-alarm-summary-info-output.d.ts +30 -0
  2102. package/dist/esm/types/vuln-list-for-get-virus-alarm-summary-info-output.d.ts.map +1 -0
  2103. package/dist/esm/types/vuln-risk-for-get-security-overview-output.d.ts +30 -0
  2104. package/dist/esm/types/vuln-risk-for-get-security-overview-output.d.ts.map +1 -0
  2105. package/dist/esm/types/vuln-topic-config-for-get-tlsinfo-output.d.ts +35 -0
  2106. package/dist/esm/types/vuln-topic-config-for-get-tlsinfo-output.d.ts.map +1 -0
  2107. package/dist/esm/types/vuln-topic-config-for-modify-tlsconfig-input.d.ts +30 -0
  2108. package/dist/esm/types/vuln-topic-config-for-modify-tlsconfig-input.d.ts.map +1 -0
  2109. package/dist/esm/types/vuln-type-for-get-vuln-statistics-for-aioutput.d.ts +30 -0
  2110. package/dist/esm/types/vuln-type-for-get-vuln-statistics-for-aioutput.d.ts.map +1 -0
  2111. package/dist/esm/types/vuln-type-for-get-vuln-statistics-output.d.ts +60 -0
  2112. package/dist/esm/types/vuln-type-for-get-vuln-statistics-output.d.ts.map +1 -0
  2113. package/dist/esm/types/weak-password-for-list-weak-password-check-detail-output.d.ts +70 -0
  2114. package/dist/esm/types/weak-password-for-list-weak-password-check-detail-output.d.ts.map +1 -0
  2115. package/package.json +5 -1
  2116. package/.turbo/turbo-build.log +0 -19
  2117. package/dist/esm/types/host-info-for-list-ban-iplist-output.d.ts +0 -56
  2118. package/dist/esm/types/host-info-for-list-ban-iplist-output.d.ts.map +0 -1
  2119. package/dist/tsconfig.tsbuildinfo +0 -1
  2120. package/rslib.config.ts +0 -26
  2121. package/src/api.ts +0 -1939
  2122. package/src/index.ts +0 -14
  2123. package/src/types/add-baseline-check-config-request.ts +0 -89
  2124. package/src/types/add-baseline-check-config-response.ts +0 -28
  2125. package/src/types/add-monitor-policy-request.ts +0 -101
  2126. package/src/types/add-monitor-policy-response.ts +0 -22
  2127. package/src/types/agent-resource-limit-for-batch-install-varmor-apps-input.ts +0 -46
  2128. package/src/types/agent-resource-limit-for-list-clusters-and-varmor-apps-output.ts +0 -46
  2129. package/src/types/agent-resource-limit-for-update-varmor-app-config-input.ts +0 -46
  2130. package/src/types/app-sec-for-get-multi-level-auth-detail-output.ts +0 -40
  2131. package/src/types/armor-profile-info-for-get-varmor-policy-output.ts +0 -52
  2132. package/src/types/armor-profile-info-for-list-varmor-policies-output.ts +0 -52
  2133. package/src/types/attribution-list-for-list-file-monitor-alarms-output.ts +0 -34
  2134. package/src/types/attribution-list-for-list-hids-alarms-output.ts +0 -34
  2135. package/src/types/ban-alarm-iprequest.ts +0 -40
  2136. package/src/types/ban-alarm-ipresponse.ts +0 -28
  2137. package/src/types/baseline-info-for-list-baseline-check-items-output.ts +0 -112
  2138. package/src/types/baseline-info-for-list-baseline-host-item-hosts-output.ts +0 -125
  2139. package/src/types/baseline-list-for-add-baseline-check-config-input.ts +0 -34
  2140. package/src/types/baseline-list-for-edit-baseline-check-config-input.ts +0 -34
  2141. package/src/types/baseline-list-for-list-baseline-basic-info-output.ts +0 -46
  2142. package/src/types/baseline-list-for-list-baseline-check-config-output.ts +0 -34
  2143. package/src/types/batch-delete-varmor-policies-request.ts +0 -28
  2144. package/src/types/batch-delete-varmor-policies-response.ts +0 -41
  2145. package/src/types/batch-install-varmor-apps-request.ts +0 -59
  2146. package/src/types/batch-install-varmor-apps-response.ts +0 -41
  2147. package/src/types/batch-uninstall-varmor-apps-request.ts +0 -28
  2148. package/src/types/batch-uninstall-varmor-apps-response.ts +0 -41
  2149. package/src/types/batch-upgrade-varmor-apps-request.ts +0 -34
  2150. package/src/types/batch-upgrade-varmor-apps-response.ts +0 -41
  2151. package/src/types/behavior-resource-limit-for-batch-install-varmor-apps-input.ts +0 -46
  2152. package/src/types/behavior-resource-limit-for-list-clusters-and-varmor-apps-output.ts +0 -46
  2153. package/src/types/behavior-resource-limit-for-update-varmor-app-config-input.ts +0 -46
  2154. package/src/types/bind-mlpauth-request.ts +0 -28
  2155. package/src/types/bind-mlpauth-response.ts +0 -28
  2156. package/src/types/bpfresource-limit-for-batch-install-varmor-apps-input.ts +0 -46
  2157. package/src/types/bpfresource-limit-for-list-clusters-and-varmor-apps-output.ts +0 -46
  2158. package/src/types/bpfresource-limit-for-update-varmor-app-config-input.ts +0 -46
  2159. package/src/types/check-alarm-support-ban-iprequest.ts +0 -40
  2160. package/src/types/check-alarm-support-ban-ipresponse.ts +0 -52
  2161. package/src/types/check-monitor-policy-request.ts +0 -64
  2162. package/src/types/check-monitor-policy-response.ts +0 -28
  2163. package/src/types/cluster-for-list-file-monitor-alarms-output.ts +0 -58
  2164. package/src/types/cluster-for-list-hids-alarms-output.ts +0 -58
  2165. package/src/types/cluster-hardening-stats-for-get-policy-statistics-output.ts +0 -34
  2166. package/src/types/cluster-sec-for-get-multi-level-auth-detail-output.ts +0 -40
  2167. package/src/types/conditions-for-export-file-monitor-alarm-list-data-input.ts +0 -286
  2168. package/src/types/conditions-for-list-asset-center-hosts-input.ts +0 -149
  2169. package/src/types/conditions-for-list-hosts-basic-infos-input.ts +0 -149
  2170. package/src/types/conditions-for-list-ordered-hosts-basic-infos-input.ts +0 -100
  2171. package/src/types/conditions-for-list-vul-detail-input.ts +0 -76
  2172. package/src/types/control-monitor-policy-request.ts +0 -34
  2173. package/src/types/control-monitor-policy-response.ts +0 -28
  2174. package/src/types/convert-data-for-get-alarm-trace-raw-data-output.ts +0 -29
  2175. package/src/types/create-mlpasset-sync-task-request.ts +0 -28
  2176. package/src/types/create-mlpasset-sync-task-response.ts +0 -28
  2177. package/src/types/create-varmor-policy-request.ts +0 -34
  2178. package/src/types/create-varmor-policy-response.ts +0 -41
  2179. package/src/types/data-for-describe-file-change-trend-top5-output.ts +0 -34
  2180. package/src/types/data-for-get-alarm-rule-list-output.ts +0 -76
  2181. package/src/types/data-for-get-alarm-trace-raw-data-output.ts +0 -22
  2182. package/src/types/data-for-get-auto-isolate-agent-list-output.ts +0 -83
  2183. package/src/types/data-for-get-fingerprint-env-output.ts +0 -94
  2184. package/src/types/data-for-get-host-volume-output.ts +0 -64
  2185. package/src/types/data-for-get-mlpasset-sync-task-detail-output.ts +0 -70
  2186. package/src/types/data-for-get-offline-notification-list-output.ts +0 -216
  2187. package/src/types/data-for-get-socasset-instance-protect-status-output.ts +0 -46
  2188. package/src/types/data-for-list-agent-proxies-output.ts +0 -52
  2189. package/src/types/data-for-list-agent-proxy-servers-output.ts +0 -58
  2190. package/src/types/data-for-list-asset-center-hosts-output.ts +0 -210
  2191. package/src/types/data-for-list-asset-namespaces-output.ts +0 -58
  2192. package/src/types/data-for-list-auto-defense-rules-output.ts +0 -95
  2193. package/src/types/data-for-list-ban-iplist-output.ts +0 -114
  2194. package/src/types/data-for-list-baseline-basic-info-output.ts +0 -47
  2195. package/src/types/data-for-list-baseline-check-config-output.ts +0 -143
  2196. package/src/types/data-for-list-baseline-check-items-output.ts +0 -35
  2197. package/src/types/data-for-list-baseline-for-group-policy-output.ts +0 -46
  2198. package/src/types/data-for-list-baseline-host-item-hosts-output.ts +0 -35
  2199. package/src/types/data-for-list-check-config-related-baseline-output.ts +0 -46
  2200. package/src/types/data-for-list-clean-history-output.ts +0 -94
  2201. package/src/types/data-for-list-cloud-envs-output.ts +0 -76
  2202. package/src/types/data-for-list-clusters-and-varmor-apps-output.ts +0 -130
  2203. package/src/types/data-for-list-file-monitor-alarms-output.ts +0 -301
  2204. package/src/types/data-for-list-fingerprint-collect-config-output.ts +0 -76
  2205. package/src/types/data-for-list-hids-alarms-output.ts +0 -301
  2206. package/src/types/data-for-list-hosts-basic-infos-output.ts +0 -185
  2207. package/src/types/data-for-list-isolation-files-output.ts +0 -131
  2208. package/src/types/data-for-list-mlpasset-tasks-output.ts +0 -70
  2209. package/src/types/data-for-list-monitor-policies-output.ts +0 -143
  2210. package/src/types/data-for-list-ordered-hosts-basic-infos-output.ts +0 -125
  2211. package/src/types/data-for-list-scan-sub-tasks-output.ts +0 -58
  2212. package/src/types/data-for-list-varmor-policies-output.ts +0 -123
  2213. package/src/types/data-for-list-vul-by-pod-output.ts +0 -119
  2214. package/src/types/data-for-list-vul-detail-output.ts +0 -185
  2215. package/src/types/data-for-list-vul-host-by-pod-output.ts +0 -88
  2216. package/src/types/delete-baseline-check-config-request.ts +0 -28
  2217. package/src/types/delete-baseline-check-config-response.ts +0 -28
  2218. package/src/types/delete-monitor-policy-request.ts +0 -28
  2219. package/src/types/delete-monitor-policy-response.ts +0 -22
  2220. package/src/types/describe-file-change-trend-top5-request.ts +0 -22
  2221. package/src/types/describe-file-change-trend-top5-response.ts +0 -29
  2222. package/src/types/describe-file-monitor-overview-request.ts +0 -22
  2223. package/src/types/describe-file-monitor-overview-response.ts +0 -34
  2224. package/src/types/describe-last-week-file-change-trends-request.ts +0 -22
  2225. package/src/types/describe-last-week-file-change-trends-response.ts +0 -41
  2226. package/src/types/detect-baseline-by-check-config-request.ts +0 -28
  2227. package/src/types/detect-baseline-by-check-config-response.ts +0 -28
  2228. package/src/types/directory-list-for-add-monitor-policy-input.ts +0 -52
  2229. package/src/types/directory-list-for-edit-monitor-policy-input.ts +0 -52
  2230. package/src/types/directory-list-for-get-monitor-policy-directory-output.ts +0 -52
  2231. package/src/types/directory-list-for-list-monitor-policies-output.ts +0 -52
  2232. package/src/types/ecs-instance-for-get-auto-isolate-agent-list-output.ts +0 -154
  2233. package/src/types/ecs-instance-for-get-offline-notification-list-output.ts +0 -154
  2234. package/src/types/ecs-instance-for-list-asset-center-hosts-output.ts +0 -154
  2235. package/src/types/ecs-instance-for-list-ban-iplist-output.ts +0 -154
  2236. package/src/types/ecs-instance-for-list-hosts-basic-infos-output.ts +0 -154
  2237. package/src/types/ecs-instance-for-list-ordered-hosts-basic-infos-output.ts +0 -154
  2238. package/src/types/edit-baseline-check-config-request.ts +0 -95
  2239. package/src/types/edit-baseline-check-config-response.ts +0 -28
  2240. package/src/types/edit-fingerprint-collect-config-request.ts +0 -58
  2241. package/src/types/edit-fingerprint-collect-config-response.ts +0 -28
  2242. package/src/types/edit-monitor-policy-request.ts +0 -107
  2243. package/src/types/edit-monitor-policy-response.ts +0 -22
  2244. package/src/types/export-file-monitor-alarm-list-data-request.ts +0 -35
  2245. package/src/types/export-file-monitor-alarm-list-data-response.ts +0 -28
  2246. package/src/types/failed-list-for-batch-delete-varmor-policies-output.ts +0 -34
  2247. package/src/types/failed-list-for-batch-install-varmor-apps-output.ts +0 -34
  2248. package/src/types/failed-list-for-batch-uninstall-varmor-apps-output.ts +0 -34
  2249. package/src/types/failed-list-for-batch-upgrade-varmor-apps-output.ts +0 -34
  2250. package/src/types/failed-list-for-create-varmor-policy-output.ts +0 -34
  2251. package/src/types/file-for-handle-endpoint-alarms-input.ts +0 -34
  2252. package/src/types/filter-for-list-asset-namespaces-input.ts +0 -40
  2253. package/src/types/get-aialarm-judge-config-request.ts +0 -22
  2254. package/src/types/get-aialarm-judge-config-response.ts +0 -46
  2255. package/src/types/get-alarm-rule-list-request.ts +0 -76
  2256. package/src/types/get-alarm-rule-list-response.ts +0 -47
  2257. package/src/types/get-alarm-trace-raw-data-request.ts +0 -82
  2258. package/src/types/get-alarm-trace-raw-data-response.ts +0 -47
  2259. package/src/types/get-all-monitor-suffix-list-request.ts +0 -22
  2260. package/src/types/get-all-monitor-suffix-list-response.ts +0 -28
  2261. package/src/types/get-armor-profile-request.ts +0 -40
  2262. package/src/types/get-armor-profile-response.ts +0 -52
  2263. package/src/types/get-auto-isolate-agent-list-request.ts +0 -88
  2264. package/src/types/get-auto-isolate-agent-list-response.ts +0 -47
  2265. package/src/types/get-auto-protect-config-request.ts +0 -22
  2266. package/src/types/get-auto-protect-config-response.ts +0 -34
  2267. package/src/types/get-brute-force-ban-cap-params-request.ts +0 -22
  2268. package/src/types/get-brute-force-ban-cap-params-response.ts +0 -28
  2269. package/src/types/get-brute-force-ban-config-request.ts +0 -28
  2270. package/src/types/get-brute-force-ban-config-response.ts +0 -89
  2271. package/src/types/get-brute-force-ban-statistics-request.ts +0 -28
  2272. package/src/types/get-brute-force-ban-statistics-response.ts +0 -34
  2273. package/src/types/get-cluster-statistics-request.ts +0 -22
  2274. package/src/types/get-cluster-statistics-response.ts +0 -53
  2275. package/src/types/get-custom-weak-passwords-request.ts +0 -22
  2276. package/src/types/get-custom-weak-passwords-response.ts +0 -46
  2277. package/src/types/get-fingerprint-env-request.ts +0 -112
  2278. package/src/types/get-fingerprint-env-response.ts +0 -47
  2279. package/src/types/get-geo-location-request.ts +0 -28
  2280. package/src/types/get-geo-location-response.ts +0 -29
  2281. package/src/types/get-host-volume-request.ts +0 -52
  2282. package/src/types/get-host-volume-response.ts +0 -47
  2283. package/src/types/get-mlpasset-sync-task-detail-request.ts +0 -28
  2284. package/src/types/get-mlpasset-sync-task-detail-response.ts +0 -29
  2285. package/src/types/get-mlpasset-sync-task-status-request.ts +0 -28
  2286. package/src/types/get-mlpasset-sync-task-status-response.ts +0 -46
  2287. package/src/types/get-monitor-policy-directory-request.ts +0 -28
  2288. package/src/types/get-monitor-policy-directory-response.ts +0 -29
  2289. package/src/types/get-multi-level-auth-detail-request.ts +0 -22
  2290. package/src/types/get-multi-level-auth-detail-response.ts +0 -49
  2291. package/src/types/get-offline-notification-config-request.ts +0 -22
  2292. package/src/types/get-offline-notification-config-response.ts +0 -34
  2293. package/src/types/get-offline-notification-list-request.ts +0 -94
  2294. package/src/types/get-offline-notification-list-response.ts +0 -47
  2295. package/src/types/get-policy-statistics-request.ts +0 -22
  2296. package/src/types/get-policy-statistics-response.ts +0 -48
  2297. package/src/types/get-security-overview-score-stats-request.ts +0 -28
  2298. package/src/types/get-security-overview-score-stats-response.ts +0 -35
  2299. package/src/types/get-socasset-alarm-stats-request.ts +0 -28
  2300. package/src/types/get-socasset-alarm-stats-response.ts +0 -47
  2301. package/src/types/get-socasset-instance-protect-status-request.ts +0 -28
  2302. package/src/types/get-socasset-instance-protect-status-response.ts +0 -29
  2303. package/src/types/get-socasset-security-score-request.ts +0 -28
  2304. package/src/types/get-socasset-security-score-response.ts +0 -35
  2305. package/src/types/get-socasset-vuln-stats-request.ts +0 -28
  2306. package/src/types/get-socasset-vuln-stats-response.ts +0 -47
  2307. package/src/types/get-socprecaution-baseline-stats-request.ts +0 -28
  2308. package/src/types/get-socprecaution-baseline-stats-response.ts +0 -41
  2309. package/src/types/get-varmor-config-yamlrequest.ts +0 -28
  2310. package/src/types/get-varmor-config-yamlresponse.ts +0 -28
  2311. package/src/types/get-varmor-policy-request.ts +0 -34
  2312. package/src/types/get-varmor-policy-response.ts +0 -107
  2313. package/src/types/get-varmor-tlsinfo-request.ts +0 -22
  2314. package/src/types/get-varmor-tlsinfo-response.ts +0 -46
  2315. package/src/types/handle-endpoint-alarms-request.ts +0 -35
  2316. package/src/types/handle-endpoint-alarms-response.ts +0 -22
  2317. package/src/types/handle-list-for-handle-endpoint-alarms-input.ts +0 -48
  2318. package/src/types/host-for-list-file-monitor-alarms-output.ts +0 -52
  2319. package/src/types/host-for-list-hids-alarms-output.ts +0 -52
  2320. package/src/types/host-for-list-isolation-files-output.ts +0 -52
  2321. package/src/types/host-info-for-list-ban-iplist-output.ts +0 -65
  2322. package/src/types/host-list-for-list-auto-defense-rules-output.ts +0 -52
  2323. package/src/types/index.ts +0 -324
  2324. package/src/types/infect-status-for-list-vul-by-pod-output.ts +0 -40
  2325. package/src/types/list-agent-proxies-request.ts +0 -64
  2326. package/src/types/list-agent-proxies-response.ts +0 -47
  2327. package/src/types/list-agent-proxy-servers-request.ts +0 -52
  2328. package/src/types/list-agent-proxy-servers-response.ts +0 -47
  2329. package/src/types/list-asset-center-hosts-request.ts +0 -59
  2330. package/src/types/list-asset-center-hosts-response.ts +0 -47
  2331. package/src/types/list-asset-namespaces-request.ts +0 -53
  2332. package/src/types/list-asset-namespaces-response.ts +0 -47
  2333. package/src/types/list-auto-defense-rules-request.ts +0 -52
  2334. package/src/types/list-auto-defense-rules-response.ts +0 -47
  2335. package/src/types/list-ban-iplist-request.ts +0 -130
  2336. package/src/types/list-ban-iplist-response.ts +0 -47
  2337. package/src/types/list-baseline-basic-info-request.ts +0 -46
  2338. package/src/types/list-baseline-basic-info-response.ts +0 -47
  2339. package/src/types/list-baseline-check-config-request.ts +0 -46
  2340. package/src/types/list-baseline-check-config-response.ts +0 -47
  2341. package/src/types/list-baseline-check-items-request.ts +0 -64
  2342. package/src/types/list-baseline-check-items-response.ts +0 -47
  2343. package/src/types/list-baseline-for-group-policy-request.ts +0 -28
  2344. package/src/types/list-baseline-for-group-policy-response.ts +0 -29
  2345. package/src/types/list-baseline-host-item-hosts-request.ts +0 -152
  2346. package/src/types/list-baseline-host-item-hosts-response.ts +0 -47
  2347. package/src/types/list-batch-endpoint-handle-methods-request.ts +0 -34
  2348. package/src/types/list-batch-endpoint-handle-methods-response.ts +0 -35
  2349. package/src/types/list-check-config-related-baseline-request.ts +0 -58
  2350. package/src/types/list-check-config-related-baseline-response.ts +0 -47
  2351. package/src/types/list-clean-history-request.ts +0 -94
  2352. package/src/types/list-clean-history-response.ts +0 -47
  2353. package/src/types/list-cloud-envs-request.ts +0 -76
  2354. package/src/types/list-cloud-envs-response.ts +0 -47
  2355. package/src/types/list-cluster-varmor-version-history-request.ts +0 -52
  2356. package/src/types/list-cluster-varmor-version-history-response.ts +0 -22
  2357. package/src/types/list-clusters-and-varmor-apps-request.ts +0 -82
  2358. package/src/types/list-clusters-and-varmor-apps-response.ts +0 -47
  2359. package/src/types/list-file-monitor-alarms-request.ts +0 -304
  2360. package/src/types/list-file-monitor-alarms-response.ts +0 -47
  2361. package/src/types/list-fingerprint-collect-config-request.ts +0 -34
  2362. package/src/types/list-fingerprint-collect-config-response.ts +0 -47
  2363. package/src/types/list-hids-alarms-request.ts +0 -286
  2364. package/src/types/list-hids-alarms-response.ts +0 -47
  2365. package/src/types/list-hosts-basic-infos-request.ts +0 -59
  2366. package/src/types/list-hosts-basic-infos-response.ts +0 -47
  2367. package/src/types/list-isolation-files-request.ts +0 -118
  2368. package/src/types/list-isolation-files-response.ts +0 -47
  2369. package/src/types/list-mlpasset-tasks-request.ts +0 -58
  2370. package/src/types/list-mlpasset-tasks-response.ts +0 -47
  2371. package/src/types/list-monitor-policies-request.ts +0 -112
  2372. package/src/types/list-monitor-policies-response.ts +0 -47
  2373. package/src/types/list-ordered-hosts-basic-infos-request.ts +0 -59
  2374. package/src/types/list-ordered-hosts-basic-infos-response.ts +0 -47
  2375. package/src/types/list-scan-sub-tasks-request.ts +0 -64
  2376. package/src/types/list-scan-sub-tasks-response.ts +0 -47
  2377. package/src/types/list-varmor-policies-request.ts +0 -106
  2378. package/src/types/list-varmor-policies-response.ts +0 -47
  2379. package/src/types/list-vul-by-pod-request.ts +0 -148
  2380. package/src/types/list-vul-by-pod-response.ts +0 -47
  2381. package/src/types/list-vul-detail-request.ts +0 -65
  2382. package/src/types/list-vul-detail-response.ts +0 -47
  2383. package/src/types/list-vul-host-by-pod-request.ts +0 -100
  2384. package/src/types/list-vul-host-by-pod-response.ts +0 -47
  2385. package/src/types/location-for-get-geo-location-output.ts +0 -34
  2386. package/src/types/manager-resource-limit-for-batch-install-varmor-apps-input.ts +0 -46
  2387. package/src/types/manager-resource-limit-for-list-clusters-and-varmor-apps-output.ts +0 -46
  2388. package/src/types/manager-resource-limit-for-update-varmor-app-config-input.ts +0 -46
  2389. package/src/types/operation-list-for-list-batch-endpoint-handle-methods-output.ts +0 -47
  2390. package/src/types/point-info-for-describe-last-week-file-change-trends-output.ts +0 -34
  2391. package/src/types/policy-status-stat-for-get-policy-statistics-output.ts +0 -34
  2392. package/src/types/proc-list-for-list-batch-endpoint-handle-methods-output.ts +0 -40
  2393. package/src/types/process-for-handle-endpoint-alarms-input.ts +0 -40
  2394. package/src/types/protect-host-for-get-multi-level-auth-detail-output.ts +0 -40
  2395. package/src/types/range-for-list-auto-defense-rules-output.ts +0 -53
  2396. package/src/types/refresh-varmor-info-request.ts +0 -22
  2397. package/src/types/refresh-varmor-info-response.ts +0 -28
  2398. package/src/types/relate-alarm-info-for-list-ban-iplist-output.ts +0 -34
  2399. package/src/types/resource-limit-for-batch-install-varmor-apps-input.ts +0 -50
  2400. package/src/types/resource-limit-for-list-clusters-and-varmor-apps-output.ts +0 -50
  2401. package/src/types/resource-limit-for-update-varmor-app-config-input.ts +0 -50
  2402. package/src/types/retry-ipoperation-request.ts +0 -34
  2403. package/src/types/retry-ipoperation-response.ts +0 -28
  2404. package/src/types/risk-for-get-offline-notification-list-output.ts +0 -46
  2405. package/src/types/risk-for-list-asset-center-hosts-input.ts +0 -46
  2406. package/src/types/risk-for-list-asset-center-hosts-output.ts +0 -46
  2407. package/src/types/risk-for-list-hosts-basic-infos-input.ts +0 -46
  2408. package/src/types/risk-num-for-list-baseline-host-item-hosts-output.ts +0 -40
  2409. package/src/types/risky-for-get-socprecaution-baseline-stats-output.ts +0 -52
  2410. package/src/types/rule-list-for-get-brute-force-ban-config-output.ts +0 -52
  2411. package/src/types/rule-list-for-set-brute-force-ban-config-input.ts +0 -52
  2412. package/src/types/score-for-get-security-overview-score-stats-output.ts +0 -34
  2413. package/src/types/score-for-get-socasset-security-score-output.ts +0 -34
  2414. package/src/types/set-aialarm-judge-config-request.ts +0 -46
  2415. package/src/types/set-aialarm-judge-config-response.ts +0 -22
  2416. package/src/types/set-brute-force-ban-config-request.ts +0 -107
  2417. package/src/types/set-brute-force-ban-config-response.ts +0 -22
  2418. package/src/types/set-custom-weak-passwords-request.ts +0 -28
  2419. package/src/types/set-custom-weak-passwords-response.ts +0 -28
  2420. package/src/types/software-list-for-list-vul-detail-output.ts +0 -40
  2421. package/src/types/stop-mlpasset-sync-task-request.ts +0 -28
  2422. package/src/types/stop-mlpasset-sync-task-response.ts +0 -28
  2423. package/src/types/un-ban-ipitem-request.ts +0 -28
  2424. package/src/types/un-ban-ipitem-response.ts +0 -34
  2425. package/src/types/unbind-mlpauth-request.ts +0 -28
  2426. package/src/types/unbind-mlpauth-response.ts +0 -28
  2427. package/src/types/unhandled-for-get-socasset-alarm-stats-output.ts +0 -52
  2428. package/src/types/unhandled-for-get-socasset-vuln-stats-output.ts +0 -52
  2429. package/src/types/update-auto-protect-config-request.ts +0 -28
  2430. package/src/types/update-auto-protect-config-response.ts +0 -34
  2431. package/src/types/update-baseline-check-config-switch-request.ts +0 -34
  2432. package/src/types/update-baseline-check-config-switch-response.ts +0 -28
  2433. package/src/types/update-cloud-provider-request.ts +0 -34
  2434. package/src/types/update-cloud-provider-response.ts +0 -46
  2435. package/src/types/update-offline-notification-config-request.ts +0 -34
  2436. package/src/types/update-offline-notification-config-response.ts +0 -28
  2437. package/src/types/update-varmor-app-config-request.ts +0 -47
  2438. package/src/types/update-varmor-app-config-response.ts +0 -28
  2439. package/src/types/update-varmor-policy-request.ts +0 -46
  2440. package/src/types/update-varmor-policy-response.ts +0 -28
  2441. package/src/types/update-varmor-tlsinfo-request.ts +0 -28
  2442. package/src/types/update-varmor-tlsinfo-response.ts +0 -28
  2443. package/src/types/varmor-config-for-list-clusters-and-varmor-apps-output.ts +0 -41
  2444. package/src/types/varmor-simple-config-for-batch-install-varmor-apps-input.ts +0 -65
  2445. package/src/types/varmor-simple-config-for-list-clusters-and-varmor-apps-output.ts +0 -65
  2446. package/src/types/varmor-simple-config-for-update-varmor-app-config-input.ts +0 -65
  2447. package/src/types/varmor-status-stat-for-get-cluster-statistics-output.ts +0 -34
  2448. package/tsconfig.json +0 -12
package/dist/esm/api.d.ts CHANGED
@@ -10,36 +10,106 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
13
+ import { AddAgentProxyRequest } from './types/index';
14
+ import { AddAgentProxyResponse } from './types/index';
15
+ import { AddAutoIsolateAgentListRequest } from './types/index';
16
+ import { AddAutoIsolateAgentListResponse } from './types/index';
13
17
  import { AddBaselineCheckConfigRequest } from './types/index';
14
18
  import { AddBaselineCheckConfigResponse } from './types/index';
19
+ import { AddCloudEnvRequest } from './types/index';
20
+ import { AddCloudEnvResponse } from './types/index';
21
+ import { AddLoginConfigRequest } from './types/index';
22
+ import { AddLoginConfigResponse } from './types/index';
15
23
  import { AddMonitorPolicyRequest } from './types/index';
16
24
  import { AddMonitorPolicyResponse } from './types/index';
25
+ import { AddRaspConfigRequest } from './types/index';
26
+ import { AddRaspConfigResponse } from './types/index';
27
+ import { AddUserAutoDefenseRuleRequest } from './types/index';
28
+ import { AddUserAutoDefenseRuleResponse } from './types/index';
29
+ import { AddWhiteListRequest } from './types/index';
30
+ import { AddWhiteListResponse } from './types/index';
31
+ import { AllAssetScanRequest } from './types/index';
32
+ import { AllAssetScanResponse } from './types/index';
33
+ import { AssetScanRequest } from './types/index';
34
+ import { AssetScanResponse } from './types/index';
17
35
  import { BanAlarmIPRequest } from './types/index';
18
36
  import { BanAlarmIPResponse } from './types/index';
37
+ import { BaselineChecklistWhiteRequest } from './types/index';
38
+ import { BaselineChecklistWhiteResponse } from './types/index';
39
+ import { BatchAddHostToGroupRequest } from './types/index';
40
+ import { BatchAddHostToGroupResponse } from './types/index';
41
+ import { BatchCreateRepoRegistryVpcAuthRequest } from './types/index';
42
+ import { BatchCreateRepoRegistryVpcAuthResponse } from './types/index';
19
43
  import { BatchDeleteVarmorPoliciesRequest } from './types/index';
20
44
  import { BatchDeleteVarmorPoliciesResponse } from './types/index';
45
+ import { BatchDetectWeakPasswordRequest } from './types/index';
46
+ import { BatchDetectWeakPasswordResponse } from './types/index';
21
47
  import { BatchInstallVarmorAppsRequest } from './types/index';
22
48
  import { BatchInstallVarmorAppsResponse } from './types/index';
49
+ import { BatchUnBanIPItemRequest } from './types/index';
50
+ import { BatchUnBanIPItemResponse } from './types/index';
23
51
  import { BatchUninstallVarmorAppsRequest } from './types/index';
24
52
  import { BatchUninstallVarmorAppsResponse } from './types/index';
25
53
  import { BatchUpgradeVarmorAppsRequest } from './types/index';
26
54
  import { BatchUpgradeVarmorAppsResponse } from './types/index';
27
55
  import { BindMLPAuthRequest } from './types/index';
28
56
  import { BindMLPAuthResponse } from './types/index';
57
+ import { CalculateRepoImageScanQuotaRequest } from './types/index';
58
+ import { CalculateRepoImageScanQuotaResponse } from './types/index';
29
59
  import { CheckAlarmSupportBanIPRequest } from './types/index';
30
60
  import { CheckAlarmSupportBanIPResponse } from './types/index';
61
+ import { CheckInstallAgentClientRequest } from './types/index';
62
+ import { CheckInstallAgentClientResponse } from './types/index';
63
+ import { CheckInstallRaspRequest } from './types/index';
64
+ import { CheckInstallRaspResponse } from './types/index';
31
65
  import { CheckMonitorPolicyRequest } from './types/index';
32
66
  import { CheckMonitorPolicyResponse } from './types/index';
33
67
  import { ControlMonitorPolicyRequest } from './types/index';
34
68
  import { ControlMonitorPolicyResponse } from './types/index';
69
+ import { CreatFileScanTaskRequest } from './types/index';
70
+ import { CreatFileScanTaskResponse } from './types/index';
71
+ import { CreateHostTagRequest } from './types/index';
72
+ import { CreateHostTagResponse } from './types/index';
73
+ import { CreateLayeredGroupRequest } from './types/index';
74
+ import { CreateLayeredGroupResponse } from './types/index';
35
75
  import { CreateMLPAssetSyncTaskRequest } from './types/index';
36
76
  import { CreateMLPAssetSyncTaskResponse } from './types/index';
77
+ import { CreateMLPUpdateSoftwareTaskRequest } from './types/index';
78
+ import { CreateMLPUpdateSoftwareTaskResponse } from './types/index';
79
+ import { CreateMultiLevelInstitutionRequest } from './types/index';
80
+ import { CreateMultiLevelInstitutionResponse } from './types/index';
81
+ import { CreateRepoRegistryVpcAuthRequest } from './types/index';
82
+ import { CreateRepoRegistryVpcAuthResponse } from './types/index';
37
83
  import { CreateVarmorPolicyRequest } from './types/index';
38
84
  import { CreateVarmorPolicyResponse } from './types/index';
85
+ import { DeleteAgentProxyRequest } from './types/index';
86
+ import { DeleteAgentProxyResponse } from './types/index';
87
+ import { DeleteAgentProxyServerRequest } from './types/index';
88
+ import { DeleteAgentProxyServerResponse } from './types/index';
89
+ import { DeleteAutoIsolateAgentListRequest } from './types/index';
90
+ import { DeleteAutoIsolateAgentListResponse } from './types/index';
39
91
  import { DeleteBaselineCheckConfigRequest } from './types/index';
40
92
  import { DeleteBaselineCheckConfigResponse } from './types/index';
93
+ import { DeleteCloudEnvRequest } from './types/index';
94
+ import { DeleteCloudEnvResponse } from './types/index';
95
+ import { DeleteCommandRequest } from './types/index';
96
+ import { DeleteCommandResponse } from './types/index';
97
+ import { DeleteHostTagRequest } from './types/index';
98
+ import { DeleteHostTagResponse } from './types/index';
99
+ import { DeleteLayeredGroupRequest } from './types/index';
100
+ import { DeleteLayeredGroupResponse } from './types/index';
101
+ import { DeleteLoginConfigRequest } from './types/index';
102
+ import { DeleteLoginConfigResponse } from './types/index';
41
103
  import { DeleteMonitorPolicyRequest } from './types/index';
42
104
  import { DeleteMonitorPolicyResponse } from './types/index';
105
+ import { DeleteMultiLevelInstitutionRequest } from './types/index';
106
+ import { DeleteMultiLevelInstitutionResponse } from './types/index';
107
+ import { DeleteRaspConfigRequest } from './types/index';
108
+ import { DeleteRaspConfigResponse } from './types/index';
109
+ import { DeleteUserAutoDefenseRuleRequest } from './types/index';
110
+ import { DeleteUserAutoDefenseRuleResponse } from './types/index';
111
+ import { DeleteWhiteListsRequest } from './types/index';
112
+ import { DeleteWhiteListsResponse } from './types/index';
43
113
  import { DescribeFileChangeTrendTop5Request } from './types/index';
44
114
  import { DescribeFileChangeTrendTop5Response } from './types/index';
45
115
  import { DescribeFileMonitorOverviewRequest } from './types/index';
@@ -48,58 +118,280 @@ import { DescribeLastWeekFileChangeTrendsRequest } from './types/index';
48
118
  import { DescribeLastWeekFileChangeTrendsResponse } from './types/index';
49
119
  import { DetectBaselineByCheckConfigRequest } from './types/index';
50
120
  import { DetectBaselineByCheckConfigResponse } from './types/index';
121
+ import { DetectBaselineRequest } from './types/index';
122
+ import { DetectBaselineResponse } from './types/index';
123
+ import { DetectVulnForAIRequest } from './types/index';
124
+ import { DetectVulnForAIResponse } from './types/index';
125
+ import { DetectVulnRequest } from './types/index';
126
+ import { DetectVulnResponse } from './types/index';
127
+ import { DisableHostImportantProtectRequest } from './types/index';
128
+ import { DisableHostImportantProtectResponse } from './types/index';
129
+ import { DownloadAIVulnListRequest } from './types/index';
130
+ import { DownloadAIVulnListResponse } from './types/index';
131
+ import { DownloadBaselineCheckHostsRequest } from './types/index';
132
+ import { DownloadBaselineCheckHostsResponse } from './types/index';
133
+ import { DownloadBaselineCheckRequest } from './types/index';
134
+ import { DownloadBaselineCheckResponse } from './types/index';
135
+ import { DownloadRawTraceDataRequest } from './types/index';
136
+ import { DownloadRawTraceDataResponse } from './types/index';
137
+ import { DownloadVulHostListByPodRequest } from './types/index';
138
+ import { DownloadVulHostListByPodResponse } from './types/index';
139
+ import { DownloadVulListByPodRequest } from './types/index';
140
+ import { DownloadVulListByPodResponse } from './types/index';
141
+ import { DownloadVulnAffectAISessionRequest } from './types/index';
142
+ import { DownloadVulnAffectAISessionResponse } from './types/index';
143
+ import { DownloadVulnDatasRequest } from './types/index';
144
+ import { DownloadVulnDatasResponse } from './types/index';
145
+ import { DownloadVulnListRequest } from './types/index';
146
+ import { DownloadVulnListResponse } from './types/index';
147
+ import { EditAIApplicationSyncConfigRequest } from './types/index';
148
+ import { EditAIApplicationSyncConfigResponse } from './types/index';
51
149
  import { EditBaselineCheckConfigRequest } from './types/index';
52
150
  import { EditBaselineCheckConfigResponse } from './types/index';
53
151
  import { EditFingerprintCollectConfigRequest } from './types/index';
54
152
  import { EditFingerprintCollectConfigResponse } from './types/index';
55
153
  import { EditMonitorPolicyRequest } from './types/index';
56
154
  import { EditMonitorPolicyResponse } from './types/index';
155
+ import { EditRaspConfigRequest } from './types/index';
156
+ import { EditRaspConfigResponse } from './types/index';
157
+ import { EditVulnScanConfigRequest } from './types/index';
158
+ import { EditVulnScanConfigResponse } from './types/index';
159
+ import { EnableHostImportantProtectRequest } from './types/index';
160
+ import { EnableHostImportantProtectResponse } from './types/index';
161
+ import { ExportAIFingerprintDataRequest } from './types/index';
162
+ import { ExportAIFingerprintDataResponse } from './types/index';
163
+ import { ExportAlarmListDataForRaspRequest } from './types/index';
164
+ import { ExportAlarmListDataForRaspResponse } from './types/index';
165
+ import { ExportAssetCenterDevsRequest } from './types/index';
166
+ import { ExportAssetCenterDevsResponse } from './types/index';
167
+ import { ExportAssetCenterHostsRequest } from './types/index';
168
+ import { ExportAssetCenterHostsResponse } from './types/index';
169
+ import { ExportBaselineCheckListRequest } from './types/index';
170
+ import { ExportBaselineCheckListResponse } from './types/index';
171
+ import { ExportBaselineHostDetailsRequest } from './types/index';
172
+ import { ExportBaselineHostDetailsResponse } from './types/index';
173
+ import { ExportDevFingerprintDataRequest } from './types/index';
174
+ import { ExportDevFingerprintDataResponse } from './types/index';
57
175
  import { ExportFileMonitorAlarmListDataRequest } from './types/index';
58
176
  import { ExportFileMonitorAlarmListDataResponse } from './types/index';
177
+ import { ExportFingerprintDataRequest } from './types/index';
178
+ import { ExportFingerprintDataResponse } from './types/index';
179
+ import { ExportHidsAlarmListDataRequest } from './types/index';
180
+ import { ExportHidsAlarmListDataResponse } from './types/index';
181
+ import { ExportMlpAlarmListDataRequest } from './types/index';
182
+ import { ExportMlpAlarmListDataResponse } from './types/index';
183
+ import { ExportRepoImageAssetRequest } from './types/index';
184
+ import { ExportRepoImageAssetResponse } from './types/index';
185
+ import { ExportVirusAlarmListDataRequest } from './types/index';
186
+ import { ExportVirusAlarmListDataResponse } from './types/index';
187
+ import { ExportWeakPasswordRequest } from './types/index';
188
+ import { ExportWeakPasswordResponse } from './types/index';
189
+ import { GenerateInstallCommandRequest } from './types/index';
190
+ import { GenerateInstallCommandResponse } from './types/index';
59
191
  import { GetAIAlarmJudgeConfigRequest } from './types/index';
60
192
  import { GetAIAlarmJudgeConfigResponse } from './types/index';
193
+ import { GetAIApplicationSyncConfigRequest } from './types/index';
194
+ import { GetAIApplicationSyncConfigResponse } from './types/index';
195
+ import { GetAIFingerprintAppRequest } from './types/index';
196
+ import { GetAIFingerprintAppResponse } from './types/index';
197
+ import { GetAIFingerprintPortRequest } from './types/index';
198
+ import { GetAIFingerprintPortResponse } from './types/index';
199
+ import { GetAIFingerprintProcessRequest } from './types/index';
200
+ import { GetAIFingerprintProcessResponse } from './types/index';
201
+ import { GetAIFingerprintRefreshStatusRequest } from './types/index';
202
+ import { GetAIFingerprintRefreshStatusResponse } from './types/index';
203
+ import { GetAIFingerprintSoftwareRequest } from './types/index';
204
+ import { GetAIFingerprintSoftwareResponse } from './types/index';
205
+ import { GetAIFingerprintStatisticsRequest } from './types/index';
206
+ import { GetAIFingerprintStatisticsResponse } from './types/index';
207
+ import { GetAIFingerprintTop5Request } from './types/index';
208
+ import { GetAIFingerprintTop5Response } from './types/index';
209
+ import { GetAISessionVulnInfoRequest } from './types/index';
210
+ import { GetAISessionVulnInfoResponse } from './types/index';
211
+ import { GetAIVulnDetectProgressDetailRequest } from './types/index';
212
+ import { GetAIVulnDetectProgressDetailResponse } from './types/index';
213
+ import { GetAlarmBySmithKeyRequest } from './types/index';
214
+ import { GetAlarmBySmithKeyResponse } from './types/index';
61
215
  import { GetAlarmRuleListRequest } from './types/index';
62
216
  import { GetAlarmRuleListResponse } from './types/index';
63
217
  import { GetAlarmTraceRawDataRequest } from './types/index';
64
218
  import { GetAlarmTraceRawDataResponse } from './types/index';
219
+ import { GetAlarmTraceRequest } from './types/index';
220
+ import { GetAlarmTraceResponse } from './types/index';
221
+ import { GetAlarmVirusStatisticsRequest } from './types/index';
222
+ import { GetAlarmVirusStatisticsResponse } from './types/index';
65
223
  import { GetAllMonitorSuffixListRequest } from './types/index';
66
224
  import { GetAllMonitorSuffixListResponse } from './types/index';
67
225
  import { GetArmorProfileRequest } from './types/index';
68
226
  import { GetArmorProfileResponse } from './types/index';
227
+ import { GetAssetClusterStatisticRequest } from './types/index';
228
+ import { GetAssetClusterStatisticResponse } from './types/index';
229
+ import { GetAssetClustersSyncEndRequest } from './types/index';
230
+ import { GetAssetClustersSyncEndResponse } from './types/index';
231
+ import { GetAssetWorkloadStatisticRequest } from './types/index';
232
+ import { GetAssetWorkloadStatisticResponse } from './types/index';
69
233
  import { GetAutoIsolateAgentListRequest } from './types/index';
70
234
  import { GetAutoIsolateAgentListResponse } from './types/index';
71
235
  import { GetAutoProtectConfigRequest } from './types/index';
72
236
  import { GetAutoProtectConfigResponse } from './types/index';
237
+ import { GetBaselineDetectProgressDetailRequest } from './types/index';
238
+ import { GetBaselineDetectProgressDetailResponse } from './types/index';
239
+ import { GetBaselineGroupStatisticsRequest } from './types/index';
240
+ import { GetBaselineGroupStatisticsResponse } from './types/index';
73
241
  import { GetBruteForceBanCapParamsRequest } from './types/index';
74
242
  import { GetBruteForceBanCapParamsResponse } from './types/index';
75
243
  import { GetBruteForceBanConfigRequest } from './types/index';
76
244
  import { GetBruteForceBanConfigResponse } from './types/index';
77
245
  import { GetBruteForceBanStatisticsRequest } from './types/index';
78
246
  import { GetBruteForceBanStatisticsResponse } from './types/index';
247
+ import { GetCisDetailRequest } from './types/index';
248
+ import { GetCisDetailResponse } from './types/index';
79
249
  import { GetClusterStatisticsRequest } from './types/index';
80
250
  import { GetClusterStatisticsResponse } from './types/index';
251
+ import { GetClustersPermissionResultRequest } from './types/index';
252
+ import { GetClustersPermissionResultResponse } from './types/index';
81
253
  import { GetCustomWeakPasswordsRequest } from './types/index';
82
254
  import { GetCustomWeakPasswordsResponse } from './types/index';
255
+ import { GetDevAssetOverviewRequest } from './types/index';
256
+ import { GetDevAssetOverviewResponse } from './types/index';
257
+ import { GetDevDetailRequest } from './types/index';
258
+ import { GetDevDetailResponse } from './types/index';
259
+ import { GetDevFingerprintPortRequest } from './types/index';
260
+ import { GetDevFingerprintPortResponse } from './types/index';
261
+ import { GetDevFingerprintProcessRequest } from './types/index';
262
+ import { GetDevFingerprintProcessResponse } from './types/index';
263
+ import { GetDevFingerprintSoftwareRequest } from './types/index';
264
+ import { GetDevFingerprintSoftwareResponse } from './types/index';
265
+ import { GetDevFingerprintStatisticsRequest } from './types/index';
266
+ import { GetDevFingerprintStatisticsResponse } from './types/index';
267
+ import { GetDownloadStatusRequest } from './types/index';
268
+ import { GetDownloadStatusResponse } from './types/index';
269
+ import { GetFingerprintAIAppRequest } from './types/index';
270
+ import { GetFingerprintAIAppResponse } from './types/index';
271
+ import { GetFingerprintAppGroupRequest } from './types/index';
272
+ import { GetFingerprintAppGroupResponse } from './types/index';
273
+ import { GetFingerprintAppRequest } from './types/index';
274
+ import { GetFingerprintAppResponse } from './types/index';
275
+ import { GetFingerprintCronRequest } from './types/index';
276
+ import { GetFingerprintCronResponse } from './types/index';
83
277
  import { GetFingerprintEnvRequest } from './types/index';
84
278
  import { GetFingerprintEnvResponse } from './types/index';
279
+ import { GetFingerprintIntegrityRequest } from './types/index';
280
+ import { GetFingerprintIntegrityResponse } from './types/index';
281
+ import { GetFingerprintKmodRequest } from './types/index';
282
+ import { GetFingerprintKmodResponse } from './types/index';
283
+ import { GetFingerprintPortRequest } from './types/index';
284
+ import { GetFingerprintPortResponse } from './types/index';
285
+ import { GetFingerprintProcessRequest } from './types/index';
286
+ import { GetFingerprintProcessResponse } from './types/index';
287
+ import { GetFingerprintRefreshStatusRequest } from './types/index';
288
+ import { GetFingerprintRefreshStatusResponse } from './types/index';
289
+ import { GetFingerprintServiceRequest } from './types/index';
290
+ import { GetFingerprintServiceResponse } from './types/index';
291
+ import { GetFingerprintSoftwareRequest } from './types/index';
292
+ import { GetFingerprintSoftwareResponse } from './types/index';
293
+ import { GetFingerprintStatisticsRequest } from './types/index';
294
+ import { GetFingerprintStatisticsResponse } from './types/index';
295
+ import { GetFingerprintTop5Request } from './types/index';
296
+ import { GetFingerprintTop5Response } from './types/index';
297
+ import { GetFingerprintUserRequest } from './types/index';
298
+ import { GetFingerprintUserResponse } from './types/index';
299
+ import { GetFingerprintWebRequest } from './types/index';
300
+ import { GetFingerprintWebResponse } from './types/index';
85
301
  import { GetGeoLocationRequest } from './types/index';
86
302
  import { GetGeoLocationResponse } from './types/index';
303
+ import { GetGroupCheckStatusRequest } from './types/index';
304
+ import { GetGroupCheckStatusResponse } from './types/index';
305
+ import { GetHidsAlarmInfoRequest } from './types/index';
306
+ import { GetHidsAlarmInfoResponse } from './types/index';
307
+ import { GetHidsAlarmStatisticsRequest } from './types/index';
308
+ import { GetHidsAlarmStatisticsResponse } from './types/index';
309
+ import { GetHidsAlarmSummaryInfoRequest } from './types/index';
310
+ import { GetHidsAlarmSummaryInfoResponse } from './types/index';
311
+ import { GetHostAssetOverviewRequest } from './types/index';
312
+ import { GetHostAssetOverviewResponse } from './types/index';
313
+ import { GetHostBasicInfoRequest } from './types/index';
314
+ import { GetHostBasicInfoResponse } from './types/index';
315
+ import { GetHostImportantProtectStateRequest } from './types/index';
316
+ import { GetHostImportantProtectStateResponse } from './types/index';
87
317
  import { GetHostVolumeRequest } from './types/index';
88
318
  import { GetHostVolumeResponse } from './types/index';
319
+ import { GetHostVulnInfoRequest } from './types/index';
320
+ import { GetHostVulnInfoResponse } from './types/index';
321
+ import { GetIntrusionRealTimeUpdatesRequest } from './types/index';
322
+ import { GetIntrusionRealTimeUpdatesResponse } from './types/index';
323
+ import { GetIntrusionRiskTrendsRequest } from './types/index';
324
+ import { GetIntrusionRiskTrendsResponse } from './types/index';
325
+ import { GetK8sAssetStatisticRequest } from './types/index';
326
+ import { GetK8sAssetStatisticResponse } from './types/index';
327
+ import { GetLayeredGroupsRequest } from './types/index';
328
+ import { GetLayeredGroupsResponse } from './types/index';
89
329
  import { GetMLPAssetSyncTaskDetailRequest } from './types/index';
90
330
  import { GetMLPAssetSyncTaskDetailResponse } from './types/index';
91
331
  import { GetMLPAssetSyncTaskStatusRequest } from './types/index';
92
332
  import { GetMLPAssetSyncTaskStatusResponse } from './types/index';
333
+ import { GetManualSyncAIApplicationStatusRequest } from './types/index';
334
+ import { GetManualSyncAIApplicationStatusResponse } from './types/index';
335
+ import { GetMlpAlarmStatisticsRequest } from './types/index';
336
+ import { GetMlpAlarmStatisticsResponse } from './types/index';
337
+ import { GetMlpAlarmSummaryInfoRequest } from './types/index';
338
+ import { GetMlpAlarmSummaryInfoResponse } from './types/index';
339
+ import { GetMlpUpdateSoftwareTaskDetailRequest } from './types/index';
340
+ import { GetMlpUpdateSoftwareTaskDetailResponse } from './types/index';
93
341
  import { GetMonitorPolicyDirectoryRequest } from './types/index';
94
342
  import { GetMonitorPolicyDirectoryResponse } from './types/index';
95
343
  import { GetMultiLevelAuthDetailRequest } from './types/index';
96
344
  import { GetMultiLevelAuthDetailResponse } from './types/index';
345
+ import { GetMultiLevelHostAssetOverviewRequest } from './types/index';
346
+ import { GetMultiLevelHostAssetOverviewResponse } from './types/index';
347
+ import { GetMultiLevelInstitutionDetailRequest } from './types/index';
348
+ import { GetMultiLevelInstitutionDetailResponse } from './types/index';
349
+ import { GetNeighboringAlarmRequest } from './types/index';
350
+ import { GetNeighboringAlarmResponse } from './types/index';
97
351
  import { GetOfflineNotificationConfigRequest } from './types/index';
98
352
  import { GetOfflineNotificationConfigResponse } from './types/index';
99
353
  import { GetOfflineNotificationListRequest } from './types/index';
100
354
  import { GetOfflineNotificationListResponse } from './types/index';
355
+ import { GetOneRaspAlarmRequest } from './types/index';
356
+ import { GetOneRaspAlarmResponse } from './types/index';
101
357
  import { GetPolicyStatisticsRequest } from './types/index';
102
358
  import { GetPolicyStatisticsResponse } from './types/index';
359
+ import { GetRaspAlarmStatisticsRequest } from './types/index';
360
+ import { GetRaspAlarmStatisticsResponse } from './types/index';
361
+ import { GetRaspAlarmSummaryInfoRequest } from './types/index';
362
+ import { GetRaspAlarmSummaryInfoResponse } from './types/index';
363
+ import { GetRaspAuthorizationStatisticsRequest } from './types/index';
364
+ import { GetRaspAuthorizationStatisticsResponse } from './types/index';
365
+ import { GetRaspConfigStatisticsRequest } from './types/index';
366
+ import { GetRaspConfigStatisticsResponse } from './types/index';
367
+ import { GetRaspProcessDetailRequest } from './types/index';
368
+ import { GetRaspProcessDetailResponse } from './types/index';
369
+ import { GetRaspProtectStatisticsRequest } from './types/index';
370
+ import { GetRaspProtectStatisticsResponse } from './types/index';
371
+ import { GetRegistriesPermissionResultRequest } from './types/index';
372
+ import { GetRegistriesPermissionResultResponse } from './types/index';
373
+ import { GetRegistryImageDetailRequest } from './types/index';
374
+ import { GetRegistryImageDetailResponse } from './types/index';
375
+ import { GetRegistryImagesSyncStatusRequest } from './types/index';
376
+ import { GetRegistryImagesSyncStatusResponse } from './types/index';
377
+ import { GetRegistrySyncConfigRequest } from './types/index';
378
+ import { GetRegistrySyncConfigResponse } from './types/index';
379
+ import { GetRegularCleanRequest } from './types/index';
380
+ import { GetRegularCleanResponse } from './types/index';
381
+ import { GetRegularVirusScanConfigRequest } from './types/index';
382
+ import { GetRegularVirusScanConfigResponse } from './types/index';
383
+ import { GetRegularVirusTaskStatusRequest } from './types/index';
384
+ import { GetRegularVirusTaskStatusResponse } from './types/index';
385
+ import { GetRepoImageRiskCntRequest } from './types/index';
386
+ import { GetRepoImageRiskCntResponse } from './types/index';
387
+ import { GetRepoImageScanCronRequest } from './types/index';
388
+ import { GetRepoImageScanCronResponse } from './types/index';
389
+ import { GetRepoImageScanScopeRequest } from './types/index';
390
+ import { GetRepoImageScanScopeResponse } from './types/index';
391
+ import { GetRepoRegistrySummaryRequest } from './types/index';
392
+ import { GetRepoRegistrySummaryResponse } from './types/index';
393
+ import { GetRepoRegistryVpcAuthCreateInfoRequest } from './types/index';
394
+ import { GetRepoRegistryVpcAuthCreateInfoResponse } from './types/index';
103
395
  import { GetSOCAssetAlarmStatsRequest } from './types/index';
104
396
  import { GetSOCAssetAlarmStatsResponse } from './types/index';
105
397
  import { GetSOCAssetInstanceProtectStatusRequest } from './types/index';
@@ -110,24 +402,102 @@ import { GetSOCAssetVulnStatsRequest } from './types/index';
110
402
  import { GetSOCAssetVulnStatsResponse } from './types/index';
111
403
  import { GetSOCPrecautionBaselineStatsRequest } from './types/index';
112
404
  import { GetSOCPrecautionBaselineStatsResponse } from './types/index';
405
+ import { GetSecurityOverviewRequest } from './types/index';
406
+ import { GetSecurityOverviewResponse } from './types/index';
113
407
  import { GetSecurityOverviewScoreStatsRequest } from './types/index';
114
408
  import { GetSecurityOverviewScoreStatsResponse } from './types/index';
409
+ import { GetStackTraceRequest } from './types/index';
410
+ import { GetStackTraceResponse } from './types/index';
411
+ import { GetTLSInfoRequest } from './types/index';
412
+ import { GetTLSInfoResponse } from './types/index';
413
+ import { GetTenantQuotaRequest } from './types/index';
414
+ import { GetTenantQuotaResponse } from './types/index';
415
+ import { GetUserBatchScanStatusRequest } from './types/index';
416
+ import { GetUserBatchScanStatusResponse } from './types/index';
417
+ import { GetVarmorAuthInfoRequest } from './types/index';
418
+ import { GetVarmorAuthInfoResponse } from './types/index';
115
419
  import { GetVarmorConfigYAMLRequest } from './types/index';
116
420
  import { GetVarmorConfigYAMLResponse } from './types/index';
117
421
  import { GetVarmorPolicyRequest } from './types/index';
118
422
  import { GetVarmorPolicyResponse } from './types/index';
119
423
  import { GetVarmorTLSInfoRequest } from './types/index';
120
424
  import { GetVarmorTLSInfoResponse } from './types/index';
425
+ import { GetVirusAlarmSummaryInfoRequest } from './types/index';
426
+ import { GetVirusAlarmSummaryInfoResponse } from './types/index';
427
+ import { GetVirusDatabaseUpdateTimeRequest } from './types/index';
428
+ import { GetVirusDatabaseUpdateTimeResponse } from './types/index';
429
+ import { GetVirusTaskInfoRequest } from './types/index';
430
+ import { GetVirusTaskInfoResponse } from './types/index';
431
+ import { GetVirusTaskStatisticsRequest } from './types/index';
432
+ import { GetVirusTaskStatisticsResponse } from './types/index';
433
+ import { GetVulnCheckStatusForAIRequest } from './types/index';
434
+ import { GetVulnCheckStatusForAIResponse } from './types/index';
435
+ import { GetVulnCheckStatusRequest } from './types/index';
436
+ import { GetVulnCheckStatusResponse } from './types/index';
437
+ import { GetVulnDetailRequest } from './types/index';
438
+ import { GetVulnDetailResponse } from './types/index';
439
+ import { GetVulnInfoForAIRequest } from './types/index';
440
+ import { GetVulnInfoForAIResponse } from './types/index';
441
+ import { GetVulnInfoRequest } from './types/index';
442
+ import { GetVulnInfoResponse } from './types/index';
443
+ import { GetVulnScanConfigRequest } from './types/index';
444
+ import { GetVulnScanConfigResponse } from './types/index';
445
+ import { GetVulnStatisticsForAIRequest } from './types/index';
446
+ import { GetVulnStatisticsForAIResponse } from './types/index';
447
+ import { GetVulnStatisticsRequest } from './types/index';
448
+ import { GetVulnStatisticsResponse } from './types/index';
449
+ import { GetWhiteListFieldRequest } from './types/index';
450
+ import { GetWhiteListFieldResponse } from './types/index';
451
+ import { HandleAIVulnRequest } from './types/index';
452
+ import { HandleAIVulnResponse } from './types/index';
453
+ import { HandleAlarmByAgentRequest } from './types/index';
454
+ import { HandleAlarmByAgentResponse } from './types/index';
121
455
  import { HandleEndpointAlarmsRequest } from './types/index';
122
456
  import { HandleEndpointAlarmsResponse } from './types/index';
457
+ import { HandleVulnRequest } from './types/index';
458
+ import { HandleVulnResponse } from './types/index';
459
+ import { InstallAgentClientRequest } from './types/index';
460
+ import { InstallAgentClientResponse } from './types/index';
461
+ import { InstallAgentProxyServerCommandRequest } from './types/index';
462
+ import { InstallAgentProxyServerCommandResponse } from './types/index';
463
+ import { IsolateFileRequest } from './types/index';
464
+ import { IsolateFileResponse } from './types/index';
465
+ import { ListAIApplicationBasicInfoRequest } from './types/index';
466
+ import { ListAIApplicationBasicInfoResponse } from './types/index';
123
467
  import { ListAgentProxiesRequest } from './types/index';
124
468
  import { ListAgentProxiesResponse } from './types/index';
125
469
  import { ListAgentProxyServersRequest } from './types/index';
126
470
  import { ListAgentProxyServersResponse } from './types/index';
471
+ import { ListAgentkitSessionIDsRequest } from './types/index';
472
+ import { ListAgentkitSessionIDsResponse } from './types/index';
473
+ import { ListAlarmArchiveRecordsRequest } from './types/index';
474
+ import { ListAlarmArchiveRecordsResponse } from './types/index';
475
+ import { ListAlarmNameListRequest } from './types/index';
476
+ import { ListAlarmNameListResponse } from './types/index';
477
+ import { ListAlarmTagsRequest } from './types/index';
478
+ import { ListAlarmTagsResponse } from './types/index';
479
+ import { ListAllCntrStaticDictRequest } from './types/index';
480
+ import { ListAllCntrStaticDictResponse } from './types/index';
481
+ import { ListAssetCenterDevsRequest } from './types/index';
482
+ import { ListAssetCenterDevsResponse } from './types/index';
127
483
  import { ListAssetCenterHostsRequest } from './types/index';
128
484
  import { ListAssetCenterHostsResponse } from './types/index';
485
+ import { ListAssetClustersRequest } from './types/index';
486
+ import { ListAssetClustersResponse } from './types/index';
487
+ import { ListAssetGroupsRequest } from './types/index';
488
+ import { ListAssetGroupsResponse } from './types/index';
129
489
  import { ListAssetNamespacesRequest } from './types/index';
130
490
  import { ListAssetNamespacesResponse } from './types/index';
491
+ import { ListAssetPodsLinkedWorkloadRequest } from './types/index';
492
+ import { ListAssetPodsLinkedWorkloadResponse } from './types/index';
493
+ import { ListAssetPodsLinkedWorkloadWithNoPageRequest } from './types/index';
494
+ import { ListAssetPodsLinkedWorkloadWithNoPageResponse } from './types/index';
495
+ import { ListAssetTagsRequest } from './types/index';
496
+ import { ListAssetTagsResponse } from './types/index';
497
+ import { ListAssetWorkloadsRequest } from './types/index';
498
+ import { ListAssetWorkloadsResponse } from './types/index';
499
+ import { ListAutoDefenseHostsRequest } from './types/index';
500
+ import { ListAutoDefenseHostsResponse } from './types/index';
131
501
  import { ListAutoDefenseRulesRequest } from './types/index';
132
502
  import { ListAutoDefenseRulesResponse } from './types/index';
133
503
  import { ListBanIPListRequest } from './types/index';
@@ -136,12 +506,22 @@ import { ListBaselineBasicInfoRequest } from './types/index';
136
506
  import { ListBaselineBasicInfoResponse } from './types/index';
137
507
  import { ListBaselineCheckConfigRequest } from './types/index';
138
508
  import { ListBaselineCheckConfigResponse } from './types/index';
509
+ import { ListBaselineCheckDetailRequest } from './types/index';
510
+ import { ListBaselineCheckDetailResponse } from './types/index';
511
+ import { ListBaselineCheckItemHostsRequest } from './types/index';
512
+ import { ListBaselineCheckItemHostsResponse } from './types/index';
139
513
  import { ListBaselineCheckItemsRequest } from './types/index';
140
514
  import { ListBaselineCheckItemsResponse } from './types/index';
515
+ import { ListBaselineCheckResRequest } from './types/index';
516
+ import { ListBaselineCheckResResponse } from './types/index';
141
517
  import { ListBaselineForGroupPolicyRequest } from './types/index';
142
518
  import { ListBaselineForGroupPolicyResponse } from './types/index';
519
+ import { ListBaselineGroupsRequest } from './types/index';
520
+ import { ListBaselineGroupsResponse } from './types/index';
143
521
  import { ListBaselineHostItemHostsRequest } from './types/index';
144
522
  import { ListBaselineHostItemHostsResponse } from './types/index';
523
+ import { ListBaselinesRequest } from './types/index';
524
+ import { ListBaselinesResponse } from './types/index';
145
525
  import { ListBatchEndpointHandleMethodsRequest } from './types/index';
146
526
  import { ListBatchEndpointHandleMethodsResponse } from './types/index';
147
527
  import { ListCheckConfigRelatedBaselineRequest } from './types/index';
@@ -150,163 +530,602 @@ import { ListCleanHistoryRequest } from './types/index';
150
530
  import { ListCleanHistoryResponse } from './types/index';
151
531
  import { ListCloudEnvsRequest } from './types/index';
152
532
  import { ListCloudEnvsResponse } from './types/index';
533
+ import { ListCloudPlatformsRequest } from './types/index';
534
+ import { ListCloudPlatformsResponse } from './types/index';
153
535
  import { ListClusterVarmorVersionHistoryRequest } from './types/index';
154
536
  import { ListClusterVarmorVersionHistoryResponse } from './types/index';
155
537
  import { ListClustersAndVarmorAppsRequest } from './types/index';
156
538
  import { ListClustersAndVarmorAppsResponse } from './types/index';
539
+ import { ListDevAssetIDsRequest } from './types/index';
540
+ import { ListDevAssetIDsResponse } from './types/index';
541
+ import { ListDevBasicInfosRequest } from './types/index';
542
+ import { ListDevBasicInfosResponse } from './types/index';
543
+ import { ListDevPlatformRequest } from './types/index';
544
+ import { ListDevPlatformResponse } from './types/index';
545
+ import { ListDevRegionRequest } from './types/index';
546
+ import { ListDevRegionResponse } from './types/index';
547
+ import { ListEndpointHandleMethodsRequest } from './types/index';
548
+ import { ListEndpointHandleMethodsResponse } from './types/index';
157
549
  import { ListFileMonitorAlarmsRequest } from './types/index';
158
550
  import { ListFileMonitorAlarmsResponse } from './types/index';
159
551
  import { ListFingerprintCollectConfigRequest } from './types/index';
160
552
  import { ListFingerprintCollectConfigResponse } from './types/index';
553
+ import { ListGroupRelatedAgentRequest } from './types/index';
554
+ import { ListGroupRelatedAgentResponse } from './types/index';
161
555
  import { ListHidsAlarmsRequest } from './types/index';
162
556
  import { ListHidsAlarmsResponse } from './types/index';
557
+ import { ListHostPlatformRequest } from './types/index';
558
+ import { ListHostPlatformResponse } from './types/index';
559
+ import { ListHostRegionRequest } from './types/index';
560
+ import { ListHostRegionResponse } from './types/index';
561
+ import { ListHostVpcRequest } from './types/index';
562
+ import { ListHostVpcResponse } from './types/index';
563
+ import { ListHostsAgentIDsRequest } from './types/index';
564
+ import { ListHostsAgentIDsResponse } from './types/index';
163
565
  import { ListHostsBasicInfosRequest } from './types/index';
164
566
  import { ListHostsBasicInfosResponse } from './types/index';
567
+ import { ListInstallCommandsRequest } from './types/index';
568
+ import { ListInstallCommandsResponse } from './types/index';
165
569
  import { ListIsolationFilesRequest } from './types/index';
166
570
  import { ListIsolationFilesResponse } from './types/index';
571
+ import { ListLayeredGroupRelatedHostRequest } from './types/index';
572
+ import { ListLayeredGroupRelatedHostResponse } from './types/index';
573
+ import { ListLayeredGroupsDetailRequest } from './types/index';
574
+ import { ListLayeredGroupsDetailResponse } from './types/index';
575
+ import { ListLoginConfigsRequest } from './types/index';
576
+ import { ListLoginConfigsResponse } from './types/index';
167
577
  import { ListMLPAssetTasksRequest } from './types/index';
168
578
  import { ListMLPAssetTasksResponse } from './types/index';
579
+ import { ListMlpAlarmTagsRequest } from './types/index';
580
+ import { ListMlpAlarmTagsResponse } from './types/index';
581
+ import { ListMlpAlarmsRequest } from './types/index';
582
+ import { ListMlpAlarmsResponse } from './types/index';
169
583
  import { ListMonitorPoliciesRequest } from './types/index';
170
584
  import { ListMonitorPoliciesResponse } from './types/index';
585
+ import { ListMultiLevelAssetHostsRequest } from './types/index';
586
+ import { ListMultiLevelAssetHostsResponse } from './types/index';
587
+ import { ListMultiLevelInstitutionRequest } from './types/index';
588
+ import { ListMultiLevelInstitutionResponse } from './types/index';
171
589
  import { ListOrderedHostsBasicInfosRequest } from './types/index';
172
590
  import { ListOrderedHostsBasicInfosResponse } from './types/index';
591
+ import { ListRaspAlarmsRequest } from './types/index';
592
+ import { ListRaspAlarmsResponse } from './types/index';
593
+ import { ListRaspConfigAgentInfosRequest } from './types/index';
594
+ import { ListRaspConfigAgentInfosResponse } from './types/index';
595
+ import { ListRaspConfigsRequest } from './types/index';
596
+ import { ListRaspConfigsResponse } from './types/index';
597
+ import { ListRaspProcessesRequest } from './types/index';
598
+ import { ListRaspProcessesResponse } from './types/index';
599
+ import { ListRegistriesRequest } from './types/index';
600
+ import { ListRegistriesResponse } from './types/index';
601
+ import { ListRegistryImagesRequest } from './types/index';
602
+ import { ListRegistryImagesResponse } from './types/index';
603
+ import { ListRegistryNamespaceIDsRequest } from './types/index';
604
+ import { ListRegistryNamespaceIDsResponse } from './types/index';
605
+ import { ListRegistryNamespacesRequest } from './types/index';
606
+ import { ListRegistryNamespacesResponse } from './types/index';
607
+ import { ListRepoImageComplRequest } from './types/index';
608
+ import { ListRepoImageComplResponse } from './types/index';
609
+ import { ListRepoImageLayerRequest } from './types/index';
610
+ import { ListRepoImageLayerResponse } from './types/index';
611
+ import { ListRepoImageLayerSenfileRequest } from './types/index';
612
+ import { ListRepoImageLayerSenfileResponse } from './types/index';
613
+ import { ListRepoImageLayerVirusRequest } from './types/index';
614
+ import { ListRepoImageLayerVirusResponse } from './types/index';
615
+ import { ListRepoImageLayerVulnRequest } from './types/index';
616
+ import { ListRepoImageLayerVulnResponse } from './types/index';
617
+ import { ListRepoImagePackageRequest } from './types/index';
618
+ import { ListRepoImagePackageResponse } from './types/index';
619
+ import { ListRepoImageSenfileRequest } from './types/index';
620
+ import { ListRepoImageSenfileResponse } from './types/index';
621
+ import { ListRepoImageVirusRequest } from './types/index';
622
+ import { ListRepoImageVirusResponse } from './types/index';
623
+ import { ListRepoImageVulnRequest } from './types/index';
624
+ import { ListRepoImageVulnResponse } from './types/index';
625
+ import { ListRiskComplAffectRepoImageRequest } from './types/index';
626
+ import { ListRiskComplAffectRepoImageResponse } from './types/index';
627
+ import { ListRiskVulnAffectRepoImageRequest } from './types/index';
628
+ import { ListRiskVulnAffectRepoImageResponse } from './types/index';
173
629
  import { ListScanSubTasksRequest } from './types/index';
174
630
  import { ListScanSubTasksResponse } from './types/index';
631
+ import { ListScanTaskHostsRequest } from './types/index';
632
+ import { ListScanTaskHostsResponse } from './types/index';
633
+ import { ListScanTasksRequest } from './types/index';
634
+ import { ListScanTasksResponse } from './types/index';
635
+ import { ListTagRelatedAgentRequest } from './types/index';
636
+ import { ListTagRelatedAgentResponse } from './types/index';
637
+ import { ListTagsDetailRequest } from './types/index';
638
+ import { ListTagsDetailResponse } from './types/index';
175
639
  import { ListVarmorPoliciesRequest } from './types/index';
176
640
  import { ListVarmorPoliciesResponse } from './types/index';
641
+ import { ListVirusAlarmsRequest } from './types/index';
642
+ import { ListVirusAlarmsResponse } from './types/index';
177
643
  import { ListVulByPodRequest } from './types/index';
178
644
  import { ListVulByPodResponse } from './types/index';
179
645
  import { ListVulDetailRequest } from './types/index';
180
646
  import { ListVulDetailResponse } from './types/index';
181
647
  import { ListVulHostByPodRequest } from './types/index';
182
648
  import { ListVulHostByPodResponse } from './types/index';
649
+ import { ListVulnAffectAISessionRequest } from './types/index';
650
+ import { ListVulnAffectAISessionResponse } from './types/index';
651
+ import { ListVulnForAIRequest } from './types/index';
652
+ import { ListVulnForAIResponse } from './types/index';
653
+ import { ListVulnHostsRequest } from './types/index';
654
+ import { ListVulnHostsResponse } from './types/index';
655
+ import { ListVulnsRequest } from './types/index';
656
+ import { ListVulnsResponse } from './types/index';
657
+ import { ListWeakPasswordCheckDetailRequest } from './types/index';
658
+ import { ListWeakPasswordCheckDetailResponse } from './types/index';
659
+ import { ListWhiteListsRequest } from './types/index';
660
+ import { ListWhiteListsResponse } from './types/index';
661
+ import { ManualSyncAIApplicationRequest } from './types/index';
662
+ import { ManualSyncAIApplicationResponse } from './types/index';
663
+ import { ModifyAutoDefenseRuleRequest } from './types/index';
664
+ import { ModifyAutoDefenseRuleResponse } from './types/index';
665
+ import { ModifyCloudEnvRequest } from './types/index';
666
+ import { ModifyCloudEnvResponse } from './types/index';
667
+ import { ModifyLayeredGroupRequest } from './types/index';
668
+ import { ModifyLayeredGroupResponse } from './types/index';
669
+ import { ModifyMultiLevelInstitutionReportSwitchRequest } from './types/index';
670
+ import { ModifyMultiLevelInstitutionReportSwitchResponse } from './types/index';
671
+ import { ModifyMultiLevelInstitutionRequest } from './types/index';
672
+ import { ModifyMultiLevelInstitutionResponse } from './types/index';
673
+ import { ModifyTLSConfigRequest } from './types/index';
674
+ import { ModifyTLSConfigResponse } from './types/index';
675
+ import { ModifyUserAutoDefenseRuleRequest } from './types/index';
676
+ import { ModifyUserAutoDefenseRuleResponse } from './types/index';
677
+ import { ModifyWhiteListRequest } from './types/index';
678
+ import { ModifyWhiteListResponse } from './types/index';
679
+ import { MultiAssetScanRequest } from './types/index';
680
+ import { MultiAssetScanResponse } from './types/index';
681
+ import { MultiCloudAccessStatisticsRequest } from './types/index';
682
+ import { MultiCloudAccessStatisticsResponse } from './types/index';
683
+ import { MultiCloudAccessSyncRequest } from './types/index';
684
+ import { MultiCloudAccessSyncResponse } from './types/index';
685
+ import { MultiCloudAccessSyncStatusRequest } from './types/index';
686
+ import { MultiCloudAccessSyncStatusResponse } from './types/index';
687
+ import { OperateAgentRaspConfigSwitchRequest } from './types/index';
688
+ import { OperateAgentRaspConfigSwitchResponse } from './types/index';
689
+ import { PrecisionStatisticsRequest } from './types/index';
690
+ import { PrecisionStatisticsResponse } from './types/index';
691
+ import { RecoverFileRequest } from './types/index';
692
+ import { RecoverFileResponse } from './types/index';
693
+ import { RefreshAIFingerprintDataRequest } from './types/index';
694
+ import { RefreshAIFingerprintDataResponse } from './types/index';
695
+ import { RefreshFingerprintDataRequest } from './types/index';
696
+ import { RefreshFingerprintDataResponse } from './types/index';
183
697
  import { RefreshVarmorInfoRequest } from './types/index';
184
698
  import { RefreshVarmorInfoResponse } from './types/index';
185
699
  import { RetryIPOperationRequest } from './types/index';
186
700
  import { RetryIPOperationResponse } from './types/index';
701
+ import { SaveRepoImageScanCronRequest } from './types/index';
702
+ import { SaveRepoImageScanCronResponse } from './types/index';
703
+ import { SaveRepoImageScanScopeRequest } from './types/index';
704
+ import { SaveRepoImageScanScopeResponse } from './types/index';
187
705
  import { SetAIAlarmJudgeConfigRequest } from './types/index';
188
706
  import { SetAIAlarmJudgeConfigResponse } from './types/index';
189
707
  import { SetBruteForceBanConfigRequest } from './types/index';
190
708
  import { SetBruteForceBanConfigResponse } from './types/index';
191
709
  import { SetCustomWeakPasswordsRequest } from './types/index';
192
710
  import { SetCustomWeakPasswordsResponse } from './types/index';
711
+ import { SetRegularVirusScanConfigRequest } from './types/index';
712
+ import { SetRegularVirusScanConfigResponse } from './types/index';
193
713
  import { StopMLPAssetSyncTaskRequest } from './types/index';
194
714
  import { StopMLPAssetSyncTaskResponse } from './types/index';
715
+ import { SwitchCloudEnvSyncRequest } from './types/index';
716
+ import { SwitchCloudEnvSyncResponse } from './types/index';
717
+ import { SyncRegistryImagesRequest } from './types/index';
718
+ import { SyncRegistryImagesResponse } from './types/index';
195
719
  import { UnBanIPItemRequest } from './types/index';
196
720
  import { UnBanIPItemResponse } from './types/index';
197
721
  import { UnbindMLPAuthRequest } from './types/index';
198
722
  import { UnbindMLPAuthResponse } from './types/index';
723
+ import { UninstallAgentClientRequest } from './types/index';
724
+ import { UninstallAgentClientResponse } from './types/index';
725
+ import { UninstallCommandsRequest } from './types/index';
726
+ import { UninstallCommandsResponse } from './types/index';
727
+ import { UpdateAlarmTagsRequest } from './types/index';
728
+ import { UpdateAlarmTagsResponse } from './types/index';
729
+ import { UpdateAssetClustersRequest } from './types/index';
730
+ import { UpdateAssetClustersResponse } from './types/index';
199
731
  import { UpdateAutoProtectConfigRequest } from './types/index';
200
732
  import { UpdateAutoProtectConfigResponse } from './types/index';
201
733
  import { UpdateBaselineCheckConfigSwitchRequest } from './types/index';
202
734
  import { UpdateBaselineCheckConfigSwitchResponse } from './types/index';
203
735
  import { UpdateCloudProviderRequest } from './types/index';
204
736
  import { UpdateCloudProviderResponse } from './types/index';
737
+ import { UpdateCommonAlarmStatusRequest } from './types/index';
738
+ import { UpdateCommonAlarmStatusResponse } from './types/index';
739
+ import { UpdateHostTagRequest } from './types/index';
740
+ import { UpdateHostTagResponse } from './types/index';
741
+ import { UpdateLoginConfigRequest } from './types/index';
742
+ import { UpdateLoginConfigResponse } from './types/index';
743
+ import { UpdateMlpAlarmStatusRequest } from './types/index';
744
+ import { UpdateMlpAlarmStatusResponse } from './types/index';
205
745
  import { UpdateOfflineNotificationConfigRequest } from './types/index';
206
746
  import { UpdateOfflineNotificationConfigResponse } from './types/index';
747
+ import { UpdateRegistryFlowRateLimitRequest } from './types/index';
748
+ import { UpdateRegistryFlowRateLimitResponse } from './types/index';
749
+ import { UpdateRegistrySyncConfigRequest } from './types/index';
750
+ import { UpdateRegistrySyncConfigResponse } from './types/index';
751
+ import { UpdateRegularCleanRequest } from './types/index';
752
+ import { UpdateRegularCleanResponse } from './types/index';
207
753
  import { UpdateVarmorAppConfigRequest } from './types/index';
208
754
  import { UpdateVarmorAppConfigResponse } from './types/index';
209
755
  import { UpdateVarmorPolicyRequest } from './types/index';
210
756
  import { UpdateVarmorPolicyResponse } from './types/index';
211
757
  import { UpdateVarmorTLSInfoRequest } from './types/index';
212
758
  import { UpdateVarmorTLSInfoResponse } from './types/index';
759
+ export type AddAgentProxyCommandOutput = CommandOutput<AddAgentProxyResponse>;
760
+ export type AddAutoIsolateAgentListCommandOutput = CommandOutput<AddAutoIsolateAgentListResponse>;
213
761
  export type AddBaselineCheckConfigCommandOutput = CommandOutput<AddBaselineCheckConfigResponse>;
762
+ export type AddCloudEnvCommandOutput = CommandOutput<AddCloudEnvResponse>;
763
+ export type AddLoginConfigCommandOutput = CommandOutput<AddLoginConfigResponse>;
214
764
  export type AddMonitorPolicyCommandOutput = CommandOutput<AddMonitorPolicyResponse>;
765
+ export type AddRaspConfigCommandOutput = CommandOutput<AddRaspConfigResponse>;
766
+ export type AddUserAutoDefenseRuleCommandOutput = CommandOutput<AddUserAutoDefenseRuleResponse>;
767
+ export type AddWhiteListCommandOutput = CommandOutput<AddWhiteListResponse>;
768
+ export type AllAssetScanCommandOutput = CommandOutput<AllAssetScanResponse>;
769
+ export type AssetScanCommandOutput = CommandOutput<AssetScanResponse>;
215
770
  export type BanAlarmIPCommandOutput = CommandOutput<BanAlarmIPResponse>;
771
+ export type BaselineChecklistWhiteCommandOutput = CommandOutput<BaselineChecklistWhiteResponse>;
772
+ export type BatchAddHostToGroupCommandOutput = CommandOutput<BatchAddHostToGroupResponse>;
773
+ export type BatchCreateRepoRegistryVpcAuthCommandOutput = CommandOutput<BatchCreateRepoRegistryVpcAuthResponse>;
216
774
  export type BatchDeleteVarmorPoliciesCommandOutput = CommandOutput<BatchDeleteVarmorPoliciesResponse>;
775
+ export type BatchDetectWeakPasswordCommandOutput = CommandOutput<BatchDetectWeakPasswordResponse>;
217
776
  export type BatchInstallVarmorAppsCommandOutput = CommandOutput<BatchInstallVarmorAppsResponse>;
777
+ export type BatchUnBanIPItemCommandOutput = CommandOutput<BatchUnBanIPItemResponse>;
218
778
  export type BatchUninstallVarmorAppsCommandOutput = CommandOutput<BatchUninstallVarmorAppsResponse>;
219
779
  export type BatchUpgradeVarmorAppsCommandOutput = CommandOutput<BatchUpgradeVarmorAppsResponse>;
220
780
  export type BindMLPAuthCommandOutput = CommandOutput<BindMLPAuthResponse>;
781
+ export type CalculateRepoImageScanQuotaCommandOutput = CommandOutput<CalculateRepoImageScanQuotaResponse>;
221
782
  export type CheckAlarmSupportBanIPCommandOutput = CommandOutput<CheckAlarmSupportBanIPResponse>;
783
+ export type CheckInstallAgentClientCommandOutput = CommandOutput<CheckInstallAgentClientResponse>;
784
+ export type CheckInstallRaspCommandOutput = CommandOutput<CheckInstallRaspResponse>;
222
785
  export type CheckMonitorPolicyCommandOutput = CommandOutput<CheckMonitorPolicyResponse>;
223
786
  export type ControlMonitorPolicyCommandOutput = CommandOutput<ControlMonitorPolicyResponse>;
787
+ export type CreatFileScanTaskCommandOutput = CommandOutput<CreatFileScanTaskResponse>;
788
+ export type CreateHostTagCommandOutput = CommandOutput<CreateHostTagResponse>;
789
+ export type CreateLayeredGroupCommandOutput = CommandOutput<CreateLayeredGroupResponse>;
224
790
  export type CreateMLPAssetSyncTaskCommandOutput = CommandOutput<CreateMLPAssetSyncTaskResponse>;
791
+ export type CreateMLPUpdateSoftwareTaskCommandOutput = CommandOutput<CreateMLPUpdateSoftwareTaskResponse>;
792
+ export type CreateMultiLevelInstitutionCommandOutput = CommandOutput<CreateMultiLevelInstitutionResponse>;
793
+ export type CreateRepoRegistryVpcAuthCommandOutput = CommandOutput<CreateRepoRegistryVpcAuthResponse>;
225
794
  export type CreateVarmorPolicyCommandOutput = CommandOutput<CreateVarmorPolicyResponse>;
795
+ export type DeleteAgentProxyCommandOutput = CommandOutput<DeleteAgentProxyResponse>;
796
+ export type DeleteAgentProxyServerCommandOutput = CommandOutput<DeleteAgentProxyServerResponse>;
797
+ export type DeleteAutoIsolateAgentListCommandOutput = CommandOutput<DeleteAutoIsolateAgentListResponse>;
226
798
  export type DeleteBaselineCheckConfigCommandOutput = CommandOutput<DeleteBaselineCheckConfigResponse>;
799
+ export type DeleteCloudEnvCommandOutput = CommandOutput<DeleteCloudEnvResponse>;
800
+ export type DeleteCommandCommandOutput = CommandOutput<DeleteCommandResponse>;
801
+ export type DeleteHostTagCommandOutput = CommandOutput<DeleteHostTagResponse>;
802
+ export type DeleteLayeredGroupCommandOutput = CommandOutput<DeleteLayeredGroupResponse>;
803
+ export type DeleteLoginConfigCommandOutput = CommandOutput<DeleteLoginConfigResponse>;
227
804
  export type DeleteMonitorPolicyCommandOutput = CommandOutput<DeleteMonitorPolicyResponse>;
805
+ export type DeleteMultiLevelInstitutionCommandOutput = CommandOutput<DeleteMultiLevelInstitutionResponse>;
806
+ export type DeleteRaspConfigCommandOutput = CommandOutput<DeleteRaspConfigResponse>;
807
+ export type DeleteUserAutoDefenseRuleCommandOutput = CommandOutput<DeleteUserAutoDefenseRuleResponse>;
808
+ export type DeleteWhiteListsCommandOutput = CommandOutput<DeleteWhiteListsResponse>;
228
809
  export type DescribeFileChangeTrendTop5CommandOutput = CommandOutput<DescribeFileChangeTrendTop5Response>;
229
810
  export type DescribeFileMonitorOverviewCommandOutput = CommandOutput<DescribeFileMonitorOverviewResponse>;
230
811
  export type DescribeLastWeekFileChangeTrendsCommandOutput = CommandOutput<DescribeLastWeekFileChangeTrendsResponse>;
812
+ export type DetectBaselineCommandOutput = CommandOutput<DetectBaselineResponse>;
231
813
  export type DetectBaselineByCheckConfigCommandOutput = CommandOutput<DetectBaselineByCheckConfigResponse>;
814
+ export type DetectVulnCommandOutput = CommandOutput<DetectVulnResponse>;
815
+ export type DetectVulnForAICommandOutput = CommandOutput<DetectVulnForAIResponse>;
816
+ export type DisableHostImportantProtectCommandOutput = CommandOutput<DisableHostImportantProtectResponse>;
817
+ export type DownloadAIVulnListCommandOutput = CommandOutput<DownloadAIVulnListResponse>;
818
+ export type DownloadBaselineCheckCommandOutput = CommandOutput<DownloadBaselineCheckResponse>;
819
+ export type DownloadBaselineCheckHostsCommandOutput = CommandOutput<DownloadBaselineCheckHostsResponse>;
820
+ export type DownloadRawTraceDataCommandOutput = CommandOutput<DownloadRawTraceDataResponse>;
821
+ export type DownloadVulHostListByPodCommandOutput = CommandOutput<DownloadVulHostListByPodResponse>;
822
+ export type DownloadVulListByPodCommandOutput = CommandOutput<DownloadVulListByPodResponse>;
823
+ export type DownloadVulnAffectAISessionCommandOutput = CommandOutput<DownloadVulnAffectAISessionResponse>;
824
+ export type DownloadVulnDatasCommandOutput = CommandOutput<DownloadVulnDatasResponse>;
825
+ export type DownloadVulnListCommandOutput = CommandOutput<DownloadVulnListResponse>;
826
+ export type EditAIApplicationSyncConfigCommandOutput = CommandOutput<EditAIApplicationSyncConfigResponse>;
232
827
  export type EditBaselineCheckConfigCommandOutput = CommandOutput<EditBaselineCheckConfigResponse>;
233
828
  export type EditFingerprintCollectConfigCommandOutput = CommandOutput<EditFingerprintCollectConfigResponse>;
234
829
  export type EditMonitorPolicyCommandOutput = CommandOutput<EditMonitorPolicyResponse>;
830
+ export type EditRaspConfigCommandOutput = CommandOutput<EditRaspConfigResponse>;
831
+ export type EditVulnScanConfigCommandOutput = CommandOutput<EditVulnScanConfigResponse>;
832
+ export type EnableHostImportantProtectCommandOutput = CommandOutput<EnableHostImportantProtectResponse>;
833
+ export type ExportAIFingerprintDataCommandOutput = CommandOutput<ExportAIFingerprintDataResponse>;
834
+ export type ExportAlarmListDataForRaspCommandOutput = CommandOutput<ExportAlarmListDataForRaspResponse>;
835
+ export type ExportAssetCenterDevsCommandOutput = CommandOutput<ExportAssetCenterDevsResponse>;
836
+ export type ExportAssetCenterHostsCommandOutput = CommandOutput<ExportAssetCenterHostsResponse>;
837
+ export type ExportBaselineCheckListCommandOutput = CommandOutput<ExportBaselineCheckListResponse>;
838
+ export type ExportBaselineHostDetailsCommandOutput = CommandOutput<ExportBaselineHostDetailsResponse>;
839
+ export type ExportDevFingerprintDataCommandOutput = CommandOutput<ExportDevFingerprintDataResponse>;
235
840
  export type ExportFileMonitorAlarmListDataCommandOutput = CommandOutput<ExportFileMonitorAlarmListDataResponse>;
841
+ export type ExportFingerprintDataCommandOutput = CommandOutput<ExportFingerprintDataResponse>;
842
+ export type ExportHidsAlarmListDataCommandOutput = CommandOutput<ExportHidsAlarmListDataResponse>;
843
+ export type ExportMlpAlarmListDataCommandOutput = CommandOutput<ExportMlpAlarmListDataResponse>;
844
+ export type ExportRepoImageAssetCommandOutput = CommandOutput<ExportRepoImageAssetResponse>;
845
+ export type ExportVirusAlarmListDataCommandOutput = CommandOutput<ExportVirusAlarmListDataResponse>;
846
+ export type ExportWeakPasswordCommandOutput = CommandOutput<ExportWeakPasswordResponse>;
847
+ export type GenerateInstallCommandCommandOutput = CommandOutput<GenerateInstallCommandResponse>;
236
848
  export type GetAIAlarmJudgeConfigCommandOutput = CommandOutput<GetAIAlarmJudgeConfigResponse>;
849
+ export type GetAIApplicationSyncConfigCommandOutput = CommandOutput<GetAIApplicationSyncConfigResponse>;
850
+ export type GetAIFingerprintAppCommandOutput = CommandOutput<GetAIFingerprintAppResponse>;
851
+ export type GetAIFingerprintPortCommandOutput = CommandOutput<GetAIFingerprintPortResponse>;
852
+ export type GetAIFingerprintProcessCommandOutput = CommandOutput<GetAIFingerprintProcessResponse>;
853
+ export type GetAIFingerprintRefreshStatusCommandOutput = CommandOutput<GetAIFingerprintRefreshStatusResponse>;
854
+ export type GetAIFingerprintSoftwareCommandOutput = CommandOutput<GetAIFingerprintSoftwareResponse>;
855
+ export type GetAIFingerprintStatisticsCommandOutput = CommandOutput<GetAIFingerprintStatisticsResponse>;
856
+ export type GetAIFingerprintTop5CommandOutput = CommandOutput<GetAIFingerprintTop5Response>;
857
+ export type GetAISessionVulnInfoCommandOutput = CommandOutput<GetAISessionVulnInfoResponse>;
858
+ export type GetAIVulnDetectProgressDetailCommandOutput = CommandOutput<GetAIVulnDetectProgressDetailResponse>;
859
+ export type GetAlarmBySmithKeyCommandOutput = CommandOutput<GetAlarmBySmithKeyResponse>;
237
860
  export type GetAlarmRuleListCommandOutput = CommandOutput<GetAlarmRuleListResponse>;
861
+ export type GetAlarmTraceCommandOutput = CommandOutput<GetAlarmTraceResponse>;
238
862
  export type GetAlarmTraceRawDataCommandOutput = CommandOutput<GetAlarmTraceRawDataResponse>;
863
+ export type GetAlarmVirusStatisticsCommandOutput = CommandOutput<GetAlarmVirusStatisticsResponse>;
239
864
  export type GetAllMonitorSuffixListCommandOutput = CommandOutput<GetAllMonitorSuffixListResponse>;
240
865
  export type GetArmorProfileCommandOutput = CommandOutput<GetArmorProfileResponse>;
866
+ export type GetAssetClusterStatisticCommandOutput = CommandOutput<GetAssetClusterStatisticResponse>;
867
+ export type GetAssetClustersSyncEndCommandOutput = CommandOutput<GetAssetClustersSyncEndResponse>;
868
+ export type GetAssetWorkloadStatisticCommandOutput = CommandOutput<GetAssetWorkloadStatisticResponse>;
241
869
  export type GetAutoIsolateAgentListCommandOutput = CommandOutput<GetAutoIsolateAgentListResponse>;
242
870
  export type GetAutoProtectConfigCommandOutput = CommandOutput<GetAutoProtectConfigResponse>;
871
+ export type GetBaselineDetectProgressDetailCommandOutput = CommandOutput<GetBaselineDetectProgressDetailResponse>;
872
+ export type GetBaselineGroupStatisticsCommandOutput = CommandOutput<GetBaselineGroupStatisticsResponse>;
243
873
  export type GetBruteForceBanCapParamsCommandOutput = CommandOutput<GetBruteForceBanCapParamsResponse>;
244
874
  export type GetBruteForceBanConfigCommandOutput = CommandOutput<GetBruteForceBanConfigResponse>;
245
875
  export type GetBruteForceBanStatisticsCommandOutput = CommandOutput<GetBruteForceBanStatisticsResponse>;
876
+ export type GetCisDetailCommandOutput = CommandOutput<GetCisDetailResponse>;
246
877
  export type GetClusterStatisticsCommandOutput = CommandOutput<GetClusterStatisticsResponse>;
878
+ export type GetClustersPermissionResultCommandOutput = CommandOutput<GetClustersPermissionResultResponse>;
247
879
  export type GetCustomWeakPasswordsCommandOutput = CommandOutput<GetCustomWeakPasswordsResponse>;
880
+ export type GetDevAssetOverviewCommandOutput = CommandOutput<GetDevAssetOverviewResponse>;
881
+ export type GetDevDetailCommandOutput = CommandOutput<GetDevDetailResponse>;
882
+ export type GetDevFingerprintPortCommandOutput = CommandOutput<GetDevFingerprintPortResponse>;
883
+ export type GetDevFingerprintProcessCommandOutput = CommandOutput<GetDevFingerprintProcessResponse>;
884
+ export type GetDevFingerprintSoftwareCommandOutput = CommandOutput<GetDevFingerprintSoftwareResponse>;
885
+ export type GetDevFingerprintStatisticsCommandOutput = CommandOutput<GetDevFingerprintStatisticsResponse>;
886
+ export type GetDownloadStatusCommandOutput = CommandOutput<GetDownloadStatusResponse>;
887
+ export type GetFingerprintAIAppCommandOutput = CommandOutput<GetFingerprintAIAppResponse>;
888
+ export type GetFingerprintAppCommandOutput = CommandOutput<GetFingerprintAppResponse>;
889
+ export type GetFingerprintAppGroupCommandOutput = CommandOutput<GetFingerprintAppGroupResponse>;
890
+ export type GetFingerprintCronCommandOutput = CommandOutput<GetFingerprintCronResponse>;
248
891
  export type GetFingerprintEnvCommandOutput = CommandOutput<GetFingerprintEnvResponse>;
892
+ export type GetFingerprintIntegrityCommandOutput = CommandOutput<GetFingerprintIntegrityResponse>;
893
+ export type GetFingerprintKmodCommandOutput = CommandOutput<GetFingerprintKmodResponse>;
894
+ export type GetFingerprintPortCommandOutput = CommandOutput<GetFingerprintPortResponse>;
895
+ export type GetFingerprintProcessCommandOutput = CommandOutput<GetFingerprintProcessResponse>;
896
+ export type GetFingerprintRefreshStatusCommandOutput = CommandOutput<GetFingerprintRefreshStatusResponse>;
897
+ export type GetFingerprintServiceCommandOutput = CommandOutput<GetFingerprintServiceResponse>;
898
+ export type GetFingerprintSoftwareCommandOutput = CommandOutput<GetFingerprintSoftwareResponse>;
899
+ export type GetFingerprintStatisticsCommandOutput = CommandOutput<GetFingerprintStatisticsResponse>;
900
+ export type GetFingerprintTop5CommandOutput = CommandOutput<GetFingerprintTop5Response>;
901
+ export type GetFingerprintUserCommandOutput = CommandOutput<GetFingerprintUserResponse>;
902
+ export type GetFingerprintWebCommandOutput = CommandOutput<GetFingerprintWebResponse>;
249
903
  export type GetGeoLocationCommandOutput = CommandOutput<GetGeoLocationResponse>;
904
+ export type GetGroupCheckStatusCommandOutput = CommandOutput<GetGroupCheckStatusResponse>;
905
+ export type GetHidsAlarmInfoCommandOutput = CommandOutput<GetHidsAlarmInfoResponse>;
906
+ export type GetHidsAlarmStatisticsCommandOutput = CommandOutput<GetHidsAlarmStatisticsResponse>;
907
+ export type GetHidsAlarmSummaryInfoCommandOutput = CommandOutput<GetHidsAlarmSummaryInfoResponse>;
908
+ export type GetHostAssetOverviewCommandOutput = CommandOutput<GetHostAssetOverviewResponse>;
909
+ export type GetHostBasicInfoCommandOutput = CommandOutput<GetHostBasicInfoResponse>;
910
+ export type GetHostImportantProtectStateCommandOutput = CommandOutput<GetHostImportantProtectStateResponse>;
250
911
  export type GetHostVolumeCommandOutput = CommandOutput<GetHostVolumeResponse>;
912
+ export type GetHostVulnInfoCommandOutput = CommandOutput<GetHostVulnInfoResponse>;
913
+ export type GetIntrusionRealTimeUpdatesCommandOutput = CommandOutput<GetIntrusionRealTimeUpdatesResponse>;
914
+ export type GetIntrusionRiskTrendsCommandOutput = CommandOutput<GetIntrusionRiskTrendsResponse>;
915
+ export type GetK8sAssetStatisticCommandOutput = CommandOutput<GetK8sAssetStatisticResponse>;
916
+ export type GetLayeredGroupsCommandOutput = CommandOutput<GetLayeredGroupsResponse>;
251
917
  export type GetMLPAssetSyncTaskDetailCommandOutput = CommandOutput<GetMLPAssetSyncTaskDetailResponse>;
252
918
  export type GetMLPAssetSyncTaskStatusCommandOutput = CommandOutput<GetMLPAssetSyncTaskStatusResponse>;
919
+ export type GetManualSyncAIApplicationStatusCommandOutput = CommandOutput<GetManualSyncAIApplicationStatusResponse>;
920
+ export type GetMlpAlarmStatisticsCommandOutput = CommandOutput<GetMlpAlarmStatisticsResponse>;
921
+ export type GetMlpAlarmSummaryInfoCommandOutput = CommandOutput<GetMlpAlarmSummaryInfoResponse>;
922
+ export type GetMlpUpdateSoftwareTaskDetailCommandOutput = CommandOutput<GetMlpUpdateSoftwareTaskDetailResponse>;
253
923
  export type GetMonitorPolicyDirectoryCommandOutput = CommandOutput<GetMonitorPolicyDirectoryResponse>;
254
924
  export type GetMultiLevelAuthDetailCommandOutput = CommandOutput<GetMultiLevelAuthDetailResponse>;
925
+ export type GetMultiLevelHostAssetOverviewCommandOutput = CommandOutput<GetMultiLevelHostAssetOverviewResponse>;
926
+ export type GetMultiLevelInstitutionDetailCommandOutput = CommandOutput<GetMultiLevelInstitutionDetailResponse>;
927
+ export type GetNeighboringAlarmCommandOutput = CommandOutput<GetNeighboringAlarmResponse>;
255
928
  export type GetOfflineNotificationConfigCommandOutput = CommandOutput<GetOfflineNotificationConfigResponse>;
256
929
  export type GetOfflineNotificationListCommandOutput = CommandOutput<GetOfflineNotificationListResponse>;
930
+ export type GetOneRaspAlarmCommandOutput = CommandOutput<GetOneRaspAlarmResponse>;
257
931
  export type GetPolicyStatisticsCommandOutput = CommandOutput<GetPolicyStatisticsResponse>;
932
+ export type GetRaspAlarmStatisticsCommandOutput = CommandOutput<GetRaspAlarmStatisticsResponse>;
933
+ export type GetRaspAlarmSummaryInfoCommandOutput = CommandOutput<GetRaspAlarmSummaryInfoResponse>;
934
+ export type GetRaspAuthorizationStatisticsCommandOutput = CommandOutput<GetRaspAuthorizationStatisticsResponse>;
935
+ export type GetRaspConfigStatisticsCommandOutput = CommandOutput<GetRaspConfigStatisticsResponse>;
936
+ export type GetRaspProcessDetailCommandOutput = CommandOutput<GetRaspProcessDetailResponse>;
937
+ export type GetRaspProtectStatisticsCommandOutput = CommandOutput<GetRaspProtectStatisticsResponse>;
938
+ export type GetRegistriesPermissionResultCommandOutput = CommandOutput<GetRegistriesPermissionResultResponse>;
939
+ export type GetRegistryImageDetailCommandOutput = CommandOutput<GetRegistryImageDetailResponse>;
940
+ export type GetRegistryImagesSyncStatusCommandOutput = CommandOutput<GetRegistryImagesSyncStatusResponse>;
941
+ export type GetRegistrySyncConfigCommandOutput = CommandOutput<GetRegistrySyncConfigResponse>;
942
+ export type GetRegularCleanCommandOutput = CommandOutput<GetRegularCleanResponse>;
943
+ export type GetRegularVirusScanConfigCommandOutput = CommandOutput<GetRegularVirusScanConfigResponse>;
944
+ export type GetRegularVirusTaskStatusCommandOutput = CommandOutput<GetRegularVirusTaskStatusResponse>;
945
+ export type GetRepoImageRiskCntCommandOutput = CommandOutput<GetRepoImageRiskCntResponse>;
946
+ export type GetRepoImageScanCronCommandOutput = CommandOutput<GetRepoImageScanCronResponse>;
947
+ export type GetRepoImageScanScopeCommandOutput = CommandOutput<GetRepoImageScanScopeResponse>;
948
+ export type GetRepoRegistrySummaryCommandOutput = CommandOutput<GetRepoRegistrySummaryResponse>;
949
+ export type GetRepoRegistryVpcAuthCreateInfoCommandOutput = CommandOutput<GetRepoRegistryVpcAuthCreateInfoResponse>;
258
950
  export type GetSOCAssetAlarmStatsCommandOutput = CommandOutput<GetSOCAssetAlarmStatsResponse>;
259
951
  export type GetSOCAssetInstanceProtectStatusCommandOutput = CommandOutput<GetSOCAssetInstanceProtectStatusResponse>;
260
952
  export type GetSOCAssetSecurityScoreCommandOutput = CommandOutput<GetSOCAssetSecurityScoreResponse>;
261
953
  export type GetSOCAssetVulnStatsCommandOutput = CommandOutput<GetSOCAssetVulnStatsResponse>;
262
954
  export type GetSOCPrecautionBaselineStatsCommandOutput = CommandOutput<GetSOCPrecautionBaselineStatsResponse>;
955
+ export type GetSecurityOverviewCommandOutput = CommandOutput<GetSecurityOverviewResponse>;
263
956
  export type GetSecurityOverviewScoreStatsCommandOutput = CommandOutput<GetSecurityOverviewScoreStatsResponse>;
957
+ export type GetStackTraceCommandOutput = CommandOutput<GetStackTraceResponse>;
958
+ export type GetTLSInfoCommandOutput = CommandOutput<GetTLSInfoResponse>;
959
+ export type GetTenantQuotaCommandOutput = CommandOutput<GetTenantQuotaResponse>;
960
+ export type GetUserBatchScanStatusCommandOutput = CommandOutput<GetUserBatchScanStatusResponse>;
961
+ export type GetVarmorAuthInfoCommandOutput = CommandOutput<GetVarmorAuthInfoResponse>;
264
962
  export type GetVarmorConfigYAMLCommandOutput = CommandOutput<GetVarmorConfigYAMLResponse>;
265
963
  export type GetVarmorPolicyCommandOutput = CommandOutput<GetVarmorPolicyResponse>;
266
964
  export type GetVarmorTLSInfoCommandOutput = CommandOutput<GetVarmorTLSInfoResponse>;
965
+ export type GetVirusAlarmSummaryInfoCommandOutput = CommandOutput<GetVirusAlarmSummaryInfoResponse>;
966
+ export type GetVirusDatabaseUpdateTimeCommandOutput = CommandOutput<GetVirusDatabaseUpdateTimeResponse>;
967
+ export type GetVirusTaskInfoCommandOutput = CommandOutput<GetVirusTaskInfoResponse>;
968
+ export type GetVirusTaskStatisticsCommandOutput = CommandOutput<GetVirusTaskStatisticsResponse>;
969
+ export type GetVulnCheckStatusCommandOutput = CommandOutput<GetVulnCheckStatusResponse>;
970
+ export type GetVulnCheckStatusForAICommandOutput = CommandOutput<GetVulnCheckStatusForAIResponse>;
971
+ export type GetVulnDetailCommandOutput = CommandOutput<GetVulnDetailResponse>;
972
+ export type GetVulnInfoCommandOutput = CommandOutput<GetVulnInfoResponse>;
973
+ export type GetVulnInfoForAICommandOutput = CommandOutput<GetVulnInfoForAIResponse>;
974
+ export type GetVulnScanConfigCommandOutput = CommandOutput<GetVulnScanConfigResponse>;
975
+ export type GetVulnStatisticsCommandOutput = CommandOutput<GetVulnStatisticsResponse>;
976
+ export type GetVulnStatisticsForAICommandOutput = CommandOutput<GetVulnStatisticsForAIResponse>;
977
+ export type GetWhiteListFieldCommandOutput = CommandOutput<GetWhiteListFieldResponse>;
978
+ export type HandleAIVulnCommandOutput = CommandOutput<HandleAIVulnResponse>;
979
+ export type HandleAlarmByAgentCommandOutput = CommandOutput<HandleAlarmByAgentResponse>;
267
980
  export type HandleEndpointAlarmsCommandOutput = CommandOutput<HandleEndpointAlarmsResponse>;
981
+ export type HandleVulnCommandOutput = CommandOutput<HandleVulnResponse>;
982
+ export type InstallAgentClientCommandOutput = CommandOutput<InstallAgentClientResponse>;
983
+ export type InstallAgentProxyServerCommandCommandOutput = CommandOutput<InstallAgentProxyServerCommandResponse>;
984
+ export type IsolateFileCommandOutput = CommandOutput<IsolateFileResponse>;
985
+ export type ListAIApplicationBasicInfoCommandOutput = CommandOutput<ListAIApplicationBasicInfoResponse>;
268
986
  export type ListAgentProxiesCommandOutput = CommandOutput<ListAgentProxiesResponse>;
269
987
  export type ListAgentProxyServersCommandOutput = CommandOutput<ListAgentProxyServersResponse>;
988
+ export type ListAgentkitSessionIDsCommandOutput = CommandOutput<ListAgentkitSessionIDsResponse>;
989
+ export type ListAlarmArchiveRecordsCommandOutput = CommandOutput<ListAlarmArchiveRecordsResponse>;
990
+ export type ListAlarmNameListCommandOutput = CommandOutput<ListAlarmNameListResponse>;
991
+ export type ListAlarmTagsCommandOutput = CommandOutput<ListAlarmTagsResponse>;
992
+ export type ListAllCntrStaticDictCommandOutput = CommandOutput<ListAllCntrStaticDictResponse>;
993
+ export type ListAssetCenterDevsCommandOutput = CommandOutput<ListAssetCenterDevsResponse>;
270
994
  export type ListAssetCenterHostsCommandOutput = CommandOutput<ListAssetCenterHostsResponse>;
995
+ export type ListAssetClustersCommandOutput = CommandOutput<ListAssetClustersResponse>;
996
+ export type ListAssetGroupsCommandOutput = CommandOutput<ListAssetGroupsResponse>;
271
997
  export type ListAssetNamespacesCommandOutput = CommandOutput<ListAssetNamespacesResponse>;
998
+ export type ListAssetPodsLinkedWorkloadCommandOutput = CommandOutput<ListAssetPodsLinkedWorkloadResponse>;
999
+ export type ListAssetPodsLinkedWorkloadWithNoPageCommandOutput = CommandOutput<ListAssetPodsLinkedWorkloadWithNoPageResponse>;
1000
+ export type ListAssetTagsCommandOutput = CommandOutput<ListAssetTagsResponse>;
1001
+ export type ListAssetWorkloadsCommandOutput = CommandOutput<ListAssetWorkloadsResponse>;
1002
+ export type ListAutoDefenseHostsCommandOutput = CommandOutput<ListAutoDefenseHostsResponse>;
272
1003
  export type ListAutoDefenseRulesCommandOutput = CommandOutput<ListAutoDefenseRulesResponse>;
273
1004
  export type ListBanIPListCommandOutput = CommandOutput<ListBanIPListResponse>;
274
1005
  export type ListBaselineBasicInfoCommandOutput = CommandOutput<ListBaselineBasicInfoResponse>;
275
1006
  export type ListBaselineCheckConfigCommandOutput = CommandOutput<ListBaselineCheckConfigResponse>;
1007
+ export type ListBaselineCheckDetailCommandOutput = CommandOutput<ListBaselineCheckDetailResponse>;
1008
+ export type ListBaselineCheckItemHostsCommandOutput = CommandOutput<ListBaselineCheckItemHostsResponse>;
276
1009
  export type ListBaselineCheckItemsCommandOutput = CommandOutput<ListBaselineCheckItemsResponse>;
1010
+ export type ListBaselineCheckResCommandOutput = CommandOutput<ListBaselineCheckResResponse>;
277
1011
  export type ListBaselineForGroupPolicyCommandOutput = CommandOutput<ListBaselineForGroupPolicyResponse>;
1012
+ export type ListBaselineGroupsCommandOutput = CommandOutput<ListBaselineGroupsResponse>;
278
1013
  export type ListBaselineHostItemHostsCommandOutput = CommandOutput<ListBaselineHostItemHostsResponse>;
1014
+ export type ListBaselinesCommandOutput = CommandOutput<ListBaselinesResponse>;
279
1015
  export type ListBatchEndpointHandleMethodsCommandOutput = CommandOutput<ListBatchEndpointHandleMethodsResponse>;
280
1016
  export type ListCheckConfigRelatedBaselineCommandOutput = CommandOutput<ListCheckConfigRelatedBaselineResponse>;
281
1017
  export type ListCleanHistoryCommandOutput = CommandOutput<ListCleanHistoryResponse>;
282
1018
  export type ListCloudEnvsCommandOutput = CommandOutput<ListCloudEnvsResponse>;
1019
+ export type ListCloudPlatformsCommandOutput = CommandOutput<ListCloudPlatformsResponse>;
283
1020
  export type ListClusterVarmorVersionHistoryCommandOutput = CommandOutput<ListClusterVarmorVersionHistoryResponse>;
284
1021
  export type ListClustersAndVarmorAppsCommandOutput = CommandOutput<ListClustersAndVarmorAppsResponse>;
1022
+ export type ListDevAssetIDsCommandOutput = CommandOutput<ListDevAssetIDsResponse>;
1023
+ export type ListDevBasicInfosCommandOutput = CommandOutput<ListDevBasicInfosResponse>;
1024
+ export type ListDevPlatformCommandOutput = CommandOutput<ListDevPlatformResponse>;
1025
+ export type ListDevRegionCommandOutput = CommandOutput<ListDevRegionResponse>;
1026
+ export type ListEndpointHandleMethodsCommandOutput = CommandOutput<ListEndpointHandleMethodsResponse>;
285
1027
  export type ListFileMonitorAlarmsCommandOutput = CommandOutput<ListFileMonitorAlarmsResponse>;
286
1028
  export type ListFingerprintCollectConfigCommandOutput = CommandOutput<ListFingerprintCollectConfigResponse>;
1029
+ export type ListGroupRelatedAgentCommandOutput = CommandOutput<ListGroupRelatedAgentResponse>;
287
1030
  export type ListHidsAlarmsCommandOutput = CommandOutput<ListHidsAlarmsResponse>;
1031
+ export type ListHostPlatformCommandOutput = CommandOutput<ListHostPlatformResponse>;
1032
+ export type ListHostRegionCommandOutput = CommandOutput<ListHostRegionResponse>;
1033
+ export type ListHostVpcCommandOutput = CommandOutput<ListHostVpcResponse>;
1034
+ export type ListHostsAgentIDsCommandOutput = CommandOutput<ListHostsAgentIDsResponse>;
288
1035
  export type ListHostsBasicInfosCommandOutput = CommandOutput<ListHostsBasicInfosResponse>;
1036
+ export type ListInstallCommandsCommandOutput = CommandOutput<ListInstallCommandsResponse>;
289
1037
  export type ListIsolationFilesCommandOutput = CommandOutput<ListIsolationFilesResponse>;
1038
+ export type ListLayeredGroupRelatedHostCommandOutput = CommandOutput<ListLayeredGroupRelatedHostResponse>;
1039
+ export type ListLayeredGroupsDetailCommandOutput = CommandOutput<ListLayeredGroupsDetailResponse>;
1040
+ export type ListLoginConfigsCommandOutput = CommandOutput<ListLoginConfigsResponse>;
290
1041
  export type ListMLPAssetTasksCommandOutput = CommandOutput<ListMLPAssetTasksResponse>;
1042
+ export type ListMlpAlarmTagsCommandOutput = CommandOutput<ListMlpAlarmTagsResponse>;
1043
+ export type ListMlpAlarmsCommandOutput = CommandOutput<ListMlpAlarmsResponse>;
291
1044
  export type ListMonitorPoliciesCommandOutput = CommandOutput<ListMonitorPoliciesResponse>;
1045
+ export type ListMultiLevelAssetHostsCommandOutput = CommandOutput<ListMultiLevelAssetHostsResponse>;
1046
+ export type ListMultiLevelInstitutionCommandOutput = CommandOutput<ListMultiLevelInstitutionResponse>;
292
1047
  export type ListOrderedHostsBasicInfosCommandOutput = CommandOutput<ListOrderedHostsBasicInfosResponse>;
1048
+ export type ListRaspAlarmsCommandOutput = CommandOutput<ListRaspAlarmsResponse>;
1049
+ export type ListRaspConfigAgentInfosCommandOutput = CommandOutput<ListRaspConfigAgentInfosResponse>;
1050
+ export type ListRaspConfigsCommandOutput = CommandOutput<ListRaspConfigsResponse>;
1051
+ export type ListRaspProcessesCommandOutput = CommandOutput<ListRaspProcessesResponse>;
1052
+ export type ListRegistriesCommandOutput = CommandOutput<ListRegistriesResponse>;
1053
+ export type ListRegistryImagesCommandOutput = CommandOutput<ListRegistryImagesResponse>;
1054
+ export type ListRegistryNamespaceIDsCommandOutput = CommandOutput<ListRegistryNamespaceIDsResponse>;
1055
+ export type ListRegistryNamespacesCommandOutput = CommandOutput<ListRegistryNamespacesResponse>;
1056
+ export type ListRepoImageComplCommandOutput = CommandOutput<ListRepoImageComplResponse>;
1057
+ export type ListRepoImageLayerCommandOutput = CommandOutput<ListRepoImageLayerResponse>;
1058
+ export type ListRepoImageLayerSenfileCommandOutput = CommandOutput<ListRepoImageLayerSenfileResponse>;
1059
+ export type ListRepoImageLayerVirusCommandOutput = CommandOutput<ListRepoImageLayerVirusResponse>;
1060
+ export type ListRepoImageLayerVulnCommandOutput = CommandOutput<ListRepoImageLayerVulnResponse>;
1061
+ export type ListRepoImagePackageCommandOutput = CommandOutput<ListRepoImagePackageResponse>;
1062
+ export type ListRepoImageSenfileCommandOutput = CommandOutput<ListRepoImageSenfileResponse>;
1063
+ export type ListRepoImageVirusCommandOutput = CommandOutput<ListRepoImageVirusResponse>;
1064
+ export type ListRepoImageVulnCommandOutput = CommandOutput<ListRepoImageVulnResponse>;
1065
+ export type ListRiskComplAffectRepoImageCommandOutput = CommandOutput<ListRiskComplAffectRepoImageResponse>;
1066
+ export type ListRiskVulnAffectRepoImageCommandOutput = CommandOutput<ListRiskVulnAffectRepoImageResponse>;
293
1067
  export type ListScanSubTasksCommandOutput = CommandOutput<ListScanSubTasksResponse>;
1068
+ export type ListScanTaskHostsCommandOutput = CommandOutput<ListScanTaskHostsResponse>;
1069
+ export type ListScanTasksCommandOutput = CommandOutput<ListScanTasksResponse>;
1070
+ export type ListTagRelatedAgentCommandOutput = CommandOutput<ListTagRelatedAgentResponse>;
1071
+ export type ListTagsDetailCommandOutput = CommandOutput<ListTagsDetailResponse>;
294
1072
  export type ListVarmorPoliciesCommandOutput = CommandOutput<ListVarmorPoliciesResponse>;
1073
+ export type ListVirusAlarmsCommandOutput = CommandOutput<ListVirusAlarmsResponse>;
295
1074
  export type ListVulByPodCommandOutput = CommandOutput<ListVulByPodResponse>;
296
1075
  export type ListVulDetailCommandOutput = CommandOutput<ListVulDetailResponse>;
297
1076
  export type ListVulHostByPodCommandOutput = CommandOutput<ListVulHostByPodResponse>;
1077
+ export type ListVulnAffectAISessionCommandOutput = CommandOutput<ListVulnAffectAISessionResponse>;
1078
+ export type ListVulnForAICommandOutput = CommandOutput<ListVulnForAIResponse>;
1079
+ export type ListVulnHostsCommandOutput = CommandOutput<ListVulnHostsResponse>;
1080
+ export type ListVulnsCommandOutput = CommandOutput<ListVulnsResponse>;
1081
+ export type ListWeakPasswordCheckDetailCommandOutput = CommandOutput<ListWeakPasswordCheckDetailResponse>;
1082
+ export type ListWhiteListsCommandOutput = CommandOutput<ListWhiteListsResponse>;
1083
+ export type ManualSyncAIApplicationCommandOutput = CommandOutput<ManualSyncAIApplicationResponse>;
1084
+ export type ModifyAutoDefenseRuleCommandOutput = CommandOutput<ModifyAutoDefenseRuleResponse>;
1085
+ export type ModifyCloudEnvCommandOutput = CommandOutput<ModifyCloudEnvResponse>;
1086
+ export type ModifyLayeredGroupCommandOutput = CommandOutput<ModifyLayeredGroupResponse>;
1087
+ export type ModifyMultiLevelInstitutionCommandOutput = CommandOutput<ModifyMultiLevelInstitutionResponse>;
1088
+ export type ModifyMultiLevelInstitutionReportSwitchCommandOutput = CommandOutput<ModifyMultiLevelInstitutionReportSwitchResponse>;
1089
+ export type ModifyTLSConfigCommandOutput = CommandOutput<ModifyTLSConfigResponse>;
1090
+ export type ModifyUserAutoDefenseRuleCommandOutput = CommandOutput<ModifyUserAutoDefenseRuleResponse>;
1091
+ export type ModifyWhiteListCommandOutput = CommandOutput<ModifyWhiteListResponse>;
1092
+ export type MultiAssetScanCommandOutput = CommandOutput<MultiAssetScanResponse>;
1093
+ export type MultiCloudAccessStatisticsCommandOutput = CommandOutput<MultiCloudAccessStatisticsResponse>;
1094
+ export type MultiCloudAccessSyncCommandOutput = CommandOutput<MultiCloudAccessSyncResponse>;
1095
+ export type MultiCloudAccessSyncStatusCommandOutput = CommandOutput<MultiCloudAccessSyncStatusResponse>;
1096
+ export type OperateAgentRaspConfigSwitchCommandOutput = CommandOutput<OperateAgentRaspConfigSwitchResponse>;
1097
+ export type PrecisionStatisticsCommandOutput = CommandOutput<PrecisionStatisticsResponse>;
1098
+ export type RecoverFileCommandOutput = CommandOutput<RecoverFileResponse>;
1099
+ export type RefreshAIFingerprintDataCommandOutput = CommandOutput<RefreshAIFingerprintDataResponse>;
1100
+ export type RefreshFingerprintDataCommandOutput = CommandOutput<RefreshFingerprintDataResponse>;
298
1101
  export type RefreshVarmorInfoCommandOutput = CommandOutput<RefreshVarmorInfoResponse>;
299
1102
  export type RetryIPOperationCommandOutput = CommandOutput<RetryIPOperationResponse>;
1103
+ export type SaveRepoImageScanCronCommandOutput = CommandOutput<SaveRepoImageScanCronResponse>;
1104
+ export type SaveRepoImageScanScopeCommandOutput = CommandOutput<SaveRepoImageScanScopeResponse>;
300
1105
  export type SetAIAlarmJudgeConfigCommandOutput = CommandOutput<SetAIAlarmJudgeConfigResponse>;
301
1106
  export type SetBruteForceBanConfigCommandOutput = CommandOutput<SetBruteForceBanConfigResponse>;
302
1107
  export type SetCustomWeakPasswordsCommandOutput = CommandOutput<SetCustomWeakPasswordsResponse>;
1108
+ export type SetRegularVirusScanConfigCommandOutput = CommandOutput<SetRegularVirusScanConfigResponse>;
303
1109
  export type StopMLPAssetSyncTaskCommandOutput = CommandOutput<StopMLPAssetSyncTaskResponse>;
1110
+ export type SwitchCloudEnvSyncCommandOutput = CommandOutput<SwitchCloudEnvSyncResponse>;
1111
+ export type SyncRegistryImagesCommandOutput = CommandOutput<SyncRegistryImagesResponse>;
304
1112
  export type UnBanIPItemCommandOutput = CommandOutput<UnBanIPItemResponse>;
305
1113
  export type UnbindMLPAuthCommandOutput = CommandOutput<UnbindMLPAuthResponse>;
1114
+ export type UninstallAgentClientCommandOutput = CommandOutput<UninstallAgentClientResponse>;
1115
+ export type UninstallCommandsCommandOutput = CommandOutput<UninstallCommandsResponse>;
1116
+ export type UpdateAlarmTagsCommandOutput = CommandOutput<UpdateAlarmTagsResponse>;
1117
+ export type UpdateAssetClustersCommandOutput = CommandOutput<UpdateAssetClustersResponse>;
306
1118
  export type UpdateAutoProtectConfigCommandOutput = CommandOutput<UpdateAutoProtectConfigResponse>;
307
1119
  export type UpdateBaselineCheckConfigSwitchCommandOutput = CommandOutput<UpdateBaselineCheckConfigSwitchResponse>;
308
1120
  export type UpdateCloudProviderCommandOutput = CommandOutput<UpdateCloudProviderResponse>;
1121
+ export type UpdateCommonAlarmStatusCommandOutput = CommandOutput<UpdateCommonAlarmStatusResponse>;
1122
+ export type UpdateHostTagCommandOutput = CommandOutput<UpdateHostTagResponse>;
1123
+ export type UpdateLoginConfigCommandOutput = CommandOutput<UpdateLoginConfigResponse>;
1124
+ export type UpdateMlpAlarmStatusCommandOutput = CommandOutput<UpdateMlpAlarmStatusResponse>;
309
1125
  export type UpdateOfflineNotificationConfigCommandOutput = CommandOutput<UpdateOfflineNotificationConfigResponse>;
1126
+ export type UpdateRegistryFlowRateLimitCommandOutput = CommandOutput<UpdateRegistryFlowRateLimitResponse>;
1127
+ export type UpdateRegistrySyncConfigCommandOutput = CommandOutput<UpdateRegistrySyncConfigResponse>;
1128
+ export type UpdateRegularCleanCommandOutput = CommandOutput<UpdateRegularCleanResponse>;
310
1129
  export type UpdateVarmorAppConfigCommandOutput = CommandOutput<UpdateVarmorAppConfigResponse>;
311
1130
  export type UpdateVarmorPolicyCommandOutput = CommandOutput<UpdateVarmorPolicyResponse>;
312
1131
  export type UpdateVarmorTLSInfoCommandOutput = CommandOutput<UpdateVarmorTLSInfoResponse>;
@@ -316,6 +1135,20 @@ export type UpdateVarmorTLSInfoCommandOutput = CommandOutput<UpdateVarmorTLSInfo
316
1135
  export declare class SECCENTER20240508Client extends Client {
317
1136
  constructor(config?: ClientConfig);
318
1137
  }
1138
+ /**
1139
+ * Command to AddAgentProxy
1140
+ */
1141
+ export declare class AddAgentProxyCommand extends Command<AddAgentProxyRequest, AddAgentProxyCommandOutput, 'AddAgentProxyCommand'> {
1142
+ static readonly metaPath = "/AddAgentProxy/2024-05-08/seccenter/post/application_json/";
1143
+ constructor(input: AddAgentProxyRequest);
1144
+ }
1145
+ /**
1146
+ * Command to AddAutoIsolateAgentList
1147
+ */
1148
+ export declare class AddAutoIsolateAgentListCommand extends Command<AddAutoIsolateAgentListRequest, AddAutoIsolateAgentListCommandOutput, 'AddAutoIsolateAgentListCommand'> {
1149
+ static readonly metaPath = "/AddAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/";
1150
+ constructor(input: AddAutoIsolateAgentListRequest);
1151
+ }
319
1152
  /**
320
1153
  * Command to AddBaselineCheckConfig
321
1154
  */
@@ -323,6 +1156,20 @@ export declare class AddBaselineCheckConfigCommand extends Command<AddBaselineCh
323
1156
  static readonly metaPath = "/AddBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
324
1157
  constructor(input: AddBaselineCheckConfigRequest);
325
1158
  }
1159
+ /**
1160
+ * Command to AddCloudEnv
1161
+ */
1162
+ export declare class AddCloudEnvCommand extends Command<AddCloudEnvRequest, AddCloudEnvCommandOutput, 'AddCloudEnvCommand'> {
1163
+ static readonly metaPath = "/AddCloudEnv/2024-05-08/seccenter/post/application_json/";
1164
+ constructor(input: AddCloudEnvRequest);
1165
+ }
1166
+ /**
1167
+ * Command to AddLoginConfig
1168
+ */
1169
+ export declare class AddLoginConfigCommand extends Command<AddLoginConfigRequest, AddLoginConfigCommandOutput, 'AddLoginConfigCommand'> {
1170
+ static readonly metaPath = "/AddLoginConfig/2024-05-08/seccenter/post/application_json/";
1171
+ constructor(input: AddLoginConfigRequest);
1172
+ }
326
1173
  /**
327
1174
  * Command to AddMonitorPolicy
328
1175
  */
@@ -330,6 +1177,41 @@ export declare class AddMonitorPolicyCommand extends Command<AddMonitorPolicyReq
330
1177
  static readonly metaPath = "/AddMonitorPolicy/2024-05-08/seccenter/post/application_json/";
331
1178
  constructor(input: AddMonitorPolicyRequest);
332
1179
  }
1180
+ /**
1181
+ * Command to AddRaspConfig
1182
+ */
1183
+ export declare class AddRaspConfigCommand extends Command<AddRaspConfigRequest, AddRaspConfigCommandOutput, 'AddRaspConfigCommand'> {
1184
+ static readonly metaPath = "/AddRaspConfig/2024-05-08/seccenter/post/application_json/";
1185
+ constructor(input: AddRaspConfigRequest);
1186
+ }
1187
+ /**
1188
+ * Command to AddUserAutoDefenseRule
1189
+ */
1190
+ export declare class AddUserAutoDefenseRuleCommand extends Command<AddUserAutoDefenseRuleRequest, AddUserAutoDefenseRuleCommandOutput, 'AddUserAutoDefenseRuleCommand'> {
1191
+ static readonly metaPath = "/AddUserAutoDefenseRule/2024-05-08/seccenter/post/application_json/";
1192
+ constructor(input: AddUserAutoDefenseRuleRequest);
1193
+ }
1194
+ /**
1195
+ * Command to AddWhiteList
1196
+ */
1197
+ export declare class AddWhiteListCommand extends Command<AddWhiteListRequest, AddWhiteListCommandOutput, 'AddWhiteListCommand'> {
1198
+ static readonly metaPath = "/AddWhiteList/2024-05-08/seccenter/post/application_json/";
1199
+ constructor(input: AddWhiteListRequest);
1200
+ }
1201
+ /**
1202
+ * Command to AllAssetScan
1203
+ */
1204
+ export declare class AllAssetScanCommand extends Command<AllAssetScanRequest, AllAssetScanCommandOutput, 'AllAssetScanCommand'> {
1205
+ static readonly metaPath = "/AllAssetScan/2024-05-08/seccenter/post/application_json/";
1206
+ constructor(input: AllAssetScanRequest);
1207
+ }
1208
+ /**
1209
+ * Command to AssetScan
1210
+ */
1211
+ export declare class AssetScanCommand extends Command<AssetScanRequest, AssetScanCommandOutput, 'AssetScanCommand'> {
1212
+ static readonly metaPath = "/AssetScan/2024-05-08/seccenter/post/application_json/";
1213
+ constructor(input: AssetScanRequest);
1214
+ }
333
1215
  /**
334
1216
  * Command to BanAlarmIP
335
1217
  */
@@ -337,6 +1219,27 @@ export declare class BanAlarmIPCommand extends Command<BanAlarmIPRequest, BanAla
337
1219
  static readonly metaPath = "/BanAlarmIP/2024-05-08/seccenter/post/application_json/";
338
1220
  constructor(input: BanAlarmIPRequest);
339
1221
  }
1222
+ /**
1223
+ * Command to BaselineChecklistWhite
1224
+ */
1225
+ export declare class BaselineChecklistWhiteCommand extends Command<BaselineChecklistWhiteRequest, BaselineChecklistWhiteCommandOutput, 'BaselineChecklistWhiteCommand'> {
1226
+ static readonly metaPath = "/BaselineChecklistWhite/2024-05-08/seccenter/post/application_json/";
1227
+ constructor(input: BaselineChecklistWhiteRequest);
1228
+ }
1229
+ /**
1230
+ * Command to BatchAddHostToGroup
1231
+ */
1232
+ export declare class BatchAddHostToGroupCommand extends Command<BatchAddHostToGroupRequest, BatchAddHostToGroupCommandOutput, 'BatchAddHostToGroupCommand'> {
1233
+ static readonly metaPath = "/BatchAddHostToGroup/2024-05-08/seccenter/post/application_json/";
1234
+ constructor(input: BatchAddHostToGroupRequest);
1235
+ }
1236
+ /**
1237
+ * Command to BatchCreateRepoRegistryVpcAuth
1238
+ */
1239
+ export declare class BatchCreateRepoRegistryVpcAuthCommand extends Command<BatchCreateRepoRegistryVpcAuthRequest, BatchCreateRepoRegistryVpcAuthCommandOutput, 'BatchCreateRepoRegistryVpcAuthCommand'> {
1240
+ static readonly metaPath = "/BatchCreateRepoRegistryVpcAuth/2024-05-08/seccenter/post/application_json/";
1241
+ constructor(input: BatchCreateRepoRegistryVpcAuthRequest);
1242
+ }
340
1243
  /**
341
1244
  * Command to BatchDeleteVarmorPolicies
342
1245
  */
@@ -344,6 +1247,13 @@ export declare class BatchDeleteVarmorPoliciesCommand extends Command<BatchDelet
344
1247
  static readonly metaPath = "/BatchDeleteVarmorPolicies/2024-05-08/seccenter/post/application_json/";
345
1248
  constructor(input: BatchDeleteVarmorPoliciesRequest);
346
1249
  }
1250
+ /**
1251
+ * Command to BatchDetectWeakPassword
1252
+ */
1253
+ export declare class BatchDetectWeakPasswordCommand extends Command<BatchDetectWeakPasswordRequest, BatchDetectWeakPasswordCommandOutput, 'BatchDetectWeakPasswordCommand'> {
1254
+ static readonly metaPath = "/BatchDetectWeakPassword/2024-05-08/seccenter/post/application_json/";
1255
+ constructor(input: BatchDetectWeakPasswordRequest);
1256
+ }
347
1257
  /**
348
1258
  * Command to BatchInstallVarmorApps
349
1259
  */
@@ -351,6 +1261,13 @@ export declare class BatchInstallVarmorAppsCommand extends Command<BatchInstallV
351
1261
  static readonly metaPath = "/BatchInstallVarmorApps/2024-05-08/seccenter/post/application_json/";
352
1262
  constructor(input: BatchInstallVarmorAppsRequest);
353
1263
  }
1264
+ /**
1265
+ * Command to BatchUnBanIPItem
1266
+ */
1267
+ export declare class BatchUnBanIPItemCommand extends Command<BatchUnBanIPItemRequest, BatchUnBanIPItemCommandOutput, 'BatchUnBanIPItemCommand'> {
1268
+ static readonly metaPath = "/BatchUnBanIPItem/2024-05-08/seccenter/post/application_json/";
1269
+ constructor(input: BatchUnBanIPItemRequest);
1270
+ }
354
1271
  /**
355
1272
  * Command to BatchUninstallVarmorApps
356
1273
  */
@@ -372,6 +1289,13 @@ export declare class BindMLPAuthCommand extends Command<BindMLPAuthRequest, Bind
372
1289
  static readonly metaPath = "/BindMLPAuth/2024-05-08/seccenter/post/application_json/";
373
1290
  constructor(input: BindMLPAuthRequest);
374
1291
  }
1292
+ /**
1293
+ * Command to CalculateRepoImageScanQuota
1294
+ */
1295
+ export declare class CalculateRepoImageScanQuotaCommand extends Command<CalculateRepoImageScanQuotaRequest, CalculateRepoImageScanQuotaCommandOutput, 'CalculateRepoImageScanQuotaCommand'> {
1296
+ static readonly metaPath = "/CalculateRepoImageScanQuota/2024-05-08/seccenter/post/application_json/";
1297
+ constructor(input: CalculateRepoImageScanQuotaRequest);
1298
+ }
375
1299
  /**
376
1300
  * Command to CheckAlarmSupportBanIP
377
1301
  */
@@ -379,6 +1303,20 @@ export declare class CheckAlarmSupportBanIPCommand extends Command<CheckAlarmSup
379
1303
  static readonly metaPath = "/CheckAlarmSupportBanIP/2024-05-08/seccenter/post/application_json/";
380
1304
  constructor(input: CheckAlarmSupportBanIPRequest);
381
1305
  }
1306
+ /**
1307
+ * Command to CheckInstallAgentClient
1308
+ */
1309
+ export declare class CheckInstallAgentClientCommand extends Command<CheckInstallAgentClientRequest, CheckInstallAgentClientCommandOutput, 'CheckInstallAgentClientCommand'> {
1310
+ static readonly metaPath = "/CheckInstallAgentClient/2024-05-08/seccenter/post/application_json/";
1311
+ constructor(input: CheckInstallAgentClientRequest);
1312
+ }
1313
+ /**
1314
+ * Command to CheckInstallRasp
1315
+ */
1316
+ export declare class CheckInstallRaspCommand extends Command<CheckInstallRaspRequest, CheckInstallRaspCommandOutput, 'CheckInstallRaspCommand'> {
1317
+ static readonly metaPath = "/CheckInstallRasp/2024-05-08/seccenter/post/application_json/";
1318
+ constructor(input: CheckInstallRaspRequest);
1319
+ }
382
1320
  /**
383
1321
  * Command to CheckMonitorPolicy
384
1322
  */
@@ -393,6 +1331,27 @@ export declare class ControlMonitorPolicyCommand extends Command<ControlMonitorP
393
1331
  static readonly metaPath = "/ControlMonitorPolicy/2024-05-08/seccenter/post/application_json/";
394
1332
  constructor(input: ControlMonitorPolicyRequest);
395
1333
  }
1334
+ /**
1335
+ * Command to CreatFileScanTask
1336
+ */
1337
+ export declare class CreatFileScanTaskCommand extends Command<CreatFileScanTaskRequest, CreatFileScanTaskCommandOutput, 'CreatFileScanTaskCommand'> {
1338
+ static readonly metaPath = "/CreatFileScanTask/2024-05-08/seccenter/post/application_json/";
1339
+ constructor(input: CreatFileScanTaskRequest);
1340
+ }
1341
+ /**
1342
+ * Command to CreateHostTag
1343
+ */
1344
+ export declare class CreateHostTagCommand extends Command<CreateHostTagRequest, CreateHostTagCommandOutput, 'CreateHostTagCommand'> {
1345
+ static readonly metaPath = "/CreateHostTag/2024-05-08/seccenter/post/application_json/";
1346
+ constructor(input: CreateHostTagRequest);
1347
+ }
1348
+ /**
1349
+ * Command to CreateLayeredGroup
1350
+ */
1351
+ export declare class CreateLayeredGroupCommand extends Command<CreateLayeredGroupRequest, CreateLayeredGroupCommandOutput, 'CreateLayeredGroupCommand'> {
1352
+ static readonly metaPath = "/CreateLayeredGroup/2024-05-08/seccenter/post/application_json/";
1353
+ constructor(input: CreateLayeredGroupRequest);
1354
+ }
396
1355
  /**
397
1356
  * Command to CreateMLPAssetSyncTask
398
1357
  */
@@ -400,6 +1359,27 @@ export declare class CreateMLPAssetSyncTaskCommand extends Command<CreateMLPAsse
400
1359
  static readonly metaPath = "/CreateMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/";
401
1360
  constructor(input: CreateMLPAssetSyncTaskRequest);
402
1361
  }
1362
+ /**
1363
+ * Command to CreateMLPUpdateSoftwareTask
1364
+ */
1365
+ export declare class CreateMLPUpdateSoftwareTaskCommand extends Command<CreateMLPUpdateSoftwareTaskRequest, CreateMLPUpdateSoftwareTaskCommandOutput, 'CreateMLPUpdateSoftwareTaskCommand'> {
1366
+ static readonly metaPath = "/CreateMLPUpdateSoftwareTask/2024-05-08/seccenter/post/application_json/";
1367
+ constructor(input: CreateMLPUpdateSoftwareTaskRequest);
1368
+ }
1369
+ /**
1370
+ * Command to CreateMultiLevelInstitution
1371
+ */
1372
+ export declare class CreateMultiLevelInstitutionCommand extends Command<CreateMultiLevelInstitutionRequest, CreateMultiLevelInstitutionCommandOutput, 'CreateMultiLevelInstitutionCommand'> {
1373
+ static readonly metaPath = "/CreateMultiLevelInstitution/2024-05-08/seccenter/post/application_json/";
1374
+ constructor(input: CreateMultiLevelInstitutionRequest);
1375
+ }
1376
+ /**
1377
+ * Command to CreateRepoRegistryVpcAuth
1378
+ */
1379
+ export declare class CreateRepoRegistryVpcAuthCommand extends Command<CreateRepoRegistryVpcAuthRequest, CreateRepoRegistryVpcAuthCommandOutput, 'CreateRepoRegistryVpcAuthCommand'> {
1380
+ static readonly metaPath = "/CreateRepoRegistryVpcAuth/2024-05-08/seccenter/post/application_json/";
1381
+ constructor(input: CreateRepoRegistryVpcAuthRequest);
1382
+ }
403
1383
  /**
404
1384
  * Command to CreateVarmorPolicy
405
1385
  */
@@ -407,6 +1387,27 @@ export declare class CreateVarmorPolicyCommand extends Command<CreateVarmorPolic
407
1387
  static readonly metaPath = "/CreateVarmorPolicy/2024-05-08/seccenter/post/application_json/";
408
1388
  constructor(input: CreateVarmorPolicyRequest);
409
1389
  }
1390
+ /**
1391
+ * Command to DeleteAgentProxy
1392
+ */
1393
+ export declare class DeleteAgentProxyCommand extends Command<DeleteAgentProxyRequest, DeleteAgentProxyCommandOutput, 'DeleteAgentProxyCommand'> {
1394
+ static readonly metaPath = "/DeleteAgentProxy/2024-05-08/seccenter/post/application_json/";
1395
+ constructor(input: DeleteAgentProxyRequest);
1396
+ }
1397
+ /**
1398
+ * Command to DeleteAgentProxyServer
1399
+ */
1400
+ export declare class DeleteAgentProxyServerCommand extends Command<DeleteAgentProxyServerRequest, DeleteAgentProxyServerCommandOutput, 'DeleteAgentProxyServerCommand'> {
1401
+ static readonly metaPath = "/DeleteAgentProxyServer/2024-05-08/seccenter/post/application_json/";
1402
+ constructor(input: DeleteAgentProxyServerRequest);
1403
+ }
1404
+ /**
1405
+ * Command to DeleteAutoIsolateAgentList
1406
+ */
1407
+ export declare class DeleteAutoIsolateAgentListCommand extends Command<DeleteAutoIsolateAgentListRequest, DeleteAutoIsolateAgentListCommandOutput, 'DeleteAutoIsolateAgentListCommand'> {
1408
+ static readonly metaPath = "/DeleteAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/";
1409
+ constructor(input: DeleteAutoIsolateAgentListRequest);
1410
+ }
410
1411
  /**
411
1412
  * Command to DeleteBaselineCheckConfig
412
1413
  */
@@ -414,6 +1415,41 @@ export declare class DeleteBaselineCheckConfigCommand extends Command<DeleteBase
414
1415
  static readonly metaPath = "/DeleteBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
415
1416
  constructor(input: DeleteBaselineCheckConfigRequest);
416
1417
  }
1418
+ /**
1419
+ * Command to DeleteCloudEnv
1420
+ */
1421
+ export declare class DeleteCloudEnvCommand extends Command<DeleteCloudEnvRequest, DeleteCloudEnvCommandOutput, 'DeleteCloudEnvCommand'> {
1422
+ static readonly metaPath = "/DeleteCloudEnv/2024-05-08/seccenter/post/application_json/";
1423
+ constructor(input: DeleteCloudEnvRequest);
1424
+ }
1425
+ /**
1426
+ * Command to DeleteCommand
1427
+ */
1428
+ export declare class DeleteCommandCommand extends Command<DeleteCommandRequest, DeleteCommandCommandOutput, 'DeleteCommandCommand'> {
1429
+ static readonly metaPath = "/DeleteCommand/2024-05-08/seccenter/post/application_json/";
1430
+ constructor(input: DeleteCommandRequest);
1431
+ }
1432
+ /**
1433
+ * Command to DeleteHostTag
1434
+ */
1435
+ export declare class DeleteHostTagCommand extends Command<DeleteHostTagRequest, DeleteHostTagCommandOutput, 'DeleteHostTagCommand'> {
1436
+ static readonly metaPath = "/DeleteHostTag/2024-05-08/seccenter/post/application_json/";
1437
+ constructor(input: DeleteHostTagRequest);
1438
+ }
1439
+ /**
1440
+ * Command to DeleteLayeredGroup
1441
+ */
1442
+ export declare class DeleteLayeredGroupCommand extends Command<DeleteLayeredGroupRequest, DeleteLayeredGroupCommandOutput, 'DeleteLayeredGroupCommand'> {
1443
+ static readonly metaPath = "/DeleteLayeredGroup/2024-05-08/seccenter/post/application_json/";
1444
+ constructor(input: DeleteLayeredGroupRequest);
1445
+ }
1446
+ /**
1447
+ * Command to DeleteLoginConfig
1448
+ */
1449
+ export declare class DeleteLoginConfigCommand extends Command<DeleteLoginConfigRequest, DeleteLoginConfigCommandOutput, 'DeleteLoginConfigCommand'> {
1450
+ static readonly metaPath = "/DeleteLoginConfig/2024-05-08/seccenter/post/application_json/";
1451
+ constructor(input: DeleteLoginConfigRequest);
1452
+ }
417
1453
  /**
418
1454
  * Command to DeleteMonitorPolicy
419
1455
  */
@@ -421,6 +1457,34 @@ export declare class DeleteMonitorPolicyCommand extends Command<DeleteMonitorPol
421
1457
  static readonly metaPath = "/DeleteMonitorPolicy/2024-05-08/seccenter/post/application_json/";
422
1458
  constructor(input: DeleteMonitorPolicyRequest);
423
1459
  }
1460
+ /**
1461
+ * Command to DeleteMultiLevelInstitution
1462
+ */
1463
+ export declare class DeleteMultiLevelInstitutionCommand extends Command<DeleteMultiLevelInstitutionRequest, DeleteMultiLevelInstitutionCommandOutput, 'DeleteMultiLevelInstitutionCommand'> {
1464
+ static readonly metaPath = "/DeleteMultiLevelInstitution/2024-05-08/seccenter/post/application_json/";
1465
+ constructor(input: DeleteMultiLevelInstitutionRequest);
1466
+ }
1467
+ /**
1468
+ * Command to DeleteRaspConfig
1469
+ */
1470
+ export declare class DeleteRaspConfigCommand extends Command<DeleteRaspConfigRequest, DeleteRaspConfigCommandOutput, 'DeleteRaspConfigCommand'> {
1471
+ static readonly metaPath = "/DeleteRaspConfig/2024-05-08/seccenter/post/application_json/";
1472
+ constructor(input: DeleteRaspConfigRequest);
1473
+ }
1474
+ /**
1475
+ * Command to DeleteUserAutoDefenseRule
1476
+ */
1477
+ export declare class DeleteUserAutoDefenseRuleCommand extends Command<DeleteUserAutoDefenseRuleRequest, DeleteUserAutoDefenseRuleCommandOutput, 'DeleteUserAutoDefenseRuleCommand'> {
1478
+ static readonly metaPath = "/DeleteUserAutoDefenseRule/2024-05-08/seccenter/post/application_json/";
1479
+ constructor(input: DeleteUserAutoDefenseRuleRequest);
1480
+ }
1481
+ /**
1482
+ * Command to DeleteWhiteLists
1483
+ */
1484
+ export declare class DeleteWhiteListsCommand extends Command<DeleteWhiteListsRequest, DeleteWhiteListsCommandOutput, 'DeleteWhiteListsCommand'> {
1485
+ static readonly metaPath = "/DeleteWhiteLists/2024-05-08/seccenter/post/application_json/";
1486
+ constructor(input: DeleteWhiteListsRequest);
1487
+ }
424
1488
  /**
425
1489
  * Command to DescribeFileChangeTrendTop5
426
1490
  */
@@ -442,6 +1506,13 @@ export declare class DescribeLastWeekFileChangeTrendsCommand extends Command<Des
442
1506
  static readonly metaPath = "/DescribeLastWeekFileChangeTrends/2024-05-08/seccenter/post/application_json/";
443
1507
  constructor(input: DescribeLastWeekFileChangeTrendsRequest);
444
1508
  }
1509
+ /**
1510
+ * Command to DetectBaseline
1511
+ */
1512
+ export declare class DetectBaselineCommand extends Command<DetectBaselineRequest, DetectBaselineCommandOutput, 'DetectBaselineCommand'> {
1513
+ static readonly metaPath = "/DetectBaseline/2024-05-08/seccenter/post/application_json/";
1514
+ constructor(input: DetectBaselineRequest);
1515
+ }
445
1516
  /**
446
1517
  * Command to DetectBaselineByCheckConfig
447
1518
  */
@@ -449,6 +1520,97 @@ export declare class DetectBaselineByCheckConfigCommand extends Command<DetectBa
449
1520
  static readonly metaPath = "/DetectBaselineByCheckConfig/2024-05-08/seccenter/post/application_json/";
450
1521
  constructor(input: DetectBaselineByCheckConfigRequest);
451
1522
  }
1523
+ /**
1524
+ * Command to DetectVuln
1525
+ */
1526
+ export declare class DetectVulnCommand extends Command<DetectVulnRequest, DetectVulnCommandOutput, 'DetectVulnCommand'> {
1527
+ static readonly metaPath = "/DetectVuln/2024-05-08/seccenter/post/application_json/";
1528
+ constructor(input: DetectVulnRequest);
1529
+ }
1530
+ /**
1531
+ * Command to DetectVulnForAI
1532
+ */
1533
+ export declare class DetectVulnForAICommand extends Command<DetectVulnForAIRequest, DetectVulnForAICommandOutput, 'DetectVulnForAICommand'> {
1534
+ static readonly metaPath = "/DetectVulnForAI/2024-05-08/seccenter/post/application_json/";
1535
+ constructor(input: DetectVulnForAIRequest);
1536
+ }
1537
+ /**
1538
+ * Command to DisableHostImportantProtect
1539
+ */
1540
+ export declare class DisableHostImportantProtectCommand extends Command<DisableHostImportantProtectRequest, DisableHostImportantProtectCommandOutput, 'DisableHostImportantProtectCommand'> {
1541
+ static readonly metaPath = "/DisableHostImportantProtect/2024-05-08/seccenter/post/application_json/";
1542
+ constructor(input: DisableHostImportantProtectRequest);
1543
+ }
1544
+ /**
1545
+ * Command to DownloadAIVulnList
1546
+ */
1547
+ export declare class DownloadAIVulnListCommand extends Command<DownloadAIVulnListRequest, DownloadAIVulnListCommandOutput, 'DownloadAIVulnListCommand'> {
1548
+ static readonly metaPath = "/DownloadAIVulnList/2024-05-08/seccenter/post/application_json/";
1549
+ constructor(input: DownloadAIVulnListRequest);
1550
+ }
1551
+ /**
1552
+ * Command to DownloadBaselineCheck
1553
+ */
1554
+ export declare class DownloadBaselineCheckCommand extends Command<DownloadBaselineCheckRequest, DownloadBaselineCheckCommandOutput, 'DownloadBaselineCheckCommand'> {
1555
+ static readonly metaPath = "/DownloadBaselineCheck/2024-05-08/seccenter/post/application_json/";
1556
+ constructor(input: DownloadBaselineCheckRequest);
1557
+ }
1558
+ /**
1559
+ * Command to DownloadBaselineCheckHosts
1560
+ */
1561
+ export declare class DownloadBaselineCheckHostsCommand extends Command<DownloadBaselineCheckHostsRequest, DownloadBaselineCheckHostsCommandOutput, 'DownloadBaselineCheckHostsCommand'> {
1562
+ static readonly metaPath = "/DownloadBaselineCheckHosts/2024-05-08/seccenter/post/application_json/";
1563
+ constructor(input: DownloadBaselineCheckHostsRequest);
1564
+ }
1565
+ /**
1566
+ * Command to DownloadRawTraceData
1567
+ */
1568
+ export declare class DownloadRawTraceDataCommand extends Command<DownloadRawTraceDataRequest, DownloadRawTraceDataCommandOutput, 'DownloadRawTraceDataCommand'> {
1569
+ static readonly metaPath = "/DownloadRawTraceData/2024-05-08/seccenter/get/text_plain/";
1570
+ constructor(input: DownloadRawTraceDataRequest);
1571
+ }
1572
+ /**
1573
+ * Command to DownloadVulHostListByPod
1574
+ */
1575
+ export declare class DownloadVulHostListByPodCommand extends Command<DownloadVulHostListByPodRequest, DownloadVulHostListByPodCommandOutput, 'DownloadVulHostListByPodCommand'> {
1576
+ static readonly metaPath = "/DownloadVulHostListByPod/2024-05-08/seccenter/post/application_json/";
1577
+ constructor(input: DownloadVulHostListByPodRequest);
1578
+ }
1579
+ /**
1580
+ * Command to DownloadVulListByPod
1581
+ */
1582
+ export declare class DownloadVulListByPodCommand extends Command<DownloadVulListByPodRequest, DownloadVulListByPodCommandOutput, 'DownloadVulListByPodCommand'> {
1583
+ static readonly metaPath = "/DownloadVulListByPod/2024-05-08/seccenter/post/application_json/";
1584
+ constructor(input: DownloadVulListByPodRequest);
1585
+ }
1586
+ /**
1587
+ * Command to DownloadVulnAffectAISession
1588
+ */
1589
+ export declare class DownloadVulnAffectAISessionCommand extends Command<DownloadVulnAffectAISessionRequest, DownloadVulnAffectAISessionCommandOutput, 'DownloadVulnAffectAISessionCommand'> {
1590
+ static readonly metaPath = "/DownloadVulnAffectAISession/2024-05-08/seccenter/post/application_json/";
1591
+ constructor(input: DownloadVulnAffectAISessionRequest);
1592
+ }
1593
+ /**
1594
+ * Command to DownloadVulnDatas
1595
+ */
1596
+ export declare class DownloadVulnDatasCommand extends Command<DownloadVulnDatasRequest, DownloadVulnDatasCommandOutput, 'DownloadVulnDatasCommand'> {
1597
+ static readonly metaPath = "/DownloadVulnDatas/2024-05-08/seccenter/post/application_json/";
1598
+ constructor(input: DownloadVulnDatasRequest);
1599
+ }
1600
+ /**
1601
+ * Command to DownloadVulnList
1602
+ */
1603
+ export declare class DownloadVulnListCommand extends Command<DownloadVulnListRequest, DownloadVulnListCommandOutput, 'DownloadVulnListCommand'> {
1604
+ static readonly metaPath = "/DownloadVulnList/2024-05-08/seccenter/post/application_json/";
1605
+ constructor(input: DownloadVulnListRequest);
1606
+ }
1607
+ /**
1608
+ * Command to EditAIApplicationSyncConfig
1609
+ */
1610
+ export declare class EditAIApplicationSyncConfigCommand extends Command<EditAIApplicationSyncConfigRequest, EditAIApplicationSyncConfigCommandOutput, 'EditAIApplicationSyncConfigCommand'> {
1611
+ static readonly metaPath = "/EditAIApplicationSyncConfig/2024-05-08/seccenter/post/application_json/";
1612
+ constructor(input: EditAIApplicationSyncConfigRequest);
1613
+ }
452
1614
  /**
453
1615
  * Command to EditBaselineCheckConfig
454
1616
  */
@@ -470,6 +1632,76 @@ export declare class EditMonitorPolicyCommand extends Command<EditMonitorPolicyR
470
1632
  static readonly metaPath = "/EditMonitorPolicy/2024-05-08/seccenter/post/application_json/";
471
1633
  constructor(input: EditMonitorPolicyRequest);
472
1634
  }
1635
+ /**
1636
+ * Command to EditRaspConfig
1637
+ */
1638
+ export declare class EditRaspConfigCommand extends Command<EditRaspConfigRequest, EditRaspConfigCommandOutput, 'EditRaspConfigCommand'> {
1639
+ static readonly metaPath = "/EditRaspConfig/2024-05-08/seccenter/post/application_json/";
1640
+ constructor(input: EditRaspConfigRequest);
1641
+ }
1642
+ /**
1643
+ * Command to EditVulnScanConfig
1644
+ */
1645
+ export declare class EditVulnScanConfigCommand extends Command<EditVulnScanConfigRequest, EditVulnScanConfigCommandOutput, 'EditVulnScanConfigCommand'> {
1646
+ static readonly metaPath = "/EditVulnScanConfig/2024-05-08/seccenter/post/application_json/";
1647
+ constructor(input: EditVulnScanConfigRequest);
1648
+ }
1649
+ /**
1650
+ * Command to EnableHostImportantProtect
1651
+ */
1652
+ export declare class EnableHostImportantProtectCommand extends Command<EnableHostImportantProtectRequest, EnableHostImportantProtectCommandOutput, 'EnableHostImportantProtectCommand'> {
1653
+ static readonly metaPath = "/EnableHostImportantProtect/2024-05-08/seccenter/post/application_json/";
1654
+ constructor(input: EnableHostImportantProtectRequest);
1655
+ }
1656
+ /**
1657
+ * Command to ExportAIFingerprintData
1658
+ */
1659
+ export declare class ExportAIFingerprintDataCommand extends Command<ExportAIFingerprintDataRequest, ExportAIFingerprintDataCommandOutput, 'ExportAIFingerprintDataCommand'> {
1660
+ static readonly metaPath = "/ExportAIFingerprintData/2024-05-08/seccenter/post/application_json/";
1661
+ constructor(input: ExportAIFingerprintDataRequest);
1662
+ }
1663
+ /**
1664
+ * Command to ExportAlarmListDataForRasp
1665
+ */
1666
+ export declare class ExportAlarmListDataForRaspCommand extends Command<ExportAlarmListDataForRaspRequest, ExportAlarmListDataForRaspCommandOutput, 'ExportAlarmListDataForRaspCommand'> {
1667
+ static readonly metaPath = "/ExportAlarmListDataForRasp/2024-05-08/seccenter/post/application_json/";
1668
+ constructor(input: ExportAlarmListDataForRaspRequest);
1669
+ }
1670
+ /**
1671
+ * Command to ExportAssetCenterDevs
1672
+ */
1673
+ export declare class ExportAssetCenterDevsCommand extends Command<ExportAssetCenterDevsRequest, ExportAssetCenterDevsCommandOutput, 'ExportAssetCenterDevsCommand'> {
1674
+ static readonly metaPath = "/ExportAssetCenterDevs/2024-05-08/seccenter/post/application_json/";
1675
+ constructor(input: ExportAssetCenterDevsRequest);
1676
+ }
1677
+ /**
1678
+ * Command to ExportAssetCenterHosts
1679
+ */
1680
+ export declare class ExportAssetCenterHostsCommand extends Command<ExportAssetCenterHostsRequest, ExportAssetCenterHostsCommandOutput, 'ExportAssetCenterHostsCommand'> {
1681
+ static readonly metaPath = "/ExportAssetCenterHosts/2024-05-08/seccenter/post/application_json/";
1682
+ constructor(input: ExportAssetCenterHostsRequest);
1683
+ }
1684
+ /**
1685
+ * Command to ExportBaselineCheckList
1686
+ */
1687
+ export declare class ExportBaselineCheckListCommand extends Command<ExportBaselineCheckListRequest, ExportBaselineCheckListCommandOutput, 'ExportBaselineCheckListCommand'> {
1688
+ static readonly metaPath = "/ExportBaselineCheckList/2024-05-08/seccenter/post/application_json/";
1689
+ constructor(input: ExportBaselineCheckListRequest);
1690
+ }
1691
+ /**
1692
+ * Command to ExportBaselineHostDetails
1693
+ */
1694
+ export declare class ExportBaselineHostDetailsCommand extends Command<ExportBaselineHostDetailsRequest, ExportBaselineHostDetailsCommandOutput, 'ExportBaselineHostDetailsCommand'> {
1695
+ static readonly metaPath = "/ExportBaselineHostDetails/2024-05-08/seccenter/post/application_json/";
1696
+ constructor(input: ExportBaselineHostDetailsRequest);
1697
+ }
1698
+ /**
1699
+ * Command to ExportDevFingerprintData
1700
+ */
1701
+ export declare class ExportDevFingerprintDataCommand extends Command<ExportDevFingerprintDataRequest, ExportDevFingerprintDataCommandOutput, 'ExportDevFingerprintDataCommand'> {
1702
+ static readonly metaPath = "/ExportDevFingerprintData/2024-05-08/seccenter/post/application_json/";
1703
+ constructor(input: ExportDevFingerprintDataRequest);
1704
+ }
473
1705
  /**
474
1706
  * Command to ExportFileMonitorAlarmListData
475
1707
  */
@@ -477,6 +1709,55 @@ export declare class ExportFileMonitorAlarmListDataCommand extends Command<Expor
477
1709
  static readonly metaPath = "/ExportFileMonitorAlarmListData/2024-05-08/seccenter/post/application_json/";
478
1710
  constructor(input: ExportFileMonitorAlarmListDataRequest);
479
1711
  }
1712
+ /**
1713
+ * Command to ExportFingerprintData
1714
+ */
1715
+ export declare class ExportFingerprintDataCommand extends Command<ExportFingerprintDataRequest, ExportFingerprintDataCommandOutput, 'ExportFingerprintDataCommand'> {
1716
+ static readonly metaPath = "/ExportFingerprintData/2024-05-08/seccenter/post/application_json/";
1717
+ constructor(input: ExportFingerprintDataRequest);
1718
+ }
1719
+ /**
1720
+ * Command to ExportHidsAlarmListData
1721
+ */
1722
+ export declare class ExportHidsAlarmListDataCommand extends Command<ExportHidsAlarmListDataRequest, ExportHidsAlarmListDataCommandOutput, 'ExportHidsAlarmListDataCommand'> {
1723
+ static readonly metaPath = "/ExportHidsAlarmListData/2024-05-08/seccenter/post/application_json/";
1724
+ constructor(input: ExportHidsAlarmListDataRequest);
1725
+ }
1726
+ /**
1727
+ * Command to ExportMlpAlarmListData
1728
+ */
1729
+ export declare class ExportMlpAlarmListDataCommand extends Command<ExportMlpAlarmListDataRequest, ExportMlpAlarmListDataCommandOutput, 'ExportMlpAlarmListDataCommand'> {
1730
+ static readonly metaPath = "/ExportMlpAlarmListData/2024-05-08/seccenter/post/application_json/";
1731
+ constructor(input: ExportMlpAlarmListDataRequest);
1732
+ }
1733
+ /**
1734
+ * Command to ExportRepoImageAsset
1735
+ */
1736
+ export declare class ExportRepoImageAssetCommand extends Command<ExportRepoImageAssetRequest, ExportRepoImageAssetCommandOutput, 'ExportRepoImageAssetCommand'> {
1737
+ static readonly metaPath = "/ExportRepoImageAsset/2024-05-08/seccenter/post/application_json/";
1738
+ constructor(input: ExportRepoImageAssetRequest);
1739
+ }
1740
+ /**
1741
+ * Command to ExportVirusAlarmListData
1742
+ */
1743
+ export declare class ExportVirusAlarmListDataCommand extends Command<ExportVirusAlarmListDataRequest, ExportVirusAlarmListDataCommandOutput, 'ExportVirusAlarmListDataCommand'> {
1744
+ static readonly metaPath = "/ExportVirusAlarmListData/2024-05-08/seccenter/post/application_json/";
1745
+ constructor(input: ExportVirusAlarmListDataRequest);
1746
+ }
1747
+ /**
1748
+ * Command to ExportWeakPassword
1749
+ */
1750
+ export declare class ExportWeakPasswordCommand extends Command<ExportWeakPasswordRequest, ExportWeakPasswordCommandOutput, 'ExportWeakPasswordCommand'> {
1751
+ static readonly metaPath = "/ExportWeakPassword/2024-05-08/seccenter/post/application_json/";
1752
+ constructor(input: ExportWeakPasswordRequest);
1753
+ }
1754
+ /**
1755
+ * Command to GenerateInstallCommand
1756
+ */
1757
+ export declare class GenerateInstallCommandCommand extends Command<GenerateInstallCommandRequest, GenerateInstallCommandCommandOutput, 'GenerateInstallCommandCommand'> {
1758
+ static readonly metaPath = "/GenerateInstallCommand/2024-05-08/seccenter/post/application_json/";
1759
+ constructor(input: GenerateInstallCommandRequest);
1760
+ }
480
1761
  /**
481
1762
  * Command to GetAIAlarmJudgeConfig
482
1763
  */
@@ -484,6 +1765,83 @@ export declare class GetAIAlarmJudgeConfigCommand extends Command<GetAIAlarmJudg
484
1765
  static readonly metaPath = "/GetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/";
485
1766
  constructor(input: GetAIAlarmJudgeConfigRequest);
486
1767
  }
1768
+ /**
1769
+ * Command to GetAIApplicationSyncConfig
1770
+ */
1771
+ export declare class GetAIApplicationSyncConfigCommand extends Command<GetAIApplicationSyncConfigRequest, GetAIApplicationSyncConfigCommandOutput, 'GetAIApplicationSyncConfigCommand'> {
1772
+ static readonly metaPath = "/GetAIApplicationSyncConfig/2024-05-08/seccenter/post/application_json/";
1773
+ constructor(input: GetAIApplicationSyncConfigRequest);
1774
+ }
1775
+ /**
1776
+ * Command to GetAIFingerprintApp
1777
+ */
1778
+ export declare class GetAIFingerprintAppCommand extends Command<GetAIFingerprintAppRequest, GetAIFingerprintAppCommandOutput, 'GetAIFingerprintAppCommand'> {
1779
+ static readonly metaPath = "/GetAIFingerprintApp/2024-05-08/seccenter/post/application_json/";
1780
+ constructor(input: GetAIFingerprintAppRequest);
1781
+ }
1782
+ /**
1783
+ * Command to GetAIFingerprintPort
1784
+ */
1785
+ export declare class GetAIFingerprintPortCommand extends Command<GetAIFingerprintPortRequest, GetAIFingerprintPortCommandOutput, 'GetAIFingerprintPortCommand'> {
1786
+ static readonly metaPath = "/GetAIFingerprintPort/2024-05-08/seccenter/post/application_json/";
1787
+ constructor(input: GetAIFingerprintPortRequest);
1788
+ }
1789
+ /**
1790
+ * Command to GetAIFingerprintProcess
1791
+ */
1792
+ export declare class GetAIFingerprintProcessCommand extends Command<GetAIFingerprintProcessRequest, GetAIFingerprintProcessCommandOutput, 'GetAIFingerprintProcessCommand'> {
1793
+ static readonly metaPath = "/GetAIFingerprintProcess/2024-05-08/seccenter/post/application_json/";
1794
+ constructor(input: GetAIFingerprintProcessRequest);
1795
+ }
1796
+ /**
1797
+ * Command to GetAIFingerprintRefreshStatus
1798
+ */
1799
+ export declare class GetAIFingerprintRefreshStatusCommand extends Command<GetAIFingerprintRefreshStatusRequest, GetAIFingerprintRefreshStatusCommandOutput, 'GetAIFingerprintRefreshStatusCommand'> {
1800
+ static readonly metaPath = "/GetAIFingerprintRefreshStatus/2024-05-08/seccenter/post/application_json/";
1801
+ constructor(input: GetAIFingerprintRefreshStatusRequest);
1802
+ }
1803
+ /**
1804
+ * Command to GetAIFingerprintSoftware
1805
+ */
1806
+ export declare class GetAIFingerprintSoftwareCommand extends Command<GetAIFingerprintSoftwareRequest, GetAIFingerprintSoftwareCommandOutput, 'GetAIFingerprintSoftwareCommand'> {
1807
+ static readonly metaPath = "/GetAIFingerprintSoftware/2024-05-08/seccenter/post/application_json/";
1808
+ constructor(input: GetAIFingerprintSoftwareRequest);
1809
+ }
1810
+ /**
1811
+ * Command to GetAIFingerprintStatistics
1812
+ */
1813
+ export declare class GetAIFingerprintStatisticsCommand extends Command<GetAIFingerprintStatisticsRequest, GetAIFingerprintStatisticsCommandOutput, 'GetAIFingerprintStatisticsCommand'> {
1814
+ static readonly metaPath = "/GetAIFingerprintStatistics/2024-05-08/seccenter/post/application_json/";
1815
+ constructor(input: GetAIFingerprintStatisticsRequest);
1816
+ }
1817
+ /**
1818
+ * Command to GetAIFingerprintTop5
1819
+ */
1820
+ export declare class GetAIFingerprintTop5Command extends Command<GetAIFingerprintTop5Request, GetAIFingerprintTop5CommandOutput, 'GetAIFingerprintTop5Command'> {
1821
+ static readonly metaPath = "/GetAIFingerprintTop5/2024-05-08/seccenter/post/application_json/";
1822
+ constructor(input: GetAIFingerprintTop5Request);
1823
+ }
1824
+ /**
1825
+ * Command to GetAISessionVulnInfo
1826
+ */
1827
+ export declare class GetAISessionVulnInfoCommand extends Command<GetAISessionVulnInfoRequest, GetAISessionVulnInfoCommandOutput, 'GetAISessionVulnInfoCommand'> {
1828
+ static readonly metaPath = "/GetAISessionVulnInfo/2024-05-08/seccenter/post/application_json/";
1829
+ constructor(input: GetAISessionVulnInfoRequest);
1830
+ }
1831
+ /**
1832
+ * Command to GetAIVulnDetectProgressDetail
1833
+ */
1834
+ export declare class GetAIVulnDetectProgressDetailCommand extends Command<GetAIVulnDetectProgressDetailRequest, GetAIVulnDetectProgressDetailCommandOutput, 'GetAIVulnDetectProgressDetailCommand'> {
1835
+ static readonly metaPath = "/GetAIVulnDetectProgressDetail/2024-05-08/seccenter/post/application_json/";
1836
+ constructor(input: GetAIVulnDetectProgressDetailRequest);
1837
+ }
1838
+ /**
1839
+ * Command to GetAlarmBySmithKey
1840
+ */
1841
+ export declare class GetAlarmBySmithKeyCommand extends Command<GetAlarmBySmithKeyRequest, GetAlarmBySmithKeyCommandOutput, 'GetAlarmBySmithKeyCommand'> {
1842
+ static readonly metaPath = "/GetAlarmBySmithKey/2024-05-08/seccenter/get/text_plain/";
1843
+ constructor(input: GetAlarmBySmithKeyRequest);
1844
+ }
487
1845
  /**
488
1846
  * Command to GetAlarmRuleList
489
1847
  */
@@ -491,6 +1849,13 @@ export declare class GetAlarmRuleListCommand extends Command<GetAlarmRuleListReq
491
1849
  static readonly metaPath = "/GetAlarmRuleList/2024-05-08/seccenter/post/application_json/";
492
1850
  constructor(input: GetAlarmRuleListRequest);
493
1851
  }
1852
+ /**
1853
+ * Command to GetAlarmTrace
1854
+ */
1855
+ export declare class GetAlarmTraceCommand extends Command<GetAlarmTraceRequest, GetAlarmTraceCommandOutput, 'GetAlarmTraceCommand'> {
1856
+ static readonly metaPath = "/GetAlarmTrace/2024-05-08/seccenter/get/text_plain/";
1857
+ constructor(input: GetAlarmTraceRequest);
1858
+ }
494
1859
  /**
495
1860
  * Command to GetAlarmTraceRawData
496
1861
  */
@@ -498,6 +1863,13 @@ export declare class GetAlarmTraceRawDataCommand extends Command<GetAlarmTraceRa
498
1863
  static readonly metaPath = "/GetAlarmTraceRawData/2024-05-08/seccenter/post/application_json/";
499
1864
  constructor(input: GetAlarmTraceRawDataRequest);
500
1865
  }
1866
+ /**
1867
+ * Command to GetAlarmVirusStatistics
1868
+ */
1869
+ export declare class GetAlarmVirusStatisticsCommand extends Command<GetAlarmVirusStatisticsRequest, GetAlarmVirusStatisticsCommandOutput, 'GetAlarmVirusStatisticsCommand'> {
1870
+ static readonly metaPath = "/GetAlarmVirusStatistics/2024-05-08/seccenter/get/text_plain/";
1871
+ constructor(input: GetAlarmVirusStatisticsRequest);
1872
+ }
501
1873
  /**
502
1874
  * Command to GetAllMonitorSuffixList
503
1875
  */
@@ -512,6 +1884,27 @@ export declare class GetArmorProfileCommand extends Command<GetArmorProfileReque
512
1884
  static readonly metaPath = "/GetArmorProfile/2024-05-08/seccenter/post/application_json/";
513
1885
  constructor(input: GetArmorProfileRequest);
514
1886
  }
1887
+ /**
1888
+ * Command to GetAssetClusterStatistic
1889
+ */
1890
+ export declare class GetAssetClusterStatisticCommand extends Command<GetAssetClusterStatisticRequest, GetAssetClusterStatisticCommandOutput, 'GetAssetClusterStatisticCommand'> {
1891
+ static readonly metaPath = "/GetAssetClusterStatistic/2024-05-08/seccenter/post/application_json/";
1892
+ constructor(input: GetAssetClusterStatisticRequest);
1893
+ }
1894
+ /**
1895
+ * Command to GetAssetClustersSyncEnd
1896
+ */
1897
+ export declare class GetAssetClustersSyncEndCommand extends Command<GetAssetClustersSyncEndRequest, GetAssetClustersSyncEndCommandOutput, 'GetAssetClustersSyncEndCommand'> {
1898
+ static readonly metaPath = "/GetAssetClustersSyncEnd/2024-05-08/seccenter/post/application_json/";
1899
+ constructor(input: GetAssetClustersSyncEndRequest);
1900
+ }
1901
+ /**
1902
+ * Command to GetAssetWorkloadStatistic
1903
+ */
1904
+ export declare class GetAssetWorkloadStatisticCommand extends Command<GetAssetWorkloadStatisticRequest, GetAssetWorkloadStatisticCommandOutput, 'GetAssetWorkloadStatisticCommand'> {
1905
+ static readonly metaPath = "/GetAssetWorkloadStatistic/2024-05-08/seccenter/post/application_json/";
1906
+ constructor(input: GetAssetWorkloadStatisticRequest);
1907
+ }
515
1908
  /**
516
1909
  * Command to GetAutoIsolateAgentList
517
1910
  */
@@ -526,6 +1919,20 @@ export declare class GetAutoProtectConfigCommand extends Command<GetAutoProtectC
526
1919
  static readonly metaPath = "/GetAutoProtectConfig/2024-05-08/seccenter/post/application_json/";
527
1920
  constructor(input: GetAutoProtectConfigRequest);
528
1921
  }
1922
+ /**
1923
+ * Command to GetBaselineDetectProgressDetail
1924
+ */
1925
+ export declare class GetBaselineDetectProgressDetailCommand extends Command<GetBaselineDetectProgressDetailRequest, GetBaselineDetectProgressDetailCommandOutput, 'GetBaselineDetectProgressDetailCommand'> {
1926
+ static readonly metaPath = "/GetBaselineDetectProgressDetail/2024-05-08/seccenter/post/application_json/";
1927
+ constructor(input: GetBaselineDetectProgressDetailRequest);
1928
+ }
1929
+ /**
1930
+ * Command to GetBaselineGroupStatistics
1931
+ */
1932
+ export declare class GetBaselineGroupStatisticsCommand extends Command<GetBaselineGroupStatisticsRequest, GetBaselineGroupStatisticsCommandOutput, 'GetBaselineGroupStatisticsCommand'> {
1933
+ static readonly metaPath = "/GetBaselineGroupStatistics/2024-05-08/seccenter/get/text_plain/";
1934
+ constructor(input: GetBaselineGroupStatisticsRequest);
1935
+ }
529
1936
  /**
530
1937
  * Command to GetBruteForceBanCapParams
531
1938
  */
@@ -547,6 +1954,13 @@ export declare class GetBruteForceBanStatisticsCommand extends Command<GetBruteF
547
1954
  static readonly metaPath = "/GetBruteForceBanStatistics/2024-05-08/seccenter/get/text_plain/";
548
1955
  constructor(input: GetBruteForceBanStatisticsRequest);
549
1956
  }
1957
+ /**
1958
+ * Command to GetCisDetail
1959
+ */
1960
+ export declare class GetCisDetailCommand extends Command<GetCisDetailRequest, GetCisDetailCommandOutput, 'GetCisDetailCommand'> {
1961
+ static readonly metaPath = "/GetCisDetail/2024-05-08/seccenter/post/application_json/";
1962
+ constructor(input: GetCisDetailRequest);
1963
+ }
550
1964
  /**
551
1965
  * Command to GetClusterStatistics
552
1966
  */
@@ -555,12 +1969,96 @@ export declare class GetClusterStatisticsCommand extends Command<GetClusterStati
555
1969
  constructor(input: GetClusterStatisticsRequest);
556
1970
  }
557
1971
  /**
558
- * Command to GetCustomWeakPasswords
1972
+ * Command to GetClustersPermissionResult
1973
+ */
1974
+ export declare class GetClustersPermissionResultCommand extends Command<GetClustersPermissionResultRequest, GetClustersPermissionResultCommandOutput, 'GetClustersPermissionResultCommand'> {
1975
+ static readonly metaPath = "/GetClustersPermissionResult/2024-05-08/seccenter/post/application_json/";
1976
+ constructor(input: GetClustersPermissionResultRequest);
1977
+ }
1978
+ /**
1979
+ * Command to GetCustomWeakPasswords
559
1980
  */
560
1981
  export declare class GetCustomWeakPasswordsCommand extends Command<GetCustomWeakPasswordsRequest, GetCustomWeakPasswordsCommandOutput, 'GetCustomWeakPasswordsCommand'> {
561
1982
  static readonly metaPath = "/GetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/";
562
1983
  constructor(input: GetCustomWeakPasswordsRequest);
563
1984
  }
1985
+ /**
1986
+ * Command to GetDevAssetOverview
1987
+ */
1988
+ export declare class GetDevAssetOverviewCommand extends Command<GetDevAssetOverviewRequest, GetDevAssetOverviewCommandOutput, 'GetDevAssetOverviewCommand'> {
1989
+ static readonly metaPath = "/GetDevAssetOverview/2024-05-08/seccenter/post/application_json/";
1990
+ constructor(input: GetDevAssetOverviewRequest);
1991
+ }
1992
+ /**
1993
+ * Command to GetDevDetail
1994
+ */
1995
+ export declare class GetDevDetailCommand extends Command<GetDevDetailRequest, GetDevDetailCommandOutput, 'GetDevDetailCommand'> {
1996
+ static readonly metaPath = "/GetDevDetail/2024-05-08/seccenter/get/text_plain/";
1997
+ constructor(input: GetDevDetailRequest);
1998
+ }
1999
+ /**
2000
+ * Command to GetDevFingerprintPort
2001
+ */
2002
+ export declare class GetDevFingerprintPortCommand extends Command<GetDevFingerprintPortRequest, GetDevFingerprintPortCommandOutput, 'GetDevFingerprintPortCommand'> {
2003
+ static readonly metaPath = "/GetDevFingerprintPort/2024-05-08/seccenter/post/application_json/";
2004
+ constructor(input: GetDevFingerprintPortRequest);
2005
+ }
2006
+ /**
2007
+ * Command to GetDevFingerprintProcess
2008
+ */
2009
+ export declare class GetDevFingerprintProcessCommand extends Command<GetDevFingerprintProcessRequest, GetDevFingerprintProcessCommandOutput, 'GetDevFingerprintProcessCommand'> {
2010
+ static readonly metaPath = "/GetDevFingerprintProcess/2024-05-08/seccenter/post/application_json/";
2011
+ constructor(input: GetDevFingerprintProcessRequest);
2012
+ }
2013
+ /**
2014
+ * Command to GetDevFingerprintSoftware
2015
+ */
2016
+ export declare class GetDevFingerprintSoftwareCommand extends Command<GetDevFingerprintSoftwareRequest, GetDevFingerprintSoftwareCommandOutput, 'GetDevFingerprintSoftwareCommand'> {
2017
+ static readonly metaPath = "/GetDevFingerprintSoftware/2024-05-08/seccenter/post/application_json/";
2018
+ constructor(input: GetDevFingerprintSoftwareRequest);
2019
+ }
2020
+ /**
2021
+ * Command to GetDevFingerprintStatistics
2022
+ */
2023
+ export declare class GetDevFingerprintStatisticsCommand extends Command<GetDevFingerprintStatisticsRequest, GetDevFingerprintStatisticsCommandOutput, 'GetDevFingerprintStatisticsCommand'> {
2024
+ static readonly metaPath = "/GetDevFingerprintStatistics/2024-05-08/seccenter/get/text_plain/";
2025
+ constructor(input: GetDevFingerprintStatisticsRequest);
2026
+ }
2027
+ /**
2028
+ * Command to GetDownloadStatus
2029
+ */
2030
+ export declare class GetDownloadStatusCommand extends Command<GetDownloadStatusRequest, GetDownloadStatusCommandOutput, 'GetDownloadStatusCommand'> {
2031
+ static readonly metaPath = "/GetDownloadStatus/2024-05-08/seccenter/get/text_plain/";
2032
+ constructor(input: GetDownloadStatusRequest);
2033
+ }
2034
+ /**
2035
+ * Command to GetFingerprintAIApp
2036
+ */
2037
+ export declare class GetFingerprintAIAppCommand extends Command<GetFingerprintAIAppRequest, GetFingerprintAIAppCommandOutput, 'GetFingerprintAIAppCommand'> {
2038
+ static readonly metaPath = "/GetFingerprintAIApp/2024-05-08/seccenter/post/application_json/";
2039
+ constructor(input: GetFingerprintAIAppRequest);
2040
+ }
2041
+ /**
2042
+ * Command to GetFingerprintApp
2043
+ */
2044
+ export declare class GetFingerprintAppCommand extends Command<GetFingerprintAppRequest, GetFingerprintAppCommandOutput, 'GetFingerprintAppCommand'> {
2045
+ static readonly metaPath = "/GetFingerprintApp/2024-05-08/seccenter/post/application_json/";
2046
+ constructor(input: GetFingerprintAppRequest);
2047
+ }
2048
+ /**
2049
+ * Command to GetFingerprintAppGroup
2050
+ */
2051
+ export declare class GetFingerprintAppGroupCommand extends Command<GetFingerprintAppGroupRequest, GetFingerprintAppGroupCommandOutput, 'GetFingerprintAppGroupCommand'> {
2052
+ static readonly metaPath = "/GetFingerprintAppGroup/2024-05-08/seccenter/get/text_plain/";
2053
+ constructor(input: GetFingerprintAppGroupRequest);
2054
+ }
2055
+ /**
2056
+ * Command to GetFingerprintCron
2057
+ */
2058
+ export declare class GetFingerprintCronCommand extends Command<GetFingerprintCronRequest, GetFingerprintCronCommandOutput, 'GetFingerprintCronCommand'> {
2059
+ static readonly metaPath = "/GetFingerprintCron/2024-05-08/seccenter/post/application_json/";
2060
+ constructor(input: GetFingerprintCronRequest);
2061
+ }
564
2062
  /**
565
2063
  * Command to GetFingerprintEnv
566
2064
  */
@@ -568,13 +2066,139 @@ export declare class GetFingerprintEnvCommand extends Command<GetFingerprintEnvR
568
2066
  static readonly metaPath = "/GetFingerprintEnv/2024-05-08/seccenter/post/application_json/";
569
2067
  constructor(input: GetFingerprintEnvRequest);
570
2068
  }
2069
+ /**
2070
+ * Command to GetFingerprintIntegrity
2071
+ */
2072
+ export declare class GetFingerprintIntegrityCommand extends Command<GetFingerprintIntegrityRequest, GetFingerprintIntegrityCommandOutput, 'GetFingerprintIntegrityCommand'> {
2073
+ static readonly metaPath = "/GetFingerprintIntegrity/2024-05-08/seccenter/post/application_json/";
2074
+ constructor(input: GetFingerprintIntegrityRequest);
2075
+ }
2076
+ /**
2077
+ * Command to GetFingerprintKmod
2078
+ */
2079
+ export declare class GetFingerprintKmodCommand extends Command<GetFingerprintKmodRequest, GetFingerprintKmodCommandOutput, 'GetFingerprintKmodCommand'> {
2080
+ static readonly metaPath = "/GetFingerprintKmod/2024-05-08/seccenter/post/application_json/";
2081
+ constructor(input: GetFingerprintKmodRequest);
2082
+ }
2083
+ /**
2084
+ * Command to GetFingerprintPort
2085
+ */
2086
+ export declare class GetFingerprintPortCommand extends Command<GetFingerprintPortRequest, GetFingerprintPortCommandOutput, 'GetFingerprintPortCommand'> {
2087
+ static readonly metaPath = "/GetFingerprintPort/2024-05-08/seccenter/post/application_json/";
2088
+ constructor(input: GetFingerprintPortRequest);
2089
+ }
2090
+ /**
2091
+ * Command to GetFingerprintProcess
2092
+ */
2093
+ export declare class GetFingerprintProcessCommand extends Command<GetFingerprintProcessRequest, GetFingerprintProcessCommandOutput, 'GetFingerprintProcessCommand'> {
2094
+ static readonly metaPath = "/GetFingerprintProcess/2024-05-08/seccenter/post/application_json/";
2095
+ constructor(input: GetFingerprintProcessRequest);
2096
+ }
2097
+ /**
2098
+ * Command to GetFingerprintRefreshStatus
2099
+ */
2100
+ export declare class GetFingerprintRefreshStatusCommand extends Command<GetFingerprintRefreshStatusRequest, GetFingerprintRefreshStatusCommandOutput, 'GetFingerprintRefreshStatusCommand'> {
2101
+ static readonly metaPath = "/GetFingerprintRefreshStatus/2024-05-08/seccenter/get/text_plain/";
2102
+ constructor(input: GetFingerprintRefreshStatusRequest);
2103
+ }
2104
+ /**
2105
+ * Command to GetFingerprintService
2106
+ */
2107
+ export declare class GetFingerprintServiceCommand extends Command<GetFingerprintServiceRequest, GetFingerprintServiceCommandOutput, 'GetFingerprintServiceCommand'> {
2108
+ static readonly metaPath = "/GetFingerprintService/2024-05-08/seccenter/post/application_json/";
2109
+ constructor(input: GetFingerprintServiceRequest);
2110
+ }
2111
+ /**
2112
+ * Command to GetFingerprintSoftware
2113
+ */
2114
+ export declare class GetFingerprintSoftwareCommand extends Command<GetFingerprintSoftwareRequest, GetFingerprintSoftwareCommandOutput, 'GetFingerprintSoftwareCommand'> {
2115
+ static readonly metaPath = "/GetFingerprintSoftware/2024-05-08/seccenter/post/application_json/";
2116
+ constructor(input: GetFingerprintSoftwareRequest);
2117
+ }
2118
+ /**
2119
+ * Command to GetFingerprintStatistics
2120
+ */
2121
+ export declare class GetFingerprintStatisticsCommand extends Command<GetFingerprintStatisticsRequest, GetFingerprintStatisticsCommandOutput, 'GetFingerprintStatisticsCommand'> {
2122
+ static readonly metaPath = "/GetFingerprintStatistics/2024-05-08/seccenter/get/text_plain/";
2123
+ constructor(input: GetFingerprintStatisticsRequest);
2124
+ }
2125
+ /**
2126
+ * Command to GetFingerprintTop5
2127
+ */
2128
+ export declare class GetFingerprintTop5Command extends Command<GetFingerprintTop5Request, GetFingerprintTop5CommandOutput, 'GetFingerprintTop5Command'> {
2129
+ static readonly metaPath = "/GetFingerprintTop5/2024-05-08/seccenter/get/text_plain/";
2130
+ constructor(input: GetFingerprintTop5Request);
2131
+ }
2132
+ /**
2133
+ * Command to GetFingerprintUser
2134
+ */
2135
+ export declare class GetFingerprintUserCommand extends Command<GetFingerprintUserRequest, GetFingerprintUserCommandOutput, 'GetFingerprintUserCommand'> {
2136
+ static readonly metaPath = "/GetFingerprintUser/2024-05-08/seccenter/post/application_json/";
2137
+ constructor(input: GetFingerprintUserRequest);
2138
+ }
2139
+ /**
2140
+ * Command to GetFingerprintWeb
2141
+ */
2142
+ export declare class GetFingerprintWebCommand extends Command<GetFingerprintWebRequest, GetFingerprintWebCommandOutput, 'GetFingerprintWebCommand'> {
2143
+ static readonly metaPath = "/GetFingerprintWeb/2024-05-08/seccenter/post/application_json/";
2144
+ constructor(input: GetFingerprintWebRequest);
2145
+ }
571
2146
  /**
572
2147
  * Command to GetGeoLocation
573
2148
  */
574
2149
  export declare class GetGeoLocationCommand extends Command<GetGeoLocationRequest, GetGeoLocationCommandOutput, 'GetGeoLocationCommand'> {
575
- static readonly metaPath = "/GetGeoLocation/2024-05-08/seccenter/post/application_json/";
2150
+ static readonly metaPath = "/GetGeoLocation/2024-05-08/seccenter/get/text_plain/";
576
2151
  constructor(input: GetGeoLocationRequest);
577
2152
  }
2153
+ /**
2154
+ * Command to GetGroupCheckStatus
2155
+ */
2156
+ export declare class GetGroupCheckStatusCommand extends Command<GetGroupCheckStatusRequest, GetGroupCheckStatusCommandOutput, 'GetGroupCheckStatusCommand'> {
2157
+ static readonly metaPath = "/GetGroupCheckStatus/2024-05-08/seccenter/get/text_plain/";
2158
+ constructor(input: GetGroupCheckStatusRequest);
2159
+ }
2160
+ /**
2161
+ * Command to GetHidsAlarmInfo
2162
+ */
2163
+ export declare class GetHidsAlarmInfoCommand extends Command<GetHidsAlarmInfoRequest, GetHidsAlarmInfoCommandOutput, 'GetHidsAlarmInfoCommand'> {
2164
+ static readonly metaPath = "/GetHidsAlarmInfo/2024-05-08/seccenter/get/text_plain/";
2165
+ constructor(input: GetHidsAlarmInfoRequest);
2166
+ }
2167
+ /**
2168
+ * Command to GetHidsAlarmStatistics
2169
+ */
2170
+ export declare class GetHidsAlarmStatisticsCommand extends Command<GetHidsAlarmStatisticsRequest, GetHidsAlarmStatisticsCommandOutput, 'GetHidsAlarmStatisticsCommand'> {
2171
+ static readonly metaPath = "/GetHidsAlarmStatistics/2024-05-08/seccenter/get/text_plain/";
2172
+ constructor(input: GetHidsAlarmStatisticsRequest);
2173
+ }
2174
+ /**
2175
+ * Command to GetHidsAlarmSummaryInfo
2176
+ */
2177
+ export declare class GetHidsAlarmSummaryInfoCommand extends Command<GetHidsAlarmSummaryInfoRequest, GetHidsAlarmSummaryInfoCommandOutput, 'GetHidsAlarmSummaryInfoCommand'> {
2178
+ static readonly metaPath = "/GetHidsAlarmSummaryInfo/2024-05-08/seccenter/get/text_plain/";
2179
+ constructor(input: GetHidsAlarmSummaryInfoRequest);
2180
+ }
2181
+ /**
2182
+ * Command to GetHostAssetOverview
2183
+ */
2184
+ export declare class GetHostAssetOverviewCommand extends Command<GetHostAssetOverviewRequest, GetHostAssetOverviewCommandOutput, 'GetHostAssetOverviewCommand'> {
2185
+ static readonly metaPath = "/GetHostAssetOverview/2024-05-08/seccenter/post/application_json/";
2186
+ constructor(input: GetHostAssetOverviewRequest);
2187
+ }
2188
+ /**
2189
+ * Command to GetHostBasicInfo
2190
+ */
2191
+ export declare class GetHostBasicInfoCommand extends Command<GetHostBasicInfoRequest, GetHostBasicInfoCommandOutput, 'GetHostBasicInfoCommand'> {
2192
+ static readonly metaPath = "/GetHostBasicInfo/2024-05-08/seccenter/get/text_plain/";
2193
+ constructor(input: GetHostBasicInfoRequest);
2194
+ }
2195
+ /**
2196
+ * Command to GetHostImportantProtectState
2197
+ */
2198
+ export declare class GetHostImportantProtectStateCommand extends Command<GetHostImportantProtectStateRequest, GetHostImportantProtectStateCommandOutput, 'GetHostImportantProtectStateCommand'> {
2199
+ static readonly metaPath = "/GetHostImportantProtectState/2024-05-08/seccenter/get/text_plain/";
2200
+ constructor(input: GetHostImportantProtectStateRequest);
2201
+ }
578
2202
  /**
579
2203
  * Command to GetHostVolume
580
2204
  */
@@ -582,6 +2206,41 @@ export declare class GetHostVolumeCommand extends Command<GetHostVolumeRequest,
582
2206
  static readonly metaPath = "/GetHostVolume/2024-05-08/seccenter/post/application_json/";
583
2207
  constructor(input: GetHostVolumeRequest);
584
2208
  }
2209
+ /**
2210
+ * Command to GetHostVulnInfo
2211
+ */
2212
+ export declare class GetHostVulnInfoCommand extends Command<GetHostVulnInfoRequest, GetHostVulnInfoCommandOutput, 'GetHostVulnInfoCommand'> {
2213
+ static readonly metaPath = "/GetHostVulnInfo/2024-05-08/seccenter/post/application_json/";
2214
+ constructor(input: GetHostVulnInfoRequest);
2215
+ }
2216
+ /**
2217
+ * Command to GetIntrusionRealTimeUpdates
2218
+ */
2219
+ export declare class GetIntrusionRealTimeUpdatesCommand extends Command<GetIntrusionRealTimeUpdatesRequest, GetIntrusionRealTimeUpdatesCommandOutput, 'GetIntrusionRealTimeUpdatesCommand'> {
2220
+ static readonly metaPath = "/GetIntrusionRealTimeUpdates/2024-05-08/seccenter/post/application_json/";
2221
+ constructor(input: GetIntrusionRealTimeUpdatesRequest);
2222
+ }
2223
+ /**
2224
+ * Command to GetIntrusionRiskTrends
2225
+ */
2226
+ export declare class GetIntrusionRiskTrendsCommand extends Command<GetIntrusionRiskTrendsRequest, GetIntrusionRiskTrendsCommandOutput, 'GetIntrusionRiskTrendsCommand'> {
2227
+ static readonly metaPath = "/GetIntrusionRiskTrends/2024-05-08/seccenter/get/text_plain/";
2228
+ constructor(input: GetIntrusionRiskTrendsRequest);
2229
+ }
2230
+ /**
2231
+ * Command to GetK8sAssetStatistic
2232
+ */
2233
+ export declare class GetK8sAssetStatisticCommand extends Command<GetK8sAssetStatisticRequest, GetK8sAssetStatisticCommandOutput, 'GetK8sAssetStatisticCommand'> {
2234
+ static readonly metaPath = "/GetK8sAssetStatistic/2024-05-08/seccenter/post/application_json/";
2235
+ constructor(input: GetK8sAssetStatisticRequest);
2236
+ }
2237
+ /**
2238
+ * Command to GetLayeredGroups
2239
+ */
2240
+ export declare class GetLayeredGroupsCommand extends Command<GetLayeredGroupsRequest, GetLayeredGroupsCommandOutput, 'GetLayeredGroupsCommand'> {
2241
+ static readonly metaPath = "/GetLayeredGroups/2024-05-08/seccenter/post/application_json/";
2242
+ constructor(input: GetLayeredGroupsRequest);
2243
+ }
585
2244
  /**
586
2245
  * Command to GetMLPAssetSyncTaskDetail
587
2246
  */
@@ -596,6 +2255,34 @@ export declare class GetMLPAssetSyncTaskStatusCommand extends Command<GetMLPAsse
596
2255
  static readonly metaPath = "/GetMLPAssetSyncTaskStatus/2024-05-08/seccenter/post/application_json/";
597
2256
  constructor(input: GetMLPAssetSyncTaskStatusRequest);
598
2257
  }
2258
+ /**
2259
+ * Command to GetManualSyncAIApplicationStatus
2260
+ */
2261
+ export declare class GetManualSyncAIApplicationStatusCommand extends Command<GetManualSyncAIApplicationStatusRequest, GetManualSyncAIApplicationStatusCommandOutput, 'GetManualSyncAIApplicationStatusCommand'> {
2262
+ static readonly metaPath = "/GetManualSyncAIApplicationStatus/2024-05-08/seccenter/post/application_json/";
2263
+ constructor(input: GetManualSyncAIApplicationStatusRequest);
2264
+ }
2265
+ /**
2266
+ * Command to GetMlpAlarmStatistics
2267
+ */
2268
+ export declare class GetMlpAlarmStatisticsCommand extends Command<GetMlpAlarmStatisticsRequest, GetMlpAlarmStatisticsCommandOutput, 'GetMlpAlarmStatisticsCommand'> {
2269
+ static readonly metaPath = "/GetMlpAlarmStatistics/2024-05-08/seccenter/get/text_plain/";
2270
+ constructor(input: GetMlpAlarmStatisticsRequest);
2271
+ }
2272
+ /**
2273
+ * Command to GetMlpAlarmSummaryInfo
2274
+ */
2275
+ export declare class GetMlpAlarmSummaryInfoCommand extends Command<GetMlpAlarmSummaryInfoRequest, GetMlpAlarmSummaryInfoCommandOutput, 'GetMlpAlarmSummaryInfoCommand'> {
2276
+ static readonly metaPath = "/GetMlpAlarmSummaryInfo/2024-05-08/seccenter/get/text_plain/";
2277
+ constructor(input: GetMlpAlarmSummaryInfoRequest);
2278
+ }
2279
+ /**
2280
+ * Command to GetMlpUpdateSoftwareTaskDetail
2281
+ */
2282
+ export declare class GetMlpUpdateSoftwareTaskDetailCommand extends Command<GetMlpUpdateSoftwareTaskDetailRequest, GetMlpUpdateSoftwareTaskDetailCommandOutput, 'GetMlpUpdateSoftwareTaskDetailCommand'> {
2283
+ static readonly metaPath = "/GetMlpUpdateSoftwareTaskDetail/2024-05-08/seccenter/get/text_plain/";
2284
+ constructor(input: GetMlpUpdateSoftwareTaskDetailRequest);
2285
+ }
599
2286
  /**
600
2287
  * Command to GetMonitorPolicyDirectory
601
2288
  */
@@ -610,6 +2297,27 @@ export declare class GetMultiLevelAuthDetailCommand extends Command<GetMultiLeve
610
2297
  static readonly metaPath = "/GetMultiLevelAuthDetail/2024-05-08/seccenter/post/application_json/";
611
2298
  constructor(input: GetMultiLevelAuthDetailRequest);
612
2299
  }
2300
+ /**
2301
+ * Command to GetMultiLevelHostAssetOverview
2302
+ */
2303
+ export declare class GetMultiLevelHostAssetOverviewCommand extends Command<GetMultiLevelHostAssetOverviewRequest, GetMultiLevelHostAssetOverviewCommandOutput, 'GetMultiLevelHostAssetOverviewCommand'> {
2304
+ static readonly metaPath = "/GetMultiLevelHostAssetOverview/2024-05-08/seccenter/post/application_json/";
2305
+ constructor(input: GetMultiLevelHostAssetOverviewRequest);
2306
+ }
2307
+ /**
2308
+ * Command to GetMultiLevelInstitutionDetail
2309
+ */
2310
+ export declare class GetMultiLevelInstitutionDetailCommand extends Command<GetMultiLevelInstitutionDetailRequest, GetMultiLevelInstitutionDetailCommandOutput, 'GetMultiLevelInstitutionDetailCommand'> {
2311
+ static readonly metaPath = "/GetMultiLevelInstitutionDetail/2024-05-08/seccenter/post/application_json/";
2312
+ constructor(input: GetMultiLevelInstitutionDetailRequest);
2313
+ }
2314
+ /**
2315
+ * Command to GetNeighboringAlarm
2316
+ */
2317
+ export declare class GetNeighboringAlarmCommand extends Command<GetNeighboringAlarmRequest, GetNeighboringAlarmCommandOutput, 'GetNeighboringAlarmCommand'> {
2318
+ static readonly metaPath = "/GetNeighboringAlarm/2024-05-08/seccenter/post/application_json/";
2319
+ constructor(input: GetNeighboringAlarmRequest);
2320
+ }
613
2321
  /**
614
2322
  * Command to GetOfflineNotificationConfig
615
2323
  */
@@ -624,6 +2332,13 @@ export declare class GetOfflineNotificationListCommand extends Command<GetOfflin
624
2332
  static readonly metaPath = "/GetOfflineNotificationList/2024-05-08/seccenter/post/application_json/";
625
2333
  constructor(input: GetOfflineNotificationListRequest);
626
2334
  }
2335
+ /**
2336
+ * Command to GetOneRaspAlarm
2337
+ */
2338
+ export declare class GetOneRaspAlarmCommand extends Command<GetOneRaspAlarmRequest, GetOneRaspAlarmCommandOutput, 'GetOneRaspAlarmCommand'> {
2339
+ static readonly metaPath = "/GetOneRaspAlarm/2024-05-08/seccenter/get/text_plain/";
2340
+ constructor(input: GetOneRaspAlarmRequest);
2341
+ }
627
2342
  /**
628
2343
  * Command to GetPolicyStatistics
629
2344
  */
@@ -631,6 +2346,132 @@ export declare class GetPolicyStatisticsCommand extends Command<GetPolicyStatist
631
2346
  static readonly metaPath = "/GetPolicyStatistics/2024-05-08/seccenter/post/application_json/";
632
2347
  constructor(input: GetPolicyStatisticsRequest);
633
2348
  }
2349
+ /**
2350
+ * Command to GetRaspAlarmStatistics
2351
+ */
2352
+ export declare class GetRaspAlarmStatisticsCommand extends Command<GetRaspAlarmStatisticsRequest, GetRaspAlarmStatisticsCommandOutput, 'GetRaspAlarmStatisticsCommand'> {
2353
+ static readonly metaPath = "/GetRaspAlarmStatistics/2024-05-08/seccenter/get/text_plain/";
2354
+ constructor(input: GetRaspAlarmStatisticsRequest);
2355
+ }
2356
+ /**
2357
+ * Command to GetRaspAlarmSummaryInfo
2358
+ */
2359
+ export declare class GetRaspAlarmSummaryInfoCommand extends Command<GetRaspAlarmSummaryInfoRequest, GetRaspAlarmSummaryInfoCommandOutput, 'GetRaspAlarmSummaryInfoCommand'> {
2360
+ static readonly metaPath = "/GetRaspAlarmSummaryInfo/2024-05-08/seccenter/get/text_plain/";
2361
+ constructor(input: GetRaspAlarmSummaryInfoRequest);
2362
+ }
2363
+ /**
2364
+ * Command to GetRaspAuthorizationStatistics
2365
+ */
2366
+ export declare class GetRaspAuthorizationStatisticsCommand extends Command<GetRaspAuthorizationStatisticsRequest, GetRaspAuthorizationStatisticsCommandOutput, 'GetRaspAuthorizationStatisticsCommand'> {
2367
+ static readonly metaPath = "/GetRaspAuthorizationStatistics/2024-05-08/seccenter/post/application_json/";
2368
+ constructor(input: GetRaspAuthorizationStatisticsRequest);
2369
+ }
2370
+ /**
2371
+ * Command to GetRaspConfigStatistics
2372
+ */
2373
+ export declare class GetRaspConfigStatisticsCommand extends Command<GetRaspConfigStatisticsRequest, GetRaspConfigStatisticsCommandOutput, 'GetRaspConfigStatisticsCommand'> {
2374
+ static readonly metaPath = "/GetRaspConfigStatistics/2024-05-08/seccenter/get/text_plain/";
2375
+ constructor(input: GetRaspConfigStatisticsRequest);
2376
+ }
2377
+ /**
2378
+ * Command to GetRaspProcessDetail
2379
+ */
2380
+ export declare class GetRaspProcessDetailCommand extends Command<GetRaspProcessDetailRequest, GetRaspProcessDetailCommandOutput, 'GetRaspProcessDetailCommand'> {
2381
+ static readonly metaPath = "/GetRaspProcessDetail/2024-05-08/seccenter/get/text_plain/";
2382
+ constructor(input: GetRaspProcessDetailRequest);
2383
+ }
2384
+ /**
2385
+ * Command to GetRaspProtectStatistics
2386
+ */
2387
+ export declare class GetRaspProtectStatisticsCommand extends Command<GetRaspProtectStatisticsRequest, GetRaspProtectStatisticsCommandOutput, 'GetRaspProtectStatisticsCommand'> {
2388
+ static readonly metaPath = "/GetRaspProtectStatistics/2024-05-08/seccenter/get/text_plain/";
2389
+ constructor(input: GetRaspProtectStatisticsRequest);
2390
+ }
2391
+ /**
2392
+ * Command to GetRegistriesPermissionResult
2393
+ */
2394
+ export declare class GetRegistriesPermissionResultCommand extends Command<GetRegistriesPermissionResultRequest, GetRegistriesPermissionResultCommandOutput, 'GetRegistriesPermissionResultCommand'> {
2395
+ static readonly metaPath = "/GetRegistriesPermissionResult/2024-05-08/seccenter/post/application_json/";
2396
+ constructor(input: GetRegistriesPermissionResultRequest);
2397
+ }
2398
+ /**
2399
+ * Command to GetRegistryImageDetail
2400
+ */
2401
+ export declare class GetRegistryImageDetailCommand extends Command<GetRegistryImageDetailRequest, GetRegistryImageDetailCommandOutput, 'GetRegistryImageDetailCommand'> {
2402
+ static readonly metaPath = "/GetRegistryImageDetail/2024-05-08/seccenter/post/application_json/";
2403
+ constructor(input: GetRegistryImageDetailRequest);
2404
+ }
2405
+ /**
2406
+ * Command to GetRegistryImagesSyncStatus
2407
+ */
2408
+ export declare class GetRegistryImagesSyncStatusCommand extends Command<GetRegistryImagesSyncStatusRequest, GetRegistryImagesSyncStatusCommandOutput, 'GetRegistryImagesSyncStatusCommand'> {
2409
+ static readonly metaPath = "/GetRegistryImagesSyncStatus/2024-05-08/seccenter/post/application_json/";
2410
+ constructor(input: GetRegistryImagesSyncStatusRequest);
2411
+ }
2412
+ /**
2413
+ * Command to GetRegistrySyncConfig
2414
+ */
2415
+ export declare class GetRegistrySyncConfigCommand extends Command<GetRegistrySyncConfigRequest, GetRegistrySyncConfigCommandOutput, 'GetRegistrySyncConfigCommand'> {
2416
+ static readonly metaPath = "/GetRegistrySyncConfig/2024-05-08/seccenter/post/application_json/";
2417
+ constructor(input: GetRegistrySyncConfigRequest);
2418
+ }
2419
+ /**
2420
+ * Command to GetRegularClean
2421
+ */
2422
+ export declare class GetRegularCleanCommand extends Command<GetRegularCleanRequest, GetRegularCleanCommandOutput, 'GetRegularCleanCommand'> {
2423
+ static readonly metaPath = "/GetRegularClean/2024-05-08/seccenter/post/application_json/";
2424
+ constructor(input: GetRegularCleanRequest);
2425
+ }
2426
+ /**
2427
+ * Command to GetRegularVirusScanConfig
2428
+ */
2429
+ export declare class GetRegularVirusScanConfigCommand extends Command<GetRegularVirusScanConfigRequest, GetRegularVirusScanConfigCommandOutput, 'GetRegularVirusScanConfigCommand'> {
2430
+ static readonly metaPath = "/GetRegularVirusScanConfig/2024-05-08/seccenter/get/text_plain/";
2431
+ constructor(input: GetRegularVirusScanConfigRequest);
2432
+ }
2433
+ /**
2434
+ * Command to GetRegularVirusTaskStatus
2435
+ */
2436
+ export declare class GetRegularVirusTaskStatusCommand extends Command<GetRegularVirusTaskStatusRequest, GetRegularVirusTaskStatusCommandOutput, 'GetRegularVirusTaskStatusCommand'> {
2437
+ static readonly metaPath = "/GetRegularVirusTaskStatus/2024-05-08/seccenter/get/text_plain/";
2438
+ constructor(input: GetRegularVirusTaskStatusRequest);
2439
+ }
2440
+ /**
2441
+ * Command to GetRepoImageRiskCnt
2442
+ */
2443
+ export declare class GetRepoImageRiskCntCommand extends Command<GetRepoImageRiskCntRequest, GetRepoImageRiskCntCommandOutput, 'GetRepoImageRiskCntCommand'> {
2444
+ static readonly metaPath = "/GetRepoImageRiskCnt/2024-05-08/seccenter/post/application_json/";
2445
+ constructor(input: GetRepoImageRiskCntRequest);
2446
+ }
2447
+ /**
2448
+ * Command to GetRepoImageScanCron
2449
+ */
2450
+ export declare class GetRepoImageScanCronCommand extends Command<GetRepoImageScanCronRequest, GetRepoImageScanCronCommandOutput, 'GetRepoImageScanCronCommand'> {
2451
+ static readonly metaPath = "/GetRepoImageScanCron/2024-05-08/seccenter/post/application_json/";
2452
+ constructor(input: GetRepoImageScanCronRequest);
2453
+ }
2454
+ /**
2455
+ * Command to GetRepoImageScanScope
2456
+ */
2457
+ export declare class GetRepoImageScanScopeCommand extends Command<GetRepoImageScanScopeRequest, GetRepoImageScanScopeCommandOutput, 'GetRepoImageScanScopeCommand'> {
2458
+ static readonly metaPath = "/GetRepoImageScanScope/2024-05-08/seccenter/post/application_json/";
2459
+ constructor(input: GetRepoImageScanScopeRequest);
2460
+ }
2461
+ /**
2462
+ * Command to GetRepoRegistrySummary
2463
+ */
2464
+ export declare class GetRepoRegistrySummaryCommand extends Command<GetRepoRegistrySummaryRequest, GetRepoRegistrySummaryCommandOutput, 'GetRepoRegistrySummaryCommand'> {
2465
+ static readonly metaPath = "/GetRepoRegistrySummary/2024-05-08/seccenter/post/application_json/";
2466
+ constructor(input: GetRepoRegistrySummaryRequest);
2467
+ }
2468
+ /**
2469
+ * Command to GetRepoRegistryVpcAuthCreateInfo
2470
+ */
2471
+ export declare class GetRepoRegistryVpcAuthCreateInfoCommand extends Command<GetRepoRegistryVpcAuthCreateInfoRequest, GetRepoRegistryVpcAuthCreateInfoCommandOutput, 'GetRepoRegistryVpcAuthCreateInfoCommand'> {
2472
+ static readonly metaPath = "/GetRepoRegistryVpcAuthCreateInfo/2024-05-08/seccenter/post/application_json/";
2473
+ constructor(input: GetRepoRegistryVpcAuthCreateInfoRequest);
2474
+ }
634
2475
  /**
635
2476
  * Command to GetSOCAssetAlarmStats
636
2477
  */
@@ -666,6 +2507,13 @@ export declare class GetSOCPrecautionBaselineStatsCommand extends Command<GetSOC
666
2507
  static readonly metaPath = "/GetSOCPrecautionBaselineStats/2024-05-08/seccenter/get/text_plain/";
667
2508
  constructor(input: GetSOCPrecautionBaselineStatsRequest);
668
2509
  }
2510
+ /**
2511
+ * Command to GetSecurityOverview
2512
+ */
2513
+ export declare class GetSecurityOverviewCommand extends Command<GetSecurityOverviewRequest, GetSecurityOverviewCommandOutput, 'GetSecurityOverviewCommand'> {
2514
+ static readonly metaPath = "/GetSecurityOverview/2024-05-08/seccenter/post/application_json/";
2515
+ constructor(input: GetSecurityOverviewRequest);
2516
+ }
669
2517
  /**
670
2518
  * Command to GetSecurityOverviewScoreStats
671
2519
  */
@@ -673,6 +2521,41 @@ export declare class GetSecurityOverviewScoreStatsCommand extends Command<GetSec
673
2521
  static readonly metaPath = "/GetSecurityOverviewScoreStats/2024-05-08/seccenter/post/application_json/";
674
2522
  constructor(input: GetSecurityOverviewScoreStatsRequest);
675
2523
  }
2524
+ /**
2525
+ * Command to GetStackTrace
2526
+ */
2527
+ export declare class GetStackTraceCommand extends Command<GetStackTraceRequest, GetStackTraceCommandOutput, 'GetStackTraceCommand'> {
2528
+ static readonly metaPath = "/GetStackTrace/2024-05-08/seccenter/get/text_plain/";
2529
+ constructor(input: GetStackTraceRequest);
2530
+ }
2531
+ /**
2532
+ * Command to GetTLSInfo
2533
+ */
2534
+ export declare class GetTLSInfoCommand extends Command<GetTLSInfoRequest, GetTLSInfoCommandOutput, 'GetTLSInfoCommand'> {
2535
+ static readonly metaPath = "/GetTLSInfo/2024-05-08/seccenter/post/application_json/";
2536
+ constructor(input: GetTLSInfoRequest);
2537
+ }
2538
+ /**
2539
+ * Command to GetTenantQuota
2540
+ */
2541
+ export declare class GetTenantQuotaCommand extends Command<GetTenantQuotaRequest, GetTenantQuotaCommandOutput, 'GetTenantQuotaCommand'> {
2542
+ static readonly metaPath = "/GetTenantQuota/2024-05-08/seccenter/post/application_json/";
2543
+ constructor(input: GetTenantQuotaRequest);
2544
+ }
2545
+ /**
2546
+ * Command to GetUserBatchScanStatus
2547
+ */
2548
+ export declare class GetUserBatchScanStatusCommand extends Command<GetUserBatchScanStatusRequest, GetUserBatchScanStatusCommandOutput, 'GetUserBatchScanStatusCommand'> {
2549
+ static readonly metaPath = "/GetUserBatchScanStatus/2024-05-08/seccenter/post/application_json/";
2550
+ constructor(input: GetUserBatchScanStatusRequest);
2551
+ }
2552
+ /**
2553
+ * Command to GetVarmorAuthInfo
2554
+ */
2555
+ export declare class GetVarmorAuthInfoCommand extends Command<GetVarmorAuthInfoRequest, GetVarmorAuthInfoCommandOutput, 'GetVarmorAuthInfoCommand'> {
2556
+ static readonly metaPath = "/GetVarmorAuthInfo/2024-05-08/seccenter/post/application_json/";
2557
+ constructor(input: GetVarmorAuthInfoRequest);
2558
+ }
676
2559
  /**
677
2560
  * Command to GetVarmorConfigYAML
678
2561
  */
@@ -694,6 +2577,111 @@ export declare class GetVarmorTLSInfoCommand extends Command<GetVarmorTLSInfoReq
694
2577
  static readonly metaPath = "/GetVarmorTLSInfo/2024-05-08/seccenter/post/application_json/";
695
2578
  constructor(input: GetVarmorTLSInfoRequest);
696
2579
  }
2580
+ /**
2581
+ * Command to GetVirusAlarmSummaryInfo
2582
+ */
2583
+ export declare class GetVirusAlarmSummaryInfoCommand extends Command<GetVirusAlarmSummaryInfoRequest, GetVirusAlarmSummaryInfoCommandOutput, 'GetVirusAlarmSummaryInfoCommand'> {
2584
+ static readonly metaPath = "/GetVirusAlarmSummaryInfo/2024-05-08/seccenter/get/text_plain/";
2585
+ constructor(input: GetVirusAlarmSummaryInfoRequest);
2586
+ }
2587
+ /**
2588
+ * Command to GetVirusDatabaseUpdateTime
2589
+ */
2590
+ export declare class GetVirusDatabaseUpdateTimeCommand extends Command<GetVirusDatabaseUpdateTimeRequest, GetVirusDatabaseUpdateTimeCommandOutput, 'GetVirusDatabaseUpdateTimeCommand'> {
2591
+ static readonly metaPath = "/GetVirusDatabaseUpdateTime/2024-05-08/seccenter/post/application_json/";
2592
+ constructor(input: GetVirusDatabaseUpdateTimeRequest);
2593
+ }
2594
+ /**
2595
+ * Command to GetVirusTaskInfo
2596
+ */
2597
+ export declare class GetVirusTaskInfoCommand extends Command<GetVirusTaskInfoRequest, GetVirusTaskInfoCommandOutput, 'GetVirusTaskInfoCommand'> {
2598
+ static readonly metaPath = "/GetVirusTaskInfo/2024-05-08/seccenter/get/text_plain/";
2599
+ constructor(input: GetVirusTaskInfoRequest);
2600
+ }
2601
+ /**
2602
+ * Command to GetVirusTaskStatistics
2603
+ */
2604
+ export declare class GetVirusTaskStatisticsCommand extends Command<GetVirusTaskStatisticsRequest, GetVirusTaskStatisticsCommandOutput, 'GetVirusTaskStatisticsCommand'> {
2605
+ static readonly metaPath = "/GetVirusTaskStatistics/2024-05-08/seccenter/post/application_json/";
2606
+ constructor(input: GetVirusTaskStatisticsRequest);
2607
+ }
2608
+ /**
2609
+ * Command to GetVulnCheckStatus
2610
+ */
2611
+ export declare class GetVulnCheckStatusCommand extends Command<GetVulnCheckStatusRequest, GetVulnCheckStatusCommandOutput, 'GetVulnCheckStatusCommand'> {
2612
+ static readonly metaPath = "/GetVulnCheckStatus/2024-05-08/seccenter/get/text_plain/";
2613
+ constructor(input: GetVulnCheckStatusRequest);
2614
+ }
2615
+ /**
2616
+ * Command to GetVulnCheckStatusForAI
2617
+ */
2618
+ export declare class GetVulnCheckStatusForAICommand extends Command<GetVulnCheckStatusForAIRequest, GetVulnCheckStatusForAICommandOutput, 'GetVulnCheckStatusForAICommand'> {
2619
+ static readonly metaPath = "/GetVulnCheckStatusForAI/2024-05-08/seccenter/post/application_json/";
2620
+ constructor(input: GetVulnCheckStatusForAIRequest);
2621
+ }
2622
+ /**
2623
+ * Command to GetVulnDetail
2624
+ */
2625
+ export declare class GetVulnDetailCommand extends Command<GetVulnDetailRequest, GetVulnDetailCommandOutput, 'GetVulnDetailCommand'> {
2626
+ static readonly metaPath = "/GetVulnDetail/2024-05-08/seccenter/post/application_json/";
2627
+ constructor(input: GetVulnDetailRequest);
2628
+ }
2629
+ /**
2630
+ * Command to GetVulnInfo
2631
+ */
2632
+ export declare class GetVulnInfoCommand extends Command<GetVulnInfoRequest, GetVulnInfoCommandOutput, 'GetVulnInfoCommand'> {
2633
+ static readonly metaPath = "/GetVulnInfo/2024-05-08/seccenter/post/application_json/";
2634
+ constructor(input: GetVulnInfoRequest);
2635
+ }
2636
+ /**
2637
+ * Command to GetVulnInfoForAI
2638
+ */
2639
+ export declare class GetVulnInfoForAICommand extends Command<GetVulnInfoForAIRequest, GetVulnInfoForAICommandOutput, 'GetVulnInfoForAICommand'> {
2640
+ static readonly metaPath = "/GetVulnInfoForAI/2024-05-08/seccenter/post/application_json/";
2641
+ constructor(input: GetVulnInfoForAIRequest);
2642
+ }
2643
+ /**
2644
+ * Command to GetVulnScanConfig
2645
+ */
2646
+ export declare class GetVulnScanConfigCommand extends Command<GetVulnScanConfigRequest, GetVulnScanConfigCommandOutput, 'GetVulnScanConfigCommand'> {
2647
+ static readonly metaPath = "/GetVulnScanConfig/2024-05-08/seccenter/get/text_plain/";
2648
+ constructor(input: GetVulnScanConfigRequest);
2649
+ }
2650
+ /**
2651
+ * Command to GetVulnStatistics
2652
+ */
2653
+ export declare class GetVulnStatisticsCommand extends Command<GetVulnStatisticsRequest, GetVulnStatisticsCommandOutput, 'GetVulnStatisticsCommand'> {
2654
+ static readonly metaPath = "/GetVulnStatistics/2024-05-08/seccenter/post/application_json/";
2655
+ constructor(input: GetVulnStatisticsRequest);
2656
+ }
2657
+ /**
2658
+ * Command to GetVulnStatisticsForAI
2659
+ */
2660
+ export declare class GetVulnStatisticsForAICommand extends Command<GetVulnStatisticsForAIRequest, GetVulnStatisticsForAICommandOutput, 'GetVulnStatisticsForAICommand'> {
2661
+ static readonly metaPath = "/GetVulnStatisticsForAI/2024-05-08/seccenter/post/application_json/";
2662
+ constructor(input: GetVulnStatisticsForAIRequest);
2663
+ }
2664
+ /**
2665
+ * Command to GetWhiteListField
2666
+ */
2667
+ export declare class GetWhiteListFieldCommand extends Command<GetWhiteListFieldRequest, GetWhiteListFieldCommandOutput, 'GetWhiteListFieldCommand'> {
2668
+ static readonly metaPath = "/GetWhiteListField/2024-05-08/seccenter/post/application_json/";
2669
+ constructor(input: GetWhiteListFieldRequest);
2670
+ }
2671
+ /**
2672
+ * Command to HandleAIVuln
2673
+ */
2674
+ export declare class HandleAIVulnCommand extends Command<HandleAIVulnRequest, HandleAIVulnCommandOutput, 'HandleAIVulnCommand'> {
2675
+ static readonly metaPath = "/HandleAIVuln/2024-05-08/seccenter/post/application_json/";
2676
+ constructor(input: HandleAIVulnRequest);
2677
+ }
2678
+ /**
2679
+ * Command to HandleAlarmByAgent
2680
+ */
2681
+ export declare class HandleAlarmByAgentCommand extends Command<HandleAlarmByAgentRequest, HandleAlarmByAgentCommandOutput, 'HandleAlarmByAgentCommand'> {
2682
+ static readonly metaPath = "/HandleAlarmByAgent/2024-05-08/seccenter/post/application_json/";
2683
+ constructor(input: HandleAlarmByAgentRequest);
2684
+ }
697
2685
  /**
698
2686
  * Command to HandleEndpointAlarms
699
2687
  */
@@ -701,6 +2689,41 @@ export declare class HandleEndpointAlarmsCommand extends Command<HandleEndpointA
701
2689
  static readonly metaPath = "/HandleEndpointAlarms/2024-05-08/seccenter/post/application_json/";
702
2690
  constructor(input: HandleEndpointAlarmsRequest);
703
2691
  }
2692
+ /**
2693
+ * Command to HandleVuln
2694
+ */
2695
+ export declare class HandleVulnCommand extends Command<HandleVulnRequest, HandleVulnCommandOutput, 'HandleVulnCommand'> {
2696
+ static readonly metaPath = "/HandleVuln/2024-05-08/seccenter/post/application_json/";
2697
+ constructor(input: HandleVulnRequest);
2698
+ }
2699
+ /**
2700
+ * Command to InstallAgentClient
2701
+ */
2702
+ export declare class InstallAgentClientCommand extends Command<InstallAgentClientRequest, InstallAgentClientCommandOutput, 'InstallAgentClientCommand'> {
2703
+ static readonly metaPath = "/InstallAgentClient/2024-05-08/seccenter/post/application_json/";
2704
+ constructor(input: InstallAgentClientRequest);
2705
+ }
2706
+ /**
2707
+ * Command to InstallAgentProxyServerCommand
2708
+ */
2709
+ export declare class InstallAgentProxyServerCommandCommand extends Command<InstallAgentProxyServerCommandRequest, InstallAgentProxyServerCommandCommandOutput, 'InstallAgentProxyServerCommandCommand'> {
2710
+ static readonly metaPath = "/InstallAgentProxyServerCommand/2024-05-08/seccenter/post/application_json/";
2711
+ constructor(input: InstallAgentProxyServerCommandRequest);
2712
+ }
2713
+ /**
2714
+ * Command to IsolateFile
2715
+ */
2716
+ export declare class IsolateFileCommand extends Command<IsolateFileRequest, IsolateFileCommandOutput, 'IsolateFileCommand'> {
2717
+ static readonly metaPath = "/IsolateFile/2024-05-08/seccenter/post/application_json/";
2718
+ constructor(input: IsolateFileRequest);
2719
+ }
2720
+ /**
2721
+ * Command to ListAIApplicationBasicInfo
2722
+ */
2723
+ export declare class ListAIApplicationBasicInfoCommand extends Command<ListAIApplicationBasicInfoRequest, ListAIApplicationBasicInfoCommandOutput, 'ListAIApplicationBasicInfoCommand'> {
2724
+ static readonly metaPath = "/ListAIApplicationBasicInfo/2024-05-08/seccenter/post/application_json/";
2725
+ constructor(input: ListAIApplicationBasicInfoRequest);
2726
+ }
704
2727
  /**
705
2728
  * Command to ListAgentProxies
706
2729
  */
@@ -715,6 +2738,48 @@ export declare class ListAgentProxyServersCommand extends Command<ListAgentProxy
715
2738
  static readonly metaPath = "/ListAgentProxyServers/2024-05-08/seccenter/post/application_json/";
716
2739
  constructor(input: ListAgentProxyServersRequest);
717
2740
  }
2741
+ /**
2742
+ * Command to ListAgentkitSessionIDs
2743
+ */
2744
+ export declare class ListAgentkitSessionIDsCommand extends Command<ListAgentkitSessionIDsRequest, ListAgentkitSessionIDsCommandOutput, 'ListAgentkitSessionIDsCommand'> {
2745
+ static readonly metaPath = "/ListAgentkitSessionIDs/2024-05-08/seccenter/post/application_json/";
2746
+ constructor(input: ListAgentkitSessionIDsRequest);
2747
+ }
2748
+ /**
2749
+ * Command to ListAlarmArchiveRecords
2750
+ */
2751
+ export declare class ListAlarmArchiveRecordsCommand extends Command<ListAlarmArchiveRecordsRequest, ListAlarmArchiveRecordsCommandOutput, 'ListAlarmArchiveRecordsCommand'> {
2752
+ static readonly metaPath = "/ListAlarmArchiveRecords/2024-05-08/seccenter/post/application_json/";
2753
+ constructor(input: ListAlarmArchiveRecordsRequest);
2754
+ }
2755
+ /**
2756
+ * Command to ListAlarmNameList
2757
+ */
2758
+ export declare class ListAlarmNameListCommand extends Command<ListAlarmNameListRequest, ListAlarmNameListCommandOutput, 'ListAlarmNameListCommand'> {
2759
+ static readonly metaPath = "/ListAlarmNameList/2024-05-08/seccenter/get/text_plain/";
2760
+ constructor(input: ListAlarmNameListRequest);
2761
+ }
2762
+ /**
2763
+ * Command to ListAlarmTags
2764
+ */
2765
+ export declare class ListAlarmTagsCommand extends Command<ListAlarmTagsRequest, ListAlarmTagsCommandOutput, 'ListAlarmTagsCommand'> {
2766
+ static readonly metaPath = "/ListAlarmTags/2024-05-08/seccenter/get/text_plain/";
2767
+ constructor(input: ListAlarmTagsRequest);
2768
+ }
2769
+ /**
2770
+ * Command to ListAllCntrStaticDict
2771
+ */
2772
+ export declare class ListAllCntrStaticDictCommand extends Command<ListAllCntrStaticDictRequest, ListAllCntrStaticDictCommandOutput, 'ListAllCntrStaticDictCommand'> {
2773
+ static readonly metaPath = "/ListAllCntrStaticDict/2024-05-08/seccenter/post/application_json/";
2774
+ constructor(input: ListAllCntrStaticDictRequest);
2775
+ }
2776
+ /**
2777
+ * Command to ListAssetCenterDevs
2778
+ */
2779
+ export declare class ListAssetCenterDevsCommand extends Command<ListAssetCenterDevsRequest, ListAssetCenterDevsCommandOutput, 'ListAssetCenterDevsCommand'> {
2780
+ static readonly metaPath = "/ListAssetCenterDevs/2024-05-08/seccenter/post/application_json/";
2781
+ constructor(input: ListAssetCenterDevsRequest);
2782
+ }
718
2783
  /**
719
2784
  * Command to ListAssetCenterHosts
720
2785
  */
@@ -722,6 +2787,20 @@ export declare class ListAssetCenterHostsCommand extends Command<ListAssetCenter
722
2787
  static readonly metaPath = "/ListAssetCenterHosts/2024-05-08/seccenter/post/application_json/";
723
2788
  constructor(input: ListAssetCenterHostsRequest);
724
2789
  }
2790
+ /**
2791
+ * Command to ListAssetClusters
2792
+ */
2793
+ export declare class ListAssetClustersCommand extends Command<ListAssetClustersRequest, ListAssetClustersCommandOutput, 'ListAssetClustersCommand'> {
2794
+ static readonly metaPath = "/ListAssetClusters/2024-05-08/seccenter/post/application_json/";
2795
+ constructor(input: ListAssetClustersRequest);
2796
+ }
2797
+ /**
2798
+ * Command to ListAssetGroups
2799
+ */
2800
+ export declare class ListAssetGroupsCommand extends Command<ListAssetGroupsRequest, ListAssetGroupsCommandOutput, 'ListAssetGroupsCommand'> {
2801
+ static readonly metaPath = "/ListAssetGroups/2024-05-08/seccenter/post/application_json/";
2802
+ constructor(input: ListAssetGroupsRequest);
2803
+ }
725
2804
  /**
726
2805
  * Command to ListAssetNamespaces
727
2806
  */
@@ -729,6 +2808,41 @@ export declare class ListAssetNamespacesCommand extends Command<ListAssetNamespa
729
2808
  static readonly metaPath = "/ListAssetNamespaces/2024-05-08/seccenter/post/application_json/";
730
2809
  constructor(input: ListAssetNamespacesRequest);
731
2810
  }
2811
+ /**
2812
+ * Command to ListAssetPodsLinkedWorkload
2813
+ */
2814
+ export declare class ListAssetPodsLinkedWorkloadCommand extends Command<ListAssetPodsLinkedWorkloadRequest, ListAssetPodsLinkedWorkloadCommandOutput, 'ListAssetPodsLinkedWorkloadCommand'> {
2815
+ static readonly metaPath = "/ListAssetPodsLinkedWorkload/2024-05-08/seccenter/post/application_json/";
2816
+ constructor(input: ListAssetPodsLinkedWorkloadRequest);
2817
+ }
2818
+ /**
2819
+ * Command to ListAssetPodsLinkedWorkloadWithNoPage
2820
+ */
2821
+ export declare class ListAssetPodsLinkedWorkloadWithNoPageCommand extends Command<ListAssetPodsLinkedWorkloadWithNoPageRequest, ListAssetPodsLinkedWorkloadWithNoPageCommandOutput, 'ListAssetPodsLinkedWorkloadWithNoPageCommand'> {
2822
+ static readonly metaPath = "/ListAssetPodsLinkedWorkloadWithNoPage/2024-05-08/seccenter/post/application_json/";
2823
+ constructor(input: ListAssetPodsLinkedWorkloadWithNoPageRequest);
2824
+ }
2825
+ /**
2826
+ * Command to ListAssetTags
2827
+ */
2828
+ export declare class ListAssetTagsCommand extends Command<ListAssetTagsRequest, ListAssetTagsCommandOutput, 'ListAssetTagsCommand'> {
2829
+ static readonly metaPath = "/ListAssetTags/2024-05-08/seccenter/get/text_plain/";
2830
+ constructor(input: ListAssetTagsRequest);
2831
+ }
2832
+ /**
2833
+ * Command to ListAssetWorkloads
2834
+ */
2835
+ export declare class ListAssetWorkloadsCommand extends Command<ListAssetWorkloadsRequest, ListAssetWorkloadsCommandOutput, 'ListAssetWorkloadsCommand'> {
2836
+ static readonly metaPath = "/ListAssetWorkloads/2024-05-08/seccenter/post/application_json/";
2837
+ constructor(input: ListAssetWorkloadsRequest);
2838
+ }
2839
+ /**
2840
+ * Command to ListAutoDefenseHosts
2841
+ */
2842
+ export declare class ListAutoDefenseHostsCommand extends Command<ListAutoDefenseHostsRequest, ListAutoDefenseHostsCommandOutput, 'ListAutoDefenseHostsCommand'> {
2843
+ static readonly metaPath = "/ListAutoDefenseHosts/2024-05-08/seccenter/post/application_json/";
2844
+ constructor(input: ListAutoDefenseHostsRequest);
2845
+ }
732
2846
  /**
733
2847
  * Command to ListAutoDefenseRules
734
2848
  */
@@ -747,16 +2861,30 @@ export declare class ListBanIPListCommand extends Command<ListBanIPListRequest,
747
2861
  * Command to ListBaselineBasicInfo
748
2862
  */
749
2863
  export declare class ListBaselineBasicInfoCommand extends Command<ListBaselineBasicInfoRequest, ListBaselineBasicInfoCommandOutput, 'ListBaselineBasicInfoCommand'> {
750
- static readonly metaPath = "/ListBaselineBasicInfo/2024-05-08/seccenter/get/text_plain/";
2864
+ static readonly metaPath = "/ListBaselineBasicInfo/2024-05-08/seccenter/post/application_json/";
751
2865
  constructor(input: ListBaselineBasicInfoRequest);
752
2866
  }
753
2867
  /**
754
2868
  * Command to ListBaselineCheckConfig
755
2869
  */
756
2870
  export declare class ListBaselineCheckConfigCommand extends Command<ListBaselineCheckConfigRequest, ListBaselineCheckConfigCommandOutput, 'ListBaselineCheckConfigCommand'> {
757
- static readonly metaPath = "/ListBaselineCheckConfig/2024-05-08/seccenter/get/text_plain/";
2871
+ static readonly metaPath = "/ListBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
758
2872
  constructor(input: ListBaselineCheckConfigRequest);
759
2873
  }
2874
+ /**
2875
+ * Command to ListBaselineCheckDetail
2876
+ */
2877
+ export declare class ListBaselineCheckDetailCommand extends Command<ListBaselineCheckDetailRequest, ListBaselineCheckDetailCommandOutput, 'ListBaselineCheckDetailCommand'> {
2878
+ static readonly metaPath = "/ListBaselineCheckDetail/2024-05-08/seccenter/post/application_json/";
2879
+ constructor(input: ListBaselineCheckDetailRequest);
2880
+ }
2881
+ /**
2882
+ * Command to ListBaselineCheckItemHosts
2883
+ */
2884
+ export declare class ListBaselineCheckItemHostsCommand extends Command<ListBaselineCheckItemHostsRequest, ListBaselineCheckItemHostsCommandOutput, 'ListBaselineCheckItemHostsCommand'> {
2885
+ static readonly metaPath = "/ListBaselineCheckItemHosts/2024-05-08/seccenter/post/application_json/";
2886
+ constructor(input: ListBaselineCheckItemHostsRequest);
2887
+ }
760
2888
  /**
761
2889
  * Command to ListBaselineCheckItems
762
2890
  */
@@ -764,6 +2892,13 @@ export declare class ListBaselineCheckItemsCommand extends Command<ListBaselineC
764
2892
  static readonly metaPath = "/ListBaselineCheckItems/2024-05-08/seccenter/post/application_json/";
765
2893
  constructor(input: ListBaselineCheckItemsRequest);
766
2894
  }
2895
+ /**
2896
+ * Command to ListBaselineCheckRes
2897
+ */
2898
+ export declare class ListBaselineCheckResCommand extends Command<ListBaselineCheckResRequest, ListBaselineCheckResCommandOutput, 'ListBaselineCheckResCommand'> {
2899
+ static readonly metaPath = "/ListBaselineCheckRes/2024-05-08/seccenter/post/application_json/";
2900
+ constructor(input: ListBaselineCheckResRequest);
2901
+ }
767
2902
  /**
768
2903
  * Command to ListBaselineForGroupPolicy
769
2904
  */
@@ -771,6 +2906,13 @@ export declare class ListBaselineForGroupPolicyCommand extends Command<ListBasel
771
2906
  static readonly metaPath = "/ListBaselineForGroupPolicy/2024-05-08/seccenter/post/application_json/";
772
2907
  constructor(input: ListBaselineForGroupPolicyRequest);
773
2908
  }
2909
+ /**
2910
+ * Command to ListBaselineGroups
2911
+ */
2912
+ export declare class ListBaselineGroupsCommand extends Command<ListBaselineGroupsRequest, ListBaselineGroupsCommandOutput, 'ListBaselineGroupsCommand'> {
2913
+ static readonly metaPath = "/ListBaselineGroups/2024-05-08/seccenter/get/text_plain/";
2914
+ constructor(input: ListBaselineGroupsRequest);
2915
+ }
774
2916
  /**
775
2917
  * Command to ListBaselineHostItemHosts
776
2918
  */
@@ -778,6 +2920,13 @@ export declare class ListBaselineHostItemHostsCommand extends Command<ListBaseli
778
2920
  static readonly metaPath = "/ListBaselineHostItemHosts/2024-05-08/seccenter/post/application_json/";
779
2921
  constructor(input: ListBaselineHostItemHostsRequest);
780
2922
  }
2923
+ /**
2924
+ * Command to ListBaselines
2925
+ */
2926
+ export declare class ListBaselinesCommand extends Command<ListBaselinesRequest, ListBaselinesCommandOutput, 'ListBaselinesCommand'> {
2927
+ static readonly metaPath = "/ListBaselines/2024-05-08/seccenter/post/application_json/";
2928
+ constructor(input: ListBaselinesRequest);
2929
+ }
781
2930
  /**
782
2931
  * Command to ListBatchEndpointHandleMethods
783
2932
  */
@@ -806,6 +2955,13 @@ export declare class ListCloudEnvsCommand extends Command<ListCloudEnvsRequest,
806
2955
  static readonly metaPath = "/ListCloudEnvs/2024-05-08/seccenter/post/application_json/";
807
2956
  constructor(input: ListCloudEnvsRequest);
808
2957
  }
2958
+ /**
2959
+ * Command to ListCloudPlatforms
2960
+ */
2961
+ export declare class ListCloudPlatformsCommand extends Command<ListCloudPlatformsRequest, ListCloudPlatformsCommandOutput, 'ListCloudPlatformsCommand'> {
2962
+ static readonly metaPath = "/ListCloudPlatforms/2024-05-08/seccenter/post/application_json/";
2963
+ constructor(input: ListCloudPlatformsRequest);
2964
+ }
809
2965
  /**
810
2966
  * Command to ListClusterVarmorVersionHistory
811
2967
  */
@@ -820,6 +2976,41 @@ export declare class ListClustersAndVarmorAppsCommand extends Command<ListCluste
820
2976
  static readonly metaPath = "/ListClustersAndVarmorApps/2024-05-08/seccenter/post/application_json/";
821
2977
  constructor(input: ListClustersAndVarmorAppsRequest);
822
2978
  }
2979
+ /**
2980
+ * Command to ListDevAssetIDs
2981
+ */
2982
+ export declare class ListDevAssetIDsCommand extends Command<ListDevAssetIDsRequest, ListDevAssetIDsCommandOutput, 'ListDevAssetIDsCommand'> {
2983
+ static readonly metaPath = "/ListDevAssetIDs/2024-05-08/seccenter/post/application_json/";
2984
+ constructor(input: ListDevAssetIDsRequest);
2985
+ }
2986
+ /**
2987
+ * Command to ListDevBasicInfos
2988
+ */
2989
+ export declare class ListDevBasicInfosCommand extends Command<ListDevBasicInfosRequest, ListDevBasicInfosCommandOutput, 'ListDevBasicInfosCommand'> {
2990
+ static readonly metaPath = "/ListDevBasicInfos/2024-05-08/seccenter/post/application_json/";
2991
+ constructor(input: ListDevBasicInfosRequest);
2992
+ }
2993
+ /**
2994
+ * Command to ListDevPlatform
2995
+ */
2996
+ export declare class ListDevPlatformCommand extends Command<ListDevPlatformRequest, ListDevPlatformCommandOutput, 'ListDevPlatformCommand'> {
2997
+ static readonly metaPath = "/ListDevPlatform/2024-05-08/seccenter/post/application_json/";
2998
+ constructor(input: ListDevPlatformRequest);
2999
+ }
3000
+ /**
3001
+ * Command to ListDevRegion
3002
+ */
3003
+ export declare class ListDevRegionCommand extends Command<ListDevRegionRequest, ListDevRegionCommandOutput, 'ListDevRegionCommand'> {
3004
+ static readonly metaPath = "/ListDevRegion/2024-05-08/seccenter/post/application_json/";
3005
+ constructor(input: ListDevRegionRequest);
3006
+ }
3007
+ /**
3008
+ * Command to ListEndpointHandleMethods
3009
+ */
3010
+ export declare class ListEndpointHandleMethodsCommand extends Command<ListEndpointHandleMethodsRequest, ListEndpointHandleMethodsCommandOutput, 'ListEndpointHandleMethodsCommand'> {
3011
+ static readonly metaPath = "/ListEndpointHandleMethods/2024-05-08/seccenter/post/application_json/";
3012
+ constructor(input: ListEndpointHandleMethodsRequest);
3013
+ }
823
3014
  /**
824
3015
  * Command to ListFileMonitorAlarms
825
3016
  */
@@ -834,6 +3025,13 @@ export declare class ListFingerprintCollectConfigCommand extends Command<ListFin
834
3025
  static readonly metaPath = "/ListFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/";
835
3026
  constructor(input: ListFingerprintCollectConfigRequest);
836
3027
  }
3028
+ /**
3029
+ * Command to ListGroupRelatedAgent
3030
+ */
3031
+ export declare class ListGroupRelatedAgentCommand extends Command<ListGroupRelatedAgentRequest, ListGroupRelatedAgentCommandOutput, 'ListGroupRelatedAgentCommand'> {
3032
+ static readonly metaPath = "/ListGroupRelatedAgent/2024-05-08/seccenter/get/text_plain/";
3033
+ constructor(input: ListGroupRelatedAgentRequest);
3034
+ }
837
3035
  /**
838
3036
  * Command to ListHidsAlarms
839
3037
  */
@@ -841,6 +3039,34 @@ export declare class ListHidsAlarmsCommand extends Command<ListHidsAlarmsRequest
841
3039
  static readonly metaPath = "/ListHidsAlarms/2024-05-08/seccenter/post/application_json/";
842
3040
  constructor(input: ListHidsAlarmsRequest);
843
3041
  }
3042
+ /**
3043
+ * Command to ListHostPlatform
3044
+ */
3045
+ export declare class ListHostPlatformCommand extends Command<ListHostPlatformRequest, ListHostPlatformCommandOutput, 'ListHostPlatformCommand'> {
3046
+ static readonly metaPath = "/ListHostPlatform/2024-05-08/seccenter/get/text_plain/";
3047
+ constructor(input: ListHostPlatformRequest);
3048
+ }
3049
+ /**
3050
+ * Command to ListHostRegion
3051
+ */
3052
+ export declare class ListHostRegionCommand extends Command<ListHostRegionRequest, ListHostRegionCommandOutput, 'ListHostRegionCommand'> {
3053
+ static readonly metaPath = "/ListHostRegion/2024-05-08/seccenter/get/text_plain/";
3054
+ constructor(input: ListHostRegionRequest);
3055
+ }
3056
+ /**
3057
+ * Command to ListHostVpc
3058
+ */
3059
+ export declare class ListHostVpcCommand extends Command<ListHostVpcRequest, ListHostVpcCommandOutput, 'ListHostVpcCommand'> {
3060
+ static readonly metaPath = "/ListHostVpc/2024-05-08/seccenter/get/text_plain/";
3061
+ constructor(input: ListHostVpcRequest);
3062
+ }
3063
+ /**
3064
+ * Command to ListHostsAgentIDs
3065
+ */
3066
+ export declare class ListHostsAgentIDsCommand extends Command<ListHostsAgentIDsRequest, ListHostsAgentIDsCommandOutput, 'ListHostsAgentIDsCommand'> {
3067
+ static readonly metaPath = "/ListHostsAgentIDs/2024-05-08/seccenter/post/application_json/";
3068
+ constructor(input: ListHostsAgentIDsRequest);
3069
+ }
844
3070
  /**
845
3071
  * Command to ListHostsBasicInfos
846
3072
  */
@@ -848,6 +3074,13 @@ export declare class ListHostsBasicInfosCommand extends Command<ListHostsBasicIn
848
3074
  static readonly metaPath = "/ListHostsBasicInfos/2024-05-08/seccenter/post/application_json/";
849
3075
  constructor(input: ListHostsBasicInfosRequest);
850
3076
  }
3077
+ /**
3078
+ * Command to ListInstallCommands
3079
+ */
3080
+ export declare class ListInstallCommandsCommand extends Command<ListInstallCommandsRequest, ListInstallCommandsCommandOutput, 'ListInstallCommandsCommand'> {
3081
+ static readonly metaPath = "/ListInstallCommands/2024-05-08/seccenter/post/application_json/";
3082
+ constructor(input: ListInstallCommandsRequest);
3083
+ }
851
3084
  /**
852
3085
  * Command to ListIsolationFiles
853
3086
  */
@@ -855,6 +3088,27 @@ export declare class ListIsolationFilesCommand extends Command<ListIsolationFile
855
3088
  static readonly metaPath = "/ListIsolationFiles/2024-05-08/seccenter/post/application_json/";
856
3089
  constructor(input: ListIsolationFilesRequest);
857
3090
  }
3091
+ /**
3092
+ * Command to ListLayeredGroupRelatedHost
3093
+ */
3094
+ export declare class ListLayeredGroupRelatedHostCommand extends Command<ListLayeredGroupRelatedHostRequest, ListLayeredGroupRelatedHostCommandOutput, 'ListLayeredGroupRelatedHostCommand'> {
3095
+ static readonly metaPath = "/ListLayeredGroupRelatedHost/2024-05-08/seccenter/post/application_json/";
3096
+ constructor(input: ListLayeredGroupRelatedHostRequest);
3097
+ }
3098
+ /**
3099
+ * Command to ListLayeredGroupsDetail
3100
+ */
3101
+ export declare class ListLayeredGroupsDetailCommand extends Command<ListLayeredGroupsDetailRequest, ListLayeredGroupsDetailCommandOutput, 'ListLayeredGroupsDetailCommand'> {
3102
+ static readonly metaPath = "/ListLayeredGroupsDetail/2024-05-08/seccenter/post/application_json/";
3103
+ constructor(input: ListLayeredGroupsDetailRequest);
3104
+ }
3105
+ /**
3106
+ * Command to ListLoginConfigs
3107
+ */
3108
+ export declare class ListLoginConfigsCommand extends Command<ListLoginConfigsRequest, ListLoginConfigsCommandOutput, 'ListLoginConfigsCommand'> {
3109
+ static readonly metaPath = "/ListLoginConfigs/2024-05-08/seccenter/post/application_json/";
3110
+ constructor(input: ListLoginConfigsRequest);
3111
+ }
858
3112
  /**
859
3113
  * Command to ListMLPAssetTasks
860
3114
  */
@@ -862,6 +3116,20 @@ export declare class ListMLPAssetTasksCommand extends Command<ListMLPAssetTasksR
862
3116
  static readonly metaPath = "/ListMLPAssetTasks/2024-05-08/seccenter/post/application_json/";
863
3117
  constructor(input: ListMLPAssetTasksRequest);
864
3118
  }
3119
+ /**
3120
+ * Command to ListMlpAlarmTags
3121
+ */
3122
+ export declare class ListMlpAlarmTagsCommand extends Command<ListMlpAlarmTagsRequest, ListMlpAlarmTagsCommandOutput, 'ListMlpAlarmTagsCommand'> {
3123
+ static readonly metaPath = "/ListMlpAlarmTags/2024-05-08/seccenter/get/text_plain/";
3124
+ constructor(input: ListMlpAlarmTagsRequest);
3125
+ }
3126
+ /**
3127
+ * Command to ListMlpAlarms
3128
+ */
3129
+ export declare class ListMlpAlarmsCommand extends Command<ListMlpAlarmsRequest, ListMlpAlarmsCommandOutput, 'ListMlpAlarmsCommand'> {
3130
+ static readonly metaPath = "/ListMlpAlarms/2024-05-08/seccenter/post/application_json/";
3131
+ constructor(input: ListMlpAlarmsRequest);
3132
+ }
865
3133
  /**
866
3134
  * Command to ListMonitorPolicies
867
3135
  */
@@ -869,6 +3137,20 @@ export declare class ListMonitorPoliciesCommand extends Command<ListMonitorPolic
869
3137
  static readonly metaPath = "/ListMonitorPolicies/2024-05-08/seccenter/post/application_json/";
870
3138
  constructor(input: ListMonitorPoliciesRequest);
871
3139
  }
3140
+ /**
3141
+ * Command to ListMultiLevelAssetHosts
3142
+ */
3143
+ export declare class ListMultiLevelAssetHostsCommand extends Command<ListMultiLevelAssetHostsRequest, ListMultiLevelAssetHostsCommandOutput, 'ListMultiLevelAssetHostsCommand'> {
3144
+ static readonly metaPath = "/ListMultiLevelAssetHosts/2024-05-08/seccenter/post/application_json/";
3145
+ constructor(input: ListMultiLevelAssetHostsRequest);
3146
+ }
3147
+ /**
3148
+ * Command to ListMultiLevelInstitution
3149
+ */
3150
+ export declare class ListMultiLevelInstitutionCommand extends Command<ListMultiLevelInstitutionRequest, ListMultiLevelInstitutionCommandOutput, 'ListMultiLevelInstitutionCommand'> {
3151
+ static readonly metaPath = "/ListMultiLevelInstitution/2024-05-08/seccenter/post/application_json/";
3152
+ constructor(input: ListMultiLevelInstitutionRequest);
3153
+ }
872
3154
  /**
873
3155
  * Command to ListOrderedHostsBasicInfos
874
3156
  */
@@ -876,6 +3158,139 @@ export declare class ListOrderedHostsBasicInfosCommand extends Command<ListOrder
876
3158
  static readonly metaPath = "/ListOrderedHostsBasicInfos/2024-05-08/seccenter/post/application_json/";
877
3159
  constructor(input: ListOrderedHostsBasicInfosRequest);
878
3160
  }
3161
+ /**
3162
+ * Command to ListRaspAlarms
3163
+ */
3164
+ export declare class ListRaspAlarmsCommand extends Command<ListRaspAlarmsRequest, ListRaspAlarmsCommandOutput, 'ListRaspAlarmsCommand'> {
3165
+ static readonly metaPath = "/ListRaspAlarms/2024-05-08/seccenter/post/application_json/";
3166
+ constructor(input: ListRaspAlarmsRequest);
3167
+ }
3168
+ /**
3169
+ * Command to ListRaspConfigAgentInfos
3170
+ */
3171
+ export declare class ListRaspConfigAgentInfosCommand extends Command<ListRaspConfigAgentInfosRequest, ListRaspConfigAgentInfosCommandOutput, 'ListRaspConfigAgentInfosCommand'> {
3172
+ static readonly metaPath = "/ListRaspConfigAgentInfos/2024-05-08/seccenter/post/application_json/";
3173
+ constructor(input: ListRaspConfigAgentInfosRequest);
3174
+ }
3175
+ /**
3176
+ * Command to ListRaspConfigs
3177
+ */
3178
+ export declare class ListRaspConfigsCommand extends Command<ListRaspConfigsRequest, ListRaspConfigsCommandOutput, 'ListRaspConfigsCommand'> {
3179
+ static readonly metaPath = "/ListRaspConfigs/2024-05-08/seccenter/post/application_json/";
3180
+ constructor(input: ListRaspConfigsRequest);
3181
+ }
3182
+ /**
3183
+ * Command to ListRaspProcesses
3184
+ */
3185
+ export declare class ListRaspProcessesCommand extends Command<ListRaspProcessesRequest, ListRaspProcessesCommandOutput, 'ListRaspProcessesCommand'> {
3186
+ static readonly metaPath = "/ListRaspProcesses/2024-05-08/seccenter/post/application_json/";
3187
+ constructor(input: ListRaspProcessesRequest);
3188
+ }
3189
+ /**
3190
+ * Command to ListRegistries
3191
+ */
3192
+ export declare class ListRegistriesCommand extends Command<ListRegistriesRequest, ListRegistriesCommandOutput, 'ListRegistriesCommand'> {
3193
+ static readonly metaPath = "/ListRegistries/2024-05-08/seccenter/post/application_json/";
3194
+ constructor(input: ListRegistriesRequest);
3195
+ }
3196
+ /**
3197
+ * Command to ListRegistryImages
3198
+ */
3199
+ export declare class ListRegistryImagesCommand extends Command<ListRegistryImagesRequest, ListRegistryImagesCommandOutput, 'ListRegistryImagesCommand'> {
3200
+ static readonly metaPath = "/ListRegistryImages/2024-05-08/seccenter/post/application_json/";
3201
+ constructor(input: ListRegistryImagesRequest);
3202
+ }
3203
+ /**
3204
+ * Command to ListRegistryNamespaceIDs
3205
+ */
3206
+ export declare class ListRegistryNamespaceIDsCommand extends Command<ListRegistryNamespaceIDsRequest, ListRegistryNamespaceIDsCommandOutput, 'ListRegistryNamespaceIDsCommand'> {
3207
+ static readonly metaPath = "/ListRegistryNamespaceIDs/2024-05-08/seccenter/post/application_json/";
3208
+ constructor(input: ListRegistryNamespaceIDsRequest);
3209
+ }
3210
+ /**
3211
+ * Command to ListRegistryNamespaces
3212
+ */
3213
+ export declare class ListRegistryNamespacesCommand extends Command<ListRegistryNamespacesRequest, ListRegistryNamespacesCommandOutput, 'ListRegistryNamespacesCommand'> {
3214
+ static readonly metaPath = "/ListRegistryNamespaces/2024-05-08/seccenter/post/application_json/";
3215
+ constructor(input: ListRegistryNamespacesRequest);
3216
+ }
3217
+ /**
3218
+ * Command to ListRepoImageCompl
3219
+ */
3220
+ export declare class ListRepoImageComplCommand extends Command<ListRepoImageComplRequest, ListRepoImageComplCommandOutput, 'ListRepoImageComplCommand'> {
3221
+ static readonly metaPath = "/ListRepoImageCompl/2024-05-08/seccenter/post/application_json/";
3222
+ constructor(input: ListRepoImageComplRequest);
3223
+ }
3224
+ /**
3225
+ * Command to ListRepoImageLayer
3226
+ */
3227
+ export declare class ListRepoImageLayerCommand extends Command<ListRepoImageLayerRequest, ListRepoImageLayerCommandOutput, 'ListRepoImageLayerCommand'> {
3228
+ static readonly metaPath = "/ListRepoImageLayer/2024-05-08/seccenter/post/application_json/";
3229
+ constructor(input: ListRepoImageLayerRequest);
3230
+ }
3231
+ /**
3232
+ * Command to ListRepoImageLayerSenfile
3233
+ */
3234
+ export declare class ListRepoImageLayerSenfileCommand extends Command<ListRepoImageLayerSenfileRequest, ListRepoImageLayerSenfileCommandOutput, 'ListRepoImageLayerSenfileCommand'> {
3235
+ static readonly metaPath = "/ListRepoImageLayerSenfile/2024-05-08/seccenter/post/application_json/";
3236
+ constructor(input: ListRepoImageLayerSenfileRequest);
3237
+ }
3238
+ /**
3239
+ * Command to ListRepoImageLayerVirus
3240
+ */
3241
+ export declare class ListRepoImageLayerVirusCommand extends Command<ListRepoImageLayerVirusRequest, ListRepoImageLayerVirusCommandOutput, 'ListRepoImageLayerVirusCommand'> {
3242
+ static readonly metaPath = "/ListRepoImageLayerVirus/2024-05-08/seccenter/post/application_json/";
3243
+ constructor(input: ListRepoImageLayerVirusRequest);
3244
+ }
3245
+ /**
3246
+ * Command to ListRepoImageLayerVuln
3247
+ */
3248
+ export declare class ListRepoImageLayerVulnCommand extends Command<ListRepoImageLayerVulnRequest, ListRepoImageLayerVulnCommandOutput, 'ListRepoImageLayerVulnCommand'> {
3249
+ static readonly metaPath = "/ListRepoImageLayerVuln/2024-05-08/seccenter/post/application_json/";
3250
+ constructor(input: ListRepoImageLayerVulnRequest);
3251
+ }
3252
+ /**
3253
+ * Command to ListRepoImagePackage
3254
+ */
3255
+ export declare class ListRepoImagePackageCommand extends Command<ListRepoImagePackageRequest, ListRepoImagePackageCommandOutput, 'ListRepoImagePackageCommand'> {
3256
+ static readonly metaPath = "/ListRepoImagePackage/2024-05-08/seccenter/post/application_json/";
3257
+ constructor(input: ListRepoImagePackageRequest);
3258
+ }
3259
+ /**
3260
+ * Command to ListRepoImageSenfile
3261
+ */
3262
+ export declare class ListRepoImageSenfileCommand extends Command<ListRepoImageSenfileRequest, ListRepoImageSenfileCommandOutput, 'ListRepoImageSenfileCommand'> {
3263
+ static readonly metaPath = "/ListRepoImageSenfile/2024-05-08/seccenter/post/application_json/";
3264
+ constructor(input: ListRepoImageSenfileRequest);
3265
+ }
3266
+ /**
3267
+ * Command to ListRepoImageVirus
3268
+ */
3269
+ export declare class ListRepoImageVirusCommand extends Command<ListRepoImageVirusRequest, ListRepoImageVirusCommandOutput, 'ListRepoImageVirusCommand'> {
3270
+ static readonly metaPath = "/ListRepoImageVirus/2024-05-08/seccenter/post/application_json/";
3271
+ constructor(input: ListRepoImageVirusRequest);
3272
+ }
3273
+ /**
3274
+ * Command to ListRepoImageVuln
3275
+ */
3276
+ export declare class ListRepoImageVulnCommand extends Command<ListRepoImageVulnRequest, ListRepoImageVulnCommandOutput, 'ListRepoImageVulnCommand'> {
3277
+ static readonly metaPath = "/ListRepoImageVuln/2024-05-08/seccenter/post/application_json/";
3278
+ constructor(input: ListRepoImageVulnRequest);
3279
+ }
3280
+ /**
3281
+ * Command to ListRiskComplAffectRepoImage
3282
+ */
3283
+ export declare class ListRiskComplAffectRepoImageCommand extends Command<ListRiskComplAffectRepoImageRequest, ListRiskComplAffectRepoImageCommandOutput, 'ListRiskComplAffectRepoImageCommand'> {
3284
+ static readonly metaPath = "/ListRiskComplAffectRepoImage/2024-05-08/seccenter/post/application_json/";
3285
+ constructor(input: ListRiskComplAffectRepoImageRequest);
3286
+ }
3287
+ /**
3288
+ * Command to ListRiskVulnAffectRepoImage
3289
+ */
3290
+ export declare class ListRiskVulnAffectRepoImageCommand extends Command<ListRiskVulnAffectRepoImageRequest, ListRiskVulnAffectRepoImageCommandOutput, 'ListRiskVulnAffectRepoImageCommand'> {
3291
+ static readonly metaPath = "/ListRiskVulnAffectRepoImage/2024-05-08/seccenter/post/application_json/";
3292
+ constructor(input: ListRiskVulnAffectRepoImageRequest);
3293
+ }
879
3294
  /**
880
3295
  * Command to ListScanSubTasks
881
3296
  */
@@ -883,6 +3298,34 @@ export declare class ListScanSubTasksCommand extends Command<ListScanSubTasksReq
883
3298
  static readonly metaPath = "/ListScanSubTasks/2024-05-08/seccenter/post/application_json/";
884
3299
  constructor(input: ListScanSubTasksRequest);
885
3300
  }
3301
+ /**
3302
+ * Command to ListScanTaskHosts
3303
+ */
3304
+ export declare class ListScanTaskHostsCommand extends Command<ListScanTaskHostsRequest, ListScanTaskHostsCommandOutput, 'ListScanTaskHostsCommand'> {
3305
+ static readonly metaPath = "/ListScanTaskHosts/2024-05-08/seccenter/post/application_json/";
3306
+ constructor(input: ListScanTaskHostsRequest);
3307
+ }
3308
+ /**
3309
+ * Command to ListScanTasks
3310
+ */
3311
+ export declare class ListScanTasksCommand extends Command<ListScanTasksRequest, ListScanTasksCommandOutput, 'ListScanTasksCommand'> {
3312
+ static readonly metaPath = "/ListScanTasks/2024-05-08/seccenter/post/application_json/";
3313
+ constructor(input: ListScanTasksRequest);
3314
+ }
3315
+ /**
3316
+ * Command to ListTagRelatedAgent
3317
+ */
3318
+ export declare class ListTagRelatedAgentCommand extends Command<ListTagRelatedAgentRequest, ListTagRelatedAgentCommandOutput, 'ListTagRelatedAgentCommand'> {
3319
+ static readonly metaPath = "/ListTagRelatedAgent/2024-05-08/seccenter/get/text_plain/";
3320
+ constructor(input: ListTagRelatedAgentRequest);
3321
+ }
3322
+ /**
3323
+ * Command to ListTagsDetail
3324
+ */
3325
+ export declare class ListTagsDetailCommand extends Command<ListTagsDetailRequest, ListTagsDetailCommandOutput, 'ListTagsDetailCommand'> {
3326
+ static readonly metaPath = "/ListTagsDetail/2024-05-08/seccenter/get/text_plain/";
3327
+ constructor(input: ListTagsDetailRequest);
3328
+ }
886
3329
  /**
887
3330
  * Command to ListVarmorPolicies
888
3331
  */
@@ -890,6 +3333,13 @@ export declare class ListVarmorPoliciesCommand extends Command<ListVarmorPolicie
890
3333
  static readonly metaPath = "/ListVarmorPolicies/2024-05-08/seccenter/post/application_json/";
891
3334
  constructor(input: ListVarmorPoliciesRequest);
892
3335
  }
3336
+ /**
3337
+ * Command to ListVirusAlarms
3338
+ */
3339
+ export declare class ListVirusAlarmsCommand extends Command<ListVirusAlarmsRequest, ListVirusAlarmsCommandOutput, 'ListVirusAlarmsCommand'> {
3340
+ static readonly metaPath = "/ListVirusAlarms/2024-05-08/seccenter/post/application_json/";
3341
+ constructor(input: ListVirusAlarmsRequest);
3342
+ }
893
3343
  /**
894
3344
  * Command to ListVulByPod
895
3345
  */
@@ -911,6 +3361,174 @@ export declare class ListVulHostByPodCommand extends Command<ListVulHostByPodReq
911
3361
  static readonly metaPath = "/ListVulHostByPod/2024-05-08/seccenter/post/application_json/";
912
3362
  constructor(input: ListVulHostByPodRequest);
913
3363
  }
3364
+ /**
3365
+ * Command to ListVulnAffectAISession
3366
+ */
3367
+ export declare class ListVulnAffectAISessionCommand extends Command<ListVulnAffectAISessionRequest, ListVulnAffectAISessionCommandOutput, 'ListVulnAffectAISessionCommand'> {
3368
+ static readonly metaPath = "/ListVulnAffectAISession/2024-05-08/seccenter/post/application_json/";
3369
+ constructor(input: ListVulnAffectAISessionRequest);
3370
+ }
3371
+ /**
3372
+ * Command to ListVulnForAI
3373
+ */
3374
+ export declare class ListVulnForAICommand extends Command<ListVulnForAIRequest, ListVulnForAICommandOutput, 'ListVulnForAICommand'> {
3375
+ static readonly metaPath = "/ListVulnForAI/2024-05-08/seccenter/post/application_json/";
3376
+ constructor(input: ListVulnForAIRequest);
3377
+ }
3378
+ /**
3379
+ * Command to ListVulnHosts
3380
+ */
3381
+ export declare class ListVulnHostsCommand extends Command<ListVulnHostsRequest, ListVulnHostsCommandOutput, 'ListVulnHostsCommand'> {
3382
+ static readonly metaPath = "/ListVulnHosts/2024-05-08/seccenter/post/application_json/";
3383
+ constructor(input: ListVulnHostsRequest);
3384
+ }
3385
+ /**
3386
+ * Command to ListVulns
3387
+ */
3388
+ export declare class ListVulnsCommand extends Command<ListVulnsRequest, ListVulnsCommandOutput, 'ListVulnsCommand'> {
3389
+ static readonly metaPath = "/ListVulns/2024-05-08/seccenter/post/application_json/";
3390
+ constructor(input: ListVulnsRequest);
3391
+ }
3392
+ /**
3393
+ * Command to ListWeakPasswordCheckDetail
3394
+ */
3395
+ export declare class ListWeakPasswordCheckDetailCommand extends Command<ListWeakPasswordCheckDetailRequest, ListWeakPasswordCheckDetailCommandOutput, 'ListWeakPasswordCheckDetailCommand'> {
3396
+ static readonly metaPath = "/ListWeakPasswordCheckDetail/2024-05-08/seccenter/post/application_json/";
3397
+ constructor(input: ListWeakPasswordCheckDetailRequest);
3398
+ }
3399
+ /**
3400
+ * Command to ListWhiteLists
3401
+ */
3402
+ export declare class ListWhiteListsCommand extends Command<ListWhiteListsRequest, ListWhiteListsCommandOutput, 'ListWhiteListsCommand'> {
3403
+ static readonly metaPath = "/ListWhiteLists/2024-05-08/seccenter/post/application_json/";
3404
+ constructor(input: ListWhiteListsRequest);
3405
+ }
3406
+ /**
3407
+ * Command to ManualSyncAIApplication
3408
+ */
3409
+ export declare class ManualSyncAIApplicationCommand extends Command<ManualSyncAIApplicationRequest, ManualSyncAIApplicationCommandOutput, 'ManualSyncAIApplicationCommand'> {
3410
+ static readonly metaPath = "/ManualSyncAIApplication/2024-05-08/seccenter/post/application_json/";
3411
+ constructor(input: ManualSyncAIApplicationRequest);
3412
+ }
3413
+ /**
3414
+ * Command to ModifyAutoDefenseRule
3415
+ */
3416
+ export declare class ModifyAutoDefenseRuleCommand extends Command<ModifyAutoDefenseRuleRequest, ModifyAutoDefenseRuleCommandOutput, 'ModifyAutoDefenseRuleCommand'> {
3417
+ static readonly metaPath = "/ModifyAutoDefenseRule/2024-05-08/seccenter/post/application_json/";
3418
+ constructor(input: ModifyAutoDefenseRuleRequest);
3419
+ }
3420
+ /**
3421
+ * Command to ModifyCloudEnv
3422
+ */
3423
+ export declare class ModifyCloudEnvCommand extends Command<ModifyCloudEnvRequest, ModifyCloudEnvCommandOutput, 'ModifyCloudEnvCommand'> {
3424
+ static readonly metaPath = "/ModifyCloudEnv/2024-05-08/seccenter/post/application_json/";
3425
+ constructor(input: ModifyCloudEnvRequest);
3426
+ }
3427
+ /**
3428
+ * Command to ModifyLayeredGroup
3429
+ */
3430
+ export declare class ModifyLayeredGroupCommand extends Command<ModifyLayeredGroupRequest, ModifyLayeredGroupCommandOutput, 'ModifyLayeredGroupCommand'> {
3431
+ static readonly metaPath = "/ModifyLayeredGroup/2024-05-08/seccenter/post/application_json/";
3432
+ constructor(input: ModifyLayeredGroupRequest);
3433
+ }
3434
+ /**
3435
+ * Command to ModifyMultiLevelInstitution
3436
+ */
3437
+ export declare class ModifyMultiLevelInstitutionCommand extends Command<ModifyMultiLevelInstitutionRequest, ModifyMultiLevelInstitutionCommandOutput, 'ModifyMultiLevelInstitutionCommand'> {
3438
+ static readonly metaPath = "/ModifyMultiLevelInstitution/2024-05-08/seccenter/post/application_json/";
3439
+ constructor(input: ModifyMultiLevelInstitutionRequest);
3440
+ }
3441
+ /**
3442
+ * Command to ModifyMultiLevelInstitutionReportSwitch
3443
+ */
3444
+ export declare class ModifyMultiLevelInstitutionReportSwitchCommand extends Command<ModifyMultiLevelInstitutionReportSwitchRequest, ModifyMultiLevelInstitutionReportSwitchCommandOutput, 'ModifyMultiLevelInstitutionReportSwitchCommand'> {
3445
+ static readonly metaPath = "/ModifyMultiLevelInstitutionReportSwitch/2024-05-08/seccenter/post/application_json/";
3446
+ constructor(input: ModifyMultiLevelInstitutionReportSwitchRequest);
3447
+ }
3448
+ /**
3449
+ * Command to ModifyTLSConfig
3450
+ */
3451
+ export declare class ModifyTLSConfigCommand extends Command<ModifyTLSConfigRequest, ModifyTLSConfigCommandOutput, 'ModifyTLSConfigCommand'> {
3452
+ static readonly metaPath = "/ModifyTLSConfig/2024-05-08/seccenter/post/application_json/";
3453
+ constructor(input: ModifyTLSConfigRequest);
3454
+ }
3455
+ /**
3456
+ * Command to ModifyUserAutoDefenseRule
3457
+ */
3458
+ export declare class ModifyUserAutoDefenseRuleCommand extends Command<ModifyUserAutoDefenseRuleRequest, ModifyUserAutoDefenseRuleCommandOutput, 'ModifyUserAutoDefenseRuleCommand'> {
3459
+ static readonly metaPath = "/ModifyUserAutoDefenseRule/2024-05-08/seccenter/post/application_json/";
3460
+ constructor(input: ModifyUserAutoDefenseRuleRequest);
3461
+ }
3462
+ /**
3463
+ * Command to ModifyWhiteList
3464
+ */
3465
+ export declare class ModifyWhiteListCommand extends Command<ModifyWhiteListRequest, ModifyWhiteListCommandOutput, 'ModifyWhiteListCommand'> {
3466
+ static readonly metaPath = "/ModifyWhiteList/2024-05-08/seccenter/post/application_json/";
3467
+ constructor(input: ModifyWhiteListRequest);
3468
+ }
3469
+ /**
3470
+ * Command to MultiAssetScan
3471
+ */
3472
+ export declare class MultiAssetScanCommand extends Command<MultiAssetScanRequest, MultiAssetScanCommandOutput, 'MultiAssetScanCommand'> {
3473
+ static readonly metaPath = "/MultiAssetScan/2024-05-08/seccenter/post/application_json/";
3474
+ constructor(input: MultiAssetScanRequest);
3475
+ }
3476
+ /**
3477
+ * Command to MultiCloudAccessStatistics
3478
+ */
3479
+ export declare class MultiCloudAccessStatisticsCommand extends Command<MultiCloudAccessStatisticsRequest, MultiCloudAccessStatisticsCommandOutput, 'MultiCloudAccessStatisticsCommand'> {
3480
+ static readonly metaPath = "/MultiCloudAccessStatistics/2024-05-08/seccenter/post/application_json/";
3481
+ constructor(input: MultiCloudAccessStatisticsRequest);
3482
+ }
3483
+ /**
3484
+ * Command to MultiCloudAccessSync
3485
+ */
3486
+ export declare class MultiCloudAccessSyncCommand extends Command<MultiCloudAccessSyncRequest, MultiCloudAccessSyncCommandOutput, 'MultiCloudAccessSyncCommand'> {
3487
+ static readonly metaPath = "/MultiCloudAccessSync/2024-05-08/seccenter/post/application_json/";
3488
+ constructor(input: MultiCloudAccessSyncRequest);
3489
+ }
3490
+ /**
3491
+ * Command to MultiCloudAccessSyncStatus
3492
+ */
3493
+ export declare class MultiCloudAccessSyncStatusCommand extends Command<MultiCloudAccessSyncStatusRequest, MultiCloudAccessSyncStatusCommandOutput, 'MultiCloudAccessSyncStatusCommand'> {
3494
+ static readonly metaPath = "/MultiCloudAccessSyncStatus/2024-05-08/seccenter/post/application_json/";
3495
+ constructor(input: MultiCloudAccessSyncStatusRequest);
3496
+ }
3497
+ /**
3498
+ * Command to OperateAgentRaspConfigSwitch
3499
+ */
3500
+ export declare class OperateAgentRaspConfigSwitchCommand extends Command<OperateAgentRaspConfigSwitchRequest, OperateAgentRaspConfigSwitchCommandOutput, 'OperateAgentRaspConfigSwitchCommand'> {
3501
+ static readonly metaPath = "/OperateAgentRaspConfigSwitch/2024-05-08/seccenter/post/application_json/";
3502
+ constructor(input: OperateAgentRaspConfigSwitchRequest);
3503
+ }
3504
+ /**
3505
+ * Command to PrecisionStatistics
3506
+ */
3507
+ export declare class PrecisionStatisticsCommand extends Command<PrecisionStatisticsRequest, PrecisionStatisticsCommandOutput, 'PrecisionStatisticsCommand'> {
3508
+ static readonly metaPath = "/PrecisionStatistics/2024-05-08/seccenter/post/application_json/";
3509
+ constructor(input: PrecisionStatisticsRequest);
3510
+ }
3511
+ /**
3512
+ * Command to RecoverFile
3513
+ */
3514
+ export declare class RecoverFileCommand extends Command<RecoverFileRequest, RecoverFileCommandOutput, 'RecoverFileCommand'> {
3515
+ static readonly metaPath = "/RecoverFile/2024-05-08/seccenter/post/application_json/";
3516
+ constructor(input: RecoverFileRequest);
3517
+ }
3518
+ /**
3519
+ * Command to RefreshAIFingerprintData
3520
+ */
3521
+ export declare class RefreshAIFingerprintDataCommand extends Command<RefreshAIFingerprintDataRequest, RefreshAIFingerprintDataCommandOutput, 'RefreshAIFingerprintDataCommand'> {
3522
+ static readonly metaPath = "/RefreshAIFingerprintData/2024-05-08/seccenter/post/application_json/";
3523
+ constructor(input: RefreshAIFingerprintDataRequest);
3524
+ }
3525
+ /**
3526
+ * Command to RefreshFingerprintData
3527
+ */
3528
+ export declare class RefreshFingerprintDataCommand extends Command<RefreshFingerprintDataRequest, RefreshFingerprintDataCommandOutput, 'RefreshFingerprintDataCommand'> {
3529
+ static readonly metaPath = "/RefreshFingerprintData/2024-05-08/seccenter/post/application_json/";
3530
+ constructor(input: RefreshFingerprintDataRequest);
3531
+ }
914
3532
  /**
915
3533
  * Command to RefreshVarmorInfo
916
3534
  */
@@ -925,6 +3543,20 @@ export declare class RetryIPOperationCommand extends Command<RetryIPOperationReq
925
3543
  static readonly metaPath = "/RetryIPOperation/2024-05-08/seccenter/post/application_json/";
926
3544
  constructor(input: RetryIPOperationRequest);
927
3545
  }
3546
+ /**
3547
+ * Command to SaveRepoImageScanCron
3548
+ */
3549
+ export declare class SaveRepoImageScanCronCommand extends Command<SaveRepoImageScanCronRequest, SaveRepoImageScanCronCommandOutput, 'SaveRepoImageScanCronCommand'> {
3550
+ static readonly metaPath = "/SaveRepoImageScanCron/2024-05-08/seccenter/post/application_json/";
3551
+ constructor(input: SaveRepoImageScanCronRequest);
3552
+ }
3553
+ /**
3554
+ * Command to SaveRepoImageScanScope
3555
+ */
3556
+ export declare class SaveRepoImageScanScopeCommand extends Command<SaveRepoImageScanScopeRequest, SaveRepoImageScanScopeCommandOutput, 'SaveRepoImageScanScopeCommand'> {
3557
+ static readonly metaPath = "/SaveRepoImageScanScope/2024-05-08/seccenter/post/application_json/";
3558
+ constructor(input: SaveRepoImageScanScopeRequest);
3559
+ }
928
3560
  /**
929
3561
  * Command to SetAIAlarmJudgeConfig
930
3562
  */
@@ -946,6 +3578,13 @@ export declare class SetCustomWeakPasswordsCommand extends Command<SetCustomWeak
946
3578
  static readonly metaPath = "/SetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/";
947
3579
  constructor(input: SetCustomWeakPasswordsRequest);
948
3580
  }
3581
+ /**
3582
+ * Command to SetRegularVirusScanConfig
3583
+ */
3584
+ export declare class SetRegularVirusScanConfigCommand extends Command<SetRegularVirusScanConfigRequest, SetRegularVirusScanConfigCommandOutput, 'SetRegularVirusScanConfigCommand'> {
3585
+ static readonly metaPath = "/SetRegularVirusScanConfig/2024-05-08/seccenter/post/application_json/";
3586
+ constructor(input: SetRegularVirusScanConfigRequest);
3587
+ }
949
3588
  /**
950
3589
  * Command to StopMLPAssetSyncTask
951
3590
  */
@@ -953,6 +3592,20 @@ export declare class StopMLPAssetSyncTaskCommand extends Command<StopMLPAssetSyn
953
3592
  static readonly metaPath = "/StopMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/";
954
3593
  constructor(input: StopMLPAssetSyncTaskRequest);
955
3594
  }
3595
+ /**
3596
+ * Command to SwitchCloudEnvSync
3597
+ */
3598
+ export declare class SwitchCloudEnvSyncCommand extends Command<SwitchCloudEnvSyncRequest, SwitchCloudEnvSyncCommandOutput, 'SwitchCloudEnvSyncCommand'> {
3599
+ static readonly metaPath = "/SwitchCloudEnvSync/2024-05-08/seccenter/post/application_json/";
3600
+ constructor(input: SwitchCloudEnvSyncRequest);
3601
+ }
3602
+ /**
3603
+ * Command to SyncRegistryImages
3604
+ */
3605
+ export declare class SyncRegistryImagesCommand extends Command<SyncRegistryImagesRequest, SyncRegistryImagesCommandOutput, 'SyncRegistryImagesCommand'> {
3606
+ static readonly metaPath = "/SyncRegistryImages/2024-05-08/seccenter/post/application_json/";
3607
+ constructor(input: SyncRegistryImagesRequest);
3608
+ }
956
3609
  /**
957
3610
  * Command to UnBanIPItem
958
3611
  */
@@ -967,6 +3620,34 @@ export declare class UnbindMLPAuthCommand extends Command<UnbindMLPAuthRequest,
967
3620
  static readonly metaPath = "/UnbindMLPAuth/2024-05-08/seccenter/post/application_json/";
968
3621
  constructor(input: UnbindMLPAuthRequest);
969
3622
  }
3623
+ /**
3624
+ * Command to UninstallAgentClient
3625
+ */
3626
+ export declare class UninstallAgentClientCommand extends Command<UninstallAgentClientRequest, UninstallAgentClientCommandOutput, 'UninstallAgentClientCommand'> {
3627
+ static readonly metaPath = "/UninstallAgentClient/2024-05-08/seccenter/post/application_json/";
3628
+ constructor(input: UninstallAgentClientRequest);
3629
+ }
3630
+ /**
3631
+ * Command to UninstallCommands
3632
+ */
3633
+ export declare class UninstallCommandsCommand extends Command<UninstallCommandsRequest, UninstallCommandsCommandOutput, 'UninstallCommandsCommand'> {
3634
+ static readonly metaPath = "/UninstallCommands/2024-05-08/seccenter/post/application_json/";
3635
+ constructor(input: UninstallCommandsRequest);
3636
+ }
3637
+ /**
3638
+ * Command to UpdateAlarmTags
3639
+ */
3640
+ export declare class UpdateAlarmTagsCommand extends Command<UpdateAlarmTagsRequest, UpdateAlarmTagsCommandOutput, 'UpdateAlarmTagsCommand'> {
3641
+ static readonly metaPath = "/UpdateAlarmTags/2024-05-08/seccenter/post/application_json/";
3642
+ constructor(input: UpdateAlarmTagsRequest);
3643
+ }
3644
+ /**
3645
+ * Command to UpdateAssetClusters
3646
+ */
3647
+ export declare class UpdateAssetClustersCommand extends Command<UpdateAssetClustersRequest, UpdateAssetClustersCommandOutput, 'UpdateAssetClustersCommand'> {
3648
+ static readonly metaPath = "/UpdateAssetClusters/2024-05-08/seccenter/post/application_json/";
3649
+ constructor(input: UpdateAssetClustersRequest);
3650
+ }
970
3651
  /**
971
3652
  * Command to UpdateAutoProtectConfig
972
3653
  */
@@ -988,6 +3669,34 @@ export declare class UpdateCloudProviderCommand extends Command<UpdateCloudProvi
988
3669
  static readonly metaPath = "/UpdateCloudProvider/2024-05-08/seccenter/post/application_json/";
989
3670
  constructor(input: UpdateCloudProviderRequest);
990
3671
  }
3672
+ /**
3673
+ * Command to UpdateCommonAlarmStatus
3674
+ */
3675
+ export declare class UpdateCommonAlarmStatusCommand extends Command<UpdateCommonAlarmStatusRequest, UpdateCommonAlarmStatusCommandOutput, 'UpdateCommonAlarmStatusCommand'> {
3676
+ static readonly metaPath = "/UpdateCommonAlarmStatus/2024-05-08/seccenter/post/application_json/";
3677
+ constructor(input: UpdateCommonAlarmStatusRequest);
3678
+ }
3679
+ /**
3680
+ * Command to UpdateHostTag
3681
+ */
3682
+ export declare class UpdateHostTagCommand extends Command<UpdateHostTagRequest, UpdateHostTagCommandOutput, 'UpdateHostTagCommand'> {
3683
+ static readonly metaPath = "/UpdateHostTag/2024-05-08/seccenter/post/application_json/";
3684
+ constructor(input: UpdateHostTagRequest);
3685
+ }
3686
+ /**
3687
+ * Command to UpdateLoginConfig
3688
+ */
3689
+ export declare class UpdateLoginConfigCommand extends Command<UpdateLoginConfigRequest, UpdateLoginConfigCommandOutput, 'UpdateLoginConfigCommand'> {
3690
+ static readonly metaPath = "/UpdateLoginConfig/2024-05-08/seccenter/post/application_json/";
3691
+ constructor(input: UpdateLoginConfigRequest);
3692
+ }
3693
+ /**
3694
+ * Command to UpdateMlpAlarmStatus
3695
+ */
3696
+ export declare class UpdateMlpAlarmStatusCommand extends Command<UpdateMlpAlarmStatusRequest, UpdateMlpAlarmStatusCommandOutput, 'UpdateMlpAlarmStatusCommand'> {
3697
+ static readonly metaPath = "/UpdateMlpAlarmStatus/2024-05-08/seccenter/post/application_json/";
3698
+ constructor(input: UpdateMlpAlarmStatusRequest);
3699
+ }
991
3700
  /**
992
3701
  * Command to UpdateOfflineNotificationConfig
993
3702
  */
@@ -995,6 +3704,27 @@ export declare class UpdateOfflineNotificationConfigCommand extends Command<Upda
995
3704
  static readonly metaPath = "/UpdateOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/";
996
3705
  constructor(input: UpdateOfflineNotificationConfigRequest);
997
3706
  }
3707
+ /**
3708
+ * Command to UpdateRegistryFlowRateLimit
3709
+ */
3710
+ export declare class UpdateRegistryFlowRateLimitCommand extends Command<UpdateRegistryFlowRateLimitRequest, UpdateRegistryFlowRateLimitCommandOutput, 'UpdateRegistryFlowRateLimitCommand'> {
3711
+ static readonly metaPath = "/UpdateRegistryFlowRateLimit/2024-05-08/seccenter/post/application_json/";
3712
+ constructor(input: UpdateRegistryFlowRateLimitRequest);
3713
+ }
3714
+ /**
3715
+ * Command to UpdateRegistrySyncConfig
3716
+ */
3717
+ export declare class UpdateRegistrySyncConfigCommand extends Command<UpdateRegistrySyncConfigRequest, UpdateRegistrySyncConfigCommandOutput, 'UpdateRegistrySyncConfigCommand'> {
3718
+ static readonly metaPath = "/UpdateRegistrySyncConfig/2024-05-08/seccenter/post/application_json/";
3719
+ constructor(input: UpdateRegistrySyncConfigRequest);
3720
+ }
3721
+ /**
3722
+ * Command to UpdateRegularClean
3723
+ */
3724
+ export declare class UpdateRegularCleanCommand extends Command<UpdateRegularCleanRequest, UpdateRegularCleanCommandOutput, 'UpdateRegularCleanCommand'> {
3725
+ static readonly metaPath = "/UpdateRegularClean/2024-05-08/seccenter/post/application_json/";
3726
+ constructor(input: UpdateRegularCleanRequest);
3727
+ }
998
3728
  /**
999
3729
  * Command to UpdateVarmorAppConfig
1000
3730
  */
@@ -1018,103 +3748,376 @@ export declare class UpdateVarmorTLSInfoCommand extends Command<UpdateVarmorTLSI
1018
3748
  }
1019
3749
  declare const _default: {
1020
3750
  SECCENTER20240508Client: typeof SECCENTER20240508Client;
3751
+ AddAgentProxyCommand: typeof AddAgentProxyCommand;
3752
+ AddAutoIsolateAgentListCommand: typeof AddAutoIsolateAgentListCommand;
1021
3753
  AddBaselineCheckConfigCommand: typeof AddBaselineCheckConfigCommand;
3754
+ AddCloudEnvCommand: typeof AddCloudEnvCommand;
3755
+ AddLoginConfigCommand: typeof AddLoginConfigCommand;
1022
3756
  AddMonitorPolicyCommand: typeof AddMonitorPolicyCommand;
3757
+ AddRaspConfigCommand: typeof AddRaspConfigCommand;
3758
+ AddUserAutoDefenseRuleCommand: typeof AddUserAutoDefenseRuleCommand;
3759
+ AddWhiteListCommand: typeof AddWhiteListCommand;
3760
+ AllAssetScanCommand: typeof AllAssetScanCommand;
3761
+ AssetScanCommand: typeof AssetScanCommand;
1023
3762
  BanAlarmIPCommand: typeof BanAlarmIPCommand;
3763
+ BaselineChecklistWhiteCommand: typeof BaselineChecklistWhiteCommand;
3764
+ BatchAddHostToGroupCommand: typeof BatchAddHostToGroupCommand;
3765
+ BatchCreateRepoRegistryVpcAuthCommand: typeof BatchCreateRepoRegistryVpcAuthCommand;
1024
3766
  BatchDeleteVarmorPoliciesCommand: typeof BatchDeleteVarmorPoliciesCommand;
3767
+ BatchDetectWeakPasswordCommand: typeof BatchDetectWeakPasswordCommand;
1025
3768
  BatchInstallVarmorAppsCommand: typeof BatchInstallVarmorAppsCommand;
3769
+ BatchUnBanIPItemCommand: typeof BatchUnBanIPItemCommand;
1026
3770
  BatchUninstallVarmorAppsCommand: typeof BatchUninstallVarmorAppsCommand;
1027
3771
  BatchUpgradeVarmorAppsCommand: typeof BatchUpgradeVarmorAppsCommand;
1028
3772
  BindMLPAuthCommand: typeof BindMLPAuthCommand;
3773
+ CalculateRepoImageScanQuotaCommand: typeof CalculateRepoImageScanQuotaCommand;
1029
3774
  CheckAlarmSupportBanIPCommand: typeof CheckAlarmSupportBanIPCommand;
3775
+ CheckInstallAgentClientCommand: typeof CheckInstallAgentClientCommand;
3776
+ CheckInstallRaspCommand: typeof CheckInstallRaspCommand;
1030
3777
  CheckMonitorPolicyCommand: typeof CheckMonitorPolicyCommand;
1031
3778
  ControlMonitorPolicyCommand: typeof ControlMonitorPolicyCommand;
3779
+ CreatFileScanTaskCommand: typeof CreatFileScanTaskCommand;
3780
+ CreateHostTagCommand: typeof CreateHostTagCommand;
3781
+ CreateLayeredGroupCommand: typeof CreateLayeredGroupCommand;
1032
3782
  CreateMLPAssetSyncTaskCommand: typeof CreateMLPAssetSyncTaskCommand;
3783
+ CreateMLPUpdateSoftwareTaskCommand: typeof CreateMLPUpdateSoftwareTaskCommand;
3784
+ CreateMultiLevelInstitutionCommand: typeof CreateMultiLevelInstitutionCommand;
3785
+ CreateRepoRegistryVpcAuthCommand: typeof CreateRepoRegistryVpcAuthCommand;
1033
3786
  CreateVarmorPolicyCommand: typeof CreateVarmorPolicyCommand;
3787
+ DeleteAgentProxyCommand: typeof DeleteAgentProxyCommand;
3788
+ DeleteAgentProxyServerCommand: typeof DeleteAgentProxyServerCommand;
3789
+ DeleteAutoIsolateAgentListCommand: typeof DeleteAutoIsolateAgentListCommand;
1034
3790
  DeleteBaselineCheckConfigCommand: typeof DeleteBaselineCheckConfigCommand;
3791
+ DeleteCloudEnvCommand: typeof DeleteCloudEnvCommand;
3792
+ DeleteCommandCommand: typeof DeleteCommandCommand;
3793
+ DeleteHostTagCommand: typeof DeleteHostTagCommand;
3794
+ DeleteLayeredGroupCommand: typeof DeleteLayeredGroupCommand;
3795
+ DeleteLoginConfigCommand: typeof DeleteLoginConfigCommand;
1035
3796
  DeleteMonitorPolicyCommand: typeof DeleteMonitorPolicyCommand;
3797
+ DeleteMultiLevelInstitutionCommand: typeof DeleteMultiLevelInstitutionCommand;
3798
+ DeleteRaspConfigCommand: typeof DeleteRaspConfigCommand;
3799
+ DeleteUserAutoDefenseRuleCommand: typeof DeleteUserAutoDefenseRuleCommand;
3800
+ DeleteWhiteListsCommand: typeof DeleteWhiteListsCommand;
1036
3801
  DescribeFileChangeTrendTop5Command: typeof DescribeFileChangeTrendTop5Command;
1037
3802
  DescribeFileMonitorOverviewCommand: typeof DescribeFileMonitorOverviewCommand;
1038
3803
  DescribeLastWeekFileChangeTrendsCommand: typeof DescribeLastWeekFileChangeTrendsCommand;
3804
+ DetectBaselineCommand: typeof DetectBaselineCommand;
1039
3805
  DetectBaselineByCheckConfigCommand: typeof DetectBaselineByCheckConfigCommand;
3806
+ DetectVulnCommand: typeof DetectVulnCommand;
3807
+ DetectVulnForAICommand: typeof DetectVulnForAICommand;
3808
+ DisableHostImportantProtectCommand: typeof DisableHostImportantProtectCommand;
3809
+ DownloadAIVulnListCommand: typeof DownloadAIVulnListCommand;
3810
+ DownloadBaselineCheckCommand: typeof DownloadBaselineCheckCommand;
3811
+ DownloadBaselineCheckHostsCommand: typeof DownloadBaselineCheckHostsCommand;
3812
+ DownloadRawTraceDataCommand: typeof DownloadRawTraceDataCommand;
3813
+ DownloadVulHostListByPodCommand: typeof DownloadVulHostListByPodCommand;
3814
+ DownloadVulListByPodCommand: typeof DownloadVulListByPodCommand;
3815
+ DownloadVulnAffectAISessionCommand: typeof DownloadVulnAffectAISessionCommand;
3816
+ DownloadVulnDatasCommand: typeof DownloadVulnDatasCommand;
3817
+ DownloadVulnListCommand: typeof DownloadVulnListCommand;
3818
+ EditAIApplicationSyncConfigCommand: typeof EditAIApplicationSyncConfigCommand;
1040
3819
  EditBaselineCheckConfigCommand: typeof EditBaselineCheckConfigCommand;
1041
3820
  EditFingerprintCollectConfigCommand: typeof EditFingerprintCollectConfigCommand;
1042
3821
  EditMonitorPolicyCommand: typeof EditMonitorPolicyCommand;
3822
+ EditRaspConfigCommand: typeof EditRaspConfigCommand;
3823
+ EditVulnScanConfigCommand: typeof EditVulnScanConfigCommand;
3824
+ EnableHostImportantProtectCommand: typeof EnableHostImportantProtectCommand;
3825
+ ExportAIFingerprintDataCommand: typeof ExportAIFingerprintDataCommand;
3826
+ ExportAlarmListDataForRaspCommand: typeof ExportAlarmListDataForRaspCommand;
3827
+ ExportAssetCenterDevsCommand: typeof ExportAssetCenterDevsCommand;
3828
+ ExportAssetCenterHostsCommand: typeof ExportAssetCenterHostsCommand;
3829
+ ExportBaselineCheckListCommand: typeof ExportBaselineCheckListCommand;
3830
+ ExportBaselineHostDetailsCommand: typeof ExportBaselineHostDetailsCommand;
3831
+ ExportDevFingerprintDataCommand: typeof ExportDevFingerprintDataCommand;
1043
3832
  ExportFileMonitorAlarmListDataCommand: typeof ExportFileMonitorAlarmListDataCommand;
3833
+ ExportFingerprintDataCommand: typeof ExportFingerprintDataCommand;
3834
+ ExportHidsAlarmListDataCommand: typeof ExportHidsAlarmListDataCommand;
3835
+ ExportMlpAlarmListDataCommand: typeof ExportMlpAlarmListDataCommand;
3836
+ ExportRepoImageAssetCommand: typeof ExportRepoImageAssetCommand;
3837
+ ExportVirusAlarmListDataCommand: typeof ExportVirusAlarmListDataCommand;
3838
+ ExportWeakPasswordCommand: typeof ExportWeakPasswordCommand;
3839
+ GenerateInstallCommandCommand: typeof GenerateInstallCommandCommand;
1044
3840
  GetAIAlarmJudgeConfigCommand: typeof GetAIAlarmJudgeConfigCommand;
3841
+ GetAIApplicationSyncConfigCommand: typeof GetAIApplicationSyncConfigCommand;
3842
+ GetAIFingerprintAppCommand: typeof GetAIFingerprintAppCommand;
3843
+ GetAIFingerprintPortCommand: typeof GetAIFingerprintPortCommand;
3844
+ GetAIFingerprintProcessCommand: typeof GetAIFingerprintProcessCommand;
3845
+ GetAIFingerprintRefreshStatusCommand: typeof GetAIFingerprintRefreshStatusCommand;
3846
+ GetAIFingerprintSoftwareCommand: typeof GetAIFingerprintSoftwareCommand;
3847
+ GetAIFingerprintStatisticsCommand: typeof GetAIFingerprintStatisticsCommand;
3848
+ GetAIFingerprintTop5Command: typeof GetAIFingerprintTop5Command;
3849
+ GetAISessionVulnInfoCommand: typeof GetAISessionVulnInfoCommand;
3850
+ GetAIVulnDetectProgressDetailCommand: typeof GetAIVulnDetectProgressDetailCommand;
3851
+ GetAlarmBySmithKeyCommand: typeof GetAlarmBySmithKeyCommand;
1045
3852
  GetAlarmRuleListCommand: typeof GetAlarmRuleListCommand;
3853
+ GetAlarmTraceCommand: typeof GetAlarmTraceCommand;
1046
3854
  GetAlarmTraceRawDataCommand: typeof GetAlarmTraceRawDataCommand;
3855
+ GetAlarmVirusStatisticsCommand: typeof GetAlarmVirusStatisticsCommand;
1047
3856
  GetAllMonitorSuffixListCommand: typeof GetAllMonitorSuffixListCommand;
1048
3857
  GetArmorProfileCommand: typeof GetArmorProfileCommand;
3858
+ GetAssetClusterStatisticCommand: typeof GetAssetClusterStatisticCommand;
3859
+ GetAssetClustersSyncEndCommand: typeof GetAssetClustersSyncEndCommand;
3860
+ GetAssetWorkloadStatisticCommand: typeof GetAssetWorkloadStatisticCommand;
1049
3861
  GetAutoIsolateAgentListCommand: typeof GetAutoIsolateAgentListCommand;
1050
3862
  GetAutoProtectConfigCommand: typeof GetAutoProtectConfigCommand;
3863
+ GetBaselineDetectProgressDetailCommand: typeof GetBaselineDetectProgressDetailCommand;
3864
+ GetBaselineGroupStatisticsCommand: typeof GetBaselineGroupStatisticsCommand;
1051
3865
  GetBruteForceBanCapParamsCommand: typeof GetBruteForceBanCapParamsCommand;
1052
3866
  GetBruteForceBanConfigCommand: typeof GetBruteForceBanConfigCommand;
1053
3867
  GetBruteForceBanStatisticsCommand: typeof GetBruteForceBanStatisticsCommand;
3868
+ GetCisDetailCommand: typeof GetCisDetailCommand;
1054
3869
  GetClusterStatisticsCommand: typeof GetClusterStatisticsCommand;
3870
+ GetClustersPermissionResultCommand: typeof GetClustersPermissionResultCommand;
1055
3871
  GetCustomWeakPasswordsCommand: typeof GetCustomWeakPasswordsCommand;
3872
+ GetDevAssetOverviewCommand: typeof GetDevAssetOverviewCommand;
3873
+ GetDevDetailCommand: typeof GetDevDetailCommand;
3874
+ GetDevFingerprintPortCommand: typeof GetDevFingerprintPortCommand;
3875
+ GetDevFingerprintProcessCommand: typeof GetDevFingerprintProcessCommand;
3876
+ GetDevFingerprintSoftwareCommand: typeof GetDevFingerprintSoftwareCommand;
3877
+ GetDevFingerprintStatisticsCommand: typeof GetDevFingerprintStatisticsCommand;
3878
+ GetDownloadStatusCommand: typeof GetDownloadStatusCommand;
3879
+ GetFingerprintAIAppCommand: typeof GetFingerprintAIAppCommand;
3880
+ GetFingerprintAppCommand: typeof GetFingerprintAppCommand;
3881
+ GetFingerprintAppGroupCommand: typeof GetFingerprintAppGroupCommand;
3882
+ GetFingerprintCronCommand: typeof GetFingerprintCronCommand;
1056
3883
  GetFingerprintEnvCommand: typeof GetFingerprintEnvCommand;
3884
+ GetFingerprintIntegrityCommand: typeof GetFingerprintIntegrityCommand;
3885
+ GetFingerprintKmodCommand: typeof GetFingerprintKmodCommand;
3886
+ GetFingerprintPortCommand: typeof GetFingerprintPortCommand;
3887
+ GetFingerprintProcessCommand: typeof GetFingerprintProcessCommand;
3888
+ GetFingerprintRefreshStatusCommand: typeof GetFingerprintRefreshStatusCommand;
3889
+ GetFingerprintServiceCommand: typeof GetFingerprintServiceCommand;
3890
+ GetFingerprintSoftwareCommand: typeof GetFingerprintSoftwareCommand;
3891
+ GetFingerprintStatisticsCommand: typeof GetFingerprintStatisticsCommand;
3892
+ GetFingerprintTop5Command: typeof GetFingerprintTop5Command;
3893
+ GetFingerprintUserCommand: typeof GetFingerprintUserCommand;
3894
+ GetFingerprintWebCommand: typeof GetFingerprintWebCommand;
1057
3895
  GetGeoLocationCommand: typeof GetGeoLocationCommand;
3896
+ GetGroupCheckStatusCommand: typeof GetGroupCheckStatusCommand;
3897
+ GetHidsAlarmInfoCommand: typeof GetHidsAlarmInfoCommand;
3898
+ GetHidsAlarmStatisticsCommand: typeof GetHidsAlarmStatisticsCommand;
3899
+ GetHidsAlarmSummaryInfoCommand: typeof GetHidsAlarmSummaryInfoCommand;
3900
+ GetHostAssetOverviewCommand: typeof GetHostAssetOverviewCommand;
3901
+ GetHostBasicInfoCommand: typeof GetHostBasicInfoCommand;
3902
+ GetHostImportantProtectStateCommand: typeof GetHostImportantProtectStateCommand;
1058
3903
  GetHostVolumeCommand: typeof GetHostVolumeCommand;
3904
+ GetHostVulnInfoCommand: typeof GetHostVulnInfoCommand;
3905
+ GetIntrusionRealTimeUpdatesCommand: typeof GetIntrusionRealTimeUpdatesCommand;
3906
+ GetIntrusionRiskTrendsCommand: typeof GetIntrusionRiskTrendsCommand;
3907
+ GetK8sAssetStatisticCommand: typeof GetK8sAssetStatisticCommand;
3908
+ GetLayeredGroupsCommand: typeof GetLayeredGroupsCommand;
1059
3909
  GetMLPAssetSyncTaskDetailCommand: typeof GetMLPAssetSyncTaskDetailCommand;
1060
3910
  GetMLPAssetSyncTaskStatusCommand: typeof GetMLPAssetSyncTaskStatusCommand;
3911
+ GetManualSyncAIApplicationStatusCommand: typeof GetManualSyncAIApplicationStatusCommand;
3912
+ GetMlpAlarmStatisticsCommand: typeof GetMlpAlarmStatisticsCommand;
3913
+ GetMlpAlarmSummaryInfoCommand: typeof GetMlpAlarmSummaryInfoCommand;
3914
+ GetMlpUpdateSoftwareTaskDetailCommand: typeof GetMlpUpdateSoftwareTaskDetailCommand;
1061
3915
  GetMonitorPolicyDirectoryCommand: typeof GetMonitorPolicyDirectoryCommand;
1062
3916
  GetMultiLevelAuthDetailCommand: typeof GetMultiLevelAuthDetailCommand;
3917
+ GetMultiLevelHostAssetOverviewCommand: typeof GetMultiLevelHostAssetOverviewCommand;
3918
+ GetMultiLevelInstitutionDetailCommand: typeof GetMultiLevelInstitutionDetailCommand;
3919
+ GetNeighboringAlarmCommand: typeof GetNeighboringAlarmCommand;
1063
3920
  GetOfflineNotificationConfigCommand: typeof GetOfflineNotificationConfigCommand;
1064
3921
  GetOfflineNotificationListCommand: typeof GetOfflineNotificationListCommand;
3922
+ GetOneRaspAlarmCommand: typeof GetOneRaspAlarmCommand;
1065
3923
  GetPolicyStatisticsCommand: typeof GetPolicyStatisticsCommand;
3924
+ GetRaspAlarmStatisticsCommand: typeof GetRaspAlarmStatisticsCommand;
3925
+ GetRaspAlarmSummaryInfoCommand: typeof GetRaspAlarmSummaryInfoCommand;
3926
+ GetRaspAuthorizationStatisticsCommand: typeof GetRaspAuthorizationStatisticsCommand;
3927
+ GetRaspConfigStatisticsCommand: typeof GetRaspConfigStatisticsCommand;
3928
+ GetRaspProcessDetailCommand: typeof GetRaspProcessDetailCommand;
3929
+ GetRaspProtectStatisticsCommand: typeof GetRaspProtectStatisticsCommand;
3930
+ GetRegistriesPermissionResultCommand: typeof GetRegistriesPermissionResultCommand;
3931
+ GetRegistryImageDetailCommand: typeof GetRegistryImageDetailCommand;
3932
+ GetRegistryImagesSyncStatusCommand: typeof GetRegistryImagesSyncStatusCommand;
3933
+ GetRegistrySyncConfigCommand: typeof GetRegistrySyncConfigCommand;
3934
+ GetRegularCleanCommand: typeof GetRegularCleanCommand;
3935
+ GetRegularVirusScanConfigCommand: typeof GetRegularVirusScanConfigCommand;
3936
+ GetRegularVirusTaskStatusCommand: typeof GetRegularVirusTaskStatusCommand;
3937
+ GetRepoImageRiskCntCommand: typeof GetRepoImageRiskCntCommand;
3938
+ GetRepoImageScanCronCommand: typeof GetRepoImageScanCronCommand;
3939
+ GetRepoImageScanScopeCommand: typeof GetRepoImageScanScopeCommand;
3940
+ GetRepoRegistrySummaryCommand: typeof GetRepoRegistrySummaryCommand;
3941
+ GetRepoRegistryVpcAuthCreateInfoCommand: typeof GetRepoRegistryVpcAuthCreateInfoCommand;
1066
3942
  GetSOCAssetAlarmStatsCommand: typeof GetSOCAssetAlarmStatsCommand;
1067
3943
  GetSOCAssetInstanceProtectStatusCommand: typeof GetSOCAssetInstanceProtectStatusCommand;
1068
3944
  GetSOCAssetSecurityScoreCommand: typeof GetSOCAssetSecurityScoreCommand;
1069
3945
  GetSOCAssetVulnStatsCommand: typeof GetSOCAssetVulnStatsCommand;
1070
3946
  GetSOCPrecautionBaselineStatsCommand: typeof GetSOCPrecautionBaselineStatsCommand;
3947
+ GetSecurityOverviewCommand: typeof GetSecurityOverviewCommand;
1071
3948
  GetSecurityOverviewScoreStatsCommand: typeof GetSecurityOverviewScoreStatsCommand;
3949
+ GetStackTraceCommand: typeof GetStackTraceCommand;
3950
+ GetTLSInfoCommand: typeof GetTLSInfoCommand;
3951
+ GetTenantQuotaCommand: typeof GetTenantQuotaCommand;
3952
+ GetUserBatchScanStatusCommand: typeof GetUserBatchScanStatusCommand;
3953
+ GetVarmorAuthInfoCommand: typeof GetVarmorAuthInfoCommand;
1072
3954
  GetVarmorConfigYAMLCommand: typeof GetVarmorConfigYAMLCommand;
1073
3955
  GetVarmorPolicyCommand: typeof GetVarmorPolicyCommand;
1074
3956
  GetVarmorTLSInfoCommand: typeof GetVarmorTLSInfoCommand;
3957
+ GetVirusAlarmSummaryInfoCommand: typeof GetVirusAlarmSummaryInfoCommand;
3958
+ GetVirusDatabaseUpdateTimeCommand: typeof GetVirusDatabaseUpdateTimeCommand;
3959
+ GetVirusTaskInfoCommand: typeof GetVirusTaskInfoCommand;
3960
+ GetVirusTaskStatisticsCommand: typeof GetVirusTaskStatisticsCommand;
3961
+ GetVulnCheckStatusCommand: typeof GetVulnCheckStatusCommand;
3962
+ GetVulnCheckStatusForAICommand: typeof GetVulnCheckStatusForAICommand;
3963
+ GetVulnDetailCommand: typeof GetVulnDetailCommand;
3964
+ GetVulnInfoCommand: typeof GetVulnInfoCommand;
3965
+ GetVulnInfoForAICommand: typeof GetVulnInfoForAICommand;
3966
+ GetVulnScanConfigCommand: typeof GetVulnScanConfigCommand;
3967
+ GetVulnStatisticsCommand: typeof GetVulnStatisticsCommand;
3968
+ GetVulnStatisticsForAICommand: typeof GetVulnStatisticsForAICommand;
3969
+ GetWhiteListFieldCommand: typeof GetWhiteListFieldCommand;
3970
+ HandleAIVulnCommand: typeof HandleAIVulnCommand;
3971
+ HandleAlarmByAgentCommand: typeof HandleAlarmByAgentCommand;
1075
3972
  HandleEndpointAlarmsCommand: typeof HandleEndpointAlarmsCommand;
3973
+ HandleVulnCommand: typeof HandleVulnCommand;
3974
+ InstallAgentClientCommand: typeof InstallAgentClientCommand;
3975
+ InstallAgentProxyServerCommandCommand: typeof InstallAgentProxyServerCommandCommand;
3976
+ IsolateFileCommand: typeof IsolateFileCommand;
3977
+ ListAIApplicationBasicInfoCommand: typeof ListAIApplicationBasicInfoCommand;
1076
3978
  ListAgentProxiesCommand: typeof ListAgentProxiesCommand;
1077
3979
  ListAgentProxyServersCommand: typeof ListAgentProxyServersCommand;
3980
+ ListAgentkitSessionIDsCommand: typeof ListAgentkitSessionIDsCommand;
3981
+ ListAlarmArchiveRecordsCommand: typeof ListAlarmArchiveRecordsCommand;
3982
+ ListAlarmNameListCommand: typeof ListAlarmNameListCommand;
3983
+ ListAlarmTagsCommand: typeof ListAlarmTagsCommand;
3984
+ ListAllCntrStaticDictCommand: typeof ListAllCntrStaticDictCommand;
3985
+ ListAssetCenterDevsCommand: typeof ListAssetCenterDevsCommand;
1078
3986
  ListAssetCenterHostsCommand: typeof ListAssetCenterHostsCommand;
3987
+ ListAssetClustersCommand: typeof ListAssetClustersCommand;
3988
+ ListAssetGroupsCommand: typeof ListAssetGroupsCommand;
1079
3989
  ListAssetNamespacesCommand: typeof ListAssetNamespacesCommand;
3990
+ ListAssetPodsLinkedWorkloadCommand: typeof ListAssetPodsLinkedWorkloadCommand;
3991
+ ListAssetPodsLinkedWorkloadWithNoPageCommand: typeof ListAssetPodsLinkedWorkloadWithNoPageCommand;
3992
+ ListAssetTagsCommand: typeof ListAssetTagsCommand;
3993
+ ListAssetWorkloadsCommand: typeof ListAssetWorkloadsCommand;
3994
+ ListAutoDefenseHostsCommand: typeof ListAutoDefenseHostsCommand;
1080
3995
  ListAutoDefenseRulesCommand: typeof ListAutoDefenseRulesCommand;
1081
3996
  ListBanIPListCommand: typeof ListBanIPListCommand;
1082
3997
  ListBaselineBasicInfoCommand: typeof ListBaselineBasicInfoCommand;
1083
3998
  ListBaselineCheckConfigCommand: typeof ListBaselineCheckConfigCommand;
3999
+ ListBaselineCheckDetailCommand: typeof ListBaselineCheckDetailCommand;
4000
+ ListBaselineCheckItemHostsCommand: typeof ListBaselineCheckItemHostsCommand;
1084
4001
  ListBaselineCheckItemsCommand: typeof ListBaselineCheckItemsCommand;
4002
+ ListBaselineCheckResCommand: typeof ListBaselineCheckResCommand;
1085
4003
  ListBaselineForGroupPolicyCommand: typeof ListBaselineForGroupPolicyCommand;
4004
+ ListBaselineGroupsCommand: typeof ListBaselineGroupsCommand;
1086
4005
  ListBaselineHostItemHostsCommand: typeof ListBaselineHostItemHostsCommand;
4006
+ ListBaselinesCommand: typeof ListBaselinesCommand;
1087
4007
  ListBatchEndpointHandleMethodsCommand: typeof ListBatchEndpointHandleMethodsCommand;
1088
4008
  ListCheckConfigRelatedBaselineCommand: typeof ListCheckConfigRelatedBaselineCommand;
1089
4009
  ListCleanHistoryCommand: typeof ListCleanHistoryCommand;
1090
4010
  ListCloudEnvsCommand: typeof ListCloudEnvsCommand;
4011
+ ListCloudPlatformsCommand: typeof ListCloudPlatformsCommand;
1091
4012
  ListClusterVarmorVersionHistoryCommand: typeof ListClusterVarmorVersionHistoryCommand;
1092
4013
  ListClustersAndVarmorAppsCommand: typeof ListClustersAndVarmorAppsCommand;
4014
+ ListDevAssetIDsCommand: typeof ListDevAssetIDsCommand;
4015
+ ListDevBasicInfosCommand: typeof ListDevBasicInfosCommand;
4016
+ ListDevPlatformCommand: typeof ListDevPlatformCommand;
4017
+ ListDevRegionCommand: typeof ListDevRegionCommand;
4018
+ ListEndpointHandleMethodsCommand: typeof ListEndpointHandleMethodsCommand;
1093
4019
  ListFileMonitorAlarmsCommand: typeof ListFileMonitorAlarmsCommand;
1094
4020
  ListFingerprintCollectConfigCommand: typeof ListFingerprintCollectConfigCommand;
4021
+ ListGroupRelatedAgentCommand: typeof ListGroupRelatedAgentCommand;
1095
4022
  ListHidsAlarmsCommand: typeof ListHidsAlarmsCommand;
4023
+ ListHostPlatformCommand: typeof ListHostPlatformCommand;
4024
+ ListHostRegionCommand: typeof ListHostRegionCommand;
4025
+ ListHostVpcCommand: typeof ListHostVpcCommand;
4026
+ ListHostsAgentIDsCommand: typeof ListHostsAgentIDsCommand;
1096
4027
  ListHostsBasicInfosCommand: typeof ListHostsBasicInfosCommand;
4028
+ ListInstallCommandsCommand: typeof ListInstallCommandsCommand;
1097
4029
  ListIsolationFilesCommand: typeof ListIsolationFilesCommand;
4030
+ ListLayeredGroupRelatedHostCommand: typeof ListLayeredGroupRelatedHostCommand;
4031
+ ListLayeredGroupsDetailCommand: typeof ListLayeredGroupsDetailCommand;
4032
+ ListLoginConfigsCommand: typeof ListLoginConfigsCommand;
1098
4033
  ListMLPAssetTasksCommand: typeof ListMLPAssetTasksCommand;
4034
+ ListMlpAlarmTagsCommand: typeof ListMlpAlarmTagsCommand;
4035
+ ListMlpAlarmsCommand: typeof ListMlpAlarmsCommand;
1099
4036
  ListMonitorPoliciesCommand: typeof ListMonitorPoliciesCommand;
4037
+ ListMultiLevelAssetHostsCommand: typeof ListMultiLevelAssetHostsCommand;
4038
+ ListMultiLevelInstitutionCommand: typeof ListMultiLevelInstitutionCommand;
1100
4039
  ListOrderedHostsBasicInfosCommand: typeof ListOrderedHostsBasicInfosCommand;
4040
+ ListRaspAlarmsCommand: typeof ListRaspAlarmsCommand;
4041
+ ListRaspConfigAgentInfosCommand: typeof ListRaspConfigAgentInfosCommand;
4042
+ ListRaspConfigsCommand: typeof ListRaspConfigsCommand;
4043
+ ListRaspProcessesCommand: typeof ListRaspProcessesCommand;
4044
+ ListRegistriesCommand: typeof ListRegistriesCommand;
4045
+ ListRegistryImagesCommand: typeof ListRegistryImagesCommand;
4046
+ ListRegistryNamespaceIDsCommand: typeof ListRegistryNamespaceIDsCommand;
4047
+ ListRegistryNamespacesCommand: typeof ListRegistryNamespacesCommand;
4048
+ ListRepoImageComplCommand: typeof ListRepoImageComplCommand;
4049
+ ListRepoImageLayerCommand: typeof ListRepoImageLayerCommand;
4050
+ ListRepoImageLayerSenfileCommand: typeof ListRepoImageLayerSenfileCommand;
4051
+ ListRepoImageLayerVirusCommand: typeof ListRepoImageLayerVirusCommand;
4052
+ ListRepoImageLayerVulnCommand: typeof ListRepoImageLayerVulnCommand;
4053
+ ListRepoImagePackageCommand: typeof ListRepoImagePackageCommand;
4054
+ ListRepoImageSenfileCommand: typeof ListRepoImageSenfileCommand;
4055
+ ListRepoImageVirusCommand: typeof ListRepoImageVirusCommand;
4056
+ ListRepoImageVulnCommand: typeof ListRepoImageVulnCommand;
4057
+ ListRiskComplAffectRepoImageCommand: typeof ListRiskComplAffectRepoImageCommand;
4058
+ ListRiskVulnAffectRepoImageCommand: typeof ListRiskVulnAffectRepoImageCommand;
1101
4059
  ListScanSubTasksCommand: typeof ListScanSubTasksCommand;
4060
+ ListScanTaskHostsCommand: typeof ListScanTaskHostsCommand;
4061
+ ListScanTasksCommand: typeof ListScanTasksCommand;
4062
+ ListTagRelatedAgentCommand: typeof ListTagRelatedAgentCommand;
4063
+ ListTagsDetailCommand: typeof ListTagsDetailCommand;
1102
4064
  ListVarmorPoliciesCommand: typeof ListVarmorPoliciesCommand;
4065
+ ListVirusAlarmsCommand: typeof ListVirusAlarmsCommand;
1103
4066
  ListVulByPodCommand: typeof ListVulByPodCommand;
1104
4067
  ListVulDetailCommand: typeof ListVulDetailCommand;
1105
4068
  ListVulHostByPodCommand: typeof ListVulHostByPodCommand;
4069
+ ListVulnAffectAISessionCommand: typeof ListVulnAffectAISessionCommand;
4070
+ ListVulnForAICommand: typeof ListVulnForAICommand;
4071
+ ListVulnHostsCommand: typeof ListVulnHostsCommand;
4072
+ ListVulnsCommand: typeof ListVulnsCommand;
4073
+ ListWeakPasswordCheckDetailCommand: typeof ListWeakPasswordCheckDetailCommand;
4074
+ ListWhiteListsCommand: typeof ListWhiteListsCommand;
4075
+ ManualSyncAIApplicationCommand: typeof ManualSyncAIApplicationCommand;
4076
+ ModifyAutoDefenseRuleCommand: typeof ModifyAutoDefenseRuleCommand;
4077
+ ModifyCloudEnvCommand: typeof ModifyCloudEnvCommand;
4078
+ ModifyLayeredGroupCommand: typeof ModifyLayeredGroupCommand;
4079
+ ModifyMultiLevelInstitutionCommand: typeof ModifyMultiLevelInstitutionCommand;
4080
+ ModifyMultiLevelInstitutionReportSwitchCommand: typeof ModifyMultiLevelInstitutionReportSwitchCommand;
4081
+ ModifyTLSConfigCommand: typeof ModifyTLSConfigCommand;
4082
+ ModifyUserAutoDefenseRuleCommand: typeof ModifyUserAutoDefenseRuleCommand;
4083
+ ModifyWhiteListCommand: typeof ModifyWhiteListCommand;
4084
+ MultiAssetScanCommand: typeof MultiAssetScanCommand;
4085
+ MultiCloudAccessStatisticsCommand: typeof MultiCloudAccessStatisticsCommand;
4086
+ MultiCloudAccessSyncCommand: typeof MultiCloudAccessSyncCommand;
4087
+ MultiCloudAccessSyncStatusCommand: typeof MultiCloudAccessSyncStatusCommand;
4088
+ OperateAgentRaspConfigSwitchCommand: typeof OperateAgentRaspConfigSwitchCommand;
4089
+ PrecisionStatisticsCommand: typeof PrecisionStatisticsCommand;
4090
+ RecoverFileCommand: typeof RecoverFileCommand;
4091
+ RefreshAIFingerprintDataCommand: typeof RefreshAIFingerprintDataCommand;
4092
+ RefreshFingerprintDataCommand: typeof RefreshFingerprintDataCommand;
1106
4093
  RefreshVarmorInfoCommand: typeof RefreshVarmorInfoCommand;
1107
4094
  RetryIPOperationCommand: typeof RetryIPOperationCommand;
4095
+ SaveRepoImageScanCronCommand: typeof SaveRepoImageScanCronCommand;
4096
+ SaveRepoImageScanScopeCommand: typeof SaveRepoImageScanScopeCommand;
1108
4097
  SetAIAlarmJudgeConfigCommand: typeof SetAIAlarmJudgeConfigCommand;
1109
4098
  SetBruteForceBanConfigCommand: typeof SetBruteForceBanConfigCommand;
1110
4099
  SetCustomWeakPasswordsCommand: typeof SetCustomWeakPasswordsCommand;
4100
+ SetRegularVirusScanConfigCommand: typeof SetRegularVirusScanConfigCommand;
1111
4101
  StopMLPAssetSyncTaskCommand: typeof StopMLPAssetSyncTaskCommand;
4102
+ SwitchCloudEnvSyncCommand: typeof SwitchCloudEnvSyncCommand;
4103
+ SyncRegistryImagesCommand: typeof SyncRegistryImagesCommand;
1112
4104
  UnBanIPItemCommand: typeof UnBanIPItemCommand;
1113
4105
  UnbindMLPAuthCommand: typeof UnbindMLPAuthCommand;
4106
+ UninstallAgentClientCommand: typeof UninstallAgentClientCommand;
4107
+ UninstallCommandsCommand: typeof UninstallCommandsCommand;
4108
+ UpdateAlarmTagsCommand: typeof UpdateAlarmTagsCommand;
4109
+ UpdateAssetClustersCommand: typeof UpdateAssetClustersCommand;
1114
4110
  UpdateAutoProtectConfigCommand: typeof UpdateAutoProtectConfigCommand;
1115
4111
  UpdateBaselineCheckConfigSwitchCommand: typeof UpdateBaselineCheckConfigSwitchCommand;
1116
4112
  UpdateCloudProviderCommand: typeof UpdateCloudProviderCommand;
4113
+ UpdateCommonAlarmStatusCommand: typeof UpdateCommonAlarmStatusCommand;
4114
+ UpdateHostTagCommand: typeof UpdateHostTagCommand;
4115
+ UpdateLoginConfigCommand: typeof UpdateLoginConfigCommand;
4116
+ UpdateMlpAlarmStatusCommand: typeof UpdateMlpAlarmStatusCommand;
1117
4117
  UpdateOfflineNotificationConfigCommand: typeof UpdateOfflineNotificationConfigCommand;
4118
+ UpdateRegistryFlowRateLimitCommand: typeof UpdateRegistryFlowRateLimitCommand;
4119
+ UpdateRegistrySyncConfigCommand: typeof UpdateRegistrySyncConfigCommand;
4120
+ UpdateRegularCleanCommand: typeof UpdateRegularCleanCommand;
1118
4121
  UpdateVarmorAppConfigCommand: typeof UpdateVarmorAppConfigCommand;
1119
4122
  UpdateVarmorPolicyCommand: typeof UpdateVarmorPolicyCommand;
1120
4123
  UpdateVarmorTLSInfoCommand: typeof UpdateVarmorTLSInfoCommand;