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

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

Synopsis

Creating a Request

listQueues :: ListQueues Source

Creates a value of ListQueues with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

listQueuesResponse Source

Creates a value of ListQueuesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

lqrsQueueURLs :: Lens' ListQueuesResponse [Text] Source

A list of queue URLs, up to 1000 entries.