@huaweicloud/huaweicloud-sdk-waf 3.1.174 → 3.1.176
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 +736 -22
- package/v1/WafClient.d.ts.map +1 -1
- package/v1/WafClient.js +1851 -144
- 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/AntileakageMapResponseBodyLeakagemap.d.ts +8 -0
- package/v1/model/AntileakageMapResponseBodyLeakagemap.d.ts.map +1 -0
- package/v1/model/AntileakageMapResponseBodyLeakagemap.js +17 -0
- package/v1/model/AntileakageMapResponseBodyLeakagemap.js.map +1 -0
- package/v1/model/AntileakageMapResponseBodyLocale.d.ts +18 -0
- package/v1/model/AntileakageMapResponseBodyLocale.d.ts.map +1 -0
- package/v1/model/AntileakageMapResponseBodyLocale.js +39 -0
- package/v1/model/AntileakageMapResponseBodyLocale.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/CheckAgencyRequest.d.ts +8 -0
- package/v1/model/CheckAgencyRequest.d.ts.map +1 -0
- package/v1/model/CheckAgencyRequest.js +20 -0
- package/v1/model/CheckAgencyRequest.js.map +1 -0
- package/v1/model/CheckAgencyResponse.d.ts +21 -0
- package/v1/model/CheckAgencyResponse.d.ts.map +1 -0
- package/v1/model/CheckAgencyResponse.js +47 -0
- package/v1/model/CheckAgencyResponse.js.map +1 -0
- package/v1/model/ConfirmIpReputationRuleRequest.d.ts +16 -0
- package/v1/model/ConfirmIpReputationRuleRequest.d.ts.map +1 -0
- package/v1/model/ConfirmIpReputationRuleRequest.js +42 -0
- package/v1/model/ConfirmIpReputationRuleRequest.js.map +1 -0
- package/v1/model/ConfirmIpReputationRuleResponse.d.ts +24 -0
- package/v1/model/ConfirmIpReputationRuleResponse.d.ts.map +1 -0
- package/v1/model/ConfirmIpReputationRuleResponse.js +47 -0
- package/v1/model/ConfirmIpReputationRuleResponse.js.map +1 -0
- package/v1/model/ConfirmPolicyAntileakageMapRequest.d.ts +10 -0
- package/v1/model/ConfirmPolicyAntileakageMapRequest.d.ts.map +1 -0
- package/v1/model/ConfirmPolicyAntileakageMapRequest.js +25 -0
- package/v1/model/ConfirmPolicyAntileakageMapRequest.js.map +1 -0
- package/v1/model/ConfirmPolicyAntileakageMapResponse.d.ts +11 -0
- package/v1/model/ConfirmPolicyAntileakageMapResponse.d.ts.map +1 -0
- package/v1/model/ConfirmPolicyAntileakageMapResponse.js +19 -0
- package/v1/model/ConfirmPolicyAntileakageMapResponse.js.map +1 -0
- package/v1/model/ConfirmPolicyIpReputationMapRequest.d.ts +12 -0
- package/v1/model/ConfirmPolicyIpReputationMapRequest.d.ts.map +1 -0
- package/v1/model/ConfirmPolicyIpReputationMapRequest.js +30 -0
- package/v1/model/ConfirmPolicyIpReputationMapRequest.js.map +1 -0
- package/v1/model/ConfirmPolicyIpReputationMapResponse.d.ts +13 -0
- package/v1/model/ConfirmPolicyIpReputationMapResponse.d.ts.map +1 -0
- package/v1/model/ConfirmPolicyIpReputationMapResponse.js +25 -0
- package/v1/model/ConfirmPolicyIpReputationMapResponse.js.map +1 -0
- package/v1/model/ConfirmProtectionTypesRequest.d.ts +12 -0
- package/v1/model/ConfirmProtectionTypesRequest.d.ts.map +1 -0
- package/v1/model/ConfirmProtectionTypesRequest.js +28 -0
- package/v1/model/ConfirmProtectionTypesRequest.js.map +1 -0
- package/v1/model/ConfirmProtectionTypesResponse.d.ts +9 -0
- package/v1/model/ConfirmProtectionTypesResponse.d.ts.map +1 -0
- package/v1/model/ConfirmProtectionTypesResponse.js +19 -0
- package/v1/model/ConfirmProtectionTypesResponse.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/CreateIpReputationRuleRequest.d.ts +19 -0
- package/v1/model/CreateIpReputationRuleRequest.d.ts.map +1 -0
- package/v1/model/CreateIpReputationRuleRequest.js +45 -0
- package/v1/model/CreateIpReputationRuleRequest.js.map +1 -0
- package/v1/model/CreateIpReputationRuleRequestBody.d.ts +19 -0
- package/v1/model/CreateIpReputationRuleRequestBody.d.ts.map +1 -0
- package/v1/model/CreateIpReputationRuleRequestBody.js +41 -0
- package/v1/model/CreateIpReputationRuleRequestBody.js.map +1 -0
- package/v1/model/CreateIpReputationRuleResponse.d.ts +26 -0
- package/v1/model/CreateIpReputationRuleResponse.d.ts.map +1 -0
- package/v1/model/CreateIpReputationRuleResponse.js +51 -0
- package/v1/model/CreateIpReputationRuleResponse.js.map +1 -0
- package/v1/model/CreateIpReputationRuleResponseBodyAction.d.ts +6 -0
- package/v1/model/CreateIpReputationRuleResponseBodyAction.d.ts.map +1 -0
- package/v1/model/CreateIpReputationRuleResponseBodyAction.js +13 -0
- package/v1/model/CreateIpReputationRuleResponseBodyAction.js.map +1 -0
- package/v1/model/CreatePremiumHostRequestBody.d.ts +1 -1
- package/v1/model/CreatePremiumHostRequestBody.d.ts.map +1 -1
- package/v1/model/CreatePremiumHostRequestBody.js +1 -2
- package/v1/model/CreatePremiumHostRequestBody.js.map +1 -1
- 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/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/IpReputationMapResponseBodyIpReputationMap.d.ts +6 -0
- package/v1/model/IpReputationMapResponseBodyIpReputationMap.d.ts.map +1 -0
- package/v1/model/IpReputationMapResponseBodyIpReputationMap.js +13 -0
- package/v1/model/IpReputationMapResponseBodyIpReputationMap.js.map +1 -0
- package/v1/model/IpReputationMapResponseBodyLocale.d.ts +40 -0
- package/v1/model/IpReputationMapResponseBodyLocale.d.ts.map +1 -0
- package/v1/model/IpReputationMapResponseBodyLocale.js +99 -0
- package/v1/model/IpReputationMapResponseBodyLocale.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/ListSecurityReportHistoryPeriodResponseItems.d.ts +17 -0
- package/v1/model/ListSecurityReportHistoryPeriodResponseItems.d.ts.map +1 -0
- package/v1/model/ListSecurityReportHistoryPeriodResponseItems.js +42 -0
- package/v1/model/ListSecurityReportHistoryPeriodResponseItems.js.map +1 -0
- package/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.d.ts +12 -0
- package/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.d.ts.map +1 -0
- package/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.js +31 -0
- package/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.js.map +1 -0
- package/v1/model/ListSecurityReportHistoryPeriodsRequest.d.ts +16 -0
- package/v1/model/ListSecurityReportHistoryPeriodsRequest.d.ts.map +1 -0
- package/v1/model/ListSecurityReportHistoryPeriodsRequest.js +39 -0
- package/v1/model/ListSecurityReportHistoryPeriodsRequest.js.map +1 -0
- package/v1/model/ListSecurityReportHistoryPeriodsResponse.d.ts +10 -0
- package/v1/model/ListSecurityReportHistoryPeriodsResponse.d.ts.map +1 -0
- package/v1/model/ListSecurityReportHistoryPeriodsResponse.js +19 -0
- package/v1/model/ListSecurityReportHistoryPeriodsResponse.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/SecurityReportSubscriptionResponseReportContentSubscription.d.ts +52 -0
- package/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.d.ts.map +1 -0
- package/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.js +129 -0
- package/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.js.map +1 -0
- package/v1/model/SecurityReportSubscriptionResponseStatPeriod.d.ts +12 -0
- package/v1/model/SecurityReportSubscriptionResponseStatPeriod.d.ts.map +1 -0
- package/v1/model/SecurityReportSubscriptionResponseStatPeriod.js +29 -0
- package/v1/model/SecurityReportSubscriptionResponseStatPeriod.js.map +1 -0
- package/v1/model/ShowSecurityReportSubscriptionRequest.d.ts +12 -0
- package/v1/model/ShowSecurityReportSubscriptionRequest.d.ts.map +1 -0
- package/v1/model/ShowSecurityReportSubscriptionRequest.js +31 -0
- package/v1/model/ShowSecurityReportSubscriptionRequest.js.map +1 -0
- package/v1/model/ShowSecurityReportSubscriptionResponse.d.ts +47 -0
- package/v1/model/ShowSecurityReportSubscriptionResponse.d.ts.map +1 -0
- package/v1/model/ShowSecurityReportSubscriptionResponse.js +111 -0
- package/v1/model/ShowSecurityReportSubscriptionResponse.js.map +1 -0
- package/v1/model/ShowWebProtectionRuleRequest.d.ts +12 -0
- package/v1/model/ShowWebProtectionRuleRequest.d.ts.map +1 -0
- package/v1/model/ShowWebProtectionRuleRequest.js +30 -0
- package/v1/model/ShowWebProtectionRuleRequest.js.map +1 -0
- package/v1/model/ShowWebProtectionRuleResponse.d.ts +38 -0
- package/v1/model/ShowWebProtectionRuleResponse.d.ts.map +1 -0
- package/v1/model/ShowWebProtectionRuleResponse.js +79 -0
- package/v1/model/ShowWebProtectionRuleResponse.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/UpdateIpReputationRuleRequestBodyAction.d.ts +6 -0
- package/v1/model/UpdateIpReputationRuleRequestBodyAction.d.ts.map +1 -0
- package/v1/model/UpdateIpReputationRuleRequestBodyAction.js +13 -0
- package/v1/model/UpdateIpReputationRuleRequestBodyAction.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/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/public-api.d.ts +77 -0
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +77 -0
- package/v1/public-api.js.map +1 -1
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAlertNoticeConfigBody = void 0;
|
|
4
|
+
class CreateAlertNoticeConfigBody {
|
|
5
|
+
constructor(enabled, preferHtml, topicUrn, local, name, noticeClass, isAllEnterpriseProject) {
|
|
6
|
+
this['enabled'] = enabled;
|
|
7
|
+
this['prefer_html'] = preferHtml;
|
|
8
|
+
this['topic_urn'] = topicUrn;
|
|
9
|
+
this['local'] = local;
|
|
10
|
+
this['name'] = name;
|
|
11
|
+
this['notice_class'] = noticeClass;
|
|
12
|
+
this['is_all_enterprise_project'] = isAllEnterpriseProject;
|
|
13
|
+
}
|
|
14
|
+
withEnabled(enabled) {
|
|
15
|
+
this['enabled'] = enabled;
|
|
16
|
+
return this;
|
|
17
|
+
}
|
|
18
|
+
withPreferHtml(preferHtml) {
|
|
19
|
+
this['prefer_html'] = preferHtml;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
set preferHtml(preferHtml) {
|
|
23
|
+
this['prefer_html'] = preferHtml;
|
|
24
|
+
}
|
|
25
|
+
get preferHtml() {
|
|
26
|
+
return this['prefer_html'];
|
|
27
|
+
}
|
|
28
|
+
withTopicUrn(topicUrn) {
|
|
29
|
+
this['topic_urn'] = topicUrn;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
set topicUrn(topicUrn) {
|
|
33
|
+
this['topic_urn'] = topicUrn;
|
|
34
|
+
}
|
|
35
|
+
get topicUrn() {
|
|
36
|
+
return this['topic_urn'];
|
|
37
|
+
}
|
|
38
|
+
withSendfreq(sendfreq) {
|
|
39
|
+
this['sendfreq'] = sendfreq;
|
|
40
|
+
return this;
|
|
41
|
+
}
|
|
42
|
+
withLocal(local) {
|
|
43
|
+
this['local'] = local;
|
|
44
|
+
return this;
|
|
45
|
+
}
|
|
46
|
+
withTimes(times) {
|
|
47
|
+
this['times'] = times;
|
|
48
|
+
return this;
|
|
49
|
+
}
|
|
50
|
+
withName(name) {
|
|
51
|
+
this['name'] = name;
|
|
52
|
+
return this;
|
|
53
|
+
}
|
|
54
|
+
withNoticeClass(noticeClass) {
|
|
55
|
+
this['notice_class'] = noticeClass;
|
|
56
|
+
return this;
|
|
57
|
+
}
|
|
58
|
+
set noticeClass(noticeClass) {
|
|
59
|
+
this['notice_class'] = noticeClass;
|
|
60
|
+
}
|
|
61
|
+
get noticeClass() {
|
|
62
|
+
return this['notice_class'];
|
|
63
|
+
}
|
|
64
|
+
withNearlyExpiredTime(nearlyExpiredTime) {
|
|
65
|
+
this['nearly_expired_time'] = nearlyExpiredTime;
|
|
66
|
+
return this;
|
|
67
|
+
}
|
|
68
|
+
set nearlyExpiredTime(nearlyExpiredTime) {
|
|
69
|
+
this['nearly_expired_time'] = nearlyExpiredTime;
|
|
70
|
+
}
|
|
71
|
+
get nearlyExpiredTime() {
|
|
72
|
+
return this['nearly_expired_time'];
|
|
73
|
+
}
|
|
74
|
+
withIsAllEnterpriseProject(isAllEnterpriseProject) {
|
|
75
|
+
this['is_all_enterprise_project'] = isAllEnterpriseProject;
|
|
76
|
+
return this;
|
|
77
|
+
}
|
|
78
|
+
set isAllEnterpriseProject(isAllEnterpriseProject) {
|
|
79
|
+
this['is_all_enterprise_project'] = isAllEnterpriseProject;
|
|
80
|
+
}
|
|
81
|
+
get isAllEnterpriseProject() {
|
|
82
|
+
return this['is_all_enterprise_project'];
|
|
83
|
+
}
|
|
84
|
+
withDescription(description) {
|
|
85
|
+
this['description'] = description;
|
|
86
|
+
return this;
|
|
87
|
+
}
|
|
88
|
+
withThreat(threat) {
|
|
89
|
+
this['threat'] = threat;
|
|
90
|
+
return this;
|
|
91
|
+
}
|
|
92
|
+
withRuleType(ruleType) {
|
|
93
|
+
this['rule_type'] = ruleType;
|
|
94
|
+
return this;
|
|
95
|
+
}
|
|
96
|
+
set ruleType(ruleType) {
|
|
97
|
+
this['rule_type'] = ruleType;
|
|
98
|
+
}
|
|
99
|
+
get ruleType() {
|
|
100
|
+
return this['rule_type'];
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
exports.CreateAlertNoticeConfigBody = CreateAlertNoticeConfigBody;
|
|
104
|
+
//# sourceMappingURL=CreateAlertNoticeConfigBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAlertNoticeConfigBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAlertNoticeConfigBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CreateAlertNoticeConfigBody } from './CreateAlertNoticeConfigBody';
|
|
2
|
+
export declare class CreateAlertNoticeConfigRequest {
|
|
3
|
+
private 'X-Language'?;
|
|
4
|
+
private 'Content-Type'?;
|
|
5
|
+
enterpriseProjectId?: string;
|
|
6
|
+
body?: CreateAlertNoticeConfigBody;
|
|
7
|
+
constructor(xLanguage?: string, contentType?: string, enterpriseProjectId?: string);
|
|
8
|
+
withXLanguage(xLanguage: string): CreateAlertNoticeConfigRequest;
|
|
9
|
+
set xLanguage(xLanguage: string | undefined);
|
|
10
|
+
get xLanguage(): string | undefined;
|
|
11
|
+
withContentType(contentType: string): CreateAlertNoticeConfigRequest;
|
|
12
|
+
set contentType(contentType: string | undefined);
|
|
13
|
+
get contentType(): string | undefined;
|
|
14
|
+
withEnterpriseProjectId(enterpriseProjectId: string): CreateAlertNoticeConfigRequest;
|
|
15
|
+
withBody(body: CreateAlertNoticeConfigBody): CreateAlertNoticeConfigRequest;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=CreateAlertNoticeConfigRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAlertNoticeConfigRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAlertNoticeConfigRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,qBAAa,8BAA8B;IACvC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,IAAI,CAAC,EAAE,2BAA2B,CAAC;gBACvB,SAAS,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,MAAM;IAKlF,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,8BAA8B;IAIvE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,8BAA8B;IAI3E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,8BAA8B;IAIpF,QAAQ,CAAC,IAAI,EAAE,2BAA2B,GAAG,8BAA8B;CAIrF"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAlertNoticeConfigRequest = void 0;
|
|
4
|
+
class CreateAlertNoticeConfigRequest {
|
|
5
|
+
constructor(xLanguage, contentType, enterpriseProjectId) {
|
|
6
|
+
this['X-Language'] = xLanguage;
|
|
7
|
+
this['Content-Type'] = contentType;
|
|
8
|
+
this['enterpriseProjectId'] = enterpriseProjectId;
|
|
9
|
+
}
|
|
10
|
+
withXLanguage(xLanguage) {
|
|
11
|
+
this['X-Language'] = xLanguage;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
set xLanguage(xLanguage) {
|
|
15
|
+
this['X-Language'] = xLanguage;
|
|
16
|
+
}
|
|
17
|
+
get xLanguage() {
|
|
18
|
+
return this['X-Language'];
|
|
19
|
+
}
|
|
20
|
+
withContentType(contentType) {
|
|
21
|
+
this['Content-Type'] = contentType;
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
set contentType(contentType) {
|
|
25
|
+
this['Content-Type'] = contentType;
|
|
26
|
+
}
|
|
27
|
+
get contentType() {
|
|
28
|
+
return this['Content-Type'];
|
|
29
|
+
}
|
|
30
|
+
withEnterpriseProjectId(enterpriseProjectId) {
|
|
31
|
+
this['enterpriseProjectId'] = enterpriseProjectId;
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
withBody(body) {
|
|
35
|
+
this['body'] = body;
|
|
36
|
+
return this;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
exports.CreateAlertNoticeConfigRequest = CreateAlertNoticeConfigRequest;
|
|
40
|
+
//# sourceMappingURL=CreateAlertNoticeConfigRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAlertNoticeConfigRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAlertNoticeConfigRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,8BAA8B;IAKvC,YAAmB,SAAkB,EAAE,WAAoB,EAAE,mBAA4B;QACrF,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,qBAAqB,CAAC,GAAG,mBAAmB,CAAC;IACtD,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,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,qBAAqB,CAAC,GAAG,mBAAmB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAiC;QAC7C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAtCD,wEAsCC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class CreateAlertNoticeConfigResponse extends SdkResponse {
|
|
3
|
+
id?: string;
|
|
4
|
+
name?: string;
|
|
5
|
+
enabled?: boolean;
|
|
6
|
+
private 'topic_urn'?;
|
|
7
|
+
sendfreq?: number;
|
|
8
|
+
locale?: string;
|
|
9
|
+
times?: number;
|
|
10
|
+
threat?: Array<string>;
|
|
11
|
+
private 'prefer_html'?;
|
|
12
|
+
private 'notice_class'?;
|
|
13
|
+
private 'nearly_expired_time'?;
|
|
14
|
+
private 'is_all_enterprise_project'?;
|
|
15
|
+
private 'enterprise_project_id'?;
|
|
16
|
+
private 'update_time'?;
|
|
17
|
+
constructor();
|
|
18
|
+
withId(id: string): CreateAlertNoticeConfigResponse;
|
|
19
|
+
withName(name: string): CreateAlertNoticeConfigResponse;
|
|
20
|
+
withEnabled(enabled: boolean): CreateAlertNoticeConfigResponse;
|
|
21
|
+
withTopicUrn(topicUrn: string): CreateAlertNoticeConfigResponse;
|
|
22
|
+
set topicUrn(topicUrn: string | undefined);
|
|
23
|
+
get topicUrn(): string | undefined;
|
|
24
|
+
withSendfreq(sendfreq: number): CreateAlertNoticeConfigResponse;
|
|
25
|
+
withLocale(locale: string): CreateAlertNoticeConfigResponse;
|
|
26
|
+
withTimes(times: number): CreateAlertNoticeConfigResponse;
|
|
27
|
+
withThreat(threat: Array<string>): CreateAlertNoticeConfigResponse;
|
|
28
|
+
withPreferHtml(preferHtml: boolean): CreateAlertNoticeConfigResponse;
|
|
29
|
+
set preferHtml(preferHtml: boolean | undefined);
|
|
30
|
+
get preferHtml(): boolean | undefined;
|
|
31
|
+
withNoticeClass(noticeClass: string): CreateAlertNoticeConfigResponse;
|
|
32
|
+
set noticeClass(noticeClass: string | undefined);
|
|
33
|
+
get noticeClass(): string | undefined;
|
|
34
|
+
withNearlyExpiredTime(nearlyExpiredTime: string): CreateAlertNoticeConfigResponse;
|
|
35
|
+
set nearlyExpiredTime(nearlyExpiredTime: string | undefined);
|
|
36
|
+
get nearlyExpiredTime(): string | undefined;
|
|
37
|
+
withIsAllEnterpriseProject(isAllEnterpriseProject: boolean): CreateAlertNoticeConfigResponse;
|
|
38
|
+
set isAllEnterpriseProject(isAllEnterpriseProject: boolean | undefined);
|
|
39
|
+
get isAllEnterpriseProject(): boolean | undefined;
|
|
40
|
+
withEnterpriseProjectId(enterpriseProjectId: string): CreateAlertNoticeConfigResponse;
|
|
41
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
42
|
+
get enterpriseProjectId(): string | undefined;
|
|
43
|
+
withUpdateTime(updateTime: number): CreateAlertNoticeConfigResponse;
|
|
44
|
+
set updateTime(updateTime: number | undefined);
|
|
45
|
+
get updateTime(): number | undefined;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=CreateAlertNoticeConfigResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAlertNoticeConfigResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAlertNoticeConfigResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,+BAAgC,SAAQ,WAAW;IACrD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,OAAO,CAAC,aAAa,CAAC,CAAU;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,qBAAqB,CAAC,CAAS;IACvC,OAAO,CAAC,2BAA2B,CAAC,CAAU;IAC9C,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,aAAa,CAAC,CAAS;;IAIxB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,+BAA+B;IAInD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,+BAA+B;IAIvD,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,+BAA+B;IAI9D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,+BAA+B;IAItE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,+BAA+B;IAI/D,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,+BAA+B;IAI3D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,+BAA+B;IAIzD,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,+BAA+B;IAIlE,cAAc,CAAC,UAAU,EAAE,OAAO,GAAG,+BAA+B;IAI3E,IAAW,UAAU,CAAC,UAAU,EAAE,OAAO,GAAI,SAAS,EAErD;IACD,IAAW,UAAU,IAAI,OAAO,GAAG,SAAS,CAE3C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,+BAA+B;IAI5E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,qBAAqB,CAAC,iBAAiB,EAAE,MAAM,GAAG,+BAA+B;IAIxF,IAAW,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,GAAI,SAAS,EAElE;IACD,IAAW,iBAAiB,IAAI,MAAM,GAAG,SAAS,CAEjD;IACM,0BAA0B,CAAC,sBAAsB,EAAE,OAAO,GAAG,+BAA+B;IAInG,IAAW,sBAAsB,CAAC,sBAAsB,EAAE,OAAO,GAAI,SAAS,EAE7E;IACD,IAAW,sBAAsB,IAAI,OAAO,GAAG,SAAS,CAEvD;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,+BAA+B;IAI5F,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,+BAA+B;IAI1E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAlertNoticeConfigResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class CreateAlertNoticeConfigResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withId(id) {
|
|
10
|
+
this['id'] = id;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withName(name) {
|
|
14
|
+
this['name'] = name;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
withEnabled(enabled) {
|
|
18
|
+
this['enabled'] = enabled;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withTopicUrn(topicUrn) {
|
|
22
|
+
this['topic_urn'] = topicUrn;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
set topicUrn(topicUrn) {
|
|
26
|
+
this['topic_urn'] = topicUrn;
|
|
27
|
+
}
|
|
28
|
+
get topicUrn() {
|
|
29
|
+
return this['topic_urn'];
|
|
30
|
+
}
|
|
31
|
+
withSendfreq(sendfreq) {
|
|
32
|
+
this['sendfreq'] = sendfreq;
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
withLocale(locale) {
|
|
36
|
+
this['locale'] = locale;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
withTimes(times) {
|
|
40
|
+
this['times'] = times;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
withThreat(threat) {
|
|
44
|
+
this['threat'] = threat;
|
|
45
|
+
return this;
|
|
46
|
+
}
|
|
47
|
+
withPreferHtml(preferHtml) {
|
|
48
|
+
this['prefer_html'] = preferHtml;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
set preferHtml(preferHtml) {
|
|
52
|
+
this['prefer_html'] = preferHtml;
|
|
53
|
+
}
|
|
54
|
+
get preferHtml() {
|
|
55
|
+
return this['prefer_html'];
|
|
56
|
+
}
|
|
57
|
+
withNoticeClass(noticeClass) {
|
|
58
|
+
this['notice_class'] = noticeClass;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
set noticeClass(noticeClass) {
|
|
62
|
+
this['notice_class'] = noticeClass;
|
|
63
|
+
}
|
|
64
|
+
get noticeClass() {
|
|
65
|
+
return this['notice_class'];
|
|
66
|
+
}
|
|
67
|
+
withNearlyExpiredTime(nearlyExpiredTime) {
|
|
68
|
+
this['nearly_expired_time'] = nearlyExpiredTime;
|
|
69
|
+
return this;
|
|
70
|
+
}
|
|
71
|
+
set nearlyExpiredTime(nearlyExpiredTime) {
|
|
72
|
+
this['nearly_expired_time'] = nearlyExpiredTime;
|
|
73
|
+
}
|
|
74
|
+
get nearlyExpiredTime() {
|
|
75
|
+
return this['nearly_expired_time'];
|
|
76
|
+
}
|
|
77
|
+
withIsAllEnterpriseProject(isAllEnterpriseProject) {
|
|
78
|
+
this['is_all_enterprise_project'] = isAllEnterpriseProject;
|
|
79
|
+
return this;
|
|
80
|
+
}
|
|
81
|
+
set isAllEnterpriseProject(isAllEnterpriseProject) {
|
|
82
|
+
this['is_all_enterprise_project'] = isAllEnterpriseProject;
|
|
83
|
+
}
|
|
84
|
+
get isAllEnterpriseProject() {
|
|
85
|
+
return this['is_all_enterprise_project'];
|
|
86
|
+
}
|
|
87
|
+
withEnterpriseProjectId(enterpriseProjectId) {
|
|
88
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
89
|
+
return this;
|
|
90
|
+
}
|
|
91
|
+
set enterpriseProjectId(enterpriseProjectId) {
|
|
92
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
93
|
+
}
|
|
94
|
+
get enterpriseProjectId() {
|
|
95
|
+
return this['enterprise_project_id'];
|
|
96
|
+
}
|
|
97
|
+
withUpdateTime(updateTime) {
|
|
98
|
+
this['update_time'] = updateTime;
|
|
99
|
+
return this;
|
|
100
|
+
}
|
|
101
|
+
set updateTime(updateTime) {
|
|
102
|
+
this['update_time'] = updateTime;
|
|
103
|
+
}
|
|
104
|
+
get updateTime() {
|
|
105
|
+
return this['update_time'];
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
exports.CreateAlertNoticeConfigResponse = CreateAlertNoticeConfigResponse;
|
|
109
|
+
//# sourceMappingURL=CreateAlertNoticeConfigResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAlertNoticeConfigResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAlertNoticeConfigResponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@ import { CreateCertificateRequestBody } from './CreateCertificateRequestBody';
|
|
|
2
2
|
export declare class CreateCertificateRequest {
|
|
3
3
|
private 'Content-Type'?;
|
|
4
4
|
private 'enterprise_project_id'?;
|
|
5
|
+
private 'verify_cert_key'?;
|
|
5
6
|
body?: CreateCertificateRequestBody;
|
|
6
7
|
constructor(contentType?: string);
|
|
7
8
|
withContentType(contentType: string): CreateCertificateRequest;
|
|
@@ -10,6 +11,9 @@ export declare class CreateCertificateRequest {
|
|
|
10
11
|
withEnterpriseProjectId(enterpriseProjectId: string): CreateCertificateRequest;
|
|
11
12
|
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
12
13
|
get enterpriseProjectId(): string | undefined;
|
|
14
|
+
withVerifyCertKey(verifyCertKey: boolean): CreateCertificateRequest;
|
|
15
|
+
set verifyCertKey(verifyCertKey: boolean | undefined);
|
|
16
|
+
get verifyCertKey(): boolean | undefined;
|
|
13
17
|
withBody(body: CreateCertificateRequestBody): CreateCertificateRequest;
|
|
14
18
|
}
|
|
15
19
|
//# sourceMappingURL=CreateCertificateRequest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateCertificateRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateCertificateRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAG9E,qBAAa,wBAAwB;IACjC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,uBAAuB,CAAC,CAAS;
|
|
1
|
+
{"version":3,"file":"CreateCertificateRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateCertificateRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAG9E,qBAAa,wBAAwB;IACjC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,iBAAiB,CAAC,CAAU;IAC7B,IAAI,CAAC,EAAE,4BAA4B,CAAC;gBACxB,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,wBAAwB;IAIrE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,wBAAwB;IAIrF,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;IACM,iBAAiB,CAAC,aAAa,EAAE,OAAO,GAAG,wBAAwB;IAI1E,IAAW,aAAa,CAAC,aAAa,EAAE,OAAO,GAAI,SAAS,EAE3D;IACD,IAAW,aAAa,IAAI,OAAO,GAAG,SAAS,CAE9C;IACM,QAAQ,CAAC,IAAI,EAAE,4BAA4B,GAAG,wBAAwB;CAIhF"}
|
|
@@ -25,6 +25,16 @@ class CreateCertificateRequest {
|
|
|
25
25
|
get enterpriseProjectId() {
|
|
26
26
|
return this['enterprise_project_id'];
|
|
27
27
|
}
|
|
28
|
+
withVerifyCertKey(verifyCertKey) {
|
|
29
|
+
this['verify_cert_key'] = verifyCertKey;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
set verifyCertKey(verifyCertKey) {
|
|
33
|
+
this['verify_cert_key'] = verifyCertKey;
|
|
34
|
+
}
|
|
35
|
+
get verifyCertKey() {
|
|
36
|
+
return this['verify_cert_key'];
|
|
37
|
+
}
|
|
28
38
|
withBody(body) {
|
|
29
39
|
this['body'] = body;
|
|
30
40
|
return this;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateCertificateRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateCertificateRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"CreateCertificateRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateCertificateRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,wBAAwB;IAKjC,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,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,iBAAiB,CAAC,aAAsB;QAC3C,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAmC;QACxD,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,QAAQ,CAAC,IAAkC;QAC9C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA1CD,4DA0CC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { CreateIpReputationRuleRequestBody } from './CreateIpReputationRuleRequestBody';
|
|
2
|
+
export declare class CreateIpReputationRuleRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
private 'enterprise_project_id'?;
|
|
5
|
+
private 'policy_id'?;
|
|
6
|
+
body?: CreateIpReputationRuleRequestBody;
|
|
7
|
+
constructor(contentType?: string, policyId?: string);
|
|
8
|
+
withContentType(contentType: string): CreateIpReputationRuleRequest;
|
|
9
|
+
set contentType(contentType: string | undefined);
|
|
10
|
+
get contentType(): string | undefined;
|
|
11
|
+
withEnterpriseProjectId(enterpriseProjectId: string): CreateIpReputationRuleRequest;
|
|
12
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
13
|
+
get enterpriseProjectId(): string | undefined;
|
|
14
|
+
withPolicyId(policyId: string): CreateIpReputationRuleRequest;
|
|
15
|
+
set policyId(policyId: string | undefined);
|
|
16
|
+
get policyId(): string | undefined;
|
|
17
|
+
withBody(body: CreateIpReputationRuleRequestBody): CreateIpReputationRuleRequest;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=CreateIpReputationRuleRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateIpReputationRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateIpReputationRuleRequest.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;IACtB,IAAI,CAAC,EAAE,iCAAiC,CAAC;gBAC7B,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM;IAInD,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,QAAQ,CAAC,IAAI,EAAE,iCAAiC,GAAG,6BAA6B;CAI1F"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateIpReputationRuleRequest = void 0;
|
|
4
|
+
class CreateIpReputationRuleRequest {
|
|
5
|
+
constructor(contentType, policyId) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
this['policy_id'] = policyId;
|
|
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
|
+
withEnterpriseProjectId(enterpriseProjectId) {
|
|
20
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set enterpriseProjectId(enterpriseProjectId) {
|
|
24
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
25
|
+
}
|
|
26
|
+
get enterpriseProjectId() {
|
|
27
|
+
return this['enterprise_project_id'];
|
|
28
|
+
}
|
|
29
|
+
withPolicyId(policyId) {
|
|
30
|
+
this['policy_id'] = policyId;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set policyId(policyId) {
|
|
34
|
+
this['policy_id'] = policyId;
|
|
35
|
+
}
|
|
36
|
+
get policyId() {
|
|
37
|
+
return this['policy_id'];
|
|
38
|
+
}
|
|
39
|
+
withBody(body) {
|
|
40
|
+
this['body'] = body;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.CreateIpReputationRuleRequest = CreateIpReputationRuleRequest;
|
|
45
|
+
//# sourceMappingURL=CreateIpReputationRuleRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateIpReputationRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateIpReputationRuleRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,6BAA6B;IAKtC,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,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,QAAQ,CAAC,IAAuC;QACnD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA3CD,sEA2CC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UpdateIpReputationRuleRequestBodyAction } from './UpdateIpReputationRuleRequestBodyAction';
|
|
2
|
+
export declare class CreateIpReputationRuleRequestBody {
|
|
3
|
+
name?: string;
|
|
4
|
+
policyname?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
status?: number;
|
|
7
|
+
action?: UpdateIpReputationRuleRequestBodyAction;
|
|
8
|
+
type?: string;
|
|
9
|
+
tags?: Array<string>;
|
|
10
|
+
constructor(name?: string, action?: UpdateIpReputationRuleRequestBodyAction, type?: string, tags?: Array<string>);
|
|
11
|
+
withName(name: string): CreateIpReputationRuleRequestBody;
|
|
12
|
+
withPolicyname(policyname: string): CreateIpReputationRuleRequestBody;
|
|
13
|
+
withDescription(description: string): CreateIpReputationRuleRequestBody;
|
|
14
|
+
withStatus(status: number): CreateIpReputationRuleRequestBody;
|
|
15
|
+
withAction(action: UpdateIpReputationRuleRequestBodyAction): CreateIpReputationRuleRequestBody;
|
|
16
|
+
withType(type: string): CreateIpReputationRuleRequestBody;
|
|
17
|
+
withTags(tags: Array<string>): CreateIpReputationRuleRequestBody;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=CreateIpReputationRuleRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateIpReputationRuleRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateIpReputationRuleRequestBody.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,MAAM,CAAC;IAChB,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,MAAM,GAAG,iCAAiC;IAI7D,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,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateIpReputationRuleRequestBody = void 0;
|
|
4
|
+
class CreateIpReputationRuleRequestBody {
|
|
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
|
+
withStatus(status) {
|
|
24
|
+
this['status'] = status;
|
|
25
|
+
return this;
|
|
26
|
+
}
|
|
27
|
+
withAction(action) {
|
|
28
|
+
this['action'] = action;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
withType(type) {
|
|
32
|
+
this['type'] = type;
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
withTags(tags) {
|
|
36
|
+
this['tags'] = tags;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.CreateIpReputationRuleRequestBody = CreateIpReputationRuleRequestBody;
|
|
41
|
+
//# sourceMappingURL=CreateIpReputationRuleRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateIpReputationRuleRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateIpReputationRuleRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,iCAAiC;IAQ1C,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,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,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;AA1CD,8EA0CC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { CreateIpReputationRuleResponseBodyAction } from './CreateIpReputationRuleResponseBodyAction';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class CreateIpReputationRuleResponse extends SdkResponse {
|
|
4
|
+
id?: string;
|
|
5
|
+
policyid?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
policyname?: string;
|
|
8
|
+
timestamp?: number;
|
|
9
|
+
description?: string;
|
|
10
|
+
status?: number;
|
|
11
|
+
type?: string;
|
|
12
|
+
tags?: Array<string>;
|
|
13
|
+
action?: CreateIpReputationRuleResponseBodyAction;
|
|
14
|
+
constructor();
|
|
15
|
+
withId(id: string): CreateIpReputationRuleResponse;
|
|
16
|
+
withPolicyid(policyid: string): CreateIpReputationRuleResponse;
|
|
17
|
+
withName(name: string): CreateIpReputationRuleResponse;
|
|
18
|
+
withPolicyname(policyname: string): CreateIpReputationRuleResponse;
|
|
19
|
+
withTimestamp(timestamp: number): CreateIpReputationRuleResponse;
|
|
20
|
+
withDescription(description: string): CreateIpReputationRuleResponse;
|
|
21
|
+
withStatus(status: number): CreateIpReputationRuleResponse;
|
|
22
|
+
withType(type: string): CreateIpReputationRuleResponse;
|
|
23
|
+
withTags(tags: Array<string>): CreateIpReputationRuleResponse;
|
|
24
|
+
withAction(action: CreateIpReputationRuleResponseBodyAction): CreateIpReputationRuleResponse;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=CreateIpReputationRuleResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateIpReputationRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateIpReputationRuleResponse.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,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,MAAM,CAAC,EAAE,wCAAwC,CAAC;;IAIlD,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,8BAA8B;IAIlD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAI9D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,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,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,8BAA8B;IAI7D,UAAU,CAAC,MAAM,EAAE,wCAAwC,GAAG,8BAA8B;CAItG"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateIpReputationRuleResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class CreateIpReputationRuleResponse 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
|
+
withPolicyname(policyname) {
|
|
22
|
+
this['policyname'] = policyname;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withTimestamp(timestamp) {
|
|
26
|
+
this['timestamp'] = timestamp;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
withDescription(description) {
|
|
30
|
+
this['description'] = description;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
withStatus(status) {
|
|
34
|
+
this['status'] = status;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
withType(type) {
|
|
38
|
+
this['type'] = type;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
withTags(tags) {
|
|
42
|
+
this['tags'] = tags;
|
|
43
|
+
return this;
|
|
44
|
+
}
|
|
45
|
+
withAction(action) {
|
|
46
|
+
this['action'] = action;
|
|
47
|
+
return this;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
exports.CreateIpReputationRuleResponse = CreateIpReputationRuleResponse;
|
|
51
|
+
//# sourceMappingURL=CreateIpReputationRuleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateIpReputationRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateIpReputationRuleResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAW3D;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,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,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,UAAU,CAAC,MAAgD;QAC9D,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAtDD,wEAsDC"}
|