Module Values_1.GetDevEndpointsRequestSource

Retrieves all the development endpoints in this Amazon Web Services account. When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.

Sourcetype nonrec t = {
  1. maxResults : PageSize.t option;
    (*

    The maximum size of information to return.

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

    A continuation token, if this is a continuation call.

    *)
}
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PageSize.t | `String of Values_0.GenericString.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