Values.CreateVpcEndpointRequestSourceCreates an Amazon OpenSearch Service-managed VPC endpoint.
type nonrec t = {domainArn : DomainArn.t;The Amazon Resource Name (ARN) of the domain to create the endpoint for.
*)vpcOptions : VPCOptions.t;Options to specify the subnets and security groups for the endpoint.
*)clientToken : ClientToken.t option;Unique, case-sensitive identifier to ensure idempotency of the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DomainArn.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list ])
list ])
list ]