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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SQS.ListDeadLetterSourceQueues

Contents

Description

Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.

For more information about using dead letter queues, see Using Amazon SQSDead Letter Queues.

http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListDeadLetterSourceQueues.html

Synopsis

Request

Request constructor

listDeadLetterSourceQueues Source

ListDeadLetterSourceQueues constructor.

The fields accessible through corresponding lenses are:

Request lenses

ldlsqQueueUrl :: Lens' ListDeadLetterSourceQueues Text Source

The queue URL of a dead letter queue.

Response

Response constructor

Response lenses

ldlsqrQueueUrls :: Lens' ListDeadLetterSourceQueuesResponse [Text] Source

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.