cdk-docker-image-deployment 0.0.117 → 0.0.119

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 (28) 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 +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +160 -145
  8. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +54 -19
  9. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +50 -49
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +242 -236
  11. package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.paginators.json +10 -5
  12. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +18 -9
  13. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +48 -48
  14. package/node_modules/aws-sdk/clients/apigateway.d.ts +3 -3
  15. package/node_modules/aws-sdk/clients/elasticache.d.ts +46 -9
  16. package/node_modules/aws-sdk/clients/emr.d.ts +67 -23
  17. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +6 -1
  18. package/node_modules/aws-sdk/clients/rds.d.ts +27 -5
  19. package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +10 -10
  20. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +13 -9
  21. package/node_modules/aws-sdk/clients/wisdom.d.ts +4 -3
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +477 -412
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +57 -57
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +5 -5
@@ -347,16 +347,14 @@
347
347
  "type": "structure",
348
348
  "required": [
349
349
  "Engine",
350
- "EngineVersion",
351
- "DatabaseInstallationFilesS3BucketName",
352
- "KMSKeyId",
353
- "Manifest"
350
+ "EngineVersion"
354
351
  ],
355
352
  "members": {
356
353
  "Engine": {},
357
354
  "EngineVersion": {},
358
355
  "DatabaseInstallationFilesS3BucketName": {},
359
356
  "DatabaseInstallationFilesS3Prefix": {},
357
+ "ImageId": {},
360
358
  "KMSKeyId": {},
361
359
  "Description": {},
362
360
  "Manifest": {},
@@ -389,7 +387,7 @@
389
387
  "DBClusterIdentifier": {},
390
388
  "DBClusterParameterGroupName": {},
391
389
  "VpcSecurityGroupIds": {
392
- "shape": "S2q"
390
+ "shape": "S2r"
393
391
  },
394
392
  "DBSubnetGroupName": {},
395
393
  "Engine": {},
@@ -418,11 +416,11 @@
418
416
  "type": "long"
419
417
  },
420
418
  "EnableCloudwatchLogsExports": {
421
- "shape": "S2n"
419
+ "shape": "S2o"
422
420
  },
423
421
  "EngineMode": {},
424
422
  "ScalingConfiguration": {
425
- "shape": "S2s"
423
+ "shape": "S2t"
426
424
  },
427
425
  "DeletionProtection": {
428
426
  "type": "boolean"
@@ -465,7 +463,7 @@
465
463
  "type": "integer"
466
464
  },
467
465
  "ServerlessV2ScalingConfiguration": {
468
- "shape": "S2t"
466
+ "shape": "S2u"
469
467
  },
470
468
  "NetworkType": {},
471
469
  "DBSystemId": {},
@@ -481,7 +479,7 @@
481
479
  "type": "structure",
482
480
  "members": {
483
481
  "DBCluster": {
484
- "shape": "S2w"
482
+ "shape": "S2x"
485
483
  }
486
484
  }
487
485
  }
@@ -510,7 +508,7 @@
510
508
  }
511
509
  },
512
510
  "output": {
513
- "shape": "S3f",
511
+ "shape": "S3g",
514
512
  "resultWrapper": "CreateDBClusterEndpointResult"
515
513
  }
516
514
  },
@@ -585,10 +583,10 @@
585
583
  "MasterUsername": {},
586
584
  "MasterUserPassword": {},
587
585
  "DBSecurityGroups": {
588
- "shape": "S3l"
586
+ "shape": "S3m"
589
587
  },
590
588
  "VpcSecurityGroupIds": {
591
- "shape": "S2q"
589
+ "shape": "S2r"
592
590
  },
593
591
  "AvailabilityZone": {},
594
592
  "DBSubnetGroupName": {},
@@ -653,7 +651,7 @@
653
651
  "type": "integer"
654
652
  },
655
653
  "EnableCloudwatchLogsExports": {
656
- "shape": "S2n"
654
+ "shape": "S2o"
657
655
  },
658
656
  "ProcessorFeatures": {
659
657
  "shape": "S1c"
@@ -684,7 +682,7 @@
684
682
  "type": "structure",
685
683
  "members": {
686
684
  "DBInstance": {
687
- "shape": "S3n"
685
+ "shape": "S3o"
688
686
  }
689
687
  }
690
688
  }
@@ -723,7 +721,7 @@
723
721
  },
724
722
  "DBSubnetGroupName": {},
725
723
  "VpcSecurityGroupIds": {
726
- "shape": "S2q"
724
+ "shape": "S2r"
727
725
  },
728
726
  "StorageType": {},
729
727
  "CopyTagsToSnapshot": {
@@ -746,7 +744,7 @@
746
744
  "type": "integer"
747
745
  },
748
746
  "EnableCloudwatchLogsExports": {
749
- "shape": "S2n"
747
+ "shape": "S2o"
750
748
  },
751
749
  "ProcessorFeatures": {
752
750
  "shape": "S1c"
@@ -779,7 +777,7 @@
779
777
  "type": "structure",
780
778
  "members": {
781
779
  "DBInstance": {
782
- "shape": "S3n"
780
+ "shape": "S3o"
783
781
  }
784
782
  }
785
783
  }
@@ -825,7 +823,7 @@
825
823
  "DBProxyName": {},
826
824
  "EngineFamily": {},
827
825
  "Auth": {
828
- "shape": "S4g"
826
+ "shape": "S4h"
829
827
  },
830
828
  "RoleArn": {},
831
829
  "VpcSubnetIds": {
@@ -853,7 +851,7 @@
853
851
  "type": "structure",
854
852
  "members": {
855
853
  "DBProxy": {
856
- "shape": "S4m"
854
+ "shape": "S4n"
857
855
  }
858
856
  }
859
857
  }
@@ -886,7 +884,7 @@
886
884
  "type": "structure",
887
885
  "members": {
888
886
  "DBProxyEndpoint": {
889
- "shape": "S4v"
887
+ "shape": "S4w"
890
888
  }
891
889
  }
892
890
  }
@@ -953,7 +951,7 @@
953
951
  "DBSubnetGroupName": {},
954
952
  "DBSubnetGroupDescription": {},
955
953
  "SubnetIds": {
956
- "shape": "S52"
954
+ "shape": "S53"
957
955
  },
958
956
  "Tags": {
959
957
  "shape": "Sb"
@@ -965,7 +963,7 @@
965
963
  "type": "structure",
966
964
  "members": {
967
965
  "DBSubnetGroup": {
968
- "shape": "S3r"
966
+ "shape": "S3s"
969
967
  }
970
968
  }
971
969
  }
@@ -1027,7 +1025,7 @@
1027
1025
  "type": "structure",
1028
1026
  "members": {
1029
1027
  "GlobalCluster": {
1030
- "shape": "S58"
1028
+ "shape": "S59"
1031
1029
  }
1032
1030
  }
1033
1031
  }
@@ -1120,7 +1118,7 @@
1120
1118
  "type": "structure",
1121
1119
  "members": {
1122
1120
  "DBCluster": {
1123
- "shape": "S2w"
1121
+ "shape": "S2x"
1124
1122
  }
1125
1123
  }
1126
1124
  }
@@ -1136,7 +1134,7 @@
1136
1134
  }
1137
1135
  },
1138
1136
  "output": {
1139
- "shape": "S3f",
1137
+ "shape": "S3g",
1140
1138
  "resultWrapper": "DeleteDBClusterEndpointResult"
1141
1139
  }
1142
1140
  },
@@ -1193,7 +1191,7 @@
1193
1191
  "type": "structure",
1194
1192
  "members": {
1195
1193
  "DBInstance": {
1196
- "shape": "S3n"
1194
+ "shape": "S3o"
1197
1195
  }
1198
1196
  }
1199
1197
  }
@@ -1211,7 +1209,7 @@
1211
1209
  "type": "structure",
1212
1210
  "members": {
1213
1211
  "DBInstanceAutomatedBackup": {
1214
- "shape": "S5t"
1212
+ "shape": "S5u"
1215
1213
  }
1216
1214
  }
1217
1215
  }
@@ -1242,7 +1240,7 @@
1242
1240
  "type": "structure",
1243
1241
  "members": {
1244
1242
  "DBProxy": {
1245
- "shape": "S4m"
1243
+ "shape": "S4n"
1246
1244
  }
1247
1245
  }
1248
1246
  }
@@ -1262,7 +1260,7 @@
1262
1260
  "type": "structure",
1263
1261
  "members": {
1264
1262
  "DBProxyEndpoint": {
1265
- "shape": "S4v"
1263
+ "shape": "S4w"
1266
1264
  }
1267
1265
  }
1268
1266
  }
@@ -1344,7 +1342,7 @@
1344
1342
  "type": "structure",
1345
1343
  "members": {
1346
1344
  "GlobalCluster": {
1347
- "shape": "S58"
1345
+ "shape": "S59"
1348
1346
  }
1349
1347
  }
1350
1348
  }
@@ -1418,7 +1416,7 @@
1418
1416
  "members": {
1419
1417
  "BlueGreenDeploymentIdentifier": {},
1420
1418
  "Filters": {
1421
- "shape": "S6h"
1419
+ "shape": "S6i"
1422
1420
  },
1423
1421
  "Marker": {},
1424
1422
  "MaxRecords": {
@@ -1446,7 +1444,7 @@
1446
1444
  "members": {
1447
1445
  "CertificateIdentifier": {},
1448
1446
  "Filters": {
1449
- "shape": "S6h"
1447
+ "shape": "S6i"
1450
1448
  },
1451
1449
  "MaxRecords": {
1452
1450
  "type": "integer"
@@ -1461,7 +1459,7 @@
1461
1459
  "Certificates": {
1462
1460
  "type": "list",
1463
1461
  "member": {
1464
- "shape": "S6q",
1462
+ "shape": "S6r",
1465
1463
  "locationName": "Certificate"
1466
1464
  }
1467
1465
  },
@@ -1479,7 +1477,7 @@
1479
1477
  "DBClusterIdentifier": {},
1480
1478
  "BacktrackIdentifier": {},
1481
1479
  "Filters": {
1482
- "shape": "S6h"
1480
+ "shape": "S6i"
1483
1481
  },
1484
1482
  "MaxRecords": {
1485
1483
  "type": "integer"
@@ -1509,7 +1507,7 @@
1509
1507
  "DBClusterIdentifier": {},
1510
1508
  "DBClusterEndpointIdentifier": {},
1511
1509
  "Filters": {
1512
- "shape": "S6h"
1510
+ "shape": "S6i"
1513
1511
  },
1514
1512
  "MaxRecords": {
1515
1513
  "type": "integer"
@@ -1525,7 +1523,7 @@
1525
1523
  "DBClusterEndpoints": {
1526
1524
  "type": "list",
1527
1525
  "member": {
1528
- "shape": "S3f",
1526
+ "shape": "S3g",
1529
1527
  "locationName": "DBClusterEndpointList"
1530
1528
  }
1531
1529
  }
@@ -1538,7 +1536,7 @@
1538
1536
  "members": {
1539
1537
  "DBClusterParameterGroupName": {},
1540
1538
  "Filters": {
1541
- "shape": "S6h"
1539
+ "shape": "S6i"
1542
1540
  },
1543
1541
  "MaxRecords": {
1544
1542
  "type": "integer"
@@ -1571,7 +1569,7 @@
1571
1569
  "DBClusterParameterGroupName": {},
1572
1570
  "Source": {},
1573
1571
  "Filters": {
1574
- "shape": "S6h"
1572
+ "shape": "S6i"
1575
1573
  },
1576
1574
  "MaxRecords": {
1577
1575
  "type": "integer"
@@ -1584,7 +1582,7 @@
1584
1582
  "type": "structure",
1585
1583
  "members": {
1586
1584
  "Parameters": {
1587
- "shape": "S72"
1585
+ "shape": "S73"
1588
1586
  },
1589
1587
  "Marker": {}
1590
1588
  }
@@ -1605,7 +1603,7 @@
1605
1603
  "type": "structure",
1606
1604
  "members": {
1607
1605
  "DBClusterSnapshotAttributesResult": {
1608
- "shape": "S77"
1606
+ "shape": "S78"
1609
1607
  }
1610
1608
  }
1611
1609
  }
@@ -1618,7 +1616,7 @@
1618
1616
  "DBClusterSnapshotIdentifier": {},
1619
1617
  "SnapshotType": {},
1620
1618
  "Filters": {
1621
- "shape": "S6h"
1619
+ "shape": "S6i"
1622
1620
  },
1623
1621
  "MaxRecords": {
1624
1622
  "type": "integer"
@@ -1653,7 +1651,7 @@
1653
1651
  "members": {
1654
1652
  "DBClusterIdentifier": {},
1655
1653
  "Filters": {
1656
- "shape": "S6h"
1654
+ "shape": "S6i"
1657
1655
  },
1658
1656
  "MaxRecords": {
1659
1657
  "type": "integer"
@@ -1672,7 +1670,7 @@
1672
1670
  "DBClusters": {
1673
1671
  "type": "list",
1674
1672
  "member": {
1675
- "shape": "S2w",
1673
+ "shape": "S2x",
1676
1674
  "locationName": "DBCluster"
1677
1675
  }
1678
1676
  }
@@ -1687,7 +1685,7 @@
1687
1685
  "EngineVersion": {},
1688
1686
  "DBParameterGroupFamily": {},
1689
1687
  "Filters": {
1690
- "shape": "S6h"
1688
+ "shape": "S6i"
1691
1689
  },
1692
1690
  "MaxRecords": {
1693
1691
  "type": "integer"
@@ -1729,7 +1727,7 @@
1729
1727
  "DbiResourceId": {},
1730
1728
  "DBInstanceIdentifier": {},
1731
1729
  "Filters": {
1732
- "shape": "S6h"
1730
+ "shape": "S6i"
1733
1731
  },
1734
1732
  "MaxRecords": {
1735
1733
  "type": "integer"
@@ -1746,7 +1744,7 @@
1746
1744
  "DBInstanceAutomatedBackups": {
1747
1745
  "type": "list",
1748
1746
  "member": {
1749
- "shape": "S5t",
1747
+ "shape": "S5u",
1750
1748
  "locationName": "DBInstanceAutomatedBackup"
1751
1749
  }
1752
1750
  }
@@ -1759,7 +1757,7 @@
1759
1757
  "members": {
1760
1758
  "DBInstanceIdentifier": {},
1761
1759
  "Filters": {
1762
- "shape": "S6h"
1760
+ "shape": "S6i"
1763
1761
  },
1764
1762
  "MaxRecords": {
1765
1763
  "type": "integer"
@@ -1775,7 +1773,7 @@
1775
1773
  "DBInstances": {
1776
1774
  "type": "list",
1777
1775
  "member": {
1778
- "shape": "S3n",
1776
+ "shape": "S3o",
1779
1777
  "locationName": "DBInstance"
1780
1778
  }
1781
1779
  }
@@ -1798,7 +1796,7 @@
1798
1796
  "type": "long"
1799
1797
  },
1800
1798
  "Filters": {
1801
- "shape": "S6h"
1799
+ "shape": "S6i"
1802
1800
  },
1803
1801
  "MaxRecords": {
1804
1802
  "type": "integer"
@@ -1836,7 +1834,7 @@
1836
1834
  "members": {
1837
1835
  "DBParameterGroupName": {},
1838
1836
  "Filters": {
1839
- "shape": "S6h"
1837
+ "shape": "S6i"
1840
1838
  },
1841
1839
  "MaxRecords": {
1842
1840
  "type": "integer"
@@ -1869,7 +1867,7 @@
1869
1867
  "DBParameterGroupName": {},
1870
1868
  "Source": {},
1871
1869
  "Filters": {
1872
- "shape": "S6h"
1870
+ "shape": "S6i"
1873
1871
  },
1874
1872
  "MaxRecords": {
1875
1873
  "type": "integer"
@@ -1882,7 +1880,7 @@
1882
1880
  "type": "structure",
1883
1881
  "members": {
1884
1882
  "Parameters": {
1885
- "shape": "S72"
1883
+ "shape": "S73"
1886
1884
  },
1887
1885
  "Marker": {}
1888
1886
  }
@@ -1894,7 +1892,7 @@
1894
1892
  "members": {
1895
1893
  "DBProxyName": {},
1896
1894
  "Filters": {
1897
- "shape": "S6h"
1895
+ "shape": "S6i"
1898
1896
  },
1899
1897
  "Marker": {},
1900
1898
  "MaxRecords": {
@@ -1909,7 +1907,7 @@
1909
1907
  "DBProxies": {
1910
1908
  "type": "list",
1911
1909
  "member": {
1912
- "shape": "S4m"
1910
+ "shape": "S4n"
1913
1911
  }
1914
1912
  },
1915
1913
  "Marker": {}
@@ -1923,7 +1921,7 @@
1923
1921
  "DBProxyName": {},
1924
1922
  "DBProxyEndpointName": {},
1925
1923
  "Filters": {
1926
- "shape": "S6h"
1924
+ "shape": "S6i"
1927
1925
  },
1928
1926
  "Marker": {},
1929
1927
  "MaxRecords": {
@@ -1938,7 +1936,7 @@
1938
1936
  "DBProxyEndpoints": {
1939
1937
  "type": "list",
1940
1938
  "member": {
1941
- "shape": "S4v"
1939
+ "shape": "S4w"
1942
1940
  }
1943
1941
  },
1944
1942
  "Marker": {}
@@ -1955,7 +1953,7 @@
1955
1953
  "DBProxyName": {},
1956
1954
  "TargetGroupName": {},
1957
1955
  "Filters": {
1958
- "shape": "S6h"
1956
+ "shape": "S6i"
1959
1957
  },
1960
1958
  "Marker": {},
1961
1959
  "MaxRecords": {
@@ -1970,7 +1968,7 @@
1970
1968
  "TargetGroups": {
1971
1969
  "type": "list",
1972
1970
  "member": {
1973
- "shape": "S88"
1971
+ "shape": "S89"
1974
1972
  }
1975
1973
  },
1976
1974
  "Marker": {}
@@ -1987,7 +1985,7 @@
1987
1985
  "DBProxyName": {},
1988
1986
  "TargetGroupName": {},
1989
1987
  "Filters": {
1990
- "shape": "S6h"
1988
+ "shape": "S6i"
1991
1989
  },
1992
1990
  "Marker": {},
1993
1991
  "MaxRecords": {
@@ -2000,7 +1998,7 @@
2000
1998
  "type": "structure",
2001
1999
  "members": {
2002
2000
  "Targets": {
2003
- "shape": "S8c"
2001
+ "shape": "S8d"
2004
2002
  },
2005
2003
  "Marker": {}
2006
2004
  }
@@ -2012,7 +2010,7 @@
2012
2010
  "members": {
2013
2011
  "DBSecurityGroupName": {},
2014
2012
  "Filters": {
2015
- "shape": "S6h"
2013
+ "shape": "S6i"
2016
2014
  },
2017
2015
  "MaxRecords": {
2018
2016
  "type": "integer"
@@ -2050,7 +2048,7 @@
2050
2048
  "type": "structure",
2051
2049
  "members": {
2052
2050
  "DBSnapshotAttributesResult": {
2053
- "shape": "S8o"
2051
+ "shape": "S8p"
2054
2052
  }
2055
2053
  }
2056
2054
  }
@@ -2063,7 +2061,7 @@
2063
2061
  "DBSnapshotIdentifier": {},
2064
2062
  "SnapshotType": {},
2065
2063
  "Filters": {
2066
- "shape": "S6h"
2064
+ "shape": "S6i"
2067
2065
  },
2068
2066
  "MaxRecords": {
2069
2067
  "type": "integer"
@@ -2099,7 +2097,7 @@
2099
2097
  "members": {
2100
2098
  "DBSubnetGroupName": {},
2101
2099
  "Filters": {
2102
- "shape": "S6h"
2100
+ "shape": "S6i"
2103
2101
  },
2104
2102
  "MaxRecords": {
2105
2103
  "type": "integer"
@@ -2115,7 +2113,7 @@
2115
2113
  "DBSubnetGroups": {
2116
2114
  "type": "list",
2117
2115
  "member": {
2118
- "shape": "S3r",
2116
+ "shape": "S3s",
2119
2117
  "locationName": "DBSubnetGroup"
2120
2118
  }
2121
2119
  }
@@ -2131,7 +2129,7 @@
2131
2129
  "members": {
2132
2130
  "DBParameterGroupFamily": {},
2133
2131
  "Filters": {
2134
- "shape": "S6h"
2132
+ "shape": "S6i"
2135
2133
  },
2136
2134
  "MaxRecords": {
2137
2135
  "type": "integer"
@@ -2144,7 +2142,7 @@
2144
2142
  "type": "structure",
2145
2143
  "members": {
2146
2144
  "EngineDefaults": {
2147
- "shape": "S8z"
2145
+ "shape": "S90"
2148
2146
  }
2149
2147
  }
2150
2148
  }
@@ -2158,7 +2156,7 @@
2158
2156
  "members": {
2159
2157
  "DBParameterGroupFamily": {},
2160
2158
  "Filters": {
2161
- "shape": "S6h"
2159
+ "shape": "S6i"
2162
2160
  },
2163
2161
  "MaxRecords": {
2164
2162
  "type": "integer"
@@ -2171,7 +2169,7 @@
2171
2169
  "type": "structure",
2172
2170
  "members": {
2173
2171
  "EngineDefaults": {
2174
- "shape": "S8z"
2172
+ "shape": "S90"
2175
2173
  }
2176
2174
  }
2177
2175
  }
@@ -2182,7 +2180,7 @@
2182
2180
  "members": {
2183
2181
  "SourceType": {},
2184
2182
  "Filters": {
2185
- "shape": "S6h"
2183
+ "shape": "S6i"
2186
2184
  }
2187
2185
  }
2188
2186
  },
@@ -2213,7 +2211,7 @@
2213
2211
  "members": {
2214
2212
  "SubscriptionName": {},
2215
2213
  "Filters": {
2216
- "shape": "S6h"
2214
+ "shape": "S6i"
2217
2215
  },
2218
2216
  "MaxRecords": {
2219
2217
  "type": "integer"
@@ -2255,7 +2253,7 @@
2255
2253
  "shape": "S8"
2256
2254
  },
2257
2255
  "Filters": {
2258
- "shape": "S6h"
2256
+ "shape": "S6i"
2259
2257
  },
2260
2258
  "MaxRecords": {
2261
2259
  "type": "integer"
@@ -2297,7 +2295,7 @@
2297
2295
  "ExportTaskIdentifier": {},
2298
2296
  "SourceArn": {},
2299
2297
  "Filters": {
2300
- "shape": "S6h"
2298
+ "shape": "S6i"
2301
2299
  },
2302
2300
  "Marker": {},
2303
2301
  "MaxRecords": {
@@ -2327,7 +2325,7 @@
2327
2325
  "members": {
2328
2326
  "GlobalClusterIdentifier": {},
2329
2327
  "Filters": {
2330
- "shape": "S6h"
2328
+ "shape": "S6i"
2331
2329
  },
2332
2330
  "MaxRecords": {
2333
2331
  "type": "integer"
@@ -2343,7 +2341,7 @@
2343
2341
  "GlobalClusters": {
2344
2342
  "type": "list",
2345
2343
  "member": {
2346
- "shape": "S58",
2344
+ "shape": "S59",
2347
2345
  "locationName": "GlobalClusterMember"
2348
2346
  }
2349
2347
  }
@@ -2360,7 +2358,7 @@
2360
2358
  "EngineName": {},
2361
2359
  "MajorEngineVersion": {},
2362
2360
  "Filters": {
2363
- "shape": "S6h"
2361
+ "shape": "S6i"
2364
2362
  },
2365
2363
  "MaxRecords": {
2366
2364
  "type": "integer"
@@ -2476,7 +2474,7 @@
2476
2474
  "members": {
2477
2475
  "OptionGroupName": {},
2478
2476
  "Filters": {
2479
- "shape": "S6h"
2477
+ "shape": "S6i"
2480
2478
  },
2481
2479
  "Marker": {},
2482
2480
  "MaxRecords": {
@@ -2517,7 +2515,7 @@
2517
2515
  "type": "boolean"
2518
2516
  },
2519
2517
  "Filters": {
2520
- "shape": "S6h"
2518
+ "shape": "S6i"
2521
2519
  },
2522
2520
  "MaxRecords": {
2523
2521
  "type": "integer"
@@ -2543,7 +2541,7 @@
2543
2541
  "AvailabilityZones": {
2544
2542
  "type": "list",
2545
2543
  "member": {
2546
- "shape": "S3u",
2544
+ "shape": "S3v",
2547
2545
  "locationName": "AvailabilityZone"
2548
2546
  }
2549
2547
  },
@@ -2591,10 +2589,10 @@
2591
2589
  "type": "double"
2592
2590
  },
2593
2591
  "AvailableProcessorFeatures": {
2594
- "shape": "Sa4"
2592
+ "shape": "Sa5"
2595
2593
  },
2596
2594
  "SupportedEngineModes": {
2597
- "shape": "S2k"
2595
+ "shape": "S2l"
2598
2596
  },
2599
2597
  "SupportsStorageAutoscaling": {
2600
2598
  "type": "boolean"
@@ -2647,7 +2645,7 @@
2647
2645
  "members": {
2648
2646
  "ResourceIdentifier": {},
2649
2647
  "Filters": {
2650
- "shape": "S6h"
2648
+ "shape": "S6i"
2651
2649
  },
2652
2650
  "Marker": {},
2653
2651
  "MaxRecords": {
@@ -2685,7 +2683,7 @@
2685
2683
  },
2686
2684
  "LeaseId": {},
2687
2685
  "Filters": {
2688
- "shape": "S6h"
2686
+ "shape": "S6i"
2689
2687
  },
2690
2688
  "MaxRecords": {
2691
2689
  "type": "integer"
@@ -2701,7 +2699,7 @@
2701
2699
  "ReservedDBInstances": {
2702
2700
  "type": "list",
2703
2701
  "member": {
2704
- "shape": "Sad",
2702
+ "shape": "Sae",
2705
2703
  "locationName": "ReservedDBInstance"
2706
2704
  }
2707
2705
  }
@@ -2721,7 +2719,7 @@
2721
2719
  "type": "boolean"
2722
2720
  },
2723
2721
  "Filters": {
2724
- "shape": "S6h"
2722
+ "shape": "S6i"
2725
2723
  },
2726
2724
  "MaxRecords": {
2727
2725
  "type": "integer"
@@ -2758,7 +2756,7 @@
2758
2756
  "type": "boolean"
2759
2757
  },
2760
2758
  "RecurringCharges": {
2761
- "shape": "Saf"
2759
+ "shape": "Sag"
2762
2760
  }
2763
2761
  },
2764
2762
  "wrapper": true
@@ -2777,7 +2775,7 @@
2777
2775
  },
2778
2776
  "Marker": {},
2779
2777
  "Filters": {
2780
- "shape": "S6h"
2778
+ "shape": "S6i"
2781
2779
  }
2782
2780
  }
2783
2781
  },
@@ -2829,28 +2827,28 @@
2829
2827
  "members": {
2830
2828
  "StorageType": {},
2831
2829
  "StorageSize": {
2832
- "shape": "Sau"
2830
+ "shape": "Sav"
2833
2831
  },
2834
2832
  "ProvisionedIops": {
2835
- "shape": "Sau"
2833
+ "shape": "Sav"
2836
2834
  },
2837
2835
  "IopsToStorageRatio": {
2838
- "shape": "Saw"
2836
+ "shape": "Sax"
2839
2837
  },
2840
2838
  "SupportsStorageAutoscaling": {
2841
2839
  "type": "boolean"
2842
2840
  },
2843
2841
  "ProvisionedStorageThroughput": {
2844
- "shape": "Sau"
2842
+ "shape": "Sav"
2845
2843
  },
2846
2844
  "StorageThroughputToIopsRatio": {
2847
- "shape": "Saw"
2845
+ "shape": "Sax"
2848
2846
  }
2849
2847
  }
2850
2848
  }
2851
2849
  },
2852
2850
  "ValidProcessorFeatures": {
2853
- "shape": "Sa4"
2851
+ "shape": "Sa5"
2854
2852
  }
2855
2853
  },
2856
2854
  "wrapper": true
@@ -2902,7 +2900,7 @@
2902
2900
  "type": "structure",
2903
2901
  "members": {
2904
2902
  "DBCluster": {
2905
- "shape": "S2w"
2903
+ "shape": "S2x"
2906
2904
  }
2907
2905
  }
2908
2906
  }
@@ -2924,7 +2922,7 @@
2924
2922
  "type": "structure",
2925
2923
  "members": {
2926
2924
  "GlobalCluster": {
2927
- "shape": "S58"
2925
+ "shape": "S59"
2928
2926
  }
2929
2927
  }
2930
2928
  }
@@ -2938,7 +2936,7 @@
2938
2936
  "members": {
2939
2937
  "ResourceName": {},
2940
2938
  "Filters": {
2941
- "shape": "S6h"
2939
+ "shape": "S6i"
2942
2940
  }
2943
2941
  }
2944
2942
  },
@@ -2990,7 +2988,7 @@
2990
2988
  "type": "structure",
2991
2989
  "members": {
2992
2990
  "Certificate": {
2993
- "shape": "S6q"
2991
+ "shape": "S6r"
2994
2992
  }
2995
2993
  }
2996
2994
  }
@@ -3066,7 +3064,7 @@
3066
3064
  },
3067
3065
  "DBClusterParameterGroupName": {},
3068
3066
  "VpcSecurityGroupIds": {
3069
- "shape": "S2q"
3067
+ "shape": "S2r"
3070
3068
  },
3071
3069
  "Port": {
3072
3070
  "type": "integer"
@@ -3082,7 +3080,7 @@
3082
3080
  "type": "long"
3083
3081
  },
3084
3082
  "CloudwatchLogsExportConfiguration": {
3085
- "shape": "Sbi"
3083
+ "shape": "Sbj"
3086
3084
  },
3087
3085
  "EngineVersion": {},
3088
3086
  "AllowMajorVersionUpgrade": {
@@ -3092,7 +3090,7 @@
3092
3090
  "Domain": {},
3093
3091
  "DomainIAMRoleName": {},
3094
3092
  "ScalingConfiguration": {
3095
- "shape": "S2s"
3093
+ "shape": "S2t"
3096
3094
  },
3097
3095
  "DeletionProtection": {
3098
3096
  "type": "boolean"
@@ -3129,7 +3127,7 @@
3129
3127
  "type": "integer"
3130
3128
  },
3131
3129
  "ServerlessV2ScalingConfiguration": {
3132
- "shape": "S2t"
3130
+ "shape": "S2u"
3133
3131
  },
3134
3132
  "NetworkType": {},
3135
3133
  "ManageMasterUserPassword": {
@@ -3146,7 +3144,7 @@
3146
3144
  "type": "structure",
3147
3145
  "members": {
3148
3146
  "DBCluster": {
3149
- "shape": "S2w"
3147
+ "shape": "S2x"
3150
3148
  }
3151
3149
  }
3152
3150
  }
@@ -3169,7 +3167,7 @@
3169
3167
  }
3170
3168
  },
3171
3169
  "output": {
3172
- "shape": "S3f",
3170
+ "shape": "S3g",
3173
3171
  "resultWrapper": "ModifyDBClusterEndpointResult"
3174
3172
  }
3175
3173
  },
@@ -3183,12 +3181,12 @@
3183
3181
  "members": {
3184
3182
  "DBClusterParameterGroupName": {},
3185
3183
  "Parameters": {
3186
- "shape": "S72"
3184
+ "shape": "S73"
3187
3185
  }
3188
3186
  }
3189
3187
  },
3190
3188
  "output": {
3191
- "shape": "Sbm",
3189
+ "shape": "Sbn",
3192
3190
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
3193
3191
  }
3194
3192
  },
@@ -3203,10 +3201,10 @@
3203
3201
  "DBClusterSnapshotIdentifier": {},
3204
3202
  "AttributeName": {},
3205
3203
  "ValuesToAdd": {
3206
- "shape": "S7a"
3204
+ "shape": "S7b"
3207
3205
  },
3208
3206
  "ValuesToRemove": {
3209
- "shape": "S7a"
3207
+ "shape": "S7b"
3210
3208
  }
3211
3209
  }
3212
3210
  },
@@ -3215,7 +3213,7 @@
3215
3213
  "type": "structure",
3216
3214
  "members": {
3217
3215
  "DBClusterSnapshotAttributesResult": {
3218
- "shape": "S77"
3216
+ "shape": "S78"
3219
3217
  }
3220
3218
  }
3221
3219
  }
@@ -3234,10 +3232,10 @@
3234
3232
  "DBInstanceClass": {},
3235
3233
  "DBSubnetGroupName": {},
3236
3234
  "DBSecurityGroups": {
3237
- "shape": "S3l"
3235
+ "shape": "S3m"
3238
3236
  },
3239
3237
  "VpcSecurityGroupIds": {
3240
- "shape": "S2q"
3238
+ "shape": "S2r"
3241
3239
  },
3242
3240
  "ApplyImmediately": {
3243
3241
  "type": "boolean"
@@ -3298,7 +3296,7 @@
3298
3296
  "type": "integer"
3299
3297
  },
3300
3298
  "CloudwatchLogsExportConfiguration": {
3301
- "shape": "Sbi"
3299
+ "shape": "Sbj"
3302
3300
  },
3303
3301
  "ProcessorFeatures": {
3304
3302
  "shape": "S1c"
@@ -3342,7 +3340,7 @@
3342
3340
  "type": "structure",
3343
3341
  "members": {
3344
3342
  "DBInstance": {
3345
- "shape": "S3n"
3343
+ "shape": "S3o"
3346
3344
  }
3347
3345
  }
3348
3346
  }
@@ -3357,12 +3355,12 @@
3357
3355
  "members": {
3358
3356
  "DBParameterGroupName": {},
3359
3357
  "Parameters": {
3360
- "shape": "S72"
3358
+ "shape": "S73"
3361
3359
  }
3362
3360
  }
3363
3361
  },
3364
3362
  "output": {
3365
- "shape": "Sbt",
3363
+ "shape": "Sbu",
3366
3364
  "resultWrapper": "ModifyDBParameterGroupResult"
3367
3365
  }
3368
3366
  },
@@ -3376,7 +3374,7 @@
3376
3374
  "DBProxyName": {},
3377
3375
  "NewDBProxyName": {},
3378
3376
  "Auth": {
3379
- "shape": "S4g"
3377
+ "shape": "S4h"
3380
3378
  },
3381
3379
  "RequireTLS": {
3382
3380
  "type": "boolean"
@@ -3398,7 +3396,7 @@
3398
3396
  "type": "structure",
3399
3397
  "members": {
3400
3398
  "DBProxy": {
3401
- "shape": "S4m"
3399
+ "shape": "S4n"
3402
3400
  }
3403
3401
  }
3404
3402
  }
@@ -3422,7 +3420,7 @@
3422
3420
  "type": "structure",
3423
3421
  "members": {
3424
3422
  "DBProxyEndpoint": {
3425
- "shape": "S4v"
3423
+ "shape": "S4w"
3426
3424
  }
3427
3425
  }
3428
3426
  }
@@ -3463,7 +3461,7 @@
3463
3461
  "type": "structure",
3464
3462
  "members": {
3465
3463
  "DBProxyTargetGroup": {
3466
- "shape": "S88"
3464
+ "shape": "S89"
3467
3465
  }
3468
3466
  }
3469
3467
  }
@@ -3501,10 +3499,10 @@
3501
3499
  "DBSnapshotIdentifier": {},
3502
3500
  "AttributeName": {},
3503
3501
  "ValuesToAdd": {
3504
- "shape": "S7a"
3502
+ "shape": "S7b"
3505
3503
  },
3506
3504
  "ValuesToRemove": {
3507
- "shape": "S7a"
3505
+ "shape": "S7b"
3508
3506
  }
3509
3507
  }
3510
3508
  },
@@ -3513,7 +3511,7 @@
3513
3511
  "type": "structure",
3514
3512
  "members": {
3515
3513
  "DBSnapshotAttributesResult": {
3516
- "shape": "S8o"
3514
+ "shape": "S8p"
3517
3515
  }
3518
3516
  }
3519
3517
  }
@@ -3529,7 +3527,7 @@
3529
3527
  "DBSubnetGroupName": {},
3530
3528
  "DBSubnetGroupDescription": {},
3531
3529
  "SubnetIds": {
3532
- "shape": "S52"
3530
+ "shape": "S53"
3533
3531
  }
3534
3532
  }
3535
3533
  },
@@ -3538,7 +3536,7 @@
3538
3536
  "type": "structure",
3539
3537
  "members": {
3540
3538
  "DBSubnetGroup": {
3541
- "shape": "S3r"
3539
+ "shape": "S3s"
3542
3540
  }
3543
3541
  }
3544
3542
  }
@@ -3591,7 +3589,7 @@
3591
3589
  "type": "structure",
3592
3590
  "members": {
3593
3591
  "GlobalCluster": {
3594
- "shape": "S58"
3592
+ "shape": "S59"
3595
3593
  }
3596
3594
  }
3597
3595
  }
@@ -3619,10 +3617,10 @@
3619
3617
  },
3620
3618
  "OptionVersion": {},
3621
3619
  "DBSecurityGroupMemberships": {
3622
- "shape": "S3l"
3620
+ "shape": "S3m"
3623
3621
  },
3624
3622
  "VpcSecurityGroupMemberships": {
3625
- "shape": "S2q"
3623
+ "shape": "S2r"
3626
3624
  },
3627
3625
  "OptionSettings": {
3628
3626
  "type": "list",
@@ -3672,7 +3670,7 @@
3672
3670
  "type": "structure",
3673
3671
  "members": {
3674
3672
  "DBInstance": {
3675
- "shape": "S3n"
3673
+ "shape": "S3o"
3676
3674
  }
3677
3675
  }
3678
3676
  }
@@ -3692,7 +3690,7 @@
3692
3690
  "type": "structure",
3693
3691
  "members": {
3694
3692
  "DBCluster": {
3695
- "shape": "S2w"
3693
+ "shape": "S2x"
3696
3694
  }
3697
3695
  }
3698
3696
  }
@@ -3719,7 +3717,7 @@
3719
3717
  "type": "structure",
3720
3718
  "members": {
3721
3719
  "ReservedDBInstance": {
3722
- "shape": "Sad"
3720
+ "shape": "Sae"
3723
3721
  }
3724
3722
  }
3725
3723
  }
@@ -3739,7 +3737,7 @@
3739
3737
  "type": "structure",
3740
3738
  "members": {
3741
3739
  "DBCluster": {
3742
- "shape": "S2w"
3740
+ "shape": "S2x"
3743
3741
  }
3744
3742
  }
3745
3743
  }
@@ -3762,7 +3760,7 @@
3762
3760
  "type": "structure",
3763
3761
  "members": {
3764
3762
  "DBInstance": {
3765
- "shape": "S3n"
3763
+ "shape": "S3o"
3766
3764
  }
3767
3765
  }
3768
3766
  }
@@ -3789,7 +3787,7 @@
3789
3787
  "type": "structure",
3790
3788
  "members": {
3791
3789
  "DBProxyTargets": {
3792
- "shape": "S8c"
3790
+ "shape": "S8d"
3793
3791
  }
3794
3792
  }
3795
3793
  }
@@ -3807,7 +3805,7 @@
3807
3805
  "type": "structure",
3808
3806
  "members": {
3809
3807
  "GlobalCluster": {
3810
- "shape": "S58"
3808
+ "shape": "S59"
3811
3809
  }
3812
3810
  }
3813
3811
  }
@@ -3891,12 +3889,12 @@
3891
3889
  "type": "boolean"
3892
3890
  },
3893
3891
  "Parameters": {
3894
- "shape": "S72"
3892
+ "shape": "S73"
3895
3893
  }
3896
3894
  }
3897
3895
  },
3898
3896
  "output": {
3899
- "shape": "Sbm",
3897
+ "shape": "Sbn",
3900
3898
  "resultWrapper": "ResetDBClusterParameterGroupResult"
3901
3899
  }
3902
3900
  },
@@ -3912,12 +3910,12 @@
3912
3910
  "type": "boolean"
3913
3911
  },
3914
3912
  "Parameters": {
3915
- "shape": "S72"
3913
+ "shape": "S73"
3916
3914
  }
3917
3915
  }
3918
3916
  },
3919
3917
  "output": {
3920
- "shape": "Sbt",
3918
+ "shape": "Sbu",
3921
3919
  "resultWrapper": "ResetDBParameterGroupResult"
3922
3920
  }
3923
3921
  },
@@ -3945,7 +3943,7 @@
3945
3943
  "DBClusterIdentifier": {},
3946
3944
  "DBClusterParameterGroupName": {},
3947
3945
  "VpcSecurityGroupIds": {
3948
- "shape": "S2q"
3946
+ "shape": "S2r"
3949
3947
  },
3950
3948
  "DBSubnetGroupName": {},
3951
3949
  "Engine": {},
@@ -3977,7 +3975,7 @@
3977
3975
  "type": "long"
3978
3976
  },
3979
3977
  "EnableCloudwatchLogsExports": {
3980
- "shape": "S2n"
3978
+ "shape": "S2o"
3981
3979
  },
3982
3980
  "DeletionProtection": {
3983
3981
  "type": "boolean"
@@ -3988,7 +3986,7 @@
3988
3986
  "Domain": {},
3989
3987
  "DomainIAMRoleName": {},
3990
3988
  "ServerlessV2ScalingConfiguration": {
3991
- "shape": "S2t"
3989
+ "shape": "S2u"
3992
3990
  },
3993
3991
  "NetworkType": {},
3994
3992
  "ManageMasterUserPassword": {
@@ -4002,7 +4000,7 @@
4002
4000
  "type": "structure",
4003
4001
  "members": {
4004
4002
  "DBCluster": {
4005
- "shape": "S2w"
4003
+ "shape": "S2x"
4006
4004
  }
4007
4005
  }
4008
4006
  }
@@ -4030,7 +4028,7 @@
4030
4028
  "DatabaseName": {},
4031
4029
  "OptionGroupName": {},
4032
4030
  "VpcSecurityGroupIds": {
4033
- "shape": "S2q"
4031
+ "shape": "S2r"
4034
4032
  },
4035
4033
  "Tags": {
4036
4034
  "shape": "Sb"
@@ -4043,11 +4041,11 @@
4043
4041
  "type": "long"
4044
4042
  },
4045
4043
  "EnableCloudwatchLogsExports": {
4046
- "shape": "S2n"
4044
+ "shape": "S2o"
4047
4045
  },
4048
4046
  "EngineMode": {},
4049
4047
  "ScalingConfiguration": {
4050
- "shape": "S2s"
4048
+ "shape": "S2t"
4051
4049
  },
4052
4050
  "DBClusterParameterGroupName": {},
4053
4051
  "DeletionProtection": {
@@ -4067,7 +4065,7 @@
4067
4065
  "type": "boolean"
4068
4066
  },
4069
4067
  "ServerlessV2ScalingConfiguration": {
4070
- "shape": "S2t"
4068
+ "shape": "S2u"
4071
4069
  },
4072
4070
  "NetworkType": {}
4073
4071
  }
@@ -4077,7 +4075,7 @@
4077
4075
  "type": "structure",
4078
4076
  "members": {
4079
4077
  "DBCluster": {
4080
- "shape": "S2w"
4078
+ "shape": "S2x"
4081
4079
  }
4082
4080
  }
4083
4081
  }
@@ -4105,7 +4103,7 @@
4105
4103
  "DBSubnetGroupName": {},
4106
4104
  "OptionGroupName": {},
4107
4105
  "VpcSecurityGroupIds": {
4108
- "shape": "S2q"
4106
+ "shape": "S2r"
4109
4107
  },
4110
4108
  "Tags": {
4111
4109
  "shape": "Sb"
@@ -4118,7 +4116,7 @@
4118
4116
  "type": "long"
4119
4117
  },
4120
4118
  "EnableCloudwatchLogsExports": {
4121
- "shape": "S2n"
4119
+ "shape": "S2o"
4122
4120
  },
4123
4121
  "DBClusterParameterGroupName": {},
4124
4122
  "DeletionProtection": {
@@ -4130,7 +4128,7 @@
4130
4128
  "Domain": {},
4131
4129
  "DomainIAMRoleName": {},
4132
4130
  "ScalingConfiguration": {
4133
- "shape": "S2s"
4131
+ "shape": "S2t"
4134
4132
  },
4135
4133
  "EngineMode": {},
4136
4134
  "DBClusterInstanceClass": {},
@@ -4142,7 +4140,7 @@
4142
4140
  "type": "integer"
4143
4141
  },
4144
4142
  "ServerlessV2ScalingConfiguration": {
4145
- "shape": "S2t"
4143
+ "shape": "S2u"
4146
4144
  },
4147
4145
  "NetworkType": {}
4148
4146
  }
@@ -4152,7 +4150,7 @@
4152
4150
  "type": "structure",
4153
4151
  "members": {
4154
4152
  "DBCluster": {
4155
- "shape": "S2w"
4153
+ "shape": "S2x"
4156
4154
  }
4157
4155
  }
4158
4156
  }
@@ -4195,7 +4193,7 @@
4195
4193
  "TdeCredentialArn": {},
4196
4194
  "TdeCredentialPassword": {},
4197
4195
  "VpcSecurityGroupIds": {
4198
- "shape": "S2q"
4196
+ "shape": "S2r"
4199
4197
  },
4200
4198
  "Domain": {},
4201
4199
  "CopyTagsToSnapshot": {
@@ -4206,7 +4204,7 @@
4206
4204
  "type": "boolean"
4207
4205
  },
4208
4206
  "EnableCloudwatchLogsExports": {
4209
- "shape": "S2n"
4207
+ "shape": "S2o"
4210
4208
  },
4211
4209
  "ProcessorFeatures": {
4212
4210
  "shape": "S1c"
@@ -4235,7 +4233,7 @@
4235
4233
  "type": "structure",
4236
4234
  "members": {
4237
4235
  "DBInstance": {
4238
- "shape": "S3n"
4236
+ "shape": "S3o"
4239
4237
  }
4240
4238
  }
4241
4239
  }
@@ -4263,10 +4261,10 @@
4263
4261
  "MasterUsername": {},
4264
4262
  "MasterUserPassword": {},
4265
4263
  "DBSecurityGroups": {
4266
- "shape": "S3l"
4264
+ "shape": "S3m"
4267
4265
  },
4268
4266
  "VpcSecurityGroupIds": {
4269
- "shape": "S2q"
4267
+ "shape": "S2r"
4270
4268
  },
4271
4269
  "AvailabilityZone": {},
4272
4270
  "DBSubnetGroupName": {},
@@ -4325,7 +4323,7 @@
4325
4323
  "type": "integer"
4326
4324
  },
4327
4325
  "EnableCloudwatchLogsExports": {
4328
- "shape": "S2n"
4326
+ "shape": "S2o"
4329
4327
  },
4330
4328
  "ProcessorFeatures": {
4331
4329
  "shape": "S1c"
@@ -4354,7 +4352,7 @@
4354
4352
  "type": "structure",
4355
4353
  "members": {
4356
4354
  "DBInstance": {
4357
- "shape": "S3n"
4355
+ "shape": "S3o"
4358
4356
  }
4359
4357
  }
4360
4358
  }
@@ -4406,7 +4404,7 @@
4406
4404
  "TdeCredentialArn": {},
4407
4405
  "TdeCredentialPassword": {},
4408
4406
  "VpcSecurityGroupIds": {
4409
- "shape": "S2q"
4407
+ "shape": "S2r"
4410
4408
  },
4411
4409
  "Domain": {},
4412
4410
  "DomainIAMRoleName": {},
@@ -4414,7 +4412,7 @@
4414
4412
  "type": "boolean"
4415
4413
  },
4416
4414
  "EnableCloudwatchLogsExports": {
4417
- "shape": "S2n"
4415
+ "shape": "S2o"
4418
4416
  },
4419
4417
  "ProcessorFeatures": {
4420
4418
  "shape": "S1c"
@@ -4447,7 +4445,7 @@
4447
4445
  "type": "structure",
4448
4446
  "members": {
4449
4447
  "DBInstance": {
4450
- "shape": "S3n"
4448
+ "shape": "S3o"
4451
4449
  }
4452
4450
  }
4453
4451
  }
@@ -4528,7 +4526,7 @@
4528
4526
  "type": "structure",
4529
4527
  "members": {
4530
4528
  "DBCluster": {
4531
- "shape": "S2w"
4529
+ "shape": "S2x"
4532
4530
  }
4533
4531
  }
4534
4532
  }
@@ -4548,7 +4546,7 @@
4548
4546
  "type": "structure",
4549
4547
  "members": {
4550
4548
  "DBInstance": {
4551
- "shape": "S3n"
4549
+ "shape": "S3o"
4552
4550
  }
4553
4551
  }
4554
4552
  }
@@ -4573,7 +4571,7 @@
4573
4571
  "type": "structure",
4574
4572
  "members": {
4575
4573
  "DBInstanceAutomatedBackup": {
4576
- "shape": "S5t"
4574
+ "shape": "S5u"
4577
4575
  }
4578
4576
  }
4579
4577
  }
@@ -4643,7 +4641,7 @@
4643
4641
  "type": "structure",
4644
4642
  "members": {
4645
4643
  "DBCluster": {
4646
- "shape": "S2w"
4644
+ "shape": "S2x"
4647
4645
  }
4648
4646
  }
4649
4647
  }
@@ -4664,7 +4662,7 @@
4664
4662
  "type": "structure",
4665
4663
  "members": {
4666
4664
  "DBInstance": {
4667
- "shape": "S3n"
4665
+ "shape": "S3o"
4668
4666
  }
4669
4667
  }
4670
4668
  }
@@ -4684,7 +4682,7 @@
4684
4682
  "type": "structure",
4685
4683
  "members": {
4686
4684
  "DBInstanceAutomatedBackup": {
4687
- "shape": "S5t"
4685
+ "shape": "S5u"
4688
4686
  }
4689
4687
  }
4690
4688
  }
@@ -4727,7 +4725,7 @@
4727
4725
  "type": "structure",
4728
4726
  "members": {
4729
4727
  "DBInstance": {
4730
- "shape": "S3n"
4728
+ "shape": "S3o"
4731
4729
  }
4732
4730
  }
4733
4731
  }
@@ -5191,11 +5189,19 @@
5191
5189
  "DefaultCharacterSet": {
5192
5190
  "shape": "S2g"
5193
5191
  },
5192
+ "Image": {
5193
+ "type": "structure",
5194
+ "members": {
5195
+ "ImageId": {},
5196
+ "Status": {}
5197
+ }
5198
+ },
5199
+ "DBEngineMediaType": {},
5194
5200
  "SupportedCharacterSets": {
5195
- "shape": "S2h"
5201
+ "shape": "S2i"
5196
5202
  },
5197
5203
  "SupportedNcharCharacterSets": {
5198
- "shape": "S2h"
5204
+ "shape": "S2i"
5199
5205
  },
5200
5206
  "ValidUpgradeTarget": {
5201
5207
  "type": "list",
@@ -5213,7 +5219,7 @@
5213
5219
  "type": "boolean"
5214
5220
  },
5215
5221
  "SupportedEngineModes": {
5216
- "shape": "S2k"
5222
+ "shape": "S2l"
5217
5223
  },
5218
5224
  "SupportsParallelQuery": {
5219
5225
  "type": "boolean"
@@ -5238,7 +5244,7 @@
5238
5244
  }
5239
5245
  },
5240
5246
  "ExportableLogTypes": {
5241
- "shape": "S2n"
5247
+ "shape": "S2o"
5242
5248
  },
5243
5249
  "SupportsLogExportsToCloudwatchLogs": {
5244
5250
  "type": "boolean"
@@ -5247,7 +5253,7 @@
5247
5253
  "type": "boolean"
5248
5254
  },
5249
5255
  "SupportedEngineModes": {
5250
- "shape": "S2k"
5256
+ "shape": "S2l"
5251
5257
  },
5252
5258
  "SupportedFeatureNames": {
5253
5259
  "type": "list",
@@ -5284,28 +5290,28 @@
5284
5290
  "CharacterSetDescription": {}
5285
5291
  }
5286
5292
  },
5287
- "S2h": {
5293
+ "S2i": {
5288
5294
  "type": "list",
5289
5295
  "member": {
5290
5296
  "shape": "S2g",
5291
5297
  "locationName": "CharacterSet"
5292
5298
  }
5293
5299
  },
5294
- "S2k": {
5300
+ "S2l": {
5295
5301
  "type": "list",
5296
5302
  "member": {}
5297
5303
  },
5298
- "S2n": {
5304
+ "S2o": {
5299
5305
  "type": "list",
5300
5306
  "member": {}
5301
5307
  },
5302
- "S2q": {
5308
+ "S2r": {
5303
5309
  "type": "list",
5304
5310
  "member": {
5305
5311
  "locationName": "VpcSecurityGroupId"
5306
5312
  }
5307
5313
  },
5308
- "S2s": {
5314
+ "S2t": {
5309
5315
  "type": "structure",
5310
5316
  "members": {
5311
5317
  "MinCapacity": {
@@ -5326,7 +5332,7 @@
5326
5332
  }
5327
5333
  }
5328
5334
  },
5329
- "S2t": {
5335
+ "S2u": {
5330
5336
  "type": "structure",
5331
5337
  "members": {
5332
5338
  "MinCapacity": {
@@ -5337,7 +5343,7 @@
5337
5343
  }
5338
5344
  }
5339
5345
  },
5340
- "S2w": {
5346
+ "S2x": {
5341
5347
  "type": "structure",
5342
5348
  "members": {
5343
5349
  "AllocatedStorage": {
@@ -5456,7 +5462,7 @@
5456
5462
  "type": "long"
5457
5463
  },
5458
5464
  "EnabledCloudwatchLogsExports": {
5459
- "shape": "S2n"
5465
+ "shape": "S2o"
5460
5466
  },
5461
5467
  "Capacity": {
5462
5468
  "type": "integer"
@@ -5500,7 +5506,7 @@
5500
5506
  "type": "boolean"
5501
5507
  },
5502
5508
  "DomainMemberships": {
5503
- "shape": "S37"
5509
+ "shape": "S38"
5504
5510
  },
5505
5511
  "TagList": {
5506
5512
  "shape": "Sb"
@@ -5513,7 +5519,7 @@
5513
5519
  "type": "structure",
5514
5520
  "members": {
5515
5521
  "PendingCloudwatchLogsExports": {
5516
- "shape": "S3b"
5522
+ "shape": "S3c"
5517
5523
  },
5518
5524
  "DBClusterIdentifier": {},
5519
5525
  "MasterUserPassword": {},
@@ -5568,12 +5574,12 @@
5568
5574
  "NetworkType": {},
5569
5575
  "DBSystemId": {},
5570
5576
  "MasterUserSecret": {
5571
- "shape": "S3d"
5577
+ "shape": "S3e"
5572
5578
  }
5573
5579
  },
5574
5580
  "wrapper": true
5575
5581
  },
5576
- "S37": {
5582
+ "S38": {
5577
5583
  "type": "list",
5578
5584
  "member": {
5579
5585
  "locationName": "DomainMembership",
@@ -5586,18 +5592,18 @@
5586
5592
  }
5587
5593
  }
5588
5594
  },
5589
- "S3b": {
5595
+ "S3c": {
5590
5596
  "type": "structure",
5591
5597
  "members": {
5592
5598
  "LogTypesToEnable": {
5593
- "shape": "S2n"
5599
+ "shape": "S2o"
5594
5600
  },
5595
5601
  "LogTypesToDisable": {
5596
- "shape": "S2n"
5602
+ "shape": "S2o"
5597
5603
  }
5598
5604
  }
5599
5605
  },
5600
- "S3d": {
5606
+ "S3e": {
5601
5607
  "type": "structure",
5602
5608
  "members": {
5603
5609
  "SecretArn": {},
@@ -5605,7 +5611,7 @@
5605
5611
  "KmsKeyId": {}
5606
5612
  }
5607
5613
  },
5608
- "S3f": {
5614
+ "S3g": {
5609
5615
  "type": "structure",
5610
5616
  "members": {
5611
5617
  "DBClusterEndpointIdentifier": {},
@@ -5624,13 +5630,13 @@
5624
5630
  "DBClusterEndpointArn": {}
5625
5631
  }
5626
5632
  },
5627
- "S3l": {
5633
+ "S3m": {
5628
5634
  "type": "list",
5629
5635
  "member": {
5630
5636
  "locationName": "DBSecurityGroupName"
5631
5637
  }
5632
5638
  },
5633
- "S3n": {
5639
+ "S3o": {
5634
5640
  "type": "structure",
5635
5641
  "members": {
5636
5642
  "DBInstanceIdentifier": {},
@@ -5643,7 +5649,7 @@
5643
5649
  "MasterUsername": {},
5644
5650
  "DBName": {},
5645
5651
  "Endpoint": {
5646
- "shape": "S3o"
5652
+ "shape": "S3p"
5647
5653
  },
5648
5654
  "AllocatedStorage": {
5649
5655
  "type": "integer"
@@ -5674,7 +5680,7 @@
5674
5680
  },
5675
5681
  "AvailabilityZone": {},
5676
5682
  "DBSubnetGroup": {
5677
- "shape": "S3r"
5683
+ "shape": "S3s"
5678
5684
  },
5679
5685
  "PreferredMaintenanceWindow": {},
5680
5686
  "PendingModifiedValues": {
@@ -5704,7 +5710,7 @@
5704
5710
  "CACertificateIdentifier": {},
5705
5711
  "DBSubnetGroupName": {},
5706
5712
  "PendingCloudwatchLogsExports": {
5707
- "shape": "S3b"
5713
+ "shape": "S3c"
5708
5714
  },
5709
5715
  "ProcessorFeatures": {
5710
5716
  "shape": "S1c"
@@ -5794,7 +5800,7 @@
5794
5800
  "DbiResourceId": {},
5795
5801
  "CACertificateIdentifier": {},
5796
5802
  "DomainMemberships": {
5797
- "shape": "S37"
5803
+ "shape": "S38"
5798
5804
  },
5799
5805
  "CopyTagsToSnapshot": {
5800
5806
  "type": "boolean"
@@ -5820,7 +5826,7 @@
5820
5826
  "type": "integer"
5821
5827
  },
5822
5828
  "EnabledCloudwatchLogsExports": {
5823
- "shape": "S2n"
5829
+ "shape": "S2o"
5824
5830
  },
5825
5831
  "ProcessorFeatures": {
5826
5832
  "shape": "S1c"
@@ -5841,7 +5847,7 @@
5841
5847
  }
5842
5848
  },
5843
5849
  "ListenerEndpoint": {
5844
- "shape": "S3o"
5850
+ "shape": "S3p"
5845
5851
  },
5846
5852
  "MaxAllocatedStorage": {
5847
5853
  "type": "integer"
@@ -5850,7 +5856,7 @@
5850
5856
  "shape": "Sb"
5851
5857
  },
5852
5858
  "DBInstanceAutomatedBackupsReplications": {
5853
- "shape": "S47"
5859
+ "shape": "S48"
5854
5860
  },
5855
5861
  "CustomerOwnedIpEnabled": {
5856
5862
  "type": "boolean"
@@ -5876,12 +5882,12 @@
5876
5882
  },
5877
5883
  "DBSystemId": {},
5878
5884
  "MasterUserSecret": {
5879
- "shape": "S3d"
5885
+ "shape": "S3e"
5880
5886
  }
5881
5887
  },
5882
5888
  "wrapper": true
5883
5889
  },
5884
- "S3o": {
5890
+ "S3p": {
5885
5891
  "type": "structure",
5886
5892
  "members": {
5887
5893
  "Address": {},
@@ -5891,7 +5897,7 @@
5891
5897
  "HostedZoneId": {}
5892
5898
  }
5893
5899
  },
5894
- "S3r": {
5900
+ "S3s": {
5895
5901
  "type": "structure",
5896
5902
  "members": {
5897
5903
  "DBSubnetGroupName": {},
@@ -5906,7 +5912,7 @@
5906
5912
  "members": {
5907
5913
  "SubnetIdentifier": {},
5908
5914
  "SubnetAvailabilityZone": {
5909
- "shape": "S3u"
5915
+ "shape": "S3v"
5910
5916
  },
5911
5917
  "SubnetOutpost": {
5912
5918
  "type": "structure",
@@ -5925,14 +5931,14 @@
5925
5931
  },
5926
5932
  "wrapper": true
5927
5933
  },
5928
- "S3u": {
5934
+ "S3v": {
5929
5935
  "type": "structure",
5930
5936
  "members": {
5931
5937
  "Name": {}
5932
5938
  },
5933
5939
  "wrapper": true
5934
5940
  },
5935
- "S47": {
5941
+ "S48": {
5936
5942
  "type": "list",
5937
5943
  "member": {
5938
5944
  "locationName": "DBInstanceAutomatedBackupsReplication",
@@ -5942,7 +5948,7 @@
5942
5948
  }
5943
5949
  }
5944
5950
  },
5945
- "S4g": {
5951
+ "S4h": {
5946
5952
  "type": "list",
5947
5953
  "member": {
5948
5954
  "type": "structure",
@@ -5956,7 +5962,7 @@
5956
5962
  }
5957
5963
  }
5958
5964
  },
5959
- "S4m": {
5965
+ "S4n": {
5960
5966
  "type": "structure",
5961
5967
  "members": {
5962
5968
  "DBProxyName": {},
@@ -6003,7 +6009,7 @@
6003
6009
  }
6004
6010
  }
6005
6011
  },
6006
- "S4v": {
6012
+ "S4w": {
6007
6013
  "type": "structure",
6008
6014
  "members": {
6009
6015
  "DBProxyEndpointName": {},
@@ -6027,13 +6033,13 @@
6027
6033
  }
6028
6034
  }
6029
6035
  },
6030
- "S52": {
6036
+ "S53": {
6031
6037
  "type": "list",
6032
6038
  "member": {
6033
6039
  "locationName": "SubnetIdentifier"
6034
6040
  }
6035
6041
  },
6036
- "S58": {
6042
+ "S59": {
6037
6043
  "type": "structure",
6038
6044
  "members": {
6039
6045
  "GlobalClusterIdentifier": {},
@@ -6080,7 +6086,7 @@
6080
6086
  },
6081
6087
  "wrapper": true
6082
6088
  },
6083
- "S5t": {
6089
+ "S5u": {
6084
6090
  "type": "structure",
6085
6091
  "members": {
6086
6092
  "DBInstanceArn": {},
@@ -6133,7 +6139,7 @@
6133
6139
  },
6134
6140
  "DBInstanceAutomatedBackupsArn": {},
6135
6141
  "DBInstanceAutomatedBackupsReplications": {
6136
- "shape": "S47"
6142
+ "shape": "S48"
6137
6143
  },
6138
6144
  "BackupTarget": {},
6139
6145
  "StorageThroughput": {
@@ -6142,7 +6148,7 @@
6142
6148
  },
6143
6149
  "wrapper": true
6144
6150
  },
6145
- "S6h": {
6151
+ "S6i": {
6146
6152
  "type": "list",
6147
6153
  "member": {
6148
6154
  "locationName": "Filter",
@@ -6162,7 +6168,7 @@
6162
6168
  }
6163
6169
  }
6164
6170
  },
6165
- "S6q": {
6171
+ "S6r": {
6166
6172
  "type": "structure",
6167
6173
  "members": {
6168
6174
  "CertificateIdentifier": {},
@@ -6184,7 +6190,7 @@
6184
6190
  },
6185
6191
  "wrapper": true
6186
6192
  },
6187
- "S72": {
6193
+ "S73": {
6188
6194
  "type": "list",
6189
6195
  "member": {
6190
6196
  "locationName": "Parameter",
@@ -6203,12 +6209,12 @@
6203
6209
  "MinimumEngineVersion": {},
6204
6210
  "ApplyMethod": {},
6205
6211
  "SupportedEngineModes": {
6206
- "shape": "S2k"
6212
+ "shape": "S2l"
6207
6213
  }
6208
6214
  }
6209
6215
  }
6210
6216
  },
6211
- "S77": {
6217
+ "S78": {
6212
6218
  "type": "structure",
6213
6219
  "members": {
6214
6220
  "DBClusterSnapshotIdentifier": {},
@@ -6220,7 +6226,7 @@
6220
6226
  "members": {
6221
6227
  "AttributeName": {},
6222
6228
  "AttributeValues": {
6223
- "shape": "S7a"
6229
+ "shape": "S7b"
6224
6230
  }
6225
6231
  }
6226
6232
  }
@@ -6228,13 +6234,13 @@
6228
6234
  },
6229
6235
  "wrapper": true
6230
6236
  },
6231
- "S7a": {
6237
+ "S7b": {
6232
6238
  "type": "list",
6233
6239
  "member": {
6234
6240
  "locationName": "AttributeValue"
6235
6241
  }
6236
6242
  },
6237
- "S88": {
6243
+ "S89": {
6238
6244
  "type": "structure",
6239
6245
  "members": {
6240
6246
  "DBProxyName": {},
@@ -6270,7 +6276,7 @@
6270
6276
  }
6271
6277
  }
6272
6278
  },
6273
- "S8c": {
6279
+ "S8d": {
6274
6280
  "type": "list",
6275
6281
  "member": {
6276
6282
  "type": "structure",
@@ -6295,7 +6301,7 @@
6295
6301
  }
6296
6302
  }
6297
6303
  },
6298
- "S8o": {
6304
+ "S8p": {
6299
6305
  "type": "structure",
6300
6306
  "members": {
6301
6307
  "DBSnapshotIdentifier": {},
@@ -6307,7 +6313,7 @@
6307
6313
  "members": {
6308
6314
  "AttributeName": {},
6309
6315
  "AttributeValues": {
6310
- "shape": "S7a"
6316
+ "shape": "S7b"
6311
6317
  }
6312
6318
  },
6313
6319
  "wrapper": true
@@ -6316,18 +6322,18 @@
6316
6322
  },
6317
6323
  "wrapper": true
6318
6324
  },
6319
- "S8z": {
6325
+ "S90": {
6320
6326
  "type": "structure",
6321
6327
  "members": {
6322
6328
  "DBParameterGroupFamily": {},
6323
6329
  "Marker": {},
6324
6330
  "Parameters": {
6325
- "shape": "S72"
6331
+ "shape": "S73"
6326
6332
  }
6327
6333
  },
6328
6334
  "wrapper": true
6329
6335
  },
6330
- "Sa4": {
6336
+ "Sa5": {
6331
6337
  "type": "list",
6332
6338
  "member": {
6333
6339
  "locationName": "AvailableProcessorFeature",
@@ -6339,7 +6345,7 @@
6339
6345
  }
6340
6346
  }
6341
6347
  },
6342
- "Sad": {
6348
+ "Sae": {
6343
6349
  "type": "structure",
6344
6350
  "members": {
6345
6351
  "ReservedDBInstanceId": {},
@@ -6368,14 +6374,14 @@
6368
6374
  },
6369
6375
  "State": {},
6370
6376
  "RecurringCharges": {
6371
- "shape": "Saf"
6377
+ "shape": "Sag"
6372
6378
  },
6373
6379
  "ReservedDBInstanceArn": {},
6374
6380
  "LeaseId": {}
6375
6381
  },
6376
6382
  "wrapper": true
6377
6383
  },
6378
- "Saf": {
6384
+ "Sag": {
6379
6385
  "type": "list",
6380
6386
  "member": {
6381
6387
  "locationName": "RecurringCharge",
@@ -6389,7 +6395,7 @@
6389
6395
  "wrapper": true
6390
6396
  }
6391
6397
  },
6392
- "Sau": {
6398
+ "Sav": {
6393
6399
  "type": "list",
6394
6400
  "member": {
6395
6401
  "locationName": "Range",
@@ -6407,7 +6413,7 @@
6407
6413
  }
6408
6414
  }
6409
6415
  },
6410
- "Saw": {
6416
+ "Sax": {
6411
6417
  "type": "list",
6412
6418
  "member": {
6413
6419
  "locationName": "DoubleRange",
@@ -6422,24 +6428,24 @@
6422
6428
  }
6423
6429
  }
6424
6430
  },
6425
- "Sbi": {
6431
+ "Sbj": {
6426
6432
  "type": "structure",
6427
6433
  "members": {
6428
6434
  "EnableLogTypes": {
6429
- "shape": "S2n"
6435
+ "shape": "S2o"
6430
6436
  },
6431
6437
  "DisableLogTypes": {
6432
- "shape": "S2n"
6438
+ "shape": "S2o"
6433
6439
  }
6434
6440
  }
6435
6441
  },
6436
- "Sbm": {
6442
+ "Sbn": {
6437
6443
  "type": "structure",
6438
6444
  "members": {
6439
6445
  "DBClusterParameterGroupName": {}
6440
6446
  }
6441
6447
  },
6442
- "Sbt": {
6448
+ "Sbu": {
6443
6449
  "type": "structure",
6444
6450
  "members": {
6445
6451
  "DBParameterGroupName": {}