amazonka-autoscaling-1.4.5: Amazon Auto Scaling SDK.

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

Network.AWS.AutoScaling.DescribeAutoScalingNotificationTypes

Contents

Description

Describes the notification types that are supported by Auto Scaling.

Synopsis

Creating a Request

describeAutoScalingNotificationTypes :: DescribeAutoScalingNotificationTypes Source #

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

data DescribeAutoScalingNotificationTypes Source #

See: describeAutoScalingNotificationTypes smart constructor.

Instances

Eq DescribeAutoScalingNotificationTypes Source # 
Data DescribeAutoScalingNotificationTypes Source # 

Methods

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

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

toConstr :: DescribeAutoScalingNotificationTypes -> Constr #

dataTypeOf :: DescribeAutoScalingNotificationTypes -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeAutoScalingNotificationTypes Source # 
Show DescribeAutoScalingNotificationTypes Source # 
Generic DescribeAutoScalingNotificationTypes Source # 
Hashable DescribeAutoScalingNotificationTypes Source # 
NFData DescribeAutoScalingNotificationTypes Source # 
AWSRequest DescribeAutoScalingNotificationTypes Source # 
ToPath DescribeAutoScalingNotificationTypes Source # 
ToHeaders DescribeAutoScalingNotificationTypes Source # 
ToQuery DescribeAutoScalingNotificationTypes Source # 
type Rep DescribeAutoScalingNotificationTypes Source # 
type Rep DescribeAutoScalingNotificationTypes = D1 (MetaData "DescribeAutoScalingNotificationTypes" "Network.AWS.AutoScaling.DescribeAutoScalingNotificationTypes" "amazonka-autoscaling-1.4.5-8yDHjz7ddEsEeD2f2YA1qk" False) (C1 (MetaCons "DescribeAutoScalingNotificationTypes'" PrefixI False) U1)
type Rs DescribeAutoScalingNotificationTypes Source # 

Destructuring the Response

describeAutoScalingNotificationTypesResponse Source #

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

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

data DescribeAutoScalingNotificationTypesResponse Source #

Contains the output of DescribeAutoScalingNotificationTypes.

See: describeAutoScalingNotificationTypesResponse smart constructor.

Instances

Eq DescribeAutoScalingNotificationTypesResponse Source # 
Data DescribeAutoScalingNotificationTypesResponse Source # 

Methods

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

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

toConstr :: DescribeAutoScalingNotificationTypesResponse -> Constr #

dataTypeOf :: DescribeAutoScalingNotificationTypesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeAutoScalingNotificationTypesResponse Source # 
Show DescribeAutoScalingNotificationTypesResponse Source # 
Generic DescribeAutoScalingNotificationTypesResponse Source # 
NFData DescribeAutoScalingNotificationTypesResponse Source # 
type Rep DescribeAutoScalingNotificationTypesResponse Source # 
type Rep DescribeAutoScalingNotificationTypesResponse = D1 (MetaData "DescribeAutoScalingNotificationTypesResponse" "Network.AWS.AutoScaling.DescribeAutoScalingNotificationTypes" "amazonka-autoscaling-1.4.5-8yDHjz7ddEsEeD2f2YA1qk" False) (C1 (MetaCons "DescribeAutoScalingNotificationTypesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dasntrsAutoScalingNotificationTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dasntrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses