Module Values_5.GetVpnTunnelReplacementStatusResultSource

Get details of available tunnel endpoint maintenance.

Sourcetype nonrec t = {
  1. vpnConnectionId : Values_2.VpnConnectionId.t option;
    (*

    The ID of the Site-to-Site VPN connection.

    *)
  2. transitGatewayId : Values_1.TransitGatewayId.t option;
    (*

    The ID of the transit gateway associated with the VPN connection.

    *)
  3. customerGatewayId : Values_3.CustomerGatewayId.t option;
    (*

    The ID of the customer gateway.

    *)
  4. vpnGatewayId : Values_2.VpnGatewayId.t option;
    (*

    The ID of the virtual private gateway.

    *)
  5. vpnTunnelOutsideIpAddress : Values_0.String_.t option;
    (*

    The external IP address of the VPN tunnel.

    *)
  6. maintenanceDetails : Values_3.MaintenanceDetails.t option;
    (*

    Get details of pending tunnel endpoint maintenance.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?vpnConnectionId:??? -> ?transitGatewayId:??? -> ?customerGatewayId:??? -> ?vpnGatewayId:??? -> ?vpnTunnelOutsideIpAddress:??? -> ?maintenanceDetails:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_2.VpnConnectionId.t | `Structure of (string * [> `String of Values_0.String_.t | `Timestamp of Values_0.MillisecondDateTime.t ]) list ]) 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