WAFRegional.IPSet
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-ipset-ipsetdescriptor.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-ipset.html;
val make_properties :
?ip_set_descriptors:ip_set_descriptor list ->
name:string ->
unit ->
properties
val make_ip_set_descriptor :
type_:string ->
value:string ->
unit ->
ip_set_descriptor
val yojson_of_ip_set_descriptor :
ip_set_descriptor ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes