Values.JobSourceA job is an asynchronous workflow.
type nonrec t = {jobID : JobID.t option;The ID of the Job.
*)arn : ARN.t option;The ARN of a Job.
*)type_ : JobType.t option;The type of the Job.
*)initiatedBy : InitiatedBy.t option;A string representing who initiated the Job.
*)creationDateTime : ISO8601DatetimeString.t option;The date and time of when the Job was created.
*)endDateTime : ISO8601DatetimeString.t option;The date and time of when the Job ended.
*)status : JobStatus.t option;The status of the Job.
*)participatingServers : ParticipatingServers.t option;A list of servers that the Job is acting upon.
*)participatingResources : ParticipatingResources.t option;A list of resources that the Job is acting upon.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SourceServerID.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of LaunchActionRunId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of LaunchActionOrder.t
| `Map of
([> `String of
LaunchActionParameterName.t ]
* [> `Structure of
(string
* [> `Enum of string
| `String of
LaunchActionParameterValue.t ])
list ])
list
| `String of LaunchActionId.t ])
list ])
list ]
list
| `String of ISO8601DatetimeString.t ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of JobID.t ])
list ]