applicationcostprofiler-2020-09-10.min.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2020-09-10",
  5. "endpointPrefix": "application-cost-profiler",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "AWS Application Cost Profiler",
  9. "serviceId": "ApplicationCostProfiler",
  10. "signatureVersion": "v4",
  11. "signingName": "application-cost-profiler",
  12. "uid": "AWSApplicationCostProfiler-2020-09-10"
  13. },
  14. "operations": {
  15. "DeleteReportDefinition": {
  16. "http": {
  17. "method": "DELETE",
  18. "requestUri": "/reportDefinition/{reportId}"
  19. },
  20. "input": {
  21. "type": "structure",
  22. "required": [
  23. "reportId"
  24. ],
  25. "members": {
  26. "reportId": {
  27. "location": "uri",
  28. "locationName": "reportId"
  29. }
  30. }
  31. },
  32. "output": {
  33. "type": "structure",
  34. "members": {
  35. "reportId": {}
  36. }
  37. }
  38. },
  39. "GetReportDefinition": {
  40. "http": {
  41. "method": "GET",
  42. "requestUri": "/reportDefinition/{reportId}"
  43. },
  44. "input": {
  45. "type": "structure",
  46. "required": [
  47. "reportId"
  48. ],
  49. "members": {
  50. "reportId": {
  51. "location": "uri",
  52. "locationName": "reportId"
  53. }
  54. }
  55. },
  56. "output": {
  57. "type": "structure",
  58. "required": [
  59. "reportId",
  60. "reportDescription",
  61. "reportFrequency",
  62. "format",
  63. "destinationS3Location",
  64. "createdAt",
  65. "lastUpdated"
  66. ],
  67. "members": {
  68. "reportId": {},
  69. "reportDescription": {},
  70. "reportFrequency": {},
  71. "format": {},
  72. "destinationS3Location": {
  73. "shape": "S9"
  74. },
  75. "createdAt": {
  76. "type": "timestamp"
  77. },
  78. "lastUpdated": {
  79. "type": "timestamp"
  80. }
  81. }
  82. }
  83. },
  84. "ImportApplicationUsage": {
  85. "http": {
  86. "requestUri": "/importApplicationUsage"
  87. },
  88. "input": {
  89. "type": "structure",
  90. "required": [
  91. "sourceS3Location"
  92. ],
  93. "members": {
  94. "sourceS3Location": {
  95. "type": "structure",
  96. "required": [
  97. "bucket",
  98. "key"
  99. ],
  100. "members": {
  101. "bucket": {},
  102. "key": {},
  103. "region": {}
  104. }
  105. }
  106. }
  107. },
  108. "output": {
  109. "type": "structure",
  110. "required": [
  111. "importId"
  112. ],
  113. "members": {
  114. "importId": {}
  115. }
  116. }
  117. },
  118. "ListReportDefinitions": {
  119. "http": {
  120. "method": "GET",
  121. "requestUri": "/reportDefinition"
  122. },
  123. "input": {
  124. "type": "structure",
  125. "members": {
  126. "nextToken": {
  127. "location": "querystring",
  128. "locationName": "nextToken"
  129. },
  130. "maxResults": {
  131. "location": "querystring",
  132. "locationName": "maxResults",
  133. "type": "integer"
  134. }
  135. }
  136. },
  137. "output": {
  138. "type": "structure",
  139. "members": {
  140. "reportDefinitions": {
  141. "type": "list",
  142. "member": {
  143. "type": "structure",
  144. "members": {
  145. "reportId": {},
  146. "reportDescription": {},
  147. "reportFrequency": {},
  148. "format": {},
  149. "destinationS3Location": {
  150. "shape": "S9"
  151. },
  152. "createdAt": {
  153. "type": "timestamp"
  154. },
  155. "lastUpdatedAt": {
  156. "type": "timestamp"
  157. }
  158. }
  159. }
  160. },
  161. "nextToken": {}
  162. }
  163. }
  164. },
  165. "PutReportDefinition": {
  166. "http": {
  167. "requestUri": "/reportDefinition"
  168. },
  169. "input": {
  170. "type": "structure",
  171. "required": [
  172. "reportId",
  173. "reportDescription",
  174. "reportFrequency",
  175. "format",
  176. "destinationS3Location"
  177. ],
  178. "members": {
  179. "reportId": {},
  180. "reportDescription": {},
  181. "reportFrequency": {},
  182. "format": {},
  183. "destinationS3Location": {
  184. "shape": "S9"
  185. }
  186. }
  187. },
  188. "output": {
  189. "type": "structure",
  190. "members": {
  191. "reportId": {}
  192. }
  193. }
  194. },
  195. "UpdateReportDefinition": {
  196. "http": {
  197. "method": "PUT",
  198. "requestUri": "/reportDefinition/{reportId}"
  199. },
  200. "input": {
  201. "type": "structure",
  202. "required": [
  203. "reportId",
  204. "reportDescription",
  205. "reportFrequency",
  206. "format",
  207. "destinationS3Location"
  208. ],
  209. "members": {
  210. "reportId": {
  211. "location": "uri",
  212. "locationName": "reportId"
  213. },
  214. "reportDescription": {},
  215. "reportFrequency": {},
  216. "format": {},
  217. "destinationS3Location": {
  218. "shape": "S9"
  219. }
  220. }
  221. },
  222. "output": {
  223. "type": "structure",
  224. "members": {
  225. "reportId": {}
  226. }
  227. }
  228. }
  229. },
  230. "shapes": {
  231. "S9": {
  232. "type": "structure",
  233. "required": [
  234. "bucket",
  235. "prefix"
  236. ],
  237. "members": {
  238. "bucket": {},
  239. "prefix": {}
  240. }
  241. }
  242. }
  243. }