Values.DescribeVpcEndpointsRequestSourceDescribes one or more Amazon OpenSearch Service-managed VPC endpoints.
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 ]