Values.StopBgpFailoverTestResponseSourceStops the virtual interface failover test.
type nonrec t = {virtualInterfaceTest : VirtualInterfaceTestHistory.t option;Information about the virtual interface failover test.
*)}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
* [> `Structure of
(string
* [> `Integer of TestDuration.t
| `List of [> `String of BGPPeerId.t ] list
| `String of TestId.t
| `Timestamp of StartTime.t ])
list ])
list ]