aws-sdk-rds 1.317.0 → 1.318.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d2bc4c5bb23700d0cd1e4bb512ba10848e88325d48230c449d307b467da85bb
4
- data.tar.gz: 181624bfb47da2ab0d219a9ce39fb86743a24fddd0fdf5bfb372b953ad0b7bf0
3
+ metadata.gz: 58e936b40491f6788e7b8b9857f287e87295a936c374325d62cc8392f3ce3a7d
4
+ data.tar.gz: 3314c99348511a6697f06e13d40f5c112ef82c15d97e36323e0319ab9d25b49d
5
5
  SHA512:
6
- metadata.gz: fbfd41dfd578de3ae5e1c1449242a8e5272146d844f161f0378789d5ce5549371746b51e52b695b53163f5b6e7da73f0de5cc6c54a936df98a88a98847dfed34
7
- data.tar.gz: 2137e90ee6b7cebfc42f18ffdbc19e98b2bf1903736f8a0df7b1c46f7e8cae5f9aa41b1bb7192bb99415028a8a01a76e9e8ec933cfd0c3ca59a5ed2abd383b8f
6
+ metadata.gz: 07adcfafdca6d16d1797a3e7070897a072b961c3e413b8659e395f21d131fd0993450fe4c94a59cd1e892fd0a323893092d0a89c9a8809cf272a05fcf59d4221
7
+ data.tar.gz: 6b4bfbd5ae610feca9e78ee9b0b5ff12de665c8e8274e3fb7f0c203c8242da9218ead241c71c24342e0b226e179f9b90c3fe902fcb607e1a99d164d6fde052d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.318.0 (2026-07-15)
5
+ ------------------
6
+
7
+ * Feature - Adds support for modifying EngineLifecycleSupport on DB instances and DB clusters through ModifyDBInstance and ModifyDBCluster.
8
+
4
9
  1.317.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.317.0
1
+ 1.318.0
@@ -3645,7 +3645,7 @@ module Aws::RDS
3645
3645
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
3646
3646
  #
3647
3647
  # @option params [String] :engine_lifecycle_support
3648
- # The life cycle type for this DB cluster.
3648
+ # The lifecycle type for this DB cluster.
3649
3649
  #
3650
3650
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
3651
3651
  # which enrolls your DB cluster into Amazon RDS Extended Support. At the
@@ -5901,7 +5901,7 @@ module Aws::RDS
5901
5901
  # enabled.
5902
5902
  #
5903
5903
  # @option params [String] :engine_lifecycle_support
5904
- # The life cycle type for this DB instance.
5904
+ # The lifecycle type for this DB instance.
5905
5905
  #
5906
5906
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
5907
5907
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -5914,8 +5914,8 @@ module Aws::RDS
5914
5914
  # </note>
5915
5915
  #
5916
5916
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
5917
- # Amazon Aurora DB instances, the life cycle type is managed by the DB
5918
- # cluster.
5917
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
5918
+ # the DB cluster.
5919
5919
  #
5920
5920
  # You can use this setting to enroll your DB instance into Amazon RDS
5921
5921
  # Extended Support. With RDS Extended Support, you can run the selected
@@ -8649,7 +8649,7 @@ module Aws::RDS
8649
8649
  # ^
8650
8650
  #
8651
8651
  # @option params [String] :engine_lifecycle_support
8652
- # The life cycle type for this global database cluster.
8652
+ # The lifecycle type for this global database cluster.
8653
8653
  #
8654
8654
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
8655
8655
  # which enrolls your global cluster into Amazon RDS Extended Support. At
@@ -20671,6 +20671,31 @@ module Aws::RDS
20671
20671
  # This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
20672
20672
  # engines.
20673
20673
  #
20674
+ # @option params [String] :engine_lifecycle_support
20675
+ # The lifecycle type for this DB cluster.
20676
+ #
20677
+ # You can use this setting to enroll your DB cluster into Amazon RDS
20678
+ # Extended Support or to opt out. With RDS Extended Support, you can run
20679
+ # the selected major engine version on your DB cluster past the end of
20680
+ # standard support for that engine version. For more information, see
20681
+ # the following sections:
20682
+ #
20683
+ # * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
20684
+ # in the *Amazon Aurora User Guide*
20685
+ #
20686
+ # * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
20687
+ # *Amazon RDS User Guide*
20688
+ #
20689
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
20690
+ #
20691
+ # Valid Values: `open-source-rds-extended-support |
20692
+ # open-source-rds-extended-support-disabled`
20693
+ #
20694
+ #
20695
+ #
20696
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
20697
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
20698
+ #
20674
20699
  # @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
20675
20700
  #
20676
20701
  # * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
@@ -20814,6 +20839,7 @@ module Aws::RDS
20814
20839
  # enable_limitless_database: false,
20815
20840
  # ca_certificate_identifier: "String",
20816
20841
  # master_user_authentication_type: "password", # accepts password, iam-db-auth
20842
+ # engine_lifecycle_support: "String",
20817
20843
  # })
20818
20844
  #
20819
20845
  # @example Response structure
@@ -22503,6 +22529,29 @@ module Aws::RDS
22503
22529
  # This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
22504
22530
  # engines.
22505
22531
  #
22532
+ # @option params [String] :engine_lifecycle_support
22533
+ # The lifecycle type for this DB instance.
22534
+ #
22535
+ # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
22536
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
22537
+ # the DB cluster.
22538
+ #
22539
+ # You can use this setting to enroll your DB instance into Amazon RDS
22540
+ # Extended Support or to opt out. With RDS Extended Support, you can run
22541
+ # the selected major engine version on your DB instance past the end of
22542
+ # standard support for that engine version. For more information, see
22543
+ # [Amazon RDS Extended Support with Amazon RDS][1] in the *Amazon RDS
22544
+ # User Guide*.
22545
+ #
22546
+ # Valid Values: `open-source-rds-extended-support |
22547
+ # open-source-rds-extended-support-disabled`
22548
+ #
22549
+ # This setting doesn't apply to RDS Custom DB instances.
22550
+ #
22551
+ #
22552
+ #
22553
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
22554
+ #
22506
22555
  # @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
22507
22556
  #
22508
22557
  # * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -22653,6 +22702,7 @@ module Aws::RDS
22653
22702
  # },
22654
22703
  # ],
22655
22704
  # master_user_authentication_type: "password", # accepts password, iam-db-auth
22705
+ # engine_lifecycle_support: "String",
22656
22706
  # })
22657
22707
  #
22658
22708
  # @example Response structure
@@ -26645,7 +26695,7 @@ module Aws::RDS
26645
26695
  # Amazon Web Services Region.
26646
26696
  #
26647
26697
  # @option params [String] :engine_lifecycle_support
26648
- # The life cycle type for this DB cluster.
26698
+ # The lifecycle type for this DB cluster.
26649
26699
  #
26650
26700
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
26651
26701
  # which enrolls your DB cluster into Amazon RDS Extended Support. At the
@@ -27541,7 +27591,7 @@ module Aws::RDS
27541
27591
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
27542
27592
  #
27543
27593
  # @option params [String] :engine_lifecycle_support
27544
- # The life cycle type for this DB cluster.
27594
+ # The lifecycle type for this DB cluster.
27545
27595
  #
27546
27596
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
27547
27597
  # which enrolls your DB cluster into Amazon RDS Extended Support. At the
@@ -28515,7 +28565,7 @@ module Aws::RDS
28515
28565
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
28516
28566
  #
28517
28567
  # @option params [String] :engine_lifecycle_support
28518
- # The life cycle type for this DB cluster.
28568
+ # The lifecycle type for this DB cluster.
28519
28569
  #
28520
28570
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
28521
28571
  # which enrolls your DB cluster into Amazon RDS Extended Support. At the
@@ -29597,7 +29647,7 @@ module Aws::RDS
29597
29647
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
29598
29648
  #
29599
29649
  # @option params [String] :engine_lifecycle_support
29600
- # The life cycle type for this DB instance.
29650
+ # The lifecycle type for this DB instance.
29601
29651
  #
29602
29652
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
29603
29653
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -29617,8 +29667,8 @@ module Aws::RDS
29617
29667
  # Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
29618
29668
  #
29619
29669
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
29620
- # Amazon Aurora DB instances, the life cycle type is managed by the DB
29621
- # cluster.
29670
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
29671
+ # the DB cluster.
29622
29672
  #
29623
29673
  # Valid Values: `open-source-rds-extended-support |
29624
29674
  # open-source-rds-extended-support-disabled`
@@ -30542,7 +30592,7 @@ module Aws::RDS
30542
30592
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
30543
30593
  #
30544
30594
  # @option params [String] :engine_lifecycle_support
30545
- # The life cycle type for this DB instance.
30595
+ # The lifecycle type for this DB instance.
30546
30596
  #
30547
30597
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
30548
30598
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -30562,8 +30612,8 @@ module Aws::RDS
30562
30612
  # Extended Support Amazon RDS][1] in the *Amazon RDS User Guide*.
30563
30613
  #
30564
30614
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
30565
- # Amazon Aurora DB instances, the life cycle type is managed by the DB
30566
- # cluster.
30615
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
30616
+ # the DB cluster.
30567
30617
  #
30568
30618
  # Valid Values: `open-source-rds-extended-support |
30569
30619
  # open-source-rds-extended-support-disabled`
@@ -31530,7 +31580,7 @@ module Aws::RDS
31530
31580
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
31531
31581
  #
31532
31582
  # @option params [String] :engine_lifecycle_support
31533
- # The life cycle type for this DB instance.
31583
+ # The lifecycle type for this DB instance.
31534
31584
  #
31535
31585
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
31536
31586
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -31550,8 +31600,8 @@ module Aws::RDS
31550
31600
  # Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
31551
31601
  #
31552
31602
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
31553
- # Amazon Aurora DB instances, the life cycle type is managed by the DB
31554
- # cluster.
31603
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
31604
+ # the DB cluster.
31555
31605
  #
31556
31606
  # Valid Values: `open-source-rds-extended-support |
31557
31607
  # open-source-rds-extended-support-disabled`
@@ -34187,7 +34237,7 @@ module Aws::RDS
34187
34237
  tracer: tracer
34188
34238
  )
34189
34239
  context[:gem_name] = 'aws-sdk-rds'
34190
- context[:gem_version] = '1.317.0'
34240
+ context[:gem_version] = '1.318.0'
34191
34241
  Seahorse::Client::Request.new(handlers, context)
34192
34242
  end
34193
34243
 
@@ -3276,6 +3276,7 @@ module Aws::RDS
3276
3276
  ModifyDBClusterMessage.add_member(:enable_limitless_database, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableLimitlessDatabase"))
3277
3277
  ModifyDBClusterMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
3278
3278
  ModifyDBClusterMessage.add_member(:master_user_authentication_type, Shapes::ShapeRef.new(shape: MasterUserAuthenticationType, location_name: "MasterUserAuthenticationType"))
3279
+ ModifyDBClusterMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
3279
3280
  ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
3280
3281
 
3281
3282
  ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
@@ -3358,6 +3359,7 @@ module Aws::RDS
3358
3359
  ModifyDBInstanceMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: ModifyAdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
3359
3360
  ModifyDBInstanceMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
3360
3361
  ModifyDBInstanceMessage.add_member(:master_user_authentication_type, Shapes::ShapeRef.new(shape: MasterUserAuthenticationType, location_name: "MasterUserAuthenticationType"))
3362
+ ModifyDBInstanceMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
3361
3363
  ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
3362
3364
 
3363
3365
  ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -1871,7 +1871,7 @@ module Aws::RDS
1871
1871
  #
1872
1872
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
1873
1873
  # @option options [String] :engine_lifecycle_support
1874
- # The life cycle type for this DB cluster.
1874
+ # The lifecycle type for this DB cluster.
1875
1875
  #
1876
1876
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
1877
1877
  # which enrolls your DB cluster into Amazon RDS Extended Support. At the
@@ -2138,6 +2138,7 @@ module Aws::RDS
2138
2138
  # enable_limitless_database: false,
2139
2139
  # ca_certificate_identifier: "String",
2140
2140
  # master_user_authentication_type: "password", # accepts password, iam-db-auth
2141
+ # engine_lifecycle_support: "String",
2141
2142
  # })
2142
2143
  # @param [Hash] options ({})
2143
2144
  # @option options [String] :new_db_cluster_identifier
@@ -2822,6 +2823,30 @@ module Aws::RDS
2822
2823
  #
2823
2824
  # This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
2824
2825
  # engines.
2826
+ # @option options [String] :engine_lifecycle_support
2827
+ # The lifecycle type for this DB cluster.
2828
+ #
2829
+ # You can use this setting to enroll your DB cluster into Amazon RDS
2830
+ # Extended Support or to opt out. With RDS Extended Support, you can run
2831
+ # the selected major engine version on your DB cluster past the end of
2832
+ # standard support for that engine version. For more information, see
2833
+ # the following sections:
2834
+ #
2835
+ # * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
2836
+ # in the *Amazon Aurora User Guide*
2837
+ #
2838
+ # * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
2839
+ # *Amazon RDS User Guide*
2840
+ #
2841
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
2842
+ #
2843
+ # Valid Values: `open-source-rds-extended-support |
2844
+ # open-source-rds-extended-support-disabled`
2845
+ #
2846
+ #
2847
+ #
2848
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
2849
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
2825
2850
  # @return [DBCluster]
2826
2851
  def modify(options = {})
2827
2852
  options = options.merge(db_cluster_identifier: @id)
@@ -3362,7 +3387,7 @@ module Aws::RDS
3362
3387
  #
3363
3388
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
3364
3389
  # @option options [String] :engine_lifecycle_support
3365
- # The life cycle type for this DB cluster.
3390
+ # The lifecycle type for this DB cluster.
3366
3391
  #
3367
3392
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
3368
3393
  # which enrolls your DB cluster into Amazon RDS Extended Support. At the
@@ -1121,7 +1121,7 @@ module Aws::RDS
1121
1121
  #
1122
1122
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
1123
1123
  # @option options [String] :engine_lifecycle_support
1124
- # The life cycle type for this DB cluster.
1124
+ # The lifecycle type for this DB cluster.
1125
1125
  #
1126
1126
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
1127
1127
  # which enrolls your DB cluster into Amazon RDS Extended Support. At the
@@ -2301,7 +2301,7 @@ module Aws::RDS
2301
2301
  # Indicates whether the DB instance has a dedicated log volume (DLV)
2302
2302
  # enabled.
2303
2303
  # @option options [String] :engine_lifecycle_support
2304
- # The life cycle type for this DB instance.
2304
+ # The lifecycle type for this DB instance.
2305
2305
  #
2306
2306
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
2307
2307
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -2314,8 +2314,8 @@ module Aws::RDS
2314
2314
  # </note>
2315
2315
  #
2316
2316
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
2317
- # Amazon Aurora DB instances, the life cycle type is managed by the DB
2318
- # cluster.
2317
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
2318
+ # the DB cluster.
2319
2319
  #
2320
2320
  # You can use this setting to enroll your DB instance into Amazon RDS
2321
2321
  # Extended Support. With RDS Extended Support, you can run the selected
@@ -3328,6 +3328,7 @@ module Aws::RDS
3328
3328
  # },
3329
3329
  # ],
3330
3330
  # master_user_authentication_type: "password", # accepts password, iam-db-auth
3331
+ # engine_lifecycle_support: "String",
3331
3332
  # })
3332
3333
  # @param [Hash] options ({})
3333
3334
  # @option options [Integer] :allocated_storage
@@ -4442,6 +4443,28 @@ module Aws::RDS
4442
4443
  #
4443
4444
  # This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
4444
4445
  # engines.
4446
+ # @option options [String] :engine_lifecycle_support
4447
+ # The lifecycle type for this DB instance.
4448
+ #
4449
+ # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
4450
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
4451
+ # the DB cluster.
4452
+ #
4453
+ # You can use this setting to enroll your DB instance into Amazon RDS
4454
+ # Extended Support or to opt out. With RDS Extended Support, you can run
4455
+ # the selected major engine version on your DB instance past the end of
4456
+ # standard support for that engine version. For more information, see
4457
+ # [Amazon RDS Extended Support with Amazon RDS][1] in the *Amazon RDS
4458
+ # User Guide*.
4459
+ #
4460
+ # Valid Values: `open-source-rds-extended-support |
4461
+ # open-source-rds-extended-support-disabled`
4462
+ #
4463
+ # This setting doesn't apply to RDS Custom DB instances.
4464
+ #
4465
+ #
4466
+ #
4467
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
4445
4468
  # @return [DBInstance]
4446
4469
  def modify(options = {})
4447
4470
  options = options.merge(db_instance_identifier: @id)
@@ -5220,7 +5243,7 @@ module Aws::RDS
5220
5243
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
5221
5244
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
5222
5245
  # @option options [String] :engine_lifecycle_support
5223
- # The life cycle type for this DB instance.
5246
+ # The lifecycle type for this DB instance.
5224
5247
  #
5225
5248
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
5226
5249
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -5240,8 +5263,8 @@ module Aws::RDS
5240
5263
  # Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
5241
5264
  #
5242
5265
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
5243
- # Amazon Aurora DB instances, the life cycle type is managed by the DB
5244
- # cluster.
5266
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
5267
+ # the DB cluster.
5245
5268
  #
5246
5269
  # Valid Values: `open-source-rds-extended-support |
5247
5270
  # open-source-rds-extended-support-disabled`
@@ -1363,7 +1363,7 @@ module Aws::RDS
1363
1363
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
1364
1364
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
1365
1365
  # @option options [String] :engine_lifecycle_support
1366
- # The life cycle type for this DB instance.
1366
+ # The lifecycle type for this DB instance.
1367
1367
  #
1368
1368
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
1369
1369
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -1383,8 +1383,8 @@ module Aws::RDS
1383
1383
  # Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
1384
1384
  #
1385
1385
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
1386
- # Amazon Aurora DB instances, the life cycle type is managed by the DB
1387
- # cluster.
1386
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
1387
+ # the DB cluster.
1388
1388
  #
1389
1389
  # Valid Values: `open-source-rds-extended-support |
1390
1390
  # open-source-rds-extended-support-disabled`
@@ -960,7 +960,7 @@ module Aws::RDS
960
960
  #
961
961
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
962
962
  # @option options [String] :engine_lifecycle_support
963
- # The life cycle type for this DB cluster.
963
+ # The lifecycle type for this DB cluster.
964
964
  #
965
965
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
966
966
  # which enrolls your DB cluster into Amazon RDS Extended Support. At the
@@ -2446,7 +2446,7 @@ module Aws::RDS
2446
2446
  # Indicates whether the DB instance has a dedicated log volume (DLV)
2447
2447
  # enabled.
2448
2448
  # @option options [String] :engine_lifecycle_support
2449
- # The life cycle type for this DB instance.
2449
+ # The lifecycle type for this DB instance.
2450
2450
  #
2451
2451
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
2452
2452
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -2459,8 +2459,8 @@ module Aws::RDS
2459
2459
  # </note>
2460
2460
  #
2461
2461
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
2462
- # Amazon Aurora DB instances, the life cycle type is managed by the DB
2463
- # cluster.
2462
+ # Amazon Aurora DB instances, the engine lifecycle support is managed by
2463
+ # the DB cluster.
2464
2464
  #
2465
2465
  # You can use this setting to enroll your DB instance into Amazon RDS
2466
2466
  # Extended Support. With RDS Extended Support, you can run the selected
@@ -3368,7 +3368,7 @@ module Aws::RDS
3368
3368
  # @return [String]
3369
3369
  #
3370
3370
  # @!attribute [rw] engine_lifecycle_support
3371
- # The life cycle type for this DB cluster.
3371
+ # The lifecycle type for this DB cluster.
3372
3372
  #
3373
3373
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
3374
3374
  # which enrolls your DB cluster into Amazon RDS Extended Support. At
@@ -5063,7 +5063,7 @@ module Aws::RDS
5063
5063
  # @return [Boolean]
5064
5064
  #
5065
5065
  # @!attribute [rw] engine_lifecycle_support
5066
- # The life cycle type for this DB instance.
5066
+ # The lifecycle type for this DB instance.
5067
5067
  #
5068
5068
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
5069
5069
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -5076,8 +5076,8 @@ module Aws::RDS
5076
5076
  # </note>
5077
5077
  #
5078
5078
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL.
5079
- # For Amazon Aurora DB instances, the life cycle type is managed by
5080
- # the DB cluster.
5079
+ # For Amazon Aurora DB instances, the engine lifecycle support is
5080
+ # managed by the DB cluster.
5081
5081
  #
5082
5082
  # You can use this setting to enroll your DB instance into Amazon RDS
5083
5083
  # Extended Support. With RDS Extended Support, you can run the
@@ -6900,7 +6900,7 @@ module Aws::RDS
6900
6900
  # @return [String]
6901
6901
  #
6902
6902
  # @!attribute [rw] engine_lifecycle_support
6903
- # The life cycle type for this global database cluster.
6903
+ # The lifecycle type for this global database cluster.
6904
6904
  #
6905
6905
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
6906
6906
  # which enrolls your global cluster into Amazon RDS Extended Support.
@@ -19336,6 +19336,32 @@ module Aws::RDS
19336
19336
  # PostgreSQL engines.
19337
19337
  # @return [String]
19338
19338
  #
19339
+ # @!attribute [rw] engine_lifecycle_support
19340
+ # The lifecycle type for this DB cluster.
19341
+ #
19342
+ # You can use this setting to enroll your DB cluster into Amazon RDS
19343
+ # Extended Support or to opt out. With RDS Extended Support, you can
19344
+ # run the selected major engine version on your DB cluster past the
19345
+ # end of standard support for that engine version. For more
19346
+ # information, see the following sections:
19347
+ #
19348
+ # * Amazon Aurora - [Amazon RDS Extended Support with Amazon
19349
+ # Aurora][1] in the *Amazon Aurora User Guide*
19350
+ #
19351
+ # * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in
19352
+ # the *Amazon RDS User Guide*
19353
+ #
19354
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
19355
+ #
19356
+ # Valid Values: `open-source-rds-extended-support |
19357
+ # open-source-rds-extended-support-disabled`
19358
+ #
19359
+ #
19360
+ #
19361
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
19362
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
19363
+ # @return [String]
19364
+ #
19339
19365
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterMessage AWS API Documentation
19340
19366
  #
19341
19367
  class ModifyDBClusterMessage < Struct.new(
@@ -19385,7 +19411,8 @@ module Aws::RDS
19385
19411
  :aws_backup_recovery_point_arn,
19386
19412
  :enable_limitless_database,
19387
19413
  :ca_certificate_identifier,
19388
- :master_user_authentication_type)
19414
+ :master_user_authentication_type,
19415
+ :engine_lifecycle_support)
19389
19416
  SENSITIVE = [:master_user_password]
19390
19417
  include Aws::Structure
19391
19418
  end
@@ -20800,6 +20827,30 @@ module Aws::RDS
20800
20827
  # PostgreSQL engines.
20801
20828
  # @return [String]
20802
20829
  #
20830
+ # @!attribute [rw] engine_lifecycle_support
20831
+ # The lifecycle type for this DB instance.
20832
+ #
20833
+ # This setting applies only to RDS for MySQL and RDS for PostgreSQL.
20834
+ # For Amazon Aurora DB instances, the engine lifecycle support is
20835
+ # managed by the DB cluster.
20836
+ #
20837
+ # You can use this setting to enroll your DB instance into Amazon RDS
20838
+ # Extended Support or to opt out. With RDS Extended Support, you can
20839
+ # run the selected major engine version on your DB instance past the
20840
+ # end of standard support for that engine version. For more
20841
+ # information, see [Amazon RDS Extended Support with Amazon RDS][1] in
20842
+ # the *Amazon RDS User Guide*.
20843
+ #
20844
+ # Valid Values: `open-source-rds-extended-support |
20845
+ # open-source-rds-extended-support-disabled`
20846
+ #
20847
+ # This setting doesn't apply to RDS Custom DB instances.
20848
+ #
20849
+ #
20850
+ #
20851
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
20852
+ # @return [String]
20853
+ #
20803
20854
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
20804
20855
  #
20805
20856
  class ModifyDBInstanceMessage < Struct.new(
@@ -20866,7 +20917,8 @@ module Aws::RDS
20866
20917
  :engine,
20867
20918
  :additional_storage_volumes,
20868
20919
  :tag_specifications,
20869
- :master_user_authentication_type)
20920
+ :master_user_authentication_type,
20921
+ :engine_lifecycle_support)
20870
20922
  SENSITIVE = [:master_user_password, :tde_credential_password]
20871
20923
  include Aws::Structure
20872
20924
  end
@@ -24640,7 +24692,7 @@ module Aws::RDS
24640
24692
  # @return [String]
24641
24693
  #
24642
24694
  # @!attribute [rw] engine_lifecycle_support
24643
- # The life cycle type for this DB cluster.
24695
+ # The lifecycle type for this DB cluster.
24644
24696
  #
24645
24697
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
24646
24698
  # which enrolls your DB cluster into Amazon RDS Extended Support. At
@@ -25335,7 +25387,7 @@ module Aws::RDS
25335
25387
  # @return [String]
25336
25388
  #
25337
25389
  # @!attribute [rw] engine_lifecycle_support
25338
- # The life cycle type for this DB cluster.
25390
+ # The lifecycle type for this DB cluster.
25339
25391
  #
25340
25392
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
25341
25393
  # which enrolls your DB cluster into Amazon RDS Extended Support. At
@@ -26035,7 +26087,7 @@ module Aws::RDS
26035
26087
  # @return [String]
26036
26088
  #
26037
26089
  # @!attribute [rw] engine_lifecycle_support
26038
- # The life cycle type for this DB cluster.
26090
+ # The lifecycle type for this DB cluster.
26039
26091
  #
26040
26092
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
26041
26093
  # which enrolls your DB cluster into Amazon RDS Extended Support. At
@@ -26861,7 +26913,7 @@ module Aws::RDS
26861
26913
  # @return [String]
26862
26914
  #
26863
26915
  # @!attribute [rw] engine_lifecycle_support
26864
- # The life cycle type for this DB instance.
26916
+ # The lifecycle type for this DB instance.
26865
26917
  #
26866
26918
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
26867
26919
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -26882,8 +26934,8 @@ module Aws::RDS
26882
26934
  # User Guide*.
26883
26935
  #
26884
26936
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL.
26885
- # For Amazon Aurora DB instances, the life cycle type is managed by
26886
- # the DB cluster.
26937
+ # For Amazon Aurora DB instances, the engine lifecycle support is
26938
+ # managed by the DB cluster.
26887
26939
  #
26888
26940
  # Valid Values: `open-source-rds-extended-support |
26889
26941
  # open-source-rds-extended-support-disabled`
@@ -27616,7 +27668,7 @@ module Aws::RDS
27616
27668
  # @return [String]
27617
27669
  #
27618
27670
  # @!attribute [rw] engine_lifecycle_support
27619
- # The life cycle type for this DB instance.
27671
+ # The lifecycle type for this DB instance.
27620
27672
  #
27621
27673
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
27622
27674
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -27637,8 +27689,8 @@ module Aws::RDS
27637
27689
  # Guide*.
27638
27690
  #
27639
27691
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL.
27640
- # For Amazon Aurora DB instances, the life cycle type is managed by
27641
- # the DB cluster.
27692
+ # For Amazon Aurora DB instances, the engine lifecycle support is
27693
+ # managed by the DB cluster.
27642
27694
  #
27643
27695
  # Valid Values: `open-source-rds-extended-support |
27644
27696
  # open-source-rds-extended-support-disabled`
@@ -28442,7 +28494,7 @@ module Aws::RDS
28442
28494
  # @return [String]
28443
28495
  #
28444
28496
  # @!attribute [rw] engine_lifecycle_support
28445
- # The life cycle type for this DB instance.
28497
+ # The lifecycle type for this DB instance.
28446
28498
  #
28447
28499
  # <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
28448
28500
  # which enrolls your DB instance into Amazon RDS Extended Support. At
@@ -28463,8 +28515,8 @@ module Aws::RDS
28463
28515
  # User Guide*.
28464
28516
  #
28465
28517
  # This setting applies only to RDS for MySQL and RDS for PostgreSQL.
28466
- # For Amazon Aurora DB instances, the life cycle type is managed by
28467
- # the DB cluster.
28518
+ # For Amazon Aurora DB instances, the engine lifecycle support is
28519
+ # managed by the DB cluster.
28468
28520
  #
28469
28521
  # Valid Values: `open-source-rds-extended-support |
28470
28522
  # open-source-rds-extended-support-disabled`
data/lib/aws-sdk-rds.rb CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
80
80
  autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
81
81
  autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
82
82
 
83
- GEM_VERSION = '1.317.0'
83
+ GEM_VERSION = '1.318.0'
84
84
 
85
85
  end
86
86
 
data/sig/client.rbs CHANGED
@@ -2402,7 +2402,8 @@ module Aws
2402
2402
  ?aws_backup_recovery_point_arn: ::String,
2403
2403
  ?enable_limitless_database: bool,
2404
2404
  ?ca_certificate_identifier: ::String,
2405
- ?master_user_authentication_type: ("password" | "iam-db-auth")
2405
+ ?master_user_authentication_type: ("password" | "iam-db-auth"),
2406
+ ?engine_lifecycle_support: ::String
2406
2407
  ) -> _ModifyDBClusterResponseSuccess
2407
2408
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterResponseSuccess
2408
2409
 
@@ -2551,7 +2552,8 @@ module Aws
2551
2552
  ]?
2552
2553
  }
2553
2554
  ],
2554
- ?master_user_authentication_type: ("password" | "iam-db-auth")
2555
+ ?master_user_authentication_type: ("password" | "iam-db-auth"),
2556
+ ?engine_lifecycle_support: ::String
2555
2557
  ) -> _ModifyDBInstanceResponseSuccess
2556
2558
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBInstanceResponseSuccess
2557
2559
 
data/sig/db_cluster.rbs CHANGED
@@ -473,7 +473,8 @@ module Aws
473
473
  ?aws_backup_recovery_point_arn: ::String,
474
474
  ?enable_limitless_database: bool,
475
475
  ?ca_certificate_identifier: ::String,
476
- ?master_user_authentication_type: ("password" | "iam-db-auth")
476
+ ?master_user_authentication_type: ("password" | "iam-db-auth"),
477
+ ?engine_lifecycle_support: ::String
477
478
  ) -> DBCluster
478
479
  | (?Hash[Symbol, untyped]) -> DBCluster
479
480
 
data/sig/db_instance.rbs CHANGED
@@ -596,7 +596,8 @@ module Aws
596
596
  ]?
597
597
  }
598
598
  ],
599
- ?master_user_authentication_type: ("password" | "iam-db-auth")
599
+ ?master_user_authentication_type: ("password" | "iam-db-auth"),
600
+ ?engine_lifecycle_support: ::String
600
601
  ) -> DBInstance
601
602
  | (?Hash[Symbol, untyped]) -> DBInstance
602
603
 
data/sig/types.rbs CHANGED
@@ -3005,6 +3005,7 @@ module Aws::RDS
3005
3005
  attr_accessor enable_limitless_database: bool
3006
3006
  attr_accessor ca_certificate_identifier: ::String
3007
3007
  attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
3008
+ attr_accessor engine_lifecycle_support: ::String
3008
3009
  SENSITIVE: [:master_user_password]
3009
3010
  end
3010
3011
 
@@ -3097,6 +3098,7 @@ module Aws::RDS
3097
3098
  attr_accessor additional_storage_volumes: ::Array[Types::ModifyAdditionalStorageVolume]
3098
3099
  attr_accessor tag_specifications: ::Array[Types::TagSpecification]
3099
3100
  attr_accessor master_user_authentication_type: ("password" | "iam-db-auth")
3101
+ attr_accessor engine_lifecycle_support: ::String
3100
3102
  SENSITIVE: [:master_user_password, :tde_credential_password]
3101
3103
  end
3102
3104
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.317.0
4
+ version: 1.318.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services