Safe Haskell | None |
---|---|
Language | Haskell2010 |
Deletes the specified load balancer.
If attempting to recreate the load balancer, you must reconfigure all the settings. The DNS name associated with a deleted load balancer will no longer be usable. Once deleted, the name and associated DNS record of the load balancer no longer exist and traffic sent to any of its IP addresses will no longer be delivered to back-end instances.
To successfully call this API, you must provide the same account credentials as were used to create the load balancer.
By design, if the load balancer does not exist or has already been deleted,
a call to DeleteLoadBalancer
action still succeeds.
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancer.html
Request
data DeleteLoadBalancer Source
Request constructor
DeleteLoadBalancer
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dlbLoadBalancerName :: Lens' DeleteLoadBalancer Text Source
The name associated with the load balancer.