Values.ConfirmTransitVirtualInterfaceRequestSourceAccepts 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.
type nonrec t = {virtualInterfaceId : VirtualInterfaceId.t;The ID of the virtual interface.
*)directConnectGatewayId : DirectConnectGatewayId.t;The ID of the Direct Connect gateway.
*)}val make :
virtualInterfaceId:VirtualInterfaceId.t ->
directConnectGatewayId:DirectConnectGatewayId.t ->
unit ->
t