Values.DomainMaintenanceDetailsSourceContainer for the domain maintenance details.
type nonrec t = {maintenanceId : RequestId.t option;The ID of the requested action.
*)domainName : DomainName.t option;The name of the domain.
*)action : MaintenanceType.t option;The name of the action.
*)nodeId : NodeId.t option;The ID of the data node.
*)status : MaintenanceStatus.t option;The status of the action.
*)statusMessage : MaintenanceStatusMessage.t option;The status message for the action.
*)createdAt : UpdateTimestamp.t option;The time at which the action was created.
*)updatedAt : UpdateTimestamp.t option;The time at which the action was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of RequestId.t
| `Timestamp of UpdateTimestamp.t ])
list ]