Values.CreateVpcEndpointDetailSourceCreation details for an OpenSearch Serverless-managed interface endpoint. For more information, see Access Amazon OpenSearch Serverless using an 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 in the endpoint creation process.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of VpcEndpointId.t ]) list ]