@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/cjs/index.js CHANGED
@@ -24,107 +24,380 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
- ListIsolationFilesCommand: ()=>ListIsolationFilesCommand,
28
- ListCloudEnvsCommand: ()=>ListCloudEnvsCommand,
29
- ListFileMonitorAlarmsCommand: ()=>ListFileMonitorAlarmsCommand,
30
- GetPolicyStatisticsCommand: ()=>GetPolicyStatisticsCommand,
27
+ UpdateRegularCleanCommand: ()=>UpdateRegularCleanCommand,
31
28
  SECCENTER20240508Client: ()=>SECCENTER20240508Client,
32
- UpdateVarmorAppConfigCommand: ()=>UpdateVarmorAppConfigCommand,
29
+ GetHostVulnInfoCommand: ()=>GetHostVulnInfoCommand,
33
30
  GetMonitorPolicyDirectoryCommand: ()=>GetMonitorPolicyDirectoryCommand,
34
- DeleteMonitorPolicyCommand: ()=>DeleteMonitorPolicyCommand,
35
- DescribeFileChangeTrendTop5Command: ()=>DescribeFileChangeTrendTop5Command,
36
- ListBanIPListCommand: ()=>ListBanIPListCommand,
37
- ListHidsAlarmsCommand: ()=>ListHidsAlarmsCommand,
31
+ DownloadVulnDatasCommand: ()=>DownloadVulnDatasCommand,
32
+ GetAssetClusterStatisticCommand: ()=>GetAssetClusterStatisticCommand,
33
+ InstallAgentClientCommand: ()=>InstallAgentClientCommand,
38
34
  GetBruteForceBanConfigCommand: ()=>GetBruteForceBanConfigCommand,
39
- GetGeoLocationCommand: ()=>GetGeoLocationCommand,
40
- BatchInstallVarmorAppsCommand: ()=>BatchInstallVarmorAppsCommand,
35
+ ListEndpointHandleMethodsCommand: ()=>ListEndpointHandleMethodsCommand,
36
+ DeleteAutoIsolateAgentListCommand: ()=>DeleteAutoIsolateAgentListCommand,
37
+ ListGroupRelatedAgentCommand: ()=>ListGroupRelatedAgentCommand,
41
38
  ListOrderedHostsBasicInfosCommand: ()=>ListOrderedHostsBasicInfosCommand,
42
- RefreshVarmorInfoCommand: ()=>RefreshVarmorInfoCommand,
43
- ListBatchEndpointHandleMethodsCommand: ()=>ListBatchEndpointHandleMethodsCommand,
44
- GetVarmorPolicyCommand: ()=>GetVarmorPolicyCommand,
45
- RetryIPOperationCommand: ()=>RetryIPOperationCommand,
46
- ListVulDetailCommand: ()=>ListVulDetailCommand,
47
- ListAssetCenterHostsCommand: ()=>ListAssetCenterHostsCommand,
48
- DeleteBaselineCheckConfigCommand: ()=>DeleteBaselineCheckConfigCommand,
39
+ ListVulnAffectAISessionCommand: ()=>ListVulnAffectAISessionCommand,
49
40
  GetAutoProtectConfigCommand: ()=>GetAutoProtectConfigCommand,
41
+ GetHostBasicInfoCommand: ()=>GetHostBasicInfoCommand,
42
+ GetRepoImageScanCronCommand: ()=>GetRepoImageScanCronCommand,
43
+ GetAssetClustersSyncEndCommand: ()=>GetAssetClustersSyncEndCommand,
44
+ GetRaspConfigStatisticsCommand: ()=>GetRaspConfigStatisticsCommand,
50
45
  ListVarmorPoliciesCommand: ()=>ListVarmorPoliciesCommand,
51
- GetCustomWeakPasswordsCommand: ()=>GetCustomWeakPasswordsCommand,
52
- ListFingerprintCollectConfigCommand: ()=>ListFingerprintCollectConfigCommand,
46
+ UpdateLoginConfigCommand: ()=>UpdateLoginConfigCommand,
47
+ BaselineChecklistWhiteCommand: ()=>BaselineChecklistWhiteCommand,
53
48
  ExportFileMonitorAlarmListDataCommand: ()=>ExportFileMonitorAlarmListDataCommand,
54
49
  GetAlarmTraceRawDataCommand: ()=>GetAlarmTraceRawDataCommand,
55
- ListBaselineBasicInfoCommand: ()=>ListBaselineBasicInfoCommand,
50
+ ListCloudPlatformsCommand: ()=>ListCloudPlatformsCommand,
56
51
  CreateVarmorPolicyCommand: ()=>CreateVarmorPolicyCommand,
57
52
  GetAIAlarmJudgeConfigCommand: ()=>GetAIAlarmJudgeConfigCommand,
53
+ GetGroupCheckStatusCommand: ()=>GetGroupCheckStatusCommand,
54
+ ListAlarmTagsCommand: ()=>ListAlarmTagsCommand,
55
+ ListBaselineCheckItemHostsCommand: ()=>ListBaselineCheckItemHostsCommand,
58
56
  ListCleanHistoryCommand: ()=>ListCleanHistoryCommand,
59
- GetAllMonitorSuffixListCommand: ()=>GetAllMonitorSuffixListCommand,
57
+ GetAIApplicationSyncConfigCommand: ()=>GetAIApplicationSyncConfigCommand,
58
+ GetFingerprintUserCommand: ()=>GetFingerprintUserCommand,
59
+ ListScanTasksCommand: ()=>ListScanTasksCommand,
60
60
  ListVulByPodCommand: ()=>ListVulByPodCommand,
61
- UpdateBaselineCheckConfigSwitchCommand: ()=>UpdateBaselineCheckConfigSwitchCommand,
61
+ ListVulnForAICommand: ()=>ListVulnForAICommand,
62
+ ListAlarmArchiveRecordsCommand: ()=>ListAlarmArchiveRecordsCommand,
63
+ GetRepoRegistryVpcAuthCreateInfoCommand: ()=>GetRepoRegistryVpcAuthCreateInfoCommand,
64
+ ListRepoImagePackageCommand: ()=>ListRepoImagePackageCommand,
65
+ IsolateFileCommand: ()=>IsolateFileCommand,
62
66
  SetCustomWeakPasswordsCommand: ()=>SetCustomWeakPasswordsCommand,
67
+ GetIntrusionRiskTrendsCommand: ()=>GetIntrusionRiskTrendsCommand,
68
+ GetAISessionVulnInfoCommand: ()=>GetAISessionVulnInfoCommand,
69
+ GetVirusTaskInfoCommand: ()=>GetVirusTaskInfoCommand,
63
70
  StopMLPAssetSyncTaskCommand: ()=>StopMLPAssetSyncTaskCommand,
64
- GetSOCAssetVulnStatsCommand: ()=>GetSOCAssetVulnStatsCommand,
65
- SetAIAlarmJudgeConfigCommand: ()=>SetAIAlarmJudgeConfigCommand,
66
- ListMLPAssetTasksCommand: ()=>ListMLPAssetTasksCommand,
71
+ DescribeFileMonitorOverviewCommand: ()=>DescribeFileMonitorOverviewCommand,
72
+ GetBruteForceBanCapParamsCommand: ()=>GetBruteForceBanCapParamsCommand,
73
+ ModifyAutoDefenseRuleCommand: ()=>ModifyAutoDefenseRuleCommand,
74
+ GetNeighboringAlarmCommand: ()=>GetNeighboringAlarmCommand,
75
+ InstallAgentProxyServerCommandCommand: ()=>InstallAgentProxyServerCommandCommand,
76
+ BatchAddHostToGroupCommand: ()=>BatchAddHostToGroupCommand,
77
+ GetAssetWorkloadStatisticCommand: ()=>GetAssetWorkloadStatisticCommand,
78
+ GetSOCAssetInstanceProtectStatusCommand: ()=>GetSOCAssetInstanceProtectStatusCommand,
79
+ ListHostsBasicInfosCommand: ()=>ListHostsBasicInfosCommand,
80
+ GetFingerprintKmodCommand: ()=>GetFingerprintKmodCommand,
81
+ GetHidsAlarmSummaryInfoCommand: ()=>GetHidsAlarmSummaryInfoCommand,
82
+ GetFingerprintSoftwareCommand: ()=>GetFingerprintSoftwareCommand,
83
+ ListRepoImageLayerVulnCommand: ()=>ListRepoImageLayerVulnCommand,
84
+ ListHostVpcCommand: ()=>ListHostVpcCommand,
85
+ ListAssetClustersCommand: ()=>ListAssetClustersCommand,
86
+ GetHostVolumeCommand: ()=>GetHostVolumeCommand,
87
+ ModifyMultiLevelInstitutionCommand: ()=>ModifyMultiLevelInstitutionCommand,
88
+ CreateHostTagCommand: ()=>CreateHostTagCommand,
89
+ GetCisDetailCommand: ()=>GetCisDetailCommand,
90
+ GetClusterStatisticsCommand: ()=>GetClusterStatisticsCommand,
91
+ ListDevBasicInfosCommand: ()=>ListDevBasicInfosCommand,
92
+ ListLayeredGroupRelatedHostCommand: ()=>ListLayeredGroupRelatedHostCommand,
93
+ GetIntrusionRealTimeUpdatesCommand: ()=>GetIntrusionRealTimeUpdatesCommand,
94
+ GetAlarmRuleListCommand: ()=>GetAlarmRuleListCommand,
95
+ GetVirusAlarmSummaryInfoCommand: ()=>GetVirusAlarmSummaryInfoCommand,
96
+ SetRegularVirusScanConfigCommand: ()=>SetRegularVirusScanConfigCommand,
97
+ AddWhiteListCommand: ()=>AddWhiteListCommand,
98
+ GetFingerprintAppGroupCommand: ()=>GetFingerprintAppGroupCommand,
99
+ CalculateRepoImageScanQuotaCommand: ()=>CalculateRepoImageScanQuotaCommand,
100
+ HandleAlarmByAgentCommand: ()=>HandleAlarmByAgentCommand,
101
+ OperateAgentRaspConfigSwitchCommand: ()=>OperateAgentRaspConfigSwitchCommand,
102
+ BindMLPAuthCommand: ()=>BindMLPAuthCommand,
103
+ ListDevAssetIDsCommand: ()=>ListDevAssetIDsCommand,
104
+ GetFingerprintAIAppCommand: ()=>GetFingerprintAIAppCommand,
105
+ GetFingerprintAppCommand: ()=>GetFingerprintAppCommand,
106
+ DownloadAIVulnListCommand: ()=>DownloadAIVulnListCommand,
107
+ GetRaspProcessDetailCommand: ()=>GetRaspProcessDetailCommand,
108
+ GetVarmorAuthInfoCommand: ()=>GetVarmorAuthInfoCommand,
109
+ DeleteAgentProxyServerCommand: ()=>DeleteAgentProxyServerCommand,
110
+ GetSecurityOverviewScoreStatsCommand: ()=>GetSecurityOverviewScoreStatsCommand,
111
+ GetWhiteListFieldCommand: ()=>GetWhiteListFieldCommand,
112
+ ExportAssetCenterHostsCommand: ()=>ExportAssetCenterHostsCommand,
113
+ ExportMlpAlarmListDataCommand: ()=>ExportMlpAlarmListDataCommand,
114
+ GetRepoRegistrySummaryCommand: ()=>GetRepoRegistrySummaryCommand,
115
+ ListBaselineCheckDetailCommand: ()=>ListBaselineCheckDetailCommand,
116
+ ListFileMonitorAlarmsCommand: ()=>ListFileMonitorAlarmsCommand,
117
+ ListRegistryNamespaceIDsCommand: ()=>ListRegistryNamespaceIDsCommand,
118
+ UpdateVarmorAppConfigCommand: ()=>UpdateVarmorAppConfigCommand,
119
+ DeleteCloudEnvCommand: ()=>DeleteCloudEnvCommand,
120
+ DeleteMonitorPolicyCommand: ()=>DeleteMonitorPolicyCommand,
121
+ GetVulnStatisticsCommand: ()=>GetVulnStatisticsCommand,
122
+ ListRepoImageLayerCommand: ()=>ListRepoImageLayerCommand,
123
+ GenerateInstallCommandCommand: ()=>GenerateInstallCommandCommand,
124
+ GetFingerprintTop5Command: ()=>GetFingerprintTop5Command,
125
+ GetGeoLocationCommand: ()=>GetGeoLocationCommand,
126
+ DisableHostImportantProtectCommand: ()=>DisableHostImportantProtectCommand,
127
+ DownloadRawTraceDataCommand: ()=>DownloadRawTraceDataCommand,
128
+ GetRegistryImageDetailCommand: ()=>GetRegistryImageDetailCommand,
129
+ ListBaselineGroupsCommand: ()=>ListBaselineGroupsCommand,
130
+ GetAIFingerprintStatisticsCommand: ()=>GetAIFingerprintStatisticsCommand,
131
+ ListRiskComplAffectRepoImageCommand: ()=>ListRiskComplAffectRepoImageCommand,
132
+ ListVirusAlarmsCommand: ()=>ListVirusAlarmsCommand,
133
+ ListVulDetailCommand: ()=>ListVulDetailCommand,
134
+ CreateLayeredGroupCommand: ()=>CreateLayeredGroupCommand,
135
+ ModifyUserAutoDefenseRuleCommand: ()=>ModifyUserAutoDefenseRuleCommand,
136
+ GetManualSyncAIApplicationStatusCommand: ()=>GetManualSyncAIApplicationStatusCommand,
137
+ GetCustomWeakPasswordsCommand: ()=>GetCustomWeakPasswordsCommand,
138
+ MultiCloudAccessStatisticsCommand: ()=>MultiCloudAccessStatisticsCommand,
139
+ UpdateMlpAlarmStatusCommand: ()=>UpdateMlpAlarmStatusCommand,
140
+ ListAssetTagsCommand: ()=>ListAssetTagsCommand,
141
+ GetStackTraceCommand: ()=>GetStackTraceCommand,
142
+ AddCloudEnvCommand: ()=>AddCloudEnvCommand,
143
+ DetectVulnForAICommand: ()=>DetectVulnForAICommand,
144
+ EditRaspConfigCommand: ()=>EditRaspConfigCommand,
145
+ GetUserBatchScanStatusCommand: ()=>GetUserBatchScanStatusCommand,
146
+ ManualSyncAIApplicationCommand: ()=>ManualSyncAIApplicationCommand,
147
+ ModifyTLSConfigCommand: ()=>ModifyTLSConfigCommand,
148
+ RefreshVarmorInfoCommand: ()=>RefreshVarmorInfoCommand,
149
+ SwitchCloudEnvSyncCommand: ()=>SwitchCloudEnvSyncCommand,
150
+ AddRaspConfigCommand: ()=>AddRaspConfigCommand,
151
+ GetAIFingerprintAppCommand: ()=>GetAIFingerprintAppCommand,
152
+ BatchDetectWeakPasswordCommand: ()=>BatchDetectWeakPasswordCommand,
153
+ ListVulnHostsCommand: ()=>ListVulnHostsCommand,
154
+ HandleAIVulnCommand: ()=>HandleAIVulnCommand,
67
155
  BatchDeleteVarmorPoliciesCommand: ()=>BatchDeleteVarmorPoliciesCommand,
68
156
  GetAutoIsolateAgentListCommand: ()=>GetAutoIsolateAgentListCommand,
69
157
  ListVulHostByPodCommand: ()=>ListVulHostByPodCommand,
70
- DetectBaselineByCheckConfigCommand: ()=>DetectBaselineByCheckConfigCommand,
71
- AddBaselineCheckConfigCommand: ()=>AddBaselineCheckConfigCommand,
72
- DescribeFileMonitorOverviewCommand: ()=>DescribeFileMonitorOverviewCommand,
73
- GetBruteForceBanCapParamsCommand: ()=>GetBruteForceBanCapParamsCommand,
74
158
  ListAssetNamespacesCommand: ()=>ListAssetNamespacesCommand,
75
- CheckAlarmSupportBanIPCommand: ()=>CheckAlarmSupportBanIPCommand,
76
- GetOfflineNotificationConfigCommand: ()=>GetOfflineNotificationConfigCommand,
159
+ UpdateRegistrySyncConfigCommand: ()=>UpdateRegistrySyncConfigCommand,
160
+ GetMultiLevelHostAssetOverviewCommand: ()=>GetMultiLevelHostAssetOverviewCommand,
77
161
  ListAgentProxyServersCommand: ()=>ListAgentProxyServersCommand,
78
- ListBaselineForGroupPolicyCommand: ()=>ListBaselineForGroupPolicyCommand,
162
+ UpdateCloudProviderCommand: ()=>UpdateCloudProviderCommand,
163
+ GetOneRaspAlarmCommand: ()=>GetOneRaspAlarmCommand,
79
164
  GetBruteForceBanStatisticsCommand: ()=>GetBruteForceBanStatisticsCommand,
80
- GetSOCAssetInstanceProtectStatusCommand: ()=>GetSOCAssetInstanceProtectStatusCommand,
81
- CheckMonitorPolicyCommand: ()=>CheckMonitorPolicyCommand,
82
- ListBaselineHostItemHostsCommand: ()=>ListBaselineHostItemHostsCommand,
83
- ListClustersAndVarmorAppsCommand: ()=>ListClustersAndVarmorAppsCommand,
84
- DescribeLastWeekFileChangeTrendsCommand: ()=>DescribeLastWeekFileChangeTrendsCommand,
85
- GetMLPAssetSyncTaskStatusCommand: ()=>GetMLPAssetSyncTaskStatusCommand,
86
- ListHostsBasicInfosCommand: ()=>ListHostsBasicInfosCommand,
87
- SetBruteForceBanConfigCommand: ()=>SetBruteForceBanConfigCommand,
88
- UnbindMLPAuthCommand: ()=>UnbindMLPAuthCommand,
89
- ListScanSubTasksCommand: ()=>ListScanSubTasksCommand,
165
+ GetRaspProtectStatisticsCommand: ()=>GetRaspProtectStatisticsCommand,
90
166
  UpdateAutoProtectConfigCommand: ()=>UpdateAutoProtectConfigCommand,
91
- UnBanIPItemCommand: ()=>UnBanIPItemCommand,
167
+ MultiCloudAccessSyncStatusCommand: ()=>MultiCloudAccessSyncStatusCommand,
92
168
  UpdateOfflineNotificationConfigCommand: ()=>UpdateOfflineNotificationConfigCommand,
93
- ListAgentProxiesCommand: ()=>ListAgentProxiesCommand,
94
- UpdateVarmorPolicyCommand: ()=>UpdateVarmorPolicyCommand,
95
- BatchUninstallVarmorAppsCommand: ()=>BatchUninstallVarmorAppsCommand,
169
+ DetectBaselineCommand: ()=>DetectBaselineCommand,
170
+ UpdateHostTagCommand: ()=>UpdateHostTagCommand,
96
171
  EditBaselineCheckConfigCommand: ()=>EditBaselineCheckConfigCommand,
172
+ GetAIFingerprintRefreshStatusCommand: ()=>GetAIFingerprintRefreshStatusCommand,
97
173
  GetFingerprintEnvCommand: ()=>GetFingerprintEnvCommand,
98
- GetHostVolumeCommand: ()=>GetHostVolumeCommand,
174
+ DownloadVulnAffectAISessionCommand: ()=>DownloadVulnAffectAISessionCommand,
99
175
  AddMonitorPolicyCommand: ()=>AddMonitorPolicyCommand,
100
- GetClusterStatisticsCommand: ()=>GetClusterStatisticsCommand,
176
+ GetHostImportantProtectStateCommand: ()=>GetHostImportantProtectStateCommand,
101
177
  GetMLPAssetSyncTaskDetailCommand: ()=>GetMLPAssetSyncTaskDetailCommand,
102
178
  GetMultiLevelAuthDetailCommand: ()=>GetMultiLevelAuthDetailCommand,
103
- GetOfflineNotificationListCommand: ()=>GetOfflineNotificationListCommand,
104
- GetAlarmRuleListCommand: ()=>GetAlarmRuleListCommand,
105
- CreateMLPAssetSyncTaskCommand: ()=>CreateMLPAssetSyncTaskCommand,
106
- GetSOCAssetAlarmStatsCommand: ()=>GetSOCAssetAlarmStatsCommand,
179
+ ListRaspProcessesCommand: ()=>ListRaspProcessesCommand,
180
+ ModifyLayeredGroupCommand: ()=>ModifyLayeredGroupCommand,
181
+ ModifyCloudEnvCommand: ()=>ModifyCloudEnvCommand,
182
+ ListRaspConfigAgentInfosCommand: ()=>ListRaspConfigAgentInfosCommand,
107
183
  ControlMonitorPolicyCommand: ()=>ControlMonitorPolicyCommand,
108
- GetArmorProfileCommand: ()=>GetArmorProfileCommand,
109
- HandleEndpointAlarmsCommand: ()=>HandleEndpointAlarmsCommand,
184
+ MultiAssetScanCommand: ()=>MultiAssetScanCommand,
110
185
  ListAutoDefenseRulesCommand: ()=>ListAutoDefenseRulesCommand,
186
+ ListAssetCenterDevsCommand: ()=>ListAssetCenterDevsCommand,
187
+ CreatFileScanTaskCommand: ()=>CreatFileScanTaskCommand,
188
+ ListInstallCommandsCommand: ()=>ListInstallCommandsCommand,
189
+ UpdateAssetClustersCommand: ()=>UpdateAssetClustersCommand,
190
+ GetRepoImageScanScopeCommand: ()=>GetRepoImageScanScopeCommand,
191
+ ListBaselinesCommand: ()=>ListBaselinesCommand,
111
192
  EditFingerprintCollectConfigCommand: ()=>EditFingerprintCollectConfigCommand,
193
+ ListScanTaskHostsCommand: ()=>ListScanTaskHostsCommand,
112
194
  GetVarmorConfigYAMLCommand: ()=>GetVarmorConfigYAMLCommand,
113
- UpdateCloudProviderCommand: ()=>UpdateCloudProviderCommand,
195
+ CheckInstallAgentClientCommand: ()=>CheckInstallAgentClientCommand,
196
+ ModifyWhiteListCommand: ()=>ModifyWhiteListCommand,
197
+ BatchCreateRepoRegistryVpcAuthCommand: ()=>BatchCreateRepoRegistryVpcAuthCommand,
198
+ GetVulnScanConfigCommand: ()=>GetVulnScanConfigCommand,
199
+ GetDevFingerprintPortCommand: ()=>GetDevFingerprintPortCommand,
200
+ ListDevRegionCommand: ()=>ListDevRegionCommand,
201
+ BanAlarmIPCommand: ()=>BanAlarmIPCommand,
202
+ AddLoginConfigCommand: ()=>AddLoginConfigCommand,
203
+ ListRepoImageVulnCommand: ()=>ListRepoImageVulnCommand,
204
+ GetRepoImageRiskCntCommand: ()=>GetRepoImageRiskCntCommand,
205
+ ListMonitorPoliciesCommand: ()=>ListMonitorPoliciesCommand,
206
+ ListBaselineCheckConfigCommand: ()=>ListBaselineCheckConfigCommand,
207
+ GetTLSInfoCommand: ()=>GetTLSInfoCommand,
208
+ GetAlarmVirusStatisticsCommand: ()=>GetAlarmVirusStatisticsCommand,
209
+ GetSOCAssetSecurityScoreCommand: ()=>GetSOCAssetSecurityScoreCommand,
210
+ SaveRepoImageScanScopeCommand: ()=>SaveRepoImageScanScopeCommand,
211
+ DeleteHostTagCommand: ()=>DeleteHostTagCommand,
212
+ GetPolicyStatisticsCommand: ()=>GetPolicyStatisticsCommand,
213
+ GetHostAssetOverviewCommand: ()=>GetHostAssetOverviewCommand,
214
+ GetClustersPermissionResultCommand: ()=>GetClustersPermissionResultCommand,
215
+ ListBanIPListCommand: ()=>ListBanIPListCommand,
216
+ ExportRepoImageAssetCommand: ()=>ExportRepoImageAssetCommand,
217
+ RetryIPOperationCommand: ()=>RetryIPOperationCommand,
218
+ BatchInstallVarmorAppsCommand: ()=>BatchInstallVarmorAppsCommand,
219
+ CreateMultiLevelInstitutionCommand: ()=>CreateMultiLevelInstitutionCommand,
220
+ GetVulnInfoForAICommand: ()=>GetVulnInfoForAICommand,
221
+ GetRaspAuthorizationStatisticsCommand: ()=>GetRaspAuthorizationStatisticsCommand,
222
+ EditAIApplicationSyncConfigCommand: ()=>EditAIApplicationSyncConfigCommand,
223
+ GetVulnDetailCommand: ()=>GetVulnDetailCommand,
224
+ MultiCloudAccessSyncCommand: ()=>MultiCloudAccessSyncCommand,
225
+ ListAssetCenterHostsCommand: ()=>ListAssetCenterHostsCommand,
226
+ ListAIApplicationBasicInfoCommand: ()=>ListAIApplicationBasicInfoCommand,
227
+ RecoverFileCommand: ()=>RecoverFileCommand,
228
+ UninstallAgentClientCommand: ()=>UninstallAgentClientCommand,
229
+ GetBaselineDetectProgressDetailCommand: ()=>GetBaselineDetectProgressDetailCommand,
230
+ GetMlpAlarmStatisticsCommand: ()=>GetMlpAlarmStatisticsCommand,
231
+ ListAlarmNameListCommand: ()=>ListAlarmNameListCommand,
232
+ ListRepoImageSenfileCommand: ()=>ListRepoImageSenfileCommand,
233
+ GetLayeredGroupsCommand: ()=>GetLayeredGroupsCommand,
234
+ GetMlpUpdateSoftwareTaskDetailCommand: ()=>GetMlpUpdateSoftwareTaskDetailCommand,
235
+ ListMultiLevelInstitutionCommand: ()=>ListMultiLevelInstitutionCommand,
236
+ RefreshAIFingerprintDataCommand: ()=>RefreshAIFingerprintDataCommand,
237
+ ListMlpAlarmTagsCommand: ()=>ListMlpAlarmTagsCommand,
238
+ ListAgentkitSessionIDsCommand: ()=>ListAgentkitSessionIDsCommand,
239
+ GetAllMonitorSuffixListCommand: ()=>GetAllMonitorSuffixListCommand,
240
+ GetAIFingerprintSoftwareCommand: ()=>GetAIFingerprintSoftwareCommand,
241
+ UpdateBaselineCheckConfigSwitchCommand: ()=>UpdateBaselineCheckConfigSwitchCommand,
242
+ GetSOCAssetVulnStatsCommand: ()=>GetSOCAssetVulnStatsCommand,
243
+ EnableHostImportantProtectCommand: ()=>EnableHostImportantProtectCommand,
244
+ GetAlarmTraceCommand: ()=>GetAlarmTraceCommand,
245
+ GetSecurityOverviewCommand: ()=>GetSecurityOverviewCommand,
246
+ AddUserAutoDefenseRuleCommand: ()=>AddUserAutoDefenseRuleCommand,
247
+ ListRiskVulnAffectRepoImageCommand: ()=>ListRiskVulnAffectRepoImageCommand,
248
+ UnBanIPItemCommand: ()=>UnBanIPItemCommand,
249
+ ExportAlarmListDataForRaspCommand: ()=>ExportAlarmListDataForRaspCommand,
250
+ ListBaselineHostItemHostsCommand: ()=>ListBaselineHostItemHostsCommand,
251
+ CheckAlarmSupportBanIPCommand: ()=>CheckAlarmSupportBanIPCommand,
252
+ GetFingerprintStatisticsCommand: ()=>GetFingerprintStatisticsCommand,
253
+ ListAllCntrStaticDictCommand: ()=>ListAllCntrStaticDictCommand,
254
+ ListBaselineForGroupPolicyCommand: ()=>ListBaselineForGroupPolicyCommand,
255
+ CheckMonitorPolicyCommand: ()=>CheckMonitorPolicyCommand,
256
+ DeleteAgentProxyCommand: ()=>DeleteAgentProxyCommand,
257
+ UnbindMLPAuthCommand: ()=>UnbindMLPAuthCommand,
258
+ DescribeLastWeekFileChangeTrendsCommand: ()=>DescribeLastWeekFileChangeTrendsCommand,
259
+ UpdateVarmorPolicyCommand: ()=>UpdateVarmorPolicyCommand,
260
+ ListScanSubTasksCommand: ()=>ListScanSubTasksCommand,
261
+ GetFingerprintWebCommand: ()=>GetFingerprintWebCommand,
262
+ EditVulnScanConfigCommand: ()=>EditVulnScanConfigCommand,
263
+ ExportAIFingerprintDataCommand: ()=>ExportAIFingerprintDataCommand,
264
+ GetHidsAlarmInfoCommand: ()=>GetHidsAlarmInfoCommand,
265
+ DeleteRaspConfigCommand: ()=>DeleteRaspConfigCommand,
266
+ ListAutoDefenseHostsCommand: ()=>ListAutoDefenseHostsCommand,
267
+ ListRaspConfigsCommand: ()=>ListRaspConfigsCommand,
268
+ ExportDevFingerprintDataCommand: ()=>ExportDevFingerprintDataCommand,
269
+ ListRegistryImagesCommand: ()=>ListRegistryImagesCommand,
270
+ ModifyMultiLevelInstitutionReportSwitchCommand: ()=>ModifyMultiLevelInstitutionReportSwitchCommand,
271
+ CreateMLPUpdateSoftwareTaskCommand: ()=>CreateMLPUpdateSoftwareTaskCommand,
272
+ GetRegularVirusTaskStatusCommand: ()=>GetRegularVirusTaskStatusCommand,
273
+ GetAIVulnDetectProgressDetailCommand: ()=>GetAIVulnDetectProgressDetailCommand,
274
+ ListRepoImageComplCommand: ()=>ListRepoImageComplCommand,
275
+ ListTagRelatedAgentCommand: ()=>ListTagRelatedAgentCommand,
276
+ ExportWeakPasswordCommand: ()=>ExportWeakPasswordCommand,
277
+ ListTagsDetailCommand: ()=>ListTagsDetailCommand,
278
+ DeleteLoginConfigCommand: ()=>DeleteLoginConfigCommand,
279
+ GetVirusTaskStatisticsCommand: ()=>GetVirusTaskStatisticsCommand,
280
+ GetDevAssetOverviewCommand: ()=>GetDevAssetOverviewCommand,
281
+ ExportBaselineCheckListCommand: ()=>ExportBaselineCheckListCommand,
282
+ GetFingerprintPortCommand: ()=>GetFingerprintPortCommand,
283
+ ListRegistryNamespacesCommand: ()=>ListRegistryNamespacesCommand,
284
+ ListWeakPasswordCheckDetailCommand: ()=>ListWeakPasswordCheckDetailCommand,
114
285
  ListCheckConfigRelatedBaselineCommand: ()=>ListCheckConfigRelatedBaselineCommand,
115
- BindMLPAuthCommand: ()=>BindMLPAuthCommand,
116
286
  ListClusterVarmorVersionHistoryCommand: ()=>ListClusterVarmorVersionHistoryCommand,
287
+ ListRegistriesCommand: ()=>ListRegistriesCommand,
288
+ DeleteMultiLevelInstitutionCommand: ()=>DeleteMultiLevelInstitutionCommand,
289
+ GetDevDetailCommand: ()=>GetDevDetailCommand,
290
+ ListBaselineCheckResCommand: ()=>ListBaselineCheckResCommand,
291
+ ListBaselineCheckItemsCommand: ()=>ListBaselineCheckItemsCommand,
292
+ SaveRepoImageScanCronCommand: ()=>SaveRepoImageScanCronCommand,
293
+ ExportVirusAlarmListDataCommand: ()=>ExportVirusAlarmListDataCommand,
294
+ BatchUnBanIPItemCommand: ()=>BatchUnBanIPItemCommand,
295
+ GetVulnCheckStatusCommand: ()=>GetVulnCheckStatusCommand,
296
+ ExportBaselineHostDetailsCommand: ()=>ExportBaselineHostDetailsCommand,
297
+ ListCloudEnvsCommand: ()=>ListCloudEnvsCommand,
298
+ ListLayeredGroupsDetailCommand: ()=>ListLayeredGroupsDetailCommand,
299
+ ListRepoImageVirusCommand: ()=>ListRepoImageVirusCommand,
300
+ ListMlpAlarmsCommand: ()=>ListMlpAlarmsCommand,
301
+ DescribeFileChangeTrendTop5Command: ()=>DescribeFileChangeTrendTop5Command,
302
+ ExportAssetCenterDevsCommand: ()=>ExportAssetCenterDevsCommand,
303
+ AllAssetScanCommand: ()=>AllAssetScanCommand,
304
+ ListHidsAlarmsCommand: ()=>ListHidsAlarmsCommand,
305
+ ListWhiteListsCommand: ()=>ListWhiteListsCommand,
306
+ GetBaselineGroupStatisticsCommand: ()=>GetBaselineGroupStatisticsCommand,
307
+ PrecisionStatisticsCommand: ()=>PrecisionStatisticsCommand,
308
+ DeleteCommandCommand: ()=>DeleteCommandCommand,
309
+ CheckInstallRaspCommand: ()=>CheckInstallRaspCommand,
310
+ GetHidsAlarmStatisticsCommand: ()=>GetHidsAlarmStatisticsCommand,
311
+ GetVarmorPolicyCommand: ()=>GetVarmorPolicyCommand,
312
+ ListBatchEndpointHandleMethodsCommand: ()=>ListBatchEndpointHandleMethodsCommand,
313
+ GetRegistriesPermissionResultCommand: ()=>GetRegistriesPermissionResultCommand,
314
+ GetVulnCheckStatusForAICommand: ()=>GetVulnCheckStatusForAICommand,
315
+ HandleVulnCommand: ()=>HandleVulnCommand,
316
+ DeleteBaselineCheckConfigCommand: ()=>DeleteBaselineCheckConfigCommand,
317
+ DownloadBaselineCheckHostsCommand: ()=>DownloadBaselineCheckHostsCommand,
318
+ ListAssetWorkloadsCommand: ()=>ListAssetWorkloadsCommand,
319
+ ListFingerprintCollectConfigCommand: ()=>ListFingerprintCollectConfigCommand,
320
+ ExportFingerprintDataCommand: ()=>ExportFingerprintDataCommand,
321
+ ListRaspAlarmsCommand: ()=>ListRaspAlarmsCommand,
322
+ ListRepoImageLayerVirusCommand: ()=>ListRepoImageLayerVirusCommand,
323
+ SyncRegistryImagesCommand: ()=>SyncRegistryImagesCommand,
324
+ ListBaselineBasicInfoCommand: ()=>ListBaselineBasicInfoCommand,
325
+ UpdateAlarmTagsCommand: ()=>UpdateAlarmTagsCommand,
326
+ UpdateCommonAlarmStatusCommand: ()=>UpdateCommonAlarmStatusCommand,
327
+ ListDevPlatformCommand: ()=>ListDevPlatformCommand,
328
+ GetAIFingerprintTop5Command: ()=>GetAIFingerprintTop5Command,
329
+ GetDevFingerprintProcessCommand: ()=>GetDevFingerprintProcessCommand,
330
+ DownloadBaselineCheckCommand: ()=>DownloadBaselineCheckCommand,
331
+ GetRegistryImagesSyncStatusCommand: ()=>GetRegistryImagesSyncStatusCommand,
332
+ ListAssetPodsLinkedWorkloadWithNoPageCommand: ()=>ListAssetPodsLinkedWorkloadWithNoPageCommand,
333
+ DownloadVulHostListByPodCommand: ()=>DownloadVulHostListByPodCommand,
334
+ DeleteUserAutoDefenseRuleCommand: ()=>DeleteUserAutoDefenseRuleCommand,
335
+ GetMlpAlarmSummaryInfoCommand: ()=>GetMlpAlarmSummaryInfoCommand,
336
+ GetAIFingerprintPortCommand: ()=>GetAIFingerprintPortCommand,
337
+ ListMLPAssetTasksCommand: ()=>ListMLPAssetTasksCommand,
338
+ SetAIAlarmJudgeConfigCommand: ()=>SetAIAlarmJudgeConfigCommand,
339
+ GetVulnInfoCommand: ()=>GetVulnInfoCommand,
340
+ DetectBaselineByCheckConfigCommand: ()=>DetectBaselineByCheckConfigCommand,
341
+ AddBaselineCheckConfigCommand: ()=>AddBaselineCheckConfigCommand,
342
+ GetVulnStatisticsForAICommand: ()=>GetVulnStatisticsForAICommand,
343
+ DeleteWhiteListsCommand: ()=>DeleteWhiteListsCommand,
344
+ SetBruteForceBanConfigCommand: ()=>SetBruteForceBanConfigCommand,
345
+ GetFingerprintCronCommand: ()=>GetFingerprintCronCommand,
346
+ GetFingerprintRefreshStatusCommand: ()=>GetFingerprintRefreshStatusCommand,
347
+ DownloadVulListByPodCommand: ()=>DownloadVulListByPodCommand,
348
+ GetDevFingerprintStatisticsCommand: ()=>GetDevFingerprintStatisticsCommand,
349
+ GetOfflineNotificationConfigCommand: ()=>GetOfflineNotificationConfigCommand,
350
+ GetAlarmBySmithKeyCommand: ()=>GetAlarmBySmithKeyCommand,
351
+ ListClustersAndVarmorAppsCommand: ()=>ListClustersAndVarmorAppsCommand,
352
+ AddAutoIsolateAgentListCommand: ()=>AddAutoIsolateAgentListCommand,
353
+ RefreshFingerprintDataCommand: ()=>RefreshFingerprintDataCommand,
354
+ DeleteLayeredGroupCommand: ()=>DeleteLayeredGroupCommand,
355
+ GetMLPAssetSyncTaskStatusCommand: ()=>GetMLPAssetSyncTaskStatusCommand,
356
+ AssetScanCommand: ()=>AssetScanCommand,
357
+ GetFingerprintServiceCommand: ()=>GetFingerprintServiceCommand,
358
+ GetTenantQuotaCommand: ()=>GetTenantQuotaCommand,
359
+ ListHostsAgentIDsCommand: ()=>ListHostsAgentIDsCommand,
360
+ ListAgentProxiesCommand: ()=>ListAgentProxiesCommand,
361
+ UninstallCommandsCommand: ()=>UninstallCommandsCommand,
362
+ HandleEndpointAlarmsCommand: ()=>HandleEndpointAlarmsCommand,
363
+ BatchUninstallVarmorAppsCommand: ()=>BatchUninstallVarmorAppsCommand,
364
+ GetOfflineNotificationListCommand: ()=>GetOfflineNotificationListCommand,
365
+ UpdateRegistryFlowRateLimitCommand: ()=>UpdateRegistryFlowRateLimitCommand,
366
+ GetDevFingerprintSoftwareCommand: ()=>GetDevFingerprintSoftwareCommand,
367
+ GetRaspAlarmSummaryInfoCommand: ()=>GetRaspAlarmSummaryInfoCommand,
368
+ GetRegistrySyncConfigCommand: ()=>GetRegistrySyncConfigCommand,
369
+ GetRegularCleanCommand: ()=>GetRegularCleanCommand,
370
+ ListAssetPodsLinkedWorkloadCommand: ()=>ListAssetPodsLinkedWorkloadCommand,
371
+ CreateMLPAssetSyncTaskCommand: ()=>CreateMLPAssetSyncTaskCommand,
372
+ GetSOCAssetAlarmStatsCommand: ()=>GetSOCAssetAlarmStatsCommand,
373
+ CreateRepoRegistryVpcAuthCommand: ()=>CreateRepoRegistryVpcAuthCommand,
374
+ GetArmorProfileCommand: ()=>GetArmorProfileCommand,
375
+ GetFingerprintIntegrityCommand: ()=>GetFingerprintIntegrityCommand,
376
+ AddAgentProxyCommand: ()=>AddAgentProxyCommand,
377
+ GetFingerprintProcessCommand: ()=>GetFingerprintProcessCommand,
378
+ DownloadVulnListCommand: ()=>DownloadVulnListCommand,
379
+ GetMultiLevelInstitutionDetailCommand: ()=>GetMultiLevelInstitutionDetailCommand,
380
+ GetDownloadStatusCommand: ()=>GetDownloadStatusCommand,
381
+ GetVirusDatabaseUpdateTimeCommand: ()=>GetVirusDatabaseUpdateTimeCommand,
382
+ GetAIFingerprintProcessCommand: ()=>GetAIFingerprintProcessCommand,
383
+ ListHostPlatformCommand: ()=>ListHostPlatformCommand,
384
+ ListHostRegionCommand: ()=>ListHostRegionCommand,
385
+ ListRepoImageLayerSenfileCommand: ()=>ListRepoImageLayerSenfileCommand,
386
+ ListVulnsCommand: ()=>ListVulnsCommand,
387
+ DetectVulnCommand: ()=>DetectVulnCommand,
388
+ ExportHidsAlarmListDataCommand: ()=>ExportHidsAlarmListDataCommand,
389
+ GetRegularVirusScanConfigCommand: ()=>GetRegularVirusScanConfigCommand,
390
+ GetRaspAlarmStatisticsCommand: ()=>GetRaspAlarmStatisticsCommand,
117
391
  GetSOCPrecautionBaselineStatsCommand: ()=>GetSOCPrecautionBaselineStatsCommand,
118
392
  UpdateVarmorTLSInfoCommand: ()=>UpdateVarmorTLSInfoCommand,
119
- BanAlarmIPCommand: ()=>BanAlarmIPCommand,
393
+ ListAssetGroupsCommand: ()=>ListAssetGroupsCommand,
120
394
  EditMonitorPolicyCommand: ()=>EditMonitorPolicyCommand,
121
- ListBaselineCheckItemsCommand: ()=>ListBaselineCheckItemsCommand,
395
+ GetK8sAssetStatisticCommand: ()=>GetK8sAssetStatisticCommand,
122
396
  GetVarmorTLSInfoCommand: ()=>GetVarmorTLSInfoCommand,
123
- ListMonitorPoliciesCommand: ()=>ListMonitorPoliciesCommand,
124
- GetSecurityOverviewScoreStatsCommand: ()=>GetSecurityOverviewScoreStatsCommand,
397
+ ListLoginConfigsCommand: ()=>ListLoginConfigsCommand,
125
398
  BatchUpgradeVarmorAppsCommand: ()=>BatchUpgradeVarmorAppsCommand,
126
- GetSOCAssetSecurityScoreCommand: ()=>GetSOCAssetSecurityScoreCommand,
127
- ListBaselineCheckConfigCommand: ()=>ListBaselineCheckConfigCommand
399
+ ListMultiLevelAssetHostsCommand: ()=>ListMultiLevelAssetHostsCommand,
400
+ ListIsolationFilesCommand: ()=>ListIsolationFilesCommand
128
401
  });
129
402
  const sdk_core_namespaceObject = require("@volcengine/sdk-core");
130
403
  function _define_property(obj, key, value) {
@@ -146,6 +419,20 @@ class SECCENTER20240508Client extends sdk_core_namespaceObject.Client {
146
419
  });
147
420
  }
148
421
  }
422
+ class AddAgentProxyCommand extends sdk_core_namespaceObject.Command {
423
+ constructor(input){
424
+ super(input);
425
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddAgentProxyCommand.metaPath);
426
+ }
427
+ }
428
+ _define_property(AddAgentProxyCommand, "metaPath", '/AddAgentProxy/2024-05-08/seccenter/post/application_json/');
429
+ class AddAutoIsolateAgentListCommand extends sdk_core_namespaceObject.Command {
430
+ constructor(input){
431
+ super(input);
432
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddAutoIsolateAgentListCommand.metaPath);
433
+ }
434
+ }
435
+ _define_property(AddAutoIsolateAgentListCommand, "metaPath", '/AddAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/');
149
436
  class AddBaselineCheckConfigCommand extends sdk_core_namespaceObject.Command {
150
437
  constructor(input){
151
438
  super(input);
@@ -153,6 +440,20 @@ class AddBaselineCheckConfigCommand extends sdk_core_namespaceObject.Command {
153
440
  }
154
441
  }
155
442
  _define_property(AddBaselineCheckConfigCommand, "metaPath", '/AddBaselineCheckConfig/2024-05-08/seccenter/post/application_json/');
443
+ class AddCloudEnvCommand extends sdk_core_namespaceObject.Command {
444
+ constructor(input){
445
+ super(input);
446
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddCloudEnvCommand.metaPath);
447
+ }
448
+ }
449
+ _define_property(AddCloudEnvCommand, "metaPath", '/AddCloudEnv/2024-05-08/seccenter/post/application_json/');
450
+ class AddLoginConfigCommand extends sdk_core_namespaceObject.Command {
451
+ constructor(input){
452
+ super(input);
453
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddLoginConfigCommand.metaPath);
454
+ }
455
+ }
456
+ _define_property(AddLoginConfigCommand, "metaPath", '/AddLoginConfig/2024-05-08/seccenter/post/application_json/');
156
457
  class AddMonitorPolicyCommand extends sdk_core_namespaceObject.Command {
157
458
  constructor(input){
158
459
  super(input);
@@ -160,6 +461,41 @@ class AddMonitorPolicyCommand extends sdk_core_namespaceObject.Command {
160
461
  }
161
462
  }
162
463
  _define_property(AddMonitorPolicyCommand, "metaPath", '/AddMonitorPolicy/2024-05-08/seccenter/post/application_json/');
464
+ class AddRaspConfigCommand extends sdk_core_namespaceObject.Command {
465
+ constructor(input){
466
+ super(input);
467
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddRaspConfigCommand.metaPath);
468
+ }
469
+ }
470
+ _define_property(AddRaspConfigCommand, "metaPath", '/AddRaspConfig/2024-05-08/seccenter/post/application_json/');
471
+ class AddUserAutoDefenseRuleCommand extends sdk_core_namespaceObject.Command {
472
+ constructor(input){
473
+ super(input);
474
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddUserAutoDefenseRuleCommand.metaPath);
475
+ }
476
+ }
477
+ _define_property(AddUserAutoDefenseRuleCommand, "metaPath", '/AddUserAutoDefenseRule/2024-05-08/seccenter/post/application_json/');
478
+ class AddWhiteListCommand extends sdk_core_namespaceObject.Command {
479
+ constructor(input){
480
+ super(input);
481
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddWhiteListCommand.metaPath);
482
+ }
483
+ }
484
+ _define_property(AddWhiteListCommand, "metaPath", '/AddWhiteList/2024-05-08/seccenter/post/application_json/');
485
+ class AllAssetScanCommand extends sdk_core_namespaceObject.Command {
486
+ constructor(input){
487
+ super(input);
488
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AllAssetScanCommand.metaPath);
489
+ }
490
+ }
491
+ _define_property(AllAssetScanCommand, "metaPath", '/AllAssetScan/2024-05-08/seccenter/post/application_json/');
492
+ class AssetScanCommand extends sdk_core_namespaceObject.Command {
493
+ constructor(input){
494
+ super(input);
495
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AssetScanCommand.metaPath);
496
+ }
497
+ }
498
+ _define_property(AssetScanCommand, "metaPath", '/AssetScan/2024-05-08/seccenter/post/application_json/');
163
499
  class BanAlarmIPCommand extends sdk_core_namespaceObject.Command {
164
500
  constructor(input){
165
501
  super(input);
@@ -167,6 +503,27 @@ class BanAlarmIPCommand extends sdk_core_namespaceObject.Command {
167
503
  }
168
504
  }
169
505
  _define_property(BanAlarmIPCommand, "metaPath", '/BanAlarmIP/2024-05-08/seccenter/post/application_json/');
506
+ class BaselineChecklistWhiteCommand extends sdk_core_namespaceObject.Command {
507
+ constructor(input){
508
+ super(input);
509
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BaselineChecklistWhiteCommand.metaPath);
510
+ }
511
+ }
512
+ _define_property(BaselineChecklistWhiteCommand, "metaPath", '/BaselineChecklistWhite/2024-05-08/seccenter/post/application_json/');
513
+ class BatchAddHostToGroupCommand extends sdk_core_namespaceObject.Command {
514
+ constructor(input){
515
+ super(input);
516
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BatchAddHostToGroupCommand.metaPath);
517
+ }
518
+ }
519
+ _define_property(BatchAddHostToGroupCommand, "metaPath", '/BatchAddHostToGroup/2024-05-08/seccenter/post/application_json/');
520
+ class BatchCreateRepoRegistryVpcAuthCommand extends sdk_core_namespaceObject.Command {
521
+ constructor(input){
522
+ super(input);
523
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BatchCreateRepoRegistryVpcAuthCommand.metaPath);
524
+ }
525
+ }
526
+ _define_property(BatchCreateRepoRegistryVpcAuthCommand, "metaPath", '/BatchCreateRepoRegistryVpcAuth/2024-05-08/seccenter/post/application_json/');
170
527
  class BatchDeleteVarmorPoliciesCommand extends sdk_core_namespaceObject.Command {
171
528
  constructor(input){
172
529
  super(input);
@@ -174,6 +531,13 @@ class BatchDeleteVarmorPoliciesCommand extends sdk_core_namespaceObject.Command
174
531
  }
175
532
  }
176
533
  _define_property(BatchDeleteVarmorPoliciesCommand, "metaPath", '/BatchDeleteVarmorPolicies/2024-05-08/seccenter/post/application_json/');
534
+ class BatchDetectWeakPasswordCommand extends sdk_core_namespaceObject.Command {
535
+ constructor(input){
536
+ super(input);
537
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BatchDetectWeakPasswordCommand.metaPath);
538
+ }
539
+ }
540
+ _define_property(BatchDetectWeakPasswordCommand, "metaPath", '/BatchDetectWeakPassword/2024-05-08/seccenter/post/application_json/');
177
541
  class BatchInstallVarmorAppsCommand extends sdk_core_namespaceObject.Command {
178
542
  constructor(input){
179
543
  super(input);
@@ -181,6 +545,13 @@ class BatchInstallVarmorAppsCommand extends sdk_core_namespaceObject.Command {
181
545
  }
182
546
  }
183
547
  _define_property(BatchInstallVarmorAppsCommand, "metaPath", '/BatchInstallVarmorApps/2024-05-08/seccenter/post/application_json/');
548
+ class BatchUnBanIPItemCommand extends sdk_core_namespaceObject.Command {
549
+ constructor(input){
550
+ super(input);
551
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BatchUnBanIPItemCommand.metaPath);
552
+ }
553
+ }
554
+ _define_property(BatchUnBanIPItemCommand, "metaPath", '/BatchUnBanIPItem/2024-05-08/seccenter/post/application_json/');
184
555
  class BatchUninstallVarmorAppsCommand extends sdk_core_namespaceObject.Command {
185
556
  constructor(input){
186
557
  super(input);
@@ -202,6 +573,13 @@ class BindMLPAuthCommand extends sdk_core_namespaceObject.Command {
202
573
  }
203
574
  }
204
575
  _define_property(BindMLPAuthCommand, "metaPath", '/BindMLPAuth/2024-05-08/seccenter/post/application_json/');
576
+ class CalculateRepoImageScanQuotaCommand extends sdk_core_namespaceObject.Command {
577
+ constructor(input){
578
+ super(input);
579
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CalculateRepoImageScanQuotaCommand.metaPath);
580
+ }
581
+ }
582
+ _define_property(CalculateRepoImageScanQuotaCommand, "metaPath", '/CalculateRepoImageScanQuota/2024-05-08/seccenter/post/application_json/');
205
583
  class CheckAlarmSupportBanIPCommand extends sdk_core_namespaceObject.Command {
206
584
  constructor(input){
207
585
  super(input);
@@ -209,6 +587,20 @@ class CheckAlarmSupportBanIPCommand extends sdk_core_namespaceObject.Command {
209
587
  }
210
588
  }
211
589
  _define_property(CheckAlarmSupportBanIPCommand, "metaPath", '/CheckAlarmSupportBanIP/2024-05-08/seccenter/post/application_json/');
590
+ class CheckInstallAgentClientCommand extends sdk_core_namespaceObject.Command {
591
+ constructor(input){
592
+ super(input);
593
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CheckInstallAgentClientCommand.metaPath);
594
+ }
595
+ }
596
+ _define_property(CheckInstallAgentClientCommand, "metaPath", '/CheckInstallAgentClient/2024-05-08/seccenter/post/application_json/');
597
+ class CheckInstallRaspCommand extends sdk_core_namespaceObject.Command {
598
+ constructor(input){
599
+ super(input);
600
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CheckInstallRaspCommand.metaPath);
601
+ }
602
+ }
603
+ _define_property(CheckInstallRaspCommand, "metaPath", '/CheckInstallRasp/2024-05-08/seccenter/post/application_json/');
212
604
  class CheckMonitorPolicyCommand extends sdk_core_namespaceObject.Command {
213
605
  constructor(input){
214
606
  super(input);
@@ -223,6 +615,27 @@ class ControlMonitorPolicyCommand extends sdk_core_namespaceObject.Command {
223
615
  }
224
616
  }
225
617
  _define_property(ControlMonitorPolicyCommand, "metaPath", '/ControlMonitorPolicy/2024-05-08/seccenter/post/application_json/');
618
+ class CreatFileScanTaskCommand extends sdk_core_namespaceObject.Command {
619
+ constructor(input){
620
+ super(input);
621
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreatFileScanTaskCommand.metaPath);
622
+ }
623
+ }
624
+ _define_property(CreatFileScanTaskCommand, "metaPath", '/CreatFileScanTask/2024-05-08/seccenter/post/application_json/');
625
+ class CreateHostTagCommand extends sdk_core_namespaceObject.Command {
626
+ constructor(input){
627
+ super(input);
628
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateHostTagCommand.metaPath);
629
+ }
630
+ }
631
+ _define_property(CreateHostTagCommand, "metaPath", '/CreateHostTag/2024-05-08/seccenter/post/application_json/');
632
+ class CreateLayeredGroupCommand extends sdk_core_namespaceObject.Command {
633
+ constructor(input){
634
+ super(input);
635
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateLayeredGroupCommand.metaPath);
636
+ }
637
+ }
638
+ _define_property(CreateLayeredGroupCommand, "metaPath", '/CreateLayeredGroup/2024-05-08/seccenter/post/application_json/');
226
639
  class CreateMLPAssetSyncTaskCommand extends sdk_core_namespaceObject.Command {
227
640
  constructor(input){
228
641
  super(input);
@@ -230,517 +643,2176 @@ class CreateMLPAssetSyncTaskCommand extends sdk_core_namespaceObject.Command {
230
643
  }
231
644
  }
232
645
  _define_property(CreateMLPAssetSyncTaskCommand, "metaPath", '/CreateMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/');
233
- class CreateVarmorPolicyCommand extends sdk_core_namespaceObject.Command {
646
+ class CreateMLPUpdateSoftwareTaskCommand extends sdk_core_namespaceObject.Command {
234
647
  constructor(input){
235
648
  super(input);
236
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateVarmorPolicyCommand.metaPath);
649
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateMLPUpdateSoftwareTaskCommand.metaPath);
237
650
  }
238
651
  }
239
- _define_property(CreateVarmorPolicyCommand, "metaPath", '/CreateVarmorPolicy/2024-05-08/seccenter/post/application_json/');
240
- class DeleteBaselineCheckConfigCommand extends sdk_core_namespaceObject.Command {
652
+ _define_property(CreateMLPUpdateSoftwareTaskCommand, "metaPath", '/CreateMLPUpdateSoftwareTask/2024-05-08/seccenter/post/application_json/');
653
+ class CreateMultiLevelInstitutionCommand extends sdk_core_namespaceObject.Command {
241
654
  constructor(input){
242
655
  super(input);
243
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteBaselineCheckConfigCommand.metaPath);
656
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateMultiLevelInstitutionCommand.metaPath);
244
657
  }
245
658
  }
246
- _define_property(DeleteBaselineCheckConfigCommand, "metaPath", '/DeleteBaselineCheckConfig/2024-05-08/seccenter/post/application_json/');
247
- class DeleteMonitorPolicyCommand extends sdk_core_namespaceObject.Command {
659
+ _define_property(CreateMultiLevelInstitutionCommand, "metaPath", '/CreateMultiLevelInstitution/2024-05-08/seccenter/post/application_json/');
660
+ class CreateRepoRegistryVpcAuthCommand extends sdk_core_namespaceObject.Command {
248
661
  constructor(input){
249
662
  super(input);
250
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteMonitorPolicyCommand.metaPath);
663
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateRepoRegistryVpcAuthCommand.metaPath);
251
664
  }
252
665
  }
253
- _define_property(DeleteMonitorPolicyCommand, "metaPath", '/DeleteMonitorPolicy/2024-05-08/seccenter/post/application_json/');
254
- class DescribeFileChangeTrendTop5Command extends sdk_core_namespaceObject.Command {
666
+ _define_property(CreateRepoRegistryVpcAuthCommand, "metaPath", '/CreateRepoRegistryVpcAuth/2024-05-08/seccenter/post/application_json/');
667
+ class CreateVarmorPolicyCommand extends sdk_core_namespaceObject.Command {
255
668
  constructor(input){
256
669
  super(input);
257
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeFileChangeTrendTop5Command.metaPath);
670
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateVarmorPolicyCommand.metaPath);
258
671
  }
259
672
  }
260
- _define_property(DescribeFileChangeTrendTop5Command, "metaPath", '/DescribeFileChangeTrendTop5/2024-05-08/seccenter/post/application_json/');
261
- class DescribeFileMonitorOverviewCommand extends sdk_core_namespaceObject.Command {
673
+ _define_property(CreateVarmorPolicyCommand, "metaPath", '/CreateVarmorPolicy/2024-05-08/seccenter/post/application_json/');
674
+ class DeleteAgentProxyCommand extends sdk_core_namespaceObject.Command {
262
675
  constructor(input){
263
676
  super(input);
264
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeFileMonitorOverviewCommand.metaPath);
677
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAgentProxyCommand.metaPath);
265
678
  }
266
679
  }
267
- _define_property(DescribeFileMonitorOverviewCommand, "metaPath", '/DescribeFileMonitorOverview/2024-05-08/seccenter/post/application_json/');
268
- class DescribeLastWeekFileChangeTrendsCommand extends sdk_core_namespaceObject.Command {
680
+ _define_property(DeleteAgentProxyCommand, "metaPath", '/DeleteAgentProxy/2024-05-08/seccenter/post/application_json/');
681
+ class DeleteAgentProxyServerCommand extends sdk_core_namespaceObject.Command {
269
682
  constructor(input){
270
683
  super(input);
271
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeLastWeekFileChangeTrendsCommand.metaPath);
684
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAgentProxyServerCommand.metaPath);
272
685
  }
273
686
  }
274
- _define_property(DescribeLastWeekFileChangeTrendsCommand, "metaPath", '/DescribeLastWeekFileChangeTrends/2024-05-08/seccenter/post/application_json/');
275
- class DetectBaselineByCheckConfigCommand extends sdk_core_namespaceObject.Command {
687
+ _define_property(DeleteAgentProxyServerCommand, "metaPath", '/DeleteAgentProxyServer/2024-05-08/seccenter/post/application_json/');
688
+ class DeleteAutoIsolateAgentListCommand extends sdk_core_namespaceObject.Command {
276
689
  constructor(input){
277
690
  super(input);
278
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetectBaselineByCheckConfigCommand.metaPath);
691
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAutoIsolateAgentListCommand.metaPath);
279
692
  }
280
693
  }
281
- _define_property(DetectBaselineByCheckConfigCommand, "metaPath", '/DetectBaselineByCheckConfig/2024-05-08/seccenter/post/application_json/');
282
- class EditBaselineCheckConfigCommand extends sdk_core_namespaceObject.Command {
694
+ _define_property(DeleteAutoIsolateAgentListCommand, "metaPath", '/DeleteAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/');
695
+ class DeleteBaselineCheckConfigCommand extends sdk_core_namespaceObject.Command {
283
696
  constructor(input){
284
697
  super(input);
285
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditBaselineCheckConfigCommand.metaPath);
698
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteBaselineCheckConfigCommand.metaPath);
286
699
  }
287
700
  }
288
- _define_property(EditBaselineCheckConfigCommand, "metaPath", '/EditBaselineCheckConfig/2024-05-08/seccenter/post/application_json/');
289
- class EditFingerprintCollectConfigCommand extends sdk_core_namespaceObject.Command {
701
+ _define_property(DeleteBaselineCheckConfigCommand, "metaPath", '/DeleteBaselineCheckConfig/2024-05-08/seccenter/post/application_json/');
702
+ class DeleteCloudEnvCommand extends sdk_core_namespaceObject.Command {
290
703
  constructor(input){
291
704
  super(input);
292
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditFingerprintCollectConfigCommand.metaPath);
705
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteCloudEnvCommand.metaPath);
293
706
  }
294
707
  }
295
- _define_property(EditFingerprintCollectConfigCommand, "metaPath", '/EditFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/');
296
- class EditMonitorPolicyCommand extends sdk_core_namespaceObject.Command {
708
+ _define_property(DeleteCloudEnvCommand, "metaPath", '/DeleteCloudEnv/2024-05-08/seccenter/post/application_json/');
709
+ class DeleteCommandCommand extends sdk_core_namespaceObject.Command {
297
710
  constructor(input){
298
711
  super(input);
299
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditMonitorPolicyCommand.metaPath);
712
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteCommandCommand.metaPath);
300
713
  }
301
714
  }
302
- _define_property(EditMonitorPolicyCommand, "metaPath", '/EditMonitorPolicy/2024-05-08/seccenter/post/application_json/');
303
- class ExportFileMonitorAlarmListDataCommand extends sdk_core_namespaceObject.Command {
715
+ _define_property(DeleteCommandCommand, "metaPath", '/DeleteCommand/2024-05-08/seccenter/post/application_json/');
716
+ class DeleteHostTagCommand extends sdk_core_namespaceObject.Command {
304
717
  constructor(input){
305
718
  super(input);
306
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportFileMonitorAlarmListDataCommand.metaPath);
719
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteHostTagCommand.metaPath);
307
720
  }
308
721
  }
309
- _define_property(ExportFileMonitorAlarmListDataCommand, "metaPath", '/ExportFileMonitorAlarmListData/2024-05-08/seccenter/post/application_json/');
310
- class GetAIAlarmJudgeConfigCommand extends sdk_core_namespaceObject.Command {
722
+ _define_property(DeleteHostTagCommand, "metaPath", '/DeleteHostTag/2024-05-08/seccenter/post/application_json/');
723
+ class DeleteLayeredGroupCommand extends sdk_core_namespaceObject.Command {
311
724
  constructor(input){
312
725
  super(input);
313
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIAlarmJudgeConfigCommand.metaPath);
726
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteLayeredGroupCommand.metaPath);
314
727
  }
315
728
  }
316
- _define_property(GetAIAlarmJudgeConfigCommand, "metaPath", '/GetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/');
317
- class GetAlarmRuleListCommand extends sdk_core_namespaceObject.Command {
729
+ _define_property(DeleteLayeredGroupCommand, "metaPath", '/DeleteLayeredGroup/2024-05-08/seccenter/post/application_json/');
730
+ class DeleteLoginConfigCommand extends sdk_core_namespaceObject.Command {
318
731
  constructor(input){
319
732
  super(input);
320
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlarmRuleListCommand.metaPath);
733
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteLoginConfigCommand.metaPath);
321
734
  }
322
735
  }
323
- _define_property(GetAlarmRuleListCommand, "metaPath", '/GetAlarmRuleList/2024-05-08/seccenter/post/application_json/');
324
- class GetAlarmTraceRawDataCommand extends sdk_core_namespaceObject.Command {
736
+ _define_property(DeleteLoginConfigCommand, "metaPath", '/DeleteLoginConfig/2024-05-08/seccenter/post/application_json/');
737
+ class DeleteMonitorPolicyCommand extends sdk_core_namespaceObject.Command {
325
738
  constructor(input){
326
739
  super(input);
327
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlarmTraceRawDataCommand.metaPath);
740
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteMonitorPolicyCommand.metaPath);
328
741
  }
329
742
  }
330
- _define_property(GetAlarmTraceRawDataCommand, "metaPath", '/GetAlarmTraceRawData/2024-05-08/seccenter/post/application_json/');
331
- class GetAllMonitorSuffixListCommand extends sdk_core_namespaceObject.Command {
743
+ _define_property(DeleteMonitorPolicyCommand, "metaPath", '/DeleteMonitorPolicy/2024-05-08/seccenter/post/application_json/');
744
+ class DeleteMultiLevelInstitutionCommand extends sdk_core_namespaceObject.Command {
332
745
  constructor(input){
333
746
  super(input);
334
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAllMonitorSuffixListCommand.metaPath);
747
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteMultiLevelInstitutionCommand.metaPath);
335
748
  }
336
749
  }
337
- _define_property(GetAllMonitorSuffixListCommand, "metaPath", '/GetAllMonitorSuffixList/2024-05-08/seccenter/post/application_json/');
750
+ _define_property(DeleteMultiLevelInstitutionCommand, "metaPath", '/DeleteMultiLevelInstitution/2024-05-08/seccenter/post/application_json/');
751
+ class DeleteRaspConfigCommand extends sdk_core_namespaceObject.Command {
752
+ constructor(input){
753
+ super(input);
754
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteRaspConfigCommand.metaPath);
755
+ }
756
+ }
757
+ _define_property(DeleteRaspConfigCommand, "metaPath", '/DeleteRaspConfig/2024-05-08/seccenter/post/application_json/');
758
+ class DeleteUserAutoDefenseRuleCommand extends sdk_core_namespaceObject.Command {
759
+ constructor(input){
760
+ super(input);
761
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteUserAutoDefenseRuleCommand.metaPath);
762
+ }
763
+ }
764
+ _define_property(DeleteUserAutoDefenseRuleCommand, "metaPath", '/DeleteUserAutoDefenseRule/2024-05-08/seccenter/post/application_json/');
765
+ class DeleteWhiteListsCommand extends sdk_core_namespaceObject.Command {
766
+ constructor(input){
767
+ super(input);
768
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteWhiteListsCommand.metaPath);
769
+ }
770
+ }
771
+ _define_property(DeleteWhiteListsCommand, "metaPath", '/DeleteWhiteLists/2024-05-08/seccenter/post/application_json/');
772
+ class DescribeFileChangeTrendTop5Command extends sdk_core_namespaceObject.Command {
773
+ constructor(input){
774
+ super(input);
775
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeFileChangeTrendTop5Command.metaPath);
776
+ }
777
+ }
778
+ _define_property(DescribeFileChangeTrendTop5Command, "metaPath", '/DescribeFileChangeTrendTop5/2024-05-08/seccenter/post/application_json/');
779
+ class DescribeFileMonitorOverviewCommand extends sdk_core_namespaceObject.Command {
780
+ constructor(input){
781
+ super(input);
782
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeFileMonitorOverviewCommand.metaPath);
783
+ }
784
+ }
785
+ _define_property(DescribeFileMonitorOverviewCommand, "metaPath", '/DescribeFileMonitorOverview/2024-05-08/seccenter/post/application_json/');
786
+ class DescribeLastWeekFileChangeTrendsCommand extends sdk_core_namespaceObject.Command {
787
+ constructor(input){
788
+ super(input);
789
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeLastWeekFileChangeTrendsCommand.metaPath);
790
+ }
791
+ }
792
+ _define_property(DescribeLastWeekFileChangeTrendsCommand, "metaPath", '/DescribeLastWeekFileChangeTrends/2024-05-08/seccenter/post/application_json/');
793
+ class DetectBaselineCommand extends sdk_core_namespaceObject.Command {
794
+ constructor(input){
795
+ super(input);
796
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetectBaselineCommand.metaPath);
797
+ }
798
+ }
799
+ _define_property(DetectBaselineCommand, "metaPath", '/DetectBaseline/2024-05-08/seccenter/post/application_json/');
800
+ class DetectBaselineByCheckConfigCommand extends sdk_core_namespaceObject.Command {
801
+ constructor(input){
802
+ super(input);
803
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetectBaselineByCheckConfigCommand.metaPath);
804
+ }
805
+ }
806
+ _define_property(DetectBaselineByCheckConfigCommand, "metaPath", '/DetectBaselineByCheckConfig/2024-05-08/seccenter/post/application_json/');
807
+ class DetectVulnCommand extends sdk_core_namespaceObject.Command {
808
+ constructor(input){
809
+ super(input);
810
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetectVulnCommand.metaPath);
811
+ }
812
+ }
813
+ _define_property(DetectVulnCommand, "metaPath", '/DetectVuln/2024-05-08/seccenter/post/application_json/');
814
+ class DetectVulnForAICommand extends sdk_core_namespaceObject.Command {
815
+ constructor(input){
816
+ super(input);
817
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetectVulnForAICommand.metaPath);
818
+ }
819
+ }
820
+ _define_property(DetectVulnForAICommand, "metaPath", '/DetectVulnForAI/2024-05-08/seccenter/post/application_json/');
821
+ class DisableHostImportantProtectCommand extends sdk_core_namespaceObject.Command {
822
+ constructor(input){
823
+ super(input);
824
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableHostImportantProtectCommand.metaPath);
825
+ }
826
+ }
827
+ _define_property(DisableHostImportantProtectCommand, "metaPath", '/DisableHostImportantProtect/2024-05-08/seccenter/post/application_json/');
828
+ class DownloadAIVulnListCommand extends sdk_core_namespaceObject.Command {
829
+ constructor(input){
830
+ super(input);
831
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadAIVulnListCommand.metaPath);
832
+ }
833
+ }
834
+ _define_property(DownloadAIVulnListCommand, "metaPath", '/DownloadAIVulnList/2024-05-08/seccenter/post/application_json/');
835
+ class DownloadBaselineCheckCommand extends sdk_core_namespaceObject.Command {
836
+ constructor(input){
837
+ super(input);
838
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadBaselineCheckCommand.metaPath);
839
+ }
840
+ }
841
+ _define_property(DownloadBaselineCheckCommand, "metaPath", '/DownloadBaselineCheck/2024-05-08/seccenter/post/application_json/');
842
+ class DownloadBaselineCheckHostsCommand extends sdk_core_namespaceObject.Command {
843
+ constructor(input){
844
+ super(input);
845
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadBaselineCheckHostsCommand.metaPath);
846
+ }
847
+ }
848
+ _define_property(DownloadBaselineCheckHostsCommand, "metaPath", '/DownloadBaselineCheckHosts/2024-05-08/seccenter/post/application_json/');
849
+ class DownloadRawTraceDataCommand extends sdk_core_namespaceObject.Command {
850
+ constructor(input){
851
+ super(input);
852
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadRawTraceDataCommand.metaPath);
853
+ }
854
+ }
855
+ _define_property(DownloadRawTraceDataCommand, "metaPath", '/DownloadRawTraceData/2024-05-08/seccenter/get/text_plain/');
856
+ class DownloadVulHostListByPodCommand extends sdk_core_namespaceObject.Command {
857
+ constructor(input){
858
+ super(input);
859
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadVulHostListByPodCommand.metaPath);
860
+ }
861
+ }
862
+ _define_property(DownloadVulHostListByPodCommand, "metaPath", '/DownloadVulHostListByPod/2024-05-08/seccenter/post/application_json/');
863
+ class DownloadVulListByPodCommand extends sdk_core_namespaceObject.Command {
864
+ constructor(input){
865
+ super(input);
866
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadVulListByPodCommand.metaPath);
867
+ }
868
+ }
869
+ _define_property(DownloadVulListByPodCommand, "metaPath", '/DownloadVulListByPod/2024-05-08/seccenter/post/application_json/');
870
+ class DownloadVulnAffectAISessionCommand extends sdk_core_namespaceObject.Command {
871
+ constructor(input){
872
+ super(input);
873
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadVulnAffectAISessionCommand.metaPath);
874
+ }
875
+ }
876
+ _define_property(DownloadVulnAffectAISessionCommand, "metaPath", '/DownloadVulnAffectAISession/2024-05-08/seccenter/post/application_json/');
877
+ class DownloadVulnDatasCommand extends sdk_core_namespaceObject.Command {
878
+ constructor(input){
879
+ super(input);
880
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadVulnDatasCommand.metaPath);
881
+ }
882
+ }
883
+ _define_property(DownloadVulnDatasCommand, "metaPath", '/DownloadVulnDatas/2024-05-08/seccenter/post/application_json/');
884
+ class DownloadVulnListCommand extends sdk_core_namespaceObject.Command {
885
+ constructor(input){
886
+ super(input);
887
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DownloadVulnListCommand.metaPath);
888
+ }
889
+ }
890
+ _define_property(DownloadVulnListCommand, "metaPath", '/DownloadVulnList/2024-05-08/seccenter/post/application_json/');
891
+ class EditAIApplicationSyncConfigCommand extends sdk_core_namespaceObject.Command {
892
+ constructor(input){
893
+ super(input);
894
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditAIApplicationSyncConfigCommand.metaPath);
895
+ }
896
+ }
897
+ _define_property(EditAIApplicationSyncConfigCommand, "metaPath", '/EditAIApplicationSyncConfig/2024-05-08/seccenter/post/application_json/');
898
+ class EditBaselineCheckConfigCommand extends sdk_core_namespaceObject.Command {
899
+ constructor(input){
900
+ super(input);
901
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditBaselineCheckConfigCommand.metaPath);
902
+ }
903
+ }
904
+ _define_property(EditBaselineCheckConfigCommand, "metaPath", '/EditBaselineCheckConfig/2024-05-08/seccenter/post/application_json/');
905
+ class EditFingerprintCollectConfigCommand extends sdk_core_namespaceObject.Command {
906
+ constructor(input){
907
+ super(input);
908
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditFingerprintCollectConfigCommand.metaPath);
909
+ }
910
+ }
911
+ _define_property(EditFingerprintCollectConfigCommand, "metaPath", '/EditFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/');
912
+ class EditMonitorPolicyCommand extends sdk_core_namespaceObject.Command {
913
+ constructor(input){
914
+ super(input);
915
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditMonitorPolicyCommand.metaPath);
916
+ }
917
+ }
918
+ _define_property(EditMonitorPolicyCommand, "metaPath", '/EditMonitorPolicy/2024-05-08/seccenter/post/application_json/');
919
+ class EditRaspConfigCommand extends sdk_core_namespaceObject.Command {
920
+ constructor(input){
921
+ super(input);
922
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditRaspConfigCommand.metaPath);
923
+ }
924
+ }
925
+ _define_property(EditRaspConfigCommand, "metaPath", '/EditRaspConfig/2024-05-08/seccenter/post/application_json/');
926
+ class EditVulnScanConfigCommand extends sdk_core_namespaceObject.Command {
927
+ constructor(input){
928
+ super(input);
929
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EditVulnScanConfigCommand.metaPath);
930
+ }
931
+ }
932
+ _define_property(EditVulnScanConfigCommand, "metaPath", '/EditVulnScanConfig/2024-05-08/seccenter/post/application_json/');
933
+ class EnableHostImportantProtectCommand extends sdk_core_namespaceObject.Command {
934
+ constructor(input){
935
+ super(input);
936
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableHostImportantProtectCommand.metaPath);
937
+ }
938
+ }
939
+ _define_property(EnableHostImportantProtectCommand, "metaPath", '/EnableHostImportantProtect/2024-05-08/seccenter/post/application_json/');
940
+ class ExportAIFingerprintDataCommand extends sdk_core_namespaceObject.Command {
941
+ constructor(input){
942
+ super(input);
943
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportAIFingerprintDataCommand.metaPath);
944
+ }
945
+ }
946
+ _define_property(ExportAIFingerprintDataCommand, "metaPath", '/ExportAIFingerprintData/2024-05-08/seccenter/post/application_json/');
947
+ class ExportAlarmListDataForRaspCommand extends sdk_core_namespaceObject.Command {
948
+ constructor(input){
949
+ super(input);
950
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportAlarmListDataForRaspCommand.metaPath);
951
+ }
952
+ }
953
+ _define_property(ExportAlarmListDataForRaspCommand, "metaPath", '/ExportAlarmListDataForRasp/2024-05-08/seccenter/post/application_json/');
954
+ class ExportAssetCenterDevsCommand extends sdk_core_namespaceObject.Command {
955
+ constructor(input){
956
+ super(input);
957
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportAssetCenterDevsCommand.metaPath);
958
+ }
959
+ }
960
+ _define_property(ExportAssetCenterDevsCommand, "metaPath", '/ExportAssetCenterDevs/2024-05-08/seccenter/post/application_json/');
961
+ class ExportAssetCenterHostsCommand extends sdk_core_namespaceObject.Command {
962
+ constructor(input){
963
+ super(input);
964
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportAssetCenterHostsCommand.metaPath);
965
+ }
966
+ }
967
+ _define_property(ExportAssetCenterHostsCommand, "metaPath", '/ExportAssetCenterHosts/2024-05-08/seccenter/post/application_json/');
968
+ class ExportBaselineCheckListCommand extends sdk_core_namespaceObject.Command {
969
+ constructor(input){
970
+ super(input);
971
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportBaselineCheckListCommand.metaPath);
972
+ }
973
+ }
974
+ _define_property(ExportBaselineCheckListCommand, "metaPath", '/ExportBaselineCheckList/2024-05-08/seccenter/post/application_json/');
975
+ class ExportBaselineHostDetailsCommand extends sdk_core_namespaceObject.Command {
976
+ constructor(input){
977
+ super(input);
978
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportBaselineHostDetailsCommand.metaPath);
979
+ }
980
+ }
981
+ _define_property(ExportBaselineHostDetailsCommand, "metaPath", '/ExportBaselineHostDetails/2024-05-08/seccenter/post/application_json/');
982
+ class ExportDevFingerprintDataCommand extends sdk_core_namespaceObject.Command {
983
+ constructor(input){
984
+ super(input);
985
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportDevFingerprintDataCommand.metaPath);
986
+ }
987
+ }
988
+ _define_property(ExportDevFingerprintDataCommand, "metaPath", '/ExportDevFingerprintData/2024-05-08/seccenter/post/application_json/');
989
+ class ExportFileMonitorAlarmListDataCommand extends sdk_core_namespaceObject.Command {
990
+ constructor(input){
991
+ super(input);
992
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportFileMonitorAlarmListDataCommand.metaPath);
993
+ }
994
+ }
995
+ _define_property(ExportFileMonitorAlarmListDataCommand, "metaPath", '/ExportFileMonitorAlarmListData/2024-05-08/seccenter/post/application_json/');
996
+ class ExportFingerprintDataCommand extends sdk_core_namespaceObject.Command {
997
+ constructor(input){
998
+ super(input);
999
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportFingerprintDataCommand.metaPath);
1000
+ }
1001
+ }
1002
+ _define_property(ExportFingerprintDataCommand, "metaPath", '/ExportFingerprintData/2024-05-08/seccenter/post/application_json/');
1003
+ class ExportHidsAlarmListDataCommand extends sdk_core_namespaceObject.Command {
1004
+ constructor(input){
1005
+ super(input);
1006
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportHidsAlarmListDataCommand.metaPath);
1007
+ }
1008
+ }
1009
+ _define_property(ExportHidsAlarmListDataCommand, "metaPath", '/ExportHidsAlarmListData/2024-05-08/seccenter/post/application_json/');
1010
+ class ExportMlpAlarmListDataCommand extends sdk_core_namespaceObject.Command {
1011
+ constructor(input){
1012
+ super(input);
1013
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportMlpAlarmListDataCommand.metaPath);
1014
+ }
1015
+ }
1016
+ _define_property(ExportMlpAlarmListDataCommand, "metaPath", '/ExportMlpAlarmListData/2024-05-08/seccenter/post/application_json/');
1017
+ class ExportRepoImageAssetCommand extends sdk_core_namespaceObject.Command {
1018
+ constructor(input){
1019
+ super(input);
1020
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportRepoImageAssetCommand.metaPath);
1021
+ }
1022
+ }
1023
+ _define_property(ExportRepoImageAssetCommand, "metaPath", '/ExportRepoImageAsset/2024-05-08/seccenter/post/application_json/');
1024
+ class ExportVirusAlarmListDataCommand extends sdk_core_namespaceObject.Command {
1025
+ constructor(input){
1026
+ super(input);
1027
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportVirusAlarmListDataCommand.metaPath);
1028
+ }
1029
+ }
1030
+ _define_property(ExportVirusAlarmListDataCommand, "metaPath", '/ExportVirusAlarmListData/2024-05-08/seccenter/post/application_json/');
1031
+ class ExportWeakPasswordCommand extends sdk_core_namespaceObject.Command {
1032
+ constructor(input){
1033
+ super(input);
1034
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ExportWeakPasswordCommand.metaPath);
1035
+ }
1036
+ }
1037
+ _define_property(ExportWeakPasswordCommand, "metaPath", '/ExportWeakPassword/2024-05-08/seccenter/post/application_json/');
1038
+ class GenerateInstallCommandCommand extends sdk_core_namespaceObject.Command {
1039
+ constructor(input){
1040
+ super(input);
1041
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GenerateInstallCommandCommand.metaPath);
1042
+ }
1043
+ }
1044
+ _define_property(GenerateInstallCommandCommand, "metaPath", '/GenerateInstallCommand/2024-05-08/seccenter/post/application_json/');
1045
+ class GetAIAlarmJudgeConfigCommand extends sdk_core_namespaceObject.Command {
1046
+ constructor(input){
1047
+ super(input);
1048
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIAlarmJudgeConfigCommand.metaPath);
1049
+ }
1050
+ }
1051
+ _define_property(GetAIAlarmJudgeConfigCommand, "metaPath", '/GetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/');
1052
+ class GetAIApplicationSyncConfigCommand extends sdk_core_namespaceObject.Command {
1053
+ constructor(input){
1054
+ super(input);
1055
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIApplicationSyncConfigCommand.metaPath);
1056
+ }
1057
+ }
1058
+ _define_property(GetAIApplicationSyncConfigCommand, "metaPath", '/GetAIApplicationSyncConfig/2024-05-08/seccenter/post/application_json/');
1059
+ class GetAIFingerprintAppCommand extends sdk_core_namespaceObject.Command {
1060
+ constructor(input){
1061
+ super(input);
1062
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIFingerprintAppCommand.metaPath);
1063
+ }
1064
+ }
1065
+ _define_property(GetAIFingerprintAppCommand, "metaPath", '/GetAIFingerprintApp/2024-05-08/seccenter/post/application_json/');
1066
+ class GetAIFingerprintPortCommand extends sdk_core_namespaceObject.Command {
1067
+ constructor(input){
1068
+ super(input);
1069
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIFingerprintPortCommand.metaPath);
1070
+ }
1071
+ }
1072
+ _define_property(GetAIFingerprintPortCommand, "metaPath", '/GetAIFingerprintPort/2024-05-08/seccenter/post/application_json/');
1073
+ class GetAIFingerprintProcessCommand extends sdk_core_namespaceObject.Command {
1074
+ constructor(input){
1075
+ super(input);
1076
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIFingerprintProcessCommand.metaPath);
1077
+ }
1078
+ }
1079
+ _define_property(GetAIFingerprintProcessCommand, "metaPath", '/GetAIFingerprintProcess/2024-05-08/seccenter/post/application_json/');
1080
+ class GetAIFingerprintRefreshStatusCommand extends sdk_core_namespaceObject.Command {
1081
+ constructor(input){
1082
+ super(input);
1083
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIFingerprintRefreshStatusCommand.metaPath);
1084
+ }
1085
+ }
1086
+ _define_property(GetAIFingerprintRefreshStatusCommand, "metaPath", '/GetAIFingerprintRefreshStatus/2024-05-08/seccenter/post/application_json/');
1087
+ class GetAIFingerprintSoftwareCommand extends sdk_core_namespaceObject.Command {
1088
+ constructor(input){
1089
+ super(input);
1090
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIFingerprintSoftwareCommand.metaPath);
1091
+ }
1092
+ }
1093
+ _define_property(GetAIFingerprintSoftwareCommand, "metaPath", '/GetAIFingerprintSoftware/2024-05-08/seccenter/post/application_json/');
1094
+ class GetAIFingerprintStatisticsCommand extends sdk_core_namespaceObject.Command {
1095
+ constructor(input){
1096
+ super(input);
1097
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIFingerprintStatisticsCommand.metaPath);
1098
+ }
1099
+ }
1100
+ _define_property(GetAIFingerprintStatisticsCommand, "metaPath", '/GetAIFingerprintStatistics/2024-05-08/seccenter/post/application_json/');
1101
+ class GetAIFingerprintTop5Command extends sdk_core_namespaceObject.Command {
1102
+ constructor(input){
1103
+ super(input);
1104
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIFingerprintTop5Command.metaPath);
1105
+ }
1106
+ }
1107
+ _define_property(GetAIFingerprintTop5Command, "metaPath", '/GetAIFingerprintTop5/2024-05-08/seccenter/post/application_json/');
1108
+ class GetAISessionVulnInfoCommand extends sdk_core_namespaceObject.Command {
1109
+ constructor(input){
1110
+ super(input);
1111
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAISessionVulnInfoCommand.metaPath);
1112
+ }
1113
+ }
1114
+ _define_property(GetAISessionVulnInfoCommand, "metaPath", '/GetAISessionVulnInfo/2024-05-08/seccenter/post/application_json/');
1115
+ class GetAIVulnDetectProgressDetailCommand extends sdk_core_namespaceObject.Command {
1116
+ constructor(input){
1117
+ super(input);
1118
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAIVulnDetectProgressDetailCommand.metaPath);
1119
+ }
1120
+ }
1121
+ _define_property(GetAIVulnDetectProgressDetailCommand, "metaPath", '/GetAIVulnDetectProgressDetail/2024-05-08/seccenter/post/application_json/');
1122
+ class GetAlarmBySmithKeyCommand extends sdk_core_namespaceObject.Command {
1123
+ constructor(input){
1124
+ super(input);
1125
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlarmBySmithKeyCommand.metaPath);
1126
+ }
1127
+ }
1128
+ _define_property(GetAlarmBySmithKeyCommand, "metaPath", '/GetAlarmBySmithKey/2024-05-08/seccenter/get/text_plain/');
1129
+ class GetAlarmRuleListCommand extends sdk_core_namespaceObject.Command {
1130
+ constructor(input){
1131
+ super(input);
1132
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlarmRuleListCommand.metaPath);
1133
+ }
1134
+ }
1135
+ _define_property(GetAlarmRuleListCommand, "metaPath", '/GetAlarmRuleList/2024-05-08/seccenter/post/application_json/');
1136
+ class GetAlarmTraceCommand extends sdk_core_namespaceObject.Command {
1137
+ constructor(input){
1138
+ super(input);
1139
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlarmTraceCommand.metaPath);
1140
+ }
1141
+ }
1142
+ _define_property(GetAlarmTraceCommand, "metaPath", '/GetAlarmTrace/2024-05-08/seccenter/get/text_plain/');
1143
+ class GetAlarmTraceRawDataCommand extends sdk_core_namespaceObject.Command {
1144
+ constructor(input){
1145
+ super(input);
1146
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlarmTraceRawDataCommand.metaPath);
1147
+ }
1148
+ }
1149
+ _define_property(GetAlarmTraceRawDataCommand, "metaPath", '/GetAlarmTraceRawData/2024-05-08/seccenter/post/application_json/');
1150
+ class GetAlarmVirusStatisticsCommand extends sdk_core_namespaceObject.Command {
1151
+ constructor(input){
1152
+ super(input);
1153
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlarmVirusStatisticsCommand.metaPath);
1154
+ }
1155
+ }
1156
+ _define_property(GetAlarmVirusStatisticsCommand, "metaPath", '/GetAlarmVirusStatistics/2024-05-08/seccenter/get/text_plain/');
1157
+ class GetAllMonitorSuffixListCommand extends sdk_core_namespaceObject.Command {
1158
+ constructor(input){
1159
+ super(input);
1160
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAllMonitorSuffixListCommand.metaPath);
1161
+ }
1162
+ }
1163
+ _define_property(GetAllMonitorSuffixListCommand, "metaPath", '/GetAllMonitorSuffixList/2024-05-08/seccenter/post/application_json/');
338
1164
  class GetArmorProfileCommand extends sdk_core_namespaceObject.Command {
339
1165
  constructor(input){
340
1166
  super(input);
341
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetArmorProfileCommand.metaPath);
1167
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetArmorProfileCommand.metaPath);
1168
+ }
1169
+ }
1170
+ _define_property(GetArmorProfileCommand, "metaPath", '/GetArmorProfile/2024-05-08/seccenter/post/application_json/');
1171
+ class GetAssetClusterStatisticCommand extends sdk_core_namespaceObject.Command {
1172
+ constructor(input){
1173
+ super(input);
1174
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAssetClusterStatisticCommand.metaPath);
1175
+ }
1176
+ }
1177
+ _define_property(GetAssetClusterStatisticCommand, "metaPath", '/GetAssetClusterStatistic/2024-05-08/seccenter/post/application_json/');
1178
+ class GetAssetClustersSyncEndCommand extends sdk_core_namespaceObject.Command {
1179
+ constructor(input){
1180
+ super(input);
1181
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAssetClustersSyncEndCommand.metaPath);
1182
+ }
1183
+ }
1184
+ _define_property(GetAssetClustersSyncEndCommand, "metaPath", '/GetAssetClustersSyncEnd/2024-05-08/seccenter/post/application_json/');
1185
+ class GetAssetWorkloadStatisticCommand extends sdk_core_namespaceObject.Command {
1186
+ constructor(input){
1187
+ super(input);
1188
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAssetWorkloadStatisticCommand.metaPath);
1189
+ }
1190
+ }
1191
+ _define_property(GetAssetWorkloadStatisticCommand, "metaPath", '/GetAssetWorkloadStatistic/2024-05-08/seccenter/post/application_json/');
1192
+ class GetAutoIsolateAgentListCommand extends sdk_core_namespaceObject.Command {
1193
+ constructor(input){
1194
+ super(input);
1195
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAutoIsolateAgentListCommand.metaPath);
1196
+ }
1197
+ }
1198
+ _define_property(GetAutoIsolateAgentListCommand, "metaPath", '/GetAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/');
1199
+ class GetAutoProtectConfigCommand extends sdk_core_namespaceObject.Command {
1200
+ constructor(input){
1201
+ super(input);
1202
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAutoProtectConfigCommand.metaPath);
1203
+ }
1204
+ }
1205
+ _define_property(GetAutoProtectConfigCommand, "metaPath", '/GetAutoProtectConfig/2024-05-08/seccenter/post/application_json/');
1206
+ class GetBaselineDetectProgressDetailCommand extends sdk_core_namespaceObject.Command {
1207
+ constructor(input){
1208
+ super(input);
1209
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetBaselineDetectProgressDetailCommand.metaPath);
1210
+ }
1211
+ }
1212
+ _define_property(GetBaselineDetectProgressDetailCommand, "metaPath", '/GetBaselineDetectProgressDetail/2024-05-08/seccenter/post/application_json/');
1213
+ class GetBaselineGroupStatisticsCommand extends sdk_core_namespaceObject.Command {
1214
+ constructor(input){
1215
+ super(input);
1216
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetBaselineGroupStatisticsCommand.metaPath);
1217
+ }
1218
+ }
1219
+ _define_property(GetBaselineGroupStatisticsCommand, "metaPath", '/GetBaselineGroupStatistics/2024-05-08/seccenter/get/text_plain/');
1220
+ class GetBruteForceBanCapParamsCommand extends sdk_core_namespaceObject.Command {
1221
+ constructor(input){
1222
+ super(input);
1223
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetBruteForceBanCapParamsCommand.metaPath);
1224
+ }
1225
+ }
1226
+ _define_property(GetBruteForceBanCapParamsCommand, "metaPath", '/GetBruteForceBanCapParams/2024-05-08/seccenter/post/application_json/');
1227
+ class GetBruteForceBanConfigCommand extends sdk_core_namespaceObject.Command {
1228
+ constructor(input){
1229
+ super(input);
1230
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetBruteForceBanConfigCommand.metaPath);
1231
+ }
1232
+ }
1233
+ _define_property(GetBruteForceBanConfigCommand, "metaPath", '/GetBruteForceBanConfig/2024-05-08/seccenter/get/text_plain/');
1234
+ class GetBruteForceBanStatisticsCommand extends sdk_core_namespaceObject.Command {
1235
+ constructor(input){
1236
+ super(input);
1237
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetBruteForceBanStatisticsCommand.metaPath);
1238
+ }
1239
+ }
1240
+ _define_property(GetBruteForceBanStatisticsCommand, "metaPath", '/GetBruteForceBanStatistics/2024-05-08/seccenter/get/text_plain/');
1241
+ class GetCisDetailCommand extends sdk_core_namespaceObject.Command {
1242
+ constructor(input){
1243
+ super(input);
1244
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetCisDetailCommand.metaPath);
1245
+ }
1246
+ }
1247
+ _define_property(GetCisDetailCommand, "metaPath", '/GetCisDetail/2024-05-08/seccenter/post/application_json/');
1248
+ class GetClusterStatisticsCommand extends sdk_core_namespaceObject.Command {
1249
+ constructor(input){
1250
+ super(input);
1251
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetClusterStatisticsCommand.metaPath);
1252
+ }
1253
+ }
1254
+ _define_property(GetClusterStatisticsCommand, "metaPath", '/GetClusterStatistics/2024-05-08/seccenter/post/application_json/');
1255
+ class GetClustersPermissionResultCommand extends sdk_core_namespaceObject.Command {
1256
+ constructor(input){
1257
+ super(input);
1258
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetClustersPermissionResultCommand.metaPath);
1259
+ }
1260
+ }
1261
+ _define_property(GetClustersPermissionResultCommand, "metaPath", '/GetClustersPermissionResult/2024-05-08/seccenter/post/application_json/');
1262
+ class GetCustomWeakPasswordsCommand extends sdk_core_namespaceObject.Command {
1263
+ constructor(input){
1264
+ super(input);
1265
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetCustomWeakPasswordsCommand.metaPath);
1266
+ }
1267
+ }
1268
+ _define_property(GetCustomWeakPasswordsCommand, "metaPath", '/GetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/');
1269
+ class GetDevAssetOverviewCommand extends sdk_core_namespaceObject.Command {
1270
+ constructor(input){
1271
+ super(input);
1272
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetDevAssetOverviewCommand.metaPath);
1273
+ }
1274
+ }
1275
+ _define_property(GetDevAssetOverviewCommand, "metaPath", '/GetDevAssetOverview/2024-05-08/seccenter/post/application_json/');
1276
+ class GetDevDetailCommand extends sdk_core_namespaceObject.Command {
1277
+ constructor(input){
1278
+ super(input);
1279
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetDevDetailCommand.metaPath);
1280
+ }
1281
+ }
1282
+ _define_property(GetDevDetailCommand, "metaPath", '/GetDevDetail/2024-05-08/seccenter/get/text_plain/');
1283
+ class GetDevFingerprintPortCommand extends sdk_core_namespaceObject.Command {
1284
+ constructor(input){
1285
+ super(input);
1286
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetDevFingerprintPortCommand.metaPath);
1287
+ }
1288
+ }
1289
+ _define_property(GetDevFingerprintPortCommand, "metaPath", '/GetDevFingerprintPort/2024-05-08/seccenter/post/application_json/');
1290
+ class GetDevFingerprintProcessCommand extends sdk_core_namespaceObject.Command {
1291
+ constructor(input){
1292
+ super(input);
1293
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetDevFingerprintProcessCommand.metaPath);
1294
+ }
1295
+ }
1296
+ _define_property(GetDevFingerprintProcessCommand, "metaPath", '/GetDevFingerprintProcess/2024-05-08/seccenter/post/application_json/');
1297
+ class GetDevFingerprintSoftwareCommand extends sdk_core_namespaceObject.Command {
1298
+ constructor(input){
1299
+ super(input);
1300
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetDevFingerprintSoftwareCommand.metaPath);
1301
+ }
1302
+ }
1303
+ _define_property(GetDevFingerprintSoftwareCommand, "metaPath", '/GetDevFingerprintSoftware/2024-05-08/seccenter/post/application_json/');
1304
+ class GetDevFingerprintStatisticsCommand extends sdk_core_namespaceObject.Command {
1305
+ constructor(input){
1306
+ super(input);
1307
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetDevFingerprintStatisticsCommand.metaPath);
1308
+ }
1309
+ }
1310
+ _define_property(GetDevFingerprintStatisticsCommand, "metaPath", '/GetDevFingerprintStatistics/2024-05-08/seccenter/get/text_plain/');
1311
+ class GetDownloadStatusCommand extends sdk_core_namespaceObject.Command {
1312
+ constructor(input){
1313
+ super(input);
1314
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetDownloadStatusCommand.metaPath);
1315
+ }
1316
+ }
1317
+ _define_property(GetDownloadStatusCommand, "metaPath", '/GetDownloadStatus/2024-05-08/seccenter/get/text_plain/');
1318
+ class GetFingerprintAIAppCommand extends sdk_core_namespaceObject.Command {
1319
+ constructor(input){
1320
+ super(input);
1321
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintAIAppCommand.metaPath);
1322
+ }
1323
+ }
1324
+ _define_property(GetFingerprintAIAppCommand, "metaPath", '/GetFingerprintAIApp/2024-05-08/seccenter/post/application_json/');
1325
+ class GetFingerprintAppCommand extends sdk_core_namespaceObject.Command {
1326
+ constructor(input){
1327
+ super(input);
1328
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintAppCommand.metaPath);
1329
+ }
1330
+ }
1331
+ _define_property(GetFingerprintAppCommand, "metaPath", '/GetFingerprintApp/2024-05-08/seccenter/post/application_json/');
1332
+ class GetFingerprintAppGroupCommand extends sdk_core_namespaceObject.Command {
1333
+ constructor(input){
1334
+ super(input);
1335
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintAppGroupCommand.metaPath);
1336
+ }
1337
+ }
1338
+ _define_property(GetFingerprintAppGroupCommand, "metaPath", '/GetFingerprintAppGroup/2024-05-08/seccenter/get/text_plain/');
1339
+ class GetFingerprintCronCommand extends sdk_core_namespaceObject.Command {
1340
+ constructor(input){
1341
+ super(input);
1342
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintCronCommand.metaPath);
1343
+ }
1344
+ }
1345
+ _define_property(GetFingerprintCronCommand, "metaPath", '/GetFingerprintCron/2024-05-08/seccenter/post/application_json/');
1346
+ class GetFingerprintEnvCommand extends sdk_core_namespaceObject.Command {
1347
+ constructor(input){
1348
+ super(input);
1349
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintEnvCommand.metaPath);
1350
+ }
1351
+ }
1352
+ _define_property(GetFingerprintEnvCommand, "metaPath", '/GetFingerprintEnv/2024-05-08/seccenter/post/application_json/');
1353
+ class GetFingerprintIntegrityCommand extends sdk_core_namespaceObject.Command {
1354
+ constructor(input){
1355
+ super(input);
1356
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintIntegrityCommand.metaPath);
1357
+ }
1358
+ }
1359
+ _define_property(GetFingerprintIntegrityCommand, "metaPath", '/GetFingerprintIntegrity/2024-05-08/seccenter/post/application_json/');
1360
+ class GetFingerprintKmodCommand extends sdk_core_namespaceObject.Command {
1361
+ constructor(input){
1362
+ super(input);
1363
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintKmodCommand.metaPath);
1364
+ }
1365
+ }
1366
+ _define_property(GetFingerprintKmodCommand, "metaPath", '/GetFingerprintKmod/2024-05-08/seccenter/post/application_json/');
1367
+ class GetFingerprintPortCommand extends sdk_core_namespaceObject.Command {
1368
+ constructor(input){
1369
+ super(input);
1370
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintPortCommand.metaPath);
1371
+ }
1372
+ }
1373
+ _define_property(GetFingerprintPortCommand, "metaPath", '/GetFingerprintPort/2024-05-08/seccenter/post/application_json/');
1374
+ class GetFingerprintProcessCommand extends sdk_core_namespaceObject.Command {
1375
+ constructor(input){
1376
+ super(input);
1377
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintProcessCommand.metaPath);
1378
+ }
1379
+ }
1380
+ _define_property(GetFingerprintProcessCommand, "metaPath", '/GetFingerprintProcess/2024-05-08/seccenter/post/application_json/');
1381
+ class GetFingerprintRefreshStatusCommand extends sdk_core_namespaceObject.Command {
1382
+ constructor(input){
1383
+ super(input);
1384
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintRefreshStatusCommand.metaPath);
1385
+ }
1386
+ }
1387
+ _define_property(GetFingerprintRefreshStatusCommand, "metaPath", '/GetFingerprintRefreshStatus/2024-05-08/seccenter/get/text_plain/');
1388
+ class GetFingerprintServiceCommand extends sdk_core_namespaceObject.Command {
1389
+ constructor(input){
1390
+ super(input);
1391
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintServiceCommand.metaPath);
1392
+ }
1393
+ }
1394
+ _define_property(GetFingerprintServiceCommand, "metaPath", '/GetFingerprintService/2024-05-08/seccenter/post/application_json/');
1395
+ class GetFingerprintSoftwareCommand extends sdk_core_namespaceObject.Command {
1396
+ constructor(input){
1397
+ super(input);
1398
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintSoftwareCommand.metaPath);
1399
+ }
1400
+ }
1401
+ _define_property(GetFingerprintSoftwareCommand, "metaPath", '/GetFingerprintSoftware/2024-05-08/seccenter/post/application_json/');
1402
+ class GetFingerprintStatisticsCommand extends sdk_core_namespaceObject.Command {
1403
+ constructor(input){
1404
+ super(input);
1405
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintStatisticsCommand.metaPath);
1406
+ }
1407
+ }
1408
+ _define_property(GetFingerprintStatisticsCommand, "metaPath", '/GetFingerprintStatistics/2024-05-08/seccenter/get/text_plain/');
1409
+ class GetFingerprintTop5Command extends sdk_core_namespaceObject.Command {
1410
+ constructor(input){
1411
+ super(input);
1412
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintTop5Command.metaPath);
1413
+ }
1414
+ }
1415
+ _define_property(GetFingerprintTop5Command, "metaPath", '/GetFingerprintTop5/2024-05-08/seccenter/get/text_plain/');
1416
+ class GetFingerprintUserCommand extends sdk_core_namespaceObject.Command {
1417
+ constructor(input){
1418
+ super(input);
1419
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintUserCommand.metaPath);
1420
+ }
1421
+ }
1422
+ _define_property(GetFingerprintUserCommand, "metaPath", '/GetFingerprintUser/2024-05-08/seccenter/post/application_json/');
1423
+ class GetFingerprintWebCommand extends sdk_core_namespaceObject.Command {
1424
+ constructor(input){
1425
+ super(input);
1426
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintWebCommand.metaPath);
1427
+ }
1428
+ }
1429
+ _define_property(GetFingerprintWebCommand, "metaPath", '/GetFingerprintWeb/2024-05-08/seccenter/post/application_json/');
1430
+ class GetGeoLocationCommand extends sdk_core_namespaceObject.Command {
1431
+ constructor(input){
1432
+ super(input);
1433
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetGeoLocationCommand.metaPath);
1434
+ }
1435
+ }
1436
+ _define_property(GetGeoLocationCommand, "metaPath", '/GetGeoLocation/2024-05-08/seccenter/get/text_plain/');
1437
+ class GetGroupCheckStatusCommand extends sdk_core_namespaceObject.Command {
1438
+ constructor(input){
1439
+ super(input);
1440
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetGroupCheckStatusCommand.metaPath);
1441
+ }
1442
+ }
1443
+ _define_property(GetGroupCheckStatusCommand, "metaPath", '/GetGroupCheckStatus/2024-05-08/seccenter/get/text_plain/');
1444
+ class GetHidsAlarmInfoCommand extends sdk_core_namespaceObject.Command {
1445
+ constructor(input){
1446
+ super(input);
1447
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHidsAlarmInfoCommand.metaPath);
1448
+ }
1449
+ }
1450
+ _define_property(GetHidsAlarmInfoCommand, "metaPath", '/GetHidsAlarmInfo/2024-05-08/seccenter/get/text_plain/');
1451
+ class GetHidsAlarmStatisticsCommand extends sdk_core_namespaceObject.Command {
1452
+ constructor(input){
1453
+ super(input);
1454
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHidsAlarmStatisticsCommand.metaPath);
1455
+ }
1456
+ }
1457
+ _define_property(GetHidsAlarmStatisticsCommand, "metaPath", '/GetHidsAlarmStatistics/2024-05-08/seccenter/get/text_plain/');
1458
+ class GetHidsAlarmSummaryInfoCommand extends sdk_core_namespaceObject.Command {
1459
+ constructor(input){
1460
+ super(input);
1461
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHidsAlarmSummaryInfoCommand.metaPath);
1462
+ }
1463
+ }
1464
+ _define_property(GetHidsAlarmSummaryInfoCommand, "metaPath", '/GetHidsAlarmSummaryInfo/2024-05-08/seccenter/get/text_plain/');
1465
+ class GetHostAssetOverviewCommand extends sdk_core_namespaceObject.Command {
1466
+ constructor(input){
1467
+ super(input);
1468
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHostAssetOverviewCommand.metaPath);
1469
+ }
1470
+ }
1471
+ _define_property(GetHostAssetOverviewCommand, "metaPath", '/GetHostAssetOverview/2024-05-08/seccenter/post/application_json/');
1472
+ class GetHostBasicInfoCommand extends sdk_core_namespaceObject.Command {
1473
+ constructor(input){
1474
+ super(input);
1475
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHostBasicInfoCommand.metaPath);
1476
+ }
1477
+ }
1478
+ _define_property(GetHostBasicInfoCommand, "metaPath", '/GetHostBasicInfo/2024-05-08/seccenter/get/text_plain/');
1479
+ class GetHostImportantProtectStateCommand extends sdk_core_namespaceObject.Command {
1480
+ constructor(input){
1481
+ super(input);
1482
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHostImportantProtectStateCommand.metaPath);
1483
+ }
1484
+ }
1485
+ _define_property(GetHostImportantProtectStateCommand, "metaPath", '/GetHostImportantProtectState/2024-05-08/seccenter/get/text_plain/');
1486
+ class GetHostVolumeCommand extends sdk_core_namespaceObject.Command {
1487
+ constructor(input){
1488
+ super(input);
1489
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHostVolumeCommand.metaPath);
1490
+ }
1491
+ }
1492
+ _define_property(GetHostVolumeCommand, "metaPath", '/GetHostVolume/2024-05-08/seccenter/post/application_json/');
1493
+ class GetHostVulnInfoCommand extends sdk_core_namespaceObject.Command {
1494
+ constructor(input){
1495
+ super(input);
1496
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHostVulnInfoCommand.metaPath);
1497
+ }
1498
+ }
1499
+ _define_property(GetHostVulnInfoCommand, "metaPath", '/GetHostVulnInfo/2024-05-08/seccenter/post/application_json/');
1500
+ class GetIntrusionRealTimeUpdatesCommand extends sdk_core_namespaceObject.Command {
1501
+ constructor(input){
1502
+ super(input);
1503
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetIntrusionRealTimeUpdatesCommand.metaPath);
1504
+ }
1505
+ }
1506
+ _define_property(GetIntrusionRealTimeUpdatesCommand, "metaPath", '/GetIntrusionRealTimeUpdates/2024-05-08/seccenter/post/application_json/');
1507
+ class GetIntrusionRiskTrendsCommand extends sdk_core_namespaceObject.Command {
1508
+ constructor(input){
1509
+ super(input);
1510
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetIntrusionRiskTrendsCommand.metaPath);
1511
+ }
1512
+ }
1513
+ _define_property(GetIntrusionRiskTrendsCommand, "metaPath", '/GetIntrusionRiskTrends/2024-05-08/seccenter/get/text_plain/');
1514
+ class GetK8sAssetStatisticCommand extends sdk_core_namespaceObject.Command {
1515
+ constructor(input){
1516
+ super(input);
1517
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetK8sAssetStatisticCommand.metaPath);
1518
+ }
1519
+ }
1520
+ _define_property(GetK8sAssetStatisticCommand, "metaPath", '/GetK8sAssetStatistic/2024-05-08/seccenter/post/application_json/');
1521
+ class GetLayeredGroupsCommand extends sdk_core_namespaceObject.Command {
1522
+ constructor(input){
1523
+ super(input);
1524
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetLayeredGroupsCommand.metaPath);
1525
+ }
1526
+ }
1527
+ _define_property(GetLayeredGroupsCommand, "metaPath", '/GetLayeredGroups/2024-05-08/seccenter/post/application_json/');
1528
+ class GetMLPAssetSyncTaskDetailCommand extends sdk_core_namespaceObject.Command {
1529
+ constructor(input){
1530
+ super(input);
1531
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMLPAssetSyncTaskDetailCommand.metaPath);
1532
+ }
1533
+ }
1534
+ _define_property(GetMLPAssetSyncTaskDetailCommand, "metaPath", '/GetMLPAssetSyncTaskDetail/2024-05-08/seccenter/post/application_json/');
1535
+ class GetMLPAssetSyncTaskStatusCommand extends sdk_core_namespaceObject.Command {
1536
+ constructor(input){
1537
+ super(input);
1538
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMLPAssetSyncTaskStatusCommand.metaPath);
1539
+ }
1540
+ }
1541
+ _define_property(GetMLPAssetSyncTaskStatusCommand, "metaPath", '/GetMLPAssetSyncTaskStatus/2024-05-08/seccenter/post/application_json/');
1542
+ class GetManualSyncAIApplicationStatusCommand extends sdk_core_namespaceObject.Command {
1543
+ constructor(input){
1544
+ super(input);
1545
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetManualSyncAIApplicationStatusCommand.metaPath);
1546
+ }
1547
+ }
1548
+ _define_property(GetManualSyncAIApplicationStatusCommand, "metaPath", '/GetManualSyncAIApplicationStatus/2024-05-08/seccenter/post/application_json/');
1549
+ class GetMlpAlarmStatisticsCommand extends sdk_core_namespaceObject.Command {
1550
+ constructor(input){
1551
+ super(input);
1552
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMlpAlarmStatisticsCommand.metaPath);
1553
+ }
1554
+ }
1555
+ _define_property(GetMlpAlarmStatisticsCommand, "metaPath", '/GetMlpAlarmStatistics/2024-05-08/seccenter/get/text_plain/');
1556
+ class GetMlpAlarmSummaryInfoCommand extends sdk_core_namespaceObject.Command {
1557
+ constructor(input){
1558
+ super(input);
1559
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMlpAlarmSummaryInfoCommand.metaPath);
1560
+ }
1561
+ }
1562
+ _define_property(GetMlpAlarmSummaryInfoCommand, "metaPath", '/GetMlpAlarmSummaryInfo/2024-05-08/seccenter/get/text_plain/');
1563
+ class GetMlpUpdateSoftwareTaskDetailCommand extends sdk_core_namespaceObject.Command {
1564
+ constructor(input){
1565
+ super(input);
1566
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMlpUpdateSoftwareTaskDetailCommand.metaPath);
1567
+ }
1568
+ }
1569
+ _define_property(GetMlpUpdateSoftwareTaskDetailCommand, "metaPath", '/GetMlpUpdateSoftwareTaskDetail/2024-05-08/seccenter/get/text_plain/');
1570
+ class GetMonitorPolicyDirectoryCommand extends sdk_core_namespaceObject.Command {
1571
+ constructor(input){
1572
+ super(input);
1573
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMonitorPolicyDirectoryCommand.metaPath);
1574
+ }
1575
+ }
1576
+ _define_property(GetMonitorPolicyDirectoryCommand, "metaPath", '/GetMonitorPolicyDirectory/2024-05-08/seccenter/get/text_plain/');
1577
+ class GetMultiLevelAuthDetailCommand extends sdk_core_namespaceObject.Command {
1578
+ constructor(input){
1579
+ super(input);
1580
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMultiLevelAuthDetailCommand.metaPath);
1581
+ }
1582
+ }
1583
+ _define_property(GetMultiLevelAuthDetailCommand, "metaPath", '/GetMultiLevelAuthDetail/2024-05-08/seccenter/post/application_json/');
1584
+ class GetMultiLevelHostAssetOverviewCommand extends sdk_core_namespaceObject.Command {
1585
+ constructor(input){
1586
+ super(input);
1587
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMultiLevelHostAssetOverviewCommand.metaPath);
1588
+ }
1589
+ }
1590
+ _define_property(GetMultiLevelHostAssetOverviewCommand, "metaPath", '/GetMultiLevelHostAssetOverview/2024-05-08/seccenter/post/application_json/');
1591
+ class GetMultiLevelInstitutionDetailCommand extends sdk_core_namespaceObject.Command {
1592
+ constructor(input){
1593
+ super(input);
1594
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMultiLevelInstitutionDetailCommand.metaPath);
1595
+ }
1596
+ }
1597
+ _define_property(GetMultiLevelInstitutionDetailCommand, "metaPath", '/GetMultiLevelInstitutionDetail/2024-05-08/seccenter/post/application_json/');
1598
+ class GetNeighboringAlarmCommand extends sdk_core_namespaceObject.Command {
1599
+ constructor(input){
1600
+ super(input);
1601
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetNeighboringAlarmCommand.metaPath);
1602
+ }
1603
+ }
1604
+ _define_property(GetNeighboringAlarmCommand, "metaPath", '/GetNeighboringAlarm/2024-05-08/seccenter/post/application_json/');
1605
+ class GetOfflineNotificationConfigCommand extends sdk_core_namespaceObject.Command {
1606
+ constructor(input){
1607
+ super(input);
1608
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetOfflineNotificationConfigCommand.metaPath);
1609
+ }
1610
+ }
1611
+ _define_property(GetOfflineNotificationConfigCommand, "metaPath", '/GetOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/');
1612
+ class GetOfflineNotificationListCommand extends sdk_core_namespaceObject.Command {
1613
+ constructor(input){
1614
+ super(input);
1615
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetOfflineNotificationListCommand.metaPath);
1616
+ }
1617
+ }
1618
+ _define_property(GetOfflineNotificationListCommand, "metaPath", '/GetOfflineNotificationList/2024-05-08/seccenter/post/application_json/');
1619
+ class GetOneRaspAlarmCommand extends sdk_core_namespaceObject.Command {
1620
+ constructor(input){
1621
+ super(input);
1622
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetOneRaspAlarmCommand.metaPath);
1623
+ }
1624
+ }
1625
+ _define_property(GetOneRaspAlarmCommand, "metaPath", '/GetOneRaspAlarm/2024-05-08/seccenter/get/text_plain/');
1626
+ class GetPolicyStatisticsCommand extends sdk_core_namespaceObject.Command {
1627
+ constructor(input){
1628
+ super(input);
1629
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetPolicyStatisticsCommand.metaPath);
1630
+ }
1631
+ }
1632
+ _define_property(GetPolicyStatisticsCommand, "metaPath", '/GetPolicyStatistics/2024-05-08/seccenter/post/application_json/');
1633
+ class GetRaspAlarmStatisticsCommand extends sdk_core_namespaceObject.Command {
1634
+ constructor(input){
1635
+ super(input);
1636
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRaspAlarmStatisticsCommand.metaPath);
1637
+ }
1638
+ }
1639
+ _define_property(GetRaspAlarmStatisticsCommand, "metaPath", '/GetRaspAlarmStatistics/2024-05-08/seccenter/get/text_plain/');
1640
+ class GetRaspAlarmSummaryInfoCommand extends sdk_core_namespaceObject.Command {
1641
+ constructor(input){
1642
+ super(input);
1643
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRaspAlarmSummaryInfoCommand.metaPath);
1644
+ }
1645
+ }
1646
+ _define_property(GetRaspAlarmSummaryInfoCommand, "metaPath", '/GetRaspAlarmSummaryInfo/2024-05-08/seccenter/get/text_plain/');
1647
+ class GetRaspAuthorizationStatisticsCommand extends sdk_core_namespaceObject.Command {
1648
+ constructor(input){
1649
+ super(input);
1650
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRaspAuthorizationStatisticsCommand.metaPath);
1651
+ }
1652
+ }
1653
+ _define_property(GetRaspAuthorizationStatisticsCommand, "metaPath", '/GetRaspAuthorizationStatistics/2024-05-08/seccenter/post/application_json/');
1654
+ class GetRaspConfigStatisticsCommand extends sdk_core_namespaceObject.Command {
1655
+ constructor(input){
1656
+ super(input);
1657
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRaspConfigStatisticsCommand.metaPath);
1658
+ }
1659
+ }
1660
+ _define_property(GetRaspConfigStatisticsCommand, "metaPath", '/GetRaspConfigStatistics/2024-05-08/seccenter/get/text_plain/');
1661
+ class GetRaspProcessDetailCommand extends sdk_core_namespaceObject.Command {
1662
+ constructor(input){
1663
+ super(input);
1664
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRaspProcessDetailCommand.metaPath);
1665
+ }
1666
+ }
1667
+ _define_property(GetRaspProcessDetailCommand, "metaPath", '/GetRaspProcessDetail/2024-05-08/seccenter/get/text_plain/');
1668
+ class GetRaspProtectStatisticsCommand extends sdk_core_namespaceObject.Command {
1669
+ constructor(input){
1670
+ super(input);
1671
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRaspProtectStatisticsCommand.metaPath);
1672
+ }
1673
+ }
1674
+ _define_property(GetRaspProtectStatisticsCommand, "metaPath", '/GetRaspProtectStatistics/2024-05-08/seccenter/get/text_plain/');
1675
+ class GetRegistriesPermissionResultCommand extends sdk_core_namespaceObject.Command {
1676
+ constructor(input){
1677
+ super(input);
1678
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRegistriesPermissionResultCommand.metaPath);
1679
+ }
1680
+ }
1681
+ _define_property(GetRegistriesPermissionResultCommand, "metaPath", '/GetRegistriesPermissionResult/2024-05-08/seccenter/post/application_json/');
1682
+ class GetRegistryImageDetailCommand extends sdk_core_namespaceObject.Command {
1683
+ constructor(input){
1684
+ super(input);
1685
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRegistryImageDetailCommand.metaPath);
1686
+ }
1687
+ }
1688
+ _define_property(GetRegistryImageDetailCommand, "metaPath", '/GetRegistryImageDetail/2024-05-08/seccenter/post/application_json/');
1689
+ class GetRegistryImagesSyncStatusCommand extends sdk_core_namespaceObject.Command {
1690
+ constructor(input){
1691
+ super(input);
1692
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRegistryImagesSyncStatusCommand.metaPath);
1693
+ }
1694
+ }
1695
+ _define_property(GetRegistryImagesSyncStatusCommand, "metaPath", '/GetRegistryImagesSyncStatus/2024-05-08/seccenter/post/application_json/');
1696
+ class GetRegistrySyncConfigCommand extends sdk_core_namespaceObject.Command {
1697
+ constructor(input){
1698
+ super(input);
1699
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRegistrySyncConfigCommand.metaPath);
1700
+ }
1701
+ }
1702
+ _define_property(GetRegistrySyncConfigCommand, "metaPath", '/GetRegistrySyncConfig/2024-05-08/seccenter/post/application_json/');
1703
+ class GetRegularCleanCommand extends sdk_core_namespaceObject.Command {
1704
+ constructor(input){
1705
+ super(input);
1706
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRegularCleanCommand.metaPath);
1707
+ }
1708
+ }
1709
+ _define_property(GetRegularCleanCommand, "metaPath", '/GetRegularClean/2024-05-08/seccenter/post/application_json/');
1710
+ class GetRegularVirusScanConfigCommand extends sdk_core_namespaceObject.Command {
1711
+ constructor(input){
1712
+ super(input);
1713
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRegularVirusScanConfigCommand.metaPath);
1714
+ }
1715
+ }
1716
+ _define_property(GetRegularVirusScanConfigCommand, "metaPath", '/GetRegularVirusScanConfig/2024-05-08/seccenter/get/text_plain/');
1717
+ class GetRegularVirusTaskStatusCommand extends sdk_core_namespaceObject.Command {
1718
+ constructor(input){
1719
+ super(input);
1720
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRegularVirusTaskStatusCommand.metaPath);
1721
+ }
1722
+ }
1723
+ _define_property(GetRegularVirusTaskStatusCommand, "metaPath", '/GetRegularVirusTaskStatus/2024-05-08/seccenter/get/text_plain/');
1724
+ class GetRepoImageRiskCntCommand extends sdk_core_namespaceObject.Command {
1725
+ constructor(input){
1726
+ super(input);
1727
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRepoImageRiskCntCommand.metaPath);
1728
+ }
1729
+ }
1730
+ _define_property(GetRepoImageRiskCntCommand, "metaPath", '/GetRepoImageRiskCnt/2024-05-08/seccenter/post/application_json/');
1731
+ class GetRepoImageScanCronCommand extends sdk_core_namespaceObject.Command {
1732
+ constructor(input){
1733
+ super(input);
1734
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRepoImageScanCronCommand.metaPath);
1735
+ }
1736
+ }
1737
+ _define_property(GetRepoImageScanCronCommand, "metaPath", '/GetRepoImageScanCron/2024-05-08/seccenter/post/application_json/');
1738
+ class GetRepoImageScanScopeCommand extends sdk_core_namespaceObject.Command {
1739
+ constructor(input){
1740
+ super(input);
1741
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRepoImageScanScopeCommand.metaPath);
1742
+ }
1743
+ }
1744
+ _define_property(GetRepoImageScanScopeCommand, "metaPath", '/GetRepoImageScanScope/2024-05-08/seccenter/post/application_json/');
1745
+ class GetRepoRegistrySummaryCommand extends sdk_core_namespaceObject.Command {
1746
+ constructor(input){
1747
+ super(input);
1748
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRepoRegistrySummaryCommand.metaPath);
1749
+ }
1750
+ }
1751
+ _define_property(GetRepoRegistrySummaryCommand, "metaPath", '/GetRepoRegistrySummary/2024-05-08/seccenter/post/application_json/');
1752
+ class GetRepoRegistryVpcAuthCreateInfoCommand extends sdk_core_namespaceObject.Command {
1753
+ constructor(input){
1754
+ super(input);
1755
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRepoRegistryVpcAuthCreateInfoCommand.metaPath);
1756
+ }
1757
+ }
1758
+ _define_property(GetRepoRegistryVpcAuthCreateInfoCommand, "metaPath", '/GetRepoRegistryVpcAuthCreateInfo/2024-05-08/seccenter/post/application_json/');
1759
+ class GetSOCAssetAlarmStatsCommand extends sdk_core_namespaceObject.Command {
1760
+ constructor(input){
1761
+ super(input);
1762
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCAssetAlarmStatsCommand.metaPath);
1763
+ }
1764
+ }
1765
+ _define_property(GetSOCAssetAlarmStatsCommand, "metaPath", '/GetSOCAssetAlarmStats/2024-05-08/seccenter/get/text_plain/');
1766
+ class GetSOCAssetInstanceProtectStatusCommand extends sdk_core_namespaceObject.Command {
1767
+ constructor(input){
1768
+ super(input);
1769
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCAssetInstanceProtectStatusCommand.metaPath);
1770
+ }
1771
+ }
1772
+ _define_property(GetSOCAssetInstanceProtectStatusCommand, "metaPath", '/GetSOCAssetInstanceProtectStatus/2024-05-08/seccenter/get/text_plain/');
1773
+ class GetSOCAssetSecurityScoreCommand extends sdk_core_namespaceObject.Command {
1774
+ constructor(input){
1775
+ super(input);
1776
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCAssetSecurityScoreCommand.metaPath);
1777
+ }
1778
+ }
1779
+ _define_property(GetSOCAssetSecurityScoreCommand, "metaPath", '/GetSOCAssetSecurityScore/2024-05-08/seccenter/get/text_plain/');
1780
+ class GetSOCAssetVulnStatsCommand extends sdk_core_namespaceObject.Command {
1781
+ constructor(input){
1782
+ super(input);
1783
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCAssetVulnStatsCommand.metaPath);
1784
+ }
1785
+ }
1786
+ _define_property(GetSOCAssetVulnStatsCommand, "metaPath", '/GetSOCAssetVulnStats/2024-05-08/seccenter/get/text_plain/');
1787
+ class GetSOCPrecautionBaselineStatsCommand extends sdk_core_namespaceObject.Command {
1788
+ constructor(input){
1789
+ super(input);
1790
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCPrecautionBaselineStatsCommand.metaPath);
1791
+ }
1792
+ }
1793
+ _define_property(GetSOCPrecautionBaselineStatsCommand, "metaPath", '/GetSOCPrecautionBaselineStats/2024-05-08/seccenter/get/text_plain/');
1794
+ class GetSecurityOverviewCommand extends sdk_core_namespaceObject.Command {
1795
+ constructor(input){
1796
+ super(input);
1797
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSecurityOverviewCommand.metaPath);
1798
+ }
1799
+ }
1800
+ _define_property(GetSecurityOverviewCommand, "metaPath", '/GetSecurityOverview/2024-05-08/seccenter/post/application_json/');
1801
+ class GetSecurityOverviewScoreStatsCommand extends sdk_core_namespaceObject.Command {
1802
+ constructor(input){
1803
+ super(input);
1804
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSecurityOverviewScoreStatsCommand.metaPath);
1805
+ }
1806
+ }
1807
+ _define_property(GetSecurityOverviewScoreStatsCommand, "metaPath", '/GetSecurityOverviewScoreStats/2024-05-08/seccenter/post/application_json/');
1808
+ class GetStackTraceCommand extends sdk_core_namespaceObject.Command {
1809
+ constructor(input){
1810
+ super(input);
1811
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetStackTraceCommand.metaPath);
1812
+ }
1813
+ }
1814
+ _define_property(GetStackTraceCommand, "metaPath", '/GetStackTrace/2024-05-08/seccenter/get/text_plain/');
1815
+ class GetTLSInfoCommand extends sdk_core_namespaceObject.Command {
1816
+ constructor(input){
1817
+ super(input);
1818
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetTLSInfoCommand.metaPath);
1819
+ }
1820
+ }
1821
+ _define_property(GetTLSInfoCommand, "metaPath", '/GetTLSInfo/2024-05-08/seccenter/post/application_json/');
1822
+ class GetTenantQuotaCommand extends sdk_core_namespaceObject.Command {
1823
+ constructor(input){
1824
+ super(input);
1825
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetTenantQuotaCommand.metaPath);
1826
+ }
1827
+ }
1828
+ _define_property(GetTenantQuotaCommand, "metaPath", '/GetTenantQuota/2024-05-08/seccenter/post/application_json/');
1829
+ class GetUserBatchScanStatusCommand extends sdk_core_namespaceObject.Command {
1830
+ constructor(input){
1831
+ super(input);
1832
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetUserBatchScanStatusCommand.metaPath);
1833
+ }
1834
+ }
1835
+ _define_property(GetUserBatchScanStatusCommand, "metaPath", '/GetUserBatchScanStatus/2024-05-08/seccenter/post/application_json/');
1836
+ class GetVarmorAuthInfoCommand extends sdk_core_namespaceObject.Command {
1837
+ constructor(input){
1838
+ super(input);
1839
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVarmorAuthInfoCommand.metaPath);
1840
+ }
1841
+ }
1842
+ _define_property(GetVarmorAuthInfoCommand, "metaPath", '/GetVarmorAuthInfo/2024-05-08/seccenter/post/application_json/');
1843
+ class GetVarmorConfigYAMLCommand extends sdk_core_namespaceObject.Command {
1844
+ constructor(input){
1845
+ super(input);
1846
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVarmorConfigYAMLCommand.metaPath);
1847
+ }
1848
+ }
1849
+ _define_property(GetVarmorConfigYAMLCommand, "metaPath", '/GetVarmorConfigYAML/2024-05-08/seccenter/post/application_json/');
1850
+ class GetVarmorPolicyCommand extends sdk_core_namespaceObject.Command {
1851
+ constructor(input){
1852
+ super(input);
1853
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVarmorPolicyCommand.metaPath);
1854
+ }
1855
+ }
1856
+ _define_property(GetVarmorPolicyCommand, "metaPath", '/GetVarmorPolicy/2024-05-08/seccenter/post/application_json/');
1857
+ class GetVarmorTLSInfoCommand extends sdk_core_namespaceObject.Command {
1858
+ constructor(input){
1859
+ super(input);
1860
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVarmorTLSInfoCommand.metaPath);
1861
+ }
1862
+ }
1863
+ _define_property(GetVarmorTLSInfoCommand, "metaPath", '/GetVarmorTLSInfo/2024-05-08/seccenter/post/application_json/');
1864
+ class GetVirusAlarmSummaryInfoCommand extends sdk_core_namespaceObject.Command {
1865
+ constructor(input){
1866
+ super(input);
1867
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVirusAlarmSummaryInfoCommand.metaPath);
1868
+ }
1869
+ }
1870
+ _define_property(GetVirusAlarmSummaryInfoCommand, "metaPath", '/GetVirusAlarmSummaryInfo/2024-05-08/seccenter/get/text_plain/');
1871
+ class GetVirusDatabaseUpdateTimeCommand extends sdk_core_namespaceObject.Command {
1872
+ constructor(input){
1873
+ super(input);
1874
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVirusDatabaseUpdateTimeCommand.metaPath);
1875
+ }
1876
+ }
1877
+ _define_property(GetVirusDatabaseUpdateTimeCommand, "metaPath", '/GetVirusDatabaseUpdateTime/2024-05-08/seccenter/post/application_json/');
1878
+ class GetVirusTaskInfoCommand extends sdk_core_namespaceObject.Command {
1879
+ constructor(input){
1880
+ super(input);
1881
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVirusTaskInfoCommand.metaPath);
1882
+ }
1883
+ }
1884
+ _define_property(GetVirusTaskInfoCommand, "metaPath", '/GetVirusTaskInfo/2024-05-08/seccenter/get/text_plain/');
1885
+ class GetVirusTaskStatisticsCommand extends sdk_core_namespaceObject.Command {
1886
+ constructor(input){
1887
+ super(input);
1888
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVirusTaskStatisticsCommand.metaPath);
1889
+ }
1890
+ }
1891
+ _define_property(GetVirusTaskStatisticsCommand, "metaPath", '/GetVirusTaskStatistics/2024-05-08/seccenter/post/application_json/');
1892
+ class GetVulnCheckStatusCommand extends sdk_core_namespaceObject.Command {
1893
+ constructor(input){
1894
+ super(input);
1895
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVulnCheckStatusCommand.metaPath);
1896
+ }
1897
+ }
1898
+ _define_property(GetVulnCheckStatusCommand, "metaPath", '/GetVulnCheckStatus/2024-05-08/seccenter/get/text_plain/');
1899
+ class GetVulnCheckStatusForAICommand extends sdk_core_namespaceObject.Command {
1900
+ constructor(input){
1901
+ super(input);
1902
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVulnCheckStatusForAICommand.metaPath);
1903
+ }
1904
+ }
1905
+ _define_property(GetVulnCheckStatusForAICommand, "metaPath", '/GetVulnCheckStatusForAI/2024-05-08/seccenter/post/application_json/');
1906
+ class GetVulnDetailCommand extends sdk_core_namespaceObject.Command {
1907
+ constructor(input){
1908
+ super(input);
1909
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVulnDetailCommand.metaPath);
1910
+ }
1911
+ }
1912
+ _define_property(GetVulnDetailCommand, "metaPath", '/GetVulnDetail/2024-05-08/seccenter/post/application_json/');
1913
+ class GetVulnInfoCommand extends sdk_core_namespaceObject.Command {
1914
+ constructor(input){
1915
+ super(input);
1916
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVulnInfoCommand.metaPath);
1917
+ }
1918
+ }
1919
+ _define_property(GetVulnInfoCommand, "metaPath", '/GetVulnInfo/2024-05-08/seccenter/post/application_json/');
1920
+ class GetVulnInfoForAICommand extends sdk_core_namespaceObject.Command {
1921
+ constructor(input){
1922
+ super(input);
1923
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVulnInfoForAICommand.metaPath);
1924
+ }
1925
+ }
1926
+ _define_property(GetVulnInfoForAICommand, "metaPath", '/GetVulnInfoForAI/2024-05-08/seccenter/post/application_json/');
1927
+ class GetVulnScanConfigCommand extends sdk_core_namespaceObject.Command {
1928
+ constructor(input){
1929
+ super(input);
1930
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVulnScanConfigCommand.metaPath);
1931
+ }
1932
+ }
1933
+ _define_property(GetVulnScanConfigCommand, "metaPath", '/GetVulnScanConfig/2024-05-08/seccenter/get/text_plain/');
1934
+ class GetVulnStatisticsCommand extends sdk_core_namespaceObject.Command {
1935
+ constructor(input){
1936
+ super(input);
1937
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVulnStatisticsCommand.metaPath);
1938
+ }
1939
+ }
1940
+ _define_property(GetVulnStatisticsCommand, "metaPath", '/GetVulnStatistics/2024-05-08/seccenter/post/application_json/');
1941
+ class GetVulnStatisticsForAICommand extends sdk_core_namespaceObject.Command {
1942
+ constructor(input){
1943
+ super(input);
1944
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVulnStatisticsForAICommand.metaPath);
1945
+ }
1946
+ }
1947
+ _define_property(GetVulnStatisticsForAICommand, "metaPath", '/GetVulnStatisticsForAI/2024-05-08/seccenter/post/application_json/');
1948
+ class GetWhiteListFieldCommand extends sdk_core_namespaceObject.Command {
1949
+ constructor(input){
1950
+ super(input);
1951
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetWhiteListFieldCommand.metaPath);
1952
+ }
1953
+ }
1954
+ _define_property(GetWhiteListFieldCommand, "metaPath", '/GetWhiteListField/2024-05-08/seccenter/post/application_json/');
1955
+ class HandleAIVulnCommand extends sdk_core_namespaceObject.Command {
1956
+ constructor(input){
1957
+ super(input);
1958
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(HandleAIVulnCommand.metaPath);
1959
+ }
1960
+ }
1961
+ _define_property(HandleAIVulnCommand, "metaPath", '/HandleAIVuln/2024-05-08/seccenter/post/application_json/');
1962
+ class HandleAlarmByAgentCommand extends sdk_core_namespaceObject.Command {
1963
+ constructor(input){
1964
+ super(input);
1965
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(HandleAlarmByAgentCommand.metaPath);
1966
+ }
1967
+ }
1968
+ _define_property(HandleAlarmByAgentCommand, "metaPath", '/HandleAlarmByAgent/2024-05-08/seccenter/post/application_json/');
1969
+ class HandleEndpointAlarmsCommand extends sdk_core_namespaceObject.Command {
1970
+ constructor(input){
1971
+ super(input);
1972
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(HandleEndpointAlarmsCommand.metaPath);
1973
+ }
1974
+ }
1975
+ _define_property(HandleEndpointAlarmsCommand, "metaPath", '/HandleEndpointAlarms/2024-05-08/seccenter/post/application_json/');
1976
+ class HandleVulnCommand extends sdk_core_namespaceObject.Command {
1977
+ constructor(input){
1978
+ super(input);
1979
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(HandleVulnCommand.metaPath);
1980
+ }
1981
+ }
1982
+ _define_property(HandleVulnCommand, "metaPath", '/HandleVuln/2024-05-08/seccenter/post/application_json/');
1983
+ class InstallAgentClientCommand extends sdk_core_namespaceObject.Command {
1984
+ constructor(input){
1985
+ super(input);
1986
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(InstallAgentClientCommand.metaPath);
1987
+ }
1988
+ }
1989
+ _define_property(InstallAgentClientCommand, "metaPath", '/InstallAgentClient/2024-05-08/seccenter/post/application_json/');
1990
+ class InstallAgentProxyServerCommandCommand extends sdk_core_namespaceObject.Command {
1991
+ constructor(input){
1992
+ super(input);
1993
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(InstallAgentProxyServerCommandCommand.metaPath);
1994
+ }
1995
+ }
1996
+ _define_property(InstallAgentProxyServerCommandCommand, "metaPath", '/InstallAgentProxyServerCommand/2024-05-08/seccenter/post/application_json/');
1997
+ class IsolateFileCommand extends sdk_core_namespaceObject.Command {
1998
+ constructor(input){
1999
+ super(input);
2000
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(IsolateFileCommand.metaPath);
2001
+ }
2002
+ }
2003
+ _define_property(IsolateFileCommand, "metaPath", '/IsolateFile/2024-05-08/seccenter/post/application_json/');
2004
+ class ListAIApplicationBasicInfoCommand extends sdk_core_namespaceObject.Command {
2005
+ constructor(input){
2006
+ super(input);
2007
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAIApplicationBasicInfoCommand.metaPath);
2008
+ }
2009
+ }
2010
+ _define_property(ListAIApplicationBasicInfoCommand, "metaPath", '/ListAIApplicationBasicInfo/2024-05-08/seccenter/post/application_json/');
2011
+ class ListAgentProxiesCommand extends sdk_core_namespaceObject.Command {
2012
+ constructor(input){
2013
+ super(input);
2014
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAgentProxiesCommand.metaPath);
2015
+ }
2016
+ }
2017
+ _define_property(ListAgentProxiesCommand, "metaPath", '/ListAgentProxies/2024-05-08/seccenter/post/application_json/');
2018
+ class ListAgentProxyServersCommand extends sdk_core_namespaceObject.Command {
2019
+ constructor(input){
2020
+ super(input);
2021
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAgentProxyServersCommand.metaPath);
2022
+ }
2023
+ }
2024
+ _define_property(ListAgentProxyServersCommand, "metaPath", '/ListAgentProxyServers/2024-05-08/seccenter/post/application_json/');
2025
+ class ListAgentkitSessionIDsCommand extends sdk_core_namespaceObject.Command {
2026
+ constructor(input){
2027
+ super(input);
2028
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAgentkitSessionIDsCommand.metaPath);
2029
+ }
2030
+ }
2031
+ _define_property(ListAgentkitSessionIDsCommand, "metaPath", '/ListAgentkitSessionIDs/2024-05-08/seccenter/post/application_json/');
2032
+ class ListAlarmArchiveRecordsCommand extends sdk_core_namespaceObject.Command {
2033
+ constructor(input){
2034
+ super(input);
2035
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlarmArchiveRecordsCommand.metaPath);
2036
+ }
2037
+ }
2038
+ _define_property(ListAlarmArchiveRecordsCommand, "metaPath", '/ListAlarmArchiveRecords/2024-05-08/seccenter/post/application_json/');
2039
+ class ListAlarmNameListCommand extends sdk_core_namespaceObject.Command {
2040
+ constructor(input){
2041
+ super(input);
2042
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlarmNameListCommand.metaPath);
2043
+ }
2044
+ }
2045
+ _define_property(ListAlarmNameListCommand, "metaPath", '/ListAlarmNameList/2024-05-08/seccenter/get/text_plain/');
2046
+ class ListAlarmTagsCommand extends sdk_core_namespaceObject.Command {
2047
+ constructor(input){
2048
+ super(input);
2049
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlarmTagsCommand.metaPath);
2050
+ }
2051
+ }
2052
+ _define_property(ListAlarmTagsCommand, "metaPath", '/ListAlarmTags/2024-05-08/seccenter/get/text_plain/');
2053
+ class ListAllCntrStaticDictCommand extends sdk_core_namespaceObject.Command {
2054
+ constructor(input){
2055
+ super(input);
2056
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAllCntrStaticDictCommand.metaPath);
2057
+ }
2058
+ }
2059
+ _define_property(ListAllCntrStaticDictCommand, "metaPath", '/ListAllCntrStaticDict/2024-05-08/seccenter/post/application_json/');
2060
+ class ListAssetCenterDevsCommand extends sdk_core_namespaceObject.Command {
2061
+ constructor(input){
2062
+ super(input);
2063
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetCenterDevsCommand.metaPath);
2064
+ }
2065
+ }
2066
+ _define_property(ListAssetCenterDevsCommand, "metaPath", '/ListAssetCenterDevs/2024-05-08/seccenter/post/application_json/');
2067
+ class ListAssetCenterHostsCommand extends sdk_core_namespaceObject.Command {
2068
+ constructor(input){
2069
+ super(input);
2070
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetCenterHostsCommand.metaPath);
2071
+ }
2072
+ }
2073
+ _define_property(ListAssetCenterHostsCommand, "metaPath", '/ListAssetCenterHosts/2024-05-08/seccenter/post/application_json/');
2074
+ class ListAssetClustersCommand extends sdk_core_namespaceObject.Command {
2075
+ constructor(input){
2076
+ super(input);
2077
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetClustersCommand.metaPath);
2078
+ }
2079
+ }
2080
+ _define_property(ListAssetClustersCommand, "metaPath", '/ListAssetClusters/2024-05-08/seccenter/post/application_json/');
2081
+ class ListAssetGroupsCommand extends sdk_core_namespaceObject.Command {
2082
+ constructor(input){
2083
+ super(input);
2084
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetGroupsCommand.metaPath);
2085
+ }
2086
+ }
2087
+ _define_property(ListAssetGroupsCommand, "metaPath", '/ListAssetGroups/2024-05-08/seccenter/post/application_json/');
2088
+ class ListAssetNamespacesCommand extends sdk_core_namespaceObject.Command {
2089
+ constructor(input){
2090
+ super(input);
2091
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetNamespacesCommand.metaPath);
2092
+ }
2093
+ }
2094
+ _define_property(ListAssetNamespacesCommand, "metaPath", '/ListAssetNamespaces/2024-05-08/seccenter/post/application_json/');
2095
+ class ListAssetPodsLinkedWorkloadCommand extends sdk_core_namespaceObject.Command {
2096
+ constructor(input){
2097
+ super(input);
2098
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetPodsLinkedWorkloadCommand.metaPath);
2099
+ }
2100
+ }
2101
+ _define_property(ListAssetPodsLinkedWorkloadCommand, "metaPath", '/ListAssetPodsLinkedWorkload/2024-05-08/seccenter/post/application_json/');
2102
+ class ListAssetPodsLinkedWorkloadWithNoPageCommand extends sdk_core_namespaceObject.Command {
2103
+ constructor(input){
2104
+ super(input);
2105
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetPodsLinkedWorkloadWithNoPageCommand.metaPath);
2106
+ }
2107
+ }
2108
+ _define_property(ListAssetPodsLinkedWorkloadWithNoPageCommand, "metaPath", '/ListAssetPodsLinkedWorkloadWithNoPage/2024-05-08/seccenter/post/application_json/');
2109
+ class ListAssetTagsCommand extends sdk_core_namespaceObject.Command {
2110
+ constructor(input){
2111
+ super(input);
2112
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetTagsCommand.metaPath);
2113
+ }
2114
+ }
2115
+ _define_property(ListAssetTagsCommand, "metaPath", '/ListAssetTags/2024-05-08/seccenter/get/text_plain/');
2116
+ class ListAssetWorkloadsCommand extends sdk_core_namespaceObject.Command {
2117
+ constructor(input){
2118
+ super(input);
2119
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetWorkloadsCommand.metaPath);
2120
+ }
2121
+ }
2122
+ _define_property(ListAssetWorkloadsCommand, "metaPath", '/ListAssetWorkloads/2024-05-08/seccenter/post/application_json/');
2123
+ class ListAutoDefenseHostsCommand extends sdk_core_namespaceObject.Command {
2124
+ constructor(input){
2125
+ super(input);
2126
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAutoDefenseHostsCommand.metaPath);
2127
+ }
2128
+ }
2129
+ _define_property(ListAutoDefenseHostsCommand, "metaPath", '/ListAutoDefenseHosts/2024-05-08/seccenter/post/application_json/');
2130
+ class ListAutoDefenseRulesCommand extends sdk_core_namespaceObject.Command {
2131
+ constructor(input){
2132
+ super(input);
2133
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAutoDefenseRulesCommand.metaPath);
2134
+ }
2135
+ }
2136
+ _define_property(ListAutoDefenseRulesCommand, "metaPath", '/ListAutoDefenseRules/2024-05-08/seccenter/post/application_json/');
2137
+ class ListBanIPListCommand extends sdk_core_namespaceObject.Command {
2138
+ constructor(input){
2139
+ super(input);
2140
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBanIPListCommand.metaPath);
2141
+ }
2142
+ }
2143
+ _define_property(ListBanIPListCommand, "metaPath", '/ListBanIPList/2024-05-08/seccenter/post/application_json/');
2144
+ class ListBaselineBasicInfoCommand extends sdk_core_namespaceObject.Command {
2145
+ constructor(input){
2146
+ super(input);
2147
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineBasicInfoCommand.metaPath);
2148
+ }
2149
+ }
2150
+ _define_property(ListBaselineBasicInfoCommand, "metaPath", '/ListBaselineBasicInfo/2024-05-08/seccenter/post/application_json/');
2151
+ class ListBaselineCheckConfigCommand extends sdk_core_namespaceObject.Command {
2152
+ constructor(input){
2153
+ super(input);
2154
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineCheckConfigCommand.metaPath);
2155
+ }
2156
+ }
2157
+ _define_property(ListBaselineCheckConfigCommand, "metaPath", '/ListBaselineCheckConfig/2024-05-08/seccenter/post/application_json/');
2158
+ class ListBaselineCheckDetailCommand extends sdk_core_namespaceObject.Command {
2159
+ constructor(input){
2160
+ super(input);
2161
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineCheckDetailCommand.metaPath);
2162
+ }
2163
+ }
2164
+ _define_property(ListBaselineCheckDetailCommand, "metaPath", '/ListBaselineCheckDetail/2024-05-08/seccenter/post/application_json/');
2165
+ class ListBaselineCheckItemHostsCommand extends sdk_core_namespaceObject.Command {
2166
+ constructor(input){
2167
+ super(input);
2168
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineCheckItemHostsCommand.metaPath);
2169
+ }
2170
+ }
2171
+ _define_property(ListBaselineCheckItemHostsCommand, "metaPath", '/ListBaselineCheckItemHosts/2024-05-08/seccenter/post/application_json/');
2172
+ class ListBaselineCheckItemsCommand extends sdk_core_namespaceObject.Command {
2173
+ constructor(input){
2174
+ super(input);
2175
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineCheckItemsCommand.metaPath);
2176
+ }
2177
+ }
2178
+ _define_property(ListBaselineCheckItemsCommand, "metaPath", '/ListBaselineCheckItems/2024-05-08/seccenter/post/application_json/');
2179
+ class ListBaselineCheckResCommand extends sdk_core_namespaceObject.Command {
2180
+ constructor(input){
2181
+ super(input);
2182
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineCheckResCommand.metaPath);
2183
+ }
2184
+ }
2185
+ _define_property(ListBaselineCheckResCommand, "metaPath", '/ListBaselineCheckRes/2024-05-08/seccenter/post/application_json/');
2186
+ class ListBaselineForGroupPolicyCommand extends sdk_core_namespaceObject.Command {
2187
+ constructor(input){
2188
+ super(input);
2189
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineForGroupPolicyCommand.metaPath);
2190
+ }
2191
+ }
2192
+ _define_property(ListBaselineForGroupPolicyCommand, "metaPath", '/ListBaselineForGroupPolicy/2024-05-08/seccenter/post/application_json/');
2193
+ class ListBaselineGroupsCommand extends sdk_core_namespaceObject.Command {
2194
+ constructor(input){
2195
+ super(input);
2196
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineGroupsCommand.metaPath);
2197
+ }
2198
+ }
2199
+ _define_property(ListBaselineGroupsCommand, "metaPath", '/ListBaselineGroups/2024-05-08/seccenter/get/text_plain/');
2200
+ class ListBaselineHostItemHostsCommand extends sdk_core_namespaceObject.Command {
2201
+ constructor(input){
2202
+ super(input);
2203
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineHostItemHostsCommand.metaPath);
2204
+ }
2205
+ }
2206
+ _define_property(ListBaselineHostItemHostsCommand, "metaPath", '/ListBaselineHostItemHosts/2024-05-08/seccenter/post/application_json/');
2207
+ class ListBaselinesCommand extends sdk_core_namespaceObject.Command {
2208
+ constructor(input){
2209
+ super(input);
2210
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselinesCommand.metaPath);
2211
+ }
2212
+ }
2213
+ _define_property(ListBaselinesCommand, "metaPath", '/ListBaselines/2024-05-08/seccenter/post/application_json/');
2214
+ class ListBatchEndpointHandleMethodsCommand extends sdk_core_namespaceObject.Command {
2215
+ constructor(input){
2216
+ super(input);
2217
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBatchEndpointHandleMethodsCommand.metaPath);
2218
+ }
2219
+ }
2220
+ _define_property(ListBatchEndpointHandleMethodsCommand, "metaPath", '/ListBatchEndpointHandleMethods/2024-05-08/seccenter/post/application_json/');
2221
+ class ListCheckConfigRelatedBaselineCommand extends sdk_core_namespaceObject.Command {
2222
+ constructor(input){
2223
+ super(input);
2224
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCheckConfigRelatedBaselineCommand.metaPath);
2225
+ }
2226
+ }
2227
+ _define_property(ListCheckConfigRelatedBaselineCommand, "metaPath", '/ListCheckConfigRelatedBaseline/2024-05-08/seccenter/post/application_json/');
2228
+ class ListCleanHistoryCommand extends sdk_core_namespaceObject.Command {
2229
+ constructor(input){
2230
+ super(input);
2231
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCleanHistoryCommand.metaPath);
2232
+ }
2233
+ }
2234
+ _define_property(ListCleanHistoryCommand, "metaPath", '/ListCleanHistory/2024-05-08/seccenter/post/application_json/');
2235
+ class ListCloudEnvsCommand extends sdk_core_namespaceObject.Command {
2236
+ constructor(input){
2237
+ super(input);
2238
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCloudEnvsCommand.metaPath);
2239
+ }
2240
+ }
2241
+ _define_property(ListCloudEnvsCommand, "metaPath", '/ListCloudEnvs/2024-05-08/seccenter/post/application_json/');
2242
+ class ListCloudPlatformsCommand extends sdk_core_namespaceObject.Command {
2243
+ constructor(input){
2244
+ super(input);
2245
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCloudPlatformsCommand.metaPath);
2246
+ }
2247
+ }
2248
+ _define_property(ListCloudPlatformsCommand, "metaPath", '/ListCloudPlatforms/2024-05-08/seccenter/post/application_json/');
2249
+ class ListClusterVarmorVersionHistoryCommand extends sdk_core_namespaceObject.Command {
2250
+ constructor(input){
2251
+ super(input);
2252
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListClusterVarmorVersionHistoryCommand.metaPath);
2253
+ }
2254
+ }
2255
+ _define_property(ListClusterVarmorVersionHistoryCommand, "metaPath", '/ListClusterVarmorVersionHistory/2024-05-08/seccenter/post/application_json/');
2256
+ class ListClustersAndVarmorAppsCommand extends sdk_core_namespaceObject.Command {
2257
+ constructor(input){
2258
+ super(input);
2259
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListClustersAndVarmorAppsCommand.metaPath);
2260
+ }
2261
+ }
2262
+ _define_property(ListClustersAndVarmorAppsCommand, "metaPath", '/ListClustersAndVarmorApps/2024-05-08/seccenter/post/application_json/');
2263
+ class ListDevAssetIDsCommand extends sdk_core_namespaceObject.Command {
2264
+ constructor(input){
2265
+ super(input);
2266
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListDevAssetIDsCommand.metaPath);
2267
+ }
2268
+ }
2269
+ _define_property(ListDevAssetIDsCommand, "metaPath", '/ListDevAssetIDs/2024-05-08/seccenter/post/application_json/');
2270
+ class ListDevBasicInfosCommand extends sdk_core_namespaceObject.Command {
2271
+ constructor(input){
2272
+ super(input);
2273
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListDevBasicInfosCommand.metaPath);
2274
+ }
2275
+ }
2276
+ _define_property(ListDevBasicInfosCommand, "metaPath", '/ListDevBasicInfos/2024-05-08/seccenter/post/application_json/');
2277
+ class ListDevPlatformCommand extends sdk_core_namespaceObject.Command {
2278
+ constructor(input){
2279
+ super(input);
2280
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListDevPlatformCommand.metaPath);
2281
+ }
2282
+ }
2283
+ _define_property(ListDevPlatformCommand, "metaPath", '/ListDevPlatform/2024-05-08/seccenter/post/application_json/');
2284
+ class ListDevRegionCommand extends sdk_core_namespaceObject.Command {
2285
+ constructor(input){
2286
+ super(input);
2287
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListDevRegionCommand.metaPath);
2288
+ }
2289
+ }
2290
+ _define_property(ListDevRegionCommand, "metaPath", '/ListDevRegion/2024-05-08/seccenter/post/application_json/');
2291
+ class ListEndpointHandleMethodsCommand extends sdk_core_namespaceObject.Command {
2292
+ constructor(input){
2293
+ super(input);
2294
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListEndpointHandleMethodsCommand.metaPath);
2295
+ }
2296
+ }
2297
+ _define_property(ListEndpointHandleMethodsCommand, "metaPath", '/ListEndpointHandleMethods/2024-05-08/seccenter/post/application_json/');
2298
+ class ListFileMonitorAlarmsCommand extends sdk_core_namespaceObject.Command {
2299
+ constructor(input){
2300
+ super(input);
2301
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListFileMonitorAlarmsCommand.metaPath);
2302
+ }
2303
+ }
2304
+ _define_property(ListFileMonitorAlarmsCommand, "metaPath", '/ListFileMonitorAlarms/2024-05-08/seccenter/post/application_json/');
2305
+ class ListFingerprintCollectConfigCommand extends sdk_core_namespaceObject.Command {
2306
+ constructor(input){
2307
+ super(input);
2308
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListFingerprintCollectConfigCommand.metaPath);
2309
+ }
2310
+ }
2311
+ _define_property(ListFingerprintCollectConfigCommand, "metaPath", '/ListFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/');
2312
+ class ListGroupRelatedAgentCommand extends sdk_core_namespaceObject.Command {
2313
+ constructor(input){
2314
+ super(input);
2315
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListGroupRelatedAgentCommand.metaPath);
2316
+ }
2317
+ }
2318
+ _define_property(ListGroupRelatedAgentCommand, "metaPath", '/ListGroupRelatedAgent/2024-05-08/seccenter/get/text_plain/');
2319
+ class ListHidsAlarmsCommand extends sdk_core_namespaceObject.Command {
2320
+ constructor(input){
2321
+ super(input);
2322
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListHidsAlarmsCommand.metaPath);
2323
+ }
2324
+ }
2325
+ _define_property(ListHidsAlarmsCommand, "metaPath", '/ListHidsAlarms/2024-05-08/seccenter/post/application_json/');
2326
+ class ListHostPlatformCommand extends sdk_core_namespaceObject.Command {
2327
+ constructor(input){
2328
+ super(input);
2329
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListHostPlatformCommand.metaPath);
2330
+ }
2331
+ }
2332
+ _define_property(ListHostPlatformCommand, "metaPath", '/ListHostPlatform/2024-05-08/seccenter/get/text_plain/');
2333
+ class ListHostRegionCommand extends sdk_core_namespaceObject.Command {
2334
+ constructor(input){
2335
+ super(input);
2336
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListHostRegionCommand.metaPath);
2337
+ }
2338
+ }
2339
+ _define_property(ListHostRegionCommand, "metaPath", '/ListHostRegion/2024-05-08/seccenter/get/text_plain/');
2340
+ class ListHostVpcCommand extends sdk_core_namespaceObject.Command {
2341
+ constructor(input){
2342
+ super(input);
2343
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListHostVpcCommand.metaPath);
2344
+ }
2345
+ }
2346
+ _define_property(ListHostVpcCommand, "metaPath", '/ListHostVpc/2024-05-08/seccenter/get/text_plain/');
2347
+ class ListHostsAgentIDsCommand extends sdk_core_namespaceObject.Command {
2348
+ constructor(input){
2349
+ super(input);
2350
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListHostsAgentIDsCommand.metaPath);
2351
+ }
2352
+ }
2353
+ _define_property(ListHostsAgentIDsCommand, "metaPath", '/ListHostsAgentIDs/2024-05-08/seccenter/post/application_json/');
2354
+ class ListHostsBasicInfosCommand extends sdk_core_namespaceObject.Command {
2355
+ constructor(input){
2356
+ super(input);
2357
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListHostsBasicInfosCommand.metaPath);
2358
+ }
2359
+ }
2360
+ _define_property(ListHostsBasicInfosCommand, "metaPath", '/ListHostsBasicInfos/2024-05-08/seccenter/post/application_json/');
2361
+ class ListInstallCommandsCommand extends sdk_core_namespaceObject.Command {
2362
+ constructor(input){
2363
+ super(input);
2364
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListInstallCommandsCommand.metaPath);
2365
+ }
2366
+ }
2367
+ _define_property(ListInstallCommandsCommand, "metaPath", '/ListInstallCommands/2024-05-08/seccenter/post/application_json/');
2368
+ class ListIsolationFilesCommand extends sdk_core_namespaceObject.Command {
2369
+ constructor(input){
2370
+ super(input);
2371
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListIsolationFilesCommand.metaPath);
2372
+ }
2373
+ }
2374
+ _define_property(ListIsolationFilesCommand, "metaPath", '/ListIsolationFiles/2024-05-08/seccenter/post/application_json/');
2375
+ class ListLayeredGroupRelatedHostCommand extends sdk_core_namespaceObject.Command {
2376
+ constructor(input){
2377
+ super(input);
2378
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListLayeredGroupRelatedHostCommand.metaPath);
2379
+ }
2380
+ }
2381
+ _define_property(ListLayeredGroupRelatedHostCommand, "metaPath", '/ListLayeredGroupRelatedHost/2024-05-08/seccenter/post/application_json/');
2382
+ class ListLayeredGroupsDetailCommand extends sdk_core_namespaceObject.Command {
2383
+ constructor(input){
2384
+ super(input);
2385
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListLayeredGroupsDetailCommand.metaPath);
2386
+ }
2387
+ }
2388
+ _define_property(ListLayeredGroupsDetailCommand, "metaPath", '/ListLayeredGroupsDetail/2024-05-08/seccenter/post/application_json/');
2389
+ class ListLoginConfigsCommand extends sdk_core_namespaceObject.Command {
2390
+ constructor(input){
2391
+ super(input);
2392
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListLoginConfigsCommand.metaPath);
2393
+ }
2394
+ }
2395
+ _define_property(ListLoginConfigsCommand, "metaPath", '/ListLoginConfigs/2024-05-08/seccenter/post/application_json/');
2396
+ class ListMLPAssetTasksCommand extends sdk_core_namespaceObject.Command {
2397
+ constructor(input){
2398
+ super(input);
2399
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListMLPAssetTasksCommand.metaPath);
2400
+ }
2401
+ }
2402
+ _define_property(ListMLPAssetTasksCommand, "metaPath", '/ListMLPAssetTasks/2024-05-08/seccenter/post/application_json/');
2403
+ class ListMlpAlarmTagsCommand extends sdk_core_namespaceObject.Command {
2404
+ constructor(input){
2405
+ super(input);
2406
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListMlpAlarmTagsCommand.metaPath);
2407
+ }
2408
+ }
2409
+ _define_property(ListMlpAlarmTagsCommand, "metaPath", '/ListMlpAlarmTags/2024-05-08/seccenter/get/text_plain/');
2410
+ class ListMlpAlarmsCommand extends sdk_core_namespaceObject.Command {
2411
+ constructor(input){
2412
+ super(input);
2413
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListMlpAlarmsCommand.metaPath);
342
2414
  }
343
2415
  }
344
- _define_property(GetArmorProfileCommand, "metaPath", '/GetArmorProfile/2024-05-08/seccenter/post/application_json/');
345
- class GetAutoIsolateAgentListCommand extends sdk_core_namespaceObject.Command {
2416
+ _define_property(ListMlpAlarmsCommand, "metaPath", '/ListMlpAlarms/2024-05-08/seccenter/post/application_json/');
2417
+ class ListMonitorPoliciesCommand extends sdk_core_namespaceObject.Command {
346
2418
  constructor(input){
347
2419
  super(input);
348
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAutoIsolateAgentListCommand.metaPath);
2420
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListMonitorPoliciesCommand.metaPath);
349
2421
  }
350
2422
  }
351
- _define_property(GetAutoIsolateAgentListCommand, "metaPath", '/GetAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/');
352
- class GetAutoProtectConfigCommand extends sdk_core_namespaceObject.Command {
2423
+ _define_property(ListMonitorPoliciesCommand, "metaPath", '/ListMonitorPolicies/2024-05-08/seccenter/post/application_json/');
2424
+ class ListMultiLevelAssetHostsCommand extends sdk_core_namespaceObject.Command {
353
2425
  constructor(input){
354
2426
  super(input);
355
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAutoProtectConfigCommand.metaPath);
2427
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListMultiLevelAssetHostsCommand.metaPath);
356
2428
  }
357
2429
  }
358
- _define_property(GetAutoProtectConfigCommand, "metaPath", '/GetAutoProtectConfig/2024-05-08/seccenter/post/application_json/');
359
- class GetBruteForceBanCapParamsCommand extends sdk_core_namespaceObject.Command {
2430
+ _define_property(ListMultiLevelAssetHostsCommand, "metaPath", '/ListMultiLevelAssetHosts/2024-05-08/seccenter/post/application_json/');
2431
+ class ListMultiLevelInstitutionCommand extends sdk_core_namespaceObject.Command {
360
2432
  constructor(input){
361
2433
  super(input);
362
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetBruteForceBanCapParamsCommand.metaPath);
2434
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListMultiLevelInstitutionCommand.metaPath);
363
2435
  }
364
2436
  }
365
- _define_property(GetBruteForceBanCapParamsCommand, "metaPath", '/GetBruteForceBanCapParams/2024-05-08/seccenter/post/application_json/');
366
- class GetBruteForceBanConfigCommand extends sdk_core_namespaceObject.Command {
2437
+ _define_property(ListMultiLevelInstitutionCommand, "metaPath", '/ListMultiLevelInstitution/2024-05-08/seccenter/post/application_json/');
2438
+ class ListOrderedHostsBasicInfosCommand extends sdk_core_namespaceObject.Command {
367
2439
  constructor(input){
368
2440
  super(input);
369
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetBruteForceBanConfigCommand.metaPath);
2441
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListOrderedHostsBasicInfosCommand.metaPath);
370
2442
  }
371
2443
  }
372
- _define_property(GetBruteForceBanConfigCommand, "metaPath", '/GetBruteForceBanConfig/2024-05-08/seccenter/get/text_plain/');
373
- class GetBruteForceBanStatisticsCommand extends sdk_core_namespaceObject.Command {
2444
+ _define_property(ListOrderedHostsBasicInfosCommand, "metaPath", '/ListOrderedHostsBasicInfos/2024-05-08/seccenter/post/application_json/');
2445
+ class ListRaspAlarmsCommand extends sdk_core_namespaceObject.Command {
374
2446
  constructor(input){
375
2447
  super(input);
376
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetBruteForceBanStatisticsCommand.metaPath);
2448
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRaspAlarmsCommand.metaPath);
377
2449
  }
378
2450
  }
379
- _define_property(GetBruteForceBanStatisticsCommand, "metaPath", '/GetBruteForceBanStatistics/2024-05-08/seccenter/get/text_plain/');
380
- class GetClusterStatisticsCommand extends sdk_core_namespaceObject.Command {
2451
+ _define_property(ListRaspAlarmsCommand, "metaPath", '/ListRaspAlarms/2024-05-08/seccenter/post/application_json/');
2452
+ class ListRaspConfigAgentInfosCommand extends sdk_core_namespaceObject.Command {
381
2453
  constructor(input){
382
2454
  super(input);
383
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetClusterStatisticsCommand.metaPath);
2455
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRaspConfigAgentInfosCommand.metaPath);
384
2456
  }
385
2457
  }
386
- _define_property(GetClusterStatisticsCommand, "metaPath", '/GetClusterStatistics/2024-05-08/seccenter/post/application_json/');
387
- class GetCustomWeakPasswordsCommand extends sdk_core_namespaceObject.Command {
2458
+ _define_property(ListRaspConfigAgentInfosCommand, "metaPath", '/ListRaspConfigAgentInfos/2024-05-08/seccenter/post/application_json/');
2459
+ class ListRaspConfigsCommand extends sdk_core_namespaceObject.Command {
388
2460
  constructor(input){
389
2461
  super(input);
390
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetCustomWeakPasswordsCommand.metaPath);
2462
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRaspConfigsCommand.metaPath);
391
2463
  }
392
2464
  }
393
- _define_property(GetCustomWeakPasswordsCommand, "metaPath", '/GetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/');
394
- class GetFingerprintEnvCommand extends sdk_core_namespaceObject.Command {
2465
+ _define_property(ListRaspConfigsCommand, "metaPath", '/ListRaspConfigs/2024-05-08/seccenter/post/application_json/');
2466
+ class ListRaspProcessesCommand extends sdk_core_namespaceObject.Command {
395
2467
  constructor(input){
396
2468
  super(input);
397
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetFingerprintEnvCommand.metaPath);
2469
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRaspProcessesCommand.metaPath);
398
2470
  }
399
2471
  }
400
- _define_property(GetFingerprintEnvCommand, "metaPath", '/GetFingerprintEnv/2024-05-08/seccenter/post/application_json/');
401
- class GetGeoLocationCommand extends sdk_core_namespaceObject.Command {
2472
+ _define_property(ListRaspProcessesCommand, "metaPath", '/ListRaspProcesses/2024-05-08/seccenter/post/application_json/');
2473
+ class ListRegistriesCommand extends sdk_core_namespaceObject.Command {
402
2474
  constructor(input){
403
2475
  super(input);
404
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetGeoLocationCommand.metaPath);
2476
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRegistriesCommand.metaPath);
405
2477
  }
406
2478
  }
407
- _define_property(GetGeoLocationCommand, "metaPath", '/GetGeoLocation/2024-05-08/seccenter/post/application_json/');
408
- class GetHostVolumeCommand extends sdk_core_namespaceObject.Command {
2479
+ _define_property(ListRegistriesCommand, "metaPath", '/ListRegistries/2024-05-08/seccenter/post/application_json/');
2480
+ class ListRegistryImagesCommand extends sdk_core_namespaceObject.Command {
409
2481
  constructor(input){
410
2482
  super(input);
411
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetHostVolumeCommand.metaPath);
2483
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRegistryImagesCommand.metaPath);
412
2484
  }
413
2485
  }
414
- _define_property(GetHostVolumeCommand, "metaPath", '/GetHostVolume/2024-05-08/seccenter/post/application_json/');
415
- class GetMLPAssetSyncTaskDetailCommand extends sdk_core_namespaceObject.Command {
2486
+ _define_property(ListRegistryImagesCommand, "metaPath", '/ListRegistryImages/2024-05-08/seccenter/post/application_json/');
2487
+ class ListRegistryNamespaceIDsCommand extends sdk_core_namespaceObject.Command {
416
2488
  constructor(input){
417
2489
  super(input);
418
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMLPAssetSyncTaskDetailCommand.metaPath);
2490
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRegistryNamespaceIDsCommand.metaPath);
419
2491
  }
420
2492
  }
421
- _define_property(GetMLPAssetSyncTaskDetailCommand, "metaPath", '/GetMLPAssetSyncTaskDetail/2024-05-08/seccenter/post/application_json/');
422
- class GetMLPAssetSyncTaskStatusCommand extends sdk_core_namespaceObject.Command {
2493
+ _define_property(ListRegistryNamespaceIDsCommand, "metaPath", '/ListRegistryNamespaceIDs/2024-05-08/seccenter/post/application_json/');
2494
+ class ListRegistryNamespacesCommand extends sdk_core_namespaceObject.Command {
423
2495
  constructor(input){
424
2496
  super(input);
425
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMLPAssetSyncTaskStatusCommand.metaPath);
2497
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRegistryNamespacesCommand.metaPath);
426
2498
  }
427
2499
  }
428
- _define_property(GetMLPAssetSyncTaskStatusCommand, "metaPath", '/GetMLPAssetSyncTaskStatus/2024-05-08/seccenter/post/application_json/');
429
- class GetMonitorPolicyDirectoryCommand extends sdk_core_namespaceObject.Command {
2500
+ _define_property(ListRegistryNamespacesCommand, "metaPath", '/ListRegistryNamespaces/2024-05-08/seccenter/post/application_json/');
2501
+ class ListRepoImageComplCommand extends sdk_core_namespaceObject.Command {
430
2502
  constructor(input){
431
2503
  super(input);
432
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMonitorPolicyDirectoryCommand.metaPath);
2504
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImageComplCommand.metaPath);
433
2505
  }
434
2506
  }
435
- _define_property(GetMonitorPolicyDirectoryCommand, "metaPath", '/GetMonitorPolicyDirectory/2024-05-08/seccenter/get/text_plain/');
436
- class GetMultiLevelAuthDetailCommand extends sdk_core_namespaceObject.Command {
2507
+ _define_property(ListRepoImageComplCommand, "metaPath", '/ListRepoImageCompl/2024-05-08/seccenter/post/application_json/');
2508
+ class ListRepoImageLayerCommand extends sdk_core_namespaceObject.Command {
437
2509
  constructor(input){
438
2510
  super(input);
439
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMultiLevelAuthDetailCommand.metaPath);
2511
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImageLayerCommand.metaPath);
440
2512
  }
441
2513
  }
442
- _define_property(GetMultiLevelAuthDetailCommand, "metaPath", '/GetMultiLevelAuthDetail/2024-05-08/seccenter/post/application_json/');
443
- class GetOfflineNotificationConfigCommand extends sdk_core_namespaceObject.Command {
2514
+ _define_property(ListRepoImageLayerCommand, "metaPath", '/ListRepoImageLayer/2024-05-08/seccenter/post/application_json/');
2515
+ class ListRepoImageLayerSenfileCommand extends sdk_core_namespaceObject.Command {
444
2516
  constructor(input){
445
2517
  super(input);
446
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetOfflineNotificationConfigCommand.metaPath);
2518
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImageLayerSenfileCommand.metaPath);
447
2519
  }
448
2520
  }
449
- _define_property(GetOfflineNotificationConfigCommand, "metaPath", '/GetOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/');
450
- class GetOfflineNotificationListCommand extends sdk_core_namespaceObject.Command {
2521
+ _define_property(ListRepoImageLayerSenfileCommand, "metaPath", '/ListRepoImageLayerSenfile/2024-05-08/seccenter/post/application_json/');
2522
+ class ListRepoImageLayerVirusCommand extends sdk_core_namespaceObject.Command {
451
2523
  constructor(input){
452
2524
  super(input);
453
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetOfflineNotificationListCommand.metaPath);
2525
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImageLayerVirusCommand.metaPath);
454
2526
  }
455
2527
  }
456
- _define_property(GetOfflineNotificationListCommand, "metaPath", '/GetOfflineNotificationList/2024-05-08/seccenter/post/application_json/');
457
- class GetPolicyStatisticsCommand extends sdk_core_namespaceObject.Command {
2528
+ _define_property(ListRepoImageLayerVirusCommand, "metaPath", '/ListRepoImageLayerVirus/2024-05-08/seccenter/post/application_json/');
2529
+ class ListRepoImageLayerVulnCommand extends sdk_core_namespaceObject.Command {
458
2530
  constructor(input){
459
2531
  super(input);
460
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetPolicyStatisticsCommand.metaPath);
2532
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImageLayerVulnCommand.metaPath);
461
2533
  }
462
2534
  }
463
- _define_property(GetPolicyStatisticsCommand, "metaPath", '/GetPolicyStatistics/2024-05-08/seccenter/post/application_json/');
464
- class GetSOCAssetAlarmStatsCommand extends sdk_core_namespaceObject.Command {
2535
+ _define_property(ListRepoImageLayerVulnCommand, "metaPath", '/ListRepoImageLayerVuln/2024-05-08/seccenter/post/application_json/');
2536
+ class ListRepoImagePackageCommand extends sdk_core_namespaceObject.Command {
465
2537
  constructor(input){
466
2538
  super(input);
467
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCAssetAlarmStatsCommand.metaPath);
2539
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImagePackageCommand.metaPath);
468
2540
  }
469
2541
  }
470
- _define_property(GetSOCAssetAlarmStatsCommand, "metaPath", '/GetSOCAssetAlarmStats/2024-05-08/seccenter/get/text_plain/');
471
- class GetSOCAssetInstanceProtectStatusCommand extends sdk_core_namespaceObject.Command {
2542
+ _define_property(ListRepoImagePackageCommand, "metaPath", '/ListRepoImagePackage/2024-05-08/seccenter/post/application_json/');
2543
+ class ListRepoImageSenfileCommand extends sdk_core_namespaceObject.Command {
472
2544
  constructor(input){
473
2545
  super(input);
474
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCAssetInstanceProtectStatusCommand.metaPath);
2546
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImageSenfileCommand.metaPath);
475
2547
  }
476
2548
  }
477
- _define_property(GetSOCAssetInstanceProtectStatusCommand, "metaPath", '/GetSOCAssetInstanceProtectStatus/2024-05-08/seccenter/get/text_plain/');
478
- class GetSOCAssetSecurityScoreCommand extends sdk_core_namespaceObject.Command {
2549
+ _define_property(ListRepoImageSenfileCommand, "metaPath", '/ListRepoImageSenfile/2024-05-08/seccenter/post/application_json/');
2550
+ class ListRepoImageVirusCommand extends sdk_core_namespaceObject.Command {
479
2551
  constructor(input){
480
2552
  super(input);
481
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCAssetSecurityScoreCommand.metaPath);
2553
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImageVirusCommand.metaPath);
482
2554
  }
483
2555
  }
484
- _define_property(GetSOCAssetSecurityScoreCommand, "metaPath", '/GetSOCAssetSecurityScore/2024-05-08/seccenter/get/text_plain/');
485
- class GetSOCAssetVulnStatsCommand extends sdk_core_namespaceObject.Command {
2556
+ _define_property(ListRepoImageVirusCommand, "metaPath", '/ListRepoImageVirus/2024-05-08/seccenter/post/application_json/');
2557
+ class ListRepoImageVulnCommand extends sdk_core_namespaceObject.Command {
486
2558
  constructor(input){
487
2559
  super(input);
488
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCAssetVulnStatsCommand.metaPath);
2560
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRepoImageVulnCommand.metaPath);
489
2561
  }
490
2562
  }
491
- _define_property(GetSOCAssetVulnStatsCommand, "metaPath", '/GetSOCAssetVulnStats/2024-05-08/seccenter/get/text_plain/');
492
- class GetSOCPrecautionBaselineStatsCommand extends sdk_core_namespaceObject.Command {
2563
+ _define_property(ListRepoImageVulnCommand, "metaPath", '/ListRepoImageVuln/2024-05-08/seccenter/post/application_json/');
2564
+ class ListRiskComplAffectRepoImageCommand extends sdk_core_namespaceObject.Command {
493
2565
  constructor(input){
494
2566
  super(input);
495
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSOCPrecautionBaselineStatsCommand.metaPath);
2567
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRiskComplAffectRepoImageCommand.metaPath);
496
2568
  }
497
2569
  }
498
- _define_property(GetSOCPrecautionBaselineStatsCommand, "metaPath", '/GetSOCPrecautionBaselineStats/2024-05-08/seccenter/get/text_plain/');
499
- class GetSecurityOverviewScoreStatsCommand extends sdk_core_namespaceObject.Command {
2570
+ _define_property(ListRiskComplAffectRepoImageCommand, "metaPath", '/ListRiskComplAffectRepoImage/2024-05-08/seccenter/post/application_json/');
2571
+ class ListRiskVulnAffectRepoImageCommand extends sdk_core_namespaceObject.Command {
500
2572
  constructor(input){
501
2573
  super(input);
502
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetSecurityOverviewScoreStatsCommand.metaPath);
2574
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRiskVulnAffectRepoImageCommand.metaPath);
503
2575
  }
504
2576
  }
505
- _define_property(GetSecurityOverviewScoreStatsCommand, "metaPath", '/GetSecurityOverviewScoreStats/2024-05-08/seccenter/post/application_json/');
506
- class GetVarmorConfigYAMLCommand extends sdk_core_namespaceObject.Command {
2577
+ _define_property(ListRiskVulnAffectRepoImageCommand, "metaPath", '/ListRiskVulnAffectRepoImage/2024-05-08/seccenter/post/application_json/');
2578
+ class ListScanSubTasksCommand extends sdk_core_namespaceObject.Command {
507
2579
  constructor(input){
508
2580
  super(input);
509
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVarmorConfigYAMLCommand.metaPath);
2581
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListScanSubTasksCommand.metaPath);
510
2582
  }
511
2583
  }
512
- _define_property(GetVarmorConfigYAMLCommand, "metaPath", '/GetVarmorConfigYAML/2024-05-08/seccenter/post/application_json/');
513
- class GetVarmorPolicyCommand extends sdk_core_namespaceObject.Command {
2584
+ _define_property(ListScanSubTasksCommand, "metaPath", '/ListScanSubTasks/2024-05-08/seccenter/post/application_json/');
2585
+ class ListScanTaskHostsCommand extends sdk_core_namespaceObject.Command {
514
2586
  constructor(input){
515
2587
  super(input);
516
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVarmorPolicyCommand.metaPath);
2588
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListScanTaskHostsCommand.metaPath);
517
2589
  }
518
2590
  }
519
- _define_property(GetVarmorPolicyCommand, "metaPath", '/GetVarmorPolicy/2024-05-08/seccenter/post/application_json/');
520
- class GetVarmorTLSInfoCommand extends sdk_core_namespaceObject.Command {
2591
+ _define_property(ListScanTaskHostsCommand, "metaPath", '/ListScanTaskHosts/2024-05-08/seccenter/post/application_json/');
2592
+ class ListScanTasksCommand extends sdk_core_namespaceObject.Command {
521
2593
  constructor(input){
522
2594
  super(input);
523
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetVarmorTLSInfoCommand.metaPath);
2595
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListScanTasksCommand.metaPath);
524
2596
  }
525
2597
  }
526
- _define_property(GetVarmorTLSInfoCommand, "metaPath", '/GetVarmorTLSInfo/2024-05-08/seccenter/post/application_json/');
527
- class HandleEndpointAlarmsCommand extends sdk_core_namespaceObject.Command {
2598
+ _define_property(ListScanTasksCommand, "metaPath", '/ListScanTasks/2024-05-08/seccenter/post/application_json/');
2599
+ class ListTagRelatedAgentCommand extends sdk_core_namespaceObject.Command {
528
2600
  constructor(input){
529
2601
  super(input);
530
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(HandleEndpointAlarmsCommand.metaPath);
2602
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListTagRelatedAgentCommand.metaPath);
531
2603
  }
532
2604
  }
533
- _define_property(HandleEndpointAlarmsCommand, "metaPath", '/HandleEndpointAlarms/2024-05-08/seccenter/post/application_json/');
534
- class ListAgentProxiesCommand extends sdk_core_namespaceObject.Command {
2605
+ _define_property(ListTagRelatedAgentCommand, "metaPath", '/ListTagRelatedAgent/2024-05-08/seccenter/get/text_plain/');
2606
+ class ListTagsDetailCommand extends sdk_core_namespaceObject.Command {
535
2607
  constructor(input){
536
2608
  super(input);
537
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAgentProxiesCommand.metaPath);
2609
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListTagsDetailCommand.metaPath);
538
2610
  }
539
2611
  }
540
- _define_property(ListAgentProxiesCommand, "metaPath", '/ListAgentProxies/2024-05-08/seccenter/post/application_json/');
541
- class ListAgentProxyServersCommand extends sdk_core_namespaceObject.Command {
2612
+ _define_property(ListTagsDetailCommand, "metaPath", '/ListTagsDetail/2024-05-08/seccenter/get/text_plain/');
2613
+ class ListVarmorPoliciesCommand extends sdk_core_namespaceObject.Command {
542
2614
  constructor(input){
543
2615
  super(input);
544
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAgentProxyServersCommand.metaPath);
2616
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVarmorPoliciesCommand.metaPath);
545
2617
  }
546
2618
  }
547
- _define_property(ListAgentProxyServersCommand, "metaPath", '/ListAgentProxyServers/2024-05-08/seccenter/post/application_json/');
548
- class ListAssetCenterHostsCommand extends sdk_core_namespaceObject.Command {
2619
+ _define_property(ListVarmorPoliciesCommand, "metaPath", '/ListVarmorPolicies/2024-05-08/seccenter/post/application_json/');
2620
+ class ListVirusAlarmsCommand extends sdk_core_namespaceObject.Command {
549
2621
  constructor(input){
550
2622
  super(input);
551
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetCenterHostsCommand.metaPath);
2623
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVirusAlarmsCommand.metaPath);
552
2624
  }
553
2625
  }
554
- _define_property(ListAssetCenterHostsCommand, "metaPath", '/ListAssetCenterHosts/2024-05-08/seccenter/post/application_json/');
555
- class ListAssetNamespacesCommand extends sdk_core_namespaceObject.Command {
2626
+ _define_property(ListVirusAlarmsCommand, "metaPath", '/ListVirusAlarms/2024-05-08/seccenter/post/application_json/');
2627
+ class ListVulByPodCommand extends sdk_core_namespaceObject.Command {
556
2628
  constructor(input){
557
2629
  super(input);
558
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAssetNamespacesCommand.metaPath);
2630
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulByPodCommand.metaPath);
559
2631
  }
560
2632
  }
561
- _define_property(ListAssetNamespacesCommand, "metaPath", '/ListAssetNamespaces/2024-05-08/seccenter/post/application_json/');
562
- class ListAutoDefenseRulesCommand extends sdk_core_namespaceObject.Command {
2633
+ _define_property(ListVulByPodCommand, "metaPath", '/ListVulByPod/2024-05-08/seccenter/post/application_json/');
2634
+ class ListVulDetailCommand extends sdk_core_namespaceObject.Command {
563
2635
  constructor(input){
564
2636
  super(input);
565
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAutoDefenseRulesCommand.metaPath);
2637
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulDetailCommand.metaPath);
566
2638
  }
567
2639
  }
568
- _define_property(ListAutoDefenseRulesCommand, "metaPath", '/ListAutoDefenseRules/2024-05-08/seccenter/post/application_json/');
569
- class ListBanIPListCommand extends sdk_core_namespaceObject.Command {
2640
+ _define_property(ListVulDetailCommand, "metaPath", '/ListVulDetail/2024-05-08/seccenter/post/application_json/');
2641
+ class ListVulHostByPodCommand extends sdk_core_namespaceObject.Command {
570
2642
  constructor(input){
571
2643
  super(input);
572
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBanIPListCommand.metaPath);
2644
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulHostByPodCommand.metaPath);
573
2645
  }
574
2646
  }
575
- _define_property(ListBanIPListCommand, "metaPath", '/ListBanIPList/2024-05-08/seccenter/post/application_json/');
576
- class ListBaselineBasicInfoCommand extends sdk_core_namespaceObject.Command {
2647
+ _define_property(ListVulHostByPodCommand, "metaPath", '/ListVulHostByPod/2024-05-08/seccenter/post/application_json/');
2648
+ class ListVulnAffectAISessionCommand extends sdk_core_namespaceObject.Command {
577
2649
  constructor(input){
578
2650
  super(input);
579
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineBasicInfoCommand.metaPath);
2651
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulnAffectAISessionCommand.metaPath);
580
2652
  }
581
2653
  }
582
- _define_property(ListBaselineBasicInfoCommand, "metaPath", '/ListBaselineBasicInfo/2024-05-08/seccenter/get/text_plain/');
583
- class ListBaselineCheckConfigCommand extends sdk_core_namespaceObject.Command {
2654
+ _define_property(ListVulnAffectAISessionCommand, "metaPath", '/ListVulnAffectAISession/2024-05-08/seccenter/post/application_json/');
2655
+ class ListVulnForAICommand extends sdk_core_namespaceObject.Command {
584
2656
  constructor(input){
585
2657
  super(input);
586
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineCheckConfigCommand.metaPath);
2658
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulnForAICommand.metaPath);
587
2659
  }
588
2660
  }
589
- _define_property(ListBaselineCheckConfigCommand, "metaPath", '/ListBaselineCheckConfig/2024-05-08/seccenter/get/text_plain/');
590
- class ListBaselineCheckItemsCommand extends sdk_core_namespaceObject.Command {
2661
+ _define_property(ListVulnForAICommand, "metaPath", '/ListVulnForAI/2024-05-08/seccenter/post/application_json/');
2662
+ class ListVulnHostsCommand extends sdk_core_namespaceObject.Command {
591
2663
  constructor(input){
592
2664
  super(input);
593
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineCheckItemsCommand.metaPath);
2665
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulnHostsCommand.metaPath);
594
2666
  }
595
2667
  }
596
- _define_property(ListBaselineCheckItemsCommand, "metaPath", '/ListBaselineCheckItems/2024-05-08/seccenter/post/application_json/');
597
- class ListBaselineForGroupPolicyCommand extends sdk_core_namespaceObject.Command {
2668
+ _define_property(ListVulnHostsCommand, "metaPath", '/ListVulnHosts/2024-05-08/seccenter/post/application_json/');
2669
+ class ListVulnsCommand extends sdk_core_namespaceObject.Command {
598
2670
  constructor(input){
599
2671
  super(input);
600
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineForGroupPolicyCommand.metaPath);
2672
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulnsCommand.metaPath);
601
2673
  }
602
2674
  }
603
- _define_property(ListBaselineForGroupPolicyCommand, "metaPath", '/ListBaselineForGroupPolicy/2024-05-08/seccenter/post/application_json/');
604
- class ListBaselineHostItemHostsCommand extends sdk_core_namespaceObject.Command {
2675
+ _define_property(ListVulnsCommand, "metaPath", '/ListVulns/2024-05-08/seccenter/post/application_json/');
2676
+ class ListWeakPasswordCheckDetailCommand extends sdk_core_namespaceObject.Command {
605
2677
  constructor(input){
606
2678
  super(input);
607
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBaselineHostItemHostsCommand.metaPath);
2679
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWeakPasswordCheckDetailCommand.metaPath);
608
2680
  }
609
2681
  }
610
- _define_property(ListBaselineHostItemHostsCommand, "metaPath", '/ListBaselineHostItemHosts/2024-05-08/seccenter/post/application_json/');
611
- class ListBatchEndpointHandleMethodsCommand extends sdk_core_namespaceObject.Command {
2682
+ _define_property(ListWeakPasswordCheckDetailCommand, "metaPath", '/ListWeakPasswordCheckDetail/2024-05-08/seccenter/post/application_json/');
2683
+ class ListWhiteListsCommand extends sdk_core_namespaceObject.Command {
612
2684
  constructor(input){
613
2685
  super(input);
614
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBatchEndpointHandleMethodsCommand.metaPath);
2686
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWhiteListsCommand.metaPath);
615
2687
  }
616
2688
  }
617
- _define_property(ListBatchEndpointHandleMethodsCommand, "metaPath", '/ListBatchEndpointHandleMethods/2024-05-08/seccenter/post/application_json/');
618
- class ListCheckConfigRelatedBaselineCommand extends sdk_core_namespaceObject.Command {
2689
+ _define_property(ListWhiteListsCommand, "metaPath", '/ListWhiteLists/2024-05-08/seccenter/post/application_json/');
2690
+ class ManualSyncAIApplicationCommand extends sdk_core_namespaceObject.Command {
619
2691
  constructor(input){
620
2692
  super(input);
621
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCheckConfigRelatedBaselineCommand.metaPath);
2693
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ManualSyncAIApplicationCommand.metaPath);
622
2694
  }
623
2695
  }
624
- _define_property(ListCheckConfigRelatedBaselineCommand, "metaPath", '/ListCheckConfigRelatedBaseline/2024-05-08/seccenter/post/application_json/');
625
- class ListCleanHistoryCommand extends sdk_core_namespaceObject.Command {
2696
+ _define_property(ManualSyncAIApplicationCommand, "metaPath", '/ManualSyncAIApplication/2024-05-08/seccenter/post/application_json/');
2697
+ class ModifyAutoDefenseRuleCommand extends sdk_core_namespaceObject.Command {
626
2698
  constructor(input){
627
2699
  super(input);
628
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCleanHistoryCommand.metaPath);
2700
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAutoDefenseRuleCommand.metaPath);
629
2701
  }
630
2702
  }
631
- _define_property(ListCleanHistoryCommand, "metaPath", '/ListCleanHistory/2024-05-08/seccenter/post/application_json/');
632
- class ListCloudEnvsCommand extends sdk_core_namespaceObject.Command {
2703
+ _define_property(ModifyAutoDefenseRuleCommand, "metaPath", '/ModifyAutoDefenseRule/2024-05-08/seccenter/post/application_json/');
2704
+ class ModifyCloudEnvCommand extends sdk_core_namespaceObject.Command {
633
2705
  constructor(input){
634
2706
  super(input);
635
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCloudEnvsCommand.metaPath);
2707
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyCloudEnvCommand.metaPath);
636
2708
  }
637
2709
  }
638
- _define_property(ListCloudEnvsCommand, "metaPath", '/ListCloudEnvs/2024-05-08/seccenter/post/application_json/');
639
- class ListClusterVarmorVersionHistoryCommand extends sdk_core_namespaceObject.Command {
2710
+ _define_property(ModifyCloudEnvCommand, "metaPath", '/ModifyCloudEnv/2024-05-08/seccenter/post/application_json/');
2711
+ class ModifyLayeredGroupCommand extends sdk_core_namespaceObject.Command {
640
2712
  constructor(input){
641
2713
  super(input);
642
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListClusterVarmorVersionHistoryCommand.metaPath);
2714
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyLayeredGroupCommand.metaPath);
643
2715
  }
644
2716
  }
645
- _define_property(ListClusterVarmorVersionHistoryCommand, "metaPath", '/ListClusterVarmorVersionHistory/2024-05-08/seccenter/post/application_json/');
646
- class ListClustersAndVarmorAppsCommand extends sdk_core_namespaceObject.Command {
2717
+ _define_property(ModifyLayeredGroupCommand, "metaPath", '/ModifyLayeredGroup/2024-05-08/seccenter/post/application_json/');
2718
+ class ModifyMultiLevelInstitutionCommand extends sdk_core_namespaceObject.Command {
647
2719
  constructor(input){
648
2720
  super(input);
649
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListClustersAndVarmorAppsCommand.metaPath);
2721
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyMultiLevelInstitutionCommand.metaPath);
650
2722
  }
651
2723
  }
652
- _define_property(ListClustersAndVarmorAppsCommand, "metaPath", '/ListClustersAndVarmorApps/2024-05-08/seccenter/post/application_json/');
653
- class ListFileMonitorAlarmsCommand extends sdk_core_namespaceObject.Command {
2724
+ _define_property(ModifyMultiLevelInstitutionCommand, "metaPath", '/ModifyMultiLevelInstitution/2024-05-08/seccenter/post/application_json/');
2725
+ class ModifyMultiLevelInstitutionReportSwitchCommand extends sdk_core_namespaceObject.Command {
654
2726
  constructor(input){
655
2727
  super(input);
656
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListFileMonitorAlarmsCommand.metaPath);
2728
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyMultiLevelInstitutionReportSwitchCommand.metaPath);
657
2729
  }
658
2730
  }
659
- _define_property(ListFileMonitorAlarmsCommand, "metaPath", '/ListFileMonitorAlarms/2024-05-08/seccenter/post/application_json/');
660
- class ListFingerprintCollectConfigCommand extends sdk_core_namespaceObject.Command {
2731
+ _define_property(ModifyMultiLevelInstitutionReportSwitchCommand, "metaPath", '/ModifyMultiLevelInstitutionReportSwitch/2024-05-08/seccenter/post/application_json/');
2732
+ class ModifyTLSConfigCommand extends sdk_core_namespaceObject.Command {
661
2733
  constructor(input){
662
2734
  super(input);
663
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListFingerprintCollectConfigCommand.metaPath);
2735
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyTLSConfigCommand.metaPath);
664
2736
  }
665
2737
  }
666
- _define_property(ListFingerprintCollectConfigCommand, "metaPath", '/ListFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/');
667
- class ListHidsAlarmsCommand extends sdk_core_namespaceObject.Command {
2738
+ _define_property(ModifyTLSConfigCommand, "metaPath", '/ModifyTLSConfig/2024-05-08/seccenter/post/application_json/');
2739
+ class ModifyUserAutoDefenseRuleCommand extends sdk_core_namespaceObject.Command {
668
2740
  constructor(input){
669
2741
  super(input);
670
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListHidsAlarmsCommand.metaPath);
2742
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyUserAutoDefenseRuleCommand.metaPath);
671
2743
  }
672
2744
  }
673
- _define_property(ListHidsAlarmsCommand, "metaPath", '/ListHidsAlarms/2024-05-08/seccenter/post/application_json/');
674
- class ListHostsBasicInfosCommand extends sdk_core_namespaceObject.Command {
2745
+ _define_property(ModifyUserAutoDefenseRuleCommand, "metaPath", '/ModifyUserAutoDefenseRule/2024-05-08/seccenter/post/application_json/');
2746
+ class ModifyWhiteListCommand extends sdk_core_namespaceObject.Command {
675
2747
  constructor(input){
676
2748
  super(input);
677
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListHostsBasicInfosCommand.metaPath);
2749
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyWhiteListCommand.metaPath);
678
2750
  }
679
2751
  }
680
- _define_property(ListHostsBasicInfosCommand, "metaPath", '/ListHostsBasicInfos/2024-05-08/seccenter/post/application_json/');
681
- class ListIsolationFilesCommand extends sdk_core_namespaceObject.Command {
2752
+ _define_property(ModifyWhiteListCommand, "metaPath", '/ModifyWhiteList/2024-05-08/seccenter/post/application_json/');
2753
+ class MultiAssetScanCommand extends sdk_core_namespaceObject.Command {
682
2754
  constructor(input){
683
2755
  super(input);
684
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListIsolationFilesCommand.metaPath);
2756
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(MultiAssetScanCommand.metaPath);
685
2757
  }
686
2758
  }
687
- _define_property(ListIsolationFilesCommand, "metaPath", '/ListIsolationFiles/2024-05-08/seccenter/post/application_json/');
688
- class ListMLPAssetTasksCommand extends sdk_core_namespaceObject.Command {
2759
+ _define_property(MultiAssetScanCommand, "metaPath", '/MultiAssetScan/2024-05-08/seccenter/post/application_json/');
2760
+ class MultiCloudAccessStatisticsCommand extends sdk_core_namespaceObject.Command {
689
2761
  constructor(input){
690
2762
  super(input);
691
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListMLPAssetTasksCommand.metaPath);
2763
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(MultiCloudAccessStatisticsCommand.metaPath);
692
2764
  }
693
2765
  }
694
- _define_property(ListMLPAssetTasksCommand, "metaPath", '/ListMLPAssetTasks/2024-05-08/seccenter/post/application_json/');
695
- class ListMonitorPoliciesCommand extends sdk_core_namespaceObject.Command {
2766
+ _define_property(MultiCloudAccessStatisticsCommand, "metaPath", '/MultiCloudAccessStatistics/2024-05-08/seccenter/post/application_json/');
2767
+ class MultiCloudAccessSyncCommand extends sdk_core_namespaceObject.Command {
696
2768
  constructor(input){
697
2769
  super(input);
698
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListMonitorPoliciesCommand.metaPath);
2770
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(MultiCloudAccessSyncCommand.metaPath);
699
2771
  }
700
2772
  }
701
- _define_property(ListMonitorPoliciesCommand, "metaPath", '/ListMonitorPolicies/2024-05-08/seccenter/post/application_json/');
702
- class ListOrderedHostsBasicInfosCommand extends sdk_core_namespaceObject.Command {
2773
+ _define_property(MultiCloudAccessSyncCommand, "metaPath", '/MultiCloudAccessSync/2024-05-08/seccenter/post/application_json/');
2774
+ class MultiCloudAccessSyncStatusCommand extends sdk_core_namespaceObject.Command {
703
2775
  constructor(input){
704
2776
  super(input);
705
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListOrderedHostsBasicInfosCommand.metaPath);
2777
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(MultiCloudAccessSyncStatusCommand.metaPath);
706
2778
  }
707
2779
  }
708
- _define_property(ListOrderedHostsBasicInfosCommand, "metaPath", '/ListOrderedHostsBasicInfos/2024-05-08/seccenter/post/application_json/');
709
- class ListScanSubTasksCommand extends sdk_core_namespaceObject.Command {
2780
+ _define_property(MultiCloudAccessSyncStatusCommand, "metaPath", '/MultiCloudAccessSyncStatus/2024-05-08/seccenter/post/application_json/');
2781
+ class OperateAgentRaspConfigSwitchCommand extends sdk_core_namespaceObject.Command {
710
2782
  constructor(input){
711
2783
  super(input);
712
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListScanSubTasksCommand.metaPath);
2784
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(OperateAgentRaspConfigSwitchCommand.metaPath);
713
2785
  }
714
2786
  }
715
- _define_property(ListScanSubTasksCommand, "metaPath", '/ListScanSubTasks/2024-05-08/seccenter/post/application_json/');
716
- class ListVarmorPoliciesCommand extends sdk_core_namespaceObject.Command {
2787
+ _define_property(OperateAgentRaspConfigSwitchCommand, "metaPath", '/OperateAgentRaspConfigSwitch/2024-05-08/seccenter/post/application_json/');
2788
+ class PrecisionStatisticsCommand extends sdk_core_namespaceObject.Command {
717
2789
  constructor(input){
718
2790
  super(input);
719
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVarmorPoliciesCommand.metaPath);
2791
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PrecisionStatisticsCommand.metaPath);
720
2792
  }
721
2793
  }
722
- _define_property(ListVarmorPoliciesCommand, "metaPath", '/ListVarmorPolicies/2024-05-08/seccenter/post/application_json/');
723
- class ListVulByPodCommand extends sdk_core_namespaceObject.Command {
2794
+ _define_property(PrecisionStatisticsCommand, "metaPath", '/PrecisionStatistics/2024-05-08/seccenter/post/application_json/');
2795
+ class RecoverFileCommand extends sdk_core_namespaceObject.Command {
724
2796
  constructor(input){
725
2797
  super(input);
726
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulByPodCommand.metaPath);
2798
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RecoverFileCommand.metaPath);
727
2799
  }
728
2800
  }
729
- _define_property(ListVulByPodCommand, "metaPath", '/ListVulByPod/2024-05-08/seccenter/post/application_json/');
730
- class ListVulDetailCommand extends sdk_core_namespaceObject.Command {
2801
+ _define_property(RecoverFileCommand, "metaPath", '/RecoverFile/2024-05-08/seccenter/post/application_json/');
2802
+ class RefreshAIFingerprintDataCommand extends sdk_core_namespaceObject.Command {
731
2803
  constructor(input){
732
2804
  super(input);
733
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulDetailCommand.metaPath);
2805
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RefreshAIFingerprintDataCommand.metaPath);
734
2806
  }
735
2807
  }
736
- _define_property(ListVulDetailCommand, "metaPath", '/ListVulDetail/2024-05-08/seccenter/post/application_json/');
737
- class ListVulHostByPodCommand extends sdk_core_namespaceObject.Command {
2808
+ _define_property(RefreshAIFingerprintDataCommand, "metaPath", '/RefreshAIFingerprintData/2024-05-08/seccenter/post/application_json/');
2809
+ class RefreshFingerprintDataCommand extends sdk_core_namespaceObject.Command {
738
2810
  constructor(input){
739
2811
  super(input);
740
- this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListVulHostByPodCommand.metaPath);
2812
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RefreshFingerprintDataCommand.metaPath);
741
2813
  }
742
2814
  }
743
- _define_property(ListVulHostByPodCommand, "metaPath", '/ListVulHostByPod/2024-05-08/seccenter/post/application_json/');
2815
+ _define_property(RefreshFingerprintDataCommand, "metaPath", '/RefreshFingerprintData/2024-05-08/seccenter/post/application_json/');
744
2816
  class RefreshVarmorInfoCommand extends sdk_core_namespaceObject.Command {
745
2817
  constructor(input){
746
2818
  super(input);
@@ -755,6 +2827,20 @@ class RetryIPOperationCommand extends sdk_core_namespaceObject.Command {
755
2827
  }
756
2828
  }
757
2829
  _define_property(RetryIPOperationCommand, "metaPath", '/RetryIPOperation/2024-05-08/seccenter/post/application_json/');
2830
+ class SaveRepoImageScanCronCommand extends sdk_core_namespaceObject.Command {
2831
+ constructor(input){
2832
+ super(input);
2833
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SaveRepoImageScanCronCommand.metaPath);
2834
+ }
2835
+ }
2836
+ _define_property(SaveRepoImageScanCronCommand, "metaPath", '/SaveRepoImageScanCron/2024-05-08/seccenter/post/application_json/');
2837
+ class SaveRepoImageScanScopeCommand extends sdk_core_namespaceObject.Command {
2838
+ constructor(input){
2839
+ super(input);
2840
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SaveRepoImageScanScopeCommand.metaPath);
2841
+ }
2842
+ }
2843
+ _define_property(SaveRepoImageScanScopeCommand, "metaPath", '/SaveRepoImageScanScope/2024-05-08/seccenter/post/application_json/');
758
2844
  class SetAIAlarmJudgeConfigCommand extends sdk_core_namespaceObject.Command {
759
2845
  constructor(input){
760
2846
  super(input);
@@ -776,6 +2862,13 @@ class SetCustomWeakPasswordsCommand extends sdk_core_namespaceObject.Command {
776
2862
  }
777
2863
  }
778
2864
  _define_property(SetCustomWeakPasswordsCommand, "metaPath", '/SetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/');
2865
+ class SetRegularVirusScanConfigCommand extends sdk_core_namespaceObject.Command {
2866
+ constructor(input){
2867
+ super(input);
2868
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SetRegularVirusScanConfigCommand.metaPath);
2869
+ }
2870
+ }
2871
+ _define_property(SetRegularVirusScanConfigCommand, "metaPath", '/SetRegularVirusScanConfig/2024-05-08/seccenter/post/application_json/');
779
2872
  class StopMLPAssetSyncTaskCommand extends sdk_core_namespaceObject.Command {
780
2873
  constructor(input){
781
2874
  super(input);
@@ -783,6 +2876,20 @@ class StopMLPAssetSyncTaskCommand extends sdk_core_namespaceObject.Command {
783
2876
  }
784
2877
  }
785
2878
  _define_property(StopMLPAssetSyncTaskCommand, "metaPath", '/StopMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/');
2879
+ class SwitchCloudEnvSyncCommand extends sdk_core_namespaceObject.Command {
2880
+ constructor(input){
2881
+ super(input);
2882
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SwitchCloudEnvSyncCommand.metaPath);
2883
+ }
2884
+ }
2885
+ _define_property(SwitchCloudEnvSyncCommand, "metaPath", '/SwitchCloudEnvSync/2024-05-08/seccenter/post/application_json/');
2886
+ class SyncRegistryImagesCommand extends sdk_core_namespaceObject.Command {
2887
+ constructor(input){
2888
+ super(input);
2889
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SyncRegistryImagesCommand.metaPath);
2890
+ }
2891
+ }
2892
+ _define_property(SyncRegistryImagesCommand, "metaPath", '/SyncRegistryImages/2024-05-08/seccenter/post/application_json/');
786
2893
  class UnBanIPItemCommand extends sdk_core_namespaceObject.Command {
787
2894
  constructor(input){
788
2895
  super(input);
@@ -797,6 +2904,34 @@ class UnbindMLPAuthCommand extends sdk_core_namespaceObject.Command {
797
2904
  }
798
2905
  }
799
2906
  _define_property(UnbindMLPAuthCommand, "metaPath", '/UnbindMLPAuth/2024-05-08/seccenter/post/application_json/');
2907
+ class UninstallAgentClientCommand extends sdk_core_namespaceObject.Command {
2908
+ constructor(input){
2909
+ super(input);
2910
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UninstallAgentClientCommand.metaPath);
2911
+ }
2912
+ }
2913
+ _define_property(UninstallAgentClientCommand, "metaPath", '/UninstallAgentClient/2024-05-08/seccenter/post/application_json/');
2914
+ class UninstallCommandsCommand extends sdk_core_namespaceObject.Command {
2915
+ constructor(input){
2916
+ super(input);
2917
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UninstallCommandsCommand.metaPath);
2918
+ }
2919
+ }
2920
+ _define_property(UninstallCommandsCommand, "metaPath", '/UninstallCommands/2024-05-08/seccenter/post/application_json/');
2921
+ class UpdateAlarmTagsCommand extends sdk_core_namespaceObject.Command {
2922
+ constructor(input){
2923
+ super(input);
2924
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAlarmTagsCommand.metaPath);
2925
+ }
2926
+ }
2927
+ _define_property(UpdateAlarmTagsCommand, "metaPath", '/UpdateAlarmTags/2024-05-08/seccenter/post/application_json/');
2928
+ class UpdateAssetClustersCommand extends sdk_core_namespaceObject.Command {
2929
+ constructor(input){
2930
+ super(input);
2931
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAssetClustersCommand.metaPath);
2932
+ }
2933
+ }
2934
+ _define_property(UpdateAssetClustersCommand, "metaPath", '/UpdateAssetClusters/2024-05-08/seccenter/post/application_json/');
800
2935
  class UpdateAutoProtectConfigCommand extends sdk_core_namespaceObject.Command {
801
2936
  constructor(input){
802
2937
  super(input);
@@ -818,6 +2953,34 @@ class UpdateCloudProviderCommand extends sdk_core_namespaceObject.Command {
818
2953
  }
819
2954
  }
820
2955
  _define_property(UpdateCloudProviderCommand, "metaPath", '/UpdateCloudProvider/2024-05-08/seccenter/post/application_json/');
2956
+ class UpdateCommonAlarmStatusCommand extends sdk_core_namespaceObject.Command {
2957
+ constructor(input){
2958
+ super(input);
2959
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateCommonAlarmStatusCommand.metaPath);
2960
+ }
2961
+ }
2962
+ _define_property(UpdateCommonAlarmStatusCommand, "metaPath", '/UpdateCommonAlarmStatus/2024-05-08/seccenter/post/application_json/');
2963
+ class UpdateHostTagCommand extends sdk_core_namespaceObject.Command {
2964
+ constructor(input){
2965
+ super(input);
2966
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateHostTagCommand.metaPath);
2967
+ }
2968
+ }
2969
+ _define_property(UpdateHostTagCommand, "metaPath", '/UpdateHostTag/2024-05-08/seccenter/post/application_json/');
2970
+ class UpdateLoginConfigCommand extends sdk_core_namespaceObject.Command {
2971
+ constructor(input){
2972
+ super(input);
2973
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateLoginConfigCommand.metaPath);
2974
+ }
2975
+ }
2976
+ _define_property(UpdateLoginConfigCommand, "metaPath", '/UpdateLoginConfig/2024-05-08/seccenter/post/application_json/');
2977
+ class UpdateMlpAlarmStatusCommand extends sdk_core_namespaceObject.Command {
2978
+ constructor(input){
2979
+ super(input);
2980
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateMlpAlarmStatusCommand.metaPath);
2981
+ }
2982
+ }
2983
+ _define_property(UpdateMlpAlarmStatusCommand, "metaPath", '/UpdateMlpAlarmStatus/2024-05-08/seccenter/post/application_json/');
821
2984
  class UpdateOfflineNotificationConfigCommand extends sdk_core_namespaceObject.Command {
822
2985
  constructor(input){
823
2986
  super(input);
@@ -825,6 +2988,27 @@ class UpdateOfflineNotificationConfigCommand extends sdk_core_namespaceObject.Co
825
2988
  }
826
2989
  }
827
2990
  _define_property(UpdateOfflineNotificationConfigCommand, "metaPath", '/UpdateOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/');
2991
+ class UpdateRegistryFlowRateLimitCommand extends sdk_core_namespaceObject.Command {
2992
+ constructor(input){
2993
+ super(input);
2994
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateRegistryFlowRateLimitCommand.metaPath);
2995
+ }
2996
+ }
2997
+ _define_property(UpdateRegistryFlowRateLimitCommand, "metaPath", '/UpdateRegistryFlowRateLimit/2024-05-08/seccenter/post/application_json/');
2998
+ class UpdateRegistrySyncConfigCommand extends sdk_core_namespaceObject.Command {
2999
+ constructor(input){
3000
+ super(input);
3001
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateRegistrySyncConfigCommand.metaPath);
3002
+ }
3003
+ }
3004
+ _define_property(UpdateRegistrySyncConfigCommand, "metaPath", '/UpdateRegistrySyncConfig/2024-05-08/seccenter/post/application_json/');
3005
+ class UpdateRegularCleanCommand extends sdk_core_namespaceObject.Command {
3006
+ constructor(input){
3007
+ super(input);
3008
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateRegularCleanCommand.metaPath);
3009
+ }
3010
+ }
3011
+ _define_property(UpdateRegularCleanCommand, "metaPath", '/UpdateRegularClean/2024-05-08/seccenter/post/application_json/');
828
3012
  class UpdateVarmorAppConfigCommand extends sdk_core_namespaceObject.Command {
829
3013
  constructor(input){
830
3014
  super(input);
@@ -846,206 +3030,752 @@ class UpdateVarmorTLSInfoCommand extends sdk_core_namespaceObject.Command {
846
3030
  }
847
3031
  }
848
3032
  _define_property(UpdateVarmorTLSInfoCommand, "metaPath", '/UpdateVarmorTLSInfo/2024-05-08/seccenter/post/application_json/');
3033
+ exports.AddAgentProxyCommand = __webpack_exports__.AddAgentProxyCommand;
3034
+ exports.AddAutoIsolateAgentListCommand = __webpack_exports__.AddAutoIsolateAgentListCommand;
849
3035
  exports.AddBaselineCheckConfigCommand = __webpack_exports__.AddBaselineCheckConfigCommand;
3036
+ exports.AddCloudEnvCommand = __webpack_exports__.AddCloudEnvCommand;
3037
+ exports.AddLoginConfigCommand = __webpack_exports__.AddLoginConfigCommand;
850
3038
  exports.AddMonitorPolicyCommand = __webpack_exports__.AddMonitorPolicyCommand;
3039
+ exports.AddRaspConfigCommand = __webpack_exports__.AddRaspConfigCommand;
3040
+ exports.AddUserAutoDefenseRuleCommand = __webpack_exports__.AddUserAutoDefenseRuleCommand;
3041
+ exports.AddWhiteListCommand = __webpack_exports__.AddWhiteListCommand;
3042
+ exports.AllAssetScanCommand = __webpack_exports__.AllAssetScanCommand;
3043
+ exports.AssetScanCommand = __webpack_exports__.AssetScanCommand;
851
3044
  exports.BanAlarmIPCommand = __webpack_exports__.BanAlarmIPCommand;
3045
+ exports.BaselineChecklistWhiteCommand = __webpack_exports__.BaselineChecklistWhiteCommand;
3046
+ exports.BatchAddHostToGroupCommand = __webpack_exports__.BatchAddHostToGroupCommand;
3047
+ exports.BatchCreateRepoRegistryVpcAuthCommand = __webpack_exports__.BatchCreateRepoRegistryVpcAuthCommand;
852
3048
  exports.BatchDeleteVarmorPoliciesCommand = __webpack_exports__.BatchDeleteVarmorPoliciesCommand;
3049
+ exports.BatchDetectWeakPasswordCommand = __webpack_exports__.BatchDetectWeakPasswordCommand;
853
3050
  exports.BatchInstallVarmorAppsCommand = __webpack_exports__.BatchInstallVarmorAppsCommand;
3051
+ exports.BatchUnBanIPItemCommand = __webpack_exports__.BatchUnBanIPItemCommand;
854
3052
  exports.BatchUninstallVarmorAppsCommand = __webpack_exports__.BatchUninstallVarmorAppsCommand;
855
3053
  exports.BatchUpgradeVarmorAppsCommand = __webpack_exports__.BatchUpgradeVarmorAppsCommand;
856
3054
  exports.BindMLPAuthCommand = __webpack_exports__.BindMLPAuthCommand;
3055
+ exports.CalculateRepoImageScanQuotaCommand = __webpack_exports__.CalculateRepoImageScanQuotaCommand;
857
3056
  exports.CheckAlarmSupportBanIPCommand = __webpack_exports__.CheckAlarmSupportBanIPCommand;
3057
+ exports.CheckInstallAgentClientCommand = __webpack_exports__.CheckInstallAgentClientCommand;
3058
+ exports.CheckInstallRaspCommand = __webpack_exports__.CheckInstallRaspCommand;
858
3059
  exports.CheckMonitorPolicyCommand = __webpack_exports__.CheckMonitorPolicyCommand;
859
3060
  exports.ControlMonitorPolicyCommand = __webpack_exports__.ControlMonitorPolicyCommand;
3061
+ exports.CreatFileScanTaskCommand = __webpack_exports__.CreatFileScanTaskCommand;
3062
+ exports.CreateHostTagCommand = __webpack_exports__.CreateHostTagCommand;
3063
+ exports.CreateLayeredGroupCommand = __webpack_exports__.CreateLayeredGroupCommand;
860
3064
  exports.CreateMLPAssetSyncTaskCommand = __webpack_exports__.CreateMLPAssetSyncTaskCommand;
3065
+ exports.CreateMLPUpdateSoftwareTaskCommand = __webpack_exports__.CreateMLPUpdateSoftwareTaskCommand;
3066
+ exports.CreateMultiLevelInstitutionCommand = __webpack_exports__.CreateMultiLevelInstitutionCommand;
3067
+ exports.CreateRepoRegistryVpcAuthCommand = __webpack_exports__.CreateRepoRegistryVpcAuthCommand;
861
3068
  exports.CreateVarmorPolicyCommand = __webpack_exports__.CreateVarmorPolicyCommand;
3069
+ exports.DeleteAgentProxyCommand = __webpack_exports__.DeleteAgentProxyCommand;
3070
+ exports.DeleteAgentProxyServerCommand = __webpack_exports__.DeleteAgentProxyServerCommand;
3071
+ exports.DeleteAutoIsolateAgentListCommand = __webpack_exports__.DeleteAutoIsolateAgentListCommand;
862
3072
  exports.DeleteBaselineCheckConfigCommand = __webpack_exports__.DeleteBaselineCheckConfigCommand;
3073
+ exports.DeleteCloudEnvCommand = __webpack_exports__.DeleteCloudEnvCommand;
3074
+ exports.DeleteCommandCommand = __webpack_exports__.DeleteCommandCommand;
3075
+ exports.DeleteHostTagCommand = __webpack_exports__.DeleteHostTagCommand;
3076
+ exports.DeleteLayeredGroupCommand = __webpack_exports__.DeleteLayeredGroupCommand;
3077
+ exports.DeleteLoginConfigCommand = __webpack_exports__.DeleteLoginConfigCommand;
863
3078
  exports.DeleteMonitorPolicyCommand = __webpack_exports__.DeleteMonitorPolicyCommand;
3079
+ exports.DeleteMultiLevelInstitutionCommand = __webpack_exports__.DeleteMultiLevelInstitutionCommand;
3080
+ exports.DeleteRaspConfigCommand = __webpack_exports__.DeleteRaspConfigCommand;
3081
+ exports.DeleteUserAutoDefenseRuleCommand = __webpack_exports__.DeleteUserAutoDefenseRuleCommand;
3082
+ exports.DeleteWhiteListsCommand = __webpack_exports__.DeleteWhiteListsCommand;
864
3083
  exports.DescribeFileChangeTrendTop5Command = __webpack_exports__.DescribeFileChangeTrendTop5Command;
865
3084
  exports.DescribeFileMonitorOverviewCommand = __webpack_exports__.DescribeFileMonitorOverviewCommand;
866
3085
  exports.DescribeLastWeekFileChangeTrendsCommand = __webpack_exports__.DescribeLastWeekFileChangeTrendsCommand;
867
3086
  exports.DetectBaselineByCheckConfigCommand = __webpack_exports__.DetectBaselineByCheckConfigCommand;
3087
+ exports.DetectBaselineCommand = __webpack_exports__.DetectBaselineCommand;
3088
+ exports.DetectVulnCommand = __webpack_exports__.DetectVulnCommand;
3089
+ exports.DetectVulnForAICommand = __webpack_exports__.DetectVulnForAICommand;
3090
+ exports.DisableHostImportantProtectCommand = __webpack_exports__.DisableHostImportantProtectCommand;
3091
+ exports.DownloadAIVulnListCommand = __webpack_exports__.DownloadAIVulnListCommand;
3092
+ exports.DownloadBaselineCheckCommand = __webpack_exports__.DownloadBaselineCheckCommand;
3093
+ exports.DownloadBaselineCheckHostsCommand = __webpack_exports__.DownloadBaselineCheckHostsCommand;
3094
+ exports.DownloadRawTraceDataCommand = __webpack_exports__.DownloadRawTraceDataCommand;
3095
+ exports.DownloadVulHostListByPodCommand = __webpack_exports__.DownloadVulHostListByPodCommand;
3096
+ exports.DownloadVulListByPodCommand = __webpack_exports__.DownloadVulListByPodCommand;
3097
+ exports.DownloadVulnAffectAISessionCommand = __webpack_exports__.DownloadVulnAffectAISessionCommand;
3098
+ exports.DownloadVulnDatasCommand = __webpack_exports__.DownloadVulnDatasCommand;
3099
+ exports.DownloadVulnListCommand = __webpack_exports__.DownloadVulnListCommand;
3100
+ exports.EditAIApplicationSyncConfigCommand = __webpack_exports__.EditAIApplicationSyncConfigCommand;
868
3101
  exports.EditBaselineCheckConfigCommand = __webpack_exports__.EditBaselineCheckConfigCommand;
869
3102
  exports.EditFingerprintCollectConfigCommand = __webpack_exports__.EditFingerprintCollectConfigCommand;
870
3103
  exports.EditMonitorPolicyCommand = __webpack_exports__.EditMonitorPolicyCommand;
3104
+ exports.EditRaspConfigCommand = __webpack_exports__.EditRaspConfigCommand;
3105
+ exports.EditVulnScanConfigCommand = __webpack_exports__.EditVulnScanConfigCommand;
3106
+ exports.EnableHostImportantProtectCommand = __webpack_exports__.EnableHostImportantProtectCommand;
3107
+ exports.ExportAIFingerprintDataCommand = __webpack_exports__.ExportAIFingerprintDataCommand;
3108
+ exports.ExportAlarmListDataForRaspCommand = __webpack_exports__.ExportAlarmListDataForRaspCommand;
3109
+ exports.ExportAssetCenterDevsCommand = __webpack_exports__.ExportAssetCenterDevsCommand;
3110
+ exports.ExportAssetCenterHostsCommand = __webpack_exports__.ExportAssetCenterHostsCommand;
3111
+ exports.ExportBaselineCheckListCommand = __webpack_exports__.ExportBaselineCheckListCommand;
3112
+ exports.ExportBaselineHostDetailsCommand = __webpack_exports__.ExportBaselineHostDetailsCommand;
3113
+ exports.ExportDevFingerprintDataCommand = __webpack_exports__.ExportDevFingerprintDataCommand;
871
3114
  exports.ExportFileMonitorAlarmListDataCommand = __webpack_exports__.ExportFileMonitorAlarmListDataCommand;
3115
+ exports.ExportFingerprintDataCommand = __webpack_exports__.ExportFingerprintDataCommand;
3116
+ exports.ExportHidsAlarmListDataCommand = __webpack_exports__.ExportHidsAlarmListDataCommand;
3117
+ exports.ExportMlpAlarmListDataCommand = __webpack_exports__.ExportMlpAlarmListDataCommand;
3118
+ exports.ExportRepoImageAssetCommand = __webpack_exports__.ExportRepoImageAssetCommand;
3119
+ exports.ExportVirusAlarmListDataCommand = __webpack_exports__.ExportVirusAlarmListDataCommand;
3120
+ exports.ExportWeakPasswordCommand = __webpack_exports__.ExportWeakPasswordCommand;
3121
+ exports.GenerateInstallCommandCommand = __webpack_exports__.GenerateInstallCommandCommand;
872
3122
  exports.GetAIAlarmJudgeConfigCommand = __webpack_exports__.GetAIAlarmJudgeConfigCommand;
3123
+ exports.GetAIApplicationSyncConfigCommand = __webpack_exports__.GetAIApplicationSyncConfigCommand;
3124
+ exports.GetAIFingerprintAppCommand = __webpack_exports__.GetAIFingerprintAppCommand;
3125
+ exports.GetAIFingerprintPortCommand = __webpack_exports__.GetAIFingerprintPortCommand;
3126
+ exports.GetAIFingerprintProcessCommand = __webpack_exports__.GetAIFingerprintProcessCommand;
3127
+ exports.GetAIFingerprintRefreshStatusCommand = __webpack_exports__.GetAIFingerprintRefreshStatusCommand;
3128
+ exports.GetAIFingerprintSoftwareCommand = __webpack_exports__.GetAIFingerprintSoftwareCommand;
3129
+ exports.GetAIFingerprintStatisticsCommand = __webpack_exports__.GetAIFingerprintStatisticsCommand;
3130
+ exports.GetAIFingerprintTop5Command = __webpack_exports__.GetAIFingerprintTop5Command;
3131
+ exports.GetAISessionVulnInfoCommand = __webpack_exports__.GetAISessionVulnInfoCommand;
3132
+ exports.GetAIVulnDetectProgressDetailCommand = __webpack_exports__.GetAIVulnDetectProgressDetailCommand;
3133
+ exports.GetAlarmBySmithKeyCommand = __webpack_exports__.GetAlarmBySmithKeyCommand;
873
3134
  exports.GetAlarmRuleListCommand = __webpack_exports__.GetAlarmRuleListCommand;
3135
+ exports.GetAlarmTraceCommand = __webpack_exports__.GetAlarmTraceCommand;
874
3136
  exports.GetAlarmTraceRawDataCommand = __webpack_exports__.GetAlarmTraceRawDataCommand;
3137
+ exports.GetAlarmVirusStatisticsCommand = __webpack_exports__.GetAlarmVirusStatisticsCommand;
875
3138
  exports.GetAllMonitorSuffixListCommand = __webpack_exports__.GetAllMonitorSuffixListCommand;
876
3139
  exports.GetArmorProfileCommand = __webpack_exports__.GetArmorProfileCommand;
3140
+ exports.GetAssetClusterStatisticCommand = __webpack_exports__.GetAssetClusterStatisticCommand;
3141
+ exports.GetAssetClustersSyncEndCommand = __webpack_exports__.GetAssetClustersSyncEndCommand;
3142
+ exports.GetAssetWorkloadStatisticCommand = __webpack_exports__.GetAssetWorkloadStatisticCommand;
877
3143
  exports.GetAutoIsolateAgentListCommand = __webpack_exports__.GetAutoIsolateAgentListCommand;
878
3144
  exports.GetAutoProtectConfigCommand = __webpack_exports__.GetAutoProtectConfigCommand;
3145
+ exports.GetBaselineDetectProgressDetailCommand = __webpack_exports__.GetBaselineDetectProgressDetailCommand;
3146
+ exports.GetBaselineGroupStatisticsCommand = __webpack_exports__.GetBaselineGroupStatisticsCommand;
879
3147
  exports.GetBruteForceBanCapParamsCommand = __webpack_exports__.GetBruteForceBanCapParamsCommand;
880
3148
  exports.GetBruteForceBanConfigCommand = __webpack_exports__.GetBruteForceBanConfigCommand;
881
3149
  exports.GetBruteForceBanStatisticsCommand = __webpack_exports__.GetBruteForceBanStatisticsCommand;
3150
+ exports.GetCisDetailCommand = __webpack_exports__.GetCisDetailCommand;
882
3151
  exports.GetClusterStatisticsCommand = __webpack_exports__.GetClusterStatisticsCommand;
3152
+ exports.GetClustersPermissionResultCommand = __webpack_exports__.GetClustersPermissionResultCommand;
883
3153
  exports.GetCustomWeakPasswordsCommand = __webpack_exports__.GetCustomWeakPasswordsCommand;
3154
+ exports.GetDevAssetOverviewCommand = __webpack_exports__.GetDevAssetOverviewCommand;
3155
+ exports.GetDevDetailCommand = __webpack_exports__.GetDevDetailCommand;
3156
+ exports.GetDevFingerprintPortCommand = __webpack_exports__.GetDevFingerprintPortCommand;
3157
+ exports.GetDevFingerprintProcessCommand = __webpack_exports__.GetDevFingerprintProcessCommand;
3158
+ exports.GetDevFingerprintSoftwareCommand = __webpack_exports__.GetDevFingerprintSoftwareCommand;
3159
+ exports.GetDevFingerprintStatisticsCommand = __webpack_exports__.GetDevFingerprintStatisticsCommand;
3160
+ exports.GetDownloadStatusCommand = __webpack_exports__.GetDownloadStatusCommand;
3161
+ exports.GetFingerprintAIAppCommand = __webpack_exports__.GetFingerprintAIAppCommand;
3162
+ exports.GetFingerprintAppCommand = __webpack_exports__.GetFingerprintAppCommand;
3163
+ exports.GetFingerprintAppGroupCommand = __webpack_exports__.GetFingerprintAppGroupCommand;
3164
+ exports.GetFingerprintCronCommand = __webpack_exports__.GetFingerprintCronCommand;
884
3165
  exports.GetFingerprintEnvCommand = __webpack_exports__.GetFingerprintEnvCommand;
3166
+ exports.GetFingerprintIntegrityCommand = __webpack_exports__.GetFingerprintIntegrityCommand;
3167
+ exports.GetFingerprintKmodCommand = __webpack_exports__.GetFingerprintKmodCommand;
3168
+ exports.GetFingerprintPortCommand = __webpack_exports__.GetFingerprintPortCommand;
3169
+ exports.GetFingerprintProcessCommand = __webpack_exports__.GetFingerprintProcessCommand;
3170
+ exports.GetFingerprintRefreshStatusCommand = __webpack_exports__.GetFingerprintRefreshStatusCommand;
3171
+ exports.GetFingerprintServiceCommand = __webpack_exports__.GetFingerprintServiceCommand;
3172
+ exports.GetFingerprintSoftwareCommand = __webpack_exports__.GetFingerprintSoftwareCommand;
3173
+ exports.GetFingerprintStatisticsCommand = __webpack_exports__.GetFingerprintStatisticsCommand;
3174
+ exports.GetFingerprintTop5Command = __webpack_exports__.GetFingerprintTop5Command;
3175
+ exports.GetFingerprintUserCommand = __webpack_exports__.GetFingerprintUserCommand;
3176
+ exports.GetFingerprintWebCommand = __webpack_exports__.GetFingerprintWebCommand;
885
3177
  exports.GetGeoLocationCommand = __webpack_exports__.GetGeoLocationCommand;
3178
+ exports.GetGroupCheckStatusCommand = __webpack_exports__.GetGroupCheckStatusCommand;
3179
+ exports.GetHidsAlarmInfoCommand = __webpack_exports__.GetHidsAlarmInfoCommand;
3180
+ exports.GetHidsAlarmStatisticsCommand = __webpack_exports__.GetHidsAlarmStatisticsCommand;
3181
+ exports.GetHidsAlarmSummaryInfoCommand = __webpack_exports__.GetHidsAlarmSummaryInfoCommand;
3182
+ exports.GetHostAssetOverviewCommand = __webpack_exports__.GetHostAssetOverviewCommand;
3183
+ exports.GetHostBasicInfoCommand = __webpack_exports__.GetHostBasicInfoCommand;
3184
+ exports.GetHostImportantProtectStateCommand = __webpack_exports__.GetHostImportantProtectStateCommand;
886
3185
  exports.GetHostVolumeCommand = __webpack_exports__.GetHostVolumeCommand;
3186
+ exports.GetHostVulnInfoCommand = __webpack_exports__.GetHostVulnInfoCommand;
3187
+ exports.GetIntrusionRealTimeUpdatesCommand = __webpack_exports__.GetIntrusionRealTimeUpdatesCommand;
3188
+ exports.GetIntrusionRiskTrendsCommand = __webpack_exports__.GetIntrusionRiskTrendsCommand;
3189
+ exports.GetK8sAssetStatisticCommand = __webpack_exports__.GetK8sAssetStatisticCommand;
3190
+ exports.GetLayeredGroupsCommand = __webpack_exports__.GetLayeredGroupsCommand;
887
3191
  exports.GetMLPAssetSyncTaskDetailCommand = __webpack_exports__.GetMLPAssetSyncTaskDetailCommand;
888
3192
  exports.GetMLPAssetSyncTaskStatusCommand = __webpack_exports__.GetMLPAssetSyncTaskStatusCommand;
3193
+ exports.GetManualSyncAIApplicationStatusCommand = __webpack_exports__.GetManualSyncAIApplicationStatusCommand;
3194
+ exports.GetMlpAlarmStatisticsCommand = __webpack_exports__.GetMlpAlarmStatisticsCommand;
3195
+ exports.GetMlpAlarmSummaryInfoCommand = __webpack_exports__.GetMlpAlarmSummaryInfoCommand;
3196
+ exports.GetMlpUpdateSoftwareTaskDetailCommand = __webpack_exports__.GetMlpUpdateSoftwareTaskDetailCommand;
889
3197
  exports.GetMonitorPolicyDirectoryCommand = __webpack_exports__.GetMonitorPolicyDirectoryCommand;
890
3198
  exports.GetMultiLevelAuthDetailCommand = __webpack_exports__.GetMultiLevelAuthDetailCommand;
3199
+ exports.GetMultiLevelHostAssetOverviewCommand = __webpack_exports__.GetMultiLevelHostAssetOverviewCommand;
3200
+ exports.GetMultiLevelInstitutionDetailCommand = __webpack_exports__.GetMultiLevelInstitutionDetailCommand;
3201
+ exports.GetNeighboringAlarmCommand = __webpack_exports__.GetNeighboringAlarmCommand;
891
3202
  exports.GetOfflineNotificationConfigCommand = __webpack_exports__.GetOfflineNotificationConfigCommand;
892
3203
  exports.GetOfflineNotificationListCommand = __webpack_exports__.GetOfflineNotificationListCommand;
3204
+ exports.GetOneRaspAlarmCommand = __webpack_exports__.GetOneRaspAlarmCommand;
893
3205
  exports.GetPolicyStatisticsCommand = __webpack_exports__.GetPolicyStatisticsCommand;
3206
+ exports.GetRaspAlarmStatisticsCommand = __webpack_exports__.GetRaspAlarmStatisticsCommand;
3207
+ exports.GetRaspAlarmSummaryInfoCommand = __webpack_exports__.GetRaspAlarmSummaryInfoCommand;
3208
+ exports.GetRaspAuthorizationStatisticsCommand = __webpack_exports__.GetRaspAuthorizationStatisticsCommand;
3209
+ exports.GetRaspConfigStatisticsCommand = __webpack_exports__.GetRaspConfigStatisticsCommand;
3210
+ exports.GetRaspProcessDetailCommand = __webpack_exports__.GetRaspProcessDetailCommand;
3211
+ exports.GetRaspProtectStatisticsCommand = __webpack_exports__.GetRaspProtectStatisticsCommand;
3212
+ exports.GetRegistriesPermissionResultCommand = __webpack_exports__.GetRegistriesPermissionResultCommand;
3213
+ exports.GetRegistryImageDetailCommand = __webpack_exports__.GetRegistryImageDetailCommand;
3214
+ exports.GetRegistryImagesSyncStatusCommand = __webpack_exports__.GetRegistryImagesSyncStatusCommand;
3215
+ exports.GetRegistrySyncConfigCommand = __webpack_exports__.GetRegistrySyncConfigCommand;
3216
+ exports.GetRegularCleanCommand = __webpack_exports__.GetRegularCleanCommand;
3217
+ exports.GetRegularVirusScanConfigCommand = __webpack_exports__.GetRegularVirusScanConfigCommand;
3218
+ exports.GetRegularVirusTaskStatusCommand = __webpack_exports__.GetRegularVirusTaskStatusCommand;
3219
+ exports.GetRepoImageRiskCntCommand = __webpack_exports__.GetRepoImageRiskCntCommand;
3220
+ exports.GetRepoImageScanCronCommand = __webpack_exports__.GetRepoImageScanCronCommand;
3221
+ exports.GetRepoImageScanScopeCommand = __webpack_exports__.GetRepoImageScanScopeCommand;
3222
+ exports.GetRepoRegistrySummaryCommand = __webpack_exports__.GetRepoRegistrySummaryCommand;
3223
+ exports.GetRepoRegistryVpcAuthCreateInfoCommand = __webpack_exports__.GetRepoRegistryVpcAuthCreateInfoCommand;
894
3224
  exports.GetSOCAssetAlarmStatsCommand = __webpack_exports__.GetSOCAssetAlarmStatsCommand;
895
3225
  exports.GetSOCAssetInstanceProtectStatusCommand = __webpack_exports__.GetSOCAssetInstanceProtectStatusCommand;
896
3226
  exports.GetSOCAssetSecurityScoreCommand = __webpack_exports__.GetSOCAssetSecurityScoreCommand;
897
3227
  exports.GetSOCAssetVulnStatsCommand = __webpack_exports__.GetSOCAssetVulnStatsCommand;
898
3228
  exports.GetSOCPrecautionBaselineStatsCommand = __webpack_exports__.GetSOCPrecautionBaselineStatsCommand;
3229
+ exports.GetSecurityOverviewCommand = __webpack_exports__.GetSecurityOverviewCommand;
899
3230
  exports.GetSecurityOverviewScoreStatsCommand = __webpack_exports__.GetSecurityOverviewScoreStatsCommand;
3231
+ exports.GetStackTraceCommand = __webpack_exports__.GetStackTraceCommand;
3232
+ exports.GetTLSInfoCommand = __webpack_exports__.GetTLSInfoCommand;
3233
+ exports.GetTenantQuotaCommand = __webpack_exports__.GetTenantQuotaCommand;
3234
+ exports.GetUserBatchScanStatusCommand = __webpack_exports__.GetUserBatchScanStatusCommand;
3235
+ exports.GetVarmorAuthInfoCommand = __webpack_exports__.GetVarmorAuthInfoCommand;
900
3236
  exports.GetVarmorConfigYAMLCommand = __webpack_exports__.GetVarmorConfigYAMLCommand;
901
3237
  exports.GetVarmorPolicyCommand = __webpack_exports__.GetVarmorPolicyCommand;
902
3238
  exports.GetVarmorTLSInfoCommand = __webpack_exports__.GetVarmorTLSInfoCommand;
3239
+ exports.GetVirusAlarmSummaryInfoCommand = __webpack_exports__.GetVirusAlarmSummaryInfoCommand;
3240
+ exports.GetVirusDatabaseUpdateTimeCommand = __webpack_exports__.GetVirusDatabaseUpdateTimeCommand;
3241
+ exports.GetVirusTaskInfoCommand = __webpack_exports__.GetVirusTaskInfoCommand;
3242
+ exports.GetVirusTaskStatisticsCommand = __webpack_exports__.GetVirusTaskStatisticsCommand;
3243
+ exports.GetVulnCheckStatusCommand = __webpack_exports__.GetVulnCheckStatusCommand;
3244
+ exports.GetVulnCheckStatusForAICommand = __webpack_exports__.GetVulnCheckStatusForAICommand;
3245
+ exports.GetVulnDetailCommand = __webpack_exports__.GetVulnDetailCommand;
3246
+ exports.GetVulnInfoCommand = __webpack_exports__.GetVulnInfoCommand;
3247
+ exports.GetVulnInfoForAICommand = __webpack_exports__.GetVulnInfoForAICommand;
3248
+ exports.GetVulnScanConfigCommand = __webpack_exports__.GetVulnScanConfigCommand;
3249
+ exports.GetVulnStatisticsCommand = __webpack_exports__.GetVulnStatisticsCommand;
3250
+ exports.GetVulnStatisticsForAICommand = __webpack_exports__.GetVulnStatisticsForAICommand;
3251
+ exports.GetWhiteListFieldCommand = __webpack_exports__.GetWhiteListFieldCommand;
3252
+ exports.HandleAIVulnCommand = __webpack_exports__.HandleAIVulnCommand;
3253
+ exports.HandleAlarmByAgentCommand = __webpack_exports__.HandleAlarmByAgentCommand;
903
3254
  exports.HandleEndpointAlarmsCommand = __webpack_exports__.HandleEndpointAlarmsCommand;
3255
+ exports.HandleVulnCommand = __webpack_exports__.HandleVulnCommand;
3256
+ exports.InstallAgentClientCommand = __webpack_exports__.InstallAgentClientCommand;
3257
+ exports.InstallAgentProxyServerCommandCommand = __webpack_exports__.InstallAgentProxyServerCommandCommand;
3258
+ exports.IsolateFileCommand = __webpack_exports__.IsolateFileCommand;
3259
+ exports.ListAIApplicationBasicInfoCommand = __webpack_exports__.ListAIApplicationBasicInfoCommand;
904
3260
  exports.ListAgentProxiesCommand = __webpack_exports__.ListAgentProxiesCommand;
905
3261
  exports.ListAgentProxyServersCommand = __webpack_exports__.ListAgentProxyServersCommand;
3262
+ exports.ListAgentkitSessionIDsCommand = __webpack_exports__.ListAgentkitSessionIDsCommand;
3263
+ exports.ListAlarmArchiveRecordsCommand = __webpack_exports__.ListAlarmArchiveRecordsCommand;
3264
+ exports.ListAlarmNameListCommand = __webpack_exports__.ListAlarmNameListCommand;
3265
+ exports.ListAlarmTagsCommand = __webpack_exports__.ListAlarmTagsCommand;
3266
+ exports.ListAllCntrStaticDictCommand = __webpack_exports__.ListAllCntrStaticDictCommand;
3267
+ exports.ListAssetCenterDevsCommand = __webpack_exports__.ListAssetCenterDevsCommand;
906
3268
  exports.ListAssetCenterHostsCommand = __webpack_exports__.ListAssetCenterHostsCommand;
3269
+ exports.ListAssetClustersCommand = __webpack_exports__.ListAssetClustersCommand;
3270
+ exports.ListAssetGroupsCommand = __webpack_exports__.ListAssetGroupsCommand;
907
3271
  exports.ListAssetNamespacesCommand = __webpack_exports__.ListAssetNamespacesCommand;
3272
+ exports.ListAssetPodsLinkedWorkloadCommand = __webpack_exports__.ListAssetPodsLinkedWorkloadCommand;
3273
+ exports.ListAssetPodsLinkedWorkloadWithNoPageCommand = __webpack_exports__.ListAssetPodsLinkedWorkloadWithNoPageCommand;
3274
+ exports.ListAssetTagsCommand = __webpack_exports__.ListAssetTagsCommand;
3275
+ exports.ListAssetWorkloadsCommand = __webpack_exports__.ListAssetWorkloadsCommand;
3276
+ exports.ListAutoDefenseHostsCommand = __webpack_exports__.ListAutoDefenseHostsCommand;
908
3277
  exports.ListAutoDefenseRulesCommand = __webpack_exports__.ListAutoDefenseRulesCommand;
909
3278
  exports.ListBanIPListCommand = __webpack_exports__.ListBanIPListCommand;
910
3279
  exports.ListBaselineBasicInfoCommand = __webpack_exports__.ListBaselineBasicInfoCommand;
911
3280
  exports.ListBaselineCheckConfigCommand = __webpack_exports__.ListBaselineCheckConfigCommand;
3281
+ exports.ListBaselineCheckDetailCommand = __webpack_exports__.ListBaselineCheckDetailCommand;
3282
+ exports.ListBaselineCheckItemHostsCommand = __webpack_exports__.ListBaselineCheckItemHostsCommand;
912
3283
  exports.ListBaselineCheckItemsCommand = __webpack_exports__.ListBaselineCheckItemsCommand;
3284
+ exports.ListBaselineCheckResCommand = __webpack_exports__.ListBaselineCheckResCommand;
913
3285
  exports.ListBaselineForGroupPolicyCommand = __webpack_exports__.ListBaselineForGroupPolicyCommand;
3286
+ exports.ListBaselineGroupsCommand = __webpack_exports__.ListBaselineGroupsCommand;
914
3287
  exports.ListBaselineHostItemHostsCommand = __webpack_exports__.ListBaselineHostItemHostsCommand;
3288
+ exports.ListBaselinesCommand = __webpack_exports__.ListBaselinesCommand;
915
3289
  exports.ListBatchEndpointHandleMethodsCommand = __webpack_exports__.ListBatchEndpointHandleMethodsCommand;
916
3290
  exports.ListCheckConfigRelatedBaselineCommand = __webpack_exports__.ListCheckConfigRelatedBaselineCommand;
917
3291
  exports.ListCleanHistoryCommand = __webpack_exports__.ListCleanHistoryCommand;
918
3292
  exports.ListCloudEnvsCommand = __webpack_exports__.ListCloudEnvsCommand;
3293
+ exports.ListCloudPlatformsCommand = __webpack_exports__.ListCloudPlatformsCommand;
919
3294
  exports.ListClusterVarmorVersionHistoryCommand = __webpack_exports__.ListClusterVarmorVersionHistoryCommand;
920
3295
  exports.ListClustersAndVarmorAppsCommand = __webpack_exports__.ListClustersAndVarmorAppsCommand;
3296
+ exports.ListDevAssetIDsCommand = __webpack_exports__.ListDevAssetIDsCommand;
3297
+ exports.ListDevBasicInfosCommand = __webpack_exports__.ListDevBasicInfosCommand;
3298
+ exports.ListDevPlatformCommand = __webpack_exports__.ListDevPlatformCommand;
3299
+ exports.ListDevRegionCommand = __webpack_exports__.ListDevRegionCommand;
3300
+ exports.ListEndpointHandleMethodsCommand = __webpack_exports__.ListEndpointHandleMethodsCommand;
921
3301
  exports.ListFileMonitorAlarmsCommand = __webpack_exports__.ListFileMonitorAlarmsCommand;
922
3302
  exports.ListFingerprintCollectConfigCommand = __webpack_exports__.ListFingerprintCollectConfigCommand;
3303
+ exports.ListGroupRelatedAgentCommand = __webpack_exports__.ListGroupRelatedAgentCommand;
923
3304
  exports.ListHidsAlarmsCommand = __webpack_exports__.ListHidsAlarmsCommand;
3305
+ exports.ListHostPlatformCommand = __webpack_exports__.ListHostPlatformCommand;
3306
+ exports.ListHostRegionCommand = __webpack_exports__.ListHostRegionCommand;
3307
+ exports.ListHostVpcCommand = __webpack_exports__.ListHostVpcCommand;
3308
+ exports.ListHostsAgentIDsCommand = __webpack_exports__.ListHostsAgentIDsCommand;
924
3309
  exports.ListHostsBasicInfosCommand = __webpack_exports__.ListHostsBasicInfosCommand;
3310
+ exports.ListInstallCommandsCommand = __webpack_exports__.ListInstallCommandsCommand;
925
3311
  exports.ListIsolationFilesCommand = __webpack_exports__.ListIsolationFilesCommand;
3312
+ exports.ListLayeredGroupRelatedHostCommand = __webpack_exports__.ListLayeredGroupRelatedHostCommand;
3313
+ exports.ListLayeredGroupsDetailCommand = __webpack_exports__.ListLayeredGroupsDetailCommand;
3314
+ exports.ListLoginConfigsCommand = __webpack_exports__.ListLoginConfigsCommand;
926
3315
  exports.ListMLPAssetTasksCommand = __webpack_exports__.ListMLPAssetTasksCommand;
3316
+ exports.ListMlpAlarmTagsCommand = __webpack_exports__.ListMlpAlarmTagsCommand;
3317
+ exports.ListMlpAlarmsCommand = __webpack_exports__.ListMlpAlarmsCommand;
927
3318
  exports.ListMonitorPoliciesCommand = __webpack_exports__.ListMonitorPoliciesCommand;
3319
+ exports.ListMultiLevelAssetHostsCommand = __webpack_exports__.ListMultiLevelAssetHostsCommand;
3320
+ exports.ListMultiLevelInstitutionCommand = __webpack_exports__.ListMultiLevelInstitutionCommand;
928
3321
  exports.ListOrderedHostsBasicInfosCommand = __webpack_exports__.ListOrderedHostsBasicInfosCommand;
3322
+ exports.ListRaspAlarmsCommand = __webpack_exports__.ListRaspAlarmsCommand;
3323
+ exports.ListRaspConfigAgentInfosCommand = __webpack_exports__.ListRaspConfigAgentInfosCommand;
3324
+ exports.ListRaspConfigsCommand = __webpack_exports__.ListRaspConfigsCommand;
3325
+ exports.ListRaspProcessesCommand = __webpack_exports__.ListRaspProcessesCommand;
3326
+ exports.ListRegistriesCommand = __webpack_exports__.ListRegistriesCommand;
3327
+ exports.ListRegistryImagesCommand = __webpack_exports__.ListRegistryImagesCommand;
3328
+ exports.ListRegistryNamespaceIDsCommand = __webpack_exports__.ListRegistryNamespaceIDsCommand;
3329
+ exports.ListRegistryNamespacesCommand = __webpack_exports__.ListRegistryNamespacesCommand;
3330
+ exports.ListRepoImageComplCommand = __webpack_exports__.ListRepoImageComplCommand;
3331
+ exports.ListRepoImageLayerCommand = __webpack_exports__.ListRepoImageLayerCommand;
3332
+ exports.ListRepoImageLayerSenfileCommand = __webpack_exports__.ListRepoImageLayerSenfileCommand;
3333
+ exports.ListRepoImageLayerVirusCommand = __webpack_exports__.ListRepoImageLayerVirusCommand;
3334
+ exports.ListRepoImageLayerVulnCommand = __webpack_exports__.ListRepoImageLayerVulnCommand;
3335
+ exports.ListRepoImagePackageCommand = __webpack_exports__.ListRepoImagePackageCommand;
3336
+ exports.ListRepoImageSenfileCommand = __webpack_exports__.ListRepoImageSenfileCommand;
3337
+ exports.ListRepoImageVirusCommand = __webpack_exports__.ListRepoImageVirusCommand;
3338
+ exports.ListRepoImageVulnCommand = __webpack_exports__.ListRepoImageVulnCommand;
3339
+ exports.ListRiskComplAffectRepoImageCommand = __webpack_exports__.ListRiskComplAffectRepoImageCommand;
3340
+ exports.ListRiskVulnAffectRepoImageCommand = __webpack_exports__.ListRiskVulnAffectRepoImageCommand;
929
3341
  exports.ListScanSubTasksCommand = __webpack_exports__.ListScanSubTasksCommand;
3342
+ exports.ListScanTaskHostsCommand = __webpack_exports__.ListScanTaskHostsCommand;
3343
+ exports.ListScanTasksCommand = __webpack_exports__.ListScanTasksCommand;
3344
+ exports.ListTagRelatedAgentCommand = __webpack_exports__.ListTagRelatedAgentCommand;
3345
+ exports.ListTagsDetailCommand = __webpack_exports__.ListTagsDetailCommand;
930
3346
  exports.ListVarmorPoliciesCommand = __webpack_exports__.ListVarmorPoliciesCommand;
3347
+ exports.ListVirusAlarmsCommand = __webpack_exports__.ListVirusAlarmsCommand;
931
3348
  exports.ListVulByPodCommand = __webpack_exports__.ListVulByPodCommand;
932
3349
  exports.ListVulDetailCommand = __webpack_exports__.ListVulDetailCommand;
933
3350
  exports.ListVulHostByPodCommand = __webpack_exports__.ListVulHostByPodCommand;
3351
+ exports.ListVulnAffectAISessionCommand = __webpack_exports__.ListVulnAffectAISessionCommand;
3352
+ exports.ListVulnForAICommand = __webpack_exports__.ListVulnForAICommand;
3353
+ exports.ListVulnHostsCommand = __webpack_exports__.ListVulnHostsCommand;
3354
+ exports.ListVulnsCommand = __webpack_exports__.ListVulnsCommand;
3355
+ exports.ListWeakPasswordCheckDetailCommand = __webpack_exports__.ListWeakPasswordCheckDetailCommand;
3356
+ exports.ListWhiteListsCommand = __webpack_exports__.ListWhiteListsCommand;
3357
+ exports.ManualSyncAIApplicationCommand = __webpack_exports__.ManualSyncAIApplicationCommand;
3358
+ exports.ModifyAutoDefenseRuleCommand = __webpack_exports__.ModifyAutoDefenseRuleCommand;
3359
+ exports.ModifyCloudEnvCommand = __webpack_exports__.ModifyCloudEnvCommand;
3360
+ exports.ModifyLayeredGroupCommand = __webpack_exports__.ModifyLayeredGroupCommand;
3361
+ exports.ModifyMultiLevelInstitutionCommand = __webpack_exports__.ModifyMultiLevelInstitutionCommand;
3362
+ exports.ModifyMultiLevelInstitutionReportSwitchCommand = __webpack_exports__.ModifyMultiLevelInstitutionReportSwitchCommand;
3363
+ exports.ModifyTLSConfigCommand = __webpack_exports__.ModifyTLSConfigCommand;
3364
+ exports.ModifyUserAutoDefenseRuleCommand = __webpack_exports__.ModifyUserAutoDefenseRuleCommand;
3365
+ exports.ModifyWhiteListCommand = __webpack_exports__.ModifyWhiteListCommand;
3366
+ exports.MultiAssetScanCommand = __webpack_exports__.MultiAssetScanCommand;
3367
+ exports.MultiCloudAccessStatisticsCommand = __webpack_exports__.MultiCloudAccessStatisticsCommand;
3368
+ exports.MultiCloudAccessSyncCommand = __webpack_exports__.MultiCloudAccessSyncCommand;
3369
+ exports.MultiCloudAccessSyncStatusCommand = __webpack_exports__.MultiCloudAccessSyncStatusCommand;
3370
+ exports.OperateAgentRaspConfigSwitchCommand = __webpack_exports__.OperateAgentRaspConfigSwitchCommand;
3371
+ exports.PrecisionStatisticsCommand = __webpack_exports__.PrecisionStatisticsCommand;
3372
+ exports.RecoverFileCommand = __webpack_exports__.RecoverFileCommand;
3373
+ exports.RefreshAIFingerprintDataCommand = __webpack_exports__.RefreshAIFingerprintDataCommand;
3374
+ exports.RefreshFingerprintDataCommand = __webpack_exports__.RefreshFingerprintDataCommand;
934
3375
  exports.RefreshVarmorInfoCommand = __webpack_exports__.RefreshVarmorInfoCommand;
935
3376
  exports.RetryIPOperationCommand = __webpack_exports__.RetryIPOperationCommand;
936
3377
  exports.SECCENTER20240508Client = __webpack_exports__.SECCENTER20240508Client;
3378
+ exports.SaveRepoImageScanCronCommand = __webpack_exports__.SaveRepoImageScanCronCommand;
3379
+ exports.SaveRepoImageScanScopeCommand = __webpack_exports__.SaveRepoImageScanScopeCommand;
937
3380
  exports.SetAIAlarmJudgeConfigCommand = __webpack_exports__.SetAIAlarmJudgeConfigCommand;
938
3381
  exports.SetBruteForceBanConfigCommand = __webpack_exports__.SetBruteForceBanConfigCommand;
939
3382
  exports.SetCustomWeakPasswordsCommand = __webpack_exports__.SetCustomWeakPasswordsCommand;
3383
+ exports.SetRegularVirusScanConfigCommand = __webpack_exports__.SetRegularVirusScanConfigCommand;
940
3384
  exports.StopMLPAssetSyncTaskCommand = __webpack_exports__.StopMLPAssetSyncTaskCommand;
3385
+ exports.SwitchCloudEnvSyncCommand = __webpack_exports__.SwitchCloudEnvSyncCommand;
3386
+ exports.SyncRegistryImagesCommand = __webpack_exports__.SyncRegistryImagesCommand;
941
3387
  exports.UnBanIPItemCommand = __webpack_exports__.UnBanIPItemCommand;
942
3388
  exports.UnbindMLPAuthCommand = __webpack_exports__.UnbindMLPAuthCommand;
3389
+ exports.UninstallAgentClientCommand = __webpack_exports__.UninstallAgentClientCommand;
3390
+ exports.UninstallCommandsCommand = __webpack_exports__.UninstallCommandsCommand;
3391
+ exports.UpdateAlarmTagsCommand = __webpack_exports__.UpdateAlarmTagsCommand;
3392
+ exports.UpdateAssetClustersCommand = __webpack_exports__.UpdateAssetClustersCommand;
943
3393
  exports.UpdateAutoProtectConfigCommand = __webpack_exports__.UpdateAutoProtectConfigCommand;
944
3394
  exports.UpdateBaselineCheckConfigSwitchCommand = __webpack_exports__.UpdateBaselineCheckConfigSwitchCommand;
945
3395
  exports.UpdateCloudProviderCommand = __webpack_exports__.UpdateCloudProviderCommand;
3396
+ exports.UpdateCommonAlarmStatusCommand = __webpack_exports__.UpdateCommonAlarmStatusCommand;
3397
+ exports.UpdateHostTagCommand = __webpack_exports__.UpdateHostTagCommand;
3398
+ exports.UpdateLoginConfigCommand = __webpack_exports__.UpdateLoginConfigCommand;
3399
+ exports.UpdateMlpAlarmStatusCommand = __webpack_exports__.UpdateMlpAlarmStatusCommand;
946
3400
  exports.UpdateOfflineNotificationConfigCommand = __webpack_exports__.UpdateOfflineNotificationConfigCommand;
3401
+ exports.UpdateRegistryFlowRateLimitCommand = __webpack_exports__.UpdateRegistryFlowRateLimitCommand;
3402
+ exports.UpdateRegistrySyncConfigCommand = __webpack_exports__.UpdateRegistrySyncConfigCommand;
3403
+ exports.UpdateRegularCleanCommand = __webpack_exports__.UpdateRegularCleanCommand;
947
3404
  exports.UpdateVarmorAppConfigCommand = __webpack_exports__.UpdateVarmorAppConfigCommand;
948
3405
  exports.UpdateVarmorPolicyCommand = __webpack_exports__.UpdateVarmorPolicyCommand;
949
3406
  exports.UpdateVarmorTLSInfoCommand = __webpack_exports__.UpdateVarmorTLSInfoCommand;
950
3407
  for(var __rspack_i in __webpack_exports__)if (-1 === [
3408
+ "AddAgentProxyCommand",
3409
+ "AddAutoIsolateAgentListCommand",
951
3410
  "AddBaselineCheckConfigCommand",
3411
+ "AddCloudEnvCommand",
3412
+ "AddLoginConfigCommand",
952
3413
  "AddMonitorPolicyCommand",
3414
+ "AddRaspConfigCommand",
3415
+ "AddUserAutoDefenseRuleCommand",
3416
+ "AddWhiteListCommand",
3417
+ "AllAssetScanCommand",
3418
+ "AssetScanCommand",
953
3419
  "BanAlarmIPCommand",
3420
+ "BaselineChecklistWhiteCommand",
3421
+ "BatchAddHostToGroupCommand",
3422
+ "BatchCreateRepoRegistryVpcAuthCommand",
954
3423
  "BatchDeleteVarmorPoliciesCommand",
3424
+ "BatchDetectWeakPasswordCommand",
955
3425
  "BatchInstallVarmorAppsCommand",
3426
+ "BatchUnBanIPItemCommand",
956
3427
  "BatchUninstallVarmorAppsCommand",
957
3428
  "BatchUpgradeVarmorAppsCommand",
958
3429
  "BindMLPAuthCommand",
3430
+ "CalculateRepoImageScanQuotaCommand",
959
3431
  "CheckAlarmSupportBanIPCommand",
3432
+ "CheckInstallAgentClientCommand",
3433
+ "CheckInstallRaspCommand",
960
3434
  "CheckMonitorPolicyCommand",
961
3435
  "ControlMonitorPolicyCommand",
3436
+ "CreatFileScanTaskCommand",
3437
+ "CreateHostTagCommand",
3438
+ "CreateLayeredGroupCommand",
962
3439
  "CreateMLPAssetSyncTaskCommand",
3440
+ "CreateMLPUpdateSoftwareTaskCommand",
3441
+ "CreateMultiLevelInstitutionCommand",
3442
+ "CreateRepoRegistryVpcAuthCommand",
963
3443
  "CreateVarmorPolicyCommand",
3444
+ "DeleteAgentProxyCommand",
3445
+ "DeleteAgentProxyServerCommand",
3446
+ "DeleteAutoIsolateAgentListCommand",
964
3447
  "DeleteBaselineCheckConfigCommand",
3448
+ "DeleteCloudEnvCommand",
3449
+ "DeleteCommandCommand",
3450
+ "DeleteHostTagCommand",
3451
+ "DeleteLayeredGroupCommand",
3452
+ "DeleteLoginConfigCommand",
965
3453
  "DeleteMonitorPolicyCommand",
3454
+ "DeleteMultiLevelInstitutionCommand",
3455
+ "DeleteRaspConfigCommand",
3456
+ "DeleteUserAutoDefenseRuleCommand",
3457
+ "DeleteWhiteListsCommand",
966
3458
  "DescribeFileChangeTrendTop5Command",
967
3459
  "DescribeFileMonitorOverviewCommand",
968
3460
  "DescribeLastWeekFileChangeTrendsCommand",
969
3461
  "DetectBaselineByCheckConfigCommand",
3462
+ "DetectBaselineCommand",
3463
+ "DetectVulnCommand",
3464
+ "DetectVulnForAICommand",
3465
+ "DisableHostImportantProtectCommand",
3466
+ "DownloadAIVulnListCommand",
3467
+ "DownloadBaselineCheckCommand",
3468
+ "DownloadBaselineCheckHostsCommand",
3469
+ "DownloadRawTraceDataCommand",
3470
+ "DownloadVulHostListByPodCommand",
3471
+ "DownloadVulListByPodCommand",
3472
+ "DownloadVulnAffectAISessionCommand",
3473
+ "DownloadVulnDatasCommand",
3474
+ "DownloadVulnListCommand",
3475
+ "EditAIApplicationSyncConfigCommand",
970
3476
  "EditBaselineCheckConfigCommand",
971
3477
  "EditFingerprintCollectConfigCommand",
972
3478
  "EditMonitorPolicyCommand",
3479
+ "EditRaspConfigCommand",
3480
+ "EditVulnScanConfigCommand",
3481
+ "EnableHostImportantProtectCommand",
3482
+ "ExportAIFingerprintDataCommand",
3483
+ "ExportAlarmListDataForRaspCommand",
3484
+ "ExportAssetCenterDevsCommand",
3485
+ "ExportAssetCenterHostsCommand",
3486
+ "ExportBaselineCheckListCommand",
3487
+ "ExportBaselineHostDetailsCommand",
3488
+ "ExportDevFingerprintDataCommand",
973
3489
  "ExportFileMonitorAlarmListDataCommand",
3490
+ "ExportFingerprintDataCommand",
3491
+ "ExportHidsAlarmListDataCommand",
3492
+ "ExportMlpAlarmListDataCommand",
3493
+ "ExportRepoImageAssetCommand",
3494
+ "ExportVirusAlarmListDataCommand",
3495
+ "ExportWeakPasswordCommand",
3496
+ "GenerateInstallCommandCommand",
974
3497
  "GetAIAlarmJudgeConfigCommand",
3498
+ "GetAIApplicationSyncConfigCommand",
3499
+ "GetAIFingerprintAppCommand",
3500
+ "GetAIFingerprintPortCommand",
3501
+ "GetAIFingerprintProcessCommand",
3502
+ "GetAIFingerprintRefreshStatusCommand",
3503
+ "GetAIFingerprintSoftwareCommand",
3504
+ "GetAIFingerprintStatisticsCommand",
3505
+ "GetAIFingerprintTop5Command",
3506
+ "GetAISessionVulnInfoCommand",
3507
+ "GetAIVulnDetectProgressDetailCommand",
3508
+ "GetAlarmBySmithKeyCommand",
975
3509
  "GetAlarmRuleListCommand",
3510
+ "GetAlarmTraceCommand",
976
3511
  "GetAlarmTraceRawDataCommand",
3512
+ "GetAlarmVirusStatisticsCommand",
977
3513
  "GetAllMonitorSuffixListCommand",
978
3514
  "GetArmorProfileCommand",
3515
+ "GetAssetClusterStatisticCommand",
3516
+ "GetAssetClustersSyncEndCommand",
3517
+ "GetAssetWorkloadStatisticCommand",
979
3518
  "GetAutoIsolateAgentListCommand",
980
3519
  "GetAutoProtectConfigCommand",
3520
+ "GetBaselineDetectProgressDetailCommand",
3521
+ "GetBaselineGroupStatisticsCommand",
981
3522
  "GetBruteForceBanCapParamsCommand",
982
3523
  "GetBruteForceBanConfigCommand",
983
3524
  "GetBruteForceBanStatisticsCommand",
3525
+ "GetCisDetailCommand",
984
3526
  "GetClusterStatisticsCommand",
3527
+ "GetClustersPermissionResultCommand",
985
3528
  "GetCustomWeakPasswordsCommand",
3529
+ "GetDevAssetOverviewCommand",
3530
+ "GetDevDetailCommand",
3531
+ "GetDevFingerprintPortCommand",
3532
+ "GetDevFingerprintProcessCommand",
3533
+ "GetDevFingerprintSoftwareCommand",
3534
+ "GetDevFingerprintStatisticsCommand",
3535
+ "GetDownloadStatusCommand",
3536
+ "GetFingerprintAIAppCommand",
3537
+ "GetFingerprintAppCommand",
3538
+ "GetFingerprintAppGroupCommand",
3539
+ "GetFingerprintCronCommand",
986
3540
  "GetFingerprintEnvCommand",
3541
+ "GetFingerprintIntegrityCommand",
3542
+ "GetFingerprintKmodCommand",
3543
+ "GetFingerprintPortCommand",
3544
+ "GetFingerprintProcessCommand",
3545
+ "GetFingerprintRefreshStatusCommand",
3546
+ "GetFingerprintServiceCommand",
3547
+ "GetFingerprintSoftwareCommand",
3548
+ "GetFingerprintStatisticsCommand",
3549
+ "GetFingerprintTop5Command",
3550
+ "GetFingerprintUserCommand",
3551
+ "GetFingerprintWebCommand",
987
3552
  "GetGeoLocationCommand",
3553
+ "GetGroupCheckStatusCommand",
3554
+ "GetHidsAlarmInfoCommand",
3555
+ "GetHidsAlarmStatisticsCommand",
3556
+ "GetHidsAlarmSummaryInfoCommand",
3557
+ "GetHostAssetOverviewCommand",
3558
+ "GetHostBasicInfoCommand",
3559
+ "GetHostImportantProtectStateCommand",
988
3560
  "GetHostVolumeCommand",
3561
+ "GetHostVulnInfoCommand",
3562
+ "GetIntrusionRealTimeUpdatesCommand",
3563
+ "GetIntrusionRiskTrendsCommand",
3564
+ "GetK8sAssetStatisticCommand",
3565
+ "GetLayeredGroupsCommand",
989
3566
  "GetMLPAssetSyncTaskDetailCommand",
990
3567
  "GetMLPAssetSyncTaskStatusCommand",
3568
+ "GetManualSyncAIApplicationStatusCommand",
3569
+ "GetMlpAlarmStatisticsCommand",
3570
+ "GetMlpAlarmSummaryInfoCommand",
3571
+ "GetMlpUpdateSoftwareTaskDetailCommand",
991
3572
  "GetMonitorPolicyDirectoryCommand",
992
3573
  "GetMultiLevelAuthDetailCommand",
3574
+ "GetMultiLevelHostAssetOverviewCommand",
3575
+ "GetMultiLevelInstitutionDetailCommand",
3576
+ "GetNeighboringAlarmCommand",
993
3577
  "GetOfflineNotificationConfigCommand",
994
3578
  "GetOfflineNotificationListCommand",
3579
+ "GetOneRaspAlarmCommand",
995
3580
  "GetPolicyStatisticsCommand",
3581
+ "GetRaspAlarmStatisticsCommand",
3582
+ "GetRaspAlarmSummaryInfoCommand",
3583
+ "GetRaspAuthorizationStatisticsCommand",
3584
+ "GetRaspConfigStatisticsCommand",
3585
+ "GetRaspProcessDetailCommand",
3586
+ "GetRaspProtectStatisticsCommand",
3587
+ "GetRegistriesPermissionResultCommand",
3588
+ "GetRegistryImageDetailCommand",
3589
+ "GetRegistryImagesSyncStatusCommand",
3590
+ "GetRegistrySyncConfigCommand",
3591
+ "GetRegularCleanCommand",
3592
+ "GetRegularVirusScanConfigCommand",
3593
+ "GetRegularVirusTaskStatusCommand",
3594
+ "GetRepoImageRiskCntCommand",
3595
+ "GetRepoImageScanCronCommand",
3596
+ "GetRepoImageScanScopeCommand",
3597
+ "GetRepoRegistrySummaryCommand",
3598
+ "GetRepoRegistryVpcAuthCreateInfoCommand",
996
3599
  "GetSOCAssetAlarmStatsCommand",
997
3600
  "GetSOCAssetInstanceProtectStatusCommand",
998
3601
  "GetSOCAssetSecurityScoreCommand",
999
3602
  "GetSOCAssetVulnStatsCommand",
1000
3603
  "GetSOCPrecautionBaselineStatsCommand",
3604
+ "GetSecurityOverviewCommand",
1001
3605
  "GetSecurityOverviewScoreStatsCommand",
3606
+ "GetStackTraceCommand",
3607
+ "GetTLSInfoCommand",
3608
+ "GetTenantQuotaCommand",
3609
+ "GetUserBatchScanStatusCommand",
3610
+ "GetVarmorAuthInfoCommand",
1002
3611
  "GetVarmorConfigYAMLCommand",
1003
3612
  "GetVarmorPolicyCommand",
1004
3613
  "GetVarmorTLSInfoCommand",
3614
+ "GetVirusAlarmSummaryInfoCommand",
3615
+ "GetVirusDatabaseUpdateTimeCommand",
3616
+ "GetVirusTaskInfoCommand",
3617
+ "GetVirusTaskStatisticsCommand",
3618
+ "GetVulnCheckStatusCommand",
3619
+ "GetVulnCheckStatusForAICommand",
3620
+ "GetVulnDetailCommand",
3621
+ "GetVulnInfoCommand",
3622
+ "GetVulnInfoForAICommand",
3623
+ "GetVulnScanConfigCommand",
3624
+ "GetVulnStatisticsCommand",
3625
+ "GetVulnStatisticsForAICommand",
3626
+ "GetWhiteListFieldCommand",
3627
+ "HandleAIVulnCommand",
3628
+ "HandleAlarmByAgentCommand",
1005
3629
  "HandleEndpointAlarmsCommand",
3630
+ "HandleVulnCommand",
3631
+ "InstallAgentClientCommand",
3632
+ "InstallAgentProxyServerCommandCommand",
3633
+ "IsolateFileCommand",
3634
+ "ListAIApplicationBasicInfoCommand",
1006
3635
  "ListAgentProxiesCommand",
1007
3636
  "ListAgentProxyServersCommand",
3637
+ "ListAgentkitSessionIDsCommand",
3638
+ "ListAlarmArchiveRecordsCommand",
3639
+ "ListAlarmNameListCommand",
3640
+ "ListAlarmTagsCommand",
3641
+ "ListAllCntrStaticDictCommand",
3642
+ "ListAssetCenterDevsCommand",
1008
3643
  "ListAssetCenterHostsCommand",
3644
+ "ListAssetClustersCommand",
3645
+ "ListAssetGroupsCommand",
1009
3646
  "ListAssetNamespacesCommand",
3647
+ "ListAssetPodsLinkedWorkloadCommand",
3648
+ "ListAssetPodsLinkedWorkloadWithNoPageCommand",
3649
+ "ListAssetTagsCommand",
3650
+ "ListAssetWorkloadsCommand",
3651
+ "ListAutoDefenseHostsCommand",
1010
3652
  "ListAutoDefenseRulesCommand",
1011
3653
  "ListBanIPListCommand",
1012
3654
  "ListBaselineBasicInfoCommand",
1013
3655
  "ListBaselineCheckConfigCommand",
3656
+ "ListBaselineCheckDetailCommand",
3657
+ "ListBaselineCheckItemHostsCommand",
1014
3658
  "ListBaselineCheckItemsCommand",
3659
+ "ListBaselineCheckResCommand",
1015
3660
  "ListBaselineForGroupPolicyCommand",
3661
+ "ListBaselineGroupsCommand",
1016
3662
  "ListBaselineHostItemHostsCommand",
3663
+ "ListBaselinesCommand",
1017
3664
  "ListBatchEndpointHandleMethodsCommand",
1018
3665
  "ListCheckConfigRelatedBaselineCommand",
1019
3666
  "ListCleanHistoryCommand",
1020
3667
  "ListCloudEnvsCommand",
3668
+ "ListCloudPlatformsCommand",
1021
3669
  "ListClusterVarmorVersionHistoryCommand",
1022
3670
  "ListClustersAndVarmorAppsCommand",
3671
+ "ListDevAssetIDsCommand",
3672
+ "ListDevBasicInfosCommand",
3673
+ "ListDevPlatformCommand",
3674
+ "ListDevRegionCommand",
3675
+ "ListEndpointHandleMethodsCommand",
1023
3676
  "ListFileMonitorAlarmsCommand",
1024
3677
  "ListFingerprintCollectConfigCommand",
3678
+ "ListGroupRelatedAgentCommand",
1025
3679
  "ListHidsAlarmsCommand",
3680
+ "ListHostPlatformCommand",
3681
+ "ListHostRegionCommand",
3682
+ "ListHostVpcCommand",
3683
+ "ListHostsAgentIDsCommand",
1026
3684
  "ListHostsBasicInfosCommand",
3685
+ "ListInstallCommandsCommand",
1027
3686
  "ListIsolationFilesCommand",
3687
+ "ListLayeredGroupRelatedHostCommand",
3688
+ "ListLayeredGroupsDetailCommand",
3689
+ "ListLoginConfigsCommand",
1028
3690
  "ListMLPAssetTasksCommand",
3691
+ "ListMlpAlarmTagsCommand",
3692
+ "ListMlpAlarmsCommand",
1029
3693
  "ListMonitorPoliciesCommand",
3694
+ "ListMultiLevelAssetHostsCommand",
3695
+ "ListMultiLevelInstitutionCommand",
1030
3696
  "ListOrderedHostsBasicInfosCommand",
3697
+ "ListRaspAlarmsCommand",
3698
+ "ListRaspConfigAgentInfosCommand",
3699
+ "ListRaspConfigsCommand",
3700
+ "ListRaspProcessesCommand",
3701
+ "ListRegistriesCommand",
3702
+ "ListRegistryImagesCommand",
3703
+ "ListRegistryNamespaceIDsCommand",
3704
+ "ListRegistryNamespacesCommand",
3705
+ "ListRepoImageComplCommand",
3706
+ "ListRepoImageLayerCommand",
3707
+ "ListRepoImageLayerSenfileCommand",
3708
+ "ListRepoImageLayerVirusCommand",
3709
+ "ListRepoImageLayerVulnCommand",
3710
+ "ListRepoImagePackageCommand",
3711
+ "ListRepoImageSenfileCommand",
3712
+ "ListRepoImageVirusCommand",
3713
+ "ListRepoImageVulnCommand",
3714
+ "ListRiskComplAffectRepoImageCommand",
3715
+ "ListRiskVulnAffectRepoImageCommand",
1031
3716
  "ListScanSubTasksCommand",
3717
+ "ListScanTaskHostsCommand",
3718
+ "ListScanTasksCommand",
3719
+ "ListTagRelatedAgentCommand",
3720
+ "ListTagsDetailCommand",
1032
3721
  "ListVarmorPoliciesCommand",
3722
+ "ListVirusAlarmsCommand",
1033
3723
  "ListVulByPodCommand",
1034
3724
  "ListVulDetailCommand",
1035
3725
  "ListVulHostByPodCommand",
3726
+ "ListVulnAffectAISessionCommand",
3727
+ "ListVulnForAICommand",
3728
+ "ListVulnHostsCommand",
3729
+ "ListVulnsCommand",
3730
+ "ListWeakPasswordCheckDetailCommand",
3731
+ "ListWhiteListsCommand",
3732
+ "ManualSyncAIApplicationCommand",
3733
+ "ModifyAutoDefenseRuleCommand",
3734
+ "ModifyCloudEnvCommand",
3735
+ "ModifyLayeredGroupCommand",
3736
+ "ModifyMultiLevelInstitutionCommand",
3737
+ "ModifyMultiLevelInstitutionReportSwitchCommand",
3738
+ "ModifyTLSConfigCommand",
3739
+ "ModifyUserAutoDefenseRuleCommand",
3740
+ "ModifyWhiteListCommand",
3741
+ "MultiAssetScanCommand",
3742
+ "MultiCloudAccessStatisticsCommand",
3743
+ "MultiCloudAccessSyncCommand",
3744
+ "MultiCloudAccessSyncStatusCommand",
3745
+ "OperateAgentRaspConfigSwitchCommand",
3746
+ "PrecisionStatisticsCommand",
3747
+ "RecoverFileCommand",
3748
+ "RefreshAIFingerprintDataCommand",
3749
+ "RefreshFingerprintDataCommand",
1036
3750
  "RefreshVarmorInfoCommand",
1037
3751
  "RetryIPOperationCommand",
1038
3752
  "SECCENTER20240508Client",
3753
+ "SaveRepoImageScanCronCommand",
3754
+ "SaveRepoImageScanScopeCommand",
1039
3755
  "SetAIAlarmJudgeConfigCommand",
1040
3756
  "SetBruteForceBanConfigCommand",
1041
3757
  "SetCustomWeakPasswordsCommand",
3758
+ "SetRegularVirusScanConfigCommand",
1042
3759
  "StopMLPAssetSyncTaskCommand",
3760
+ "SwitchCloudEnvSyncCommand",
3761
+ "SyncRegistryImagesCommand",
1043
3762
  "UnBanIPItemCommand",
1044
3763
  "UnbindMLPAuthCommand",
3764
+ "UninstallAgentClientCommand",
3765
+ "UninstallCommandsCommand",
3766
+ "UpdateAlarmTagsCommand",
3767
+ "UpdateAssetClustersCommand",
1045
3768
  "UpdateAutoProtectConfigCommand",
1046
3769
  "UpdateBaselineCheckConfigSwitchCommand",
1047
3770
  "UpdateCloudProviderCommand",
3771
+ "UpdateCommonAlarmStatusCommand",
3772
+ "UpdateHostTagCommand",
3773
+ "UpdateLoginConfigCommand",
3774
+ "UpdateMlpAlarmStatusCommand",
1048
3775
  "UpdateOfflineNotificationConfigCommand",
3776
+ "UpdateRegistryFlowRateLimitCommand",
3777
+ "UpdateRegistrySyncConfigCommand",
3778
+ "UpdateRegularCleanCommand",
1049
3779
  "UpdateVarmorAppConfigCommand",
1050
3780
  "UpdateVarmorPolicyCommand",
1051
3781
  "UpdateVarmorTLSInfoCommand"