Module Values.ConfirmPublicVirtualInterfaceRequestSource

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

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

    The ID of the virtual interface.

    *)
}
Sourceval context_ : string
Sourceval make : 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