Module Values.DeleteLoadBalancerInputSource

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 nonrec t = {
  1. loadBalancerArn : LoadBalancerArn.t;
    (*

    The Amazon Resource Name (ARN) of the load balancer.

    *)
}
Sourceval context_ : string
Sourceval make : loadBalancerArn:LoadBalancerArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LoadBalancerArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t