amazonka-rds-0.0.2: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.RemoveSourceIdentifierFromSubscription

Contents

Description

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

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_RemoveSourceIdentifierFromSubscription.html

Synopsis

Request

Request constructor

Request lenses

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.

rsifsSubscriptionName :: Lens' RemoveSourceIdentifierFromSubscription Text Source

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

Response

Response constructor

Response lenses