amazonka-autoscaling-1.5.0: Amazon Auto Scaling SDK.

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

Network.AWS.AutoScaling.DescribeLoadBalancerTargetGroups

Contents

Description

Describes the target groups for the specified Auto Scaling group.

Synopsis

Creating a Request

describeLoadBalancerTargetGroups Source #

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

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

  • dlbtgsNextToken - The token for the next set of items to return. (You received this token from a previous call.)
  • dlbtgsMaxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
  • dlbtgsAutoScalingGroupName - The name of the Auto Scaling group.

data DescribeLoadBalancerTargetGroups Source #

See: describeLoadBalancerTargetGroups smart constructor.

Instances

Eq DescribeLoadBalancerTargetGroups Source # 
Data DescribeLoadBalancerTargetGroups Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeLoadBalancerTargetGroups -> c DescribeLoadBalancerTargetGroups #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeLoadBalancerTargetGroups #

toConstr :: DescribeLoadBalancerTargetGroups -> Constr #

dataTypeOf :: DescribeLoadBalancerTargetGroups -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeLoadBalancerTargetGroups) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeLoadBalancerTargetGroups) #

gmapT :: (forall b. Data b => b -> b) -> DescribeLoadBalancerTargetGroups -> DescribeLoadBalancerTargetGroups #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeLoadBalancerTargetGroups -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeLoadBalancerTargetGroups -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeLoadBalancerTargetGroups -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeLoadBalancerTargetGroups -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeLoadBalancerTargetGroups -> m DescribeLoadBalancerTargetGroups #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeLoadBalancerTargetGroups -> m DescribeLoadBalancerTargetGroups #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeLoadBalancerTargetGroups -> m DescribeLoadBalancerTargetGroups #

Read DescribeLoadBalancerTargetGroups Source # 
Show DescribeLoadBalancerTargetGroups Source # 
Generic DescribeLoadBalancerTargetGroups Source # 
Hashable DescribeLoadBalancerTargetGroups Source # 
NFData DescribeLoadBalancerTargetGroups Source # 
AWSRequest DescribeLoadBalancerTargetGroups Source # 
ToQuery DescribeLoadBalancerTargetGroups Source # 
ToPath DescribeLoadBalancerTargetGroups Source # 
ToHeaders DescribeLoadBalancerTargetGroups Source # 
type Rep DescribeLoadBalancerTargetGroups Source # 
type Rep DescribeLoadBalancerTargetGroups = D1 (MetaData "DescribeLoadBalancerTargetGroups" "Network.AWS.AutoScaling.DescribeLoadBalancerTargetGroups" "amazonka-autoscaling-1.5.0-3uSQ7rugLSPKBh89f6b4aY" False) (C1 (MetaCons "DescribeLoadBalancerTargetGroups'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dlbtgsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dlbtgsMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_dlbtgsAutoScalingGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DescribeLoadBalancerTargetGroups Source # 

Request Lenses

dlbtgsNextToken :: Lens' DescribeLoadBalancerTargetGroups (Maybe Text) Source #

The token for the next set of items to return. (You received this token from a previous call.)

dlbtgsMaxRecords :: Lens' DescribeLoadBalancerTargetGroups (Maybe Int) Source #

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

Destructuring the Response

describeLoadBalancerTargetGroupsResponse Source #

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

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

data DescribeLoadBalancerTargetGroupsResponse Source #

Instances

Eq DescribeLoadBalancerTargetGroupsResponse Source # 
Data DescribeLoadBalancerTargetGroupsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeLoadBalancerTargetGroupsResponse -> c DescribeLoadBalancerTargetGroupsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeLoadBalancerTargetGroupsResponse #

toConstr :: DescribeLoadBalancerTargetGroupsResponse -> Constr #

dataTypeOf :: DescribeLoadBalancerTargetGroupsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeLoadBalancerTargetGroupsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeLoadBalancerTargetGroupsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeLoadBalancerTargetGroupsResponse -> DescribeLoadBalancerTargetGroupsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeLoadBalancerTargetGroupsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeLoadBalancerTargetGroupsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeLoadBalancerTargetGroupsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeLoadBalancerTargetGroupsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeLoadBalancerTargetGroupsResponse -> m DescribeLoadBalancerTargetGroupsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeLoadBalancerTargetGroupsResponse -> m DescribeLoadBalancerTargetGroupsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeLoadBalancerTargetGroupsResponse -> m DescribeLoadBalancerTargetGroupsResponse #

Read DescribeLoadBalancerTargetGroupsResponse Source # 
Show DescribeLoadBalancerTargetGroupsResponse Source # 
Generic DescribeLoadBalancerTargetGroupsResponse Source # 
NFData DescribeLoadBalancerTargetGroupsResponse Source # 
type Rep DescribeLoadBalancerTargetGroupsResponse Source # 
type Rep DescribeLoadBalancerTargetGroupsResponse = D1 (MetaData "DescribeLoadBalancerTargetGroupsResponse" "Network.AWS.AutoScaling.DescribeLoadBalancerTargetGroups" "amazonka-autoscaling-1.5.0-3uSQ7rugLSPKBh89f6b4aY" False) (C1 (MetaCons "DescribeLoadBalancerTargetGroupsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dlbtgsrsLoadBalancerTargetGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LoadBalancerTargetGroupState]))) ((:*:) (S1 (MetaSel (Just Symbol "_dlbtgsrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dlbtgsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

dlbtgsrsNextToken :: Lens' DescribeLoadBalancerTargetGroupsResponse (Maybe Text) Source #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.