Values.UpdateVpcEndpointRequestSourceModifies an Amazon OpenSearch Service-managed interface VPC endpoint.
type nonrec t = {vpcEndpointId : VpcEndpointId.t;Unique identifier of the VPC endpoint to be updated.
*)vpcOptions : VPCOptions.t;The security groups and/or subnets to add, remove, or modify.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of VpcEndpointId.t
| `Structure of
(string * [> `List of [> `String of String_.t ] list ]) list ])
list ]