WAF.SizeConstraintSetsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-sizeconstraintset-sizeconstraint-fieldtomatch.html
and size_constraint = {comparison_operator : string;field_to_match : field_to_match;size : int;text_transformation : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-sizeconstraintset-sizeconstraint.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-sizeconstraintset.html;
val make_properties :
name:string ->
size_constraints:size_constraint list ->
unit ->
propertiesval make_field_to_match :
?data:string ->
type_:string ->
unit ->
field_to_matchval make_size_constraint :
comparison_operator:string ->
field_to_match:field_to_match ->
size:int ->
text_transformation:string ->
unit ->
size_constraintval yojson_of_field_to_match : field_to_match -> Yojson.Safe.tval yojson_of_size_constraint :
size_constraint ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes