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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SQS.ListQueues

Contents

Description

Returns a list of your queues. The maximum number of queues that can be returned is 1000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name beginning with the specified value are returned.

http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueues.html

Synopsis

Request

Request constructor

listQueues :: ListQueues Source

ListQueues constructor.

The fields accessible through corresponding lenses are:

Request lenses

lqQueueNamePrefix :: Lens' ListQueues (Maybe Text) Source

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Response

Response constructor

listQueuesResponse Source

ListQueuesResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

lqrQueueUrls :: Lens' ListQueuesResponse [Text] Source

A list of queue URLs, up to 1000 entries.