cdk-docker-image-deployment 0.0.124 → 0.0.126

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 (29) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +38 -14
  9. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +66 -49
  10. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +70 -15
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +226 -209
  12. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +263 -261
  13. package/node_modules/aws-sdk/clients/amplifybackend.d.ts +6 -2
  14. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +58 -30
  15. package/node_modules/aws-sdk/clients/apprunner.d.ts +13 -2
  16. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
  17. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/emrserverless.d.ts +61 -5
  19. package/node_modules/aws-sdk/clients/lightsail.d.ts +3 -3
  20. package/node_modules/aws-sdk/clients/mwaa.d.ts +3 -3
  21. package/node_modules/aws-sdk/clients/rds.d.ts +34 -7
  22. package/node_modules/aws-sdk/clients/ssm.d.ts +10 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +530 -487
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +8 -8
@@ -387,7 +387,7 @@
387
387
  "DBClusterIdentifier": {},
388
388
  "DBClusterParameterGroupName": {},
389
389
  "VpcSecurityGroupIds": {
390
- "shape": "S2r"
390
+ "shape": "S2s"
391
391
  },
392
392
  "DBSubnetGroupName": {},
393
393
  "Engine": {},
@@ -420,7 +420,7 @@
420
420
  },
421
421
  "EngineMode": {},
422
422
  "ScalingConfiguration": {
423
- "shape": "S2t"
423
+ "shape": "S2u"
424
424
  },
425
425
  "DeletionProtection": {
426
426
  "type": "boolean"
@@ -463,7 +463,7 @@
463
463
  "type": "integer"
464
464
  },
465
465
  "ServerlessV2ScalingConfiguration": {
466
- "shape": "S2u"
466
+ "shape": "S2v"
467
467
  },
468
468
  "NetworkType": {},
469
469
  "DBSystemId": {},
@@ -479,7 +479,7 @@
479
479
  "type": "structure",
480
480
  "members": {
481
481
  "DBCluster": {
482
- "shape": "S2x"
482
+ "shape": "S2y"
483
483
  }
484
484
  }
485
485
  }
@@ -508,7 +508,7 @@
508
508
  }
509
509
  },
510
510
  "output": {
511
- "shape": "S3g",
511
+ "shape": "S3h",
512
512
  "resultWrapper": "CreateDBClusterEndpointResult"
513
513
  }
514
514
  },
@@ -583,10 +583,10 @@
583
583
  "MasterUsername": {},
584
584
  "MasterUserPassword": {},
585
585
  "DBSecurityGroups": {
586
- "shape": "S3m"
586
+ "shape": "S3n"
587
587
  },
588
588
  "VpcSecurityGroupIds": {
589
- "shape": "S2r"
589
+ "shape": "S2s"
590
590
  },
591
591
  "AvailabilityZone": {},
592
592
  "DBSubnetGroupName": {},
@@ -674,7 +674,8 @@
674
674
  "ManageMasterUserPassword": {
675
675
  "type": "boolean"
676
676
  },
677
- "MasterUserSecretKmsKeyId": {}
677
+ "MasterUserSecretKmsKeyId": {},
678
+ "CACertificateIdentifier": {}
678
679
  }
679
680
  },
680
681
  "output": {
@@ -682,7 +683,7 @@
682
683
  "type": "structure",
683
684
  "members": {
684
685
  "DBInstance": {
685
- "shape": "S3o"
686
+ "shape": "S3p"
686
687
  }
687
688
  }
688
689
  }
@@ -721,7 +722,7 @@
721
722
  },
722
723
  "DBSubnetGroupName": {},
723
724
  "VpcSecurityGroupIds": {
724
- "shape": "S2r"
725
+ "shape": "S2s"
725
726
  },
726
727
  "StorageType": {},
727
728
  "CopyTagsToSnapshot": {
@@ -777,7 +778,7 @@
777
778
  "type": "structure",
778
779
  "members": {
779
780
  "DBInstance": {
780
- "shape": "S3o"
781
+ "shape": "S3p"
781
782
  }
782
783
  }
783
784
  }
@@ -823,7 +824,7 @@
823
824
  "DBProxyName": {},
824
825
  "EngineFamily": {},
825
826
  "Auth": {
826
- "shape": "S4h"
827
+ "shape": "S4j"
827
828
  },
828
829
  "RoleArn": {},
829
830
  "VpcSubnetIds": {
@@ -851,7 +852,7 @@
851
852
  "type": "structure",
852
853
  "members": {
853
854
  "DBProxy": {
854
- "shape": "S4n"
855
+ "shape": "S4p"
855
856
  }
856
857
  }
857
858
  }
@@ -884,7 +885,7 @@
884
885
  "type": "structure",
885
886
  "members": {
886
887
  "DBProxyEndpoint": {
887
- "shape": "S4w"
888
+ "shape": "S4y"
888
889
  }
889
890
  }
890
891
  }
@@ -951,7 +952,7 @@
951
952
  "DBSubnetGroupName": {},
952
953
  "DBSubnetGroupDescription": {},
953
954
  "SubnetIds": {
954
- "shape": "S53"
955
+ "shape": "S55"
955
956
  },
956
957
  "Tags": {
957
958
  "shape": "Sb"
@@ -963,7 +964,7 @@
963
964
  "type": "structure",
964
965
  "members": {
965
966
  "DBSubnetGroup": {
966
- "shape": "S3s"
967
+ "shape": "S3t"
967
968
  }
968
969
  }
969
970
  }
@@ -1025,7 +1026,7 @@
1025
1026
  "type": "structure",
1026
1027
  "members": {
1027
1028
  "GlobalCluster": {
1028
- "shape": "S59"
1029
+ "shape": "S5b"
1029
1030
  }
1030
1031
  }
1031
1032
  }
@@ -1118,7 +1119,7 @@
1118
1119
  "type": "structure",
1119
1120
  "members": {
1120
1121
  "DBCluster": {
1121
- "shape": "S2x"
1122
+ "shape": "S2y"
1122
1123
  }
1123
1124
  }
1124
1125
  }
@@ -1134,7 +1135,7 @@
1134
1135
  }
1135
1136
  },
1136
1137
  "output": {
1137
- "shape": "S3g",
1138
+ "shape": "S3h",
1138
1139
  "resultWrapper": "DeleteDBClusterEndpointResult"
1139
1140
  }
1140
1141
  },
@@ -1191,7 +1192,7 @@
1191
1192
  "type": "structure",
1192
1193
  "members": {
1193
1194
  "DBInstance": {
1194
- "shape": "S3o"
1195
+ "shape": "S3p"
1195
1196
  }
1196
1197
  }
1197
1198
  }
@@ -1209,7 +1210,7 @@
1209
1210
  "type": "structure",
1210
1211
  "members": {
1211
1212
  "DBInstanceAutomatedBackup": {
1212
- "shape": "S5u"
1213
+ "shape": "S5w"
1213
1214
  }
1214
1215
  }
1215
1216
  }
@@ -1240,7 +1241,7 @@
1240
1241
  "type": "structure",
1241
1242
  "members": {
1242
1243
  "DBProxy": {
1243
- "shape": "S4n"
1244
+ "shape": "S4p"
1244
1245
  }
1245
1246
  }
1246
1247
  }
@@ -1260,7 +1261,7 @@
1260
1261
  "type": "structure",
1261
1262
  "members": {
1262
1263
  "DBProxyEndpoint": {
1263
- "shape": "S4w"
1264
+ "shape": "S4y"
1264
1265
  }
1265
1266
  }
1266
1267
  }
@@ -1342,7 +1343,7 @@
1342
1343
  "type": "structure",
1343
1344
  "members": {
1344
1345
  "GlobalCluster": {
1345
- "shape": "S59"
1346
+ "shape": "S5b"
1346
1347
  }
1347
1348
  }
1348
1349
  }
@@ -1416,7 +1417,7 @@
1416
1417
  "members": {
1417
1418
  "BlueGreenDeploymentIdentifier": {},
1418
1419
  "Filters": {
1419
- "shape": "S6i"
1420
+ "shape": "S6k"
1420
1421
  },
1421
1422
  "Marker": {},
1422
1423
  "MaxRecords": {
@@ -1444,7 +1445,7 @@
1444
1445
  "members": {
1445
1446
  "CertificateIdentifier": {},
1446
1447
  "Filters": {
1447
- "shape": "S6i"
1448
+ "shape": "S6k"
1448
1449
  },
1449
1450
  "MaxRecords": {
1450
1451
  "type": "integer"
@@ -1459,7 +1460,7 @@
1459
1460
  "Certificates": {
1460
1461
  "type": "list",
1461
1462
  "member": {
1462
- "shape": "S6r",
1463
+ "shape": "S6t",
1463
1464
  "locationName": "Certificate"
1464
1465
  }
1465
1466
  },
@@ -1477,7 +1478,7 @@
1477
1478
  "DBClusterIdentifier": {},
1478
1479
  "BacktrackIdentifier": {},
1479
1480
  "Filters": {
1480
- "shape": "S6i"
1481
+ "shape": "S6k"
1481
1482
  },
1482
1483
  "MaxRecords": {
1483
1484
  "type": "integer"
@@ -1507,7 +1508,7 @@
1507
1508
  "DBClusterIdentifier": {},
1508
1509
  "DBClusterEndpointIdentifier": {},
1509
1510
  "Filters": {
1510
- "shape": "S6i"
1511
+ "shape": "S6k"
1511
1512
  },
1512
1513
  "MaxRecords": {
1513
1514
  "type": "integer"
@@ -1523,7 +1524,7 @@
1523
1524
  "DBClusterEndpoints": {
1524
1525
  "type": "list",
1525
1526
  "member": {
1526
- "shape": "S3g",
1527
+ "shape": "S3h",
1527
1528
  "locationName": "DBClusterEndpointList"
1528
1529
  }
1529
1530
  }
@@ -1536,7 +1537,7 @@
1536
1537
  "members": {
1537
1538
  "DBClusterParameterGroupName": {},
1538
1539
  "Filters": {
1539
- "shape": "S6i"
1540
+ "shape": "S6k"
1540
1541
  },
1541
1542
  "MaxRecords": {
1542
1543
  "type": "integer"
@@ -1569,7 +1570,7 @@
1569
1570
  "DBClusterParameterGroupName": {},
1570
1571
  "Source": {},
1571
1572
  "Filters": {
1572
- "shape": "S6i"
1573
+ "shape": "S6k"
1573
1574
  },
1574
1575
  "MaxRecords": {
1575
1576
  "type": "integer"
@@ -1582,7 +1583,7 @@
1582
1583
  "type": "structure",
1583
1584
  "members": {
1584
1585
  "Parameters": {
1585
- "shape": "S73"
1586
+ "shape": "S75"
1586
1587
  },
1587
1588
  "Marker": {}
1588
1589
  }
@@ -1603,7 +1604,7 @@
1603
1604
  "type": "structure",
1604
1605
  "members": {
1605
1606
  "DBClusterSnapshotAttributesResult": {
1606
- "shape": "S78"
1607
+ "shape": "S7a"
1607
1608
  }
1608
1609
  }
1609
1610
  }
@@ -1616,7 +1617,7 @@
1616
1617
  "DBClusterSnapshotIdentifier": {},
1617
1618
  "SnapshotType": {},
1618
1619
  "Filters": {
1619
- "shape": "S6i"
1620
+ "shape": "S6k"
1620
1621
  },
1621
1622
  "MaxRecords": {
1622
1623
  "type": "integer"
@@ -1651,7 +1652,7 @@
1651
1652
  "members": {
1652
1653
  "DBClusterIdentifier": {},
1653
1654
  "Filters": {
1654
- "shape": "S6i"
1655
+ "shape": "S6k"
1655
1656
  },
1656
1657
  "MaxRecords": {
1657
1658
  "type": "integer"
@@ -1670,7 +1671,7 @@
1670
1671
  "DBClusters": {
1671
1672
  "type": "list",
1672
1673
  "member": {
1673
- "shape": "S2x",
1674
+ "shape": "S2y",
1674
1675
  "locationName": "DBCluster"
1675
1676
  }
1676
1677
  }
@@ -1685,7 +1686,7 @@
1685
1686
  "EngineVersion": {},
1686
1687
  "DBParameterGroupFamily": {},
1687
1688
  "Filters": {
1688
- "shape": "S6i"
1689
+ "shape": "S6k"
1689
1690
  },
1690
1691
  "MaxRecords": {
1691
1692
  "type": "integer"
@@ -1727,7 +1728,7 @@
1727
1728
  "DbiResourceId": {},
1728
1729
  "DBInstanceIdentifier": {},
1729
1730
  "Filters": {
1730
- "shape": "S6i"
1731
+ "shape": "S6k"
1731
1732
  },
1732
1733
  "MaxRecords": {
1733
1734
  "type": "integer"
@@ -1744,7 +1745,7 @@
1744
1745
  "DBInstanceAutomatedBackups": {
1745
1746
  "type": "list",
1746
1747
  "member": {
1747
- "shape": "S5u",
1748
+ "shape": "S5w",
1748
1749
  "locationName": "DBInstanceAutomatedBackup"
1749
1750
  }
1750
1751
  }
@@ -1757,7 +1758,7 @@
1757
1758
  "members": {
1758
1759
  "DBInstanceIdentifier": {},
1759
1760
  "Filters": {
1760
- "shape": "S6i"
1761
+ "shape": "S6k"
1761
1762
  },
1762
1763
  "MaxRecords": {
1763
1764
  "type": "integer"
@@ -1773,7 +1774,7 @@
1773
1774
  "DBInstances": {
1774
1775
  "type": "list",
1775
1776
  "member": {
1776
- "shape": "S3o",
1777
+ "shape": "S3p",
1777
1778
  "locationName": "DBInstance"
1778
1779
  }
1779
1780
  }
@@ -1796,7 +1797,7 @@
1796
1797
  "type": "long"
1797
1798
  },
1798
1799
  "Filters": {
1799
- "shape": "S6i"
1800
+ "shape": "S6k"
1800
1801
  },
1801
1802
  "MaxRecords": {
1802
1803
  "type": "integer"
@@ -1834,7 +1835,7 @@
1834
1835
  "members": {
1835
1836
  "DBParameterGroupName": {},
1836
1837
  "Filters": {
1837
- "shape": "S6i"
1838
+ "shape": "S6k"
1838
1839
  },
1839
1840
  "MaxRecords": {
1840
1841
  "type": "integer"
@@ -1867,7 +1868,7 @@
1867
1868
  "DBParameterGroupName": {},
1868
1869
  "Source": {},
1869
1870
  "Filters": {
1870
- "shape": "S6i"
1871
+ "shape": "S6k"
1871
1872
  },
1872
1873
  "MaxRecords": {
1873
1874
  "type": "integer"
@@ -1880,7 +1881,7 @@
1880
1881
  "type": "structure",
1881
1882
  "members": {
1882
1883
  "Parameters": {
1883
- "shape": "S73"
1884
+ "shape": "S75"
1884
1885
  },
1885
1886
  "Marker": {}
1886
1887
  }
@@ -1892,7 +1893,7 @@
1892
1893
  "members": {
1893
1894
  "DBProxyName": {},
1894
1895
  "Filters": {
1895
- "shape": "S6i"
1896
+ "shape": "S6k"
1896
1897
  },
1897
1898
  "Marker": {},
1898
1899
  "MaxRecords": {
@@ -1907,7 +1908,7 @@
1907
1908
  "DBProxies": {
1908
1909
  "type": "list",
1909
1910
  "member": {
1910
- "shape": "S4n"
1911
+ "shape": "S4p"
1911
1912
  }
1912
1913
  },
1913
1914
  "Marker": {}
@@ -1921,7 +1922,7 @@
1921
1922
  "DBProxyName": {},
1922
1923
  "DBProxyEndpointName": {},
1923
1924
  "Filters": {
1924
- "shape": "S6i"
1925
+ "shape": "S6k"
1925
1926
  },
1926
1927
  "Marker": {},
1927
1928
  "MaxRecords": {
@@ -1936,7 +1937,7 @@
1936
1937
  "DBProxyEndpoints": {
1937
1938
  "type": "list",
1938
1939
  "member": {
1939
- "shape": "S4w"
1940
+ "shape": "S4y"
1940
1941
  }
1941
1942
  },
1942
1943
  "Marker": {}
@@ -1953,7 +1954,7 @@
1953
1954
  "DBProxyName": {},
1954
1955
  "TargetGroupName": {},
1955
1956
  "Filters": {
1956
- "shape": "S6i"
1957
+ "shape": "S6k"
1957
1958
  },
1958
1959
  "Marker": {},
1959
1960
  "MaxRecords": {
@@ -1968,7 +1969,7 @@
1968
1969
  "TargetGroups": {
1969
1970
  "type": "list",
1970
1971
  "member": {
1971
- "shape": "S89"
1972
+ "shape": "S8b"
1972
1973
  }
1973
1974
  },
1974
1975
  "Marker": {}
@@ -1985,7 +1986,7 @@
1985
1986
  "DBProxyName": {},
1986
1987
  "TargetGroupName": {},
1987
1988
  "Filters": {
1988
- "shape": "S6i"
1989
+ "shape": "S6k"
1989
1990
  },
1990
1991
  "Marker": {},
1991
1992
  "MaxRecords": {
@@ -1998,7 +1999,7 @@
1998
1999
  "type": "structure",
1999
2000
  "members": {
2000
2001
  "Targets": {
2001
- "shape": "S8d"
2002
+ "shape": "S8f"
2002
2003
  },
2003
2004
  "Marker": {}
2004
2005
  }
@@ -2010,7 +2011,7 @@
2010
2011
  "members": {
2011
2012
  "DBSecurityGroupName": {},
2012
2013
  "Filters": {
2013
- "shape": "S6i"
2014
+ "shape": "S6k"
2014
2015
  },
2015
2016
  "MaxRecords": {
2016
2017
  "type": "integer"
@@ -2048,7 +2049,7 @@
2048
2049
  "type": "structure",
2049
2050
  "members": {
2050
2051
  "DBSnapshotAttributesResult": {
2051
- "shape": "S8p"
2052
+ "shape": "S8r"
2052
2053
  }
2053
2054
  }
2054
2055
  }
@@ -2061,7 +2062,7 @@
2061
2062
  "DBSnapshotIdentifier": {},
2062
2063
  "SnapshotType": {},
2063
2064
  "Filters": {
2064
- "shape": "S6i"
2065
+ "shape": "S6k"
2065
2066
  },
2066
2067
  "MaxRecords": {
2067
2068
  "type": "integer"
@@ -2097,7 +2098,7 @@
2097
2098
  "members": {
2098
2099
  "DBSubnetGroupName": {},
2099
2100
  "Filters": {
2100
- "shape": "S6i"
2101
+ "shape": "S6k"
2101
2102
  },
2102
2103
  "MaxRecords": {
2103
2104
  "type": "integer"
@@ -2113,7 +2114,7 @@
2113
2114
  "DBSubnetGroups": {
2114
2115
  "type": "list",
2115
2116
  "member": {
2116
- "shape": "S3s",
2117
+ "shape": "S3t",
2117
2118
  "locationName": "DBSubnetGroup"
2118
2119
  }
2119
2120
  }
@@ -2129,7 +2130,7 @@
2129
2130
  "members": {
2130
2131
  "DBParameterGroupFamily": {},
2131
2132
  "Filters": {
2132
- "shape": "S6i"
2133
+ "shape": "S6k"
2133
2134
  },
2134
2135
  "MaxRecords": {
2135
2136
  "type": "integer"
@@ -2142,7 +2143,7 @@
2142
2143
  "type": "structure",
2143
2144
  "members": {
2144
2145
  "EngineDefaults": {
2145
- "shape": "S90"
2146
+ "shape": "S92"
2146
2147
  }
2147
2148
  }
2148
2149
  }
@@ -2156,7 +2157,7 @@
2156
2157
  "members": {
2157
2158
  "DBParameterGroupFamily": {},
2158
2159
  "Filters": {
2159
- "shape": "S6i"
2160
+ "shape": "S6k"
2160
2161
  },
2161
2162
  "MaxRecords": {
2162
2163
  "type": "integer"
@@ -2169,7 +2170,7 @@
2169
2170
  "type": "structure",
2170
2171
  "members": {
2171
2172
  "EngineDefaults": {
2172
- "shape": "S90"
2173
+ "shape": "S92"
2173
2174
  }
2174
2175
  }
2175
2176
  }
@@ -2180,7 +2181,7 @@
2180
2181
  "members": {
2181
2182
  "SourceType": {},
2182
2183
  "Filters": {
2183
- "shape": "S6i"
2184
+ "shape": "S6k"
2184
2185
  }
2185
2186
  }
2186
2187
  },
@@ -2211,7 +2212,7 @@
2211
2212
  "members": {
2212
2213
  "SubscriptionName": {},
2213
2214
  "Filters": {
2214
- "shape": "S6i"
2215
+ "shape": "S6k"
2215
2216
  },
2216
2217
  "MaxRecords": {
2217
2218
  "type": "integer"
@@ -2253,7 +2254,7 @@
2253
2254
  "shape": "S8"
2254
2255
  },
2255
2256
  "Filters": {
2256
- "shape": "S6i"
2257
+ "shape": "S6k"
2257
2258
  },
2258
2259
  "MaxRecords": {
2259
2260
  "type": "integer"
@@ -2295,7 +2296,7 @@
2295
2296
  "ExportTaskIdentifier": {},
2296
2297
  "SourceArn": {},
2297
2298
  "Filters": {
2298
- "shape": "S6i"
2299
+ "shape": "S6k"
2299
2300
  },
2300
2301
  "Marker": {},
2301
2302
  "MaxRecords": {
@@ -2325,7 +2326,7 @@
2325
2326
  "members": {
2326
2327
  "GlobalClusterIdentifier": {},
2327
2328
  "Filters": {
2328
- "shape": "S6i"
2329
+ "shape": "S6k"
2329
2330
  },
2330
2331
  "MaxRecords": {
2331
2332
  "type": "integer"
@@ -2341,7 +2342,7 @@
2341
2342
  "GlobalClusters": {
2342
2343
  "type": "list",
2343
2344
  "member": {
2344
- "shape": "S59",
2345
+ "shape": "S5b",
2345
2346
  "locationName": "GlobalClusterMember"
2346
2347
  }
2347
2348
  }
@@ -2358,7 +2359,7 @@
2358
2359
  "EngineName": {},
2359
2360
  "MajorEngineVersion": {},
2360
2361
  "Filters": {
2361
- "shape": "S6i"
2362
+ "shape": "S6k"
2362
2363
  },
2363
2364
  "MaxRecords": {
2364
2365
  "type": "integer"
@@ -2474,7 +2475,7 @@
2474
2475
  "members": {
2475
2476
  "OptionGroupName": {},
2476
2477
  "Filters": {
2477
- "shape": "S6i"
2478
+ "shape": "S6k"
2478
2479
  },
2479
2480
  "Marker": {},
2480
2481
  "MaxRecords": {
@@ -2515,7 +2516,7 @@
2515
2516
  "type": "boolean"
2516
2517
  },
2517
2518
  "Filters": {
2518
- "shape": "S6i"
2519
+ "shape": "S6k"
2519
2520
  },
2520
2521
  "MaxRecords": {
2521
2522
  "type": "integer"
@@ -2541,7 +2542,7 @@
2541
2542
  "AvailabilityZones": {
2542
2543
  "type": "list",
2543
2544
  "member": {
2544
- "shape": "S3v",
2545
+ "shape": "S3w",
2545
2546
  "locationName": "AvailabilityZone"
2546
2547
  }
2547
2548
  },
@@ -2589,7 +2590,7 @@
2589
2590
  "type": "double"
2590
2591
  },
2591
2592
  "AvailableProcessorFeatures": {
2592
- "shape": "Sa5"
2593
+ "shape": "Sa7"
2593
2594
  },
2594
2595
  "SupportedEngineModes": {
2595
2596
  "shape": "S2l"
@@ -2645,7 +2646,7 @@
2645
2646
  "members": {
2646
2647
  "ResourceIdentifier": {},
2647
2648
  "Filters": {
2648
- "shape": "S6i"
2649
+ "shape": "S6k"
2649
2650
  },
2650
2651
  "Marker": {},
2651
2652
  "MaxRecords": {
@@ -2683,7 +2684,7 @@
2683
2684
  },
2684
2685
  "LeaseId": {},
2685
2686
  "Filters": {
2686
- "shape": "S6i"
2687
+ "shape": "S6k"
2687
2688
  },
2688
2689
  "MaxRecords": {
2689
2690
  "type": "integer"
@@ -2699,7 +2700,7 @@
2699
2700
  "ReservedDBInstances": {
2700
2701
  "type": "list",
2701
2702
  "member": {
2702
- "shape": "Sae",
2703
+ "shape": "Sag",
2703
2704
  "locationName": "ReservedDBInstance"
2704
2705
  }
2705
2706
  }
@@ -2719,7 +2720,7 @@
2719
2720
  "type": "boolean"
2720
2721
  },
2721
2722
  "Filters": {
2722
- "shape": "S6i"
2723
+ "shape": "S6k"
2723
2724
  },
2724
2725
  "MaxRecords": {
2725
2726
  "type": "integer"
@@ -2756,7 +2757,7 @@
2756
2757
  "type": "boolean"
2757
2758
  },
2758
2759
  "RecurringCharges": {
2759
- "shape": "Sag"
2760
+ "shape": "Sai"
2760
2761
  }
2761
2762
  },
2762
2763
  "wrapper": true
@@ -2775,7 +2776,7 @@
2775
2776
  },
2776
2777
  "Marker": {},
2777
2778
  "Filters": {
2778
- "shape": "S6i"
2779
+ "shape": "S6k"
2779
2780
  }
2780
2781
  }
2781
2782
  },
@@ -2827,28 +2828,28 @@
2827
2828
  "members": {
2828
2829
  "StorageType": {},
2829
2830
  "StorageSize": {
2830
- "shape": "Sav"
2831
+ "shape": "Sax"
2831
2832
  },
2832
2833
  "ProvisionedIops": {
2833
- "shape": "Sav"
2834
+ "shape": "Sax"
2834
2835
  },
2835
2836
  "IopsToStorageRatio": {
2836
- "shape": "Sax"
2837
+ "shape": "Saz"
2837
2838
  },
2838
2839
  "SupportsStorageAutoscaling": {
2839
2840
  "type": "boolean"
2840
2841
  },
2841
2842
  "ProvisionedStorageThroughput": {
2842
- "shape": "Sav"
2843
+ "shape": "Sax"
2843
2844
  },
2844
2845
  "StorageThroughputToIopsRatio": {
2845
- "shape": "Sax"
2846
+ "shape": "Saz"
2846
2847
  }
2847
2848
  }
2848
2849
  }
2849
2850
  },
2850
2851
  "ValidProcessorFeatures": {
2851
- "shape": "Sa5"
2852
+ "shape": "Sa7"
2852
2853
  }
2853
2854
  },
2854
2855
  "wrapper": true
@@ -2900,7 +2901,7 @@
2900
2901
  "type": "structure",
2901
2902
  "members": {
2902
2903
  "DBCluster": {
2903
- "shape": "S2x"
2904
+ "shape": "S2y"
2904
2905
  }
2905
2906
  }
2906
2907
  }
@@ -2922,7 +2923,7 @@
2922
2923
  "type": "structure",
2923
2924
  "members": {
2924
2925
  "GlobalCluster": {
2925
- "shape": "S59"
2926
+ "shape": "S5b"
2926
2927
  }
2927
2928
  }
2928
2929
  }
@@ -2936,7 +2937,7 @@
2936
2937
  "members": {
2937
2938
  "ResourceName": {},
2938
2939
  "Filters": {
2939
- "shape": "S6i"
2940
+ "shape": "S6k"
2940
2941
  }
2941
2942
  }
2942
2943
  },
@@ -2988,7 +2989,7 @@
2988
2989
  "type": "structure",
2989
2990
  "members": {
2990
2991
  "Certificate": {
2991
- "shape": "S6r"
2992
+ "shape": "S6t"
2992
2993
  }
2993
2994
  }
2994
2995
  }
@@ -3064,7 +3065,7 @@
3064
3065
  },
3065
3066
  "DBClusterParameterGroupName": {},
3066
3067
  "VpcSecurityGroupIds": {
3067
- "shape": "S2r"
3068
+ "shape": "S2s"
3068
3069
  },
3069
3070
  "Port": {
3070
3071
  "type": "integer"
@@ -3080,7 +3081,7 @@
3080
3081
  "type": "long"
3081
3082
  },
3082
3083
  "CloudwatchLogsExportConfiguration": {
3083
- "shape": "Sbj"
3084
+ "shape": "Sbl"
3084
3085
  },
3085
3086
  "EngineVersion": {},
3086
3087
  "AllowMajorVersionUpgrade": {
@@ -3090,7 +3091,7 @@
3090
3091
  "Domain": {},
3091
3092
  "DomainIAMRoleName": {},
3092
3093
  "ScalingConfiguration": {
3093
- "shape": "S2t"
3094
+ "shape": "S2u"
3094
3095
  },
3095
3096
  "DeletionProtection": {
3096
3097
  "type": "boolean"
@@ -3127,7 +3128,7 @@
3127
3128
  "type": "integer"
3128
3129
  },
3129
3130
  "ServerlessV2ScalingConfiguration": {
3130
- "shape": "S2u"
3131
+ "shape": "S2v"
3131
3132
  },
3132
3133
  "NetworkType": {},
3133
3134
  "ManageMasterUserPassword": {
@@ -3144,7 +3145,7 @@
3144
3145
  "type": "structure",
3145
3146
  "members": {
3146
3147
  "DBCluster": {
3147
- "shape": "S2x"
3148
+ "shape": "S2y"
3148
3149
  }
3149
3150
  }
3150
3151
  }
@@ -3167,7 +3168,7 @@
3167
3168
  }
3168
3169
  },
3169
3170
  "output": {
3170
- "shape": "S3g",
3171
+ "shape": "S3h",
3171
3172
  "resultWrapper": "ModifyDBClusterEndpointResult"
3172
3173
  }
3173
3174
  },
@@ -3181,12 +3182,12 @@
3181
3182
  "members": {
3182
3183
  "DBClusterParameterGroupName": {},
3183
3184
  "Parameters": {
3184
- "shape": "S73"
3185
+ "shape": "S75"
3185
3186
  }
3186
3187
  }
3187
3188
  },
3188
3189
  "output": {
3189
- "shape": "Sbn",
3190
+ "shape": "Sbp",
3190
3191
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
3191
3192
  }
3192
3193
  },
@@ -3201,10 +3202,10 @@
3201
3202
  "DBClusterSnapshotIdentifier": {},
3202
3203
  "AttributeName": {},
3203
3204
  "ValuesToAdd": {
3204
- "shape": "S7b"
3205
+ "shape": "S7d"
3205
3206
  },
3206
3207
  "ValuesToRemove": {
3207
- "shape": "S7b"
3208
+ "shape": "S7d"
3208
3209
  }
3209
3210
  }
3210
3211
  },
@@ -3213,7 +3214,7 @@
3213
3214
  "type": "structure",
3214
3215
  "members": {
3215
3216
  "DBClusterSnapshotAttributesResult": {
3216
- "shape": "S78"
3217
+ "shape": "S7a"
3217
3218
  }
3218
3219
  }
3219
3220
  }
@@ -3232,10 +3233,10 @@
3232
3233
  "DBInstanceClass": {},
3233
3234
  "DBSubnetGroupName": {},
3234
3235
  "DBSecurityGroups": {
3235
- "shape": "S3m"
3236
+ "shape": "S3n"
3236
3237
  },
3237
3238
  "VpcSecurityGroupIds": {
3238
- "shape": "S2r"
3239
+ "shape": "S2s"
3239
3240
  },
3240
3241
  "ApplyImmediately": {
3241
3242
  "type": "boolean"
@@ -3296,7 +3297,7 @@
3296
3297
  "type": "integer"
3297
3298
  },
3298
3299
  "CloudwatchLogsExportConfiguration": {
3299
- "shape": "Sbj"
3300
+ "shape": "Sbl"
3300
3301
  },
3301
3302
  "ProcessorFeatures": {
3302
3303
  "shape": "S1c"
@@ -3340,7 +3341,7 @@
3340
3341
  "type": "structure",
3341
3342
  "members": {
3342
3343
  "DBInstance": {
3343
- "shape": "S3o"
3344
+ "shape": "S3p"
3344
3345
  }
3345
3346
  }
3346
3347
  }
@@ -3355,12 +3356,12 @@
3355
3356
  "members": {
3356
3357
  "DBParameterGroupName": {},
3357
3358
  "Parameters": {
3358
- "shape": "S73"
3359
+ "shape": "S75"
3359
3360
  }
3360
3361
  }
3361
3362
  },
3362
3363
  "output": {
3363
- "shape": "Sbu",
3364
+ "shape": "Sbw",
3364
3365
  "resultWrapper": "ModifyDBParameterGroupResult"
3365
3366
  }
3366
3367
  },
@@ -3374,7 +3375,7 @@
3374
3375
  "DBProxyName": {},
3375
3376
  "NewDBProxyName": {},
3376
3377
  "Auth": {
3377
- "shape": "S4h"
3378
+ "shape": "S4j"
3378
3379
  },
3379
3380
  "RequireTLS": {
3380
3381
  "type": "boolean"
@@ -3396,7 +3397,7 @@
3396
3397
  "type": "structure",
3397
3398
  "members": {
3398
3399
  "DBProxy": {
3399
- "shape": "S4n"
3400
+ "shape": "S4p"
3400
3401
  }
3401
3402
  }
3402
3403
  }
@@ -3420,7 +3421,7 @@
3420
3421
  "type": "structure",
3421
3422
  "members": {
3422
3423
  "DBProxyEndpoint": {
3423
- "shape": "S4w"
3424
+ "shape": "S4y"
3424
3425
  }
3425
3426
  }
3426
3427
  }
@@ -3461,7 +3462,7 @@
3461
3462
  "type": "structure",
3462
3463
  "members": {
3463
3464
  "DBProxyTargetGroup": {
3464
- "shape": "S89"
3465
+ "shape": "S8b"
3465
3466
  }
3466
3467
  }
3467
3468
  }
@@ -3499,10 +3500,10 @@
3499
3500
  "DBSnapshotIdentifier": {},
3500
3501
  "AttributeName": {},
3501
3502
  "ValuesToAdd": {
3502
- "shape": "S7b"
3503
+ "shape": "S7d"
3503
3504
  },
3504
3505
  "ValuesToRemove": {
3505
- "shape": "S7b"
3506
+ "shape": "S7d"
3506
3507
  }
3507
3508
  }
3508
3509
  },
@@ -3511,7 +3512,7 @@
3511
3512
  "type": "structure",
3512
3513
  "members": {
3513
3514
  "DBSnapshotAttributesResult": {
3514
- "shape": "S8p"
3515
+ "shape": "S8r"
3515
3516
  }
3516
3517
  }
3517
3518
  }
@@ -3527,7 +3528,7 @@
3527
3528
  "DBSubnetGroupName": {},
3528
3529
  "DBSubnetGroupDescription": {},
3529
3530
  "SubnetIds": {
3530
- "shape": "S53"
3531
+ "shape": "S55"
3531
3532
  }
3532
3533
  }
3533
3534
  },
@@ -3536,7 +3537,7 @@
3536
3537
  "type": "structure",
3537
3538
  "members": {
3538
3539
  "DBSubnetGroup": {
3539
- "shape": "S3s"
3540
+ "shape": "S3t"
3540
3541
  }
3541
3542
  }
3542
3543
  }
@@ -3589,7 +3590,7 @@
3589
3590
  "type": "structure",
3590
3591
  "members": {
3591
3592
  "GlobalCluster": {
3592
- "shape": "S59"
3593
+ "shape": "S5b"
3593
3594
  }
3594
3595
  }
3595
3596
  }
@@ -3617,10 +3618,10 @@
3617
3618
  },
3618
3619
  "OptionVersion": {},
3619
3620
  "DBSecurityGroupMemberships": {
3620
- "shape": "S3m"
3621
+ "shape": "S3n"
3621
3622
  },
3622
3623
  "VpcSecurityGroupMemberships": {
3623
- "shape": "S2r"
3624
+ "shape": "S2s"
3624
3625
  },
3625
3626
  "OptionSettings": {
3626
3627
  "type": "list",
@@ -3670,7 +3671,7 @@
3670
3671
  "type": "structure",
3671
3672
  "members": {
3672
3673
  "DBInstance": {
3673
- "shape": "S3o"
3674
+ "shape": "S3p"
3674
3675
  }
3675
3676
  }
3676
3677
  }
@@ -3690,7 +3691,7 @@
3690
3691
  "type": "structure",
3691
3692
  "members": {
3692
3693
  "DBCluster": {
3693
- "shape": "S2x"
3694
+ "shape": "S2y"
3694
3695
  }
3695
3696
  }
3696
3697
  }
@@ -3717,7 +3718,7 @@
3717
3718
  "type": "structure",
3718
3719
  "members": {
3719
3720
  "ReservedDBInstance": {
3720
- "shape": "Sae"
3721
+ "shape": "Sag"
3721
3722
  }
3722
3723
  }
3723
3724
  }
@@ -3737,7 +3738,7 @@
3737
3738
  "type": "structure",
3738
3739
  "members": {
3739
3740
  "DBCluster": {
3740
- "shape": "S2x"
3741
+ "shape": "S2y"
3741
3742
  }
3742
3743
  }
3743
3744
  }
@@ -3760,7 +3761,7 @@
3760
3761
  "type": "structure",
3761
3762
  "members": {
3762
3763
  "DBInstance": {
3763
- "shape": "S3o"
3764
+ "shape": "S3p"
3764
3765
  }
3765
3766
  }
3766
3767
  }
@@ -3787,7 +3788,7 @@
3787
3788
  "type": "structure",
3788
3789
  "members": {
3789
3790
  "DBProxyTargets": {
3790
- "shape": "S8d"
3791
+ "shape": "S8f"
3791
3792
  }
3792
3793
  }
3793
3794
  }
@@ -3805,7 +3806,7 @@
3805
3806
  "type": "structure",
3806
3807
  "members": {
3807
3808
  "GlobalCluster": {
3808
- "shape": "S59"
3809
+ "shape": "S5b"
3809
3810
  }
3810
3811
  }
3811
3812
  }
@@ -3889,12 +3890,12 @@
3889
3890
  "type": "boolean"
3890
3891
  },
3891
3892
  "Parameters": {
3892
- "shape": "S73"
3893
+ "shape": "S75"
3893
3894
  }
3894
3895
  }
3895
3896
  },
3896
3897
  "output": {
3897
- "shape": "Sbn",
3898
+ "shape": "Sbp",
3898
3899
  "resultWrapper": "ResetDBClusterParameterGroupResult"
3899
3900
  }
3900
3901
  },
@@ -3910,12 +3911,12 @@
3910
3911
  "type": "boolean"
3911
3912
  },
3912
3913
  "Parameters": {
3913
- "shape": "S73"
3914
+ "shape": "S75"
3914
3915
  }
3915
3916
  }
3916
3917
  },
3917
3918
  "output": {
3918
- "shape": "Sbu",
3919
+ "shape": "Sbw",
3919
3920
  "resultWrapper": "ResetDBParameterGroupResult"
3920
3921
  }
3921
3922
  },
@@ -3943,7 +3944,7 @@
3943
3944
  "DBClusterIdentifier": {},
3944
3945
  "DBClusterParameterGroupName": {},
3945
3946
  "VpcSecurityGroupIds": {
3946
- "shape": "S2r"
3947
+ "shape": "S2s"
3947
3948
  },
3948
3949
  "DBSubnetGroupName": {},
3949
3950
  "Engine": {},
@@ -3986,7 +3987,7 @@
3986
3987
  "Domain": {},
3987
3988
  "DomainIAMRoleName": {},
3988
3989
  "ServerlessV2ScalingConfiguration": {
3989
- "shape": "S2u"
3990
+ "shape": "S2v"
3990
3991
  },
3991
3992
  "NetworkType": {},
3992
3993
  "ManageMasterUserPassword": {
@@ -4000,7 +4001,7 @@
4000
4001
  "type": "structure",
4001
4002
  "members": {
4002
4003
  "DBCluster": {
4003
- "shape": "S2x"
4004
+ "shape": "S2y"
4004
4005
  }
4005
4006
  }
4006
4007
  }
@@ -4028,7 +4029,7 @@
4028
4029
  "DatabaseName": {},
4029
4030
  "OptionGroupName": {},
4030
4031
  "VpcSecurityGroupIds": {
4031
- "shape": "S2r"
4032
+ "shape": "S2s"
4032
4033
  },
4033
4034
  "Tags": {
4034
4035
  "shape": "Sb"
@@ -4045,7 +4046,7 @@
4045
4046
  },
4046
4047
  "EngineMode": {},
4047
4048
  "ScalingConfiguration": {
4048
- "shape": "S2t"
4049
+ "shape": "S2u"
4049
4050
  },
4050
4051
  "DBClusterParameterGroupName": {},
4051
4052
  "DeletionProtection": {
@@ -4065,7 +4066,7 @@
4065
4066
  "type": "boolean"
4066
4067
  },
4067
4068
  "ServerlessV2ScalingConfiguration": {
4068
- "shape": "S2u"
4069
+ "shape": "S2v"
4069
4070
  },
4070
4071
  "NetworkType": {}
4071
4072
  }
@@ -4075,7 +4076,7 @@
4075
4076
  "type": "structure",
4076
4077
  "members": {
4077
4078
  "DBCluster": {
4078
- "shape": "S2x"
4079
+ "shape": "S2y"
4079
4080
  }
4080
4081
  }
4081
4082
  }
@@ -4103,7 +4104,7 @@
4103
4104
  "DBSubnetGroupName": {},
4104
4105
  "OptionGroupName": {},
4105
4106
  "VpcSecurityGroupIds": {
4106
- "shape": "S2r"
4107
+ "shape": "S2s"
4107
4108
  },
4108
4109
  "Tags": {
4109
4110
  "shape": "Sb"
@@ -4128,7 +4129,7 @@
4128
4129
  "Domain": {},
4129
4130
  "DomainIAMRoleName": {},
4130
4131
  "ScalingConfiguration": {
4131
- "shape": "S2t"
4132
+ "shape": "S2u"
4132
4133
  },
4133
4134
  "EngineMode": {},
4134
4135
  "DBClusterInstanceClass": {},
@@ -4140,7 +4141,7 @@
4140
4141
  "type": "integer"
4141
4142
  },
4142
4143
  "ServerlessV2ScalingConfiguration": {
4143
- "shape": "S2u"
4144
+ "shape": "S2v"
4144
4145
  },
4145
4146
  "NetworkType": {}
4146
4147
  }
@@ -4150,7 +4151,7 @@
4150
4151
  "type": "structure",
4151
4152
  "members": {
4152
4153
  "DBCluster": {
4153
- "shape": "S2x"
4154
+ "shape": "S2y"
4154
4155
  }
4155
4156
  }
4156
4157
  }
@@ -4193,7 +4194,7 @@
4193
4194
  "TdeCredentialArn": {},
4194
4195
  "TdeCredentialPassword": {},
4195
4196
  "VpcSecurityGroupIds": {
4196
- "shape": "S2r"
4197
+ "shape": "S2s"
4197
4198
  },
4198
4199
  "Domain": {},
4199
4200
  "CopyTagsToSnapshot": {
@@ -4233,7 +4234,7 @@
4233
4234
  "type": "structure",
4234
4235
  "members": {
4235
4236
  "DBInstance": {
4236
- "shape": "S3o"
4237
+ "shape": "S3p"
4237
4238
  }
4238
4239
  }
4239
4240
  }
@@ -4261,10 +4262,10 @@
4261
4262
  "MasterUsername": {},
4262
4263
  "MasterUserPassword": {},
4263
4264
  "DBSecurityGroups": {
4264
- "shape": "S3m"
4265
+ "shape": "S3n"
4265
4266
  },
4266
4267
  "VpcSecurityGroupIds": {
4267
- "shape": "S2r"
4268
+ "shape": "S2s"
4268
4269
  },
4269
4270
  "AvailabilityZone": {},
4270
4271
  "DBSubnetGroupName": {},
@@ -4352,7 +4353,7 @@
4352
4353
  "type": "structure",
4353
4354
  "members": {
4354
4355
  "DBInstance": {
4355
- "shape": "S3o"
4356
+ "shape": "S3p"
4356
4357
  }
4357
4358
  }
4358
4359
  }
@@ -4404,7 +4405,7 @@
4404
4405
  "TdeCredentialArn": {},
4405
4406
  "TdeCredentialPassword": {},
4406
4407
  "VpcSecurityGroupIds": {
4407
- "shape": "S2r"
4408
+ "shape": "S2s"
4408
4409
  },
4409
4410
  "Domain": {},
4410
4411
  "DomainIAMRoleName": {},
@@ -4445,7 +4446,7 @@
4445
4446
  "type": "structure",
4446
4447
  "members": {
4447
4448
  "DBInstance": {
4448
- "shape": "S3o"
4449
+ "shape": "S3p"
4449
4450
  }
4450
4451
  }
4451
4452
  }
@@ -4526,7 +4527,7 @@
4526
4527
  "type": "structure",
4527
4528
  "members": {
4528
4529
  "DBCluster": {
4529
- "shape": "S2x"
4530
+ "shape": "S2y"
4530
4531
  }
4531
4532
  }
4532
4533
  }
@@ -4546,7 +4547,7 @@
4546
4547
  "type": "structure",
4547
4548
  "members": {
4548
4549
  "DBInstance": {
4549
- "shape": "S3o"
4550
+ "shape": "S3p"
4550
4551
  }
4551
4552
  }
4552
4553
  }
@@ -4571,7 +4572,7 @@
4571
4572
  "type": "structure",
4572
4573
  "members": {
4573
4574
  "DBInstanceAutomatedBackup": {
4574
- "shape": "S5u"
4575
+ "shape": "S5w"
4575
4576
  }
4576
4577
  }
4577
4578
  }
@@ -4641,7 +4642,7 @@
4641
4642
  "type": "structure",
4642
4643
  "members": {
4643
4644
  "DBCluster": {
4644
- "shape": "S2x"
4645
+ "shape": "S2y"
4645
4646
  }
4646
4647
  }
4647
4648
  }
@@ -4662,7 +4663,7 @@
4662
4663
  "type": "structure",
4663
4664
  "members": {
4664
4665
  "DBInstance": {
4665
- "shape": "S3o"
4666
+ "shape": "S3p"
4666
4667
  }
4667
4668
  }
4668
4669
  }
@@ -4682,7 +4683,7 @@
4682
4683
  "type": "structure",
4683
4684
  "members": {
4684
4685
  "DBInstanceAutomatedBackup": {
4685
- "shape": "S5u"
4686
+ "shape": "S5w"
4686
4687
  }
4687
4688
  }
4688
4689
  }
@@ -4725,7 +4726,7 @@
4725
4726
  "type": "structure",
4726
4727
  "members": {
4727
4728
  "DBInstance": {
4728
- "shape": "S3o"
4729
+ "shape": "S3p"
4729
4730
  }
4730
4731
  }
4731
4732
  }
@@ -5280,7 +5281,14 @@
5280
5281
  "SupportsBabelfish": {
5281
5282
  "type": "boolean"
5282
5283
  },
5283
- "CustomDBEngineVersionManifest": {}
5284
+ "CustomDBEngineVersionManifest": {},
5285
+ "SupportsCertificateRotationWithoutRestart": {
5286
+ "type": "boolean"
5287
+ },
5288
+ "SupportedCACertificateIdentifiers": {
5289
+ "type": "list",
5290
+ "member": {}
5291
+ }
5284
5292
  }
5285
5293
  },
5286
5294
  "S2g": {
@@ -5305,13 +5313,13 @@
5305
5313
  "type": "list",
5306
5314
  "member": {}
5307
5315
  },
5308
- "S2r": {
5316
+ "S2s": {
5309
5317
  "type": "list",
5310
5318
  "member": {
5311
5319
  "locationName": "VpcSecurityGroupId"
5312
5320
  }
5313
5321
  },
5314
- "S2t": {
5322
+ "S2u": {
5315
5323
  "type": "structure",
5316
5324
  "members": {
5317
5325
  "MinCapacity": {
@@ -5332,7 +5340,7 @@
5332
5340
  }
5333
5341
  }
5334
5342
  },
5335
- "S2u": {
5343
+ "S2v": {
5336
5344
  "type": "structure",
5337
5345
  "members": {
5338
5346
  "MinCapacity": {
@@ -5343,7 +5351,7 @@
5343
5351
  }
5344
5352
  }
5345
5353
  },
5346
- "S2x": {
5354
+ "S2y": {
5347
5355
  "type": "structure",
5348
5356
  "members": {
5349
5357
  "AllocatedStorage": {
@@ -5506,7 +5514,7 @@
5506
5514
  "type": "boolean"
5507
5515
  },
5508
5516
  "DomainMemberships": {
5509
- "shape": "S38"
5517
+ "shape": "S39"
5510
5518
  },
5511
5519
  "TagList": {
5512
5520
  "shape": "Sb"
@@ -5519,7 +5527,7 @@
5519
5527
  "type": "structure",
5520
5528
  "members": {
5521
5529
  "PendingCloudwatchLogsExports": {
5522
- "shape": "S3c"
5530
+ "shape": "S3d"
5523
5531
  },
5524
5532
  "DBClusterIdentifier": {},
5525
5533
  "MasterUserPassword": {},
@@ -5574,12 +5582,12 @@
5574
5582
  "NetworkType": {},
5575
5583
  "DBSystemId": {},
5576
5584
  "MasterUserSecret": {
5577
- "shape": "S3e"
5585
+ "shape": "S3f"
5578
5586
  }
5579
5587
  },
5580
5588
  "wrapper": true
5581
5589
  },
5582
- "S38": {
5590
+ "S39": {
5583
5591
  "type": "list",
5584
5592
  "member": {
5585
5593
  "locationName": "DomainMembership",
@@ -5592,7 +5600,7 @@
5592
5600
  }
5593
5601
  }
5594
5602
  },
5595
- "S3c": {
5603
+ "S3d": {
5596
5604
  "type": "structure",
5597
5605
  "members": {
5598
5606
  "LogTypesToEnable": {
@@ -5603,7 +5611,7 @@
5603
5611
  }
5604
5612
  }
5605
5613
  },
5606
- "S3e": {
5614
+ "S3f": {
5607
5615
  "type": "structure",
5608
5616
  "members": {
5609
5617
  "SecretArn": {},
@@ -5611,7 +5619,7 @@
5611
5619
  "KmsKeyId": {}
5612
5620
  }
5613
5621
  },
5614
- "S3g": {
5622
+ "S3h": {
5615
5623
  "type": "structure",
5616
5624
  "members": {
5617
5625
  "DBClusterEndpointIdentifier": {},
@@ -5630,13 +5638,13 @@
5630
5638
  "DBClusterEndpointArn": {}
5631
5639
  }
5632
5640
  },
5633
- "S3m": {
5641
+ "S3n": {
5634
5642
  "type": "list",
5635
5643
  "member": {
5636
5644
  "locationName": "DBSecurityGroupName"
5637
5645
  }
5638
5646
  },
5639
- "S3o": {
5647
+ "S3p": {
5640
5648
  "type": "structure",
5641
5649
  "members": {
5642
5650
  "DBInstanceIdentifier": {},
@@ -5649,7 +5657,7 @@
5649
5657
  "MasterUsername": {},
5650
5658
  "DBName": {},
5651
5659
  "Endpoint": {
5652
- "shape": "S3p"
5660
+ "shape": "S3q"
5653
5661
  },
5654
5662
  "AllocatedStorage": {
5655
5663
  "type": "integer"
@@ -5680,7 +5688,7 @@
5680
5688
  },
5681
5689
  "AvailabilityZone": {},
5682
5690
  "DBSubnetGroup": {
5683
- "shape": "S3s"
5691
+ "shape": "S3t"
5684
5692
  },
5685
5693
  "PreferredMaintenanceWindow": {},
5686
5694
  "PendingModifiedValues": {
@@ -5710,7 +5718,7 @@
5710
5718
  "CACertificateIdentifier": {},
5711
5719
  "DBSubnetGroupName": {},
5712
5720
  "PendingCloudwatchLogsExports": {
5713
- "shape": "S3c"
5721
+ "shape": "S3d"
5714
5722
  },
5715
5723
  "ProcessorFeatures": {
5716
5724
  "shape": "S1c"
@@ -5800,7 +5808,7 @@
5800
5808
  "DbiResourceId": {},
5801
5809
  "CACertificateIdentifier": {},
5802
5810
  "DomainMemberships": {
5803
- "shape": "S38"
5811
+ "shape": "S39"
5804
5812
  },
5805
5813
  "CopyTagsToSnapshot": {
5806
5814
  "type": "boolean"
@@ -5847,7 +5855,7 @@
5847
5855
  }
5848
5856
  },
5849
5857
  "ListenerEndpoint": {
5850
- "shape": "S3p"
5858
+ "shape": "S3q"
5851
5859
  },
5852
5860
  "MaxAllocatedStorage": {
5853
5861
  "type": "integer"
@@ -5856,7 +5864,7 @@
5856
5864
  "shape": "Sb"
5857
5865
  },
5858
5866
  "DBInstanceAutomatedBackupsReplications": {
5859
- "shape": "S48"
5867
+ "shape": "S49"
5860
5868
  },
5861
5869
  "CustomerOwnedIpEnabled": {
5862
5870
  "type": "boolean"
@@ -5882,12 +5890,21 @@
5882
5890
  },
5883
5891
  "DBSystemId": {},
5884
5892
  "MasterUserSecret": {
5885
- "shape": "S3e"
5893
+ "shape": "S3f"
5894
+ },
5895
+ "CertificateDetails": {
5896
+ "type": "structure",
5897
+ "members": {
5898
+ "CAIdentifier": {},
5899
+ "ValidTill": {
5900
+ "type": "timestamp"
5901
+ }
5902
+ }
5886
5903
  }
5887
5904
  },
5888
5905
  "wrapper": true
5889
5906
  },
5890
- "S3p": {
5907
+ "S3q": {
5891
5908
  "type": "structure",
5892
5909
  "members": {
5893
5910
  "Address": {},
@@ -5897,7 +5914,7 @@
5897
5914
  "HostedZoneId": {}
5898
5915
  }
5899
5916
  },
5900
- "S3s": {
5917
+ "S3t": {
5901
5918
  "type": "structure",
5902
5919
  "members": {
5903
5920
  "DBSubnetGroupName": {},
@@ -5912,7 +5929,7 @@
5912
5929
  "members": {
5913
5930
  "SubnetIdentifier": {},
5914
5931
  "SubnetAvailabilityZone": {
5915
- "shape": "S3v"
5932
+ "shape": "S3w"
5916
5933
  },
5917
5934
  "SubnetOutpost": {
5918
5935
  "type": "structure",
@@ -5931,14 +5948,14 @@
5931
5948
  },
5932
5949
  "wrapper": true
5933
5950
  },
5934
- "S3v": {
5951
+ "S3w": {
5935
5952
  "type": "structure",
5936
5953
  "members": {
5937
5954
  "Name": {}
5938
5955
  },
5939
5956
  "wrapper": true
5940
5957
  },
5941
- "S48": {
5958
+ "S49": {
5942
5959
  "type": "list",
5943
5960
  "member": {
5944
5961
  "locationName": "DBInstanceAutomatedBackupsReplication",
@@ -5948,7 +5965,7 @@
5948
5965
  }
5949
5966
  }
5950
5967
  },
5951
- "S4h": {
5968
+ "S4j": {
5952
5969
  "type": "list",
5953
5970
  "member": {
5954
5971
  "type": "structure",
@@ -5962,7 +5979,7 @@
5962
5979
  }
5963
5980
  }
5964
5981
  },
5965
- "S4n": {
5982
+ "S4p": {
5966
5983
  "type": "structure",
5967
5984
  "members": {
5968
5985
  "DBProxyName": {},
@@ -6009,7 +6026,7 @@
6009
6026
  }
6010
6027
  }
6011
6028
  },
6012
- "S4w": {
6029
+ "S4y": {
6013
6030
  "type": "structure",
6014
6031
  "members": {
6015
6032
  "DBProxyEndpointName": {},
@@ -6033,13 +6050,13 @@
6033
6050
  }
6034
6051
  }
6035
6052
  },
6036
- "S53": {
6053
+ "S55": {
6037
6054
  "type": "list",
6038
6055
  "member": {
6039
6056
  "locationName": "SubnetIdentifier"
6040
6057
  }
6041
6058
  },
6042
- "S59": {
6059
+ "S5b": {
6043
6060
  "type": "structure",
6044
6061
  "members": {
6045
6062
  "GlobalClusterIdentifier": {},
@@ -6086,7 +6103,7 @@
6086
6103
  },
6087
6104
  "wrapper": true
6088
6105
  },
6089
- "S5u": {
6106
+ "S5w": {
6090
6107
  "type": "structure",
6091
6108
  "members": {
6092
6109
  "DBInstanceArn": {},
@@ -6139,7 +6156,7 @@
6139
6156
  },
6140
6157
  "DBInstanceAutomatedBackupsArn": {},
6141
6158
  "DBInstanceAutomatedBackupsReplications": {
6142
- "shape": "S48"
6159
+ "shape": "S49"
6143
6160
  },
6144
6161
  "BackupTarget": {},
6145
6162
  "StorageThroughput": {
@@ -6148,7 +6165,7 @@
6148
6165
  },
6149
6166
  "wrapper": true
6150
6167
  },
6151
- "S6i": {
6168
+ "S6k": {
6152
6169
  "type": "list",
6153
6170
  "member": {
6154
6171
  "locationName": "Filter",
@@ -6168,7 +6185,7 @@
6168
6185
  }
6169
6186
  }
6170
6187
  },
6171
- "S6r": {
6188
+ "S6t": {
6172
6189
  "type": "structure",
6173
6190
  "members": {
6174
6191
  "CertificateIdentifier": {},
@@ -6190,7 +6207,7 @@
6190
6207
  },
6191
6208
  "wrapper": true
6192
6209
  },
6193
- "S73": {
6210
+ "S75": {
6194
6211
  "type": "list",
6195
6212
  "member": {
6196
6213
  "locationName": "Parameter",
@@ -6214,7 +6231,7 @@
6214
6231
  }
6215
6232
  }
6216
6233
  },
6217
- "S78": {
6234
+ "S7a": {
6218
6235
  "type": "structure",
6219
6236
  "members": {
6220
6237
  "DBClusterSnapshotIdentifier": {},
@@ -6226,7 +6243,7 @@
6226
6243
  "members": {
6227
6244
  "AttributeName": {},
6228
6245
  "AttributeValues": {
6229
- "shape": "S7b"
6246
+ "shape": "S7d"
6230
6247
  }
6231
6248
  }
6232
6249
  }
@@ -6234,13 +6251,13 @@
6234
6251
  },
6235
6252
  "wrapper": true
6236
6253
  },
6237
- "S7b": {
6254
+ "S7d": {
6238
6255
  "type": "list",
6239
6256
  "member": {
6240
6257
  "locationName": "AttributeValue"
6241
6258
  }
6242
6259
  },
6243
- "S89": {
6260
+ "S8b": {
6244
6261
  "type": "structure",
6245
6262
  "members": {
6246
6263
  "DBProxyName": {},
@@ -6276,7 +6293,7 @@
6276
6293
  }
6277
6294
  }
6278
6295
  },
6279
- "S8d": {
6296
+ "S8f": {
6280
6297
  "type": "list",
6281
6298
  "member": {
6282
6299
  "type": "structure",
@@ -6301,7 +6318,7 @@
6301
6318
  }
6302
6319
  }
6303
6320
  },
6304
- "S8p": {
6321
+ "S8r": {
6305
6322
  "type": "structure",
6306
6323
  "members": {
6307
6324
  "DBSnapshotIdentifier": {},
@@ -6313,7 +6330,7 @@
6313
6330
  "members": {
6314
6331
  "AttributeName": {},
6315
6332
  "AttributeValues": {
6316
- "shape": "S7b"
6333
+ "shape": "S7d"
6317
6334
  }
6318
6335
  },
6319
6336
  "wrapper": true
@@ -6322,18 +6339,18 @@
6322
6339
  },
6323
6340
  "wrapper": true
6324
6341
  },
6325
- "S90": {
6342
+ "S92": {
6326
6343
  "type": "structure",
6327
6344
  "members": {
6328
6345
  "DBParameterGroupFamily": {},
6329
6346
  "Marker": {},
6330
6347
  "Parameters": {
6331
- "shape": "S73"
6348
+ "shape": "S75"
6332
6349
  }
6333
6350
  },
6334
6351
  "wrapper": true
6335
6352
  },
6336
- "Sa5": {
6353
+ "Sa7": {
6337
6354
  "type": "list",
6338
6355
  "member": {
6339
6356
  "locationName": "AvailableProcessorFeature",
@@ -6345,7 +6362,7 @@
6345
6362
  }
6346
6363
  }
6347
6364
  },
6348
- "Sae": {
6365
+ "Sag": {
6349
6366
  "type": "structure",
6350
6367
  "members": {
6351
6368
  "ReservedDBInstanceId": {},
@@ -6374,14 +6391,14 @@
6374
6391
  },
6375
6392
  "State": {},
6376
6393
  "RecurringCharges": {
6377
- "shape": "Sag"
6394
+ "shape": "Sai"
6378
6395
  },
6379
6396
  "ReservedDBInstanceArn": {},
6380
6397
  "LeaseId": {}
6381
6398
  },
6382
6399
  "wrapper": true
6383
6400
  },
6384
- "Sag": {
6401
+ "Sai": {
6385
6402
  "type": "list",
6386
6403
  "member": {
6387
6404
  "locationName": "RecurringCharge",
@@ -6395,7 +6412,7 @@
6395
6412
  "wrapper": true
6396
6413
  }
6397
6414
  },
6398
- "Sav": {
6415
+ "Sax": {
6399
6416
  "type": "list",
6400
6417
  "member": {
6401
6418
  "locationName": "Range",
@@ -6413,7 +6430,7 @@
6413
6430
  }
6414
6431
  }
6415
6432
  },
6416
- "Sax": {
6433
+ "Saz": {
6417
6434
  "type": "list",
6418
6435
  "member": {
6419
6436
  "locationName": "DoubleRange",
@@ -6428,7 +6445,7 @@
6428
6445
  }
6429
6446
  }
6430
6447
  },
6431
- "Sbj": {
6448
+ "Sbl": {
6432
6449
  "type": "structure",
6433
6450
  "members": {
6434
6451
  "EnableLogTypes": {
@@ -6439,13 +6456,13 @@
6439
6456
  }
6440
6457
  }
6441
6458
  },
6442
- "Sbn": {
6459
+ "Sbp": {
6443
6460
  "type": "structure",
6444
6461
  "members": {
6445
6462
  "DBClusterParameterGroupName": {}
6446
6463
  }
6447
6464
  },
6448
- "Sbu": {
6465
+ "Sbw": {
6449
6466
  "type": "structure",
6450
6467
  "members": {
6451
6468
  "DBParameterGroupName": {}