MediaConvert.Queue
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html
type properties = {
status : string option;
description : string option;
pricing_plan : string option;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html;
val make_properties :
?status:string ->
?description:string ->
?pricing_plan:string ->
?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