Values.StartDomainMaintenanceRequestSourceContainer for the parameters to the StartDomainMaintenance operation.
type nonrec t = {domainName : DomainName.t;The name of the domain.
*)action : MaintenanceType.t;The name of the action.
*)nodeId : NodeId.t option;The ID of the data node.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DomainName.t ]) list ]