| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SNS.RemovePermission
Description
Removes a statement from a topic's access control policy.
http://docs.aws.amazon.com/sns/latest/api/API_RemovePermission.html
- data RemovePermission
- removePermission :: Text -> Text -> RemovePermission
- rpLabel :: Lens' RemovePermission Text
- rpTopicArn :: Lens' RemovePermission Text
- data RemovePermissionResponse
- removePermissionResponse :: RemovePermissionResponse
Request
data RemovePermission Source
Instances
| Eq RemovePermission | |
| Ord RemovePermission | |
| Read RemovePermission | |
| Show RemovePermission | |
| AWSRequest RemovePermission | |
| ToQuery RemovePermission | |
| ToPath RemovePermission | |
| ToHeaders RemovePermission | |
| type Sv RemovePermission = SNS | |
| type Rs RemovePermission = RemovePermissionResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> RemovePermission |
RemovePermission constructor.
The fields accessible through corresponding lenses are:
rpLabel::TextrpTopicArn::Text
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.