@@ -973,6 +973,10 @@ export class AuroraPostgresEngineVersion {
973
973
public static readonly VER_12_19 = AuroraPostgresEngineVersion . of ( '12.19' , '12' , { s3Import : true , s3Export : true } ) ;
974
974
/** Version "12.20". */
975
975
public static readonly VER_12_20 = AuroraPostgresEngineVersion . of ( '12.20' , '12' , { s3Import : true , s3Export : true } ) ;
976
+ /** Version "12.21". */
977
+ public static readonly VER_12_21 = AuroraPostgresEngineVersion . of ( '12.21' , '12' , { s3Import : true , s3Export : true } ) ;
978
+ /** Version "12.22". */
979
+ public static readonly VER_12_22 = AuroraPostgresEngineVersion . of ( '12.22' , '12' , { s3Import : true , s3Export : true } ) ;
976
980
/**
977
981
* Version "13.3".
978
982
* @deprecated Version 13.3 is no longer supported by Amazon RDS.
@@ -1013,6 +1017,10 @@ export class AuroraPostgresEngineVersion {
1013
1017
public static readonly VER_13_15 = AuroraPostgresEngineVersion . of ( '13.15' , '13' , { s3Import : true , s3Export : true } ) ;
1014
1018
/** Version "13.16". */
1015
1019
public static readonly VER_13_16 = AuroraPostgresEngineVersion . of ( '13.16' , '13' , { s3Import : true , s3Export : true } ) ;
1020
+ /** Version "13.17". */
1021
+ public static readonly VER_13_17 = AuroraPostgresEngineVersion . of ( '13.17' , '13' , { s3Import : true , s3Export : true } ) ;
1022
+ /** Version "13.18". */
1023
+ public static readonly VER_13_18 = AuroraPostgresEngineVersion . of ( '13.18' , '13' , { s3Import : true , s3Export : true } ) ;
1016
1024
/** Version "14.3". */
1017
1025
public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
1018
1026
/** Version "14.4". */
@@ -1035,6 +1043,10 @@ export class AuroraPostgresEngineVersion {
1035
1043
public static readonly VER_14_12 = AuroraPostgresEngineVersion . of ( '14.12' , '14' , { s3Import : true , s3Export : true } ) ;
1036
1044
/** Version "14.13". */
1037
1045
public static readonly VER_14_13 = AuroraPostgresEngineVersion . of ( '14.13' , '14' , { s3Import : true , s3Export : true } ) ;
1046
+ /** Version "14.14". */
1047
+ public static readonly VER_14_14 = AuroraPostgresEngineVersion . of ( '14.14' , '14' , { s3Import : true , s3Export : true } ) ;
1048
+ /** Version "14.15". */
1049
+ public static readonly VER_14_15 = AuroraPostgresEngineVersion . of ( '14.15' , '14' , { s3Import : true , s3Export : true } ) ;
1038
1050
/** Version "15.2". */
1039
1051
public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
1040
1052
/** Version "15.3". */
@@ -1049,6 +1061,10 @@ export class AuroraPostgresEngineVersion {
1049
1061
public static readonly VER_15_7 = AuroraPostgresEngineVersion . of ( '15.7' , '15' , { s3Import : true , s3Export : true } ) ;
1050
1062
/** Version "15.8". */
1051
1063
public static readonly VER_15_8 = AuroraPostgresEngineVersion . of ( '15.8' , '15' , { s3Import : true , s3Export : true } ) ;
1064
+ /** Version "15.9". */
1065
+ public static readonly VER_15_9 = AuroraPostgresEngineVersion . of ( '15.9' , '15' , { s3Import : true , s3Export : true } ) ;
1066
+ /** Version "15.10". */
1067
+ public static readonly VER_15_10 = AuroraPostgresEngineVersion . of ( '15.10' , '15' , { s3Import : true , s3Export : true } ) ;
1052
1068
/**
1053
1069
* Version "16.0"
1054
1070
* @deprecated Version 16.0 is no longer supported by Amazon RDS.
@@ -1062,6 +1078,14 @@ export class AuroraPostgresEngineVersion {
1062
1078
public static readonly VER_16_3 = AuroraPostgresEngineVersion . of ( '16.3' , '16' , { s3Import : true , s3Export : true } ) ;
1063
1079
/** Version "16.4". */
1064
1080
public static readonly VER_16_4 = AuroraPostgresEngineVersion . of ( '16.4' , '16' , { s3Import : true , s3Export : true } ) ;
1081
+ /** Version "16.5". */
1082
+ public static readonly VER_16_5 = AuroraPostgresEngineVersion . of ( '16.5' , '16' , { s3Import : true , s3Export : true } ) ;
1083
+ /** Version "16.6". */
1084
+ public static readonly VER_16_6 = AuroraPostgresEngineVersion . of ( '16.6' , '16' , { s3Import : true , s3Export : true } ) ;
1085
+ /** Version "17.1". */
1086
+ public static readonly VER_17_1 = AuroraPostgresEngineVersion . of ( '17.1' , '17' , { s3Import : true , s3Export : true } ) ;
1087
+ /** Version "17.2". */
1088
+ public static readonly VER_17_2 = AuroraPostgresEngineVersion . of ( '17.2' , '17' , { s3Import : true , s3Export : true } ) ;
1065
1089
1066
1090
/**
1067
1091
* Create a new AuroraPostgresEngineVersion with an arbitrary version.
0 commit comments