aws-sdk-rds 1.150.0 → 1.151.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 +4 -3
- data/lib/aws-sdk-rds/types.rb +6 -4
- 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: f4c0b948afc2bd2d1a93a020ae0cb9d007a69c783328c18be196ecd92e6cdc88
|
4
|
+
data.tar.gz: 2ea3269de7f5156189aacea7bb86fa98bf628d1d6ee9c9317685f38668750a8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bf78b8c8f560e1147c987558896110eae2f54c043a38270f79c7ed5bd766c5e27252b52ea165bd029c40a354baa6702a4e310308fc52c2ef1dd7496d55571b7
|
7
|
+
data.tar.gz: c03495be1bf45c8d98836caf82a074d3837123e98ab53f74807ce5d22e3f1eac5d152707436a614692ba2c4e4c7b6ee615b37130b2ce4166eaa268964d481556
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.151.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -5663,8 +5663,9 @@ module Aws::RDS
|
|
5663
5663
|
# The kinds of databases that the proxy can connect to. This value
|
5664
5664
|
# determines which database network protocol the proxy recognizes when
|
5665
5665
|
# it interprets network traffic to and from the database. For Aurora
|
5666
|
-
# MySQL and RDS for MySQL databases, specify `MYSQL`.
|
5667
|
-
# PostgreSQL and RDS for PostgreSQL databases, specify
|
5666
|
+
# MySQL, RDS for MariaDB, and RDS for MySQL databases, specify `MYSQL`.
|
5667
|
+
# For Aurora PostgreSQL and RDS for PostgreSQL databases, specify
|
5668
|
+
# `POSTGRESQL`.
|
5668
5669
|
#
|
5669
5670
|
# @option params [required, Array<Types::UserAuthConfig>] :auth
|
5670
5671
|
# The authorization mechanism that the proxy uses.
|
@@ -22631,7 +22632,7 @@ module Aws::RDS
|
|
22631
22632
|
params: params,
|
22632
22633
|
config: config)
|
22633
22634
|
context[:gem_name] = 'aws-sdk-rds'
|
22634
|
-
context[:gem_version] = '1.
|
22635
|
+
context[:gem_version] = '1.151.0'
|
22635
22636
|
Seahorse::Client::Request.new(handlers, context)
|
22636
22637
|
end
|
22637
22638
|
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -5194,8 +5194,9 @@ module Aws::RDS
|
|
5194
5194
|
# The kinds of databases that the proxy can connect to. This value
|
5195
5195
|
# determines which database network protocol the proxy recognizes when
|
5196
5196
|
# it interprets network traffic to and from the database. For Aurora
|
5197
|
-
# MySQL and RDS for MySQL databases, specify
|
5198
|
-
# PostgreSQL and RDS for PostgreSQL databases,
|
5197
|
+
# MySQL, RDS for MariaDB, and RDS for MySQL databases, specify
|
5198
|
+
# `MYSQL`. For Aurora PostgreSQL and RDS for PostgreSQL databases,
|
5199
|
+
# specify `POSTGRESQL`.
|
5199
5200
|
# @return [String]
|
5200
5201
|
#
|
5201
5202
|
# @!attribute [rw] auth
|
@@ -8503,8 +8504,9 @@ module Aws::RDS
|
|
8503
8504
|
# The kinds of databases that the proxy can connect to. This value
|
8504
8505
|
# determines which database network protocol the proxy recognizes when
|
8505
8506
|
# it interprets network traffic to and from the database. `MYSQL`
|
8506
|
-
# supports Aurora MySQL and RDS for MySQL databases.
|
8507
|
-
# supports Aurora PostgreSQL and RDS for PostgreSQL
|
8507
|
+
# supports Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases.
|
8508
|
+
# `POSTGRESQL` supports Aurora PostgreSQL and RDS for PostgreSQL
|
8509
|
+
# databases.
|
8508
8510
|
# @return [String]
|
8509
8511
|
#
|
8510
8512
|
# @!attribute [rw] vpc_id
|
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.151.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: 2022-07-
|
11
|
+
date: 2022-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|