Module Values.ConfirmPrivateVirtualInterfaceRequestSource

Accepts ownership of a private virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.

Sourcetype nonrec t = {
  1. virtualInterfaceId : VirtualInterfaceId.t;
    (*

    The ID of the virtual interface.

    *)
  2. virtualGatewayId : VirtualGatewayId.t option;
    (*

    The ID of the virtual private gateway.

    *)
  3. directConnectGatewayId : DirectConnectGatewayId.t option;
    (*

    The ID of the Direct Connect gateway.

    *)
}
Sourceval context_ : string
Sourceval make : ?virtualGatewayId:??? -> ?directConnectGatewayId:??? -> virtualInterfaceId:VirtualInterfaceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VirtualInterfaceId.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