aws-sdk-rds 1.150.0 → 1.151.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: f7409b3919ea43e8e070fb3b07b24e09ed27cd0dfab8cba02439dd1e49260c9c
4
- data.tar.gz: ab446a9e08f339763041abc847eec2f7fbc8299e4f39a39f4f631fd9fdfcdef2
3
+ metadata.gz: f4c0b948afc2bd2d1a93a020ae0cb9d007a69c783328c18be196ecd92e6cdc88
4
+ data.tar.gz: 2ea3269de7f5156189aacea7bb86fa98bf628d1d6ee9c9317685f38668750a8f
5
5
  SHA512:
6
- metadata.gz: 541000d71ebbd533f8337b27222bcb90a7865ba8aa5cf6dffae47e686622606bbcc5bcbe43cdd3593c52a4624d5f1173f9669215f51f39e4026785e103d134d9
7
- data.tar.gz: 623cb083c7da0225caade8497eedb72bc9599ed2226ec162ca78d6a2caeb36cc7196de56a791f99aa5ea604a9a44a1d307e9e4208ed943630d1795abd291a2ee
6
+ metadata.gz: 8bf78b8c8f560e1147c987558896110eae2f54c043a38270f79c7ed5bd766c5e27252b52ea165bd029c40a354baa6702a4e310308fc52c2ef1dd7496d55571b7
7
+ data.tar.gz: c03495be1bf45c8d98836caf82a074d3837123e98ab53f74807ce5d22e3f1eac5d152707436a614692ba2c4e4c7b6ee615b37130b2ce4166eaa268964d481556
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.151.0 (2022-07-26)
5
+ ------------------
6
+
7
+ * Feature - Adds support for using RDS Proxies with RDS for MariaDB databases.
8
+
4
9
  1.150.0 (2022-07-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.150.0
1
+ 1.151.0
@@ -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`. For Aurora
5667
- # PostgreSQL and RDS for PostgreSQL databases, specify `POSTGRESQL`.
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.150.0'
22635
+ context[:gem_version] = '1.151.0'
22635
22636
  Seahorse::Client::Request.new(handlers, context)
22636
22637
  end
22637
22638
 
@@ -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 `MYSQL`. For Aurora
5198
- # PostgreSQL and RDS for PostgreSQL databases, specify `POSTGRESQL`.
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. `POSTGRESQL`
8507
- # supports Aurora PostgreSQL and RDS for PostgreSQL databases.
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
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-rds/customizations'
74
74
  # @!group service
75
75
  module Aws::RDS
76
76
 
77
- GEM_VERSION = '1.150.0'
77
+ GEM_VERSION = '1.151.0'
78
78
 
79
79
  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.150.0
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-22 00:00:00.000000000 Z
11
+ date: 2022-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4