Values.DeleteVpcEndpointResponseSourceDeletes an Amazon OpenSearch Service-managed interface VPC endpoint.
type nonrec t = {vpcEndpointSummary : VpcEndpointSummary.t option;Information about the deleted endpoint, including its current status (DELETING or DELETE_FAILED).
*)}type nonrec error = [ | `BaseException of BaseException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BaseException of BaseException.t
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BaseException of BaseException.t
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of VpcEndpointId.t ])
list ])
list ]