Module Values.DeleteLoadBalancerOutputSource

Deletes 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.

Sourcetype deleteLoadBalancerResult = unit
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteLoadBalancerResult : deleteLoadBalancerResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `LoadBalancerNotFoundException of LoadBalancerNotFoundException.t
  2. | `OperationNotPermittedException of OperationNotPermittedException.t
  3. | `ResourceInUseException of ResourceInUseException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `LoadBalancerNotFoundException of unit | `OperationNotPermittedException of unit | `ResourceInUseException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `LoadBalancerNotFoundException of unit | `OperationNotPermittedException of unit | `ResourceInUseException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> t
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> t
Sourceval of_string : string -> t
Sourceval of_json : 'a -> t
Sourceval to_json : 'a -> Yojson.Safe.t