Sha256: 51f28890b9670e52aaeb2faad8257249dfcc7811e79581d63881c635c5ab4a3f
Contents?: true
Size: 1.08 KB
Versions: 46
Compression:
Stored size: 1.08 KB
Contents
{ "version": "1.0", "examples": { "CreateQueue": [ { "input": { "QueueName": "MyQueue" }, "output": { "QueueUrl": "https://queue.amazonaws.com/012345678910/MyQueue" }, "comments": { "input": { }, "output": { } }, "description": "The following operation creates an SQS queue named MyQueue.", "id": "create-an-sqs-queue-1445915686197", "title": "Create an SQS queue" } ], "GetQueueUrl": [ { "input": { "QueueName": "MyQueue", "QueueOwnerAWSAccountId": "12345678910" }, "output": { "QueueUrl": "https://queue.amazonaws.com/12345678910/MyQueue" }, "comments": { "input": { }, "output": { } }, "description": "The following example retrieves the queue ARN.", "id": "retrieve-queue-attributes-from-an-sqs-queue-1445915930574", "title": "Retrieve queue attributes from an SQS queue" } ] } }
Version data entries
46 entries across 46 versions & 2 rubygems