aws-sdk-core 2.11.594 → 2.11.599

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  3. data/apis/appsync/2017-07-25/api-2.json +4 -2
  4. data/apis/datasync/2018-11-09/api-2.json +6 -3
  5. data/apis/elasticmapreduce/2009-03-31/api-2.json +25 -2
  6. data/apis/glue/2017-03-31/api-2.json +7 -1
  7. data/apis/imagebuilder/2019-12-02/api-2.json +22 -7
  8. data/apis/iot/2015-05-28/api-2.json +53 -2
  9. data/apis/kafka/2018-11-14/api-2.json +4 -0
  10. data/apis/mediaconnect/2018-11-14/api-2.json +459 -1
  11. data/apis/mediaconnect/2018-11-14/paginators-1.json +12 -0
  12. data/apis/pinpoint/2016-12-01/api-2.json +50 -5
  13. data/apis/quicksight/2018-04-01/api-2.json +2 -1
  14. data/apis/rds/2014-10-31/api-2.json +13 -1
  15. data/apis/s3/2006-03-01/api-2.json +4 -2
  16. data/apis/s3/2006-03-01/examples-1.json +138 -138
  17. data/apis/s3control/2018-08-20/api-2.json +836 -19
  18. data/apis/s3control/2018-08-20/paginators-1.json +5 -0
  19. data/apis/s3outposts/2017-07-25/api-2.json +250 -0
  20. data/apis/s3outposts/2017-07-25/examples-1.json +5 -0
  21. data/apis/s3outposts/2017-07-25/paginators-1.json +10 -0
  22. data/apis/schemas/2019-12-02/api-2.json +113 -0
  23. data/apis/securityhub/2018-10-26/api-2.json +751 -2
  24. data/apis/timestream-query/2018-11-01/api-2.json +299 -0
  25. data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
  26. data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
  27. data/apis/timestream-write/2018-11-01/api-2.json +775 -0
  28. data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
  29. data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
  30. data/apis/wafv2/2019-07-29/api-2.json +5 -2
  31. data/endpoints.json +66 -0
  32. data/lib/aws-sdk-core.rb +3 -0
  33. data/lib/aws-sdk-core/eager_loader.rb +1 -0
  34. data/lib/aws-sdk-core/s3outposts.rb +6 -0
  35. data/lib/aws-sdk-core/timestreamquery.rb +6 -0
  36. data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
  37. data/lib/aws-sdk-core/version.rb +1 -1
  38. data/service-models.json +12 -0
  39. metadata +14 -2
@@ -0,0 +1,299 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-11-01",
5
+ "endpointPrefix":"query.timestream",
6
+ "jsonVersion":"1.0",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"Timestream Query",
9
+ "serviceFullName":"Amazon Timestream Query",
10
+ "serviceId":"Timestream Query",
11
+ "signatureVersion":"v4",
12
+ "signingName":"timestream",
13
+ "targetPrefix":"Timestream_20181101",
14
+ "uid":"timestream-query-2018-11-01"
15
+ },
16
+ "operations":{
17
+ "CancelQuery":{
18
+ "name":"CancelQuery",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"CancelQueryRequest"},
24
+ "output":{"shape":"CancelQueryResponse"},
25
+ "errors":[
26
+ {"shape":"AccessDeniedException"},
27
+ {"shape":"InternalServerException"},
28
+ {"shape":"ThrottlingException"},
29
+ {"shape":"ValidationException"},
30
+ {"shape":"InvalidEndpointException"}
31
+ ],
32
+ "endpointdiscovery":{"required":true},
33
+ "idempotent":true
34
+ },
35
+ "DescribeEndpoints":{
36
+ "name":"DescribeEndpoints",
37
+ "http":{
38
+ "method":"POST",
39
+ "requestUri":"/"
40
+ },
41
+ "input":{"shape":"DescribeEndpointsRequest"},
42
+ "output":{"shape":"DescribeEndpointsResponse"},
43
+ "errors":[
44
+ {"shape":"InternalServerException"},
45
+ {"shape":"ValidationException"},
46
+ {"shape":"ThrottlingException"}
47
+ ],
48
+ "endpointoperation":true
49
+ },
50
+ "Query":{
51
+ "name":"Query",
52
+ "http":{
53
+ "method":"POST",
54
+ "requestUri":"/"
55
+ },
56
+ "input":{"shape":"QueryRequest"},
57
+ "output":{"shape":"QueryResponse"},
58
+ "errors":[
59
+ {"shape":"AccessDeniedException"},
60
+ {"shape":"ConflictException"},
61
+ {"shape":"InternalServerException"},
62
+ {"shape":"QueryExecutionException"},
63
+ {"shape":"ThrottlingException"},
64
+ {"shape":"ValidationException"},
65
+ {"shape":"InvalidEndpointException"}
66
+ ],
67
+ "endpointdiscovery":{"required":true},
68
+ "idempotent":true
69
+ }
70
+ },
71
+ "shapes":{
72
+ "AccessDeniedException":{
73
+ "type":"structure",
74
+ "members":{
75
+ "Message":{"shape":"ServiceErrorMessage"}
76
+ },
77
+ "exception":true,
78
+ "synthetic":true
79
+ },
80
+ "CancelQueryRequest":{
81
+ "type":"structure",
82
+ "required":["QueryId"],
83
+ "members":{
84
+ "QueryId":{"shape":"QueryId"}
85
+ }
86
+ },
87
+ "CancelQueryResponse":{
88
+ "type":"structure",
89
+ "members":{
90
+ "CancellationMessage":{"shape":"String"}
91
+ }
92
+ },
93
+ "ClientRequestToken":{
94
+ "type":"string",
95
+ "max":128,
96
+ "min":32,
97
+ "sensitive":true
98
+ },
99
+ "ColumnInfo":{
100
+ "type":"structure",
101
+ "required":["Type"],
102
+ "members":{
103
+ "Name":{"shape":"String"},
104
+ "Type":{"shape":"Type"}
105
+ }
106
+ },
107
+ "ColumnInfoList":{
108
+ "type":"list",
109
+ "member":{"shape":"ColumnInfo"}
110
+ },
111
+ "ConflictException":{
112
+ "type":"structure",
113
+ "members":{
114
+ "Message":{"shape":"ErrorMessage"}
115
+ },
116
+ "exception":true
117
+ },
118
+ "Datum":{
119
+ "type":"structure",
120
+ "members":{
121
+ "ScalarValue":{"shape":"ScalarValue"},
122
+ "TimeSeriesValue":{"shape":"TimeSeriesDataPointList"},
123
+ "ArrayValue":{"shape":"DatumList"},
124
+ "RowValue":{"shape":"Row"},
125
+ "NullValue":{"shape":"NullableBoolean"}
126
+ }
127
+ },
128
+ "DatumList":{
129
+ "type":"list",
130
+ "member":{"shape":"Datum"}
131
+ },
132
+ "DescribeEndpointsRequest":{
133
+ "type":"structure",
134
+ "members":{
135
+ }
136
+ },
137
+ "DescribeEndpointsResponse":{
138
+ "type":"structure",
139
+ "required":["Endpoints"],
140
+ "members":{
141
+ "Endpoints":{"shape":"Endpoints"}
142
+ }
143
+ },
144
+ "Endpoint":{
145
+ "type":"structure",
146
+ "required":[
147
+ "Address",
148
+ "CachePeriodInMinutes"
149
+ ],
150
+ "members":{
151
+ "Address":{"shape":"String"},
152
+ "CachePeriodInMinutes":{"shape":"Long"}
153
+ }
154
+ },
155
+ "Endpoints":{
156
+ "type":"list",
157
+ "member":{"shape":"Endpoint"}
158
+ },
159
+ "ErrorMessage":{"type":"string"},
160
+ "InternalServerException":{
161
+ "type":"structure",
162
+ "members":{
163
+ "Message":{"shape":"ErrorMessage"}
164
+ },
165
+ "exception":true
166
+ },
167
+ "InvalidEndpointException":{
168
+ "type":"structure",
169
+ "members":{
170
+ "Message":{"shape":"ErrorMessage"}
171
+ },
172
+ "exception":true
173
+ },
174
+ "Long":{"type":"long"},
175
+ "MaxQueryResults":{
176
+ "type":"integer",
177
+ "box":true,
178
+ "max":1000,
179
+ "min":1
180
+ },
181
+ "NullableBoolean":{
182
+ "type":"boolean",
183
+ "box":true
184
+ },
185
+ "QueryExecutionException":{
186
+ "type":"structure",
187
+ "members":{
188
+ "Message":{"shape":"ErrorMessage"}
189
+ },
190
+ "exception":true
191
+ },
192
+ "QueryId":{
193
+ "type":"string",
194
+ "max":64,
195
+ "min":1,
196
+ "pattern":"[a-zA-Z0-9]+"
197
+ },
198
+ "QueryRequest":{
199
+ "type":"structure",
200
+ "required":["QueryString"],
201
+ "members":{
202
+ "QueryString":{"shape":"QueryString"},
203
+ "ClientToken":{
204
+ "shape":"ClientRequestToken",
205
+ "idempotencyToken":true
206
+ },
207
+ "NextToken":{"shape":"String"},
208
+ "MaxRows":{"shape":"MaxQueryResults"}
209
+ }
210
+ },
211
+ "QueryResponse":{
212
+ "type":"structure",
213
+ "required":[
214
+ "QueryId",
215
+ "Rows",
216
+ "ColumnInfo"
217
+ ],
218
+ "members":{
219
+ "QueryId":{"shape":"QueryId"},
220
+ "NextToken":{"shape":"String"},
221
+ "Rows":{"shape":"RowList"},
222
+ "ColumnInfo":{"shape":"ColumnInfoList"}
223
+ }
224
+ },
225
+ "QueryString":{
226
+ "type":"string",
227
+ "sensitive":true
228
+ },
229
+ "Row":{
230
+ "type":"structure",
231
+ "required":["Data"],
232
+ "members":{
233
+ "Data":{"shape":"DatumList"}
234
+ }
235
+ },
236
+ "RowList":{
237
+ "type":"list",
238
+ "member":{"shape":"Row"}
239
+ },
240
+ "ScalarType":{
241
+ "type":"string",
242
+ "enum":[
243
+ "VARCHAR",
244
+ "BOOLEAN",
245
+ "BIGINT",
246
+ "DOUBLE",
247
+ "TIMESTAMP",
248
+ "DATE",
249
+ "TIME",
250
+ "INTERVAL_DAY_TO_SECOND",
251
+ "INTERVAL_YEAR_TO_MONTH",
252
+ "UNKNOWN",
253
+ "INTEGER"
254
+ ]
255
+ },
256
+ "ScalarValue":{"type":"string"},
257
+ "ServiceErrorMessage":{"type":"string"},
258
+ "String":{"type":"string"},
259
+ "ThrottlingException":{
260
+ "type":"structure",
261
+ "members":{
262
+ "Message":{"shape":"ErrorMessage"}
263
+ },
264
+ "exception":true
265
+ },
266
+ "TimeSeriesDataPoint":{
267
+ "type":"structure",
268
+ "required":[
269
+ "Time",
270
+ "Value"
271
+ ],
272
+ "members":{
273
+ "Time":{"shape":"Timestamp"},
274
+ "Value":{"shape":"Datum"}
275
+ }
276
+ },
277
+ "TimeSeriesDataPointList":{
278
+ "type":"list",
279
+ "member":{"shape":"TimeSeriesDataPoint"}
280
+ },
281
+ "Timestamp":{"type":"string"},
282
+ "Type":{
283
+ "type":"structure",
284
+ "members":{
285
+ "ScalarType":{"shape":"ScalarType"},
286
+ "ArrayColumnInfo":{"shape":"ColumnInfo"},
287
+ "TimeSeriesMeasureValueColumnInfo":{"shape":"ColumnInfo"},
288
+ "RowColumnInfo":{"shape":"ColumnInfoList"}
289
+ }
290
+ },
291
+ "ValidationException":{
292
+ "type":"structure",
293
+ "members":{
294
+ "Message":{"shape":"ErrorMessage"}
295
+ },
296
+ "exception":true
297
+ }
298
+ }
299
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "Query": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxRows",
6
+ "non_aggregate_keys": [
7
+ "ColumnInfo",
8
+ "QueryId"
9
+ ],
10
+ "output_token": "NextToken",
11
+ "result_key": "Rows"
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,775 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-11-01",
5
+ "endpointPrefix":"ingest.timestream",
6
+ "jsonVersion":"1.0",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"Timestream Write",
9
+ "serviceFullName":"Amazon Timestream Write",
10
+ "serviceId":"Timestream Write",
11
+ "signatureVersion":"v4",
12
+ "signingName":"timestream",
13
+ "targetPrefix":"Timestream_20181101",
14
+ "uid":"timestream-write-2018-11-01"
15
+ },
16
+ "operations":{
17
+ "CreateDatabase":{
18
+ "name":"CreateDatabase",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"CreateDatabaseRequest"},
24
+ "output":{"shape":"CreateDatabaseResponse"},
25
+ "errors":[
26
+ {"shape":"ConflictException"},
27
+ {"shape":"ValidationException"},
28
+ {"shape":"AccessDeniedException"},
29
+ {"shape":"ServiceQuotaExceededException"},
30
+ {"shape":"ThrottlingException"},
31
+ {"shape":"InvalidEndpointException"},
32
+ {"shape":"InternalServerException"}
33
+ ],
34
+ "endpointdiscovery":{"required":true}
35
+ },
36
+ "CreateTable":{
37
+ "name":"CreateTable",
38
+ "http":{
39
+ "method":"POST",
40
+ "requestUri":"/"
41
+ },
42
+ "input":{"shape":"CreateTableRequest"},
43
+ "output":{"shape":"CreateTableResponse"},
44
+ "errors":[
45
+ {"shape":"ConflictException"},
46
+ {"shape":"ValidationException"},
47
+ {"shape":"AccessDeniedException"},
48
+ {"shape":"ResourceNotFoundException"},
49
+ {"shape":"ServiceQuotaExceededException"},
50
+ {"shape":"ThrottlingException"},
51
+ {"shape":"InternalServerException"},
52
+ {"shape":"InvalidEndpointException"}
53
+ ],
54
+ "endpointdiscovery":{"required":true}
55
+ },
56
+ "DeleteDatabase":{
57
+ "name":"DeleteDatabase",
58
+ "http":{
59
+ "method":"POST",
60
+ "requestUri":"/"
61
+ },
62
+ "input":{"shape":"DeleteDatabaseRequest"},
63
+ "errors":[
64
+ {"shape":"InternalServerException"},
65
+ {"shape":"ThrottlingException"},
66
+ {"shape":"ResourceNotFoundException"},
67
+ {"shape":"ValidationException"},
68
+ {"shape":"AccessDeniedException"},
69
+ {"shape":"InvalidEndpointException"}
70
+ ],
71
+ "endpointdiscovery":{"required":true}
72
+ },
73
+ "DeleteTable":{
74
+ "name":"DeleteTable",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/"
78
+ },
79
+ "input":{"shape":"DeleteTableRequest"},
80
+ "errors":[
81
+ {"shape":"InternalServerException"},
82
+ {"shape":"ThrottlingException"},
83
+ {"shape":"ValidationException"},
84
+ {"shape":"ResourceNotFoundException"},
85
+ {"shape":"AccessDeniedException"},
86
+ {"shape":"InvalidEndpointException"}
87
+ ],
88
+ "endpointdiscovery":{"required":true}
89
+ },
90
+ "DescribeDatabase":{
91
+ "name":"DescribeDatabase",
92
+ "http":{
93
+ "method":"POST",
94
+ "requestUri":"/"
95
+ },
96
+ "input":{"shape":"DescribeDatabaseRequest"},
97
+ "output":{"shape":"DescribeDatabaseResponse"},
98
+ "errors":[
99
+ {"shape":"ResourceNotFoundException"},
100
+ {"shape":"ValidationException"},
101
+ {"shape":"AccessDeniedException"},
102
+ {"shape":"ThrottlingException"},
103
+ {"shape":"InternalServerException"},
104
+ {"shape":"InvalidEndpointException"}
105
+ ],
106
+ "endpointdiscovery":{"required":true}
107
+ },
108
+ "DescribeEndpoints":{
109
+ "name":"DescribeEndpoints",
110
+ "http":{
111
+ "method":"POST",
112
+ "requestUri":"/"
113
+ },
114
+ "input":{"shape":"DescribeEndpointsRequest"},
115
+ "output":{"shape":"DescribeEndpointsResponse"},
116
+ "errors":[
117
+ {"shape":"InternalServerException"},
118
+ {"shape":"ValidationException"},
119
+ {"shape":"ThrottlingException"}
120
+ ],
121
+ "endpointoperation":true
122
+ },
123
+ "DescribeTable":{
124
+ "name":"DescribeTable",
125
+ "http":{
126
+ "method":"POST",
127
+ "requestUri":"/"
128
+ },
129
+ "input":{"shape":"DescribeTableRequest"},
130
+ "output":{"shape":"DescribeTableResponse"},
131
+ "errors":[
132
+ {"shape":"ResourceNotFoundException"},
133
+ {"shape":"ValidationException"},
134
+ {"shape":"AccessDeniedException"},
135
+ {"shape":"ThrottlingException"},
136
+ {"shape":"InternalServerException"},
137
+ {"shape":"InvalidEndpointException"}
138
+ ],
139
+ "endpointdiscovery":{"required":true}
140
+ },
141
+ "ListDatabases":{
142
+ "name":"ListDatabases",
143
+ "http":{
144
+ "method":"POST",
145
+ "requestUri":"/"
146
+ },
147
+ "input":{"shape":"ListDatabasesRequest"},
148
+ "output":{"shape":"ListDatabasesResponse"},
149
+ "errors":[
150
+ {"shape":"InternalServerException"},
151
+ {"shape":"ThrottlingException"},
152
+ {"shape":"ValidationException"},
153
+ {"shape":"AccessDeniedException"},
154
+ {"shape":"InvalidEndpointException"}
155
+ ],
156
+ "endpointdiscovery":{"required":true}
157
+ },
158
+ "ListTables":{
159
+ "name":"ListTables",
160
+ "http":{
161
+ "method":"POST",
162
+ "requestUri":"/"
163
+ },
164
+ "input":{"shape":"ListTablesRequest"},
165
+ "output":{"shape":"ListTablesResponse"},
166
+ "errors":[
167
+ {"shape":"InternalServerException"},
168
+ {"shape":"ThrottlingException"},
169
+ {"shape":"ValidationException"},
170
+ {"shape":"ResourceNotFoundException"},
171
+ {"shape":"AccessDeniedException"},
172
+ {"shape":"InvalidEndpointException"}
173
+ ],
174
+ "endpointdiscovery":{"required":true}
175
+ },
176
+ "ListTagsForResource":{
177
+ "name":"ListTagsForResource",
178
+ "http":{
179
+ "method":"POST",
180
+ "requestUri":"/"
181
+ },
182
+ "input":{"shape":"ListTagsForResourceRequest"},
183
+ "output":{"shape":"ListTagsForResourceResponse"},
184
+ "errors":[
185
+ {"shape":"ResourceNotFoundException"},
186
+ {"shape":"ValidationException"},
187
+ {"shape":"InvalidEndpointException"}
188
+ ],
189
+ "endpointdiscovery":{"required":true}
190
+ },
191
+ "TagResource":{
192
+ "name":"TagResource",
193
+ "http":{
194
+ "method":"POST",
195
+ "requestUri":"/"
196
+ },
197
+ "input":{"shape":"TagResourceRequest"},
198
+ "output":{"shape":"TagResourceResponse"},
199
+ "errors":[
200
+ {"shape":"ResourceNotFoundException"},
201
+ {"shape":"ServiceQuotaExceededException"},
202
+ {"shape":"ValidationException"},
203
+ {"shape":"InvalidEndpointException"}
204
+ ],
205
+ "endpointdiscovery":{"required":true}
206
+ },
207
+ "UntagResource":{
208
+ "name":"UntagResource",
209
+ "http":{
210
+ "method":"POST",
211
+ "requestUri":"/"
212
+ },
213
+ "input":{"shape":"UntagResourceRequest"},
214
+ "output":{"shape":"UntagResourceResponse"},
215
+ "errors":[
216
+ {"shape":"ValidationException"},
217
+ {"shape":"ServiceQuotaExceededException"},
218
+ {"shape":"ResourceNotFoundException"},
219
+ {"shape":"InvalidEndpointException"}
220
+ ],
221
+ "endpointdiscovery":{"required":true}
222
+ },
223
+ "UpdateDatabase":{
224
+ "name":"UpdateDatabase",
225
+ "http":{
226
+ "method":"POST",
227
+ "requestUri":"/"
228
+ },
229
+ "input":{"shape":"UpdateDatabaseRequest"},
230
+ "output":{"shape":"UpdateDatabaseResponse"},
231
+ "errors":[
232
+ {"shape":"ValidationException"},
233
+ {"shape":"AccessDeniedException"},
234
+ {"shape":"ResourceNotFoundException"},
235
+ {"shape":"ServiceQuotaExceededException"},
236
+ {"shape":"ThrottlingException"},
237
+ {"shape":"InternalServerException"},
238
+ {"shape":"InvalidEndpointException"}
239
+ ],
240
+ "endpointdiscovery":{"required":true}
241
+ },
242
+ "UpdateTable":{
243
+ "name":"UpdateTable",
244
+ "http":{
245
+ "method":"POST",
246
+ "requestUri":"/"
247
+ },
248
+ "input":{"shape":"UpdateTableRequest"},
249
+ "output":{"shape":"UpdateTableResponse"},
250
+ "errors":[
251
+ {"shape":"InternalServerException"},
252
+ {"shape":"ThrottlingException"},
253
+ {"shape":"ValidationException"},
254
+ {"shape":"ResourceNotFoundException"},
255
+ {"shape":"AccessDeniedException"},
256
+ {"shape":"InvalidEndpointException"}
257
+ ],
258
+ "endpointdiscovery":{"required":true}
259
+ },
260
+ "WriteRecords":{
261
+ "name":"WriteRecords",
262
+ "http":{
263
+ "method":"POST",
264
+ "requestUri":"/"
265
+ },
266
+ "input":{"shape":"WriteRecordsRequest"},
267
+ "errors":[
268
+ {"shape":"InternalServerException"},
269
+ {"shape":"ThrottlingException"},
270
+ {"shape":"ValidationException"},
271
+ {"shape":"ResourceNotFoundException"},
272
+ {"shape":"AccessDeniedException"},
273
+ {"shape":"RejectedRecordsException"},
274
+ {"shape":"InvalidEndpointException"}
275
+ ],
276
+ "endpointdiscovery":{"required":true}
277
+ }
278
+ },
279
+ "shapes":{
280
+ "AccessDeniedException":{
281
+ "type":"structure",
282
+ "required":["Message"],
283
+ "members":{
284
+ "Message":{"shape":"ErrorMessage"}
285
+ },
286
+ "exception":true
287
+ },
288
+ "AmazonResourceName":{
289
+ "type":"string",
290
+ "max":1011,
291
+ "min":1
292
+ },
293
+ "ConflictException":{
294
+ "type":"structure",
295
+ "required":["Message"],
296
+ "members":{
297
+ "Message":{"shape":"ErrorMessage"}
298
+ },
299
+ "exception":true
300
+ },
301
+ "CreateDatabaseRequest":{
302
+ "type":"structure",
303
+ "required":["DatabaseName"],
304
+ "members":{
305
+ "DatabaseName":{"shape":"ResourceName"},
306
+ "KmsKeyId":{"shape":"StringValue2048"},
307
+ "Tags":{"shape":"TagList"}
308
+ }
309
+ },
310
+ "CreateDatabaseResponse":{
311
+ "type":"structure",
312
+ "members":{
313
+ "Database":{"shape":"Database"}
314
+ }
315
+ },
316
+ "CreateTableRequest":{
317
+ "type":"structure",
318
+ "required":[
319
+ "DatabaseName",
320
+ "TableName"
321
+ ],
322
+ "members":{
323
+ "DatabaseName":{"shape":"ResourceName"},
324
+ "TableName":{"shape":"ResourceName"},
325
+ "RetentionProperties":{"shape":"RetentionProperties"},
326
+ "Tags":{"shape":"TagList"}
327
+ }
328
+ },
329
+ "CreateTableResponse":{
330
+ "type":"structure",
331
+ "members":{
332
+ "Table":{"shape":"Table"}
333
+ }
334
+ },
335
+ "Database":{
336
+ "type":"structure",
337
+ "members":{
338
+ "Arn":{"shape":"String"},
339
+ "DatabaseName":{"shape":"ResourceName"},
340
+ "TableCount":{"shape":"Long"},
341
+ "KmsKeyId":{"shape":"StringValue2048"},
342
+ "CreationTime":{"shape":"Date"},
343
+ "LastUpdatedTime":{"shape":"Date"}
344
+ }
345
+ },
346
+ "DatabaseList":{
347
+ "type":"list",
348
+ "member":{"shape":"Database"}
349
+ },
350
+ "Date":{"type":"timestamp"},
351
+ "DeleteDatabaseRequest":{
352
+ "type":"structure",
353
+ "required":["DatabaseName"],
354
+ "members":{
355
+ "DatabaseName":{"shape":"ResourceName"}
356
+ }
357
+ },
358
+ "DeleteTableRequest":{
359
+ "type":"structure",
360
+ "required":[
361
+ "DatabaseName",
362
+ "TableName"
363
+ ],
364
+ "members":{
365
+ "DatabaseName":{"shape":"ResourceName"},
366
+ "TableName":{"shape":"ResourceName"}
367
+ }
368
+ },
369
+ "DescribeDatabaseRequest":{
370
+ "type":"structure",
371
+ "required":["DatabaseName"],
372
+ "members":{
373
+ "DatabaseName":{"shape":"ResourceName"}
374
+ }
375
+ },
376
+ "DescribeDatabaseResponse":{
377
+ "type":"structure",
378
+ "members":{
379
+ "Database":{"shape":"Database"}
380
+ }
381
+ },
382
+ "DescribeEndpointsRequest":{
383
+ "type":"structure",
384
+ "members":{
385
+ }
386
+ },
387
+ "DescribeEndpointsResponse":{
388
+ "type":"structure",
389
+ "required":["Endpoints"],
390
+ "members":{
391
+ "Endpoints":{"shape":"Endpoints"}
392
+ }
393
+ },
394
+ "DescribeTableRequest":{
395
+ "type":"structure",
396
+ "required":[
397
+ "DatabaseName",
398
+ "TableName"
399
+ ],
400
+ "members":{
401
+ "DatabaseName":{"shape":"ResourceName"},
402
+ "TableName":{"shape":"ResourceName"}
403
+ }
404
+ },
405
+ "DescribeTableResponse":{
406
+ "type":"structure",
407
+ "members":{
408
+ "Table":{"shape":"Table"}
409
+ }
410
+ },
411
+ "Dimension":{
412
+ "type":"structure",
413
+ "required":[
414
+ "Name",
415
+ "Value"
416
+ ],
417
+ "members":{
418
+ "Name":{"shape":"StringValue256"},
419
+ "Value":{"shape":"StringValue2048"},
420
+ "DimensionValueType":{"shape":"DimensionValueType"}
421
+ }
422
+ },
423
+ "DimensionValueType":{
424
+ "type":"string",
425
+ "enum":["VARCHAR"]
426
+ },
427
+ "Dimensions":{
428
+ "type":"list",
429
+ "member":{"shape":"Dimension"},
430
+ "max":128
431
+ },
432
+ "Endpoint":{
433
+ "type":"structure",
434
+ "required":[
435
+ "Address",
436
+ "CachePeriodInMinutes"
437
+ ],
438
+ "members":{
439
+ "Address":{"shape":"String"},
440
+ "CachePeriodInMinutes":{"shape":"Long"}
441
+ }
442
+ },
443
+ "Endpoints":{
444
+ "type":"list",
445
+ "member":{"shape":"Endpoint"}
446
+ },
447
+ "ErrorMessage":{"type":"string"},
448
+ "InternalServerException":{
449
+ "type":"structure",
450
+ "required":["Message"],
451
+ "members":{
452
+ "Message":{"shape":"ErrorMessage"}
453
+ },
454
+ "exception":true,
455
+ "fault":true
456
+ },
457
+ "InvalidEndpointException":{
458
+ "type":"structure",
459
+ "members":{
460
+ "Message":{"shape":"ErrorMessage"}
461
+ },
462
+ "exception":true
463
+ },
464
+ "ListDatabasesRequest":{
465
+ "type":"structure",
466
+ "members":{
467
+ "NextToken":{"shape":"String"},
468
+ "MaxResults":{"shape":"PaginationLimit"}
469
+ }
470
+ },
471
+ "ListDatabasesResponse":{
472
+ "type":"structure",
473
+ "members":{
474
+ "Databases":{"shape":"DatabaseList"},
475
+ "NextToken":{"shape":"String"}
476
+ }
477
+ },
478
+ "ListTablesRequest":{
479
+ "type":"structure",
480
+ "members":{
481
+ "DatabaseName":{"shape":"ResourceName"},
482
+ "NextToken":{"shape":"String"},
483
+ "MaxResults":{"shape":"PaginationLimit"}
484
+ }
485
+ },
486
+ "ListTablesResponse":{
487
+ "type":"structure",
488
+ "members":{
489
+ "Tables":{"shape":"TableList"},
490
+ "NextToken":{"shape":"String"}
491
+ }
492
+ },
493
+ "ListTagsForResourceRequest":{
494
+ "type":"structure",
495
+ "required":["ResourceARN"],
496
+ "members":{
497
+ "ResourceARN":{"shape":"AmazonResourceName"}
498
+ }
499
+ },
500
+ "ListTagsForResourceResponse":{
501
+ "type":"structure",
502
+ "members":{
503
+ "Tags":{"shape":"TagList"}
504
+ }
505
+ },
506
+ "Long":{"type":"long"},
507
+ "MagneticStoreRetentionPeriodInDays":{
508
+ "type":"long",
509
+ "max":73000,
510
+ "min":1
511
+ },
512
+ "MeasureValueType":{
513
+ "type":"string",
514
+ "enum":[
515
+ "DOUBLE",
516
+ "BIGINT",
517
+ "VARCHAR",
518
+ "BOOLEAN"
519
+ ]
520
+ },
521
+ "MemoryStoreRetentionPeriodInHours":{
522
+ "type":"long",
523
+ "max":8766,
524
+ "min":1
525
+ },
526
+ "PaginationLimit":{
527
+ "type":"integer",
528
+ "box":true,
529
+ "max":20,
530
+ "min":1
531
+ },
532
+ "Record":{
533
+ "type":"structure",
534
+ "members":{
535
+ "Dimensions":{"shape":"Dimensions"},
536
+ "MeasureName":{"shape":"StringValue256"},
537
+ "MeasureValue":{"shape":"StringValue2048"},
538
+ "MeasureValueType":{"shape":"MeasureValueType"},
539
+ "Time":{"shape":"StringValue256"},
540
+ "TimeUnit":{"shape":"TimeUnit"}
541
+ }
542
+ },
543
+ "RecordIndex":{"type":"integer"},
544
+ "Records":{
545
+ "type":"list",
546
+ "member":{"shape":"Record"},
547
+ "max":100,
548
+ "min":1
549
+ },
550
+ "RejectedRecord":{
551
+ "type":"structure",
552
+ "members":{
553
+ "RecordIndex":{"shape":"RecordIndex"},
554
+ "Reason":{"shape":"ErrorMessage"}
555
+ }
556
+ },
557
+ "RejectedRecords":{
558
+ "type":"list",
559
+ "member":{"shape":"RejectedRecord"}
560
+ },
561
+ "RejectedRecordsException":{
562
+ "type":"structure",
563
+ "members":{
564
+ "Message":{"shape":"ErrorMessage"},
565
+ "RejectedRecords":{"shape":"RejectedRecords"}
566
+ },
567
+ "exception":true
568
+ },
569
+ "ResourceName":{
570
+ "type":"string",
571
+ "max":64,
572
+ "min":3,
573
+ "pattern":"[a-zA-Z0-9_.-]+"
574
+ },
575
+ "ResourceNotFoundException":{
576
+ "type":"structure",
577
+ "members":{
578
+ "Message":{"shape":"ErrorMessage"}
579
+ },
580
+ "exception":true
581
+ },
582
+ "RetentionProperties":{
583
+ "type":"structure",
584
+ "required":[
585
+ "MemoryStoreRetentionPeriodInHours",
586
+ "MagneticStoreRetentionPeriodInDays"
587
+ ],
588
+ "members":{
589
+ "MemoryStoreRetentionPeriodInHours":{"shape":"MemoryStoreRetentionPeriodInHours"},
590
+ "MagneticStoreRetentionPeriodInDays":{"shape":"MagneticStoreRetentionPeriodInDays"}
591
+ }
592
+ },
593
+ "ServiceQuotaExceededException":{
594
+ "type":"structure",
595
+ "members":{
596
+ "Message":{"shape":"ErrorMessage"}
597
+ },
598
+ "exception":true
599
+ },
600
+ "String":{"type":"string"},
601
+ "StringValue2048":{
602
+ "type":"string",
603
+ "max":2048,
604
+ "min":1
605
+ },
606
+ "StringValue256":{
607
+ "type":"string",
608
+ "max":256,
609
+ "min":1
610
+ },
611
+ "Table":{
612
+ "type":"structure",
613
+ "members":{
614
+ "Arn":{"shape":"String"},
615
+ "TableName":{"shape":"ResourceName"},
616
+ "DatabaseName":{"shape":"ResourceName"},
617
+ "TableStatus":{"shape":"TableStatus"},
618
+ "RetentionProperties":{"shape":"RetentionProperties"},
619
+ "CreationTime":{"shape":"Date"},
620
+ "LastUpdatedTime":{"shape":"Date"}
621
+ }
622
+ },
623
+ "TableList":{
624
+ "type":"list",
625
+ "member":{"shape":"Table"}
626
+ },
627
+ "TableStatus":{
628
+ "type":"string",
629
+ "enum":[
630
+ "ACTIVE",
631
+ "DELETING"
632
+ ]
633
+ },
634
+ "Tag":{
635
+ "type":"structure",
636
+ "required":[
637
+ "Key",
638
+ "Value"
639
+ ],
640
+ "members":{
641
+ "Key":{"shape":"TagKey"},
642
+ "Value":{"shape":"TagValue"}
643
+ }
644
+ },
645
+ "TagKey":{
646
+ "type":"string",
647
+ "max":128,
648
+ "min":1
649
+ },
650
+ "TagKeyList":{
651
+ "type":"list",
652
+ "member":{"shape":"TagKey"},
653
+ "max":200,
654
+ "min":0
655
+ },
656
+ "TagList":{
657
+ "type":"list",
658
+ "member":{"shape":"Tag"},
659
+ "max":200,
660
+ "min":0
661
+ },
662
+ "TagResourceRequest":{
663
+ "type":"structure",
664
+ "required":[
665
+ "ResourceARN",
666
+ "Tags"
667
+ ],
668
+ "members":{
669
+ "ResourceARN":{"shape":"AmazonResourceName"},
670
+ "Tags":{"shape":"TagList"}
671
+ }
672
+ },
673
+ "TagResourceResponse":{
674
+ "type":"structure",
675
+ "members":{
676
+ }
677
+ },
678
+ "TagValue":{
679
+ "type":"string",
680
+ "max":256,
681
+ "min":0
682
+ },
683
+ "ThrottlingException":{
684
+ "type":"structure",
685
+ "required":["Message"],
686
+ "members":{
687
+ "Message":{"shape":"ErrorMessage"}
688
+ },
689
+ "exception":true
690
+ },
691
+ "TimeUnit":{
692
+ "type":"string",
693
+ "enum":[
694
+ "MILLISECONDS",
695
+ "SECONDS",
696
+ "MICROSECONDS",
697
+ "NANOSECONDS"
698
+ ]
699
+ },
700
+ "UntagResourceRequest":{
701
+ "type":"structure",
702
+ "required":[
703
+ "ResourceARN",
704
+ "TagKeys"
705
+ ],
706
+ "members":{
707
+ "ResourceARN":{"shape":"AmazonResourceName"},
708
+ "TagKeys":{"shape":"TagKeyList"}
709
+ }
710
+ },
711
+ "UntagResourceResponse":{
712
+ "type":"structure",
713
+ "members":{
714
+ }
715
+ },
716
+ "UpdateDatabaseRequest":{
717
+ "type":"structure",
718
+ "required":[
719
+ "DatabaseName",
720
+ "KmsKeyId"
721
+ ],
722
+ "members":{
723
+ "DatabaseName":{"shape":"ResourceName"},
724
+ "KmsKeyId":{"shape":"StringValue2048"}
725
+ }
726
+ },
727
+ "UpdateDatabaseResponse":{
728
+ "type":"structure",
729
+ "members":{
730
+ "Database":{"shape":"Database"}
731
+ }
732
+ },
733
+ "UpdateTableRequest":{
734
+ "type":"structure",
735
+ "required":[
736
+ "DatabaseName",
737
+ "TableName",
738
+ "RetentionProperties"
739
+ ],
740
+ "members":{
741
+ "DatabaseName":{"shape":"ResourceName"},
742
+ "TableName":{"shape":"ResourceName"},
743
+ "RetentionProperties":{"shape":"RetentionProperties"}
744
+ }
745
+ },
746
+ "UpdateTableResponse":{
747
+ "type":"structure",
748
+ "members":{
749
+ "Table":{"shape":"Table"}
750
+ }
751
+ },
752
+ "ValidationException":{
753
+ "type":"structure",
754
+ "required":["Message"],
755
+ "members":{
756
+ "Message":{"shape":"ErrorMessage"}
757
+ },
758
+ "exception":true
759
+ },
760
+ "WriteRecordsRequest":{
761
+ "type":"structure",
762
+ "required":[
763
+ "DatabaseName",
764
+ "TableName",
765
+ "Records"
766
+ ],
767
+ "members":{
768
+ "DatabaseName":{"shape":"ResourceName"},
769
+ "TableName":{"shape":"ResourceName"},
770
+ "CommonAttributes":{"shape":"Record"},
771
+ "Records":{"shape":"Records"}
772
+ }
773
+ }
774
+ }
775
+ }