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 #

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 #

Instances

Eq RemoveSourceIdentifierFromSubscription # 
Data RemoveSourceIdentifierFromSubscription # 

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 # 
Show RemoveSourceIdentifierFromSubscription # 
Generic RemoveSourceIdentifierFromSubscription # 
Hashable RemoveSourceIdentifierFromSubscription # 
NFData RemoveSourceIdentifierFromSubscription # 
AWSRequest RemoveSourceIdentifierFromSubscription # 
ToQuery RemoveSourceIdentifierFromSubscription # 
ToPath RemoveSourceIdentifierFromSubscription # 
ToHeaders RemoveSourceIdentifierFromSubscription # 
type Rep RemoveSourceIdentifierFromSubscription # 
type Rep RemoveSourceIdentifierFromSubscription = D1 (MetaData "RemoveSourceIdentifierFromSubscription" "Network.AWS.RDS.RemoveSourceIdentifierFromSubscription" "amazonka-rds-1.4.5-I79yxZdjKNFFGn6ti49zKn" 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 # 

Request Lenses

rsifsSubscriptionName :: Lens' RemoveSourceIdentifierFromSubscription Text #

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

rsifsSourceIdentifier :: Lens' RemoveSourceIdentifierFromSubscription Text #

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 #

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 #

Instances

Eq RemoveSourceIdentifierFromSubscriptionResponse # 
Data RemoveSourceIdentifierFromSubscriptionResponse # 

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 # 
Show RemoveSourceIdentifierFromSubscriptionResponse # 
Generic RemoveSourceIdentifierFromSubscriptionResponse # 
NFData RemoveSourceIdentifierFromSubscriptionResponse # 
type Rep RemoveSourceIdentifierFromSubscriptionResponse # 
type Rep RemoveSourceIdentifierFromSubscriptionResponse = D1 (MetaData "RemoveSourceIdentifierFromSubscriptionResponse" "Network.AWS.RDS.RemoveSourceIdentifierFromSubscription" "amazonka-rds-1.4.5-I79yxZdjKNFFGn6ti49zKn" 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