@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 @@
|
|
|
1
|
+
{"version":3,"file":"ShowSecurityReportSubscriptionRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowSecurityReportSubscriptionRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,qCAAqC;IAG9C,YAAmB,cAAuB,EAAE,WAAoB;QAC5D,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,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,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AA3BD,sFA2BC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { SecurityReportSubscriptionResponseReportContentSubscription } from './SecurityReportSubscriptionResponseReportContentSubscription';
|
|
2
|
+
import { SecurityReportSubscriptionResponseStatPeriod } from './SecurityReportSubscriptionResponseStatPeriod';
|
|
3
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
+
export declare class ShowSecurityReportSubscriptionResponse extends SdkResponse {
|
|
5
|
+
private 'subscription_id'?;
|
|
6
|
+
private 'sending_period'?;
|
|
7
|
+
private 'report_name'?;
|
|
8
|
+
private 'report_category'?;
|
|
9
|
+
private 'topic_urn'?;
|
|
10
|
+
private 'subscription_type'?;
|
|
11
|
+
private 'report_content_subscription'?;
|
|
12
|
+
private 'stat_period'?;
|
|
13
|
+
private 'is_all_enterprise_project'?;
|
|
14
|
+
private 'enterprise_project_id'?;
|
|
15
|
+
constructor();
|
|
16
|
+
withSubscriptionId(subscriptionId: string): ShowSecurityReportSubscriptionResponse;
|
|
17
|
+
set subscriptionId(subscriptionId: string | undefined);
|
|
18
|
+
get subscriptionId(): string | undefined;
|
|
19
|
+
withSendingPeriod(sendingPeriod: string): ShowSecurityReportSubscriptionResponse;
|
|
20
|
+
set sendingPeriod(sendingPeriod: string | undefined);
|
|
21
|
+
get sendingPeriod(): string | undefined;
|
|
22
|
+
withReportName(reportName: string): ShowSecurityReportSubscriptionResponse;
|
|
23
|
+
set reportName(reportName: string | undefined);
|
|
24
|
+
get reportName(): string | undefined;
|
|
25
|
+
withReportCategory(reportCategory: string): ShowSecurityReportSubscriptionResponse;
|
|
26
|
+
set reportCategory(reportCategory: string | undefined);
|
|
27
|
+
get reportCategory(): string | undefined;
|
|
28
|
+
withTopicUrn(topicUrn: string): ShowSecurityReportSubscriptionResponse;
|
|
29
|
+
set topicUrn(topicUrn: string | undefined);
|
|
30
|
+
get topicUrn(): string | undefined;
|
|
31
|
+
withSubscriptionType(subscriptionType: string): ShowSecurityReportSubscriptionResponse;
|
|
32
|
+
set subscriptionType(subscriptionType: string | undefined);
|
|
33
|
+
get subscriptionType(): string | undefined;
|
|
34
|
+
withReportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription): ShowSecurityReportSubscriptionResponse;
|
|
35
|
+
set reportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription | undefined);
|
|
36
|
+
get reportContentSubscription(): SecurityReportSubscriptionResponseReportContentSubscription | undefined;
|
|
37
|
+
withStatPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod): ShowSecurityReportSubscriptionResponse;
|
|
38
|
+
set statPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod | undefined);
|
|
39
|
+
get statPeriod(): SecurityReportSubscriptionResponseStatPeriod | undefined;
|
|
40
|
+
withIsAllEnterpriseProject(isAllEnterpriseProject: boolean): ShowSecurityReportSubscriptionResponse;
|
|
41
|
+
set isAllEnterpriseProject(isAllEnterpriseProject: boolean | undefined);
|
|
42
|
+
get isAllEnterpriseProject(): boolean | undefined;
|
|
43
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowSecurityReportSubscriptionResponse;
|
|
44
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
45
|
+
get enterpriseProjectId(): string | undefined;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=ShowSecurityReportSubscriptionResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowSecurityReportSubscriptionResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowSecurityReportSubscriptionResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2DAA2D,EAAE,MAAM,+DAA+D,CAAC;AAC5I,OAAO,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAE9G,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,sCAAuC,SAAQ,WAAW;IACnE,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,gBAAgB,CAAC,CAAS;IAClC,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,6BAA6B,CAAC,CAA8D;IACpG,OAAO,CAAC,aAAa,CAAC,CAA+C;IACrE,OAAO,CAAC,2BAA2B,CAAC,CAAU;IAC9C,OAAO,CAAC,uBAAuB,CAAC,CAAS;;IAIlC,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,sCAAsC;IAIzF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,sCAAsC;IAIvF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,sCAAsC;IAIjF,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,sCAAsC;IAIzF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,sCAAsC;IAI7E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,sCAAsC;IAI7F,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;IACM,6BAA6B,CAAC,yBAAyB,EAAE,2DAA2D,GAAG,sCAAsC;IAIpK,IAAW,yBAAyB,CAAC,yBAAyB,EAAE,2DAA2D,GAAI,SAAS,EAEvI;IACD,IAAW,yBAAyB,IAAI,2DAA2D,GAAG,SAAS,CAE9G;IACM,cAAc,CAAC,UAAU,EAAE,4CAA4C,GAAG,sCAAsC;IAIvH,IAAW,UAAU,CAAC,UAAU,EAAE,4CAA4C,GAAI,SAAS,EAE1F;IACD,IAAW,UAAU,IAAI,4CAA4C,GAAG,SAAS,CAEhF;IACM,0BAA0B,CAAC,sBAAsB,EAAE,OAAO,GAAG,sCAAsC;IAI1G,IAAW,sBAAsB,CAAC,sBAAsB,EAAE,OAAO,GAAI,SAAS,EAE7E;IACD,IAAW,sBAAsB,IAAI,OAAO,GAAG,SAAS,CAEvD;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,sCAAsC;IAInG,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;CACJ"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowSecurityReportSubscriptionResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowSecurityReportSubscriptionResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
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
|
+
withSendingPeriod(sendingPeriod) {
|
|
20
|
+
this['sending_period'] = sendingPeriod;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set sendingPeriod(sendingPeriod) {
|
|
24
|
+
this['sending_period'] = sendingPeriod;
|
|
25
|
+
}
|
|
26
|
+
get sendingPeriod() {
|
|
27
|
+
return this['sending_period'];
|
|
28
|
+
}
|
|
29
|
+
withReportName(reportName) {
|
|
30
|
+
this['report_name'] = reportName;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set reportName(reportName) {
|
|
34
|
+
this['report_name'] = reportName;
|
|
35
|
+
}
|
|
36
|
+
get reportName() {
|
|
37
|
+
return this['report_name'];
|
|
38
|
+
}
|
|
39
|
+
withReportCategory(reportCategory) {
|
|
40
|
+
this['report_category'] = reportCategory;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
set reportCategory(reportCategory) {
|
|
44
|
+
this['report_category'] = reportCategory;
|
|
45
|
+
}
|
|
46
|
+
get reportCategory() {
|
|
47
|
+
return this['report_category'];
|
|
48
|
+
}
|
|
49
|
+
withTopicUrn(topicUrn) {
|
|
50
|
+
this['topic_urn'] = topicUrn;
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
set topicUrn(topicUrn) {
|
|
54
|
+
this['topic_urn'] = topicUrn;
|
|
55
|
+
}
|
|
56
|
+
get topicUrn() {
|
|
57
|
+
return this['topic_urn'];
|
|
58
|
+
}
|
|
59
|
+
withSubscriptionType(subscriptionType) {
|
|
60
|
+
this['subscription_type'] = subscriptionType;
|
|
61
|
+
return this;
|
|
62
|
+
}
|
|
63
|
+
set subscriptionType(subscriptionType) {
|
|
64
|
+
this['subscription_type'] = subscriptionType;
|
|
65
|
+
}
|
|
66
|
+
get subscriptionType() {
|
|
67
|
+
return this['subscription_type'];
|
|
68
|
+
}
|
|
69
|
+
withReportContentSubscription(reportContentSubscription) {
|
|
70
|
+
this['report_content_subscription'] = reportContentSubscription;
|
|
71
|
+
return this;
|
|
72
|
+
}
|
|
73
|
+
set reportContentSubscription(reportContentSubscription) {
|
|
74
|
+
this['report_content_subscription'] = reportContentSubscription;
|
|
75
|
+
}
|
|
76
|
+
get reportContentSubscription() {
|
|
77
|
+
return this['report_content_subscription'];
|
|
78
|
+
}
|
|
79
|
+
withStatPeriod(statPeriod) {
|
|
80
|
+
this['stat_period'] = statPeriod;
|
|
81
|
+
return this;
|
|
82
|
+
}
|
|
83
|
+
set statPeriod(statPeriod) {
|
|
84
|
+
this['stat_period'] = statPeriod;
|
|
85
|
+
}
|
|
86
|
+
get statPeriod() {
|
|
87
|
+
return this['stat_period'];
|
|
88
|
+
}
|
|
89
|
+
withIsAllEnterpriseProject(isAllEnterpriseProject) {
|
|
90
|
+
this['is_all_enterprise_project'] = isAllEnterpriseProject;
|
|
91
|
+
return this;
|
|
92
|
+
}
|
|
93
|
+
set isAllEnterpriseProject(isAllEnterpriseProject) {
|
|
94
|
+
this['is_all_enterprise_project'] = isAllEnterpriseProject;
|
|
95
|
+
}
|
|
96
|
+
get isAllEnterpriseProject() {
|
|
97
|
+
return this['is_all_enterprise_project'];
|
|
98
|
+
}
|
|
99
|
+
withEnterpriseProjectId(enterpriseProjectId) {
|
|
100
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
101
|
+
return this;
|
|
102
|
+
}
|
|
103
|
+
set enterpriseProjectId(enterpriseProjectId) {
|
|
104
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
105
|
+
}
|
|
106
|
+
get enterpriseProjectId() {
|
|
107
|
+
return this['enterprise_project_id'];
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
exports.ShowSecurityReportSubscriptionResponse = ShowSecurityReportSubscriptionResponse;
|
|
111
|
+
//# sourceMappingURL=ShowSecurityReportSubscriptionResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowSecurityReportSubscriptionResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowSecurityReportSubscriptionResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,sCAAuC,SAAQ,yBAAW;IAWnE;QACI,KAAK,EAAE,CAAC;IACZ,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,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,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,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,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,mBAAmB,CAAC,GAAG,gBAAgB,CAAC;QAC7C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,gBAAgB,CAAC,gBAAqC;QAC7D,IAAI,CAAC,mBAAmB,CAAC,GAAG,gBAAgB,CAAC;IACjD,CAAC;IACD,IAAW,gBAAgB;QACvB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,6BAA6B,CAAC,yBAAsF;QACvH,IAAI,CAAC,6BAA6B,CAAC,GAAG,yBAAyB,CAAC;QAChE,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,yBAAyB,CAAC,yBAAmG;QACpI,IAAI,CAAC,6BAA6B,CAAC,GAAG,yBAAyB,CAAC;IACpE,CAAC;IACD,IAAW,yBAAyB;QAChC,OAAO,IAAI,CAAC,6BAA6B,CAAC,CAAC;IAC/C,CAAC;IACM,cAAc,CAAC,UAAwD;QAC1E,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAAqE;QACvF,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,0BAA0B,CAAC,sBAA+B;QAC7D,IAAI,CAAC,2BAA2B,CAAC,GAAG,sBAAsB,CAAC;QAC3D,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,sBAAsB,CAAC,sBAA4C;QAC1E,IAAI,CAAC,2BAA2B,CAAC,GAAG,sBAAsB,CAAC;IAC/D,CAAC;IACD,IAAW,sBAAsB;QAC7B,OAAO,IAAI,CAAC,2BAA2B,CAAC,CAAC;IAC7C,CAAC;IACM,uBAAuB,CAAC,mBAA2B;QACtD,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;QACpD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,mBAAmB,CAAC,mBAAwC;QACnE,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;IACxD,CAAC;IACD,IAAW,mBAAmB;QAC1B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC;IACzC,CAAC;CACJ;AAlHD,wFAkHC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class ShowWebProtectionRuleRequest {
|
|
2
|
+
private 'X-Language'?;
|
|
3
|
+
private 'rule_id'?;
|
|
4
|
+
constructor(ruleId?: string);
|
|
5
|
+
withXLanguage(xLanguage: string): ShowWebProtectionRuleRequest;
|
|
6
|
+
set xLanguage(xLanguage: string | undefined);
|
|
7
|
+
get xLanguage(): string | undefined;
|
|
8
|
+
withRuleId(ruleId: string): ShowWebProtectionRuleRequest;
|
|
9
|
+
set ruleId(ruleId: string | undefined);
|
|
10
|
+
get ruleId(): string | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ShowWebProtectionRuleRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowWebProtectionRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowWebProtectionRuleRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,4BAA4B;IACrC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,MAAM,CAAC,EAAE,MAAM;IAG3B,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,4BAA4B;IAIrE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,4BAA4B;IAI/D,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowWebProtectionRuleRequest = void 0;
|
|
4
|
+
class ShowWebProtectionRuleRequest {
|
|
5
|
+
constructor(ruleId) {
|
|
6
|
+
this['rule_id'] = ruleId;
|
|
7
|
+
}
|
|
8
|
+
withXLanguage(xLanguage) {
|
|
9
|
+
this['X-Language'] = xLanguage;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set xLanguage(xLanguage) {
|
|
13
|
+
this['X-Language'] = xLanguage;
|
|
14
|
+
}
|
|
15
|
+
get xLanguage() {
|
|
16
|
+
return this['X-Language'];
|
|
17
|
+
}
|
|
18
|
+
withRuleId(ruleId) {
|
|
19
|
+
this['rule_id'] = ruleId;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
set ruleId(ruleId) {
|
|
23
|
+
this['rule_id'] = ruleId;
|
|
24
|
+
}
|
|
25
|
+
get ruleId() {
|
|
26
|
+
return this['rule_id'];
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.ShowWebProtectionRuleRequest = ShowWebProtectionRuleRequest;
|
|
30
|
+
//# sourceMappingURL=ShowWebProtectionRuleRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowWebProtectionRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowWebProtectionRuleRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,4BAA4B;IAGrC,YAAmB,MAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,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,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;AA1BD,oEA0BC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class ShowWebProtectionRuleResponse extends SdkResponse {
|
|
3
|
+
id?: string;
|
|
4
|
+
private 'cve_number'?;
|
|
5
|
+
private 'risk_level'?;
|
|
6
|
+
private 'application_type'?;
|
|
7
|
+
private 'protection_type'?;
|
|
8
|
+
description?: string;
|
|
9
|
+
private 'create_time'?;
|
|
10
|
+
constructor();
|
|
11
|
+
withId(id: string): ShowWebProtectionRuleResponse;
|
|
12
|
+
withCveNumber(cveNumber: string): ShowWebProtectionRuleResponse;
|
|
13
|
+
set cveNumber(cveNumber: string | undefined);
|
|
14
|
+
get cveNumber(): string | undefined;
|
|
15
|
+
withRiskLevel(riskLevel: ShowWebProtectionRuleResponseRiskLevelEnum | number): ShowWebProtectionRuleResponse;
|
|
16
|
+
set riskLevel(riskLevel: ShowWebProtectionRuleResponseRiskLevelEnum | number | undefined);
|
|
17
|
+
get riskLevel(): ShowWebProtectionRuleResponseRiskLevelEnum | number | undefined;
|
|
18
|
+
withApplicationType(applicationType: string): ShowWebProtectionRuleResponse;
|
|
19
|
+
set applicationType(applicationType: string | undefined);
|
|
20
|
+
get applicationType(): string | undefined;
|
|
21
|
+
withProtectionType(protectionType: string): ShowWebProtectionRuleResponse;
|
|
22
|
+
set protectionType(protectionType: string | undefined);
|
|
23
|
+
get protectionType(): string | undefined;
|
|
24
|
+
withDescription(description: string): ShowWebProtectionRuleResponse;
|
|
25
|
+
withCreateTime(createTime: number): ShowWebProtectionRuleResponse;
|
|
26
|
+
set createTime(createTime: number | undefined);
|
|
27
|
+
get createTime(): number | undefined;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @export
|
|
31
|
+
* @enum {string}
|
|
32
|
+
*/
|
|
33
|
+
export declare enum ShowWebProtectionRuleResponseRiskLevelEnum {
|
|
34
|
+
NUMBER_1 = 1,
|
|
35
|
+
NUMBER_2 = 2,
|
|
36
|
+
NUMBER_3 = 3
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=ShowWebProtectionRuleResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowWebProtectionRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowWebProtectionRuleResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,6BAA8B,SAAQ,WAAW;IACnD,EAAE,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,YAAY,CAAC,CAAsD;IAC3E,OAAO,CAAC,kBAAkB,CAAC,CAAS;IACpC,OAAO,CAAC,iBAAiB,CAAC,CAAS;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,aAAa,CAAC,CAAS;;IAIxB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,6BAA6B;IAIjD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,6BAA6B;IAItE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,aAAa,CAAC,SAAS,EAAE,0CAA0C,GAAG,MAAM,GAAG,6BAA6B;IAInH,IAAW,SAAS,CAAC,SAAS,EAAE,0CAA0C,GAAG,MAAM,GAAI,SAAS,EAE/F;IACD,IAAW,SAAS,IAAI,0CAA0C,GAAG,MAAM,GAAG,SAAS,CAEtF;IACM,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,6BAA6B;IAIlF,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,6BAA6B;IAIhF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,6BAA6B;IAInE,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,6BAA6B;IAIxE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ;AAED;;;MAGM;AACN,oBAAY,0CAA0C;IAClD,QAAQ,IAAI;IACZ,QAAQ,IAAI;IACZ,QAAQ,IAAI;CACf"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowWebProtectionRuleResponseRiskLevelEnum = exports.ShowWebProtectionRuleResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowWebProtectionRuleResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withId(id) {
|
|
10
|
+
this['id'] = id;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withCveNumber(cveNumber) {
|
|
14
|
+
this['cve_number'] = cveNumber;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
set cveNumber(cveNumber) {
|
|
18
|
+
this['cve_number'] = cveNumber;
|
|
19
|
+
}
|
|
20
|
+
get cveNumber() {
|
|
21
|
+
return this['cve_number'];
|
|
22
|
+
}
|
|
23
|
+
withRiskLevel(riskLevel) {
|
|
24
|
+
this['risk_level'] = riskLevel;
|
|
25
|
+
return this;
|
|
26
|
+
}
|
|
27
|
+
set riskLevel(riskLevel) {
|
|
28
|
+
this['risk_level'] = riskLevel;
|
|
29
|
+
}
|
|
30
|
+
get riskLevel() {
|
|
31
|
+
return this['risk_level'];
|
|
32
|
+
}
|
|
33
|
+
withApplicationType(applicationType) {
|
|
34
|
+
this['application_type'] = applicationType;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
set applicationType(applicationType) {
|
|
38
|
+
this['application_type'] = applicationType;
|
|
39
|
+
}
|
|
40
|
+
get applicationType() {
|
|
41
|
+
return this['application_type'];
|
|
42
|
+
}
|
|
43
|
+
withProtectionType(protectionType) {
|
|
44
|
+
this['protection_type'] = protectionType;
|
|
45
|
+
return this;
|
|
46
|
+
}
|
|
47
|
+
set protectionType(protectionType) {
|
|
48
|
+
this['protection_type'] = protectionType;
|
|
49
|
+
}
|
|
50
|
+
get protectionType() {
|
|
51
|
+
return this['protection_type'];
|
|
52
|
+
}
|
|
53
|
+
withDescription(description) {
|
|
54
|
+
this['description'] = description;
|
|
55
|
+
return this;
|
|
56
|
+
}
|
|
57
|
+
withCreateTime(createTime) {
|
|
58
|
+
this['create_time'] = createTime;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
set createTime(createTime) {
|
|
62
|
+
this['create_time'] = createTime;
|
|
63
|
+
}
|
|
64
|
+
get createTime() {
|
|
65
|
+
return this['create_time'];
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.ShowWebProtectionRuleResponse = ShowWebProtectionRuleResponse;
|
|
69
|
+
/**
|
|
70
|
+
* @export
|
|
71
|
+
* @enum {string}
|
|
72
|
+
*/
|
|
73
|
+
var ShowWebProtectionRuleResponseRiskLevelEnum;
|
|
74
|
+
(function (ShowWebProtectionRuleResponseRiskLevelEnum) {
|
|
75
|
+
ShowWebProtectionRuleResponseRiskLevelEnum[ShowWebProtectionRuleResponseRiskLevelEnum["NUMBER_1"] = 1] = "NUMBER_1";
|
|
76
|
+
ShowWebProtectionRuleResponseRiskLevelEnum[ShowWebProtectionRuleResponseRiskLevelEnum["NUMBER_2"] = 2] = "NUMBER_2";
|
|
77
|
+
ShowWebProtectionRuleResponseRiskLevelEnum[ShowWebProtectionRuleResponseRiskLevelEnum["NUMBER_3"] = 3] = "NUMBER_3";
|
|
78
|
+
})(ShowWebProtectionRuleResponseRiskLevelEnum = exports.ShowWebProtectionRuleResponseRiskLevelEnum || (exports.ShowWebProtectionRuleResponseRiskLevelEnum = {}));
|
|
79
|
+
//# sourceMappingURL=ShowWebProtectionRuleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowWebProtectionRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowWebProtectionRuleResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,6BAA8B,SAAQ,yBAAW;IAQ1D;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,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,aAAa,CAAC,SAA8D;QAC/E,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA2E;QAC5F,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,kBAAkB,CAAC,GAAG,eAAe,CAAC;QAC3C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,kBAAkB,CAAC,GAAG,eAAe,CAAC;IAC/C,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,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,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AArED,sEAqEC;AAED;;;MAGM;AACN,IAAY,0CAIX;AAJD,WAAY,0CAA0C;IAClD,mHAAY,CAAA;IACZ,mHAAY,CAAA;IACZ,mHAAY,CAAA;AAChB,CAAC,EAJW,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAIrD"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { UpdateIpReputationRuleRequestBody } from './UpdateIpReputationRuleRequestBody';
|
|
2
|
+
export declare class UpdateIpReputationRuleRequest {
|
|
3
|
+
private 'Content-Type'?;
|
|
4
|
+
private 'enterprise_project_id'?;
|
|
5
|
+
private 'policy_id'?;
|
|
6
|
+
private 'rule_id'?;
|
|
7
|
+
body?: UpdateIpReputationRuleRequestBody;
|
|
8
|
+
constructor(contentType?: string, policyId?: string, ruleId?: string);
|
|
9
|
+
withContentType(contentType: string): UpdateIpReputationRuleRequest;
|
|
10
|
+
set contentType(contentType: string | undefined);
|
|
11
|
+
get contentType(): string | undefined;
|
|
12
|
+
withEnterpriseProjectId(enterpriseProjectId: string): UpdateIpReputationRuleRequest;
|
|
13
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
14
|
+
get enterpriseProjectId(): string | undefined;
|
|
15
|
+
withPolicyId(policyId: string): UpdateIpReputationRuleRequest;
|
|
16
|
+
set policyId(policyId: string | undefined);
|
|
17
|
+
get policyId(): string | undefined;
|
|
18
|
+
withRuleId(ruleId: string): UpdateIpReputationRuleRequest;
|
|
19
|
+
set ruleId(ruleId: string | undefined);
|
|
20
|
+
get ruleId(): string | undefined;
|
|
21
|
+
withBody(body: UpdateIpReputationRuleRequestBody): UpdateIpReputationRuleRequest;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAGxF,qBAAa,6BAA6B;IACtC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,iCAAiC,CAAC;gBAC7B,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAKpE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,6BAA6B;IAI1E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,6BAA6B;IAI1F,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,6BAA6B;IAIpE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,6BAA6B;IAIhE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,iCAAiC,GAAG,6BAA6B;CAI1F"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIpReputationRuleRequest = void 0;
|
|
4
|
+
class UpdateIpReputationRuleRequest {
|
|
5
|
+
constructor(contentType, policyId, ruleId) {
|
|
6
|
+
this['Content-Type'] = contentType;
|
|
7
|
+
this['policy_id'] = policyId;
|
|
8
|
+
this['rule_id'] = ruleId;
|
|
9
|
+
}
|
|
10
|
+
withContentType(contentType) {
|
|
11
|
+
this['Content-Type'] = contentType;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
set contentType(contentType) {
|
|
15
|
+
this['Content-Type'] = contentType;
|
|
16
|
+
}
|
|
17
|
+
get contentType() {
|
|
18
|
+
return this['Content-Type'];
|
|
19
|
+
}
|
|
20
|
+
withEnterpriseProjectId(enterpriseProjectId) {
|
|
21
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
set enterpriseProjectId(enterpriseProjectId) {
|
|
25
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
|
26
|
+
}
|
|
27
|
+
get enterpriseProjectId() {
|
|
28
|
+
return this['enterprise_project_id'];
|
|
29
|
+
}
|
|
30
|
+
withPolicyId(policyId) {
|
|
31
|
+
this['policy_id'] = policyId;
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
set policyId(policyId) {
|
|
35
|
+
this['policy_id'] = policyId;
|
|
36
|
+
}
|
|
37
|
+
get policyId() {
|
|
38
|
+
return this['policy_id'];
|
|
39
|
+
}
|
|
40
|
+
withRuleId(ruleId) {
|
|
41
|
+
this['rule_id'] = ruleId;
|
|
42
|
+
return this;
|
|
43
|
+
}
|
|
44
|
+
set ruleId(ruleId) {
|
|
45
|
+
this['rule_id'] = ruleId;
|
|
46
|
+
}
|
|
47
|
+
get ruleId() {
|
|
48
|
+
return this['rule_id'];
|
|
49
|
+
}
|
|
50
|
+
withBody(body) {
|
|
51
|
+
this['body'] = body;
|
|
52
|
+
return this;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.UpdateIpReputationRuleRequest = UpdateIpReputationRuleRequest;
|
|
56
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,6BAA6B;IAMtC,YAAmB,WAAoB,EAAE,QAAiB,EAAE,MAAe;QACvE,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,uBAAuB,CAAC,mBAA2B;QACtD,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;QACpD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,mBAAmB,CAAC,mBAAwC;QACnE,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;IACxD,CAAC;IACD,IAAW,mBAAmB;QAC1B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC;IACzC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAAuC;QACnD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAvDD,sEAuDC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UpdateIpReputationRuleRequestBodyAction } from './UpdateIpReputationRuleRequestBodyAction';
|
|
2
|
+
export declare class UpdateIpReputationRuleRequestBody {
|
|
3
|
+
name?: string;
|
|
4
|
+
policyname?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
action?: UpdateIpReputationRuleRequestBodyAction;
|
|
7
|
+
type?: string;
|
|
8
|
+
tags?: Array<string>;
|
|
9
|
+
constructor(name?: string, action?: UpdateIpReputationRuleRequestBodyAction, type?: string, tags?: Array<string>);
|
|
10
|
+
withName(name: string): UpdateIpReputationRuleRequestBody;
|
|
11
|
+
withPolicyname(policyname: string): UpdateIpReputationRuleRequestBody;
|
|
12
|
+
withDescription(description: string): UpdateIpReputationRuleRequestBody;
|
|
13
|
+
withAction(action: UpdateIpReputationRuleRequestBodyAction): UpdateIpReputationRuleRequestBody;
|
|
14
|
+
withType(type: string): UpdateIpReputationRuleRequestBody;
|
|
15
|
+
withTags(tags: Array<string>): UpdateIpReputationRuleRequestBody;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAGpG,qBAAa,iCAAiC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,uCAAuC,CAAC;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;gBACT,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,uCAAuC,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;IAMhH,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,iCAAiC;IAIzD,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iCAAiC;IAIrE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,iCAAiC;IAIvE,UAAU,CAAC,MAAM,EAAE,uCAAuC,GAAG,iCAAiC;IAI9F,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,iCAAiC;IAIzD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,iCAAiC;CAI1E"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIpReputationRuleRequestBody = void 0;
|
|
4
|
+
class UpdateIpReputationRuleRequestBody {
|
|
5
|
+
constructor(name, action, type, tags) {
|
|
6
|
+
this['name'] = name;
|
|
7
|
+
this['action'] = action;
|
|
8
|
+
this['type'] = type;
|
|
9
|
+
this['tags'] = tags;
|
|
10
|
+
}
|
|
11
|
+
withName(name) {
|
|
12
|
+
this['name'] = name;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
withPolicyname(policyname) {
|
|
16
|
+
this['policyname'] = policyname;
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
withDescription(description) {
|
|
20
|
+
this['description'] = description;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
withAction(action) {
|
|
24
|
+
this['action'] = action;
|
|
25
|
+
return this;
|
|
26
|
+
}
|
|
27
|
+
withType(type) {
|
|
28
|
+
this['type'] = type;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
withTags(tags) {
|
|
32
|
+
this['tags'] = tags;
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateIpReputationRuleRequestBody = UpdateIpReputationRuleRequestBody;
|
|
37
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,iCAAiC;IAO1C,YAAmB,IAAa,EAAE,MAAgD,EAAE,IAAa,EAAE,IAAoB;QACnH,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAA+C;QAC7D,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArCD,8EAqCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequestBodyAction.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequestBodyAction.ts"],"names":[],"mappings":"AAEA,qBAAa,uCAAuC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;;IAGlB,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,uCAAuC;CAIjF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIpReputationRuleRequestBodyAction = void 0;
|
|
4
|
+
class UpdateIpReputationRuleRequestBodyAction {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withCategory(category) {
|
|
8
|
+
this['category'] = category;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.UpdateIpReputationRuleRequestBodyAction = UpdateIpReputationRuleRequestBodyAction;
|
|
13
|
+
//# sourceMappingURL=UpdateIpReputationRuleRequestBodyAction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleRequestBodyAction.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleRequestBodyAction.ts"],"names":[],"mappings":";;;AAEA,MAAa,uCAAuC;IAEhD;IACA,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,0FAQC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CreateIpReputationRuleResponseBodyAction } from './CreateIpReputationRuleResponseBodyAction';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class UpdateIpReputationRuleResponse extends SdkResponse {
|
|
4
|
+
id?: string;
|
|
5
|
+
policyid?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
type?: string;
|
|
8
|
+
tags?: Array<string>;
|
|
9
|
+
policyname?: string;
|
|
10
|
+
timestamp?: number;
|
|
11
|
+
description?: string;
|
|
12
|
+
status?: number;
|
|
13
|
+
action?: CreateIpReputationRuleResponseBodyAction;
|
|
14
|
+
isp?: string;
|
|
15
|
+
constructor();
|
|
16
|
+
withId(id: string): UpdateIpReputationRuleResponse;
|
|
17
|
+
withPolicyid(policyid: string): UpdateIpReputationRuleResponse;
|
|
18
|
+
withName(name: string): UpdateIpReputationRuleResponse;
|
|
19
|
+
withType(type: string): UpdateIpReputationRuleResponse;
|
|
20
|
+
withTags(tags: Array<string>): UpdateIpReputationRuleResponse;
|
|
21
|
+
withPolicyname(policyname: string): UpdateIpReputationRuleResponse;
|
|
22
|
+
withTimestamp(timestamp: number): UpdateIpReputationRuleResponse;
|
|
23
|
+
withDescription(description: string): UpdateIpReputationRuleResponse;
|
|
24
|
+
withStatus(status: number): UpdateIpReputationRuleResponse;
|
|
25
|
+
withAction(action: CreateIpReputationRuleResponseBodyAction): UpdateIpReputationRuleResponse;
|
|
26
|
+
withIsp(isp: string): UpdateIpReputationRuleResponse;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=UpdateIpReputationRuleResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAEtG,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,8BAA+B,SAAQ,WAAW;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,wCAAwC,CAAC;IAClD,GAAG,CAAC,EAAE,MAAM,CAAC;;IAIb,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,8BAA8B;IAIlD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAI9D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,8BAA8B;IAI7D,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,8BAA8B;IAIlE,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,8BAA8B;IAIhE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,8BAA8B;IAIpE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,8BAA8B;IAI1D,UAAU,CAAC,MAAM,EAAE,wCAAwC,GAAG,8BAA8B;IAI5F,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,8BAA8B;CAI9D"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIpReputationRuleResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class UpdateIpReputationRuleResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withId(id) {
|
|
10
|
+
this['id'] = id;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withPolicyid(policyid) {
|
|
14
|
+
this['policyid'] = policyid;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
withName(name) {
|
|
18
|
+
this['name'] = name;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withType(type) {
|
|
22
|
+
this['type'] = type;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
withTags(tags) {
|
|
26
|
+
this['tags'] = tags;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
withPolicyname(policyname) {
|
|
30
|
+
this['policyname'] = policyname;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
withTimestamp(timestamp) {
|
|
34
|
+
this['timestamp'] = timestamp;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
withDescription(description) {
|
|
38
|
+
this['description'] = description;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
withStatus(status) {
|
|
42
|
+
this['status'] = status;
|
|
43
|
+
return this;
|
|
44
|
+
}
|
|
45
|
+
withAction(action) {
|
|
46
|
+
this['action'] = action;
|
|
47
|
+
return this;
|
|
48
|
+
}
|
|
49
|
+
withIsp(isp) {
|
|
50
|
+
this['isp'] = isp;
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
exports.UpdateIpReputationRuleResponse = UpdateIpReputationRuleResponse;
|
|
55
|
+
//# sourceMappingURL=UpdateIpReputationRuleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIpReputationRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateIpReputationRuleResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAY3D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,MAAM,CAAC,EAAU;QACpB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAChB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAgD;QAC9D,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA3DD,wEA2DC"}
|