Module Values.CreateVpcEndpointDetailSource

Creation details for an OpenSearch Serverless-managed interface endpoint. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.

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

    The unique identifier of the endpoint.

    *)
  2. name : VpcEndpointName.t option;
    (*

    The name of the endpoint.

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

    The current status in the endpoint creation process.

    *)
}
Sourceval make : ?id:??? -> ?name:??? -> ?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