@@ -85,9 +85,7 @@ export = {
85
85
Properties : {
86
86
AttributeDefinitions : [ { AttributeName : 'hashKey' , AttributeType : 'S' } ] ,
87
87
KeySchema : [ { AttributeName : 'hashKey' , KeyType : 'HASH' } ] ,
88
- ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
89
- GlobalSecondaryIndexes : [ ] ,
90
- LocalSecondaryIndexes : [ ]
88
+ ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
91
89
}
92
90
}
93
91
}
@@ -116,9 +114,7 @@ export = {
116
114
{ AttributeName : 'hashKey' , KeyType : 'HASH' } ,
117
115
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
118
116
] ,
119
- ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
120
- GlobalSecondaryIndexes : [ ] ,
121
- LocalSecondaryIndexes : [ ]
117
+ ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
122
118
}
123
119
}
124
120
}
@@ -147,9 +143,7 @@ export = {
147
143
{ AttributeName : 'hashKey' , KeyType : 'HASH' } ,
148
144
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
149
145
] ,
150
- ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
151
- GlobalSecondaryIndexes : [ ] ,
152
- LocalSecondaryIndexes : [ ]
146
+ ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
153
147
}
154
148
}
155
149
}
@@ -178,9 +172,7 @@ export = {
178
172
{ AttributeName : 'hashKey' , KeyType : 'HASH' } ,
179
173
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
180
174
] ,
181
- ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
182
- GlobalSecondaryIndexes : [ ] ,
183
- LocalSecondaryIndexes : [ ]
175
+ ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
184
176
}
185
177
}
186
178
}
@@ -209,9 +201,7 @@ export = {
209
201
{ AttributeName : 'hashKey' , KeyType : 'HASH' } ,
210
202
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
211
203
] ,
212
- ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
213
- GlobalSecondaryIndexes : [ ] ,
214
- LocalSecondaryIndexes : [ ]
204
+ ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
215
205
}
216
206
}
217
207
}
@@ -240,9 +230,7 @@ export = {
240
230
{ AttributeName : 'hashKey' , KeyType : 'HASH' } ,
241
231
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
242
232
] ,
243
- ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
244
- GlobalSecondaryIndexes : [ ] ,
245
- LocalSecondaryIndexes : [ ]
233
+ ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
246
234
}
247
235
}
248
236
}
@@ -278,8 +266,6 @@ export = {
278
266
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
279
267
] ,
280
268
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
281
- GlobalSecondaryIndexes : [ ] ,
282
- LocalSecondaryIndexes : [ ] ,
283
269
TableName : 'MyTable'
284
270
}
285
271
}
@@ -311,8 +297,6 @@ export = {
311
297
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
312
298
] ,
313
299
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
314
- GlobalSecondaryIndexes : [ ] ,
315
- LocalSecondaryIndexes : [ ] ,
316
300
AttributeDefinitions : [
317
301
{ AttributeName : 'hashKey' , AttributeType : 'S' } ,
318
302
{ AttributeName : 'sortKey' , AttributeType : 'N' }
@@ -349,8 +333,6 @@ export = {
349
333
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
350
334
] ,
351
335
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
352
- GlobalSecondaryIndexes : [ ] ,
353
- LocalSecondaryIndexes : [ ] ,
354
336
AttributeDefinitions : [
355
337
{ AttributeName : 'hashKey' , AttributeType : 'S' } ,
356
338
{ AttributeName : 'sortKey' , AttributeType : 'N' }
@@ -399,8 +381,6 @@ export = {
399
381
ReadCapacityUnits : 42 ,
400
382
WriteCapacityUnits : 1337
401
383
} ,
402
- GlobalSecondaryIndexes : [ ] ,
403
- LocalSecondaryIndexes : [ ] ,
404
384
PointInTimeRecoverySpecification : { PointInTimeRecoveryEnabled : true } ,
405
385
SSESpecification : { SSEEnabled : true } ,
406
386
StreamSpecification : { StreamViewType : 'KEYS_ONLY' } ,
@@ -452,8 +432,7 @@ export = {
452
432
Projection : { ProjectionType : 'ALL' } ,
453
433
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 }
454
434
}
455
- ] ,
456
- LocalSecondaryIndexes : [ ]
435
+ ]
457
436
}
458
437
}
459
438
}
@@ -503,8 +482,7 @@ export = {
503
482
Projection : { ProjectionType : 'ALL' } ,
504
483
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 }
505
484
}
506
- ] ,
507
- LocalSecondaryIndexes : [ ]
485
+ ]
508
486
}
509
487
}
510
488
}
@@ -552,8 +530,7 @@ export = {
552
530
Projection : { ProjectionType : 'KEYS_ONLY' } ,
553
531
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
554
532
}
555
- ] ,
556
- LocalSecondaryIndexes : [ ]
533
+ ]
557
534
}
558
535
}
559
536
}
@@ -605,8 +582,7 @@ export = {
605
582
Projection : { NonKeyAttributes : [ 'gsiNonKey0' , 'gsiNonKey1' ] , ProjectionType : 'INCLUDE' } ,
606
583
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 }
607
584
}
608
- ] ,
609
- LocalSecondaryIndexes : [ ]
585
+ ]
610
586
}
611
587
}
612
588
}
@@ -775,8 +751,7 @@ export = {
775
751
Projection : { ProjectionType : 'ALL' } ,
776
752
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
777
753
} ,
778
- ] ,
779
- LocalSecondaryIndexes : [ ]
754
+ ]
780
755
}
781
756
}
782
757
}
@@ -836,8 +811,7 @@ export = {
836
811
Projection : { ProjectionType : 'ALL' } ,
837
812
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 }
838
813
}
839
- ] ,
840
- LocalSecondaryIndexes : [ ]
814
+ ]
841
815
}
842
816
}
843
817
}
@@ -872,7 +846,6 @@ export = {
872
846
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
873
847
] ,
874
848
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
875
- GlobalSecondaryIndexes : [ ] ,
876
849
LocalSecondaryIndexes : [
877
850
{
878
851
IndexName : 'MyLSI' ,
@@ -918,7 +891,6 @@ export = {
918
891
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
919
892
] ,
920
893
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
921
- GlobalSecondaryIndexes : [ ] ,
922
894
LocalSecondaryIndexes : [
923
895
{
924
896
IndexName : 'MyLSI' ,
@@ -967,7 +939,6 @@ export = {
967
939
{ AttributeName : 'sortKey' , KeyType : 'RANGE' }
968
940
] ,
969
941
ProvisionedThroughput : { ReadCapacityUnits : 5 , WriteCapacityUnits : 5 } ,
970
- GlobalSecondaryIndexes : [ ] ,
971
942
LocalSecondaryIndexes : [
972
943
{
973
944
IndexName : 'MyLSI' ,
@@ -1077,8 +1048,6 @@ export = {
1077
1048
[ { AttributeName : 'hashKey' , KeyType : 'HASH' } ,
1078
1049
{ AttributeName : 'sortKey' , KeyType : 'RANGE' } ] ,
1079
1050
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1080
- GlobalSecondaryIndexes : [ ] ,
1081
- LocalSecondaryIndexes : [ ] ,
1082
1051
AttributeDefinitions :
1083
1052
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1084
1053
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
@@ -1159,8 +1128,6 @@ export = {
1159
1128
[ { AttributeName : 'hashKey' , KeyType : 'HASH' } ,
1160
1129
{ AttributeName : 'sortKey' , KeyType : 'RANGE' } ] ,
1161
1130
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1162
- GlobalSecondaryIndexes : [ ] ,
1163
- LocalSecondaryIndexes : [ ] ,
1164
1131
AttributeDefinitions :
1165
1132
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1166
1133
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
@@ -1269,8 +1236,6 @@ export = {
1269
1236
[ { AttributeName : 'hashKey' , KeyType : 'HASH' } ,
1270
1237
{ AttributeName : 'sortKey' , KeyType : 'RANGE' } ] ,
1271
1238
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1272
- GlobalSecondaryIndexes : [ ] ,
1273
- LocalSecondaryIndexes : [ ] ,
1274
1239
AttributeDefinitions :
1275
1240
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1276
1241
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
@@ -1350,8 +1315,6 @@ export = {
1350
1315
[ { AttributeName : 'hashKey' , KeyType : 'HASH' } ,
1351
1316
{ AttributeName : 'sortKey' , KeyType : 'RANGE' } ] ,
1352
1317
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1353
- GlobalSecondaryIndexes : [ ] ,
1354
- LocalSecondaryIndexes : [ ] ,
1355
1318
AttributeDefinitions :
1356
1319
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1357
1320
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] } } ,
@@ -1554,8 +1517,6 @@ export = {
1554
1517
[ { AttributeName : 'hashKey' , KeyType : 'HASH' } ,
1555
1518
{ AttributeName : 'sortKey' , KeyType : 'RANGE' } ] ,
1556
1519
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1557
- GlobalSecondaryIndexes : [ ] ,
1558
- LocalSecondaryIndexes : [ ] ,
1559
1520
AttributeDefinitions :
1560
1521
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1561
1522
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
@@ -1636,8 +1597,6 @@ export = {
1636
1597
[ { AttributeName : 'hashKey' , KeyType : 'HASH' } ,
1637
1598
{ AttributeName : 'sortKey' , KeyType : 'RANGE' } ] ,
1638
1599
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1639
- GlobalSecondaryIndexes : [ ] ,
1640
- LocalSecondaryIndexes : [ ] ,
1641
1600
AttributeDefinitions :
1642
1601
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1643
1602
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
@@ -1746,8 +1705,6 @@ export = {
1746
1705
[ { AttributeName : 'hashKey' , KeyType : 'HASH' } ,
1747
1706
{ AttributeName : 'sortKey' , KeyType : 'RANGE' } ] ,
1748
1707
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1749
- GlobalSecondaryIndexes : [ ] ,
1750
- LocalSecondaryIndexes : [ ] ,
1751
1708
AttributeDefinitions :
1752
1709
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1753
1710
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] ,
@@ -1827,8 +1784,6 @@ export = {
1827
1784
[ { AttributeName : 'hashKey' , KeyType : 'HASH' } ,
1828
1785
{ AttributeName : 'sortKey' , KeyType : 'RANGE' } ] ,
1829
1786
ProvisionedThroughput : { ReadCapacityUnits : 42 , WriteCapacityUnits : 1337 } ,
1830
- GlobalSecondaryIndexes : [ ] ,
1831
- LocalSecondaryIndexes : [ ] ,
1832
1787
AttributeDefinitions :
1833
1788
[ { AttributeName : 'hashKey' , AttributeType : 'S' } ,
1834
1789
{ AttributeName : 'sortKey' , AttributeType : 'N' } ] } } ,
0 commit comments