@@ -962,6 +962,8 @@ export class AuroraPostgresEngineVersion {
962
962
public static readonly VER_12_18 = AuroraPostgresEngineVersion . of ( '12.18' , '12' , { s3Import : true , s3Export : true } ) ;
963
963
/** Version "12.19". */
964
964
public static readonly VER_12_19 = AuroraPostgresEngineVersion . of ( '12.19' , '12' , { s3Import : true , s3Export : true } ) ;
965
+ /** Version "12.20". */
966
+ public static readonly VER_12_20 = AuroraPostgresEngineVersion . of ( '12.20' , '12' , { s3Import : true , s3Export : true } ) ;
965
967
/**
966
968
* Version "13.3".
967
969
* @deprecated Version 13.3 is no longer supported by Amazon RDS.
@@ -1000,6 +1002,8 @@ export class AuroraPostgresEngineVersion {
1000
1002
public static readonly VER_13_14 = AuroraPostgresEngineVersion . of ( '13.14' , '13' , { s3Import : true , s3Export : true } ) ;
1001
1003
/** Version "13.15". */
1002
1004
public static readonly VER_13_15 = AuroraPostgresEngineVersion . of ( '13.15' , '13' , { s3Import : true , s3Export : true } ) ;
1005
+ /** Version "13.16". */
1006
+ public static readonly VER_13_16 = AuroraPostgresEngineVersion . of ( '13.16' , '13' , { s3Import : true , s3Export : true } ) ;
1003
1007
/** Version "14.3". */
1004
1008
public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
1005
1009
/** Version "14.4". */
@@ -1020,6 +1024,8 @@ export class AuroraPostgresEngineVersion {
1020
1024
public static readonly VER_14_11 = AuroraPostgresEngineVersion . of ( '14.11' , '14' , { s3Import : true , s3Export : true } ) ;
1021
1025
/** Version "14.12". */
1022
1026
public static readonly VER_14_12 = AuroraPostgresEngineVersion . of ( '14.12' , '14' , { s3Import : true , s3Export : true } ) ;
1027
+ /** Version "14.13". */
1028
+ public static readonly VER_14_13 = AuroraPostgresEngineVersion . of ( '14.13' , '14' , { s3Import : true , s3Export : true } ) ;
1023
1029
/** Version "15.2". */
1024
1030
public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
1025
1031
/** Version "15.3". */
@@ -1032,6 +1038,8 @@ export class AuroraPostgresEngineVersion {
1032
1038
public static readonly VER_15_6 = AuroraPostgresEngineVersion . of ( '15.6' , '15' , { s3Import : true , s3Export : true } ) ;
1033
1039
/** Version "15.7". */
1034
1040
public static readonly VER_15_7 = AuroraPostgresEngineVersion . of ( '15.7' , '15' , { s3Import : true , s3Export : true } ) ;
1041
+ /** Version "15.8". */
1042
+ public static readonly VER_15_8 = AuroraPostgresEngineVersion . of ( '15.8' , '15' , { s3Import : true , s3Export : true } ) ;
1035
1043
/**
1036
1044
* Version "16.0"
1037
1045
* @deprecated Version 16.0 is no longer supported by Amazon RDS.
@@ -1043,6 +1051,8 @@ export class AuroraPostgresEngineVersion {
1043
1051
public static readonly VER_16_2 = AuroraPostgresEngineVersion . of ( '16.2' , '16' , { s3Import : true , s3Export : true } ) ;
1044
1052
/** Version "16.3". */
1045
1053
public static readonly VER_16_3 = AuroraPostgresEngineVersion . of ( '16.3' , '16' , { s3Import : true , s3Export : true } ) ;
1054
+ /** Version "16.4". */
1055
+ public static readonly VER_16_4 = AuroraPostgresEngineVersion . of ( '16.4' , '16' , { s3Import : true , s3Export : true } ) ;
1046
1056
1047
1057
/**
1048
1058
* Create a new AuroraPostgresEngineVersion with an arbitrary version.
0 commit comments