service-2.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ---
  2. version: '2.0'
  3. metadata:
  4. apiVersion: '2016-03-04'
  5. endpointPrefix: bws
  6. jsonVersion: '1.1'
  7. serviceFullName: bws Service
  8. signatureVersion: v4
  9. targetPrefix: bws
  10. protocol: query-json
  11. operations:
  12. CreateBandWidthShare:
  13. name: CreateBandWidthShare
  14. http:
  15. method: GET
  16. DeleteBandWidthShare:
  17. name: DeleteBandWidthShare
  18. http:
  19. method: GET
  20. AssociateBandWidthShare:
  21. name: AssociateBandWidthShare
  22. http:
  23. method: GET
  24. DisassociateBandWidthShare:
  25. name: DisassociateBandWidthShare
  26. http:
  27. method: GET
  28. DescribeBandWidthShares:
  29. name: DescribeBandWidthShares
  30. http:
  31. method: GET
  32. ModifyBandWidthShare:
  33. name: ModifyBandWidthShare
  34. http:
  35. method: GET
  36. shapes:
  37. Id:
  38. type: string #list/map/structure
  39. Bool:
  40. type: bool
  41. Int:
  42. type: int
  43. DataTime:
  44. type: timestamp
  45. Empty:
  46. type: structure
  47. members: {}
  48. documentation: ""
  49. NonEmptyString:
  50. type: string
  51. min: 1
  52. Message:
  53. type: string
  54. InstanceId:
  55. type: structure
  56. required:
  57. - id
  58. members:
  59. id:
  60. shape: Id
  61. documentation: ""