| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ELB.DetachLoadBalancerFromSubnets
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.
- data DetachLoadBalancerFromSubnets
- detachLoadBalancerFromSubnets :: Text -> DetachLoadBalancerFromSubnets
- dlbfsLoadBalancerName :: Lens' DetachLoadBalancerFromSubnets Text
- dlbfsSubnets :: Lens' DetachLoadBalancerFromSubnets [Text]
- data DetachLoadBalancerFromSubnetsResponse
- detachLoadBalancerFromSubnetsResponse :: DetachLoadBalancerFromSubnetsResponse
- dlbfsrSubnets :: Lens' DetachLoadBalancerFromSubnetsResponse [Text]
Request
data DetachLoadBalancerFromSubnets Source
Instances
Request constructor
detachLoadBalancerFromSubnets Source
Arguments
| :: Text | |
| -> DetachLoadBalancerFromSubnets |
DetachLoadBalancerFromSubnets constructor.
The fields accessible through corresponding lenses are:
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
data DetachLoadBalancerFromSubnetsResponse Source
Instances
Response constructor
detachLoadBalancerFromSubnetsResponse :: DetachLoadBalancerFromSubnetsResponse Source
DetachLoadBalancerFromSubnetsResponse constructor.
The fields accessible through corresponding lenses are:
dlbfsrSubnets::[Text]
Response lenses
dlbfsrSubnets :: Lens' DetachLoadBalancerFromSubnetsResponse [Text] Source
A list of subnet IDs the load balancer is now attached to.