@@ -1133,11 +1133,20 @@ export class AuroraPostgresEngineVersion {
11331133 * @deprecated Version 13.10 is no longer supported by Amazon RDS.
11341134 */
11351135 public static readonly VER_13_10 = AuroraPostgresEngineVersion . of ( '13.10' , '13' , { s3Import : true , s3Export : true } ) ;
1136- /** Version "13.11". */
1136+ /**
1137+ * Version "13.11"
1138+ * @deprecated Version 13.11 is no longer supported by Amazon RDS.
1139+ */
11371140 public static readonly VER_13_11 = AuroraPostgresEngineVersion . of ( '13.11' , '13' , { s3Import : true , s3Export : true } ) ;
1138- /** Version "13.12". */
1141+ /**
1142+ * Version "13.12"
1143+ * @deprecated Version 13.12 is no longer supported by Amazon RDS.
1144+ */
11391145 public static readonly VER_13_12 = AuroraPostgresEngineVersion . of ( '13.12' , '13' , { s3Import : true , s3Export : true } ) ;
1140- /** Version "13.13". */
1146+ /**
1147+ * Version "13.13"
1148+ * @deprecated Version 13.13 is no longer supported by Amazon RDS.
1149+ */
11411150 public static readonly VER_13_13 = AuroraPostgresEngineVersion . of ( '13.13' , '13' , { s3Import : true , s3Export : true } ) ;
11421151 /** Version "13.14". */
11431152 public static readonly VER_13_14 = AuroraPostgresEngineVersion . of ( '13.14' , '13' , { s3Import : true , s3Export : true } ) ;
@@ -1178,11 +1187,20 @@ export class AuroraPostgresEngineVersion {
11781187 * @deprecated Version 14.7 is no longer supported by Amazon RDS.
11791188 */
11801189 public static readonly VER_14_7 = AuroraPostgresEngineVersion . of ( '14.7' , '14' , { s3Import : true , s3Export : true } ) ;
1181- /** Version "14.8". */
1190+ /**
1191+ * Version "14.8"
1192+ * @deprecated Version 14.8 is no longer supported by Amazon RDS.
1193+ */
11821194 public static readonly VER_14_8 = AuroraPostgresEngineVersion . of ( '14.8' , '14' , { s3Import : true , s3Export : true } ) ;
1183- /** Version "14.9". */
1195+ /**
1196+ * Version "14.9"
1197+ * @deprecated Version 14.9 is no longer supported by Amazon RDS.
1198+ */
11841199 public static readonly VER_14_9 = AuroraPostgresEngineVersion . of ( '14.9' , '14' , { s3Import : true , s3Export : true } ) ;
1185- /** Version "14.10". */
1200+ /**
1201+ * Version "14.10"
1202+ * @deprecated Version 14.10 is no longer supported by Amazon RDS.
1203+ */
11861204 public static readonly VER_14_10 = AuroraPostgresEngineVersion . of ( '14.10' , '14' , { s3Import : true , s3Export : true } ) ;
11871205 /** Version "14.11". */
11881206 public static readonly VER_14_11 = AuroraPostgresEngineVersion . of ( '14.11' , '14' , { s3Import : true , s3Export : true } ) ;
@@ -1206,11 +1224,20 @@ export class AuroraPostgresEngineVersion {
12061224 * @deprecated Version 15.2 is no longer supported by Amazon RDS.
12071225 */
12081226 public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
1209- /** Version "15.3". */
1227+ /**
1228+ * Version "15.3"
1229+ * @deprecated Version 15.3 is no longer supported by Amazon RDS.
1230+ */
12101231 public static readonly VER_15_3 = AuroraPostgresEngineVersion . of ( '15.3' , '15' , { s3Import : true , s3Export : true } ) ;
1211- /** Version "15.4". */
1232+ /**
1233+ * Version "15.4"
1234+ * @deprecated Version 15.4 is no longer supported by Amazon RDS.
1235+ */
12121236 public static readonly VER_15_4 = AuroraPostgresEngineVersion . of ( '15.4' , '15' , { s3Import : true , s3Export : true } ) ;
1213- /** Version "15.5". */
1237+ /**
1238+ * Version "15.5"
1239+ * @deprecated Version 15.5 is no longer supported by Amazon RDS.
1240+ */
12141241 public static readonly VER_15_5 = AuroraPostgresEngineVersion . of ( '15.5' , '15' , { s3Import : true , s3Export : true } ) ;
12151242 /** Version "15.6". */
12161243 public static readonly VER_15_6 = AuroraPostgresEngineVersion . of ( '15.6' , '15' , { s3Import : true , s3Export : true } ) ;
0 commit comments