@@ -325,6 +325,11 @@ export class AuroraMysqlEngineVersion {
325
325
* @deprecated Version 5.7.12 is no longer supported by Amazon RDS.
326
326
*/
327
327
public static readonly VER_5_7_12 = AuroraMysqlEngineVersion . builtIn_5_7 ( '12' , false ) ;
328
+ /**
329
+ * Version "5.7.mysql_aurora.2.02.3"
330
+ * @deprecated Version 5.7.mysql_aurora.2.02.3 is no longer supported by Amazon RDS.
331
+ */
332
+ public static readonly VER_2_02_3 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.02.3' ) ;
328
333
/**
329
334
* Version "5.7.mysql_aurora.2.03.2".
330
335
* @deprecated Version 5.7.mysql_aurora.2.03.2 is no longer supported by Amazon RDS.
@@ -385,11 +390,21 @@ export class AuroraMysqlEngineVersion {
385
390
* @deprecated Version 5.7.mysql_aurora.2.04.8 is no longer supported by Amazon RDS.
386
391
*/
387
392
public static readonly VER_2_04_8 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.04.8' ) ;
393
+ /**
394
+ * Version "5.7.mysql_aurora.2.04.9"
395
+ * @deprecated Version 5.7.mysql_aurora.2.04.9 is no longer supported by Amazon RDS.
396
+ */
397
+ public static readonly VER_2_04_9 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.04.9' ) ;
388
398
/**
389
399
* Version "5.7.mysql_aurora.2.05.0".
390
400
* @deprecated Version 5.7.mysql_aurora.2.05.0 is no longer supported by Amazon RDS.
391
401
*/
392
402
public static readonly VER_2_05_0 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.05.0' ) ;
403
+ /**
404
+ * Version "5.7.mysql_aurora.2.05.1"
405
+ * @deprecated Version 5.7.mysql_aurora.2.05.1 is no longer supported by Amazon RDS.
406
+ */
407
+ public static readonly VER_2_05_1 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.05.1' ) ;
393
408
/**
394
409
* Version "5.7.mysql_aurora.2.06.0".
395
410
* @deprecated Version 5.7.mysql_aurora.2.06.0 is no longer supported by Amazon RDS.
@@ -510,8 +525,8 @@ export class AuroraMysqlEngineVersion {
510
525
*/
511
526
public static readonly VER_2_10_3 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.10.3' ) ;
512
527
/**
513
- * Version "5.7.mysql_aurora.2.11.0".
514
- * This version isn't available for new creations .
528
+ * Version "5.7.mysql_aurora.2.11.0"
529
+ * @deprecated Version 5.7.mysql_aurora.2.11.0 is no longer supported by Amazon RDS .
515
530
*/
516
531
public static readonly VER_2_11_0 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.11.0' ) ;
517
532
/** Version "5.7.mysql_aurora.2.11.1". */
@@ -524,6 +539,8 @@ export class AuroraMysqlEngineVersion {
524
539
public static readonly VER_2_11_4 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.11.4' ) ;
525
540
/** Version "5.7.mysql_aurora.2.12.0". */
526
541
public static readonly VER_2_12_0 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.12.0' ) ;
542
+ /** Version "5.7.mysql_aurora.2.12.1". */
543
+ public static readonly VER_2_12_1 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.12.1' ) ;
527
544
/** Version "8.0.mysql_aurora.3.01.0". */
528
545
public static readonly VER_3_01_0 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.01.0' ) ;
529
546
/** Version "8.0.mysql_aurora.3.01.1". */
@@ -540,16 +557,28 @@ export class AuroraMysqlEngineVersion {
540
557
public static readonly VER_3_03_0 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.03.0' ) ;
541
558
/** Version "8.0.mysql_aurora.3.03.1". */
542
559
public static readonly VER_3_03_1 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.03.1' ) ;
560
+ /** Version "8.0.mysql_aurora.3.03.2". */
561
+ public static readonly VER_3_03_2 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.03.2' ) ;
562
+ /** Version "8.0.mysql_aurora.3.03.3". */
563
+ public static readonly VER_3_03_3 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.03.3' ) ;
543
564
/** Version "8.0.mysql_aurora.3.04.0". */
544
565
public static readonly VER_3_04_0 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.04.0' ) ;
545
566
/** Version "8.0.mysql_aurora.3.04.1". */
546
567
public static readonly VER_3_04_1 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.04.1' ) ;
547
- /** Version "8.0.mysql_aurora.3.05.0". */
568
+ /**
569
+ * Version "8.0.mysql_aurora.3.05.0"
570
+ * @deprecated Aurora MySQL 8.0.mysql_aurora.3.05.0 is no longer supported by Amazon RDS.
571
+ */
548
572
public static readonly VER_3_05_0 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.05.0' ) ;
549
- /** Version "8.0.mysql_aurora.3.05.1". */
573
+ /**
574
+ * Version "8.0.mysql_aurora.3.05.1"
575
+ * @deprecated Aurora MySQL 8.0.mysql_aurora.3.05.1 is no longer supported by Amazon RDS.
576
+ */
550
577
public static readonly VER_3_05_1 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.05.1' ) ;
551
578
/** Version "8.0.mysql_aurora.3.05.2". */
552
579
public static readonly VER_3_05_2 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.05.2' ) ;
580
+ /** Version "8.0.mysql_aurora.3.06.0". */
581
+ public static readonly VER_3_06_0 = AuroraMysqlEngineVersion . builtIn_8_0 ( '3.06.0' ) ;
553
582
554
583
/**
555
584
* Create a new AuroraMysqlEngineVersion with an arbitrary version.
@@ -689,6 +718,11 @@ export class AuroraPostgresEngineVersion {
689
718
* @deprecated Version 9.6.19 is no longer supported by Amazon RDS.
690
719
*/
691
720
public static readonly VER_9_6_19 = AuroraPostgresEngineVersion . of ( '9.6.19' , '9.6' ) ;
721
+ /**
722
+ * Version "9.6.22"
723
+ * @deprecated Version 9.6.22 is no longer supported by Amazon RDS.
724
+ */
725
+ public static readonly VER_9_6_22 = AuroraPostgresEngineVersion . of ( '9.6.22' , '9.6' ) ;
692
726
/**
693
727
* Version "10.4".
694
728
* @deprecated Version 10.4 is no longer supported by Amazon RDS.
@@ -806,15 +840,30 @@ export class AuroraPostgresEngineVersion {
806
840
* @deprecated Version 11.15 is no longer supported by Amazon RDS.
807
841
*/
808
842
public static readonly VER_11_15 = AuroraPostgresEngineVersion . of ( '11.15' , '11' , { s3Import : true , s3Export : true } ) ;
809
- /** Version "11.16". */
843
+ /**
844
+ * Version "11.16"
845
+ * @deprecated Version 11.16 is no longer supported by Amazon RDS.
846
+ */
810
847
public static readonly VER_11_16 = AuroraPostgresEngineVersion . of ( '11.16' , '11' , { s3Import : true , s3Export : true } ) ;
811
- /** Version "11.17". */
848
+ /**
849
+ * Version "11.17"
850
+ * @deprecated Version 11.17 is no longer supported by Amazon RDS.
851
+ */
812
852
public static readonly VER_11_17 = AuroraPostgresEngineVersion . of ( '11.17' , '11' , { s3Import : true , s3Export : true } ) ;
813
- /** Version "11.18". */
853
+ /**
854
+ * Version "11.18"
855
+ * @deprecated Version 11.18 is no longer supported by Amazon RDS.
856
+ */
814
857
public static readonly VER_11_18 = AuroraPostgresEngineVersion . of ( '11.18' , '11' , { s3Import : true , s3Export : true } ) ;
815
- /** Version "11.19". */
858
+ /**
859
+ * Version "11.19"
860
+ * @deprecated Version 11.19 is no longer supported by Amazon RDS.
861
+ */
816
862
public static readonly VER_11_19 = AuroraPostgresEngineVersion . of ( '11.19' , '11' , { s3Import : true , s3Export : true } ) ;
817
- /** Version "11.20". */
863
+ /**
864
+ * Version "11.20"
865
+ * @deprecated Version 11.20 is no longer supported by Amazon RDS.
866
+ */
818
867
public static readonly VER_11_20 = AuroraPostgresEngineVersion . of ( '11.20' , '11' , { s3Import : true , s3Export : true } ) ;
819
868
/** Version "11.21". */
820
869
public static readonly VER_11_21 = AuroraPostgresEngineVersion . of ( '11.21' , '11' , { s3Import : true , s3Export : true } ) ;
@@ -895,10 +944,7 @@ export class AuroraPostgresEngineVersion {
895
944
public static readonly VER_13_13 = AuroraPostgresEngineVersion . of ( '13.13' , '13' , { s3Import : true , s3Export : true } ) ;
896
945
/** Version "14.3". */
897
946
public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
898
- /**
899
- * Version "14.4".
900
- * @deprecated Version 14.4 is no longer supported by Amazon RDS.
901
- */
947
+ /** Version "14.4". */
902
948
public static readonly VER_14_4 = AuroraPostgresEngineVersion . of ( '14.4' , '14' , { s3Import : true , s3Export : true } ) ;
903
949
/** Version "14.5". */
904
950
public static readonly VER_14_5 = AuroraPostgresEngineVersion . of ( '14.5' , '14' , { s3Import : true , s3Export : true } ) ;
@@ -920,7 +966,10 @@ export class AuroraPostgresEngineVersion {
920
966
public static readonly VER_15_4 = AuroraPostgresEngineVersion . of ( '15.4' , '15' , { s3Import : true , s3Export : true } ) ;
921
967
/** Version "15.5". */
922
968
public static readonly VER_15_5 = AuroraPostgresEngineVersion . of ( '15.5' , '15' , { s3Import : true , s3Export : true } ) ;
923
- /** Version "16.0". */
969
+ /**
970
+ * Version "16.0"
971
+ * @deprecated Version 16.0 is no longer supported by Amazon RDS.
972
+ */
924
973
public static readonly VER_16_0 = AuroraPostgresEngineVersion . of ( '16.0' , '16' , { s3Import : true , s3Export : true } ) ;
925
974
/** Version "16.1". */
926
975
public static readonly VER_16_1 = AuroraPostgresEngineVersion . of ( '16.1' , '16' , { s3Import : true , s3Export : true } ) ;
0 commit comments