Values.UpdateInfoEntrySourceAn entry of update information related to a requested update type.
type nonrec t = {region : RegionName.t option;The name of the Region.
*)status : UpdateStatus.t option;The status of the update performed on the directory.
*)statusReason : UpdateStatusReason.t option;The reason for the current status of the update type activity.
*)initiatedBy : InitiatedBy.t option;This specifies if the update was initiated by the customer or by the service team.
*)newValue : UpdateValue.t option;The new value of the target setting.
*)previousValue : UpdateValue.t option;The old value of the target setting.
*)startTime : StartDateTime.t option;The start time of the UpdateDirectorySetup for the particular type.
*)lastUpdatedDateTime : LastUpdatedDateTime.t option;The last updated date and time of a particular directory setting.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of RegionName.t
| `Structure of
(string * [> `Structure of (string * [> `Enum of string ]) list ])
list
| `Timestamp of StartDateTime.t ])
list ]