cdk-lambda-subminute 2.0.359 → 2.0.361

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 (32) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +12 -0
  5. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1129 -167
  6. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +30 -0
  7. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +0 -1
  8. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +334 -196
  9. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +59 -49
  10. package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +3 -1
  11. package/node_modules/aws-sdk/clients/ec2.d.ts +20 -4
  12. package/node_modules/aws-sdk/clients/ecs.d.ts +9 -6
  13. package/node_modules/aws-sdk/clients/inspector2.d.ts +1169 -28
  14. package/node_modules/aws-sdk/clients/outposts.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/rds.d.ts +175 -5
  16. package/node_modules/aws-sdk/clients/s3.d.ts +11 -2
  17. package/node_modules/aws-sdk/clients/storagegateway.d.ts +16 -8
  18. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  19. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +55 -20
  20. package/node_modules/aws-sdk/dist/aws-sdk.js +436 -249
  21. package/node_modules/aws-sdk/dist/aws-sdk.min.js +76 -76
  22. package/node_modules/aws-sdk/dist/xml2js.js +22 -12
  23. package/node_modules/aws-sdk/lib/core.js +1 -1
  24. package/node_modules/aws-sdk/lib/services/s3.js +25 -0
  25. package/node_modules/aws-sdk/package.json +2 -2
  26. package/node_modules/aws-sdk/scripts/lib/set-s3-expires-string.js +53 -0
  27. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +9 -9
  28. package/node_modules/aws-sdk/scripts/translate-api +2 -1
  29. package/node_modules/xml2js/lib/parser.js +22 -12
  30. package/node_modules/xml2js/lib/xml2js.bc.js +28337 -0
  31. package/node_modules/xml2js/package.json +3 -3
  32. package/package.json +3 -3
@@ -473,6 +473,9 @@
473
473
  "PerformanceInsightsRetentionPeriod": {
474
474
  "type": "integer"
475
475
  },
476
+ "EnableLimitlessDatabase": {
477
+ "type": "boolean"
478
+ },
476
479
  "ServerlessV2ScalingConfiguration": {
477
480
  "shape": "S2y"
478
481
  },
@@ -522,7 +525,7 @@
522
525
  }
523
526
  },
524
527
  "output": {
525
- "shape": "S3n",
528
+ "shape": "S3p",
526
529
  "resultWrapper": "CreateDBClusterEndpointResult"
527
530
  }
528
531
  },
@@ -597,7 +600,7 @@
597
600
  "MasterUsername": {},
598
601
  "MasterUserPassword": {},
599
602
  "DBSecurityGroups": {
600
- "shape": "S3t"
603
+ "shape": "S3v"
601
604
  },
602
605
  "VpcSecurityGroupIds": {
603
606
  "shape": "S2t"
@@ -710,7 +713,7 @@
710
713
  "type": "structure",
711
714
  "members": {
712
715
  "DBInstance": {
713
- "shape": "S3v"
716
+ "shape": "S3x"
714
717
  }
715
718
  }
716
719
  }
@@ -820,7 +823,7 @@
820
823
  "type": "structure",
821
824
  "members": {
822
825
  "DBInstance": {
823
- "shape": "S3v"
826
+ "shape": "S3x"
824
827
  }
825
828
  }
826
829
  }
@@ -866,7 +869,7 @@
866
869
  "DBProxyName": {},
867
870
  "EngineFamily": {},
868
871
  "Auth": {
869
- "shape": "S4o"
872
+ "shape": "S4q"
870
873
  },
871
874
  "RoleArn": {},
872
875
  "VpcSubnetIds": {
@@ -894,7 +897,7 @@
894
897
  "type": "structure",
895
898
  "members": {
896
899
  "DBProxy": {
897
- "shape": "S4u"
900
+ "shape": "S4w"
898
901
  }
899
902
  }
900
903
  }
@@ -927,7 +930,7 @@
927
930
  "type": "structure",
928
931
  "members": {
929
932
  "DBProxyEndpoint": {
930
- "shape": "S53"
933
+ "shape": "S55"
931
934
  }
932
935
  }
933
936
  }
@@ -957,6 +960,33 @@
957
960
  }
958
961
  }
959
962
  },
963
+ "CreateDBShardGroup": {
964
+ "input": {
965
+ "type": "structure",
966
+ "required": [
967
+ "DBShardGroupIdentifier",
968
+ "DBClusterIdentifier",
969
+ "MaxACU"
970
+ ],
971
+ "members": {
972
+ "DBShardGroupIdentifier": {},
973
+ "DBClusterIdentifier": {},
974
+ "ComputeRedundancy": {
975
+ "type": "integer"
976
+ },
977
+ "MaxACU": {
978
+ "type": "double"
979
+ },
980
+ "PubliclyAccessible": {
981
+ "type": "boolean"
982
+ }
983
+ }
984
+ },
985
+ "output": {
986
+ "shape": "S5a",
987
+ "resultWrapper": "CreateDBShardGroupResult"
988
+ }
989
+ },
960
990
  "CreateDBSnapshot": {
961
991
  "input": {
962
992
  "type": "structure",
@@ -994,7 +1024,7 @@
994
1024
  "DBSubnetGroupName": {},
995
1025
  "DBSubnetGroupDescription": {},
996
1026
  "SubnetIds": {
997
- "shape": "S5a"
1027
+ "shape": "S5e"
998
1028
  },
999
1029
  "Tags": {
1000
1030
  "shape": "Sb"
@@ -1006,7 +1036,7 @@
1006
1036
  "type": "structure",
1007
1037
  "members": {
1008
1038
  "DBSubnetGroup": {
1009
- "shape": "S3z"
1039
+ "shape": "S41"
1010
1040
  }
1011
1041
  }
1012
1042
  }
@@ -1068,7 +1098,7 @@
1068
1098
  "type": "structure",
1069
1099
  "members": {
1070
1100
  "GlobalCluster": {
1071
- "shape": "S5g"
1101
+ "shape": "S5k"
1072
1102
  }
1073
1103
  }
1074
1104
  }
@@ -1087,7 +1117,7 @@
1087
1117
  "IntegrationName": {},
1088
1118
  "KMSKeyId": {},
1089
1119
  "AdditionalEncryptionContext": {
1090
- "shape": "S5r"
1120
+ "shape": "S5v"
1091
1121
  },
1092
1122
  "Tags": {
1093
1123
  "shape": "Sb"
@@ -1095,7 +1125,7 @@
1095
1125
  }
1096
1126
  },
1097
1127
  "output": {
1098
- "shape": "S5s",
1128
+ "shape": "S5w",
1099
1129
  "resultWrapper": "CreateIntegrationResult"
1100
1130
  }
1101
1131
  },
@@ -1142,7 +1172,7 @@
1142
1172
  "TenantDBName": {},
1143
1173
  "MasterUsername": {},
1144
1174
  "MasterUserPassword": {
1145
- "shape": "S60"
1175
+ "shape": "S64"
1146
1176
  },
1147
1177
  "CharacterSetName": {},
1148
1178
  "NcharCharacterSetName": {},
@@ -1156,7 +1186,7 @@
1156
1186
  "type": "structure",
1157
1187
  "members": {
1158
1188
  "TenantDatabase": {
1159
- "shape": "S62"
1189
+ "shape": "S66"
1160
1190
  }
1161
1191
  }
1162
1192
  }
@@ -1243,7 +1273,7 @@
1243
1273
  "type": "structure",
1244
1274
  "members": {
1245
1275
  "DBClusterAutomatedBackup": {
1246
- "shape": "S6b"
1276
+ "shape": "S6f"
1247
1277
  }
1248
1278
  }
1249
1279
  }
@@ -1259,7 +1289,7 @@
1259
1289
  }
1260
1290
  },
1261
1291
  "output": {
1262
- "shape": "S3n",
1292
+ "shape": "S3p",
1263
1293
  "resultWrapper": "DeleteDBClusterEndpointResult"
1264
1294
  }
1265
1295
  },
@@ -1316,7 +1346,7 @@
1316
1346
  "type": "structure",
1317
1347
  "members": {
1318
1348
  "DBInstance": {
1319
- "shape": "S3v"
1349
+ "shape": "S3x"
1320
1350
  }
1321
1351
  }
1322
1352
  }
@@ -1334,7 +1364,7 @@
1334
1364
  "type": "structure",
1335
1365
  "members": {
1336
1366
  "DBInstanceAutomatedBackup": {
1337
- "shape": "S6l"
1367
+ "shape": "S6p"
1338
1368
  }
1339
1369
  }
1340
1370
  }
@@ -1365,7 +1395,7 @@
1365
1395
  "type": "structure",
1366
1396
  "members": {
1367
1397
  "DBProxy": {
1368
- "shape": "S4u"
1398
+ "shape": "S4w"
1369
1399
  }
1370
1400
  }
1371
1401
  }
@@ -1385,7 +1415,7 @@
1385
1415
  "type": "structure",
1386
1416
  "members": {
1387
1417
  "DBProxyEndpoint": {
1388
- "shape": "S53"
1418
+ "shape": "S55"
1389
1419
  }
1390
1420
  }
1391
1421
  }
@@ -1401,6 +1431,21 @@
1401
1431
  }
1402
1432
  }
1403
1433
  },
1434
+ "DeleteDBShardGroup": {
1435
+ "input": {
1436
+ "type": "structure",
1437
+ "required": [
1438
+ "DBShardGroupIdentifier"
1439
+ ],
1440
+ "members": {
1441
+ "DBShardGroupIdentifier": {}
1442
+ }
1443
+ },
1444
+ "output": {
1445
+ "shape": "S5a",
1446
+ "resultWrapper": "DeleteDBShardGroupResult"
1447
+ }
1448
+ },
1404
1449
  "DeleteDBSnapshot": {
1405
1450
  "input": {
1406
1451
  "type": "structure",
@@ -1467,7 +1512,7 @@
1467
1512
  "type": "structure",
1468
1513
  "members": {
1469
1514
  "GlobalCluster": {
1470
- "shape": "S5g"
1515
+ "shape": "S5k"
1471
1516
  }
1472
1517
  }
1473
1518
  }
@@ -1483,7 +1528,7 @@
1483
1528
  }
1484
1529
  },
1485
1530
  "output": {
1486
- "shape": "S5s",
1531
+ "shape": "S5w",
1487
1532
  "resultWrapper": "DeleteIntegrationResult"
1488
1533
  }
1489
1534
  },
@@ -1519,7 +1564,7 @@
1519
1564
  "type": "structure",
1520
1565
  "members": {
1521
1566
  "TenantDatabase": {
1522
- "shape": "S62"
1567
+ "shape": "S66"
1523
1568
  }
1524
1569
  }
1525
1570
  }
@@ -1582,7 +1627,7 @@
1582
1627
  "members": {
1583
1628
  "BlueGreenDeploymentIdentifier": {},
1584
1629
  "Filters": {
1585
- "shape": "S7c"
1630
+ "shape": "S7h"
1586
1631
  },
1587
1632
  "Marker": {},
1588
1633
  "MaxRecords": {
@@ -1610,7 +1655,7 @@
1610
1655
  "members": {
1611
1656
  "CertificateIdentifier": {},
1612
1657
  "Filters": {
1613
- "shape": "S7c"
1658
+ "shape": "S7h"
1614
1659
  },
1615
1660
  "MaxRecords": {
1616
1661
  "type": "integer"
@@ -1626,7 +1671,7 @@
1626
1671
  "Certificates": {
1627
1672
  "type": "list",
1628
1673
  "member": {
1629
- "shape": "S7l",
1674
+ "shape": "S7q",
1630
1675
  "locationName": "Certificate"
1631
1676
  }
1632
1677
  },
@@ -1641,7 +1686,7 @@
1641
1686
  "DbClusterResourceId": {},
1642
1687
  "DBClusterIdentifier": {},
1643
1688
  "Filters": {
1644
- "shape": "S7c"
1689
+ "shape": "S7h"
1645
1690
  },
1646
1691
  "MaxRecords": {
1647
1692
  "type": "integer"
@@ -1657,7 +1702,7 @@
1657
1702
  "DBClusterAutomatedBackups": {
1658
1703
  "type": "list",
1659
1704
  "member": {
1660
- "shape": "S6b",
1705
+ "shape": "S6f",
1661
1706
  "locationName": "DBClusterAutomatedBackup"
1662
1707
  }
1663
1708
  }
@@ -1674,7 +1719,7 @@
1674
1719
  "DBClusterIdentifier": {},
1675
1720
  "BacktrackIdentifier": {},
1676
1721
  "Filters": {
1677
- "shape": "S7c"
1722
+ "shape": "S7h"
1678
1723
  },
1679
1724
  "MaxRecords": {
1680
1725
  "type": "integer"
@@ -1704,7 +1749,7 @@
1704
1749
  "DBClusterIdentifier": {},
1705
1750
  "DBClusterEndpointIdentifier": {},
1706
1751
  "Filters": {
1707
- "shape": "S7c"
1752
+ "shape": "S7h"
1708
1753
  },
1709
1754
  "MaxRecords": {
1710
1755
  "type": "integer"
@@ -1720,7 +1765,7 @@
1720
1765
  "DBClusterEndpoints": {
1721
1766
  "type": "list",
1722
1767
  "member": {
1723
- "shape": "S3n",
1768
+ "shape": "S3p",
1724
1769
  "locationName": "DBClusterEndpointList"
1725
1770
  }
1726
1771
  }
@@ -1733,7 +1778,7 @@
1733
1778
  "members": {
1734
1779
  "DBClusterParameterGroupName": {},
1735
1780
  "Filters": {
1736
- "shape": "S7c"
1781
+ "shape": "S7h"
1737
1782
  },
1738
1783
  "MaxRecords": {
1739
1784
  "type": "integer"
@@ -1766,7 +1811,7 @@
1766
1811
  "DBClusterParameterGroupName": {},
1767
1812
  "Source": {},
1768
1813
  "Filters": {
1769
- "shape": "S7c"
1814
+ "shape": "S7h"
1770
1815
  },
1771
1816
  "MaxRecords": {
1772
1817
  "type": "integer"
@@ -1779,7 +1824,7 @@
1779
1824
  "type": "structure",
1780
1825
  "members": {
1781
1826
  "Parameters": {
1782
- "shape": "S80"
1827
+ "shape": "S85"
1783
1828
  },
1784
1829
  "Marker": {}
1785
1830
  }
@@ -1800,7 +1845,7 @@
1800
1845
  "type": "structure",
1801
1846
  "members": {
1802
1847
  "DBClusterSnapshotAttributesResult": {
1803
- "shape": "S85"
1848
+ "shape": "S8a"
1804
1849
  }
1805
1850
  }
1806
1851
  }
@@ -1813,7 +1858,7 @@
1813
1858
  "DBClusterSnapshotIdentifier": {},
1814
1859
  "SnapshotType": {},
1815
1860
  "Filters": {
1816
- "shape": "S7c"
1861
+ "shape": "S7h"
1817
1862
  },
1818
1863
  "MaxRecords": {
1819
1864
  "type": "integer"
@@ -1849,7 +1894,7 @@
1849
1894
  "members": {
1850
1895
  "DBClusterIdentifier": {},
1851
1896
  "Filters": {
1852
- "shape": "S7c"
1897
+ "shape": "S7h"
1853
1898
  },
1854
1899
  "MaxRecords": {
1855
1900
  "type": "integer"
@@ -1883,7 +1928,7 @@
1883
1928
  "EngineVersion": {},
1884
1929
  "DBParameterGroupFamily": {},
1885
1930
  "Filters": {
1886
- "shape": "S7c"
1931
+ "shape": "S7h"
1887
1932
  },
1888
1933
  "MaxRecords": {
1889
1934
  "type": "integer"
@@ -1925,7 +1970,7 @@
1925
1970
  "DbiResourceId": {},
1926
1971
  "DBInstanceIdentifier": {},
1927
1972
  "Filters": {
1928
- "shape": "S7c"
1973
+ "shape": "S7h"
1929
1974
  },
1930
1975
  "MaxRecords": {
1931
1976
  "type": "integer"
@@ -1942,7 +1987,7 @@
1942
1987
  "DBInstanceAutomatedBackups": {
1943
1988
  "type": "list",
1944
1989
  "member": {
1945
- "shape": "S6l",
1990
+ "shape": "S6p",
1946
1991
  "locationName": "DBInstanceAutomatedBackup"
1947
1992
  }
1948
1993
  }
@@ -1955,7 +2000,7 @@
1955
2000
  "members": {
1956
2001
  "DBInstanceIdentifier": {},
1957
2002
  "Filters": {
1958
- "shape": "S7c"
2003
+ "shape": "S7h"
1959
2004
  },
1960
2005
  "MaxRecords": {
1961
2006
  "type": "integer"
@@ -1971,7 +2016,7 @@
1971
2016
  "DBInstances": {
1972
2017
  "type": "list",
1973
2018
  "member": {
1974
- "shape": "S3v",
2019
+ "shape": "S3x",
1975
2020
  "locationName": "DBInstance"
1976
2021
  }
1977
2022
  }
@@ -1994,7 +2039,7 @@
1994
2039
  "type": "long"
1995
2040
  },
1996
2041
  "Filters": {
1997
- "shape": "S7c"
2042
+ "shape": "S7h"
1998
2043
  },
1999
2044
  "MaxRecords": {
2000
2045
  "type": "integer"
@@ -2032,7 +2077,7 @@
2032
2077
  "members": {
2033
2078
  "DBParameterGroupName": {},
2034
2079
  "Filters": {
2035
- "shape": "S7c"
2080
+ "shape": "S7h"
2036
2081
  },
2037
2082
  "MaxRecords": {
2038
2083
  "type": "integer"
@@ -2065,7 +2110,7 @@
2065
2110
  "DBParameterGroupName": {},
2066
2111
  "Source": {},
2067
2112
  "Filters": {
2068
- "shape": "S7c"
2113
+ "shape": "S7h"
2069
2114
  },
2070
2115
  "MaxRecords": {
2071
2116
  "type": "integer"
@@ -2078,7 +2123,7 @@
2078
2123
  "type": "structure",
2079
2124
  "members": {
2080
2125
  "Parameters": {
2081
- "shape": "S80"
2126
+ "shape": "S85"
2082
2127
  },
2083
2128
  "Marker": {}
2084
2129
  }
@@ -2090,7 +2135,7 @@
2090
2135
  "members": {
2091
2136
  "DBProxyName": {},
2092
2137
  "Filters": {
2093
- "shape": "S7c"
2138
+ "shape": "S7h"
2094
2139
  },
2095
2140
  "Marker": {},
2096
2141
  "MaxRecords": {
@@ -2105,7 +2150,7 @@
2105
2150
  "DBProxies": {
2106
2151
  "type": "list",
2107
2152
  "member": {
2108
- "shape": "S4u"
2153
+ "shape": "S4w"
2109
2154
  }
2110
2155
  },
2111
2156
  "Marker": {}
@@ -2119,7 +2164,7 @@
2119
2164
  "DBProxyName": {},
2120
2165
  "DBProxyEndpointName": {},
2121
2166
  "Filters": {
2122
- "shape": "S7c"
2167
+ "shape": "S7h"
2123
2168
  },
2124
2169
  "Marker": {},
2125
2170
  "MaxRecords": {
@@ -2134,7 +2179,7 @@
2134
2179
  "DBProxyEndpoints": {
2135
2180
  "type": "list",
2136
2181
  "member": {
2137
- "shape": "S53"
2182
+ "shape": "S55"
2138
2183
  }
2139
2184
  },
2140
2185
  "Marker": {}
@@ -2151,7 +2196,7 @@
2151
2196
  "DBProxyName": {},
2152
2197
  "TargetGroupName": {},
2153
2198
  "Filters": {
2154
- "shape": "S7c"
2199
+ "shape": "S7h"
2155
2200
  },
2156
2201
  "Marker": {},
2157
2202
  "MaxRecords": {
@@ -2166,7 +2211,7 @@
2166
2211
  "TargetGroups": {
2167
2212
  "type": "list",
2168
2213
  "member": {
2169
- "shape": "S96"
2214
+ "shape": "S9b"
2170
2215
  }
2171
2216
  },
2172
2217
  "Marker": {}
@@ -2183,7 +2228,7 @@
2183
2228
  "DBProxyName": {},
2184
2229
  "TargetGroupName": {},
2185
2230
  "Filters": {
2186
- "shape": "S7c"
2231
+ "shape": "S7h"
2187
2232
  },
2188
2233
  "Marker": {},
2189
2234
  "MaxRecords": {
@@ -2196,7 +2241,7 @@
2196
2241
  "type": "structure",
2197
2242
  "members": {
2198
2243
  "Targets": {
2199
- "shape": "S9a"
2244
+ "shape": "S9f"
2200
2245
  },
2201
2246
  "Marker": {}
2202
2247
  }
@@ -2214,7 +2259,7 @@
2214
2259
  },
2215
2260
  "Locale": {},
2216
2261
  "Filters": {
2217
- "shape": "S7c"
2262
+ "shape": "S7h"
2218
2263
  },
2219
2264
  "MaxRecords": {
2220
2265
  "type": "integer"
@@ -2229,7 +2274,7 @@
2229
2274
  "DBRecommendations": {
2230
2275
  "type": "list",
2231
2276
  "member": {
2232
- "shape": "S9k"
2277
+ "shape": "S9p"
2233
2278
  }
2234
2279
  },
2235
2280
  "Marker": {}
@@ -2242,7 +2287,7 @@
2242
2287
  "members": {
2243
2288
  "DBSecurityGroupName": {},
2244
2289
  "Filters": {
2245
- "shape": "S7c"
2290
+ "shape": "S7h"
2246
2291
  },
2247
2292
  "MaxRecords": {
2248
2293
  "type": "integer"
@@ -2265,6 +2310,35 @@
2265
2310
  }
2266
2311
  }
2267
2312
  },
2313
+ "DescribeDBShardGroups": {
2314
+ "input": {
2315
+ "type": "structure",
2316
+ "members": {
2317
+ "DBShardGroupIdentifier": {},
2318
+ "Filters": {
2319
+ "shape": "S7h"
2320
+ },
2321
+ "Marker": {},
2322
+ "MaxRecords": {
2323
+ "type": "integer"
2324
+ }
2325
+ }
2326
+ },
2327
+ "output": {
2328
+ "resultWrapper": "DescribeDBShardGroupsResult",
2329
+ "type": "structure",
2330
+ "members": {
2331
+ "DBShardGroups": {
2332
+ "type": "list",
2333
+ "member": {
2334
+ "shape": "S5a",
2335
+ "locationName": "DBShardGroup"
2336
+ }
2337
+ },
2338
+ "Marker": {}
2339
+ }
2340
+ }
2341
+ },
2268
2342
  "DescribeDBSnapshotAttributes": {
2269
2343
  "input": {
2270
2344
  "type": "structure",
@@ -2280,7 +2354,7 @@
2280
2354
  "type": "structure",
2281
2355
  "members": {
2282
2356
  "DBSnapshotAttributesResult": {
2283
- "shape": "Saa"
2357
+ "shape": "Sai"
2284
2358
  }
2285
2359
  }
2286
2360
  }
@@ -2293,7 +2367,7 @@
2293
2367
  "DBSnapshotIdentifier": {},
2294
2368
  "SnapshotType": {},
2295
2369
  "Filters": {
2296
- "shape": "S7c"
2370
+ "shape": "S7h"
2297
2371
  },
2298
2372
  "MaxRecords": {
2299
2373
  "type": "integer"
@@ -2345,7 +2419,7 @@
2345
2419
  "DBSnapshotIdentifier": {},
2346
2420
  "SnapshotType": {},
2347
2421
  "Filters": {
2348
- "shape": "S7c"
2422
+ "shape": "S7h"
2349
2423
  },
2350
2424
  "MaxRecords": {
2351
2425
  "type": "integer"
@@ -2381,7 +2455,7 @@
2381
2455
  "members": {
2382
2456
  "DBSubnetGroupName": {},
2383
2457
  "Filters": {
2384
- "shape": "S7c"
2458
+ "shape": "S7h"
2385
2459
  },
2386
2460
  "MaxRecords": {
2387
2461
  "type": "integer"
@@ -2397,7 +2471,7 @@
2397
2471
  "DBSubnetGroups": {
2398
2472
  "type": "list",
2399
2473
  "member": {
2400
- "shape": "S3z",
2474
+ "shape": "S41",
2401
2475
  "locationName": "DBSubnetGroup"
2402
2476
  }
2403
2477
  }
@@ -2413,7 +2487,7 @@
2413
2487
  "members": {
2414
2488
  "DBParameterGroupFamily": {},
2415
2489
  "Filters": {
2416
- "shape": "S7c"
2490
+ "shape": "S7h"
2417
2491
  },
2418
2492
  "MaxRecords": {
2419
2493
  "type": "integer"
@@ -2426,7 +2500,7 @@
2426
2500
  "type": "structure",
2427
2501
  "members": {
2428
2502
  "EngineDefaults": {
2429
- "shape": "Sap"
2503
+ "shape": "Sax"
2430
2504
  }
2431
2505
  }
2432
2506
  }
@@ -2440,7 +2514,7 @@
2440
2514
  "members": {
2441
2515
  "DBParameterGroupFamily": {},
2442
2516
  "Filters": {
2443
- "shape": "S7c"
2517
+ "shape": "S7h"
2444
2518
  },
2445
2519
  "MaxRecords": {
2446
2520
  "type": "integer"
@@ -2453,7 +2527,7 @@
2453
2527
  "type": "structure",
2454
2528
  "members": {
2455
2529
  "EngineDefaults": {
2456
- "shape": "Sap"
2530
+ "shape": "Sax"
2457
2531
  }
2458
2532
  }
2459
2533
  }
@@ -2464,7 +2538,7 @@
2464
2538
  "members": {
2465
2539
  "SourceType": {},
2466
2540
  "Filters": {
2467
- "shape": "S7c"
2541
+ "shape": "S7h"
2468
2542
  }
2469
2543
  }
2470
2544
  },
@@ -2495,7 +2569,7 @@
2495
2569
  "members": {
2496
2570
  "SubscriptionName": {},
2497
2571
  "Filters": {
2498
- "shape": "S7c"
2572
+ "shape": "S7h"
2499
2573
  },
2500
2574
  "MaxRecords": {
2501
2575
  "type": "integer"
@@ -2537,7 +2611,7 @@
2537
2611
  "shape": "S8"
2538
2612
  },
2539
2613
  "Filters": {
2540
- "shape": "S7c"
2614
+ "shape": "S7h"
2541
2615
  },
2542
2616
  "MaxRecords": {
2543
2617
  "type": "integer"
@@ -2579,7 +2653,7 @@
2579
2653
  "ExportTaskIdentifier": {},
2580
2654
  "SourceArn": {},
2581
2655
  "Filters": {
2582
- "shape": "S7c"
2656
+ "shape": "S7h"
2583
2657
  },
2584
2658
  "Marker": {},
2585
2659
  "MaxRecords": {
@@ -2609,7 +2683,7 @@
2609
2683
  "members": {
2610
2684
  "GlobalClusterIdentifier": {},
2611
2685
  "Filters": {
2612
- "shape": "S7c"
2686
+ "shape": "S7h"
2613
2687
  },
2614
2688
  "MaxRecords": {
2615
2689
  "type": "integer"
@@ -2625,7 +2699,7 @@
2625
2699
  "GlobalClusters": {
2626
2700
  "type": "list",
2627
2701
  "member": {
2628
- "shape": "S5g",
2702
+ "shape": "S5k",
2629
2703
  "locationName": "GlobalClusterMember"
2630
2704
  }
2631
2705
  }
@@ -2638,7 +2712,7 @@
2638
2712
  "members": {
2639
2713
  "IntegrationIdentifier": {},
2640
2714
  "Filters": {
2641
- "shape": "S7c"
2715
+ "shape": "S7h"
2642
2716
  },
2643
2717
  "MaxRecords": {
2644
2718
  "type": "integer"
@@ -2654,7 +2728,7 @@
2654
2728
  "Integrations": {
2655
2729
  "type": "list",
2656
2730
  "member": {
2657
- "shape": "S5s",
2731
+ "shape": "S5w",
2658
2732
  "locationName": "Integration"
2659
2733
  }
2660
2734
  }
@@ -2671,7 +2745,7 @@
2671
2745
  "EngineName": {},
2672
2746
  "MajorEngineVersion": {},
2673
2747
  "Filters": {
2674
- "shape": "S7c"
2748
+ "shape": "S7h"
2675
2749
  },
2676
2750
  "MaxRecords": {
2677
2751
  "type": "integer"
@@ -2787,7 +2861,7 @@
2787
2861
  "members": {
2788
2862
  "OptionGroupName": {},
2789
2863
  "Filters": {
2790
- "shape": "S7c"
2864
+ "shape": "S7h"
2791
2865
  },
2792
2866
  "Marker": {},
2793
2867
  "MaxRecords": {
@@ -2828,7 +2902,7 @@
2828
2902
  "type": "boolean"
2829
2903
  },
2830
2904
  "Filters": {
2831
- "shape": "S7c"
2905
+ "shape": "S7h"
2832
2906
  },
2833
2907
  "MaxRecords": {
2834
2908
  "type": "integer"
@@ -2854,7 +2928,7 @@
2854
2928
  "AvailabilityZones": {
2855
2929
  "type": "list",
2856
2930
  "member": {
2857
- "shape": "S42",
2931
+ "shape": "S44",
2858
2932
  "locationName": "AvailabilityZone"
2859
2933
  }
2860
2934
  },
@@ -2902,7 +2976,7 @@
2902
2976
  "type": "double"
2903
2977
  },
2904
2978
  "AvailableProcessorFeatures": {
2905
- "shape": "Sby"
2979
+ "shape": "Sc6"
2906
2980
  },
2907
2981
  "SupportedEngineModes": {
2908
2982
  "shape": "S2m"
@@ -2961,7 +3035,7 @@
2961
3035
  "members": {
2962
3036
  "ResourceIdentifier": {},
2963
3037
  "Filters": {
2964
- "shape": "S7c"
3038
+ "shape": "S7h"
2965
3039
  },
2966
3040
  "Marker": {},
2967
3041
  "MaxRecords": {
@@ -2999,7 +3073,7 @@
2999
3073
  },
3000
3074
  "LeaseId": {},
3001
3075
  "Filters": {
3002
- "shape": "S7c"
3076
+ "shape": "S7h"
3003
3077
  },
3004
3078
  "MaxRecords": {
3005
3079
  "type": "integer"
@@ -3015,7 +3089,7 @@
3015
3089
  "ReservedDBInstances": {
3016
3090
  "type": "list",
3017
3091
  "member": {
3018
- "shape": "Sc7",
3092
+ "shape": "Scf",
3019
3093
  "locationName": "ReservedDBInstance"
3020
3094
  }
3021
3095
  }
@@ -3035,7 +3109,7 @@
3035
3109
  "type": "boolean"
3036
3110
  },
3037
3111
  "Filters": {
3038
- "shape": "S7c"
3112
+ "shape": "S7h"
3039
3113
  },
3040
3114
  "MaxRecords": {
3041
3115
  "type": "integer"
@@ -3072,7 +3146,7 @@
3072
3146
  "type": "boolean"
3073
3147
  },
3074
3148
  "RecurringCharges": {
3075
- "shape": "Sc8"
3149
+ "shape": "Scg"
3076
3150
  }
3077
3151
  },
3078
3152
  "wrapper": true
@@ -3091,7 +3165,7 @@
3091
3165
  },
3092
3166
  "Marker": {},
3093
3167
  "Filters": {
3094
- "shape": "S7c"
3168
+ "shape": "S7h"
3095
3169
  }
3096
3170
  }
3097
3171
  },
@@ -3125,7 +3199,7 @@
3125
3199
  "DBInstanceIdentifier": {},
3126
3200
  "TenantDBName": {},
3127
3201
  "Filters": {
3128
- "shape": "S7c"
3202
+ "shape": "S7h"
3129
3203
  },
3130
3204
  "Marker": {},
3131
3205
  "MaxRecords": {
@@ -3141,7 +3215,7 @@
3141
3215
  "TenantDatabases": {
3142
3216
  "type": "list",
3143
3217
  "member": {
3144
- "shape": "S62",
3218
+ "shape": "S66",
3145
3219
  "locationName": "TenantDatabase"
3146
3220
  }
3147
3221
  }
@@ -3173,28 +3247,28 @@
3173
3247
  "members": {
3174
3248
  "StorageType": {},
3175
3249
  "StorageSize": {
3176
- "shape": "Scq"
3250
+ "shape": "Scy"
3177
3251
  },
3178
3252
  "ProvisionedIops": {
3179
- "shape": "Scq"
3253
+ "shape": "Scy"
3180
3254
  },
3181
3255
  "IopsToStorageRatio": {
3182
- "shape": "Scs"
3256
+ "shape": "Sd0"
3183
3257
  },
3184
3258
  "SupportsStorageAutoscaling": {
3185
3259
  "type": "boolean"
3186
3260
  },
3187
3261
  "ProvisionedStorageThroughput": {
3188
- "shape": "Scq"
3262
+ "shape": "Scy"
3189
3263
  },
3190
3264
  "StorageThroughputToIopsRatio": {
3191
- "shape": "Scs"
3265
+ "shape": "Sd0"
3192
3266
  }
3193
3267
  }
3194
3268
  }
3195
3269
  },
3196
3270
  "ValidProcessorFeatures": {
3197
- "shape": "Sby"
3271
+ "shape": "Sc6"
3198
3272
  },
3199
3273
  "SupportsDedicatedLogVolume": {
3200
3274
  "type": "boolean"
@@ -3319,7 +3393,7 @@
3319
3393
  "type": "structure",
3320
3394
  "members": {
3321
3395
  "GlobalCluster": {
3322
- "shape": "S5g"
3396
+ "shape": "S5k"
3323
3397
  }
3324
3398
  }
3325
3399
  }
@@ -3333,7 +3407,7 @@
3333
3407
  "members": {
3334
3408
  "ResourceName": {},
3335
3409
  "Filters": {
3336
- "shape": "S7c"
3410
+ "shape": "S7h"
3337
3411
  }
3338
3412
  }
3339
3413
  },
@@ -3385,7 +3459,7 @@
3385
3459
  "type": "structure",
3386
3460
  "members": {
3387
3461
  "Certificate": {
3388
- "shape": "S7l"
3462
+ "shape": "S7q"
3389
3463
  }
3390
3464
  }
3391
3465
  }
@@ -3477,7 +3551,7 @@
3477
3551
  "type": "long"
3478
3552
  },
3479
3553
  "CloudwatchLogsExportConfiguration": {
3480
- "shape": "Sdi"
3554
+ "shape": "Sdq"
3481
3555
  },
3482
3556
  "EngineVersion": {},
3483
3557
  "AllowMajorVersionUpgrade": {
@@ -3541,7 +3615,10 @@
3541
3615
  "EnableLocalWriteForwarding": {
3542
3616
  "type": "boolean"
3543
3617
  },
3544
- "AwsBackupRecoveryPointArn": {}
3618
+ "AwsBackupRecoveryPointArn": {},
3619
+ "EnableLimitlessDatabase": {
3620
+ "type": "boolean"
3621
+ }
3545
3622
  }
3546
3623
  },
3547
3624
  "output": {
@@ -3572,7 +3649,7 @@
3572
3649
  }
3573
3650
  },
3574
3651
  "output": {
3575
- "shape": "S3n",
3652
+ "shape": "S3p",
3576
3653
  "resultWrapper": "ModifyDBClusterEndpointResult"
3577
3654
  }
3578
3655
  },
@@ -3586,12 +3663,12 @@
3586
3663
  "members": {
3587
3664
  "DBClusterParameterGroupName": {},
3588
3665
  "Parameters": {
3589
- "shape": "S80"
3666
+ "shape": "S85"
3590
3667
  }
3591
3668
  }
3592
3669
  },
3593
3670
  "output": {
3594
- "shape": "Sdn",
3671
+ "shape": "Sdv",
3595
3672
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
3596
3673
  }
3597
3674
  },
@@ -3606,10 +3683,10 @@
3606
3683
  "DBClusterSnapshotIdentifier": {},
3607
3684
  "AttributeName": {},
3608
3685
  "ValuesToAdd": {
3609
- "shape": "S88"
3686
+ "shape": "S8d"
3610
3687
  },
3611
3688
  "ValuesToRemove": {
3612
- "shape": "S88"
3689
+ "shape": "S8d"
3613
3690
  }
3614
3691
  }
3615
3692
  },
@@ -3618,7 +3695,7 @@
3618
3695
  "type": "structure",
3619
3696
  "members": {
3620
3697
  "DBClusterSnapshotAttributesResult": {
3621
- "shape": "S85"
3698
+ "shape": "S8a"
3622
3699
  }
3623
3700
  }
3624
3701
  }
@@ -3637,7 +3714,7 @@
3637
3714
  "DBInstanceClass": {},
3638
3715
  "DBSubnetGroupName": {},
3639
3716
  "DBSecurityGroups": {
3640
- "shape": "S3t"
3717
+ "shape": "S3v"
3641
3718
  },
3642
3719
  "VpcSecurityGroupIds": {
3643
3720
  "shape": "S2t"
@@ -3710,7 +3787,7 @@
3710
3787
  "type": "integer"
3711
3788
  },
3712
3789
  "CloudwatchLogsExportConfiguration": {
3713
- "shape": "Sdi"
3790
+ "shape": "Sdq"
3714
3791
  },
3715
3792
  "ProcessorFeatures": {
3716
3793
  "shape": "S1c"
@@ -3761,7 +3838,7 @@
3761
3838
  "type": "structure",
3762
3839
  "members": {
3763
3840
  "DBInstance": {
3764
- "shape": "S3v"
3841
+ "shape": "S3x"
3765
3842
  }
3766
3843
  }
3767
3844
  }
@@ -3776,12 +3853,12 @@
3776
3853
  "members": {
3777
3854
  "DBParameterGroupName": {},
3778
3855
  "Parameters": {
3779
- "shape": "S80"
3856
+ "shape": "S85"
3780
3857
  }
3781
3858
  }
3782
3859
  },
3783
3860
  "output": {
3784
- "shape": "Sdt",
3861
+ "shape": "Se1",
3785
3862
  "resultWrapper": "ModifyDBParameterGroupResult"
3786
3863
  }
3787
3864
  },
@@ -3795,7 +3872,7 @@
3795
3872
  "DBProxyName": {},
3796
3873
  "NewDBProxyName": {},
3797
3874
  "Auth": {
3798
- "shape": "S4o"
3875
+ "shape": "S4q"
3799
3876
  },
3800
3877
  "RequireTLS": {
3801
3878
  "type": "boolean"
@@ -3817,7 +3894,7 @@
3817
3894
  "type": "structure",
3818
3895
  "members": {
3819
3896
  "DBProxy": {
3820
- "shape": "S4u"
3897
+ "shape": "S4w"
3821
3898
  }
3822
3899
  }
3823
3900
  }
@@ -3841,7 +3918,7 @@
3841
3918
  "type": "structure",
3842
3919
  "members": {
3843
3920
  "DBProxyEndpoint": {
3844
- "shape": "S53"
3921
+ "shape": "S55"
3845
3922
  }
3846
3923
  }
3847
3924
  }
@@ -3882,7 +3959,7 @@
3882
3959
  "type": "structure",
3883
3960
  "members": {
3884
3961
  "DBProxyTargetGroup": {
3885
- "shape": "S96"
3962
+ "shape": "S9b"
3886
3963
  }
3887
3964
  }
3888
3965
  }
@@ -3918,9 +3995,27 @@
3918
3995
  "type": "structure",
3919
3996
  "members": {
3920
3997
  "DBRecommendation": {
3921
- "shape": "S9k"
3998
+ "shape": "S9p"
3999
+ }
4000
+ }
4001
+ }
4002
+ },
4003
+ "ModifyDBShardGroup": {
4004
+ "input": {
4005
+ "type": "structure",
4006
+ "required": [
4007
+ "DBShardGroupIdentifier"
4008
+ ],
4009
+ "members": {
4010
+ "DBShardGroupIdentifier": {},
4011
+ "MaxACU": {
4012
+ "type": "double"
3922
4013
  }
3923
4014
  }
4015
+ },
4016
+ "output": {
4017
+ "shape": "S5a",
4018
+ "resultWrapper": "ModifyDBShardGroupResult"
3924
4019
  }
3925
4020
  },
3926
4021
  "ModifyDBSnapshot": {
@@ -3956,10 +4051,10 @@
3956
4051
  "DBSnapshotIdentifier": {},
3957
4052
  "AttributeName": {},
3958
4053
  "ValuesToAdd": {
3959
- "shape": "S88"
4054
+ "shape": "S8d"
3960
4055
  },
3961
4056
  "ValuesToRemove": {
3962
- "shape": "S88"
4057
+ "shape": "S8d"
3963
4058
  }
3964
4059
  }
3965
4060
  },
@@ -3968,7 +4063,7 @@
3968
4063
  "type": "structure",
3969
4064
  "members": {
3970
4065
  "DBSnapshotAttributesResult": {
3971
- "shape": "Saa"
4066
+ "shape": "Sai"
3972
4067
  }
3973
4068
  }
3974
4069
  }
@@ -3984,7 +4079,7 @@
3984
4079
  "DBSubnetGroupName": {},
3985
4080
  "DBSubnetGroupDescription": {},
3986
4081
  "SubnetIds": {
3987
- "shape": "S5a"
4082
+ "shape": "S5e"
3988
4083
  }
3989
4084
  }
3990
4085
  },
@@ -3993,7 +4088,7 @@
3993
4088
  "type": "structure",
3994
4089
  "members": {
3995
4090
  "DBSubnetGroup": {
3996
- "shape": "S3z"
4091
+ "shape": "S41"
3997
4092
  }
3998
4093
  }
3999
4094
  }
@@ -4046,7 +4141,7 @@
4046
4141
  "type": "structure",
4047
4142
  "members": {
4048
4143
  "GlobalCluster": {
4049
- "shape": "S5g"
4144
+ "shape": "S5k"
4050
4145
  }
4051
4146
  }
4052
4147
  }
@@ -4074,7 +4169,7 @@
4074
4169
  },
4075
4170
  "OptionVersion": {},
4076
4171
  "DBSecurityGroupMemberships": {
4077
- "shape": "S3t"
4172
+ "shape": "S3v"
4078
4173
  },
4079
4174
  "VpcSecurityGroupMemberships": {
4080
4175
  "shape": "S2t"
@@ -4119,7 +4214,7 @@
4119
4214
  "DBInstanceIdentifier": {},
4120
4215
  "TenantDBName": {},
4121
4216
  "MasterUserPassword": {
4122
- "shape": "S60"
4217
+ "shape": "S64"
4123
4218
  },
4124
4219
  "NewTenantDBName": {}
4125
4220
  }
@@ -4129,7 +4224,7 @@
4129
4224
  "type": "structure",
4130
4225
  "members": {
4131
4226
  "TenantDatabase": {
4132
- "shape": "S62"
4227
+ "shape": "S66"
4133
4228
  }
4134
4229
  }
4135
4230
  }
@@ -4153,7 +4248,7 @@
4153
4248
  "type": "structure",
4154
4249
  "members": {
4155
4250
  "DBInstance": {
4156
- "shape": "S3v"
4251
+ "shape": "S3x"
4157
4252
  }
4158
4253
  }
4159
4254
  }
@@ -4200,7 +4295,7 @@
4200
4295
  "type": "structure",
4201
4296
  "members": {
4202
4297
  "ReservedDBInstance": {
4203
- "shape": "Sc7"
4298
+ "shape": "Scf"
4204
4299
  }
4205
4300
  }
4206
4301
  }
@@ -4243,11 +4338,26 @@
4243
4338
  "type": "structure",
4244
4339
  "members": {
4245
4340
  "DBInstance": {
4246
- "shape": "S3v"
4341
+ "shape": "S3x"
4247
4342
  }
4248
4343
  }
4249
4344
  }
4250
4345
  },
4346
+ "RebootDBShardGroup": {
4347
+ "input": {
4348
+ "type": "structure",
4349
+ "required": [
4350
+ "DBShardGroupIdentifier"
4351
+ ],
4352
+ "members": {
4353
+ "DBShardGroupIdentifier": {}
4354
+ }
4355
+ },
4356
+ "output": {
4357
+ "shape": "S5a",
4358
+ "resultWrapper": "RebootDBShardGroupResult"
4359
+ }
4360
+ },
4251
4361
  "RegisterDBProxyTargets": {
4252
4362
  "input": {
4253
4363
  "type": "structure",
@@ -4270,7 +4380,7 @@
4270
4380
  "type": "structure",
4271
4381
  "members": {
4272
4382
  "DBProxyTargets": {
4273
- "shape": "S9a"
4383
+ "shape": "S9f"
4274
4384
  }
4275
4385
  }
4276
4386
  }
@@ -4288,7 +4398,7 @@
4288
4398
  "type": "structure",
4289
4399
  "members": {
4290
4400
  "GlobalCluster": {
4291
- "shape": "S5g"
4401
+ "shape": "S5k"
4292
4402
  }
4293
4403
  }
4294
4404
  }
@@ -4372,12 +4482,12 @@
4372
4482
  "type": "boolean"
4373
4483
  },
4374
4484
  "Parameters": {
4375
- "shape": "S80"
4485
+ "shape": "S85"
4376
4486
  }
4377
4487
  }
4378
4488
  },
4379
4489
  "output": {
4380
- "shape": "Sdn",
4490
+ "shape": "Sdv",
4381
4491
  "resultWrapper": "ResetDBClusterParameterGroupResult"
4382
4492
  }
4383
4493
  },
@@ -4393,12 +4503,12 @@
4393
4503
  "type": "boolean"
4394
4504
  },
4395
4505
  "Parameters": {
4396
- "shape": "S80"
4506
+ "shape": "S85"
4397
4507
  }
4398
4508
  }
4399
4509
  },
4400
4510
  "output": {
4401
- "shape": "Sdt",
4511
+ "shape": "Se1",
4402
4512
  "resultWrapper": "ResetDBParameterGroupResult"
4403
4513
  }
4404
4514
  },
@@ -4735,7 +4845,7 @@
4735
4845
  "type": "structure",
4736
4846
  "members": {
4737
4847
  "DBInstance": {
4738
- "shape": "S3v"
4848
+ "shape": "S3x"
4739
4849
  }
4740
4850
  }
4741
4851
  }
@@ -4763,7 +4873,7 @@
4763
4873
  "MasterUsername": {},
4764
4874
  "MasterUserPassword": {},
4765
4875
  "DBSecurityGroups": {
4766
- "shape": "S3t"
4876
+ "shape": "S3v"
4767
4877
  },
4768
4878
  "VpcSecurityGroupIds": {
4769
4879
  "shape": "S2t"
@@ -4857,7 +4967,7 @@
4857
4967
  "type": "structure",
4858
4968
  "members": {
4859
4969
  "DBInstance": {
4860
- "shape": "S3v"
4970
+ "shape": "S3x"
4861
4971
  }
4862
4972
  }
4863
4973
  }
@@ -4962,7 +5072,7 @@
4962
5072
  "type": "structure",
4963
5073
  "members": {
4964
5074
  "DBInstance": {
4965
- "shape": "S3v"
5075
+ "shape": "S3x"
4966
5076
  }
4967
5077
  }
4968
5078
  }
@@ -5063,7 +5173,7 @@
5063
5173
  "type": "structure",
5064
5174
  "members": {
5065
5175
  "DBInstance": {
5066
- "shape": "S3v"
5176
+ "shape": "S3x"
5067
5177
  }
5068
5178
  }
5069
5179
  }
@@ -5088,7 +5198,7 @@
5088
5198
  "type": "structure",
5089
5199
  "members": {
5090
5200
  "DBInstanceAutomatedBackup": {
5091
- "shape": "S6l"
5201
+ "shape": "S6p"
5092
5202
  }
5093
5203
  }
5094
5204
  }
@@ -5179,7 +5289,7 @@
5179
5289
  "type": "structure",
5180
5290
  "members": {
5181
5291
  "DBInstance": {
5182
- "shape": "S3v"
5292
+ "shape": "S3x"
5183
5293
  }
5184
5294
  }
5185
5295
  }
@@ -5199,7 +5309,7 @@
5199
5309
  "type": "structure",
5200
5310
  "members": {
5201
5311
  "DBInstanceAutomatedBackup": {
5202
- "shape": "S6l"
5312
+ "shape": "S6p"
5203
5313
  }
5204
5314
  }
5205
5315
  }
@@ -5244,7 +5354,7 @@
5244
5354
  "type": "structure",
5245
5355
  "members": {
5246
5356
  "GlobalCluster": {
5247
- "shape": "S5g"
5357
+ "shape": "S5k"
5248
5358
  }
5249
5359
  }
5250
5360
  }
@@ -5264,7 +5374,7 @@
5264
5374
  "type": "structure",
5265
5375
  "members": {
5266
5376
  "DBInstance": {
5267
- "shape": "S3v"
5377
+ "shape": "S3x"
5268
5378
  }
5269
5379
  }
5270
5380
  }
@@ -6177,7 +6287,16 @@
6177
6287
  "type": "timestamp"
6178
6288
  },
6179
6289
  "LocalWriteForwardingStatus": {},
6180
- "AwsBackupRecoveryPointArn": {}
6290
+ "AwsBackupRecoveryPointArn": {},
6291
+ "LimitlessDatabase": {
6292
+ "type": "structure",
6293
+ "members": {
6294
+ "Status": {},
6295
+ "MinRequiredACU": {
6296
+ "type": "double"
6297
+ }
6298
+ }
6299
+ }
6181
6300
  },
6182
6301
  "wrapper": true
6183
6302
  },
@@ -6218,7 +6337,7 @@
6218
6337
  "KmsKeyId": {}
6219
6338
  }
6220
6339
  },
6221
- "S3n": {
6340
+ "S3p": {
6222
6341
  "type": "structure",
6223
6342
  "members": {
6224
6343
  "DBClusterEndpointIdentifier": {},
@@ -6237,13 +6356,13 @@
6237
6356
  "DBClusterEndpointArn": {}
6238
6357
  }
6239
6358
  },
6240
- "S3t": {
6359
+ "S3v": {
6241
6360
  "type": "list",
6242
6361
  "member": {
6243
6362
  "locationName": "DBSecurityGroupName"
6244
6363
  }
6245
6364
  },
6246
- "S3v": {
6365
+ "S3x": {
6247
6366
  "type": "structure",
6248
6367
  "members": {
6249
6368
  "DBInstanceIdentifier": {},
@@ -6256,7 +6375,7 @@
6256
6375
  "MasterUsername": {},
6257
6376
  "DBName": {},
6258
6377
  "Endpoint": {
6259
- "shape": "S3w"
6378
+ "shape": "S3y"
6260
6379
  },
6261
6380
  "AllocatedStorage": {
6262
6381
  "type": "integer"
@@ -6287,7 +6406,7 @@
6287
6406
  },
6288
6407
  "AvailabilityZone": {},
6289
6408
  "DBSubnetGroup": {
6290
- "shape": "S3z"
6409
+ "shape": "S41"
6291
6410
  },
6292
6411
  "PreferredMaintenanceWindow": {},
6293
6412
  "PendingModifiedValues": {
@@ -6461,7 +6580,7 @@
6461
6580
  }
6462
6581
  },
6463
6582
  "ListenerEndpoint": {
6464
- "shape": "S3w"
6583
+ "shape": "S3y"
6465
6584
  },
6466
6585
  "MaxAllocatedStorage": {
6467
6586
  "type": "integer"
@@ -6470,7 +6589,7 @@
6470
6589
  "shape": "Sb"
6471
6590
  },
6472
6591
  "DBInstanceAutomatedBackupsReplications": {
6473
- "shape": "S4e"
6592
+ "shape": "S4g"
6474
6593
  },
6475
6594
  "CustomerOwnedIpEnabled": {
6476
6595
  "type": "boolean"
@@ -6521,7 +6640,7 @@
6521
6640
  },
6522
6641
  "wrapper": true
6523
6642
  },
6524
- "S3w": {
6643
+ "S3y": {
6525
6644
  "type": "structure",
6526
6645
  "members": {
6527
6646
  "Address": {},
@@ -6531,7 +6650,7 @@
6531
6650
  "HostedZoneId": {}
6532
6651
  }
6533
6652
  },
6534
- "S3z": {
6653
+ "S41": {
6535
6654
  "type": "structure",
6536
6655
  "members": {
6537
6656
  "DBSubnetGroupName": {},
@@ -6546,7 +6665,7 @@
6546
6665
  "members": {
6547
6666
  "SubnetIdentifier": {},
6548
6667
  "SubnetAvailabilityZone": {
6549
- "shape": "S42"
6668
+ "shape": "S44"
6550
6669
  },
6551
6670
  "SubnetOutpost": {
6552
6671
  "type": "structure",
@@ -6565,14 +6684,14 @@
6565
6684
  },
6566
6685
  "wrapper": true
6567
6686
  },
6568
- "S42": {
6687
+ "S44": {
6569
6688
  "type": "structure",
6570
6689
  "members": {
6571
6690
  "Name": {}
6572
6691
  },
6573
6692
  "wrapper": true
6574
6693
  },
6575
- "S4e": {
6694
+ "S4g": {
6576
6695
  "type": "list",
6577
6696
  "member": {
6578
6697
  "locationName": "DBInstanceAutomatedBackupsReplication",
@@ -6582,7 +6701,7 @@
6582
6701
  }
6583
6702
  }
6584
6703
  },
6585
- "S4o": {
6704
+ "S4q": {
6586
6705
  "type": "list",
6587
6706
  "member": {
6588
6707
  "type": "structure",
@@ -6596,7 +6715,7 @@
6596
6715
  }
6597
6716
  }
6598
6717
  },
6599
- "S4u": {
6718
+ "S4w": {
6600
6719
  "type": "structure",
6601
6720
  "members": {
6602
6721
  "DBProxyName": {},
@@ -6643,7 +6762,7 @@
6643
6762
  }
6644
6763
  }
6645
6764
  },
6646
- "S53": {
6765
+ "S55": {
6647
6766
  "type": "structure",
6648
6767
  "members": {
6649
6768
  "DBProxyEndpointName": {},
@@ -6668,12 +6787,31 @@
6668
6787
  }
6669
6788
  },
6670
6789
  "S5a": {
6790
+ "type": "structure",
6791
+ "members": {
6792
+ "DBShardGroupResourceId": {},
6793
+ "DBShardGroupIdentifier": {},
6794
+ "DBClusterIdentifier": {},
6795
+ "MaxACU": {
6796
+ "type": "double"
6797
+ },
6798
+ "ComputeRedundancy": {
6799
+ "type": "integer"
6800
+ },
6801
+ "Status": {},
6802
+ "PubliclyAccessible": {
6803
+ "type": "boolean"
6804
+ },
6805
+ "Endpoint": {}
6806
+ }
6807
+ },
6808
+ "S5e": {
6671
6809
  "type": "list",
6672
6810
  "member": {
6673
6811
  "locationName": "SubnetIdentifier"
6674
6812
  }
6675
6813
  },
6676
- "S5g": {
6814
+ "S5k": {
6677
6815
  "type": "structure",
6678
6816
  "members": {
6679
6817
  "GlobalClusterIdentifier": {},
@@ -6724,12 +6862,12 @@
6724
6862
  },
6725
6863
  "wrapper": true
6726
6864
  },
6727
- "S5r": {
6865
+ "S5v": {
6728
6866
  "type": "map",
6729
6867
  "key": {},
6730
6868
  "value": {}
6731
6869
  },
6732
- "S5s": {
6870
+ "S5w": {
6733
6871
  "type": "structure",
6734
6872
  "members": {
6735
6873
  "SourceArn": {},
@@ -6738,7 +6876,7 @@
6738
6876
  "IntegrationArn": {},
6739
6877
  "KMSKeyId": {},
6740
6878
  "AdditionalEncryptionContext": {
6741
- "shape": "S5r"
6879
+ "shape": "S5v"
6742
6880
  },
6743
6881
  "Status": {},
6744
6882
  "Tags": {
@@ -6763,11 +6901,11 @@
6763
6901
  }
6764
6902
  }
6765
6903
  },
6766
- "S60": {
6904
+ "S64": {
6767
6905
  "type": "string",
6768
6906
  "sensitive": true
6769
6907
  },
6770
- "S62": {
6908
+ "S66": {
6771
6909
  "type": "structure",
6772
6910
  "members": {
6773
6911
  "TenantDatabaseCreateTime": {
@@ -6789,7 +6927,7 @@
6789
6927
  "type": "structure",
6790
6928
  "members": {
6791
6929
  "MasterUserPassword": {
6792
- "shape": "S60"
6930
+ "shape": "S64"
6793
6931
  },
6794
6932
  "TenantDBName": {}
6795
6933
  }
@@ -6800,7 +6938,7 @@
6800
6938
  },
6801
6939
  "wrapper": true
6802
6940
  },
6803
- "S6b": {
6941
+ "S6f": {
6804
6942
  "type": "structure",
6805
6943
  "members": {
6806
6944
  "Engine": {},
@@ -6808,7 +6946,7 @@
6808
6946
  "DBClusterAutomatedBackupsArn": {},
6809
6947
  "DBClusterIdentifier": {},
6810
6948
  "RestoreWindow": {
6811
- "shape": "S6c"
6949
+ "shape": "S6g"
6812
6950
  },
6813
6951
  "MasterUsername": {},
6814
6952
  "DbClusterResourceId": {},
@@ -6848,7 +6986,7 @@
6848
6986
  },
6849
6987
  "wrapper": true
6850
6988
  },
6851
- "S6c": {
6989
+ "S6g": {
6852
6990
  "type": "structure",
6853
6991
  "members": {
6854
6992
  "EarliestTime": {
@@ -6859,7 +6997,7 @@
6859
6997
  }
6860
6998
  }
6861
6999
  },
6862
- "S6l": {
7000
+ "S6p": {
6863
7001
  "type": "structure",
6864
7002
  "members": {
6865
7003
  "DBInstanceArn": {},
@@ -6867,7 +7005,7 @@
6867
7005
  "Region": {},
6868
7006
  "DBInstanceIdentifier": {},
6869
7007
  "RestoreWindow": {
6870
- "shape": "S6c"
7008
+ "shape": "S6g"
6871
7009
  },
6872
7010
  "AllocatedStorage": {
6873
7011
  "type": "integer"
@@ -6904,7 +7042,7 @@
6904
7042
  },
6905
7043
  "DBInstanceAutomatedBackupsArn": {},
6906
7044
  "DBInstanceAutomatedBackupsReplications": {
6907
- "shape": "S4e"
7045
+ "shape": "S4g"
6908
7046
  },
6909
7047
  "BackupTarget": {},
6910
7048
  "StorageThroughput": {
@@ -6920,7 +7058,7 @@
6920
7058
  },
6921
7059
  "wrapper": true
6922
7060
  },
6923
- "S7c": {
7061
+ "S7h": {
6924
7062
  "type": "list",
6925
7063
  "member": {
6926
7064
  "locationName": "Filter",
@@ -6940,7 +7078,7 @@
6940
7078
  }
6941
7079
  }
6942
7080
  },
6943
- "S7l": {
7081
+ "S7q": {
6944
7082
  "type": "structure",
6945
7083
  "members": {
6946
7084
  "CertificateIdentifier": {},
@@ -6962,7 +7100,7 @@
6962
7100
  },
6963
7101
  "wrapper": true
6964
7102
  },
6965
- "S80": {
7103
+ "S85": {
6966
7104
  "type": "list",
6967
7105
  "member": {
6968
7106
  "locationName": "Parameter",
@@ -6986,7 +7124,7 @@
6986
7124
  }
6987
7125
  }
6988
7126
  },
6989
- "S85": {
7127
+ "S8a": {
6990
7128
  "type": "structure",
6991
7129
  "members": {
6992
7130
  "DBClusterSnapshotIdentifier": {},
@@ -6998,7 +7136,7 @@
6998
7136
  "members": {
6999
7137
  "AttributeName": {},
7000
7138
  "AttributeValues": {
7001
- "shape": "S88"
7139
+ "shape": "S8d"
7002
7140
  }
7003
7141
  }
7004
7142
  }
@@ -7006,13 +7144,13 @@
7006
7144
  },
7007
7145
  "wrapper": true
7008
7146
  },
7009
- "S88": {
7147
+ "S8d": {
7010
7148
  "type": "list",
7011
7149
  "member": {
7012
7150
  "locationName": "AttributeValue"
7013
7151
  }
7014
7152
  },
7015
- "S96": {
7153
+ "S9b": {
7016
7154
  "type": "structure",
7017
7155
  "members": {
7018
7156
  "DBProxyName": {},
@@ -7048,7 +7186,7 @@
7048
7186
  }
7049
7187
  }
7050
7188
  },
7051
- "S9a": {
7189
+ "S9f": {
7052
7190
  "type": "list",
7053
7191
  "member": {
7054
7192
  "type": "structure",
@@ -7073,7 +7211,7 @@
7073
7211
  }
7074
7212
  }
7075
7213
  },
7076
- "S9k": {
7214
+ "S9p": {
7077
7215
  "type": "structure",
7078
7216
  "members": {
7079
7217
  "RecommendationId": {},
@@ -7115,7 +7253,7 @@
7115
7253
  },
7116
7254
  "Status": {},
7117
7255
  "IssueDetails": {
7118
- "shape": "S9p"
7256
+ "shape": "S9u"
7119
7257
  },
7120
7258
  "ContextAttributes": {
7121
7259
  "type": "list",
@@ -7147,11 +7285,11 @@
7147
7285
  }
7148
7286
  },
7149
7287
  "IssueDetails": {
7150
- "shape": "S9p"
7288
+ "shape": "S9u"
7151
7289
  }
7152
7290
  }
7153
7291
  },
7154
- "S9p": {
7292
+ "S9u": {
7155
7293
  "type": "structure",
7156
7294
  "members": {
7157
7295
  "PerformanceIssueDetails": {
@@ -7223,7 +7361,7 @@
7223
7361
  }
7224
7362
  }
7225
7363
  },
7226
- "Saa": {
7364
+ "Sai": {
7227
7365
  "type": "structure",
7228
7366
  "members": {
7229
7367
  "DBSnapshotIdentifier": {},
@@ -7235,7 +7373,7 @@
7235
7373
  "members": {
7236
7374
  "AttributeName": {},
7237
7375
  "AttributeValues": {
7238
- "shape": "S88"
7376
+ "shape": "S8d"
7239
7377
  }
7240
7378
  },
7241
7379
  "wrapper": true
@@ -7244,18 +7382,18 @@
7244
7382
  },
7245
7383
  "wrapper": true
7246
7384
  },
7247
- "Sap": {
7385
+ "Sax": {
7248
7386
  "type": "structure",
7249
7387
  "members": {
7250
7388
  "DBParameterGroupFamily": {},
7251
7389
  "Marker": {},
7252
7390
  "Parameters": {
7253
- "shape": "S80"
7391
+ "shape": "S85"
7254
7392
  }
7255
7393
  },
7256
7394
  "wrapper": true
7257
7395
  },
7258
- "Sby": {
7396
+ "Sc6": {
7259
7397
  "type": "list",
7260
7398
  "member": {
7261
7399
  "locationName": "AvailableProcessorFeature",
@@ -7267,7 +7405,7 @@
7267
7405
  }
7268
7406
  }
7269
7407
  },
7270
- "Sc7": {
7408
+ "Scf": {
7271
7409
  "type": "structure",
7272
7410
  "members": {
7273
7411
  "ReservedDBInstanceId": {},
@@ -7296,14 +7434,14 @@
7296
7434
  },
7297
7435
  "State": {},
7298
7436
  "RecurringCharges": {
7299
- "shape": "Sc8"
7437
+ "shape": "Scg"
7300
7438
  },
7301
7439
  "ReservedDBInstanceArn": {},
7302
7440
  "LeaseId": {}
7303
7441
  },
7304
7442
  "wrapper": true
7305
7443
  },
7306
- "Sc8": {
7444
+ "Scg": {
7307
7445
  "type": "list",
7308
7446
  "member": {
7309
7447
  "locationName": "RecurringCharge",
@@ -7317,7 +7455,7 @@
7317
7455
  "wrapper": true
7318
7456
  }
7319
7457
  },
7320
- "Scq": {
7458
+ "Scy": {
7321
7459
  "type": "list",
7322
7460
  "member": {
7323
7461
  "locationName": "Range",
@@ -7335,7 +7473,7 @@
7335
7473
  }
7336
7474
  }
7337
7475
  },
7338
- "Scs": {
7476
+ "Sd0": {
7339
7477
  "type": "list",
7340
7478
  "member": {
7341
7479
  "locationName": "DoubleRange",
@@ -7350,7 +7488,7 @@
7350
7488
  }
7351
7489
  }
7352
7490
  },
7353
- "Sdi": {
7491
+ "Sdq": {
7354
7492
  "type": "structure",
7355
7493
  "members": {
7356
7494
  "EnableLogTypes": {
@@ -7361,13 +7499,13 @@
7361
7499
  }
7362
7500
  }
7363
7501
  },
7364
- "Sdn": {
7502
+ "Sdv": {
7365
7503
  "type": "structure",
7366
7504
  "members": {
7367
7505
  "DBClusterParameterGroupName": {}
7368
7506
  }
7369
7507
  },
7370
- "Sdt": {
7508
+ "Se1": {
7371
7509
  "type": "structure",
7372
7510
  "members": {
7373
7511
  "DBParameterGroupName": {}