Values.GetPrivateGraphEndpointOutputSourceRetrieves information about a specified private endpoint.
type nonrec t = {vpcId : VpcId.t option;The ID of the VPC where the private endpoint is located.
*)subnetIds : SubnetIds.t option;The subnet IDs involved.
*)status : PrivateGraphEndpointStatus.t option;The current status of the private endpoint.
*)vpcEndpointId : VpcEndpointId.t option;The ID of the private endpoint.
*)}type nonrec error = [ | `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 ->
[> `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 ->
[> `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 ]