@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
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchDeleteCompositeHostsResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class BatchDeleteCompositeHostsResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withHostIds(hostIds) {
|
|
10
|
+
this['host_ids'] = hostIds;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set hostIds(hostIds) {
|
|
14
|
+
this['host_ids'] = hostIds;
|
|
15
|
+
}
|
|
16
|
+
get hostIds() {
|
|
17
|
+
return this['host_ids'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.BatchDeleteCompositeHostsResponse = BatchDeleteCompositeHostsResponse;
|
|
21
|
+
//# sourceMappingURL=BatchDeleteCompositeHostsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteCompositeHostsResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteCompositeHostsResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,iCAAkC,SAAQ,yBAAW;IAE9D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,WAAW,CAAC,OAAsB;QACrC,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAAmC;QAClD,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AAfD,8EAeC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PolicyRuleIdRequestBody } from './PolicyRuleIdRequestBody';
|
|
2
|
+
export declare class BatchDeleteRulesRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
private 'rule_type'?;
|
|
5
|
+
body?: PolicyRuleIdRequestBody;
|
|
6
|
+
constructor(contentType?: string, ruleType?: string);
|
|
7
|
+
withContentType(contentType: string): BatchDeleteRulesRequest;
|
|
8
|
+
set contentType(contentType: string | undefined);
|
|
9
|
+
get contentType(): string | undefined;
|
|
10
|
+
withRuleType(ruleType: string): BatchDeleteRulesRequest;
|
|
11
|
+
set ruleType(ruleType: string | undefined);
|
|
12
|
+
get ruleType(): string | undefined;
|
|
13
|
+
withBody(body: PolicyRuleIdRequestBody): BatchDeleteRulesRequest;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=BatchDeleteRulesRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteRulesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteRulesRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,qBAAa,uBAAuB;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,IAAI,CAAC,EAAE,uBAAuB,CAAC;gBACnB,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM;IAInD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,uBAAuB;IAIpE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,uBAAuB;IAI9D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,QAAQ,CAAC,IAAI,EAAE,uBAAuB,GAAG,uBAAuB;CAI1E"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchDeleteRulesRequest = void 0;
|
|
4
|
+
class BatchDeleteRulesRequest {
|
|
5
|
+
constructor(contentType, ruleType) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
this['rule_type'] = ruleType;
|
|
8
|
+
}
|
|
9
|
+
withContentType(contentType) {
|
|
10
|
+
this['Content-Type'] = contentType;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set contentType(contentType) {
|
|
14
|
+
this['Content-Type'] = contentType;
|
|
15
|
+
}
|
|
16
|
+
get contentType() {
|
|
17
|
+
return this['Content-Type'];
|
|
18
|
+
}
|
|
19
|
+
withRuleType(ruleType) {
|
|
20
|
+
this['rule_type'] = ruleType;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set ruleType(ruleType) {
|
|
24
|
+
this['rule_type'] = ruleType;
|
|
25
|
+
}
|
|
26
|
+
get ruleType() {
|
|
27
|
+
return this['rule_type'];
|
|
28
|
+
}
|
|
29
|
+
withBody(body) {
|
|
30
|
+
this['body'] = body;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.BatchDeleteRulesRequest = BatchDeleteRulesRequest;
|
|
35
|
+
//# sourceMappingURL=BatchDeleteRulesRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteRulesRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteRulesRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,uBAAuB;IAIhC,YAAmB,WAAoB,EAAE,QAAiB;QACtD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,QAAQ,CAAC,IAA6B;QACzC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAhCD,0DAgCC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PolicyRuleIdResponseBodyPolicyRuleIds } from './PolicyRuleIdResponseBodyPolicyRuleIds';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class BatchDeleteRulesResponse extends SdkResponse {
|
|
4
|
+
private 'policy_rule_ids'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withPolicyRuleIds(policyRuleIds: Array<PolicyRuleIdResponseBodyPolicyRuleIds>): BatchDeleteRulesResponse;
|
|
7
|
+
set policyRuleIds(policyRuleIds: Array<PolicyRuleIdResponseBodyPolicyRuleIds> | undefined);
|
|
8
|
+
get policyRuleIds(): Array<PolicyRuleIdResponseBodyPolicyRuleIds> | undefined;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=BatchDeleteRulesResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteRulesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteRulesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAEhG,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wBAAyB,SAAQ,WAAW;IACrD,OAAO,CAAC,iBAAiB,CAAC,CAA+C;;IAIlE,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,qCAAqC,CAAC,GAAG,wBAAwB;IAI/G,IAAW,aAAa,CAAC,aAAa,EAAE,KAAK,CAAC,qCAAqC,CAAC,GAAI,SAAS,EAEhG;IACD,IAAW,aAAa,IAAI,KAAK,CAAC,qCAAqC,CAAC,GAAG,SAAS,CAEnF;CACJ"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchDeleteRulesResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class BatchDeleteRulesResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withPolicyRuleIds(policyRuleIds) {
|
|
10
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set policyRuleIds(policyRuleIds) {
|
|
14
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
15
|
+
}
|
|
16
|
+
get policyRuleIds() {
|
|
17
|
+
return this['policy_rule_ids'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.BatchDeleteRulesResponse = BatchDeleteRulesResponse;
|
|
21
|
+
//# sourceMappingURL=BatchDeleteRulesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteRulesResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteRulesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,wBAAyB,SAAQ,yBAAW;IAErD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,iBAAiB,CAAC,aAA2D;QAChF,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAwE;QAC7F,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAfD,4DAeC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PolicyRuleIdRequestBodyPolicyRuleIds } from './PolicyRuleIdRequestBodyPolicyRuleIds';
|
|
2
|
+
export declare class BatchUpdateAntiTamperRulesRequestBody {
|
|
3
|
+
hostname?: string;
|
|
4
|
+
url?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
private 'policy_rule_ids'?;
|
|
7
|
+
constructor(hostname?: string, url?: string, policyRuleIds?: Array<PolicyRuleIdRequestBodyPolicyRuleIds>);
|
|
8
|
+
withHostname(hostname: string): BatchUpdateAntiTamperRulesRequestBody;
|
|
9
|
+
withUrl(url: string): BatchUpdateAntiTamperRulesRequestBody;
|
|
10
|
+
withDescription(description: string): BatchUpdateAntiTamperRulesRequestBody;
|
|
11
|
+
withPolicyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds>): BatchUpdateAntiTamperRulesRequestBody;
|
|
12
|
+
set policyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined);
|
|
13
|
+
get policyRuleIds(): Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=BatchUpdateAntiTamperRulesRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntiTamperRulesRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntiTamperRulesRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAG9F,qBAAa,qCAAqC;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,iBAAiB,CAAC,CAA8C;gBACrD,QAAQ,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC;IAKxG,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,qCAAqC;IAIrE,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,qCAAqC;IAI3D,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,qCAAqC;IAI3E,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,qCAAqC;IAI3H,IAAW,aAAa,CAAC,aAAa,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAI,SAAS,EAE/F;IACD,IAAW,aAAa,IAAI,KAAK,CAAC,oCAAoC,CAAC,GAAG,SAAS,CAElF;CACJ"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchUpdateAntiTamperRulesRequestBody = void 0;
|
|
4
|
+
class BatchUpdateAntiTamperRulesRequestBody {
|
|
5
|
+
constructor(hostname, url, policyRuleIds) {
|
|
6
|
+
this['hostname'] = hostname;
|
|
7
|
+
this['url'] = url;
|
|
8
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
9
|
+
}
|
|
10
|
+
withHostname(hostname) {
|
|
11
|
+
this['hostname'] = hostname;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
withUrl(url) {
|
|
15
|
+
this['url'] = url;
|
|
16
|
+
return this;
|
|
17
|
+
}
|
|
18
|
+
withDescription(description) {
|
|
19
|
+
this['description'] = description;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
withPolicyRuleIds(policyRuleIds) {
|
|
23
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
24
|
+
return this;
|
|
25
|
+
}
|
|
26
|
+
set policyRuleIds(policyRuleIds) {
|
|
27
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
28
|
+
}
|
|
29
|
+
get policyRuleIds() {
|
|
30
|
+
return this['policy_rule_ids'];
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
exports.BatchUpdateAntiTamperRulesRequestBody = BatchUpdateAntiTamperRulesRequestBody;
|
|
34
|
+
//# sourceMappingURL=BatchUpdateAntiTamperRulesRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntiTamperRulesRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntiTamperRulesRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,qCAAqC;IAK9C,YAAmB,QAAiB,EAAE,GAAY,EAAE,aAA2D;QAC3G,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,iBAAiB,CAAC,aAA0D;QAC/E,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAuE;QAC5F,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAhCD,sFAgCC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { LeakageListInfoAction } from './LeakageListInfoAction';
|
|
2
|
+
import { PolicyRuleIdRequestBodyPolicyRuleIds } from './PolicyRuleIdRequestBodyPolicyRuleIds';
|
|
3
|
+
export declare class BatchUpdateAntileakageRuleRequestBody {
|
|
4
|
+
url?: string;
|
|
5
|
+
category?: BatchUpdateAntileakageRuleRequestBodyCategoryEnum | string;
|
|
6
|
+
contents?: Array<string>;
|
|
7
|
+
action?: LeakageListInfoAction;
|
|
8
|
+
description?: string;
|
|
9
|
+
private 'policy_rule_ids'?;
|
|
10
|
+
constructor(url?: string, category?: string, contents?: Array<string>);
|
|
11
|
+
withUrl(url: string): BatchUpdateAntileakageRuleRequestBody;
|
|
12
|
+
withCategory(category: BatchUpdateAntileakageRuleRequestBodyCategoryEnum | string): BatchUpdateAntileakageRuleRequestBody;
|
|
13
|
+
withContents(contents: Array<string>): BatchUpdateAntileakageRuleRequestBody;
|
|
14
|
+
withAction(action: LeakageListInfoAction): BatchUpdateAntileakageRuleRequestBody;
|
|
15
|
+
withDescription(description: string): BatchUpdateAntileakageRuleRequestBody;
|
|
16
|
+
withPolicyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds>): BatchUpdateAntileakageRuleRequestBody;
|
|
17
|
+
set policyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined);
|
|
18
|
+
get policyRuleIds(): Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @export
|
|
22
|
+
* @enum {string}
|
|
23
|
+
*/
|
|
24
|
+
export declare enum BatchUpdateAntileakageRuleRequestBodyCategoryEnum {
|
|
25
|
+
CODE = "code",
|
|
26
|
+
SENSITIVE = "sensitive"
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=BatchUpdateAntileakageRuleRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntileakageRuleRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntileakageRuleRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAG9F,qBAAa,qCAAqC;IACvC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,iDAAiD,GAAG,MAAM,CAAC;IACtE,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,iBAAiB,CAAC,CAA8C;gBACrD,GAAG,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;IAKrE,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,qCAAqC;IAI3D,YAAY,CAAC,QAAQ,EAAE,iDAAiD,GAAG,MAAM,GAAG,qCAAqC;IAIzH,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,qCAAqC;IAI5E,UAAU,CAAC,MAAM,EAAE,qBAAqB,GAAG,qCAAqC;IAIhF,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,qCAAqC;IAI3E,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,qCAAqC;IAI3H,IAAW,aAAa,CAAC,aAAa,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAI,SAAS,EAE/F;IACD,IAAW,aAAa,IAAI,KAAK,CAAC,oCAAoC,CAAC,GAAG,SAAS,CAElF;CACJ;AAED;;;MAGM;AACN,oBAAY,iDAAiD;IACzD,IAAI,SAAS;IACb,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchUpdateAntileakageRuleRequestBodyCategoryEnum = exports.BatchUpdateAntileakageRuleRequestBody = void 0;
|
|
4
|
+
class BatchUpdateAntileakageRuleRequestBody {
|
|
5
|
+
constructor(url, category, contents) {
|
|
6
|
+
this['url'] = url;
|
|
7
|
+
this['category'] = category;
|
|
8
|
+
this['contents'] = contents;
|
|
9
|
+
}
|
|
10
|
+
withUrl(url) {
|
|
11
|
+
this['url'] = url;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
withCategory(category) {
|
|
15
|
+
this['category'] = category;
|
|
16
|
+
return this;
|
|
17
|
+
}
|
|
18
|
+
withContents(contents) {
|
|
19
|
+
this['contents'] = contents;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
withAction(action) {
|
|
23
|
+
this['action'] = action;
|
|
24
|
+
return this;
|
|
25
|
+
}
|
|
26
|
+
withDescription(description) {
|
|
27
|
+
this['description'] = description;
|
|
28
|
+
return this;
|
|
29
|
+
}
|
|
30
|
+
withPolicyRuleIds(policyRuleIds) {
|
|
31
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
set policyRuleIds(policyRuleIds) {
|
|
35
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
36
|
+
}
|
|
37
|
+
get policyRuleIds() {
|
|
38
|
+
return this['policy_rule_ids'];
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.BatchUpdateAntileakageRuleRequestBody = BatchUpdateAntileakageRuleRequestBody;
|
|
42
|
+
/**
|
|
43
|
+
* @export
|
|
44
|
+
* @enum {string}
|
|
45
|
+
*/
|
|
46
|
+
var BatchUpdateAntileakageRuleRequestBodyCategoryEnum;
|
|
47
|
+
(function (BatchUpdateAntileakageRuleRequestBodyCategoryEnum) {
|
|
48
|
+
BatchUpdateAntileakageRuleRequestBodyCategoryEnum["CODE"] = "code";
|
|
49
|
+
BatchUpdateAntileakageRuleRequestBodyCategoryEnum["SENSITIVE"] = "sensitive";
|
|
50
|
+
})(BatchUpdateAntileakageRuleRequestBodyCategoryEnum = exports.BatchUpdateAntileakageRuleRequestBodyCategoryEnum || (exports.BatchUpdateAntileakageRuleRequestBodyCategoryEnum = {}));
|
|
51
|
+
//# sourceMappingURL=BatchUpdateAntileakageRuleRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntileakageRuleRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntileakageRuleRequestBody.ts"],"names":[],"mappings":";;;AAIA,MAAa,qCAAqC;IAO9C,YAAmB,GAAY,EAAE,QAAiB,EAAE,QAAwB;QACxE,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;IAChC,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAoE;QACpF,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAuB;QACvC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAA6B;QAC3C,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,iBAAiB,CAAC,aAA0D;QAC/E,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAuE;QAC5F,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AA1CD,sFA0CC;AAED;;;MAGM;AACN,IAAY,iDAGX;AAHD,WAAY,iDAAiD;IACzD,kEAAa,CAAA;IACb,4EAAuB,CAAA;AAC3B,CAAC,EAHW,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAG5D"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BatchUpdateAntileakageRuleRequestBody } from './BatchUpdateAntileakageRuleRequestBody';
|
|
2
|
+
export declare class BatchUpdateAntileakageRulesRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
body?: BatchUpdateAntileakageRuleRequestBody;
|
|
5
|
+
constructor(contentType?: string);
|
|
6
|
+
withContentType(contentType: string): BatchUpdateAntileakageRulesRequest;
|
|
7
|
+
set contentType(contentType: string | undefined);
|
|
8
|
+
get contentType(): string | undefined;
|
|
9
|
+
withBody(body: BatchUpdateAntileakageRuleRequestBody): BatchUpdateAntileakageRulesRequest;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=BatchUpdateAntileakageRulesRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntileakageRulesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntileakageRulesRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAGhG,qBAAa,kCAAkC;IAC3C,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,qCAAqC,CAAC;gBACjC,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,kCAAkC;IAI/E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,qCAAqC,GAAG,kCAAkC;CAInG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchUpdateAntileakageRulesRequest = void 0;
|
|
4
|
+
class BatchUpdateAntileakageRulesRequest {
|
|
5
|
+
constructor(contentType) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
}
|
|
8
|
+
withContentType(contentType) {
|
|
9
|
+
this['Content-Type'] = contentType;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set contentType(contentType) {
|
|
13
|
+
this['Content-Type'] = contentType;
|
|
14
|
+
}
|
|
15
|
+
get contentType() {
|
|
16
|
+
return this['Content-Type'];
|
|
17
|
+
}
|
|
18
|
+
withBody(body) {
|
|
19
|
+
this['body'] = body;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.BatchUpdateAntileakageRulesRequest = BatchUpdateAntileakageRulesRequest;
|
|
24
|
+
//# sourceMappingURL=BatchUpdateAntileakageRulesRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntileakageRulesRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntileakageRulesRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,kCAAkC;IAG3C,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,QAAQ,CAAC,IAA2C;QACvD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,gFAoBC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PolicyRuleIdResponseBodyPolicyRuleIds } from './PolicyRuleIdResponseBodyPolicyRuleIds';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class BatchUpdateAntileakageRulesResponse extends SdkResponse {
|
|
4
|
+
private 'policy_rule_ids'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withPolicyRuleIds(policyRuleIds: Array<PolicyRuleIdResponseBodyPolicyRuleIds>): BatchUpdateAntileakageRulesResponse;
|
|
7
|
+
set policyRuleIds(policyRuleIds: Array<PolicyRuleIdResponseBodyPolicyRuleIds> | undefined);
|
|
8
|
+
get policyRuleIds(): Array<PolicyRuleIdResponseBodyPolicyRuleIds> | undefined;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=BatchUpdateAntileakageRulesResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntileakageRulesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntileakageRulesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAEhG,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mCAAoC,SAAQ,WAAW;IAChE,OAAO,CAAC,iBAAiB,CAAC,CAA+C;;IAIlE,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,qCAAqC,CAAC,GAAG,mCAAmC;IAI1H,IAAW,aAAa,CAAC,aAAa,EAAE,KAAK,CAAC,qCAAqC,CAAC,GAAI,SAAS,EAEhG;IACD,IAAW,aAAa,IAAI,KAAK,CAAC,qCAAqC,CAAC,GAAG,SAAS,CAEnF;CACJ"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchUpdateAntileakageRulesResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class BatchUpdateAntileakageRulesResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withPolicyRuleIds(policyRuleIds) {
|
|
10
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set policyRuleIds(policyRuleIds) {
|
|
14
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
15
|
+
}
|
|
16
|
+
get policyRuleIds() {
|
|
17
|
+
return this['policy_rule_ids'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.BatchUpdateAntileakageRulesResponse = BatchUpdateAntileakageRulesResponse;
|
|
21
|
+
//# sourceMappingURL=BatchUpdateAntileakageRulesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntileakageRulesResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntileakageRulesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,mCAAoC,SAAQ,yBAAW;IAEhE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,iBAAiB,CAAC,aAA2D;QAChF,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAwE;QAC7F,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAfD,kFAeC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BatchUpdateAntiTamperRulesRequestBody } from './BatchUpdateAntiTamperRulesRequestBody';
|
|
2
|
+
export declare class BatchUpdateAntitamperRulesRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
body?: BatchUpdateAntiTamperRulesRequestBody;
|
|
5
|
+
constructor(contentType?: string);
|
|
6
|
+
withContentType(contentType: string): BatchUpdateAntitamperRulesRequest;
|
|
7
|
+
set contentType(contentType: string | undefined);
|
|
8
|
+
get contentType(): string | undefined;
|
|
9
|
+
withBody(body: BatchUpdateAntiTamperRulesRequestBody): BatchUpdateAntitamperRulesRequest;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=BatchUpdateAntitamperRulesRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntitamperRulesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntitamperRulesRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAGhG,qBAAa,iCAAiC;IAC1C,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,qCAAqC,CAAC;gBACjC,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,iCAAiC;IAI9E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,qCAAqC,GAAG,iCAAiC;CAIlG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchUpdateAntitamperRulesRequest = void 0;
|
|
4
|
+
class BatchUpdateAntitamperRulesRequest {
|
|
5
|
+
constructor(contentType) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
}
|
|
8
|
+
withContentType(contentType) {
|
|
9
|
+
this['Content-Type'] = contentType;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set contentType(contentType) {
|
|
13
|
+
this['Content-Type'] = contentType;
|
|
14
|
+
}
|
|
15
|
+
get contentType() {
|
|
16
|
+
return this['Content-Type'];
|
|
17
|
+
}
|
|
18
|
+
withBody(body) {
|
|
19
|
+
this['body'] = body;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.BatchUpdateAntitamperRulesRequest = BatchUpdateAntitamperRulesRequest;
|
|
24
|
+
//# sourceMappingURL=BatchUpdateAntitamperRulesRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntitamperRulesRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntitamperRulesRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,iCAAiC;IAG1C,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,QAAQ,CAAC,IAA2C;QACvD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,8EAoBC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PolicyRuleIdResponseBodyPolicyRuleIds } from './PolicyRuleIdResponseBodyPolicyRuleIds';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class BatchUpdateAntitamperRulesResponse extends SdkResponse {
|
|
4
|
+
private 'policy_rule_ids'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withPolicyRuleIds(policyRuleIds: Array<PolicyRuleIdResponseBodyPolicyRuleIds>): BatchUpdateAntitamperRulesResponse;
|
|
7
|
+
set policyRuleIds(policyRuleIds: Array<PolicyRuleIdResponseBodyPolicyRuleIds> | undefined);
|
|
8
|
+
get policyRuleIds(): Array<PolicyRuleIdResponseBodyPolicyRuleIds> | undefined;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=BatchUpdateAntitamperRulesResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntitamperRulesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntitamperRulesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAEhG,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,kCAAmC,SAAQ,WAAW;IAC/D,OAAO,CAAC,iBAAiB,CAAC,CAA+C;;IAIlE,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,qCAAqC,CAAC,GAAG,kCAAkC;IAIzH,IAAW,aAAa,CAAC,aAAa,EAAE,KAAK,CAAC,qCAAqC,CAAC,GAAI,SAAS,EAEhG;IACD,IAAW,aAAa,IAAI,KAAK,CAAC,qCAAqC,CAAC,GAAG,SAAS,CAEnF;CACJ"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchUpdateAntitamperRulesResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class BatchUpdateAntitamperRulesResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withPolicyRuleIds(policyRuleIds) {
|
|
10
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set policyRuleIds(policyRuleIds) {
|
|
14
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
15
|
+
}
|
|
16
|
+
get policyRuleIds() {
|
|
17
|
+
return this['policy_rule_ids'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.BatchUpdateAntitamperRulesResponse = BatchUpdateAntitamperRulesResponse;
|
|
21
|
+
//# sourceMappingURL=BatchUpdateAntitamperRulesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateAntitamperRulesResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateAntitamperRulesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,kCAAmC,SAAQ,yBAAW;IAE/D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,iBAAiB,CAAC,aAA2D;QAChF,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAwE;QAC7F,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAfD,gFAeC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BatchUpdateCcRulesRequestBody } from './BatchUpdateCcRulesRequestBody';
|
|
2
|
+
export declare class BatchUpdateCcRulesRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
body?: BatchUpdateCcRulesRequestBody;
|
|
5
|
+
constructor(contentType?: string);
|
|
6
|
+
withContentType(contentType: string): BatchUpdateCcRulesRequest;
|
|
7
|
+
set contentType(contentType: string | undefined);
|
|
8
|
+
get contentType(): string | undefined;
|
|
9
|
+
withBody(body: BatchUpdateCcRulesRequestBody): BatchUpdateCcRulesRequest;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=BatchUpdateCcRulesRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateCcRulesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateCcRulesRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAGhF,qBAAa,yBAAyB;IAClC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,6BAA6B,CAAC;gBACzB,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,yBAAyB;IAItE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,6BAA6B,GAAG,yBAAyB;CAIlF"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchUpdateCcRulesRequest = void 0;
|
|
4
|
+
class BatchUpdateCcRulesRequest {
|
|
5
|
+
constructor(contentType) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
}
|
|
8
|
+
withContentType(contentType) {
|
|
9
|
+
this['Content-Type'] = contentType;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set contentType(contentType) {
|
|
13
|
+
this['Content-Type'] = contentType;
|
|
14
|
+
}
|
|
15
|
+
get contentType() {
|
|
16
|
+
return this['Content-Type'];
|
|
17
|
+
}
|
|
18
|
+
withBody(body) {
|
|
19
|
+
this['body'] = body;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.BatchUpdateCcRulesRequest = BatchUpdateCcRulesRequest;
|
|
24
|
+
//# sourceMappingURL=BatchUpdateCcRulesRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateCcRulesRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateCcRulesRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,yBAAyB;IAGlC,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,QAAQ,CAAC,IAAmC;QAC/C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,8DAoBC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { CcCondition } from './CcCondition';
|
|
2
|
+
import { CcrulesListInfoTagCondition } from './CcrulesListInfoTagCondition';
|
|
3
|
+
import { CreateCcRuleRequestBodyAction } from './CreateCcRuleRequestBodyAction';
|
|
4
|
+
import { PolicyRuleIdRequestBodyPolicyRuleIds } from './PolicyRuleIdRequestBodyPolicyRuleIds';
|
|
5
|
+
export declare class BatchUpdateCcRulesRequestBody {
|
|
6
|
+
name?: string;
|
|
7
|
+
mode?: number;
|
|
8
|
+
url?: string;
|
|
9
|
+
conditions?: Array<CcCondition>;
|
|
10
|
+
action?: CreateCcRuleRequestBodyAction;
|
|
11
|
+
private 'tag_type'?;
|
|
12
|
+
private 'tag_index'?;
|
|
13
|
+
private 'tag_condition'?;
|
|
14
|
+
private 'limit_num'?;
|
|
15
|
+
private 'limit_period'?;
|
|
16
|
+
private 'unlock_num'?;
|
|
17
|
+
private 'lock_time'?;
|
|
18
|
+
private 'domain_aggregation'?;
|
|
19
|
+
private 'region_aggregation'?;
|
|
20
|
+
description?: string;
|
|
21
|
+
private 'policy_rule_ids'?;
|
|
22
|
+
constructor(mode?: number, conditions?: Array<CcCondition>, action?: CreateCcRuleRequestBodyAction, tagType?: string, limitNum?: number, limitPeriod?: number);
|
|
23
|
+
withName(name: string): BatchUpdateCcRulesRequestBody;
|
|
24
|
+
withMode(mode: number): BatchUpdateCcRulesRequestBody;
|
|
25
|
+
withUrl(url: string): BatchUpdateCcRulesRequestBody;
|
|
26
|
+
withConditions(conditions: Array<CcCondition>): BatchUpdateCcRulesRequestBody;
|
|
27
|
+
withAction(action: CreateCcRuleRequestBodyAction): BatchUpdateCcRulesRequestBody;
|
|
28
|
+
withTagType(tagType: BatchUpdateCcRulesRequestBodyTagTypeEnum | string): BatchUpdateCcRulesRequestBody;
|
|
29
|
+
set tagType(tagType: BatchUpdateCcRulesRequestBodyTagTypeEnum | string | undefined);
|
|
30
|
+
get tagType(): BatchUpdateCcRulesRequestBodyTagTypeEnum | string | undefined;
|
|
31
|
+
withTagIndex(tagIndex: string): BatchUpdateCcRulesRequestBody;
|
|
32
|
+
set tagIndex(tagIndex: string | undefined);
|
|
33
|
+
get tagIndex(): string | undefined;
|
|
34
|
+
withTagCondition(tagCondition: CcrulesListInfoTagCondition): BatchUpdateCcRulesRequestBody;
|
|
35
|
+
set tagCondition(tagCondition: CcrulesListInfoTagCondition | undefined);
|
|
36
|
+
get tagCondition(): CcrulesListInfoTagCondition | undefined;
|
|
37
|
+
withLimitNum(limitNum: number): BatchUpdateCcRulesRequestBody;
|
|
38
|
+
set limitNum(limitNum: number | undefined);
|
|
39
|
+
get limitNum(): number | undefined;
|
|
40
|
+
withLimitPeriod(limitPeriod: number): BatchUpdateCcRulesRequestBody;
|
|
41
|
+
set limitPeriod(limitPeriod: number | undefined);
|
|
42
|
+
get limitPeriod(): number | undefined;
|
|
43
|
+
withUnlockNum(unlockNum: number): BatchUpdateCcRulesRequestBody;
|
|
44
|
+
set unlockNum(unlockNum: number | undefined);
|
|
45
|
+
get unlockNum(): number | undefined;
|
|
46
|
+
withLockTime(lockTime: number): BatchUpdateCcRulesRequestBody;
|
|
47
|
+
set lockTime(lockTime: number | undefined);
|
|
48
|
+
get lockTime(): number | undefined;
|
|
49
|
+
withDomainAggregation(domainAggregation: boolean): BatchUpdateCcRulesRequestBody;
|
|
50
|
+
set domainAggregation(domainAggregation: boolean | undefined);
|
|
51
|
+
get domainAggregation(): boolean | undefined;
|
|
52
|
+
withRegionAggregation(regionAggregation: boolean): BatchUpdateCcRulesRequestBody;
|
|
53
|
+
set regionAggregation(regionAggregation: boolean | undefined);
|
|
54
|
+
get regionAggregation(): boolean | undefined;
|
|
55
|
+
withDescription(description: string): BatchUpdateCcRulesRequestBody;
|
|
56
|
+
withPolicyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds>): BatchUpdateCcRulesRequestBody;
|
|
57
|
+
set policyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined);
|
|
58
|
+
get policyRuleIds(): Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @export
|
|
62
|
+
* @enum {string}
|
|
63
|
+
*/
|
|
64
|
+
export declare enum BatchUpdateCcRulesRequestBodyTagTypeEnum {
|
|
65
|
+
IP = "ip",
|
|
66
|
+
COOKIE = "cookie",
|
|
67
|
+
HEADER = "header",
|
|
68
|
+
OTHER = "other",
|
|
69
|
+
POLICY = "policy",
|
|
70
|
+
DOMAIN = "domain",
|
|
71
|
+
URL = "url"
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=BatchUpdateCcRulesRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchUpdateCcRulesRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchUpdateCcRulesRequestBody.ts"],"names":[],"mappings":"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"}
|