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.DescribeNotificationConfigurations

Contents

Description

Describes the notification actions associated with the specified Auto Scaling group.

This operation returns paginated results.

Synopsis

Creating a Request

describeNotificationConfigurations :: DescribeNotificationConfigurations Source #

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

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

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

data DescribeNotificationConfigurations Source #

See: describeNotificationConfigurations smart constructor.

Instances

Eq DescribeNotificationConfigurations Source # 
Data DescribeNotificationConfigurations Source # 

Methods

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

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

toConstr :: DescribeNotificationConfigurations -> Constr #

dataTypeOf :: DescribeNotificationConfigurations -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

dncNextToken :: Lens' DescribeNotificationConfigurations (Maybe Text) Source #

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

dncMaxRecords :: Lens' DescribeNotificationConfigurations (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

describeNotificationConfigurationsResponse Source #

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

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

data DescribeNotificationConfigurationsResponse Source #

Instances

Eq DescribeNotificationConfigurationsResponse Source # 
Data DescribeNotificationConfigurationsResponse Source # 

Methods

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

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

toConstr :: DescribeNotificationConfigurationsResponse -> Constr #

dataTypeOf :: DescribeNotificationConfigurationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeNotificationConfigurationsResponse Source # 
Show DescribeNotificationConfigurationsResponse Source # 
Generic DescribeNotificationConfigurationsResponse Source # 
NFData DescribeNotificationConfigurationsResponse Source # 
type Rep DescribeNotificationConfigurationsResponse Source # 
type Rep DescribeNotificationConfigurationsResponse = D1 (MetaData "DescribeNotificationConfigurationsResponse" "Network.AWS.AutoScaling.DescribeNotificationConfigurations" "amazonka-autoscaling-1.5.0-3uSQ7rugLSPKBh89f6b4aY" False) (C1 (MetaCons "DescribeNotificationConfigurationsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dncrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dncrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_dncrsNotificationConfigurations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [NotificationConfiguration])))))

Response Lenses

dncrsNextToken :: Lens' DescribeNotificationConfigurationsResponse (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.