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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e530334cfa33640f01a3e9d3bf4d751cbd0f07c2520ccd94d9c1bf1fc8b6928
4
- data.tar.gz: 1b526c7da01acfc3d7ca35573d756b2343ba83710af1d6d137ab69f7ed8b05d8
3
+ metadata.gz: c0798bc0beaf01094fc023d552ffe89abbe5d62635a49d8f778527031b7ca8a1
4
+ data.tar.gz: 76b78d8dce60cbb5ffc7ed566ed2f6d2d91a46278d7b118f36877cbb9d66a66a
5
5
  SHA512:
6
- metadata.gz: 49f914fda2ba80843fccc1de7970383410d688b924d737a12a4f50a01f016d7ec3bc2e3c5116f6a178d6c31c4997d2321c4fda7db2bd19b5b4d981bcd448fb98
7
- data.tar.gz: 174b6d43c0aa68a00489b2ef1afc63b8d06fe2a3fbcd379e0077f8fbb6d4acc234d29f7a682b7b3c2857c403c39e7e8ea4f38d09b504c554864ef9cde06309e7
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.247.0
1
+ 1.248.0
@@ -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.247.0'
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
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.247.0'
81
+ GEM_VERSION = '1.248.0'
82
82
 
83
83
  end
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.247.0
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-17 00:00:00.000000000 Z
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