amazonka-autoscaling-plans-1.6.1: 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 # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

Data DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

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 # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

Show DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

Generic DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

Associated Types

type Rep DescribeScalingPlanResources :: Type -> Type #

Hashable DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

ToJSON DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

AWSRequest DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

Associated Types

type Rs DescribeScalingPlanResources :: Type #

ToHeaders DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

ToPath DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

ToQuery DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

NFData DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

type Rep DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

type Rep DescribeScalingPlanResources = D1 (MetaData "DescribeScalingPlanResources" "Network.AWS.AutoScalingPlans.DescribeScalingPlanResources" "amazonka-autoscaling-plans-1.6.1-3rcFdmqTtPU4fbtBlqlD3N" False) (C1 (MetaCons "DescribeScalingPlanResources'" PrefixI True) ((S1 (MetaSel (Just "_dsprNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsprMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 (MetaSel (Just "_dsprScalingPlanName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dsprScalingPlanVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))
type Rs DescribeScalingPlanResources Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

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 # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

Data DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

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 # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

Show DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

Generic DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

NFData DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

type Rep DescribeScalingPlanResourcesResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DescribeScalingPlanResources

type Rep DescribeScalingPlanResourcesResponse = D1 (MetaData "DescribeScalingPlanResourcesResponse" "Network.AWS.AutoScalingPlans.DescribeScalingPlanResources" "amazonka-autoscaling-plans-1.6.1-3rcFdmqTtPU4fbtBlqlD3N" False) (C1 (MetaCons "DescribeScalingPlanResourcesResponse'" PrefixI True) (S1 (MetaSel (Just "_dsprrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsprrsScalingPlanResources") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ScalingPlanResource])) :*: S1 (MetaSel (Just "_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.