Values.HybridUpdateInfoEntrySourceContains detailed information about a specific update activity for a hybrid directory component.
type nonrec t = {status : UpdateStatus.t option;The current status of the update activity. Valid values include UPDATED, UPDATING, and UPDATE_FAILED.
*)statusReason : UpdateStatusReason.t option;A human-readable description of the update status, including any error details or progress information.
*)initiatedBy : InitiatedBy.t option;Specifies if the update was initiated by the customer or Amazon Web Services.
*)newValue : HybridUpdateValue.t option;The new configuration values being applied in this update.
*)previousValue : HybridUpdateValue.t option;The previous configuration values before this update was applied.
*)startTime : StartDateTime.t option;The date and time when the update activity was initiated.
*)lastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time when the update activity status was last updated.
*)assessmentId : AssessmentId.t option;The identifier of the assessment performed to validate this update configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UpdateStatusReason.t
| `Structure of
(string * [> `List of [> `String of AssessmentInstanceId.t ] list ])
list
| `Timestamp of StartDateTime.t ])
list ]