Values.UpdateVpcEndpointDetailSourceUpdate details for an OpenSearch Serverless-managed interface endpoint.
type nonrec t = {id : VpcEndpointId.t option;The unique identifier of the endpoint.
*)name : VpcEndpointName.t option;The name of the endpoint.
*)status : VpcEndpointStatus.t option;The current status of the endpoint update process.
*)subnetIds : SubnetIds.t option;The ID of the subnets from which you access OpenSearch Serverless.
*)securityGroupIds : SecurityGroupIds.t option;The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
*)lastModifiedDate : Long.t option;The timestamp of when the endpoint was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `Long of Long.t
| `String of VpcEndpointId.t ])
list ]