Values_6.DeleteVpcEndpointsResultSourceDeletes the specified VPC endpoints. When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint. When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces. You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted. When you delete an interface endpoint, we delete its endpoint network interfaces.
type nonrec t = {unsuccessful : Values_3.UnsuccessfulItemSet.t option;Information about the VPC endpoints that were not successfully deleted.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string * [> `String of Values_0.String_.t ]) list ])
list ]
list ])
list ]