Values.DeletePrivateGraphEndpointOutputSourceDeletes a private graph endpoint.
type nonrec t = {vpcId : VpcId.t option;The ID of the VPC where the private endpoint was deleted.
*)subnetIds : SubnetIds.t option;The subnet IDs involved.
*)status : PrivateGraphEndpointStatus.t option;The status of the delete operation.
*)vpcEndpointId : VpcEndpointId.t option;The ID of the VPC endpoint that was deleted.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ]