Module Values.DeletePrivateGraphEndpointInputSource

Deletes a private graph endpoint.

Sourcetype nonrec t = {
  1. graphIdentifier : GraphIdentifier.t;
    (*

    The unique identifier of the Neptune Analytics graph.

    *)
  2. vpcId : VpcId.t;
    (*

    The ID of the VPC where the private endpoint is located.

    *)
}
Sourceval context_ : string
Sourceval make : graphIdentifier:GraphIdentifier.t -> vpcId:VpcId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GraphIdentifier.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