Values.VpcEndpointSummarySourceThe VPC endpoint object.
type nonrec t = {id : VpcEndpointId.t option;The unique identifier of the endpoint.
*)name : VpcEndpointName.t option;The name of the endpoint.
*)status : VpcEndpointStatus.t option;The current status of the endpoint.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of VpcEndpointId.t ]) list ]