Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.AutoScaling.DetachLoadBalancerTargetGroups
Description
Detaches one or more target groups from the specified Auto Scaling group.
- detachLoadBalancerTargetGroups :: Text -> DetachLoadBalancerTargetGroups
- data DetachLoadBalancerTargetGroups
- dlbtgAutoScalingGroupName :: Lens' DetachLoadBalancerTargetGroups Text
- dlbtgTargetGroupARNs :: Lens' DetachLoadBalancerTargetGroups [Text]
- detachLoadBalancerTargetGroupsResponse :: Int -> DetachLoadBalancerTargetGroupsResponse
- data DetachLoadBalancerTargetGroupsResponse
- dlbtgrsResponseStatus :: Lens' DetachLoadBalancerTargetGroupsResponse Int
Creating a Request
detachLoadBalancerTargetGroups #
Arguments
:: Text | |
-> DetachLoadBalancerTargetGroups |
Creates a value of DetachLoadBalancerTargetGroups
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlbtgAutoScalingGroupName
- The name of the Auto Scaling group.dlbtgTargetGroupARNs
- The Amazon Resource Names (ARN) of the target groups.
data DetachLoadBalancerTargetGroups #
See: detachLoadBalancerTargetGroups
smart constructor.
Instances
Request Lenses
dlbtgAutoScalingGroupName :: Lens' DetachLoadBalancerTargetGroups Text #
The name of the Auto Scaling group.
dlbtgTargetGroupARNs :: Lens' DetachLoadBalancerTargetGroups [Text] #
The Amazon Resource Names (ARN) of the target groups.
Destructuring the Response
detachLoadBalancerTargetGroupsResponse #
Creates a value of DetachLoadBalancerTargetGroupsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlbtgrsResponseStatus
- -- | The response status code.
data DetachLoadBalancerTargetGroupsResponse #
See: detachLoadBalancerTargetGroupsResponse
smart constructor.
Instances
Response Lenses
dlbtgrsResponseStatus :: Lens' DetachLoadBalancerTargetGroupsResponse Int #
- - | The response status code.