Values.PendingMaintenanceActionSourceDescribes a pending database maintenance action.
type nonrec t = {action : NonEmptyString.t option;The type of pending database maintenance action.
*)description : NonEmptyString.t option;Additional detail about the pending database maintenance action.
*)currentApplyDate : IsoDate.t option;The effective date of the pending database maintenance action.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NonEmptyString.t | `Timestamp of IsoDate.t ])
list ]