Values.VirtualInterfacesSourceDisplays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network. If you're using an asn, the response includes ASN value in both the asn and asnLong fields. If you're using asnLong, the response returns a value of 0 (zero) for the asn attribute because it exceeds the highest ASN value of 2,147,483,647 that it can support
type nonrec t = {virtualInterfaces : VirtualInterfaceList.t option;The virtual interfaces
*)nextToken : PaginationToken.t option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)}type nonrec error = [ | `DirectConnectClientException of DirectConnectClientException.t| `DirectConnectServerException of DirectConnectServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DirectConnectClientException of DirectConnectClientException.t
| `DirectConnectServerException of DirectConnectServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DirectConnectClientException of DirectConnectClientException.t
| `DirectConnectServerException of DirectConnectServerException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of JumboFrameCapable.t
| `Enum of string
| `Integer of VLAN.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of ASN.t
| `Long of LongAsn.t
| `String of CIDR.t ])
list ]
list
| `Long of LongAsn.t
| `String of OwnerAccount.t ])
list ]
list
| `String of PaginationToken.t ])
list ]