@@ -1024,6 +1024,8 @@ export class AuroraPostgresEngineVersion {
1024
1024
public static readonly VER_13_16 = AuroraPostgresEngineVersion . of ( '13.16' , '13' , { s3Import : true , s3Export : true } ) ;
1025
1025
/** Version "13.17". */
1026
1026
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 } ) ;
1027
1029
/** Version "13.18". */
1028
1030
public static readonly VER_13_18 = AuroraPostgresEngineVersion . of ( '13.18' , '13' , { s3Import : true , s3Export : true } ) ;
1029
1031
/** Version "14.3". */
@@ -1052,6 +1054,8 @@ export class AuroraPostgresEngineVersion {
1052
1054
public static readonly VER_14_14 = AuroraPostgresEngineVersion . of ( '14.14' , '14' , { s3Import : true , s3Export : true } ) ;
1053
1055
/** Version "14.15". */
1054
1056
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 } ) ;
1055
1059
/** Version "15.2". */
1056
1060
public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
1057
1061
/** Version "15.3". */
@@ -1070,6 +1074,8 @@ export class AuroraPostgresEngineVersion {
1070
1074
public static readonly VER_15_9 = AuroraPostgresEngineVersion . of ( '15.9' , '15' , { s3Import : true , s3Export : true } ) ;
1071
1075
/** Version "15.10". */
1072
1076
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 } ) ;
1073
1079
/**
1074
1080
* Version "16.0"
1075
1081
* @deprecated Version 16.0 is no longer supported by Amazon RDS.
@@ -1091,6 +1097,8 @@ export class AuroraPostgresEngineVersion {
1091
1097
public static readonly VER_16_6 = AuroraPostgresEngineVersion . of ( '16.6' , '16' , { s3Import : true , s3Export : true } ) ;
1092
1098
/** Version "16.6 limitless" */
1093
1099
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 } ) ;
1094
1102
/** Version "17.1". */
1095
1103
public static readonly VER_17_1 = AuroraPostgresEngineVersion . of ( '17.1' , '17' , { s3Import : true , s3Export : true } ) ;
1096
1104
/** Version "17.2". */
0 commit comments