amazonaws.com

Welcome to the Amazon SQS API Reference . Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components. <p

🔑 oauth2 40 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
<p>Returns a list of your queues in the current region. The response includes…
curl \
  -H "Authorization: $API_KEY" \
  http://sqs.us-east-1.amazonaws.com/#Action=ListQueues
<p>Creates a new standard or FIFO queue. You can pass one or more attributes …
curl \
  -H "Authorization: $API_KEY" \
  http://sqs.us-east-1.amazonaws.com/#Action=CreateQueue
<p>Returns the URL of an existing Amazon SQS queue.</p> <p>To access a queue …
curl \
  -H "Authorization: $API_KEY" \
  http://sqs.us-east-1.amazonaws.com/#Action=GetQueueUrl
Endpoints (40 total)
GET
/#Action=ListQueues
<p>Returns a list of your queues in the current region. The response includes…
GET
/#Action=CreateQueue
<p>Creates a new standard or FIFO queue. You can pass one or more attributes …
GET
/#Action=GetQueueUrl
<p>Returns the URL of an existing Amazon SQS queue.</p> <p>To access a queue …
GET
/{AccountNumber}/{QueueName}/#Action=TagQueue
<p>Add cost allocation tags to the specified Amazon SQS queue. For an overvie…
GET
/{AccountNumber}/{QueueName}/#Action=PurgeQueue
<p>Deletes the messages in a queue specified by the <code>QueueURL</code> par…
GET
/{AccountNumber}/{QueueName}/#Action=UntagQueue
<p>Remove cost allocation tags from the specified Amazon SQS queue. For an ov…
GET
/{AccountNumber}/{QueueName}/#Action=DeleteQueue
<p>Deletes the queue specified by the <code>QueueUrl</code>, regardless of th…
GET
/{AccountNumber}/{QueueName}/#Action=SendMessage
<p>Delivers a message to the specified queue.</p> <important> <p>A message ca…
GET
/{AccountNumber}/{QueueName}/#Action=AddPermission
<p>Adds a permission to a queue for a specific <a href="https://docs.aws.amaz…
GET
/{AccountNumber}/{QueueName}/#Action=DeleteMessage
<p>Deletes the specified message from the specified queue. To select the mess…
GET
/{AccountNumber}/{QueueName}/#Action=ListQueueTags
<p>List all cost allocation tags added to the specified Amazon SQS queue. For…
GET
/{AccountNumber}/{QueueName}/#Action=ReceiveMessage
<p>Retrieves one or more messages (up to 10), from the specified queue. Using…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints40
Authoauth2
Categories1
http://sqs.us-east-1.amazonaws.com