lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.70.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.71.0
- old
+ new
@@ -3350,12 +3350,19 @@
# A value that indicates whether the DB instance has deletion protection
# enabled. The database can't be deleted when deletion protection is
# enabled. By default, deletion protection is disabled. For more
# information, see [ Deleting a DB Instance][1].
#
+ # **Amazon Aurora**
#
+ # Not applicable. You can enable or disable deletion protection for the
+ # DB cluster. For more information, see `CreateDBCluster`. DB instances
+ # in a DB cluster can be deleted even when deletion protection is
+ # enabled for the DB cluster.
#
+ #
+ #
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
#
# @option params [Integer] :max_allocated_storage
# The upper limit to which Amazon RDS can automatically scale the
# storage of the DB instance.
@@ -4572,10 +4579,16 @@
# of the events for that source type for all your RDS sources. If you do
# not specify either the SourceType nor the SourceIdentifier, you are
# notified of events generated from all RDS sources belonging to your
# customer account.
#
+ # <note markdown="1"> RDS event notification is only available for unencrypted SNS topics.
+ # If you specify an encrypted SNS topic, event notifications aren't
+ # sent for the topic.
+ #
+ # </note>
+ #
# @option params [required, String] :subscription_name
# The name of the subscription.
#
# Constraints: The name must be less than 255 characters.
#
@@ -10188,13 +10201,15 @@
# When you change the capacity of a paused Aurora Serverless DB cluster,
# it automatically resumes.
#
# Constraints:
#
- # * Value must be `1`, `2`, `4`, `8`, `16`, `32`, `64`, `128`, or `256`.
+ # * For Aurora MySQL, valid capacity values are `1`, `2`, `4`, `8`,
+ # `16`, `32`, `64`, `128`, and `256`.
#
- # ^
+ # * For Aurora PostgreSQL, valid capacity values are `2`, `4`, `8`,
+ # `16`, `32`, `64`, `192`, and `384`.
#
# @option params [Integer] :seconds_before_timeout
# The amount of time, in seconds, that Aurora Serverless tries to find a
# scaling point to perform seamless scaling before enforcing the timeout
# action. The default is 300.
@@ -11828,11 +11843,12 @@
end
# Updates a manual DB snapshot, which can be encrypted or not encrypted,
# with a new engine version.
#
- # Amazon RDS supports upgrading DB snapshots for MySQL and Oracle.
+ # Amazon RDS supports upgrading DB snapshots for MySQL, Oracle, and
+ # PostgreSQL.
#
# @option params [required, String] :db_snapshot_identifier
# The identifier of the DB snapshot to modify.
#
# @option params [String] :engine_version
@@ -11853,10 +11869,19 @@
#
# * `11.2.0.4.v12` (supported for 11.2.0.2 DB snapshots)
#
# * `11.2.0.4.v11` (supported for 11.2.0.3 DB snapshots)
#
+ # **PostgreSQL**
+ #
+ # For the list of engine versions that are available for upgrading a DB
+ # snapshot, see [ Upgrading the PostgreSQL DB Engine for Amazon RDS][1].
+ #
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion
+ #
# @option params [String] :option_group_name
# The option group to identify with the upgraded DB snapshot.
#
# You can specify this parameter when you upgrade an Oracle DB snapshot.
# The same option group considerations apply when upgrading a DB
@@ -16990,10 +17015,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-rds'
- context[:gem_version] = '1.70.0'
+ context[:gem_version] = '1.71.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#