aws-sdk-core 2.11.595 → 2.11.596

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
+ }