amazonka-dms-1.6.1: Amazon Database Migration Service 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.DMS.DeleteEventSubscription

Contents

Description

Deletes an AWS DMS event 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 # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

Data DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

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

Defined in Network.AWS.DMS.DeleteEventSubscription

Show DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

Generic DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscription :: Type -> Type #

Hashable DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

ToJSON DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

AWSRequest DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

Associated Types

type Rs DeleteEventSubscription :: Type #

ToHeaders DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

ToPath DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

ToQuery DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

NFData DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

Methods

rnf :: DeleteEventSubscription -> () #

type Rep DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

type Rep DeleteEventSubscription = D1 (MetaData "DeleteEventSubscription" "Network.AWS.DMS.DeleteEventSubscription" "amazonka-dms-1.6.1-14neO3bVY9yK6uL0mC7eXy" True) (C1 (MetaCons "DeleteEventSubscription'" PrefixI True) (S1 (MetaSel (Just "_desSubscriptionName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteEventSubscription Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

Request Lenses

desSubscriptionName :: Lens' DeleteEventSubscription Text Source #

The name of the DMS event notification subscription to be deleted.

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

Defined in Network.AWS.DMS.DeleteEventSubscription

Data DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

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

Defined in Network.AWS.DMS.DeleteEventSubscription

Show DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

Generic DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscriptionResponse :: Type -> Type #

NFData DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Network.AWS.DMS.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse = D1 (MetaData "DeleteEventSubscriptionResponse" "Network.AWS.DMS.DeleteEventSubscription" "amazonka-dms-1.6.1-14neO3bVY9yK6uL0mC7eXy" False) (C1 (MetaCons "DeleteEventSubscriptionResponse'" PrefixI True) (S1 (MetaSel (Just "_desersEventSubscription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 (MetaSel (Just "_desersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses