Skip to content

Commit 8e899e2

Browse files
committed
Update the list of active versions of rds aurora
1 parent 82ce4a1 commit 8e899e2

File tree

1 file changed

+111
-27
lines changed

1 file changed

+111
-27
lines changed

packages/@aws-cdk/aws-rds/lib/cluster-engine.ts

+111-27
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,25 @@ class AuroraClusterEngine extends MySqlClusterEngineBase {
310310
* https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/Welcome.html
311311
*/
312312
export class AuroraMysqlEngineVersion {
313-
/** Version "5.7.12". */
313+
/**
314+
* Version "5.7.12".
315+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
316+
*/
314317
public static readonly VER_5_7_12 = AuroraMysqlEngineVersion.builtIn_5_7('12', false);
315-
/** Version "5.7.mysql_aurora.2.03.2". */
318+
/**
319+
* Version "5.7.mysql_aurora.2.03.2".
320+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
321+
*/
316322
public static readonly VER_2_03_2 = AuroraMysqlEngineVersion.builtIn_5_7('2.03.2');
317-
/** Version "5.7.mysql_aurora.2.03.3". */
323+
/**
324+
* Version "5.7.mysql_aurora.2.03.3".
325+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
326+
*/
318327
public static readonly VER_2_03_3 = AuroraMysqlEngineVersion.builtIn_5_7('2.03.3');
319-
/** Version "5.7.mysql_aurora.2.03.4". */
328+
/**
329+
* Version "5.7.mysql_aurora.2.03.4".
330+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
331+
*/
320332
public static readonly VER_2_03_4 = AuroraMysqlEngineVersion.builtIn_5_7('2.03.4');
321333
/** Version "5.7.mysql_aurora.2.04.0". */
322334
public static readonly VER_2_04_0 = AuroraMysqlEngineVersion.builtIn_5_7('2.04.0');
@@ -336,9 +348,15 @@ export class AuroraMysqlEngineVersion {
336348
public static readonly VER_2_04_7 = AuroraMysqlEngineVersion.builtIn_5_7('2.04.7');
337349
/** Version "5.7.mysql_aurora.2.04.8". */
338350
public static readonly VER_2_04_8 = AuroraMysqlEngineVersion.builtIn_5_7('2.04.8');
339-
/** Version "5.7.mysql_aurora.2.05.0". */
351+
/**
352+
* Version "5.7.mysql_aurora.2.05.0".
353+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
354+
*/
340355
public static readonly VER_2_05_0 = AuroraMysqlEngineVersion.builtIn_5_7('2.05.0');
341-
/** Version "5.7.mysql_aurora.2.06.0". */
356+
/**
357+
* Version "5.7.mysql_aurora.2.06.0".
358+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
359+
*/
342360
public static readonly VER_2_06_0 = AuroraMysqlEngineVersion.builtIn_5_7('2.06.0');
343361
/** Version "5.7.mysql_aurora.2.07.0". */
344362
public static readonly VER_2_07_0 = AuroraMysqlEngineVersion.builtIn_5_7('2.07.0');
@@ -487,40 +505,90 @@ export interface AuroraPostgresEngineFeatures {
487505
* https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/AuroraPostgreSQL.Updates.html
488506
*/
489507
export class AuroraPostgresEngineVersion {
490-
/** Version "9.6.8". */
508+
/**
509+
* Version "9.6.8".
510+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
511+
*/
491512
public static readonly VER_9_6_8 = AuroraPostgresEngineVersion.of('9.6.8', '9.6');
492-
/** Version "9.6.9". */
513+
/**
514+
* Version "9.6.9".
515+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
516+
*/
493517
public static readonly VER_9_6_9 = AuroraPostgresEngineVersion.of('9.6.9', '9.6');
494-
/** Version "9.6.11". */
518+
/**
519+
* Version "9.6.11".
520+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
521+
*/
495522
public static readonly VER_9_6_11 = AuroraPostgresEngineVersion.of('9.6.11', '9.6');
496-
/** Version "9.6.12". */
523+
/**
524+
* Version "9.6.12".
525+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
526+
*/
497527
public static readonly VER_9_6_12 = AuroraPostgresEngineVersion.of('9.6.12', '9.6');
498-
/** Version "9.6.16". */
528+
/**
529+
* Version "9.6.16".
530+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
531+
*/
499532
public static readonly VER_9_6_16 = AuroraPostgresEngineVersion.of('9.6.16', '9.6');
500-
/** Version "9.6.17". */
533+
/**
534+
* Version "9.6.17".
535+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
536+
*/
501537
public static readonly VER_9_6_17 = AuroraPostgresEngineVersion.of('9.6.17', '9.6');
502-
/** Version "9.6.18". */
538+
/**
539+
* Version "9.6.18".
540+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
541+
*/
503542
public static readonly VER_9_6_18 = AuroraPostgresEngineVersion.of('9.6.18', '9.6');
504-
/** Version "9.6.19". */
543+
/**
544+
* Version "9.6.19".
545+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
546+
*/
505547
public static readonly VER_9_6_19 = AuroraPostgresEngineVersion.of('9.6.19', '9.6');
506-
/** Version "10.4". */
548+
/**
549+
* Version "10.4".
550+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
551+
*/
507552
public static readonly VER_10_4 = AuroraPostgresEngineVersion.of('10.4', '10');
508-
/** Version "10.5". */
553+
/**
554+
* Version "10.5".
555+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
556+
*/
509557
public static readonly VER_10_5 = AuroraPostgresEngineVersion.of('10.5', '10');
510-
/** Version "10.6". */
558+
/**
559+
* Version "10.6".
560+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
561+
*/
511562
public static readonly VER_10_6 = AuroraPostgresEngineVersion.of('10.6', '10');
512-
/** Version "10.7". */
563+
/**
564+
* Version "10.7".
565+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
566+
*/
513567
public static readonly VER_10_7 = AuroraPostgresEngineVersion.of('10.7', '10', { s3Import: true });
514-
/** Version "10.11". */
568+
/**
569+
* Version "10.11".
570+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
571+
*/
515572
public static readonly VER_10_11 = AuroraPostgresEngineVersion.of('10.11', '10', { s3Import: true, s3Export: true });
516-
/** Version "10.12". */
573+
/**
574+
* Version "10.12".
575+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
576+
*/
517577
public static readonly VER_10_12 = AuroraPostgresEngineVersion.of('10.12', '10', { s3Import: true, s3Export: true });
518-
/** Version "10.13". */
578+
/**
579+
* Version "10.13".
580+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
581+
*/
519582
public static readonly VER_10_13 = AuroraPostgresEngineVersion.of('10.13', '10', { s3Import: true, s3Export: true });
520-
/** Version "10.14". */
583+
/**
584+
* Version "10.14".
585+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
586+
*/
521587
public static readonly VER_10_14 = AuroraPostgresEngineVersion.of('10.14', '10', { s3Import: true, s3Export: true });
522588
/** Version "10.16". */
523589
public static readonly VER_10_16 = AuroraPostgresEngineVersion.of('10.16', '10', { s3Import: true, s3Export: true });
590+
/** Version "10.17". */
591+
public static readonly VER_10_17 = AuroraPostgresEngineVersion.of('10.17', '10', { s3Import: true, s3Export: true });
524592
/** Version "10.18". */
525593
public static readonly VER_10_18 = AuroraPostgresEngineVersion.of('10.18', '10', { s3Import: true, s3Export: true });
526594
/** Version "10.19". */
@@ -529,18 +597,32 @@ export class AuroraPostgresEngineVersion {
529597
public static readonly VER_10_20 = AuroraPostgresEngineVersion.of('10.20', '10', { s3Import: true, s3Export: true });
530598
/** Version "10.21". */
531599
public static readonly VER_10_21 = AuroraPostgresEngineVersion.of('10.21', '10', { s3Import: true, s3Export: true });
532-
/** Version "11.4". */
600+
/**
601+
* Version "11.4".
602+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
603+
*/
533604
public static readonly VER_11_4 = AuroraPostgresEngineVersion.of('11.4', '11', { s3Import: true });
534-
/** Version "11.6". */
605+
/**
606+
* Version "11.6".
607+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
608+
*/
535609
public static readonly VER_11_6 = AuroraPostgresEngineVersion.of('11.6', '11', { s3Import: true, s3Export: true });
536-
/** Version "11.7". */
610+
/**
611+
* Version "11.7".
612+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
613+
*/
537614
public static readonly VER_11_7 = AuroraPostgresEngineVersion.of('11.7', '11', { s3Import: true, s3Export: true });
538-
/** Version "11.8". */
615+
/**
616+
* Version "11.8".
617+
* @deprecated Legacy Version no longer supported by Amazon RDS. Migrate to the available version.
618+
*/
539619
public static readonly VER_11_8 = AuroraPostgresEngineVersion.of('11.8', '11', { s3Import: true, s3Export: true });
540620
/** Version "11.9". */
541621
public static readonly VER_11_9 = AuroraPostgresEngineVersion.of('11.9', '11', { s3Import: true, s3Export: true });
542622
/** Version "11.11". */
543623
public static readonly VER_11_11 = AuroraPostgresEngineVersion.of('11.11', '11', { s3Import: true, s3Export: true });
624+
/** Version "11.12". */
625+
public static readonly VER_11_12 = AuroraPostgresEngineVersion.of('11.12', '11', { s3Import: true, s3Export: true });
544626
/** Version "11.13". */
545627
public static readonly VER_11_13 = AuroraPostgresEngineVersion.of('11.13', '11', { s3Import: true, s3Export: true });
546628
/** Version "11.14". */
@@ -553,9 +635,11 @@ export class AuroraPostgresEngineVersion {
553635
public static readonly VER_12_4 = AuroraPostgresEngineVersion.of('12.4', '12', { s3Import: true, s3Export: true });
554636
/** Version "12.6". */
555637
public static readonly VER_12_6 = AuroraPostgresEngineVersion.of('12.6', '12', { s3Import: true, s3Export: true });
638+
/** Version "12.7". */
639+
public static readonly VER_12_7 = AuroraPostgresEngineVersion.of('12.7', '12', { s3Import: true, s3Export: true });
556640
/** Version "12.8". */
557641
public static readonly VER_12_8 = AuroraPostgresEngineVersion.of('12.8', '12', { s3Import: true, s3Export: true });
558-
/** Version "12.8". */
642+
/** Version "12.9". */
559643
public static readonly VER_12_9 = AuroraPostgresEngineVersion.of('12.9', '12', { s3Import: true, s3Export: true });
560644
/** Version "12.10". */
561645
public static readonly VER_12_10 = AuroraPostgresEngineVersion.of('12.10', '12', { s3Import: true, s3Export: true });

0 commit comments

Comments
 (0)