1616from ..zones .ip_geolocation_param import IPGeolocationParam
1717from ..zones .security_level_param import SecurityLevelParam
1818from ..zones .always_use_https_param import AlwaysUseHTTPSParam
19- from ..zones .development_mode_param import DevelopmentModeParam
2019from ..zones .browser_cache_ttl_param import BrowserCacheTTLParam
2120from ..zones .email_obfuscation_param import EmailObfuscationParam
22- from ..zones .hotlink_protection_param import HotlinkProtectionParam
2321from ..zones .response_buffering_param import ResponseBufferingParam
24- from ..zones .server_side_excludes_param import ServerSideExcludesParam
2522from ..zones .true_client_ip_header_param import TrueClientIPHeaderParam
2623from ..zones .automatic_https_rewrites_param import AutomaticHTTPSRewritesParam
2724from ..zones .opportunistic_encryption_param import OpportunisticEncryptionParam
4138 "ActionCacheKeyValueHost" ,
4239 "ActionCacheKeyValueQueryString" ,
4340 "ActionCacheKeyValueUser" ,
44- "ActionCacheKeyFields" ,
4541 "ActionCacheOnCookie" ,
46- "ActionCacheTTLByStatus" ,
47- "ActionDDoSProtection" ,
4842 "ActionDisableApps" ,
4943 "ActionDisablePerformance" ,
5044 "ActionDisableSecurity" ,
5448 "ActionForwardingURL" ,
5549 "ActionForwardingURLValue" ,
5650 "ActionHostHeaderOverride" ,
57- "ActionMinify" ,
58- "ActionPurgeByPageRule" ,
5951 "ActionResolveOverride" ,
6052 "ActionRespectStrongEtag" ,
6153]
@@ -212,10 +204,6 @@ class ActionCacheKey(TypedDict, total=False):
212204 value : ActionCacheKeyValue
213205
214206
215- class ActionCacheKeyFields (TypedDict , total = False ):
216- id : Literal ["cache_key_fields" ]
217-
218-
219207class ActionCacheOnCookie (TypedDict , total = False ):
220208 id : Literal ["cache_on_cookie" ]
221209 """
@@ -227,14 +215,6 @@ class ActionCacheOnCookie(TypedDict, total=False):
227215 """The regular expression to use for matching cookie names in the request."""
228216
229217
230- class ActionCacheTTLByStatus (TypedDict , total = False ):
231- id : Literal ["cache_ttl_by_status" ]
232-
233-
234- class ActionDDoSProtection (TypedDict , total = False ):
235- id : Literal ["ddos_protection" ]
236-
237-
238218class ActionDisableApps (TypedDict , total = False ):
239219 id : Literal ["disable_apps" ]
240220 """
@@ -326,14 +306,6 @@ class ActionHostHeaderOverride(TypedDict, total=False):
326306 """The hostname to use in the `Host` header"""
327307
328308
329- class ActionMinify (TypedDict , total = False ):
330- id : Literal ["minify" ]
331-
332-
333- class ActionPurgeByPageRule (TypedDict , total = False ):
334- id : Literal ["purge_by_page_rule" ]
335-
336-
337309class ActionResolveOverride (TypedDict , total = False ):
338310 id : Literal ["resolve_override" ]
339311 """Change the origin address to the value specified in this setting."""
@@ -362,12 +334,8 @@ class ActionRespectStrongEtag(TypedDict, total=False):
362334 ActionCacheByDeviceType ,
363335 ActionCacheDeceptionArmor ,
364336 ActionCacheKey ,
365- ActionCacheKeyFields ,
366337 CacheLevelParam ,
367338 ActionCacheOnCookie ,
368- ActionCacheTTLByStatus ,
369- ActionDDoSProtection ,
370- DevelopmentModeParam ,
371339 ActionDisableApps ,
372340 ActionDisablePerformance ,
373341 ActionDisableSecurity ,
@@ -377,20 +345,16 @@ class ActionRespectStrongEtag(TypedDict, total=False):
377345 ActionExplicitCacheControl ,
378346 ActionForwardingURL ,
379347 ActionHostHeaderOverride ,
380- HotlinkProtectionParam ,
381348 IPGeolocationParam ,
382- ActionMinify ,
383349 MirageParam ,
384350 OpportunisticEncryptionParam ,
385351 OriginErrorPagePassThruParam ,
386352 PolishParam ,
387- ActionPurgeByPageRule ,
388353 ActionResolveOverride ,
389354 ActionRespectStrongEtag ,
390355 ResponseBufferingParam ,
391356 RocketLoaderParam ,
392357 SecurityLevelParam ,
393- ServerSideExcludesParam ,
394358 SortQueryStringForCacheParam ,
395359 SSLParam ,
396360 TrueClientIPHeaderParam ,
0 commit comments