@@ -962,27 +962,60 @@ export class AuroraPostgresEngineVersion {
962962 * @deprecated Version 12.10 is no longer supported by Amazon RDS.
963963 */
964964 public static readonly VER_12_10 = AuroraPostgresEngineVersion . of ( '12.10' , '12' , { s3Import : true , s3Export : true } ) ;
965- /** Version "12.11". */
965+ /**
966+ * Version "12.11".
967+ * @deprecated Version 12.11 is no longer supported by Amazon RDS.
968+ */
966969 public static readonly VER_12_11 = AuroraPostgresEngineVersion . of ( '12.11' , '12' , { s3Import : true , s3Export : true } ) ;
967- /** Version "12.12". */
970+ /**
971+ * Version "12.12".
972+ * @deprecated Version 12.12 is no longer supported by Amazon RDS.
973+ */
968974 public static readonly VER_12_12 = AuroraPostgresEngineVersion . of ( '12.12' , '12' , { s3Import : true , s3Export : true } ) ;
969- /** Version "12.13". */
975+ /**
976+ * Version "12.13".
977+ * @deprecated Version 12.13 is no longer supported by Amazon RDS.
978+ */
970979 public static readonly VER_12_13 = AuroraPostgresEngineVersion . of ( '12.13' , '12' , { s3Import : true , s3Export : true } ) ;
971- /** Version "12.14". */
980+ /**
981+ * Version "12.14".
982+ * @deprecated Version 12.14 is no longer supported by Amazon RDS.
983+ */
972984 public static readonly VER_12_14 = AuroraPostgresEngineVersion . of ( '12.14' , '12' , { s3Import : true , s3Export : true } ) ;
973- /** Version "12.15". */
985+ /**
986+ * Version "12.15".
987+ * @deprecated Version 12.15 is no longer supported by Amazon RDS.
988+ */
974989 public static readonly VER_12_15 = AuroraPostgresEngineVersion . of ( '12.15' , '12' , { s3Import : true , s3Export : true } ) ;
975- /** Version "12.16". */
990+ /**
991+ * Version "12.16".
992+ * @deprecated Version 12.16 is no longer supported by Amazon RDS.
993+ */
976994 public static readonly VER_12_16 = AuroraPostgresEngineVersion . of ( '12.16' , '12' , { s3Import : true , s3Export : true } ) ;
977- /** Version "12.17". */
995+ /**
996+ * Version "12.17".
997+ * @deprecated Version 12.17 is no longer supported by Amazon RDS.
998+ */
978999 public static readonly VER_12_17 = AuroraPostgresEngineVersion . of ( '12.17' , '12' , { s3Import : true , s3Export : true } ) ;
979- /** Version "12.18". */
1000+ /**
1001+ * Version "12.18".
1002+ * @deprecated Version 12.18 is no longer supported by Amazon RDS.
1003+ */
9801004 public static readonly VER_12_18 = AuroraPostgresEngineVersion . of ( '12.18' , '12' , { s3Import : true , s3Export : true } ) ;
981- /** Version "12.19". */
1005+ /**
1006+ * Version "12.19".
1007+ * @deprecated Version 12.19 is no longer supported by Amazon RDS.
1008+ */
9821009 public static readonly VER_12_19 = AuroraPostgresEngineVersion . of ( '12.19' , '12' , { s3Import : true , s3Export : true } ) ;
983- /** Version "12.20". */
1010+ /**
1011+ * Version "12.20".
1012+ * @deprecated Version 12.20 is no longer supported by Amazon RDS.
1013+ */
9841014 public static readonly VER_12_20 = AuroraPostgresEngineVersion . of ( '12.20' , '12' , { s3Import : true , s3Export : true } ) ;
985- /** Version "12.21". */
1015+ /**
1016+ * Version "12.21".
1017+ * @deprecated Version 12.21 is no longer supported by Amazon RDS.
1018+ */
9861019 public static readonly VER_12_21 = AuroraPostgresEngineVersion . of ( '12.21' , '12' , { s3Import : true , s3Export : true } ) ;
9871020 /** Version "12.22". */
9881021 public static readonly VER_12_22 = AuroraPostgresEngineVersion . of ( '12.22' , '12' , { s3Import : true , s3Export : true } ) ;
@@ -1006,13 +1039,22 @@ export class AuroraPostgresEngineVersion {
10061039 * @deprecated Version 13.6 is no longer supported by Amazon RDS.
10071040 */
10081041 public static readonly VER_13_6 = AuroraPostgresEngineVersion . of ( '13.6' , '13' , { s3Import : true , s3Export : true } ) ;
1009- /** Version "13.7". */
1042+ /**
1043+ * Version "13.7".
1044+ * @deprecated Version 13.7 is no longer supported by Amazon RDS.
1045+ */
10101046 public static readonly VER_13_7 = AuroraPostgresEngineVersion . of ( '13.7' , '13' , { s3Import : true , s3Export : true } ) ;
1011- /** Version "13.8". */
1047+ /**
1048+ * Version "13.8".
1049+ * @deprecated Version 13.8 is no longer supported by Amazon RDS.
1050+ */
10121051 public static readonly VER_13_8 = AuroraPostgresEngineVersion . of ( '13.8' , '13' , { s3Import : true , s3Export : true } ) ;
10131052 /** Version "13.9". */
10141053 public static readonly VER_13_9 = AuroraPostgresEngineVersion . of ( '13.9' , '13' , { s3Import : true , s3Export : true } ) ;
1015- /** Version "13.10". */
1054+ /**
1055+ * Version "13.10".
1056+ * @deprecated Version 13.10 is no longer supported by Amazon RDS.
1057+ */
10161058 public static readonly VER_13_10 = AuroraPostgresEngineVersion . of ( '13.10' , '13' , { s3Import : true , s3Export : true } ) ;
10171059 /** Version "13.11". */
10181060 public static readonly VER_13_11 = AuroraPostgresEngineVersion . of ( '13.11' , '13' , { s3Import : true , s3Export : true } ) ;
@@ -1026,21 +1068,36 @@ export class AuroraPostgresEngineVersion {
10261068 public static readonly VER_13_15 = AuroraPostgresEngineVersion . of ( '13.15' , '13' , { s3Import : true , s3Export : true } ) ;
10271069 /** Version "13.16". */
10281070 public static readonly VER_13_16 = AuroraPostgresEngineVersion . of ( '13.16' , '13' , { s3Import : true , s3Export : true } ) ;
1029- /** Version "13.17". */
1071+ /**
1072+ * Version "13.17".
1073+ * @deprecated Version 13.17 is no longer supported by Amazon RDS.
1074+ */
10301075 public static readonly VER_13_17 = AuroraPostgresEngineVersion . of ( '13.17' , '13' , { s3Import : true , s3Export : true } ) ;
10311076 /** Version "13.18". */
10321077 public static readonly VER_13_18 = AuroraPostgresEngineVersion . of ( '13.18' , '13' , { s3Import : true , s3Export : true } ) ;
10331078 /** Version "13.20". */
10341079 public static readonly VER_13_20 = AuroraPostgresEngineVersion . of ( '13.20' , '13' , { s3Import : true , s3Export : true } ) ;
1035- /** Version "14.3". */
1080+ /**
1081+ * Version "14.3".
1082+ * @deprecated Version 14.3 is no longer supported by Amazon RDS.
1083+ */
10361084 public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
1037- /** Version "14.4". */
1085+ /**
1086+ * Version "14.4".
1087+ * @deprecated Version 14.4 is no longer supported by Amazon RDS.
1088+ */
10381089 public static readonly VER_14_4 = AuroraPostgresEngineVersion . of ( '14.4' , '14' , { s3Import : true , s3Export : true } ) ;
1039- /** Version "14.5". */
1090+ /**
1091+ * Version "14.5".
1092+ * @deprecated Version 14.5 is no longer supported by Amazon RDS.
1093+ */
10401094 public static readonly VER_14_5 = AuroraPostgresEngineVersion . of ( '14.5' , '14' , { s3Import : true , s3Export : true } ) ;
10411095 /** Version "14.6". */
10421096 public static readonly VER_14_6 = AuroraPostgresEngineVersion . of ( '14.6' , '14' , { s3Import : true , s3Export : true } ) ;
1043- /** Version "14.7". */
1097+ /**
1098+ * Version "14.7".
1099+ * @deprecated Version 14.7 is no longer supported by Amazon RDS.
1100+ */
10441101 public static readonly VER_14_7 = AuroraPostgresEngineVersion . of ( '14.7' , '14' , { s3Import : true , s3Export : true } ) ;
10451102 /** Version "14.8". */
10461103 public static readonly VER_14_8 = AuroraPostgresEngineVersion . of ( '14.8' , '14' , { s3Import : true , s3Export : true } ) ;
@@ -1054,13 +1111,19 @@ export class AuroraPostgresEngineVersion {
10541111 public static readonly VER_14_12 = AuroraPostgresEngineVersion . of ( '14.12' , '14' , { s3Import : true , s3Export : true } ) ;
10551112 /** Version "14.13". */
10561113 public static readonly VER_14_13 = AuroraPostgresEngineVersion . of ( '14.13' , '14' , { s3Import : true , s3Export : true } ) ;
1057- /** Version "14.14". */
1114+ /**
1115+ * Version "14.14".
1116+ * @deprecated Version 14.14 is no longer supported by Amazon RDS.
1117+ */
10581118 public static readonly VER_14_14 = AuroraPostgresEngineVersion . of ( '14.14' , '14' , { s3Import : true , s3Export : true } ) ;
10591119 /** Version "14.15". */
10601120 public static readonly VER_14_15 = AuroraPostgresEngineVersion . of ( '14.15' , '14' , { s3Import : true , s3Export : true } ) ;
10611121 /** Version "14.17". */
10621122 public static readonly VER_14_17 = AuroraPostgresEngineVersion . of ( '14.17' , '14' , { s3Import : true , s3Export : true } ) ;
1063- /** Version "15.2". */
1123+ /**
1124+ * Version "15.2".
1125+ * @deprecated Version 15.2 is no longer supported by Amazon RDS.
1126+ */
10641127 public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
10651128 /** Version "15.3". */
10661129 public static readonly VER_15_3 = AuroraPostgresEngineVersion . of ( '15.3' , '15' , { s3Import : true , s3Export : true } ) ;
@@ -1074,7 +1137,10 @@ export class AuroraPostgresEngineVersion {
10741137 public static readonly VER_15_7 = AuroraPostgresEngineVersion . of ( '15.7' , '15' , { s3Import : true , s3Export : true } ) ;
10751138 /** Version "15.8". */
10761139 public static readonly VER_15_8 = AuroraPostgresEngineVersion . of ( '15.8' , '15' , { s3Import : true , s3Export : true } ) ;
1077- /** Version "15.9". */
1140+ /**
1141+ * Version "15.9".
1142+ * @deprecated Version 15.9 is no longer supported by Amazon RDS.
1143+ */
10781144 public static readonly VER_15_9 = AuroraPostgresEngineVersion . of ( '15.9' , '15' , { s3Import : true , s3Export : true } ) ;
10791145 /** Version "15.10". */
10801146 public static readonly VER_15_10 = AuroraPostgresEngineVersion . of ( '15.10' , '15' , { s3Import : true , s3Export : true } ) ;
0 commit comments