Values.ChangeProgressDetailsSourceContainer for information about a configuration change happening on a domain.
type nonrec t = {changeId : GUID.t option;The ID of the configuration change.
*)message : Message.t option;A message corresponding to the status of the configuration change.
*)configChangeStatus : ConfigChangeStatus.t option;The current status of the configuration change.
*)initiatedBy : InitiatedBy.t option;The IAM principal who initiated the configuration change.
*)startTime : UpdateTimestamp.t option;The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
*)lastUpdatedTime : UpdateTimestamp.t option;The last time that the configuration change was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of GUID.t
| `Timestamp of UpdateTimestamp.t ])
list ]