Data retrieval APIs for Amazon SQS
Amazon SQS provides the following APIs for data retrieval.
Actions | Description | Access level |
---|---|---|
GetQueueAttributes | Get attributes for the specified queue | Read |
GetQueueUrl | Return the URL of an existing queue | Read |
ListDeadLetterSourceQueues | Return a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue | Read |
ListMessageMoveTasks | List message move tasks | Read |
ListQueueTags | List tags added to an SQS queue | Read |
ListQueues | Return a list of your queues | Read |
ReceiveMessage | Retrieve one or more messages, with a maximum limit of 10 messages, from the specified queue | Read |