Retreives a list of queues in the current region.
Parameters |
Description |
const ARequest: ISQSListQueuesRequest |
A ListQueues request object. |
const AQueueNamePrefix: string = '' |
Optionally filter the list with a name prefix. |
const AMaxResults: Integer = 0 |
Optionally specify a limit to the maximum queues returned in a single request. Valid range is from 1 to 1000. By default, the list will be limited to 1000 queues. Setting AMaxResults will return a NextToken in the results for use in future paginated requests. |
const ANextToken: string = '' |
Optionally provide a pagination token from a previous result's NextToken. |
Response containing ListQueues results.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.
|