amazonka-sns-0.0.3: Amazon Simple Notification Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SNS.RemovePermission

Contents

Description

Removes a statement from a topic's access control policy.

http://docs.aws.amazon.com/sns/latest/api/API_RemovePermission.html

Synopsis

Request

Request constructor

removePermission Source

RemovePermission constructor.

The fields accessible through corresponding lenses are:

Request lenses

rpLabel :: Lens' RemovePermission Text Source

The unique label of the statement you want to remove.

rpTopicArn :: Lens' RemovePermission Text Source

The ARN of the topic whose access control policy you wish to modify.

Response

Response constructor