@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,17 @@
|
|
|
1
|
+
import { ListSecurityReportHistoryPeriodResponseStatPeriod } from './ListSecurityReportHistoryPeriodResponseStatPeriod';
|
|
2
|
+
export declare class ListSecurityReportHistoryPeriodResponseItems {
|
|
3
|
+
private 'report_id'?;
|
|
4
|
+
private 'subscription_id'?;
|
|
5
|
+
private 'stat_period'?;
|
|
6
|
+
constructor(reportId?: string, subscriptionId?: string, statPeriod?: ListSecurityReportHistoryPeriodResponseStatPeriod);
|
|
7
|
+
withReportId(reportId: string): ListSecurityReportHistoryPeriodResponseItems;
|
|
8
|
+
set reportId(reportId: string | undefined);
|
|
9
|
+
get reportId(): string | undefined;
|
|
10
|
+
withSubscriptionId(subscriptionId: string): ListSecurityReportHistoryPeriodResponseItems;
|
|
11
|
+
set subscriptionId(subscriptionId: string | undefined);
|
|
12
|
+
get subscriptionId(): string | undefined;
|
|
13
|
+
withStatPeriod(statPeriod: ListSecurityReportHistoryPeriodResponseStatPeriod): ListSecurityReportHistoryPeriodResponseItems;
|
|
14
|
+
set statPeriod(statPeriod: ListSecurityReportHistoryPeriodResponseStatPeriod | undefined);
|
|
15
|
+
get statPeriod(): ListSecurityReportHistoryPeriodResponseStatPeriod | undefined;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=ListSecurityReportHistoryPeriodResponseItems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSecurityReportHistoryPeriodResponseItems.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodResponseItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AAGxH,qBAAa,4CAA4C;IACrD,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,aAAa,CAAC,CAAoD;gBACvD,QAAQ,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,iDAAiD;IAKtH,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,4CAA4C;IAInF,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,4CAA4C;IAI/F,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,cAAc,CAAC,UAAU,EAAE,iDAAiD,GAAG,4CAA4C;IAIlI,IAAW,UAAU,CAAC,UAAU,EAAE,iDAAiD,GAAI,SAAS,EAE/F;IACD,IAAW,UAAU,IAAI,iDAAiD,GAAG,SAAS,CAErF;CACJ"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListSecurityReportHistoryPeriodResponseItems = void 0;
|
|
4
|
+
class ListSecurityReportHistoryPeriodResponseItems {
|
|
5
|
+
constructor(reportId, subscriptionId, statPeriod) {
|
|
6
|
+
this['report_id'] = reportId;
|
|
7
|
+
this['subscription_id'] = subscriptionId;
|
|
8
|
+
this['stat_period'] = statPeriod;
|
|
9
|
+
}
|
|
10
|
+
withReportId(reportId) {
|
|
11
|
+
this['report_id'] = reportId;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
set reportId(reportId) {
|
|
15
|
+
this['report_id'] = reportId;
|
|
16
|
+
}
|
|
17
|
+
get reportId() {
|
|
18
|
+
return this['report_id'];
|
|
19
|
+
}
|
|
20
|
+
withSubscriptionId(subscriptionId) {
|
|
21
|
+
this['subscription_id'] = subscriptionId;
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
set subscriptionId(subscriptionId) {
|
|
25
|
+
this['subscription_id'] = subscriptionId;
|
|
26
|
+
}
|
|
27
|
+
get subscriptionId() {
|
|
28
|
+
return this['subscription_id'];
|
|
29
|
+
}
|
|
30
|
+
withStatPeriod(statPeriod) {
|
|
31
|
+
this['stat_period'] = statPeriod;
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
set statPeriod(statPeriod) {
|
|
35
|
+
this['stat_period'] = statPeriod;
|
|
36
|
+
}
|
|
37
|
+
get statPeriod() {
|
|
38
|
+
return this['stat_period'];
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.ListSecurityReportHistoryPeriodResponseItems = ListSecurityReportHistoryPeriodResponseItems;
|
|
42
|
+
//# sourceMappingURL=ListSecurityReportHistoryPeriodResponseItems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSecurityReportHistoryPeriodResponseItems.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodResponseItems.ts"],"names":[],"mappings":";;;AAGA,MAAa,4CAA4C;IAIrD,YAAmB,QAAiB,EAAE,cAAuB,EAAE,UAA8D;QACzH,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,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,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,cAAc,CAAC,UAA6D;QAC/E,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA0E;QAC5F,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AAvCD,oGAuCC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class ListSecurityReportHistoryPeriodResponseStatPeriod {
|
|
2
|
+
private 'begin_time'?;
|
|
3
|
+
private 'end_time'?;
|
|
4
|
+
constructor(beginTime?: number, endTime?: number);
|
|
5
|
+
withBeginTime(beginTime: number): ListSecurityReportHistoryPeriodResponseStatPeriod;
|
|
6
|
+
set beginTime(beginTime: number | undefined);
|
|
7
|
+
get beginTime(): number | undefined;
|
|
8
|
+
withEndTime(endTime: number): ListSecurityReportHistoryPeriodResponseStatPeriod;
|
|
9
|
+
set endTime(endTime: number | undefined);
|
|
10
|
+
get endTime(): number | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ListSecurityReportHistoryPeriodResponseStatPeriod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSecurityReportHistoryPeriodResponseStatPeriod.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.ts"],"names":[],"mappings":"AAEA,qBAAa,iDAAiD;IAC1D,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,UAAU,CAAC,CAAS;gBACT,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAIhD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,iDAAiD;IAI1F,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,iDAAiD;IAItF,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListSecurityReportHistoryPeriodResponseStatPeriod = void 0;
|
|
4
|
+
class ListSecurityReportHistoryPeriodResponseStatPeriod {
|
|
5
|
+
constructor(beginTime, endTime) {
|
|
6
|
+
this['begin_time'] = beginTime;
|
|
7
|
+
this['end_time'] = endTime;
|
|
8
|
+
}
|
|
9
|
+
withBeginTime(beginTime) {
|
|
10
|
+
this['begin_time'] = beginTime;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set beginTime(beginTime) {
|
|
14
|
+
this['begin_time'] = beginTime;
|
|
15
|
+
}
|
|
16
|
+
get beginTime() {
|
|
17
|
+
return this['begin_time'];
|
|
18
|
+
}
|
|
19
|
+
withEndTime(endTime) {
|
|
20
|
+
this['end_time'] = endTime;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set endTime(endTime) {
|
|
24
|
+
this['end_time'] = endTime;
|
|
25
|
+
}
|
|
26
|
+
get endTime() {
|
|
27
|
+
return this['end_time'];
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.ListSecurityReportHistoryPeriodResponseStatPeriod = ListSecurityReportHistoryPeriodResponseStatPeriod;
|
|
31
|
+
//# sourceMappingURL=ListSecurityReportHistoryPeriodResponseStatPeriod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSecurityReportHistoryPeriodResponseStatPeriod.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.ts"],"names":[],"mappings":";;;AAEA,MAAa,iDAAiD;IAG1D,YAAmB,SAAkB,EAAE,OAAgB;QACnD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,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,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AA3BD,8GA2BC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class ListSecurityReportHistoryPeriodsRequest {
|
|
2
|
+
private 'Content-Type'?;
|
|
3
|
+
private 'subscription_id'?;
|
|
4
|
+
limit?: number;
|
|
5
|
+
offset?: number;
|
|
6
|
+
constructor(contentType?: string, subscriptionId?: string);
|
|
7
|
+
withContentType(contentType: string): ListSecurityReportHistoryPeriodsRequest;
|
|
8
|
+
set contentType(contentType: string | undefined);
|
|
9
|
+
get contentType(): string | undefined;
|
|
10
|
+
withSubscriptionId(subscriptionId: string): ListSecurityReportHistoryPeriodsRequest;
|
|
11
|
+
set subscriptionId(subscriptionId: string | undefined);
|
|
12
|
+
get subscriptionId(): string | undefined;
|
|
13
|
+
withLimit(limit: number): ListSecurityReportHistoryPeriodsRequest;
|
|
14
|
+
withOffset(offset: number): ListSecurityReportHistoryPeriodsRequest;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ListSecurityReportHistoryPeriodsRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSecurityReportHistoryPeriodsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uCAAuC;IAChD,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,iBAAiB,CAAC,CAAS;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;gBACJ,WAAW,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM;IAIzD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,uCAAuC;IAIpF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,uCAAuC;IAI1F,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uCAAuC;IAIjE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uCAAuC;CAI7E"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListSecurityReportHistoryPeriodsRequest = void 0;
|
|
4
|
+
class ListSecurityReportHistoryPeriodsRequest {
|
|
5
|
+
constructor(contentType, subscriptionId) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
this['subscription_id'] = subscriptionId;
|
|
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
|
+
withSubscriptionId(subscriptionId) {
|
|
20
|
+
this['subscription_id'] = subscriptionId;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set subscriptionId(subscriptionId) {
|
|
24
|
+
this['subscription_id'] = subscriptionId;
|
|
25
|
+
}
|
|
26
|
+
get subscriptionId() {
|
|
27
|
+
return this['subscription_id'];
|
|
28
|
+
}
|
|
29
|
+
withLimit(limit) {
|
|
30
|
+
this['limit'] = limit;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
withOffset(offset) {
|
|
34
|
+
this['offset'] = offset;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.ListSecurityReportHistoryPeriodsRequest = ListSecurityReportHistoryPeriodsRequest;
|
|
39
|
+
//# sourceMappingURL=ListSecurityReportHistoryPeriodsRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSecurityReportHistoryPeriodsRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodsRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uCAAuC;IAKhD,YAAmB,WAAoB,EAAE,cAAuB;QAC5D,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,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,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArCD,0FAqCC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ListSecurityReportHistoryPeriodResponseItems } from './ListSecurityReportHistoryPeriodResponseItems';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListSecurityReportHistoryPeriodsResponse extends SdkResponse {
|
|
4
|
+
total?: number;
|
|
5
|
+
items?: Array<ListSecurityReportHistoryPeriodResponseItems>;
|
|
6
|
+
constructor();
|
|
7
|
+
withTotal(total: number): ListSecurityReportHistoryPeriodsResponse;
|
|
8
|
+
withItems(items: Array<ListSecurityReportHistoryPeriodResponseItems>): ListSecurityReportHistoryPeriodsResponse;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ListSecurityReportHistoryPeriodsResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSecurityReportHistoryPeriodsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAE9G,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wCAAyC,SAAQ,WAAW;IAC9D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,CAAC;;IAI5D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,wCAAwC;IAIlE,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,4CAA4C,CAAC,GAAG,wCAAwC;CAIzH"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListSecurityReportHistoryPeriodsResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ListSecurityReportHistoryPeriodsResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withTotal(total) {
|
|
10
|
+
this['total'] = total;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withItems(items) {
|
|
14
|
+
this['items'] = items;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ListSecurityReportHistoryPeriodsResponse = ListSecurityReportHistoryPeriodsResponse;
|
|
19
|
+
//# sourceMappingURL=ListSecurityReportHistoryPeriodsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSecurityReportHistoryPeriodsResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodsResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,wCAAyC,SAAQ,yBAAW;IAGrE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAA0D;QACvE,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,4FAcC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class PremiumWafAgencyRequest {
|
|
2
|
+
private 'role_name_list'?;
|
|
3
|
+
constructor();
|
|
4
|
+
withRoleNameList(roleNameList: Array<string>): PremiumWafAgencyRequest;
|
|
5
|
+
set roleNameList(roleNameList: Array<string> | undefined);
|
|
6
|
+
get roleNameList(): Array<string> | undefined;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=PremiumWafAgencyRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PremiumWafAgencyRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PremiumWafAgencyRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;IAChC,OAAO,CAAC,gBAAgB,CAAC,CAAgB;;IAGlC,gBAAgB,CAAC,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,uBAAuB;IAI7E,IAAW,YAAY,CAAC,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAE/D;IACD,IAAW,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAEnD;CACJ"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PremiumWafAgencyRequest = void 0;
|
|
4
|
+
class PremiumWafAgencyRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withRoleNameList(roleNameList) {
|
|
8
|
+
this['role_name_list'] = roleNameList;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set roleNameList(roleNameList) {
|
|
12
|
+
this['role_name_list'] = roleNameList;
|
|
13
|
+
}
|
|
14
|
+
get roleNameList() {
|
|
15
|
+
return this['role_name_list'];
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.PremiumWafAgencyRequest = PremiumWafAgencyRequest;
|
|
19
|
+
//# sourceMappingURL=PremiumWafAgencyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PremiumWafAgencyRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PremiumWafAgencyRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uBAAuB;IAEhC;IACA,CAAC;IACM,gBAAgB,CAAC,YAA2B;QAC/C,IAAI,CAAC,gBAAgB,CAAC,GAAG,YAAY,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAwC;QAC5D,IAAI,CAAC,gBAAgB,CAAC,GAAG,YAAY,CAAC;IAC1C,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;CACJ;AAdD,0DAcC"}
|
|
@@ -6,6 +6,9 @@ export declare class ResourceResponse {
|
|
|
6
6
|
status?: number;
|
|
7
7
|
expireTime?: string;
|
|
8
8
|
resourceSize?: number;
|
|
9
|
+
timestamp?: number;
|
|
10
|
+
relativeType?: number;
|
|
11
|
+
region?: string;
|
|
9
12
|
constructor();
|
|
10
13
|
withResourceId(resourceId: string): ResourceResponse;
|
|
11
14
|
withCloudServiceType(cloudServiceType: string): ResourceResponse;
|
|
@@ -14,5 +17,8 @@ export declare class ResourceResponse {
|
|
|
14
17
|
withStatus(status: number): ResourceResponse;
|
|
15
18
|
withExpireTime(expireTime: string): ResourceResponse;
|
|
16
19
|
withResourceSize(resourceSize: number): ResourceResponse;
|
|
20
|
+
withTimestamp(timestamp: number): ResourceResponse;
|
|
21
|
+
withRelativeType(relativeType: number): ResourceResponse;
|
|
22
|
+
withRegion(region: string): ResourceResponse;
|
|
17
23
|
}
|
|
18
24
|
//# sourceMappingURL=ResourceResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ResourceResponse.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;;
|
|
1
|
+
{"version":3,"file":"ResourceResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ResourceResponse.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;;IAGhB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,gBAAgB;IAIpD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,gBAAgB;IAIhE,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,gBAAgB;IAIxD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,gBAAgB;IAIhE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB;IAI5C,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,gBAAgB;IAIpD,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,gBAAgB;IAIxD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,gBAAgB;IAIlD,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,gBAAgB;IAIxD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB;CAItD"}
|
|
@@ -32,6 +32,18 @@ class ResourceResponse {
|
|
|
32
32
|
this['resourceSize'] = resourceSize;
|
|
33
33
|
return this;
|
|
34
34
|
}
|
|
35
|
+
withTimestamp(timestamp) {
|
|
36
|
+
this['timestamp'] = timestamp;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
withRelativeType(relativeType) {
|
|
40
|
+
this['relativeType'] = relativeType;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
withRegion(region) {
|
|
44
|
+
this['region'] = region;
|
|
45
|
+
return this;
|
|
46
|
+
}
|
|
35
47
|
}
|
|
36
48
|
exports.ResourceResponse = ResourceResponse;
|
|
37
49
|
//# sourceMappingURL=ResourceResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ResourceResponse.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ResourceResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ResourceResponse.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAWzB;IACA,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,kBAAkB,CAAC,GAAG,gBAAgB,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,cAAc,CAAC,GAAG,YAAY,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,kBAAkB,CAAC,GAAG,gBAAgB,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,cAAc,CAAC,GAAG,YAAY,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,cAAc,CAAC,GAAG,YAAY,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArDD,4CAqDC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare class SecurityReportSubscriptionResponseReportContentSubscription {
|
|
2
|
+
private 'overview_statistics_enable'?;
|
|
3
|
+
private 'group_by_day_enable'?;
|
|
4
|
+
private 'request_statistics_enable'?;
|
|
5
|
+
private 'qps_statistics_enable'?;
|
|
6
|
+
private 'bandwidth_statistics_enable'?;
|
|
7
|
+
private 'response_code_statistics_enable'?;
|
|
8
|
+
private 'attack_type_distribution_enable'?;
|
|
9
|
+
private 'top_attacked_domains_enable'?;
|
|
10
|
+
private 'top_attack_source_ips_enable'?;
|
|
11
|
+
private 'top_attacked_urls_enable'?;
|
|
12
|
+
private 'top_attack_source_locations_enable'?;
|
|
13
|
+
private 'top_abnormal_urls_enable'?;
|
|
14
|
+
constructor();
|
|
15
|
+
withOverviewStatisticsEnable(overviewStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
16
|
+
set overviewStatisticsEnable(overviewStatisticsEnable: boolean | undefined);
|
|
17
|
+
get overviewStatisticsEnable(): boolean | undefined;
|
|
18
|
+
withGroupByDayEnable(groupByDayEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
19
|
+
set groupByDayEnable(groupByDayEnable: boolean | undefined);
|
|
20
|
+
get groupByDayEnable(): boolean | undefined;
|
|
21
|
+
withRequestStatisticsEnable(requestStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
22
|
+
set requestStatisticsEnable(requestStatisticsEnable: boolean | undefined);
|
|
23
|
+
get requestStatisticsEnable(): boolean | undefined;
|
|
24
|
+
withQpsStatisticsEnable(qpsStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
25
|
+
set qpsStatisticsEnable(qpsStatisticsEnable: boolean | undefined);
|
|
26
|
+
get qpsStatisticsEnable(): boolean | undefined;
|
|
27
|
+
withBandwidthStatisticsEnable(bandwidthStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
28
|
+
set bandwidthStatisticsEnable(bandwidthStatisticsEnable: boolean | undefined);
|
|
29
|
+
get bandwidthStatisticsEnable(): boolean | undefined;
|
|
30
|
+
withResponseCodeStatisticsEnable(responseCodeStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
31
|
+
set responseCodeStatisticsEnable(responseCodeStatisticsEnable: boolean | undefined);
|
|
32
|
+
get responseCodeStatisticsEnable(): boolean | undefined;
|
|
33
|
+
withAttackTypeDistributionEnable(attackTypeDistributionEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
34
|
+
set attackTypeDistributionEnable(attackTypeDistributionEnable: boolean | undefined);
|
|
35
|
+
get attackTypeDistributionEnable(): boolean | undefined;
|
|
36
|
+
withTopAttackedDomainsEnable(topAttackedDomainsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
37
|
+
set topAttackedDomainsEnable(topAttackedDomainsEnable: boolean | undefined);
|
|
38
|
+
get topAttackedDomainsEnable(): boolean | undefined;
|
|
39
|
+
withTopAttackSourceIpsEnable(topAttackSourceIpsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
40
|
+
set topAttackSourceIpsEnable(topAttackSourceIpsEnable: boolean | undefined);
|
|
41
|
+
get topAttackSourceIpsEnable(): boolean | undefined;
|
|
42
|
+
withTopAttackedUrlsEnable(topAttackedUrlsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
43
|
+
set topAttackedUrlsEnable(topAttackedUrlsEnable: boolean | undefined);
|
|
44
|
+
get topAttackedUrlsEnable(): boolean | undefined;
|
|
45
|
+
withTopAttackSourceLocationsEnable(topAttackSourceLocationsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
46
|
+
set topAttackSourceLocationsEnable(topAttackSourceLocationsEnable: boolean | undefined);
|
|
47
|
+
get topAttackSourceLocationsEnable(): boolean | undefined;
|
|
48
|
+
withTopAbnormalUrlsEnable(topAbnormalUrlsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
|
|
49
|
+
set topAbnormalUrlsEnable(topAbnormalUrlsEnable: boolean | undefined);
|
|
50
|
+
get topAbnormalUrlsEnable(): boolean | undefined;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=SecurityReportSubscriptionResponseReportContentSubscription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityReportSubscriptionResponseReportContentSubscription.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityReportSubscriptionResponseReportContentSubscription = void 0;
|
|
4
|
+
class SecurityReportSubscriptionResponseReportContentSubscription {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withOverviewStatisticsEnable(overviewStatisticsEnable) {
|
|
8
|
+
this['overview_statistics_enable'] = overviewStatisticsEnable;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set overviewStatisticsEnable(overviewStatisticsEnable) {
|
|
12
|
+
this['overview_statistics_enable'] = overviewStatisticsEnable;
|
|
13
|
+
}
|
|
14
|
+
get overviewStatisticsEnable() {
|
|
15
|
+
return this['overview_statistics_enable'];
|
|
16
|
+
}
|
|
17
|
+
withGroupByDayEnable(groupByDayEnable) {
|
|
18
|
+
this['group_by_day_enable'] = groupByDayEnable;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set groupByDayEnable(groupByDayEnable) {
|
|
22
|
+
this['group_by_day_enable'] = groupByDayEnable;
|
|
23
|
+
}
|
|
24
|
+
get groupByDayEnable() {
|
|
25
|
+
return this['group_by_day_enable'];
|
|
26
|
+
}
|
|
27
|
+
withRequestStatisticsEnable(requestStatisticsEnable) {
|
|
28
|
+
this['request_statistics_enable'] = requestStatisticsEnable;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set requestStatisticsEnable(requestStatisticsEnable) {
|
|
32
|
+
this['request_statistics_enable'] = requestStatisticsEnable;
|
|
33
|
+
}
|
|
34
|
+
get requestStatisticsEnable() {
|
|
35
|
+
return this['request_statistics_enable'];
|
|
36
|
+
}
|
|
37
|
+
withQpsStatisticsEnable(qpsStatisticsEnable) {
|
|
38
|
+
this['qps_statistics_enable'] = qpsStatisticsEnable;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set qpsStatisticsEnable(qpsStatisticsEnable) {
|
|
42
|
+
this['qps_statistics_enable'] = qpsStatisticsEnable;
|
|
43
|
+
}
|
|
44
|
+
get qpsStatisticsEnable() {
|
|
45
|
+
return this['qps_statistics_enable'];
|
|
46
|
+
}
|
|
47
|
+
withBandwidthStatisticsEnable(bandwidthStatisticsEnable) {
|
|
48
|
+
this['bandwidth_statistics_enable'] = bandwidthStatisticsEnable;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
set bandwidthStatisticsEnable(bandwidthStatisticsEnable) {
|
|
52
|
+
this['bandwidth_statistics_enable'] = bandwidthStatisticsEnable;
|
|
53
|
+
}
|
|
54
|
+
get bandwidthStatisticsEnable() {
|
|
55
|
+
return this['bandwidth_statistics_enable'];
|
|
56
|
+
}
|
|
57
|
+
withResponseCodeStatisticsEnable(responseCodeStatisticsEnable) {
|
|
58
|
+
this['response_code_statistics_enable'] = responseCodeStatisticsEnable;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
set responseCodeStatisticsEnable(responseCodeStatisticsEnable) {
|
|
62
|
+
this['response_code_statistics_enable'] = responseCodeStatisticsEnable;
|
|
63
|
+
}
|
|
64
|
+
get responseCodeStatisticsEnable() {
|
|
65
|
+
return this['response_code_statistics_enable'];
|
|
66
|
+
}
|
|
67
|
+
withAttackTypeDistributionEnable(attackTypeDistributionEnable) {
|
|
68
|
+
this['attack_type_distribution_enable'] = attackTypeDistributionEnable;
|
|
69
|
+
return this;
|
|
70
|
+
}
|
|
71
|
+
set attackTypeDistributionEnable(attackTypeDistributionEnable) {
|
|
72
|
+
this['attack_type_distribution_enable'] = attackTypeDistributionEnable;
|
|
73
|
+
}
|
|
74
|
+
get attackTypeDistributionEnable() {
|
|
75
|
+
return this['attack_type_distribution_enable'];
|
|
76
|
+
}
|
|
77
|
+
withTopAttackedDomainsEnable(topAttackedDomainsEnable) {
|
|
78
|
+
this['top_attacked_domains_enable'] = topAttackedDomainsEnable;
|
|
79
|
+
return this;
|
|
80
|
+
}
|
|
81
|
+
set topAttackedDomainsEnable(topAttackedDomainsEnable) {
|
|
82
|
+
this['top_attacked_domains_enable'] = topAttackedDomainsEnable;
|
|
83
|
+
}
|
|
84
|
+
get topAttackedDomainsEnable() {
|
|
85
|
+
return this['top_attacked_domains_enable'];
|
|
86
|
+
}
|
|
87
|
+
withTopAttackSourceIpsEnable(topAttackSourceIpsEnable) {
|
|
88
|
+
this['top_attack_source_ips_enable'] = topAttackSourceIpsEnable;
|
|
89
|
+
return this;
|
|
90
|
+
}
|
|
91
|
+
set topAttackSourceIpsEnable(topAttackSourceIpsEnable) {
|
|
92
|
+
this['top_attack_source_ips_enable'] = topAttackSourceIpsEnable;
|
|
93
|
+
}
|
|
94
|
+
get topAttackSourceIpsEnable() {
|
|
95
|
+
return this['top_attack_source_ips_enable'];
|
|
96
|
+
}
|
|
97
|
+
withTopAttackedUrlsEnable(topAttackedUrlsEnable) {
|
|
98
|
+
this['top_attacked_urls_enable'] = topAttackedUrlsEnable;
|
|
99
|
+
return this;
|
|
100
|
+
}
|
|
101
|
+
set topAttackedUrlsEnable(topAttackedUrlsEnable) {
|
|
102
|
+
this['top_attacked_urls_enable'] = topAttackedUrlsEnable;
|
|
103
|
+
}
|
|
104
|
+
get topAttackedUrlsEnable() {
|
|
105
|
+
return this['top_attacked_urls_enable'];
|
|
106
|
+
}
|
|
107
|
+
withTopAttackSourceLocationsEnable(topAttackSourceLocationsEnable) {
|
|
108
|
+
this['top_attack_source_locations_enable'] = topAttackSourceLocationsEnable;
|
|
109
|
+
return this;
|
|
110
|
+
}
|
|
111
|
+
set topAttackSourceLocationsEnable(topAttackSourceLocationsEnable) {
|
|
112
|
+
this['top_attack_source_locations_enable'] = topAttackSourceLocationsEnable;
|
|
113
|
+
}
|
|
114
|
+
get topAttackSourceLocationsEnable() {
|
|
115
|
+
return this['top_attack_source_locations_enable'];
|
|
116
|
+
}
|
|
117
|
+
withTopAbnormalUrlsEnable(topAbnormalUrlsEnable) {
|
|
118
|
+
this['top_abnormal_urls_enable'] = topAbnormalUrlsEnable;
|
|
119
|
+
return this;
|
|
120
|
+
}
|
|
121
|
+
set topAbnormalUrlsEnable(topAbnormalUrlsEnable) {
|
|
122
|
+
this['top_abnormal_urls_enable'] = topAbnormalUrlsEnable;
|
|
123
|
+
}
|
|
124
|
+
get topAbnormalUrlsEnable() {
|
|
125
|
+
return this['top_abnormal_urls_enable'];
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
exports.SecurityReportSubscriptionResponseReportContentSubscription = SecurityReportSubscriptionResponseReportContentSubscription;
|
|
129
|
+
//# sourceMappingURL=SecurityReportSubscriptionResponseReportContentSubscription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityReportSubscriptionResponseReportContentSubscription.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class SecurityReportSubscriptionResponseStatPeriod {
|
|
2
|
+
private 'begin_time'?;
|
|
3
|
+
private 'end_time'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withBeginTime(beginTime: number): SecurityReportSubscriptionResponseStatPeriod;
|
|
6
|
+
set beginTime(beginTime: number | undefined);
|
|
7
|
+
get beginTime(): number | undefined;
|
|
8
|
+
withEndTime(endTime: number): SecurityReportSubscriptionResponseStatPeriod;
|
|
9
|
+
set endTime(endTime: number | undefined);
|
|
10
|
+
get endTime(): number | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=SecurityReportSubscriptionResponseStatPeriod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityReportSubscriptionResponseStatPeriod.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/SecurityReportSubscriptionResponseStatPeriod.ts"],"names":[],"mappings":"AAEA,qBAAa,4CAA4C;IACrD,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,UAAU,CAAC,CAAS;;IAGrB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,4CAA4C;IAIrF,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,4CAA4C;IAIjF,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityReportSubscriptionResponseStatPeriod = void 0;
|
|
4
|
+
class SecurityReportSubscriptionResponseStatPeriod {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withBeginTime(beginTime) {
|
|
8
|
+
this['begin_time'] = beginTime;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set beginTime(beginTime) {
|
|
12
|
+
this['begin_time'] = beginTime;
|
|
13
|
+
}
|
|
14
|
+
get beginTime() {
|
|
15
|
+
return this['begin_time'];
|
|
16
|
+
}
|
|
17
|
+
withEndTime(endTime) {
|
|
18
|
+
this['end_time'] = endTime;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set endTime(endTime) {
|
|
22
|
+
this['end_time'] = endTime;
|
|
23
|
+
}
|
|
24
|
+
get endTime() {
|
|
25
|
+
return this['end_time'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.SecurityReportSubscriptionResponseStatPeriod = SecurityReportSubscriptionResponseStatPeriod;
|
|
29
|
+
//# sourceMappingURL=SecurityReportSubscriptionResponseStatPeriod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SecurityReportSubscriptionResponseStatPeriod.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/SecurityReportSubscriptionResponseStatPeriod.ts"],"names":[],"mappings":";;;AAEA,MAAa,4CAA4C;IAGrD;IACA,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,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AAzBD,oGAyBC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class ShowSecurityReportSubscriptionRequest {
|
|
2
|
+
private 'subscription_id'?;
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
constructor(subscriptionId?: string, contentType?: string);
|
|
5
|
+
withSubscriptionId(subscriptionId: string): ShowSecurityReportSubscriptionRequest;
|
|
6
|
+
set subscriptionId(subscriptionId: string | undefined);
|
|
7
|
+
get subscriptionId(): string | undefined;
|
|
8
|
+
withContentType(contentType: string): ShowSecurityReportSubscriptionRequest;
|
|
9
|
+
set contentType(contentType: string | undefined);
|
|
10
|
+
get contentType(): string | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ShowSecurityReportSubscriptionRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowSecurityReportSubscriptionRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowSecurityReportSubscriptionRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,qCAAqC;IAC9C,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,cAAc,CAAC,CAAS;gBACb,cAAc,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;IAIzD,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,qCAAqC;IAIxF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,qCAAqC;IAIlF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowSecurityReportSubscriptionRequest = void 0;
|
|
4
|
+
class ShowSecurityReportSubscriptionRequest {
|
|
5
|
+
constructor(subscriptionId, contentType) {
|
|
6
|
+
this['subscription_id'] = subscriptionId;
|
|
7
|
+
this['Content-Type'] = contentType;
|
|
8
|
+
}
|
|
9
|
+
withSubscriptionId(subscriptionId) {
|
|
10
|
+
this['subscription_id'] = subscriptionId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set subscriptionId(subscriptionId) {
|
|
14
|
+
this['subscription_id'] = subscriptionId;
|
|
15
|
+
}
|
|
16
|
+
get subscriptionId() {
|
|
17
|
+
return this['subscription_id'];
|
|
18
|
+
}
|
|
19
|
+
withContentType(contentType) {
|
|
20
|
+
this['Content-Type'] = contentType;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set contentType(contentType) {
|
|
24
|
+
this['Content-Type'] = contentType;
|
|
25
|
+
}
|
|
26
|
+
get contentType() {
|
|
27
|
+
return this['Content-Type'];
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.ShowSecurityReportSubscriptionRequest = ShowSecurityReportSubscriptionRequest;
|
|
31
|
+
//# sourceMappingURL=ShowSecurityReportSubscriptionRequest.js.map
|