Values.VpcEndpointSummarySourceSummary information for an Amazon OpenSearch Service-managed VPC endpoint.
type nonrec t = {vpcEndpointId : VpcEndpointId.t option;The unique identifier of the endpoint.
*)vpcEndpointOwner : String_.t option;The creator of the endpoint.
*)domainArn : DomainArn.t option;The Amazon Resource Name (ARN) of the domain associated with the endpoint.
*)status : VpcEndpointStatus.t option;The current status of the endpoint.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of VpcEndpointId.t ]) list ]