cur-2017-01-06.min.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2017-01-06",
  5. "endpointPrefix": "cur",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceFullName": "AWS Cost and Usage Report Service",
  9. "serviceId": "Cost and Usage Report Service",
  10. "signatureVersion": "v4",
  11. "signingName": "cur",
  12. "targetPrefix": "AWSOrigamiServiceGatewayService",
  13. "uid": "cur-2017-01-06"
  14. },
  15. "operations": {
  16. "DeleteReportDefinition": {
  17. "input": {
  18. "type": "structure",
  19. "required": [
  20. "ReportName"
  21. ],
  22. "members": {
  23. "ReportName": {}
  24. }
  25. },
  26. "output": {
  27. "type": "structure",
  28. "members": {
  29. "ResponseMessage": {}
  30. }
  31. }
  32. },
  33. "DescribeReportDefinitions": {
  34. "input": {
  35. "type": "structure",
  36. "members": {
  37. "MaxResults": {
  38. "type": "integer"
  39. },
  40. "NextToken": {}
  41. }
  42. },
  43. "output": {
  44. "type": "structure",
  45. "members": {
  46. "ReportDefinitions": {
  47. "type": "list",
  48. "member": {
  49. "shape": "Sa"
  50. }
  51. },
  52. "NextToken": {}
  53. }
  54. }
  55. },
  56. "ListTagsForResource": {
  57. "input": {
  58. "type": "structure",
  59. "required": [
  60. "ReportName"
  61. ],
  62. "members": {
  63. "ReportName": {}
  64. }
  65. },
  66. "output": {
  67. "type": "structure",
  68. "members": {
  69. "Tags": {
  70. "shape": "St"
  71. }
  72. }
  73. }
  74. },
  75. "ModifyReportDefinition": {
  76. "input": {
  77. "type": "structure",
  78. "required": [
  79. "ReportName",
  80. "ReportDefinition"
  81. ],
  82. "members": {
  83. "ReportName": {},
  84. "ReportDefinition": {
  85. "shape": "Sa"
  86. }
  87. }
  88. },
  89. "output": {
  90. "type": "structure",
  91. "members": {}
  92. }
  93. },
  94. "PutReportDefinition": {
  95. "input": {
  96. "type": "structure",
  97. "required": [
  98. "ReportDefinition"
  99. ],
  100. "members": {
  101. "ReportDefinition": {
  102. "shape": "Sa"
  103. },
  104. "Tags": {
  105. "shape": "St"
  106. }
  107. }
  108. },
  109. "output": {
  110. "type": "structure",
  111. "members": {}
  112. }
  113. },
  114. "TagResource": {
  115. "input": {
  116. "type": "structure",
  117. "required": [
  118. "ReportName",
  119. "Tags"
  120. ],
  121. "members": {
  122. "ReportName": {},
  123. "Tags": {
  124. "shape": "St"
  125. }
  126. }
  127. },
  128. "output": {
  129. "type": "structure",
  130. "members": {}
  131. }
  132. },
  133. "UntagResource": {
  134. "input": {
  135. "type": "structure",
  136. "required": [
  137. "ReportName",
  138. "TagKeys"
  139. ],
  140. "members": {
  141. "ReportName": {},
  142. "TagKeys": {
  143. "type": "list",
  144. "member": {}
  145. }
  146. }
  147. },
  148. "output": {
  149. "type": "structure",
  150. "members": {}
  151. }
  152. }
  153. },
  154. "shapes": {
  155. "Sa": {
  156. "type": "structure",
  157. "required": [
  158. "ReportName",
  159. "TimeUnit",
  160. "Format",
  161. "Compression",
  162. "AdditionalSchemaElements",
  163. "S3Bucket",
  164. "S3Prefix",
  165. "S3Region"
  166. ],
  167. "members": {
  168. "ReportName": {},
  169. "TimeUnit": {},
  170. "Format": {},
  171. "Compression": {},
  172. "AdditionalSchemaElements": {
  173. "type": "list",
  174. "member": {}
  175. },
  176. "S3Bucket": {},
  177. "S3Prefix": {},
  178. "S3Region": {},
  179. "AdditionalArtifacts": {
  180. "type": "list",
  181. "member": {}
  182. },
  183. "RefreshClosedReports": {
  184. "type": "boolean"
  185. },
  186. "ReportVersioning": {},
  187. "BillingViewArn": {},
  188. "ReportStatus": {
  189. "type": "structure",
  190. "members": {
  191. "lastDelivery": {},
  192. "lastStatus": {}
  193. }
  194. }
  195. }
  196. },
  197. "St": {
  198. "type": "list",
  199. "member": {
  200. "type": "structure",
  201. "required": [
  202. "Key",
  203. "Value"
  204. ],
  205. "members": {
  206. "Key": {},
  207. "Value": {}
  208. }
  209. }
  210. }
  211. }
  212. }