forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcur-2017-01-06.normal.json
263 lines (263 loc) · 7.91 KB
/
cur-2017-01-06.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
{
"version":"2.0",
"metadata":{
"apiVersion":"2017-01-06",
"endpointPrefix":"cur",
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"AWS Cost and Usage Report Service",
"signatureVersion":"v4",
"signingName":"cur",
"targetPrefix":"AWSOrigamiServiceGatewayService",
"uid":"cur-2017-01-06"
},
"operations":{
"DeleteReportDefinition":{
"name":"DeleteReportDefinition",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteReportDefinitionRequest"},
"output":{"shape":"DeleteReportDefinitionResponse"},
"errors":[
{"shape":"InternalErrorException"},
{"shape":"ValidationException"}
],
"documentation":"Delete a specified report definition"
},
"DescribeReportDefinitions":{
"name":"DescribeReportDefinitions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeReportDefinitionsRequest"},
"output":{"shape":"DescribeReportDefinitionsResponse"},
"errors":[
{"shape":"InternalErrorException"}
],
"documentation":"Describe a list of report definitions owned by the account"
},
"PutReportDefinition":{
"name":"PutReportDefinition",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutReportDefinitionRequest"},
"output":{"shape":"PutReportDefinitionResponse"},
"errors":[
{"shape":"DuplicateReportNameException"},
{"shape":"ReportLimitReachedException"},
{"shape":"InternalErrorException"},
{"shape":"ValidationException"}
],
"documentation":"Create a new report definition"
}
},
"shapes":{
"AWSRegion":{
"type":"string",
"documentation":"Region of customer S3 bucket.",
"enum":[
"us-east-1",
"us-west-1",
"us-west-2",
"eu-central-1",
"eu-west-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1"
]
},
"AdditionalArtifact":{
"type":"string",
"documentation":"Enable support for Redshift and/or QuickSight.",
"enum":[
"REDSHIFT",
"QUICKSIGHT"
]
},
"AdditionalArtifactList":{
"type":"list",
"member":{"shape":"AdditionalArtifact"},
"documentation":"A list of additional artifacts."
},
"CompressionFormat":{
"type":"string",
"documentation":"Preferred compression format for report.",
"enum":[
"ZIP",
"GZIP"
]
},
"DeleteReportDefinitionRequest":{
"type":"structure",
"members":{
"ReportName":{"shape":"ReportName"}
},
"documentation":"Request of DeleteReportDefinition"
},
"DeleteReportDefinitionResponse":{
"type":"structure",
"members":{
"ResponseMessage":{"shape":"DeleteResponseMessage"}
},
"documentation":"Response of DeleteReportDefinition"
},
"DeleteResponseMessage":{
"type":"string",
"documentation":"A message indicates if the deletion is successful."
},
"DescribeReportDefinitionsRequest":{
"type":"structure",
"members":{
"MaxResults":{"shape":"MaxResults"},
"NextToken":{"shape":"GenericString"}
},
"documentation":"Request of DescribeReportDefinitions"
},
"DescribeReportDefinitionsResponse":{
"type":"structure",
"members":{
"ReportDefinitions":{"shape":"ReportDefinitionList"},
"NextToken":{"shape":"GenericString"}
},
"documentation":"Response of DescribeReportDefinitions"
},
"DuplicateReportNameException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"This exception is thrown when putting a report preference with a name that already exists.",
"exception":true
},
"ErrorMessage":{
"type":"string",
"documentation":"A message to show the detail of the exception."
},
"GenericString":{
"type":"string",
"documentation":"A generic string."
},
"InternalErrorException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"This exception is thrown on a known dependency failure.",
"exception":true,
"fault":true
},
"MaxResults":{
"type":"integer",
"documentation":"The max number of results returned by the operation.",
"box":true,
"max":5,
"min":5
},
"PutReportDefinitionRequest":{
"type":"structure",
"required":["ReportDefinition"],
"members":{
"ReportDefinition":{"shape":"ReportDefinition"}
},
"documentation":"Request of PutReportDefinition"
},
"PutReportDefinitionResponse":{
"type":"structure",
"members":{
},
"documentation":"Response of PutReportDefinition"
},
"ReportDefinition":{
"type":"structure",
"required":[
"ReportName",
"TimeUnit",
"Format",
"Compression",
"AdditionalSchemaElements",
"S3Bucket",
"S3Prefix",
"S3Region"
],
"members":{
"ReportName":{"shape":"ReportName"},
"TimeUnit":{"shape":"TimeUnit"},
"Format":{"shape":"ReportFormat"},
"Compression":{"shape":"CompressionFormat"},
"AdditionalSchemaElements":{"shape":"SchemaElementList"},
"S3Bucket":{"shape":"S3Bucket"},
"S3Prefix":{"shape":"S3Prefix"},
"S3Region":{"shape":"AWSRegion"},
"AdditionalArtifacts":{"shape":"AdditionalArtifactList"}
},
"documentation":"The definition of AWS Cost and Usage Report. Customer can specify the report name, time unit, report format, compression format, S3 bucket and additional artifacts and schema elements in the definition."
},
"ReportDefinitionList":{
"type":"list",
"member":{"shape":"ReportDefinition"},
"documentation":"A list of report definitions."
},
"ReportFormat":{
"type":"string",
"documentation":"Preferred format for report.",
"enum":["textORcsv"]
},
"ReportLimitReachedException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"This exception is thrown when the number of report preference reaches max limit. The max number is 5.",
"exception":true
},
"ReportName":{
"type":"string",
"documentation":"Preferred name for a report, it has to be unique. Must starts with a number/letter, case sensitive. Limited to 256 characters.",
"max":256,
"pattern":"[0-9A-Za-z!\\-_.*\\'()]+"
},
"S3Bucket":{
"type":"string",
"documentation":"Name of customer S3 bucket.",
"max":256
},
"S3Prefix":{
"type":"string",
"documentation":"Preferred report path prefix. Limited to 256 characters.",
"max":256,
"pattern":"[0-9A-Za-z!\\-_.*\\'()/]*"
},
"SchemaElement":{
"type":"string",
"documentation":"Preference of including Resource IDs. You can include additional details about individual resource IDs in your report.",
"enum":["RESOURCES"]
},
"SchemaElementList":{
"type":"list",
"member":{"shape":"SchemaElement"},
"documentation":"A list of schema elements."
},
"TimeUnit":{
"type":"string",
"documentation":"The frequency on which report data are measured and displayed.",
"enum":[
"HOURLY",
"DAILY"
]
},
"ValidationException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"This exception is thrown when providing an invalid input. eg. Put a report preference with an invalid report name, or Delete a report preference with an empty report name.",
"exception":true
}
},
"documentation":"All public APIs for AWS Cost and Usage Report service"
}