lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.150.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.151.0
- old
+ new
@@ -5661,12 +5661,13 @@
#
# @option params [required, String] :engine_family
# The kinds of databases that the proxy can connect to. This value
# determines which database network protocol the proxy recognizes when
# it interprets network traffic to and from the database. For Aurora
- # MySQL and RDS for MySQL databases, specify `MYSQL`. For Aurora
- # PostgreSQL and RDS for PostgreSQL databases, specify `POSTGRESQL`.
+ # MySQL, RDS for MariaDB, and RDS for MySQL databases, specify `MYSQL`.
+ # For Aurora PostgreSQL and RDS for PostgreSQL databases, specify
+ # `POSTGRESQL`.
#
# @option params [required, Array<Types::UserAuthConfig>] :auth
# The authorization mechanism that the proxy uses.
#
# @option params [required, String] :role_arn
@@ -22629,10 +22630,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-rds'
- context[:gem_version] = '1.150.0'
+ context[:gem_version] = '1.151.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#