aws-sdk-rds 1.282.0 → 1.283.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: 5a62dcd656d3582a0fc973c19b7128d865c9f7bda609c6689e436ce9602f6c2c
4
- data.tar.gz: d798727c3eb36367aa6f6209d0d6154dfe013068ee1e756c35b87d8903a02c4c
3
+ metadata.gz: 05b2720a38ea4312bfc6e654c867063843ea2ddddcdb8f3db228019a57d3eead
4
+ data.tar.gz: bc87799c70b4533745e6323e1efc78f4c8f8d2fda3a89782e76f34752caf0fa3
5
5
  SHA512:
6
- metadata.gz: 110c3b6b0da5ab4db351da3d83ae61ba76b39473ae34fccfcca427356f4231097a2a900784a7290bde7f561963e535899db71eacf9470befcda9ede2b71d8b13
7
- data.tar.gz: 17afaf3efce534f320be6ff1bde0b0d2a1bd3c92dc6a624d2c0f1b14d68f5e3bdb131e74593ba5eeaf2f7477b86155ce9e5099db7574b25f559ca2dd1c2cbeec
6
+ metadata.gz: bc743870333e95cc0ed6a6fa46c9b035c13552da12ad7bc65e8433a4f8b383e55a9f1484f70484f30c7583f58b86eb4550958a47156b806dcc50b3f6dffdad57
7
+ data.tar.gz: 13a3b9d2f35ed42a4a6a515c207687a9ccfa641580b84deac424c33bfe15a7949f24f7cced9496dd4134e4fcc114be01287636493a9cd60329f1ccf3f6bbeb36
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.283.0 (2025-07-01)
5
+ ------------------
6
+
7
+ * Feature - Amazon RDS Custom for Oracle now supports multi-AZ database instances.
8
+
4
9
  1.282.0 (2025-06-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.282.0
1
+ 1.283.0
@@ -4978,12 +4978,8 @@ module Aws::RDS
4978
4978
  # set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
4979
4979
  # deployment.
4980
4980
  #
4981
- # This setting doesn't apply to the following DB instances:
4982
- #
4983
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
4984
- # the DB cluster.)
4985
- #
4986
- # * RDS Custom
4981
+ # This setting doesn't apply to Amazon Aurora because the DB instance
4982
+ # Availability Zones (AZs) are managed by the DB cluster.
4987
4983
  #
4988
4984
  # @option params [String] :engine_version
4989
4985
  # The version number of the database engine to use.
@@ -32411,7 +32407,7 @@ module Aws::RDS
32411
32407
  tracer: tracer
32412
32408
  )
32413
32409
  context[:gem_name] = 'aws-sdk-rds'
32414
- context[:gem_version] = '1.282.0'
32410
+ context[:gem_version] = '1.283.0'
32415
32411
  Seahorse::Client::Request.new(handlers, context)
32416
32412
  end
32417
32413
 
@@ -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
  #
@@ -243,7 +243,6 @@ module Aws::RDS
243
243
  #
244
244
  # Additionally, error classes are dynamically generated for service errors based on the error code
245
245
  # if they are not defined above.
246
- # Some existing error classes may use a different class name than the one documented.
247
246
  module Errors
248
247
 
249
248
  extend Aws::Errors::DynamicErrors
@@ -1696,12 +1696,8 @@ module Aws::RDS
1696
1696
  # set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
1697
1697
  # deployment.
1698
1698
  #
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
1699
+ # This setting doesn't apply to Amazon Aurora because the DB instance
1700
+ # Availability Zones (AZs) are managed by the DB cluster.
1705
1701
  # @option options [String] :engine_version
1706
1702
  # The version number of the database engine to use.
1707
1703
  #
@@ -4012,12 +4012,8 @@ module Aws::RDS
4012
4012
  # can't set the `AvailabilityZone` parameter if the DB instance is a
4013
4013
  # Multi-AZ deployment.
4014
4014
  #
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
4015
+ # This setting doesn't apply to Amazon Aurora because the DB instance
4016
+ # Availability Zones (AZs) are managed by the DB cluster.
4021
4017
  # @return [Boolean]
4022
4018
  #
4023
4019
  # @!attribute [rw] engine_version
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.282.0'
83
+ GEM_VERSION = '1.283.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.282.0
4
+ version: 1.283.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services