Values.DescribeVpcEndpointsRequestSourceContainer for request parameters to the DescribeVpcEndpoints operation. Specifies the list of VPC endpoints to be described.
type nonrec t = {vpcEndpointIds : VpcEndpointIdList.t;The unique identifiers of the endpoints to get information about.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of VpcEndpointId.t ] list ]) list ]