|
40 | 40 | "DistributionStatisticsRecord", |
41 | 41 | "DistributionStatisticsRecordEntry", |
42 | 42 | "DistributionStatisticsRecordRegions", |
| 43 | + "DistributionWaf", |
43 | 44 | "Domain", |
44 | 45 | "DomainStatus", |
45 | 46 | "ErrorDetails", |
|
59 | 60 | "HttpBackend", |
60 | 61 | "HttpBackendPatch", |
61 | 62 | "ListDistributionsResponse", |
| 63 | + "ListWAFCollectionsResponse", |
62 | 64 | "LokiLogSink", |
63 | 65 | "Optimizer", |
64 | 66 | "OptimizerPatch", |
|
74 | 76 | "PutCustomDomainResponseCertificate", |
75 | 77 | "Region", |
76 | 78 | "StatusError", |
| 79 | + "WAFRule", |
| 80 | + "WAFRuleCollection", |
| 81 | + "WAFRuleGroup", |
| 82 | + "WAFStatusRuleBlock", |
| 83 | + "WafConfig", |
| 84 | + "WafConfigPatch", |
| 85 | + "WafMode", |
| 86 | + "WafType", |
77 | 87 | ] |
78 | 88 |
|
79 | 89 | # import apis into sdk package |
|
119 | 129 | from stackit.cdn.models.distribution_statistics_record_regions import ( |
120 | 130 | DistributionStatisticsRecordRegions as DistributionStatisticsRecordRegions, |
121 | 131 | ) |
| 132 | +from stackit.cdn.models.distribution_waf import DistributionWaf as DistributionWaf |
122 | 133 | from stackit.cdn.models.domain import Domain as Domain |
123 | 134 | from stackit.cdn.models.domain_status import DomainStatus as DomainStatus |
124 | 135 | from stackit.cdn.models.error_details import ErrorDetails as ErrorDetails |
|
164 | 175 | from stackit.cdn.models.list_distributions_response import ( |
165 | 176 | ListDistributionsResponse as ListDistributionsResponse, |
166 | 177 | ) |
| 178 | +from stackit.cdn.models.list_waf_collections_response import ( |
| 179 | + ListWAFCollectionsResponse as ListWAFCollectionsResponse, |
| 180 | +) |
167 | 181 | from stackit.cdn.models.loki_log_sink import LokiLogSink as LokiLogSink |
168 | 182 | from stackit.cdn.models.optimizer import Optimizer as Optimizer |
169 | 183 | from stackit.cdn.models.optimizer_patch import OptimizerPatch as OptimizerPatch |
|
197 | 211 | ) |
198 | 212 | from stackit.cdn.models.region import Region as Region |
199 | 213 | from stackit.cdn.models.status_error import StatusError as StatusError |
| 214 | +from stackit.cdn.models.waf_config import WafConfig as WafConfig |
| 215 | +from stackit.cdn.models.waf_config_patch import WafConfigPatch as WafConfigPatch |
| 216 | +from stackit.cdn.models.waf_mode import WafMode as WafMode |
| 217 | +from stackit.cdn.models.waf_rule import WAFRule as WAFRule |
| 218 | +from stackit.cdn.models.waf_rule_collection import ( |
| 219 | + WAFRuleCollection as WAFRuleCollection, |
| 220 | +) |
| 221 | +from stackit.cdn.models.waf_rule_group import WAFRuleGroup as WAFRuleGroup |
| 222 | +from stackit.cdn.models.waf_status_rule_block import ( |
| 223 | + WAFStatusRuleBlock as WAFStatusRuleBlock, |
| 224 | +) |
| 225 | +from stackit.cdn.models.waf_type import WafType as WafType |
0 commit comments