SES.VdmAttributessee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-guardianattributes.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-dashboardattributes.html
type properties = {dashboard_attributes : dashboard_attributes option;guardian_attributes : guardian_attributes option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html;
val make_properties :
?dashboard_attributes:dashboard_attributes ->
?guardian_attributes:guardian_attributes ->
unit ->
propertiesval make_guardian_attributes :
?optimized_shared_delivery:string ->
unit ->
guardian_attributesval make_dashboard_attributes :
?engagement_metrics:string ->
unit ->
dashboard_attributesval yojson_of_guardian_attributes :
guardian_attributes ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_dashboard_attributes :
dashboard_attributes ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes