Smaws_Client_SQS.ListDeadLetterSourceQueues
val request :
Smaws_Lib.Context.t ->
list_dead_letter_source_queues_request ->
(list_dead_letter_source_queues_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidAddress of invalid_address
| `InvalidSecurity of invalid_security
| `QueueDoesNotExist of queue_does_not_exist
| `RequestThrottled of request_throttled
| `UnsupportedOperation of unsupported_operation ])
Stdlib.result
Returns a list of your queues that have the RedrivePolicy
queue attribute configured with a dead-letter queue.
The ListDeadLetterSourceQueues
methods supports pagination. Set parameter MaxResults
in the request to specify the maximum number of results to be returned in the response. If you do not set MaxResults
, the response includes a maximum of 1,000 results. If you set MaxResults
and there are additional results to display, the response includes a value for NextToken
. Use NextToken
as a parameter in your next request to ListDeadLetterSourceQueues
to receive the next page of results.
For more information about using dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon SQS Developer Guide.