@@ -1617,11 +1617,20 @@ export class PostgresEngineVersion {
1617
1617
* @deprecated PostgreSQL 13.10 is no longer supported by Amazon RDS.
1618
1618
*/
1619
1619
public static readonly VER_13_10 = PostgresEngineVersion . of ( '13.10' , '13' , { s3Import : true , s3Export : true } ) ;
1620
- /** Version "13.11". */
1620
+ /**
1621
+ * Version "13.11".
1622
+ * @deprecated PostgreSQL 13.11 is no longer supported by Amazon RDS.
1623
+ */
1621
1624
public static readonly VER_13_11 = PostgresEngineVersion . of ( '13.11' , '13' , { s3Import : true , s3Export : true } ) ;
1622
- /** Version "13.12". */
1625
+ /**
1626
+ * Version "13.12".
1627
+ * @deprecated PostgreSQL 13.12 is no longer supported by Amazon RDS.
1628
+ */
1623
1629
public static readonly VER_13_12 = PostgresEngineVersion . of ( '13.12' , '13' , { s3Import : true , s3Export : true } ) ;
1624
- /** Version "13.13". */
1630
+ /**
1631
+ * Version "13.13".
1632
+ * @deprecated PostgreSQL 13.13 is no longer supported by Amazon RDS.
1633
+ */
1625
1634
public static readonly VER_13_13 = PostgresEngineVersion . of ( '13.13' , '13' , { s3Import : true , s3Export : true } ) ;
1626
1635
/** Version "13.14". */
1627
1636
public static readonly VER_13_14 = PostgresEngineVersion . of ( '13.14' , '13' , { s3Import : true , s3Export : true } ) ;
@@ -1680,11 +1689,20 @@ export class PostgresEngineVersion {
1680
1689
* @deprecated PostgreSQL 14.8 is no longer supported by Amazon RDS.
1681
1690
*/
1682
1691
public static readonly VER_14_8 = PostgresEngineVersion . of ( '14.8' , '14' , { s3Import : true , s3Export : true } ) ;
1683
- /** Version "14.9". */
1692
+ /**
1693
+ * Version "14.9".
1694
+ * @deprecated PostgreSQL 14.9 is no longer supported by Amazon RDS.
1695
+ */
1684
1696
public static readonly VER_14_9 = PostgresEngineVersion . of ( '14.9' , '14' , { s3Import : true , s3Export : true } ) ;
1685
- /** Version "14.10". */
1697
+ /**
1698
+ * Version "14.10".
1699
+ * @deprecated PostgreSQL 14.10 is no longer supported by Amazon RDS.
1700
+ */
1686
1701
public static readonly VER_14_10 = PostgresEngineVersion . of ( '14.10' , '14' , { s3Import : true , s3Export : true } ) ;
1687
- /** Version "14.11". */
1702
+ /**
1703
+ * Version "14.11".
1704
+ * @deprecated PostgreSQL 14.11 is no longer supported by Amazon RDS.
1705
+ */
1688
1706
public static readonly VER_14_11 = PostgresEngineVersion . of ( '14.11' , '14' , { s3Import : true , s3Export : true } ) ;
1689
1707
/** Version "14.12". */
1690
1708
public static readonly VER_14_12 = PostgresEngineVersion . of ( '14.12' , '14' , { s3Import : true , s3Export : true } ) ;
@@ -1711,11 +1729,20 @@ export class PostgresEngineVersion {
1711
1729
* @deprecated PostgreSQL 15.3 is no longer supported by Amazon RDS.
1712
1730
*/
1713
1731
public static readonly VER_15_3 = PostgresEngineVersion . of ( '15.3' , '15' , { s3Import : true , s3Export : true } ) ;
1714
- /** Version "15.4". */
1732
+ /**
1733
+ * Version "15.4".
1734
+ * @deprecated PostgreSQL 15.4 is no longer supported by Amazon RDS.
1735
+ */
1715
1736
public static readonly VER_15_4 = PostgresEngineVersion . of ( '15.4' , '15' , { s3Import : true , s3Export : true } ) ;
1716
- /** Version "15.5". */
1737
+ /**
1738
+ * Version "15.5".
1739
+ * @deprecated PostgreSQL 15.5 is no longer supported by Amazon RDS
1740
+ */
1717
1741
public static readonly VER_15_5 = PostgresEngineVersion . of ( '15.5' , '15' , { s3Import : true , s3Export : true } ) ;
1718
- /** Version "15.6". */
1742
+ /**
1743
+ * Version "15.6".
1744
+ * @deprecated PostgreSQL 15.6 is no longer supported by Amazon RDS
1745
+ */
1719
1746
public static readonly VER_15_6 = PostgresEngineVersion . of ( '15.6' , '15' , { s3Import : true , s3Export : true } ) ;
1720
1747
/** Version "15.7". */
1721
1748
public static readonly VER_15_7 = PostgresEngineVersion . of ( '15.7' , '15' , { s3Import : true , s3Export : true } ) ;
@@ -1732,9 +1759,15 @@ export class PostgresEngineVersion {
1732
1759
1733
1760
/** Version "16" (only a major version, without a specific minor version). */
1734
1761
public static readonly VER_16 = PostgresEngineVersion . of ( '16' , '16' , { s3Import : true , s3Export : true } ) ;
1735
- /** Version "16.1". */
1762
+ /**
1763
+ * Version "16.1".
1764
+ * @deprecated PostgreSQL 16.1 is no longer supported by Amazon RDS
1765
+ */
1736
1766
public static readonly VER_16_1 = PostgresEngineVersion . of ( '16.1' , '16' , { s3Import : true , s3Export : true } ) ;
1737
- /** Version "16.2". */
1767
+ /**
1768
+ * Version "16.2".
1769
+ * @deprecated PostgreSQL 16.2 is no longer supported by Amazon RDS
1770
+ */
1738
1771
public static readonly VER_16_2 = PostgresEngineVersion . of ( '16.2' , '16' , { s3Import : true , s3Export : true } ) ;
1739
1772
/** Version "16.3". */
1740
1773
public static readonly VER_16_3 = PostgresEngineVersion . of ( '16.3' , '16' , { s3Import : true , s3Export : true } ) ;
0 commit comments