@@ -1024,6 +1024,8 @@ export class AuroraPostgresEngineVersion {
10241024 public static readonly VER_13_16 = AuroraPostgresEngineVersion . of ( '13.16' , '13' , { s3Import : true , s3Export : true } ) ;
10251025 /** Version "13.17". */
10261026 public static readonly VER_13_17 = AuroraPostgresEngineVersion . of ( '13.17' , '13' , { s3Import : true , s3Export : true } ) ;
1027+ /** Version "13.20". */
1028+ public static readonly VER_13_20 = AuroraPostgresEngineVersion . of ( '13.20' , '13' , { s3Import : true , s3Export : true } ) ;
10271029 /** Version "13.18". */
10281030 public static readonly VER_13_18 = AuroraPostgresEngineVersion . of ( '13.18' , '13' , { s3Import : true , s3Export : true } ) ;
10291031 /** Version "14.3". */
@@ -1052,6 +1054,8 @@ export class AuroraPostgresEngineVersion {
10521054 public static readonly VER_14_14 = AuroraPostgresEngineVersion . of ( '14.14' , '14' , { s3Import : true , s3Export : true } ) ;
10531055 /** Version "14.15". */
10541056 public static readonly VER_14_15 = AuroraPostgresEngineVersion . of ( '14.15' , '14' , { s3Import : true , s3Export : true } ) ;
1057+ /** Version "14.17". */
1058+ public static readonly VER_14_17 = AuroraPostgresEngineVersion . of ( '14.17' , '14' , { s3Import : true , s3Export : true } ) ;
10551059 /** Version "15.2". */
10561060 public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
10571061 /** Version "15.3". */
@@ -1070,6 +1074,8 @@ export class AuroraPostgresEngineVersion {
10701074 public static readonly VER_15_9 = AuroraPostgresEngineVersion . of ( '15.9' , '15' , { s3Import : true , s3Export : true } ) ;
10711075 /** Version "15.10". */
10721076 public static readonly VER_15_10 = AuroraPostgresEngineVersion . of ( '15.10' , '15' , { s3Import : true , s3Export : true } ) ;
1077+ /** Version "15.12". */
1078+ public static readonly VER_15_12 = AuroraPostgresEngineVersion . of ( '15.12' , '15' , { s3Import : true , s3Export : true } ) ;
10731079 /**
10741080 * Version "16.0"
10751081 * @deprecated Version 16.0 is no longer supported by Amazon RDS.
@@ -1091,6 +1097,8 @@ export class AuroraPostgresEngineVersion {
10911097 public static readonly VER_16_6 = AuroraPostgresEngineVersion . of ( '16.6' , '16' , { s3Import : true , s3Export : true } ) ;
10921098 /** Version "16.6 limitless" */
10931099 public static readonly VER_16_6_LIMITLESS = AuroraPostgresEngineVersion . of ( '16.6-limitless' , '16' , { s3Import : true , s3Export : true } ) ;
1100+ /** Version "16.8". */
1101+ public static readonly VER_16_8 = AuroraPostgresEngineVersion . of ( '16.8' , '16' , { s3Import : true , s3Export : true } ) ;
10941102 /** Version "17.1". */
10951103 public static readonly VER_17_1 = AuroraPostgresEngineVersion . of ( '17.1' , '17' , { s3Import : true , s3Export : true } ) ;
10961104 /** Version "17.2". */
0 commit comments