cdk-lambda-subminute 2.0.270 → 2.0.272

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 (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +24 -24
  6. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +2 -1
  7. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +571 -38
  9. package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +94 -24
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +263 -253
  12. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +5 -4
  13. package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.min.json +67 -37
  14. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/codepipeline.d.ts +4 -4
  16. package/node_modules/aws-sdk/clients/dynamodb.d.ts +4 -4
  17. package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
  18. package/node_modules/aws-sdk/clients/guardduty.d.ts +5 -1
  19. package/node_modules/aws-sdk/clients/kafka.d.ts +467 -0
  20. package/node_modules/aws-sdk/clients/kendra.d.ts +86 -9
  21. package/node_modules/aws-sdk/clients/rds.d.ts +17 -0
  22. package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +16 -11
  23. package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +42 -0
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +266 -256
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +28 -28
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +4 -4
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +4 -4
@@ -329,6 +329,10 @@
329
329
  "TargetDBClusterParameterGroupName": {},
330
330
  "Tags": {
331
331
  "shape": "Sb"
332
+ },
333
+ "TargetDBInstanceClass": {},
334
+ "UpgradeTargetStorageConfig": {
335
+ "type": "boolean"
332
336
  }
333
337
  }
334
338
  },
@@ -337,7 +341,7 @@
337
341
  "type": "structure",
338
342
  "members": {
339
343
  "BlueGreenDeployment": {
340
- "shape": "S1w"
344
+ "shape": "S1x"
341
345
  }
342
346
  }
343
347
  }
@@ -368,7 +372,7 @@
368
372
  }
369
373
  },
370
374
  "output": {
371
- "shape": "S2f",
375
+ "shape": "S2g",
372
376
  "resultWrapper": "CreateCustomDBEngineVersionResult"
373
377
  }
374
378
  },
@@ -391,7 +395,7 @@
391
395
  "DBClusterIdentifier": {},
392
396
  "DBClusterParameterGroupName": {},
393
397
  "VpcSecurityGroupIds": {
394
- "shape": "S2s"
398
+ "shape": "S2t"
395
399
  },
396
400
  "DBSubnetGroupName": {},
397
401
  "Engine": {},
@@ -420,11 +424,11 @@
420
424
  "type": "long"
421
425
  },
422
426
  "EnableCloudwatchLogsExports": {
423
- "shape": "S2o"
427
+ "shape": "S2p"
424
428
  },
425
429
  "EngineMode": {},
426
430
  "ScalingConfiguration": {
427
- "shape": "S2u"
431
+ "shape": "S2v"
428
432
  },
429
433
  "DeletionProtection": {
430
434
  "type": "boolean"
@@ -467,7 +471,7 @@
467
471
  "type": "integer"
468
472
  },
469
473
  "ServerlessV2ScalingConfiguration": {
470
- "shape": "S2v"
474
+ "shape": "S2w"
471
475
  },
472
476
  "NetworkType": {},
473
477
  "DBSystemId": {},
@@ -486,7 +490,7 @@
486
490
  "type": "structure",
487
491
  "members": {
488
492
  "DBCluster": {
489
- "shape": "S2y"
493
+ "shape": "S2z"
490
494
  }
491
495
  }
492
496
  }
@@ -515,7 +519,7 @@
515
519
  }
516
520
  },
517
521
  "output": {
518
- "shape": "S3i",
522
+ "shape": "S3j",
519
523
  "resultWrapper": "CreateDBClusterEndpointResult"
520
524
  }
521
525
  },
@@ -590,10 +594,10 @@
590
594
  "MasterUsername": {},
591
595
  "MasterUserPassword": {},
592
596
  "DBSecurityGroups": {
593
- "shape": "S3o"
597
+ "shape": "S3p"
594
598
  },
595
599
  "VpcSecurityGroupIds": {
596
- "shape": "S2s"
600
+ "shape": "S2t"
597
601
  },
598
602
  "AvailabilityZone": {},
599
603
  "DBSubnetGroupName": {},
@@ -664,7 +668,7 @@
664
668
  "type": "integer"
665
669
  },
666
670
  "EnableCloudwatchLogsExports": {
667
- "shape": "S2o"
671
+ "shape": "S2p"
668
672
  },
669
673
  "ProcessorFeatures": {
670
674
  "shape": "S1c"
@@ -700,7 +704,7 @@
700
704
  "type": "structure",
701
705
  "members": {
702
706
  "DBInstance": {
703
- "shape": "S3q"
707
+ "shape": "S3r"
704
708
  }
705
709
  }
706
710
  }
@@ -738,7 +742,7 @@
738
742
  },
739
743
  "DBSubnetGroupName": {},
740
744
  "VpcSecurityGroupIds": {
741
- "shape": "S2s"
745
+ "shape": "S2t"
742
746
  },
743
747
  "StorageType": {},
744
748
  "CopyTagsToSnapshot": {
@@ -761,7 +765,7 @@
761
765
  "type": "integer"
762
766
  },
763
767
  "EnableCloudwatchLogsExports": {
764
- "shape": "S2o"
768
+ "shape": "S2p"
765
769
  },
766
770
  "ProcessorFeatures": {
767
771
  "shape": "S1c"
@@ -799,6 +803,9 @@
799
803
  "DedicatedLogVolume": {
800
804
  "type": "boolean"
801
805
  },
806
+ "UpgradeStorageConfig": {
807
+ "type": "boolean"
808
+ },
802
809
  "SourceRegion": {}
803
810
  }
804
811
  },
@@ -807,7 +814,7 @@
807
814
  "type": "structure",
808
815
  "members": {
809
816
  "DBInstance": {
810
- "shape": "S3q"
817
+ "shape": "S3r"
811
818
  }
812
819
  }
813
820
  }
@@ -853,7 +860,7 @@
853
860
  "DBProxyName": {},
854
861
  "EngineFamily": {},
855
862
  "Auth": {
856
- "shape": "S4k"
863
+ "shape": "S4l"
857
864
  },
858
865
  "RoleArn": {},
859
866
  "VpcSubnetIds": {
@@ -881,7 +888,7 @@
881
888
  "type": "structure",
882
889
  "members": {
883
890
  "DBProxy": {
884
- "shape": "S4q"
891
+ "shape": "S4r"
885
892
  }
886
893
  }
887
894
  }
@@ -914,7 +921,7 @@
914
921
  "type": "structure",
915
922
  "members": {
916
923
  "DBProxyEndpoint": {
917
- "shape": "S4z"
924
+ "shape": "S50"
918
925
  }
919
926
  }
920
927
  }
@@ -981,7 +988,7 @@
981
988
  "DBSubnetGroupName": {},
982
989
  "DBSubnetGroupDescription": {},
983
990
  "SubnetIds": {
984
- "shape": "S56"
991
+ "shape": "S57"
985
992
  },
986
993
  "Tags": {
987
994
  "shape": "Sb"
@@ -993,7 +1000,7 @@
993
1000
  "type": "structure",
994
1001
  "members": {
995
1002
  "DBSubnetGroup": {
996
- "shape": "S3u"
1003
+ "shape": "S3v"
997
1004
  }
998
1005
  }
999
1006
  }
@@ -1055,7 +1062,7 @@
1055
1062
  "type": "structure",
1056
1063
  "members": {
1057
1064
  "GlobalCluster": {
1058
- "shape": "S5c"
1065
+ "shape": "S5d"
1059
1066
  }
1060
1067
  }
1061
1068
  }
@@ -1107,7 +1114,7 @@
1107
1114
  "type": "structure",
1108
1115
  "members": {
1109
1116
  "BlueGreenDeployment": {
1110
- "shape": "S1w"
1117
+ "shape": "S1x"
1111
1118
  }
1112
1119
  }
1113
1120
  }
@@ -1125,7 +1132,7 @@
1125
1132
  }
1126
1133
  },
1127
1134
  "output": {
1128
- "shape": "S2f",
1135
+ "shape": "S2g",
1129
1136
  "resultWrapper": "DeleteCustomDBEngineVersionResult"
1130
1137
  }
1131
1138
  },
@@ -1151,7 +1158,7 @@
1151
1158
  "type": "structure",
1152
1159
  "members": {
1153
1160
  "DBCluster": {
1154
- "shape": "S2y"
1161
+ "shape": "S2z"
1155
1162
  }
1156
1163
  }
1157
1164
  }
@@ -1171,7 +1178,7 @@
1171
1178
  "type": "structure",
1172
1179
  "members": {
1173
1180
  "DBClusterAutomatedBackup": {
1174
- "shape": "S5s"
1181
+ "shape": "S5t"
1175
1182
  }
1176
1183
  }
1177
1184
  }
@@ -1187,7 +1194,7 @@
1187
1194
  }
1188
1195
  },
1189
1196
  "output": {
1190
- "shape": "S3i",
1197
+ "shape": "S3j",
1191
1198
  "resultWrapper": "DeleteDBClusterEndpointResult"
1192
1199
  }
1193
1200
  },
@@ -1244,7 +1251,7 @@
1244
1251
  "type": "structure",
1245
1252
  "members": {
1246
1253
  "DBInstance": {
1247
- "shape": "S3q"
1254
+ "shape": "S3r"
1248
1255
  }
1249
1256
  }
1250
1257
  }
@@ -1262,7 +1269,7 @@
1262
1269
  "type": "structure",
1263
1270
  "members": {
1264
1271
  "DBInstanceAutomatedBackup": {
1265
- "shape": "S62"
1272
+ "shape": "S63"
1266
1273
  }
1267
1274
  }
1268
1275
  }
@@ -1293,7 +1300,7 @@
1293
1300
  "type": "structure",
1294
1301
  "members": {
1295
1302
  "DBProxy": {
1296
- "shape": "S4q"
1303
+ "shape": "S4r"
1297
1304
  }
1298
1305
  }
1299
1306
  }
@@ -1313,7 +1320,7 @@
1313
1320
  "type": "structure",
1314
1321
  "members": {
1315
1322
  "DBProxyEndpoint": {
1316
- "shape": "S4z"
1323
+ "shape": "S50"
1317
1324
  }
1318
1325
  }
1319
1326
  }
@@ -1395,7 +1402,7 @@
1395
1402
  "type": "structure",
1396
1403
  "members": {
1397
1404
  "GlobalCluster": {
1398
- "shape": "S5c"
1405
+ "shape": "S5d"
1399
1406
  }
1400
1407
  }
1401
1408
  }
@@ -1469,7 +1476,7 @@
1469
1476
  "members": {
1470
1477
  "BlueGreenDeploymentIdentifier": {},
1471
1478
  "Filters": {
1472
- "shape": "S6p"
1479
+ "shape": "S6q"
1473
1480
  },
1474
1481
  "Marker": {},
1475
1482
  "MaxRecords": {
@@ -1484,7 +1491,7 @@
1484
1491
  "BlueGreenDeployments": {
1485
1492
  "type": "list",
1486
1493
  "member": {
1487
- "shape": "S1w"
1494
+ "shape": "S1x"
1488
1495
  }
1489
1496
  },
1490
1497
  "Marker": {}
@@ -1497,7 +1504,7 @@
1497
1504
  "members": {
1498
1505
  "CertificateIdentifier": {},
1499
1506
  "Filters": {
1500
- "shape": "S6p"
1507
+ "shape": "S6q"
1501
1508
  },
1502
1509
  "MaxRecords": {
1503
1510
  "type": "integer"
@@ -1513,7 +1520,7 @@
1513
1520
  "Certificates": {
1514
1521
  "type": "list",
1515
1522
  "member": {
1516
- "shape": "S6y",
1523
+ "shape": "S6z",
1517
1524
  "locationName": "Certificate"
1518
1525
  }
1519
1526
  },
@@ -1528,7 +1535,7 @@
1528
1535
  "DbClusterResourceId": {},
1529
1536
  "DBClusterIdentifier": {},
1530
1537
  "Filters": {
1531
- "shape": "S6p"
1538
+ "shape": "S6q"
1532
1539
  },
1533
1540
  "MaxRecords": {
1534
1541
  "type": "integer"
@@ -1544,7 +1551,7 @@
1544
1551
  "DBClusterAutomatedBackups": {
1545
1552
  "type": "list",
1546
1553
  "member": {
1547
- "shape": "S5s",
1554
+ "shape": "S5t",
1548
1555
  "locationName": "DBClusterAutomatedBackup"
1549
1556
  }
1550
1557
  }
@@ -1561,7 +1568,7 @@
1561
1568
  "DBClusterIdentifier": {},
1562
1569
  "BacktrackIdentifier": {},
1563
1570
  "Filters": {
1564
- "shape": "S6p"
1571
+ "shape": "S6q"
1565
1572
  },
1566
1573
  "MaxRecords": {
1567
1574
  "type": "integer"
@@ -1591,7 +1598,7 @@
1591
1598
  "DBClusterIdentifier": {},
1592
1599
  "DBClusterEndpointIdentifier": {},
1593
1600
  "Filters": {
1594
- "shape": "S6p"
1601
+ "shape": "S6q"
1595
1602
  },
1596
1603
  "MaxRecords": {
1597
1604
  "type": "integer"
@@ -1607,7 +1614,7 @@
1607
1614
  "DBClusterEndpoints": {
1608
1615
  "type": "list",
1609
1616
  "member": {
1610
- "shape": "S3i",
1617
+ "shape": "S3j",
1611
1618
  "locationName": "DBClusterEndpointList"
1612
1619
  }
1613
1620
  }
@@ -1620,7 +1627,7 @@
1620
1627
  "members": {
1621
1628
  "DBClusterParameterGroupName": {},
1622
1629
  "Filters": {
1623
- "shape": "S6p"
1630
+ "shape": "S6q"
1624
1631
  },
1625
1632
  "MaxRecords": {
1626
1633
  "type": "integer"
@@ -1653,7 +1660,7 @@
1653
1660
  "DBClusterParameterGroupName": {},
1654
1661
  "Source": {},
1655
1662
  "Filters": {
1656
- "shape": "S6p"
1663
+ "shape": "S6q"
1657
1664
  },
1658
1665
  "MaxRecords": {
1659
1666
  "type": "integer"
@@ -1666,7 +1673,7 @@
1666
1673
  "type": "structure",
1667
1674
  "members": {
1668
1675
  "Parameters": {
1669
- "shape": "S7d"
1676
+ "shape": "S7e"
1670
1677
  },
1671
1678
  "Marker": {}
1672
1679
  }
@@ -1687,7 +1694,7 @@
1687
1694
  "type": "structure",
1688
1695
  "members": {
1689
1696
  "DBClusterSnapshotAttributesResult": {
1690
- "shape": "S7i"
1697
+ "shape": "S7j"
1691
1698
  }
1692
1699
  }
1693
1700
  }
@@ -1700,7 +1707,7 @@
1700
1707
  "DBClusterSnapshotIdentifier": {},
1701
1708
  "SnapshotType": {},
1702
1709
  "Filters": {
1703
- "shape": "S6p"
1710
+ "shape": "S6q"
1704
1711
  },
1705
1712
  "MaxRecords": {
1706
1713
  "type": "integer"
@@ -1736,7 +1743,7 @@
1736
1743
  "members": {
1737
1744
  "DBClusterIdentifier": {},
1738
1745
  "Filters": {
1739
- "shape": "S6p"
1746
+ "shape": "S6q"
1740
1747
  },
1741
1748
  "MaxRecords": {
1742
1749
  "type": "integer"
@@ -1755,7 +1762,7 @@
1755
1762
  "DBClusters": {
1756
1763
  "type": "list",
1757
1764
  "member": {
1758
- "shape": "S2y",
1765
+ "shape": "S2z",
1759
1766
  "locationName": "DBCluster"
1760
1767
  }
1761
1768
  }
@@ -1770,7 +1777,7 @@
1770
1777
  "EngineVersion": {},
1771
1778
  "DBParameterGroupFamily": {},
1772
1779
  "Filters": {
1773
- "shape": "S6p"
1780
+ "shape": "S6q"
1774
1781
  },
1775
1782
  "MaxRecords": {
1776
1783
  "type": "integer"
@@ -1798,7 +1805,7 @@
1798
1805
  "DBEngineVersions": {
1799
1806
  "type": "list",
1800
1807
  "member": {
1801
- "shape": "S2f",
1808
+ "shape": "S2g",
1802
1809
  "locationName": "DBEngineVersion"
1803
1810
  }
1804
1811
  }
@@ -1812,7 +1819,7 @@
1812
1819
  "DbiResourceId": {},
1813
1820
  "DBInstanceIdentifier": {},
1814
1821
  "Filters": {
1815
- "shape": "S6p"
1822
+ "shape": "S6q"
1816
1823
  },
1817
1824
  "MaxRecords": {
1818
1825
  "type": "integer"
@@ -1829,7 +1836,7 @@
1829
1836
  "DBInstanceAutomatedBackups": {
1830
1837
  "type": "list",
1831
1838
  "member": {
1832
- "shape": "S62",
1839
+ "shape": "S63",
1833
1840
  "locationName": "DBInstanceAutomatedBackup"
1834
1841
  }
1835
1842
  }
@@ -1842,7 +1849,7 @@
1842
1849
  "members": {
1843
1850
  "DBInstanceIdentifier": {},
1844
1851
  "Filters": {
1845
- "shape": "S6p"
1852
+ "shape": "S6q"
1846
1853
  },
1847
1854
  "MaxRecords": {
1848
1855
  "type": "integer"
@@ -1858,7 +1865,7 @@
1858
1865
  "DBInstances": {
1859
1866
  "type": "list",
1860
1867
  "member": {
1861
- "shape": "S3q",
1868
+ "shape": "S3r",
1862
1869
  "locationName": "DBInstance"
1863
1870
  }
1864
1871
  }
@@ -1881,7 +1888,7 @@
1881
1888
  "type": "long"
1882
1889
  },
1883
1890
  "Filters": {
1884
- "shape": "S6p"
1891
+ "shape": "S6q"
1885
1892
  },
1886
1893
  "MaxRecords": {
1887
1894
  "type": "integer"
@@ -1919,7 +1926,7 @@
1919
1926
  "members": {
1920
1927
  "DBParameterGroupName": {},
1921
1928
  "Filters": {
1922
- "shape": "S6p"
1929
+ "shape": "S6q"
1923
1930
  },
1924
1931
  "MaxRecords": {
1925
1932
  "type": "integer"
@@ -1952,7 +1959,7 @@
1952
1959
  "DBParameterGroupName": {},
1953
1960
  "Source": {},
1954
1961
  "Filters": {
1955
- "shape": "S6p"
1962
+ "shape": "S6q"
1956
1963
  },
1957
1964
  "MaxRecords": {
1958
1965
  "type": "integer"
@@ -1965,7 +1972,7 @@
1965
1972
  "type": "structure",
1966
1973
  "members": {
1967
1974
  "Parameters": {
1968
- "shape": "S7d"
1975
+ "shape": "S7e"
1969
1976
  },
1970
1977
  "Marker": {}
1971
1978
  }
@@ -1977,7 +1984,7 @@
1977
1984
  "members": {
1978
1985
  "DBProxyName": {},
1979
1986
  "Filters": {
1980
- "shape": "S6p"
1987
+ "shape": "S6q"
1981
1988
  },
1982
1989
  "Marker": {},
1983
1990
  "MaxRecords": {
@@ -1992,7 +1999,7 @@
1992
1999
  "DBProxies": {
1993
2000
  "type": "list",
1994
2001
  "member": {
1995
- "shape": "S4q"
2002
+ "shape": "S4r"
1996
2003
  }
1997
2004
  },
1998
2005
  "Marker": {}
@@ -2006,7 +2013,7 @@
2006
2013
  "DBProxyName": {},
2007
2014
  "DBProxyEndpointName": {},
2008
2015
  "Filters": {
2009
- "shape": "S6p"
2016
+ "shape": "S6q"
2010
2017
  },
2011
2018
  "Marker": {},
2012
2019
  "MaxRecords": {
@@ -2021,7 +2028,7 @@
2021
2028
  "DBProxyEndpoints": {
2022
2029
  "type": "list",
2023
2030
  "member": {
2024
- "shape": "S4z"
2031
+ "shape": "S50"
2025
2032
  }
2026
2033
  },
2027
2034
  "Marker": {}
@@ -2038,7 +2045,7 @@
2038
2045
  "DBProxyName": {},
2039
2046
  "TargetGroupName": {},
2040
2047
  "Filters": {
2041
- "shape": "S6p"
2048
+ "shape": "S6q"
2042
2049
  },
2043
2050
  "Marker": {},
2044
2051
  "MaxRecords": {
@@ -2053,7 +2060,7 @@
2053
2060
  "TargetGroups": {
2054
2061
  "type": "list",
2055
2062
  "member": {
2056
- "shape": "S8j"
2063
+ "shape": "S8k"
2057
2064
  }
2058
2065
  },
2059
2066
  "Marker": {}
@@ -2070,7 +2077,7 @@
2070
2077
  "DBProxyName": {},
2071
2078
  "TargetGroupName": {},
2072
2079
  "Filters": {
2073
- "shape": "S6p"
2080
+ "shape": "S6q"
2074
2081
  },
2075
2082
  "Marker": {},
2076
2083
  "MaxRecords": {
@@ -2083,7 +2090,7 @@
2083
2090
  "type": "structure",
2084
2091
  "members": {
2085
2092
  "Targets": {
2086
- "shape": "S8n"
2093
+ "shape": "S8o"
2087
2094
  },
2088
2095
  "Marker": {}
2089
2096
  }
@@ -2095,7 +2102,7 @@
2095
2102
  "members": {
2096
2103
  "DBSecurityGroupName": {},
2097
2104
  "Filters": {
2098
- "shape": "S6p"
2105
+ "shape": "S6q"
2099
2106
  },
2100
2107
  "MaxRecords": {
2101
2108
  "type": "integer"
@@ -2133,7 +2140,7 @@
2133
2140
  "type": "structure",
2134
2141
  "members": {
2135
2142
  "DBSnapshotAttributesResult": {
2136
- "shape": "S8z"
2143
+ "shape": "S90"
2137
2144
  }
2138
2145
  }
2139
2146
  }
@@ -2146,7 +2153,7 @@
2146
2153
  "DBSnapshotIdentifier": {},
2147
2154
  "SnapshotType": {},
2148
2155
  "Filters": {
2149
- "shape": "S6p"
2156
+ "shape": "S6q"
2150
2157
  },
2151
2158
  "MaxRecords": {
2152
2159
  "type": "integer"
@@ -2182,7 +2189,7 @@
2182
2189
  "members": {
2183
2190
  "DBSubnetGroupName": {},
2184
2191
  "Filters": {
2185
- "shape": "S6p"
2192
+ "shape": "S6q"
2186
2193
  },
2187
2194
  "MaxRecords": {
2188
2195
  "type": "integer"
@@ -2198,7 +2205,7 @@
2198
2205
  "DBSubnetGroups": {
2199
2206
  "type": "list",
2200
2207
  "member": {
2201
- "shape": "S3u",
2208
+ "shape": "S3v",
2202
2209
  "locationName": "DBSubnetGroup"
2203
2210
  }
2204
2211
  }
@@ -2214,7 +2221,7 @@
2214
2221
  "members": {
2215
2222
  "DBParameterGroupFamily": {},
2216
2223
  "Filters": {
2217
- "shape": "S6p"
2224
+ "shape": "S6q"
2218
2225
  },
2219
2226
  "MaxRecords": {
2220
2227
  "type": "integer"
@@ -2227,7 +2234,7 @@
2227
2234
  "type": "structure",
2228
2235
  "members": {
2229
2236
  "EngineDefaults": {
2230
- "shape": "S9a"
2237
+ "shape": "S9b"
2231
2238
  }
2232
2239
  }
2233
2240
  }
@@ -2241,7 +2248,7 @@
2241
2248
  "members": {
2242
2249
  "DBParameterGroupFamily": {},
2243
2250
  "Filters": {
2244
- "shape": "S6p"
2251
+ "shape": "S6q"
2245
2252
  },
2246
2253
  "MaxRecords": {
2247
2254
  "type": "integer"
@@ -2254,7 +2261,7 @@
2254
2261
  "type": "structure",
2255
2262
  "members": {
2256
2263
  "EngineDefaults": {
2257
- "shape": "S9a"
2264
+ "shape": "S9b"
2258
2265
  }
2259
2266
  }
2260
2267
  }
@@ -2265,7 +2272,7 @@
2265
2272
  "members": {
2266
2273
  "SourceType": {},
2267
2274
  "Filters": {
2268
- "shape": "S6p"
2275
+ "shape": "S6q"
2269
2276
  }
2270
2277
  }
2271
2278
  },
@@ -2296,7 +2303,7 @@
2296
2303
  "members": {
2297
2304
  "SubscriptionName": {},
2298
2305
  "Filters": {
2299
- "shape": "S6p"
2306
+ "shape": "S6q"
2300
2307
  },
2301
2308
  "MaxRecords": {
2302
2309
  "type": "integer"
@@ -2338,7 +2345,7 @@
2338
2345
  "shape": "S8"
2339
2346
  },
2340
2347
  "Filters": {
2341
- "shape": "S6p"
2348
+ "shape": "S6q"
2342
2349
  },
2343
2350
  "MaxRecords": {
2344
2351
  "type": "integer"
@@ -2380,7 +2387,7 @@
2380
2387
  "ExportTaskIdentifier": {},
2381
2388
  "SourceArn": {},
2382
2389
  "Filters": {
2383
- "shape": "S6p"
2390
+ "shape": "S6q"
2384
2391
  },
2385
2392
  "Marker": {},
2386
2393
  "MaxRecords": {
@@ -2410,7 +2417,7 @@
2410
2417
  "members": {
2411
2418
  "GlobalClusterIdentifier": {},
2412
2419
  "Filters": {
2413
- "shape": "S6p"
2420
+ "shape": "S6q"
2414
2421
  },
2415
2422
  "MaxRecords": {
2416
2423
  "type": "integer"
@@ -2426,7 +2433,7 @@
2426
2433
  "GlobalClusters": {
2427
2434
  "type": "list",
2428
2435
  "member": {
2429
- "shape": "S5c",
2436
+ "shape": "S5d",
2430
2437
  "locationName": "GlobalClusterMember"
2431
2438
  }
2432
2439
  }
@@ -2443,7 +2450,7 @@
2443
2450
  "EngineName": {},
2444
2451
  "MajorEngineVersion": {},
2445
2452
  "Filters": {
2446
- "shape": "S6p"
2453
+ "shape": "S6q"
2447
2454
  },
2448
2455
  "MaxRecords": {
2449
2456
  "type": "integer"
@@ -2559,7 +2566,7 @@
2559
2566
  "members": {
2560
2567
  "OptionGroupName": {},
2561
2568
  "Filters": {
2562
- "shape": "S6p"
2569
+ "shape": "S6q"
2563
2570
  },
2564
2571
  "Marker": {},
2565
2572
  "MaxRecords": {
@@ -2600,7 +2607,7 @@
2600
2607
  "type": "boolean"
2601
2608
  },
2602
2609
  "Filters": {
2603
- "shape": "S6p"
2610
+ "shape": "S6q"
2604
2611
  },
2605
2612
  "MaxRecords": {
2606
2613
  "type": "integer"
@@ -2626,7 +2633,7 @@
2626
2633
  "AvailabilityZones": {
2627
2634
  "type": "list",
2628
2635
  "member": {
2629
- "shape": "S3x",
2636
+ "shape": "S3y",
2630
2637
  "locationName": "AvailabilityZone"
2631
2638
  }
2632
2639
  },
@@ -2674,10 +2681,10 @@
2674
2681
  "type": "double"
2675
2682
  },
2676
2683
  "AvailableProcessorFeatures": {
2677
- "shape": "Saf"
2684
+ "shape": "Sag"
2678
2685
  },
2679
2686
  "SupportedEngineModes": {
2680
- "shape": "S2l"
2687
+ "shape": "S2m"
2681
2688
  },
2682
2689
  "SupportsStorageAutoscaling": {
2683
2690
  "type": "boolean"
@@ -2733,7 +2740,7 @@
2733
2740
  "members": {
2734
2741
  "ResourceIdentifier": {},
2735
2742
  "Filters": {
2736
- "shape": "S6p"
2743
+ "shape": "S6q"
2737
2744
  },
2738
2745
  "Marker": {},
2739
2746
  "MaxRecords": {
@@ -2771,7 +2778,7 @@
2771
2778
  },
2772
2779
  "LeaseId": {},
2773
2780
  "Filters": {
2774
- "shape": "S6p"
2781
+ "shape": "S6q"
2775
2782
  },
2776
2783
  "MaxRecords": {
2777
2784
  "type": "integer"
@@ -2787,7 +2794,7 @@
2787
2794
  "ReservedDBInstances": {
2788
2795
  "type": "list",
2789
2796
  "member": {
2790
- "shape": "Sao",
2797
+ "shape": "Sap",
2791
2798
  "locationName": "ReservedDBInstance"
2792
2799
  }
2793
2800
  }
@@ -2807,7 +2814,7 @@
2807
2814
  "type": "boolean"
2808
2815
  },
2809
2816
  "Filters": {
2810
- "shape": "S6p"
2817
+ "shape": "S6q"
2811
2818
  },
2812
2819
  "MaxRecords": {
2813
2820
  "type": "integer"
@@ -2844,7 +2851,7 @@
2844
2851
  "type": "boolean"
2845
2852
  },
2846
2853
  "RecurringCharges": {
2847
- "shape": "Saq"
2854
+ "shape": "Sar"
2848
2855
  }
2849
2856
  },
2850
2857
  "wrapper": true
@@ -2863,7 +2870,7 @@
2863
2870
  },
2864
2871
  "Marker": {},
2865
2872
  "Filters": {
2866
- "shape": "S6p"
2873
+ "shape": "S6q"
2867
2874
  }
2868
2875
  }
2869
2876
  },
@@ -2915,28 +2922,28 @@
2915
2922
  "members": {
2916
2923
  "StorageType": {},
2917
2924
  "StorageSize": {
2918
- "shape": "Sb5"
2925
+ "shape": "Sb6"
2919
2926
  },
2920
2927
  "ProvisionedIops": {
2921
- "shape": "Sb5"
2928
+ "shape": "Sb6"
2922
2929
  },
2923
2930
  "IopsToStorageRatio": {
2924
- "shape": "Sb7"
2931
+ "shape": "Sb8"
2925
2932
  },
2926
2933
  "SupportsStorageAutoscaling": {
2927
2934
  "type": "boolean"
2928
2935
  },
2929
2936
  "ProvisionedStorageThroughput": {
2930
- "shape": "Sb5"
2937
+ "shape": "Sb6"
2931
2938
  },
2932
2939
  "StorageThroughputToIopsRatio": {
2933
- "shape": "Sb7"
2940
+ "shape": "Sb8"
2934
2941
  }
2935
2942
  }
2936
2943
  }
2937
2944
  },
2938
2945
  "ValidProcessorFeatures": {
2939
- "shape": "Saf"
2946
+ "shape": "Sag"
2940
2947
  },
2941
2948
  "SupportsDedicatedLogVolume": {
2942
2949
  "type": "boolean"
@@ -2991,7 +2998,7 @@
2991
2998
  "type": "structure",
2992
2999
  "members": {
2993
3000
  "DBCluster": {
2994
- "shape": "S2y"
3001
+ "shape": "S2z"
2995
3002
  }
2996
3003
  }
2997
3004
  }
@@ -3019,7 +3026,7 @@
3019
3026
  "type": "structure",
3020
3027
  "members": {
3021
3028
  "GlobalCluster": {
3022
- "shape": "S5c"
3029
+ "shape": "S5d"
3023
3030
  }
3024
3031
  }
3025
3032
  }
@@ -3033,7 +3040,7 @@
3033
3040
  "members": {
3034
3041
  "ResourceName": {},
3035
3042
  "Filters": {
3036
- "shape": "S6p"
3043
+ "shape": "S6q"
3037
3044
  }
3038
3045
  }
3039
3046
  },
@@ -3085,7 +3092,7 @@
3085
3092
  "type": "structure",
3086
3093
  "members": {
3087
3094
  "Certificate": {
3088
- "shape": "S6y"
3095
+ "shape": "S6z"
3089
3096
  }
3090
3097
  }
3091
3098
  }
@@ -3140,7 +3147,7 @@
3140
3147
  }
3141
3148
  },
3142
3149
  "output": {
3143
- "shape": "S2f",
3150
+ "shape": "S2g",
3144
3151
  "resultWrapper": "ModifyCustomDBEngineVersionResult"
3145
3152
  }
3146
3153
  },
@@ -3161,7 +3168,7 @@
3161
3168
  },
3162
3169
  "DBClusterParameterGroupName": {},
3163
3170
  "VpcSecurityGroupIds": {
3164
- "shape": "S2s"
3171
+ "shape": "S2t"
3165
3172
  },
3166
3173
  "Port": {
3167
3174
  "type": "integer"
@@ -3177,7 +3184,7 @@
3177
3184
  "type": "long"
3178
3185
  },
3179
3186
  "CloudwatchLogsExportConfiguration": {
3180
- "shape": "Sbt"
3187
+ "shape": "Sbu"
3181
3188
  },
3182
3189
  "EngineVersion": {},
3183
3190
  "AllowMajorVersionUpgrade": {
@@ -3187,7 +3194,7 @@
3187
3194
  "Domain": {},
3188
3195
  "DomainIAMRoleName": {},
3189
3196
  "ScalingConfiguration": {
3190
- "shape": "S2u"
3197
+ "shape": "S2v"
3191
3198
  },
3192
3199
  "DeletionProtection": {
3193
3200
  "type": "boolean"
@@ -3224,7 +3231,7 @@
3224
3231
  "type": "integer"
3225
3232
  },
3226
3233
  "ServerlessV2ScalingConfiguration": {
3227
- "shape": "S2v"
3234
+ "shape": "S2w"
3228
3235
  },
3229
3236
  "NetworkType": {},
3230
3237
  "ManageMasterUserPassword": {
@@ -3249,7 +3256,7 @@
3249
3256
  "type": "structure",
3250
3257
  "members": {
3251
3258
  "DBCluster": {
3252
- "shape": "S2y"
3259
+ "shape": "S2z"
3253
3260
  }
3254
3261
  }
3255
3262
  }
@@ -3272,7 +3279,7 @@
3272
3279
  }
3273
3280
  },
3274
3281
  "output": {
3275
- "shape": "S3i",
3282
+ "shape": "S3j",
3276
3283
  "resultWrapper": "ModifyDBClusterEndpointResult"
3277
3284
  }
3278
3285
  },
@@ -3286,12 +3293,12 @@
3286
3293
  "members": {
3287
3294
  "DBClusterParameterGroupName": {},
3288
3295
  "Parameters": {
3289
- "shape": "S7d"
3296
+ "shape": "S7e"
3290
3297
  }
3291
3298
  }
3292
3299
  },
3293
3300
  "output": {
3294
- "shape": "Sby",
3301
+ "shape": "Sbz",
3295
3302
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
3296
3303
  }
3297
3304
  },
@@ -3306,10 +3313,10 @@
3306
3313
  "DBClusterSnapshotIdentifier": {},
3307
3314
  "AttributeName": {},
3308
3315
  "ValuesToAdd": {
3309
- "shape": "S7l"
3316
+ "shape": "S7m"
3310
3317
  },
3311
3318
  "ValuesToRemove": {
3312
- "shape": "S7l"
3319
+ "shape": "S7m"
3313
3320
  }
3314
3321
  }
3315
3322
  },
@@ -3318,7 +3325,7 @@
3318
3325
  "type": "structure",
3319
3326
  "members": {
3320
3327
  "DBClusterSnapshotAttributesResult": {
3321
- "shape": "S7i"
3328
+ "shape": "S7j"
3322
3329
  }
3323
3330
  }
3324
3331
  }
@@ -3337,10 +3344,10 @@
3337
3344
  "DBInstanceClass": {},
3338
3345
  "DBSubnetGroupName": {},
3339
3346
  "DBSecurityGroups": {
3340
- "shape": "S3o"
3347
+ "shape": "S3p"
3341
3348
  },
3342
3349
  "VpcSecurityGroupIds": {
3343
- "shape": "S2s"
3350
+ "shape": "S2t"
3344
3351
  },
3345
3352
  "ApplyImmediately": {
3346
3353
  "type": "boolean"
@@ -3410,7 +3417,7 @@
3410
3417
  "type": "integer"
3411
3418
  },
3412
3419
  "CloudwatchLogsExportConfiguration": {
3413
- "shape": "Sbt"
3420
+ "shape": "Sbu"
3414
3421
  },
3415
3422
  "ProcessorFeatures": {
3416
3423
  "shape": "S1c"
@@ -3458,7 +3465,7 @@
3458
3465
  "type": "structure",
3459
3466
  "members": {
3460
3467
  "DBInstance": {
3461
- "shape": "S3q"
3468
+ "shape": "S3r"
3462
3469
  }
3463
3470
  }
3464
3471
  }
@@ -3473,12 +3480,12 @@
3473
3480
  "members": {
3474
3481
  "DBParameterGroupName": {},
3475
3482
  "Parameters": {
3476
- "shape": "S7d"
3483
+ "shape": "S7e"
3477
3484
  }
3478
3485
  }
3479
3486
  },
3480
3487
  "output": {
3481
- "shape": "Sc4",
3488
+ "shape": "Sc5",
3482
3489
  "resultWrapper": "ModifyDBParameterGroupResult"
3483
3490
  }
3484
3491
  },
@@ -3492,7 +3499,7 @@
3492
3499
  "DBProxyName": {},
3493
3500
  "NewDBProxyName": {},
3494
3501
  "Auth": {
3495
- "shape": "S4k"
3502
+ "shape": "S4l"
3496
3503
  },
3497
3504
  "RequireTLS": {
3498
3505
  "type": "boolean"
@@ -3514,7 +3521,7 @@
3514
3521
  "type": "structure",
3515
3522
  "members": {
3516
3523
  "DBProxy": {
3517
- "shape": "S4q"
3524
+ "shape": "S4r"
3518
3525
  }
3519
3526
  }
3520
3527
  }
@@ -3538,7 +3545,7 @@
3538
3545
  "type": "structure",
3539
3546
  "members": {
3540
3547
  "DBProxyEndpoint": {
3541
- "shape": "S4z"
3548
+ "shape": "S50"
3542
3549
  }
3543
3550
  }
3544
3551
  }
@@ -3579,7 +3586,7 @@
3579
3586
  "type": "structure",
3580
3587
  "members": {
3581
3588
  "DBProxyTargetGroup": {
3582
- "shape": "S8j"
3589
+ "shape": "S8k"
3583
3590
  }
3584
3591
  }
3585
3592
  }
@@ -3617,10 +3624,10 @@
3617
3624
  "DBSnapshotIdentifier": {},
3618
3625
  "AttributeName": {},
3619
3626
  "ValuesToAdd": {
3620
- "shape": "S7l"
3627
+ "shape": "S7m"
3621
3628
  },
3622
3629
  "ValuesToRemove": {
3623
- "shape": "S7l"
3630
+ "shape": "S7m"
3624
3631
  }
3625
3632
  }
3626
3633
  },
@@ -3629,7 +3636,7 @@
3629
3636
  "type": "structure",
3630
3637
  "members": {
3631
3638
  "DBSnapshotAttributesResult": {
3632
- "shape": "S8z"
3639
+ "shape": "S90"
3633
3640
  }
3634
3641
  }
3635
3642
  }
@@ -3645,7 +3652,7 @@
3645
3652
  "DBSubnetGroupName": {},
3646
3653
  "DBSubnetGroupDescription": {},
3647
3654
  "SubnetIds": {
3648
- "shape": "S56"
3655
+ "shape": "S57"
3649
3656
  }
3650
3657
  }
3651
3658
  },
@@ -3654,7 +3661,7 @@
3654
3661
  "type": "structure",
3655
3662
  "members": {
3656
3663
  "DBSubnetGroup": {
3657
- "shape": "S3u"
3664
+ "shape": "S3v"
3658
3665
  }
3659
3666
  }
3660
3667
  }
@@ -3707,7 +3714,7 @@
3707
3714
  "type": "structure",
3708
3715
  "members": {
3709
3716
  "GlobalCluster": {
3710
- "shape": "S5c"
3717
+ "shape": "S5d"
3711
3718
  }
3712
3719
  }
3713
3720
  }
@@ -3735,10 +3742,10 @@
3735
3742
  },
3736
3743
  "OptionVersion": {},
3737
3744
  "DBSecurityGroupMemberships": {
3738
- "shape": "S3o"
3745
+ "shape": "S3p"
3739
3746
  },
3740
3747
  "VpcSecurityGroupMemberships": {
3741
- "shape": "S2s"
3748
+ "shape": "S2t"
3742
3749
  },
3743
3750
  "OptionSettings": {
3744
3751
  "type": "list",
@@ -3788,7 +3795,7 @@
3788
3795
  "type": "structure",
3789
3796
  "members": {
3790
3797
  "DBInstance": {
3791
- "shape": "S3q"
3798
+ "shape": "S3r"
3792
3799
  }
3793
3800
  }
3794
3801
  }
@@ -3808,7 +3815,7 @@
3808
3815
  "type": "structure",
3809
3816
  "members": {
3810
3817
  "DBCluster": {
3811
- "shape": "S2y"
3818
+ "shape": "S2z"
3812
3819
  }
3813
3820
  }
3814
3821
  }
@@ -3835,7 +3842,7 @@
3835
3842
  "type": "structure",
3836
3843
  "members": {
3837
3844
  "ReservedDBInstance": {
3838
- "shape": "Sao"
3845
+ "shape": "Sap"
3839
3846
  }
3840
3847
  }
3841
3848
  }
@@ -3855,7 +3862,7 @@
3855
3862
  "type": "structure",
3856
3863
  "members": {
3857
3864
  "DBCluster": {
3858
- "shape": "S2y"
3865
+ "shape": "S2z"
3859
3866
  }
3860
3867
  }
3861
3868
  }
@@ -3878,7 +3885,7 @@
3878
3885
  "type": "structure",
3879
3886
  "members": {
3880
3887
  "DBInstance": {
3881
- "shape": "S3q"
3888
+ "shape": "S3r"
3882
3889
  }
3883
3890
  }
3884
3891
  }
@@ -3905,7 +3912,7 @@
3905
3912
  "type": "structure",
3906
3913
  "members": {
3907
3914
  "DBProxyTargets": {
3908
- "shape": "S8n"
3915
+ "shape": "S8o"
3909
3916
  }
3910
3917
  }
3911
3918
  }
@@ -3923,7 +3930,7 @@
3923
3930
  "type": "structure",
3924
3931
  "members": {
3925
3932
  "GlobalCluster": {
3926
- "shape": "S5c"
3933
+ "shape": "S5d"
3927
3934
  }
3928
3935
  }
3929
3936
  }
@@ -4007,12 +4014,12 @@
4007
4014
  "type": "boolean"
4008
4015
  },
4009
4016
  "Parameters": {
4010
- "shape": "S7d"
4017
+ "shape": "S7e"
4011
4018
  }
4012
4019
  }
4013
4020
  },
4014
4021
  "output": {
4015
- "shape": "Sby",
4022
+ "shape": "Sbz",
4016
4023
  "resultWrapper": "ResetDBClusterParameterGroupResult"
4017
4024
  }
4018
4025
  },
@@ -4028,12 +4035,12 @@
4028
4035
  "type": "boolean"
4029
4036
  },
4030
4037
  "Parameters": {
4031
- "shape": "S7d"
4038
+ "shape": "S7e"
4032
4039
  }
4033
4040
  }
4034
4041
  },
4035
4042
  "output": {
4036
- "shape": "Sc4",
4043
+ "shape": "Sc5",
4037
4044
  "resultWrapper": "ResetDBParameterGroupResult"
4038
4045
  }
4039
4046
  },
@@ -4061,7 +4068,7 @@
4061
4068
  "DBClusterIdentifier": {},
4062
4069
  "DBClusterParameterGroupName": {},
4063
4070
  "VpcSecurityGroupIds": {
4064
- "shape": "S2s"
4071
+ "shape": "S2t"
4065
4072
  },
4066
4073
  "DBSubnetGroupName": {},
4067
4074
  "Engine": {},
@@ -4093,7 +4100,7 @@
4093
4100
  "type": "long"
4094
4101
  },
4095
4102
  "EnableCloudwatchLogsExports": {
4096
- "shape": "S2o"
4103
+ "shape": "S2p"
4097
4104
  },
4098
4105
  "DeletionProtection": {
4099
4106
  "type": "boolean"
@@ -4104,7 +4111,7 @@
4104
4111
  "Domain": {},
4105
4112
  "DomainIAMRoleName": {},
4106
4113
  "ServerlessV2ScalingConfiguration": {
4107
- "shape": "S2v"
4114
+ "shape": "S2w"
4108
4115
  },
4109
4116
  "NetworkType": {},
4110
4117
  "ManageMasterUserPassword": {
@@ -4119,7 +4126,7 @@
4119
4126
  "type": "structure",
4120
4127
  "members": {
4121
4128
  "DBCluster": {
4122
- "shape": "S2y"
4129
+ "shape": "S2z"
4123
4130
  }
4124
4131
  }
4125
4132
  }
@@ -4147,7 +4154,7 @@
4147
4154
  "DatabaseName": {},
4148
4155
  "OptionGroupName": {},
4149
4156
  "VpcSecurityGroupIds": {
4150
- "shape": "S2s"
4157
+ "shape": "S2t"
4151
4158
  },
4152
4159
  "Tags": {
4153
4160
  "shape": "Sb"
@@ -4160,11 +4167,11 @@
4160
4167
  "type": "long"
4161
4168
  },
4162
4169
  "EnableCloudwatchLogsExports": {
4163
- "shape": "S2o"
4170
+ "shape": "S2p"
4164
4171
  },
4165
4172
  "EngineMode": {},
4166
4173
  "ScalingConfiguration": {
4167
- "shape": "S2u"
4174
+ "shape": "S2v"
4168
4175
  },
4169
4176
  "DBClusterParameterGroupName": {},
4170
4177
  "DeletionProtection": {
@@ -4184,7 +4191,7 @@
4184
4191
  "type": "boolean"
4185
4192
  },
4186
4193
  "ServerlessV2ScalingConfiguration": {
4187
- "shape": "S2v"
4194
+ "shape": "S2w"
4188
4195
  },
4189
4196
  "NetworkType": {}
4190
4197
  }
@@ -4194,7 +4201,7 @@
4194
4201
  "type": "structure",
4195
4202
  "members": {
4196
4203
  "DBCluster": {
4197
- "shape": "S2y"
4204
+ "shape": "S2z"
4198
4205
  }
4199
4206
  }
4200
4207
  }
@@ -4221,7 +4228,7 @@
4221
4228
  "DBSubnetGroupName": {},
4222
4229
  "OptionGroupName": {},
4223
4230
  "VpcSecurityGroupIds": {
4224
- "shape": "S2s"
4231
+ "shape": "S2t"
4225
4232
  },
4226
4233
  "Tags": {
4227
4234
  "shape": "Sb"
@@ -4234,7 +4241,7 @@
4234
4241
  "type": "long"
4235
4242
  },
4236
4243
  "EnableCloudwatchLogsExports": {
4237
- "shape": "S2o"
4244
+ "shape": "S2p"
4238
4245
  },
4239
4246
  "DBClusterParameterGroupName": {},
4240
4247
  "DeletionProtection": {
@@ -4246,7 +4253,7 @@
4246
4253
  "Domain": {},
4247
4254
  "DomainIAMRoleName": {},
4248
4255
  "ScalingConfiguration": {
4249
- "shape": "S2u"
4256
+ "shape": "S2v"
4250
4257
  },
4251
4258
  "EngineMode": {},
4252
4259
  "DBClusterInstanceClass": {},
@@ -4258,7 +4265,7 @@
4258
4265
  "type": "integer"
4259
4266
  },
4260
4267
  "ServerlessV2ScalingConfiguration": {
4261
- "shape": "S2v"
4268
+ "shape": "S2w"
4262
4269
  },
4263
4270
  "NetworkType": {},
4264
4271
  "SourceDbClusterResourceId": {}
@@ -4269,7 +4276,7 @@
4269
4276
  "type": "structure",
4270
4277
  "members": {
4271
4278
  "DBCluster": {
4272
- "shape": "S2y"
4279
+ "shape": "S2z"
4273
4280
  }
4274
4281
  }
4275
4282
  }
@@ -4312,7 +4319,7 @@
4312
4319
  "TdeCredentialArn": {},
4313
4320
  "TdeCredentialPassword": {},
4314
4321
  "VpcSecurityGroupIds": {
4315
- "shape": "S2s"
4322
+ "shape": "S2t"
4316
4323
  },
4317
4324
  "Domain": {},
4318
4325
  "DomainFqdn": {},
@@ -4329,7 +4336,7 @@
4329
4336
  "type": "boolean"
4330
4337
  },
4331
4338
  "EnableCloudwatchLogsExports": {
4332
- "shape": "S2o"
4339
+ "shape": "S2p"
4333
4340
  },
4334
4341
  "ProcessorFeatures": {
4335
4342
  "shape": "S1c"
@@ -4364,7 +4371,7 @@
4364
4371
  "type": "structure",
4365
4372
  "members": {
4366
4373
  "DBInstance": {
4367
- "shape": "S3q"
4374
+ "shape": "S3r"
4368
4375
  }
4369
4376
  }
4370
4377
  }
@@ -4392,10 +4399,10 @@
4392
4399
  "MasterUsername": {},
4393
4400
  "MasterUserPassword": {},
4394
4401
  "DBSecurityGroups": {
4395
- "shape": "S3o"
4402
+ "shape": "S3p"
4396
4403
  },
4397
4404
  "VpcSecurityGroupIds": {
4398
- "shape": "S2s"
4405
+ "shape": "S2t"
4399
4406
  },
4400
4407
  "AvailabilityZone": {},
4401
4408
  "DBSubnetGroupName": {},
@@ -4454,7 +4461,7 @@
4454
4461
  "type": "integer"
4455
4462
  },
4456
4463
  "EnableCloudwatchLogsExports": {
4457
- "shape": "S2o"
4464
+ "shape": "S2p"
4458
4465
  },
4459
4466
  "ProcessorFeatures": {
4460
4467
  "shape": "S1c"
@@ -4486,7 +4493,7 @@
4486
4493
  "type": "structure",
4487
4494
  "members": {
4488
4495
  "DBInstance": {
4489
- "shape": "S3q"
4496
+ "shape": "S3r"
4490
4497
  }
4491
4498
  }
4492
4499
  }
@@ -4538,7 +4545,7 @@
4538
4545
  "TdeCredentialArn": {},
4539
4546
  "TdeCredentialPassword": {},
4540
4547
  "VpcSecurityGroupIds": {
4541
- "shape": "S2s"
4548
+ "shape": "S2t"
4542
4549
  },
4543
4550
  "Domain": {},
4544
4551
  "DomainIAMRoleName": {},
@@ -4552,7 +4559,7 @@
4552
4559
  "type": "boolean"
4553
4560
  },
4554
4561
  "EnableCloudwatchLogsExports": {
4555
- "shape": "S2o"
4562
+ "shape": "S2p"
4556
4563
  },
4557
4564
  "ProcessorFeatures": {
4558
4565
  "shape": "S1c"
@@ -4591,7 +4598,7 @@
4591
4598
  "type": "structure",
4592
4599
  "members": {
4593
4600
  "DBInstance": {
4594
- "shape": "S3q"
4601
+ "shape": "S3r"
4595
4602
  }
4596
4603
  }
4597
4604
  }
@@ -4672,7 +4679,7 @@
4672
4679
  "type": "structure",
4673
4680
  "members": {
4674
4681
  "DBCluster": {
4675
- "shape": "S2y"
4682
+ "shape": "S2z"
4676
4683
  }
4677
4684
  }
4678
4685
  }
@@ -4692,7 +4699,7 @@
4692
4699
  "type": "structure",
4693
4700
  "members": {
4694
4701
  "DBInstance": {
4695
- "shape": "S3q"
4702
+ "shape": "S3r"
4696
4703
  }
4697
4704
  }
4698
4705
  }
@@ -4717,7 +4724,7 @@
4717
4724
  "type": "structure",
4718
4725
  "members": {
4719
4726
  "DBInstanceAutomatedBackup": {
4720
- "shape": "S62"
4727
+ "shape": "S63"
4721
4728
  }
4722
4729
  }
4723
4730
  }
@@ -4787,7 +4794,7 @@
4787
4794
  "type": "structure",
4788
4795
  "members": {
4789
4796
  "DBCluster": {
4790
- "shape": "S2y"
4797
+ "shape": "S2z"
4791
4798
  }
4792
4799
  }
4793
4800
  }
@@ -4808,7 +4815,7 @@
4808
4815
  "type": "structure",
4809
4816
  "members": {
4810
4817
  "DBInstance": {
4811
- "shape": "S3q"
4818
+ "shape": "S3r"
4812
4819
  }
4813
4820
  }
4814
4821
  }
@@ -4828,7 +4835,7 @@
4828
4835
  "type": "structure",
4829
4836
  "members": {
4830
4837
  "DBInstanceAutomatedBackup": {
4831
- "shape": "S62"
4838
+ "shape": "S63"
4832
4839
  }
4833
4840
  }
4834
4841
  }
@@ -4851,7 +4858,7 @@
4851
4858
  "type": "structure",
4852
4859
  "members": {
4853
4860
  "BlueGreenDeployment": {
4854
- "shape": "S1w"
4861
+ "shape": "S1x"
4855
4862
  }
4856
4863
  }
4857
4864
  }
@@ -4873,7 +4880,7 @@
4873
4880
  "type": "structure",
4874
4881
  "members": {
4875
4882
  "GlobalCluster": {
4876
- "shape": "S5c"
4883
+ "shape": "S5d"
4877
4884
  }
4878
4885
  }
4879
4886
  }
@@ -4893,7 +4900,7 @@
4893
4900
  "type": "structure",
4894
4901
  "members": {
4895
4902
  "DBInstance": {
4896
- "shape": "S3q"
4903
+ "shape": "S3r"
4897
4904
  }
4898
4905
  }
4899
4906
  }
@@ -5311,7 +5318,7 @@
5311
5318
  }
5312
5319
  }
5313
5320
  },
5314
- "S1w": {
5321
+ "S1x": {
5315
5322
  "type": "structure",
5316
5323
  "members": {
5317
5324
  "BlueGreenDeploymentIdentifier": {},
@@ -5352,7 +5359,7 @@
5352
5359
  }
5353
5360
  }
5354
5361
  },
5355
- "S2f": {
5362
+ "S2g": {
5356
5363
  "type": "structure",
5357
5364
  "members": {
5358
5365
  "Engine": {},
@@ -5361,7 +5368,7 @@
5361
5368
  "DBEngineDescription": {},
5362
5369
  "DBEngineVersionDescription": {},
5363
5370
  "DefaultCharacterSet": {
5364
- "shape": "S2g"
5371
+ "shape": "S2h"
5365
5372
  },
5366
5373
  "Image": {
5367
5374
  "type": "structure",
@@ -5372,10 +5379,10 @@
5372
5379
  },
5373
5380
  "DBEngineMediaType": {},
5374
5381
  "SupportedCharacterSets": {
5375
- "shape": "S2i"
5382
+ "shape": "S2j"
5376
5383
  },
5377
5384
  "SupportedNcharCharacterSets": {
5378
- "shape": "S2i"
5385
+ "shape": "S2j"
5379
5386
  },
5380
5387
  "ValidUpgradeTarget": {
5381
5388
  "type": "list",
@@ -5393,7 +5400,7 @@
5393
5400
  "type": "boolean"
5394
5401
  },
5395
5402
  "SupportedEngineModes": {
5396
- "shape": "S2l"
5403
+ "shape": "S2m"
5397
5404
  },
5398
5405
  "SupportsParallelQuery": {
5399
5406
  "type": "boolean"
@@ -5421,7 +5428,7 @@
5421
5428
  }
5422
5429
  },
5423
5430
  "ExportableLogTypes": {
5424
- "shape": "S2o"
5431
+ "shape": "S2p"
5425
5432
  },
5426
5433
  "SupportsLogExportsToCloudwatchLogs": {
5427
5434
  "type": "boolean"
@@ -5430,7 +5437,7 @@
5430
5437
  "type": "boolean"
5431
5438
  },
5432
5439
  "SupportedEngineModes": {
5433
- "shape": "S2l"
5440
+ "shape": "S2m"
5434
5441
  },
5435
5442
  "SupportedFeatureNames": {
5436
5443
  "type": "list",
@@ -5470,35 +5477,35 @@
5470
5477
  }
5471
5478
  }
5472
5479
  },
5473
- "S2g": {
5480
+ "S2h": {
5474
5481
  "type": "structure",
5475
5482
  "members": {
5476
5483
  "CharacterSetName": {},
5477
5484
  "CharacterSetDescription": {}
5478
5485
  }
5479
5486
  },
5480
- "S2i": {
5487
+ "S2j": {
5481
5488
  "type": "list",
5482
5489
  "member": {
5483
- "shape": "S2g",
5490
+ "shape": "S2h",
5484
5491
  "locationName": "CharacterSet"
5485
5492
  }
5486
5493
  },
5487
- "S2l": {
5494
+ "S2m": {
5488
5495
  "type": "list",
5489
5496
  "member": {}
5490
5497
  },
5491
- "S2o": {
5498
+ "S2p": {
5492
5499
  "type": "list",
5493
5500
  "member": {}
5494
5501
  },
5495
- "S2s": {
5502
+ "S2t": {
5496
5503
  "type": "list",
5497
5504
  "member": {
5498
5505
  "locationName": "VpcSecurityGroupId"
5499
5506
  }
5500
5507
  },
5501
- "S2u": {
5508
+ "S2v": {
5502
5509
  "type": "structure",
5503
5510
  "members": {
5504
5511
  "MinCapacity": {
@@ -5519,7 +5526,7 @@
5519
5526
  }
5520
5527
  }
5521
5528
  },
5522
- "S2v": {
5529
+ "S2w": {
5523
5530
  "type": "structure",
5524
5531
  "members": {
5525
5532
  "MinCapacity": {
@@ -5530,7 +5537,7 @@
5530
5537
  }
5531
5538
  }
5532
5539
  },
5533
- "S2y": {
5540
+ "S2z": {
5534
5541
  "type": "structure",
5535
5542
  "members": {
5536
5543
  "AllocatedStorage": {
@@ -5649,7 +5656,7 @@
5649
5656
  "type": "long"
5650
5657
  },
5651
5658
  "EnabledCloudwatchLogsExports": {
5652
- "shape": "S2o"
5659
+ "shape": "S2p"
5653
5660
  },
5654
5661
  "Capacity": {
5655
5662
  "type": "integer"
@@ -5693,7 +5700,7 @@
5693
5700
  "type": "boolean"
5694
5701
  },
5695
5702
  "DomainMemberships": {
5696
- "shape": "S39"
5703
+ "shape": "S3a"
5697
5704
  },
5698
5705
  "TagList": {
5699
5706
  "shape": "Sb"
@@ -5706,7 +5713,7 @@
5706
5713
  "type": "structure",
5707
5714
  "members": {
5708
5715
  "PendingCloudwatchLogsExports": {
5709
- "shape": "S3d"
5716
+ "shape": "S3e"
5710
5717
  },
5711
5718
  "DBClusterIdentifier": {},
5712
5719
  "MasterUserPassword": {},
@@ -5762,7 +5769,7 @@
5762
5769
  "NetworkType": {},
5763
5770
  "DBSystemId": {},
5764
5771
  "MasterUserSecret": {
5765
- "shape": "S3f"
5772
+ "shape": "S3g"
5766
5773
  },
5767
5774
  "IOOptimizedNextAllowedModificationTime": {
5768
5775
  "type": "timestamp"
@@ -5772,7 +5779,7 @@
5772
5779
  },
5773
5780
  "wrapper": true
5774
5781
  },
5775
- "S39": {
5782
+ "S3a": {
5776
5783
  "type": "list",
5777
5784
  "member": {
5778
5785
  "locationName": "DomainMembership",
@@ -5790,18 +5797,18 @@
5790
5797
  }
5791
5798
  }
5792
5799
  },
5793
- "S3d": {
5800
+ "S3e": {
5794
5801
  "type": "structure",
5795
5802
  "members": {
5796
5803
  "LogTypesToEnable": {
5797
- "shape": "S2o"
5804
+ "shape": "S2p"
5798
5805
  },
5799
5806
  "LogTypesToDisable": {
5800
- "shape": "S2o"
5807
+ "shape": "S2p"
5801
5808
  }
5802
5809
  }
5803
5810
  },
5804
- "S3f": {
5811
+ "S3g": {
5805
5812
  "type": "structure",
5806
5813
  "members": {
5807
5814
  "SecretArn": {},
@@ -5809,7 +5816,7 @@
5809
5816
  "KmsKeyId": {}
5810
5817
  }
5811
5818
  },
5812
- "S3i": {
5819
+ "S3j": {
5813
5820
  "type": "structure",
5814
5821
  "members": {
5815
5822
  "DBClusterEndpointIdentifier": {},
@@ -5828,13 +5835,13 @@
5828
5835
  "DBClusterEndpointArn": {}
5829
5836
  }
5830
5837
  },
5831
- "S3o": {
5838
+ "S3p": {
5832
5839
  "type": "list",
5833
5840
  "member": {
5834
5841
  "locationName": "DBSecurityGroupName"
5835
5842
  }
5836
5843
  },
5837
- "S3q": {
5844
+ "S3r": {
5838
5845
  "type": "structure",
5839
5846
  "members": {
5840
5847
  "DBInstanceIdentifier": {},
@@ -5847,7 +5854,7 @@
5847
5854
  "MasterUsername": {},
5848
5855
  "DBName": {},
5849
5856
  "Endpoint": {
5850
- "shape": "S3r"
5857
+ "shape": "S3s"
5851
5858
  },
5852
5859
  "AllocatedStorage": {
5853
5860
  "type": "integer"
@@ -5878,7 +5885,7 @@
5878
5885
  },
5879
5886
  "AvailabilityZone": {},
5880
5887
  "DBSubnetGroup": {
5881
- "shape": "S3u"
5888
+ "shape": "S3v"
5882
5889
  },
5883
5890
  "PreferredMaintenanceWindow": {},
5884
5891
  "PendingModifiedValues": {
@@ -5908,7 +5915,7 @@
5908
5915
  "CACertificateIdentifier": {},
5909
5916
  "DBSubnetGroupName": {},
5910
5917
  "PendingCloudwatchLogsExports": {
5911
- "shape": "S3d"
5918
+ "shape": "S3e"
5912
5919
  },
5913
5920
  "ProcessorFeatures": {
5914
5921
  "shape": "S1c"
@@ -6002,7 +6009,7 @@
6002
6009
  "DbiResourceId": {},
6003
6010
  "CACertificateIdentifier": {},
6004
6011
  "DomainMemberships": {
6005
- "shape": "S39"
6012
+ "shape": "S3a"
6006
6013
  },
6007
6014
  "CopyTagsToSnapshot": {
6008
6015
  "type": "boolean"
@@ -6028,7 +6035,7 @@
6028
6035
  "type": "integer"
6029
6036
  },
6030
6037
  "EnabledCloudwatchLogsExports": {
6031
- "shape": "S2o"
6038
+ "shape": "S2p"
6032
6039
  },
6033
6040
  "ProcessorFeatures": {
6034
6041
  "shape": "S1c"
@@ -6049,7 +6056,7 @@
6049
6056
  }
6050
6057
  },
6051
6058
  "ListenerEndpoint": {
6052
- "shape": "S3r"
6059
+ "shape": "S3s"
6053
6060
  },
6054
6061
  "MaxAllocatedStorage": {
6055
6062
  "type": "integer"
@@ -6058,7 +6065,7 @@
6058
6065
  "shape": "Sb"
6059
6066
  },
6060
6067
  "DBInstanceAutomatedBackupsReplications": {
6061
- "shape": "S4a"
6068
+ "shape": "S4b"
6062
6069
  },
6063
6070
  "CustomerOwnedIpEnabled": {
6064
6071
  "type": "boolean"
@@ -6084,7 +6091,7 @@
6084
6091
  },
6085
6092
  "DBSystemId": {},
6086
6093
  "MasterUserSecret": {
6087
- "shape": "S3f"
6094
+ "shape": "S3g"
6088
6095
  },
6089
6096
  "CertificateDetails": {
6090
6097
  "type": "structure",
@@ -6099,11 +6106,14 @@
6099
6106
  "PercentProgress": {},
6100
6107
  "DedicatedLogVolume": {
6101
6108
  "type": "boolean"
6109
+ },
6110
+ "IsStorageConfigUpgradeAvailable": {
6111
+ "type": "boolean"
6102
6112
  }
6103
6113
  },
6104
6114
  "wrapper": true
6105
6115
  },
6106
- "S3r": {
6116
+ "S3s": {
6107
6117
  "type": "structure",
6108
6118
  "members": {
6109
6119
  "Address": {},
@@ -6113,7 +6123,7 @@
6113
6123
  "HostedZoneId": {}
6114
6124
  }
6115
6125
  },
6116
- "S3u": {
6126
+ "S3v": {
6117
6127
  "type": "structure",
6118
6128
  "members": {
6119
6129
  "DBSubnetGroupName": {},
@@ -6128,7 +6138,7 @@
6128
6138
  "members": {
6129
6139
  "SubnetIdentifier": {},
6130
6140
  "SubnetAvailabilityZone": {
6131
- "shape": "S3x"
6141
+ "shape": "S3y"
6132
6142
  },
6133
6143
  "SubnetOutpost": {
6134
6144
  "type": "structure",
@@ -6147,14 +6157,14 @@
6147
6157
  },
6148
6158
  "wrapper": true
6149
6159
  },
6150
- "S3x": {
6160
+ "S3y": {
6151
6161
  "type": "structure",
6152
6162
  "members": {
6153
6163
  "Name": {}
6154
6164
  },
6155
6165
  "wrapper": true
6156
6166
  },
6157
- "S4a": {
6167
+ "S4b": {
6158
6168
  "type": "list",
6159
6169
  "member": {
6160
6170
  "locationName": "DBInstanceAutomatedBackupsReplication",
@@ -6164,7 +6174,7 @@
6164
6174
  }
6165
6175
  }
6166
6176
  },
6167
- "S4k": {
6177
+ "S4l": {
6168
6178
  "type": "list",
6169
6179
  "member": {
6170
6180
  "type": "structure",
@@ -6178,7 +6188,7 @@
6178
6188
  }
6179
6189
  }
6180
6190
  },
6181
- "S4q": {
6191
+ "S4r": {
6182
6192
  "type": "structure",
6183
6193
  "members": {
6184
6194
  "DBProxyName": {},
@@ -6225,7 +6235,7 @@
6225
6235
  }
6226
6236
  }
6227
6237
  },
6228
- "S4z": {
6238
+ "S50": {
6229
6239
  "type": "structure",
6230
6240
  "members": {
6231
6241
  "DBProxyEndpointName": {},
@@ -6249,13 +6259,13 @@
6249
6259
  }
6250
6260
  }
6251
6261
  },
6252
- "S56": {
6262
+ "S57": {
6253
6263
  "type": "list",
6254
6264
  "member": {
6255
6265
  "locationName": "SubnetIdentifier"
6256
6266
  }
6257
6267
  },
6258
- "S5c": {
6268
+ "S5d": {
6259
6269
  "type": "structure",
6260
6270
  "members": {
6261
6271
  "GlobalClusterIdentifier": {},
@@ -6306,7 +6316,7 @@
6306
6316
  },
6307
6317
  "wrapper": true
6308
6318
  },
6309
- "S5s": {
6319
+ "S5t": {
6310
6320
  "type": "structure",
6311
6321
  "members": {
6312
6322
  "Engine": {},
@@ -6314,7 +6324,7 @@
6314
6324
  "DBClusterAutomatedBackupsArn": {},
6315
6325
  "DBClusterIdentifier": {},
6316
6326
  "RestoreWindow": {
6317
- "shape": "S5t"
6327
+ "shape": "S5u"
6318
6328
  },
6319
6329
  "MasterUsername": {},
6320
6330
  "DbClusterResourceId": {},
@@ -6354,7 +6364,7 @@
6354
6364
  },
6355
6365
  "wrapper": true
6356
6366
  },
6357
- "S5t": {
6367
+ "S5u": {
6358
6368
  "type": "structure",
6359
6369
  "members": {
6360
6370
  "EarliestTime": {
@@ -6365,7 +6375,7 @@
6365
6375
  }
6366
6376
  }
6367
6377
  },
6368
- "S62": {
6378
+ "S63": {
6369
6379
  "type": "structure",
6370
6380
  "members": {
6371
6381
  "DBInstanceArn": {},
@@ -6373,7 +6383,7 @@
6373
6383
  "Region": {},
6374
6384
  "DBInstanceIdentifier": {},
6375
6385
  "RestoreWindow": {
6376
- "shape": "S5t"
6386
+ "shape": "S5u"
6377
6387
  },
6378
6388
  "AllocatedStorage": {
6379
6389
  "type": "integer"
@@ -6410,7 +6420,7 @@
6410
6420
  },
6411
6421
  "DBInstanceAutomatedBackupsArn": {},
6412
6422
  "DBInstanceAutomatedBackupsReplications": {
6413
- "shape": "S4a"
6423
+ "shape": "S4b"
6414
6424
  },
6415
6425
  "BackupTarget": {},
6416
6426
  "StorageThroughput": {
@@ -6423,7 +6433,7 @@
6423
6433
  },
6424
6434
  "wrapper": true
6425
6435
  },
6426
- "S6p": {
6436
+ "S6q": {
6427
6437
  "type": "list",
6428
6438
  "member": {
6429
6439
  "locationName": "Filter",
@@ -6443,7 +6453,7 @@
6443
6453
  }
6444
6454
  }
6445
6455
  },
6446
- "S6y": {
6456
+ "S6z": {
6447
6457
  "type": "structure",
6448
6458
  "members": {
6449
6459
  "CertificateIdentifier": {},
@@ -6465,7 +6475,7 @@
6465
6475
  },
6466
6476
  "wrapper": true
6467
6477
  },
6468
- "S7d": {
6478
+ "S7e": {
6469
6479
  "type": "list",
6470
6480
  "member": {
6471
6481
  "locationName": "Parameter",
@@ -6484,12 +6494,12 @@
6484
6494
  "MinimumEngineVersion": {},
6485
6495
  "ApplyMethod": {},
6486
6496
  "SupportedEngineModes": {
6487
- "shape": "S2l"
6497
+ "shape": "S2m"
6488
6498
  }
6489
6499
  }
6490
6500
  }
6491
6501
  },
6492
- "S7i": {
6502
+ "S7j": {
6493
6503
  "type": "structure",
6494
6504
  "members": {
6495
6505
  "DBClusterSnapshotIdentifier": {},
@@ -6501,7 +6511,7 @@
6501
6511
  "members": {
6502
6512
  "AttributeName": {},
6503
6513
  "AttributeValues": {
6504
- "shape": "S7l"
6514
+ "shape": "S7m"
6505
6515
  }
6506
6516
  }
6507
6517
  }
@@ -6509,13 +6519,13 @@
6509
6519
  },
6510
6520
  "wrapper": true
6511
6521
  },
6512
- "S7l": {
6522
+ "S7m": {
6513
6523
  "type": "list",
6514
6524
  "member": {
6515
6525
  "locationName": "AttributeValue"
6516
6526
  }
6517
6527
  },
6518
- "S8j": {
6528
+ "S8k": {
6519
6529
  "type": "structure",
6520
6530
  "members": {
6521
6531
  "DBProxyName": {},
@@ -6551,7 +6561,7 @@
6551
6561
  }
6552
6562
  }
6553
6563
  },
6554
- "S8n": {
6564
+ "S8o": {
6555
6565
  "type": "list",
6556
6566
  "member": {
6557
6567
  "type": "structure",
@@ -6576,7 +6586,7 @@
6576
6586
  }
6577
6587
  }
6578
6588
  },
6579
- "S8z": {
6589
+ "S90": {
6580
6590
  "type": "structure",
6581
6591
  "members": {
6582
6592
  "DBSnapshotIdentifier": {},
@@ -6588,7 +6598,7 @@
6588
6598
  "members": {
6589
6599
  "AttributeName": {},
6590
6600
  "AttributeValues": {
6591
- "shape": "S7l"
6601
+ "shape": "S7m"
6592
6602
  }
6593
6603
  },
6594
6604
  "wrapper": true
@@ -6597,18 +6607,18 @@
6597
6607
  },
6598
6608
  "wrapper": true
6599
6609
  },
6600
- "S9a": {
6610
+ "S9b": {
6601
6611
  "type": "structure",
6602
6612
  "members": {
6603
6613
  "DBParameterGroupFamily": {},
6604
6614
  "Marker": {},
6605
6615
  "Parameters": {
6606
- "shape": "S7d"
6616
+ "shape": "S7e"
6607
6617
  }
6608
6618
  },
6609
6619
  "wrapper": true
6610
6620
  },
6611
- "Saf": {
6621
+ "Sag": {
6612
6622
  "type": "list",
6613
6623
  "member": {
6614
6624
  "locationName": "AvailableProcessorFeature",
@@ -6620,7 +6630,7 @@
6620
6630
  }
6621
6631
  }
6622
6632
  },
6623
- "Sao": {
6633
+ "Sap": {
6624
6634
  "type": "structure",
6625
6635
  "members": {
6626
6636
  "ReservedDBInstanceId": {},
@@ -6649,14 +6659,14 @@
6649
6659
  },
6650
6660
  "State": {},
6651
6661
  "RecurringCharges": {
6652
- "shape": "Saq"
6662
+ "shape": "Sar"
6653
6663
  },
6654
6664
  "ReservedDBInstanceArn": {},
6655
6665
  "LeaseId": {}
6656
6666
  },
6657
6667
  "wrapper": true
6658
6668
  },
6659
- "Saq": {
6669
+ "Sar": {
6660
6670
  "type": "list",
6661
6671
  "member": {
6662
6672
  "locationName": "RecurringCharge",
@@ -6670,7 +6680,7 @@
6670
6680
  "wrapper": true
6671
6681
  }
6672
6682
  },
6673
- "Sb5": {
6683
+ "Sb6": {
6674
6684
  "type": "list",
6675
6685
  "member": {
6676
6686
  "locationName": "Range",
@@ -6688,7 +6698,7 @@
6688
6698
  }
6689
6699
  }
6690
6700
  },
6691
- "Sb7": {
6701
+ "Sb8": {
6692
6702
  "type": "list",
6693
6703
  "member": {
6694
6704
  "locationName": "DoubleRange",
@@ -6703,24 +6713,24 @@
6703
6713
  }
6704
6714
  }
6705
6715
  },
6706
- "Sbt": {
6716
+ "Sbu": {
6707
6717
  "type": "structure",
6708
6718
  "members": {
6709
6719
  "EnableLogTypes": {
6710
- "shape": "S2o"
6720
+ "shape": "S2p"
6711
6721
  },
6712
6722
  "DisableLogTypes": {
6713
- "shape": "S2o"
6723
+ "shape": "S2p"
6714
6724
  }
6715
6725
  }
6716
6726
  },
6717
- "Sby": {
6727
+ "Sbz": {
6718
6728
  "type": "structure",
6719
6729
  "members": {
6720
6730
  "DBClusterParameterGroupName": {}
6721
6731
  }
6722
6732
  },
6723
- "Sc4": {
6733
+ "Sc5": {
6724
6734
  "type": "structure",
6725
6735
  "members": {
6726
6736
  "DBParameterGroupName": {}