@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
|
@@ -4,6 +4,10 @@ export declare class ListCcRulesRequest {
|
|
|
4
4
|
private 'policy_id'?;
|
|
5
5
|
offset?: number;
|
|
6
6
|
limit?: number;
|
|
7
|
+
name?: string;
|
|
8
|
+
status?: number;
|
|
9
|
+
category?: string;
|
|
10
|
+
private 'tag_type'?;
|
|
7
11
|
constructor(contentType?: string, policyId?: string, offset?: number, limit?: number);
|
|
8
12
|
withContentType(contentType: string): ListCcRulesRequest;
|
|
9
13
|
set contentType(contentType: string | undefined);
|
|
@@ -16,5 +20,11 @@ export declare class ListCcRulesRequest {
|
|
|
16
20
|
get policyId(): string | undefined;
|
|
17
21
|
withOffset(offset: number): ListCcRulesRequest;
|
|
18
22
|
withLimit(limit: number): ListCcRulesRequest;
|
|
23
|
+
withName(name: string): ListCcRulesRequest;
|
|
24
|
+
withStatus(status: number): ListCcRulesRequest;
|
|
25
|
+
withCategory(category: string): ListCcRulesRequest;
|
|
26
|
+
withTagType(tagType: string): ListCcRulesRequest;
|
|
27
|
+
set tagType(tagType: string | undefined);
|
|
28
|
+
get tagType(): string | undefined;
|
|
19
29
|
}
|
|
20
30
|
//# sourceMappingURL=ListCcRulesRequest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListCcRulesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListCcRulesRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAC3B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ListCcRulesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListCcRulesRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAC3B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,UAAU,CAAC,CAAS;gBACT,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;IAMpF,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,kBAAkB;IAI/D,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,kBAAkB;IAI/E,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB;IAIzD,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB;IAI9C,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,kBAAkB;IAI5C,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,kBAAkB;IAI1C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB;IAI9C,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB;IAIlD,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,kBAAkB;IAIvD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
|
|
@@ -46,6 +46,28 @@ class ListCcRulesRequest {
|
|
|
46
46
|
this['limit'] = limit;
|
|
47
47
|
return this;
|
|
48
48
|
}
|
|
49
|
+
withName(name) {
|
|
50
|
+
this['name'] = name;
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
withStatus(status) {
|
|
54
|
+
this['status'] = status;
|
|
55
|
+
return this;
|
|
56
|
+
}
|
|
57
|
+
withCategory(category) {
|
|
58
|
+
this['category'] = category;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
withTagType(tagType) {
|
|
62
|
+
this['tag_type'] = tagType;
|
|
63
|
+
return this;
|
|
64
|
+
}
|
|
65
|
+
set tagType(tagType) {
|
|
66
|
+
this['tag_type'] = tagType;
|
|
67
|
+
}
|
|
68
|
+
get tagType() {
|
|
69
|
+
return this['tag_type'];
|
|
70
|
+
}
|
|
49
71
|
}
|
|
50
72
|
exports.ListCcRulesRequest = ListCcRulesRequest;
|
|
51
73
|
//# sourceMappingURL=ListCcRulesRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListCcRulesRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListCcRulesRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"ListCcRulesRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListCcRulesRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IAU3B,YAAmB,WAAoB,EAAE,QAAiB,EAAE,MAAe,EAAE,KAAc;QACvF,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;IAC1B,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,uBAAuB,CAAC,mBAA2B;QACtD,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;QACpD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,mBAAmB,CAAC,mBAAwC;QACnE,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;IACxD,CAAC;IACD,IAAW,mBAAmB;QAC1B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC;IACzC,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,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AA5ED,gDA4EC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PolicyRuleIdRequestBodyPolicyRuleIds } from './PolicyRuleIdRequestBodyPolicyRuleIds';
|
|
2
|
+
export declare class PolicyRuleIdRequestBody {
|
|
3
|
+
private 'policy_rule_ids'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withPolicyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds>): PolicyRuleIdRequestBody;
|
|
6
|
+
set policyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined);
|
|
7
|
+
get policyRuleIds(): Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=PolicyRuleIdRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolicyRuleIdRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAG9F,qBAAa,uBAAuB;IAChC,OAAO,CAAC,iBAAiB,CAAC,CAA8C;;IAGjE,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,uBAAuB;IAI7G,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,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PolicyRuleIdRequestBody = void 0;
|
|
4
|
+
class PolicyRuleIdRequestBody {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withPolicyRuleIds(policyRuleIds) {
|
|
8
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set policyRuleIds(policyRuleIds) {
|
|
12
|
+
this['policy_rule_ids'] = policyRuleIds;
|
|
13
|
+
}
|
|
14
|
+
get policyRuleIds() {
|
|
15
|
+
return this['policy_rule_ids'];
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.PolicyRuleIdRequestBody = PolicyRuleIdRequestBody;
|
|
19
|
+
//# sourceMappingURL=PolicyRuleIdRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolicyRuleIdRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,uBAAuB;IAEhC;IACA,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;AAdD,0DAcC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class PolicyRuleIdRequestBodyPolicyRuleIds {
|
|
2
|
+
private 'policy_id'?;
|
|
3
|
+
private 'rule_ids'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withPolicyId(policyId: string): PolicyRuleIdRequestBodyPolicyRuleIds;
|
|
6
|
+
set policyId(policyId: string | undefined);
|
|
7
|
+
get policyId(): string | undefined;
|
|
8
|
+
withRuleIds(ruleIds: Array<string>): PolicyRuleIdRequestBodyPolicyRuleIds;
|
|
9
|
+
set ruleIds(ruleIds: Array<string> | undefined);
|
|
10
|
+
get ruleIds(): Array<string> | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PolicyRuleIdRequestBodyPolicyRuleIds.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolicyRuleIdRequestBodyPolicyRuleIds.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.ts"],"names":[],"mappings":"AAEA,qBAAa,oCAAoC;IAC7C,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAgB;;IAG5B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oCAAoC;IAI3E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,oCAAoC;IAIhF,IAAW,OAAO,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAErD;IACD,IAAW,OAAO,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAE9C;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PolicyRuleIdRequestBodyPolicyRuleIds = void 0;
|
|
4
|
+
class PolicyRuleIdRequestBodyPolicyRuleIds {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withPolicyId(policyId) {
|
|
8
|
+
this['policy_id'] = policyId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set policyId(policyId) {
|
|
12
|
+
this['policy_id'] = policyId;
|
|
13
|
+
}
|
|
14
|
+
get policyId() {
|
|
15
|
+
return this['policy_id'];
|
|
16
|
+
}
|
|
17
|
+
withRuleIds(ruleIds) {
|
|
18
|
+
this['rule_ids'] = ruleIds;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set ruleIds(ruleIds) {
|
|
22
|
+
this['rule_ids'] = ruleIds;
|
|
23
|
+
}
|
|
24
|
+
get ruleIds() {
|
|
25
|
+
return this['rule_ids'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.PolicyRuleIdRequestBodyPolicyRuleIds = PolicyRuleIdRequestBodyPolicyRuleIds;
|
|
29
|
+
//# sourceMappingURL=PolicyRuleIdRequestBodyPolicyRuleIds.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolicyRuleIdRequestBodyPolicyRuleIds.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.ts"],"names":[],"mappings":";;;AAEA,MAAa,oCAAoC;IAG7C;IACA,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,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;AAzBD,oFAyBC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class PolicyRuleIdResponseBodyPolicyRuleIds {
|
|
2
|
+
private 'policy_id'?;
|
|
3
|
+
private 'rule_ids'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withPolicyId(policyId: string): PolicyRuleIdResponseBodyPolicyRuleIds;
|
|
6
|
+
set policyId(policyId: string | undefined);
|
|
7
|
+
get policyId(): string | undefined;
|
|
8
|
+
withRuleIds(ruleIds: Array<string>): PolicyRuleIdResponseBodyPolicyRuleIds;
|
|
9
|
+
set ruleIds(ruleIds: Array<string> | undefined);
|
|
10
|
+
get ruleIds(): Array<string> | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=PolicyRuleIdResponseBodyPolicyRuleIds.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolicyRuleIdResponseBodyPolicyRuleIds.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.ts"],"names":[],"mappings":"AAEA,qBAAa,qCAAqC;IAC9C,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAgB;;IAG5B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,qCAAqC;IAI5E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,qCAAqC;IAIjF,IAAW,OAAO,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAErD;IACD,IAAW,OAAO,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAE9C;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PolicyRuleIdResponseBodyPolicyRuleIds = void 0;
|
|
4
|
+
class PolicyRuleIdResponseBodyPolicyRuleIds {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withPolicyId(policyId) {
|
|
8
|
+
this['policy_id'] = policyId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set policyId(policyId) {
|
|
12
|
+
this['policy_id'] = policyId;
|
|
13
|
+
}
|
|
14
|
+
get policyId() {
|
|
15
|
+
return this['policy_id'];
|
|
16
|
+
}
|
|
17
|
+
withRuleIds(ruleIds) {
|
|
18
|
+
this['rule_ids'] = ruleIds;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set ruleIds(ruleIds) {
|
|
22
|
+
this['rule_ids'] = ruleIds;
|
|
23
|
+
}
|
|
24
|
+
get ruleIds() {
|
|
25
|
+
return this['rule_ids'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.PolicyRuleIdResponseBodyPolicyRuleIds = PolicyRuleIdResponseBodyPolicyRuleIds;
|
|
29
|
+
//# sourceMappingURL=PolicyRuleIdResponseBodyPolicyRuleIds.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolicyRuleIdResponseBodyPolicyRuleIds.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.ts"],"names":[],"mappings":";;;AAEA,MAAa,qCAAqC;IAG9C;IACA,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,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;AAzBD,sFAyBC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class PremiumWafAgencyRequest {
|
|
2
|
+
private 'role_name_list'?;
|
|
3
|
+
constructor();
|
|
4
|
+
withRoleNameList(roleNameList: Array<string>): PremiumWafAgencyRequest;
|
|
5
|
+
set roleNameList(roleNameList: Array<string> | undefined);
|
|
6
|
+
get roleNameList(): Array<string> | undefined;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=PremiumWafAgencyRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PremiumWafAgencyRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PremiumWafAgencyRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;IAChC,OAAO,CAAC,gBAAgB,CAAC,CAAgB;;IAGlC,gBAAgB,CAAC,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,uBAAuB;IAI7E,IAAW,YAAY,CAAC,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAE/D;IACD,IAAW,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAEnD;CACJ"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PremiumWafAgencyRequest = void 0;
|
|
4
|
+
class PremiumWafAgencyRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withRoleNameList(roleNameList) {
|
|
8
|
+
this['role_name_list'] = roleNameList;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set roleNameList(roleNameList) {
|
|
12
|
+
this['role_name_list'] = roleNameList;
|
|
13
|
+
}
|
|
14
|
+
get roleNameList() {
|
|
15
|
+
return this['role_name_list'];
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.PremiumWafAgencyRequest = PremiumWafAgencyRequest;
|
|
19
|
+
//# sourceMappingURL=PremiumWafAgencyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PremiumWafAgencyRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PremiumWafAgencyRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uBAAuB;IAEhC;IACA,CAAC;IACM,gBAAgB,CAAC,YAA2B;QAC/C,IAAI,CAAC,gBAAgB,CAAC,GAAG,YAAY,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAwC;QAC5D,IAAI,CAAC,gBAAgB,CAAC,GAAG,YAAY,CAAC;IAC1C,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;CACJ;AAdD,0DAcC"}
|
|
@@ -6,6 +6,9 @@ export declare class ResourceResponse {
|
|
|
6
6
|
status?: number;
|
|
7
7
|
expireTime?: string;
|
|
8
8
|
resourceSize?: number;
|
|
9
|
+
timestamp?: number;
|
|
10
|
+
relativeType?: number;
|
|
11
|
+
region?: string;
|
|
9
12
|
constructor();
|
|
10
13
|
withResourceId(resourceId: string): ResourceResponse;
|
|
11
14
|
withCloudServiceType(cloudServiceType: string): ResourceResponse;
|
|
@@ -14,5 +17,8 @@ export declare class ResourceResponse {
|
|
|
14
17
|
withStatus(status: number): ResourceResponse;
|
|
15
18
|
withExpireTime(expireTime: string): ResourceResponse;
|
|
16
19
|
withResourceSize(resourceSize: number): ResourceResponse;
|
|
20
|
+
withTimestamp(timestamp: number): ResourceResponse;
|
|
21
|
+
withRelativeType(relativeType: number): ResourceResponse;
|
|
22
|
+
withRegion(region: string): ResourceResponse;
|
|
17
23
|
}
|
|
18
24
|
//# sourceMappingURL=ResourceResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ResourceResponse.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;;
|
|
1
|
+
{"version":3,"file":"ResourceResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ResourceResponse.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;;IAGhB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,gBAAgB;IAIpD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,gBAAgB;IAIhE,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,gBAAgB;IAIxD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,gBAAgB;IAIhE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB;IAI5C,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,gBAAgB;IAIpD,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,gBAAgB;IAIxD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,gBAAgB;IAIlD,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,gBAAgB;IAIxD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB;CAItD"}
|
|
@@ -32,6 +32,18 @@ class ResourceResponse {
|
|
|
32
32
|
this['resourceSize'] = resourceSize;
|
|
33
33
|
return this;
|
|
34
34
|
}
|
|
35
|
+
withTimestamp(timestamp) {
|
|
36
|
+
this['timestamp'] = timestamp;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
withRelativeType(relativeType) {
|
|
40
|
+
this['relativeType'] = relativeType;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
withRegion(region) {
|
|
44
|
+
this['region'] = region;
|
|
45
|
+
return this;
|
|
46
|
+
}
|
|
35
47
|
}
|
|
36
48
|
exports.ResourceResponse = ResourceResponse;
|
|
37
49
|
//# sourceMappingURL=ResourceResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ResourceResponse.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ResourceResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ResourceResponse.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAWzB;IACA,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,kBAAkB,CAAC,GAAG,gBAAgB,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,cAAc,CAAC,GAAG,YAAY,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,kBAAkB,CAAC,GAAG,gBAAgB,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,cAAc,CAAC,GAAG,YAAY,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,cAAc,CAAC,GAAG,YAAY,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArDD,4CAqDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Server.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/Server.ts"],"names":[],"mappings":"AAEA,qBAAa,MAAM;IACR,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;;IAGjB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAI9B,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;CAI9C"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Server = void 0;
|
|
4
|
+
class Server {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withType(type) {
|
|
8
|
+
this['type'] = type;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
withAddress(address) {
|
|
12
|
+
this['address'] = address;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.Server = Server;
|
|
17
|
+
//# sourceMappingURL=Server.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Server.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/Server.ts"],"names":[],"mappings":";;;AAEA,MAAa,MAAM;IAGf;IACA,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAbD,wBAaC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { UpdateIpReputationRuleRequestBody } from './UpdateIpReputationRuleRequestBody';
|
|
2
|
+
export declare class UpdateIpReputationRuleRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
private 'enterprise_project_id'?;
|
|
5
|
+
private 'policy_id'?;
|
|
6
|
+
private 'rule_id'?;
|
|
7
|
+
body?: UpdateIpReputationRuleRequestBody;
|
|
8
|
+
constructor(contentType?: string, policyId?: string, ruleId?: string);
|
|
9
|
+
withContentType(contentType: string): UpdateIpReputationRuleRequest;
|
|
10
|
+
set contentType(contentType: string | undefined);
|
|
11
|
+
get contentType(): string | undefined;
|
|
12
|
+
withEnterpriseProjectId(enterpriseProjectId: string): UpdateIpReputationRuleRequest;
|
|
13
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
14
|
+
get enterpriseProjectId(): string | undefined;
|
|
15
|
+
withPolicyId(policyId: string): UpdateIpReputationRuleRequest;
|
|
16
|
+
set policyId(policyId: string | undefined);
|
|
17
|
+
get policyId(): string | undefined;
|
|
18
|
+
withRuleId(ruleId: string): UpdateIpReputationRuleRequest;
|
|
19
|
+
set ruleId(ruleId: string | undefined);
|
|
20
|
+
get ruleId(): string | undefined;
|
|
21
|
+
withBody(body: UpdateIpReputationRuleRequestBody): UpdateIpReputationRuleRequest;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAGxF,qBAAa,6BAA6B;IACtC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,iCAAiC,CAAC;gBAC7B,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAKpE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,6BAA6B;IAI1E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,6BAA6B;IAI1F,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,6BAA6B;IAIpE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,6BAA6B;IAIhE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,iCAAiC,GAAG,6BAA6B;CAI1F"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIpReputationRuleRequest = void 0;
|
|
4
|
+
class UpdateIpReputationRuleRequest {
|
|
5
|
+
constructor(contentType, policyId, ruleId) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
this['policy_id'] = policyId;
|
|
8
|
+
this['rule_id'] = ruleId;
|
|
9
|
+
}
|
|
10
|
+
withContentType(contentType) {
|
|
11
|
+
this['Content-Type'] = contentType;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
set contentType(contentType) {
|
|
15
|
+
this['Content-Type'] = contentType;
|
|
16
|
+
}
|
|
17
|
+
get contentType() {
|
|
18
|
+
return this['Content-Type'];
|
|
19
|
+
}
|
|
20
|
+
withEnterpriseProjectId(enterpriseProjectId) {
|
|
21
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
set enterpriseProjectId(enterpriseProjectId) {
|
|
25
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
26
|
+
}
|
|
27
|
+
get enterpriseProjectId() {
|
|
28
|
+
return this['enterprise_project_id'];
|
|
29
|
+
}
|
|
30
|
+
withPolicyId(policyId) {
|
|
31
|
+
this['policy_id'] = policyId;
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
set policyId(policyId) {
|
|
35
|
+
this['policy_id'] = policyId;
|
|
36
|
+
}
|
|
37
|
+
get policyId() {
|
|
38
|
+
return this['policy_id'];
|
|
39
|
+
}
|
|
40
|
+
withRuleId(ruleId) {
|
|
41
|
+
this['rule_id'] = ruleId;
|
|
42
|
+
return this;
|
|
43
|
+
}
|
|
44
|
+
set ruleId(ruleId) {
|
|
45
|
+
this['rule_id'] = ruleId;
|
|
46
|
+
}
|
|
47
|
+
get ruleId() {
|
|
48
|
+
return this['rule_id'];
|
|
49
|
+
}
|
|
50
|
+
withBody(body) {
|
|
51
|
+
this['body'] = body;
|
|
52
|
+
return this;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.UpdateIpReputationRuleRequest = UpdateIpReputationRuleRequest;
|
|
56
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,6BAA6B;IAMtC,YAAmB,WAAoB,EAAE,QAAiB,EAAE,MAAe;QACvE,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,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,uBAAuB,CAAC,mBAA2B;QACtD,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;QACpD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,mBAAmB,CAAC,mBAAwC;QACnE,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;IACxD,CAAC;IACD,IAAW,mBAAmB;QAC1B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC;IACzC,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,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAAuC;QACnD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAvDD,sEAuDC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UpdateIpReputationRuleRequestBodyAction } from './UpdateIpReputationRuleRequestBodyAction';
|
|
2
|
+
export declare class UpdateIpReputationRuleRequestBody {
|
|
3
|
+
name?: string;
|
|
4
|
+
policyname?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
action?: UpdateIpReputationRuleRequestBodyAction;
|
|
7
|
+
type?: string;
|
|
8
|
+
tags?: Array<string>;
|
|
9
|
+
constructor(name?: string, action?: UpdateIpReputationRuleRequestBodyAction, type?: string, tags?: Array<string>);
|
|
10
|
+
withName(name: string): UpdateIpReputationRuleRequestBody;
|
|
11
|
+
withPolicyname(policyname: string): UpdateIpReputationRuleRequestBody;
|
|
12
|
+
withDescription(description: string): UpdateIpReputationRuleRequestBody;
|
|
13
|
+
withAction(action: UpdateIpReputationRuleRequestBodyAction): UpdateIpReputationRuleRequestBody;
|
|
14
|
+
withType(type: string): UpdateIpReputationRuleRequestBody;
|
|
15
|
+
withTags(tags: Array<string>): UpdateIpReputationRuleRequestBody;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAGpG,qBAAa,iCAAiC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,uCAAuC,CAAC;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;gBACT,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,uCAAuC,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;IAMhH,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,iCAAiC;IAIzD,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iCAAiC;IAIrE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,iCAAiC;IAIvE,UAAU,CAAC,MAAM,EAAE,uCAAuC,GAAG,iCAAiC;IAI9F,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,iCAAiC;IAIzD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,iCAAiC;CAI1E"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIpReputationRuleRequestBody = void 0;
|
|
4
|
+
class UpdateIpReputationRuleRequestBody {
|
|
5
|
+
constructor(name, action, type, tags) {
|
|
6
|
+
this['name'] = name;
|
|
7
|
+
this['action'] = action;
|
|
8
|
+
this['type'] = type;
|
|
9
|
+
this['tags'] = tags;
|
|
10
|
+
}
|
|
11
|
+
withName(name) {
|
|
12
|
+
this['name'] = name;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
withPolicyname(policyname) {
|
|
16
|
+
this['policyname'] = policyname;
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
withDescription(description) {
|
|
20
|
+
this['description'] = description;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
withAction(action) {
|
|
24
|
+
this['action'] = action;
|
|
25
|
+
return this;
|
|
26
|
+
}
|
|
27
|
+
withType(type) {
|
|
28
|
+
this['type'] = type;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
withTags(tags) {
|
|
32
|
+
this['tags'] = tags;
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateIpReputationRuleRequestBody = UpdateIpReputationRuleRequestBody;
|
|
37
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,iCAAiC;IAO1C,YAAmB,IAAa,EAAE,MAAgD,EAAE,IAAa,EAAE,IAAoB;QACnH,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAA+C;QAC7D,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArCD,8EAqCC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CreateIpReputationRuleResponseBodyAction } from './CreateIpReputationRuleResponseBodyAction';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class UpdateIpReputationRuleResponse extends SdkResponse {
|
|
4
|
+
id?: string;
|
|
5
|
+
policyid?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
type?: string;
|
|
8
|
+
tags?: Array<string>;
|
|
9
|
+
policyname?: string;
|
|
10
|
+
timestamp?: number;
|
|
11
|
+
description?: string;
|
|
12
|
+
status?: number;
|
|
13
|
+
action?: CreateIpReputationRuleResponseBodyAction;
|
|
14
|
+
isp?: string;
|
|
15
|
+
constructor();
|
|
16
|
+
withId(id: string): UpdateIpReputationRuleResponse;
|
|
17
|
+
withPolicyid(policyid: string): UpdateIpReputationRuleResponse;
|
|
18
|
+
withName(name: string): UpdateIpReputationRuleResponse;
|
|
19
|
+
withType(type: string): UpdateIpReputationRuleResponse;
|
|
20
|
+
withTags(tags: Array<string>): UpdateIpReputationRuleResponse;
|
|
21
|
+
withPolicyname(policyname: string): UpdateIpReputationRuleResponse;
|
|
22
|
+
withTimestamp(timestamp: number): UpdateIpReputationRuleResponse;
|
|
23
|
+
withDescription(description: string): UpdateIpReputationRuleResponse;
|
|
24
|
+
withStatus(status: number): UpdateIpReputationRuleResponse;
|
|
25
|
+
withAction(action: CreateIpReputationRuleResponseBodyAction): UpdateIpReputationRuleResponse;
|
|
26
|
+
withIsp(isp: string): UpdateIpReputationRuleResponse;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=UpdateIpReputationRuleResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAEtG,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,8BAA+B,SAAQ,WAAW;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,wCAAwC,CAAC;IAClD,GAAG,CAAC,EAAE,MAAM,CAAC;;IAIb,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,8BAA8B;IAIlD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAI9D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,8BAA8B;IAI7D,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,8BAA8B;IAIlE,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,8BAA8B;IAIhE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,8BAA8B;IAIpE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,8BAA8B;IAI1D,UAAU,CAAC,MAAM,EAAE,wCAAwC,GAAG,8BAA8B;IAI5F,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,8BAA8B;CAI9D"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIpReputationRuleResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class UpdateIpReputationRuleResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withId(id) {
|
|
10
|
+
this['id'] = id;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withPolicyid(policyid) {
|
|
14
|
+
this['policyid'] = policyid;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
withName(name) {
|
|
18
|
+
this['name'] = name;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withType(type) {
|
|
22
|
+
this['type'] = type;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withTags(tags) {
|
|
26
|
+
this['tags'] = tags;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
withPolicyname(policyname) {
|
|
30
|
+
this['policyname'] = policyname;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
withTimestamp(timestamp) {
|
|
34
|
+
this['timestamp'] = timestamp;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
withDescription(description) {
|
|
38
|
+
this['description'] = description;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
withStatus(status) {
|
|
42
|
+
this['status'] = status;
|
|
43
|
+
return this;
|
|
44
|
+
}
|
|
45
|
+
withAction(action) {
|
|
46
|
+
this['action'] = action;
|
|
47
|
+
return this;
|
|
48
|
+
}
|
|
49
|
+
withIsp(isp) {
|
|
50
|
+
this['isp'] = isp;
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
exports.UpdateIpReputationRuleResponse = UpdateIpReputationRuleResponse;
|
|
55
|
+
//# sourceMappingURL=UpdateIpReputationRuleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAY3D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,MAAM,CAAC,EAAU;QACpB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAChB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAgD;QAC9D,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA3DD,wEA2DC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AccessProgress } from './AccessProgress';
|
|
2
|
+
export declare class UpdatePremiumInstanceProgressRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
private 'host_id'?;
|
|
5
|
+
body?: AccessProgress;
|
|
6
|
+
constructor(contentType?: string, hostId?: string);
|
|
7
|
+
withContentType(contentType: string): UpdatePremiumInstanceProgressRequest;
|
|
8
|
+
set contentType(contentType: string | undefined);
|
|
9
|
+
get contentType(): string | undefined;
|
|
10
|
+
withHostId(hostId: string): UpdatePremiumInstanceProgressRequest;
|
|
11
|
+
set hostId(hostId: string | undefined);
|
|
12
|
+
get hostId(): string | undefined;
|
|
13
|
+
withBody(body: AccessProgress): UpdatePremiumInstanceProgressRequest;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=UpdatePremiumInstanceProgressRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdatePremiumInstanceProgressRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdatePremiumInstanceProgressRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,qBAAa,oCAAoC;IAC7C,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,cAAc,CAAC;gBACV,WAAW,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAIjD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,oCAAoC;IAIjF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oCAAoC;IAIvE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,cAAc,GAAG,oCAAoC;CAI9E"}
|