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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +3 -7
- data/lib/aws-sdk-rds/db_instance.rb +2 -6
- data/lib/aws-sdk-rds/errors.rb +0 -1
- data/lib/aws-sdk-rds/resource.rb +2 -6
- data/lib/aws-sdk-rds/types.rb +2 -6
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05b2720a38ea4312bfc6e654c867063843ea2ddddcdb8f3db228019a57d3eead
|
4
|
+
data.tar.gz: bc87799c70b4533745e6323e1efc78f4c8f8d2fda3a89782e76f34752caf0fa3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc743870333e95cc0ed6a6fa46c9b035c13552da12ad7bc65e8433a4f8b383e55a9f1484f70484f30c7583f58b86eb4550958a47156b806dcc50b3f6dffdad57
|
7
|
+
data.tar.gz: 13a3b9d2f35ed42a4a6a515c207687a9ccfa641580b84deac424c33bfe15a7949f24f7cced9496dd4134e4fcc114be01287636493a9cd60329f1ccf3f6bbeb36
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.283.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -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
|
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.
|
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
|
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
|
#
|
data/lib/aws-sdk-rds/errors.rb
CHANGED
@@ -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
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -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
|
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
|
#
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -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
|
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.
|
83
|
+
GEM_VERSION = '1.283.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|