Module Values_2.UpdateJobRequestSource

Updates an existing job definition. The previous job definition is completely overwritten by this information.

Sourcetype nonrec t = {
  1. jobName : Values_0.NameString.t;
    (*

    The name of the job definition to update.

    *)
  2. jobUpdate : JobUpdate.t;
    (*

    Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.

    *)
}
Sourceval context_ : string
Sourceval make : jobName:Values_0.NameString.t -> jobUpdate:JobUpdate.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NameString.t | `Structure of (string * [> `Boolean of Values_0.NullableBoolean.t | `Double of Values_0.NullableDouble.t | `Enum of string | `Integer of Values_0.MaxRetries.t | `Map of ([> `String of string ] * [> `String of string | `Structure of (string * [> `Structure of (string * Awso.Botodata.value) list ]) list ]) list | `String of Values_0.DescriptionString.t | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string ]) 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