@@ -1030,6 +1030,8 @@ export class AuroraPostgresEngineVersion {
1030
1030
public static readonly VER_13_17 = AuroraPostgresEngineVersion . of ( '13.17' , '13' , { s3Import : true , s3Export : true } ) ;
1031
1031
/** Version "13.18". */
1032
1032
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 } ) ;
1033
1035
/** Version "14.3". */
1034
1036
public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
1035
1037
/** Version "14.4". */
@@ -1056,6 +1058,8 @@ export class AuroraPostgresEngineVersion {
1056
1058
public static readonly VER_14_14 = AuroraPostgresEngineVersion . of ( '14.14' , '14' , { s3Import : true , s3Export : true } ) ;
1057
1059
/** Version "14.15". */
1058
1060
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 } ) ;
1059
1063
/** Version "15.2". */
1060
1064
public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
1061
1065
/** Version "15.3". */
@@ -1074,6 +1078,8 @@ export class AuroraPostgresEngineVersion {
1074
1078
public static readonly VER_15_9 = AuroraPostgresEngineVersion . of ( '15.9' , '15' , { s3Import : true , s3Export : true } ) ;
1075
1079
/** Version "15.10". */
1076
1080
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 } ) ;
1077
1083
/**
1078
1084
* Version "16.0"
1079
1085
* @deprecated Version 16.0 is no longer supported by Amazon RDS.
@@ -1095,6 +1101,8 @@ export class AuroraPostgresEngineVersion {
1095
1101
public static readonly VER_16_6 = AuroraPostgresEngineVersion . of ( '16.6' , '16' , { s3Import : true , s3Export : true } ) ;
1096
1102
/** Version "16.6 limitless" */
1097
1103
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 } ) ;
1098
1106
/** Version "17.1". */
1099
1107
public static readonly VER_17_1 = AuroraPostgresEngineVersion . of ( '17.1' , '17' , { s3Import : true , s3Export : true } ) ;
1100
1108
/** Version "17.2". */
0 commit comments