amazonka-sns-1.3.6: Amazon Simple Notification 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.SNS.RemovePermission

Contents

Description

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

See: AWS API Reference for RemovePermission.

Synopsis

Creating a Request

removePermission Source

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

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

Request Lenses

rpTopicARN :: Lens' RemovePermission Text Source

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

rpLabel :: Lens' RemovePermission Text Source

The unique label of the statement you want to remove.

Destructuring the Response

removePermissionResponse :: RemovePermissionResponse Source

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