Values_2.UpdateJobRequestSourceUpdates an existing job definition. The previous job definition is completely overwritten by this information.
type nonrec t = {jobName : Values_0.NameString.t;The name of the job definition to update.
*)jobUpdate : JobUpdate.t;Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.
*)}val 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 ]