Values.JobSourceDescribes an execution job for an Amplify app.
type nonrec t = {summary : JobSummary.t option;Describes the summary for an execution job for an Amplify app.
*)steps : Steps.t option;The execution steps for an execution job, for an Amplify app.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of ThumbnailName.t ]
* [> `String of ThumbnailUrl.t ])
list
| `String of StepName.t
| `Timestamp of StartTime.t ])
list ]
list
| `Structure of
(string
* [> `Enum of string
| `String of JobArn.t
| `Timestamp of CommitTime.t ])
list ])
list ]