Skip to content

Commit adc32de

Browse files
For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
1 parent b956618 commit adc32de

File tree

80 files changed

+1654
-1254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1654
-1254
lines changed

generator/ServiceModels/wafv2/wafv2-2019-07-29.api.json

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,16 @@
883883
"members":{
884884
}
885885
},
886+
"AssociatedResourceType":{
887+
"type":"string",
888+
"enum":["CLOUDFRONT"]
889+
},
890+
"AssociationConfig":{
891+
"type":"structure",
892+
"members":{
893+
"RequestBody":{"shape":"RequestBody"}
894+
}
895+
},
886896
"BlockAction":{
887897
"type":"structure",
888898
"members":{
@@ -1389,7 +1399,8 @@
13891399
"CustomResponseBodies":{"shape":"CustomResponseBodies"},
13901400
"CaptchaConfig":{"shape":"CaptchaConfig"},
13911401
"ChallengeConfig":{"shape":"ChallengeConfig"},
1392-
"TokenDomains":{"shape":"TokenDomains"}
1402+
"TokenDomains":{"shape":"TokenDomains"},
1403+
"AssociationConfig":{"shape":"AssociationConfig"}
13931404
}
13941405
},
13951406
"CreateWebACLResponse":{
@@ -2746,7 +2757,8 @@
27462757
"OVERSIZE_HANDLING",
27472758
"CHALLENGE_CONFIG",
27482759
"TOKEN_DOMAIN",
2749-
"ATP_RULE_SET_RESPONSE_INSPECTION"
2760+
"ATP_RULE_SET_RESPONSE_INSPECTION",
2761+
"ASSOCIATED_RESOURCE_TYPE"
27502762
]
27512763
},
27522764
"ParameterExceptionParameter":{
@@ -2968,6 +2980,18 @@
29682980
"Timestamp":{"shape":"Timestamp"}
29692981
}
29702982
},
2983+
"RequestBody":{
2984+
"type":"map",
2985+
"key":{"shape":"AssociatedResourceType"},
2986+
"value":{"shape":"RequestBodyAssociatedResourceTypeConfig"}
2987+
},
2988+
"RequestBodyAssociatedResourceTypeConfig":{
2989+
"type":"structure",
2990+
"required":["DefaultSizeInspectionLimit"],
2991+
"members":{
2992+
"DefaultSizeInspectionLimit":{"shape":"SizeInspectionLimit"}
2993+
}
2994+
},
29712995
"RequestInspection":{
29722996
"type":"structure",
29732997
"required":[
@@ -3327,6 +3351,15 @@
33273351
"TextTransformations":{"shape":"TextTransformations"}
33283352
}
33293353
},
3354+
"SizeInspectionLimit":{
3355+
"type":"string",
3356+
"enum":[
3357+
"KB_16",
3358+
"KB_32",
3359+
"KB_48",
3360+
"KB_64"
3361+
]
3362+
},
33303363
"SolveTimestamp":{"type":"long"},
33313364
"SqliMatchStatement":{
33323365
"type":"structure",
@@ -3649,7 +3682,8 @@
36493682
"CustomResponseBodies":{"shape":"CustomResponseBodies"},
36503683
"CaptchaConfig":{"shape":"CaptchaConfig"},
36513684
"ChallengeConfig":{"shape":"ChallengeConfig"},
3652-
"TokenDomains":{"shape":"TokenDomains"}
3685+
"TokenDomains":{"shape":"TokenDomains"},
3686+
"AssociationConfig":{"shape":"AssociationConfig"}
36533687
}
36543688
},
36553689
"UpdateWebACLResponse":{
@@ -3863,7 +3897,8 @@
38633897
"CustomResponseBodies":{"shape":"CustomResponseBodies"},
38643898
"CaptchaConfig":{"shape":"CaptchaConfig"},
38653899
"ChallengeConfig":{"shape":"ChallengeConfig"},
3866-
"TokenDomains":{"shape":"TokenDomains"}
3900+
"TokenDomains":{"shape":"TokenDomains"},
3901+
"AssociationConfig":{"shape":"AssociationConfig"}
38673902
}
38683903
},
38693904
"WebACLSummaries":{

generator/ServiceModels/wafv2/wafv2-2019-07-29.docs.json

Lines changed: 110 additions & 78 deletions
Large diffs are not rendered by default.

generator/ServiceModels/wafv2/wafv2-2019-07-29.endpoint-rule-set.json

Lines changed: 0 additions & 494 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)