Values.ChangeProgressStatusSourceThe progress details of a pipeline configuration change.
type nonrec t = {startTime : Timestamp.t option;The time at which the configuration change is made on the pipeline.
*)status : ChangeProgressStatuses.t option;The overall status of the pipeline configuration change.
*)totalNumberOfStages : Integer.t option;The total number of stages required for the pipeline configuration change.
*)changeProgressStages : ChangeProgressStageList.t option;Information about the stages that the pipeline is going through to perform the configuration change.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list
| `Timestamp of Timestamp.t ])
list ]