aws-sdk-rds 1.203.0 → 1.204.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bf1b0eeb781742ffe8459a7e2e4d7728d9e646eca258684be03159c35762bf6
4
- data.tar.gz: a1b331283999c6a0023a198bba61abad68ec7d32336774a5187d9dde807460fa
3
+ metadata.gz: '09e36487f283c5cb28c81ca689e5e1702546faf406f354c2ffc181b7537d8edc'
4
+ data.tar.gz: efc048bda41928a9597b6feea19b556ff91f06b50381c75fad1c285bfcf227cf
5
5
  SHA512:
6
- metadata.gz: 3f48fa0da57a46f3dcf2138d5b15b623574ffd82b1f3f8b6f4d3b2531b518cd31acd093659d74dc123a824c95b49837207557c5c865bd1e5c1c32f64f6f13907
7
- data.tar.gz: a691ff027c93bc3557a2bca3b44d717a30e8f8aad0bd0d906b95dbc8b8761a463e57699b132450b9f2fcd6dece986610fd579896797bdd65553a2ea0889705e7
6
+ metadata.gz: 017e5818e6f25b1666552f0f662b224bc9b74bfc800fd447c58b20a5a4a99e5413e23cb848f7496faf7bd103a448093923ca791035144afdcb979a24e9e5400f
7
+ data.tar.gz: f20639512dc005c57f02969c2fa2dfed9ace5e70ce4568e0b5ba510f0d9414cdecac63f654dc8c8cabc7574454d28994050c7e1c0737342976c01e436a726db1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.204.0 (2023-11-15)
5
+ ------------------
6
+
7
+ * Feature - Updates Amazon RDS documentation for support for upgrading RDS for MySQL snapshots from version 5.7 to version 8.0.
8
+
4
9
  1.203.0 (2023-11-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.203.0
1
+ 1.204.0
@@ -20449,9 +20449,9 @@ module Aws::RDS
20449
20449
  #
20450
20450
  # **MySQL**
20451
20451
  #
20452
- # * `5.5.46` (supported for 5.1 DB snapshots)
20453
- #
20454
- # ^
20452
+ # For the list of engine versions that are available for upgrading a DB
20453
+ # snapshot, see [ Upgrading a MySQL DB snapshot engine version][1] in
20454
+ # the *Amazon RDS User Guide.*
20455
20455
  #
20456
20456
  # **Oracle**
20457
20457
  #
@@ -20470,11 +20470,13 @@ module Aws::RDS
20470
20470
  # **PostgreSQL**
20471
20471
  #
20472
20472
  # For the list of engine versions that are available for upgrading a DB
20473
- # snapshot, see [ Upgrading the PostgreSQL DB Engine for Amazon RDS][1].
20473
+ # snapshot, see [ Upgrading a PostgreSQL DB snapshot engine version][2]
20474
+ # in the *Amazon RDS User Guide.*
20474
20475
  #
20475
20476
  #
20476
20477
  #
20477
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion
20478
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html
20479
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html
20478
20480
  #
20479
20481
  # @option params [String] :option_group_name
20480
20482
  # The option group to identify with the upgraded DB snapshot.
@@ -29340,7 +29342,7 @@ module Aws::RDS
29340
29342
  params: params,
29341
29343
  config: config)
29342
29344
  context[:gem_name] = 'aws-sdk-rds'
29343
- context[:gem_version] = '1.203.0'
29345
+ context[:gem_version] = '1.204.0'
29344
29346
  Seahorse::Client::Request.new(handlers, context)
29345
29347
  end
29346
29348
 
@@ -18109,9 +18109,9 @@ module Aws::RDS
18109
18109
  #
18110
18110
  # **MySQL**
18111
18111
  #
18112
- # * `5.5.46` (supported for 5.1 DB snapshots)
18113
- #
18114
- # ^
18112
+ # For the list of engine versions that are available for upgrading a
18113
+ # DB snapshot, see [ Upgrading a MySQL DB snapshot engine version][1]
18114
+ # in the *Amazon RDS User Guide.*
18115
18115
  #
18116
18116
  # **Oracle**
18117
18117
  #
@@ -18130,12 +18130,13 @@ module Aws::RDS
18130
18130
  # **PostgreSQL**
18131
18131
  #
18132
18132
  # For the list of engine versions that are available for upgrading a
18133
- # DB snapshot, see [ Upgrading the PostgreSQL DB Engine for Amazon
18134
- # RDS][1].
18133
+ # DB snapshot, see [ Upgrading a PostgreSQL DB snapshot engine
18134
+ # version][2] in the *Amazon RDS User Guide.*
18135
18135
  #
18136
18136
  #
18137
18137
  #
18138
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion
18138
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html
18139
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html
18139
18140
  # @return [String]
18140
18141
  #
18141
18142
  # @!attribute [rw] option_group_name
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.203.0'
81
+ GEM_VERSION = '1.204.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.203.0
4
+ version: 1.204.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: 2023-11-10 00:00:00.000000000 Z
11
+ date: 2023-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4