Values.UpdateVpcEndpointRequestSourceModifies an Amazon OpenSearch Service-managed interface VPC endpoint.
type nonrec t = {vpcEndpointId : VpcEndpointId.t;The unique identifier of the endpoint.
*)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
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list ])
list ])
list ]