@@ -1030,6 +1030,8 @@ export class AuroraPostgresEngineVersion {
10301030 public static readonly VER_13_17 = AuroraPostgresEngineVersion . of ( '13.17' , '13' , { s3Import : true , s3Export : true } ) ;
10311031 /** Version "13.18". */
10321032 public static readonly VER_13_18 = AuroraPostgresEngineVersion . of ( '13.18' , '13' , { s3Import : true , s3Export : true } ) ;
1033+ /** Version "13.20". */
1034+ public static readonly VER_13_20 = AuroraPostgresEngineVersion . of ( '13.20' , '13' , { s3Import : true , s3Export : true } ) ;
10331035 /** Version "14.3". */
10341036 public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
10351037 /** Version "14.4". */
@@ -1056,6 +1058,8 @@ export class AuroraPostgresEngineVersion {
10561058 public static readonly VER_14_14 = AuroraPostgresEngineVersion . of ( '14.14' , '14' , { s3Import : true , s3Export : true } ) ;
10571059 /** Version "14.15". */
10581060 public static readonly VER_14_15 = AuroraPostgresEngineVersion . of ( '14.15' , '14' , { s3Import : true , s3Export : true } ) ;
1061+ /** Version "14.17". */
1062+ public static readonly VER_14_17 = AuroraPostgresEngineVersion . of ( '14.17' , '14' , { s3Import : true , s3Export : true } ) ;
10591063 /** Version "15.2". */
10601064 public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
10611065 /** Version "15.3". */
@@ -1074,6 +1078,8 @@ export class AuroraPostgresEngineVersion {
10741078 public static readonly VER_15_9 = AuroraPostgresEngineVersion . of ( '15.9' , '15' , { s3Import : true , s3Export : true } ) ;
10751079 /** Version "15.10". */
10761080 public static readonly VER_15_10 = AuroraPostgresEngineVersion . of ( '15.10' , '15' , { s3Import : true , s3Export : true } ) ;
1081+ /** Version "15.12". */
1082+ public static readonly VER_15_12 = AuroraPostgresEngineVersion . of ( '15.12' , '15' , { s3Import : true , s3Export : true } ) ;
10771083 /**
10781084 * Version "16.0"
10791085 * @deprecated Version 16.0 is no longer supported by Amazon RDS.
@@ -1095,6 +1101,8 @@ export class AuroraPostgresEngineVersion {
10951101 public static readonly VER_16_6 = AuroraPostgresEngineVersion . of ( '16.6' , '16' , { s3Import : true , s3Export : true } ) ;
10961102 /** Version "16.6 limitless" */
10971103 public static readonly VER_16_6_LIMITLESS = AuroraPostgresEngineVersion . of ( '16.6-limitless' , '16' , { s3Import : true , s3Export : true } ) ;
1104+ /** Version "16.8". */
1105+ public static readonly VER_16_8 = AuroraPostgresEngineVersion . of ( '16.8' , '16' , { s3Import : true , s3Export : true } ) ;
10981106 /** Version "17.1". */
10991107 public static readonly VER_17_1 = AuroraPostgresEngineVersion . of ( '17.1' , '17' , { s3Import : true , s3Export : true } ) ;
11001108 /** Version "17.2". */
0 commit comments