WAF.XssMatchSet
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-xssmatchset-xssmatchtuple-fieldtomatch.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-xssmatchset-xssmatchtuple.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-xssmatchset.html;
val make_properties :
name:string ->
xss_match_tuples:xss_match_tuple list ->
unit ->
properties
val make_field_to_match :
?data:string ->
type_:string ->
unit ->
field_to_match
val make_xss_match_tuple :
field_to_match:field_to_match ->
text_transformation:string ->
unit ->
xss_match_tuple
val yojson_of_field_to_match : field_to_match -> Yojson.Safe.t
val yojson_of_xss_match_tuple :
xss_match_tuple ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes