Values_3.MaintenanceDetailsSourceDetails for Site-to-Site VPN tunnel endpoint maintenance events.
type nonrec t = {pendingMaintenance : Values_0.String_.t option;Verify existence of a pending maintenance.
*)maintenanceAutoAppliedAfter : Values_0.MillisecondDateTime.t option;The timestamp after which Amazon Web Services will automatically apply maintenance.
*)lastMaintenanceApplied : Values_0.MillisecondDateTime.t option;Timestamp of last applied maintenance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]