Values_1.GetDevEndpointRequestSourceRetrieves information about a specified development endpoint. 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 = {endpointName : Values_0.GenericString.t;Name of the DevEndpoint to retrieve information for.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.GenericString.t ]) list ]