@huaweicloud/huaweicloud-sdk-waf 3.1.176 → 3.1.178

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 (433) hide show
  1. package/package.json +2 -2
  2. package/v1/WafClient.d.ts +773 -121
  3. package/v1/WafClient.d.ts.map +1 -1
  4. package/v1/WafClient.js +1562 -157
  5. package/v1/WafClient.js.map +1 -1
  6. package/v1/model/AnticrawlerRule.d.ts +10 -2
  7. package/v1/model/AnticrawlerRule.d.ts.map +1 -1
  8. package/v1/model/AnticrawlerRule.js +10 -1
  9. package/v1/model/AnticrawlerRule.js.map +1 -1
  10. package/v1/model/AsyncJobReqBody.d.ts +42 -0
  11. package/v1/model/AsyncJobReqBody.d.ts.map +1 -0
  12. package/v1/model/AsyncJobReqBody.js +89 -0
  13. package/v1/model/AsyncJobReqBody.js.map +1 -0
  14. package/v1/model/BatchDeleteCompositeHostsRequest.d.ts +15 -0
  15. package/v1/model/BatchDeleteCompositeHostsRequest.d.ts.map +1 -0
  16. package/v1/model/BatchDeleteCompositeHostsRequest.js +34 -0
  17. package/v1/model/BatchDeleteCompositeHostsRequest.js.map +1 -0
  18. package/v1/model/BatchDeleteCompositeHostsRequestBody.d.ts +12 -0
  19. package/v1/model/BatchDeleteCompositeHostsRequestBody.d.ts.map +1 -0
  20. package/v1/model/BatchDeleteCompositeHostsRequestBody.js +29 -0
  21. package/v1/model/BatchDeleteCompositeHostsRequestBody.js.map +1 -0
  22. package/v1/model/BatchDeleteCompositeHostsResponse.d.ts +9 -0
  23. package/v1/model/BatchDeleteCompositeHostsResponse.d.ts.map +1 -0
  24. package/v1/model/BatchDeleteCompositeHostsResponse.js +21 -0
  25. package/v1/model/BatchDeleteCompositeHostsResponse.js.map +1 -0
  26. package/v1/model/BatchDeleteRulesRequest.d.ts +15 -0
  27. package/v1/model/BatchDeleteRulesRequest.d.ts.map +1 -0
  28. package/v1/model/BatchDeleteRulesRequest.js +35 -0
  29. package/v1/model/BatchDeleteRulesRequest.js.map +1 -0
  30. package/v1/model/BatchDeleteRulesResponse.d.ts +10 -0
  31. package/v1/model/BatchDeleteRulesResponse.d.ts.map +1 -0
  32. package/v1/model/BatchDeleteRulesResponse.js +21 -0
  33. package/v1/model/BatchDeleteRulesResponse.js.map +1 -0
  34. package/v1/model/BatchUpdateAntiTamperRulesRequestBody.d.ts +15 -0
  35. package/v1/model/BatchUpdateAntiTamperRulesRequestBody.d.ts.map +1 -0
  36. package/v1/model/BatchUpdateAntiTamperRulesRequestBody.js +34 -0
  37. package/v1/model/BatchUpdateAntiTamperRulesRequestBody.js.map +1 -0
  38. package/v1/model/BatchUpdateAntileakageRuleRequestBody.d.ts +28 -0
  39. package/v1/model/BatchUpdateAntileakageRuleRequestBody.d.ts.map +1 -0
  40. package/v1/model/BatchUpdateAntileakageRuleRequestBody.js +51 -0
  41. package/v1/model/BatchUpdateAntileakageRuleRequestBody.js.map +1 -0
  42. package/v1/model/BatchUpdateAntileakageRulesRequest.d.ts +11 -0
  43. package/v1/model/BatchUpdateAntileakageRulesRequest.d.ts.map +1 -0
  44. package/v1/model/BatchUpdateAntileakageRulesRequest.js +24 -0
  45. package/v1/model/BatchUpdateAntileakageRulesRequest.js.map +1 -0
  46. package/v1/model/BatchUpdateAntileakageRulesResponse.d.ts +10 -0
  47. package/v1/model/BatchUpdateAntileakageRulesResponse.d.ts.map +1 -0
  48. package/v1/model/BatchUpdateAntileakageRulesResponse.js +21 -0
  49. package/v1/model/BatchUpdateAntileakageRulesResponse.js.map +1 -0
  50. package/v1/model/BatchUpdateAntitamperRulesRequest.d.ts +11 -0
  51. package/v1/model/BatchUpdateAntitamperRulesRequest.d.ts.map +1 -0
  52. package/v1/model/BatchUpdateAntitamperRulesRequest.js +24 -0
  53. package/v1/model/BatchUpdateAntitamperRulesRequest.js.map +1 -0
  54. package/v1/model/BatchUpdateAntitamperRulesResponse.d.ts +10 -0
  55. package/v1/model/BatchUpdateAntitamperRulesResponse.d.ts.map +1 -0
  56. package/v1/model/BatchUpdateAntitamperRulesResponse.js +21 -0
  57. package/v1/model/BatchUpdateAntitamperRulesResponse.js.map +1 -0
  58. package/v1/model/BatchUpdateCcRulesRequest.d.ts +11 -0
  59. package/v1/model/BatchUpdateCcRulesRequest.d.ts.map +1 -0
  60. package/v1/model/BatchUpdateCcRulesRequest.js +24 -0
  61. package/v1/model/BatchUpdateCcRulesRequest.js.map +1 -0
  62. package/v1/model/BatchUpdateCcRulesRequestBody.d.ts +73 -0
  63. package/v1/model/BatchUpdateCcRulesRequestBody.d.ts.map +1 -0
  64. package/v1/model/BatchUpdateCcRulesRequestBody.js +153 -0
  65. package/v1/model/BatchUpdateCcRulesRequestBody.js.map +1 -0
  66. package/v1/model/BatchUpdateCcRulesResponse.d.ts +10 -0
  67. package/v1/model/BatchUpdateCcRulesResponse.d.ts.map +1 -0
  68. package/v1/model/BatchUpdateCcRulesResponse.js +21 -0
  69. package/v1/model/BatchUpdateCcRulesResponse.js.map +1 -0
  70. package/v1/model/BatchUpdateCustomRuleRequestBody.d.ts +39 -0
  71. package/v1/model/BatchUpdateCustomRuleRequestBody.d.ts.map +1 -0
  72. package/v1/model/BatchUpdateCustomRuleRequestBody.js +77 -0
  73. package/v1/model/BatchUpdateCustomRuleRequestBody.js.map +1 -0
  74. package/v1/model/BatchUpdateCustomRulesRequest.d.ts +11 -0
  75. package/v1/model/BatchUpdateCustomRulesRequest.d.ts.map +1 -0
  76. package/v1/model/BatchUpdateCustomRulesRequest.js +24 -0
  77. package/v1/model/BatchUpdateCustomRulesRequest.js.map +1 -0
  78. package/v1/model/BatchUpdateCustomRulesResponse.d.ts +10 -0
  79. package/v1/model/BatchUpdateCustomRulesResponse.d.ts.map +1 -0
  80. package/v1/model/BatchUpdateCustomRulesResponse.js +21 -0
  81. package/v1/model/BatchUpdateCustomRulesResponse.js.map +1 -0
  82. package/v1/model/BatchUpdateGeoipRulesRequest.d.ts +11 -0
  83. package/v1/model/BatchUpdateGeoipRulesRequest.d.ts.map +1 -0
  84. package/v1/model/BatchUpdateGeoipRulesRequest.js +24 -0
  85. package/v1/model/BatchUpdateGeoipRulesRequest.js.map +1 -0
  86. package/v1/model/BatchUpdateGeoipRulesRequestBody.d.ts +17 -0
  87. package/v1/model/BatchUpdateGeoipRulesRequestBody.d.ts.map +1 -0
  88. package/v1/model/BatchUpdateGeoipRulesRequestBody.js +35 -0
  89. package/v1/model/BatchUpdateGeoipRulesRequestBody.js.map +1 -0
  90. package/v1/model/BatchUpdateGeoipRulesResponse.d.ts +10 -0
  91. package/v1/model/BatchUpdateGeoipRulesResponse.d.ts.map +1 -0
  92. package/v1/model/BatchUpdateGeoipRulesResponse.js +21 -0
  93. package/v1/model/BatchUpdateGeoipRulesResponse.js.map +1 -0
  94. package/v1/model/BatchUpdateIgnoreRuleRequestBody.d.ts +23 -0
  95. package/v1/model/BatchUpdateIgnoreRuleRequestBody.d.ts.map +1 -0
  96. package/v1/model/BatchUpdateIgnoreRuleRequestBody.js +47 -0
  97. package/v1/model/BatchUpdateIgnoreRuleRequestBody.js.map +1 -0
  98. package/v1/model/BatchUpdateIgnoreRulesRequest.d.ts +11 -0
  99. package/v1/model/BatchUpdateIgnoreRulesRequest.d.ts.map +1 -0
  100. package/v1/model/BatchUpdateIgnoreRulesRequest.js +24 -0
  101. package/v1/model/BatchUpdateIgnoreRulesRequest.js.map +1 -0
  102. package/v1/model/BatchUpdateIgnoreRulesResponse.d.ts +10 -0
  103. package/v1/model/BatchUpdateIgnoreRulesResponse.d.ts.map +1 -0
  104. package/v1/model/BatchUpdateIgnoreRulesResponse.js +21 -0
  105. package/v1/model/BatchUpdateIgnoreRulesResponse.js.map +1 -0
  106. package/v1/model/BatchUpdateIpReputationRuleRequestBody.d.ts +22 -0
  107. package/v1/model/BatchUpdateIpReputationRuleRequestBody.d.ts.map +1 -0
  108. package/v1/model/BatchUpdateIpReputationRuleRequestBody.js +47 -0
  109. package/v1/model/BatchUpdateIpReputationRuleRequestBody.js.map +1 -0
  110. package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.d.ts +6 -0
  111. package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.d.ts.map +1 -0
  112. package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.js +13 -0
  113. package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.js.map +1 -0
  114. package/v1/model/BatchUpdateIpReputationRulesRequest.d.ts +11 -0
  115. package/v1/model/BatchUpdateIpReputationRulesRequest.d.ts.map +1 -0
  116. package/v1/model/BatchUpdateIpReputationRulesRequest.js +24 -0
  117. package/v1/model/BatchUpdateIpReputationRulesRequest.js.map +1 -0
  118. package/v1/model/BatchUpdateIpReputationRulesResponse.d.ts +10 -0
  119. package/v1/model/BatchUpdateIpReputationRulesResponse.d.ts.map +1 -0
  120. package/v1/model/BatchUpdateIpReputationRulesResponse.js +21 -0
  121. package/v1/model/BatchUpdateIpReputationRulesResponse.js.map +1 -0
  122. package/v1/model/BatchUpdatePrivacyRuleRequestBody.d.ts +27 -0
  123. package/v1/model/BatchUpdatePrivacyRuleRequestBody.d.ts.map +1 -0
  124. package/v1/model/BatchUpdatePrivacyRuleRequestBody.js +49 -0
  125. package/v1/model/BatchUpdatePrivacyRuleRequestBody.js.map +1 -0
  126. package/v1/model/BatchUpdatePrivacyRulesRequest.d.ts +11 -0
  127. package/v1/model/BatchUpdatePrivacyRulesRequest.d.ts.map +1 -0
  128. package/v1/model/BatchUpdatePrivacyRulesRequest.js +24 -0
  129. package/v1/model/BatchUpdatePrivacyRulesRequest.js.map +1 -0
  130. package/v1/model/BatchUpdatePrivacyRulesResponse.d.ts +10 -0
  131. package/v1/model/BatchUpdatePrivacyRulesResponse.d.ts.map +1 -0
  132. package/v1/model/BatchUpdatePrivacyRulesResponse.js +21 -0
  133. package/v1/model/BatchUpdatePrivacyRulesResponse.js.map +1 -0
  134. package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.d.ts +29 -0
  135. package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.d.ts.map +1 -0
  136. package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.js +65 -0
  137. package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.js.map +1 -0
  138. package/v1/model/BatchUpdateWhiteblackipRulesRequest.d.ts +11 -0
  139. package/v1/model/BatchUpdateWhiteblackipRulesRequest.d.ts.map +1 -0
  140. package/v1/model/BatchUpdateWhiteblackipRulesRequest.js +24 -0
  141. package/v1/model/BatchUpdateWhiteblackipRulesRequest.js.map +1 -0
  142. package/v1/model/BatchUpdateWhiteblackipRulesResponse.d.ts +10 -0
  143. package/v1/model/BatchUpdateWhiteblackipRulesResponse.d.ts.map +1 -0
  144. package/v1/model/BatchUpdateWhiteblackipRulesResponse.js +21 -0
  145. package/v1/model/BatchUpdateWhiteblackipRulesResponse.js.map +1 -0
  146. package/v1/model/CloudWafHostItem.d.ts +11 -3
  147. package/v1/model/CloudWafHostItem.d.ts.map +1 -1
  148. package/v1/model/CloudWafHostItem.js +10 -1
  149. package/v1/model/CloudWafHostItem.js.map +1 -1
  150. package/v1/model/CompositeHostResponse.d.ts +11 -3
  151. package/v1/model/CompositeHostResponse.d.ts.map +1 -1
  152. package/v1/model/CompositeHostResponse.js +10 -1
  153. package/v1/model/CompositeHostResponse.js.map +1 -1
  154. package/v1/model/ConfirmDnsDomainRequest.d.ts +12 -0
  155. package/v1/model/ConfirmDnsDomainRequest.d.ts.map +1 -0
  156. package/v1/model/ConfirmDnsDomainRequest.js +30 -0
  157. package/v1/model/ConfirmDnsDomainRequest.js.map +1 -0
  158. package/v1/model/ConfirmDnsDomainResponse.d.ts +12 -0
  159. package/v1/model/ConfirmDnsDomainResponse.d.ts.map +1 -0
  160. package/v1/model/ConfirmDnsDomainResponse.js +25 -0
  161. package/v1/model/ConfirmDnsDomainResponse.js.map +1 -0
  162. package/v1/model/CopyPolicyByIdRequest.d.ts +20 -0
  163. package/v1/model/CopyPolicyByIdRequest.d.ts.map +1 -0
  164. package/v1/model/CopyPolicyByIdRequest.js +52 -0
  165. package/v1/model/CopyPolicyByIdRequest.js.map +1 -0
  166. package/v1/model/CopyPolicyByIdResponse.d.ts +51 -0
  167. package/v1/model/CopyPolicyByIdResponse.d.ts.map +1 -0
  168. package/v1/model/CopyPolicyByIdResponse.js +83 -0
  169. package/v1/model/CopyPolicyByIdResponse.js.map +1 -0
  170. package/v1/model/CreateAnticrawlerRuleRequestbody.d.ts +10 -2
  171. package/v1/model/CreateAnticrawlerRuleRequestbody.d.ts.map +1 -1
  172. package/v1/model/CreateAnticrawlerRuleRequestbody.js +10 -1
  173. package/v1/model/CreateAnticrawlerRuleRequestbody.js.map +1 -1
  174. package/v1/model/CreateAnticrawlerRuleResponse.d.ts +10 -2
  175. package/v1/model/CreateAnticrawlerRuleResponse.d.ts.map +1 -1
  176. package/v1/model/CreateAnticrawlerRuleResponse.js +10 -1
  177. package/v1/model/CreateAnticrawlerRuleResponse.js.map +1 -1
  178. package/v1/model/CreateEventExportJobRequest.d.ts +11 -0
  179. package/v1/model/CreateEventExportJobRequest.d.ts.map +1 -0
  180. package/v1/model/CreateEventExportJobRequest.js +24 -0
  181. package/v1/model/CreateEventExportJobRequest.js.map +1 -0
  182. package/v1/model/CreateEventExportJobResponse.d.ts +13 -0
  183. package/v1/model/CreateEventExportJobResponse.d.ts.map +1 -0
  184. package/v1/model/CreateEventExportJobResponse.js +29 -0
  185. package/v1/model/CreateEventExportJobResponse.js.map +1 -0
  186. package/v1/model/CreateHostRequestBody.d.ts +11 -3
  187. package/v1/model/CreateHostRequestBody.d.ts.map +1 -1
  188. package/v1/model/CreateHostRequestBody.js +10 -1
  189. package/v1/model/CreateHostRequestBody.js.map +1 -1
  190. package/v1/model/CreateSecurityReportSubscriptionRequest.d.ts +11 -0
  191. package/v1/model/CreateSecurityReportSubscriptionRequest.d.ts.map +1 -0
  192. package/v1/model/CreateSecurityReportSubscriptionRequest.js +24 -0
  193. package/v1/model/CreateSecurityReportSubscriptionRequest.js.map +1 -0
  194. package/v1/model/CreateSecurityReportSubscriptionRequestBody.d.ts +38 -0
  195. package/v1/model/CreateSecurityReportSubscriptionRequestBody.d.ts.map +1 -0
  196. package/v1/model/CreateSecurityReportSubscriptionRequestBody.js +89 -0
  197. package/v1/model/CreateSecurityReportSubscriptionRequestBody.js.map +1 -0
  198. package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.d.ts +52 -0
  199. package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.d.ts.map +1 -0
  200. package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.js +129 -0
  201. package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.js.map +1 -0
  202. package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.d.ts +12 -0
  203. package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.d.ts.map +1 -0
  204. package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.js +29 -0
  205. package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.js.map +1 -0
  206. package/v1/model/CreateSecurityReportSubscriptionResponse.d.ts +47 -0
  207. package/v1/model/CreateSecurityReportSubscriptionResponse.d.ts.map +1 -0
  208. package/v1/model/CreateSecurityReportSubscriptionResponse.js +111 -0
  209. package/v1/model/CreateSecurityReportSubscriptionResponse.js.map +1 -0
  210. package/v1/model/CreateValueListResponse.d.ts +18 -2
  211. package/v1/model/CreateValueListResponse.d.ts.map +1 -1
  212. package/v1/model/CreateValueListResponse.js +18 -1
  213. package/v1/model/CreateValueListResponse.js.map +1 -1
  214. package/v1/model/CustomPage.d.ts +12 -3
  215. package/v1/model/CustomPage.d.ts.map +1 -1
  216. package/v1/model/CustomPage.js +11 -1
  217. package/v1/model/CustomPage.js.map +1 -1
  218. package/v1/model/DeleteAlertNoticeConfigRequest.d.ts +16 -0
  219. package/v1/model/DeleteAlertNoticeConfigRequest.d.ts.map +1 -0
  220. package/v1/model/DeleteAlertNoticeConfigRequest.js +42 -0
  221. package/v1/model/DeleteAlertNoticeConfigRequest.js.map +1 -0
  222. package/v1/model/DeleteAlertNoticeConfigResponse.d.ts +47 -0
  223. package/v1/model/DeleteAlertNoticeConfigResponse.d.ts.map +1 -0
  224. package/v1/model/DeleteAlertNoticeConfigResponse.js +109 -0
  225. package/v1/model/DeleteAlertNoticeConfigResponse.js.map +1 -0
  226. package/v1/model/DeleteAnticrawlerRuleResponse.d.ts +10 -2
  227. package/v1/model/DeleteAnticrawlerRuleResponse.d.ts.map +1 -1
  228. package/v1/model/DeleteAnticrawlerRuleResponse.js +10 -1
  229. package/v1/model/DeleteAnticrawlerRuleResponse.js.map +1 -1
  230. package/v1/model/DeleteHostResponse.d.ts +11 -3
  231. package/v1/model/DeleteHostResponse.d.ts.map +1 -1
  232. package/v1/model/DeleteHostResponse.js +10 -1
  233. package/v1/model/DeleteHostResponse.js.map +1 -1
  234. package/v1/model/DeleteInstanceResponse.d.ts +40 -8
  235. package/v1/model/DeleteInstanceResponse.d.ts.map +1 -1
  236. package/v1/model/DeleteInstanceResponse.js +36 -1
  237. package/v1/model/DeleteInstanceResponse.js.map +1 -1
  238. package/v1/model/DeleteIpReputationRuleRequest.d.ts +20 -0
  239. package/v1/model/DeleteIpReputationRuleRequest.d.ts.map +1 -0
  240. package/v1/model/DeleteIpReputationRuleRequest.js +52 -0
  241. package/v1/model/DeleteIpReputationRuleRequest.js.map +1 -0
  242. package/v1/model/DeleteIpReputationRuleResponse.d.ts +24 -0
  243. package/v1/model/DeleteIpReputationRuleResponse.d.ts.map +1 -0
  244. package/v1/model/DeleteIpReputationRuleResponse.js +47 -0
  245. package/v1/model/DeleteIpReputationRuleResponse.js.map +1 -0
  246. package/v1/model/DeleteIpReputationRuleResponseBodyAction.d.ts +6 -0
  247. package/v1/model/DeleteIpReputationRuleResponseBodyAction.d.ts.map +1 -0
  248. package/v1/model/DeleteIpReputationRuleResponseBodyAction.js +13 -0
  249. package/v1/model/DeleteIpReputationRuleResponseBodyAction.js.map +1 -0
  250. package/v1/model/DeletePremiumHostResponse.d.ts +23 -6
  251. package/v1/model/DeletePremiumHostResponse.d.ts.map +1 -1
  252. package/v1/model/DeletePremiumHostResponse.js +20 -1
  253. package/v1/model/DeletePremiumHostResponse.js.map +1 -1
  254. package/v1/model/DeleteSecurityReportSubscriptionRequest.d.ts +12 -0
  255. package/v1/model/DeleteSecurityReportSubscriptionRequest.d.ts.map +1 -0
  256. package/v1/model/DeleteSecurityReportSubscriptionRequest.js +31 -0
  257. package/v1/model/DeleteSecurityReportSubscriptionRequest.js.map +1 -0
  258. package/v1/model/DeleteSecurityReportSubscriptionResponse.d.ts +47 -0
  259. package/v1/model/DeleteSecurityReportSubscriptionResponse.d.ts.map +1 -0
  260. package/v1/model/DeleteSecurityReportSubscriptionResponse.js +111 -0
  261. package/v1/model/DeleteSecurityReportSubscriptionResponse.js.map +1 -0
  262. package/v1/model/DeleteValueListResponse.d.ts +18 -2
  263. package/v1/model/DeleteValueListResponse.d.ts.map +1 -1
  264. package/v1/model/DeleteValueListResponse.js +18 -1
  265. package/v1/model/DeleteValueListResponse.js.map +1 -1
  266. package/v1/model/DnsDomain.d.ts +15 -0
  267. package/v1/model/DnsDomain.d.ts.map +1 -0
  268. package/v1/model/DnsDomain.js +31 -0
  269. package/v1/model/DnsDomain.js.map +1 -0
  270. package/v1/model/ListAnticrawlerRulesRequest.d.ts +10 -2
  271. package/v1/model/ListAnticrawlerRulesRequest.d.ts.map +1 -1
  272. package/v1/model/ListAnticrawlerRulesRequest.js +10 -1
  273. package/v1/model/ListAnticrawlerRulesRequest.js.map +1 -1
  274. package/v1/model/ListCcRulesRequest.d.ts +16 -3
  275. package/v1/model/ListCcRulesRequest.d.ts.map +1 -1
  276. package/v1/model/ListCcRulesRequest.js +15 -1
  277. package/v1/model/ListCcRulesRequest.js.map +1 -1
  278. package/v1/model/ListCertificatesRequest.d.ts +12 -3
  279. package/v1/model/ListCertificatesRequest.d.ts.map +1 -1
  280. package/v1/model/ListCertificatesRequest.js +11 -1
  281. package/v1/model/ListCertificatesRequest.js.map +1 -1
  282. package/v1/model/ListCompositeHostsRequest.d.ts +12 -3
  283. package/v1/model/ListCompositeHostsRequest.d.ts.map +1 -1
  284. package/v1/model/ListCompositeHostsRequest.js +11 -1
  285. package/v1/model/ListCompositeHostsRequest.js.map +1 -1
  286. package/v1/model/ListInstance.d.ts +40 -8
  287. package/v1/model/ListInstance.d.ts.map +1 -1
  288. package/v1/model/ListInstance.js +36 -1
  289. package/v1/model/ListInstance.js.map +1 -1
  290. package/v1/model/ListPremiumHostRequest.d.ts +12 -3
  291. package/v1/model/ListPremiumHostRequest.d.ts.map +1 -1
  292. package/v1/model/ListPremiumHostRequest.js +11 -1
  293. package/v1/model/ListPremiumHostRequest.js.map +1 -1
  294. package/v1/model/ListSourceIpTop5Request.d.ts +12 -0
  295. package/v1/model/ListSourceIpTop5Request.d.ts.map +1 -0
  296. package/v1/model/ListSourceIpTop5Request.js +30 -0
  297. package/v1/model/ListSourceIpTop5Request.js.map +1 -0
  298. package/v1/model/ListSourceIpTop5Response.d.ts +10 -0
  299. package/v1/model/ListSourceIpTop5Response.d.ts.map +1 -0
  300. package/v1/model/ListSourceIpTop5Response.js +19 -0
  301. package/v1/model/ListSourceIpTop5Response.js.map +1 -0
  302. package/v1/model/ListThreatsRequest.d.ts +12 -0
  303. package/v1/model/ListThreatsRequest.d.ts.map +1 -0
  304. package/v1/model/ListThreatsRequest.js +29 -0
  305. package/v1/model/ListThreatsRequest.js.map +1 -0
  306. package/v1/model/ListThreatsResponse.d.ts +29 -0
  307. package/v1/model/ListThreatsResponse.d.ts.map +1 -0
  308. package/v1/model/ListThreatsResponse.js +59 -0
  309. package/v1/model/ListThreatsResponse.js.map +1 -0
  310. package/v1/model/ListUrlRequest.d.ts +20 -0
  311. package/v1/model/ListUrlRequest.d.ts.map +1 -0
  312. package/v1/model/ListUrlRequest.js +45 -0
  313. package/v1/model/ListUrlRequest.js.map +1 -0
  314. package/v1/model/ListUrlResponse.d.ts +7 -0
  315. package/v1/model/ListUrlResponse.d.ts.map +1 -0
  316. package/v1/model/ListUrlResponse.js +15 -0
  317. package/v1/model/ListUrlResponse.js.map +1 -0
  318. package/v1/model/PolicyRuleIdRequestBody.d.ts +9 -0
  319. package/v1/model/PolicyRuleIdRequestBody.d.ts.map +1 -0
  320. package/v1/model/PolicyRuleIdRequestBody.js +19 -0
  321. package/v1/model/PolicyRuleIdRequestBody.js.map +1 -0
  322. package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.d.ts +12 -0
  323. package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.d.ts.map +1 -0
  324. package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.js +29 -0
  325. package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.js.map +1 -0
  326. package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.d.ts +12 -0
  327. package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.d.ts.map +1 -0
  328. package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.js +29 -0
  329. package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.js.map +1 -0
  330. package/v1/model/RenameInstanceResponse.d.ts +40 -8
  331. package/v1/model/RenameInstanceResponse.d.ts.map +1 -1
  332. package/v1/model/RenameInstanceResponse.js +36 -1
  333. package/v1/model/RenameInstanceResponse.js.map +1 -1
  334. package/v1/model/Server.d.ts +8 -0
  335. package/v1/model/Server.d.ts.map +1 -0
  336. package/v1/model/Server.js +17 -0
  337. package/v1/model/Server.js.map +1 -0
  338. package/v1/model/ShowAnticrawlerRuleResponse.d.ts +10 -2
  339. package/v1/model/ShowAnticrawlerRuleResponse.d.ts.map +1 -1
  340. package/v1/model/ShowAnticrawlerRuleResponse.js +10 -1
  341. package/v1/model/ShowAnticrawlerRuleResponse.js.map +1 -1
  342. package/v1/model/ShowCompositeHostResponse.d.ts +11 -3
  343. package/v1/model/ShowCompositeHostResponse.d.ts.map +1 -1
  344. package/v1/model/ShowCompositeHostResponse.js +10 -1
  345. package/v1/model/ShowCompositeHostResponse.js.map +1 -1
  346. package/v1/model/ShowInstanceResponse.d.ts +40 -8
  347. package/v1/model/ShowInstanceResponse.d.ts.map +1 -1
  348. package/v1/model/ShowInstanceResponse.js +36 -1
  349. package/v1/model/ShowInstanceResponse.js.map +1 -1
  350. package/v1/model/ShowPremiumHostResponse.d.ts +23 -6
  351. package/v1/model/ShowPremiumHostResponse.d.ts.map +1 -1
  352. package/v1/model/ShowPremiumHostResponse.js +20 -1
  353. package/v1/model/ShowPremiumHostResponse.js.map +1 -1
  354. package/v1/model/ShowValueListResponse.d.ts +18 -2
  355. package/v1/model/ShowValueListResponse.d.ts.map +1 -1
  356. package/v1/model/ShowValueListResponse.js +18 -1
  357. package/v1/model/ShowValueListResponse.js.map +1 -1
  358. package/v1/model/SourceIpTopListInfoItems.d.ts +8 -0
  359. package/v1/model/SourceIpTopListInfoItems.d.ts.map +1 -0
  360. package/v1/model/SourceIpTopListInfoItems.js +17 -0
  361. package/v1/model/SourceIpTopListInfoItems.js.map +1 -0
  362. package/v1/model/StatisticsTimelineItem.d.ts +14 -2
  363. package/v1/model/StatisticsTimelineItem.d.ts.map +1 -1
  364. package/v1/model/StatisticsTimelineItem.js +14 -1
  365. package/v1/model/StatisticsTimelineItem.js.map +1 -1
  366. package/v1/model/UpdateAnticrawlerRuleRequestBody.d.ts +10 -2
  367. package/v1/model/UpdateAnticrawlerRuleRequestBody.d.ts.map +1 -1
  368. package/v1/model/UpdateAnticrawlerRuleRequestBody.js +10 -1
  369. package/v1/model/UpdateAnticrawlerRuleRequestBody.js.map +1 -1
  370. package/v1/model/UpdateAnticrawlerRuleResponse.d.ts +10 -2
  371. package/v1/model/UpdateAnticrawlerRuleResponse.d.ts.map +1 -1
  372. package/v1/model/UpdateAnticrawlerRuleResponse.js +10 -1
  373. package/v1/model/UpdateAnticrawlerRuleResponse.js.map +1 -1
  374. package/v1/model/UpdateAnticrawlerRuleTypeRequestbody.d.ts +11 -3
  375. package/v1/model/UpdateAnticrawlerRuleTypeRequestbody.d.ts.map +1 -1
  376. package/v1/model/UpdateAnticrawlerRuleTypeRequestbody.js +10 -1
  377. package/v1/model/UpdateAnticrawlerRuleTypeRequestbody.js.map +1 -1
  378. package/v1/model/UpdateAnticrawlerRuleTypeResponse.d.ts +11 -3
  379. package/v1/model/UpdateAnticrawlerRuleTypeResponse.d.ts.map +1 -1
  380. package/v1/model/UpdateAnticrawlerRuleTypeResponse.js +10 -1
  381. package/v1/model/UpdateAnticrawlerRuleTypeResponse.js.map +1 -1
  382. package/v1/model/UpdateHostRequestBody.d.ts +11 -3
  383. package/v1/model/UpdateHostRequestBody.d.ts.map +1 -1
  384. package/v1/model/UpdateHostRequestBody.js +10 -1
  385. package/v1/model/UpdateHostRequestBody.js.map +1 -1
  386. package/v1/model/UpdatePremiumHostRequestBody.d.ts +23 -6
  387. package/v1/model/UpdatePremiumHostRequestBody.d.ts.map +1 -1
  388. package/v1/model/UpdatePremiumHostRequestBody.js +20 -1
  389. package/v1/model/UpdatePremiumHostRequestBody.js.map +1 -1
  390. package/v1/model/UpdatePremiumHostResponse.d.ts +23 -6
  391. package/v1/model/UpdatePremiumHostResponse.d.ts.map +1 -1
  392. package/v1/model/UpdatePremiumHostResponse.js +20 -1
  393. package/v1/model/UpdatePremiumHostResponse.js.map +1 -1
  394. package/v1/model/UpdatePremiumInstanceProgressRequest.d.ts +15 -0
  395. package/v1/model/UpdatePremiumInstanceProgressRequest.d.ts.map +1 -0
  396. package/v1/model/UpdatePremiumInstanceProgressRequest.js +35 -0
  397. package/v1/model/UpdatePremiumInstanceProgressRequest.js.map +1 -0
  398. package/v1/model/UpdatePremiumInstanceProgressResponse.d.ts +9 -0
  399. package/v1/model/UpdatePremiumInstanceProgressResponse.d.ts.map +1 -0
  400. package/v1/model/UpdatePremiumInstanceProgressResponse.js +19 -0
  401. package/v1/model/UpdatePremiumInstanceProgressResponse.js.map +1 -0
  402. package/v1/model/UpdatePremiumInstanceResponse.d.ts +50 -10
  403. package/v1/model/UpdatePremiumInstanceResponse.d.ts.map +1 -1
  404. package/v1/model/UpdatePremiumInstanceResponse.js +45 -1
  405. package/v1/model/UpdatePremiumInstanceResponse.js.map +1 -1
  406. package/v1/model/UpdatePrivacyRuleResponse.d.ts +10 -2
  407. package/v1/model/UpdatePrivacyRuleResponse.d.ts.map +1 -1
  408. package/v1/model/UpdatePrivacyRuleResponse.js +10 -1
  409. package/v1/model/UpdatePrivacyRuleResponse.js.map +1 -1
  410. package/v1/model/UpdateSecurityReportSubscriptionRequest.d.ts +15 -0
  411. package/v1/model/UpdateSecurityReportSubscriptionRequest.d.ts.map +1 -0
  412. package/v1/model/UpdateSecurityReportSubscriptionRequest.js +35 -0
  413. package/v1/model/UpdateSecurityReportSubscriptionRequest.js.map +1 -0
  414. package/v1/model/UpdateSecurityReportSubscriptionRequestBody.d.ts +46 -0
  415. package/v1/model/UpdateSecurityReportSubscriptionRequestBody.d.ts.map +1 -0
  416. package/v1/model/UpdateSecurityReportSubscriptionRequestBody.js +114 -0
  417. package/v1/model/UpdateSecurityReportSubscriptionRequestBody.js.map +1 -0
  418. package/v1/model/UpdateSecurityReportSubscriptionResponse.d.ts +47 -0
  419. package/v1/model/UpdateSecurityReportSubscriptionResponse.d.ts.map +1 -0
  420. package/v1/model/UpdateSecurityReportSubscriptionResponse.js +111 -0
  421. package/v1/model/UpdateSecurityReportSubscriptionResponse.js.map +1 -0
  422. package/v1/model/UpdateValueListResponse.d.ts +18 -2
  423. package/v1/model/UpdateValueListResponse.d.ts.map +1 -1
  424. package/v1/model/UpdateValueListResponse.js +18 -1
  425. package/v1/model/UpdateValueListResponse.js.map +1 -1
  426. package/v1/model/WafProductInfo.d.ts +11 -3
  427. package/v1/model/WafProductInfo.d.ts.map +1 -1
  428. package/v1/model/WafProductInfo.js +10 -1
  429. package/v1/model/WafProductInfo.js.map +1 -1
  430. package/v1/public-api.d.ts +69 -0
  431. package/v1/public-api.d.ts.map +1 -1
  432. package/v1/public-api.js +69 -0
  433. package/v1/public-api.js.map +1 -1
package/v1/WafClient.d.ts CHANGED
@@ -22,8 +22,30 @@ import { BatchCreateWhiteblackipRuleRequest } from './model/BatchCreateWhiteblac
22
22
  import { BatchCreateWhiteblackipRuleResponse } from './model/BatchCreateWhiteblackipRuleResponse';
23
23
  import { BatchDeleteAlertNoticeConfigRequest } from './model/BatchDeleteAlertNoticeConfigRequest';
24
24
  import { BatchDeleteAlertNoticeConfigResponse } from './model/BatchDeleteAlertNoticeConfigResponse';
25
+ import { BatchDeleteCompositeHostsRequest } from './model/BatchDeleteCompositeHostsRequest';
26
+ import { BatchDeleteCompositeHostsResponse } from './model/BatchDeleteCompositeHostsResponse';
25
27
  import { BatchDeletePoliciesRequest } from './model/BatchDeletePoliciesRequest';
26
28
  import { BatchDeletePoliciesResponse } from './model/BatchDeletePoliciesResponse';
29
+ import { BatchDeleteRulesRequest } from './model/BatchDeleteRulesRequest';
30
+ import { BatchDeleteRulesResponse } from './model/BatchDeleteRulesResponse';
31
+ import { BatchUpdateAntileakageRulesRequest } from './model/BatchUpdateAntileakageRulesRequest';
32
+ import { BatchUpdateAntileakageRulesResponse } from './model/BatchUpdateAntileakageRulesResponse';
33
+ import { BatchUpdateAntitamperRulesRequest } from './model/BatchUpdateAntitamperRulesRequest';
34
+ import { BatchUpdateAntitamperRulesResponse } from './model/BatchUpdateAntitamperRulesResponse';
35
+ import { BatchUpdateCcRulesRequest } from './model/BatchUpdateCcRulesRequest';
36
+ import { BatchUpdateCcRulesResponse } from './model/BatchUpdateCcRulesResponse';
37
+ import { BatchUpdateCustomRulesRequest } from './model/BatchUpdateCustomRulesRequest';
38
+ import { BatchUpdateCustomRulesResponse } from './model/BatchUpdateCustomRulesResponse';
39
+ import { BatchUpdateGeoipRulesRequest } from './model/BatchUpdateGeoipRulesRequest';
40
+ import { BatchUpdateGeoipRulesResponse } from './model/BatchUpdateGeoipRulesResponse';
41
+ import { BatchUpdateIgnoreRulesRequest } from './model/BatchUpdateIgnoreRulesRequest';
42
+ import { BatchUpdateIgnoreRulesResponse } from './model/BatchUpdateIgnoreRulesResponse';
43
+ import { BatchUpdateIpReputationRulesRequest } from './model/BatchUpdateIpReputationRulesRequest';
44
+ import { BatchUpdateIpReputationRulesResponse } from './model/BatchUpdateIpReputationRulesResponse';
45
+ import { BatchUpdatePrivacyRulesRequest } from './model/BatchUpdatePrivacyRulesRequest';
46
+ import { BatchUpdatePrivacyRulesResponse } from './model/BatchUpdatePrivacyRulesResponse';
47
+ import { BatchUpdateWhiteblackipRulesRequest } from './model/BatchUpdateWhiteblackipRulesRequest';
48
+ import { BatchUpdateWhiteblackipRulesResponse } from './model/BatchUpdateWhiteblackipRulesResponse';
27
49
  import { ChangePrepaidCloudWafRequest } from './model/ChangePrepaidCloudWafRequest';
28
50
  import { ChangePrepaidCloudWafResponse } from './model/ChangePrepaidCloudWafResponse';
29
51
  import { CheckAgencyRequest } from './model/CheckAgencyRequest';
@@ -32,6 +54,8 @@ import { ConfirmApplicationTypesRequest } from './model/ConfirmApplicationTypesR
32
54
  import { ConfirmApplicationTypesResponse } from './model/ConfirmApplicationTypesResponse';
33
55
  import { ConfirmAsyncJobRequest } from './model/ConfirmAsyncJobRequest';
34
56
  import { ConfirmAsyncJobResponse } from './model/ConfirmAsyncJobResponse';
57
+ import { ConfirmDnsDomainRequest } from './model/ConfirmDnsDomainRequest';
58
+ import { ConfirmDnsDomainResponse } from './model/ConfirmDnsDomainResponse';
35
59
  import { ConfirmIpReputationRuleRequest } from './model/ConfirmIpReputationRuleRequest';
36
60
  import { ConfirmIpReputationRuleResponse } from './model/ConfirmIpReputationRuleResponse';
37
61
  import { ConfirmPolicyAntileakageMapRequest } from './model/ConfirmPolicyAntileakageMapRequest';
@@ -46,6 +70,8 @@ import { ConfirmTmsResourceInstancesRequest } from './model/ConfirmTmsResourceIn
46
70
  import { ConfirmTmsResourceInstancesResponse } from './model/ConfirmTmsResourceInstancesResponse';
47
71
  import { ConfirmUserBundleRequest } from './model/ConfirmUserBundleRequest';
48
72
  import { ConfirmUserBundleResponse } from './model/ConfirmUserBundleResponse';
73
+ import { CopyPolicyByIdRequest } from './model/CopyPolicyByIdRequest';
74
+ import { CopyPolicyByIdResponse } from './model/CopyPolicyByIdResponse';
49
75
  import { CreateAgencyRequest } from './model/CreateAgencyRequest';
50
76
  import { CreateAgencyResponse } from './model/CreateAgencyResponse';
51
77
  import { CreateAlertNoticeConfigRequest } from './model/CreateAlertNoticeConfigRequest';
@@ -64,6 +90,8 @@ import { CreateCloudWafPostPaidResourceRequest } from './model/CreateCloudWafPos
64
90
  import { CreateCloudWafPostPaidResourceResponse } from './model/CreateCloudWafPostPaidResourceResponse';
65
91
  import { CreateCustomRuleRequest } from './model/CreateCustomRuleRequest';
66
92
  import { CreateCustomRuleResponse } from './model/CreateCustomRuleResponse';
93
+ import { CreateEventExportJobRequest } from './model/CreateEventExportJobRequest';
94
+ import { CreateEventExportJobResponse } from './model/CreateEventExportJobResponse';
67
95
  import { CreateGeoipRuleRequest } from './model/CreateGeoipRuleRequest';
68
96
  import { CreateGeoipRuleResponse } from './model/CreateGeoipRuleResponse';
69
97
  import { CreateHostRequest } from './model/CreateHostRequest';
@@ -88,12 +116,16 @@ import { CreatePunishmentRuleRequest } from './model/CreatePunishmentRuleRequest
88
116
  import { CreatePunishmentRuleResponse } from './model/CreatePunishmentRuleResponse';
89
117
  import { CreateQuickAccessDomainRequest } from './model/CreateQuickAccessDomainRequest';
90
118
  import { CreateQuickAccessDomainResponse } from './model/CreateQuickAccessDomainResponse';
119
+ import { CreateSecurityReportSubscriptionRequest } from './model/CreateSecurityReportSubscriptionRequest';
120
+ import { CreateSecurityReportSubscriptionResponse } from './model/CreateSecurityReportSubscriptionResponse';
91
121
  import { CreateValueListRequest } from './model/CreateValueListRequest';
92
122
  import { CreateValueListResponse } from './model/CreateValueListResponse';
93
123
  import { CreateWhiteblackipRuleRequest } from './model/CreateWhiteblackipRuleRequest';
94
124
  import { CreateWhiteblackipRuleResponse } from './model/CreateWhiteblackipRuleResponse';
95
125
  import { DeleteAgencyRequest } from './model/DeleteAgencyRequest';
96
126
  import { DeleteAgencyResponse } from './model/DeleteAgencyResponse';
127
+ import { DeleteAlertNoticeConfigRequest } from './model/DeleteAlertNoticeConfigRequest';
128
+ import { DeleteAlertNoticeConfigResponse } from './model/DeleteAlertNoticeConfigResponse';
97
129
  import { DeleteAnticrawlerRuleRequest } from './model/DeleteAnticrawlerRuleRequest';
98
130
  import { DeleteAnticrawlerRuleResponse } from './model/DeleteAnticrawlerRuleResponse';
99
131
  import { DeleteAntileakageRuleRequest } from './model/DeleteAntileakageRuleRequest';
@@ -118,6 +150,8 @@ import { DeleteInstanceRequest } from './model/DeleteInstanceRequest';
118
150
  import { DeleteInstanceResponse } from './model/DeleteInstanceResponse';
119
151
  import { DeleteIpGroupRequest } from './model/DeleteIpGroupRequest';
120
152
  import { DeleteIpGroupResponse } from './model/DeleteIpGroupResponse';
153
+ import { DeleteIpReputationRuleRequest } from './model/DeleteIpReputationRuleRequest';
154
+ import { DeleteIpReputationRuleResponse } from './model/DeleteIpReputationRuleResponse';
121
155
  import { DeletePolicyRequest } from './model/DeletePolicyRequest';
122
156
  import { DeletePolicyResponse } from './model/DeletePolicyResponse';
123
157
  import { DeletePremiumHostRequest } from './model/DeletePremiumHostRequest';
@@ -126,6 +160,8 @@ import { DeletePrivacyRuleRequest } from './model/DeletePrivacyRuleRequest';
126
160
  import { DeletePrivacyRuleResponse } from './model/DeletePrivacyRuleResponse';
127
161
  import { DeletePunishmentRuleRequest } from './model/DeletePunishmentRuleRequest';
128
162
  import { DeletePunishmentRuleResponse } from './model/DeletePunishmentRuleResponse';
163
+ import { DeleteSecurityReportSubscriptionRequest } from './model/DeleteSecurityReportSubscriptionRequest';
164
+ import { DeleteSecurityReportSubscriptionResponse } from './model/DeleteSecurityReportSubscriptionResponse';
129
165
  import { DeleteValueListRequest } from './model/DeleteValueListRequest';
130
166
  import { DeleteValueListResponse } from './model/DeleteValueListResponse';
131
167
  import { DeleteWhiteBlackIpRuleRequest } from './model/DeleteWhiteBlackIpRuleRequest';
@@ -210,8 +246,12 @@ import { ListSecurityReportSendingRecordsRequest } from './model/ListSecurityRep
210
246
  import { ListSecurityReportSendingRecordsResponse } from './model/ListSecurityReportSendingRecordsResponse';
211
247
  import { ListSecurityReportSubscriptionsRequest } from './model/ListSecurityReportSubscriptionsRequest';
212
248
  import { ListSecurityReportSubscriptionsResponse } from './model/ListSecurityReportSubscriptionsResponse';
249
+ import { ListSourceIpTop5Request } from './model/ListSourceIpTop5Request';
250
+ import { ListSourceIpTop5Response } from './model/ListSourceIpTop5Response';
213
251
  import { ListStatisticsRequest } from './model/ListStatisticsRequest';
214
252
  import { ListStatisticsResponse } from './model/ListStatisticsResponse';
253
+ import { ListThreatsRequest } from './model/ListThreatsRequest';
254
+ import { ListThreatsResponse } from './model/ListThreatsResponse';
215
255
  import { ListTopAbnormalRequest } from './model/ListTopAbnormalRequest';
216
256
  import { ListTopAbnormalResponse } from './model/ListTopAbnormalResponse';
217
257
  import { ListTopDomainsRequest } from './model/ListTopDomainsRequest';
@@ -220,6 +260,8 @@ import { ListTopIpRequest } from './model/ListTopIpRequest';
220
260
  import { ListTopIpResponse } from './model/ListTopIpResponse';
221
261
  import { ListTopUrlRequest } from './model/ListTopUrlRequest';
222
262
  import { ListTopUrlResponse } from './model/ListTopUrlResponse';
263
+ import { ListUrlRequest } from './model/ListUrlRequest';
264
+ import { ListUrlResponse } from './model/ListUrlResponse';
223
265
  import { ListValueListRequest } from './model/ListValueListRequest';
224
266
  import { ListValueListResponse } from './model/ListValueListResponse';
225
267
  import { ListWebBasicProtectionRulesRequest } from './model/ListWebBasicProtectionRulesRequest';
@@ -336,12 +378,16 @@ import { UpdatePremiumHostProtectStatusRequest } from './model/UpdatePremiumHost
336
378
  import { UpdatePremiumHostProtectStatusResponse } from './model/UpdatePremiumHostProtectStatusResponse';
337
379
  import { UpdatePremiumHostRequest } from './model/UpdatePremiumHostRequest';
338
380
  import { UpdatePremiumHostResponse } from './model/UpdatePremiumHostResponse';
381
+ import { UpdatePremiumInstanceProgressRequest } from './model/UpdatePremiumInstanceProgressRequest';
382
+ import { UpdatePremiumInstanceProgressResponse } from './model/UpdatePremiumInstanceProgressResponse';
339
383
  import { UpdatePremiumInstanceRequest } from './model/UpdatePremiumInstanceRequest';
340
384
  import { UpdatePremiumInstanceResponse } from './model/UpdatePremiumInstanceResponse';
341
385
  import { UpdatePrivacyRuleRequest } from './model/UpdatePrivacyRuleRequest';
342
386
  import { UpdatePrivacyRuleResponse } from './model/UpdatePrivacyRuleResponse';
343
387
  import { UpdatePunishmentRuleRequest } from './model/UpdatePunishmentRuleRequest';
344
388
  import { UpdatePunishmentRuleResponse } from './model/UpdatePunishmentRuleResponse';
389
+ import { UpdateSecurityReportSubscriptionRequest } from './model/UpdateSecurityReportSubscriptionRequest';
390
+ import { UpdateSecurityReportSubscriptionResponse } from './model/UpdateSecurityReportSubscriptionResponse';
345
391
  import { UpdateValueListRequest } from './model/UpdateValueListRequest';
346
392
  import { UpdateValueListResponse } from './model/UpdateValueListResponse';
347
393
  import { UpdateWhiteblackipRuleRequest } from './model/UpdateWhiteblackipRuleRequest';
@@ -504,24 +550,158 @@ export declare class WafClient {
504
550
  * @throws {RequiredError}
505
551
  */
506
552
  batchDeleteAlertNoticeConfig(batchDeleteAlertNoticeConfigRequest?: BatchDeleteAlertNoticeConfigRequest): Promise<BatchDeleteAlertNoticeConfigResponse>;
553
+ /**
554
+ * 批量删除租户域名
555
+ *
556
+ * Please refer to HUAWEI cloud API Explorer for details.
557
+ *
558
+ * @summary 批量删除租户域名
559
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
560
+ * @param {BatchDeleteCompositeHostsRequestBody} batchDeleteCompositeHostsRequestBody 批量删除域名body
561
+ * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
562
+ * @param {*} [options] Override http request option.
563
+ * @throws {RequiredError}
564
+ */
565
+ batchDeleteCompositeHosts(batchDeleteCompositeHostsRequest?: BatchDeleteCompositeHostsRequest): Promise<BatchDeleteCompositeHostsResponse>;
507
566
  /**
508
567
  * 批量删除防护策略
509
568
  *
510
569
  * Please refer to HUAWEI cloud API Explorer for details.
511
570
  *
512
571
  * @summary 批量删除防护策略
513
- * @param {string} contentType 内容类型
572
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
514
573
  * @param {BatchDeletePoliciesRequestBody} batchDeletePoliciesRequestBody 批量删除防护策略body
515
574
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id
516
575
  * @param {*} [options] Override http request option.
517
576
  * @throws {RequiredError}
518
577
  */
519
578
  batchDeletePolicies(batchDeletePoliciesRequest?: BatchDeletePoliciesRequest): Promise<BatchDeletePoliciesResponse>;
579
+ /**
580
+ * 批量删除规则
581
+ *
582
+ * Please refer to HUAWEI cloud API Explorer for details.
583
+ *
584
+ * @summary 批量删除规则
585
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
586
+ * @param {string} ruleType **参数解释:** 需要删除的规则类型,目前支持cc,custom,whiteblackip,geoip,ip-reputation,antitamper,antileakage,ignore,privacy **约束限制:** 不涉及 **取值范围:** - cc - custom - whiteblackip - geoip - ip-reputation - antitamper - antileakage - ignore - privacy **默认取值:** 不涉及
587
+ * @param {PolicyRuleIdRequestBody} [batchDeleteRulesRequestBody] **参数解释:** 批量删除防护规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
588
+ * @param {*} [options] Override http request option.
589
+ * @throws {RequiredError}
590
+ */
591
+ batchDeleteRules(batchDeleteRulesRequest?: BatchDeleteRulesRequest): Promise<BatchDeleteRulesResponse>;
592
+ /**
593
+ * 批量修改防敏感信息泄露规则
594
+ *
595
+ * Please refer to HUAWEI cloud API Explorer for details.
596
+ *
597
+ * @summary 批量更新防敏感信息泄露规则
598
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
599
+ * @param {BatchUpdateAntileakageRuleRequestBody} [batchUpdateAntileakageRuleRequestBody] **参数解释:** 批量修改防敏感信息泄露规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
600
+ * @param {*} [options] Override http request option.
601
+ * @throws {RequiredError}
602
+ */
603
+ batchUpdateAntileakageRules(batchUpdateAntileakageRulesRequest?: BatchUpdateAntileakageRulesRequest): Promise<BatchUpdateAntileakageRulesResponse>;
604
+ /**
605
+ * 批量修改地理位置访问控制规则
606
+ *
607
+ * Please refer to HUAWEI cloud API Explorer for details.
608
+ *
609
+ * @summary 批量更新网页防篡改规则
610
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
611
+ * @param {BatchUpdateAntiTamperRulesRequestBody} [batchUpdateAntiTamperRulesRequestBody] **参数解释:** 批量修改网页防篡改规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
612
+ * @param {*} [options] Override http request option.
613
+ * @throws {RequiredError}
614
+ */
615
+ batchUpdateAntitamperRules(batchUpdateAntitamperRulesRequest?: BatchUpdateAntitamperRulesRequest): Promise<BatchUpdateAntitamperRulesResponse>;
616
+ /**
617
+ * 批量修改地理位置访问控制规则
618
+ *
619
+ * Please refer to HUAWEI cloud API Explorer for details.
620
+ *
621
+ * @summary 批量修改CC防护规则
622
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
623
+ * @param {BatchUpdateCcRulesRequestBody} [batchUpdateCcRulesRequestBody] **参数解释:** 批量修CC准防护问控制规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
624
+ * @param {*} [options] Override http request option.
625
+ * @throws {RequiredError}
626
+ */
627
+ batchUpdateCcRules(batchUpdateCcRulesRequest?: BatchUpdateCcRulesRequest): Promise<BatchUpdateCcRulesResponse>;
628
+ /**
629
+ * 批量修改地理位置访问控制规则
630
+ *
631
+ * Please refer to HUAWEI cloud API Explorer for details.
632
+ *
633
+ * @summary 批量更新精准防护规则
634
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
635
+ * @param {BatchUpdateCustomRuleRequestBody} [batchUpdateCustomRuleResponseBody] **参数解释:** 批量修改精准防护控制规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
636
+ * @param {*} [options] Override http request option.
637
+ * @throws {RequiredError}
638
+ */
639
+ batchUpdateCustomRules(batchUpdateCustomRulesRequest?: BatchUpdateCustomRulesRequest): Promise<BatchUpdateCustomRulesResponse>;
640
+ /**
641
+ * 批量修改地理位置访问控制规则
642
+ *
643
+ * Please refer to HUAWEI cloud API Explorer for details.
644
+ *
645
+ * @summary 批量修改地理位置访问控制规则
646
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
647
+ * @param {BatchUpdateGeoipRulesRequestBody} [batchUpdateGeoipRulesRequestBody] **参数解释:** 批量修改地理位置访问控制规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
648
+ * @param {*} [options] Override http request option.
649
+ * @throws {RequiredError}
650
+ */
651
+ batchUpdateGeoipRules(batchUpdateGeoipRulesRequest?: BatchUpdateGeoipRulesRequest): Promise<BatchUpdateGeoipRulesResponse>;
652
+ /**
653
+ * 批量修改全局白名单规则
654
+ *
655
+ * Please refer to HUAWEI cloud API Explorer for details.
656
+ *
657
+ * @summary 批量更新全局白名单规则
658
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
659
+ * @param {BatchUpdateIgnoreRuleRequestBody} [batchUpdateIgnoreRuleRequestBody] **参数解释:** 批量修改全局白名单规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
660
+ * @param {*} [options] Override http request option.
661
+ * @throws {RequiredError}
662
+ */
663
+ batchUpdateIgnoreRules(batchUpdateIgnoreRulesRequest?: BatchUpdateIgnoreRulesRequest): Promise<BatchUpdateIgnoreRulesResponse>;
664
+ /**
665
+ * 批量修改地理位置访问控制规则
666
+ *
667
+ * Please refer to HUAWEI cloud API Explorer for details.
668
+ *
669
+ * @summary 批量更新威胁情报规则
670
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
671
+ * @param {BatchUpdateIpReputationRuleRequestBody} [batchUpdateIpReputationRuleRequestBody] **参数解释:** 批量修改威胁情报访问控制规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
672
+ * @param {*} [options] Override http request option.
673
+ * @throws {RequiredError}
674
+ */
675
+ batchUpdateIpReputationRules(batchUpdateIpReputationRulesRequest?: BatchUpdateIpReputationRulesRequest): Promise<BatchUpdateIpReputationRulesResponse>;
676
+ /**
677
+ * 批量修改全局白名单规则
678
+ *
679
+ * Please refer to HUAWEI cloud API Explorer for details.
680
+ *
681
+ * @summary 批量更新隐私屏蔽规则
682
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
683
+ * @param {BatchUpdatePrivacyRuleRequestBody} [batchUpdatePrivacyRuleRequestBody] **参数解释:** 批量修改隐私屏蔽规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
684
+ * @param {*} [options] Override http request option.
685
+ * @throws {RequiredError}
686
+ */
687
+ batchUpdatePrivacyRules(batchUpdatePrivacyRulesRequest?: BatchUpdatePrivacyRulesRequest): Promise<BatchUpdatePrivacyRulesResponse>;
688
+ /**
689
+ * 批量修改地理位置访问控制规则
690
+ *
691
+ * Please refer to HUAWEI cloud API Explorer for details.
692
+ *
693
+ * @summary 批量更新黑白名单设置规则
694
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
695
+ * @param {BatchUpdateWhiteBlackIpRuleRequestBody} [batchUpdateWhiteBlackIpRuleRequestBody] **参数解释:** 批量修改黑白名单设置规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
696
+ * @param {*} [options] Override http request option.
697
+ * @throws {RequiredError}
698
+ */
699
+ batchUpdateWhiteblackipRules(batchUpdateWhiteblackipRulesRequest?: BatchUpdateWhiteblackipRulesRequest): Promise<BatchUpdateWhiteblackipRulesResponse>;
520
700
  /**
521
701
  * 变更包周期云模式waf规格。注:
522
- * - 1.变更某产品规格的前提是必须已购买该产品
523
- * - 2.waf版本只支持升配,不支持降配;扩展包数量可以增加或者减少,但不支持数量减少为0
524
- * - 3.不支持同时升降配,如增加域名扩展包数量,同时减少规则扩展包数量
702
+ * - 变更某产品规格的前提是必须已购买该产品
703
+ * - 云模式支持版本降配,扩展包支持减少数量,最少可以到0
704
+ * - 不支持同时升降配,如增加域名扩展包数量,同时减少规则扩展包数量
525
705
  *
526
706
  * Please refer to HUAWEI cloud API Explorer for details.
527
707
  *
@@ -603,7 +783,7 @@ export declare class WafClient {
603
783
  * @summary 查询威胁情报控制防护选项的详细信息
604
784
  * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
605
785
  * @param {string} lang **参数解释:** 语言的类型 - cn代表中文 - en代表英文 **约束限制:** 不涉及 **取值范围:** - cn - en **默认取值:** - cn
606
- * @param {string} type **参数解释:** 语言 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
786
+ * @param {string} type **参数解释:** 防护选项的详细信息的类型,当前仅支持“idc”。 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
607
787
  * @param {*} [options] Override http request option.
608
788
  * @throws {RequiredError}
609
789
  */
@@ -657,6 +837,20 @@ export declare class WafClient {
657
837
  * @throws {RequiredError}
658
838
  */
659
839
  confirmUserBundle(confirmUserBundleRequest?: ConfirmUserBundleRequest): Promise<ConfirmUserBundleResponse>;
840
+ /**
841
+ * 根据Id复制防护策略
842
+ *
843
+ * Please refer to HUAWEI cloud API Explorer for details.
844
+ *
845
+ * @summary 根据Id复制防护策略
846
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
847
+ * @param {string} srcPolicyId **参数解释:** 源策略id,可以通过 查询 防护策略列表(ListPolicy)接口获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
848
+ * @param {string} destPolicyName **参数解释:** 复制出的新策略名称,用于标识复制后的防护策略,需符合命名规范(如无特殊字符、长度限制等)。 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
849
+ * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
850
+ * @param {*} [options] Override http request option.
851
+ * @throws {RequiredError}
852
+ */
853
+ copyPolicyById(copyPolicyByIdRequest?: CopyPolicyByIdRequest): Promise<CopyPolicyByIdResponse>;
660
854
  /**
661
855
  * 创建独享引擎的代理
662
856
  *
@@ -703,7 +897,7 @@ export declare class WafClient {
703
897
  * Please refer to HUAWEI cloud API Explorer for details.
704
898
  *
705
899
  * @summary 创建JS脚本反爬虫规则
706
- * @param {string} contentType 内容类型
900
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
707
901
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
708
902
  * @param {CreateAnticrawlerRuleRequestbody} createAnticrawlerRuleRequestBody 创建JS脚本反爬虫规则请求体
709
903
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -717,7 +911,7 @@ export declare class WafClient {
717
911
  * Please refer to HUAWEI cloud API Explorer for details.
718
912
  *
719
913
  * @summary 创建防敏感信息泄露规则
720
- * @param {string} contentType 内容类型
914
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
721
915
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
722
916
  * @param {CreateAntileakageRuleRequestBody} createAntileakageRuleRequestBody 创建防泄露规则请求参数
723
917
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -773,7 +967,7 @@ export declare class WafClient {
773
967
  * Please refer to HUAWEI cloud API Explorer for details.
774
968
  *
775
969
  * @summary 创建精准防护规则
776
- * @param {string} contentType 内容类型
970
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
777
971
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
778
972
  * @param {CreateCustomRuleRequestBody} createCustomRuleRequestBody CreateCustomRuleRequestBody
779
973
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -781,6 +975,18 @@ export declare class WafClient {
781
975
  * @throws {RequiredError}
782
976
  */
783
977
  createCustomRule(createCustomRuleRequest?: CreateCustomRuleRequest): Promise<CreateCustomRuleResponse>;
978
+ /**
979
+ * 下发自定义导出攻击事件的异步任务
980
+ *
981
+ * Please refer to HUAWEI cloud API Explorer for details.
982
+ *
983
+ * @summary 下发自定义导出攻击事件的异步任务
984
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
985
+ * @param {AsyncJobReqBody} asyncJobReqBody **参数解释:** 下发自定义导出攻击事件的异步任务的请求体 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
986
+ * @param {*} [options] Override http request option.
987
+ * @throws {RequiredError}
988
+ */
989
+ createEventExportJob(createEventExportJobRequest?: CreateEventExportJobRequest): Promise<CreateEventExportJobResponse>;
784
990
  /**
785
991
  * 创建地理位置控制规则
786
992
  *
@@ -814,7 +1020,7 @@ export declare class WafClient {
814
1020
  * Please refer to HUAWEI cloud API Explorer for details.
815
1021
  *
816
1022
  * @summary 创建全局白名单(原误报屏蔽)规则
817
- * @param {string} contentType 内容类型
1023
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
818
1024
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
819
1025
  * @param {CreateIgnoreRuleRequestBody} createIgnoreRuleRequestBody 创建误报屏蔽规则请求体
820
1026
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -828,7 +1034,7 @@ export declare class WafClient {
828
1034
  * Please refer to HUAWEI cloud API Explorer for details.
829
1035
  *
830
1036
  * @summary 创建WAF独享引擎实例
831
- * @param {string} contentType 内容类型
1037
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
832
1038
  * @param {CreateInstanceRequestBody} createInstanceRequestBody 待创建的独享引擎信息
833
1039
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
834
1040
  * @param {*} [options] Override http request option.
@@ -841,7 +1047,7 @@ export declare class WafClient {
841
1047
  * Please refer to HUAWEI cloud API Explorer for details.
842
1048
  *
843
1049
  * @summary 创建ip地址组
844
- * @param {string} contentType 内容类型
1050
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
845
1051
  * @param {CreateIpGroupRequestBody} createIpGroupRequestBody 创建ip地址组请求体
846
1052
  * @param {string} [enterpriseProjectId] 企业项目id
847
1053
  * @param {*} [options] Override http request option.
@@ -921,7 +1127,7 @@ export declare class WafClient {
921
1127
  * Please refer to HUAWEI cloud API Explorer for details.
922
1128
  *
923
1129
  * @summary 创建攻击惩罚规则
924
- * @param {string} contentType 内容类型
1130
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
925
1131
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
926
1132
  * @param {CreatePunishmentRuleRequestBody} createPunishmentRuleRequestBody 创建攻击惩罚规则请求参数
927
1133
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -929,6 +1135,18 @@ export declare class WafClient {
929
1135
  * @throws {RequiredError}
930
1136
  */
931
1137
  createPunishmentRule(createPunishmentRuleRequest?: CreatePunishmentRuleRequest): Promise<CreatePunishmentRuleResponse>;
1138
+ /**
1139
+ * 创建安全报告订阅
1140
+ *
1141
+ * Please refer to HUAWEI cloud API Explorer for details.
1142
+ *
1143
+ * @summary 创建安全报告订阅
1144
+ * @param {string} contentType content-type
1145
+ * @param {CreateSecurityReportSubscriptionRequestBody} createSecurityReportSubscriptionRequest 创建安全报告订阅
1146
+ * @param {*} [options] Override http request option.
1147
+ * @throws {RequiredError}
1148
+ */
1149
+ createSecurityReportSubscription(createSecurityReportSubscriptionRequest?: CreateSecurityReportSubscriptionRequest): Promise<CreateSecurityReportSubscriptionResponse>;
932
1150
  /**
933
1151
  * 创建引用表,引用表能够被CC攻击防护规则和精准访问防护中的规则所引用。
934
1152
  *
@@ -969,13 +1187,26 @@ export declare class WafClient {
969
1187
  * @throws {RequiredError}
970
1188
  */
971
1189
  deleteAgency(deleteAgencyRequest?: DeleteAgencyRequest): Promise<DeleteAgencyResponse>;
1190
+ /**
1191
+ * 删除告警通知配置
1192
+ *
1193
+ * Please refer to HUAWEI cloud API Explorer for details.
1194
+ *
1195
+ * @summary 删除告警通知配置
1196
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1197
+ * @param {string} xLanguage **参数解释:** zh-cn/en-us **约束限制:** 不涉及 **取值范围:** - zh-cn - en-us **默认取值:** 不涉及
1198
+ * @param {string} alertId **参数解释:** 告警通知id **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
1199
+ * @param {*} [options] Override http request option.
1200
+ * @throws {RequiredError}
1201
+ */
1202
+ deleteAlertNoticeConfig(deleteAlertNoticeConfigRequest?: DeleteAlertNoticeConfigRequest): Promise<DeleteAlertNoticeConfigResponse>;
972
1203
  /**
973
1204
  * 删除JS脚本反爬虫防护规则
974
1205
  *
975
1206
  * Please refer to HUAWEI cloud API Explorer for details.
976
1207
  *
977
1208
  * @summary 删除JS脚本反爬虫防护规则
978
- * @param {string} contentType 内容类型
1209
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
979
1210
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
980
1211
  * @param {string} ruleId 规则id
981
1212
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -989,7 +1220,7 @@ export declare class WafClient {
989
1220
  * Please refer to HUAWEI cloud API Explorer for details.
990
1221
  *
991
1222
  * @summary 删除防敏感信息泄露防护规则
992
- * @param {string} contentType 内容类型
1223
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
993
1224
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
994
1225
  * @param {string} ruleId 防敏感信息泄露规则id,通过查询防敏感信息泄露规则列表接口(ListAntileakageRules)获取
995
1226
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -1057,7 +1288,7 @@ export declare class WafClient {
1057
1288
  * Please refer to HUAWEI cloud API Explorer for details.
1058
1289
  *
1059
1290
  * @summary 删除精准防护规则
1060
- * @param {string} contentType 内容类型
1291
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1061
1292
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
1062
1293
  * @param {string} ruleId 精准防护规则id,通过查询精准防护规则列表接口(ListCustomRules)获取
1063
1294
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -1098,7 +1329,7 @@ export declare class WafClient {
1098
1329
  * Please refer to HUAWEI cloud API Explorer for details.
1099
1330
  *
1100
1331
  * @summary 删除全局白名单(原误报屏蔽)防护规则
1101
- * @param {string} contentType 内容类型
1332
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1102
1333
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
1103
1334
  * @param {string} ruleId 误报屏蔽规则id,您可以通过查询误报屏蔽规则列表(ListIgnoreRule)接口的响应体中的id字段获取误报屏蔽规则id
1104
1335
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -1112,7 +1343,7 @@ export declare class WafClient {
1112
1343
  * Please refer to HUAWEI cloud API Explorer for details.
1113
1344
  *
1114
1345
  * @summary 删除WAF独享引擎信息
1115
- * @param {string} contentType 内容类型
1346
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1116
1347
  * @param {string} instanceId 独享引擎ID(通过调用WAF的ListInstance接口获取所有独享引擎信息查询独享引擎ID)
1117
1348
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
1118
1349
  * @param {*} [options] Override http request option.
@@ -1132,6 +1363,20 @@ export declare class WafClient {
1132
1363
  * @throws {RequiredError}
1133
1364
  */
1134
1365
  deleteIpGroup(deleteIpGroupRequest?: DeleteIpGroupRequest): Promise<DeleteIpGroupResponse>;
1366
+ /**
1367
+ * 删除IP情报防护规则
1368
+ *
1369
+ * Please refer to HUAWEI cloud API Explorer for details.
1370
+ *
1371
+ * @summary 删除机房IP情报防护规则
1372
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1373
+ * @param {string} policyId **参数解释:** 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
1374
+ * @param {string} ruleId **参数解释:** 机房IP情报访问控制规则id,通过\&quot;查询威胁情报规则列表\&quot;接口获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
1375
+ * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
1376
+ * @param {*} [options] Override http request option.
1377
+ * @throws {RequiredError}
1378
+ */
1379
+ deleteIpReputationRule(deleteIpReputationRuleRequest?: DeleteIpReputationRuleRequest): Promise<DeleteIpReputationRuleResponse>;
1135
1380
  /**
1136
1381
  * 删除防护策略,若策略正在使用,则需要先接解除域名与策略的绑定关系才能删除策略。
1137
1382
  *
@@ -1179,7 +1424,7 @@ export declare class WafClient {
1179
1424
  * Please refer to HUAWEI cloud API Explorer for details.
1180
1425
  *
1181
1426
  * @summary 删除攻击惩罚规则
1182
- * @param {string} contentType 内容类型
1427
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1183
1428
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
1184
1429
  * @param {string} ruleId 攻击惩罚规则id,通过查询攻击惩罚规则列表接口(ListPunishmentRules)获取
1185
1430
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -1187,6 +1432,18 @@ export declare class WafClient {
1187
1432
  * @throws {RequiredError}
1188
1433
  */
1189
1434
  deletePunishmentRule(deletePunishmentRuleRequest?: DeletePunishmentRuleRequest): Promise<DeletePunishmentRuleResponse>;
1435
+ /**
1436
+ * 删除安全报告订阅
1437
+ *
1438
+ * Please refer to HUAWEI cloud API Explorer for details.
1439
+ *
1440
+ * @summary 删除安全报告订阅
1441
+ * @param {string} subscriptionId **参数解释:** 需要删除的订阅id,从“查询安全报告订阅列表”中获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
1442
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1443
+ * @param {*} [options] Override http request option.
1444
+ * @throws {RequiredError}
1445
+ */
1446
+ deleteSecurityReportSubscription(deleteSecurityReportSubscriptionRequest?: DeleteSecurityReportSubscriptionRequest): Promise<DeleteSecurityReportSubscriptionResponse>;
1190
1447
  /**
1191
1448
  * 删除引用表
1192
1449
  *
@@ -1235,12 +1492,12 @@ export declare class WafClient {
1235
1492
  * Please refer to HUAWEI cloud API Explorer for details.
1236
1493
  *
1237
1494
  * @summary 查询JS脚本反爬虫规则列表
1238
- * @param {string} contentType 内容类型
1495
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1239
1496
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
1240
1497
  * @param {number} offset 偏移量,表示查询该偏移量之后的记录。
1241
1498
  * @param {number} limit 查询返回记录的数量限制。
1242
1499
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
1243
- * @param {string} [type] JS脚本反爬虫规则防护模式 - anticrawler_except_url: 防护所有路径模式,在该模式下,查询的JS脚本反爬虫规则为排除的防护路径规则 - anticrawler_specific_url: 防护指定路径模式,在该模式下,查询的JS脚本反爬虫规则为指定要防护的路径规则 - 默认值:anticrawler_except_url
1500
+ * @param {'anticrawler_except_url' | 'anticrawler_specific_url'} [type] **参数解释:** JS脚本反爬虫规则防护模式 **约束限制:** 不涉及 **取值范围:** - anticrawler_except_url: 防护所有路径模式,在该模式下,查询的JS脚本反爬虫规则为排除的防护路径规则 - anticrawler_specific_url: 防护指定路径模式,在该模式下,查询的JS脚本反爬虫规则为指定要防护的路径规则 **默认取值:** anticrawler_except_url
1244
1501
  * @param {*} [options] Override http request option.
1245
1502
  * @throws {RequiredError}
1246
1503
  */
@@ -1266,7 +1523,7 @@ export declare class WafClient {
1266
1523
  * Please refer to HUAWEI cloud API Explorer for details.
1267
1524
  *
1268
1525
  * @summary 查询防敏感信息泄露规则列表
1269
- * @param {string} contentType 内容类型
1526
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1270
1527
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防敏感信息泄露规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
1271
1528
  * @param {number} offset 偏移量,表示查询该偏移量之后的记录。
1272
1529
  * @param {number} limit 查询返回记录的数量限制。
@@ -1310,7 +1567,7 @@ export declare class WafClient {
1310
1567
  * Please refer to HUAWEI cloud API Explorer for details.
1311
1568
  *
1312
1569
  * @summary 查询安全统计带宽数据
1313
- * @param {string} contentType 内容类型
1570
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1314
1571
  * @param {number} from 查询的带宽统计数据的起始时间(13位毫秒时间戳),需要和to同时使用
1315
1572
  * @param {number} to 查询的带宽统计数据的结束时间(13位毫秒时间戳),需要和from同时使用
1316
1573
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -1351,7 +1608,7 @@ export declare class WafClient {
1351
1608
  * @param {string} [name] 规则名称
1352
1609
  * @param {number} [status] 规则的开启状态,1表示开启,0表示关闭
1353
1610
  * @param {string} [category] **参数解释:** 防护动作 **取值范围:** - block: 拦截,表示超过“限速频率”将直接拦截。 - log:仅记录,表示超过“限速频率”将只记录不拦截。 - captcha:表示超过“限速频率”后弹出验证码,进行人机验证,完成验证后,请求将不受访问限制。人机验证目前支持英文。 - dynamic_block:上一个限速周期内,请求频率超过“限速频率”将被拦截,那么在下一个限速周期内,请求频率超过“放行频率”将被拦截。 - advanced_captcha:高阶人机验证,表示超过“限速频率”后弹出验证码,进行人机验证。 - js_challenge:要求客户端完成一段脚本的执行或验证,从而验证请求来源的合法性。
1354
- * @param {string} [tagType] 限速模式: - ip:IP限速,根据IP区分单个Web访问者。 - cookie:用户限速,根据Cookie键值区分单个Web访问者。 - header:用户限速,根据Header区分单个Web访问者。 - other:根据Referer(自定义请求访问的来源)字段区分单个Web访问者。 - policy: 策略限速 - domain: 域名限速 - url: url限速
1611
+ * @param {'ip' | 'cookie' | 'header' | 'other' | 'policy' | 'domain' | 'url'} [tagType] **参数解释:** 限速模式标识,用于指定区分单个Web访问者的判断依据 **约束限制:** 不涉及 **取值范围:** - ip:IP限速,根据IP区分单个Web访问者 - cookie:用户限速,根据Cookie键值区分单个Web访问者 - header:用户限速,根据Header区分单个Web访问者 - other:根据Referer(自定义请求访问的来源)字段区分单个Web访问者 - policy:策略限速 - domain:域名限速 - urlurl限速 **默认取值:** 不涉及
1355
1612
  * @param {*} [options] Override http request option.
1356
1613
  * @throws {RequiredError}
1357
1614
  */
@@ -1368,7 +1625,7 @@ export declare class WafClient {
1368
1625
  * @param {number} [pagesize] 分页查询时,每页包含多少条结果。范围1-100,默认值为10,表示每页包含10条结果。
1369
1626
  * @param {string} [name] 证书名称
1370
1627
  * @param {boolean} [host] 是否获取证书关联的域名,默认为false -true:获取已关联域名的证书 -false:获取未关联域名的证书
1371
- * @param {number} [expStatus] 证书过期状态,0-未过期,1-已过期,2-即将过期(证书将在一个月内过期)
1628
+ * @param {0 | 1 | 2} [expStatus] **参数解释:** 证书过期状态 **约束限制:** 不涉及 **取值范围:** - 0:未过期 - 1:已过期 - 2:即将过期(证书将在一个月内过期) **默认取值:** 不涉及
1372
1629
  * @param {boolean} [queryScm] 查询结果的证书来源服务是否包括SCM服务,值为true或者false。
1373
1630
  * @param {*} [options] Override http request option.
1374
1631
  * @throws {RequiredError}
@@ -1386,7 +1643,7 @@ export declare class WafClient {
1386
1643
  * @param {number} [pagesize] 分页查询时,每页包含多少条结果。范围1-100,默认值为10,表示每页包含10条结果。如果需要一次查全部域名,该参数值填-1。
1387
1644
  * @param {string} [hostname] 域名名称
1388
1645
  * @param {string} [policyname] 防护策略名称
1389
- * @param {number} [protectStatus] 域名防护状态: - -1:bypass,该域名的请求直接到达其后端服务器,不再经过WAF - 0:暂停防护,WAF只转发该域名的请求,不做攻击检测 - 1:开启防护,WAF根据您配置的策略进行攻击检测
1646
+ * @param {-1 | 0 | 1} [protectStatus] **参数解释:** 域名防护状态标识,用于指定域名在WAF中的防护运行状态 **约束限制:** 不涉及 **取值范围:** - -1:bypass,该域名的请求直接到达其后端服务器,不再经过WAF - 0:暂停防护,WAF只转发该域名的请求,不做攻击检测 - 1:开启防护,WAF根据您配置的策略进行攻击检测 **默认取值:** 不涉及
1390
1647
  * @param {string} [wafType] 域名所属WAF模式
1391
1648
  * @param {boolean} [isHttps] 域名是否使用HTTPS
1392
1649
  * @param {*} [options] Override http request option.
@@ -1414,7 +1671,7 @@ export declare class WafClient {
1414
1671
  * Please refer to HUAWEI cloud API Explorer for details.
1415
1672
  *
1416
1673
  * @summary 查询精准防护规则列表
1417
- * @param {string} contentType 内容类型
1674
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1418
1675
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
1419
1676
  * @param {number} offset 偏移量,表示查询该偏移量之后的记录。
1420
1677
  * @param {number} limit 查询返回记录的数量限制。
@@ -1432,10 +1689,10 @@ export declare class WafClient {
1432
1689
  * @param {string} contentType 内容类型
1433
1690
  * @param {string} [xLanguage] 语言,默认值为en-us。zh-cn(中文)/en-us(英文)
1434
1691
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
1435
- * @param {'yesterday' | 'today' | '3days' | '1week' | '1month'} [recent] 查询日志的时间范围(不能和from、to同时使用,同时使用以recent为准),且recent参数与from、to必须使用其中一个。当同时使用recent参数与from、to时,以recent参数为准
1692
+ * @param {'yesterday' | 'today' | '3days' | '1week' | '1month'} [recent] **参数解释:** 查询日志的时间范围(不能和from、to同时使用,同时使用以recent为准),且recent参数与from、to必须使用其中一个。当同时使用recent参数与from、to时,以recent参数为准 **约束限制:** 不涉及 **取值范围:** - yesterday:昨天 - today:今天 - 3days:命令注入攻击 - 1week:XSS攻击 - 1month:恶意爬虫 **默认取值:** 不涉及
1436
1693
  * @param {number} [from] 起始时间(13位时间戳),需要和to同时使用,不能和recent参数同时使用
1437
1694
  * @param {number} [to] 结束时间(13位时间戳),需要和from同时使用,不能和recent参数同时使用
1438
- * @param {Array<string>} [attacks] **参数解释:** 攻击类型 **约束限制:** 不涉及 **取值范围:** - sqli:sql注入攻击 - lfi:本地文件包含 - cmdi:命令注入攻击 - xss:XSS攻击 - robot:恶意爬虫 - rfi:远程文件包含 - custom_custom:精准防护 - cc: cc攻击 - webshell:网站木马 - custom_whiteblackip:黑白名单拦截 - custom_geoip:地理访问控制拦截 - antitamper:防篡改 - anticrawler:反爬虫 - leakage:网站信息防泄漏 - illegal:非法请求 - antiscan_high_freq_scan:高频扫描封禁 - antiscan_dir_traversal:目录遍历防护 - vuln:除上述攻击类型外的其他漏洞攻击 **默认取值:** 不涉及
1695
+ * @param {Array<string>} [attacks] **参数解释:** 攻击类型 **约束限制:** 不涉及 **取值范围:** - sqli:sql注入攻击 - lfi:本地文件包含 - cmdi:命令注入攻击 - xss:XSS攻击 - robot:恶意爬虫 - rfi:远程文件包含 - custom_custom:精准防护 - cc: cc攻击 - webshell:网站木马 - custom_whiteblackip:黑白名单拦截 - custom_geoip:地理访问控制拦截 - antitamper:防篡改 - anticrawler:反爬虫 - leakage:网站信息防泄漏 - illegal:非法请求 - antiscan_high_freq_scan:高频扫描封禁 - antiscan_dir_traversal:目录遍历防护 - vuln:除上述攻击类型外的其他漏洞攻击 **默认取值:** 不涉及
1439
1696
  * @param {Array<string>} [hosts] 域名id,从获取防护网站列表(ListHost)接口获取域名id
1440
1697
  * @param {Array<string>} [sips] 源ip,Web访问者的IP地址(攻击者IP地址)
1441
1698
  * @param {number} [page] 分页查询时,返回第几页数据。默认值为1,表示返回第1页数据。
@@ -1450,7 +1707,7 @@ export declare class WafClient {
1450
1707
  * Please refer to HUAWEI cloud API Explorer for details.
1451
1708
  *
1452
1709
  * @summary 查询事件日志下载的url
1453
- * @param {string} contentType 内容类型
1710
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1454
1711
  * @param {number} [page] 页数
1455
1712
  * @param {number} [pagesize] 单页显示数
1456
1713
  * @param {*} [options] Override http request option.
@@ -1537,7 +1794,7 @@ export declare class WafClient {
1537
1794
  * Please refer to HUAWEI cloud API Explorer for details.
1538
1795
  *
1539
1796
  * @summary 查询全局白名单(原误报屏蔽)规则列表
1540
- * @param {string} contentType 内容类型
1797
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1541
1798
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的全局白名单规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
1542
1799
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
1543
1800
  * @param {number} [page] 分页查询时,返回第几页数据。默认值为1,表示返回第1页数据。
@@ -1552,7 +1809,7 @@ export declare class WafClient {
1552
1809
  * Please refer to HUAWEI cloud API Explorer for details.
1553
1810
  *
1554
1811
  * @summary 查询WAF独享引擎列表
1555
- * @param {string} contentType 内容类型
1812
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1556
1813
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
1557
1814
  * @param {number} [page] 分页查询参数,第page页,默认值为1
1558
1815
  * @param {number} [pagesize] 分页查询参数,每页pagesize条记录,默认值为10
@@ -1638,7 +1895,7 @@ export declare class WafClient {
1638
1895
  * Please refer to HUAWEI cloud API Explorer for details.
1639
1896
  *
1640
1897
  * @summary 查询安全总览分类统计top信息
1641
- * @param {string} contentType 内容类型
1898
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1642
1899
  * @param {number} from 起始时间(13位毫秒时间戳),需要和to同时使用
1643
1900
  * @param {number} to 结束时间(13位毫秒时间戳),需要和from同时使用
1644
1901
  * @param {string} [xLanguage] 语言,默认值为en-us。zh-cn(中文)/en-us(英文)
@@ -1677,7 +1934,7 @@ export declare class WafClient {
1677
1934
  * @param {string} [pagesize] 分页查询时,每页包含多少条结果。范围1-100,默认值为10,表示每页包含10条结果。如果需要一次查全部域名,该参数值填-1。
1678
1935
  * @param {string} [hostname] 域名
1679
1936
  * @param {string} [policyname] 策略名称
1680
- * @param {number} [protectStatus] 域名防护状态: - 0:暂停防护,WAF只转发该域名的请求,不做攻击检测 - 1:开启防护,WAF根据您配置的策略进行攻击检测
1937
+ * @param {-1 | 0 | 1} [protectStatus] **参数解释:** 域名防护状态标识,用于指定域名在WAF中的防护运行状态 **约束限制:** 不涉及 **取值范围:** - -1:bypass,该域名的请求直接到达其后端服务器,不再经过WAF - 0:暂停防护,WAF只转发该域名的请求,不做攻击检测 - 1:开启防护,WAF根据您配置的策略进行攻击检测 **默认取值:** 不涉及
1681
1938
  * @param {*} [options] Override http request option.
1682
1939
  * @throws {RequiredError}
1683
1940
  */
@@ -1732,7 +1989,7 @@ export declare class WafClient {
1732
1989
  * Please refer to HUAWEI cloud API Explorer for details.
1733
1990
  *
1734
1991
  * @summary 查询攻击惩罚规则列表
1735
- * @param {string} contentType 内容类型
1992
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1736
1993
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的攻击惩罚规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
1737
1994
  * @param {number} offset 偏移量,表示查询该偏移量之后的记录。
1738
1995
  * @param {number} limit 查询返回记录的数量限制。
@@ -1747,7 +2004,7 @@ export declare class WafClient {
1747
2004
  * Please refer to HUAWEI cloud API Explorer for details.
1748
2005
  *
1749
2006
  * @summary 查询安全统计qps次数
1750
- * @param {string} contentType 内容类型
2007
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1751
2008
  * @param {number} from 起始时间(13位毫秒时间戳),需要和to同时使用
1752
2009
  * @param {number} to 结束时间(13位毫秒时间戳),需要和from同时使用
1753
2010
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -1764,7 +2021,7 @@ export declare class WafClient {
1764
2021
  * Please refer to HUAWEI cloud API Explorer for details.
1765
2022
  *
1766
2023
  * @summary 查询安全总览中请求次数时间线统计数据
1767
- * @param {string} contentType 内容类型
2024
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1768
2025
  * @param {number} from 起始时间(13位毫秒时间戳),需要和to同时使用
1769
2026
  * @param {number} to 结束时间(13位毫秒时间戳),需要和from同时使用
1770
2027
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -1839,13 +2096,26 @@ export declare class WafClient {
1839
2096
  * @throws {RequiredError}
1840
2097
  */
1841
2098
  listSecurityReportSubscriptions(listSecurityReportSubscriptionsRequest?: ListSecurityReportSubscriptionsRequest): Promise<ListSecurityReportSubscriptionsResponse>;
2099
+ /**
2100
+ * 查询攻击源ip
2101
+ *
2102
+ * Please refer to HUAWEI cloud API Explorer for details.
2103
+ *
2104
+ * @summary 查询攻击源ip
2105
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2106
+ * @param {string} recent **参数解释:** 查询日志的时间范围,如1week(1周)、1month(1个月) **约束限制:** 不涉及 **取值范围:** - yesterday - today - 3days - 1week - 1month **默认取值:** 不涉及
2107
+ * @param {Array<string>} hosts 要查询事件域名id列表
2108
+ * @param {*} [options] Override http request option.
2109
+ * @throws {RequiredError}
2110
+ */
2111
+ listSourceIpTop5(listSourceIpTop5Request?: ListSourceIpTop5Request): Promise<ListSourceIpTop5Response>;
1842
2112
  /**
1843
2113
  * 查询安全总览请求与攻击数量。
1844
2114
  *
1845
2115
  * Please refer to HUAWEI cloud API Explorer for details.
1846
2116
  *
1847
2117
  * @summary 查询安全总览请求与攻击数量
1848
- * @param {string} contentType 内容类型
2118
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1849
2119
  * @param {number} from 起始时间(13位时间戳),需要和to同时使用
1850
2120
  * @param {number} to 结束时间(13位时间戳),需要和from同时使用
1851
2121
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -1855,13 +2125,26 @@ export declare class WafClient {
1855
2125
  * @throws {RequiredError}
1856
2126
  */
1857
2127
  listStatistics(listStatisticsRequest?: ListStatisticsRequest): Promise<ListStatisticsResponse>;
2128
+ /**
2129
+ * 查询攻击事件分布类型。
2130
+ *
2131
+ * Please refer to HUAWEI cloud API Explorer for details.
2132
+ *
2133
+ * @summary 查询攻击事件分布类型
2134
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2135
+ * @param {string} recent **参数解释:** 查询日志的时间范围,如1week(1周)、1month(1个月) **约束限制:** 不涉及 **取值范围:** - yesterday - today - 3days - 1week - 1month **默认取值:** 不涉及
2136
+ * @param {Array<string>} [hosts] 要查询事件的域名列表
2137
+ * @param {*} [options] Override http request option.
2138
+ * @throws {RequiredError}
2139
+ */
2140
+ listThreats(listThreatsRequest?: ListThreatsRequest): Promise<ListThreatsResponse>;
1858
2141
  /**
1859
2142
  * 查询业务异常TOP统计信息。
1860
2143
  *
1861
2144
  * Please refer to HUAWEI cloud API Explorer for details.
1862
2145
  *
1863
2146
  * @summary 查询业务异常数量
1864
- * @param {string} contentType 内容类型
2147
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1865
2148
  * @param {number} from 起始时间(13位毫秒时间戳),需要和to同时使用
1866
2149
  * @param {number} to 结束时间(13位毫秒时间戳),需要和from同时使用
1867
2150
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -1923,13 +2206,30 @@ export declare class WafClient {
1923
2206
  * @throws {RequiredError}
1924
2207
  */
1925
2208
  listTopUrl(listTopUrlRequest?: ListTopUrlRequest): Promise<ListTopUrlResponse>;
2209
+ /**
2210
+ * 查询QPS。
2211
+ *
2212
+ * Please refer to HUAWEI cloud API Explorer for details.
2213
+ *
2214
+ * @summary 查询事件日志中的url
2215
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2216
+ * @param {number} top 受攻击次数最多的几条url
2217
+ * @param {string} [recent] **参数解释:** 查询日志的时间范围,如1week(1周)、1month(1个月) **约束限制:** 不涉及 **取值范围:** - yesterday - today - 3days - 1week - 1month **默认取值:** 不涉及
2218
+ * @param {number} [from] **参数解释:** 开始时间,统计周期的起始时间戳(毫秒级)。不使用recent参数时需要填写 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
2219
+ * @param {number} [to] **参数解释:** 结束时间,统计周期的终止时间戳(毫秒级)。不使用recent参数时需要填写 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
2220
+ * @param {Array<string>} [hosts] 要查询事件的域名id列表
2221
+ * @param {Array<string>} [instances] 要查询事件的独享域名id列表
2222
+ * @param {*} [options] Override http request option.
2223
+ * @throws {RequiredError}
2224
+ */
2225
+ listUrl(listUrlRequest?: ListUrlRequest): Promise<ListUrlResponse>;
1926
2226
  /**
1927
2227
  * 查询引用表列表
1928
2228
  *
1929
2229
  * Please refer to HUAWEI cloud API Explorer for details.
1930
2230
  *
1931
2231
  * @summary 查询引用表列表
1932
- * @param {string} contentType 内容类型
2232
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
1933
2233
  * @param {number} [page] 分页查询时,返回第几页数据。默认值为1,表示返回第1页数据。
1934
2234
  * @param {number} [pagesize] 分页查询时,每页包含多少条结果。范围1-100,默认值为10,表示每页包含10条结果。
1935
2235
  * @param {string} [name] 引用表名称
@@ -2012,7 +2312,7 @@ export declare class WafClient {
2012
2312
  * Please refer to HUAWEI cloud API Explorer for details.
2013
2313
  *
2014
2314
  * @summary 重命名WAF独享引擎
2015
- * @param {string} contentType 内容类型
2315
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2016
2316
  * @param {string} instanceId 独享引擎ID(通过调用WAF的ListInstance接口获取所有独享引擎信息查询独享引擎ID)
2017
2317
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
2018
2318
  * @param {RenameInstanceRequestBody} [renameInstanceRequestBody] 独享引擎新名称
@@ -2026,7 +2326,7 @@ export declare class WafClient {
2026
2326
  * Please refer to HUAWEI cloud API Explorer for details.
2027
2327
  *
2028
2328
  * @summary 查询JS脚本反爬虫防护规则
2029
- * @param {string} contentType 内容类型
2329
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2030
2330
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2031
2331
  * @param {string} ruleId 规则id
2032
2332
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -2040,7 +2340,7 @@ export declare class WafClient {
2040
2340
  * Please refer to HUAWEI cloud API Explorer for details.
2041
2341
  *
2042
2342
  * @summary 查询防敏感信息泄露防护规则
2043
- * @param {string} contentType 内容类型
2343
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2044
2344
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2045
2345
  * @param {string} ruleId 防敏感信息泄露规则id,通过查询防敏感信息泄露规则列表接口(ListAntileakageRules)获取
2046
2346
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -2119,7 +2419,7 @@ export declare class WafClient {
2119
2419
  * Please refer to HUAWEI cloud API Explorer for details.
2120
2420
  *
2121
2421
  * @summary 根据Id查询精准防护规则
2122
- * @param {string} contentType 内容类型
2422
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2123
2423
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2124
2424
  * @param {string} ruleId 精准防护规则id,通过查询精准防护规则列表接口(ListCustomRules)获取
2125
2425
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -2186,7 +2486,7 @@ export declare class WafClient {
2186
2486
  * Please refer to HUAWEI cloud API Explorer for details.
2187
2487
  *
2188
2488
  * @summary 查询全局白名单(原误报屏蔽)防护规则
2189
- * @param {string} contentType 内容类型
2489
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2190
2490
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2191
2491
  * @param {string} ruleId 误报屏蔽规则id,您可以通过查询误报屏蔽规则列表(ListIgnoreRule)接口的响应体中的id字段获取误报屏蔽规则id
2192
2492
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -2200,7 +2500,7 @@ export declare class WafClient {
2200
2500
  * Please refer to HUAWEI cloud API Explorer for details.
2201
2501
  *
2202
2502
  * @summary 查询WAF独享引擎信息
2203
- * @param {string} contentType 内容类型
2503
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2204
2504
  * @param {string} instanceId 独享引擎ID(通过调用WAF的ListInstance接口获取所有独享引擎信息查询独享引擎ID)
2205
2505
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
2206
2506
  * @param {*} [options] Override http request option.
@@ -2290,7 +2590,7 @@ export declare class WafClient {
2290
2590
  * Please refer to HUAWEI cloud API Explorer for details.
2291
2591
  *
2292
2592
  * @summary 根据Id查询攻击惩罚防护规则
2293
- * @param {string} contentType 内容类型
2593
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2294
2594
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2295
2595
  * @param {string} ruleId 攻击惩罚规则id,通过查询攻击惩罚规则列表接口(ListPunishmentRules)获取
2296
2596
  * @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
@@ -2329,7 +2629,7 @@ export declare class WafClient {
2329
2629
  * Please refer to HUAWEI cloud API Explorer for details.
2330
2630
  *
2331
2631
  * @summary 查询WAF回源Ip信息
2332
- * @param {string} contentType 内容类型
2632
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2333
2633
  * @param {*} [options] Override http request option.
2334
2634
  * @throws {RequiredError}
2335
2635
  */
@@ -2419,7 +2719,7 @@ export declare class WafClient {
2419
2719
  * Please refer to HUAWEI cloud API Explorer for details.
2420
2720
  *
2421
2721
  * @summary 更新JS脚本反爬虫防护规则
2422
- * @param {string} contentType 内容类型
2722
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2423
2723
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2424
2724
  * @param {string} ruleId 规则id
2425
2725
  * @param {UpdateAnticrawlerRuleRequestBody} updateAnticrawlerRuleRequestBody 更新反爬虫规则的请求体
@@ -2434,7 +2734,7 @@ export declare class WafClient {
2434
2734
  * Please refer to HUAWEI cloud API Explorer for details.
2435
2735
  *
2436
2736
  * @summary 更新JS脚本反爬虫规则防护模式
2437
- * @param {string} contentType 内容类型
2737
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2438
2738
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2439
2739
  * @param {UpdateAnticrawlerRuleTypeRequestbody} updateAnticrawlerRuleTypeRequestbody 创建JS脚本反爬虫规则body
2440
2740
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -2448,7 +2748,7 @@ export declare class WafClient {
2448
2748
  * Please refer to HUAWEI cloud API Explorer for details.
2449
2749
  *
2450
2750
  * @summary 更新防敏感信息泄露防护规则
2451
- * @param {string} contentType 内容类型
2751
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2452
2752
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2453
2753
  * @param {string} ruleId 防敏感信息泄露规则id,通过查询防敏感信息泄露规则列表接口(ListAntileakageRules)获取
2454
2754
  * @param {UpdateAntileakageRuleRequestBody} updateAntileakageRuleRequestBody UpdateAntileakageRuleRequestBody
@@ -2492,7 +2792,7 @@ export declare class WafClient {
2492
2792
  * Please refer to HUAWEI cloud API Explorer for details.
2493
2793
  *
2494
2794
  * @summary 更新精准防护规则
2495
- * @param {string} contentType 内容类型
2795
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2496
2796
  * @param {string} policyId 防护策略id,通过指定防护策略id来指明查询该防护策略下的防护规则,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2497
2797
  * @param {string} ruleId 精准防护规则id,通过查询精准防护规则列表接口(ListCustomRules)获取
2498
2798
  * @param {UpdateCustomRuleRequestBody} updateCustomRuleRequestBody UpdateCustomRuleRequestBody
@@ -2563,7 +2863,7 @@ export declare class WafClient {
2563
2863
  * Please refer to HUAWEI cloud API Explorer for details.
2564
2864
  *
2565
2865
  * @summary 更新全局白名单(原误报屏蔽)防护规则
2566
- * @param {string} contentType 内容类型
2866
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2567
2867
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2568
2868
  * @param {string} ruleId 误报屏蔽规则id,您可以通过查询误报屏蔽规则列表(ListIgnoreRule)接口的响应体中的id字段获取误报屏蔽规则id
2569
2869
  * @param {UpdateIgnoreRuleRequestBody} updateRuleRequestBody 请求体
@@ -2665,7 +2965,7 @@ export declare class WafClient {
2665
2965
  * @summary 修改单条规则的状态
2666
2966
  * @param {string} contentType 内容类型
2667
2967
  * @param {string} policyId 策略id(策略id从查询防护策略列表接口获取)
2668
- * @param {'whiteblackip' | 'geoip' | 'privacy' | 'antitamper' | 'custom' | 'ignore' | 'cc'} ruletype 策略类型
2968
+ * @param {'whiteblackip' | 'geoip' | 'privacy' | 'antitamper' | 'custom' | 'ignore' | 'cc'} ruletype **参数解释:** 策略类型 **约束限制:** 不涉及 **取值范围:** - custom:精准防护 - cc: cc攻击 - whiteblackip: 黑白名单 - geoip: 地理位置 - privacy: 私屏蔽防护 - antitamper: 防篡改规则 - ignore: 全局白名单 **默认取值:** 不涉及
2669
2969
  * @param {string} ruleId 规则id,根据不同的规则类型(ruletype)调用规则列表接口获取规则id,例如黑白名单(whiteblackip)规则id,您可以通过调用查询黑白名单规则列表(ListWhiteblackipRule)获取规则id
2670
2970
  * @param {UpdatePolicyRuleStatusRequestBody} updatePolicyRuleStatusRequestBody 修改规则状态入参
2671
2971
  * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
@@ -2725,6 +3025,19 @@ export declare class WafClient {
2725
3025
  * @throws {RequiredError}
2726
3026
  */
2727
3027
  updatePremiumInstance(updatePremiumInstanceRequest?: UpdatePremiumInstanceRequest): Promise<UpdatePremiumInstanceResponse>;
3028
+ /**
3029
+ * 返回独享接入进度
3030
+ *
3031
+ * Please refer to HUAWEI cloud API Explorer for details.
3032
+ *
3033
+ * @summary 修改独享域名接入进度
3034
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
3035
+ * @param {string} hostId **参数解释:** 独享模式域名Id,通过 查询独享模式域名列表(ListPremiumHost) 接口获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
3036
+ * @param {AccessProgress} body **参数解释:** 修改域名请求接入进度body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
3037
+ * @param {*} [options] Override http request option.
3038
+ * @throws {RequiredError}
3039
+ */
3040
+ updatePremiumInstanceProgress(updatePremiumInstanceProgressRequest?: UpdatePremiumInstanceProgressRequest): Promise<UpdatePremiumInstanceProgressResponse>;
2728
3041
  /**
2729
3042
  * 更新隐私屏蔽防护规则
2730
3043
  *
@@ -2746,7 +3059,7 @@ export declare class WafClient {
2746
3059
  * Please refer to HUAWEI cloud API Explorer for details.
2747
3060
  *
2748
3061
  * @summary 更新攻击惩罚规则
2749
- * @param {string} contentType 内容类型
3062
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2750
3063
  * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2751
3064
  * @param {string} ruleId 攻击惩罚规则id,通过查询攻击惩罚规则列表接口(ListPunishmentRules)获取
2752
3065
  * @param {UpdatePunishmentRuleRequestBody} updatePunishmentRuleRequestBody 更新攻击惩罚规则的请求体
@@ -2756,68 +3069,247 @@ export declare class WafClient {
2756
3069
  */
2757
3070
  updatePunishmentRule(updatePunishmentRuleRequest?: UpdatePunishmentRuleRequest): Promise<UpdatePunishmentRuleResponse>;
2758
3071
  /**
2759
- * 修改引用表
3072
+ * 修改安全报告的订阅
3073
+ *
3074
+ * Please refer to HUAWEI cloud API Explorer for details.
3075
+ *
3076
+ * @summary 修改安全报告的订阅
3077
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
3078
+ * @param {string} subscriptionId **参数解释:** 需要删除的订阅id,从“查询安全报告订阅列表”中获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
3079
+ * @param {UpdateSecurityReportSubscriptionRequestBody} updateDemoInfoRequestBody 修改安全报告订阅请求体
3080
+ * @param {*} [options] Override http request option.
3081
+ * @throws {RequiredError}
3082
+ */
3083
+ updateSecurityReportSubscription(updateSecurityReportSubscriptionRequest?: UpdateSecurityReportSubscriptionRequest): Promise<UpdateSecurityReportSubscriptionResponse>;
3084
+ /**
3085
+ * 修改引用表
3086
+ *
3087
+ * Please refer to HUAWEI cloud API Explorer for details.
3088
+ *
3089
+ * @summary 修改引用表
3090
+ * @param {string} contentType 内容类型
3091
+ * @param {string} valuelistid 引用表id,通过查询引用表列表(ListValueList)接口获取
3092
+ * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
3093
+ * @param {UpdateValueListRequestBody} [updateValueListRequestBody] 更新引用表的请求体
3094
+ * @param {*} [options] Override http request option.
3095
+ * @throws {RequiredError}
3096
+ */
3097
+ updateValueList(updateValueListRequest?: UpdateValueListRequest): Promise<UpdateValueListResponse>;
3098
+ /**
3099
+ * 更新黑白名单防护规则,可以更新ip/ip段以及防护动作等信息
3100
+ *
3101
+ * Please refer to HUAWEI cloud API Explorer for details.
3102
+ *
3103
+ * @summary 更新黑白名单防护规则
3104
+ * @param {string} contentType 内容类型
3105
+ * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
3106
+ * @param {string} ruleId 黑白名单规则id,您可以调用查询黑白名单规则列表(ListWhiteblackipRule)获取黑白名单规则id
3107
+ * @param {UpdateWhiteBlackIpRuleRequestBody} updateWhiteblackipRuleRequestBody 更新黑白名单请求体
3108
+ * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
3109
+ * @param {*} [options] Override http request option.
3110
+ * @throws {RequiredError}
3111
+ */
3112
+ updateWhiteblackipRule(updateWhiteblackipRuleRequest?: UpdateWhiteblackipRuleRequest): Promise<UpdateWhiteblackipRuleResponse>;
3113
+ /**
3114
+ * 查询用户托管在云解析上的域名
3115
+ *
3116
+ * Please refer to HUAWEI cloud API Explorer for details.
3117
+ *
3118
+ * @summary 查询用户托管在云解析上的域名
3119
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
3120
+ * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
3121
+ * @param {*} [options] Override http request option.
3122
+ * @throws {RequiredError}
3123
+ */
3124
+ confirmDnsDomain(confirmDnsDomainRequest?: ConfirmDnsDomainRequest): Promise<ConfirmDnsDomainResponse>;
3125
+ /**
3126
+ * 快速接入,直接去修改用户的DNS记录,使域名快速接入WAF
3127
+ *
3128
+ * Please refer to HUAWEI cloud API Explorer for details.
3129
+ *
3130
+ * @summary 域名快速接入WAF
3131
+ * @param {string} projectid **参数解释:** 项目ID,对应控制台用户名-&gt;我的凭证-&gt;项目列表-&gt;项目ID。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及**参数解释:** 项目ID,对应控制台用户名-&gt;我的凭证-&gt;项目列表-&gt;项目ID。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
3132
+ * @param {string} instanceid **参数解释:** 域名id。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
3133
+ * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
3134
+ * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
3135
+ * @param {*} [options] Override http request option.
3136
+ * @throws {RequiredError}
3137
+ */
3138
+ createQuickAccessDomain(createQuickAccessDomainRequest?: CreateQuickAccessDomainRequest): Promise<CreateQuickAccessDomainResponse>;
3139
+ /**
3140
+ * 根据Id查询Web防护规则
3141
+ *
3142
+ * Please refer to HUAWEI cloud API Explorer for details.
3143
+ *
3144
+ * @summary 根据Id查询Web防护规则
3145
+ * @param {string} ruleId **参数解释:** 防护规则ID **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
3146
+ * @param {string} [xLanguage] **参数解释:** 语言 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** zh-cn
3147
+ * @param {*} [options] Override http request option.
3148
+ * @throws {RequiredError}
3149
+ */
3150
+ showWebProtectionRule(showWebProtectionRuleRequest?: ShowWebProtectionRuleRequest): Promise<ShowWebProtectionRuleResponse>;
3151
+ }
3152
+ export declare const ParamCreater: () => {
3153
+ /**
3154
+ * 绑定证书到域名
3155
+ *
3156
+ * Please refer to HUAWEI cloud API Explorer for details.
3157
+ */
3158
+ applyCertificateToHost(applyCertificateToHostRequest?: ApplyCertificateToHostRequest): {
3159
+ method: string;
3160
+ url: string;
3161
+ contentType: string;
3162
+ queryParams: {};
3163
+ pathParams: {};
3164
+ headers: {};
3165
+ data: {};
3166
+ };
3167
+ /**
3168
+ * 选中多个策略为这些策略批量添加网页防篡改规则
3169
+ *
3170
+ * Please refer to HUAWEI cloud API Explorer for details.
3171
+ */
3172
+ batchCreateAntiTamperRule(batchCreateAntiTamperRuleRequest?: BatchCreateAntiTamperRuleRequest): {
3173
+ method: string;
3174
+ url: string;
3175
+ contentType: string;
3176
+ queryParams: {};
3177
+ pathParams: {};
3178
+ headers: {};
3179
+ data: {};
3180
+ };
3181
+ /**
3182
+ * 选中多个策略为这些策略批量添加防敏感信息泄漏规则
3183
+ *
3184
+ * Please refer to HUAWEI cloud API Explorer for details.
3185
+ */
3186
+ batchCreateAntileakageRule(batchCreateAntileakageRuleRequest?: BatchCreateAntileakageRuleRequest): {
3187
+ method: string;
3188
+ url: string;
3189
+ contentType: string;
3190
+ queryParams: {};
3191
+ pathParams: {};
3192
+ headers: {};
3193
+ data: {};
3194
+ };
3195
+ /**
3196
+ * 选中多个策略为这些策略批量添加cc规则
3197
+ *
3198
+ * Please refer to HUAWEI cloud API Explorer for details.
3199
+ */
3200
+ batchCreateCcRule(batchCreateCcRuleRequest?: BatchCreateCcRuleRequest): {
3201
+ method: string;
3202
+ url: string;
3203
+ contentType: string;
3204
+ queryParams: {};
3205
+ pathParams: {};
3206
+ headers: {};
3207
+ data: {};
3208
+ };
3209
+ /**
3210
+ * 选中多个策略为这些策略批量添加精准防护规则
3211
+ *
3212
+ * Please refer to HUAWEI cloud API Explorer for details.
3213
+ */
3214
+ batchCreateCustomRule(batchCreateCustomRuleRequest?: BatchCreateCustomRuleRequest): {
3215
+ method: string;
3216
+ url: string;
3217
+ contentType: string;
3218
+ queryParams: {};
3219
+ pathParams: {};
3220
+ headers: {};
3221
+ data: {};
3222
+ };
3223
+ /**
3224
+ * 选中多个策略为这些策略批量添加地理位置访问控制规则
3225
+ *
3226
+ * Please refer to HUAWEI cloud API Explorer for details.
3227
+ */
3228
+ batchCreateGeoIpRule(batchCreateGeoIpRuleRequest?: BatchCreateGeoIpRuleRequest): {
3229
+ method: string;
3230
+ url: string;
3231
+ contentType: string;
3232
+ queryParams: {};
3233
+ pathParams: {};
3234
+ headers: {};
3235
+ data: {};
3236
+ };
3237
+ /**
3238
+ * 选中多个策略为这些策略批量添加全局白名单规则
2760
3239
  *
2761
3240
  * Please refer to HUAWEI cloud API Explorer for details.
2762
- *
2763
- * @summary 修改引用表
2764
- * @param {string} contentType 内容类型
2765
- * @param {string} valuelistid 引用表id,通过查询引用表列表(ListValueList)接口获取
2766
- * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
2767
- * @param {UpdateValueListRequestBody} [updateValueListRequestBody] 更新引用表的请求体
2768
- * @param {*} [options] Override http request option.
2769
- * @throws {RequiredError}
2770
3241
  */
2771
- updateValueList(updateValueListRequest?: UpdateValueListRequest): Promise<UpdateValueListResponse>;
3242
+ batchCreateIgnoreRule(batchCreateIgnoreRuleRequest?: BatchCreateIgnoreRuleRequest): {
3243
+ method: string;
3244
+ url: string;
3245
+ contentType: string;
3246
+ queryParams: {};
3247
+ pathParams: {};
3248
+ headers: {};
3249
+ data: {};
3250
+ };
2772
3251
  /**
2773
- * 更新黑白名单防护规则,可以更新ip/ip段以及防护动作等信息
3252
+ * 选中多个策略为这些策略批量添加威胁情报访问控制规则
2774
3253
  *
2775
3254
  * Please refer to HUAWEI cloud API Explorer for details.
2776
- *
2777
- * @summary 更新黑白名单防护规则
2778
- * @param {string} contentType 内容类型
2779
- * @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
2780
- * @param {string} ruleId 黑白名单规则id,您可以调用查询黑白名单规则列表(ListWhiteblackipRule)获取黑白名单规则id
2781
- * @param {UpdateWhiteBlackIpRuleRequestBody} updateWhiteblackipRuleRequestBody 更新黑白名单请求体
2782
- * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
2783
- * @param {*} [options] Override http request option.
2784
- * @throws {RequiredError}
2785
3255
  */
2786
- updateWhiteblackipRule(updateWhiteblackipRuleRequest?: UpdateWhiteblackipRuleRequest): Promise<UpdateWhiteblackipRuleResponse>;
3256
+ batchCreateIpReputationRule(batchCreateIpReputationRuleRequest?: BatchCreateIpReputationRuleRequest): {
3257
+ method: string;
3258
+ url: string;
3259
+ contentType: string;
3260
+ queryParams: {};
3261
+ pathParams: {};
3262
+ headers: {};
3263
+ data: {};
3264
+ };
2787
3265
  /**
2788
- * 快速接入,直接去修改用户的DNS记录,使域名快速接入WAF
3266
+ * 选中多个策略为这些策略批量添加隐私屏蔽防护规则
2789
3267
  *
2790
3268
  * Please refer to HUAWEI cloud API Explorer for details.
2791
- *
2792
- * @summary 域名快速接入WAF
2793
- * @param {string} projectid **参数解释:** 项目ID,对应控制台用户名-&gt;我的凭证-&gt;项目列表-&gt;项目ID。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及**参数解释:** 项目ID,对应控制台用户名-&gt;我的凭证-&gt;项目列表-&gt;项目ID。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
2794
- * @param {string} instanceid **参数解释:** 域名id。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
2795
- * @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset&#x3D;utf8
2796
- * @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
2797
- * @param {*} [options] Override http request option.
2798
- * @throws {RequiredError}
2799
3269
  */
2800
- createQuickAccessDomain(createQuickAccessDomainRequest?: CreateQuickAccessDomainRequest): Promise<CreateQuickAccessDomainResponse>;
3270
+ batchCreatePrivacyRule(batchCreatePrivacyRuleRequest?: BatchCreatePrivacyRuleRequest): {
3271
+ method: string;
3272
+ url: string;
3273
+ contentType: string;
3274
+ queryParams: {};
3275
+ pathParams: {};
3276
+ headers: {};
3277
+ data: {};
3278
+ };
2801
3279
  /**
2802
- * 根据Id查询Web防护规则
3280
+ * 选中多个策略为这些策略批量添加黑白名单防护规则
2803
3281
  *
2804
3282
  * Please refer to HUAWEI cloud API Explorer for details.
3283
+ */
3284
+ batchCreateWhiteblackipRule(batchCreateWhiteblackipRuleRequest?: BatchCreateWhiteblackipRuleRequest): {
3285
+ method: string;
3286
+ url: string;
3287
+ contentType: string;
3288
+ queryParams: {};
3289
+ pathParams: {};
3290
+ headers: {};
3291
+ data: {};
3292
+ };
3293
+ /**
3294
+ * 批量删除告警通知
2805
3295
  *
2806
- * @summary 根据Id查询Web防护规则
2807
- * @param {string} ruleId **参数解释:** 防护规则ID **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
2808
- * @param {string} [xLanguage] **参数解释:** 语言 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** zh-cn
2809
- * @param {*} [options] Override http request option.
2810
- * @throws {RequiredError}
3296
+ * Please refer to HUAWEI cloud API Explorer for details.
2811
3297
  */
2812
- showWebProtectionRule(showWebProtectionRuleRequest?: ShowWebProtectionRuleRequest): Promise<ShowWebProtectionRuleResponse>;
2813
- }
2814
- export declare const ParamCreater: () => {
3298
+ batchDeleteAlertNoticeConfig(batchDeleteAlertNoticeConfigRequest?: BatchDeleteAlertNoticeConfigRequest): {
3299
+ method: string;
3300
+ url: string;
3301
+ contentType: string;
3302
+ queryParams: {};
3303
+ pathParams: {};
3304
+ headers: {};
3305
+ data: {};
3306
+ };
2815
3307
  /**
2816
- * 绑定证书到域名
3308
+ * 批量删除租户域名
2817
3309
  *
2818
3310
  * Please refer to HUAWEI cloud API Explorer for details.
2819
3311
  */
2820
- applyCertificateToHost(applyCertificateToHostRequest?: ApplyCertificateToHostRequest): {
3312
+ batchDeleteCompositeHosts(batchDeleteCompositeHostsRequest?: BatchDeleteCompositeHostsRequest): {
2821
3313
  method: string;
2822
3314
  url: string;
2823
3315
  contentType: string;
@@ -2827,11 +3319,11 @@ export declare const ParamCreater: () => {
2827
3319
  data: {};
2828
3320
  };
2829
3321
  /**
2830
- * 选中多个策略为这些策略批量添加网页防篡改规则
3322
+ * 批量删除防护策略
2831
3323
  *
2832
3324
  * Please refer to HUAWEI cloud API Explorer for details.
2833
3325
  */
2834
- batchCreateAntiTamperRule(batchCreateAntiTamperRuleRequest?: BatchCreateAntiTamperRuleRequest): {
3326
+ batchDeletePolicies(batchDeletePoliciesRequest?: BatchDeletePoliciesRequest): {
2835
3327
  method: string;
2836
3328
  url: string;
2837
3329
  contentType: string;
@@ -2841,11 +3333,11 @@ export declare const ParamCreater: () => {
2841
3333
  data: {};
2842
3334
  };
2843
3335
  /**
2844
- * 选中多个策略为这些策略批量添加防敏感信息泄漏规则
3336
+ * 批量删除规则
2845
3337
  *
2846
3338
  * Please refer to HUAWEI cloud API Explorer for details.
2847
3339
  */
2848
- batchCreateAntileakageRule(batchCreateAntileakageRuleRequest?: BatchCreateAntileakageRuleRequest): {
3340
+ batchDeleteRules(batchDeleteRulesRequest?: BatchDeleteRulesRequest): {
2849
3341
  method: string;
2850
3342
  url: string;
2851
3343
  contentType: string;
@@ -2855,11 +3347,11 @@ export declare const ParamCreater: () => {
2855
3347
  data: {};
2856
3348
  };
2857
3349
  /**
2858
- * 选中多个策略为这些策略批量添加cc规则
3350
+ * 批量修改防敏感信息泄露规则
2859
3351
  *
2860
3352
  * Please refer to HUAWEI cloud API Explorer for details.
2861
3353
  */
2862
- batchCreateCcRule(batchCreateCcRuleRequest?: BatchCreateCcRuleRequest): {
3354
+ batchUpdateAntileakageRules(batchUpdateAntileakageRulesRequest?: BatchUpdateAntileakageRulesRequest): {
2863
3355
  method: string;
2864
3356
  url: string;
2865
3357
  contentType: string;
@@ -2869,11 +3361,11 @@ export declare const ParamCreater: () => {
2869
3361
  data: {};
2870
3362
  };
2871
3363
  /**
2872
- * 选中多个策略为这些策略批量添加精准防护规则
3364
+ * 批量修改地理位置访问控制规则
2873
3365
  *
2874
3366
  * Please refer to HUAWEI cloud API Explorer for details.
2875
3367
  */
2876
- batchCreateCustomRule(batchCreateCustomRuleRequest?: BatchCreateCustomRuleRequest): {
3368
+ batchUpdateAntitamperRules(batchUpdateAntitamperRulesRequest?: BatchUpdateAntitamperRulesRequest): {
2877
3369
  method: string;
2878
3370
  url: string;
2879
3371
  contentType: string;
@@ -2883,11 +3375,11 @@ export declare const ParamCreater: () => {
2883
3375
  data: {};
2884
3376
  };
2885
3377
  /**
2886
- * 选中多个策略为这些策略批量添加地理位置访问控制规则
3378
+ * 批量修改地理位置访问控制规则
2887
3379
  *
2888
3380
  * Please refer to HUAWEI cloud API Explorer for details.
2889
3381
  */
2890
- batchCreateGeoIpRule(batchCreateGeoIpRuleRequest?: BatchCreateGeoIpRuleRequest): {
3382
+ batchUpdateCcRules(batchUpdateCcRulesRequest?: BatchUpdateCcRulesRequest): {
2891
3383
  method: string;
2892
3384
  url: string;
2893
3385
  contentType: string;
@@ -2897,11 +3389,11 @@ export declare const ParamCreater: () => {
2897
3389
  data: {};
2898
3390
  };
2899
3391
  /**
2900
- * 选中多个策略为这些策略批量添加全局白名单规则
3392
+ * 批量修改地理位置访问控制规则
2901
3393
  *
2902
3394
  * Please refer to HUAWEI cloud API Explorer for details.
2903
3395
  */
2904
- batchCreateIgnoreRule(batchCreateIgnoreRuleRequest?: BatchCreateIgnoreRuleRequest): {
3396
+ batchUpdateCustomRules(batchUpdateCustomRulesRequest?: BatchUpdateCustomRulesRequest): {
2905
3397
  method: string;
2906
3398
  url: string;
2907
3399
  contentType: string;
@@ -2911,11 +3403,11 @@ export declare const ParamCreater: () => {
2911
3403
  data: {};
2912
3404
  };
2913
3405
  /**
2914
- * 选中多个策略为这些策略批量添加威胁情报访问控制规则
3406
+ * 批量修改地理位置访问控制规则
2915
3407
  *
2916
3408
  * Please refer to HUAWEI cloud API Explorer for details.
2917
3409
  */
2918
- batchCreateIpReputationRule(batchCreateIpReputationRuleRequest?: BatchCreateIpReputationRuleRequest): {
3410
+ batchUpdateGeoipRules(batchUpdateGeoipRulesRequest?: BatchUpdateGeoipRulesRequest): {
2919
3411
  method: string;
2920
3412
  url: string;
2921
3413
  contentType: string;
@@ -2925,11 +3417,11 @@ export declare const ParamCreater: () => {
2925
3417
  data: {};
2926
3418
  };
2927
3419
  /**
2928
- * 选中多个策略为这些策略批量添加隐私屏蔽防护规则
3420
+ * 批量修改全局白名单规则
2929
3421
  *
2930
3422
  * Please refer to HUAWEI cloud API Explorer for details.
2931
3423
  */
2932
- batchCreatePrivacyRule(batchCreatePrivacyRuleRequest?: BatchCreatePrivacyRuleRequest): {
3424
+ batchUpdateIgnoreRules(batchUpdateIgnoreRulesRequest?: BatchUpdateIgnoreRulesRequest): {
2933
3425
  method: string;
2934
3426
  url: string;
2935
3427
  contentType: string;
@@ -2939,11 +3431,11 @@ export declare const ParamCreater: () => {
2939
3431
  data: {};
2940
3432
  };
2941
3433
  /**
2942
- * 选中多个策略为这些策略批量添加黑白名单防护规则
3434
+ * 批量修改地理位置访问控制规则
2943
3435
  *
2944
3436
  * Please refer to HUAWEI cloud API Explorer for details.
2945
3437
  */
2946
- batchCreateWhiteblackipRule(batchCreateWhiteblackipRuleRequest?: BatchCreateWhiteblackipRuleRequest): {
3438
+ batchUpdateIpReputationRules(batchUpdateIpReputationRulesRequest?: BatchUpdateIpReputationRulesRequest): {
2947
3439
  method: string;
2948
3440
  url: string;
2949
3441
  contentType: string;
@@ -2953,11 +3445,11 @@ export declare const ParamCreater: () => {
2953
3445
  data: {};
2954
3446
  };
2955
3447
  /**
2956
- * 批量删除告警通知
3448
+ * 批量修改全局白名单规则
2957
3449
  *
2958
3450
  * Please refer to HUAWEI cloud API Explorer for details.
2959
3451
  */
2960
- batchDeleteAlertNoticeConfig(batchDeleteAlertNoticeConfigRequest?: BatchDeleteAlertNoticeConfigRequest): {
3452
+ batchUpdatePrivacyRules(batchUpdatePrivacyRulesRequest?: BatchUpdatePrivacyRulesRequest): {
2961
3453
  method: string;
2962
3454
  url: string;
2963
3455
  contentType: string;
@@ -2967,11 +3459,11 @@ export declare const ParamCreater: () => {
2967
3459
  data: {};
2968
3460
  };
2969
3461
  /**
2970
- * 批量删除防护策略
3462
+ * 批量修改地理位置访问控制规则
2971
3463
  *
2972
3464
  * Please refer to HUAWEI cloud API Explorer for details.
2973
3465
  */
2974
- batchDeletePolicies(batchDeletePoliciesRequest?: BatchDeletePoliciesRequest): {
3466
+ batchUpdateWhiteblackipRules(batchUpdateWhiteblackipRulesRequest?: BatchUpdateWhiteblackipRulesRequest): {
2975
3467
  method: string;
2976
3468
  url: string;
2977
3469
  contentType: string;
@@ -2982,9 +3474,9 @@ export declare const ParamCreater: () => {
2982
3474
  };
2983
3475
  /**
2984
3476
  * 变更包周期云模式waf规格。注:
2985
- * - 1.变更某产品规格的前提是必须已购买该产品
2986
- * - 2.waf版本只支持升配,不支持降配;扩展包数量可以增加或者减少,但不支持数量减少为0
2987
- * - 3.不支持同时升降配,如增加域名扩展包数量,同时减少规则扩展包数量
3477
+ * - 变更某产品规格的前提是必须已购买该产品
3478
+ * - 云模式支持版本降配,扩展包支持减少数量,最少可以到0
3479
+ * - 不支持同时升降配,如增加域名扩展包数量,同时减少规则扩展包数量
2988
3480
  *
2989
3481
  * Please refer to HUAWEI cloud API Explorer for details.
2990
3482
  */
@@ -3128,6 +3620,19 @@ export declare const ParamCreater: () => {
3128
3620
  pathParams: {};
3129
3621
  headers: {};
3130
3622
  };
3623
+ /**
3624
+ * 根据Id复制防护策略
3625
+ *
3626
+ * Please refer to HUAWEI cloud API Explorer for details.
3627
+ */
3628
+ copyPolicyById(copyPolicyByIdRequest?: CopyPolicyByIdRequest): {
3629
+ method: string;
3630
+ url: string;
3631
+ contentType: string;
3632
+ queryParams: {};
3633
+ pathParams: {};
3634
+ headers: {};
3635
+ };
3131
3636
  /**
3132
3637
  * 创建独享引擎的代理
3133
3638
  *
@@ -3254,6 +3759,20 @@ export declare const ParamCreater: () => {
3254
3759
  headers: {};
3255
3760
  data: {};
3256
3761
  };
3762
+ /**
3763
+ * 下发自定义导出攻击事件的异步任务
3764
+ *
3765
+ * Please refer to HUAWEI cloud API Explorer for details.
3766
+ */
3767
+ createEventExportJob(createEventExportJobRequest?: CreateEventExportJobRequest): {
3768
+ method: string;
3769
+ url: string;
3770
+ contentType: string;
3771
+ queryParams: {};
3772
+ pathParams: {};
3773
+ headers: {};
3774
+ data: {};
3775
+ };
3257
3776
  /**
3258
3777
  * 创建地理位置控制规则
3259
3778
  *
@@ -3408,6 +3927,20 @@ export declare const ParamCreater: () => {
3408
3927
  headers: {};
3409
3928
  data: {};
3410
3929
  };
3930
+ /**
3931
+ * 创建安全报告订阅
3932
+ *
3933
+ * Please refer to HUAWEI cloud API Explorer for details.
3934
+ */
3935
+ createSecurityReportSubscription(createSecurityReportSubscriptionRequest?: CreateSecurityReportSubscriptionRequest): {
3936
+ method: string;
3937
+ url: string;
3938
+ contentType: string;
3939
+ queryParams: {};
3940
+ pathParams: {};
3941
+ headers: {};
3942
+ data: {};
3943
+ };
3411
3944
  /**
3412
3945
  * 创建引用表,引用表能够被CC攻击防护规则和精准访问防护中的规则所引用。
3413
3946
  *
@@ -3449,6 +3982,19 @@ export declare const ParamCreater: () => {
3449
3982
  pathParams: {};
3450
3983
  headers: {};
3451
3984
  };
3985
+ /**
3986
+ * 删除告警通知配置
3987
+ *
3988
+ * Please refer to HUAWEI cloud API Explorer for details.
3989
+ */
3990
+ deleteAlertNoticeConfig(deleteAlertNoticeConfigRequest?: DeleteAlertNoticeConfigRequest): {
3991
+ method: string;
3992
+ url: string;
3993
+ contentType: string;
3994
+ queryParams: {};
3995
+ pathParams: {};
3996
+ headers: {};
3997
+ };
3452
3998
  /**
3453
3999
  * 删除JS脚本反爬虫防护规则
3454
4000
  *
@@ -3605,6 +4151,19 @@ export declare const ParamCreater: () => {
3605
4151
  pathParams: {};
3606
4152
  headers: {};
3607
4153
  };
4154
+ /**
4155
+ * 删除IP情报防护规则
4156
+ *
4157
+ * Please refer to HUAWEI cloud API Explorer for details.
4158
+ */
4159
+ deleteIpReputationRule(deleteIpReputationRuleRequest?: DeleteIpReputationRuleRequest): {
4160
+ method: string;
4161
+ url: string;
4162
+ contentType: string;
4163
+ queryParams: {};
4164
+ pathParams: {};
4165
+ headers: {};
4166
+ };
3608
4167
  /**
3609
4168
  * 删除防护策略,若策略正在使用,则需要先接解除域名与策略的绑定关系才能删除策略。
3610
4169
  *
@@ -3657,6 +4216,19 @@ export declare const ParamCreater: () => {
3657
4216
  pathParams: {};
3658
4217
  headers: {};
3659
4218
  };
4219
+ /**
4220
+ * 删除安全报告订阅
4221
+ *
4222
+ * Please refer to HUAWEI cloud API Explorer for details.
4223
+ */
4224
+ deleteSecurityReportSubscription(deleteSecurityReportSubscriptionRequest?: DeleteSecurityReportSubscriptionRequest): {
4225
+ method: string;
4226
+ url: string;
4227
+ contentType: string;
4228
+ queryParams: {};
4229
+ pathParams: {};
4230
+ headers: {};
4231
+ };
3660
4232
  /**
3661
4233
  * 删除引用表
3662
4234
  *
@@ -4203,6 +4775,19 @@ export declare const ParamCreater: () => {
4203
4775
  pathParams: {};
4204
4776
  headers: {};
4205
4777
  };
4778
+ /**
4779
+ * 查询攻击源ip
4780
+ *
4781
+ * Please refer to HUAWEI cloud API Explorer for details.
4782
+ */
4783
+ listSourceIpTop5(listSourceIpTop5Request?: ListSourceIpTop5Request): {
4784
+ method: string;
4785
+ url: string;
4786
+ contentType: string;
4787
+ queryParams: {};
4788
+ pathParams: {};
4789
+ headers: {};
4790
+ };
4206
4791
  /**
4207
4792
  * 查询安全总览请求与攻击数量。
4208
4793
  *
@@ -4216,6 +4801,19 @@ export declare const ParamCreater: () => {
4216
4801
  pathParams: {};
4217
4802
  headers: {};
4218
4803
  };
4804
+ /**
4805
+ * 查询攻击事件分布类型。
4806
+ *
4807
+ * Please refer to HUAWEI cloud API Explorer for details.
4808
+ */
4809
+ listThreats(listThreatsRequest?: ListThreatsRequest): {
4810
+ method: string;
4811
+ url: string;
4812
+ contentType: string;
4813
+ queryParams: {};
4814
+ pathParams: {};
4815
+ headers: {};
4816
+ };
4219
4817
  /**
4220
4818
  * 查询业务异常TOP统计信息。
4221
4819
  *
@@ -4268,6 +4866,19 @@ export declare const ParamCreater: () => {
4268
4866
  pathParams: {};
4269
4867
  headers: {};
4270
4868
  };
4869
+ /**
4870
+ * 查询QPS。
4871
+ *
4872
+ * Please refer to HUAWEI cloud API Explorer for details.
4873
+ */
4874
+ listUrl(listUrlRequest?: ListUrlRequest): {
4875
+ method: string;
4876
+ url: string;
4877
+ contentType: string;
4878
+ queryParams: {};
4879
+ pathParams: {};
4880
+ headers: {};
4881
+ };
4271
4882
  /**
4272
4883
  * 查询引用表列表
4273
4884
  *
@@ -5047,6 +5658,20 @@ export declare const ParamCreater: () => {
5047
5658
  headers: {};
5048
5659
  data: {};
5049
5660
  };
5661
+ /**
5662
+ * 返回独享接入进度
5663
+ *
5664
+ * Please refer to HUAWEI cloud API Explorer for details.
5665
+ */
5666
+ updatePremiumInstanceProgress(updatePremiumInstanceProgressRequest?: UpdatePremiumInstanceProgressRequest): {
5667
+ method: string;
5668
+ url: string;
5669
+ contentType: string;
5670
+ queryParams: {};
5671
+ pathParams: {};
5672
+ headers: {};
5673
+ data: {};
5674
+ };
5050
5675
  /**
5051
5676
  * 更新隐私屏蔽防护规则
5052
5677
  *
@@ -5075,6 +5700,20 @@ export declare const ParamCreater: () => {
5075
5700
  headers: {};
5076
5701
  data: {};
5077
5702
  };
5703
+ /**
5704
+ * 修改安全报告的订阅
5705
+ *
5706
+ * Please refer to HUAWEI cloud API Explorer for details.
5707
+ */
5708
+ updateSecurityReportSubscription(updateSecurityReportSubscriptionRequest?: UpdateSecurityReportSubscriptionRequest): {
5709
+ method: string;
5710
+ url: string;
5711
+ contentType: string;
5712
+ queryParams: {};
5713
+ pathParams: {};
5714
+ headers: {};
5715
+ data: {};
5716
+ };
5078
5717
  /**
5079
5718
  * 修改引用表
5080
5719
  *
@@ -5103,6 +5742,19 @@ export declare const ParamCreater: () => {
5103
5742
  headers: {};
5104
5743
  data: {};
5105
5744
  };
5745
+ /**
5746
+ * 查询用户托管在云解析上的域名
5747
+ *
5748
+ * Please refer to HUAWEI cloud API Explorer for details.
5749
+ */
5750
+ confirmDnsDomain(confirmDnsDomainRequest?: ConfirmDnsDomainRequest): {
5751
+ method: string;
5752
+ url: string;
5753
+ contentType: string;
5754
+ queryParams: {};
5755
+ pathParams: {};
5756
+ headers: {};
5757
+ };
5106
5758
  /**
5107
5759
  * 快速接入,直接去修改用户的DNS记录,使域名快速接入WAF
5108
5760
  *