Module Values.DescribeRouterConfigurationResponseSource

Details about the router.

Sourcetype nonrec t = {
  1. customerRouterConfig : RouterConfig.t option;
    (*

    The customer router configuration.

    *)
  2. router : RouterType.t option;
    (*

    The details about the router.

    *)
  3. virtualInterfaceId : VirtualInterfaceId.t option;
    (*

    The ID assigned to the virtual interface.

    *)
  4. virtualInterfaceName : VirtualInterfaceName.t option;
    (*

    Provides the details about a virtual interface's router.

    *)
}
Sourcetype nonrec error = [
  1. | `DirectConnectClientException of DirectConnectClientException.t
  2. | `DirectConnectServerException of DirectConnectServerException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?customerRouterConfig:??? -> ?router:??? -> ?virtualInterfaceId:??? -> ?virtualInterfaceName:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DirectConnectClientException of DirectConnectClientException.t | `DirectConnectServerException of DirectConnectServerException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DirectConnectClientException of DirectConnectClientException.t | `DirectConnectServerException of DirectConnectServerException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RouterConfig.t | `Structure of (string * [> `String of Vendor.t ]) list ]) 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