Values.ChangeProgressStatusDetailsSourceThe progress details of a specific domain configuration change.
type nonrec t = {changeId : GUID.t option;The unique change identifier associated with a specific domain configuration change.
*)startTime : UpdateTimestamp.t option;The time at which the configuration change is made on the domain.
*)status : OverallChangeStatus.t option;The overall status of the domain configuration change. This field can take the following values: PENDING, PROCESSING, COMPLETED and FAILED
*)pendingProperties : StringList.t option;The list of properties involved in the domain configuration change that are still in pending.
*)completedProperties : StringList.t option;The list of properties involved in the domain configuration change that are completed.
*)totalNumberOfStages : TotalNumberOfStages.t option;The total number of stages required for the configuration change.
*)changeProgressStages : ChangeProgressStageList.t option;The specific stages that the domain is going through to perform the configuration change.
*)configChangeStatus : ConfigChangeStatus.t option;The current status of the configuration change.
*)lastUpdatedTime : UpdateTimestamp.t option;The last time that the status of the configuration change was updated.
*)initiatedBy : InitiatedBy.t option;The IAM principal who initiated the configuration change.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of TotalNumberOfStages.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of ChangeProgressStageName.t
| `Timestamp of LastUpdated.t ])
list ]
list
| `String of GUID.t
| `Timestamp of UpdateTimestamp.t ])
list ]