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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 in the Amazon Simple Queue Service Developer Guide .

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:

  • ldlsqQueueURL - The URL of a dead-letter queue. Queue URLs are case-sensitive.

data ListDeadLetterSourceQueues Source #

See: listDeadLetterSourceQueues smart constructor.

Instances

Eq ListDeadLetterSourceQueues Source # 
Data ListDeadLetterSourceQueues Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListDeadLetterSourceQueues -> c ListDeadLetterSourceQueues #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListDeadLetterSourceQueues #

toConstr :: ListDeadLetterSourceQueues -> Constr #

dataTypeOf :: ListDeadLetterSourceQueues -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListDeadLetterSourceQueues) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListDeadLetterSourceQueues) #

gmapT :: (forall b. Data b => b -> b) -> ListDeadLetterSourceQueues -> ListDeadLetterSourceQueues #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListDeadLetterSourceQueues -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListDeadLetterSourceQueues -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListDeadLetterSourceQueues -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListDeadLetterSourceQueues -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListDeadLetterSourceQueues -> m ListDeadLetterSourceQueues #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDeadLetterSourceQueues -> m ListDeadLetterSourceQueues #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDeadLetterSourceQueues -> m ListDeadLetterSourceQueues #

Read ListDeadLetterSourceQueues Source # 
Show ListDeadLetterSourceQueues Source # 
Generic ListDeadLetterSourceQueues Source # 
Hashable ListDeadLetterSourceQueues Source # 
NFData ListDeadLetterSourceQueues Source # 
AWSRequest ListDeadLetterSourceQueues Source # 
ToHeaders ListDeadLetterSourceQueues Source # 
ToPath ListDeadLetterSourceQueues Source # 
ToQuery ListDeadLetterSourceQueues Source # 
type Rep ListDeadLetterSourceQueues Source # 
type Rep ListDeadLetterSourceQueues = D1 * (MetaData "ListDeadLetterSourceQueues" "Network.AWS.SQS.ListDeadLetterSourceQueues" "amazonka-sqs-1.6.0-DuRwgQrS7rECvw8esNFZsJ" True) (C1 * (MetaCons "ListDeadLetterSourceQueues'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ldlsqQueueURL") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs ListDeadLetterSourceQueues Source # 

Request Lenses

ldlsqQueueURL :: Lens' ListDeadLetterSourceQueues Text Source #

The URL of a dead-letter queue. Queue URLs are case-sensitive.

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:

data ListDeadLetterSourceQueuesResponse Source #

A list of your dead letter source queues.

See: listDeadLetterSourceQueuesResponse smart constructor.

Instances

Eq ListDeadLetterSourceQueuesResponse Source # 
Data ListDeadLetterSourceQueuesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListDeadLetterSourceQueuesResponse -> c ListDeadLetterSourceQueuesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListDeadLetterSourceQueuesResponse #

toConstr :: ListDeadLetterSourceQueuesResponse -> Constr #

dataTypeOf :: ListDeadLetterSourceQueuesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListDeadLetterSourceQueuesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListDeadLetterSourceQueuesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListDeadLetterSourceQueuesResponse -> ListDeadLetterSourceQueuesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListDeadLetterSourceQueuesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListDeadLetterSourceQueuesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListDeadLetterSourceQueuesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListDeadLetterSourceQueuesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListDeadLetterSourceQueuesResponse -> m ListDeadLetterSourceQueuesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDeadLetterSourceQueuesResponse -> m ListDeadLetterSourceQueuesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListDeadLetterSourceQueuesResponse -> m ListDeadLetterSourceQueuesResponse #

Read ListDeadLetterSourceQueuesResponse Source # 
Show ListDeadLetterSourceQueuesResponse Source # 
Generic ListDeadLetterSourceQueuesResponse Source # 
NFData ListDeadLetterSourceQueuesResponse Source # 
type Rep ListDeadLetterSourceQueuesResponse Source # 
type Rep ListDeadLetterSourceQueuesResponse = D1 * (MetaData "ListDeadLetterSourceQueuesResponse" "Network.AWS.SQS.ListDeadLetterSourceQueues" "amazonka-sqs-1.6.0-DuRwgQrS7rECvw8esNFZsJ" False) (C1 * (MetaCons "ListDeadLetterSourceQueuesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ldlsqrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_ldlsqrsQueueURLs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [Text]))))

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.