Module MediaConvert.Preset

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html

type properties = {
  1. category : string option;
  2. description : string option;
  3. settings_json : Yojson.Safe.t;
  4. tags : Yojson.Safe.t option;
  5. 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 ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
  3. name : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string