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

Contents

Description

Removes a source identifier from an existing RDS event notification subscription.

Synopsis

Creating a Request

removeSourceIdentifierFromSubscription Source #

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

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

  • rsifsSubscriptionName - The name of the RDS event notification subscription you want to remove a source identifier from.
  • rsifsSourceIdentifier - The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

data RemoveSourceIdentifierFromSubscription Source #

Instances

Eq RemoveSourceIdentifierFromSubscription Source # 
Data RemoveSourceIdentifierFromSubscription Source # 

Methods

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

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

toConstr :: RemoveSourceIdentifierFromSubscription -> Constr #

dataTypeOf :: RemoveSourceIdentifierFromSubscription -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveSourceIdentifierFromSubscription Source # 
Show RemoveSourceIdentifierFromSubscription Source # 
Generic RemoveSourceIdentifierFromSubscription Source # 
Hashable RemoveSourceIdentifierFromSubscription Source # 
NFData RemoveSourceIdentifierFromSubscription Source # 
AWSRequest RemoveSourceIdentifierFromSubscription Source # 
ToPath RemoveSourceIdentifierFromSubscription Source # 
ToHeaders RemoveSourceIdentifierFromSubscription Source # 
ToQuery RemoveSourceIdentifierFromSubscription Source # 
type Rep RemoveSourceIdentifierFromSubscription Source # 
type Rep RemoveSourceIdentifierFromSubscription = D1 (MetaData "RemoveSourceIdentifierFromSubscription" "Network.AWS.RDS.RemoveSourceIdentifierFromSubscription" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" False) (C1 (MetaCons "RemoveSourceIdentifierFromSubscription'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rsifsSubscriptionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rsifsSourceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs RemoveSourceIdentifierFromSubscription Source # 

Request Lenses

rsifsSubscriptionName :: Lens' RemoveSourceIdentifierFromSubscription Text Source #

The name of the RDS event notification subscription you want to remove a source identifier from.

rsifsSourceIdentifier :: Lens' RemoveSourceIdentifierFromSubscription Text Source #

The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

Destructuring the Response

removeSourceIdentifierFromSubscriptionResponse Source #

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

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

data RemoveSourceIdentifierFromSubscriptionResponse Source #

Instances

Eq RemoveSourceIdentifierFromSubscriptionResponse Source # 
Data RemoveSourceIdentifierFromSubscriptionResponse Source # 

Methods

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

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

toConstr :: RemoveSourceIdentifierFromSubscriptionResponse -> Constr #

dataTypeOf :: RemoveSourceIdentifierFromSubscriptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses