cdk-docker-image-deployment 0.0.184 → 0.0.186

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.
Files changed (33) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +366 -179
  9. package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +10 -0
  10. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +114 -105
  11. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +84 -35
  12. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +33 -0
  13. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +24 -0
  14. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +98 -80
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +193 -185
  16. package/node_modules/aws-sdk/clients/athena.d.ts +7 -3
  17. package/node_modules/aws-sdk/clients/dms.d.ts +294 -22
  18. package/node_modules/aws-sdk/clients/dynamodb.d.ts +25 -11
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/lakeformation.d.ts +50 -0
  21. package/node_modules/aws-sdk/clients/location.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/mediapackage.d.ts +47 -3
  23. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +33 -1
  24. package/node_modules/aws-sdk/clients/route53resolver.d.ts +71 -26
  25. package/node_modules/aws-sdk/clients/sagemaker.d.ts +20 -2
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +119 -109
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +25 -11
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +4 -4
@@ -213,14 +213,17 @@
213
213
  "Tags": {
214
214
  "shape": "S37"
215
215
  },
216
- "TableClass": {}
216
+ "TableClass": {},
217
+ "DeletionProtectionEnabled": {
218
+ "type": "boolean"
219
+ }
217
220
  }
218
221
  },
219
222
  "output": {
220
223
  "type": "structure",
221
224
  "members": {
222
225
  "TableDescription": {
223
- "shape": "S3c"
226
+ "shape": "S3d"
224
227
  }
225
228
  }
226
229
  },
@@ -240,7 +243,7 @@
240
243
  "type": "structure",
241
244
  "members": {
242
245
  "BackupDescription": {
243
- "shape": "S40"
246
+ "shape": "S41"
244
247
  }
245
248
  }
246
249
  },
@@ -259,7 +262,7 @@
259
262
  "shape": "S12"
260
263
  },
261
264
  "Expected": {
262
- "shape": "S4d"
265
+ "shape": "S4e"
263
266
  },
264
267
  "ConditionalOperator": {},
265
268
  "ReturnValues": {},
@@ -270,7 +273,7 @@
270
273
  "shape": "S15"
271
274
  },
272
275
  "ExpressionAttributeValues": {
273
- "shape": "S4l"
276
+ "shape": "S4m"
274
277
  }
275
278
  }
276
279
  },
@@ -304,7 +307,7 @@
304
307
  "type": "structure",
305
308
  "members": {
306
309
  "TableDescription": {
307
- "shape": "S3c"
310
+ "shape": "S3d"
308
311
  }
309
312
  }
310
313
  },
@@ -324,7 +327,7 @@
324
327
  "type": "structure",
325
328
  "members": {
326
329
  "BackupDescription": {
327
- "shape": "S40"
330
+ "shape": "S41"
328
331
  }
329
332
  }
330
333
  },
@@ -344,7 +347,7 @@
344
347
  "type": "structure",
345
348
  "members": {
346
349
  "ContinuousBackupsDescription": {
347
- "shape": "S4u"
350
+ "shape": "S4v"
348
351
  }
349
352
  }
350
353
  },
@@ -429,7 +432,7 @@
429
432
  "type": "structure",
430
433
  "members": {
431
434
  "ExportDescription": {
432
- "shape": "S5e"
435
+ "shape": "S5g"
433
436
  }
434
437
  }
435
438
  }
@@ -469,7 +472,7 @@
469
472
  "members": {
470
473
  "GlobalTableName": {},
471
474
  "ReplicaSettings": {
472
- "shape": "S5y"
475
+ "shape": "S60"
473
476
  }
474
477
  }
475
478
  },
@@ -492,7 +495,7 @@
492
495
  ],
493
496
  "members": {
494
497
  "ImportTableDescription": {
495
- "shape": "S6c"
498
+ "shape": "S6e"
496
499
  }
497
500
  }
498
501
  }
@@ -564,7 +567,7 @@
564
567
  "type": "structure",
565
568
  "members": {
566
569
  "Table": {
567
- "shape": "S3c"
570
+ "shape": "S3d"
568
571
  }
569
572
  }
570
573
  },
@@ -584,7 +587,7 @@
584
587
  "type": "structure",
585
588
  "members": {
586
589
  "TableAutoScalingDescription": {
587
- "shape": "S74"
590
+ "shape": "S76"
588
591
  }
589
592
  }
590
593
  }
@@ -603,7 +606,7 @@
603
606
  "type": "structure",
604
607
  "members": {
605
608
  "TimeToLiveDescription": {
606
- "shape": "S49"
609
+ "shape": "S4a"
607
610
  }
608
611
  }
609
612
  },
@@ -611,19 +614,19 @@
611
614
  },
612
615
  "DisableKinesisStreamingDestination": {
613
616
  "input": {
614
- "shape": "S7b"
617
+ "shape": "S7d"
615
618
  },
616
619
  "output": {
617
- "shape": "S7c"
620
+ "shape": "S7e"
618
621
  },
619
622
  "endpointdiscovery": {}
620
623
  },
621
624
  "EnableKinesisStreamingDestination": {
622
625
  "input": {
623
- "shape": "S7b"
626
+ "shape": "S7d"
624
627
  },
625
628
  "output": {
626
- "shape": "S7c"
629
+ "shape": "S7e"
627
630
  },
628
631
  "endpointdiscovery": {}
629
632
  },
@@ -696,7 +699,7 @@
696
699
  "type": "structure",
697
700
  "members": {
698
701
  "Responses": {
699
- "shape": "S7m"
702
+ "shape": "S7o"
700
703
  },
701
704
  "ConsumedCapacity": {
702
705
  "shape": "Ss"
@@ -731,7 +734,7 @@
731
734
  "type": "structure",
732
735
  "members": {
733
736
  "ExportDescription": {
734
- "shape": "S5e"
737
+ "shape": "S5g"
735
738
  }
736
739
  }
737
740
  }
@@ -787,15 +790,15 @@
787
790
  "idempotencyToken": true
788
791
  },
789
792
  "S3BucketSource": {
790
- "shape": "S6e"
793
+ "shape": "S6g"
791
794
  },
792
795
  "InputFormat": {},
793
796
  "InputFormatOptions": {
794
- "shape": "S6i"
797
+ "shape": "S6k"
795
798
  },
796
799
  "InputCompressionType": {},
797
800
  "TableCreationParameters": {
798
- "shape": "S6o"
801
+ "shape": "S6q"
799
802
  }
800
803
  }
801
804
  },
@@ -806,7 +809,7 @@
806
809
  ],
807
810
  "members": {
808
811
  "ImportTableDescription": {
809
- "shape": "S6c"
812
+ "shape": "S6e"
810
813
  }
811
814
  }
812
815
  }
@@ -972,7 +975,7 @@
972
975
  "ImportStatus": {},
973
976
  "TableArn": {},
974
977
  "S3BucketSource": {
975
- "shape": "S6e"
978
+ "shape": "S6g"
976
979
  },
977
980
  "CloudWatchLogGroupArn": {},
978
981
  "InputFormat": {},
@@ -1046,7 +1049,7 @@
1046
1049
  "shape": "S1f"
1047
1050
  },
1048
1051
  "Expected": {
1049
- "shape": "S4d"
1052
+ "shape": "S4e"
1050
1053
  },
1051
1054
  "ReturnValues": {},
1052
1055
  "ReturnConsumedCapacity": {},
@@ -1057,7 +1060,7 @@
1057
1060
  "shape": "S15"
1058
1061
  },
1059
1062
  "ExpressionAttributeValues": {
1060
- "shape": "S4l"
1063
+ "shape": "S4m"
1061
1064
  }
1062
1065
  }
1063
1066
  },
@@ -1100,11 +1103,11 @@
1100
1103
  "type": "map",
1101
1104
  "key": {},
1102
1105
  "value": {
1103
- "shape": "S90"
1106
+ "shape": "S92"
1104
1107
  }
1105
1108
  },
1106
1109
  "QueryFilter": {
1107
- "shape": "S91"
1110
+ "shape": "S93"
1108
1111
  },
1109
1112
  "ConditionalOperator": {},
1110
1113
  "ScanIndexForward": {
@@ -1121,7 +1124,7 @@
1121
1124
  "shape": "S15"
1122
1125
  },
1123
1126
  "ExpressionAttributeValues": {
1124
- "shape": "S4l"
1127
+ "shape": "S4m"
1125
1128
  }
1126
1129
  }
1127
1130
  },
@@ -1176,7 +1179,7 @@
1176
1179
  "type": "structure",
1177
1180
  "members": {
1178
1181
  "TableDescription": {
1179
- "shape": "S3c"
1182
+ "shape": "S3d"
1180
1183
  }
1181
1184
  }
1182
1185
  },
@@ -1217,7 +1220,7 @@
1217
1220
  "type": "structure",
1218
1221
  "members": {
1219
1222
  "TableDescription": {
1220
- "shape": "S3c"
1223
+ "shape": "S3d"
1221
1224
  }
1222
1225
  }
1223
1226
  },
@@ -1240,7 +1243,7 @@
1240
1243
  },
1241
1244
  "Select": {},
1242
1245
  "ScanFilter": {
1243
- "shape": "S91"
1246
+ "shape": "S93"
1244
1247
  },
1245
1248
  "ConditionalOperator": {},
1246
1249
  "ExclusiveStartKey": {
@@ -1259,7 +1262,7 @@
1259
1262
  "shape": "S15"
1260
1263
  },
1261
1264
  "ExpressionAttributeValues": {
1262
- "shape": "S4l"
1265
+ "shape": "S4m"
1263
1266
  },
1264
1267
  "ConsistentRead": {
1265
1268
  "type": "boolean"
@@ -1349,7 +1352,7 @@
1349
1352
  "shape": "Ss"
1350
1353
  },
1351
1354
  "Responses": {
1352
- "shape": "S7m"
1355
+ "shape": "S7o"
1353
1356
  }
1354
1357
  }
1355
1358
  },
@@ -1384,7 +1387,7 @@
1384
1387
  "shape": "S15"
1385
1388
  },
1386
1389
  "ExpressionAttributeValues": {
1387
- "shape": "S4l"
1390
+ "shape": "S4m"
1388
1391
  },
1389
1392
  "ReturnValuesOnConditionCheckFailure": {}
1390
1393
  }
@@ -1405,7 +1408,7 @@
1405
1408
  "shape": "S15"
1406
1409
  },
1407
1410
  "ExpressionAttributeValues": {
1408
- "shape": "S4l"
1411
+ "shape": "S4m"
1409
1412
  },
1410
1413
  "ReturnValuesOnConditionCheckFailure": {}
1411
1414
  }
@@ -1426,7 +1429,7 @@
1426
1429
  "shape": "S15"
1427
1430
  },
1428
1431
  "ExpressionAttributeValues": {
1429
- "shape": "S4l"
1432
+ "shape": "S4m"
1430
1433
  },
1431
1434
  "ReturnValuesOnConditionCheckFailure": {}
1432
1435
  }
@@ -1449,7 +1452,7 @@
1449
1452
  "shape": "S15"
1450
1453
  },
1451
1454
  "ExpressionAttributeValues": {
1452
- "shape": "S4l"
1455
+ "shape": "S4m"
1453
1456
  },
1454
1457
  "ReturnValuesOnConditionCheckFailure": {}
1455
1458
  }
@@ -1520,7 +1523,7 @@
1520
1523
  "type": "structure",
1521
1524
  "members": {
1522
1525
  "ContinuousBackupsDescription": {
1523
- "shape": "S4u"
1526
+ "shape": "S4v"
1524
1527
  }
1525
1528
  }
1526
1529
  },
@@ -1608,7 +1611,7 @@
1608
1611
  "type": "long"
1609
1612
  },
1610
1613
  "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": {
1611
- "shape": "Sa8"
1614
+ "shape": "Saa"
1612
1615
  },
1613
1616
  "GlobalTableGlobalSecondaryIndexSettingsUpdate": {
1614
1617
  "type": "list",
@@ -1623,7 +1626,7 @@
1623
1626
  "type": "long"
1624
1627
  },
1625
1628
  "ProvisionedWriteCapacityAutoScalingSettingsUpdate": {
1626
- "shape": "Sa8"
1629
+ "shape": "Saa"
1627
1630
  }
1628
1631
  }
1629
1632
  }
@@ -1641,7 +1644,7 @@
1641
1644
  "type": "long"
1642
1645
  },
1643
1646
  "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": {
1644
- "shape": "Sa8"
1647
+ "shape": "Saa"
1645
1648
  },
1646
1649
  "ReplicaGlobalSecondaryIndexSettingsUpdate": {
1647
1650
  "type": "list",
@@ -1656,7 +1659,7 @@
1656
1659
  "type": "long"
1657
1660
  },
1658
1661
  "ProvisionedReadCapacityAutoScalingSettingsUpdate": {
1659
- "shape": "Sa8"
1662
+ "shape": "Saa"
1660
1663
  }
1661
1664
  }
1662
1665
  }
@@ -1672,7 +1675,7 @@
1672
1675
  "members": {
1673
1676
  "GlobalTableName": {},
1674
1677
  "ReplicaSettings": {
1675
- "shape": "S5y"
1678
+ "shape": "S60"
1676
1679
  }
1677
1680
  }
1678
1681
  },
@@ -1704,7 +1707,7 @@
1704
1707
  }
1705
1708
  },
1706
1709
  "Expected": {
1707
- "shape": "S4d"
1710
+ "shape": "S4e"
1708
1711
  },
1709
1712
  "ConditionalOperator": {},
1710
1713
  "ReturnValues": {},
@@ -1716,7 +1719,7 @@
1716
1719
  "shape": "S15"
1717
1720
  },
1718
1721
  "ExpressionAttributeValues": {
1719
- "shape": "S4l"
1722
+ "shape": "S4m"
1720
1723
  }
1721
1724
  }
1722
1725
  },
@@ -1824,7 +1827,7 @@
1824
1827
  "shape": "S2b"
1825
1828
  },
1826
1829
  "GlobalSecondaryIndexes": {
1827
- "shape": "Sax"
1830
+ "shape": "Saz"
1828
1831
  },
1829
1832
  "TableClassOverride": {}
1830
1833
  }
@@ -1841,7 +1844,7 @@
1841
1844
  "shape": "S2b"
1842
1845
  },
1843
1846
  "GlobalSecondaryIndexes": {
1844
- "shape": "Sax"
1847
+ "shape": "Saz"
1845
1848
  },
1846
1849
  "TableClassOverride": {}
1847
1850
  }
@@ -1858,14 +1861,17 @@
1858
1861
  }
1859
1862
  }
1860
1863
  },
1861
- "TableClass": {}
1864
+ "TableClass": {},
1865
+ "DeletionProtectionEnabled": {
1866
+ "type": "boolean"
1867
+ }
1862
1868
  }
1863
1869
  },
1864
1870
  "output": {
1865
1871
  "type": "structure",
1866
1872
  "members": {
1867
1873
  "TableDescription": {
1868
- "shape": "S3c"
1874
+ "shape": "S3d"
1869
1875
  }
1870
1876
  }
1871
1877
  },
@@ -1885,14 +1891,14 @@
1885
1891
  "members": {
1886
1892
  "IndexName": {},
1887
1893
  "ProvisionedWriteCapacityAutoScalingUpdate": {
1888
- "shape": "Sa8"
1894
+ "shape": "Saa"
1889
1895
  }
1890
1896
  }
1891
1897
  }
1892
1898
  },
1893
1899
  "TableName": {},
1894
1900
  "ProvisionedWriteCapacityAutoScalingUpdate": {
1895
- "shape": "Sa8"
1901
+ "shape": "Saa"
1896
1902
  },
1897
1903
  "ReplicaUpdates": {
1898
1904
  "type": "list",
@@ -1910,13 +1916,13 @@
1910
1916
  "members": {
1911
1917
  "IndexName": {},
1912
1918
  "ProvisionedReadCapacityAutoScalingUpdate": {
1913
- "shape": "Sa8"
1919
+ "shape": "Saa"
1914
1920
  }
1915
1921
  }
1916
1922
  }
1917
1923
  },
1918
1924
  "ReplicaProvisionedReadCapacityAutoScalingUpdate": {
1919
- "shape": "Sa8"
1925
+ "shape": "Saa"
1920
1926
  }
1921
1927
  }
1922
1928
  }
@@ -1927,7 +1933,7 @@
1927
1933
  "type": "structure",
1928
1934
  "members": {
1929
1935
  "TableAutoScalingDescription": {
1930
- "shape": "S74"
1936
+ "shape": "S76"
1931
1937
  }
1932
1938
  }
1933
1939
  }
@@ -1942,7 +1948,7 @@
1942
1948
  "members": {
1943
1949
  "TableName": {},
1944
1950
  "TimeToLiveSpecification": {
1945
- "shape": "Sbb"
1951
+ "shape": "Sbd"
1946
1952
  }
1947
1953
  }
1948
1954
  },
@@ -1950,7 +1956,7 @@
1950
1956
  "type": "structure",
1951
1957
  "members": {
1952
1958
  "TimeToLiveSpecification": {
1953
- "shape": "Sbb"
1959
+ "shape": "Sbd"
1954
1960
  }
1955
1961
  }
1956
1962
  },
@@ -2415,7 +2421,7 @@
2415
2421
  }
2416
2422
  }
2417
2423
  },
2418
- "S3c": {
2424
+ "S3d": {
2419
2425
  "type": "structure",
2420
2426
  "members": {
2421
2427
  "AttributeDefinitions": {
@@ -2430,7 +2436,7 @@
2430
2436
  "type": "timestamp"
2431
2437
  },
2432
2438
  "ProvisionedThroughput": {
2433
- "shape": "S3e"
2439
+ "shape": "S3f"
2434
2440
  },
2435
2441
  "TableSizeBytes": {
2436
2442
  "type": "long"
@@ -2441,7 +2447,7 @@
2441
2447
  "TableArn": {},
2442
2448
  "TableId": {},
2443
2449
  "BillingModeSummary": {
2444
- "shape": "S3i"
2450
+ "shape": "S3j"
2445
2451
  },
2446
2452
  "LocalSecondaryIndexes": {
2447
2453
  "type": "list",
@@ -2482,7 +2488,7 @@
2482
2488
  "type": "boolean"
2483
2489
  },
2484
2490
  "ProvisionedThroughput": {
2485
- "shape": "S3e"
2491
+ "shape": "S3f"
2486
2492
  },
2487
2493
  "IndexSizeBytes": {
2488
2494
  "type": "long"
@@ -2521,7 +2527,7 @@
2521
2527
  }
2522
2528
  },
2523
2529
  "SSEDescription": {
2524
- "shape": "S3t"
2530
+ "shape": "S3u"
2525
2531
  },
2526
2532
  "ArchivalSummary": {
2527
2533
  "type": "structure",
@@ -2535,10 +2541,13 @@
2535
2541
  },
2536
2542
  "TableClassSummary": {
2537
2543
  "shape": "S2f"
2544
+ },
2545
+ "DeletionProtectionEnabled": {
2546
+ "type": "boolean"
2538
2547
  }
2539
2548
  }
2540
2549
  },
2541
- "S3e": {
2550
+ "S3f": {
2542
2551
  "type": "structure",
2543
2552
  "members": {
2544
2553
  "LastIncreaseDateTime": {
@@ -2558,7 +2567,7 @@
2558
2567
  }
2559
2568
  }
2560
2569
  },
2561
- "S3i": {
2570
+ "S3j": {
2562
2571
  "type": "structure",
2563
2572
  "members": {
2564
2573
  "BillingMode": {},
@@ -2567,7 +2576,7 @@
2567
2576
  }
2568
2577
  }
2569
2578
  },
2570
- "S3t": {
2579
+ "S3u": {
2571
2580
  "type": "structure",
2572
2581
  "members": {
2573
2582
  "Status": {},
@@ -2578,7 +2587,7 @@
2578
2587
  }
2579
2588
  }
2580
2589
  },
2581
- "S40": {
2590
+ "S41": {
2582
2591
  "type": "structure",
2583
2592
  "members": {
2584
2593
  "BackupDetails": {
@@ -2655,23 +2664,23 @@
2655
2664
  "shape": "S31"
2656
2665
  },
2657
2666
  "TimeToLiveDescription": {
2658
- "shape": "S49"
2667
+ "shape": "S4a"
2659
2668
  },
2660
2669
  "SSEDescription": {
2661
- "shape": "S3t"
2670
+ "shape": "S3u"
2662
2671
  }
2663
2672
  }
2664
2673
  }
2665
2674
  }
2666
2675
  },
2667
- "S49": {
2676
+ "S4a": {
2668
2677
  "type": "structure",
2669
2678
  "members": {
2670
2679
  "TimeToLiveStatus": {},
2671
2680
  "AttributeName": {}
2672
2681
  }
2673
2682
  },
2674
- "S4d": {
2683
+ "S4e": {
2675
2684
  "type": "map",
2676
2685
  "key": {},
2677
2686
  "value": {
@@ -2685,25 +2694,25 @@
2685
2694
  },
2686
2695
  "ComparisonOperator": {},
2687
2696
  "AttributeValueList": {
2688
- "shape": "S4h"
2697
+ "shape": "S4i"
2689
2698
  }
2690
2699
  }
2691
2700
  }
2692
2701
  },
2693
- "S4h": {
2702
+ "S4i": {
2694
2703
  "type": "list",
2695
2704
  "member": {
2696
2705
  "shape": "S6"
2697
2706
  }
2698
2707
  },
2699
- "S4l": {
2708
+ "S4m": {
2700
2709
  "type": "map",
2701
2710
  "key": {},
2702
2711
  "value": {
2703
2712
  "shape": "S6"
2704
2713
  }
2705
2714
  },
2706
- "S4u": {
2715
+ "S4v": {
2707
2716
  "type": "structure",
2708
2717
  "required": [
2709
2718
  "ContinuousBackupsStatus"
@@ -2724,7 +2733,7 @@
2724
2733
  }
2725
2734
  }
2726
2735
  },
2727
- "S5e": {
2736
+ "S5g": {
2728
2737
  "type": "structure",
2729
2738
  "members": {
2730
2739
  "ExportArn": {},
@@ -2758,7 +2767,7 @@
2758
2767
  }
2759
2768
  }
2760
2769
  },
2761
- "S5y": {
2770
+ "S60": {
2762
2771
  "type": "list",
2763
2772
  "member": {
2764
2773
  "type": "structure",
@@ -2769,19 +2778,19 @@
2769
2778
  "RegionName": {},
2770
2779
  "ReplicaStatus": {},
2771
2780
  "ReplicaBillingModeSummary": {
2772
- "shape": "S3i"
2781
+ "shape": "S3j"
2773
2782
  },
2774
2783
  "ReplicaProvisionedReadCapacityUnits": {
2775
2784
  "type": "long"
2776
2785
  },
2777
2786
  "ReplicaProvisionedReadCapacityAutoScalingSettings": {
2778
- "shape": "S60"
2787
+ "shape": "S62"
2779
2788
  },
2780
2789
  "ReplicaProvisionedWriteCapacityUnits": {
2781
2790
  "type": "long"
2782
2791
  },
2783
2792
  "ReplicaProvisionedWriteCapacityAutoScalingSettings": {
2784
- "shape": "S60"
2793
+ "shape": "S62"
2785
2794
  },
2786
2795
  "ReplicaGlobalSecondaryIndexSettings": {
2787
2796
  "type": "list",
@@ -2797,13 +2806,13 @@
2797
2806
  "type": "long"
2798
2807
  },
2799
2808
  "ProvisionedReadCapacityAutoScalingSettings": {
2800
- "shape": "S60"
2809
+ "shape": "S62"
2801
2810
  },
2802
2811
  "ProvisionedWriteCapacityUnits": {
2803
2812
  "type": "long"
2804
2813
  },
2805
2814
  "ProvisionedWriteCapacityAutoScalingSettings": {
2806
- "shape": "S60"
2815
+ "shape": "S62"
2807
2816
  }
2808
2817
  }
2809
2818
  }
@@ -2814,7 +2823,7 @@
2814
2823
  }
2815
2824
  }
2816
2825
  },
2817
- "S60": {
2826
+ "S62": {
2818
2827
  "type": "structure",
2819
2828
  "members": {
2820
2829
  "MinimumUnits": {
@@ -2858,7 +2867,7 @@
2858
2867
  }
2859
2868
  }
2860
2869
  },
2861
- "S6c": {
2870
+ "S6e": {
2862
2871
  "type": "structure",
2863
2872
  "members": {
2864
2873
  "ImportArn": {},
@@ -2867,7 +2876,7 @@
2867
2876
  "TableId": {},
2868
2877
  "ClientToken": {},
2869
2878
  "S3BucketSource": {
2870
- "shape": "S6e"
2879
+ "shape": "S6g"
2871
2880
  },
2872
2881
  "ErrorCount": {
2873
2882
  "type": "long"
@@ -2875,11 +2884,11 @@
2875
2884
  "CloudWatchLogGroupArn": {},
2876
2885
  "InputFormat": {},
2877
2886
  "InputFormatOptions": {
2878
- "shape": "S6i"
2887
+ "shape": "S6k"
2879
2888
  },
2880
2889
  "InputCompressionType": {},
2881
2890
  "TableCreationParameters": {
2882
- "shape": "S6o"
2891
+ "shape": "S6q"
2883
2892
  },
2884
2893
  "StartTime": {
2885
2894
  "type": "timestamp"
@@ -2900,7 +2909,7 @@
2900
2909
  "FailureMessage": {}
2901
2910
  }
2902
2911
  },
2903
- "S6e": {
2912
+ "S6g": {
2904
2913
  "type": "structure",
2905
2914
  "required": [
2906
2915
  "S3Bucket"
@@ -2911,7 +2920,7 @@
2911
2920
  "S3KeyPrefix": {}
2912
2921
  }
2913
2922
  },
2914
- "S6i": {
2923
+ "S6k": {
2915
2924
  "type": "structure",
2916
2925
  "members": {
2917
2926
  "Csv": {
@@ -2926,7 +2935,7 @@
2926
2935
  }
2927
2936
  }
2928
2937
  },
2929
- "S6o": {
2938
+ "S6q": {
2930
2939
  "type": "structure",
2931
2940
  "required": [
2932
2941
  "TableName",
@@ -2953,7 +2962,7 @@
2953
2962
  }
2954
2963
  }
2955
2964
  },
2956
- "S74": {
2965
+ "S76": {
2957
2966
  "type": "structure",
2958
2967
  "members": {
2959
2968
  "TableName": {},
@@ -2972,19 +2981,19 @@
2972
2981
  "IndexName": {},
2973
2982
  "IndexStatus": {},
2974
2983
  "ProvisionedReadCapacityAutoScalingSettings": {
2975
- "shape": "S60"
2984
+ "shape": "S62"
2976
2985
  },
2977
2986
  "ProvisionedWriteCapacityAutoScalingSettings": {
2978
- "shape": "S60"
2987
+ "shape": "S62"
2979
2988
  }
2980
2989
  }
2981
2990
  }
2982
2991
  },
2983
2992
  "ReplicaProvisionedReadCapacityAutoScalingSettings": {
2984
- "shape": "S60"
2993
+ "shape": "S62"
2985
2994
  },
2986
2995
  "ReplicaProvisionedWriteCapacityAutoScalingSettings": {
2987
- "shape": "S60"
2996
+ "shape": "S62"
2988
2997
  },
2989
2998
  "ReplicaStatus": {}
2990
2999
  }
@@ -2992,7 +3001,7 @@
2992
3001
  }
2993
3002
  }
2994
3003
  },
2995
- "S7b": {
3004
+ "S7d": {
2996
3005
  "type": "structure",
2997
3006
  "required": [
2998
3007
  "TableName",
@@ -3003,7 +3012,7 @@
3003
3012
  "StreamArn": {}
3004
3013
  }
3005
3014
  },
3006
- "S7c": {
3015
+ "S7e": {
3007
3016
  "type": "structure",
3008
3017
  "members": {
3009
3018
  "TableName": {},
@@ -3011,7 +3020,7 @@
3011
3020
  "DestinationStatus": {}
3012
3021
  }
3013
3022
  },
3014
- "S7m": {
3023
+ "S7o": {
3015
3024
  "type": "list",
3016
3025
  "member": {
3017
3026
  "type": "structure",
@@ -3022,26 +3031,26 @@
3022
3031
  }
3023
3032
  }
3024
3033
  },
3025
- "S90": {
3034
+ "S92": {
3026
3035
  "type": "structure",
3027
3036
  "required": [
3028
3037
  "ComparisonOperator"
3029
3038
  ],
3030
3039
  "members": {
3031
3040
  "AttributeValueList": {
3032
- "shape": "S4h"
3041
+ "shape": "S4i"
3033
3042
  },
3034
3043
  "ComparisonOperator": {}
3035
3044
  }
3036
3045
  },
3037
- "S91": {
3046
+ "S93": {
3038
3047
  "type": "map",
3039
3048
  "key": {},
3040
3049
  "value": {
3041
- "shape": "S90"
3050
+ "shape": "S92"
3042
3051
  }
3043
3052
  },
3044
- "Sa8": {
3053
+ "Saa": {
3045
3054
  "type": "structure",
3046
3055
  "members": {
3047
3056
  "MinimumUnits": {
@@ -3085,7 +3094,7 @@
3085
3094
  }
3086
3095
  }
3087
3096
  },
3088
- "Sax": {
3097
+ "Saz": {
3089
3098
  "type": "list",
3090
3099
  "member": {
3091
3100
  "type": "structure",
@@ -3100,7 +3109,7 @@
3100
3109
  }
3101
3110
  }
3102
3111
  },
3103
- "Sbb": {
3112
+ "Sbd": {
3104
3113
  "type": "structure",
3105
3114
  "required": [
3106
3115
  "Enabled",