service-2.yaml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. ---
  2. version: '2.0'
  3. metadata:
  4. apiVersion: '2017-01-01'
  5. endpointPrefix: mongodb
  6. jsonVersion: '1.1'
  7. serviceFullName: mongodb Service
  8. signatureVersion: v4
  9. targetPrefix: mongodb
  10. protocol: kcs
  11. operations:
  12. CreateMongoDBInstance:
  13. name: CreateMongoDBInstance
  14. http:
  15. method: POST
  16. DeleteMongoDBInstance:
  17. name: DeleteMongoDBInstance
  18. http:
  19. method: DELETE
  20. DescribeMongoDBInstances:
  21. name: DescribeMongoDBInstances
  22. http:
  23. method: GET
  24. DescribeMongoDBInstance:
  25. name: DescribeMongoDBInstance
  26. http:
  27. method: GET
  28. RenameMongoDBInstance:
  29. name: RenameMongoDBInstance
  30. http:
  31. method: PUT
  32. RestartMongoDBInstance:
  33. name: RestartMongoDBInstance
  34. http:
  35. method: PUT
  36. DescribeMongoDBInstanceNode:
  37. name: DescribeMongoDBInstanceNode
  38. http:
  39. method: GET
  40. AddSecurityGroupRule:
  41. name: AddSecurityGroupRule
  42. http:
  43. method: POST
  44. DeleteSecurityGroupRules:
  45. name: DeleteSecurityGroupRules
  46. http:
  47. method: DELETE
  48. ListSecurityGroupRules:
  49. name: ListSecurityGroupRules
  50. http:
  51. method: GET
  52. CreateMongoDBSnapshot:
  53. name: CreateMongoDBSnapshot
  54. http:
  55. method: POST
  56. SetMongoDBTimingSnapshot:
  57. name: SetMongoDBTimingSnapshot
  58. http:
  59. method: PUT
  60. DeleteMongoDBSnapshot:
  61. name: DeleteMongoDBSnapshot
  62. http:
  63. method: DELETE
  64. DescribeMongoDBSnapshot:
  65. name: DescribeMongoDBSnapshot
  66. http:
  67. method: GET
  68. RenameMongoDBSnapshot:
  69. name: RenameMongoDBSnapshot
  70. http:
  71. method: PUT
  72. DescribeRegions:
  73. name: DescribeRegions
  74. http:
  75. method: GET
  76. DescribeMongoDBShardNode:
  77. name: DescribeMongoDBShardNode
  78. http:
  79. method: GET
  80. AddSecondaryInstance:
  81. name: AddSecondaryInstance
  82. http:
  83. method: PUT
  84. CreateMongoDBShardInstance:
  85. name: CreateMongoDBShardInstance
  86. http:
  87. method: POST