@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,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmIpReputationRuleRequest = void 0;
|
|
4
|
+
class ConfirmIpReputationRuleRequest {
|
|
5
|
+
constructor(contentType, policyId, ruleId) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
this['policy_id'] = policyId;
|
|
8
|
+
this['rule_id'] = ruleId;
|
|
9
|
+
}
|
|
10
|
+
withContentType(contentType) {
|
|
11
|
+
this['Content-Type'] = contentType;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
set contentType(contentType) {
|
|
15
|
+
this['Content-Type'] = contentType;
|
|
16
|
+
}
|
|
17
|
+
get contentType() {
|
|
18
|
+
return this['Content-Type'];
|
|
19
|
+
}
|
|
20
|
+
withPolicyId(policyId) {
|
|
21
|
+
this['policy_id'] = policyId;
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
set policyId(policyId) {
|
|
25
|
+
this['policy_id'] = policyId;
|
|
26
|
+
}
|
|
27
|
+
get policyId() {
|
|
28
|
+
return this['policy_id'];
|
|
29
|
+
}
|
|
30
|
+
withRuleId(ruleId) {
|
|
31
|
+
this['rule_id'] = ruleId;
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
set ruleId(ruleId) {
|
|
35
|
+
this['rule_id'] = ruleId;
|
|
36
|
+
}
|
|
37
|
+
get ruleId() {
|
|
38
|
+
return this['rule_id'];
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.ConfirmIpReputationRuleRequest = ConfirmIpReputationRuleRequest;
|
|
42
|
+
//# sourceMappingURL=ConfirmIpReputationRuleRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmIpReputationRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmIpReputationRuleRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,8BAA8B;IAIvC,YAAmB,WAAoB,EAAE,QAAiB,EAAE,MAAe;QACvE,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;CACJ;AAvCD,wEAuCC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { CreateIpReputationRuleResponseBodyAction } from './CreateIpReputationRuleResponseBodyAction';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ConfirmIpReputationRuleResponse extends SdkResponse {
|
|
4
|
+
id?: string;
|
|
5
|
+
policyid?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
timestamp?: number;
|
|
8
|
+
description?: string;
|
|
9
|
+
status?: number;
|
|
10
|
+
type?: string;
|
|
11
|
+
tags?: Array<string>;
|
|
12
|
+
action?: CreateIpReputationRuleResponseBodyAction;
|
|
13
|
+
constructor();
|
|
14
|
+
withId(id: string): ConfirmIpReputationRuleResponse;
|
|
15
|
+
withPolicyid(policyid: string): ConfirmIpReputationRuleResponse;
|
|
16
|
+
withName(name: string): ConfirmIpReputationRuleResponse;
|
|
17
|
+
withTimestamp(timestamp: number): ConfirmIpReputationRuleResponse;
|
|
18
|
+
withDescription(description: string): ConfirmIpReputationRuleResponse;
|
|
19
|
+
withStatus(status: number): ConfirmIpReputationRuleResponse;
|
|
20
|
+
withType(type: string): ConfirmIpReputationRuleResponse;
|
|
21
|
+
withTags(tags: Array<string>): ConfirmIpReputationRuleResponse;
|
|
22
|
+
withAction(action: CreateIpReputationRuleResponseBodyAction): ConfirmIpReputationRuleResponse;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=ConfirmIpReputationRuleResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmIpReputationRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmIpReputationRuleResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAEtG,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,+BAAgC,SAAQ,WAAW;IACrD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,MAAM,CAAC,EAAE,wCAAwC,CAAC;;IAIlD,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,+BAA+B;IAInD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,+BAA+B;IAI/D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,+BAA+B;IAIvD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,+BAA+B;IAIjE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,+BAA+B;IAIrE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,+BAA+B;IAI3D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,+BAA+B;IAIvD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,+BAA+B;IAI9D,UAAU,CAAC,MAAM,EAAE,wCAAwC,GAAG,+BAA+B;CAIvG"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmIpReputationRuleResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ConfirmIpReputationRuleResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withId(id) {
|
|
10
|
+
this['id'] = id;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withPolicyid(policyid) {
|
|
14
|
+
this['policyid'] = policyid;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
withName(name) {
|
|
18
|
+
this['name'] = name;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withTimestamp(timestamp) {
|
|
22
|
+
this['timestamp'] = timestamp;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withDescription(description) {
|
|
26
|
+
this['description'] = description;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
withStatus(status) {
|
|
30
|
+
this['status'] = status;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
withType(type) {
|
|
34
|
+
this['type'] = type;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
withTags(tags) {
|
|
38
|
+
this['tags'] = tags;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
withAction(action) {
|
|
42
|
+
this['action'] = action;
|
|
43
|
+
return this;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ConfirmIpReputationRuleResponse = ConfirmIpReputationRuleResponse;
|
|
47
|
+
//# sourceMappingURL=ConfirmIpReputationRuleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmIpReputationRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmIpReputationRuleResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,+BAAgC,SAAQ,yBAAW;IAU5D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,MAAM,CAAC,EAAU;QACpB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAChB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAgD;QAC9D,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAjDD,0EAiDC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class ConfirmPolicyAntileakageMapRequest {
|
|
2
|
+
private 'Content-Type'?;
|
|
3
|
+
lang?: string;
|
|
4
|
+
constructor(contentType?: string, lang?: string);
|
|
5
|
+
withContentType(contentType: string): ConfirmPolicyAntileakageMapRequest;
|
|
6
|
+
set contentType(contentType: string | undefined);
|
|
7
|
+
get contentType(): string | undefined;
|
|
8
|
+
withLang(lang: string): ConfirmPolicyAntileakageMapRequest;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ConfirmPolicyAntileakageMapRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmPolicyAntileakageMapRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyAntileakageMapRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,kCAAkC;IAC3C,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;gBACF,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAI/C,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,MAAM,GAAG,kCAAkC;CAIpE"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmPolicyAntileakageMapRequest = void 0;
|
|
4
|
+
class ConfirmPolicyAntileakageMapRequest {
|
|
5
|
+
constructor(contentType, lang) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
this['lang'] = lang;
|
|
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
|
+
withLang(lang) {
|
|
20
|
+
this['lang'] = lang;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.ConfirmPolicyAntileakageMapRequest = ConfirmPolicyAntileakageMapRequest;
|
|
25
|
+
//# sourceMappingURL=ConfirmPolicyAntileakageMapRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmPolicyAntileakageMapRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyAntileakageMapRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,kCAAkC;IAG3C,YAAmB,WAAoB,EAAE,IAAa;QAClD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,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,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArBD,gFAqBC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AntileakageMapResponseBodyLeakagemap } from './AntileakageMapResponseBodyLeakagemap';
|
|
2
|
+
import { AntileakageMapResponseBodyLocale } from './AntileakageMapResponseBodyLocale';
|
|
3
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
+
export declare class ConfirmPolicyAntileakageMapResponse extends SdkResponse {
|
|
5
|
+
leakagemap?: AntileakageMapResponseBodyLeakagemap;
|
|
6
|
+
locale?: AntileakageMapResponseBodyLocale;
|
|
7
|
+
constructor();
|
|
8
|
+
withLeakagemap(leakagemap: AntileakageMapResponseBodyLeakagemap): ConfirmPolicyAntileakageMapResponse;
|
|
9
|
+
withLocale(locale: AntileakageMapResponseBodyLocale): ConfirmPolicyAntileakageMapResponse;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=ConfirmPolicyAntileakageMapResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmPolicyAntileakageMapResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyAntileakageMapResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAEtF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mCAAoC,SAAQ,WAAW;IACzD,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAClD,MAAM,CAAC,EAAE,gCAAgC,CAAC;;IAI1C,cAAc,CAAC,UAAU,EAAE,oCAAoC,GAAG,mCAAmC;IAIrG,UAAU,CAAC,MAAM,EAAE,gCAAgC,GAAG,mCAAmC;CAInG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmPolicyAntileakageMapResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ConfirmPolicyAntileakageMapResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withLeakagemap(leakagemap) {
|
|
10
|
+
this['leakagemap'] = leakagemap;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withLocale(locale) {
|
|
14
|
+
this['locale'] = locale;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ConfirmPolicyAntileakageMapResponse = ConfirmPolicyAntileakageMapResponse;
|
|
19
|
+
//# sourceMappingURL=ConfirmPolicyAntileakageMapResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmPolicyAntileakageMapResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyAntileakageMapResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,mCAAoC,SAAQ,yBAAW;IAGhE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,cAAc,CAAC,UAAgD;QAClE,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAwC;QACtD,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,kFAcC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class ConfirmPolicyIpReputationMapRequest {
|
|
2
|
+
private 'Content-Type'?;
|
|
3
|
+
lang?: string;
|
|
4
|
+
type?: string;
|
|
5
|
+
constructor(contentType?: string, lang?: string, type?: string);
|
|
6
|
+
withContentType(contentType: string): ConfirmPolicyIpReputationMapRequest;
|
|
7
|
+
set contentType(contentType: string | undefined);
|
|
8
|
+
get contentType(): string | undefined;
|
|
9
|
+
withLang(lang: string): ConfirmPolicyIpReputationMapRequest;
|
|
10
|
+
withType(type: string): ConfirmPolicyIpReputationMapRequest;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ConfirmPolicyIpReputationMapRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmPolicyIpReputationMapRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyIpReputationMapRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,mCAAmC;IAC5C,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;gBACF,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAK9D,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,MAAM,GAAG,mCAAmC;IAI3D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mCAAmC;CAIrE"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmPolicyIpReputationMapRequest = void 0;
|
|
4
|
+
class ConfirmPolicyIpReputationMapRequest {
|
|
5
|
+
constructor(contentType, lang, type) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
this['lang'] = lang;
|
|
8
|
+
this['type'] = type;
|
|
9
|
+
}
|
|
10
|
+
withContentType(contentType) {
|
|
11
|
+
this['Content-Type'] = contentType;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
set contentType(contentType) {
|
|
15
|
+
this['Content-Type'] = contentType;
|
|
16
|
+
}
|
|
17
|
+
get contentType() {
|
|
18
|
+
return this['Content-Type'];
|
|
19
|
+
}
|
|
20
|
+
withLang(lang) {
|
|
21
|
+
this['lang'] = lang;
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
withType(type) {
|
|
25
|
+
this['type'] = type;
|
|
26
|
+
return this;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.ConfirmPolicyIpReputationMapRequest = ConfirmPolicyIpReputationMapRequest;
|
|
30
|
+
//# sourceMappingURL=ConfirmPolicyIpReputationMapRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmPolicyIpReputationMapRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyIpReputationMapRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,mCAAmC;IAI5C,YAAmB,WAAoB,EAAE,IAAa,EAAE,IAAa;QACjE,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,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,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA3BD,kFA2BC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IpReputationMapResponseBodyIpReputationMap } from './IpReputationMapResponseBodyIpReputationMap';
|
|
2
|
+
import { IpReputationMapResponseBodyLocale } from './IpReputationMapResponseBodyLocale';
|
|
3
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
+
export declare class ConfirmPolicyIpReputationMapResponse extends SdkResponse {
|
|
5
|
+
private 'ip_reputation_map'?;
|
|
6
|
+
locale?: IpReputationMapResponseBodyLocale;
|
|
7
|
+
constructor();
|
|
8
|
+
withIpReputationMap(ipReputationMap: IpReputationMapResponseBodyIpReputationMap): ConfirmPolicyIpReputationMapResponse;
|
|
9
|
+
set ipReputationMap(ipReputationMap: IpReputationMapResponseBodyIpReputationMap | undefined);
|
|
10
|
+
get ipReputationMap(): IpReputationMapResponseBodyIpReputationMap | undefined;
|
|
11
|
+
withLocale(locale: IpReputationMapResponseBodyLocale): ConfirmPolicyIpReputationMapResponse;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=ConfirmPolicyIpReputationMapResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmPolicyIpReputationMapResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyIpReputationMapResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAC1G,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAExF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oCAAqC,SAAQ,WAAW;IACjE,OAAO,CAAC,mBAAmB,CAAC,CAA6C;IAClE,MAAM,CAAC,EAAE,iCAAiC,CAAC;;IAI3C,mBAAmB,CAAC,eAAe,EAAE,0CAA0C,GAAG,oCAAoC;IAI7H,IAAW,eAAe,CAAC,eAAe,EAAE,0CAA0C,GAAI,SAAS,EAElG;IACD,IAAW,eAAe,IAAI,0CAA0C,GAAG,SAAS,CAEnF;IACM,UAAU,CAAC,MAAM,EAAE,iCAAiC,GAAG,oCAAoC;CAIrG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmPolicyIpReputationMapResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ConfirmPolicyIpReputationMapResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withIpReputationMap(ipReputationMap) {
|
|
10
|
+
this['ip_reputation_map'] = ipReputationMap;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set ipReputationMap(ipReputationMap) {
|
|
14
|
+
this['ip_reputation_map'] = ipReputationMap;
|
|
15
|
+
}
|
|
16
|
+
get ipReputationMap() {
|
|
17
|
+
return this['ip_reputation_map'];
|
|
18
|
+
}
|
|
19
|
+
withLocale(locale) {
|
|
20
|
+
this['locale'] = locale;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.ConfirmPolicyIpReputationMapResponse = ConfirmPolicyIpReputationMapResponse;
|
|
25
|
+
//# sourceMappingURL=ConfirmPolicyIpReputationMapResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmPolicyIpReputationMapResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyIpReputationMapResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,oCAAqC,SAAQ,yBAAW;IAGjE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,mBAAmB,CAAC,eAA2D;QAClF,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAwE;QAC/F,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,UAAU,CAAC,MAAyC;QACvD,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,oFAoBC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class ConfirmProtectionTypesRequest {
|
|
2
|
+
private 'Content-Type'?;
|
|
3
|
+
offset?: number;
|
|
4
|
+
limit?: number;
|
|
5
|
+
constructor(contentType?: string);
|
|
6
|
+
withContentType(contentType: string): ConfirmProtectionTypesRequest;
|
|
7
|
+
set contentType(contentType: string | undefined);
|
|
8
|
+
get contentType(): string | undefined;
|
|
9
|
+
withOffset(offset: number): ConfirmProtectionTypesRequest;
|
|
10
|
+
withLimit(limit: number): ConfirmProtectionTypesRequest;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ConfirmProtectionTypesRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmProtectionTypesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmProtectionTypesRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IACtC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACH,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,6BAA6B;IAI1E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,6BAA6B;IAIzD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,6BAA6B;CAIjE"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmProtectionTypesRequest = void 0;
|
|
4
|
+
class ConfirmProtectionTypesRequest {
|
|
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
|
+
withOffset(offset) {
|
|
19
|
+
this['offset'] = offset;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
withLimit(limit) {
|
|
23
|
+
this['limit'] = limit;
|
|
24
|
+
return this;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
exports.ConfirmProtectionTypesRequest = ConfirmProtectionTypesRequest;
|
|
28
|
+
//# sourceMappingURL=ConfirmProtectionTypesRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmProtectionTypesRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmProtectionTypesRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;IAItC,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAzBD,sEAyBC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class ConfirmProtectionTypesResponse extends SdkResponse {
|
|
3
|
+
total?: number;
|
|
4
|
+
items?: Array<string>;
|
|
5
|
+
constructor();
|
|
6
|
+
withTotal(total: number): ConfirmProtectionTypesResponse;
|
|
7
|
+
withItems(items: Array<string>): ConfirmProtectionTypesResponse;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=ConfirmProtectionTypesResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmProtectionTypesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmProtectionTypesResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,8BAA+B,SAAQ,WAAW;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;;IAItB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,8BAA8B;IAIxD,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,8BAA8B;CAIzE"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmProtectionTypesResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ConfirmProtectionTypesResponse 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.ConfirmProtectionTypesResponse = ConfirmProtectionTypesResponse;
|
|
19
|
+
//# sourceMappingURL=ConfirmProtectionTypesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmProtectionTypesResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmProtectionTypesResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAG3D;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,KAAoB;QACjC,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,wEAcC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PremiumWafAgencyRequest } from './PremiumWafAgencyRequest';
|
|
2
|
+
export declare class CreateAgencyRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
body?: PremiumWafAgencyRequest;
|
|
5
|
+
constructor(contentType?: string);
|
|
6
|
+
withContentType(contentType: string): CreateAgencyRequest;
|
|
7
|
+
set contentType(contentType: string | undefined);
|
|
8
|
+
get contentType(): string | undefined;
|
|
9
|
+
withBody(body: PremiumWafAgencyRequest): CreateAgencyRequest;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=CreateAgencyRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAgencyRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAgencyRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,qBAAa,mBAAmB;IAC5B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,uBAAuB,CAAC;gBACnB,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,mBAAmB;IAIhE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,uBAAuB,GAAG,mBAAmB;CAItE"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAgencyRequest = void 0;
|
|
4
|
+
class CreateAgencyRequest {
|
|
5
|
+
constructor(contentType) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
}
|
|
8
|
+
withContentType(contentType) {
|
|
9
|
+
this['Content-Type'] = contentType;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set contentType(contentType) {
|
|
13
|
+
this['Content-Type'] = contentType;
|
|
14
|
+
}
|
|
15
|
+
get contentType() {
|
|
16
|
+
return this['Content-Type'];
|
|
17
|
+
}
|
|
18
|
+
withBody(body) {
|
|
19
|
+
this['body'] = body;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.CreateAgencyRequest = CreateAgencyRequest;
|
|
24
|
+
//# sourceMappingURL=CreateAgencyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAgencyRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAgencyRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,mBAAmB;IAG5B,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,QAAQ,CAAC,IAA6B;QACzC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,kDAoBC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class CreateAgencyResponse 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): CreateAgencyResponse;
|
|
11
|
+
withName(name: string): CreateAgencyResponse;
|
|
12
|
+
withVersion(version: string): CreateAgencyResponse;
|
|
13
|
+
withDuration(duration: string): CreateAgencyResponse;
|
|
14
|
+
withDomainId(domainId: string): CreateAgencyResponse;
|
|
15
|
+
set domainId(domainId: string | undefined);
|
|
16
|
+
get domainId(): string | undefined;
|
|
17
|
+
withIsValid(isValid: boolean): CreateAgencyResponse;
|
|
18
|
+
set isValid(isValid: boolean | undefined);
|
|
19
|
+
get isValid(): boolean | undefined;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=CreateAgencyResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAgencyResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAgencyResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oBAAqB,SAAQ,WAAW;IAC1C,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,oBAAoB;IAIxC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB;IAI5C,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,oBAAoB;IAIlD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oBAAoB;IAIpD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oBAAoB;IAI3D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,oBAAoB;IAI1D,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.CreateAgencyResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class CreateAgencyResponse 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.CreateAgencyResponse = CreateAgencyResponse;
|
|
47
|
+
//# sourceMappingURL=CreateAgencyResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAgencyResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAgencyResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,oBAAqB,SAAQ,yBAAW;IAOjD;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,oDA8CC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export declare class CreateAlertNoticeConfigBody {
|
|
2
|
+
enabled?: boolean;
|
|
3
|
+
private 'prefer_html'?;
|
|
4
|
+
private 'topic_urn'?;
|
|
5
|
+
sendfreq?: number;
|
|
6
|
+
local?: string;
|
|
7
|
+
times?: number;
|
|
8
|
+
name?: string;
|
|
9
|
+
private 'notice_class'?;
|
|
10
|
+
private 'nearly_expired_time'?;
|
|
11
|
+
private 'is_all_enterprise_project'?;
|
|
12
|
+
description?: string;
|
|
13
|
+
threat?: Array<string>;
|
|
14
|
+
private 'rule_type'?;
|
|
15
|
+
constructor(enabled?: boolean, preferHtml?: boolean, topicUrn?: string, local?: string, name?: string, noticeClass?: string, isAllEnterpriseProject?: boolean);
|
|
16
|
+
withEnabled(enabled: boolean): CreateAlertNoticeConfigBody;
|
|
17
|
+
withPreferHtml(preferHtml: boolean): CreateAlertNoticeConfigBody;
|
|
18
|
+
set preferHtml(preferHtml: boolean | undefined);
|
|
19
|
+
get preferHtml(): boolean | undefined;
|
|
20
|
+
withTopicUrn(topicUrn: string): CreateAlertNoticeConfigBody;
|
|
21
|
+
set topicUrn(topicUrn: string | undefined);
|
|
22
|
+
get topicUrn(): string | undefined;
|
|
23
|
+
withSendfreq(sendfreq: number): CreateAlertNoticeConfigBody;
|
|
24
|
+
withLocal(local: string): CreateAlertNoticeConfigBody;
|
|
25
|
+
withTimes(times: number): CreateAlertNoticeConfigBody;
|
|
26
|
+
withName(name: string): CreateAlertNoticeConfigBody;
|
|
27
|
+
withNoticeClass(noticeClass: string): CreateAlertNoticeConfigBody;
|
|
28
|
+
set noticeClass(noticeClass: string | undefined);
|
|
29
|
+
get noticeClass(): string | undefined;
|
|
30
|
+
withNearlyExpiredTime(nearlyExpiredTime: number): CreateAlertNoticeConfigBody;
|
|
31
|
+
set nearlyExpiredTime(nearlyExpiredTime: number | undefined);
|
|
32
|
+
get nearlyExpiredTime(): number | undefined;
|
|
33
|
+
withIsAllEnterpriseProject(isAllEnterpriseProject: boolean): CreateAlertNoticeConfigBody;
|
|
34
|
+
set isAllEnterpriseProject(isAllEnterpriseProject: boolean | undefined);
|
|
35
|
+
get isAllEnterpriseProject(): boolean | undefined;
|
|
36
|
+
withDescription(description: string): CreateAlertNoticeConfigBody;
|
|
37
|
+
withThreat(threat: Array<string>): CreateAlertNoticeConfigBody;
|
|
38
|
+
withRuleType(ruleType: Array<string>): CreateAlertNoticeConfigBody;
|
|
39
|
+
set ruleType(ruleType: Array<string> | undefined);
|
|
40
|
+
get ruleType(): Array<string> | undefined;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=CreateAlertNoticeConfigBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAlertNoticeConfigBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAlertNoticeConfigBody.ts"],"names":[],"mappings":"AAEA,qBAAa,2BAA2B;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,aAAa,CAAC,CAAU;IAChC,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,qBAAqB,CAAC,CAAS;IACvC,OAAO,CAAC,2BAA2B,CAAC,CAAU;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,OAAO,CAAC,WAAW,CAAC,CAAgB;gBACjB,OAAO,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,sBAAsB,CAAC,EAAE,OAAO;IAS7J,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,2BAA2B;IAI1D,cAAc,CAAC,UAAU,EAAE,OAAO,GAAG,2BAA2B;IAIvE,IAAW,UAAU,CAAC,UAAU,EAAE,OAAO,GAAI,SAAS,EAErD;IACD,IAAW,UAAU,IAAI,OAAO,GAAG,SAAS,CAE3C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,2BAA2B;IAIlE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,2BAA2B;IAI3D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,2BAA2B;IAIrD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,2BAA2B;IAIrD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,2BAA2B;IAInD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,2BAA2B;IAIxE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,qBAAqB,CAAC,iBAAiB,EAAE,MAAM,GAAG,2BAA2B;IAIpF,IAAW,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,GAAI,SAAS,EAElE;IACD,IAAW,iBAAiB,IAAI,MAAM,GAAG,SAAS,CAEjD;IACM,0BAA0B,CAAC,sBAAsB,EAAE,OAAO,GAAG,2BAA2B;IAI/F,IAAW,sBAAsB,CAAC,sBAAsB,EAAE,OAAO,GAAI,SAAS,EAE7E;IACD,IAAW,sBAAsB,IAAI,OAAO,GAAG,SAAS,CAEvD;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,2BAA2B;IAIjE,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,2BAA2B;IAI9D,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,2BAA2B;IAIzE,IAAW,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAEvD;IACD,IAAW,QAAQ,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAE/C;CACJ"}
|