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

Version Path
aws-sdk-core-2.2.18 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.17 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.16 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.15 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.14 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.13 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.12 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.11 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.10 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.9 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.8 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.7 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.6 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.5 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.4 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.3 apis/sqs/2012-11-05/examples-1.json
aws-sdk-core-2.2.2 apis/sqs/2012-11-05/examples-1.json