Values.DescribeRouterConfigurationResponseSourceDetails about the router.
type nonrec t = {customerRouterConfig : RouterConfig.t option;The customer router configuration.
*)router : RouterType.t option;The details about the router.
*)virtualInterfaceId : VirtualInterfaceId.t option;The ID assigned to the virtual interface.
*)virtualInterfaceName : VirtualInterfaceName.t option;Provides the details about a virtual interface's router.
*)}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
* [> `String of RouterConfig.t
| `Structure of (string * [> `String of Vendor.t ]) list ])
list ]