examples-1.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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/12345678910/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. }