amazonka-autoscaling-1.6.0: Amazon Auto Scaling 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.AutoScaling.DeleteNotificationConfiguration

Contents

Description

Deletes the specified notification.

Synopsis

Creating a Request

deleteNotificationConfiguration #

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 #

See: deleteNotificationConfiguration smart constructor.

Instances
Eq DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Data DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

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

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Show DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Generic DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Associated Types

type Rep DeleteNotificationConfiguration :: * -> * #

Hashable DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

AWSRequest DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Associated Types

type Rs DeleteNotificationConfiguration :: * #

ToHeaders DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

ToPath DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

ToQuery DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

NFData DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfiguration = D1 (MetaData "DeleteNotificationConfiguration" "Network.AWS.AutoScaling.DeleteNotificationConfiguration" "amazonka-autoscaling-1.6.0-DYtPJWRFp2RHFedRQEOKCy" False) (C1 (MetaCons "DeleteNotificationConfiguration'" PrefixI True) (S1 (MetaSel (Just "_dncAutoScalingGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dncTopicARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteNotificationConfiguration # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Request Lenses

dncTopicARN :: Lens' DeleteNotificationConfiguration Text #

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

Destructuring the Response

data DeleteNotificationConfigurationResponse #

Instances
Eq DeleteNotificationConfigurationResponse # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Data DeleteNotificationConfigurationResponse # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

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

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Show DeleteNotificationConfigurationResponse # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Generic DeleteNotificationConfigurationResponse # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

Associated Types

type Rep DeleteNotificationConfigurationResponse :: * -> * #

NFData DeleteNotificationConfigurationResponse # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfigurationResponse # 
Instance details

Defined in Network.AWS.AutoScaling.DeleteNotificationConfiguration

type Rep DeleteNotificationConfigurationResponse = D1 (MetaData "DeleteNotificationConfigurationResponse" "Network.AWS.AutoScaling.DeleteNotificationConfiguration" "amazonka-autoscaling-1.6.0-DYtPJWRFp2RHFedRQEOKCy" False) (C1 (MetaCons "DeleteNotificationConfigurationResponse'" PrefixI False) (U1 :: * -> *))