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

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 SQS Dead Letter Queues.

Synopsis

Creating a Request

listDeadLetterSourceQueues Source

Creates a value of ListDeadLetterSourceQueues with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ldlsqQueueURL :: Lens' ListDeadLetterSourceQueues Text Source

The queue URL of a dead letter queue.

Destructuring the Response

listDeadLetterSourceQueuesResponse Source

Creates a value of ListDeadLetterSourceQueuesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

ldlsqrsQueueURLs :: Lens' ListDeadLetterSourceQueuesResponse [Text] Source

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