amazonka-autoscaling-1.2.0: Amazon Auto Scaling 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.AutoScaling.DetachLoadBalancers

Contents

Description

Removes one or more load balancers from the specified Auto Scaling group.

When you detach a load balancer, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using DescribeLoadBalancers. Note that the instances remain running.

See: AWS API Reference for DetachLoadBalancers.

Synopsis

Creating a Request

detachLoadBalancers :: DetachLoadBalancers Source

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

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

Request Lenses

dLoadBalancerNames :: Lens' DetachLoadBalancers [Text] Source

One or more load balancer names.

Destructuring the Response

detachLoadBalancersResponse Source

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

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

Response Lenses