amazonka-rds-1.4.5: Amazon Relational Database Service 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.RDS.DeleteEventSubscription

Contents

Description

Deletes an RDS event notification subscription.

Synopsis

Creating a Request

deleteEventSubscription Source #

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

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

data DeleteEventSubscription Source #

See: deleteEventSubscription smart constructor.

Instances

Eq DeleteEventSubscription Source # 
Data DeleteEventSubscription Source # 

Methods

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

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

toConstr :: DeleteEventSubscription -> Constr #

dataTypeOf :: DeleteEventSubscription -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteEventSubscription Source # 
Show DeleteEventSubscription Source # 
Generic DeleteEventSubscription Source # 
Hashable DeleteEventSubscription Source # 
NFData DeleteEventSubscription Source # 

Methods

rnf :: DeleteEventSubscription -> () #

AWSRequest DeleteEventSubscription Source # 
ToPath DeleteEventSubscription Source # 
ToHeaders DeleteEventSubscription Source # 
ToQuery DeleteEventSubscription Source # 
type Rep DeleteEventSubscription Source # 
type Rep DeleteEventSubscription = D1 (MetaData "DeleteEventSubscription" "Network.AWS.RDS.DeleteEventSubscription" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" True) (C1 (MetaCons "DeleteEventSubscription'" PrefixI True) (S1 (MetaSel (Just Symbol "_desSubscriptionName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteEventSubscription Source # 

Request Lenses

desSubscriptionName :: Lens' DeleteEventSubscription Text Source #

The name of the RDS event notification subscription you want to delete.

Destructuring the Response

deleteEventSubscriptionResponse Source #

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

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

data DeleteEventSubscriptionResponse Source #

See: deleteEventSubscriptionResponse smart constructor.

Instances

Eq DeleteEventSubscriptionResponse Source # 
Data DeleteEventSubscriptionResponse Source # 

Methods

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

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

toConstr :: DeleteEventSubscriptionResponse -> Constr #

dataTypeOf :: DeleteEventSubscriptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteEventSubscriptionResponse Source # 
Show DeleteEventSubscriptionResponse Source # 
Generic DeleteEventSubscriptionResponse Source # 
NFData DeleteEventSubscriptionResponse Source # 
type Rep DeleteEventSubscriptionResponse Source # 
type Rep DeleteEventSubscriptionResponse = D1 (MetaData "DeleteEventSubscriptionResponse" "Network.AWS.RDS.DeleteEventSubscription" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" False) (C1 (MetaCons "DeleteEventSubscriptionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_drsEventSubscription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EventSubscription))) (S1 (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses