| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SNS.RemovePermission
Description
Removes a statement from a topic's access control policy.
See: AWS API Reference for RemovePermission.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> RemovePermission |
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:
data RemovePermission Source
Input for RemovePermission action.
See: removePermission smart constructor.
Instances
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.
data RemovePermissionResponse Source
See: removePermissionResponse smart constructor.