cdk-lambda-subminute 2.0.285 → 2.0.287

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +35 -34
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +503 -365
  7. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +16 -0
  8. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +283 -227
  9. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +251 -49
  10. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +12 -0
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +359 -318
  12. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +40 -17
  13. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +353 -325
  14. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +228 -206
  15. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +187 -145
  16. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
  17. package/node_modules/aws-sdk/clients/apprunner.d.ts +5 -0
  18. package/node_modules/aws-sdk/clients/connect.d.ts +248 -6
  19. package/node_modules/aws-sdk/clients/gamelift.d.ts +33 -22
  20. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +254 -2
  21. package/node_modules/aws-sdk/clients/glue.d.ts +45 -0
  22. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +44 -11
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +41 -2
  24. package/node_modules/aws-sdk/clients/rds.d.ts +30 -0
  25. package/node_modules/aws-sdk/clients/redshift.d.ts +47 -0
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +1220 -946
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +3 -3
@@ -430,6 +430,9 @@
430
430
  "ScalingConfiguration": {
431
431
  "shape": "S2v"
432
432
  },
433
+ "RdsCustomClusterConfiguration": {
434
+ "shape": "S2w"
435
+ },
433
436
  "DeletionProtection": {
434
437
  "type": "boolean"
435
438
  },
@@ -471,7 +474,7 @@
471
474
  "type": "integer"
472
475
  },
473
476
  "ServerlessV2ScalingConfiguration": {
474
- "shape": "S2w"
477
+ "shape": "S2x"
475
478
  },
476
479
  "NetworkType": {},
477
480
  "DBSystemId": {},
@@ -490,7 +493,7 @@
490
493
  "type": "structure",
491
494
  "members": {
492
495
  "DBCluster": {
493
- "shape": "S2z"
496
+ "shape": "S30"
494
497
  }
495
498
  }
496
499
  }
@@ -519,7 +522,7 @@
519
522
  }
520
523
  },
521
524
  "output": {
522
- "shape": "S3j",
525
+ "shape": "S3k",
523
526
  "resultWrapper": "CreateDBClusterEndpointResult"
524
527
  }
525
528
  },
@@ -594,7 +597,7 @@
594
597
  "MasterUsername": {},
595
598
  "MasterUserPassword": {},
596
599
  "DBSecurityGroups": {
597
- "shape": "S3p"
600
+ "shape": "S3q"
598
601
  },
599
602
  "VpcSecurityGroupIds": {
600
603
  "shape": "S2t"
@@ -704,7 +707,7 @@
704
707
  "type": "structure",
705
708
  "members": {
706
709
  "DBInstance": {
707
- "shape": "S3r"
710
+ "shape": "S3s"
708
711
  }
709
712
  }
710
713
  }
@@ -814,7 +817,7 @@
814
817
  "type": "structure",
815
818
  "members": {
816
819
  "DBInstance": {
817
- "shape": "S3r"
820
+ "shape": "S3s"
818
821
  }
819
822
  }
820
823
  }
@@ -860,7 +863,7 @@
860
863
  "DBProxyName": {},
861
864
  "EngineFamily": {},
862
865
  "Auth": {
863
- "shape": "S4l"
866
+ "shape": "S4m"
864
867
  },
865
868
  "RoleArn": {},
866
869
  "VpcSubnetIds": {
@@ -888,7 +891,7 @@
888
891
  "type": "structure",
889
892
  "members": {
890
893
  "DBProxy": {
891
- "shape": "S4r"
894
+ "shape": "S4s"
892
895
  }
893
896
  }
894
897
  }
@@ -921,7 +924,7 @@
921
924
  "type": "structure",
922
925
  "members": {
923
926
  "DBProxyEndpoint": {
924
- "shape": "S50"
927
+ "shape": "S51"
925
928
  }
926
929
  }
927
930
  }
@@ -988,7 +991,7 @@
988
991
  "DBSubnetGroupName": {},
989
992
  "DBSubnetGroupDescription": {},
990
993
  "SubnetIds": {
991
- "shape": "S57"
994
+ "shape": "S58"
992
995
  },
993
996
  "Tags": {
994
997
  "shape": "Sb"
@@ -1000,7 +1003,7 @@
1000
1003
  "type": "structure",
1001
1004
  "members": {
1002
1005
  "DBSubnetGroup": {
1003
- "shape": "S3v"
1006
+ "shape": "S3w"
1004
1007
  }
1005
1008
  }
1006
1009
  }
@@ -1062,7 +1065,7 @@
1062
1065
  "type": "structure",
1063
1066
  "members": {
1064
1067
  "GlobalCluster": {
1065
- "shape": "S5d"
1068
+ "shape": "S5e"
1066
1069
  }
1067
1070
  }
1068
1071
  }
@@ -1081,7 +1084,7 @@
1081
1084
  "IntegrationName": {},
1082
1085
  "KMSKeyId": {},
1083
1086
  "AdditionalEncryptionContext": {
1084
- "shape": "S5o"
1087
+ "shape": "S5p"
1085
1088
  },
1086
1089
  "Tags": {
1087
1090
  "shape": "Sb"
@@ -1089,7 +1092,7 @@
1089
1092
  }
1090
1093
  },
1091
1094
  "output": {
1092
- "shape": "S5p",
1095
+ "shape": "S5q",
1093
1096
  "resultWrapper": "CreateIntegrationResult"
1094
1097
  }
1095
1098
  },
@@ -1184,7 +1187,7 @@
1184
1187
  "type": "structure",
1185
1188
  "members": {
1186
1189
  "DBCluster": {
1187
- "shape": "S2z"
1190
+ "shape": "S30"
1188
1191
  }
1189
1192
  }
1190
1193
  }
@@ -1204,7 +1207,7 @@
1204
1207
  "type": "structure",
1205
1208
  "members": {
1206
1209
  "DBClusterAutomatedBackup": {
1207
- "shape": "S63"
1210
+ "shape": "S64"
1208
1211
  }
1209
1212
  }
1210
1213
  }
@@ -1220,7 +1223,7 @@
1220
1223
  }
1221
1224
  },
1222
1225
  "output": {
1223
- "shape": "S3j",
1226
+ "shape": "S3k",
1224
1227
  "resultWrapper": "DeleteDBClusterEndpointResult"
1225
1228
  }
1226
1229
  },
@@ -1277,7 +1280,7 @@
1277
1280
  "type": "structure",
1278
1281
  "members": {
1279
1282
  "DBInstance": {
1280
- "shape": "S3r"
1283
+ "shape": "S3s"
1281
1284
  }
1282
1285
  }
1283
1286
  }
@@ -1295,7 +1298,7 @@
1295
1298
  "type": "structure",
1296
1299
  "members": {
1297
1300
  "DBInstanceAutomatedBackup": {
1298
- "shape": "S6d"
1301
+ "shape": "S6e"
1299
1302
  }
1300
1303
  }
1301
1304
  }
@@ -1326,7 +1329,7 @@
1326
1329
  "type": "structure",
1327
1330
  "members": {
1328
1331
  "DBProxy": {
1329
- "shape": "S4r"
1332
+ "shape": "S4s"
1330
1333
  }
1331
1334
  }
1332
1335
  }
@@ -1346,7 +1349,7 @@
1346
1349
  "type": "structure",
1347
1350
  "members": {
1348
1351
  "DBProxyEndpoint": {
1349
- "shape": "S50"
1352
+ "shape": "S51"
1350
1353
  }
1351
1354
  }
1352
1355
  }
@@ -1428,7 +1431,7 @@
1428
1431
  "type": "structure",
1429
1432
  "members": {
1430
1433
  "GlobalCluster": {
1431
- "shape": "S5d"
1434
+ "shape": "S5e"
1432
1435
  }
1433
1436
  }
1434
1437
  }
@@ -1444,7 +1447,7 @@
1444
1447
  }
1445
1448
  },
1446
1449
  "output": {
1447
- "shape": "S5p",
1450
+ "shape": "S5q",
1448
1451
  "resultWrapper": "DeleteIntegrationResult"
1449
1452
  }
1450
1453
  },
@@ -1517,7 +1520,7 @@
1517
1520
  "members": {
1518
1521
  "BlueGreenDeploymentIdentifier": {},
1519
1522
  "Filters": {
1520
- "shape": "S72"
1523
+ "shape": "S73"
1521
1524
  },
1522
1525
  "Marker": {},
1523
1526
  "MaxRecords": {
@@ -1545,7 +1548,7 @@
1545
1548
  "members": {
1546
1549
  "CertificateIdentifier": {},
1547
1550
  "Filters": {
1548
- "shape": "S72"
1551
+ "shape": "S73"
1549
1552
  },
1550
1553
  "MaxRecords": {
1551
1554
  "type": "integer"
@@ -1561,7 +1564,7 @@
1561
1564
  "Certificates": {
1562
1565
  "type": "list",
1563
1566
  "member": {
1564
- "shape": "S7b",
1567
+ "shape": "S7c",
1565
1568
  "locationName": "Certificate"
1566
1569
  }
1567
1570
  },
@@ -1576,7 +1579,7 @@
1576
1579
  "DbClusterResourceId": {},
1577
1580
  "DBClusterIdentifier": {},
1578
1581
  "Filters": {
1579
- "shape": "S72"
1582
+ "shape": "S73"
1580
1583
  },
1581
1584
  "MaxRecords": {
1582
1585
  "type": "integer"
@@ -1592,7 +1595,7 @@
1592
1595
  "DBClusterAutomatedBackups": {
1593
1596
  "type": "list",
1594
1597
  "member": {
1595
- "shape": "S63",
1598
+ "shape": "S64",
1596
1599
  "locationName": "DBClusterAutomatedBackup"
1597
1600
  }
1598
1601
  }
@@ -1609,7 +1612,7 @@
1609
1612
  "DBClusterIdentifier": {},
1610
1613
  "BacktrackIdentifier": {},
1611
1614
  "Filters": {
1612
- "shape": "S72"
1615
+ "shape": "S73"
1613
1616
  },
1614
1617
  "MaxRecords": {
1615
1618
  "type": "integer"
@@ -1639,7 +1642,7 @@
1639
1642
  "DBClusterIdentifier": {},
1640
1643
  "DBClusterEndpointIdentifier": {},
1641
1644
  "Filters": {
1642
- "shape": "S72"
1645
+ "shape": "S73"
1643
1646
  },
1644
1647
  "MaxRecords": {
1645
1648
  "type": "integer"
@@ -1655,7 +1658,7 @@
1655
1658
  "DBClusterEndpoints": {
1656
1659
  "type": "list",
1657
1660
  "member": {
1658
- "shape": "S3j",
1661
+ "shape": "S3k",
1659
1662
  "locationName": "DBClusterEndpointList"
1660
1663
  }
1661
1664
  }
@@ -1668,7 +1671,7 @@
1668
1671
  "members": {
1669
1672
  "DBClusterParameterGroupName": {},
1670
1673
  "Filters": {
1671
- "shape": "S72"
1674
+ "shape": "S73"
1672
1675
  },
1673
1676
  "MaxRecords": {
1674
1677
  "type": "integer"
@@ -1701,7 +1704,7 @@
1701
1704
  "DBClusterParameterGroupName": {},
1702
1705
  "Source": {},
1703
1706
  "Filters": {
1704
- "shape": "S72"
1707
+ "shape": "S73"
1705
1708
  },
1706
1709
  "MaxRecords": {
1707
1710
  "type": "integer"
@@ -1714,7 +1717,7 @@
1714
1717
  "type": "structure",
1715
1718
  "members": {
1716
1719
  "Parameters": {
1717
- "shape": "S7q"
1720
+ "shape": "S7r"
1718
1721
  },
1719
1722
  "Marker": {}
1720
1723
  }
@@ -1735,7 +1738,7 @@
1735
1738
  "type": "structure",
1736
1739
  "members": {
1737
1740
  "DBClusterSnapshotAttributesResult": {
1738
- "shape": "S7v"
1741
+ "shape": "S7w"
1739
1742
  }
1740
1743
  }
1741
1744
  }
@@ -1748,7 +1751,7 @@
1748
1751
  "DBClusterSnapshotIdentifier": {},
1749
1752
  "SnapshotType": {},
1750
1753
  "Filters": {
1751
- "shape": "S72"
1754
+ "shape": "S73"
1752
1755
  },
1753
1756
  "MaxRecords": {
1754
1757
  "type": "integer"
@@ -1784,7 +1787,7 @@
1784
1787
  "members": {
1785
1788
  "DBClusterIdentifier": {},
1786
1789
  "Filters": {
1787
- "shape": "S72"
1790
+ "shape": "S73"
1788
1791
  },
1789
1792
  "MaxRecords": {
1790
1793
  "type": "integer"
@@ -1803,7 +1806,7 @@
1803
1806
  "DBClusters": {
1804
1807
  "type": "list",
1805
1808
  "member": {
1806
- "shape": "S2z",
1809
+ "shape": "S30",
1807
1810
  "locationName": "DBCluster"
1808
1811
  }
1809
1812
  }
@@ -1818,7 +1821,7 @@
1818
1821
  "EngineVersion": {},
1819
1822
  "DBParameterGroupFamily": {},
1820
1823
  "Filters": {
1821
- "shape": "S72"
1824
+ "shape": "S73"
1822
1825
  },
1823
1826
  "MaxRecords": {
1824
1827
  "type": "integer"
@@ -1860,7 +1863,7 @@
1860
1863
  "DbiResourceId": {},
1861
1864
  "DBInstanceIdentifier": {},
1862
1865
  "Filters": {
1863
- "shape": "S72"
1866
+ "shape": "S73"
1864
1867
  },
1865
1868
  "MaxRecords": {
1866
1869
  "type": "integer"
@@ -1877,7 +1880,7 @@
1877
1880
  "DBInstanceAutomatedBackups": {
1878
1881
  "type": "list",
1879
1882
  "member": {
1880
- "shape": "S6d",
1883
+ "shape": "S6e",
1881
1884
  "locationName": "DBInstanceAutomatedBackup"
1882
1885
  }
1883
1886
  }
@@ -1890,7 +1893,7 @@
1890
1893
  "members": {
1891
1894
  "DBInstanceIdentifier": {},
1892
1895
  "Filters": {
1893
- "shape": "S72"
1896
+ "shape": "S73"
1894
1897
  },
1895
1898
  "MaxRecords": {
1896
1899
  "type": "integer"
@@ -1906,7 +1909,7 @@
1906
1909
  "DBInstances": {
1907
1910
  "type": "list",
1908
1911
  "member": {
1909
- "shape": "S3r",
1912
+ "shape": "S3s",
1910
1913
  "locationName": "DBInstance"
1911
1914
  }
1912
1915
  }
@@ -1929,7 +1932,7 @@
1929
1932
  "type": "long"
1930
1933
  },
1931
1934
  "Filters": {
1932
- "shape": "S72"
1935
+ "shape": "S73"
1933
1936
  },
1934
1937
  "MaxRecords": {
1935
1938
  "type": "integer"
@@ -1967,7 +1970,7 @@
1967
1970
  "members": {
1968
1971
  "DBParameterGroupName": {},
1969
1972
  "Filters": {
1970
- "shape": "S72"
1973
+ "shape": "S73"
1971
1974
  },
1972
1975
  "MaxRecords": {
1973
1976
  "type": "integer"
@@ -2000,7 +2003,7 @@
2000
2003
  "DBParameterGroupName": {},
2001
2004
  "Source": {},
2002
2005
  "Filters": {
2003
- "shape": "S72"
2006
+ "shape": "S73"
2004
2007
  },
2005
2008
  "MaxRecords": {
2006
2009
  "type": "integer"
@@ -2013,7 +2016,7 @@
2013
2016
  "type": "structure",
2014
2017
  "members": {
2015
2018
  "Parameters": {
2016
- "shape": "S7q"
2019
+ "shape": "S7r"
2017
2020
  },
2018
2021
  "Marker": {}
2019
2022
  }
@@ -2025,7 +2028,7 @@
2025
2028
  "members": {
2026
2029
  "DBProxyName": {},
2027
2030
  "Filters": {
2028
- "shape": "S72"
2031
+ "shape": "S73"
2029
2032
  },
2030
2033
  "Marker": {},
2031
2034
  "MaxRecords": {
@@ -2040,7 +2043,7 @@
2040
2043
  "DBProxies": {
2041
2044
  "type": "list",
2042
2045
  "member": {
2043
- "shape": "S4r"
2046
+ "shape": "S4s"
2044
2047
  }
2045
2048
  },
2046
2049
  "Marker": {}
@@ -2054,7 +2057,7 @@
2054
2057
  "DBProxyName": {},
2055
2058
  "DBProxyEndpointName": {},
2056
2059
  "Filters": {
2057
- "shape": "S72"
2060
+ "shape": "S73"
2058
2061
  },
2059
2062
  "Marker": {},
2060
2063
  "MaxRecords": {
@@ -2069,7 +2072,7 @@
2069
2072
  "DBProxyEndpoints": {
2070
2073
  "type": "list",
2071
2074
  "member": {
2072
- "shape": "S50"
2075
+ "shape": "S51"
2073
2076
  }
2074
2077
  },
2075
2078
  "Marker": {}
@@ -2086,7 +2089,7 @@
2086
2089
  "DBProxyName": {},
2087
2090
  "TargetGroupName": {},
2088
2091
  "Filters": {
2089
- "shape": "S72"
2092
+ "shape": "S73"
2090
2093
  },
2091
2094
  "Marker": {},
2092
2095
  "MaxRecords": {
@@ -2101,7 +2104,7 @@
2101
2104
  "TargetGroups": {
2102
2105
  "type": "list",
2103
2106
  "member": {
2104
- "shape": "S8w"
2107
+ "shape": "S8x"
2105
2108
  }
2106
2109
  },
2107
2110
  "Marker": {}
@@ -2118,7 +2121,7 @@
2118
2121
  "DBProxyName": {},
2119
2122
  "TargetGroupName": {},
2120
2123
  "Filters": {
2121
- "shape": "S72"
2124
+ "shape": "S73"
2122
2125
  },
2123
2126
  "Marker": {},
2124
2127
  "MaxRecords": {
@@ -2131,7 +2134,7 @@
2131
2134
  "type": "structure",
2132
2135
  "members": {
2133
2136
  "Targets": {
2134
- "shape": "S90"
2137
+ "shape": "S91"
2135
2138
  },
2136
2139
  "Marker": {}
2137
2140
  }
@@ -2143,7 +2146,7 @@
2143
2146
  "members": {
2144
2147
  "DBSecurityGroupName": {},
2145
2148
  "Filters": {
2146
- "shape": "S72"
2149
+ "shape": "S73"
2147
2150
  },
2148
2151
  "MaxRecords": {
2149
2152
  "type": "integer"
@@ -2181,7 +2184,7 @@
2181
2184
  "type": "structure",
2182
2185
  "members": {
2183
2186
  "DBSnapshotAttributesResult": {
2184
- "shape": "S9c"
2187
+ "shape": "S9d"
2185
2188
  }
2186
2189
  }
2187
2190
  }
@@ -2194,7 +2197,7 @@
2194
2197
  "DBSnapshotIdentifier": {},
2195
2198
  "SnapshotType": {},
2196
2199
  "Filters": {
2197
- "shape": "S72"
2200
+ "shape": "S73"
2198
2201
  },
2199
2202
  "MaxRecords": {
2200
2203
  "type": "integer"
@@ -2230,7 +2233,7 @@
2230
2233
  "members": {
2231
2234
  "DBSubnetGroupName": {},
2232
2235
  "Filters": {
2233
- "shape": "S72"
2236
+ "shape": "S73"
2234
2237
  },
2235
2238
  "MaxRecords": {
2236
2239
  "type": "integer"
@@ -2246,7 +2249,7 @@
2246
2249
  "DBSubnetGroups": {
2247
2250
  "type": "list",
2248
2251
  "member": {
2249
- "shape": "S3v",
2252
+ "shape": "S3w",
2250
2253
  "locationName": "DBSubnetGroup"
2251
2254
  }
2252
2255
  }
@@ -2262,7 +2265,7 @@
2262
2265
  "members": {
2263
2266
  "DBParameterGroupFamily": {},
2264
2267
  "Filters": {
2265
- "shape": "S72"
2268
+ "shape": "S73"
2266
2269
  },
2267
2270
  "MaxRecords": {
2268
2271
  "type": "integer"
@@ -2275,7 +2278,7 @@
2275
2278
  "type": "structure",
2276
2279
  "members": {
2277
2280
  "EngineDefaults": {
2278
- "shape": "S9n"
2281
+ "shape": "S9o"
2279
2282
  }
2280
2283
  }
2281
2284
  }
@@ -2289,7 +2292,7 @@
2289
2292
  "members": {
2290
2293
  "DBParameterGroupFamily": {},
2291
2294
  "Filters": {
2292
- "shape": "S72"
2295
+ "shape": "S73"
2293
2296
  },
2294
2297
  "MaxRecords": {
2295
2298
  "type": "integer"
@@ -2302,7 +2305,7 @@
2302
2305
  "type": "structure",
2303
2306
  "members": {
2304
2307
  "EngineDefaults": {
2305
- "shape": "S9n"
2308
+ "shape": "S9o"
2306
2309
  }
2307
2310
  }
2308
2311
  }
@@ -2313,7 +2316,7 @@
2313
2316
  "members": {
2314
2317
  "SourceType": {},
2315
2318
  "Filters": {
2316
- "shape": "S72"
2319
+ "shape": "S73"
2317
2320
  }
2318
2321
  }
2319
2322
  },
@@ -2344,7 +2347,7 @@
2344
2347
  "members": {
2345
2348
  "SubscriptionName": {},
2346
2349
  "Filters": {
2347
- "shape": "S72"
2350
+ "shape": "S73"
2348
2351
  },
2349
2352
  "MaxRecords": {
2350
2353
  "type": "integer"
@@ -2386,7 +2389,7 @@
2386
2389
  "shape": "S8"
2387
2390
  },
2388
2391
  "Filters": {
2389
- "shape": "S72"
2392
+ "shape": "S73"
2390
2393
  },
2391
2394
  "MaxRecords": {
2392
2395
  "type": "integer"
@@ -2428,7 +2431,7 @@
2428
2431
  "ExportTaskIdentifier": {},
2429
2432
  "SourceArn": {},
2430
2433
  "Filters": {
2431
- "shape": "S72"
2434
+ "shape": "S73"
2432
2435
  },
2433
2436
  "Marker": {},
2434
2437
  "MaxRecords": {
@@ -2458,7 +2461,7 @@
2458
2461
  "members": {
2459
2462
  "GlobalClusterIdentifier": {},
2460
2463
  "Filters": {
2461
- "shape": "S72"
2464
+ "shape": "S73"
2462
2465
  },
2463
2466
  "MaxRecords": {
2464
2467
  "type": "integer"
@@ -2474,7 +2477,7 @@
2474
2477
  "GlobalClusters": {
2475
2478
  "type": "list",
2476
2479
  "member": {
2477
- "shape": "S5d",
2480
+ "shape": "S5e",
2478
2481
  "locationName": "GlobalClusterMember"
2479
2482
  }
2480
2483
  }
@@ -2487,7 +2490,7 @@
2487
2490
  "members": {
2488
2491
  "IntegrationIdentifier": {},
2489
2492
  "Filters": {
2490
- "shape": "S72"
2493
+ "shape": "S73"
2491
2494
  },
2492
2495
  "MaxRecords": {
2493
2496
  "type": "integer"
@@ -2503,7 +2506,7 @@
2503
2506
  "Integrations": {
2504
2507
  "type": "list",
2505
2508
  "member": {
2506
- "shape": "S5p",
2509
+ "shape": "S5q",
2507
2510
  "locationName": "Integration"
2508
2511
  }
2509
2512
  }
@@ -2520,7 +2523,7 @@
2520
2523
  "EngineName": {},
2521
2524
  "MajorEngineVersion": {},
2522
2525
  "Filters": {
2523
- "shape": "S72"
2526
+ "shape": "S73"
2524
2527
  },
2525
2528
  "MaxRecords": {
2526
2529
  "type": "integer"
@@ -2636,7 +2639,7 @@
2636
2639
  "members": {
2637
2640
  "OptionGroupName": {},
2638
2641
  "Filters": {
2639
- "shape": "S72"
2642
+ "shape": "S73"
2640
2643
  },
2641
2644
  "Marker": {},
2642
2645
  "MaxRecords": {
@@ -2677,7 +2680,7 @@
2677
2680
  "type": "boolean"
2678
2681
  },
2679
2682
  "Filters": {
2680
- "shape": "S72"
2683
+ "shape": "S73"
2681
2684
  },
2682
2685
  "MaxRecords": {
2683
2686
  "type": "integer"
@@ -2703,7 +2706,7 @@
2703
2706
  "AvailabilityZones": {
2704
2707
  "type": "list",
2705
2708
  "member": {
2706
- "shape": "S3y",
2709
+ "shape": "S3z",
2707
2710
  "locationName": "AvailabilityZone"
2708
2711
  }
2709
2712
  },
@@ -2751,7 +2754,7 @@
2751
2754
  "type": "double"
2752
2755
  },
2753
2756
  "AvailableProcessorFeatures": {
2754
- "shape": "Saw"
2757
+ "shape": "Sax"
2755
2758
  },
2756
2759
  "SupportedEngineModes": {
2757
2760
  "shape": "S2m"
@@ -2810,7 +2813,7 @@
2810
2813
  "members": {
2811
2814
  "ResourceIdentifier": {},
2812
2815
  "Filters": {
2813
- "shape": "S72"
2816
+ "shape": "S73"
2814
2817
  },
2815
2818
  "Marker": {},
2816
2819
  "MaxRecords": {
@@ -2848,7 +2851,7 @@
2848
2851
  },
2849
2852
  "LeaseId": {},
2850
2853
  "Filters": {
2851
- "shape": "S72"
2854
+ "shape": "S73"
2852
2855
  },
2853
2856
  "MaxRecords": {
2854
2857
  "type": "integer"
@@ -2864,7 +2867,7 @@
2864
2867
  "ReservedDBInstances": {
2865
2868
  "type": "list",
2866
2869
  "member": {
2867
- "shape": "Sb5",
2870
+ "shape": "Sb6",
2868
2871
  "locationName": "ReservedDBInstance"
2869
2872
  }
2870
2873
  }
@@ -2884,7 +2887,7 @@
2884
2887
  "type": "boolean"
2885
2888
  },
2886
2889
  "Filters": {
2887
- "shape": "S72"
2890
+ "shape": "S73"
2888
2891
  },
2889
2892
  "MaxRecords": {
2890
2893
  "type": "integer"
@@ -2921,7 +2924,7 @@
2921
2924
  "type": "boolean"
2922
2925
  },
2923
2926
  "RecurringCharges": {
2924
- "shape": "Sb7"
2927
+ "shape": "Sb8"
2925
2928
  }
2926
2929
  },
2927
2930
  "wrapper": true
@@ -2940,7 +2943,7 @@
2940
2943
  },
2941
2944
  "Marker": {},
2942
2945
  "Filters": {
2943
- "shape": "S72"
2946
+ "shape": "S73"
2944
2947
  }
2945
2948
  }
2946
2949
  },
@@ -2992,28 +2995,28 @@
2992
2995
  "members": {
2993
2996
  "StorageType": {},
2994
2997
  "StorageSize": {
2995
- "shape": "Sbm"
2998
+ "shape": "Sbn"
2996
2999
  },
2997
3000
  "ProvisionedIops": {
2998
- "shape": "Sbm"
3001
+ "shape": "Sbn"
2999
3002
  },
3000
3003
  "IopsToStorageRatio": {
3001
- "shape": "Sbo"
3004
+ "shape": "Sbp"
3002
3005
  },
3003
3006
  "SupportsStorageAutoscaling": {
3004
3007
  "type": "boolean"
3005
3008
  },
3006
3009
  "ProvisionedStorageThroughput": {
3007
- "shape": "Sbm"
3010
+ "shape": "Sbn"
3008
3011
  },
3009
3012
  "StorageThroughputToIopsRatio": {
3010
- "shape": "Sbo"
3013
+ "shape": "Sbp"
3011
3014
  }
3012
3015
  }
3013
3016
  }
3014
3017
  },
3015
3018
  "ValidProcessorFeatures": {
3016
- "shape": "Saw"
3019
+ "shape": "Sax"
3017
3020
  },
3018
3021
  "SupportsDedicatedLogVolume": {
3019
3022
  "type": "boolean"
@@ -3068,7 +3071,7 @@
3068
3071
  "type": "structure",
3069
3072
  "members": {
3070
3073
  "DBCluster": {
3071
- "shape": "S2z"
3074
+ "shape": "S30"
3072
3075
  }
3073
3076
  }
3074
3077
  }
@@ -3096,7 +3099,7 @@
3096
3099
  "type": "structure",
3097
3100
  "members": {
3098
3101
  "GlobalCluster": {
3099
- "shape": "S5d"
3102
+ "shape": "S5e"
3100
3103
  }
3101
3104
  }
3102
3105
  }
@@ -3110,7 +3113,7 @@
3110
3113
  "members": {
3111
3114
  "ResourceName": {},
3112
3115
  "Filters": {
3113
- "shape": "S72"
3116
+ "shape": "S73"
3114
3117
  }
3115
3118
  }
3116
3119
  },
@@ -3162,7 +3165,7 @@
3162
3165
  "type": "structure",
3163
3166
  "members": {
3164
3167
  "Certificate": {
3165
- "shape": "S7b"
3168
+ "shape": "S7c"
3166
3169
  }
3167
3170
  }
3168
3171
  }
@@ -3254,7 +3257,7 @@
3254
3257
  "type": "long"
3255
3258
  },
3256
3259
  "CloudwatchLogsExportConfiguration": {
3257
- "shape": "Sca"
3260
+ "shape": "Scb"
3258
3261
  },
3259
3262
  "EngineVersion": {},
3260
3263
  "AllowMajorVersionUpgrade": {
@@ -3301,7 +3304,7 @@
3301
3304
  "type": "integer"
3302
3305
  },
3303
3306
  "ServerlessV2ScalingConfiguration": {
3304
- "shape": "S2w"
3307
+ "shape": "S2x"
3305
3308
  },
3306
3309
  "NetworkType": {},
3307
3310
  "ManageMasterUserPassword": {
@@ -3326,7 +3329,7 @@
3326
3329
  "type": "structure",
3327
3330
  "members": {
3328
3331
  "DBCluster": {
3329
- "shape": "S2z"
3332
+ "shape": "S30"
3330
3333
  }
3331
3334
  }
3332
3335
  }
@@ -3349,7 +3352,7 @@
3349
3352
  }
3350
3353
  },
3351
3354
  "output": {
3352
- "shape": "S3j",
3355
+ "shape": "S3k",
3353
3356
  "resultWrapper": "ModifyDBClusterEndpointResult"
3354
3357
  }
3355
3358
  },
@@ -3363,12 +3366,12 @@
3363
3366
  "members": {
3364
3367
  "DBClusterParameterGroupName": {},
3365
3368
  "Parameters": {
3366
- "shape": "S7q"
3369
+ "shape": "S7r"
3367
3370
  }
3368
3371
  }
3369
3372
  },
3370
3373
  "output": {
3371
- "shape": "Scf",
3374
+ "shape": "Scg",
3372
3375
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
3373
3376
  }
3374
3377
  },
@@ -3383,10 +3386,10 @@
3383
3386
  "DBClusterSnapshotIdentifier": {},
3384
3387
  "AttributeName": {},
3385
3388
  "ValuesToAdd": {
3386
- "shape": "S7y"
3389
+ "shape": "S7z"
3387
3390
  },
3388
3391
  "ValuesToRemove": {
3389
- "shape": "S7y"
3392
+ "shape": "S7z"
3390
3393
  }
3391
3394
  }
3392
3395
  },
@@ -3395,7 +3398,7 @@
3395
3398
  "type": "structure",
3396
3399
  "members": {
3397
3400
  "DBClusterSnapshotAttributesResult": {
3398
- "shape": "S7v"
3401
+ "shape": "S7w"
3399
3402
  }
3400
3403
  }
3401
3404
  }
@@ -3414,7 +3417,7 @@
3414
3417
  "DBInstanceClass": {},
3415
3418
  "DBSubnetGroupName": {},
3416
3419
  "DBSecurityGroups": {
3417
- "shape": "S3p"
3420
+ "shape": "S3q"
3418
3421
  },
3419
3422
  "VpcSecurityGroupIds": {
3420
3423
  "shape": "S2t"
@@ -3487,7 +3490,7 @@
3487
3490
  "type": "integer"
3488
3491
  },
3489
3492
  "CloudwatchLogsExportConfiguration": {
3490
- "shape": "Sca"
3493
+ "shape": "Scb"
3491
3494
  },
3492
3495
  "ProcessorFeatures": {
3493
3496
  "shape": "S1c"
@@ -3535,7 +3538,7 @@
3535
3538
  "type": "structure",
3536
3539
  "members": {
3537
3540
  "DBInstance": {
3538
- "shape": "S3r"
3541
+ "shape": "S3s"
3539
3542
  }
3540
3543
  }
3541
3544
  }
@@ -3550,12 +3553,12 @@
3550
3553
  "members": {
3551
3554
  "DBParameterGroupName": {},
3552
3555
  "Parameters": {
3553
- "shape": "S7q"
3556
+ "shape": "S7r"
3554
3557
  }
3555
3558
  }
3556
3559
  },
3557
3560
  "output": {
3558
- "shape": "Scl",
3561
+ "shape": "Scm",
3559
3562
  "resultWrapper": "ModifyDBParameterGroupResult"
3560
3563
  }
3561
3564
  },
@@ -3569,7 +3572,7 @@
3569
3572
  "DBProxyName": {},
3570
3573
  "NewDBProxyName": {},
3571
3574
  "Auth": {
3572
- "shape": "S4l"
3575
+ "shape": "S4m"
3573
3576
  },
3574
3577
  "RequireTLS": {
3575
3578
  "type": "boolean"
@@ -3591,7 +3594,7 @@
3591
3594
  "type": "structure",
3592
3595
  "members": {
3593
3596
  "DBProxy": {
3594
- "shape": "S4r"
3597
+ "shape": "S4s"
3595
3598
  }
3596
3599
  }
3597
3600
  }
@@ -3615,7 +3618,7 @@
3615
3618
  "type": "structure",
3616
3619
  "members": {
3617
3620
  "DBProxyEndpoint": {
3618
- "shape": "S50"
3621
+ "shape": "S51"
3619
3622
  }
3620
3623
  }
3621
3624
  }
@@ -3656,7 +3659,7 @@
3656
3659
  "type": "structure",
3657
3660
  "members": {
3658
3661
  "DBProxyTargetGroup": {
3659
- "shape": "S8w"
3662
+ "shape": "S8x"
3660
3663
  }
3661
3664
  }
3662
3665
  }
@@ -3694,10 +3697,10 @@
3694
3697
  "DBSnapshotIdentifier": {},
3695
3698
  "AttributeName": {},
3696
3699
  "ValuesToAdd": {
3697
- "shape": "S7y"
3700
+ "shape": "S7z"
3698
3701
  },
3699
3702
  "ValuesToRemove": {
3700
- "shape": "S7y"
3703
+ "shape": "S7z"
3701
3704
  }
3702
3705
  }
3703
3706
  },
@@ -3706,7 +3709,7 @@
3706
3709
  "type": "structure",
3707
3710
  "members": {
3708
3711
  "DBSnapshotAttributesResult": {
3709
- "shape": "S9c"
3712
+ "shape": "S9d"
3710
3713
  }
3711
3714
  }
3712
3715
  }
@@ -3722,7 +3725,7 @@
3722
3725
  "DBSubnetGroupName": {},
3723
3726
  "DBSubnetGroupDescription": {},
3724
3727
  "SubnetIds": {
3725
- "shape": "S57"
3728
+ "shape": "S58"
3726
3729
  }
3727
3730
  }
3728
3731
  },
@@ -3731,7 +3734,7 @@
3731
3734
  "type": "structure",
3732
3735
  "members": {
3733
3736
  "DBSubnetGroup": {
3734
- "shape": "S3v"
3737
+ "shape": "S3w"
3735
3738
  }
3736
3739
  }
3737
3740
  }
@@ -3784,7 +3787,7 @@
3784
3787
  "type": "structure",
3785
3788
  "members": {
3786
3789
  "GlobalCluster": {
3787
- "shape": "S5d"
3790
+ "shape": "S5e"
3788
3791
  }
3789
3792
  }
3790
3793
  }
@@ -3812,7 +3815,7 @@
3812
3815
  },
3813
3816
  "OptionVersion": {},
3814
3817
  "DBSecurityGroupMemberships": {
3815
- "shape": "S3p"
3818
+ "shape": "S3q"
3816
3819
  },
3817
3820
  "VpcSecurityGroupMemberships": {
3818
3821
  "shape": "S2t"
@@ -3865,7 +3868,7 @@
3865
3868
  "type": "structure",
3866
3869
  "members": {
3867
3870
  "DBInstance": {
3868
- "shape": "S3r"
3871
+ "shape": "S3s"
3869
3872
  }
3870
3873
  }
3871
3874
  }
@@ -3885,7 +3888,7 @@
3885
3888
  "type": "structure",
3886
3889
  "members": {
3887
3890
  "DBCluster": {
3888
- "shape": "S2z"
3891
+ "shape": "S30"
3889
3892
  }
3890
3893
  }
3891
3894
  }
@@ -3912,7 +3915,7 @@
3912
3915
  "type": "structure",
3913
3916
  "members": {
3914
3917
  "ReservedDBInstance": {
3915
- "shape": "Sb5"
3918
+ "shape": "Sb6"
3916
3919
  }
3917
3920
  }
3918
3921
  }
@@ -3932,7 +3935,7 @@
3932
3935
  "type": "structure",
3933
3936
  "members": {
3934
3937
  "DBCluster": {
3935
- "shape": "S2z"
3938
+ "shape": "S30"
3936
3939
  }
3937
3940
  }
3938
3941
  }
@@ -3955,7 +3958,7 @@
3955
3958
  "type": "structure",
3956
3959
  "members": {
3957
3960
  "DBInstance": {
3958
- "shape": "S3r"
3961
+ "shape": "S3s"
3959
3962
  }
3960
3963
  }
3961
3964
  }
@@ -3982,7 +3985,7 @@
3982
3985
  "type": "structure",
3983
3986
  "members": {
3984
3987
  "DBProxyTargets": {
3985
- "shape": "S90"
3988
+ "shape": "S91"
3986
3989
  }
3987
3990
  }
3988
3991
  }
@@ -4000,7 +4003,7 @@
4000
4003
  "type": "structure",
4001
4004
  "members": {
4002
4005
  "GlobalCluster": {
4003
- "shape": "S5d"
4006
+ "shape": "S5e"
4004
4007
  }
4005
4008
  }
4006
4009
  }
@@ -4084,12 +4087,12 @@
4084
4087
  "type": "boolean"
4085
4088
  },
4086
4089
  "Parameters": {
4087
- "shape": "S7q"
4090
+ "shape": "S7r"
4088
4091
  }
4089
4092
  }
4090
4093
  },
4091
4094
  "output": {
4092
- "shape": "Scf",
4095
+ "shape": "Scg",
4093
4096
  "resultWrapper": "ResetDBClusterParameterGroupResult"
4094
4097
  }
4095
4098
  },
@@ -4105,12 +4108,12 @@
4105
4108
  "type": "boolean"
4106
4109
  },
4107
4110
  "Parameters": {
4108
- "shape": "S7q"
4111
+ "shape": "S7r"
4109
4112
  }
4110
4113
  }
4111
4114
  },
4112
4115
  "output": {
4113
- "shape": "Scl",
4116
+ "shape": "Scm",
4114
4117
  "resultWrapper": "ResetDBParameterGroupResult"
4115
4118
  }
4116
4119
  },
@@ -4181,7 +4184,7 @@
4181
4184
  "Domain": {},
4182
4185
  "DomainIAMRoleName": {},
4183
4186
  "ServerlessV2ScalingConfiguration": {
4184
- "shape": "S2w"
4187
+ "shape": "S2x"
4185
4188
  },
4186
4189
  "NetworkType": {},
4187
4190
  "ManageMasterUserPassword": {
@@ -4196,7 +4199,7 @@
4196
4199
  "type": "structure",
4197
4200
  "members": {
4198
4201
  "DBCluster": {
4199
- "shape": "S2z"
4202
+ "shape": "S30"
4200
4203
  }
4201
4204
  }
4202
4205
  }
@@ -4261,9 +4264,12 @@
4261
4264
  "type": "boolean"
4262
4265
  },
4263
4266
  "ServerlessV2ScalingConfiguration": {
4264
- "shape": "S2w"
4267
+ "shape": "S2x"
4265
4268
  },
4266
- "NetworkType": {}
4269
+ "NetworkType": {},
4270
+ "RdsCustomClusterConfiguration": {
4271
+ "shape": "S2w"
4272
+ }
4267
4273
  }
4268
4274
  },
4269
4275
  "output": {
@@ -4271,7 +4277,7 @@
4271
4277
  "type": "structure",
4272
4278
  "members": {
4273
4279
  "DBCluster": {
4274
- "shape": "S2z"
4280
+ "shape": "S30"
4275
4281
  }
4276
4282
  }
4277
4283
  }
@@ -4335,10 +4341,13 @@
4335
4341
  "type": "integer"
4336
4342
  },
4337
4343
  "ServerlessV2ScalingConfiguration": {
4338
- "shape": "S2w"
4344
+ "shape": "S2x"
4339
4345
  },
4340
4346
  "NetworkType": {},
4341
- "SourceDbClusterResourceId": {}
4347
+ "SourceDbClusterResourceId": {},
4348
+ "RdsCustomClusterConfiguration": {
4349
+ "shape": "S2w"
4350
+ }
4342
4351
  }
4343
4352
  },
4344
4353
  "output": {
@@ -4346,7 +4355,7 @@
4346
4355
  "type": "structure",
4347
4356
  "members": {
4348
4357
  "DBCluster": {
4349
- "shape": "S2z"
4358
+ "shape": "S30"
4350
4359
  }
4351
4360
  }
4352
4361
  }
@@ -4441,7 +4450,7 @@
4441
4450
  "type": "structure",
4442
4451
  "members": {
4443
4452
  "DBInstance": {
4444
- "shape": "S3r"
4453
+ "shape": "S3s"
4445
4454
  }
4446
4455
  }
4447
4456
  }
@@ -4469,7 +4478,7 @@
4469
4478
  "MasterUsername": {},
4470
4479
  "MasterUserPassword": {},
4471
4480
  "DBSecurityGroups": {
4472
- "shape": "S3p"
4481
+ "shape": "S3q"
4473
4482
  },
4474
4483
  "VpcSecurityGroupIds": {
4475
4484
  "shape": "S2t"
@@ -4563,7 +4572,7 @@
4563
4572
  "type": "structure",
4564
4573
  "members": {
4565
4574
  "DBInstance": {
4566
- "shape": "S3r"
4575
+ "shape": "S3s"
4567
4576
  }
4568
4577
  }
4569
4578
  }
@@ -4668,7 +4677,7 @@
4668
4677
  "type": "structure",
4669
4678
  "members": {
4670
4679
  "DBInstance": {
4671
- "shape": "S3r"
4680
+ "shape": "S3s"
4672
4681
  }
4673
4682
  }
4674
4683
  }
@@ -4749,7 +4758,7 @@
4749
4758
  "type": "structure",
4750
4759
  "members": {
4751
4760
  "DBCluster": {
4752
- "shape": "S2z"
4761
+ "shape": "S30"
4753
4762
  }
4754
4763
  }
4755
4764
  }
@@ -4769,7 +4778,7 @@
4769
4778
  "type": "structure",
4770
4779
  "members": {
4771
4780
  "DBInstance": {
4772
- "shape": "S3r"
4781
+ "shape": "S3s"
4773
4782
  }
4774
4783
  }
4775
4784
  }
@@ -4794,7 +4803,7 @@
4794
4803
  "type": "structure",
4795
4804
  "members": {
4796
4805
  "DBInstanceAutomatedBackup": {
4797
- "shape": "S6d"
4806
+ "shape": "S6e"
4798
4807
  }
4799
4808
  }
4800
4809
  }
@@ -4864,7 +4873,7 @@
4864
4873
  "type": "structure",
4865
4874
  "members": {
4866
4875
  "DBCluster": {
4867
- "shape": "S2z"
4876
+ "shape": "S30"
4868
4877
  }
4869
4878
  }
4870
4879
  }
@@ -4885,7 +4894,7 @@
4885
4894
  "type": "structure",
4886
4895
  "members": {
4887
4896
  "DBInstance": {
4888
- "shape": "S3r"
4897
+ "shape": "S3s"
4889
4898
  }
4890
4899
  }
4891
4900
  }
@@ -4905,7 +4914,7 @@
4905
4914
  "type": "structure",
4906
4915
  "members": {
4907
4916
  "DBInstanceAutomatedBackup": {
4908
- "shape": "S6d"
4917
+ "shape": "S6e"
4909
4918
  }
4910
4919
  }
4911
4920
  }
@@ -4950,7 +4959,7 @@
4950
4959
  "type": "structure",
4951
4960
  "members": {
4952
4961
  "GlobalCluster": {
4953
- "shape": "S5d"
4962
+ "shape": "S5e"
4954
4963
  }
4955
4964
  }
4956
4965
  }
@@ -4970,7 +4979,7 @@
4970
4979
  "type": "structure",
4971
4980
  "members": {
4972
4981
  "DBInstance": {
4973
- "shape": "S3r"
4982
+ "shape": "S3s"
4974
4983
  }
4975
4984
  }
4976
4985
  }
@@ -5603,6 +5612,13 @@
5603
5612
  }
5604
5613
  },
5605
5614
  "S2w": {
5615
+ "type": "structure",
5616
+ "members": {
5617
+ "InterconnectSubnetId": {},
5618
+ "TransitGatewayMulticastDomainId": {}
5619
+ }
5620
+ },
5621
+ "S2x": {
5606
5622
  "type": "structure",
5607
5623
  "members": {
5608
5624
  "MinCapacity": {
@@ -5613,7 +5629,7 @@
5613
5629
  }
5614
5630
  }
5615
5631
  },
5616
- "S2z": {
5632
+ "S30": {
5617
5633
  "type": "structure",
5618
5634
  "members": {
5619
5635
  "AllocatedStorage": {
@@ -5759,6 +5775,9 @@
5759
5775
  }
5760
5776
  }
5761
5777
  },
5778
+ "RdsCustomClusterConfiguration": {
5779
+ "shape": "S2w"
5780
+ },
5762
5781
  "DeletionProtection": {
5763
5782
  "type": "boolean"
5764
5783
  },
@@ -5776,7 +5795,7 @@
5776
5795
  "type": "boolean"
5777
5796
  },
5778
5797
  "DomainMemberships": {
5779
- "shape": "S3a"
5798
+ "shape": "S3b"
5780
5799
  },
5781
5800
  "TagList": {
5782
5801
  "shape": "Sb"
@@ -5789,7 +5808,7 @@
5789
5808
  "type": "structure",
5790
5809
  "members": {
5791
5810
  "PendingCloudwatchLogsExports": {
5792
- "shape": "S3e"
5811
+ "shape": "S3f"
5793
5812
  },
5794
5813
  "DBClusterIdentifier": {},
5795
5814
  "MasterUserPassword": {},
@@ -5803,6 +5822,9 @@
5803
5822
  "AllocatedStorage": {
5804
5823
  "type": "integer"
5805
5824
  },
5825
+ "RdsCustomClusterConfiguration": {
5826
+ "shape": "S2w"
5827
+ },
5806
5828
  "Iops": {
5807
5829
  "type": "integer"
5808
5830
  },
@@ -5845,7 +5867,7 @@
5845
5867
  "NetworkType": {},
5846
5868
  "DBSystemId": {},
5847
5869
  "MasterUserSecret": {
5848
- "shape": "S3g"
5870
+ "shape": "S3h"
5849
5871
  },
5850
5872
  "IOOptimizedNextAllowedModificationTime": {
5851
5873
  "type": "timestamp"
@@ -5855,7 +5877,7 @@
5855
5877
  },
5856
5878
  "wrapper": true
5857
5879
  },
5858
- "S3a": {
5880
+ "S3b": {
5859
5881
  "type": "list",
5860
5882
  "member": {
5861
5883
  "locationName": "DomainMembership",
@@ -5873,7 +5895,7 @@
5873
5895
  }
5874
5896
  }
5875
5897
  },
5876
- "S3e": {
5898
+ "S3f": {
5877
5899
  "type": "structure",
5878
5900
  "members": {
5879
5901
  "LogTypesToEnable": {
@@ -5884,7 +5906,7 @@
5884
5906
  }
5885
5907
  }
5886
5908
  },
5887
- "S3g": {
5909
+ "S3h": {
5888
5910
  "type": "structure",
5889
5911
  "members": {
5890
5912
  "SecretArn": {},
@@ -5892,7 +5914,7 @@
5892
5914
  "KmsKeyId": {}
5893
5915
  }
5894
5916
  },
5895
- "S3j": {
5917
+ "S3k": {
5896
5918
  "type": "structure",
5897
5919
  "members": {
5898
5920
  "DBClusterEndpointIdentifier": {},
@@ -5911,13 +5933,13 @@
5911
5933
  "DBClusterEndpointArn": {}
5912
5934
  }
5913
5935
  },
5914
- "S3p": {
5936
+ "S3q": {
5915
5937
  "type": "list",
5916
5938
  "member": {
5917
5939
  "locationName": "DBSecurityGroupName"
5918
5940
  }
5919
5941
  },
5920
- "S3r": {
5942
+ "S3s": {
5921
5943
  "type": "structure",
5922
5944
  "members": {
5923
5945
  "DBInstanceIdentifier": {},
@@ -5930,7 +5952,7 @@
5930
5952
  "MasterUsername": {},
5931
5953
  "DBName": {},
5932
5954
  "Endpoint": {
5933
- "shape": "S3s"
5955
+ "shape": "S3t"
5934
5956
  },
5935
5957
  "AllocatedStorage": {
5936
5958
  "type": "integer"
@@ -5961,7 +5983,7 @@
5961
5983
  },
5962
5984
  "AvailabilityZone": {},
5963
5985
  "DBSubnetGroup": {
5964
- "shape": "S3v"
5986
+ "shape": "S3w"
5965
5987
  },
5966
5988
  "PreferredMaintenanceWindow": {},
5967
5989
  "PendingModifiedValues": {
@@ -5991,7 +6013,7 @@
5991
6013
  "CACertificateIdentifier": {},
5992
6014
  "DBSubnetGroupName": {},
5993
6015
  "PendingCloudwatchLogsExports": {
5994
- "shape": "S3e"
6016
+ "shape": "S3f"
5995
6017
  },
5996
6018
  "ProcessorFeatures": {
5997
6019
  "shape": "S1c"
@@ -6085,7 +6107,7 @@
6085
6107
  "DbiResourceId": {},
6086
6108
  "CACertificateIdentifier": {},
6087
6109
  "DomainMemberships": {
6088
- "shape": "S3a"
6110
+ "shape": "S3b"
6089
6111
  },
6090
6112
  "CopyTagsToSnapshot": {
6091
6113
  "type": "boolean"
@@ -6132,7 +6154,7 @@
6132
6154
  }
6133
6155
  },
6134
6156
  "ListenerEndpoint": {
6135
- "shape": "S3s"
6157
+ "shape": "S3t"
6136
6158
  },
6137
6159
  "MaxAllocatedStorage": {
6138
6160
  "type": "integer"
@@ -6141,7 +6163,7 @@
6141
6163
  "shape": "Sb"
6142
6164
  },
6143
6165
  "DBInstanceAutomatedBackupsReplications": {
6144
- "shape": "S4b"
6166
+ "shape": "S4c"
6145
6167
  },
6146
6168
  "CustomerOwnedIpEnabled": {
6147
6169
  "type": "boolean"
@@ -6167,7 +6189,7 @@
6167
6189
  },
6168
6190
  "DBSystemId": {},
6169
6191
  "MasterUserSecret": {
6170
- "shape": "S3g"
6192
+ "shape": "S3h"
6171
6193
  },
6172
6194
  "CertificateDetails": {
6173
6195
  "type": "structure",
@@ -6189,7 +6211,7 @@
6189
6211
  },
6190
6212
  "wrapper": true
6191
6213
  },
6192
- "S3s": {
6214
+ "S3t": {
6193
6215
  "type": "structure",
6194
6216
  "members": {
6195
6217
  "Address": {},
@@ -6199,7 +6221,7 @@
6199
6221
  "HostedZoneId": {}
6200
6222
  }
6201
6223
  },
6202
- "S3v": {
6224
+ "S3w": {
6203
6225
  "type": "structure",
6204
6226
  "members": {
6205
6227
  "DBSubnetGroupName": {},
@@ -6214,7 +6236,7 @@
6214
6236
  "members": {
6215
6237
  "SubnetIdentifier": {},
6216
6238
  "SubnetAvailabilityZone": {
6217
- "shape": "S3y"
6239
+ "shape": "S3z"
6218
6240
  },
6219
6241
  "SubnetOutpost": {
6220
6242
  "type": "structure",
@@ -6233,14 +6255,14 @@
6233
6255
  },
6234
6256
  "wrapper": true
6235
6257
  },
6236
- "S3y": {
6258
+ "S3z": {
6237
6259
  "type": "structure",
6238
6260
  "members": {
6239
6261
  "Name": {}
6240
6262
  },
6241
6263
  "wrapper": true
6242
6264
  },
6243
- "S4b": {
6265
+ "S4c": {
6244
6266
  "type": "list",
6245
6267
  "member": {
6246
6268
  "locationName": "DBInstanceAutomatedBackupsReplication",
@@ -6250,7 +6272,7 @@
6250
6272
  }
6251
6273
  }
6252
6274
  },
6253
- "S4l": {
6275
+ "S4m": {
6254
6276
  "type": "list",
6255
6277
  "member": {
6256
6278
  "type": "structure",
@@ -6264,7 +6286,7 @@
6264
6286
  }
6265
6287
  }
6266
6288
  },
6267
- "S4r": {
6289
+ "S4s": {
6268
6290
  "type": "structure",
6269
6291
  "members": {
6270
6292
  "DBProxyName": {},
@@ -6311,7 +6333,7 @@
6311
6333
  }
6312
6334
  }
6313
6335
  },
6314
- "S50": {
6336
+ "S51": {
6315
6337
  "type": "structure",
6316
6338
  "members": {
6317
6339
  "DBProxyEndpointName": {},
@@ -6335,13 +6357,13 @@
6335
6357
  }
6336
6358
  }
6337
6359
  },
6338
- "S57": {
6360
+ "S58": {
6339
6361
  "type": "list",
6340
6362
  "member": {
6341
6363
  "locationName": "SubnetIdentifier"
6342
6364
  }
6343
6365
  },
6344
- "S5d": {
6366
+ "S5e": {
6345
6367
  "type": "structure",
6346
6368
  "members": {
6347
6369
  "GlobalClusterIdentifier": {},
@@ -6392,12 +6414,12 @@
6392
6414
  },
6393
6415
  "wrapper": true
6394
6416
  },
6395
- "S5o": {
6417
+ "S5p": {
6396
6418
  "type": "map",
6397
6419
  "key": {},
6398
6420
  "value": {}
6399
6421
  },
6400
- "S5p": {
6422
+ "S5q": {
6401
6423
  "type": "structure",
6402
6424
  "members": {
6403
6425
  "SourceArn": {},
@@ -6406,7 +6428,7 @@
6406
6428
  "IntegrationArn": {},
6407
6429
  "KMSKeyId": {},
6408
6430
  "AdditionalEncryptionContext": {
6409
- "shape": "S5o"
6431
+ "shape": "S5p"
6410
6432
  },
6411
6433
  "Status": {},
6412
6434
  "Tags": {
@@ -6431,7 +6453,7 @@
6431
6453
  }
6432
6454
  }
6433
6455
  },
6434
- "S63": {
6456
+ "S64": {
6435
6457
  "type": "structure",
6436
6458
  "members": {
6437
6459
  "Engine": {},
@@ -6439,7 +6461,7 @@
6439
6461
  "DBClusterAutomatedBackupsArn": {},
6440
6462
  "DBClusterIdentifier": {},
6441
6463
  "RestoreWindow": {
6442
- "shape": "S64"
6464
+ "shape": "S65"
6443
6465
  },
6444
6466
  "MasterUsername": {},
6445
6467
  "DbClusterResourceId": {},
@@ -6479,7 +6501,7 @@
6479
6501
  },
6480
6502
  "wrapper": true
6481
6503
  },
6482
- "S64": {
6504
+ "S65": {
6483
6505
  "type": "structure",
6484
6506
  "members": {
6485
6507
  "EarliestTime": {
@@ -6490,7 +6512,7 @@
6490
6512
  }
6491
6513
  }
6492
6514
  },
6493
- "S6d": {
6515
+ "S6e": {
6494
6516
  "type": "structure",
6495
6517
  "members": {
6496
6518
  "DBInstanceArn": {},
@@ -6498,7 +6520,7 @@
6498
6520
  "Region": {},
6499
6521
  "DBInstanceIdentifier": {},
6500
6522
  "RestoreWindow": {
6501
- "shape": "S64"
6523
+ "shape": "S65"
6502
6524
  },
6503
6525
  "AllocatedStorage": {
6504
6526
  "type": "integer"
@@ -6535,7 +6557,7 @@
6535
6557
  },
6536
6558
  "DBInstanceAutomatedBackupsArn": {},
6537
6559
  "DBInstanceAutomatedBackupsReplications": {
6538
- "shape": "S4b"
6560
+ "shape": "S4c"
6539
6561
  },
6540
6562
  "BackupTarget": {},
6541
6563
  "StorageThroughput": {
@@ -6548,7 +6570,7 @@
6548
6570
  },
6549
6571
  "wrapper": true
6550
6572
  },
6551
- "S72": {
6573
+ "S73": {
6552
6574
  "type": "list",
6553
6575
  "member": {
6554
6576
  "locationName": "Filter",
@@ -6568,7 +6590,7 @@
6568
6590
  }
6569
6591
  }
6570
6592
  },
6571
- "S7b": {
6593
+ "S7c": {
6572
6594
  "type": "structure",
6573
6595
  "members": {
6574
6596
  "CertificateIdentifier": {},
@@ -6590,7 +6612,7 @@
6590
6612
  },
6591
6613
  "wrapper": true
6592
6614
  },
6593
- "S7q": {
6615
+ "S7r": {
6594
6616
  "type": "list",
6595
6617
  "member": {
6596
6618
  "locationName": "Parameter",
@@ -6614,7 +6636,7 @@
6614
6636
  }
6615
6637
  }
6616
6638
  },
6617
- "S7v": {
6639
+ "S7w": {
6618
6640
  "type": "structure",
6619
6641
  "members": {
6620
6642
  "DBClusterSnapshotIdentifier": {},
@@ -6626,7 +6648,7 @@
6626
6648
  "members": {
6627
6649
  "AttributeName": {},
6628
6650
  "AttributeValues": {
6629
- "shape": "S7y"
6651
+ "shape": "S7z"
6630
6652
  }
6631
6653
  }
6632
6654
  }
@@ -6634,13 +6656,13 @@
6634
6656
  },
6635
6657
  "wrapper": true
6636
6658
  },
6637
- "S7y": {
6659
+ "S7z": {
6638
6660
  "type": "list",
6639
6661
  "member": {
6640
6662
  "locationName": "AttributeValue"
6641
6663
  }
6642
6664
  },
6643
- "S8w": {
6665
+ "S8x": {
6644
6666
  "type": "structure",
6645
6667
  "members": {
6646
6668
  "DBProxyName": {},
@@ -6676,7 +6698,7 @@
6676
6698
  }
6677
6699
  }
6678
6700
  },
6679
- "S90": {
6701
+ "S91": {
6680
6702
  "type": "list",
6681
6703
  "member": {
6682
6704
  "type": "structure",
@@ -6701,7 +6723,7 @@
6701
6723
  }
6702
6724
  }
6703
6725
  },
6704
- "S9c": {
6726
+ "S9d": {
6705
6727
  "type": "structure",
6706
6728
  "members": {
6707
6729
  "DBSnapshotIdentifier": {},
@@ -6713,7 +6735,7 @@
6713
6735
  "members": {
6714
6736
  "AttributeName": {},
6715
6737
  "AttributeValues": {
6716
- "shape": "S7y"
6738
+ "shape": "S7z"
6717
6739
  }
6718
6740
  },
6719
6741
  "wrapper": true
@@ -6722,18 +6744,18 @@
6722
6744
  },
6723
6745
  "wrapper": true
6724
6746
  },
6725
- "S9n": {
6747
+ "S9o": {
6726
6748
  "type": "structure",
6727
6749
  "members": {
6728
6750
  "DBParameterGroupFamily": {},
6729
6751
  "Marker": {},
6730
6752
  "Parameters": {
6731
- "shape": "S7q"
6753
+ "shape": "S7r"
6732
6754
  }
6733
6755
  },
6734
6756
  "wrapper": true
6735
6757
  },
6736
- "Saw": {
6758
+ "Sax": {
6737
6759
  "type": "list",
6738
6760
  "member": {
6739
6761
  "locationName": "AvailableProcessorFeature",
@@ -6745,7 +6767,7 @@
6745
6767
  }
6746
6768
  }
6747
6769
  },
6748
- "Sb5": {
6770
+ "Sb6": {
6749
6771
  "type": "structure",
6750
6772
  "members": {
6751
6773
  "ReservedDBInstanceId": {},
@@ -6774,14 +6796,14 @@
6774
6796
  },
6775
6797
  "State": {},
6776
6798
  "RecurringCharges": {
6777
- "shape": "Sb7"
6799
+ "shape": "Sb8"
6778
6800
  },
6779
6801
  "ReservedDBInstanceArn": {},
6780
6802
  "LeaseId": {}
6781
6803
  },
6782
6804
  "wrapper": true
6783
6805
  },
6784
- "Sb7": {
6806
+ "Sb8": {
6785
6807
  "type": "list",
6786
6808
  "member": {
6787
6809
  "locationName": "RecurringCharge",
@@ -6795,7 +6817,7 @@
6795
6817
  "wrapper": true
6796
6818
  }
6797
6819
  },
6798
- "Sbm": {
6820
+ "Sbn": {
6799
6821
  "type": "list",
6800
6822
  "member": {
6801
6823
  "locationName": "Range",
@@ -6813,7 +6835,7 @@
6813
6835
  }
6814
6836
  }
6815
6837
  },
6816
- "Sbo": {
6838
+ "Sbp": {
6817
6839
  "type": "list",
6818
6840
  "member": {
6819
6841
  "locationName": "DoubleRange",
@@ -6828,7 +6850,7 @@
6828
6850
  }
6829
6851
  }
6830
6852
  },
6831
- "Sca": {
6853
+ "Scb": {
6832
6854
  "type": "structure",
6833
6855
  "members": {
6834
6856
  "EnableLogTypes": {
@@ -6839,13 +6861,13 @@
6839
6861
  }
6840
6862
  }
6841
6863
  },
6842
- "Scf": {
6864
+ "Scg": {
6843
6865
  "type": "structure",
6844
6866
  "members": {
6845
6867
  "DBClusterParameterGroupName": {}
6846
6868
  }
6847
6869
  },
6848
- "Scl": {
6870
+ "Scm": {
6849
6871
  "type": "structure",
6850
6872
  "members": {
6851
6873
  "DBParameterGroupName": {}