aws-sdk-core 2.10.91 → 2.10.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/comprehend/2017-11-27/api-2.json +685 -0
- data/apis/comprehend/2017-11-27/examples-1.json +5 -0
- data/apis/comprehend/2017-11-27/paginators-1.json +9 -0
- data/apis/dynamodb/2011-12-05/api-2.json +1 -0
- data/apis/dynamodb/2012-08-10/api-2.json +610 -1
- data/apis/ecs/2014-11-13/api-2.json +151 -17
- data/apis/glacier/2012-06-01/api-2.json +174 -3
- data/apis/greengrass/2017-06-07/api-2.json +568 -1
- data/apis/iot-jobs-data/2017-09-29/api-2.json +339 -0
- data/apis/iot-jobs-data/2017-09-29/examples-1.json +5 -0
- data/apis/iot-jobs-data/2017-09-29/paginators-1.json +4 -0
- data/apis/iot/2015-05-28/api-2.json +3105 -203
- data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +200 -0
- data/apis/kinesis-video-archived-media/2017-09-30/examples-1.json +5 -0
- data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +4 -0
- data/apis/kinesis-video-media/2017-09-30/api-2.json +160 -0
- data/apis/kinesis-video-media/2017-09-30/examples-1.json +5 -0
- data/apis/kinesis-video-media/2017-09-30/paginators-1.json +4 -0
- data/apis/kinesisvideo/2017-09-30/api-2.json +548 -0
- data/apis/kinesisvideo/2017-09-30/examples-1.json +5 -0
- data/apis/kinesisvideo/2017-09-30/paginators-1.json +4 -0
- data/apis/rekognition/2016-06-27/api-2.json +994 -33
- data/apis/rekognition/2016-06-27/paginators-1.json +35 -0
- data/apis/runtime.sagemaker/2017-05-13/api-2.json +134 -0
- data/apis/runtime.sagemaker/2017-05-13/examples-1.json +5 -0
- data/apis/runtime.sagemaker/2017-05-13/paginators-1.json +4 -0
- data/apis/s3/2006-03-01/api-2.json +138 -2
- data/apis/sagemaker/2017-07-24/api-2.json +1540 -0
- data/apis/sagemaker/2017-07-24/examples-1.json +5 -0
- data/apis/sagemaker/2017-07-24/paginators-1.json +34 -0
- data/apis/sagemaker/2017-07-24/waiters-2.json +344 -0
- data/apis/translate/2017-07-01/api-2.json +119 -0
- data/apis/translate/2017-07-01/examples-1.json +5 -0
- data/apis/translate/2017-07-01/paginators-1.json +4 -0
- data/lib/aws-sdk-core.rb +8 -0
- data/lib/aws-sdk-core/comprehend.rb +6 -0
- data/lib/aws-sdk-core/iotjobsdataplane.rb +6 -0
- data/lib/aws-sdk-core/kinesisvideo.rb +6 -0
- data/lib/aws-sdk-core/kinesisvideoarchivedmedia.rb +6 -0
- data/lib/aws-sdk-core/kinesisvideomedia.rb +6 -0
- data/lib/aws-sdk-core/sagemaker.rb +7 -0
- data/lib/aws-sdk-core/sagemakerruntime.rb +6 -0
- data/lib/aws-sdk-core/translate.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +32 -0
- metadata +34 -1
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"protocol":"json",
|
|
8
8
|
"serviceAbbreviation":"DynamoDB",
|
|
9
9
|
"serviceFullName":"Amazon DynamoDB",
|
|
10
|
+
"serviceId":"DynamoDB",
|
|
10
11
|
"signatureVersion":"v4",
|
|
11
12
|
"targetPrefix":"DynamoDB_20120810",
|
|
12
13
|
"uid":"dynamodb-2012-08-10"
|
|
@@ -41,6 +42,38 @@
|
|
|
41
42
|
{"shape":"InternalServerError"}
|
|
42
43
|
]
|
|
43
44
|
},
|
|
45
|
+
"CreateBackup":{
|
|
46
|
+
"name":"CreateBackup",
|
|
47
|
+
"http":{
|
|
48
|
+
"method":"POST",
|
|
49
|
+
"requestUri":"/"
|
|
50
|
+
},
|
|
51
|
+
"input":{"shape":"CreateBackupInput"},
|
|
52
|
+
"output":{"shape":"CreateBackupOutput"},
|
|
53
|
+
"errors":[
|
|
54
|
+
{"shape":"TableNotFoundException"},
|
|
55
|
+
{"shape":"TableInUseException"},
|
|
56
|
+
{"shape":"ContinuousBackupsUnavailableException"},
|
|
57
|
+
{"shape":"BackupInUseException"},
|
|
58
|
+
{"shape":"LimitExceededException"},
|
|
59
|
+
{"shape":"InternalServerError"}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"CreateGlobalTable":{
|
|
63
|
+
"name":"CreateGlobalTable",
|
|
64
|
+
"http":{
|
|
65
|
+
"method":"POST",
|
|
66
|
+
"requestUri":"/"
|
|
67
|
+
},
|
|
68
|
+
"input":{"shape":"CreateGlobalTableInput"},
|
|
69
|
+
"output":{"shape":"CreateGlobalTableOutput"},
|
|
70
|
+
"errors":[
|
|
71
|
+
{"shape":"LimitExceededException"},
|
|
72
|
+
{"shape":"InternalServerError"},
|
|
73
|
+
{"shape":"GlobalTableAlreadyExistsException"},
|
|
74
|
+
{"shape":"TableNotFoundException"}
|
|
75
|
+
]
|
|
76
|
+
},
|
|
44
77
|
"CreateTable":{
|
|
45
78
|
"name":"CreateTable",
|
|
46
79
|
"http":{
|
|
@@ -55,6 +88,21 @@
|
|
|
55
88
|
{"shape":"InternalServerError"}
|
|
56
89
|
]
|
|
57
90
|
},
|
|
91
|
+
"DeleteBackup":{
|
|
92
|
+
"name":"DeleteBackup",
|
|
93
|
+
"http":{
|
|
94
|
+
"method":"POST",
|
|
95
|
+
"requestUri":"/"
|
|
96
|
+
},
|
|
97
|
+
"input":{"shape":"DeleteBackupInput"},
|
|
98
|
+
"output":{"shape":"DeleteBackupOutput"},
|
|
99
|
+
"errors":[
|
|
100
|
+
{"shape":"BackupNotFoundException"},
|
|
101
|
+
{"shape":"BackupInUseException"},
|
|
102
|
+
{"shape":"LimitExceededException"},
|
|
103
|
+
{"shape":"InternalServerError"}
|
|
104
|
+
]
|
|
105
|
+
},
|
|
58
106
|
"DeleteItem":{
|
|
59
107
|
"name":"DeleteItem",
|
|
60
108
|
"http":{
|
|
@@ -86,6 +134,45 @@
|
|
|
86
134
|
{"shape":"InternalServerError"}
|
|
87
135
|
]
|
|
88
136
|
},
|
|
137
|
+
"DescribeBackup":{
|
|
138
|
+
"name":"DescribeBackup",
|
|
139
|
+
"http":{
|
|
140
|
+
"method":"POST",
|
|
141
|
+
"requestUri":"/"
|
|
142
|
+
},
|
|
143
|
+
"input":{"shape":"DescribeBackupInput"},
|
|
144
|
+
"output":{"shape":"DescribeBackupOutput"},
|
|
145
|
+
"errors":[
|
|
146
|
+
{"shape":"BackupNotFoundException"},
|
|
147
|
+
{"shape":"InternalServerError"}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"DescribeContinuousBackups":{
|
|
151
|
+
"name":"DescribeContinuousBackups",
|
|
152
|
+
"http":{
|
|
153
|
+
"method":"POST",
|
|
154
|
+
"requestUri":"/"
|
|
155
|
+
},
|
|
156
|
+
"input":{"shape":"DescribeContinuousBackupsInput"},
|
|
157
|
+
"output":{"shape":"DescribeContinuousBackupsOutput"},
|
|
158
|
+
"errors":[
|
|
159
|
+
{"shape":"TableNotFoundException"},
|
|
160
|
+
{"shape":"InternalServerError"}
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
"DescribeGlobalTable":{
|
|
164
|
+
"name":"DescribeGlobalTable",
|
|
165
|
+
"http":{
|
|
166
|
+
"method":"POST",
|
|
167
|
+
"requestUri":"/"
|
|
168
|
+
},
|
|
169
|
+
"input":{"shape":"DescribeGlobalTableInput"},
|
|
170
|
+
"output":{"shape":"DescribeGlobalTableOutput"},
|
|
171
|
+
"errors":[
|
|
172
|
+
{"shape":"InternalServerError"},
|
|
173
|
+
{"shape":"GlobalTableNotFoundException"}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
89
176
|
"DescribeLimits":{
|
|
90
177
|
"name":"DescribeLimits",
|
|
91
178
|
"http":{
|
|
@@ -138,6 +225,30 @@
|
|
|
138
225
|
{"shape":"InternalServerError"}
|
|
139
226
|
]
|
|
140
227
|
},
|
|
228
|
+
"ListBackups":{
|
|
229
|
+
"name":"ListBackups",
|
|
230
|
+
"http":{
|
|
231
|
+
"method":"POST",
|
|
232
|
+
"requestUri":"/"
|
|
233
|
+
},
|
|
234
|
+
"input":{"shape":"ListBackupsInput"},
|
|
235
|
+
"output":{"shape":"ListBackupsOutput"},
|
|
236
|
+
"errors":[
|
|
237
|
+
{"shape":"InternalServerError"}
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"ListGlobalTables":{
|
|
241
|
+
"name":"ListGlobalTables",
|
|
242
|
+
"http":{
|
|
243
|
+
"method":"POST",
|
|
244
|
+
"requestUri":"/"
|
|
245
|
+
},
|
|
246
|
+
"input":{"shape":"ListGlobalTablesInput"},
|
|
247
|
+
"output":{"shape":"ListGlobalTablesOutput"},
|
|
248
|
+
"errors":[
|
|
249
|
+
{"shape":"InternalServerError"}
|
|
250
|
+
]
|
|
251
|
+
},
|
|
141
252
|
"ListTables":{
|
|
142
253
|
"name":"ListTables",
|
|
143
254
|
"http":{
|
|
@@ -193,6 +304,23 @@
|
|
|
193
304
|
{"shape":"InternalServerError"}
|
|
194
305
|
]
|
|
195
306
|
},
|
|
307
|
+
"RestoreTableFromBackup":{
|
|
308
|
+
"name":"RestoreTableFromBackup",
|
|
309
|
+
"http":{
|
|
310
|
+
"method":"POST",
|
|
311
|
+
"requestUri":"/"
|
|
312
|
+
},
|
|
313
|
+
"input":{"shape":"RestoreTableFromBackupInput"},
|
|
314
|
+
"output":{"shape":"RestoreTableFromBackupOutput"},
|
|
315
|
+
"errors":[
|
|
316
|
+
{"shape":"TableAlreadyExistsException"},
|
|
317
|
+
{"shape":"TableInUseException"},
|
|
318
|
+
{"shape":"BackupNotFoundException"},
|
|
319
|
+
{"shape":"BackupInUseException"},
|
|
320
|
+
{"shape":"LimitExceededException"},
|
|
321
|
+
{"shape":"InternalServerError"}
|
|
322
|
+
]
|
|
323
|
+
},
|
|
196
324
|
"Scan":{
|
|
197
325
|
"name":"Scan",
|
|
198
326
|
"http":{
|
|
@@ -235,6 +363,22 @@
|
|
|
235
363
|
{"shape":"ResourceInUseException"}
|
|
236
364
|
]
|
|
237
365
|
},
|
|
366
|
+
"UpdateGlobalTable":{
|
|
367
|
+
"name":"UpdateGlobalTable",
|
|
368
|
+
"http":{
|
|
369
|
+
"method":"POST",
|
|
370
|
+
"requestUri":"/"
|
|
371
|
+
},
|
|
372
|
+
"input":{"shape":"UpdateGlobalTableInput"},
|
|
373
|
+
"output":{"shape":"UpdateGlobalTableOutput"},
|
|
374
|
+
"errors":[
|
|
375
|
+
{"shape":"InternalServerError"},
|
|
376
|
+
{"shape":"GlobalTableNotFoundException"},
|
|
377
|
+
{"shape":"ReplicaAlreadyExistsException"},
|
|
378
|
+
{"shape":"ReplicaNotFoundException"},
|
|
379
|
+
{"shape":"TableNotFoundException"}
|
|
380
|
+
]
|
|
381
|
+
},
|
|
238
382
|
"UpdateItem":{
|
|
239
383
|
"name":"UpdateItem",
|
|
240
384
|
"http":{
|
|
@@ -352,6 +496,89 @@
|
|
|
352
496
|
}
|
|
353
497
|
},
|
|
354
498
|
"Backfilling":{"type":"boolean"},
|
|
499
|
+
"BackupArn":{
|
|
500
|
+
"type":"string",
|
|
501
|
+
"max":1024,
|
|
502
|
+
"min":37
|
|
503
|
+
},
|
|
504
|
+
"BackupCreationDateTime":{"type":"timestamp"},
|
|
505
|
+
"BackupDescription":{
|
|
506
|
+
"type":"structure",
|
|
507
|
+
"members":{
|
|
508
|
+
"BackupDetails":{"shape":"BackupDetails"},
|
|
509
|
+
"SourceTableDetails":{"shape":"SourceTableDetails"},
|
|
510
|
+
"SourceTableFeatureDetails":{"shape":"SourceTableFeatureDetails"}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"BackupDetails":{
|
|
514
|
+
"type":"structure",
|
|
515
|
+
"required":[
|
|
516
|
+
"BackupArn",
|
|
517
|
+
"BackupName",
|
|
518
|
+
"BackupStatus",
|
|
519
|
+
"BackupCreationDateTime"
|
|
520
|
+
],
|
|
521
|
+
"members":{
|
|
522
|
+
"BackupArn":{"shape":"BackupArn"},
|
|
523
|
+
"BackupName":{"shape":"BackupName"},
|
|
524
|
+
"BackupSizeBytes":{"shape":"BackupSizeBytes"},
|
|
525
|
+
"BackupStatus":{"shape":"BackupStatus"},
|
|
526
|
+
"BackupCreationDateTime":{"shape":"BackupCreationDateTime"}
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"BackupInUseException":{
|
|
530
|
+
"type":"structure",
|
|
531
|
+
"members":{
|
|
532
|
+
"message":{"shape":"ErrorMessage"}
|
|
533
|
+
},
|
|
534
|
+
"exception":true
|
|
535
|
+
},
|
|
536
|
+
"BackupName":{
|
|
537
|
+
"type":"string",
|
|
538
|
+
"max":255,
|
|
539
|
+
"min":3
|
|
540
|
+
},
|
|
541
|
+
"BackupNotFoundException":{
|
|
542
|
+
"type":"structure",
|
|
543
|
+
"members":{
|
|
544
|
+
"message":{"shape":"ErrorMessage"}
|
|
545
|
+
},
|
|
546
|
+
"exception":true
|
|
547
|
+
},
|
|
548
|
+
"BackupSizeBytes":{
|
|
549
|
+
"type":"long",
|
|
550
|
+
"min":0
|
|
551
|
+
},
|
|
552
|
+
"BackupStatus":{
|
|
553
|
+
"type":"string",
|
|
554
|
+
"enum":[
|
|
555
|
+
"CREATING",
|
|
556
|
+
"DELETED",
|
|
557
|
+
"AVAILABLE"
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
"BackupSummaries":{
|
|
561
|
+
"type":"list",
|
|
562
|
+
"member":{"shape":"BackupSummary"}
|
|
563
|
+
},
|
|
564
|
+
"BackupSummary":{
|
|
565
|
+
"type":"structure",
|
|
566
|
+
"members":{
|
|
567
|
+
"TableName":{"shape":"TableName"},
|
|
568
|
+
"TableId":{"shape":"TableId"},
|
|
569
|
+
"TableArn":{"shape":"TableArn"},
|
|
570
|
+
"BackupArn":{"shape":"BackupArn"},
|
|
571
|
+
"BackupName":{"shape":"BackupName"},
|
|
572
|
+
"BackupCreationDateTime":{"shape":"BackupCreationDateTime"},
|
|
573
|
+
"BackupStatus":{"shape":"BackupStatus"},
|
|
574
|
+
"BackupSizeBytes":{"shape":"BackupSizeBytes"}
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
"BackupsInputLimit":{
|
|
578
|
+
"type":"integer",
|
|
579
|
+
"max":100,
|
|
580
|
+
"min":1
|
|
581
|
+
},
|
|
355
582
|
"BatchGetItemInput":{
|
|
356
583
|
"type":"structure",
|
|
357
584
|
"required":["RequestItems"],
|
|
@@ -474,6 +701,44 @@
|
|
|
474
701
|
"member":{"shape":"ConsumedCapacity"}
|
|
475
702
|
},
|
|
476
703
|
"ConsumedCapacityUnits":{"type":"double"},
|
|
704
|
+
"ContinuousBackupsDescription":{
|
|
705
|
+
"type":"structure",
|
|
706
|
+
"required":["ContinuousBackupsStatus"],
|
|
707
|
+
"members":{
|
|
708
|
+
"ContinuousBackupsStatus":{"shape":"ContinuousBackupsStatus"}
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"ContinuousBackupsStatus":{
|
|
712
|
+
"type":"string",
|
|
713
|
+
"enum":[
|
|
714
|
+
"ENABLED",
|
|
715
|
+
"DISABLED"
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
"ContinuousBackupsUnavailableException":{
|
|
719
|
+
"type":"structure",
|
|
720
|
+
"members":{
|
|
721
|
+
"message":{"shape":"ErrorMessage"}
|
|
722
|
+
},
|
|
723
|
+
"exception":true
|
|
724
|
+
},
|
|
725
|
+
"CreateBackupInput":{
|
|
726
|
+
"type":"structure",
|
|
727
|
+
"required":[
|
|
728
|
+
"TableName",
|
|
729
|
+
"BackupName"
|
|
730
|
+
],
|
|
731
|
+
"members":{
|
|
732
|
+
"TableName":{"shape":"TableName"},
|
|
733
|
+
"BackupName":{"shape":"BackupName"}
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"CreateBackupOutput":{
|
|
737
|
+
"type":"structure",
|
|
738
|
+
"members":{
|
|
739
|
+
"BackupDetails":{"shape":"BackupDetails"}
|
|
740
|
+
}
|
|
741
|
+
},
|
|
477
742
|
"CreateGlobalSecondaryIndexAction":{
|
|
478
743
|
"type":"structure",
|
|
479
744
|
"required":[
|
|
@@ -489,6 +754,30 @@
|
|
|
489
754
|
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
|
|
490
755
|
}
|
|
491
756
|
},
|
|
757
|
+
"CreateGlobalTableInput":{
|
|
758
|
+
"type":"structure",
|
|
759
|
+
"required":[
|
|
760
|
+
"GlobalTableName",
|
|
761
|
+
"ReplicationGroup"
|
|
762
|
+
],
|
|
763
|
+
"members":{
|
|
764
|
+
"GlobalTableName":{"shape":"TableName"},
|
|
765
|
+
"ReplicationGroup":{"shape":"ReplicaList"}
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"CreateGlobalTableOutput":{
|
|
769
|
+
"type":"structure",
|
|
770
|
+
"members":{
|
|
771
|
+
"GlobalTableDescription":{"shape":"GlobalTableDescription"}
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
"CreateReplicaAction":{
|
|
775
|
+
"type":"structure",
|
|
776
|
+
"required":["RegionName"],
|
|
777
|
+
"members":{
|
|
778
|
+
"RegionName":{"shape":"RegionName"}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
492
781
|
"CreateTableInput":{
|
|
493
782
|
"type":"structure",
|
|
494
783
|
"required":[
|
|
@@ -514,6 +803,19 @@
|
|
|
514
803
|
}
|
|
515
804
|
},
|
|
516
805
|
"Date":{"type":"timestamp"},
|
|
806
|
+
"DeleteBackupInput":{
|
|
807
|
+
"type":"structure",
|
|
808
|
+
"required":["BackupArn"],
|
|
809
|
+
"members":{
|
|
810
|
+
"BackupArn":{"shape":"BackupArn"}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"DeleteBackupOutput":{
|
|
814
|
+
"type":"structure",
|
|
815
|
+
"members":{
|
|
816
|
+
"BackupDescription":{"shape":"BackupDescription"}
|
|
817
|
+
}
|
|
818
|
+
},
|
|
517
819
|
"DeleteGlobalSecondaryIndexAction":{
|
|
518
820
|
"type":"structure",
|
|
519
821
|
"required":["IndexName"],
|
|
@@ -548,6 +850,13 @@
|
|
|
548
850
|
"ItemCollectionMetrics":{"shape":"ItemCollectionMetrics"}
|
|
549
851
|
}
|
|
550
852
|
},
|
|
853
|
+
"DeleteReplicaAction":{
|
|
854
|
+
"type":"structure",
|
|
855
|
+
"required":["RegionName"],
|
|
856
|
+
"members":{
|
|
857
|
+
"RegionName":{"shape":"RegionName"}
|
|
858
|
+
}
|
|
859
|
+
},
|
|
551
860
|
"DeleteRequest":{
|
|
552
861
|
"type":"structure",
|
|
553
862
|
"required":["Key"],
|
|
@@ -568,6 +877,45 @@
|
|
|
568
877
|
"TableDescription":{"shape":"TableDescription"}
|
|
569
878
|
}
|
|
570
879
|
},
|
|
880
|
+
"DescribeBackupInput":{
|
|
881
|
+
"type":"structure",
|
|
882
|
+
"required":["BackupArn"],
|
|
883
|
+
"members":{
|
|
884
|
+
"BackupArn":{"shape":"BackupArn"}
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
"DescribeBackupOutput":{
|
|
888
|
+
"type":"structure",
|
|
889
|
+
"members":{
|
|
890
|
+
"BackupDescription":{"shape":"BackupDescription"}
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"DescribeContinuousBackupsInput":{
|
|
894
|
+
"type":"structure",
|
|
895
|
+
"required":["TableName"],
|
|
896
|
+
"members":{
|
|
897
|
+
"TableName":{"shape":"TableName"}
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
"DescribeContinuousBackupsOutput":{
|
|
901
|
+
"type":"structure",
|
|
902
|
+
"members":{
|
|
903
|
+
"ContinuousBackupsDescription":{"shape":"ContinuousBackupsDescription"}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"DescribeGlobalTableInput":{
|
|
907
|
+
"type":"structure",
|
|
908
|
+
"required":["GlobalTableName"],
|
|
909
|
+
"members":{
|
|
910
|
+
"GlobalTableName":{"shape":"TableName"}
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"DescribeGlobalTableOutput":{
|
|
914
|
+
"type":"structure",
|
|
915
|
+
"members":{
|
|
916
|
+
"GlobalTableDescription":{"shape":"GlobalTableDescription"}
|
|
917
|
+
}
|
|
918
|
+
},
|
|
571
919
|
"DescribeLimitsInput":{
|
|
572
920
|
"type":"structure",
|
|
573
921
|
"members":{
|
|
@@ -696,6 +1044,15 @@
|
|
|
696
1044
|
"type":"list",
|
|
697
1045
|
"member":{"shape":"GlobalSecondaryIndexDescription"}
|
|
698
1046
|
},
|
|
1047
|
+
"GlobalSecondaryIndexInfo":{
|
|
1048
|
+
"type":"structure",
|
|
1049
|
+
"members":{
|
|
1050
|
+
"IndexName":{"shape":"IndexName"},
|
|
1051
|
+
"KeySchema":{"shape":"KeySchema"},
|
|
1052
|
+
"Projection":{"shape":"Projection"},
|
|
1053
|
+
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
699
1056
|
"GlobalSecondaryIndexList":{
|
|
700
1057
|
"type":"list",
|
|
701
1058
|
"member":{"shape":"GlobalSecondaryIndex"}
|
|
@@ -712,6 +1069,55 @@
|
|
|
712
1069
|
"type":"list",
|
|
713
1070
|
"member":{"shape":"GlobalSecondaryIndexUpdate"}
|
|
714
1071
|
},
|
|
1072
|
+
"GlobalSecondaryIndexes":{
|
|
1073
|
+
"type":"list",
|
|
1074
|
+
"member":{"shape":"GlobalSecondaryIndexInfo"}
|
|
1075
|
+
},
|
|
1076
|
+
"GlobalTable":{
|
|
1077
|
+
"type":"structure",
|
|
1078
|
+
"members":{
|
|
1079
|
+
"GlobalTableName":{"shape":"TableName"},
|
|
1080
|
+
"ReplicationGroup":{"shape":"ReplicaList"}
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"GlobalTableAlreadyExistsException":{
|
|
1084
|
+
"type":"structure",
|
|
1085
|
+
"members":{
|
|
1086
|
+
"message":{"shape":"ErrorMessage"}
|
|
1087
|
+
},
|
|
1088
|
+
"exception":true
|
|
1089
|
+
},
|
|
1090
|
+
"GlobalTableArnString":{"type":"string"},
|
|
1091
|
+
"GlobalTableDescription":{
|
|
1092
|
+
"type":"structure",
|
|
1093
|
+
"members":{
|
|
1094
|
+
"ReplicationGroup":{"shape":"ReplicaDescriptionList"},
|
|
1095
|
+
"GlobalTableArn":{"shape":"GlobalTableArnString"},
|
|
1096
|
+
"CreationDateTime":{"shape":"Date"},
|
|
1097
|
+
"GlobalTableStatus":{"shape":"GlobalTableStatus"},
|
|
1098
|
+
"GlobalTableName":{"shape":"TableName"}
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
"GlobalTableList":{
|
|
1102
|
+
"type":"list",
|
|
1103
|
+
"member":{"shape":"GlobalTable"}
|
|
1104
|
+
},
|
|
1105
|
+
"GlobalTableNotFoundException":{
|
|
1106
|
+
"type":"structure",
|
|
1107
|
+
"members":{
|
|
1108
|
+
"message":{"shape":"ErrorMessage"}
|
|
1109
|
+
},
|
|
1110
|
+
"exception":true
|
|
1111
|
+
},
|
|
1112
|
+
"GlobalTableStatus":{
|
|
1113
|
+
"type":"string",
|
|
1114
|
+
"enum":[
|
|
1115
|
+
"CREATING",
|
|
1116
|
+
"ACTIVE",
|
|
1117
|
+
"DELETING",
|
|
1118
|
+
"UPDATING"
|
|
1119
|
+
]
|
|
1120
|
+
},
|
|
715
1121
|
"IndexName":{
|
|
716
1122
|
"type":"string",
|
|
717
1123
|
"max":255,
|
|
@@ -769,6 +1175,10 @@
|
|
|
769
1175
|
},
|
|
770
1176
|
"exception":true
|
|
771
1177
|
},
|
|
1178
|
+
"ItemCount":{
|
|
1179
|
+
"type":"long",
|
|
1180
|
+
"min":0
|
|
1181
|
+
},
|
|
772
1182
|
"ItemList":{
|
|
773
1183
|
"type":"list",
|
|
774
1184
|
"member":{"shape":"AttributeMap"}
|
|
@@ -841,6 +1251,38 @@
|
|
|
841
1251
|
"type":"list",
|
|
842
1252
|
"member":{"shape":"AttributeValue"}
|
|
843
1253
|
},
|
|
1254
|
+
"ListBackupsInput":{
|
|
1255
|
+
"type":"structure",
|
|
1256
|
+
"members":{
|
|
1257
|
+
"TableName":{"shape":"TableName"},
|
|
1258
|
+
"Limit":{"shape":"BackupsInputLimit"},
|
|
1259
|
+
"TimeRangeLowerBound":{"shape":"TimeRangeLowerBound"},
|
|
1260
|
+
"TimeRangeUpperBound":{"shape":"TimeRangeUpperBound"},
|
|
1261
|
+
"ExclusiveStartBackupArn":{"shape":"BackupArn"}
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
"ListBackupsOutput":{
|
|
1265
|
+
"type":"structure",
|
|
1266
|
+
"members":{
|
|
1267
|
+
"BackupSummaries":{"shape":"BackupSummaries"},
|
|
1268
|
+
"LastEvaluatedBackupArn":{"shape":"BackupArn"}
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"ListGlobalTablesInput":{
|
|
1272
|
+
"type":"structure",
|
|
1273
|
+
"members":{
|
|
1274
|
+
"ExclusiveStartGlobalTableName":{"shape":"TableName"},
|
|
1275
|
+
"Limit":{"shape":"PositiveIntegerObject"},
|
|
1276
|
+
"RegionName":{"shape":"RegionName"}
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
"ListGlobalTablesOutput":{
|
|
1280
|
+
"type":"structure",
|
|
1281
|
+
"members":{
|
|
1282
|
+
"GlobalTables":{"shape":"GlobalTableList"},
|
|
1283
|
+
"LastEvaluatedGlobalTableName":{"shape":"TableName"}
|
|
1284
|
+
}
|
|
1285
|
+
},
|
|
844
1286
|
"ListTablesInput":{
|
|
845
1287
|
"type":"structure",
|
|
846
1288
|
"members":{
|
|
@@ -903,10 +1345,22 @@
|
|
|
903
1345
|
"type":"list",
|
|
904
1346
|
"member":{"shape":"LocalSecondaryIndexDescription"}
|
|
905
1347
|
},
|
|
1348
|
+
"LocalSecondaryIndexInfo":{
|
|
1349
|
+
"type":"structure",
|
|
1350
|
+
"members":{
|
|
1351
|
+
"IndexName":{"shape":"IndexName"},
|
|
1352
|
+
"KeySchema":{"shape":"KeySchema"},
|
|
1353
|
+
"Projection":{"shape":"Projection"}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
906
1356
|
"LocalSecondaryIndexList":{
|
|
907
1357
|
"type":"list",
|
|
908
1358
|
"member":{"shape":"LocalSecondaryIndex"}
|
|
909
1359
|
},
|
|
1360
|
+
"LocalSecondaryIndexes":{
|
|
1361
|
+
"type":"list",
|
|
1362
|
+
"member":{"shape":"LocalSecondaryIndexInfo"}
|
|
1363
|
+
},
|
|
910
1364
|
"Long":{"type":"long"},
|
|
911
1365
|
"MapAttributeValue":{
|
|
912
1366
|
"type":"map",
|
|
@@ -1055,6 +1509,52 @@
|
|
|
1055
1509
|
"ConsumedCapacity":{"shape":"ConsumedCapacity"}
|
|
1056
1510
|
}
|
|
1057
1511
|
},
|
|
1512
|
+
"RegionName":{"type":"string"},
|
|
1513
|
+
"Replica":{
|
|
1514
|
+
"type":"structure",
|
|
1515
|
+
"members":{
|
|
1516
|
+
"RegionName":{"shape":"RegionName"}
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"ReplicaAlreadyExistsException":{
|
|
1520
|
+
"type":"structure",
|
|
1521
|
+
"members":{
|
|
1522
|
+
"message":{"shape":"ErrorMessage"}
|
|
1523
|
+
},
|
|
1524
|
+
"exception":true
|
|
1525
|
+
},
|
|
1526
|
+
"ReplicaDescription":{
|
|
1527
|
+
"type":"structure",
|
|
1528
|
+
"members":{
|
|
1529
|
+
"RegionName":{"shape":"RegionName"}
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"ReplicaDescriptionList":{
|
|
1533
|
+
"type":"list",
|
|
1534
|
+
"member":{"shape":"ReplicaDescription"}
|
|
1535
|
+
},
|
|
1536
|
+
"ReplicaList":{
|
|
1537
|
+
"type":"list",
|
|
1538
|
+
"member":{"shape":"Replica"}
|
|
1539
|
+
},
|
|
1540
|
+
"ReplicaNotFoundException":{
|
|
1541
|
+
"type":"structure",
|
|
1542
|
+
"members":{
|
|
1543
|
+
"message":{"shape":"ErrorMessage"}
|
|
1544
|
+
},
|
|
1545
|
+
"exception":true
|
|
1546
|
+
},
|
|
1547
|
+
"ReplicaUpdate":{
|
|
1548
|
+
"type":"structure",
|
|
1549
|
+
"members":{
|
|
1550
|
+
"Create":{"shape":"CreateReplicaAction"},
|
|
1551
|
+
"Delete":{"shape":"DeleteReplicaAction"}
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
"ReplicaUpdateList":{
|
|
1555
|
+
"type":"list",
|
|
1556
|
+
"member":{"shape":"ReplicaUpdate"}
|
|
1557
|
+
},
|
|
1058
1558
|
"ResourceArnString":{
|
|
1059
1559
|
"type":"string",
|
|
1060
1560
|
"max":1283,
|
|
@@ -1074,6 +1574,38 @@
|
|
|
1074
1574
|
},
|
|
1075
1575
|
"exception":true
|
|
1076
1576
|
},
|
|
1577
|
+
"RestoreDateTime":{"type":"timestamp"},
|
|
1578
|
+
"RestoreInProgress":{"type":"boolean"},
|
|
1579
|
+
"RestoreSummary":{
|
|
1580
|
+
"type":"structure",
|
|
1581
|
+
"required":[
|
|
1582
|
+
"RestoreDateTime",
|
|
1583
|
+
"RestoreInProgress"
|
|
1584
|
+
],
|
|
1585
|
+
"members":{
|
|
1586
|
+
"SourceBackupArn":{"shape":"BackupArn"},
|
|
1587
|
+
"SourceTableArn":{"shape":"TableArn"},
|
|
1588
|
+
"RestoreDateTime":{"shape":"RestoreDateTime"},
|
|
1589
|
+
"RestoreInProgress":{"shape":"RestoreInProgress"}
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
"RestoreTableFromBackupInput":{
|
|
1593
|
+
"type":"structure",
|
|
1594
|
+
"required":[
|
|
1595
|
+
"TargetTableName",
|
|
1596
|
+
"BackupArn"
|
|
1597
|
+
],
|
|
1598
|
+
"members":{
|
|
1599
|
+
"TargetTableName":{"shape":"TableName"},
|
|
1600
|
+
"BackupArn":{"shape":"BackupArn"}
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"RestoreTableFromBackupOutput":{
|
|
1604
|
+
"type":"structure",
|
|
1605
|
+
"members":{
|
|
1606
|
+
"TableDescription":{"shape":"TableDescription"}
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1077
1609
|
"ReturnConsumedCapacity":{
|
|
1078
1610
|
"type":"string",
|
|
1079
1611
|
"enum":[
|
|
@@ -1163,6 +1695,35 @@
|
|
|
1163
1695
|
"COUNT"
|
|
1164
1696
|
]
|
|
1165
1697
|
},
|
|
1698
|
+
"SourceTableDetails":{
|
|
1699
|
+
"type":"structure",
|
|
1700
|
+
"required":[
|
|
1701
|
+
"TableName",
|
|
1702
|
+
"TableId",
|
|
1703
|
+
"KeySchema",
|
|
1704
|
+
"TableCreationDateTime",
|
|
1705
|
+
"ProvisionedThroughput"
|
|
1706
|
+
],
|
|
1707
|
+
"members":{
|
|
1708
|
+
"TableName":{"shape":"TableName"},
|
|
1709
|
+
"TableId":{"shape":"TableId"},
|
|
1710
|
+
"TableArn":{"shape":"TableArn"},
|
|
1711
|
+
"TableSizeBytes":{"shape":"Long"},
|
|
1712
|
+
"KeySchema":{"shape":"KeySchema"},
|
|
1713
|
+
"TableCreationDateTime":{"shape":"TableCreationDateTime"},
|
|
1714
|
+
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
|
|
1715
|
+
"ItemCount":{"shape":"ItemCount"}
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
"SourceTableFeatureDetails":{
|
|
1719
|
+
"type":"structure",
|
|
1720
|
+
"members":{
|
|
1721
|
+
"LocalSecondaryIndexes":{"shape":"LocalSecondaryIndexes"},
|
|
1722
|
+
"GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexes"},
|
|
1723
|
+
"StreamDescription":{"shape":"StreamSpecification"},
|
|
1724
|
+
"TimeToLiveDescription":{"shape":"TimeToLiveDescription"}
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1166
1727
|
"StreamArn":{
|
|
1167
1728
|
"type":"string",
|
|
1168
1729
|
"max":1024,
|
|
@@ -1191,6 +1752,15 @@
|
|
|
1191
1752
|
"type":"list",
|
|
1192
1753
|
"member":{"shape":"StringAttributeValue"}
|
|
1193
1754
|
},
|
|
1755
|
+
"TableAlreadyExistsException":{
|
|
1756
|
+
"type":"structure",
|
|
1757
|
+
"members":{
|
|
1758
|
+
"message":{"shape":"ErrorMessage"}
|
|
1759
|
+
},
|
|
1760
|
+
"exception":true
|
|
1761
|
+
},
|
|
1762
|
+
"TableArn":{"type":"string"},
|
|
1763
|
+
"TableCreationDateTime":{"type":"timestamp"},
|
|
1194
1764
|
"TableDescription":{
|
|
1195
1765
|
"type":"structure",
|
|
1196
1766
|
"members":{
|
|
@@ -1203,13 +1773,26 @@
|
|
|
1203
1773
|
"TableSizeBytes":{"shape":"Long"},
|
|
1204
1774
|
"ItemCount":{"shape":"Long"},
|
|
1205
1775
|
"TableArn":{"shape":"String"},
|
|
1776
|
+
"TableId":{"shape":"TableId"},
|
|
1206
1777
|
"LocalSecondaryIndexes":{"shape":"LocalSecondaryIndexDescriptionList"},
|
|
1207
1778
|
"GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexDescriptionList"},
|
|
1208
1779
|
"StreamSpecification":{"shape":"StreamSpecification"},
|
|
1209
1780
|
"LatestStreamLabel":{"shape":"String"},
|
|
1210
|
-
"LatestStreamArn":{"shape":"StreamArn"}
|
|
1781
|
+
"LatestStreamArn":{"shape":"StreamArn"},
|
|
1782
|
+
"RestoreSummary":{"shape":"RestoreSummary"}
|
|
1211
1783
|
}
|
|
1212
1784
|
},
|
|
1785
|
+
"TableId":{
|
|
1786
|
+
"type":"string",
|
|
1787
|
+
"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
|
|
1788
|
+
},
|
|
1789
|
+
"TableInUseException":{
|
|
1790
|
+
"type":"structure",
|
|
1791
|
+
"members":{
|
|
1792
|
+
"message":{"shape":"ErrorMessage"}
|
|
1793
|
+
},
|
|
1794
|
+
"exception":true
|
|
1795
|
+
},
|
|
1213
1796
|
"TableName":{
|
|
1214
1797
|
"type":"string",
|
|
1215
1798
|
"max":255,
|
|
@@ -1220,6 +1803,13 @@
|
|
|
1220
1803
|
"type":"list",
|
|
1221
1804
|
"member":{"shape":"TableName"}
|
|
1222
1805
|
},
|
|
1806
|
+
"TableNotFoundException":{
|
|
1807
|
+
"type":"structure",
|
|
1808
|
+
"members":{
|
|
1809
|
+
"message":{"shape":"ErrorMessage"}
|
|
1810
|
+
},
|
|
1811
|
+
"exception":true
|
|
1812
|
+
},
|
|
1223
1813
|
"TableStatus":{
|
|
1224
1814
|
"type":"string",
|
|
1225
1815
|
"enum":[
|
|
@@ -1269,6 +1859,8 @@
|
|
|
1269
1859
|
"max":256,
|
|
1270
1860
|
"min":0
|
|
1271
1861
|
},
|
|
1862
|
+
"TimeRangeLowerBound":{"type":"timestamp"},
|
|
1863
|
+
"TimeRangeUpperBound":{"type":"timestamp"},
|
|
1272
1864
|
"TimeToLiveAttributeName":{
|
|
1273
1865
|
"type":"string",
|
|
1274
1866
|
"max":255,
|
|
@@ -1325,6 +1917,23 @@
|
|
|
1325
1917
|
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
|
|
1326
1918
|
}
|
|
1327
1919
|
},
|
|
1920
|
+
"UpdateGlobalTableInput":{
|
|
1921
|
+
"type":"structure",
|
|
1922
|
+
"required":[
|
|
1923
|
+
"GlobalTableName",
|
|
1924
|
+
"ReplicaUpdates"
|
|
1925
|
+
],
|
|
1926
|
+
"members":{
|
|
1927
|
+
"GlobalTableName":{"shape":"TableName"},
|
|
1928
|
+
"ReplicaUpdates":{"shape":"ReplicaUpdateList"}
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"UpdateGlobalTableOutput":{
|
|
1932
|
+
"type":"structure",
|
|
1933
|
+
"members":{
|
|
1934
|
+
"GlobalTableDescription":{"shape":"GlobalTableDescription"}
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1328
1937
|
"UpdateItemInput":{
|
|
1329
1938
|
"type":"structure",
|
|
1330
1939
|
"required":[
|