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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DeleteLoadBalancer

Contents

Description

Deletes the specified load balancer.

If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to back-end instances.

If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer still succeeds.

See: AWS API Reference for DeleteLoadBalancer.

Synopsis

Creating a Request

deleteLoadBalancer Source

Creates a value of DeleteLoadBalancer with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dlbLoadBalancerName :: Lens' DeleteLoadBalancer Text Source

The name of the load balancer.

Destructuring the Response

deleteLoadBalancerResponse Source

Creates a value of DeleteLoadBalancerResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses