| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@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.
See: AWS API Reference for ListDeadLetterSourceQueues.
- listDeadLetterSourceQueues :: Text -> ListDeadLetterSourceQueues
- data ListDeadLetterSourceQueues
- ldlsqQueueURL :: Lens' ListDeadLetterSourceQueues Text
- listDeadLetterSourceQueuesResponse :: Int -> ListDeadLetterSourceQueuesResponse
- data ListDeadLetterSourceQueuesResponse
- ldlsqrsStatus :: 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:
data ListDeadLetterSourceQueues Source
See: listDeadLetterSourceQueues smart constructor.
Instances
Request Lenses
ldlsqQueueURL :: Lens' ListDeadLetterSourceQueues Text Source
The queue URL of a dead letter queue.
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:
data ListDeadLetterSourceQueuesResponse Source
A list of your dead letter source queues.
See: listDeadLetterSourceQueuesResponse smart constructor.
Response Lenses
ldlsqrsStatus :: 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.