@@ -910,6 +910,8 @@ export class AuroraPostgresEngineVersion {
910
910
public static readonly VER_12_16 = AuroraPostgresEngineVersion . of ( '12.16' , '12' , { s3Import : true , s3Export : true } ) ;
911
911
/** Version "12.17". */
912
912
public static readonly VER_12_17 = AuroraPostgresEngineVersion . of ( '12.17' , '12' , { s3Import : true , s3Export : true } ) ;
913
+ /** Version "12.18". */
914
+ public static readonly VER_12_18 = AuroraPostgresEngineVersion . of ( '12.18' , '12' , { s3Import : true , s3Export : true } ) ;
913
915
/**
914
916
* Version "13.3".
915
917
* @deprecated Version 13.3 is no longer supported by Amazon RDS.
@@ -944,6 +946,8 @@ export class AuroraPostgresEngineVersion {
944
946
public static readonly VER_13_12 = AuroraPostgresEngineVersion . of ( '13.12' , '13' , { s3Import : true , s3Export : true } ) ;
945
947
/** Version "13.13". */
946
948
public static readonly VER_13_13 = AuroraPostgresEngineVersion . of ( '13.13' , '13' , { s3Import : true , s3Export : true } ) ;
949
+ /** Version "13.14". */
950
+ public static readonly VER_13_14 = AuroraPostgresEngineVersion . of ( '13.14' , '13' , { s3Import : true , s3Export : true } ) ;
947
951
/** Version "14.3". */
948
952
public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
949
953
/** Version "14.4". */
@@ -960,6 +964,8 @@ export class AuroraPostgresEngineVersion {
960
964
public static readonly VER_14_9 = AuroraPostgresEngineVersion . of ( '14.9' , '14' , { s3Import : true , s3Export : true } ) ;
961
965
/** Version "14.10". */
962
966
public static readonly VER_14_10 = AuroraPostgresEngineVersion . of ( '14.10' , '14' , { s3Import : true , s3Export : true } ) ;
967
+ /** Version "14.11". */
968
+ public static readonly VER_14_11 = AuroraPostgresEngineVersion . of ( '14.11' , '14' , { s3Import : true , s3Export : true } ) ;
963
969
/** Version "15.2". */
964
970
public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
965
971
/** Version "15.3". */
0 commit comments