@@ -310,13 +310,25 @@ class AuroraClusterEngine extends MySqlClusterEngineBase {
310
310
* https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/Welcome.html
311
311
*/
312
312
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
+ */
314
317
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
+ */
316
322
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
+ */
318
327
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
+ */
320
332
public static readonly VER_2_03_4 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.03.4' ) ;
321
333
/** Version "5.7.mysql_aurora.2.04.0". */
322
334
public static readonly VER_2_04_0 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.04.0' ) ;
@@ -336,9 +348,15 @@ export class AuroraMysqlEngineVersion {
336
348
public static readonly VER_2_04_7 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.04.7' ) ;
337
349
/** Version "5.7.mysql_aurora.2.04.8". */
338
350
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
+ */
340
355
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
+ */
342
360
public static readonly VER_2_06_0 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.06.0' ) ;
343
361
/** Version "5.7.mysql_aurora.2.07.0". */
344
362
public static readonly VER_2_07_0 = AuroraMysqlEngineVersion . builtIn_5_7 ( '2.07.0' ) ;
@@ -487,40 +505,90 @@ export interface AuroraPostgresEngineFeatures {
487
505
* https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/AuroraPostgreSQL.Updates.html
488
506
*/
489
507
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
+ */
491
512
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
+ */
493
517
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
+ */
495
522
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
+ */
497
527
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
+ */
499
532
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
+ */
501
537
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
+ */
503
542
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
+ */
505
547
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
+ */
507
552
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
+ */
509
557
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
+ */
511
562
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
+ */
513
567
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
+ */
515
572
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
+ */
517
577
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
+ */
519
582
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
+ */
521
587
public static readonly VER_10_14 = AuroraPostgresEngineVersion . of ( '10.14' , '10' , { s3Import : true , s3Export : true } ) ;
522
588
/** Version "10.16". */
523
589
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 } ) ;
524
592
/** Version "10.18". */
525
593
public static readonly VER_10_18 = AuroraPostgresEngineVersion . of ( '10.18' , '10' , { s3Import : true , s3Export : true } ) ;
526
594
/** Version "10.19". */
@@ -529,18 +597,32 @@ export class AuroraPostgresEngineVersion {
529
597
public static readonly VER_10_20 = AuroraPostgresEngineVersion . of ( '10.20' , '10' , { s3Import : true , s3Export : true } ) ;
530
598
/** Version "10.21". */
531
599
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
+ */
533
604
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
+ */
535
609
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
+ */
537
614
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
+ */
539
619
public static readonly VER_11_8 = AuroraPostgresEngineVersion . of ( '11.8' , '11' , { s3Import : true , s3Export : true } ) ;
540
620
/** Version "11.9". */
541
621
public static readonly VER_11_9 = AuroraPostgresEngineVersion . of ( '11.9' , '11' , { s3Import : true , s3Export : true } ) ;
542
622
/** Version "11.11". */
543
623
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 } ) ;
544
626
/** Version "11.13". */
545
627
public static readonly VER_11_13 = AuroraPostgresEngineVersion . of ( '11.13' , '11' , { s3Import : true , s3Export : true } ) ;
546
628
/** Version "11.14". */
@@ -553,9 +635,11 @@ export class AuroraPostgresEngineVersion {
553
635
public static readonly VER_12_4 = AuroraPostgresEngineVersion . of ( '12.4' , '12' , { s3Import : true , s3Export : true } ) ;
554
636
/** Version "12.6". */
555
637
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 } ) ;
556
640
/** Version "12.8". */
557
641
public static readonly VER_12_8 = AuroraPostgresEngineVersion . of ( '12.8' , '12' , { s3Import : true , s3Export : true } ) ;
558
- /** Version "12.8 ". */
642
+ /** Version "12.9 ". */
559
643
public static readonly VER_12_9 = AuroraPostgresEngineVersion . of ( '12.9' , '12' , { s3Import : true , s3Export : true } ) ;
560
644
/** Version "12.10". */
561
645
public static readonly VER_12_10 = AuroraPostgresEngineVersion . of ( '12.10' , '12' , { s3Import : true , s3Export : true } ) ;
0 commit comments