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

Contents

Description

Deletes the specified notification.

Synopsis

Creating a Request

deleteNotificationConfiguration Source #

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

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

data DeleteNotificationConfiguration Source #

See: deleteNotificationConfiguration smart constructor.

Instances

Eq DeleteNotificationConfiguration Source # 
Data DeleteNotificationConfiguration Source # 

Methods

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

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

toConstr :: DeleteNotificationConfiguration -> Constr #

dataTypeOf :: DeleteNotificationConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

dncTopicARN :: Lens' DeleteNotificationConfiguration Text Source #

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

Destructuring the Response

data DeleteNotificationConfigurationResponse Source #

Instances

Eq DeleteNotificationConfigurationResponse Source # 
Data DeleteNotificationConfigurationResponse Source # 

Methods

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

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

toConstr :: DeleteNotificationConfigurationResponse -> Constr #

dataTypeOf :: DeleteNotificationConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteNotificationConfigurationResponse Source # 
Show DeleteNotificationConfigurationResponse Source # 
Generic DeleteNotificationConfigurationResponse Source # 
NFData DeleteNotificationConfigurationResponse Source # 
type Rep DeleteNotificationConfigurationResponse Source # 
type Rep DeleteNotificationConfigurationResponse = D1 (MetaData "DeleteNotificationConfigurationResponse" "Network.AWS.AutoScaling.DeleteNotificationConfiguration" "amazonka-autoscaling-1.5.0-3uSQ7rugLSPKBh89f6b4aY" False) (C1 (MetaCons "DeleteNotificationConfigurationResponse'" PrefixI False) U1)