amazonka-elb-0.1.4: Amazon Elastic Load Balancing SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DeleteLoadBalancer

Contents

Description

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

Synopsis

Request

Request constructor

deleteLoadBalancer Source

DeleteLoadBalancer constructor.

The fields accessible through corresponding lenses are:

Request lenses

dlbLoadBalancerName :: Lens' DeleteLoadBalancer Text Source

The name associated with the load balancer.

Response

Response constructor