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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +8 -6
- data/lib/aws-sdk-rds/types.rb +7 -6
- 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: '09e36487f283c5cb28c81ca689e5e1702546faf406f354c2ffc181b7537d8edc'
|
4
|
+
data.tar.gz: efc048bda41928a9597b6feea19b556ff91f06b50381c75fad1c285bfcf227cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.204.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -20449,9 +20449,9 @@ module Aws::RDS
|
|
20449
20449
|
#
|
20450
20450
|
# **MySQL**
|
20451
20451
|
#
|
20452
|
-
#
|
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
|
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/
|
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.
|
29345
|
+
context[:gem_version] = '1.204.0'
|
29344
29346
|
Seahorse::Client::Request.new(handlers, context)
|
29345
29347
|
end
|
29346
29348
|
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -18109,9 +18109,9 @@ module Aws::RDS
|
|
18109
18109
|
#
|
18110
18110
|
# **MySQL**
|
18111
18111
|
#
|
18112
|
-
#
|
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
|
18134
|
-
#
|
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/
|
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
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.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-
|
11
|
+
date: 2023-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|