| Copyright | (c) 2013-2018 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.SQS.ListDeadLetterSourceQueues
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 in the Amazon Simple Queue Service Developer Guide .
Synopsis
- listDeadLetterSourceQueues :: Text -> ListDeadLetterSourceQueues
 - data ListDeadLetterSourceQueues
 - ldlsqQueueURL :: Lens' ListDeadLetterSourceQueues Text
 - listDeadLetterSourceQueuesResponse :: Int -> ListDeadLetterSourceQueuesResponse
 - data ListDeadLetterSourceQueuesResponse
 - ldlsqrsResponseStatus :: Lens' ListDeadLetterSourceQueuesResponse Int
 - ldlsqrsQueueURLs :: Lens' ListDeadLetterSourceQueuesResponse [Text]
 
Creating a Request
listDeadLetterSourceQueues Source #
Arguments
| :: Text | |
| -> ListDeadLetterSourceQueues | 
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:
ldlsqQueueURL- The URL of a dead-letter queue. Queue URLs are case-sensitive.
data ListDeadLetterSourceQueues Source #
See: listDeadLetterSourceQueues smart constructor.
Instances
Request Lenses
ldlsqQueueURL :: Lens' ListDeadLetterSourceQueues Text Source #
The URL of a dead-letter queue. Queue URLs are case-sensitive.
Destructuring the Response
listDeadLetterSourceQueuesResponse Source #
Arguments
| :: Int | |
| -> ListDeadLetterSourceQueuesResponse | 
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:
ldlsqrsResponseStatus- -- | The response status code.ldlsqrsQueueURLs- A list of source queue URLs that have theRedrivePolicyqueue attribute configured with a dead-letter queue.
data ListDeadLetterSourceQueuesResponse Source #
A list of your dead letter source queues.
See: listDeadLetterSourceQueuesResponse smart constructor.
Instances
Response Lenses
ldlsqrsResponseStatus :: Lens' ListDeadLetterSourceQueuesResponse Int Source #
- - | The response status code.
 
ldlsqrsQueueURLs :: Lens' ListDeadLetterSourceQueuesResponse [Text] Source #
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.