UNPKG

2.27 kBJSONView Raw
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 "members": {
20 "ReportName": {}
21 }
22 },
23 "output": {
24 "type": "structure",
25 "members": {
26 "ResponseMessage": {}
27 }
28 }
29 },
30 "DescribeReportDefinitions": {
31 "input": {
32 "type": "structure",
33 "members": {
34 "MaxResults": {
35 "type": "integer"
36 },
37 "NextToken": {}
38 }
39 },
40 "output": {
41 "type": "structure",
42 "members": {
43 "ReportDefinitions": {
44 "type": "list",
45 "member": {
46 "shape": "Sa"
47 }
48 },
49 "NextToken": {}
50 }
51 }
52 },
53 "PutReportDefinition": {
54 "input": {
55 "type": "structure",
56 "required": [
57 "ReportDefinition"
58 ],
59 "members": {
60 "ReportDefinition": {
61 "shape": "Sa"
62 }
63 }
64 },
65 "output": {
66 "type": "structure",
67 "members": {}
68 }
69 }
70 },
71 "shapes": {
72 "Sa": {
73 "type": "structure",
74 "required": [
75 "ReportName",
76 "TimeUnit",
77 "Format",
78 "Compression",
79 "AdditionalSchemaElements",
80 "S3Bucket",
81 "S3Prefix",
82 "S3Region"
83 ],
84 "members": {
85 "ReportName": {},
86 "TimeUnit": {},
87 "Format": {},
88 "Compression": {},
89 "AdditionalSchemaElements": {
90 "type": "list",
91 "member": {}
92 },
93 "S3Bucket": {},
94 "S3Prefix": {},
95 "S3Region": {},
96 "AdditionalArtifacts": {
97 "type": "list",
98 "member": {}
99 },
100 "RefreshClosedReports": {
101 "type": "boolean"
102 },
103 "ReportVersioning": {}
104 }
105 }
106 }
107}
\No newline at end of file