Module Values_3.MaintenanceDetailsSource

Details for Site-to-Site VPN tunnel endpoint maintenance events.

Sourcetype nonrec t = {
  1. pendingMaintenance : Values_0.String_.t option;
    (*

    Verify existence of a pending maintenance.

    *)
  2. maintenanceAutoAppliedAfter : Values_0.MillisecondDateTime.t option;
    (*

    The timestamp after which Amazon Web Services will automatically apply maintenance.

    *)
  3. lastMaintenanceApplied : Values_0.MillisecondDateTime.t option;
    (*

    Timestamp of last applied maintenance.

    *)
}
Sourceval make : ?pendingMaintenance:??? -> ?maintenanceAutoAppliedAfter:??? -> ?lastMaintenanceApplied:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Timestamp of Values_0.MillisecondDateTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t