aws-sdk-rds 1.247.0 → 1.248.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 +14 -1
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0798bc0beaf01094fc023d552ffe89abbe5d62635a49d8f778527031b7ca8a1
|
4
|
+
data.tar.gz: 76b78d8dce60cbb5ffc7ed566ed2f6d2d91a46278d7b118f36877cbb9d66a66a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 179994d1196301d5513ca9ebf7e9c88d041d81c1929b753d59255750999e16d011e284d1f047fb372b45ba2223d6c389dd1b60534a4b17cef6a7ebc9f74e2303
|
7
|
+
data.tar.gz: 371a71bc30bf35e353f9e3cb9f1c553296dcc4d52f1538da04b59c4f6a10477361b043fef143e5c8832b16faf0322de39120f82adfd9935d87b2204a0c41755f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.248.0 (2024-09-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
|
8
|
+
|
4
9
|
1.247.0 (2024-09-17)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.248.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -26719,11 +26719,24 @@ module Aws::RDS
|
|
26719
26719
|
# If you are restoring from a shared manual DB snapshot, the
|
26720
26720
|
# `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
|
26721
26721
|
#
|
26722
|
+
# To restore from a DB snapshot with an unsupported engine version, you
|
26723
|
+
# must first upgrade the engine version of the snapshot. For more
|
26724
|
+
# information about upgrading a RDS for MySQL DB snapshot engine
|
26725
|
+
# version, see [Upgrading a MySQL DB snapshot engine version][1]. For
|
26726
|
+
# more information about upgrading a RDS for PostgreSQL DB snapshot
|
26727
|
+
# engine version, [Upgrading a PostgreSQL DB snapshot engine
|
26728
|
+
# version][2].
|
26729
|
+
#
|
26722
26730
|
# <note markdown="1"> This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For
|
26723
26731
|
# Aurora, use `RestoreDBClusterFromSnapshot`.
|
26724
26732
|
#
|
26725
26733
|
# </note>
|
26726
26734
|
#
|
26735
|
+
#
|
26736
|
+
#
|
26737
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html
|
26738
|
+
# [2]: https://docs.aws.amazon.com/USER_UpgradeDBSnapshot.PostgreSQL.html
|
26739
|
+
#
|
26727
26740
|
# @option params [required, String] :db_instance_identifier
|
26728
26741
|
# The name of the DB instance to create from the DB snapshot. This
|
26729
26742
|
# parameter isn't case-sensitive.
|
@@ -31420,7 +31433,7 @@ module Aws::RDS
|
|
31420
31433
|
tracer: tracer
|
31421
31434
|
)
|
31422
31435
|
context[:gem_name] = 'aws-sdk-rds'
|
31423
|
-
context[:gem_version] = '1.
|
31436
|
+
context[:gem_version] = '1.248.0'
|
31424
31437
|
Seahorse::Client::Request.new(handlers, context)
|
31425
31438
|
end
|
31426
31439
|
|
data/lib/aws-sdk-rds.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.248.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|