@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,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchCreatePrivacyRuleRequestBodyCategoryEnum = exports.BatchCreatePrivacyRuleRequestBody = void 0;
|
|
4
|
+
class BatchCreatePrivacyRuleRequestBody {
|
|
5
|
+
constructor(url, category, index, policyIds) {
|
|
6
|
+
this['url'] = url;
|
|
7
|
+
this['category'] = category;
|
|
8
|
+
this['index'] = index;
|
|
9
|
+
this['policy_ids'] = policyIds;
|
|
10
|
+
}
|
|
11
|
+
withUrl(url) {
|
|
12
|
+
this['url'] = url;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
withCategory(category) {
|
|
16
|
+
this['category'] = category;
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
withIndex(index) {
|
|
20
|
+
this['index'] = index;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
withDescription(description) {
|
|
24
|
+
this['description'] = description;
|
|
25
|
+
return this;
|
|
26
|
+
}
|
|
27
|
+
withPolicyIds(policyIds) {
|
|
28
|
+
this['policy_ids'] = policyIds;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set policyIds(policyIds) {
|
|
32
|
+
this['policy_ids'] = policyIds;
|
|
33
|
+
}
|
|
34
|
+
get policyIds() {
|
|
35
|
+
return this['policy_ids'];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.BatchCreatePrivacyRuleRequestBody = BatchCreatePrivacyRuleRequestBody;
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
* @enum {string}
|
|
42
|
+
*/
|
|
43
|
+
var BatchCreatePrivacyRuleRequestBodyCategoryEnum;
|
|
44
|
+
(function (BatchCreatePrivacyRuleRequestBodyCategoryEnum) {
|
|
45
|
+
BatchCreatePrivacyRuleRequestBodyCategoryEnum["PARAMS"] = "params";
|
|
46
|
+
BatchCreatePrivacyRuleRequestBodyCategoryEnum["COOKIE"] = "cookie";
|
|
47
|
+
BatchCreatePrivacyRuleRequestBodyCategoryEnum["HEADER"] = "header";
|
|
48
|
+
BatchCreatePrivacyRuleRequestBodyCategoryEnum["FORM"] = "form";
|
|
49
|
+
})(BatchCreatePrivacyRuleRequestBodyCategoryEnum = exports.BatchCreatePrivacyRuleRequestBodyCategoryEnum || (exports.BatchCreatePrivacyRuleRequestBodyCategoryEnum = {}));
|
|
50
|
+
//# sourceMappingURL=BatchCreatePrivacyRuleRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchCreatePrivacyRuleRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreatePrivacyRuleRequestBody.ts"],"names":[],"mappings":";;;AAEA,MAAa,iCAAiC;IAM1C,YAAmB,GAAY,EAAE,QAAiB,EAAE,KAAc,EAAE,SAAyB;QACzF,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgE;QAChF,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAwB;QACzC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAAqC;QACtD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;CACJ;AAtCD,8EAsCC;AAED;;;MAGM;AACN,IAAY,6CAKX;AALD,WAAY,6CAA6C;IACrD,kEAAiB,CAAA;IACjB,kEAAiB,CAAA;IACjB,kEAAiB,CAAA;IACjB,8DAAa,CAAA;AACjB,CAAC,EALW,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAKxD"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class BatchCreatePrivacyRuleResponse extends SdkResponse {
|
|
3
|
+
id?: string;
|
|
4
|
+
policyid?: string;
|
|
5
|
+
timestamp?: number;
|
|
6
|
+
status?: number;
|
|
7
|
+
url?: string;
|
|
8
|
+
category?: BatchCreatePrivacyRuleResponseCategoryEnum | string;
|
|
9
|
+
index?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
constructor();
|
|
12
|
+
withId(id: string): BatchCreatePrivacyRuleResponse;
|
|
13
|
+
withPolicyid(policyid: string): BatchCreatePrivacyRuleResponse;
|
|
14
|
+
withTimestamp(timestamp: number): BatchCreatePrivacyRuleResponse;
|
|
15
|
+
withStatus(status: number): BatchCreatePrivacyRuleResponse;
|
|
16
|
+
withUrl(url: string): BatchCreatePrivacyRuleResponse;
|
|
17
|
+
withCategory(category: BatchCreatePrivacyRuleResponseCategoryEnum | string): BatchCreatePrivacyRuleResponse;
|
|
18
|
+
withIndex(index: string): BatchCreatePrivacyRuleResponse;
|
|
19
|
+
withDescription(description: string): BatchCreatePrivacyRuleResponse;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @export
|
|
23
|
+
* @enum {string}
|
|
24
|
+
*/
|
|
25
|
+
export declare enum BatchCreatePrivacyRuleResponseCategoryEnum {
|
|
26
|
+
PARAMS = "params",
|
|
27
|
+
COOKIE = "cookie",
|
|
28
|
+
HEADER = "header",
|
|
29
|
+
FORM = "form"
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=BatchCreatePrivacyRuleResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchCreatePrivacyRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreatePrivacyRuleResponse.ts"],"names":[],"mappings":"AACA,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,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,0CAA0C,GAAG,MAAM,CAAC;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;;IAIrB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,8BAA8B;IAIlD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAI9D,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,8BAA8B;IAIhE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,8BAA8B;IAI1D,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,8BAA8B;IAIpD,YAAY,CAAC,QAAQ,EAAE,0CAA0C,GAAG,MAAM,GAAG,8BAA8B;IAI3G,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,8BAA8B;IAIxD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,8BAA8B;CAI9E;AAED;;;MAGM;AACN,oBAAY,0CAA0C;IAClD,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchCreatePrivacyRuleResponseCategoryEnum = exports.BatchCreatePrivacyRuleResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class BatchCreatePrivacyRuleResponse 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
|
+
withTimestamp(timestamp) {
|
|
18
|
+
this['timestamp'] = timestamp;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withStatus(status) {
|
|
22
|
+
this['status'] = status;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withUrl(url) {
|
|
26
|
+
this['url'] = url;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
withCategory(category) {
|
|
30
|
+
this['category'] = category;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
withIndex(index) {
|
|
34
|
+
this['index'] = index;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
withDescription(description) {
|
|
38
|
+
this['description'] = description;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
exports.BatchCreatePrivacyRuleResponse = BatchCreatePrivacyRuleResponse;
|
|
43
|
+
/**
|
|
44
|
+
* @export
|
|
45
|
+
* @enum {string}
|
|
46
|
+
*/
|
|
47
|
+
var BatchCreatePrivacyRuleResponseCategoryEnum;
|
|
48
|
+
(function (BatchCreatePrivacyRuleResponseCategoryEnum) {
|
|
49
|
+
BatchCreatePrivacyRuleResponseCategoryEnum["PARAMS"] = "params";
|
|
50
|
+
BatchCreatePrivacyRuleResponseCategoryEnum["COOKIE"] = "cookie";
|
|
51
|
+
BatchCreatePrivacyRuleResponseCategoryEnum["HEADER"] = "header";
|
|
52
|
+
BatchCreatePrivacyRuleResponseCategoryEnum["FORM"] = "form";
|
|
53
|
+
})(BatchCreatePrivacyRuleResponseCategoryEnum = exports.BatchCreatePrivacyRuleResponseCategoryEnum || (exports.BatchCreatePrivacyRuleResponseCategoryEnum = {}));
|
|
54
|
+
//# sourceMappingURL=BatchCreatePrivacyRuleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchCreatePrivacyRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreatePrivacyRuleResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAS3D;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,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,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;IACM,YAAY,CAAC,QAA6D;QAC7E,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA5CD,wEA4CC;AAED;;;MAGM;AACN,IAAY,0CAKX;AALD,WAAY,0CAA0C;IAClD,+DAAiB,CAAA;IACjB,+DAAiB,CAAA;IACjB,+DAAiB,CAAA;IACjB,2DAAa,CAAA;AACjB,CAAC,EALW,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAKrD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BacthCreateWhiteBlackIpRuleRequestBody } from './BacthCreateWhiteBlackIpRuleRequestBody';
|
|
2
|
+
export declare class BatchCreateWhiteblackipRuleRequest {
|
|
3
|
+
policyids?: string;
|
|
4
|
+
private 'enterprise_project_id'?;
|
|
5
|
+
private 'Content-Type'?;
|
|
6
|
+
body?: BacthCreateWhiteBlackIpRuleRequestBody;
|
|
7
|
+
constructor(contentType?: string);
|
|
8
|
+
withPolicyids(policyids: string): BatchCreateWhiteblackipRuleRequest;
|
|
9
|
+
withEnterpriseProjectId(enterpriseProjectId: string): BatchCreateWhiteblackipRuleRequest;
|
|
10
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
11
|
+
get enterpriseProjectId(): string | undefined;
|
|
12
|
+
withContentType(contentType: string): BatchCreateWhiteblackipRuleRequest;
|
|
13
|
+
set contentType(contentType: string | undefined);
|
|
14
|
+
get contentType(): string | undefined;
|
|
15
|
+
withBody(body: BacthCreateWhiteBlackIpRuleRequestBody): BatchCreateWhiteblackipRuleRequest;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=BatchCreateWhiteblackipRuleRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchCreateWhiteblackipRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreateWhiteblackipRuleRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAGlG,qBAAa,kCAAkC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,sCAAsC,CAAC;gBAClC,WAAW,CAAC,EAAE,MAAM;IAGhC,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,kCAAkC;IAIpE,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,kCAAkC;IAI/F,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,kCAAkC;IAI/E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,sCAAsC,GAAG,kCAAkC;CAIpG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchCreateWhiteblackipRuleRequest = void 0;
|
|
4
|
+
class BatchCreateWhiteblackipRuleRequest {
|
|
5
|
+
constructor(contentType) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
}
|
|
8
|
+
withPolicyids(policyids) {
|
|
9
|
+
this['policyids'] = policyids;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
withEnterpriseProjectId(enterpriseProjectId) {
|
|
13
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
14
|
+
return this;
|
|
15
|
+
}
|
|
16
|
+
set enterpriseProjectId(enterpriseProjectId) {
|
|
17
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
18
|
+
}
|
|
19
|
+
get enterpriseProjectId() {
|
|
20
|
+
return this['enterprise_project_id'];
|
|
21
|
+
}
|
|
22
|
+
withContentType(contentType) {
|
|
23
|
+
this['Content-Type'] = contentType;
|
|
24
|
+
return this;
|
|
25
|
+
}
|
|
26
|
+
set contentType(contentType) {
|
|
27
|
+
this['Content-Type'] = contentType;
|
|
28
|
+
}
|
|
29
|
+
get contentType() {
|
|
30
|
+
return this['Content-Type'];
|
|
31
|
+
}
|
|
32
|
+
withBody(body) {
|
|
33
|
+
this['body'] = body;
|
|
34
|
+
return this;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.BatchCreateWhiteblackipRuleRequest = BatchCreateWhiteblackipRuleRequest;
|
|
38
|
+
//# sourceMappingURL=BatchCreateWhiteblackipRuleRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchCreateWhiteblackipRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreateWhiteblackipRuleRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,kCAAkC;IAK3C,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,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,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,QAAQ,CAAC,IAA4C;QACxD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApCD,gFAoCC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IpGroup } from './IpGroup';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class BatchCreateWhiteblackipRuleResponse extends SdkResponse {
|
|
4
|
+
id?: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
policyid?: string;
|
|
7
|
+
addr?: string;
|
|
8
|
+
white?: number;
|
|
9
|
+
private 'time_mode'?;
|
|
10
|
+
start?: number;
|
|
11
|
+
terminal?: number;
|
|
12
|
+
private 'ip_group'?;
|
|
13
|
+
status?: number;
|
|
14
|
+
description?: string;
|
|
15
|
+
timestamp?: number;
|
|
16
|
+
constructor();
|
|
17
|
+
withId(id: string): BatchCreateWhiteblackipRuleResponse;
|
|
18
|
+
withName(name: string): BatchCreateWhiteblackipRuleResponse;
|
|
19
|
+
withPolicyid(policyid: string): BatchCreateWhiteblackipRuleResponse;
|
|
20
|
+
withAddr(addr: string): BatchCreateWhiteblackipRuleResponse;
|
|
21
|
+
withWhite(white: number): BatchCreateWhiteblackipRuleResponse;
|
|
22
|
+
withTimeMode(timeMode: string): BatchCreateWhiteblackipRuleResponse;
|
|
23
|
+
set timeMode(timeMode: string | undefined);
|
|
24
|
+
get timeMode(): string | undefined;
|
|
25
|
+
withStart(start: number): BatchCreateWhiteblackipRuleResponse;
|
|
26
|
+
withTerminal(terminal: number): BatchCreateWhiteblackipRuleResponse;
|
|
27
|
+
withIpGroup(ipGroup: IpGroup): BatchCreateWhiteblackipRuleResponse;
|
|
28
|
+
set ipGroup(ipGroup: IpGroup | undefined);
|
|
29
|
+
get ipGroup(): IpGroup | undefined;
|
|
30
|
+
withStatus(status: number): BatchCreateWhiteblackipRuleResponse;
|
|
31
|
+
withDescription(description: string): BatchCreateWhiteblackipRuleResponse;
|
|
32
|
+
withTimestamp(timestamp: number): BatchCreateWhiteblackipRuleResponse;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=BatchCreateWhiteblackipRuleResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchCreateWhiteblackipRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreateWhiteblackipRuleResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mCAAoC,SAAQ,WAAW;IACzD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,UAAU,CAAC,CAAU;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;;IAInB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,mCAAmC;IAIvD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mCAAmC;IAI3D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;IAInE,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mCAAmC;IAI3D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,mCAAmC;IAI7D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;IAI1E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,mCAAmC;IAI7D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;IAInE,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,mCAAmC;IAIzE,IAAW,OAAO,CAAC,OAAO,EAAE,OAAO,GAAI,SAAS,EAE/C;IACD,IAAW,OAAO,IAAI,OAAO,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mCAAmC;IAI/D,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,mCAAmC;IAIzE,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,mCAAmC;CAI/E"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchCreateWhiteblackipRuleResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class BatchCreateWhiteblackipRuleResponse 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
|
+
withPolicyid(policyid) {
|
|
18
|
+
this['policyid'] = policyid;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withAddr(addr) {
|
|
22
|
+
this['addr'] = addr;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withWhite(white) {
|
|
26
|
+
this['white'] = white;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
withTimeMode(timeMode) {
|
|
30
|
+
this['time_mode'] = timeMode;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set timeMode(timeMode) {
|
|
34
|
+
this['time_mode'] = timeMode;
|
|
35
|
+
}
|
|
36
|
+
get timeMode() {
|
|
37
|
+
return this['time_mode'];
|
|
38
|
+
}
|
|
39
|
+
withStart(start) {
|
|
40
|
+
this['start'] = start;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
withTerminal(terminal) {
|
|
44
|
+
this['terminal'] = terminal;
|
|
45
|
+
return this;
|
|
46
|
+
}
|
|
47
|
+
withIpGroup(ipGroup) {
|
|
48
|
+
this['ip_group'] = ipGroup;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
set ipGroup(ipGroup) {
|
|
52
|
+
this['ip_group'] = ipGroup;
|
|
53
|
+
}
|
|
54
|
+
get ipGroup() {
|
|
55
|
+
return this['ip_group'];
|
|
56
|
+
}
|
|
57
|
+
withStatus(status) {
|
|
58
|
+
this['status'] = status;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
withDescription(description) {
|
|
62
|
+
this['description'] = description;
|
|
63
|
+
return this;
|
|
64
|
+
}
|
|
65
|
+
withTimestamp(timestamp) {
|
|
66
|
+
this['timestamp'] = timestamp;
|
|
67
|
+
return this;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.BatchCreateWhiteblackipRuleResponse = BatchCreateWhiteblackipRuleResponse;
|
|
71
|
+
//# sourceMappingURL=BatchCreateWhiteblackipRuleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchCreateWhiteblackipRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreateWhiteblackipRuleResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,mCAAoC,SAAQ,yBAAW;IAahE;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,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,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,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,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,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,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,OAAgB;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA6B;QAC5C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA5ED,kFA4EC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DeleteAlertNoticeConfigBody } from './DeleteAlertNoticeConfigBody';
|
|
2
|
+
export declare class BatchDeleteAlertNoticeConfigBody {
|
|
3
|
+
private 'alert_notice_configs'?;
|
|
4
|
+
constructor(alertNoticeConfigs?: Array<DeleteAlertNoticeConfigBody>);
|
|
5
|
+
withAlertNoticeConfigs(alertNoticeConfigs: Array<DeleteAlertNoticeConfigBody>): BatchDeleteAlertNoticeConfigBody;
|
|
6
|
+
set alertNoticeConfigs(alertNoticeConfigs: Array<DeleteAlertNoticeConfigBody> | undefined);
|
|
7
|
+
get alertNoticeConfigs(): Array<DeleteAlertNoticeConfigBody> | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=BatchDeleteAlertNoticeConfigBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteAlertNoticeConfigBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,qBAAa,gCAAgC;IACzC,OAAO,CAAC,sBAAsB,CAAC,CAAqC;gBACjD,kBAAkB,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC;IAGnE,sBAAsB,CAAC,kBAAkB,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAG,gCAAgC;IAIvH,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAI,SAAS,EAEhG;IACD,IAAW,kBAAkB,IAAI,KAAK,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAE9E;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchDeleteAlertNoticeConfigBody = void 0;
|
|
4
|
+
class BatchDeleteAlertNoticeConfigBody {
|
|
5
|
+
constructor(alertNoticeConfigs) {
|
|
6
|
+
this['alert_notice_configs'] = alertNoticeConfigs;
|
|
7
|
+
}
|
|
8
|
+
withAlertNoticeConfigs(alertNoticeConfigs) {
|
|
9
|
+
this['alert_notice_configs'] = alertNoticeConfigs;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set alertNoticeConfigs(alertNoticeConfigs) {
|
|
13
|
+
this['alert_notice_configs'] = alertNoticeConfigs;
|
|
14
|
+
}
|
|
15
|
+
get alertNoticeConfigs() {
|
|
16
|
+
return this['alert_notice_configs'];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.BatchDeleteAlertNoticeConfigBody = BatchDeleteAlertNoticeConfigBody;
|
|
20
|
+
//# sourceMappingURL=BatchDeleteAlertNoticeConfigBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteAlertNoticeConfigBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,gCAAgC;IAEzC,YAAmB,kBAAuD;QACtE,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACM,sBAAsB,CAAC,kBAAsD;QAChF,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAmE;QAC7F,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;CACJ;AAfD,4EAeC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BatchDeleteAlertNoticeConfigBody } from './BatchDeleteAlertNoticeConfigBody';
|
|
2
|
+
export declare class BatchDeleteAlertNoticeConfigRequest {
|
|
3
|
+
enterpriseProjectId?: string;
|
|
4
|
+
private 'X-Language'?;
|
|
5
|
+
private 'Content-Type'?;
|
|
6
|
+
body?: BatchDeleteAlertNoticeConfigBody;
|
|
7
|
+
constructor(enterpriseProjectId?: string, xLanguage?: string, contentType?: string);
|
|
8
|
+
withEnterpriseProjectId(enterpriseProjectId: string): BatchDeleteAlertNoticeConfigRequest;
|
|
9
|
+
withXLanguage(xLanguage: string): BatchDeleteAlertNoticeConfigRequest;
|
|
10
|
+
set xLanguage(xLanguage: string | undefined);
|
|
11
|
+
get xLanguage(): string | undefined;
|
|
12
|
+
withContentType(contentType: string): BatchDeleteAlertNoticeConfigRequest;
|
|
13
|
+
set contentType(contentType: string | undefined);
|
|
14
|
+
get contentType(): string | undefined;
|
|
15
|
+
withBody(body: BatchDeleteAlertNoticeConfigBody): BatchDeleteAlertNoticeConfigRequest;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=BatchDeleteAlertNoticeConfigRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteAlertNoticeConfigRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAGtF,qBAAa,mCAAmC;IACrC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IACpC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,gCAAgC,CAAC;gBAC5B,mBAAmB,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;IAKlF,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,mCAAmC;IAIzF,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,mCAAmC;IAI5E,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,mCAAmC;IAIhF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,gCAAgC,GAAG,mCAAmC;CAI/F"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchDeleteAlertNoticeConfigRequest = void 0;
|
|
4
|
+
class BatchDeleteAlertNoticeConfigRequest {
|
|
5
|
+
constructor(enterpriseProjectId, xLanguage, contentType) {
|
|
6
|
+
this['enterpriseProjectId'] = enterpriseProjectId;
|
|
7
|
+
this['X-Language'] = xLanguage;
|
|
8
|
+
this['Content-Type'] = contentType;
|
|
9
|
+
}
|
|
10
|
+
withEnterpriseProjectId(enterpriseProjectId) {
|
|
11
|
+
this['enterpriseProjectId'] = enterpriseProjectId;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
withXLanguage(xLanguage) {
|
|
15
|
+
this['X-Language'] = xLanguage;
|
|
16
|
+
return this;
|
|
17
|
+
}
|
|
18
|
+
set xLanguage(xLanguage) {
|
|
19
|
+
this['X-Language'] = xLanguage;
|
|
20
|
+
}
|
|
21
|
+
get xLanguage() {
|
|
22
|
+
return this['X-Language'];
|
|
23
|
+
}
|
|
24
|
+
withContentType(contentType) {
|
|
25
|
+
this['Content-Type'] = contentType;
|
|
26
|
+
return this;
|
|
27
|
+
}
|
|
28
|
+
set contentType(contentType) {
|
|
29
|
+
this['Content-Type'] = contentType;
|
|
30
|
+
}
|
|
31
|
+
get contentType() {
|
|
32
|
+
return this['Content-Type'];
|
|
33
|
+
}
|
|
34
|
+
withBody(body) {
|
|
35
|
+
this['body'] = body;
|
|
36
|
+
return this;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
exports.BatchDeleteAlertNoticeConfigRequest = BatchDeleteAlertNoticeConfigRequest;
|
|
40
|
+
//# sourceMappingURL=BatchDeleteAlertNoticeConfigRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteAlertNoticeConfigRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,mCAAmC;IAK5C,YAAmB,mBAA4B,EAAE,SAAkB,EAAE,WAAoB;QACrF,IAAI,CAAC,qBAAqB,CAAC,GAAG,mBAAmB,CAAC;QAClD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,uBAAuB,CAAC,mBAA2B;QACtD,IAAI,CAAC,qBAAqB,CAAC,GAAG,mBAAmB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,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,QAAQ,CAAC,IAAsC;QAClD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAtCD,kFAsCC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AlertNoticeConfig } from './AlertNoticeConfig';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class BatchDeleteAlertNoticeConfigResponse extends SdkResponse {
|
|
4
|
+
private 'alert_notice_configs'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withAlertNoticeConfigs(alertNoticeConfigs: Array<AlertNoticeConfig>): BatchDeleteAlertNoticeConfigResponse;
|
|
7
|
+
set alertNoticeConfigs(alertNoticeConfigs: Array<AlertNoticeConfig> | undefined);
|
|
8
|
+
get alertNoticeConfigs(): Array<AlertNoticeConfig> | undefined;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=BatchDeleteAlertNoticeConfigResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteAlertNoticeConfigResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oCAAqC,SAAQ,WAAW;IACjE,OAAO,CAAC,sBAAsB,CAAC,CAA2B;;IAInD,sBAAsB,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,oCAAoC;IAIjH,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAI,SAAS,EAEtF;IACD,IAAW,kBAAkB,IAAI,KAAK,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAEpE;CACJ"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchDeleteAlertNoticeConfigResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class BatchDeleteAlertNoticeConfigResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withAlertNoticeConfigs(alertNoticeConfigs) {
|
|
10
|
+
this['alert_notice_configs'] = alertNoticeConfigs;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set alertNoticeConfigs(alertNoticeConfigs) {
|
|
14
|
+
this['alert_notice_configs'] = alertNoticeConfigs;
|
|
15
|
+
}
|
|
16
|
+
get alertNoticeConfigs() {
|
|
17
|
+
return this['alert_notice_configs'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.BatchDeleteAlertNoticeConfigResponse = BatchDeleteAlertNoticeConfigResponse;
|
|
21
|
+
//# sourceMappingURL=BatchDeleteAlertNoticeConfigResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteAlertNoticeConfigResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,oCAAqC,SAAQ,yBAAW;IAEjE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,sBAAsB,CAAC,kBAA4C;QACtE,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAyD;QACnF,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;CACJ;AAfD,oFAeC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class CheckAgencyRequest {
|
|
2
|
+
private 'Content-Type'?;
|
|
3
|
+
constructor(contentType?: string);
|
|
4
|
+
withContentType(contentType: string): CheckAgencyRequest;
|
|
5
|
+
set contentType(contentType: string | undefined);
|
|
6
|
+
get contentType(): string | undefined;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=CheckAgencyRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckAgencyRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CheckAgencyRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAC3B,OAAO,CAAC,cAAc,CAAC,CAAS;gBACb,WAAW,CAAC,EAAE,MAAM;IAGhC,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;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CheckAgencyRequest = void 0;
|
|
4
|
+
class CheckAgencyRequest {
|
|
5
|
+
constructor(contentType) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
}
|
|
8
|
+
withContentType(contentType) {
|
|
9
|
+
this['Content-Type'] = contentType;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set contentType(contentType) {
|
|
13
|
+
this['Content-Type'] = contentType;
|
|
14
|
+
}
|
|
15
|
+
get contentType() {
|
|
16
|
+
return this['Content-Type'];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.CheckAgencyRequest = CheckAgencyRequest;
|
|
20
|
+
//# sourceMappingURL=CheckAgencyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckAgencyRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CheckAgencyRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IAE3B,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;CACJ;AAfD,gDAeC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class CheckAgencyResponse extends SdkResponse {
|
|
3
|
+
id?: string;
|
|
4
|
+
name?: string;
|
|
5
|
+
version?: string;
|
|
6
|
+
duration?: string;
|
|
7
|
+
private 'domain_id'?;
|
|
8
|
+
private 'is_valid'?;
|
|
9
|
+
constructor();
|
|
10
|
+
withId(id: string): CheckAgencyResponse;
|
|
11
|
+
withName(name: string): CheckAgencyResponse;
|
|
12
|
+
withVersion(version: string): CheckAgencyResponse;
|
|
13
|
+
withDuration(duration: string): CheckAgencyResponse;
|
|
14
|
+
withDomainId(domainId: string): CheckAgencyResponse;
|
|
15
|
+
set domainId(domainId: string | undefined);
|
|
16
|
+
get domainId(): string | undefined;
|
|
17
|
+
withIsValid(isValid: boolean): CheckAgencyResponse;
|
|
18
|
+
set isValid(isValid: boolean | undefined);
|
|
19
|
+
get isValid(): boolean | undefined;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=CheckAgencyResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckAgencyResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CheckAgencyResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mBAAoB,SAAQ,WAAW;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAU;;IAItB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,mBAAmB;IAIvC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB;IAI3C,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,mBAAmB;IAIjD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB;IAInD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB;IAI1D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,mBAAmB;IAIzD,IAAW,OAAO,CAAC,OAAO,EAAE,OAAO,GAAI,SAAS,EAE/C;IACD,IAAW,OAAO,IAAI,OAAO,GAAG,SAAS,CAExC;CACJ"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CheckAgencyResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class CheckAgencyResponse 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
|
+
withVersion(version) {
|
|
18
|
+
this['version'] = version;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withDuration(duration) {
|
|
22
|
+
this['duration'] = duration;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withDomainId(domainId) {
|
|
26
|
+
this['domain_id'] = domainId;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
set domainId(domainId) {
|
|
30
|
+
this['domain_id'] = domainId;
|
|
31
|
+
}
|
|
32
|
+
get domainId() {
|
|
33
|
+
return this['domain_id'];
|
|
34
|
+
}
|
|
35
|
+
withIsValid(isValid) {
|
|
36
|
+
this['is_valid'] = isValid;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
set isValid(isValid) {
|
|
40
|
+
this['is_valid'] = isValid;
|
|
41
|
+
}
|
|
42
|
+
get isValid() {
|
|
43
|
+
return this['is_valid'];
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CheckAgencyResponse = CheckAgencyResponse;
|
|
47
|
+
//# sourceMappingURL=CheckAgencyResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckAgencyResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CheckAgencyResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,mBAAoB,SAAQ,yBAAW;IAOhD;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,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;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,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,OAAgB;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA6B;QAC5C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AA9CD,kDA8CC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class ConfirmIpReputationRuleRequest {
|
|
2
|
+
private 'Content-Type'?;
|
|
3
|
+
private 'policy_id'?;
|
|
4
|
+
private 'rule_id'?;
|
|
5
|
+
constructor(contentType?: string, policyId?: string, ruleId?: string);
|
|
6
|
+
withContentType(contentType: string): ConfirmIpReputationRuleRequest;
|
|
7
|
+
set contentType(contentType: string | undefined);
|
|
8
|
+
get contentType(): string | undefined;
|
|
9
|
+
withPolicyId(policyId: string): ConfirmIpReputationRuleRequest;
|
|
10
|
+
set policyId(policyId: string | undefined);
|
|
11
|
+
get policyId(): string | undefined;
|
|
12
|
+
withRuleId(ruleId: string): ConfirmIpReputationRuleRequest;
|
|
13
|
+
set ruleId(ruleId: string | undefined);
|
|
14
|
+
get ruleId(): string | undefined;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ConfirmIpReputationRuleRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmIpReputationRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmIpReputationRuleRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IACvC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAKpE,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,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,8BAA8B;IAIjE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
|