Values_5.GetRouteServerAssociationsResultSourceGets information about the associations for the specified route server. 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 = {routeServerAssociations : Values_3.RouteServerAssociationsList.t option;Information about the associations for the specified route server.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.RouteServerId.t ])
list ]
list ])
list ]