@@ -725,17 +725,35 @@ export class AuroraPostgresEngineVersion {
725
725
* @deprecated Version 10.14 is no longer supported by Amazon RDS.
726
726
*/
727
727
public static readonly VER_10_14 = AuroraPostgresEngineVersion . of ( '10.14' , '10' , { s3Import : true , s3Export : true } ) ;
728
- /** Version "10.16". */
728
+ /**
729
+ * Version "10.16".
730
+ * @deprecated Version 10.16 is no longer supported by Amazon RDS.
731
+ */
729
732
public static readonly VER_10_16 = AuroraPostgresEngineVersion . of ( '10.16' , '10' , { s3Import : true , s3Export : true } ) ;
730
- /** Version "10.17". */
733
+ /**
734
+ * Version "10.17".
735
+ * @deprecated Version 10.17 is no longer supported by Amazon RDS.
736
+ */
731
737
public static readonly VER_10_17 = AuroraPostgresEngineVersion . of ( '10.17' , '10' , { s3Import : true , s3Export : true } ) ;
732
- /** Version "10.18". */
738
+ /**
739
+ * Version "10.18".
740
+ * @deprecated Version 10.18 is no longer supported by Amazon RDS.
741
+ */
733
742
public static readonly VER_10_18 = AuroraPostgresEngineVersion . of ( '10.18' , '10' , { s3Import : true , s3Export : true } ) ;
734
- /** Version "10.19". */
743
+ /**
744
+ * Version "10.19".
745
+ * @deprecated Version 10.19 is no longer supported by Amazon RDS.
746
+ */
735
747
public static readonly VER_10_19 = AuroraPostgresEngineVersion . of ( '10.19' , '10' , { s3Import : true , s3Export : true } ) ;
736
- /** Version "10.20". */
748
+ /**
749
+ * Version "10.20".
750
+ * @deprecated Version 10.20 is no longer supported by Amazon RDS.
751
+ */
737
752
public static readonly VER_10_20 = AuroraPostgresEngineVersion . of ( '10.20' , '10' , { s3Import : true , s3Export : true } ) ;
738
- /** Version "10.21". */
753
+ /**
754
+ * Version "10.21".
755
+ * @deprecated Version 10.21 is no longer supported by Amazon RDS.
756
+ */
739
757
public static readonly VER_10_21 = AuroraPostgresEngineVersion . of ( '10.21' , '10' , { s3Import : true , s3Export : true } ) ;
740
758
/**
741
759
* Version "11.4".
@@ -759,15 +777,30 @@ export class AuroraPostgresEngineVersion {
759
777
public static readonly VER_11_8 = AuroraPostgresEngineVersion . of ( '11.8' , '11' , { s3Import : true , s3Export : true } ) ;
760
778
/** Version "11.9". */
761
779
public static readonly VER_11_9 = AuroraPostgresEngineVersion . of ( '11.9' , '11' , { s3Import : true , s3Export : true } ) ;
762
- /** Version "11.11". */
780
+ /**
781
+ * Version "11.11".
782
+ * @deprecated Version 11.11 is no longer supported by Amazon RDS.
783
+ */
763
784
public static readonly VER_11_11 = AuroraPostgresEngineVersion . of ( '11.11' , '11' , { s3Import : true , s3Export : true } ) ;
764
- /** Version "11.12". */
785
+ /**
786
+ * Version "11.12".
787
+ * @deprecated Version 11.12 is no longer supported by Amazon RDS.
788
+ */
765
789
public static readonly VER_11_12 = AuroraPostgresEngineVersion . of ( '11.12' , '11' , { s3Import : true , s3Export : true } ) ;
766
- /** Version "11.13". */
790
+ /**
791
+ * Version "11.13".
792
+ * @deprecated Version 11.13 is no longer supported by Amazon RDS.
793
+ */
767
794
public static readonly VER_11_13 = AuroraPostgresEngineVersion . of ( '11.13' , '11' , { s3Import : true , s3Export : true } ) ;
768
- /** Version "11.14". */
795
+ /**
796
+ * Version "11.14".
797
+ * @deprecated Version 11.14 is no longer supported by Amazon RDS.
798
+ */
769
799
public static readonly VER_11_14 = AuroraPostgresEngineVersion . of ( '11.14' , '11' , { s3Import : true , s3Export : true } ) ;
770
- /** Version "11.15". */
800
+ /**
801
+ * Version "11.15".
802
+ * @deprecated Version 11.15 is no longer supported by Amazon RDS.
803
+ */
771
804
public static readonly VER_11_15 = AuroraPostgresEngineVersion . of ( '11.15' , '11' , { s3Import : true , s3Export : true } ) ;
772
805
/** Version "11.16". */
773
806
public static readonly VER_11_16 = AuroraPostgresEngineVersion . of ( '11.16' , '11' , { s3Import : true , s3Export : true } ) ;
@@ -777,17 +810,36 @@ export class AuroraPostgresEngineVersion {
777
810
public static readonly VER_11_18 = AuroraPostgresEngineVersion . of ( '11.18' , '11' , { s3Import : true , s3Export : true } ) ;
778
811
/** Version "11.19". */
779
812
public static readonly VER_11_19 = AuroraPostgresEngineVersion . of ( '11.19' , '11' , { s3Import : true , s3Export : true } ) ;
780
- /** Version "12.4". */
813
+ /** Version "11.20". */
814
+ public static readonly VER_11_20 = AuroraPostgresEngineVersion . of ( '11.20' , '11' , { s3Import : true , s3Export : true } ) ;
815
+ /** Version "11.21". */
816
+ public static readonly VER_11_21 = AuroraPostgresEngineVersion . of ( '11.21' , '11' , { s3Import : true , s3Export : true } ) ;
817
+ /**
818
+ * Version "12.4".
819
+ * @deprecated Version 12.4 is no longer supported by Amazon RDS.
820
+ */
781
821
public static readonly VER_12_4 = AuroraPostgresEngineVersion . of ( '12.4' , '12' , { s3Import : true , s3Export : true } ) ;
782
- /** Version "12.6". */
822
+ /**
823
+ * Version "12.6".
824
+ * @deprecated Version 12.6 is no longer supported by Amazon RDS.
825
+ */
783
826
public static readonly VER_12_6 = AuroraPostgresEngineVersion . of ( '12.6' , '12' , { s3Import : true , s3Export : true } ) ;
784
- /** Version "12.7". */
827
+ /**
828
+ * Version "12.7".
829
+ * @deprecated Version 12.7 is no longer supported by Amazon RDS.
830
+ */
785
831
public static readonly VER_12_7 = AuroraPostgresEngineVersion . of ( '12.7' , '12' , { s3Import : true , s3Export : true } ) ;
786
- /** Version "12.8". */
832
+ /**
833
+ * Version "12.8".
834
+ * @deprecated Version 12.8 is no longer supported by Amazon RDS.
835
+ */
787
836
public static readonly VER_12_8 = AuroraPostgresEngineVersion . of ( '12.8' , '12' , { s3Import : true , s3Export : true } ) ;
788
837
/** Version "12.9". */
789
838
public static readonly VER_12_9 = AuroraPostgresEngineVersion . of ( '12.9' , '12' , { s3Import : true , s3Export : true } ) ;
790
- /** Version "12.10". */
839
+ /**
840
+ * Version "12.10".
841
+ * @deprecated Version 12.10 is no longer supported by Amazon RDS.
842
+ */
791
843
public static readonly VER_12_10 = AuroraPostgresEngineVersion . of ( '12.10' , '12' , { s3Import : true , s3Export : true } ) ;
792
844
/** Version "12.11". */
793
845
public static readonly VER_12_11 = AuroraPostgresEngineVersion . of ( '12.11' , '12' , { s3Import : true , s3Export : true } ) ;
@@ -797,13 +849,29 @@ export class AuroraPostgresEngineVersion {
797
849
public static readonly VER_12_13 = AuroraPostgresEngineVersion . of ( '12.13' , '12' , { s3Import : true , s3Export : true } ) ;
798
850
/** Version "12.14". */
799
851
public static readonly VER_12_14 = AuroraPostgresEngineVersion . of ( '12.14' , '12' , { s3Import : true , s3Export : true } ) ;
800
- /** Version "13.3". */
852
+ /** Version "12.15". */
853
+ public static readonly VER_12_15 = AuroraPostgresEngineVersion . of ( '12.15' , '12' , { s3Import : true , s3Export : true } ) ;
854
+ /** Version "12.16". */
855
+ public static readonly VER_12_16 = AuroraPostgresEngineVersion . of ( '12.16' , '12' , { s3Import : true , s3Export : true } ) ;
856
+ /**
857
+ * Version "13.3".
858
+ * @deprecated Version 13.3 is no longer supported by Amazon RDS.
859
+ */
801
860
public static readonly VER_13_3 = AuroraPostgresEngineVersion . of ( '13.3' , '13' , { s3Import : true , s3Export : true } ) ;
802
- /** Version "13.4". */
861
+ /**
862
+ * Version "13.4".
863
+ * @deprecated Version 13.4 is no longer supported by Amazon RDS.
864
+ */
803
865
public static readonly VER_13_4 = AuroraPostgresEngineVersion . of ( '13.4' , '13' , { s3Import : true , s3Export : true } ) ;
804
- /** Version "13.5". */
866
+ /**
867
+ * Version "13.5".
868
+ * @deprecated Version 13.5 is no longer supported by Amazon RDS.
869
+ */
805
870
public static readonly VER_13_5 = AuroraPostgresEngineVersion . of ( '13.5' , '13' , { s3Import : true , s3Export : true } ) ;
806
- /** Version "13.6". */
871
+ /**
872
+ * Version "13.6".
873
+ * @deprecated Version 13.6 is no longer supported by Amazon RDS.
874
+ */
807
875
public static readonly VER_13_6 = AuroraPostgresEngineVersion . of ( '13.6' , '13' , { s3Import : true , s3Export : true } ) ;
808
876
/** Version "13.7". */
809
877
public static readonly VER_13_7 = AuroraPostgresEngineVersion . of ( '13.7' , '13' , { s3Import : true , s3Export : true } ) ;
@@ -813,6 +881,10 @@ export class AuroraPostgresEngineVersion {
813
881
public static readonly VER_13_9 = AuroraPostgresEngineVersion . of ( '13.9' , '13' , { s3Import : true , s3Export : true } ) ;
814
882
/** Version "13.10". */
815
883
public static readonly VER_13_10 = AuroraPostgresEngineVersion . of ( '13.10' , '13' , { s3Import : true , s3Export : true } ) ;
884
+ /** Version "13.11". */
885
+ public static readonly VER_13_11 = AuroraPostgresEngineVersion . of ( '13.11' , '13' , { s3Import : true , s3Export : true } ) ;
886
+ /** Version "13.12". */
887
+ public static readonly VER_13_12 = AuroraPostgresEngineVersion . of ( '13.12' , '13' , { s3Import : true , s3Export : true } ) ;
816
888
/** Version "14.3". */
817
889
public static readonly VER_14_3 = AuroraPostgresEngineVersion . of ( '14.3' , '14' , { s3Import : true , s3Export : true } ) ;
818
890
/**
@@ -828,10 +900,14 @@ export class AuroraPostgresEngineVersion {
828
900
public static readonly VER_14_7 = AuroraPostgresEngineVersion . of ( '14.7' , '14' , { s3Import : true , s3Export : true } ) ;
829
901
/** Version "14.8". */
830
902
public static readonly VER_14_8 = AuroraPostgresEngineVersion . of ( '14.8' , '14' , { s3Import : true , s3Export : true } ) ;
903
+ /** Version "14.9". */
904
+ public static readonly VER_14_9 = AuroraPostgresEngineVersion . of ( '14.9' , '14' , { s3Import : true , s3Export : true } ) ;
831
905
/** Version "15.2". */
832
906
public static readonly VER_15_2 = AuroraPostgresEngineVersion . of ( '15.2' , '15' , { s3Import : true , s3Export : true } ) ;
833
907
/** Version "15.3". */
834
908
public static readonly VER_15_3 = AuroraPostgresEngineVersion . of ( '15.3' , '15' , { s3Import : true , s3Export : true } ) ;
909
+ /** Version "15.4". */
910
+ public static readonly VER_15_4 = AuroraPostgresEngineVersion . of ( '15.4' , '15' , { s3Import : true , s3Export : true } )
835
911
836
912
/**
837
913
* Create a new AuroraPostgresEngineVersion with an arbitrary version.
0 commit comments