Skip to content

Commit aa4d15e

Browse files
committed
Add examples for AWS.SQS docs
1 parent e77586c commit aa4d15e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

apis/sqs-2012-11-05.examples.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
"CreateQueue": [
5+
{
6+
"input": {
7+
"QueueName": "MyQueue"
8+
},
9+
"output": {
10+
"QueueUrl": "https://queue.amazonaws.com/012345678910/MyQueue"
11+
},
12+
"comments": {
13+
"input": {
14+
},
15+
"output": {
16+
}
17+
},
18+
"description": "The following operation creates an SQS queue named MyQueue.",
19+
"id": "create-an-sqs-queue-1445915686197",
20+
"title": "Create an SQS queue"
21+
}
22+
],
23+
"GetQueueUrl": [
24+
{
25+
"input": {
26+
"QueueName": "MyQueue",
27+
"QueueOwnerAWSAccountId": "12345678910"
28+
},
29+
"output": {
30+
"QueueUrl": "https://queue.amazonaws.com/123456789101112/MyQueue"
31+
},
32+
"comments": {
33+
"input": {
34+
},
35+
"output": {
36+
}
37+
},
38+
"description": "The following example retrieves the queue ARN.",
39+
"id": "retrieve-queue-attributes-from-an-sqs-queue-1445915930574",
40+
"title": "Retrieve queue attributes from an SQS queue"
41+
}
42+
]
43+
}
44+
}

0 commit comments

Comments
 (0)