@@ -561,6 +561,8 @@ export class AuroraMysqlEngineVersion {
561
561
public static readonly VER_2_12_2 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.12.2' ) ;
562
562
/** Version "5.7.mysql_aurora.2.12.3". */
563
563
public static readonly VER_2_12_3 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.12.3' ) ;
564
+ /** Version "5.7.mysql_aurora.2.12.4". */
565
+ public static readonly VER_2_12_4 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.12.4' ) ;
564
566
/**
565
567
* Version "8.0.mysql_aurora.3.01.0"
566
568
* @deprecated Aurora MySQL 8.0.mysql_aurora.3.01.0 is no longer supported by Amazon RDS.
@@ -643,6 +645,8 @@ export class AuroraMysqlEngineVersion {
643
645
public static readonly VER_3_08_0 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.08.0' ) ;
644
646
/** Version "8.0.mysql_aurora.3.08.1". */
645
647
public static readonly VER_3_08_1 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.08.1' ) ;
648
+ /** Version "8.0.mysql_aurora.3.08.2". */
649
+ public static readonly VER_3_08_2 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.08.2' ) ;
646
650
647
651
/**
648
652
* Create a new AuroraMysqlEngineVersion with an arbitrary version.
@@ -1026,6 +1030,8 @@ export class AuroraPostgresEngineVersion {
1026
1030
public static readonly VER_13_17 = AuroraPostgresEngineVersion . of ( '13.17' , '13' , { s3Import : true , s3Export : true } ) ;
1027
1031
/** Version "13.18". */
1028
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 } ) ;
1029
1035
/** Version "14.3". */
1030
1036
public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
1031
1037
/** Version "14.4". */
@@ -1052,6 +1058,8 @@ export class AuroraPostgresEngineVersion {
1052
1058
public static readonly VER_14_14 = AuroraPostgresEngineVersion . of ( '14.14' , '14' , { s3Import : true , s3Export : true } ) ;
1053
1059
/** Version "14.15". */
1054
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 } ) ;
1055
1063
/** Version "15.2". */
1056
1064
public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
1057
1065
/** Version "15.3". */
@@ -1070,6 +1078,8 @@ export class AuroraPostgresEngineVersion {
1070
1078
public static readonly VER_15_9 = AuroraPostgresEngineVersion . of ( '15.9' , '15' , { s3Import : true , s3Export : true } ) ;
1071
1079
/** Version "15.10". */
1072
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 } ) ;
1073
1083
/**
1074
1084
* Version "16.0"
1075
1085
* @deprecated Version 16.0 is no longer supported by Amazon RDS.
@@ -1091,6 +1101,8 @@ export class AuroraPostgresEngineVersion {
1091
1101
public static readonly VER_16_6 = AuroraPostgresEngineVersion . of ( '16.6' , '16' , { s3Import : true , s3Export : true } ) ;
1092
1102
/** Version "16.6 limitless" */
1093
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 } ) ;
1094
1106
/** Version "17.1". */
1095
1107
public static readonly VER_17_1 = AuroraPostgresEngineVersion . of ( '17.1' , '17' , { s3Import : true , s3Export : true } ) ;
1096
1108
/** Version "17.2". */
0 commit comments