Values_5.DisassociateRouteServerResultSourceDisassociates a route server from a VPC. A route server association is the connection established between a route server and a VPC. For more information see Dynamic routing in your VPC with VPC Route Server in the Amazon VPC User Guide.
type nonrec t = {routeServerAssociation : Values_2.RouteServerAssociation.t option;Information about the disassociated route server.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of Values_1.RouteServerId.t ])
list ])
list ]