| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "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"
- }
- ]
- }
- }
|