amazonka-sqs-0.0.7: Amazon Simple Queue Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SQS.RemovePermission

Contents

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

Synopsis

Request

Request constructor

removePermission Source

RemovePermission constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor