Values.BuildSummarySourceContains summary information about a batch build group.
type nonrec t = {arn : String_.t option;The batch build ARN.
*)requestedOn : Timestamp.t option;When the build was started, expressed in Unix time format.
*)buildStatus : StatusType.t option;The status of the build group. FAILED The build group failed. FAULT The build group faulted. IN_PROGRESS The build group is still in progress. STOPPED The build group stopped. SUCCEEDED The build group succeeded. TIMED_OUT The build group timed out.
*)primaryArtifact : ResolvedArtifact.t option;A ResolvedArtifact object that represents the primary build artifacts for the build group.
*)secondaryArtifacts : ResolvedSecondaryArtifacts.t option;An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]