@@ -501,6 +501,8 @@ export class AuroraPostgresEngineVersion {
501
501
public static readonly VER_10_19 = AuroraPostgresEngineVersion . of ( '10.19' , '10' , { s3Import : true , s3Export : true } ) ;
502
502
/** Version "10.20". */
503
503
public static readonly VER_10_20 = AuroraPostgresEngineVersion . of ( '10.20' , '10' , { s3Import : true , s3Export : true } ) ;
504
+ /** Version "10.21". */
505
+ public static readonly VER_10_21 = AuroraPostgresEngineVersion . of ( '10.21' , '10' , { s3Import : true , s3Export : true } ) ;
504
506
/** Version "11.4". */
505
507
public static readonly VER_11_4 = AuroraPostgresEngineVersion . of ( '11.4' , '11' , { s3Import : true } ) ;
506
508
/** Version "11.6". */
@@ -519,6 +521,8 @@ export class AuroraPostgresEngineVersion {
519
521
public static readonly VER_11_14 = AuroraPostgresEngineVersion . of ( '11.14' , '11' , { s3Import : true , s3Export : true } ) ;
520
522
/** Version "11.15". */
521
523
public static readonly VER_11_15 = AuroraPostgresEngineVersion . of ( '11.15' , '11' , { s3Import : true , s3Export : true } ) ;
524
+ /** Version "11.16". */
525
+ public static readonly VER_11_16 = AuroraPostgresEngineVersion . of ( '11.16' , '11' , { s3Import : true , s3Export : true } ) ;
522
526
/** Version "12.4". */
523
527
public static readonly VER_12_4 = AuroraPostgresEngineVersion . of ( '12.4' , '12' , { s3Import : true , s3Export : true } ) ;
524
528
/** Version "12.6". */
@@ -529,6 +533,8 @@ export class AuroraPostgresEngineVersion {
529
533
public static readonly VER_12_9 = AuroraPostgresEngineVersion . of ( '12.9' , '12' , { s3Import : true , s3Export : true } ) ;
530
534
/** Version "12.10". */
531
535
public static readonly VER_12_10 = AuroraPostgresEngineVersion . of ( '12.10' , '12' , { s3Import : true , s3Export : true } ) ;
536
+ /** Version "12.11". */
537
+ public static readonly VER_12_11 = AuroraPostgresEngineVersion . of ( '12.11' , '12' , { s3Import : true , s3Export : true } ) ;
532
538
/** Version "13.3". */
533
539
public static readonly VER_13_3 = AuroraPostgresEngineVersion . of ( '13.3' , '13' , { s3Import : true , s3Export : true } ) ;
534
540
/** Version "13.4". */
@@ -537,6 +543,8 @@ export class AuroraPostgresEngineVersion {
537
543
public static readonly VER_13_5 = AuroraPostgresEngineVersion . of ( '13.5' , '13' , { s3Import : true , s3Export : true } ) ;
538
544
/** Version "13.6". */
539
545
public static readonly VER_13_6 = AuroraPostgresEngineVersion . of ( '13.6' , '13' , { s3Import : true , s3Export : true } ) ;
546
+ /** Version "13.7". */
547
+ public static readonly VER_13_7 = AuroraPostgresEngineVersion . of ( '13.7' , '13' , { s3Import : true , s3Export : true } ) ;
540
548
541
549
/**
542
550
* Create a new AuroraPostgresEngineVersion with an arbitrary version.
0 commit comments