Values_1.GetDevEndpointsRequestSourceRetrieves 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.
type nonrec t = {maxResults : PageSize.t option;The maximum size of information to return.
*)nextToken : Values_0.GenericString.t option;A continuation token, if this is a continuation call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t | `String of Values_0.GenericString.t ])
list ]