Sha256: ec36133693cfa963b35a9cb16496997916464a48f0e26da492e0be6d7003902e
Contents?: true
Size: 1.07 KB
Versions: 17
Compression:
Stored size: 1.07 KB
Contents
{ "version": "1.0", "examples": { "CreateQueue": [ { "input": { "Attributes": { }, "QueueName": "MyQueue" }, "output": { "QueueUrl": "" }, "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/123456789101112/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
17 entries across 17 versions & 1 rubygems