Module Values_6.DescribeRouteServerEndpointsRequestSource

Describes 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.

Sourcetype nonrec t = {
  1. routeServerEndpointIds : Values_3.RouteServerEndpointIdsList.t option;
    (*

    The IDs of the route server endpoints to describe.

    *)
  2. nextToken : Values_0.String_.t option;
    (*

    The token for the next page of results.

    *)
  3. maxResults : Values_3.RouteServerMaxResults.t option;
    (*

    The maximum number of results to return with a single call.

    *)
  4. filters : Values_3.FilterList.t option;
    (*

    One or more filters to apply to the describe request.

    *)
  5. dryRun : Values_0.Boolean.t option;
    (*

    A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
}
Sourceval make : ?routeServerEndpointIds:??? -> ?nextToken:??? -> ?maxResults:??? -> ?filters:??? -> ?dryRun:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_3.RouteServerMaxResults.t | `List of [> `String of Values_1.RouteServerEndpointId.t | `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t ]) 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