MediaConvert.Preset
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html
type properties = {
category : string option;
description : string option;
settings_json : Yojson.Safe.t;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html;
val make_properties :
?category:string ->
?description:string ->
settings_json:Yojson.Safe.t ->
?tags:Yojson.Safe.t ->
?name:string ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes