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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DetachLoadBalancerFromSubnets

Contents

Description

Removes subnets from the set of configured subnets in the Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.

After a subnet is removed all of the EC2 instances registered with the load balancer that are in the removed subnet will go into the OutOfService state. When a subnet is removed, the load balancer will balance the traffic among the remaining routable subnets for the load balancer.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DetachLoadBalancerFromSubnets.html

Synopsis

Request

Request constructor

Request lenses

dlbfsLoadBalancerName :: Lens' DetachLoadBalancerFromSubnets Text Source

The name associated with the load balancer to be detached.

dlbfsSubnets :: Lens' DetachLoadBalancerFromSubnets [Text] Source

A list of subnet IDs to remove from the set of configured subnets for the load balancer.

Response

Response constructor

Response lenses

dlbfsrSubnets :: Lens' DetachLoadBalancerFromSubnetsResponse [Text] Source

A list of subnet IDs the load balancer is now attached to.