| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SQS.RemovePermission
Description
Revokes any permissions in the queue policy that matches the specified Label
parameter. Only the owner of the queue can remove permissions.
http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_RemovePermission.html
Request
data RemovePermission Source
Instances
| Eq RemovePermission | |
| Ord RemovePermission | |
| Read RemovePermission | |
| Show RemovePermission | |
| AWSRequest RemovePermission | |
| ToQuery RemovePermission | |
| ToPath RemovePermission | |
| ToHeaders RemovePermission | |
| type Sv RemovePermission = SQS | |
| type Rs RemovePermission = RemovePermissionResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> RemovePermission |
RemovePermission constructor.
The fields accessible through corresponding lenses are:
rpLabel::TextrpQueueUrl::Text
Request lenses
rpLabel :: Lens' RemovePermission Text Source
The identification of the permission to remove. This is the label added with
the AddPermission action.
rpQueueUrl :: Lens' RemovePermission Text Source
The URL of the Amazon SQS queue to take action on.