File tree 1 file changed +44
-0
lines changed
1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments