Module Values.VpcEndpointSummarySource

Summary information for an Amazon OpenSearch Service-managed VPC endpoint.

Sourcetype nonrec t = {
  1. vpcEndpointId : VpcEndpointId.t option;
    (*

    The unique identifier of the endpoint.

    *)
  2. vpcEndpointOwner : String_.t option;
    (*

    The creator of the endpoint.

    *)
  3. domainArn : DomainArn.t option;
    (*

    The Amazon Resource Name (ARN) of the domain associated with the endpoint.

    *)
  4. status : VpcEndpointStatus.t option;
    (*

    The current status of the endpoint.

    *)
}
Sourceval make : ?vpcEndpointId:??? -> ?vpcEndpointOwner:??? -> ?domainArn:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of VpcEndpointId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t