Values.AwsApiGatewayEndpointConfigurationSourceContains information about the endpoints for the API.
type nonrec t = {types : NonEmptyStringList.t option;A list of endpoint types for the REST API. For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]