@huaweicloud/huaweicloud-sdk-waf 3.1.175 → 3.1.177
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.
- package/package.json +2 -2
- package/v1/WafClient.d.ts +1064 -50
- package/v1/WafClient.d.ts.map +1 -1
- package/v1/WafClient.js +3508 -1230
- package/v1/WafClient.js.map +1 -1
- package/v1/model/AlertNoticeConfig.d.ts +40 -0
- package/v1/model/AlertNoticeConfig.d.ts.map +1 -0
- package/v1/model/AlertNoticeConfig.js +91 -0
- package/v1/model/AlertNoticeConfig.js.map +1 -0
- package/v1/model/AsyncJobReqBody.d.ts +42 -0
- package/v1/model/AsyncJobReqBody.d.ts.map +1 -0
- package/v1/model/AsyncJobReqBody.js +89 -0
- package/v1/model/AsyncJobReqBody.js.map +1 -0
- package/v1/model/BacthCreateWhiteBlackIpRuleRequestBody.d.ts +28 -0
- package/v1/model/BacthCreateWhiteBlackIpRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BacthCreateWhiteBlackIpRuleRequestBody.js +66 -0
- package/v1/model/BacthCreateWhiteBlackIpRuleRequestBody.js.map +1 -0
- package/v1/model/BatchCreateAntiTamperRuleRequest.d.ts +17 -0
- package/v1/model/BatchCreateAntiTamperRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreateAntiTamperRuleRequest.js +38 -0
- package/v1/model/BatchCreateAntiTamperRuleRequest.js.map +1 -0
- package/v1/model/BatchCreateAntiTamperRuleResponse.d.ts +17 -0
- package/v1/model/BatchCreateAntiTamperRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreateAntiTamperRuleResponse.js +35 -0
- package/v1/model/BatchCreateAntiTamperRuleResponse.js.map +1 -0
- package/v1/model/BatchCreateAntiTamperRulesRequestBody.d.ts +14 -0
- package/v1/model/BatchCreateAntiTamperRulesRequestBody.d.ts.map +1 -0
- package/v1/model/BatchCreateAntiTamperRulesRequestBody.js +34 -0
- package/v1/model/BatchCreateAntiTamperRulesRequestBody.js.map +1 -0
- package/v1/model/BatchCreateAntileakageRuleRequest.d.ts +17 -0
- package/v1/model/BatchCreateAntileakageRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreateAntileakageRuleRequest.js +38 -0
- package/v1/model/BatchCreateAntileakageRuleRequest.js.map +1 -0
- package/v1/model/BatchCreateAntileakageRuleRequestBody.d.ts +27 -0
- package/v1/model/BatchCreateAntileakageRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchCreateAntileakageRuleRequestBody.js +52 -0
- package/v1/model/BatchCreateAntileakageRuleRequestBody.js.map +1 -0
- package/v1/model/BatchCreateAntileakageRuleResponse.d.ts +24 -0
- package/v1/model/BatchCreateAntileakageRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreateAntileakageRuleResponse.js +47 -0
- package/v1/model/BatchCreateAntileakageRuleResponse.js.map +1 -0
- package/v1/model/BatchCreateCcRuleRequest.d.ts +17 -0
- package/v1/model/BatchCreateCcRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreateCcRuleRequest.js +38 -0
- package/v1/model/BatchCreateCcRuleRequest.js.map +1 -0
- package/v1/model/BatchCreateCcRuleRequestBody.d.ts +70 -0
- package/v1/model/BatchCreateCcRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchCreateCcRuleRequestBody.js +150 -0
- package/v1/model/BatchCreateCcRuleRequestBody.js.map +1 -0
- package/v1/model/BatchCreateCcRuleResponse.d.ts +91 -0
- package/v1/model/BatchCreateCcRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreateCcRuleResponse.js +187 -0
- package/v1/model/BatchCreateCcRuleResponse.js.map +1 -0
- package/v1/model/BatchCreateCustomRuleRequest.d.ts +17 -0
- package/v1/model/BatchCreateCustomRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreateCustomRuleRequest.js +38 -0
- package/v1/model/BatchCreateCustomRuleRequest.js.map +1 -0
- package/v1/model/BatchCreateCustomRuleRequestBody.d.ts +26 -0
- package/v1/model/BatchCreateCustomRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchCreateCustomRuleRequestBody.js +57 -0
- package/v1/model/BatchCreateCustomRuleRequestBody.js.map +1 -0
- package/v1/model/BatchCreateCustomRuleResponse.d.ts +37 -0
- package/v1/model/BatchCreateCustomRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreateCustomRuleResponse.js +73 -0
- package/v1/model/BatchCreateCustomRuleResponse.js.map +1 -0
- package/v1/model/BatchCreateGeoIpRuleRequest.d.ts +15 -0
- package/v1/model/BatchCreateGeoIpRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreateGeoIpRuleRequest.js +34 -0
- package/v1/model/BatchCreateGeoIpRuleRequest.js.map +1 -0
- package/v1/model/BatchCreateGeoIpRuleRequestBody.d.ts +20 -0
- package/v1/model/BatchCreateGeoIpRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchCreateGeoIpRuleRequestBody.js +49 -0
- package/v1/model/BatchCreateGeoIpRuleRequestBody.js.map +1 -0
- package/v1/model/BatchCreateGeoIpRuleResponse.d.ts +25 -0
- package/v1/model/BatchCreateGeoIpRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreateGeoIpRuleResponse.js +53 -0
- package/v1/model/BatchCreateGeoIpRuleResponse.js.map +1 -0
- package/v1/model/BatchCreateIgnoreRuleRequest.d.ts +17 -0
- package/v1/model/BatchCreateIgnoreRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreateIgnoreRuleRequest.js +38 -0
- package/v1/model/BatchCreateIgnoreRuleRequest.js.map +1 -0
- package/v1/model/BatchCreateIgnoreRuleRequestBody.d.ts +22 -0
- package/v1/model/BatchCreateIgnoreRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchCreateIgnoreRuleRequestBody.js +48 -0
- package/v1/model/BatchCreateIgnoreRuleRequestBody.js.map +1 -0
- package/v1/model/BatchCreateIgnoreRuleResponse.d.ts +31 -0
- package/v1/model/BatchCreateIgnoreRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreateIgnoreRuleResponse.js +59 -0
- package/v1/model/BatchCreateIgnoreRuleResponse.js.map +1 -0
- package/v1/model/BatchCreateIpReputationRuleRequest.d.ts +17 -0
- package/v1/model/BatchCreateIpReputationRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreateIpReputationRuleRequest.js +38 -0
- package/v1/model/BatchCreateIpReputationRuleRequest.js.map +1 -0
- package/v1/model/BatchCreateIpReputationRuleRequestBody.d.ts +19 -0
- package/v1/model/BatchCreateIpReputationRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchCreateIpReputationRuleRequestBody.js +44 -0
- package/v1/model/BatchCreateIpReputationRuleRequestBody.js.map +1 -0
- package/v1/model/BatchCreateIpReputationRuleResponse.d.ts +26 -0
- package/v1/model/BatchCreateIpReputationRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreateIpReputationRuleResponse.js +51 -0
- package/v1/model/BatchCreateIpReputationRuleResponse.js.map +1 -0
- package/v1/model/BatchCreatePrivacyRuleRequest.d.ts +17 -0
- package/v1/model/BatchCreatePrivacyRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreatePrivacyRuleRequest.js +38 -0
- package/v1/model/BatchCreatePrivacyRuleRequest.js.map +1 -0
- package/v1/model/BatchCreatePrivacyRuleRequestBody.d.ts +26 -0
- package/v1/model/BatchCreatePrivacyRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchCreatePrivacyRuleRequestBody.js +50 -0
- package/v1/model/BatchCreatePrivacyRuleRequestBody.js.map +1 -0
- package/v1/model/BatchCreatePrivacyRuleResponse.d.ts +31 -0
- package/v1/model/BatchCreatePrivacyRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreatePrivacyRuleResponse.js +54 -0
- package/v1/model/BatchCreatePrivacyRuleResponse.js.map +1 -0
- package/v1/model/BatchCreateWhiteblackipRuleRequest.d.ts +17 -0
- package/v1/model/BatchCreateWhiteblackipRuleRequest.d.ts.map +1 -0
- package/v1/model/BatchCreateWhiteblackipRuleRequest.js +38 -0
- package/v1/model/BatchCreateWhiteblackipRuleRequest.js.map +1 -0
- package/v1/model/BatchCreateWhiteblackipRuleResponse.d.ts +34 -0
- package/v1/model/BatchCreateWhiteblackipRuleResponse.d.ts.map +1 -0
- package/v1/model/BatchCreateWhiteblackipRuleResponse.js +71 -0
- package/v1/model/BatchCreateWhiteblackipRuleResponse.js.map +1 -0
- package/v1/model/BatchDeleteAlertNoticeConfigBody.d.ts +9 -0
- package/v1/model/BatchDeleteAlertNoticeConfigBody.d.ts.map +1 -0
- package/v1/model/BatchDeleteAlertNoticeConfigBody.js +20 -0
- package/v1/model/BatchDeleteAlertNoticeConfigBody.js.map +1 -0
- package/v1/model/BatchDeleteAlertNoticeConfigRequest.d.ts +17 -0
- package/v1/model/BatchDeleteAlertNoticeConfigRequest.d.ts.map +1 -0
- package/v1/model/BatchDeleteAlertNoticeConfigRequest.js +40 -0
- package/v1/model/BatchDeleteAlertNoticeConfigRequest.js.map +1 -0
- package/v1/model/BatchDeleteAlertNoticeConfigResponse.d.ts +10 -0
- package/v1/model/BatchDeleteAlertNoticeConfigResponse.d.ts.map +1 -0
- package/v1/model/BatchDeleteAlertNoticeConfigResponse.js +21 -0
- package/v1/model/BatchDeleteAlertNoticeConfigResponse.js.map +1 -0
- package/v1/model/BatchDeleteCompositeHostsRequest.d.ts +15 -0
- package/v1/model/BatchDeleteCompositeHostsRequest.d.ts.map +1 -0
- package/v1/model/BatchDeleteCompositeHostsRequest.js +34 -0
- package/v1/model/BatchDeleteCompositeHostsRequest.js.map +1 -0
- package/v1/model/BatchDeleteCompositeHostsRequestBody.d.ts +12 -0
- package/v1/model/BatchDeleteCompositeHostsRequestBody.d.ts.map +1 -0
- package/v1/model/BatchDeleteCompositeHostsRequestBody.js +29 -0
- package/v1/model/BatchDeleteCompositeHostsRequestBody.js.map +1 -0
- package/v1/model/BatchDeleteCompositeHostsResponse.d.ts +9 -0
- package/v1/model/BatchDeleteCompositeHostsResponse.d.ts.map +1 -0
- package/v1/model/BatchDeleteCompositeHostsResponse.js +21 -0
- package/v1/model/BatchDeleteCompositeHostsResponse.js.map +1 -0
- package/v1/model/BatchDeleteRulesRequest.d.ts +15 -0
- package/v1/model/BatchDeleteRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchDeleteRulesRequest.js +35 -0
- package/v1/model/BatchDeleteRulesRequest.js.map +1 -0
- package/v1/model/BatchDeleteRulesResponse.d.ts +10 -0
- package/v1/model/BatchDeleteRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchDeleteRulesResponse.js +21 -0
- package/v1/model/BatchDeleteRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdateAntiTamperRulesRequestBody.d.ts +15 -0
- package/v1/model/BatchUpdateAntiTamperRulesRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdateAntiTamperRulesRequestBody.js +34 -0
- package/v1/model/BatchUpdateAntiTamperRulesRequestBody.js.map +1 -0
- package/v1/model/BatchUpdateAntileakageRuleRequestBody.d.ts +28 -0
- package/v1/model/BatchUpdateAntileakageRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdateAntileakageRuleRequestBody.js +51 -0
- package/v1/model/BatchUpdateAntileakageRuleRequestBody.js.map +1 -0
- package/v1/model/BatchUpdateAntileakageRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdateAntileakageRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdateAntileakageRulesRequest.js +24 -0
- package/v1/model/BatchUpdateAntileakageRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdateAntileakageRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdateAntileakageRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdateAntileakageRulesResponse.js +21 -0
- package/v1/model/BatchUpdateAntileakageRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdateAntitamperRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdateAntitamperRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdateAntitamperRulesRequest.js +24 -0
- package/v1/model/BatchUpdateAntitamperRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdateAntitamperRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdateAntitamperRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdateAntitamperRulesResponse.js +21 -0
- package/v1/model/BatchUpdateAntitamperRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdateCcRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdateCcRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdateCcRulesRequest.js +24 -0
- package/v1/model/BatchUpdateCcRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdateCcRulesRequestBody.d.ts +73 -0
- package/v1/model/BatchUpdateCcRulesRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdateCcRulesRequestBody.js +153 -0
- package/v1/model/BatchUpdateCcRulesRequestBody.js.map +1 -0
- package/v1/model/BatchUpdateCcRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdateCcRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdateCcRulesResponse.js +21 -0
- package/v1/model/BatchUpdateCcRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdateCustomRuleRequestBody.d.ts +39 -0
- package/v1/model/BatchUpdateCustomRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdateCustomRuleRequestBody.js +77 -0
- package/v1/model/BatchUpdateCustomRuleRequestBody.js.map +1 -0
- package/v1/model/BatchUpdateCustomRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdateCustomRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdateCustomRulesRequest.js +24 -0
- package/v1/model/BatchUpdateCustomRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdateCustomRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdateCustomRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdateCustomRulesResponse.js +21 -0
- package/v1/model/BatchUpdateCustomRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdateGeoipRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdateGeoipRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdateGeoipRulesRequest.js +24 -0
- package/v1/model/BatchUpdateGeoipRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdateGeoipRulesRequestBody.d.ts +17 -0
- package/v1/model/BatchUpdateGeoipRulesRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdateGeoipRulesRequestBody.js +35 -0
- package/v1/model/BatchUpdateGeoipRulesRequestBody.js.map +1 -0
- package/v1/model/BatchUpdateGeoipRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdateGeoipRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdateGeoipRulesResponse.js +21 -0
- package/v1/model/BatchUpdateGeoipRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdateIgnoreRuleRequestBody.d.ts +23 -0
- package/v1/model/BatchUpdateIgnoreRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdateIgnoreRuleRequestBody.js +47 -0
- package/v1/model/BatchUpdateIgnoreRuleRequestBody.js.map +1 -0
- package/v1/model/BatchUpdateIgnoreRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdateIgnoreRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdateIgnoreRulesRequest.js +24 -0
- package/v1/model/BatchUpdateIgnoreRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdateIgnoreRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdateIgnoreRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdateIgnoreRulesResponse.js +21 -0
- package/v1/model/BatchUpdateIgnoreRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdateIpReputationRuleRequestBody.d.ts +22 -0
- package/v1/model/BatchUpdateIpReputationRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdateIpReputationRuleRequestBody.js +47 -0
- package/v1/model/BatchUpdateIpReputationRuleRequestBody.js.map +1 -0
- package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.d.ts +6 -0
- package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.d.ts.map +1 -0
- package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.js +13 -0
- package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.js.map +1 -0
- package/v1/model/BatchUpdateIpReputationRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdateIpReputationRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdateIpReputationRulesRequest.js +24 -0
- package/v1/model/BatchUpdateIpReputationRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdateIpReputationRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdateIpReputationRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdateIpReputationRulesResponse.js +21 -0
- package/v1/model/BatchUpdateIpReputationRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdatePrivacyRuleRequestBody.d.ts +27 -0
- package/v1/model/BatchUpdatePrivacyRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdatePrivacyRuleRequestBody.js +49 -0
- package/v1/model/BatchUpdatePrivacyRuleRequestBody.js.map +1 -0
- package/v1/model/BatchUpdatePrivacyRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdatePrivacyRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdatePrivacyRulesRequest.js +24 -0
- package/v1/model/BatchUpdatePrivacyRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdatePrivacyRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdatePrivacyRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdatePrivacyRulesResponse.js +21 -0
- package/v1/model/BatchUpdatePrivacyRulesResponse.js.map +1 -0
- package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.d.ts +29 -0
- package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.d.ts.map +1 -0
- package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.js +65 -0
- package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.js.map +1 -0
- package/v1/model/BatchUpdateWhiteblackipRulesRequest.d.ts +11 -0
- package/v1/model/BatchUpdateWhiteblackipRulesRequest.d.ts.map +1 -0
- package/v1/model/BatchUpdateWhiteblackipRulesRequest.js +24 -0
- package/v1/model/BatchUpdateWhiteblackipRulesRequest.js.map +1 -0
- package/v1/model/BatchUpdateWhiteblackipRulesResponse.d.ts +10 -0
- package/v1/model/BatchUpdateWhiteblackipRulesResponse.d.ts.map +1 -0
- package/v1/model/BatchUpdateWhiteblackipRulesResponse.js +21 -0
- package/v1/model/BatchUpdateWhiteblackipRulesResponse.js.map +1 -0
- package/v1/model/ConfirmDnsDomainRequest.d.ts +12 -0
- package/v1/model/ConfirmDnsDomainRequest.d.ts.map +1 -0
- package/v1/model/ConfirmDnsDomainRequest.js +30 -0
- package/v1/model/ConfirmDnsDomainRequest.js.map +1 -0
- package/v1/model/ConfirmDnsDomainResponse.d.ts +12 -0
- package/v1/model/ConfirmDnsDomainResponse.d.ts.map +1 -0
- package/v1/model/ConfirmDnsDomainResponse.js +25 -0
- package/v1/model/ConfirmDnsDomainResponse.js.map +1 -0
- package/v1/model/CopyPolicyByIdRequest.d.ts +20 -0
- package/v1/model/CopyPolicyByIdRequest.d.ts.map +1 -0
- package/v1/model/CopyPolicyByIdRequest.js +52 -0
- package/v1/model/CopyPolicyByIdRequest.js.map +1 -0
- package/v1/model/CopyPolicyByIdResponse.d.ts +51 -0
- package/v1/model/CopyPolicyByIdResponse.d.ts.map +1 -0
- package/v1/model/CopyPolicyByIdResponse.js +83 -0
- package/v1/model/CopyPolicyByIdResponse.js.map +1 -0
- package/v1/model/CreateAgencyRequest.d.ts +11 -0
- package/v1/model/CreateAgencyRequest.d.ts.map +1 -0
- package/v1/model/CreateAgencyRequest.js +24 -0
- package/v1/model/CreateAgencyRequest.js.map +1 -0
- package/v1/model/CreateAgencyResponse.d.ts +21 -0
- package/v1/model/CreateAgencyResponse.d.ts.map +1 -0
- package/v1/model/CreateAgencyResponse.js +47 -0
- package/v1/model/CreateAgencyResponse.js.map +1 -0
- package/v1/model/CreateAlertNoticeConfigBody.d.ts +42 -0
- package/v1/model/CreateAlertNoticeConfigBody.d.ts.map +1 -0
- package/v1/model/CreateAlertNoticeConfigBody.js +104 -0
- package/v1/model/CreateAlertNoticeConfigBody.js.map +1 -0
- package/v1/model/CreateAlertNoticeConfigRequest.d.ts +17 -0
- package/v1/model/CreateAlertNoticeConfigRequest.d.ts.map +1 -0
- package/v1/model/CreateAlertNoticeConfigRequest.js +40 -0
- package/v1/model/CreateAlertNoticeConfigRequest.js.map +1 -0
- package/v1/model/CreateAlertNoticeConfigResponse.d.ts +47 -0
- package/v1/model/CreateAlertNoticeConfigResponse.d.ts.map +1 -0
- package/v1/model/CreateAlertNoticeConfigResponse.js +109 -0
- package/v1/model/CreateAlertNoticeConfigResponse.js.map +1 -0
- package/v1/model/CreateCertificateRequest.d.ts +4 -0
- package/v1/model/CreateCertificateRequest.d.ts.map +1 -1
- package/v1/model/CreateCertificateRequest.js +10 -0
- package/v1/model/CreateCertificateRequest.js.map +1 -1
- package/v1/model/CreateEventExportJobRequest.d.ts +11 -0
- package/v1/model/CreateEventExportJobRequest.d.ts.map +1 -0
- package/v1/model/CreateEventExportJobRequest.js +24 -0
- package/v1/model/CreateEventExportJobRequest.js.map +1 -0
- package/v1/model/CreateEventExportJobResponse.d.ts +13 -0
- package/v1/model/CreateEventExportJobResponse.d.ts.map +1 -0
- package/v1/model/CreateEventExportJobResponse.js +29 -0
- package/v1/model/CreateEventExportJobResponse.js.map +1 -0
- package/v1/model/CreateQuickAccessDomainRequest.d.ts +16 -0
- package/v1/model/CreateQuickAccessDomainRequest.d.ts.map +1 -0
- package/v1/model/CreateQuickAccessDomainRequest.js +40 -0
- package/v1/model/CreateQuickAccessDomainRequest.js.map +1 -0
- package/v1/model/CreateQuickAccessDomainResponse.d.ts +13 -0
- package/v1/model/CreateQuickAccessDomainResponse.d.ts.map +1 -0
- package/v1/model/CreateQuickAccessDomainResponse.js +29 -0
- package/v1/model/CreateQuickAccessDomainResponse.js.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionRequest.d.ts +11 -0
- package/v1/model/CreateSecurityReportSubscriptionRequest.d.ts.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionRequest.js +24 -0
- package/v1/model/CreateSecurityReportSubscriptionRequest.js.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBody.d.ts +38 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBody.d.ts.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBody.js +89 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBody.js.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.d.ts +52 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.d.ts.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.js +129 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.js.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.d.ts +12 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.d.ts.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.js +29 -0
- package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.js.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionResponse.d.ts +47 -0
- package/v1/model/CreateSecurityReportSubscriptionResponse.d.ts.map +1 -0
- package/v1/model/CreateSecurityReportSubscriptionResponse.js +111 -0
- package/v1/model/CreateSecurityReportSubscriptionResponse.js.map +1 -0
- package/v1/model/DeleteAgencyRequest.d.ts +14 -0
- package/v1/model/DeleteAgencyRequest.d.ts.map +1 -0
- package/v1/model/DeleteAgencyRequest.js +34 -0
- package/v1/model/DeleteAgencyRequest.js.map +1 -0
- package/v1/model/DeleteAgencyResponse.d.ts +21 -0
- package/v1/model/DeleteAgencyResponse.d.ts.map +1 -0
- package/v1/model/DeleteAgencyResponse.js +47 -0
- package/v1/model/DeleteAgencyResponse.js.map +1 -0
- package/v1/model/DeleteAlertNoticeConfigBody.d.ts +6 -0
- package/v1/model/DeleteAlertNoticeConfigBody.d.ts.map +1 -0
- package/v1/model/DeleteAlertNoticeConfigBody.js +13 -0
- package/v1/model/DeleteAlertNoticeConfigBody.js.map +1 -0
- package/v1/model/DeleteIpReputationRuleRequest.d.ts +20 -0
- package/v1/model/DeleteIpReputationRuleRequest.d.ts.map +1 -0
- package/v1/model/DeleteIpReputationRuleRequest.js +52 -0
- package/v1/model/DeleteIpReputationRuleRequest.js.map +1 -0
- package/v1/model/DeleteIpReputationRuleResponse.d.ts +24 -0
- package/v1/model/DeleteIpReputationRuleResponse.d.ts.map +1 -0
- package/v1/model/DeleteIpReputationRuleResponse.js +47 -0
- package/v1/model/DeleteIpReputationRuleResponse.js.map +1 -0
- package/v1/model/DeleteIpReputationRuleResponseBodyAction.d.ts +6 -0
- package/v1/model/DeleteIpReputationRuleResponseBodyAction.d.ts.map +1 -0
- package/v1/model/DeleteIpReputationRuleResponseBodyAction.js +13 -0
- package/v1/model/DeleteIpReputationRuleResponseBodyAction.js.map +1 -0
- package/v1/model/DeleteSecurityReportSubscriptionRequest.d.ts +12 -0
- package/v1/model/DeleteSecurityReportSubscriptionRequest.d.ts.map +1 -0
- package/v1/model/DeleteSecurityReportSubscriptionRequest.js +31 -0
- package/v1/model/DeleteSecurityReportSubscriptionRequest.js.map +1 -0
- package/v1/model/DeleteSecurityReportSubscriptionResponse.d.ts +47 -0
- package/v1/model/DeleteSecurityReportSubscriptionResponse.d.ts.map +1 -0
- package/v1/model/DeleteSecurityReportSubscriptionResponse.js +111 -0
- package/v1/model/DeleteSecurityReportSubscriptionResponse.js.map +1 -0
- package/v1/model/DnsDomain.d.ts +15 -0
- package/v1/model/DnsDomain.d.ts.map +1 -0
- package/v1/model/DnsDomain.js +31 -0
- package/v1/model/DnsDomain.js.map +1 -0
- package/v1/model/ListCcRulesRequest.d.ts +10 -0
- package/v1/model/ListCcRulesRequest.d.ts.map +1 -1
- package/v1/model/ListCcRulesRequest.js +22 -0
- package/v1/model/ListCcRulesRequest.js.map +1 -1
- package/v1/model/PolicyRuleIdRequestBody.d.ts +9 -0
- package/v1/model/PolicyRuleIdRequestBody.d.ts.map +1 -0
- package/v1/model/PolicyRuleIdRequestBody.js +19 -0
- package/v1/model/PolicyRuleIdRequestBody.js.map +1 -0
- package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.d.ts +12 -0
- package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.d.ts.map +1 -0
- package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.js +29 -0
- package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.js.map +1 -0
- package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.d.ts +12 -0
- package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.d.ts.map +1 -0
- package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.js +29 -0
- package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.js.map +1 -0
- package/v1/model/PremiumWafAgencyRequest.d.ts +8 -0
- package/v1/model/PremiumWafAgencyRequest.d.ts.map +1 -0
- package/v1/model/PremiumWafAgencyRequest.js +19 -0
- package/v1/model/PremiumWafAgencyRequest.js.map +1 -0
- package/v1/model/ResourceResponse.d.ts +6 -0
- package/v1/model/ResourceResponse.d.ts.map +1 -1
- package/v1/model/ResourceResponse.js +12 -0
- package/v1/model/ResourceResponse.js.map +1 -1
- package/v1/model/Server.d.ts +8 -0
- package/v1/model/Server.d.ts.map +1 -0
- package/v1/model/Server.js +17 -0
- package/v1/model/Server.js.map +1 -0
- package/v1/model/UpdateIpReputationRuleRequest.d.ts +23 -0
- package/v1/model/UpdateIpReputationRuleRequest.d.ts.map +1 -0
- package/v1/model/UpdateIpReputationRuleRequest.js +56 -0
- package/v1/model/UpdateIpReputationRuleRequest.js.map +1 -0
- package/v1/model/UpdateIpReputationRuleRequestBody.d.ts +17 -0
- package/v1/model/UpdateIpReputationRuleRequestBody.d.ts.map +1 -0
- package/v1/model/UpdateIpReputationRuleRequestBody.js +37 -0
- package/v1/model/UpdateIpReputationRuleRequestBody.js.map +1 -0
- package/v1/model/UpdateIpReputationRuleResponse.d.ts +28 -0
- package/v1/model/UpdateIpReputationRuleResponse.d.ts.map +1 -0
- package/v1/model/UpdateIpReputationRuleResponse.js +55 -0
- package/v1/model/UpdateIpReputationRuleResponse.js.map +1 -0
- package/v1/model/UpdatePremiumInstanceProgressRequest.d.ts +15 -0
- package/v1/model/UpdatePremiumInstanceProgressRequest.d.ts.map +1 -0
- package/v1/model/UpdatePremiumInstanceProgressRequest.js +35 -0
- package/v1/model/UpdatePremiumInstanceProgressRequest.js.map +1 -0
- package/v1/model/UpdatePremiumInstanceProgressResponse.d.ts +9 -0
- package/v1/model/UpdatePremiumInstanceProgressResponse.d.ts.map +1 -0
- package/v1/model/UpdatePremiumInstanceProgressResponse.js +19 -0
- package/v1/model/UpdatePremiumInstanceProgressResponse.js.map +1 -0
- package/v1/model/UpdatePremiumInstanceRequest.d.ts +11 -0
- package/v1/model/UpdatePremiumInstanceRequest.d.ts.map +1 -0
- package/v1/model/UpdatePremiumInstanceRequest.js +24 -0
- package/v1/model/UpdatePremiumInstanceRequest.js.map +1 -0
- package/v1/model/UpdatePremiumInstanceRequestBody.d.ts +8 -0
- package/v1/model/UpdatePremiumInstanceRequestBody.d.ts.map +1 -0
- package/v1/model/UpdatePremiumInstanceRequestBody.js +18 -0
- package/v1/model/UpdatePremiumInstanceRequestBody.js.map +1 -0
- package/v1/model/UpdatePremiumInstanceResponse.d.ts +82 -0
- package/v1/model/UpdatePremiumInstanceResponse.d.ts.map +1 -0
- package/v1/model/UpdatePremiumInstanceResponse.js +187 -0
- package/v1/model/UpdatePremiumInstanceResponse.js.map +1 -0
- package/v1/model/UpdateSecurityReportSubscriptionRequest.d.ts +15 -0
- package/v1/model/UpdateSecurityReportSubscriptionRequest.d.ts.map +1 -0
- package/v1/model/UpdateSecurityReportSubscriptionRequest.js +35 -0
- package/v1/model/UpdateSecurityReportSubscriptionRequest.js.map +1 -0
- package/v1/model/UpdateSecurityReportSubscriptionRequestBody.d.ts +46 -0
- package/v1/model/UpdateSecurityReportSubscriptionRequestBody.d.ts.map +1 -0
- package/v1/model/UpdateSecurityReportSubscriptionRequestBody.js +114 -0
- package/v1/model/UpdateSecurityReportSubscriptionRequestBody.js.map +1 -0
- package/v1/model/UpdateSecurityReportSubscriptionResponse.d.ts +47 -0
- package/v1/model/UpdateSecurityReportSubscriptionResponse.d.ts.map +1 -0
- package/v1/model/UpdateSecurityReportSubscriptionResponse.js +111 -0
- package/v1/model/UpdateSecurityReportSubscriptionResponse.js.map +1 -0
- package/v1/public-api.d.ts +108 -0
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +108 -0
- package/v1/public-api.js.map +1 -1
package/v1/WafClient.d.ts
CHANGED
|
@@ -2,8 +2,50 @@ import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
|
|
|
2
2
|
import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
|
|
3
3
|
import { ApplyCertificateToHostRequest } from './model/ApplyCertificateToHostRequest';
|
|
4
4
|
import { ApplyCertificateToHostResponse } from './model/ApplyCertificateToHostResponse';
|
|
5
|
+
import { BatchCreateAntiTamperRuleRequest } from './model/BatchCreateAntiTamperRuleRequest';
|
|
6
|
+
import { BatchCreateAntiTamperRuleResponse } from './model/BatchCreateAntiTamperRuleResponse';
|
|
7
|
+
import { BatchCreateAntileakageRuleRequest } from './model/BatchCreateAntileakageRuleRequest';
|
|
8
|
+
import { BatchCreateAntileakageRuleResponse } from './model/BatchCreateAntileakageRuleResponse';
|
|
9
|
+
import { BatchCreateCcRuleRequest } from './model/BatchCreateCcRuleRequest';
|
|
10
|
+
import { BatchCreateCcRuleResponse } from './model/BatchCreateCcRuleResponse';
|
|
11
|
+
import { BatchCreateCustomRuleRequest } from './model/BatchCreateCustomRuleRequest';
|
|
12
|
+
import { BatchCreateCustomRuleResponse } from './model/BatchCreateCustomRuleResponse';
|
|
13
|
+
import { BatchCreateGeoIpRuleRequest } from './model/BatchCreateGeoIpRuleRequest';
|
|
14
|
+
import { BatchCreateGeoIpRuleResponse } from './model/BatchCreateGeoIpRuleResponse';
|
|
15
|
+
import { BatchCreateIgnoreRuleRequest } from './model/BatchCreateIgnoreRuleRequest';
|
|
16
|
+
import { BatchCreateIgnoreRuleResponse } from './model/BatchCreateIgnoreRuleResponse';
|
|
17
|
+
import { BatchCreateIpReputationRuleRequest } from './model/BatchCreateIpReputationRuleRequest';
|
|
18
|
+
import { BatchCreateIpReputationRuleResponse } from './model/BatchCreateIpReputationRuleResponse';
|
|
19
|
+
import { BatchCreatePrivacyRuleRequest } from './model/BatchCreatePrivacyRuleRequest';
|
|
20
|
+
import { BatchCreatePrivacyRuleResponse } from './model/BatchCreatePrivacyRuleResponse';
|
|
21
|
+
import { BatchCreateWhiteblackipRuleRequest } from './model/BatchCreateWhiteblackipRuleRequest';
|
|
22
|
+
import { BatchCreateWhiteblackipRuleResponse } from './model/BatchCreateWhiteblackipRuleResponse';
|
|
23
|
+
import { BatchDeleteAlertNoticeConfigRequest } from './model/BatchDeleteAlertNoticeConfigRequest';
|
|
24
|
+
import { BatchDeleteAlertNoticeConfigResponse } from './model/BatchDeleteAlertNoticeConfigResponse';
|
|
25
|
+
import { BatchDeleteCompositeHostsRequest } from './model/BatchDeleteCompositeHostsRequest';
|
|
26
|
+
import { BatchDeleteCompositeHostsResponse } from './model/BatchDeleteCompositeHostsResponse';
|
|
5
27
|
import { BatchDeletePoliciesRequest } from './model/BatchDeletePoliciesRequest';
|
|
6
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';
|
|
7
49
|
import { ChangePrepaidCloudWafRequest } from './model/ChangePrepaidCloudWafRequest';
|
|
8
50
|
import { ChangePrepaidCloudWafResponse } from './model/ChangePrepaidCloudWafResponse';
|
|
9
51
|
import { CheckAgencyRequest } from './model/CheckAgencyRequest';
|
|
@@ -12,6 +54,8 @@ import { ConfirmApplicationTypesRequest } from './model/ConfirmApplicationTypesR
|
|
|
12
54
|
import { ConfirmApplicationTypesResponse } from './model/ConfirmApplicationTypesResponse';
|
|
13
55
|
import { ConfirmAsyncJobRequest } from './model/ConfirmAsyncJobRequest';
|
|
14
56
|
import { ConfirmAsyncJobResponse } from './model/ConfirmAsyncJobResponse';
|
|
57
|
+
import { ConfirmDnsDomainRequest } from './model/ConfirmDnsDomainRequest';
|
|
58
|
+
import { ConfirmDnsDomainResponse } from './model/ConfirmDnsDomainResponse';
|
|
15
59
|
import { ConfirmIpReputationRuleRequest } from './model/ConfirmIpReputationRuleRequest';
|
|
16
60
|
import { ConfirmIpReputationRuleResponse } from './model/ConfirmIpReputationRuleResponse';
|
|
17
61
|
import { ConfirmPolicyAntileakageMapRequest } from './model/ConfirmPolicyAntileakageMapRequest';
|
|
@@ -26,6 +70,12 @@ import { ConfirmTmsResourceInstancesRequest } from './model/ConfirmTmsResourceIn
|
|
|
26
70
|
import { ConfirmTmsResourceInstancesResponse } from './model/ConfirmTmsResourceInstancesResponse';
|
|
27
71
|
import { ConfirmUserBundleRequest } from './model/ConfirmUserBundleRequest';
|
|
28
72
|
import { ConfirmUserBundleResponse } from './model/ConfirmUserBundleResponse';
|
|
73
|
+
import { CopyPolicyByIdRequest } from './model/CopyPolicyByIdRequest';
|
|
74
|
+
import { CopyPolicyByIdResponse } from './model/CopyPolicyByIdResponse';
|
|
75
|
+
import { CreateAgencyRequest } from './model/CreateAgencyRequest';
|
|
76
|
+
import { CreateAgencyResponse } from './model/CreateAgencyResponse';
|
|
77
|
+
import { CreateAlertNoticeConfigRequest } from './model/CreateAlertNoticeConfigRequest';
|
|
78
|
+
import { CreateAlertNoticeConfigResponse } from './model/CreateAlertNoticeConfigResponse';
|
|
29
79
|
import { CreateAntiTamperRuleRequest } from './model/CreateAntiTamperRuleRequest';
|
|
30
80
|
import { CreateAntiTamperRuleResponse } from './model/CreateAntiTamperRuleResponse';
|
|
31
81
|
import { CreateAnticrawlerRuleRequest } from './model/CreateAnticrawlerRuleRequest';
|
|
@@ -40,6 +90,8 @@ import { CreateCloudWafPostPaidResourceRequest } from './model/CreateCloudWafPos
|
|
|
40
90
|
import { CreateCloudWafPostPaidResourceResponse } from './model/CreateCloudWafPostPaidResourceResponse';
|
|
41
91
|
import { CreateCustomRuleRequest } from './model/CreateCustomRuleRequest';
|
|
42
92
|
import { CreateCustomRuleResponse } from './model/CreateCustomRuleResponse';
|
|
93
|
+
import { CreateEventExportJobRequest } from './model/CreateEventExportJobRequest';
|
|
94
|
+
import { CreateEventExportJobResponse } from './model/CreateEventExportJobResponse';
|
|
43
95
|
import { CreateGeoipRuleRequest } from './model/CreateGeoipRuleRequest';
|
|
44
96
|
import { CreateGeoipRuleResponse } from './model/CreateGeoipRuleResponse';
|
|
45
97
|
import { CreateHostRequest } from './model/CreateHostRequest';
|
|
@@ -62,10 +114,16 @@ import { CreatePrivacyRuleRequest } from './model/CreatePrivacyRuleRequest';
|
|
|
62
114
|
import { CreatePrivacyRuleResponse } from './model/CreatePrivacyRuleResponse';
|
|
63
115
|
import { CreatePunishmentRuleRequest } from './model/CreatePunishmentRuleRequest';
|
|
64
116
|
import { CreatePunishmentRuleResponse } from './model/CreatePunishmentRuleResponse';
|
|
117
|
+
import { CreateQuickAccessDomainRequest } from './model/CreateQuickAccessDomainRequest';
|
|
118
|
+
import { CreateQuickAccessDomainResponse } from './model/CreateQuickAccessDomainResponse';
|
|
119
|
+
import { CreateSecurityReportSubscriptionRequest } from './model/CreateSecurityReportSubscriptionRequest';
|
|
120
|
+
import { CreateSecurityReportSubscriptionResponse } from './model/CreateSecurityReportSubscriptionResponse';
|
|
65
121
|
import { CreateValueListRequest } from './model/CreateValueListRequest';
|
|
66
122
|
import { CreateValueListResponse } from './model/CreateValueListResponse';
|
|
67
123
|
import { CreateWhiteblackipRuleRequest } from './model/CreateWhiteblackipRuleRequest';
|
|
68
124
|
import { CreateWhiteblackipRuleResponse } from './model/CreateWhiteblackipRuleResponse';
|
|
125
|
+
import { DeleteAgencyRequest } from './model/DeleteAgencyRequest';
|
|
126
|
+
import { DeleteAgencyResponse } from './model/DeleteAgencyResponse';
|
|
69
127
|
import { DeleteAnticrawlerRuleRequest } from './model/DeleteAnticrawlerRuleRequest';
|
|
70
128
|
import { DeleteAnticrawlerRuleResponse } from './model/DeleteAnticrawlerRuleResponse';
|
|
71
129
|
import { DeleteAntileakageRuleRequest } from './model/DeleteAntileakageRuleRequest';
|
|
@@ -90,6 +148,8 @@ import { DeleteInstanceRequest } from './model/DeleteInstanceRequest';
|
|
|
90
148
|
import { DeleteInstanceResponse } from './model/DeleteInstanceResponse';
|
|
91
149
|
import { DeleteIpGroupRequest } from './model/DeleteIpGroupRequest';
|
|
92
150
|
import { DeleteIpGroupResponse } from './model/DeleteIpGroupResponse';
|
|
151
|
+
import { DeleteIpReputationRuleRequest } from './model/DeleteIpReputationRuleRequest';
|
|
152
|
+
import { DeleteIpReputationRuleResponse } from './model/DeleteIpReputationRuleResponse';
|
|
93
153
|
import { DeletePolicyRequest } from './model/DeletePolicyRequest';
|
|
94
154
|
import { DeletePolicyResponse } from './model/DeletePolicyResponse';
|
|
95
155
|
import { DeletePremiumHostRequest } from './model/DeletePremiumHostRequest';
|
|
@@ -98,6 +158,8 @@ import { DeletePrivacyRuleRequest } from './model/DeletePrivacyRuleRequest';
|
|
|
98
158
|
import { DeletePrivacyRuleResponse } from './model/DeletePrivacyRuleResponse';
|
|
99
159
|
import { DeletePunishmentRuleRequest } from './model/DeletePunishmentRuleRequest';
|
|
100
160
|
import { DeletePunishmentRuleResponse } from './model/DeletePunishmentRuleResponse';
|
|
161
|
+
import { DeleteSecurityReportSubscriptionRequest } from './model/DeleteSecurityReportSubscriptionRequest';
|
|
162
|
+
import { DeleteSecurityReportSubscriptionResponse } from './model/DeleteSecurityReportSubscriptionResponse';
|
|
101
163
|
import { DeleteValueListRequest } from './model/DeleteValueListRequest';
|
|
102
164
|
import { DeleteValueListResponse } from './model/DeleteValueListResponse';
|
|
103
165
|
import { DeleteWhiteBlackIpRuleRequest } from './model/DeleteWhiteBlackIpRuleRequest';
|
|
@@ -292,6 +354,8 @@ import { UpdateInstanceRouteRequest } from './model/UpdateInstanceRouteRequest';
|
|
|
292
354
|
import { UpdateInstanceRouteResponse } from './model/UpdateInstanceRouteResponse';
|
|
293
355
|
import { UpdateIpGroupRequest } from './model/UpdateIpGroupRequest';
|
|
294
356
|
import { UpdateIpGroupResponse } from './model/UpdateIpGroupResponse';
|
|
357
|
+
import { UpdateIpReputationRuleRequest } from './model/UpdateIpReputationRuleRequest';
|
|
358
|
+
import { UpdateIpReputationRuleResponse } from './model/UpdateIpReputationRuleResponse';
|
|
295
359
|
import { UpdateLtsInfoConfigRequest } from './model/UpdateLtsInfoConfigRequest';
|
|
296
360
|
import { UpdateLtsInfoConfigResponse } from './model/UpdateLtsInfoConfigResponse';
|
|
297
361
|
import { UpdatePolicyProtectHostRequest } from './model/UpdatePolicyProtectHostRequest';
|
|
@@ -306,10 +370,16 @@ import { UpdatePremiumHostProtectStatusRequest } from './model/UpdatePremiumHost
|
|
|
306
370
|
import { UpdatePremiumHostProtectStatusResponse } from './model/UpdatePremiumHostProtectStatusResponse';
|
|
307
371
|
import { UpdatePremiumHostRequest } from './model/UpdatePremiumHostRequest';
|
|
308
372
|
import { UpdatePremiumHostResponse } from './model/UpdatePremiumHostResponse';
|
|
373
|
+
import { UpdatePremiumInstanceProgressRequest } from './model/UpdatePremiumInstanceProgressRequest';
|
|
374
|
+
import { UpdatePremiumInstanceProgressResponse } from './model/UpdatePremiumInstanceProgressResponse';
|
|
375
|
+
import { UpdatePremiumInstanceRequest } from './model/UpdatePremiumInstanceRequest';
|
|
376
|
+
import { UpdatePremiumInstanceResponse } from './model/UpdatePremiumInstanceResponse';
|
|
309
377
|
import { UpdatePrivacyRuleRequest } from './model/UpdatePrivacyRuleRequest';
|
|
310
378
|
import { UpdatePrivacyRuleResponse } from './model/UpdatePrivacyRuleResponse';
|
|
311
379
|
import { UpdatePunishmentRuleRequest } from './model/UpdatePunishmentRuleRequest';
|
|
312
380
|
import { UpdatePunishmentRuleResponse } from './model/UpdatePunishmentRuleResponse';
|
|
381
|
+
import { UpdateSecurityReportSubscriptionRequest } from './model/UpdateSecurityReportSubscriptionRequest';
|
|
382
|
+
import { UpdateSecurityReportSubscriptionResponse } from './model/UpdateSecurityReportSubscriptionResponse';
|
|
313
383
|
import { UpdateValueListRequest } from './model/UpdateValueListRequest';
|
|
314
384
|
import { UpdateValueListResponse } from './model/UpdateValueListResponse';
|
|
315
385
|
import { UpdateWhiteblackipRuleRequest } from './model/UpdateWhiteblackipRuleRequest';
|
|
@@ -333,6 +403,158 @@ export declare class WafClient {
|
|
|
333
403
|
* @throws {RequiredError}
|
|
334
404
|
*/
|
|
335
405
|
applyCertificateToHost(applyCertificateToHostRequest?: ApplyCertificateToHostRequest): Promise<ApplyCertificateToHostResponse>;
|
|
406
|
+
/**
|
|
407
|
+
* 选中多个策略为这些策略批量添加网页防篡改规则
|
|
408
|
+
*
|
|
409
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
410
|
+
*
|
|
411
|
+
* @summary 选中多个策略批量添加网页防篡改规则
|
|
412
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
413
|
+
* @param {BatchCreateAntiTamperRulesRequestBody} bacthCreateWhiteblackipRuleRequestBody 批量创建地理位置访问控制规则
|
|
414
|
+
* @param {string} [policyids] **参数解释:** 域名id。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
415
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
416
|
+
* @param {*} [options] Override http request option.
|
|
417
|
+
* @throws {RequiredError}
|
|
418
|
+
*/
|
|
419
|
+
batchCreateAntiTamperRule(batchCreateAntiTamperRuleRequest?: BatchCreateAntiTamperRuleRequest): Promise<BatchCreateAntiTamperRuleResponse>;
|
|
420
|
+
/**
|
|
421
|
+
* 选中多个策略为这些策略批量添加防敏感信息泄漏规则
|
|
422
|
+
*
|
|
423
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
424
|
+
*
|
|
425
|
+
* @summary 选中多个策略批量添加防敏感信息泄漏规则
|
|
426
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
427
|
+
* @param {BatchCreateAntileakageRuleRequestBody} bacthCreateWhiteblackipRuleRequestBody 批量创建防敏感信息泄漏防护规则
|
|
428
|
+
* @param {string} [policyids] **参数解释:** 域名id。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
429
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
430
|
+
* @param {*} [options] Override http request option.
|
|
431
|
+
* @throws {RequiredError}
|
|
432
|
+
*/
|
|
433
|
+
batchCreateAntileakageRule(batchCreateAntileakageRuleRequest?: BatchCreateAntileakageRuleRequest): Promise<BatchCreateAntileakageRuleResponse>;
|
|
434
|
+
/**
|
|
435
|
+
* 选中多个策略为这些策略批量添加cc规则
|
|
436
|
+
*
|
|
437
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
438
|
+
*
|
|
439
|
+
* @summary 选中多个策略为批量添加cc规则
|
|
440
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
441
|
+
* @param {BatchCreateCcRuleRequestBody} bacthCreateCcRuleRequestBody 批量创建cc规则
|
|
442
|
+
* @param {string} [policyids] **参数解释:** 策略id列表。策略id从\"查询防护策略列表\"(ListPolicy)接口获取,多个策略之间用“,”隔开 **约束限制:** 不涉及 **取值范围:** 策略id只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
443
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
444
|
+
* @param {*} [options] Override http request option.
|
|
445
|
+
* @throws {RequiredError}
|
|
446
|
+
*/
|
|
447
|
+
batchCreateCcRule(batchCreateCcRuleRequest?: BatchCreateCcRuleRequest): Promise<BatchCreateCcRuleResponse>;
|
|
448
|
+
/**
|
|
449
|
+
* 选中多个策略为这些策略批量添加精准防护规则
|
|
450
|
+
*
|
|
451
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
452
|
+
*
|
|
453
|
+
* @summary 选中多个策略批量添加精准防护规则
|
|
454
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
455
|
+
* @param {BatchCreateCustomRuleRequestBody} bacthCreateCustomRuleRequestBody 批量创建精准防护规则
|
|
456
|
+
* @param {string} [policyids] **参数解释:** 策略id列表。策略id从\"查询防护策略列表\"(ListPolicy)接口获取,多个策略之间用“,”隔开 **约束限制:** 不涉及 **取值范围:** 策略id只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
457
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
458
|
+
* @param {*} [options] Override http request option.
|
|
459
|
+
* @throws {RequiredError}
|
|
460
|
+
*/
|
|
461
|
+
batchCreateCustomRule(batchCreateCustomRuleRequest?: BatchCreateCustomRuleRequest): Promise<BatchCreateCustomRuleResponse>;
|
|
462
|
+
/**
|
|
463
|
+
* 选中多个策略为这些策略批量添加地理位置访问控制规则
|
|
464
|
+
*
|
|
465
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
466
|
+
*
|
|
467
|
+
* @summary 选中多个策略批量添加地理位置访问控制规则
|
|
468
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
469
|
+
* @param {BatchCreateGeoIpRuleRequestBody} batchCreateGeoIpRuleRequestBody 批量创建地理位置访问控制规则
|
|
470
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
471
|
+
* @param {*} [options] Override http request option.
|
|
472
|
+
* @throws {RequiredError}
|
|
473
|
+
*/
|
|
474
|
+
batchCreateGeoIpRule(batchCreateGeoIpRuleRequest?: BatchCreateGeoIpRuleRequest): Promise<BatchCreateGeoIpRuleResponse>;
|
|
475
|
+
/**
|
|
476
|
+
* 选中多个策略为这些策略批量添加全局白名单规则
|
|
477
|
+
*
|
|
478
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
479
|
+
*
|
|
480
|
+
* @summary 选中多个策略批量添加全局白名单规则
|
|
481
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
482
|
+
* @param {BatchCreateIgnoreRuleRequestBody} batchCreateIgnoreRuleRequestBody 批量创建全局白名单防护规则
|
|
483
|
+
* @param {string} [policyids] **参数解释:** 域名id。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
484
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
485
|
+
* @param {*} [options] Override http request option.
|
|
486
|
+
* @throws {RequiredError}
|
|
487
|
+
*/
|
|
488
|
+
batchCreateIgnoreRule(batchCreateIgnoreRuleRequest?: BatchCreateIgnoreRuleRequest): Promise<BatchCreateIgnoreRuleResponse>;
|
|
489
|
+
/**
|
|
490
|
+
* 选中多个策略为这些策略批量添加威胁情报访问控制规则
|
|
491
|
+
*
|
|
492
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
493
|
+
*
|
|
494
|
+
* @summary 为多个策略批量添加威胁情报访问控制规则
|
|
495
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
496
|
+
* @param {BatchCreateIpReputationRuleRequestBody} batchCreateIpReputationRuleRequestBody 批量创建威胁情报访问控制规则
|
|
497
|
+
* @param {string} [policyids] **参数解释:** 域名id。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
498
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
499
|
+
* @param {*} [options] Override http request option.
|
|
500
|
+
* @throws {RequiredError}
|
|
501
|
+
*/
|
|
502
|
+
batchCreateIpReputationRule(batchCreateIpReputationRuleRequest?: BatchCreateIpReputationRuleRequest): Promise<BatchCreateIpReputationRuleResponse>;
|
|
503
|
+
/**
|
|
504
|
+
* 选中多个策略为这些策略批量添加隐私屏蔽防护规则
|
|
505
|
+
*
|
|
506
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
507
|
+
*
|
|
508
|
+
* @summary 选中多个策略批量添加隐私屏蔽防护防护规则
|
|
509
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
510
|
+
* @param {BatchCreatePrivacyRuleRequestBody} batchCreatePrivacyRuleRequestBody 批量创建隐私屏蔽防护规则
|
|
511
|
+
* @param {string} [policyids] **参数解释:** 策略id列表。策略id从\"查询防护策略列表\"(ListPolicy)接口获取,多个策略之间用“,”隔开 **约束限制:** 不涉及 **取值范围:** 策略id只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
512
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
513
|
+
* @param {*} [options] Override http request option.
|
|
514
|
+
* @throws {RequiredError}
|
|
515
|
+
*/
|
|
516
|
+
batchCreatePrivacyRule(batchCreatePrivacyRuleRequest?: BatchCreatePrivacyRuleRequest): Promise<BatchCreatePrivacyRuleResponse>;
|
|
517
|
+
/**
|
|
518
|
+
* 选中多个策略为这些策略批量添加黑白名单防护规则
|
|
519
|
+
*
|
|
520
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
521
|
+
*
|
|
522
|
+
* @summary 选中多个策略批量添加黑白名单防护规则
|
|
523
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
524
|
+
* @param {BacthCreateWhiteBlackIpRuleRequestBody} bacthCreateWhiteblackipRuleRequestBody 批量创建黑白名单防护规则
|
|
525
|
+
* @param {string} [policyids] **参数解释:** 策略id列表。策略id从\"查询防护策略列表\"(ListPolicy)接口获取,多个策略之间用“,”隔开 **约束限制:** 不涉及 **取值范围:** 策略id只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
526
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
527
|
+
* @param {*} [options] Override http request option.
|
|
528
|
+
* @throws {RequiredError}
|
|
529
|
+
*/
|
|
530
|
+
batchCreateWhiteblackipRule(batchCreateWhiteblackipRuleRequest?: BatchCreateWhiteblackipRuleRequest): Promise<BatchCreateWhiteblackipRuleResponse>;
|
|
531
|
+
/**
|
|
532
|
+
* 批量删除告警通知
|
|
533
|
+
*
|
|
534
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
535
|
+
*
|
|
536
|
+
* @summary 批量删除告警通知
|
|
537
|
+
* @param {string} enterpriseProjectId **参数解释:** 企业项目ID **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
538
|
+
* @param {string} xLanguage 语言,默认值为en-us。zh-cn(中文)/en-us(英文)
|
|
539
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
540
|
+
* @param {BatchDeleteAlertNoticeConfigBody} batchDeleteAlertNoticeConfigBody **参数解释:** 待删除的告警通知配置列表 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
541
|
+
* @param {*} [options] Override http request option.
|
|
542
|
+
* @throws {RequiredError}
|
|
543
|
+
*/
|
|
544
|
+
batchDeleteAlertNoticeConfig(batchDeleteAlertNoticeConfigRequest?: BatchDeleteAlertNoticeConfigRequest): Promise<BatchDeleteAlertNoticeConfigResponse>;
|
|
545
|
+
/**
|
|
546
|
+
* 批量删除租户域名
|
|
547
|
+
*
|
|
548
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
549
|
+
*
|
|
550
|
+
* @summary 批量删除租户域名
|
|
551
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
552
|
+
* @param {BatchDeleteCompositeHostsRequestBody} batchDeleteCompositeHostsRequestBody 批量删除域名body
|
|
553
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
554
|
+
* @param {*} [options] Override http request option.
|
|
555
|
+
* @throws {RequiredError}
|
|
556
|
+
*/
|
|
557
|
+
batchDeleteCompositeHosts(batchDeleteCompositeHostsRequest?: BatchDeleteCompositeHostsRequest): Promise<BatchDeleteCompositeHostsResponse>;
|
|
336
558
|
/**
|
|
337
559
|
* 批量删除防护策略
|
|
338
560
|
*
|
|
@@ -346,6 +568,127 @@ export declare class WafClient {
|
|
|
346
568
|
* @throws {RequiredError}
|
|
347
569
|
*/
|
|
348
570
|
batchDeletePolicies(batchDeletePoliciesRequest?: BatchDeletePoliciesRequest): Promise<BatchDeletePoliciesResponse>;
|
|
571
|
+
/**
|
|
572
|
+
* 批量删除规则
|
|
573
|
+
*
|
|
574
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
575
|
+
*
|
|
576
|
+
* @summary 批量删除规则
|
|
577
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
578
|
+
* @param {string} ruleType **参数解释:** 需要删除的规则类型,目前支持cc,custom,whiteblackip,geoip,ip-reputation,antitamper,antileakage,ignore,privacy **约束限制:** 不涉及 **取值范围:** - cc - custom - whiteblackip - geoip - ip-reputation - antitamper - antileakage - ignore - privacy **默认取值:** 不涉及
|
|
579
|
+
* @param {PolicyRuleIdRequestBody} [batchDeleteRulesRequestBody] **参数解释:** 批量删除防护规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
580
|
+
* @param {*} [options] Override http request option.
|
|
581
|
+
* @throws {RequiredError}
|
|
582
|
+
*/
|
|
583
|
+
batchDeleteRules(batchDeleteRulesRequest?: BatchDeleteRulesRequest): Promise<BatchDeleteRulesResponse>;
|
|
584
|
+
/**
|
|
585
|
+
* 批量修改防敏感信息泄露规则
|
|
586
|
+
*
|
|
587
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
588
|
+
*
|
|
589
|
+
* @summary 批量更新防敏感信息泄露规则
|
|
590
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
591
|
+
* @param {BatchUpdateAntileakageRuleRequestBody} [batchUpdateAntileakageRuleRequestBody] **参数解释:** 批量修改防敏感信息泄露规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
592
|
+
* @param {*} [options] Override http request option.
|
|
593
|
+
* @throws {RequiredError}
|
|
594
|
+
*/
|
|
595
|
+
batchUpdateAntileakageRules(batchUpdateAntileakageRulesRequest?: BatchUpdateAntileakageRulesRequest): Promise<BatchUpdateAntileakageRulesResponse>;
|
|
596
|
+
/**
|
|
597
|
+
* 批量修改地理位置访问控制规则
|
|
598
|
+
*
|
|
599
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
600
|
+
*
|
|
601
|
+
* @summary 批量更新网页防篡改规则
|
|
602
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
603
|
+
* @param {BatchUpdateAntiTamperRulesRequestBody} [batchUpdateAntiTamperRulesRequestBody] **参数解释:** 批量修改网页防篡改规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
604
|
+
* @param {*} [options] Override http request option.
|
|
605
|
+
* @throws {RequiredError}
|
|
606
|
+
*/
|
|
607
|
+
batchUpdateAntitamperRules(batchUpdateAntitamperRulesRequest?: BatchUpdateAntitamperRulesRequest): Promise<BatchUpdateAntitamperRulesResponse>;
|
|
608
|
+
/**
|
|
609
|
+
* 批量修改地理位置访问控制规则
|
|
610
|
+
*
|
|
611
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
612
|
+
*
|
|
613
|
+
* @summary 批量修改CC防护规则
|
|
614
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
615
|
+
* @param {BatchUpdateCcRulesRequestBody} [batchUpdateCcRulesRequestBody] **参数解释:** 批量修CC准防护问控制规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
616
|
+
* @param {*} [options] Override http request option.
|
|
617
|
+
* @throws {RequiredError}
|
|
618
|
+
*/
|
|
619
|
+
batchUpdateCcRules(batchUpdateCcRulesRequest?: BatchUpdateCcRulesRequest): Promise<BatchUpdateCcRulesResponse>;
|
|
620
|
+
/**
|
|
621
|
+
* 批量修改地理位置访问控制规则
|
|
622
|
+
*
|
|
623
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
624
|
+
*
|
|
625
|
+
* @summary 批量更新精准防护规则
|
|
626
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
627
|
+
* @param {BatchUpdateCustomRuleRequestBody} [batchUpdateCustomRuleResponseBody] **参数解释:** 批量修改精准防护控制规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
628
|
+
* @param {*} [options] Override http request option.
|
|
629
|
+
* @throws {RequiredError}
|
|
630
|
+
*/
|
|
631
|
+
batchUpdateCustomRules(batchUpdateCustomRulesRequest?: BatchUpdateCustomRulesRequest): Promise<BatchUpdateCustomRulesResponse>;
|
|
632
|
+
/**
|
|
633
|
+
* 批量修改地理位置访问控制规则
|
|
634
|
+
*
|
|
635
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
636
|
+
*
|
|
637
|
+
* @summary 批量修改地理位置访问控制规则
|
|
638
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
639
|
+
* @param {BatchUpdateGeoipRulesRequestBody} [batchUpdateGeoipRulesRequestBody] **参数解释:** 批量修改地理位置访问控制规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
640
|
+
* @param {*} [options] Override http request option.
|
|
641
|
+
* @throws {RequiredError}
|
|
642
|
+
*/
|
|
643
|
+
batchUpdateGeoipRules(batchUpdateGeoipRulesRequest?: BatchUpdateGeoipRulesRequest): Promise<BatchUpdateGeoipRulesResponse>;
|
|
644
|
+
/**
|
|
645
|
+
* 批量修改全局白名单规则
|
|
646
|
+
*
|
|
647
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
648
|
+
*
|
|
649
|
+
* @summary 批量更新全局白名单规则
|
|
650
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
651
|
+
* @param {BatchUpdateIgnoreRuleRequestBody} [batchUpdateIgnoreRuleRequestBody] **参数解释:** 批量修改全局白名单规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
652
|
+
* @param {*} [options] Override http request option.
|
|
653
|
+
* @throws {RequiredError}
|
|
654
|
+
*/
|
|
655
|
+
batchUpdateIgnoreRules(batchUpdateIgnoreRulesRequest?: BatchUpdateIgnoreRulesRequest): Promise<BatchUpdateIgnoreRulesResponse>;
|
|
656
|
+
/**
|
|
657
|
+
* 批量修改地理位置访问控制规则
|
|
658
|
+
*
|
|
659
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
660
|
+
*
|
|
661
|
+
* @summary 批量更新威胁情报规则
|
|
662
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
663
|
+
* @param {BatchUpdateIpReputationRuleRequestBody} [batchUpdateIpReputationRuleRequestBody] **参数解释:** 批量修改威胁情报访问控制规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
664
|
+
* @param {*} [options] Override http request option.
|
|
665
|
+
* @throws {RequiredError}
|
|
666
|
+
*/
|
|
667
|
+
batchUpdateIpReputationRules(batchUpdateIpReputationRulesRequest?: BatchUpdateIpReputationRulesRequest): Promise<BatchUpdateIpReputationRulesResponse>;
|
|
668
|
+
/**
|
|
669
|
+
* 批量修改全局白名单规则
|
|
670
|
+
*
|
|
671
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
672
|
+
*
|
|
673
|
+
* @summary 批量更新隐私屏蔽规则
|
|
674
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
675
|
+
* @param {BatchUpdatePrivacyRuleRequestBody} [batchUpdatePrivacyRuleRequestBody] **参数解释:** 批量修改隐私屏蔽规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
676
|
+
* @param {*} [options] Override http request option.
|
|
677
|
+
* @throws {RequiredError}
|
|
678
|
+
*/
|
|
679
|
+
batchUpdatePrivacyRules(batchUpdatePrivacyRulesRequest?: BatchUpdatePrivacyRulesRequest): Promise<BatchUpdatePrivacyRulesResponse>;
|
|
680
|
+
/**
|
|
681
|
+
* 批量修改地理位置访问控制规则
|
|
682
|
+
*
|
|
683
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
684
|
+
*
|
|
685
|
+
* @summary 批量更新黑白名单设置规则
|
|
686
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
687
|
+
* @param {BatchUpdateWhiteBlackIpRuleRequestBody} [batchUpdateWhiteBlackIpRuleRequestBody] **参数解释:** 批量修改黑白名单设置规则body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
688
|
+
* @param {*} [options] Override http request option.
|
|
689
|
+
* @throws {RequiredError}
|
|
690
|
+
*/
|
|
691
|
+
batchUpdateWhiteblackipRules(batchUpdateWhiteblackipRulesRequest?: BatchUpdateWhiteblackipRulesRequest): Promise<BatchUpdateWhiteblackipRulesResponse>;
|
|
349
692
|
/**
|
|
350
693
|
* 变更包周期云模式waf规格。注:
|
|
351
694
|
* - 1.变更某产品规格的前提是必须已购买该产品
|
|
@@ -432,7 +775,7 @@ export declare class WafClient {
|
|
|
432
775
|
* @summary 查询威胁情报控制防护选项的详细信息
|
|
433
776
|
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
434
777
|
* @param {string} lang **参数解释:** 语言的类型 - cn代表中文 - en代表英文 **约束限制:** 不涉及 **取值范围:** - cn - en **默认取值:** - cn
|
|
435
|
-
* @param {string} type **参数解释:**
|
|
778
|
+
* @param {string} type **参数解释:** 防护选项的详细信息的类型,当前仅支持“idc”。 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
436
779
|
* @param {*} [options] Override http request option.
|
|
437
780
|
* @throws {RequiredError}
|
|
438
781
|
*/
|
|
@@ -486,6 +829,46 @@ export declare class WafClient {
|
|
|
486
829
|
* @throws {RequiredError}
|
|
487
830
|
*/
|
|
488
831
|
confirmUserBundle(confirmUserBundleRequest?: ConfirmUserBundleRequest): Promise<ConfirmUserBundleResponse>;
|
|
832
|
+
/**
|
|
833
|
+
* 根据Id复制防护策略
|
|
834
|
+
*
|
|
835
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
836
|
+
*
|
|
837
|
+
* @summary 根据Id复制防护策略
|
|
838
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
839
|
+
* @param {string} srcPolicyId **参数解释:** 源策略id,可以通过 查询 防护策略列表(ListPolicy)接口获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
840
|
+
* @param {string} destPolicyName **参数解释:** 复制出的新策略名称,用于标识复制后的防护策略,需符合命名规范(如无特殊字符、长度限制等)。 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
841
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
842
|
+
* @param {*} [options] Override http request option.
|
|
843
|
+
* @throws {RequiredError}
|
|
844
|
+
*/
|
|
845
|
+
copyPolicyById(copyPolicyByIdRequest?: CopyPolicyByIdRequest): Promise<CopyPolicyByIdResponse>;
|
|
846
|
+
/**
|
|
847
|
+
* 创建独享引擎的代理
|
|
848
|
+
*
|
|
849
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
850
|
+
*
|
|
851
|
+
* @summary 创建代理
|
|
852
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
853
|
+
* @param {PremiumWafAgencyRequest} [premiumWafAgencyRequest] **参数解释:** 独享引擎操作 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
854
|
+
* @param {*} [options] Override http request option.
|
|
855
|
+
* @throws {RequiredError}
|
|
856
|
+
*/
|
|
857
|
+
createAgency(createAgencyRequest?: CreateAgencyRequest): Promise<CreateAgencyResponse>;
|
|
858
|
+
/**
|
|
859
|
+
* 创建告警通知
|
|
860
|
+
*
|
|
861
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
862
|
+
*
|
|
863
|
+
* @summary 创建告警通知
|
|
864
|
+
* @param {string} xLanguage **参数解释:** 语言,默认值为en-us。zh-cn(中文)/en-us(英文) **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** zh-cn
|
|
865
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
866
|
+
* @param {string} enterpriseProjectId **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
867
|
+
* @param {CreateAlertNoticeConfigBody} alertNoticeConfig **参数解释:** 请求Body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
868
|
+
* @param {*} [options] Override http request option.
|
|
869
|
+
* @throws {RequiredError}
|
|
870
|
+
*/
|
|
871
|
+
createAlertNoticeConfig(createAlertNoticeConfigRequest?: CreateAlertNoticeConfigRequest): Promise<CreateAlertNoticeConfigResponse>;
|
|
489
872
|
/**
|
|
490
873
|
* 创建防篡改规则
|
|
491
874
|
*
|
|
@@ -551,6 +934,7 @@ export declare class WafClient {
|
|
|
551
934
|
* @param {string} contentType 内容类型
|
|
552
935
|
* @param {CreateCertificateRequestBody} createCertificateRequestBody requestBody
|
|
553
936
|
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
937
|
+
* @param {boolean} [verifyCertKey] 是否验证证书和私钥,true为验证,false为不验证
|
|
554
938
|
* @param {*} [options] Override http request option.
|
|
555
939
|
* @throws {RequiredError}
|
|
556
940
|
*/
|
|
@@ -583,6 +967,18 @@ export declare class WafClient {
|
|
|
583
967
|
* @throws {RequiredError}
|
|
584
968
|
*/
|
|
585
969
|
createCustomRule(createCustomRuleRequest?: CreateCustomRuleRequest): Promise<CreateCustomRuleResponse>;
|
|
970
|
+
/**
|
|
971
|
+
* 下发自定义导出攻击事件的异步任务
|
|
972
|
+
*
|
|
973
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
974
|
+
*
|
|
975
|
+
* @summary 下发自定义导出攻击事件的异步任务
|
|
976
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
977
|
+
* @param {AsyncJobReqBody} asyncJobReqBody **参数解释:** 下发自定义导出攻击事件的异步任务的请求体 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
978
|
+
* @param {*} [options] Override http request option.
|
|
979
|
+
* @throws {RequiredError}
|
|
980
|
+
*/
|
|
981
|
+
createEventExportJob(createEventExportJobRequest?: CreateEventExportJobRequest): Promise<CreateEventExportJobResponse>;
|
|
586
982
|
/**
|
|
587
983
|
* 创建地理位置控制规则
|
|
588
984
|
*
|
|
@@ -731,6 +1127,18 @@ export declare class WafClient {
|
|
|
731
1127
|
* @throws {RequiredError}
|
|
732
1128
|
*/
|
|
733
1129
|
createPunishmentRule(createPunishmentRuleRequest?: CreatePunishmentRuleRequest): Promise<CreatePunishmentRuleResponse>;
|
|
1130
|
+
/**
|
|
1131
|
+
* 创建安全报告订阅
|
|
1132
|
+
*
|
|
1133
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1134
|
+
*
|
|
1135
|
+
* @summary 创建安全报告订阅
|
|
1136
|
+
* @param {string} contentType content-type
|
|
1137
|
+
* @param {CreateSecurityReportSubscriptionRequestBody} createSecurityReportSubscriptionRequest 创建安全报告订阅
|
|
1138
|
+
* @param {*} [options] Override http request option.
|
|
1139
|
+
* @throws {RequiredError}
|
|
1140
|
+
*/
|
|
1141
|
+
createSecurityReportSubscription(createSecurityReportSubscriptionRequest?: CreateSecurityReportSubscriptionRequest): Promise<CreateSecurityReportSubscriptionResponse>;
|
|
734
1142
|
/**
|
|
735
1143
|
* 创建引用表,引用表能够被CC攻击防护规则和精准访问防护中的规则所引用。
|
|
736
1144
|
*
|
|
@@ -758,6 +1166,19 @@ export declare class WafClient {
|
|
|
758
1166
|
* @throws {RequiredError}
|
|
759
1167
|
*/
|
|
760
1168
|
createWhiteblackipRule(createWhiteblackipRuleRequest?: CreateWhiteblackipRuleRequest): Promise<CreateWhiteblackipRuleResponse>;
|
|
1169
|
+
/**
|
|
1170
|
+
* 删除独享引擎的代理
|
|
1171
|
+
*
|
|
1172
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1173
|
+
*
|
|
1174
|
+
* @summary 删除代理
|
|
1175
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
1176
|
+
* @param {boolean} [purged] **参数解释:** purged取值为true时,会同步删除在IAM处创建的premium_waf_svc_trust委托,purged取值为false时,不会同步删除在IAM处创建的premium_waf_svc_trust委托 **约束限制:** 不涉及 **取值范围:** - true - false **默认取值:** 不涉及
|
|
1177
|
+
* @param {Array<string>} [roleIdList] **参数解释:** 待删除的代理id **约束限制:** 不涉及 **取值范围:** 从 “查询独享引擎代理”接口的返回结果中,选取需要删除代理的id值 **默认取值:** 不涉及
|
|
1178
|
+
* @param {*} [options] Override http request option.
|
|
1179
|
+
* @throws {RequiredError}
|
|
1180
|
+
*/
|
|
1181
|
+
deleteAgency(deleteAgencyRequest?: DeleteAgencyRequest): Promise<DeleteAgencyResponse>;
|
|
761
1182
|
/**
|
|
762
1183
|
* 删除JS脚本反爬虫防护规则
|
|
763
1184
|
*
|
|
@@ -921,6 +1342,20 @@ export declare class WafClient {
|
|
|
921
1342
|
* @throws {RequiredError}
|
|
922
1343
|
*/
|
|
923
1344
|
deleteIpGroup(deleteIpGroupRequest?: DeleteIpGroupRequest): Promise<DeleteIpGroupResponse>;
|
|
1345
|
+
/**
|
|
1346
|
+
* 删除IP情报防护规则
|
|
1347
|
+
*
|
|
1348
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1349
|
+
*
|
|
1350
|
+
* @summary 删除机房IP情报防护规则
|
|
1351
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
1352
|
+
* @param {string} policyId **参数解释:** 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
1353
|
+
* @param {string} ruleId **参数解释:** 机房IP情报访问控制规则id,通过\"查询威胁情报规则列表\"接口获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
1354
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
1355
|
+
* @param {*} [options] Override http request option.
|
|
1356
|
+
* @throws {RequiredError}
|
|
1357
|
+
*/
|
|
1358
|
+
deleteIpReputationRule(deleteIpReputationRuleRequest?: DeleteIpReputationRuleRequest): Promise<DeleteIpReputationRuleResponse>;
|
|
924
1359
|
/**
|
|
925
1360
|
* 删除防护策略,若策略正在使用,则需要先接解除域名与策略的绑定关系才能删除策略。
|
|
926
1361
|
*
|
|
@@ -976,6 +1411,18 @@ export declare class WafClient {
|
|
|
976
1411
|
* @throws {RequiredError}
|
|
977
1412
|
*/
|
|
978
1413
|
deletePunishmentRule(deletePunishmentRuleRequest?: DeletePunishmentRuleRequest): Promise<DeletePunishmentRuleResponse>;
|
|
1414
|
+
/**
|
|
1415
|
+
* 删除安全报告订阅
|
|
1416
|
+
*
|
|
1417
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1418
|
+
*
|
|
1419
|
+
* @summary 删除安全报告订阅
|
|
1420
|
+
* @param {string} subscriptionId **参数解释:** 需要删除的订阅id,从“查询安全报告订阅列表”中获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
1421
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
1422
|
+
* @param {*} [options] Override http request option.
|
|
1423
|
+
* @throws {RequiredError}
|
|
1424
|
+
*/
|
|
1425
|
+
deleteSecurityReportSubscription(deleteSecurityReportSubscriptionRequest?: DeleteSecurityReportSubscriptionRequest): Promise<DeleteSecurityReportSubscriptionResponse>;
|
|
979
1426
|
/**
|
|
980
1427
|
* 删除引用表
|
|
981
1428
|
*
|
|
@@ -1137,6 +1584,10 @@ export declare class WafClient {
|
|
|
1137
1584
|
* @param {number} offset 偏移量,表示查询该偏移量之后的记录。
|
|
1138
1585
|
* @param {number} limit 查询返回记录的数量限制。
|
|
1139
1586
|
* @param {string} [enterpriseProjectId] 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。
|
|
1587
|
+
* @param {string} [name] 规则名称
|
|
1588
|
+
* @param {number} [status] 规则的开启状态,1表示开启,0表示关闭
|
|
1589
|
+
* @param {string} [category] **参数解释:** 防护动作 **取值范围:** - block: 拦截,表示超过“限速频率”将直接拦截。 - log:仅记录,表示超过“限速频率”将只记录不拦截。 - captcha:表示超过“限速频率”后弹出验证码,进行人机验证,完成验证后,请求将不受访问限制。人机验证目前支持英文。 - dynamic_block:上一个限速周期内,请求频率超过“限速频率”将被拦截,那么在下一个限速周期内,请求频率超过“放行频率”将被拦截。 - advanced_captcha:高阶人机验证,表示超过“限速频率”后弹出验证码,进行人机验证。 - js_challenge:要求客户端完成一段脚本的执行或验证,从而验证请求来源的合法性。
|
|
1590
|
+
* @param {string} [tagType] 限速模式: - ip:IP限速,根据IP区分单个Web访问者。 - cookie:用户限速,根据Cookie键值区分单个Web访问者。 - header:用户限速,根据Header区分单个Web访问者。 - other:根据Referer(自定义请求访问的来源)字段区分单个Web访问者。 - policy: 策略限速 - domain: 域名限速 - url: url限速
|
|
1140
1591
|
* @param {*} [options] Override http request option.
|
|
1141
1592
|
* @throws {RequiredError}
|
|
1142
1593
|
*/
|
|
@@ -2386,13 +2837,28 @@ export declare class WafClient {
|
|
|
2386
2837
|
*/
|
|
2387
2838
|
updateIpGroup(updateIpGroupRequest?: UpdateIpGroupRequest): Promise<UpdateIpGroupResponse>;
|
|
2388
2839
|
/**
|
|
2389
|
-
*
|
|
2840
|
+
* 更新IP情报防护规则
|
|
2390
2841
|
*
|
|
2391
2842
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2392
2843
|
*
|
|
2393
|
-
* @summary
|
|
2394
|
-
* @param {string} contentType 内容类型
|
|
2395
|
-
* @param {string}
|
|
2844
|
+
* @summary 更新机房IP情报防护规则
|
|
2845
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
2846
|
+
* @param {string} policyId **参数解释:** 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id,响应体的id字段 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
2847
|
+
* @param {string} ruleId **参数解释:** 机房IP情报访问控制规则id,通过\"查询威胁情报规则列表\"接口获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
2848
|
+
* @param {UpdateIpReputationRuleRequestBody} updateIpReputationRuleRequestBody **参数解释:** body_info **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
2849
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
2850
|
+
* @param {*} [options] Override http request option.
|
|
2851
|
+
* @throws {RequiredError}
|
|
2852
|
+
*/
|
|
2853
|
+
updateIpReputationRule(updateIpReputationRuleRequest?: UpdateIpReputationRuleRequest): Promise<UpdateIpReputationRuleResponse>;
|
|
2854
|
+
/**
|
|
2855
|
+
* 配置全量日志lts,该接口可用来开启与关闭waf全量日志以及配置日志组和日志流。日志组id和日志流id可前往云日志服务获取。配置的日志流id要属于所配置的日志组。
|
|
2856
|
+
*
|
|
2857
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2858
|
+
*
|
|
2859
|
+
* @summary 配置全量日志lts
|
|
2860
|
+
* @param {string} contentType 内容类型
|
|
2861
|
+
* @param {string} ltsconfigId lts配置信息id,通过ShowLtsInfoConfig获取
|
|
2396
2862
|
* @param {UpdateLtsInfoConfigRequestBody} updateLtsInfoConfigRequestBody 全量日志配置请求体
|
|
2397
2863
|
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
2398
2864
|
* @param {*} [options] Override http request option.
|
|
@@ -2483,6 +2949,31 @@ export declare class WafClient {
|
|
|
2483
2949
|
* @throws {RequiredError}
|
|
2484
2950
|
*/
|
|
2485
2951
|
updatePremiumHostProtectStatus(updatePremiumHostProtectStatusRequest?: UpdatePremiumHostProtectStatusRequest): Promise<UpdatePremiumHostProtectStatusResponse>;
|
|
2952
|
+
/**
|
|
2953
|
+
* 操作WAF独享引擎
|
|
2954
|
+
*
|
|
2955
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2956
|
+
*
|
|
2957
|
+
* @summary 操作WAF独享引擎
|
|
2958
|
+
* @param {string} instanceId **参数解释:** 独享引擎ID **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
2959
|
+
* @param {UpdatePremiumInstanceRequestBody} [updatePremiumInstanceRequestBody] **参数解释:** 独享引擎操作 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
2960
|
+
* @param {*} [options] Override http request option.
|
|
2961
|
+
* @throws {RequiredError}
|
|
2962
|
+
*/
|
|
2963
|
+
updatePremiumInstance(updatePremiumInstanceRequest?: UpdatePremiumInstanceRequest): Promise<UpdatePremiumInstanceResponse>;
|
|
2964
|
+
/**
|
|
2965
|
+
* 返回独享接入进度
|
|
2966
|
+
*
|
|
2967
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2968
|
+
*
|
|
2969
|
+
* @summary 修改独享域名接入进度
|
|
2970
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
2971
|
+
* @param {string} hostId **参数解释:** 独享模式域名Id,通过 查询独享模式域名列表(ListPremiumHost) 接口获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
2972
|
+
* @param {AccessProgress} body **参数解释:** 修改域名请求接入进度body **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
2973
|
+
* @param {*} [options] Override http request option.
|
|
2974
|
+
* @throws {RequiredError}
|
|
2975
|
+
*/
|
|
2976
|
+
updatePremiumInstanceProgress(updatePremiumInstanceProgressRequest?: UpdatePremiumInstanceProgressRequest): Promise<UpdatePremiumInstanceProgressResponse>;
|
|
2486
2977
|
/**
|
|
2487
2978
|
* 更新隐私屏蔽防护规则
|
|
2488
2979
|
*
|
|
@@ -2499,69 +2990,402 @@ export declare class WafClient {
|
|
|
2499
2990
|
*/
|
|
2500
2991
|
updatePrivacyRule(updatePrivacyRuleRequest?: UpdatePrivacyRuleRequest): Promise<UpdatePrivacyRuleResponse>;
|
|
2501
2992
|
/**
|
|
2502
|
-
* 更新攻击惩罚规则
|
|
2993
|
+
* 更新攻击惩罚规则
|
|
2994
|
+
*
|
|
2995
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2996
|
+
*
|
|
2997
|
+
* @summary 更新攻击惩罚规则
|
|
2998
|
+
* @param {string} contentType 内容类型
|
|
2999
|
+
* @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
|
|
3000
|
+
* @param {string} ruleId 攻击惩罚规则id,通过查询攻击惩罚规则列表接口(ListPunishmentRules)获取
|
|
3001
|
+
* @param {UpdatePunishmentRuleRequestBody} updatePunishmentRuleRequestBody 更新攻击惩罚规则的请求体
|
|
3002
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
3003
|
+
* @param {*} [options] Override http request option.
|
|
3004
|
+
* @throws {RequiredError}
|
|
3005
|
+
*/
|
|
3006
|
+
updatePunishmentRule(updatePunishmentRuleRequest?: UpdatePunishmentRuleRequest): Promise<UpdatePunishmentRuleResponse>;
|
|
3007
|
+
/**
|
|
3008
|
+
* 修改安全报告的订阅
|
|
3009
|
+
*
|
|
3010
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3011
|
+
*
|
|
3012
|
+
* @summary 修改安全报告的订阅
|
|
3013
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
3014
|
+
* @param {string} subscriptionId **参数解释:** 需要删除的订阅id,从“查询安全报告订阅列表”中获取 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
3015
|
+
* @param {UpdateSecurityReportSubscriptionRequestBody} updateDemoInfoRequestBody 修改安全报告订阅请求体
|
|
3016
|
+
* @param {*} [options] Override http request option.
|
|
3017
|
+
* @throws {RequiredError}
|
|
3018
|
+
*/
|
|
3019
|
+
updateSecurityReportSubscription(updateSecurityReportSubscriptionRequest?: UpdateSecurityReportSubscriptionRequest): Promise<UpdateSecurityReportSubscriptionResponse>;
|
|
3020
|
+
/**
|
|
3021
|
+
* 修改引用表
|
|
3022
|
+
*
|
|
3023
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3024
|
+
*
|
|
3025
|
+
* @summary 修改引用表
|
|
3026
|
+
* @param {string} contentType 内容类型
|
|
3027
|
+
* @param {string} valuelistid 引用表id,通过查询引用表列表(ListValueList)接口获取
|
|
3028
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
3029
|
+
* @param {UpdateValueListRequestBody} [updateValueListRequestBody] 更新引用表的请求体
|
|
3030
|
+
* @param {*} [options] Override http request option.
|
|
3031
|
+
* @throws {RequiredError}
|
|
3032
|
+
*/
|
|
3033
|
+
updateValueList(updateValueListRequest?: UpdateValueListRequest): Promise<UpdateValueListResponse>;
|
|
3034
|
+
/**
|
|
3035
|
+
* 更新黑白名单防护规则,可以更新ip/ip段以及防护动作等信息
|
|
3036
|
+
*
|
|
3037
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3038
|
+
*
|
|
3039
|
+
* @summary 更新黑白名单防护规则
|
|
3040
|
+
* @param {string} contentType 内容类型
|
|
3041
|
+
* @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
|
|
3042
|
+
* @param {string} ruleId 黑白名单规则id,您可以调用查询黑白名单规则列表(ListWhiteblackipRule)获取黑白名单规则id
|
|
3043
|
+
* @param {UpdateWhiteBlackIpRuleRequestBody} updateWhiteblackipRuleRequestBody 更新黑白名单请求体
|
|
3044
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
3045
|
+
* @param {*} [options] Override http request option.
|
|
3046
|
+
* @throws {RequiredError}
|
|
3047
|
+
*/
|
|
3048
|
+
updateWhiteblackipRule(updateWhiteblackipRuleRequest?: UpdateWhiteblackipRuleRequest): Promise<UpdateWhiteblackipRuleResponse>;
|
|
3049
|
+
/**
|
|
3050
|
+
* 查询用户托管在云解析上的域名
|
|
3051
|
+
*
|
|
3052
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3053
|
+
*
|
|
3054
|
+
* @summary 查询用户托管在云解析上的域名
|
|
3055
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
3056
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
3057
|
+
* @param {*} [options] Override http request option.
|
|
3058
|
+
* @throws {RequiredError}
|
|
3059
|
+
*/
|
|
3060
|
+
confirmDnsDomain(confirmDnsDomainRequest?: ConfirmDnsDomainRequest): Promise<ConfirmDnsDomainResponse>;
|
|
3061
|
+
/**
|
|
3062
|
+
* 快速接入,直接去修改用户的DNS记录,使域名快速接入WAF
|
|
3063
|
+
*
|
|
3064
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3065
|
+
*
|
|
3066
|
+
* @summary 域名快速接入WAF
|
|
3067
|
+
* @param {string} projectid **参数解释:** 项目ID,对应控制台用户名->我的凭证->项目列表->项目ID。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及**参数解释:** 项目ID,对应控制台用户名->我的凭证->项目列表->项目ID。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
3068
|
+
* @param {string} instanceid **参数解释:** 域名id。 **约束限制:** 不涉及 **取值范围:** 只能由英文字母、数字组成,且长度为32个字符。 **默认取值:** 不涉及
|
|
3069
|
+
* @param {string} contentType **参数解释:** 内容类型 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** application/json;charset=utf8
|
|
3070
|
+
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
3071
|
+
* @param {*} [options] Override http request option.
|
|
3072
|
+
* @throws {RequiredError}
|
|
3073
|
+
*/
|
|
3074
|
+
createQuickAccessDomain(createQuickAccessDomainRequest?: CreateQuickAccessDomainRequest): Promise<CreateQuickAccessDomainResponse>;
|
|
3075
|
+
/**
|
|
3076
|
+
* 根据Id查询Web防护规则
|
|
3077
|
+
*
|
|
3078
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3079
|
+
*
|
|
3080
|
+
* @summary 根据Id查询Web防护规则
|
|
3081
|
+
* @param {string} ruleId **参数解释:** 防护规则ID **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
3082
|
+
* @param {string} [xLanguage] **参数解释:** 语言 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** zh-cn
|
|
3083
|
+
* @param {*} [options] Override http request option.
|
|
3084
|
+
* @throws {RequiredError}
|
|
3085
|
+
*/
|
|
3086
|
+
showWebProtectionRule(showWebProtectionRuleRequest?: ShowWebProtectionRuleRequest): Promise<ShowWebProtectionRuleResponse>;
|
|
3087
|
+
}
|
|
3088
|
+
export declare const ParamCreater: () => {
|
|
3089
|
+
/**
|
|
3090
|
+
* 绑定证书到域名
|
|
3091
|
+
*
|
|
3092
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3093
|
+
*/
|
|
3094
|
+
applyCertificateToHost(applyCertificateToHostRequest?: ApplyCertificateToHostRequest): {
|
|
3095
|
+
method: string;
|
|
3096
|
+
url: string;
|
|
3097
|
+
contentType: string;
|
|
3098
|
+
queryParams: {};
|
|
3099
|
+
pathParams: {};
|
|
3100
|
+
headers: {};
|
|
3101
|
+
data: {};
|
|
3102
|
+
};
|
|
3103
|
+
/**
|
|
3104
|
+
* 选中多个策略为这些策略批量添加网页防篡改规则
|
|
3105
|
+
*
|
|
3106
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3107
|
+
*/
|
|
3108
|
+
batchCreateAntiTamperRule(batchCreateAntiTamperRuleRequest?: BatchCreateAntiTamperRuleRequest): {
|
|
3109
|
+
method: string;
|
|
3110
|
+
url: string;
|
|
3111
|
+
contentType: string;
|
|
3112
|
+
queryParams: {};
|
|
3113
|
+
pathParams: {};
|
|
3114
|
+
headers: {};
|
|
3115
|
+
data: {};
|
|
3116
|
+
};
|
|
3117
|
+
/**
|
|
3118
|
+
* 选中多个策略为这些策略批量添加防敏感信息泄漏规则
|
|
3119
|
+
*
|
|
3120
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3121
|
+
*/
|
|
3122
|
+
batchCreateAntileakageRule(batchCreateAntileakageRuleRequest?: BatchCreateAntileakageRuleRequest): {
|
|
3123
|
+
method: string;
|
|
3124
|
+
url: string;
|
|
3125
|
+
contentType: string;
|
|
3126
|
+
queryParams: {};
|
|
3127
|
+
pathParams: {};
|
|
3128
|
+
headers: {};
|
|
3129
|
+
data: {};
|
|
3130
|
+
};
|
|
3131
|
+
/**
|
|
3132
|
+
* 选中多个策略为这些策略批量添加cc规则
|
|
3133
|
+
*
|
|
3134
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3135
|
+
*/
|
|
3136
|
+
batchCreateCcRule(batchCreateCcRuleRequest?: BatchCreateCcRuleRequest): {
|
|
3137
|
+
method: string;
|
|
3138
|
+
url: string;
|
|
3139
|
+
contentType: string;
|
|
3140
|
+
queryParams: {};
|
|
3141
|
+
pathParams: {};
|
|
3142
|
+
headers: {};
|
|
3143
|
+
data: {};
|
|
3144
|
+
};
|
|
3145
|
+
/**
|
|
3146
|
+
* 选中多个策略为这些策略批量添加精准防护规则
|
|
3147
|
+
*
|
|
3148
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3149
|
+
*/
|
|
3150
|
+
batchCreateCustomRule(batchCreateCustomRuleRequest?: BatchCreateCustomRuleRequest): {
|
|
3151
|
+
method: string;
|
|
3152
|
+
url: string;
|
|
3153
|
+
contentType: string;
|
|
3154
|
+
queryParams: {};
|
|
3155
|
+
pathParams: {};
|
|
3156
|
+
headers: {};
|
|
3157
|
+
data: {};
|
|
3158
|
+
};
|
|
3159
|
+
/**
|
|
3160
|
+
* 选中多个策略为这些策略批量添加地理位置访问控制规则
|
|
3161
|
+
*
|
|
3162
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3163
|
+
*/
|
|
3164
|
+
batchCreateGeoIpRule(batchCreateGeoIpRuleRequest?: BatchCreateGeoIpRuleRequest): {
|
|
3165
|
+
method: string;
|
|
3166
|
+
url: string;
|
|
3167
|
+
contentType: string;
|
|
3168
|
+
queryParams: {};
|
|
3169
|
+
pathParams: {};
|
|
3170
|
+
headers: {};
|
|
3171
|
+
data: {};
|
|
3172
|
+
};
|
|
3173
|
+
/**
|
|
3174
|
+
* 选中多个策略为这些策略批量添加全局白名单规则
|
|
3175
|
+
*
|
|
3176
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3177
|
+
*/
|
|
3178
|
+
batchCreateIgnoreRule(batchCreateIgnoreRuleRequest?: BatchCreateIgnoreRuleRequest): {
|
|
3179
|
+
method: string;
|
|
3180
|
+
url: string;
|
|
3181
|
+
contentType: string;
|
|
3182
|
+
queryParams: {};
|
|
3183
|
+
pathParams: {};
|
|
3184
|
+
headers: {};
|
|
3185
|
+
data: {};
|
|
3186
|
+
};
|
|
3187
|
+
/**
|
|
3188
|
+
* 选中多个策略为这些策略批量添加威胁情报访问控制规则
|
|
3189
|
+
*
|
|
3190
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3191
|
+
*/
|
|
3192
|
+
batchCreateIpReputationRule(batchCreateIpReputationRuleRequest?: BatchCreateIpReputationRuleRequest): {
|
|
3193
|
+
method: string;
|
|
3194
|
+
url: string;
|
|
3195
|
+
contentType: string;
|
|
3196
|
+
queryParams: {};
|
|
3197
|
+
pathParams: {};
|
|
3198
|
+
headers: {};
|
|
3199
|
+
data: {};
|
|
3200
|
+
};
|
|
3201
|
+
/**
|
|
3202
|
+
* 选中多个策略为这些策略批量添加隐私屏蔽防护规则
|
|
3203
|
+
*
|
|
3204
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3205
|
+
*/
|
|
3206
|
+
batchCreatePrivacyRule(batchCreatePrivacyRuleRequest?: BatchCreatePrivacyRuleRequest): {
|
|
3207
|
+
method: string;
|
|
3208
|
+
url: string;
|
|
3209
|
+
contentType: string;
|
|
3210
|
+
queryParams: {};
|
|
3211
|
+
pathParams: {};
|
|
3212
|
+
headers: {};
|
|
3213
|
+
data: {};
|
|
3214
|
+
};
|
|
3215
|
+
/**
|
|
3216
|
+
* 选中多个策略为这些策略批量添加黑白名单防护规则
|
|
3217
|
+
*
|
|
3218
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3219
|
+
*/
|
|
3220
|
+
batchCreateWhiteblackipRule(batchCreateWhiteblackipRuleRequest?: BatchCreateWhiteblackipRuleRequest): {
|
|
3221
|
+
method: string;
|
|
3222
|
+
url: string;
|
|
3223
|
+
contentType: string;
|
|
3224
|
+
queryParams: {};
|
|
3225
|
+
pathParams: {};
|
|
3226
|
+
headers: {};
|
|
3227
|
+
data: {};
|
|
3228
|
+
};
|
|
3229
|
+
/**
|
|
3230
|
+
* 批量删除告警通知
|
|
3231
|
+
*
|
|
3232
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3233
|
+
*/
|
|
3234
|
+
batchDeleteAlertNoticeConfig(batchDeleteAlertNoticeConfigRequest?: BatchDeleteAlertNoticeConfigRequest): {
|
|
3235
|
+
method: string;
|
|
3236
|
+
url: string;
|
|
3237
|
+
contentType: string;
|
|
3238
|
+
queryParams: {};
|
|
3239
|
+
pathParams: {};
|
|
3240
|
+
headers: {};
|
|
3241
|
+
data: {};
|
|
3242
|
+
};
|
|
3243
|
+
/**
|
|
3244
|
+
* 批量删除租户域名
|
|
3245
|
+
*
|
|
3246
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3247
|
+
*/
|
|
3248
|
+
batchDeleteCompositeHosts(batchDeleteCompositeHostsRequest?: BatchDeleteCompositeHostsRequest): {
|
|
3249
|
+
method: string;
|
|
3250
|
+
url: string;
|
|
3251
|
+
contentType: string;
|
|
3252
|
+
queryParams: {};
|
|
3253
|
+
pathParams: {};
|
|
3254
|
+
headers: {};
|
|
3255
|
+
data: {};
|
|
3256
|
+
};
|
|
3257
|
+
/**
|
|
3258
|
+
* 批量删除防护策略
|
|
3259
|
+
*
|
|
3260
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3261
|
+
*/
|
|
3262
|
+
batchDeletePolicies(batchDeletePoliciesRequest?: BatchDeletePoliciesRequest): {
|
|
3263
|
+
method: string;
|
|
3264
|
+
url: string;
|
|
3265
|
+
contentType: string;
|
|
3266
|
+
queryParams: {};
|
|
3267
|
+
pathParams: {};
|
|
3268
|
+
headers: {};
|
|
3269
|
+
data: {};
|
|
3270
|
+
};
|
|
3271
|
+
/**
|
|
3272
|
+
* 批量删除规则
|
|
3273
|
+
*
|
|
3274
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3275
|
+
*/
|
|
3276
|
+
batchDeleteRules(batchDeleteRulesRequest?: BatchDeleteRulesRequest): {
|
|
3277
|
+
method: string;
|
|
3278
|
+
url: string;
|
|
3279
|
+
contentType: string;
|
|
3280
|
+
queryParams: {};
|
|
3281
|
+
pathParams: {};
|
|
3282
|
+
headers: {};
|
|
3283
|
+
data: {};
|
|
3284
|
+
};
|
|
3285
|
+
/**
|
|
3286
|
+
* 批量修改防敏感信息泄露规则
|
|
3287
|
+
*
|
|
3288
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3289
|
+
*/
|
|
3290
|
+
batchUpdateAntileakageRules(batchUpdateAntileakageRulesRequest?: BatchUpdateAntileakageRulesRequest): {
|
|
3291
|
+
method: string;
|
|
3292
|
+
url: string;
|
|
3293
|
+
contentType: string;
|
|
3294
|
+
queryParams: {};
|
|
3295
|
+
pathParams: {};
|
|
3296
|
+
headers: {};
|
|
3297
|
+
data: {};
|
|
3298
|
+
};
|
|
3299
|
+
/**
|
|
3300
|
+
* 批量修改地理位置访问控制规则
|
|
3301
|
+
*
|
|
3302
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3303
|
+
*/
|
|
3304
|
+
batchUpdateAntitamperRules(batchUpdateAntitamperRulesRequest?: BatchUpdateAntitamperRulesRequest): {
|
|
3305
|
+
method: string;
|
|
3306
|
+
url: string;
|
|
3307
|
+
contentType: string;
|
|
3308
|
+
queryParams: {};
|
|
3309
|
+
pathParams: {};
|
|
3310
|
+
headers: {};
|
|
3311
|
+
data: {};
|
|
3312
|
+
};
|
|
3313
|
+
/**
|
|
3314
|
+
* 批量修改地理位置访问控制规则
|
|
2503
3315
|
*
|
|
2504
3316
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2505
|
-
*
|
|
2506
|
-
* @summary 更新攻击惩罚规则
|
|
2507
|
-
* @param {string} contentType 内容类型
|
|
2508
|
-
* @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
|
|
2509
|
-
* @param {string} ruleId 攻击惩罚规则id,通过查询攻击惩罚规则列表接口(ListPunishmentRules)获取
|
|
2510
|
-
* @param {UpdatePunishmentRuleRequestBody} updatePunishmentRuleRequestBody 更新攻击惩罚规则的请求体
|
|
2511
|
-
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
2512
|
-
* @param {*} [options] Override http request option.
|
|
2513
|
-
* @throws {RequiredError}
|
|
2514
3317
|
*/
|
|
2515
|
-
|
|
3318
|
+
batchUpdateCcRules(batchUpdateCcRulesRequest?: BatchUpdateCcRulesRequest): {
|
|
3319
|
+
method: string;
|
|
3320
|
+
url: string;
|
|
3321
|
+
contentType: string;
|
|
3322
|
+
queryParams: {};
|
|
3323
|
+
pathParams: {};
|
|
3324
|
+
headers: {};
|
|
3325
|
+
data: {};
|
|
3326
|
+
};
|
|
2516
3327
|
/**
|
|
2517
|
-
*
|
|
3328
|
+
* 批量修改地理位置访问控制规则
|
|
2518
3329
|
*
|
|
2519
3330
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2520
|
-
*
|
|
2521
|
-
* @summary 修改引用表
|
|
2522
|
-
* @param {string} contentType 内容类型
|
|
2523
|
-
* @param {string} valuelistid 引用表id,通过查询引用表列表(ListValueList)接口获取
|
|
2524
|
-
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
2525
|
-
* @param {UpdateValueListRequestBody} [updateValueListRequestBody] 更新引用表的请求体
|
|
2526
|
-
* @param {*} [options] Override http request option.
|
|
2527
|
-
* @throws {RequiredError}
|
|
2528
3331
|
*/
|
|
2529
|
-
|
|
3332
|
+
batchUpdateCustomRules(batchUpdateCustomRulesRequest?: BatchUpdateCustomRulesRequest): {
|
|
3333
|
+
method: string;
|
|
3334
|
+
url: string;
|
|
3335
|
+
contentType: string;
|
|
3336
|
+
queryParams: {};
|
|
3337
|
+
pathParams: {};
|
|
3338
|
+
headers: {};
|
|
3339
|
+
data: {};
|
|
3340
|
+
};
|
|
2530
3341
|
/**
|
|
2531
|
-
*
|
|
3342
|
+
* 批量修改地理位置访问控制规则
|
|
2532
3343
|
*
|
|
2533
3344
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2534
|
-
*
|
|
2535
|
-
* @summary 更新黑白名单防护规则
|
|
2536
|
-
* @param {string} contentType 内容类型
|
|
2537
|
-
* @param {string} policyId 防护策略id,您可以通过调用查询防护策略列表(ListPolicy)获取策略id
|
|
2538
|
-
* @param {string} ruleId 黑白名单规则id,您可以调用查询黑白名单规则列表(ListWhiteblackipRule)获取黑白名单规则id
|
|
2539
|
-
* @param {UpdateWhiteBlackIpRuleRequestBody} updateWhiteblackipRuleRequestBody 更新黑白名单请求体
|
|
2540
|
-
* @param {string} [enterpriseProjectId] **参数解释:** 您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。 **约束限制:** 不涉及 **取值范围:** - 0:代表default企业项目 - all_granted_eps:代表所有企业项目 - 其它企业项目ID:长度为36个字符 **默认取值:** 0
|
|
2541
|
-
* @param {*} [options] Override http request option.
|
|
2542
|
-
* @throws {RequiredError}
|
|
2543
3345
|
*/
|
|
2544
|
-
|
|
3346
|
+
batchUpdateGeoipRules(batchUpdateGeoipRulesRequest?: BatchUpdateGeoipRulesRequest): {
|
|
3347
|
+
method: string;
|
|
3348
|
+
url: string;
|
|
3349
|
+
contentType: string;
|
|
3350
|
+
queryParams: {};
|
|
3351
|
+
pathParams: {};
|
|
3352
|
+
headers: {};
|
|
3353
|
+
data: {};
|
|
3354
|
+
};
|
|
2545
3355
|
/**
|
|
2546
|
-
*
|
|
3356
|
+
* 批量修改全局白名单规则
|
|
2547
3357
|
*
|
|
2548
3358
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3359
|
+
*/
|
|
3360
|
+
batchUpdateIgnoreRules(batchUpdateIgnoreRulesRequest?: BatchUpdateIgnoreRulesRequest): {
|
|
3361
|
+
method: string;
|
|
3362
|
+
url: string;
|
|
3363
|
+
contentType: string;
|
|
3364
|
+
queryParams: {};
|
|
3365
|
+
pathParams: {};
|
|
3366
|
+
headers: {};
|
|
3367
|
+
data: {};
|
|
3368
|
+
};
|
|
3369
|
+
/**
|
|
3370
|
+
* 批量修改地理位置访问控制规则
|
|
2549
3371
|
*
|
|
2550
|
-
*
|
|
2551
|
-
* @param {string} ruleId **参数解释:** 防护规则ID **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** 不涉及
|
|
2552
|
-
* @param {string} [xLanguage] **参数解释:** 语言 **约束限制:** 不涉及 **取值范围:** 不涉及 **默认取值:** zh-cn
|
|
2553
|
-
* @param {*} [options] Override http request option.
|
|
2554
|
-
* @throws {RequiredError}
|
|
3372
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2555
3373
|
*/
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
3374
|
+
batchUpdateIpReputationRules(batchUpdateIpReputationRulesRequest?: BatchUpdateIpReputationRulesRequest): {
|
|
3375
|
+
method: string;
|
|
3376
|
+
url: string;
|
|
3377
|
+
contentType: string;
|
|
3378
|
+
queryParams: {};
|
|
3379
|
+
pathParams: {};
|
|
3380
|
+
headers: {};
|
|
3381
|
+
data: {};
|
|
3382
|
+
};
|
|
2559
3383
|
/**
|
|
2560
|
-
*
|
|
3384
|
+
* 批量修改全局白名单规则
|
|
2561
3385
|
*
|
|
2562
3386
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2563
3387
|
*/
|
|
2564
|
-
|
|
3388
|
+
batchUpdatePrivacyRules(batchUpdatePrivacyRulesRequest?: BatchUpdatePrivacyRulesRequest): {
|
|
2565
3389
|
method: string;
|
|
2566
3390
|
url: string;
|
|
2567
3391
|
contentType: string;
|
|
@@ -2571,11 +3395,11 @@ export declare const ParamCreater: () => {
|
|
|
2571
3395
|
data: {};
|
|
2572
3396
|
};
|
|
2573
3397
|
/**
|
|
2574
|
-
*
|
|
3398
|
+
* 批量修改地理位置访问控制规则
|
|
2575
3399
|
*
|
|
2576
3400
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2577
3401
|
*/
|
|
2578
|
-
|
|
3402
|
+
batchUpdateWhiteblackipRules(batchUpdateWhiteblackipRulesRequest?: BatchUpdateWhiteblackipRulesRequest): {
|
|
2579
3403
|
method: string;
|
|
2580
3404
|
url: string;
|
|
2581
3405
|
contentType: string;
|
|
@@ -2732,6 +3556,47 @@ export declare const ParamCreater: () => {
|
|
|
2732
3556
|
pathParams: {};
|
|
2733
3557
|
headers: {};
|
|
2734
3558
|
};
|
|
3559
|
+
/**
|
|
3560
|
+
* 根据Id复制防护策略
|
|
3561
|
+
*
|
|
3562
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3563
|
+
*/
|
|
3564
|
+
copyPolicyById(copyPolicyByIdRequest?: CopyPolicyByIdRequest): {
|
|
3565
|
+
method: string;
|
|
3566
|
+
url: string;
|
|
3567
|
+
contentType: string;
|
|
3568
|
+
queryParams: {};
|
|
3569
|
+
pathParams: {};
|
|
3570
|
+
headers: {};
|
|
3571
|
+
};
|
|
3572
|
+
/**
|
|
3573
|
+
* 创建独享引擎的代理
|
|
3574
|
+
*
|
|
3575
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3576
|
+
*/
|
|
3577
|
+
createAgency(createAgencyRequest?: CreateAgencyRequest): {
|
|
3578
|
+
method: string;
|
|
3579
|
+
url: string;
|
|
3580
|
+
contentType: string;
|
|
3581
|
+
queryParams: {};
|
|
3582
|
+
pathParams: {};
|
|
3583
|
+
headers: {};
|
|
3584
|
+
data: {};
|
|
3585
|
+
};
|
|
3586
|
+
/**
|
|
3587
|
+
* 创建告警通知
|
|
3588
|
+
*
|
|
3589
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3590
|
+
*/
|
|
3591
|
+
createAlertNoticeConfig(createAlertNoticeConfigRequest?: CreateAlertNoticeConfigRequest): {
|
|
3592
|
+
method: string;
|
|
3593
|
+
url: string;
|
|
3594
|
+
contentType: string;
|
|
3595
|
+
queryParams: {};
|
|
3596
|
+
pathParams: {};
|
|
3597
|
+
headers: {};
|
|
3598
|
+
data: {};
|
|
3599
|
+
};
|
|
2735
3600
|
/**
|
|
2736
3601
|
* 创建防篡改规则
|
|
2737
3602
|
*
|
|
@@ -2830,6 +3695,20 @@ export declare const ParamCreater: () => {
|
|
|
2830
3695
|
headers: {};
|
|
2831
3696
|
data: {};
|
|
2832
3697
|
};
|
|
3698
|
+
/**
|
|
3699
|
+
* 下发自定义导出攻击事件的异步任务
|
|
3700
|
+
*
|
|
3701
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3702
|
+
*/
|
|
3703
|
+
createEventExportJob(createEventExportJobRequest?: CreateEventExportJobRequest): {
|
|
3704
|
+
method: string;
|
|
3705
|
+
url: string;
|
|
3706
|
+
contentType: string;
|
|
3707
|
+
queryParams: {};
|
|
3708
|
+
pathParams: {};
|
|
3709
|
+
headers: {};
|
|
3710
|
+
data: {};
|
|
3711
|
+
};
|
|
2833
3712
|
/**
|
|
2834
3713
|
* 创建地理位置控制规则
|
|
2835
3714
|
*
|
|
@@ -2984,6 +3863,20 @@ export declare const ParamCreater: () => {
|
|
|
2984
3863
|
headers: {};
|
|
2985
3864
|
data: {};
|
|
2986
3865
|
};
|
|
3866
|
+
/**
|
|
3867
|
+
* 创建安全报告订阅
|
|
3868
|
+
*
|
|
3869
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3870
|
+
*/
|
|
3871
|
+
createSecurityReportSubscription(createSecurityReportSubscriptionRequest?: CreateSecurityReportSubscriptionRequest): {
|
|
3872
|
+
method: string;
|
|
3873
|
+
url: string;
|
|
3874
|
+
contentType: string;
|
|
3875
|
+
queryParams: {};
|
|
3876
|
+
pathParams: {};
|
|
3877
|
+
headers: {};
|
|
3878
|
+
data: {};
|
|
3879
|
+
};
|
|
2987
3880
|
/**
|
|
2988
3881
|
* 创建引用表,引用表能够被CC攻击防护规则和精准访问防护中的规则所引用。
|
|
2989
3882
|
*
|
|
@@ -3012,6 +3905,19 @@ export declare const ParamCreater: () => {
|
|
|
3012
3905
|
headers: {};
|
|
3013
3906
|
data: {};
|
|
3014
3907
|
};
|
|
3908
|
+
/**
|
|
3909
|
+
* 删除独享引擎的代理
|
|
3910
|
+
*
|
|
3911
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3912
|
+
*/
|
|
3913
|
+
deleteAgency(deleteAgencyRequest?: DeleteAgencyRequest): {
|
|
3914
|
+
method: string;
|
|
3915
|
+
url: string;
|
|
3916
|
+
contentType: string;
|
|
3917
|
+
queryParams: {};
|
|
3918
|
+
pathParams: {};
|
|
3919
|
+
headers: {};
|
|
3920
|
+
};
|
|
3015
3921
|
/**
|
|
3016
3922
|
* 删除JS脚本反爬虫防护规则
|
|
3017
3923
|
*
|
|
@@ -3168,6 +4074,19 @@ export declare const ParamCreater: () => {
|
|
|
3168
4074
|
pathParams: {};
|
|
3169
4075
|
headers: {};
|
|
3170
4076
|
};
|
|
4077
|
+
/**
|
|
4078
|
+
* 删除IP情报防护规则
|
|
4079
|
+
*
|
|
4080
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4081
|
+
*/
|
|
4082
|
+
deleteIpReputationRule(deleteIpReputationRuleRequest?: DeleteIpReputationRuleRequest): {
|
|
4083
|
+
method: string;
|
|
4084
|
+
url: string;
|
|
4085
|
+
contentType: string;
|
|
4086
|
+
queryParams: {};
|
|
4087
|
+
pathParams: {};
|
|
4088
|
+
headers: {};
|
|
4089
|
+
};
|
|
3171
4090
|
/**
|
|
3172
4091
|
* 删除防护策略,若策略正在使用,则需要先接解除域名与策略的绑定关系才能删除策略。
|
|
3173
4092
|
*
|
|
@@ -3220,6 +4139,19 @@ export declare const ParamCreater: () => {
|
|
|
3220
4139
|
pathParams: {};
|
|
3221
4140
|
headers: {};
|
|
3222
4141
|
};
|
|
4142
|
+
/**
|
|
4143
|
+
* 删除安全报告订阅
|
|
4144
|
+
*
|
|
4145
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4146
|
+
*/
|
|
4147
|
+
deleteSecurityReportSubscription(deleteSecurityReportSubscriptionRequest?: DeleteSecurityReportSubscriptionRequest): {
|
|
4148
|
+
method: string;
|
|
4149
|
+
url: string;
|
|
4150
|
+
contentType: string;
|
|
4151
|
+
queryParams: {};
|
|
4152
|
+
pathParams: {};
|
|
4153
|
+
headers: {};
|
|
4154
|
+
};
|
|
3223
4155
|
/**
|
|
3224
4156
|
* 删除引用表
|
|
3225
4157
|
*
|
|
@@ -4485,6 +5417,20 @@ export declare const ParamCreater: () => {
|
|
|
4485
5417
|
headers: {};
|
|
4486
5418
|
data: {};
|
|
4487
5419
|
};
|
|
5420
|
+
/**
|
|
5421
|
+
* 更新IP情报防护规则
|
|
5422
|
+
*
|
|
5423
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5424
|
+
*/
|
|
5425
|
+
updateIpReputationRule(updateIpReputationRuleRequest?: UpdateIpReputationRuleRequest): {
|
|
5426
|
+
method: string;
|
|
5427
|
+
url: string;
|
|
5428
|
+
contentType: string;
|
|
5429
|
+
queryParams: {};
|
|
5430
|
+
pathParams: {};
|
|
5431
|
+
headers: {};
|
|
5432
|
+
data: {};
|
|
5433
|
+
};
|
|
4488
5434
|
/**
|
|
4489
5435
|
* 配置全量日志lts,该接口可用来开启与关闭waf全量日志以及配置日志组和日志流。日志组id和日志流id可前往云日志服务获取。配置的日志流id要属于所配置的日志组。
|
|
4490
5436
|
*
|
|
@@ -4582,6 +5528,34 @@ export declare const ParamCreater: () => {
|
|
|
4582
5528
|
headers: {};
|
|
4583
5529
|
data: {};
|
|
4584
5530
|
};
|
|
5531
|
+
/**
|
|
5532
|
+
* 操作WAF独享引擎
|
|
5533
|
+
*
|
|
5534
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5535
|
+
*/
|
|
5536
|
+
updatePremiumInstance(updatePremiumInstanceRequest?: UpdatePremiumInstanceRequest): {
|
|
5537
|
+
method: string;
|
|
5538
|
+
url: string;
|
|
5539
|
+
contentType: string;
|
|
5540
|
+
queryParams: {};
|
|
5541
|
+
pathParams: {};
|
|
5542
|
+
headers: {};
|
|
5543
|
+
data: {};
|
|
5544
|
+
};
|
|
5545
|
+
/**
|
|
5546
|
+
* 返回独享接入进度
|
|
5547
|
+
*
|
|
5548
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5549
|
+
*/
|
|
5550
|
+
updatePremiumInstanceProgress(updatePremiumInstanceProgressRequest?: UpdatePremiumInstanceProgressRequest): {
|
|
5551
|
+
method: string;
|
|
5552
|
+
url: string;
|
|
5553
|
+
contentType: string;
|
|
5554
|
+
queryParams: {};
|
|
5555
|
+
pathParams: {};
|
|
5556
|
+
headers: {};
|
|
5557
|
+
data: {};
|
|
5558
|
+
};
|
|
4585
5559
|
/**
|
|
4586
5560
|
* 更新隐私屏蔽防护规则
|
|
4587
5561
|
*
|
|
@@ -4610,6 +5584,20 @@ export declare const ParamCreater: () => {
|
|
|
4610
5584
|
headers: {};
|
|
4611
5585
|
data: {};
|
|
4612
5586
|
};
|
|
5587
|
+
/**
|
|
5588
|
+
* 修改安全报告的订阅
|
|
5589
|
+
*
|
|
5590
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5591
|
+
*/
|
|
5592
|
+
updateSecurityReportSubscription(updateSecurityReportSubscriptionRequest?: UpdateSecurityReportSubscriptionRequest): {
|
|
5593
|
+
method: string;
|
|
5594
|
+
url: string;
|
|
5595
|
+
contentType: string;
|
|
5596
|
+
queryParams: {};
|
|
5597
|
+
pathParams: {};
|
|
5598
|
+
headers: {};
|
|
5599
|
+
data: {};
|
|
5600
|
+
};
|
|
4613
5601
|
/**
|
|
4614
5602
|
* 修改引用表
|
|
4615
5603
|
*
|
|
@@ -4638,6 +5626,32 @@ export declare const ParamCreater: () => {
|
|
|
4638
5626
|
headers: {};
|
|
4639
5627
|
data: {};
|
|
4640
5628
|
};
|
|
5629
|
+
/**
|
|
5630
|
+
* 查询用户托管在云解析上的域名
|
|
5631
|
+
*
|
|
5632
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5633
|
+
*/
|
|
5634
|
+
confirmDnsDomain(confirmDnsDomainRequest?: ConfirmDnsDomainRequest): {
|
|
5635
|
+
method: string;
|
|
5636
|
+
url: string;
|
|
5637
|
+
contentType: string;
|
|
5638
|
+
queryParams: {};
|
|
5639
|
+
pathParams: {};
|
|
5640
|
+
headers: {};
|
|
5641
|
+
};
|
|
5642
|
+
/**
|
|
5643
|
+
* 快速接入,直接去修改用户的DNS记录,使域名快速接入WAF
|
|
5644
|
+
*
|
|
5645
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5646
|
+
*/
|
|
5647
|
+
createQuickAccessDomain(createQuickAccessDomainRequest?: CreateQuickAccessDomainRequest): {
|
|
5648
|
+
method: string;
|
|
5649
|
+
url: string;
|
|
5650
|
+
contentType: string;
|
|
5651
|
+
queryParams: {};
|
|
5652
|
+
pathParams: {};
|
|
5653
|
+
headers: {};
|
|
5654
|
+
};
|
|
4641
5655
|
/**
|
|
4642
5656
|
* 根据Id查询Web防护规则
|
|
4643
5657
|
*
|