Values_6.DescribeRouteServerEndpointsResultSourceDescribes one or more route server endpoints. A route server endpoint is an Amazon Web Services-managed component inside a subnet that facilitates BGP (Border Gateway Protocol) connections between your route server and your BGP peers. For more information see Dynamic routing in your VPC with VPC Route Server in the Amazon VPC User Guide.
type nonrec t = {routeServerEndpoints : Values_3.RouteServerEndpointsList.t option;Information about the described route server endpoints.
*)nextToken : Values_0.String_.t option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)}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
| `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of Values_1.RouteServerId.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]