Values.JobDetailsSourceContains details about the policy generation request.
type nonrec t = {jobId : JobId.t option;The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.
*)status : JobStatus.t option;The status of the job request.
*)startedOn : Timestamp.t option;A timestamp of when the job was started.
*)completedOn : Timestamp.t option;A timestamp of when the job was completed.
*)jobError : JobError.t option;The job error for the policy generation request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of JobId.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]