Module Values.ConfirmTransitVirtualInterfaceRequestSource

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

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

    The ID of the virtual interface.

    *)
  2. directConnectGatewayId : DirectConnectGatewayId.t;
    (*

    The ID of the Direct Connect gateway.

    *)
}
Sourceval context_ : string
Sourceval make : virtualInterfaceId:VirtualInterfaceId.t -> directConnectGatewayId:DirectConnectGatewayId.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