Values.DeleteLoadBalancerOutputSourceDeletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. Deleting a load balancer also deletes its listeners. You can't delete a load balancer if deletion protection is enabled. If the load balancer does not exist or has already been deleted, the call succeeds. Deleting a load balancer does not affect its registered targets. For example, your EC2 instances continue to run and are still registered to their target groups. If you no longer need these EC2 instances, you can stop or terminate them.
and t = {deleteLoadBalancerResult : deleteLoadBalancerResult;responseMetaData : responseMetaData;}type error = [ | `LoadBalancerNotFoundException of LoadBalancerNotFoundException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceInUseException of ResourceInUseException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LoadBalancerNotFoundException of unit
| `OperationNotPermittedException of unit
| `ResourceInUseException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LoadBalancerNotFoundException of unit
| `OperationNotPermittedException of unit
| `ResourceInUseException of unit
| `Unknown_operation_error of string * string option ]