aws-sdk-rds 1.287.0 → 1.288.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: 9f3334e273e60cb4c6d7081a5090701c9661f30e170d8f2497aa12d2f409d211
4
- data.tar.gz: aa0ddd7b4545ed3f72b28b7bce684adadb5be087dd861dd0d3ebca130e275896
3
+ metadata.gz: 83b9bdf120f254ec4034c921a414fa7c28533d221543266fab98dde5c8bbc5d8
4
+ data.tar.gz: 31ed2dcc19fcbc739db33082d6b37d2893c5f771dd01c7148a9d18b1f5525338
5
5
  SHA512:
6
- metadata.gz: 36c3f74d9c49b418956285ccc9d91bf77f2b560b121aada950784d4f5f728a8ba1dc0d23bb4df2edc04255d95a23d873d98448da6e12cdb549c1c1f7bc6ebda4
7
- data.tar.gz: 2248d3568260c33a46a23546f71b2e2266b13b92db1c7410ad7006fd485fb6fa9bb43b95e1eb84fbdfc0d4bdc23d74cefe00a0f14417cca2f840146f19397228
6
+ metadata.gz: 1286f9edbb92f007ca9684ce3d372c74d4a4c58a99425b1d7d09a2412232d7485c1bb016b4cba58ce30d669cc1e1169cf7ec90a4d3493024507cd4d0a1be2346
7
+ data.tar.gz: 1b07248bc1d91f4e59903fa355b8bac294499d248280d100674e0bbc8aa2336d0fd1141bb292a8da7771cec5dbeed8f95a1d5fb5db9ce3f1429a6ea007858bd9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.288.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Updates Amazon RDS documentation for Db2 read-only replicas.
8
+
4
9
  1.287.0 (2025-08-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.287.0
1
+ 1.288.0
@@ -2706,8 +2706,18 @@ module Aws::RDS
2706
2706
  # A list of Availability Zones (AZs) where you specifically want to
2707
2707
  # create DB instances in the DB cluster.
2708
2708
  #
2709
- # For information on AZs, see [Availability Zones][1] in the *Amazon
2710
- # Aurora User Guide*.
2709
+ # For the first three DB instances that you create, RDS distributes each
2710
+ # DB instance to a different AZ that you specify. For additional DB
2711
+ # instances that you create, RDS randomly distributes them to the AZs
2712
+ # that you specified. For example, if you create a DB cluster with one
2713
+ # writer instance and three reader instances, RDS might distribute the
2714
+ # writer instance to AZ 1, the first reader instance to AZ 2, the second
2715
+ # reader instance to AZ 3, and the third reader instance to either AZ 1,
2716
+ # AZ 2, or AZ 3.
2717
+ #
2718
+ # For more information, see [Availability Zones][1] and [High
2719
+ # availability for Aurora DB instances][2] in the *Amazon Aurora User
2720
+ # Guide*.
2711
2721
  #
2712
2722
  # Valid for Cluster Type: Aurora DB clusters only
2713
2723
  #
@@ -2720,6 +2730,7 @@ module Aws::RDS
2720
2730
  #
2721
2731
  #
2722
2732
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones
2733
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Concepts.AuroraHighAvailability.Instances
2723
2734
  #
2724
2735
  # @option params [Integer] :backup_retention_period
2725
2736
  # The number of days for which automated backups are retained.
@@ -4986,12 +4997,8 @@ module Aws::RDS
4986
4997
  # set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
4987
4998
  # deployment.
4988
4999
  #
4989
- # This setting doesn't apply to the following DB instances:
4990
- #
4991
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
4992
- # the DB cluster.)
4993
- #
4994
- # * RDS Custom
5000
+ # This setting doesn't apply to Amazon Aurora because the DB instance
5001
+ # Availability Zones (AZs) are managed by the DB cluster.
4995
5002
  #
4996
5003
  # @option params [String] :engine_version
4997
5004
  # The version number of the database engine to use.
@@ -5081,7 +5088,7 @@ module Aws::RDS
5081
5088
  # The license model information for this DB instance.
5082
5089
  #
5083
5090
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
5084
- # Bring Your Own License (BYOL) model requires a custom parameter group
5091
+ # bring your own license (BYOL) model requires a custom parameter group
5085
5092
  # and an Amazon Web Services License Manager self-managed license. The
5086
5093
  # Db2 license through Amazon Web Services Marketplace model requires an
5087
5094
  # Amazon Web Services Marketplace subscription. For more information,
@@ -6124,15 +6131,12 @@ module Aws::RDS
6124
6131
 
6125
6132
  # Creates a new DB instance that acts as a read replica for an existing
6126
6133
  # source DB instance or Multi-AZ DB cluster. You can create a read
6127
- # replica for a DB instance running MariaDB, MySQL, Oracle, PostgreSQL,
6128
- # or SQL Server. You can create a read replica for a Multi-AZ DB cluster
6129
- # running MySQL or PostgreSQL. For more information, see [Working with
6130
- # read replicas][1] and [Migrating from a Multi-AZ DB cluster to a DB
6131
- # instance using a read replica][2] in the *Amazon RDS User Guide*.
6132
- #
6133
- # Amazon RDS for Db2 supports this operation for standby replicas. To
6134
- # create a standby replica for a DB instance running Db2, you must set
6135
- # `ReplicaMode` to `mounted`.
6134
+ # replica for a DB instance running Db2, MariaDB, MySQL, Oracle,
6135
+ # PostgreSQL, or SQL Server. You can create a read replica for a
6136
+ # Multi-AZ DB cluster running MySQL or PostgreSQL. For more information,
6137
+ # see [Working with read replicas][1] and [Migrating from a Multi-AZ DB
6138
+ # cluster to a DB instance using a read replica][2] in the *Amazon RDS
6139
+ # User Guide*.
6136
6140
  #
6137
6141
  # Amazon Aurora doesn't support this operation. To create a DB instance
6138
6142
  # for an Aurora DB cluster, use the `CreateDBInstance` operation.
@@ -6684,11 +6688,9 @@ module Aws::RDS
6684
6688
  # @option params [String] :replica_mode
6685
6689
  # The open mode of the replica database.
6686
6690
  #
6687
- # <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
6691
+ # This parameter is only supported for Db2 DB instances and Oracle DB
6688
6692
  # instances.
6689
6693
  #
6690
- # </note>
6691
- #
6692
6694
  # Db2
6693
6695
  #
6694
6696
  # : Standby DB replicas are included in Db2 Advanced Edition (AE) and
@@ -6698,8 +6700,8 @@ module Aws::RDS
6698
6700
  #
6699
6701
  # You can create a combination of standby and read-only DB replicas
6700
6702
  # for the same primary DB instance. For more information, see [Working
6701
- # with read replicas for Amazon RDS for Db2][1] in the *Amazon RDS
6702
- # User Guide*.
6703
+ # with replicas for Amazon RDS for Db2][1] in the *Amazon RDS User
6704
+ # Guide*.
6703
6705
  #
6704
6706
  # To create standby DB replicas for RDS for Db2, set this parameter to
6705
6707
  # `mounted`.
@@ -7322,13 +7324,12 @@ module Aws::RDS
7322
7324
  # lower than the connection timeout limit for the associated database.
7323
7325
  #
7324
7326
  # @option params [Boolean] :debug_logging
7325
- # Specifies whether the proxy includes detailed information about SQL
7326
- # statements in its logs. This information helps you to debug issues
7327
- # involving SQL behavior or the performance and scalability of the proxy
7328
- # connections. The debug information includes the text of SQL statements
7329
- # that you submit through the proxy. Thus, only enable this setting when
7330
- # needed for debugging, and only when you have security measures in
7331
- # place to safeguard any sensitive information that appears in the logs.
7327
+ # Specifies whether the proxy logs detailed connection and query
7328
+ # information. When you enable `DebugLogging`, the proxy captures
7329
+ # connection details and connection pool behavior from your queries.
7330
+ # Debug logging increases CloudWatch costs and can impact proxy
7331
+ # performance. Enable this option only when you need to troubleshoot
7332
+ # connection or performance issues.
7332
7333
  #
7333
7334
  # @option params [Array<Types::Tag>] :tags
7334
7335
  # An optional set of key-value pairs to associate arbitrary data of your
@@ -21372,11 +21373,9 @@ module Aws::RDS
21372
21373
  # @option params [String] :replica_mode
21373
21374
  # The open mode of a replica database.
21374
21375
  #
21375
- # <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
21376
+ # This parameter is only supported for Db2 DB instances and Oracle DB
21376
21377
  # instances.
21377
21378
  #
21378
- # </note>
21379
- #
21380
21379
  # Db2
21381
21380
  #
21382
21381
  # : Standby DB replicas are included in Db2 Advanced Edition (AE) and
@@ -21386,8 +21385,8 @@ module Aws::RDS
21386
21385
  #
21387
21386
  # You can create a combination of standby and read-only DB replicas
21388
21387
  # for the same primary DB instance. For more information, see [Working
21389
- # with read replicas for Amazon RDS for Db2][1] in the *Amazon RDS
21390
- # User Guide*.
21388
+ # with replicas for Amazon RDS for Db2][1] in the *Amazon RDS User
21389
+ # Guide*.
21391
21390
  #
21392
21391
  # To create standby DB replicas for RDS for Db2, set this parameter to
21393
21392
  # `mounted`.
@@ -22074,13 +22073,12 @@ module Aws::RDS
22074
22073
  # lower than the connection timeout limit for the associated database.
22075
22074
  #
22076
22075
  # @option params [Boolean] :debug_logging
22077
- # Whether the proxy includes detailed information about SQL statements
22078
- # in its logs. This information helps you to debug issues involving SQL
22079
- # behavior or the performance and scalability of the proxy connections.
22080
- # The debug information includes the text of SQL statements that you
22081
- # submit through the proxy. Thus, only enable this setting when needed
22082
- # for debugging, and only when you have security measures in place to
22083
- # safeguard any sensitive information that appears in the logs.
22076
+ # Specifies whether the proxy logs detailed connection and query
22077
+ # information. When you enable `DebugLogging`, the proxy captures
22078
+ # connection details and connection pool behavior from your queries.
22079
+ # Debug logging increases CloudWatch costs and can impact proxy
22080
+ # performance. Enable this option only when you need to troubleshoot
22081
+ # connection or performance issues.
22084
22082
  #
22085
22083
  # @option params [String] :role_arn
22086
22084
  # The Amazon Resource Name (ARN) of the IAM role that the proxy uses to
@@ -22462,8 +22460,9 @@ module Aws::RDS
22462
22460
  # Updates a manual DB snapshot with a new engine version. The snapshot
22463
22461
  # can be encrypted or unencrypted, but not shared or public.
22464
22462
  #
22465
- # Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and
22466
- # Oracle. This operation doesn't apply to RDS Custom or RDS for Db2.
22463
+ # Amazon RDS supports upgrading DB snapshots for MariaDB, MySQL,
22464
+ # PostgreSQL, and Oracle. This operation doesn't apply to RDS Custom or
22465
+ # RDS for Db2.
22467
22466
  #
22468
22467
  # @option params [required, String] :db_snapshot_identifier
22469
22468
  # The identifier of the DB snapshot to modify.
@@ -22474,14 +22473,33 @@ module Aws::RDS
22474
22473
  # The following are the database engines and engine versions that are
22475
22474
  # available when you upgrade a DB snapshot.
22476
22475
  #
22476
+ # **MariaDB**
22477
+ #
22478
+ # For the list of engine versions that are available for upgrading a DB
22479
+ # snapshot, see [ Upgrading a MariaDB DB snapshot engine version][1] in
22480
+ # the *Amazon RDS User Guide.*
22481
+ #
22477
22482
  # **MySQL**
22478
22483
  #
22479
22484
  # For the list of engine versions that are available for upgrading a DB
22480
- # snapshot, see [ Upgrading a MySQL DB snapshot engine version][1] in
22485
+ # snapshot, see [ Upgrading a MySQL DB snapshot engine version][2] in
22481
22486
  # the *Amazon RDS User Guide.*
22482
22487
  #
22483
22488
  # **Oracle**
22484
22489
  #
22490
+ # * `21.0.0.0.ru-2025-04.rur-2025-04.r1` (supported for
22491
+ # 21.0.0.0.ru-2022-01.rur-2022-01.r1,
22492
+ # 21.0.0.0.ru-2022-04.rur-2022-04.r1,
22493
+ # 21.0.0.0.ru-2022-07.rur-2022-07.r1,
22494
+ # 21.0.0.0.ru-2022-10.rur-2022-10.r1,
22495
+ # 21.0.0.0.ru-2023-01.rur-2023-01.r1 and
22496
+ # 21.0.0.0.ru-2023-01.rur-2023-01.r2 DB snapshots)
22497
+ #
22498
+ # * `19.0.0.0.ru-2025-04.rur-2025-04.r1` (supported for
22499
+ # 19.0.0.0.ru-2019-07.rur-2019-07.r1,
22500
+ # 19.0.0.0.ru-2019-10.rur-2019-10.r1 and
22501
+ # 0.0.0.ru-2020-01.rur-2020-01.r1 DB snapshots)
22502
+ #
22485
22503
  # * `19.0.0.0.ru-2022-01.rur-2022-01.r1` (supported for 12.2.0.1 DB
22486
22504
  # snapshots)
22487
22505
  #
@@ -22497,13 +22515,14 @@ module Aws::RDS
22497
22515
  # **PostgreSQL**
22498
22516
  #
22499
22517
  # For the list of engine versions that are available for upgrading a DB
22500
- # snapshot, see [ Upgrading a PostgreSQL DB snapshot engine version][2]
22518
+ # snapshot, see [ Upgrading a PostgreSQL DB snapshot engine version][3]
22501
22519
  # in the *Amazon RDS User Guide.*
22502
22520
  #
22503
22521
  #
22504
22522
  #
22505
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html
22506
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html
22523
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mariadb-upgrade-snapshot.html
22524
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html
22525
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html
22507
22526
  #
22508
22527
  # @option params [String] :option_group_name
22509
22528
  # The option group to identify with the upgraded DB snapshot.
@@ -27716,7 +27735,7 @@ module Aws::RDS
27716
27735
  # License model information for the restored DB instance.
27717
27736
  #
27718
27737
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
27719
- # Bring Your Own License (BYOL) model requires a custom parameter group
27738
+ # bring your own license (BYOL) model requires a custom parameter group
27720
27739
  # and an Amazon Web Services License Manager self-managed license. The
27721
27740
  # Db2 license through Amazon Web Services Marketplace model requires an
27722
27741
  # Amazon Web Services Marketplace subscription. For more information,
@@ -28512,8 +28531,9 @@ module Aws::RDS
28512
28531
  # MySQL databases by using backup files. You can create a backup of your
28513
28532
  # on-premises database, store it on Amazon Simple Storage Service
28514
28533
  # (Amazon S3), and then restore the backup file onto a new Amazon RDS DB
28515
- # instance running MySQL. For more information, see [Importing Data into
28516
- # an Amazon RDS MySQL DB Instance][1] in the *Amazon RDS User Guide.*
28534
+ # instance running MySQL. For more information, see [Restoring a backup
28535
+ # into an Amazon RDS for MySQL DB instance][1] in the *Amazon RDS User
28536
+ # Guide.*
28517
28537
  #
28518
28538
  # This operation doesn't apply to RDS Custom.
28519
28539
  #
@@ -29483,7 +29503,7 @@ module Aws::RDS
29483
29503
  # The license model information for the restored DB instance.
29484
29504
  #
29485
29505
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
29486
- # Bring Your Own License (BYOL) model requires a custom parameter group
29506
+ # bring your own license (BYOL) model requires a custom parameter group
29487
29507
  # and an Amazon Web Services License Manager self-managed license. The
29488
29508
  # Db2 license through Amazon Web Services Marketplace model requires an
29489
29509
  # Amazon Web Services Marketplace subscription. For more information,
@@ -32430,7 +32450,7 @@ module Aws::RDS
32430
32450
  tracer: tracer
32431
32451
  )
32432
32452
  context[:gem_name] = 'aws-sdk-rds'
32433
- context[:gem_version] = '1.287.0'
32453
+ context[:gem_version] = '1.288.0'
32434
32454
  Seahorse::Client::Request.new(handlers, context)
32435
32455
  end
32436
32456
 
@@ -1000,8 +1000,18 @@ module Aws::RDS
1000
1000
  # A list of Availability Zones (AZs) where you specifically want to
1001
1001
  # create DB instances in the DB cluster.
1002
1002
  #
1003
- # For information on AZs, see [Availability Zones][1] in the *Amazon
1004
- # Aurora User Guide*.
1003
+ # For the first three DB instances that you create, RDS distributes each
1004
+ # DB instance to a different AZ that you specify. For additional DB
1005
+ # instances that you create, RDS randomly distributes them to the AZs
1006
+ # that you specified. For example, if you create a DB cluster with one
1007
+ # writer instance and three reader instances, RDS might distribute the
1008
+ # writer instance to AZ 1, the first reader instance to AZ 2, the second
1009
+ # reader instance to AZ 3, and the third reader instance to either AZ 1,
1010
+ # AZ 2, or AZ 3.
1011
+ #
1012
+ # For more information, see [Availability Zones][1] and [High
1013
+ # availability for Aurora DB instances][2] in the *Amazon Aurora User
1014
+ # Guide*.
1005
1015
  #
1006
1016
  # Valid for Cluster Type: Aurora DB clusters only
1007
1017
  #
@@ -1014,6 +1024,7 @@ module Aws::RDS
1014
1024
  #
1015
1025
  #
1016
1026
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones
1027
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Concepts.AuroraHighAvailability.Instances
1017
1028
  # @option options [Integer] :backup_retention_period
1018
1029
  # The number of days for which automated backups are retained.
1019
1030
  #
@@ -228,9 +228,9 @@ module Aws::RDS
228
228
  end
229
229
 
230
230
  # The open mode of a Db2 or an Oracle read replica. The default is
231
- # `open-read-only`. For more information, see [Working with read
232
- # replicas for Amazon RDS for Db2][1] and [Working with read replicas
233
- # for Amazon RDS for Oracle][2] in the *Amazon RDS User Guide*.
231
+ # `open-read-only`. For more information, see [Working with replicas for
232
+ # Amazon RDS for Db2][1] and [Working with read replicas for Amazon RDS
233
+ # for Oracle][2] in the *Amazon RDS User Guide*.
234
234
  #
235
235
  # <note markdown="1"> This attribute is only supported in RDS for Db2, RDS for Oracle, and
236
236
  # RDS Custom for Oracle.
@@ -1551,12 +1551,8 @@ module Aws::RDS
1551
1551
  # set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
1552
1552
  # deployment.
1553
1553
  #
1554
- # This setting doesn't apply to the following DB instances:
1555
- #
1556
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
1557
- # the DB cluster.)
1558
- #
1559
- # * RDS Custom
1554
+ # This setting doesn't apply to Amazon Aurora because the DB instance
1555
+ # Availability Zones (AZs) are managed by the DB cluster.
1560
1556
  # @option options [String] :engine_version
1561
1557
  # The version number of the database engine to use.
1562
1558
  #
@@ -1643,7 +1639,7 @@ module Aws::RDS
1643
1639
  # The license model information for this DB instance.
1644
1640
  #
1645
1641
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
1646
- # Bring Your Own License (BYOL) model requires a custom parameter group
1642
+ # bring your own license (BYOL) model requires a custom parameter group
1647
1643
  # and an Amazon Web Services License Manager self-managed license. The
1648
1644
  # Db2 license through Amazon Web Services Marketplace model requires an
1649
1645
  # Amazon Web Services Marketplace subscription. For more information,
@@ -2805,11 +2801,9 @@ module Aws::RDS
2805
2801
  # @option options [String] :replica_mode
2806
2802
  # The open mode of the replica database.
2807
2803
  #
2808
- # <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
2804
+ # This parameter is only supported for Db2 DB instances and Oracle DB
2809
2805
  # instances.
2810
2806
  #
2811
- # </note>
2812
- #
2813
2807
  # Db2
2814
2808
  #
2815
2809
  # : Standby DB replicas are included in Db2 Advanced Edition (AE) and
@@ -2819,8 +2813,8 @@ module Aws::RDS
2819
2813
  #
2820
2814
  # You can create a combination of standby and read-only DB replicas
2821
2815
  # for the same primary DB instance. For more information, see [Working
2822
- # with read replicas for Amazon RDS for Db2][1] in the *Amazon RDS
2823
- # User Guide*.
2816
+ # with replicas for Amazon RDS for Db2][1] in the *Amazon RDS User
2817
+ # Guide*.
2824
2818
  #
2825
2819
  # To create standby DB replicas for RDS for Db2, set this parameter to
2826
2820
  # `mounted`.
@@ -4036,11 +4030,9 @@ module Aws::RDS
4036
4030
  # @option options [String] :replica_mode
4037
4031
  # The open mode of a replica database.
4038
4032
  #
4039
- # <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
4033
+ # This parameter is only supported for Db2 DB instances and Oracle DB
4040
4034
  # instances.
4041
4035
  #
4042
- # </note>
4043
- #
4044
4036
  # Db2
4045
4037
  #
4046
4038
  # : Standby DB replicas are included in Db2 Advanced Edition (AE) and
@@ -4050,8 +4042,8 @@ module Aws::RDS
4050
4042
  #
4051
4043
  # You can create a combination of standby and read-only DB replicas
4052
4044
  # for the same primary DB instance. For more information, see [Working
4053
- # with read replicas for Amazon RDS for Db2][1] in the *Amazon RDS
4054
- # User Guide*.
4045
+ # with replicas for Amazon RDS for Db2][1] in the *Amazon RDS User
4046
+ # Guide*.
4055
4047
  #
4056
4048
  # To create standby DB replicas for RDS for Db2, set this parameter to
4057
4049
  # `mounted`.
@@ -4547,7 +4539,7 @@ module Aws::RDS
4547
4539
  # The license model information for the restored DB instance.
4548
4540
  #
4549
4541
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
4550
- # Bring Your Own License (BYOL) model requires a custom parameter group
4542
+ # bring your own license (BYOL) model requires a custom parameter group
4551
4543
  # and an Amazon Web Services License Manager self-managed license. The
4552
4544
  # Db2 license through Amazon Web Services Marketplace model requires an
4553
4545
  # Amazon Web Services Marketplace subscription. For more information,
@@ -837,7 +837,7 @@ module Aws::RDS
837
837
  # License model information for the restored DB instance.
838
838
  #
839
839
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
840
- # Bring Your Own License (BYOL) model requires a custom parameter group
840
+ # bring your own license (BYOL) model requires a custom parameter group
841
841
  # and an Amazon Web Services License Manager self-managed license. The
842
842
  # Db2 license through Amazon Web Services Marketplace model requires an
843
843
  # Amazon Web Services Marketplace subscription. For more information,
@@ -121,8 +121,18 @@ module Aws::RDS
121
121
  # A list of Availability Zones (AZs) where you specifically want to
122
122
  # create DB instances in the DB cluster.
123
123
  #
124
- # For information on AZs, see [Availability Zones][1] in the *Amazon
125
- # Aurora User Guide*.
124
+ # For the first three DB instances that you create, RDS distributes each
125
+ # DB instance to a different AZ that you specify. For additional DB
126
+ # instances that you create, RDS randomly distributes them to the AZs
127
+ # that you specified. For example, if you create a DB cluster with one
128
+ # writer instance and three reader instances, RDS might distribute the
129
+ # writer instance to AZ 1, the first reader instance to AZ 2, the second
130
+ # reader instance to AZ 3, and the third reader instance to either AZ 1,
131
+ # AZ 2, or AZ 3.
132
+ #
133
+ # For more information, see [Availability Zones][1] and [High
134
+ # availability for Aurora DB instances][2] in the *Amazon Aurora User
135
+ # Guide*.
126
136
  #
127
137
  # Valid for Cluster Type: Aurora DB clusters only
128
138
  #
@@ -135,6 +145,7 @@ module Aws::RDS
135
145
  #
136
146
  #
137
147
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones
148
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Concepts.AuroraHighAvailability.Instances
138
149
  # @option options [Integer] :backup_retention_period
139
150
  # The number of days for which automated backups are retained.
140
151
  #
@@ -1696,12 +1707,8 @@ module Aws::RDS
1696
1707
  # set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
1697
1708
  # deployment.
1698
1709
  #
1699
- # This setting doesn't apply to the following DB instances:
1700
- #
1701
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
1702
- # the DB cluster.)
1703
- #
1704
- # * RDS Custom
1710
+ # This setting doesn't apply to Amazon Aurora because the DB instance
1711
+ # Availability Zones (AZs) are managed by the DB cluster.
1705
1712
  # @option options [String] :engine_version
1706
1713
  # The version number of the database engine to use.
1707
1714
  #
@@ -1788,7 +1795,7 @@ module Aws::RDS
1788
1795
  # The license model information for this DB instance.
1789
1796
  #
1790
1797
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
1791
- # Bring Your Own License (BYOL) model requires a custom parameter group
1798
+ # bring your own license (BYOL) model requires a custom parameter group
1792
1799
  # and an Amazon Web Services License Manager self-managed license. The
1793
1800
  # Db2 license through Amazon Web Services Marketplace model requires an
1794
1801
  # Amazon Web Services Marketplace subscription. For more information,
@@ -2203,8 +2203,18 @@ module Aws::RDS
2203
2203
  # A list of Availability Zones (AZs) where you specifically want to
2204
2204
  # create DB instances in the DB cluster.
2205
2205
  #
2206
- # For information on AZs, see [Availability Zones][1] in the *Amazon
2207
- # Aurora User Guide*.
2206
+ # For the first three DB instances that you create, RDS distributes
2207
+ # each DB instance to a different AZ that you specify. For additional
2208
+ # DB instances that you create, RDS randomly distributes them to the
2209
+ # AZs that you specified. For example, if you create a DB cluster with
2210
+ # one writer instance and three reader instances, RDS might distribute
2211
+ # the writer instance to AZ 1, the first reader instance to AZ 2, the
2212
+ # second reader instance to AZ 3, and the third reader instance to
2213
+ # either AZ 1, AZ 2, or AZ 3.
2214
+ #
2215
+ # For more information, see [Availability Zones][1] and [High
2216
+ # availability for Aurora DB instances][2] in the *Amazon Aurora User
2217
+ # Guide*.
2208
2218
  #
2209
2219
  # Valid for Cluster Type: Aurora DB clusters only
2210
2220
  #
@@ -2217,6 +2227,7 @@ module Aws::RDS
2217
2227
  #
2218
2228
  #
2219
2229
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones
2230
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Concepts.AuroraHighAvailability.Instances
2220
2231
  # @return [Array<String>]
2221
2232
  #
2222
2233
  # @!attribute [rw] backup_retention_period
@@ -4012,12 +4023,8 @@ module Aws::RDS
4012
4023
  # can't set the `AvailabilityZone` parameter if the DB instance is a
4013
4024
  # Multi-AZ deployment.
4014
4025
  #
4015
- # This setting doesn't apply to the following DB instances:
4016
- #
4017
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
4018
- # the DB cluster.)
4019
- #
4020
- # * RDS Custom
4026
+ # This setting doesn't apply to Amazon Aurora because the DB instance
4027
+ # Availability Zones (AZs) are managed by the DB cluster.
4021
4028
  # @return [Boolean]
4022
4029
  #
4023
4030
  # @!attribute [rw] engine_version
@@ -4110,7 +4117,7 @@ module Aws::RDS
4110
4117
  # The license model information for this DB instance.
4111
4118
  #
4112
4119
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
4113
- # Bring Your Own License (BYOL) model requires a custom parameter
4120
+ # bring your own license (BYOL) model requires a custom parameter
4114
4121
  # group and an Amazon Web Services License Manager self-managed
4115
4122
  # license. The Db2 license through Amazon Web Services Marketplace
4116
4123
  # model requires an Amazon Web Services Marketplace subscription. For
@@ -5488,11 +5495,9 @@ module Aws::RDS
5488
5495
  # @!attribute [rw] replica_mode
5489
5496
  # The open mode of the replica database.
5490
5497
  #
5491
- # <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
5498
+ # This parameter is only supported for Db2 DB instances and Oracle DB
5492
5499
  # instances.
5493
5500
  #
5494
- # </note>
5495
- #
5496
5501
  # Db2
5497
5502
  #
5498
5503
  # : Standby DB replicas are included in Db2 Advanced Edition (AE) and
@@ -5502,8 +5507,8 @@ module Aws::RDS
5502
5507
  #
5503
5508
  # You can create a combination of standby and read-only DB replicas
5504
5509
  # for the same primary DB instance. For more information, see
5505
- # [Working with read replicas for Amazon RDS for Db2][1] in the
5506
- # *Amazon RDS User Guide*.
5510
+ # [Working with replicas for Amazon RDS for Db2][1] in the *Amazon
5511
+ # RDS User Guide*.
5507
5512
  #
5508
5513
  # To create standby DB replicas for RDS for Db2, set this parameter
5509
5514
  # to `mounted`.
@@ -6013,14 +6018,12 @@ module Aws::RDS
6013
6018
  # @return [Integer]
6014
6019
  #
6015
6020
  # @!attribute [rw] debug_logging
6016
- # Specifies whether the proxy includes detailed information about SQL
6017
- # statements in its logs. This information helps you to debug issues
6018
- # involving SQL behavior or the performance and scalability of the
6019
- # proxy connections. The debug information includes the text of SQL
6020
- # statements that you submit through the proxy. Thus, only enable this
6021
- # setting when needed for debugging, and only when you have security
6022
- # measures in place to safeguard any sensitive information that
6023
- # appears in the logs.
6021
+ # Specifies whether the proxy logs detailed connection and query
6022
+ # information. When you enable `DebugLogging`, the proxy captures
6023
+ # connection details and connection pool behavior from your queries.
6024
+ # Debug logging increases CloudWatch costs and can impact proxy
6025
+ # performance. Enable this option only when you need to troubleshoot
6026
+ # connection or performance issues.
6024
6027
  # @return [Boolean]
6025
6028
  #
6026
6029
  # @!attribute [rw] tags
@@ -9109,9 +9112,9 @@ module Aws::RDS
9109
9112
  #
9110
9113
  # @!attribute [rw] replica_mode
9111
9114
  # The open mode of a Db2 or an Oracle read replica. The default is
9112
- # `open-read-only`. For more information, see [Working with read
9113
- # replicas for Amazon RDS for Db2][1] and [Working with read replicas
9114
- # for Amazon RDS for Oracle][2] in the *Amazon RDS User Guide*.
9115
+ # `open-read-only`. For more information, see [Working with replicas
9116
+ # for Amazon RDS for Db2][1] and [Working with read replicas for
9117
+ # Amazon RDS for Oracle][2] in the *Amazon RDS User Guide*.
9115
9118
  #
9116
9119
  # <note markdown="1"> This attribute is only supported in RDS for Db2, RDS for Oracle, and
9117
9120
  # RDS Custom for Oracle.
@@ -10329,14 +10332,12 @@ module Aws::RDS
10329
10332
  # @return [Integer]
10330
10333
  #
10331
10334
  # @!attribute [rw] debug_logging
10332
- # Indicates whether the proxy includes detailed information about SQL
10333
- # statements in its logs. This information helps you to debug issues
10334
- # involving SQL behavior or the performance and scalability of the
10335
- # proxy connections. The debug information includes the text of SQL
10336
- # statements that you submit through the proxy. Thus, only enable this
10337
- # setting when needed for debugging, and only when you have security
10338
- # measures in place to safeguard any sensitive information that
10339
- # appears in the logs.
10335
+ # Specifies whether the proxy logs detailed connection and query
10336
+ # information. When you enable `DebugLogging`, the proxy captures
10337
+ # connection details and connection pool behavior from your queries.
10338
+ # Debug logging increases CloudWatch costs and can impact proxy
10339
+ # performance. Enable this option only when you need to troubleshoot
10340
+ # connection or performance issues.
10340
10341
  # @return [Boolean]
10341
10342
  #
10342
10343
  # @!attribute [rw] created_date
@@ -19585,11 +19586,9 @@ module Aws::RDS
19585
19586
  # @!attribute [rw] replica_mode
19586
19587
  # The open mode of a replica database.
19587
19588
  #
19588
- # <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
19589
+ # This parameter is only supported for Db2 DB instances and Oracle DB
19589
19590
  # instances.
19590
19591
  #
19591
- # </note>
19592
- #
19593
19592
  # Db2
19594
19593
  #
19595
19594
  # : Standby DB replicas are included in Db2 Advanced Edition (AE) and
@@ -19599,8 +19598,8 @@ module Aws::RDS
19599
19598
  #
19600
19599
  # You can create a combination of standby and read-only DB replicas
19601
19600
  # for the same primary DB instance. For more information, see
19602
- # [Working with read replicas for Amazon RDS for Db2][1] in the
19603
- # *Amazon RDS User Guide*.
19601
+ # [Working with replicas for Amazon RDS for Db2][1] in the *Amazon
19602
+ # RDS User Guide*.
19604
19603
  #
19605
19604
  # To create standby DB replicas for RDS for Db2, set this parameter
19606
19605
  # to `mounted`.
@@ -20062,14 +20061,12 @@ module Aws::RDS
20062
20061
  # @return [Integer]
20063
20062
  #
20064
20063
  # @!attribute [rw] debug_logging
20065
- # Whether the proxy includes detailed information about SQL statements
20066
- # in its logs. This information helps you to debug issues involving
20067
- # SQL behavior or the performance and scalability of the proxy
20068
- # connections. The debug information includes the text of SQL
20069
- # statements that you submit through the proxy. Thus, only enable this
20070
- # setting when needed for debugging, and only when you have security
20071
- # measures in place to safeguard any sensitive information that
20072
- # appears in the logs.
20064
+ # Specifies whether the proxy logs detailed connection and query
20065
+ # information. When you enable `DebugLogging`, the proxy captures
20066
+ # connection details and connection pool behavior from your queries.
20067
+ # Debug logging increases CloudWatch costs and can impact proxy
20068
+ # performance. Enable this option only when you need to troubleshoot
20069
+ # connection or performance issues.
20073
20070
  # @return [Boolean]
20074
20071
  #
20075
20072
  # @!attribute [rw] role_arn
@@ -20305,14 +20302,33 @@ module Aws::RDS
20305
20302
  # The following are the database engines and engine versions that are
20306
20303
  # available when you upgrade a DB snapshot.
20307
20304
  #
20305
+ # **MariaDB**
20306
+ #
20307
+ # For the list of engine versions that are available for upgrading a
20308
+ # DB snapshot, see [ Upgrading a MariaDB DB snapshot engine
20309
+ # version][1] in the *Amazon RDS User Guide.*
20310
+ #
20308
20311
  # **MySQL**
20309
20312
  #
20310
20313
  # For the list of engine versions that are available for upgrading a
20311
- # DB snapshot, see [ Upgrading a MySQL DB snapshot engine version][1]
20314
+ # DB snapshot, see [ Upgrading a MySQL DB snapshot engine version][2]
20312
20315
  # in the *Amazon RDS User Guide.*
20313
20316
  #
20314
20317
  # **Oracle**
20315
20318
  #
20319
+ # * `21.0.0.0.ru-2025-04.rur-2025-04.r1` (supported for
20320
+ # 21.0.0.0.ru-2022-01.rur-2022-01.r1,
20321
+ # 21.0.0.0.ru-2022-04.rur-2022-04.r1,
20322
+ # 21.0.0.0.ru-2022-07.rur-2022-07.r1,
20323
+ # 21.0.0.0.ru-2022-10.rur-2022-10.r1,
20324
+ # 21.0.0.0.ru-2023-01.rur-2023-01.r1 and
20325
+ # 21.0.0.0.ru-2023-01.rur-2023-01.r2 DB snapshots)
20326
+ #
20327
+ # * `19.0.0.0.ru-2025-04.rur-2025-04.r1` (supported for
20328
+ # 19.0.0.0.ru-2019-07.rur-2019-07.r1,
20329
+ # 19.0.0.0.ru-2019-10.rur-2019-10.r1 and
20330
+ # 0.0.0.ru-2020-01.rur-2020-01.r1 DB snapshots)
20331
+ #
20316
20332
  # * `19.0.0.0.ru-2022-01.rur-2022-01.r1` (supported for 12.2.0.1 DB
20317
20333
  # snapshots)
20318
20334
  #
@@ -20329,12 +20345,13 @@ module Aws::RDS
20329
20345
  #
20330
20346
  # For the list of engine versions that are available for upgrading a
20331
20347
  # DB snapshot, see [ Upgrading a PostgreSQL DB snapshot engine
20332
- # version][2] in the *Amazon RDS User Guide.*
20348
+ # version][3] in the *Amazon RDS User Guide.*
20333
20349
  #
20334
20350
  #
20335
20351
  #
20336
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html
20337
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html
20352
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mariadb-upgrade-snapshot.html
20353
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html
20354
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html
20338
20355
  # @return [String]
20339
20356
  #
20340
20357
  # @!attribute [rw] option_group_name
@@ -25121,7 +25138,7 @@ module Aws::RDS
25121
25138
  # License model information for the restored DB instance.
25122
25139
  #
25123
25140
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
25124
- # Bring Your Own License (BYOL) model requires a custom parameter
25141
+ # bring your own license (BYOL) model requires a custom parameter
25125
25142
  # group and an Amazon Web Services License Manager self-managed
25126
25143
  # license. The Db2 license through Amazon Web Services Marketplace
25127
25144
  # model requires an Amazon Web Services Marketplace subscription. For
@@ -26602,7 +26619,7 @@ module Aws::RDS
26602
26619
  # The license model information for the restored DB instance.
26603
26620
  #
26604
26621
  # <note markdown="1"> License models for RDS for Db2 require additional configuration. The
26605
- # Bring Your Own License (BYOL) model requires a custom parameter
26622
+ # bring your own license (BYOL) model requires a custom parameter
26606
26623
  # group and an Amazon Web Services License Manager self-managed
26607
26624
  # license. The Db2 license through Amazon Web Services Marketplace
26608
26625
  # model requires an Amazon Web Services Marketplace subscription. For
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.287.0'
83
+ GEM_VERSION = '1.288.0'
84
84
 
85
85
  end
86
86
 
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.287.0
4
+ version: 1.288.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services