Module Values.CreateJobTemplateRequestSource

Create a new job template. 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. accelerationSettings : AccelerationSettings.t option;
    (*

    Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.

    *)
  2. category : string option;
    (*

    Optional. A category for the job template you are creating

    *)
  3. description : string option;
    (*

    Optional. A description of the job template you are creating.

    *)
  4. hopDestinations : HopDestination.t list option;
    (*

    Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.

    *)
  5. name : string;
    (*

    The name of the job template you are creating.

    *)
  6. priority : int option;
    (*

    Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.

    *)
  7. queue : string option;
    (*

    Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.

    *)
  8. settings : JobTemplateSettings.t;
    (*

    JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.

    *)
  9. statusUpdateInterval : StatusUpdateInterval.t option;
    (*

    Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.

    *)
  10. 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 : ?accelerationSettings:??? -> ?category:??? -> ?description:??? -> ?hopDestinations:??? -> ?priority:??? -> ?queue:??? -> ?statusUpdateInterval:??? -> ?tags:??? -> name:string -> settings:JobTemplateSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum 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 | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `String of string ]) list ] list | `Map of ([> `String of string ] * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Integer of int ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Double of float | `Integer of int ] list ]) list ] list ]) list ]) list ]) list ]) list | `String of string | `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 | `Map of ([> `String of string ] * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Integer of int | `String of string ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `List of [> `Double of float | `Integer of int ] list ]) list ] list | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ]) list ]) list ]) list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Enum of string | `Integer of int | `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int ]) list ] list | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string | `Structure of (string * [> `Integer of int | `String of string ]) 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