amazonka-autoscaling-plans-1.6.0: Amazon Auto Scaling Plans SDK.

Copyright(c) 2013-2018 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.AutoScalingPlans.DescribeScalingPlanResources

Contents

Description

Describes the scalable resources in the specified scaling plan.

Synopsis

Creating a Request

describeScalingPlanResources Source #

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

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

data DescribeScalingPlanResources Source #

See: describeScalingPlanResources smart constructor.

Instances

Eq DescribeScalingPlanResources Source # 
Data DescribeScalingPlanResources Source # 

Methods

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

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

toConstr :: DescribeScalingPlanResources -> Constr #

dataTypeOf :: DescribeScalingPlanResources -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeScalingPlanResources Source # 
Show DescribeScalingPlanResources Source # 
Generic DescribeScalingPlanResources Source # 
Hashable DescribeScalingPlanResources Source # 
ToJSON DescribeScalingPlanResources Source # 
NFData DescribeScalingPlanResources Source # 
AWSRequest DescribeScalingPlanResources Source # 
ToHeaders DescribeScalingPlanResources Source # 
ToPath DescribeScalingPlanResources Source # 
ToQuery DescribeScalingPlanResources Source # 
type Rep DescribeScalingPlanResources Source # 
type Rep DescribeScalingPlanResources = D1 * (MetaData "DescribeScalingPlanResources" "Network.AWS.AutoScalingPlans.DescribeScalingPlanResources" "amazonka-autoscaling-plans-1.6.0-Hfib0l7BxANKcO5yWXZyyN" False) (C1 * (MetaCons "DescribeScalingPlanResources'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dsprNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dsprMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsprScalingPlanName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dsprScalingPlanVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Integer)))))
type Rs DescribeScalingPlanResources Source # 

Request Lenses

dsprNextToken :: Lens' DescribeScalingPlanResources (Maybe Text) Source #

The token for the next set of results.

dsprMaxResults :: Lens' DescribeScalingPlanResources (Maybe Int) Source #

The maximum number of scalable resources to return. This value can be between 1 and 50. The default value is 50.

Destructuring the Response

describeScalingPlanResourcesResponse Source #

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

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

data DescribeScalingPlanResourcesResponse Source #

See: describeScalingPlanResourcesResponse smart constructor.

Instances

Eq DescribeScalingPlanResourcesResponse Source # 
Data DescribeScalingPlanResourcesResponse Source # 

Methods

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

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

toConstr :: DescribeScalingPlanResourcesResponse -> Constr #

dataTypeOf :: DescribeScalingPlanResourcesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeScalingPlanResourcesResponse Source # 
Show DescribeScalingPlanResourcesResponse Source # 
Generic DescribeScalingPlanResourcesResponse Source # 
NFData DescribeScalingPlanResourcesResponse Source # 
type Rep DescribeScalingPlanResourcesResponse Source # 
type Rep DescribeScalingPlanResourcesResponse = D1 * (MetaData "DescribeScalingPlanResourcesResponse" "Network.AWS.AutoScalingPlans.DescribeScalingPlanResources" "amazonka-autoscaling-plans-1.6.0-Hfib0l7BxANKcO5yWXZyyN" False) (C1 * (MetaCons "DescribeScalingPlanResourcesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsprrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsprrsScalingPlanResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ScalingPlanResource]))) (S1 * (MetaSel (Just Symbol "_dsprrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dsprrsNextToken :: Lens' DescribeScalingPlanResourcesResponse (Maybe Text) Source #

The token required to get the next set of results. This value is null if there are no more results to return.