Module Values.CreatePresetRequestSource

Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Sourcetype nonrec t = {
  1. category : string option;
    (*

    Optional. A category for the preset you are creating.

    *)
  2. description : string option;
    (*

    Optional. A description of the preset you are creating.

    *)
  3. name : string;
    (*

    The name of the preset you are creating.

    *)
  4. settings : PresetSettings.t;
    (*

    Settings for preset

    *)
  5. tags : (string * string) list option;
    (*

    The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.

    *)
}
Sourceval context_ : string
Sourceval make : ?category:??? -> ?description:??? -> ?tags:??? -> name:string -> settings:PresetSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `List of [> `Double of float | `Integer of int ] list ]) list ] list | `String of string ]) list ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `Integer of int | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Integer of int ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string ]) list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t