Values.InterconnectsSourceLists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
type nonrec t = {interconnects : InterconnectList.t option;The interconnects.
*)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
| `List of
[> `Structure of
(string * [> `String of TagKey.t ]) list ]
list
| `String of InterconnectId.t
| `Timestamp of LoaIssueTime.t ])
list ]
list
| `String of PaginationToken.t ])
list ]