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

Copyright(c) 2013-2015 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.

See: AWS API Reference for RemoveSourceIdentifierFromSubscription.

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:

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:

Response Lenses