Module Values.JobTemplateSource

A job template is a pre-made set of encoding instructions that you can use to quickly create a job.

Sourcetype nonrec t = {
  1. accelerationSettings : AccelerationSettings.t option;
    (*

    Accelerated transcoding can significantly speed up jobs with long, visually complex content.

    *)
  2. arn : string option;
    (*

    An identifier for this resource that is unique within all of AWS.

    *)
  3. category : string option;
    (*

    An optional category you create to organize your job templates.

    *)
  4. createdAt : string option;
    (*

    The timestamp in epoch seconds for Job template creation.

    *)
  5. description : string option;
    (*

    An optional description you create for each job template.

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

    Optional list of hop destinations.

    *)
  7. lastUpdated : string option;
    (*

    The timestamp in epoch seconds when the Job template was last updated.

    *)
  8. name : string option;
    (*

    A name you create for each job template. Each name must be unique within your account.

    *)
  9. priority : int option;
    (*

    Relative priority on the job.

    *)
  10. 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.

    *)
  11. settings : JobTemplateSettings.t option;
    (*

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

    *)
  12. 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.

    *)
  13. type_ : Type.t option;
    (*

    A job template can be of two types: system or custom. System or built-in job templates can't be modified or deleted by the user.

    *)
}
Sourceval make : ?accelerationSettings:??? -> ?arn:??? -> ?category:??? -> ?createdAt:??? -> ?description:??? -> ?hopDestinations:??? -> ?lastUpdated:??? -> ?name:??? -> ?priority:??? -> ?queue:??? -> ?settings:??? -> ?statusUpdateInterval:??? -> ?type_:??? -> 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 | `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 | `Timestamp of string ]) 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