Skip to content

Commit 1c8e14a

Browse files
author
awstools
committed
docs(client-rds): Adds support for using RDS Proxies with RDS for MariaDB databases.
1 parent 6b3a1ff commit 1c8e14a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

clients/client-rds/src/models/models_0.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8011,7 +8011,7 @@ export interface CreateDBProxyRequest {
80118011
/**
80128012
* <p>The kinds of databases that the proxy can connect to.
80138013
* This value determines which database network protocol the proxy recognizes when it interprets
8014-
* network traffic to and from the database. For Aurora MySQL and RDS for MySQL databases, specify <code>MYSQL</code>.
8014+
* network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify <code>MYSQL</code>.
80158015
* For Aurora PostgreSQL and RDS for PostgreSQL databases, specify <code>POSTGRESQL</code>.</p>
80168016
*/
80178017
EngineFamily: EngineFamily | string | undefined;
@@ -8131,8 +8131,8 @@ export interface DBProxy {
81318131

81328132
/**
81338133
* <p>The kinds of databases that the proxy can connect to. This value determines which database network protocol
8134-
* the proxy recognizes when it interprets network traffic to and from the database. <code>MYSQL</code> supports Aurora MySQL
8135-
* and RDS for MySQL databases. <code>POSTGRESQL</code> supports Aurora PostgreSQL and RDS for PostgreSQL databases.</p>
8134+
* the proxy recognizes when it interprets network traffic to and from the database. <code>MYSQL</code> supports Aurora MySQL,
8135+
* RDS for MariaDB, and RDS for MySQL databases. <code>POSTGRESQL</code> supports Aurora PostgreSQL and RDS for PostgreSQL databases.</p>
81368136
*/
81378137
EngineFamily?: string;
81388138

codegen/sdk-codegen/aws-models/rds.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,7 +3352,7 @@
33523352
"EngineFamily": {
33533353
"target": "com.amazonaws.rds#EngineFamily",
33543354
"traits": {
3355-
"smithy.api#documentation": "<p>The kinds of databases that the proxy can connect to. \n This value determines which database network protocol the proxy recognizes when it interprets\n network traffic to and from the database. For Aurora MySQL and RDS for MySQL databases, specify <code>MYSQL</code>. \n For Aurora PostgreSQL and RDS for PostgreSQL databases, specify <code>POSTGRESQL</code>.</p>",
3355+
"smithy.api#documentation": "<p>The kinds of databases that the proxy can connect to. \n This value determines which database network protocol the proxy recognizes when it interprets\n network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify <code>MYSQL</code>. \n For Aurora PostgreSQL and RDS for PostgreSQL databases, specify <code>POSTGRESQL</code>.</p>",
33563356
"smithy.api#required": {}
33573357
}
33583358
},
@@ -6567,7 +6567,7 @@
65676567
"EngineFamily": {
65686568
"target": "com.amazonaws.rds#String",
65696569
"traits": {
6570-
"smithy.api#documentation": "<p>The kinds of databases that the proxy can connect to. This value determines which database network protocol \n the proxy recognizes when it interprets network traffic to and from the database. <code>MYSQL</code> supports Aurora MySQL \n and RDS for MySQL databases. <code>POSTGRESQL</code> supports Aurora PostgreSQL and RDS for PostgreSQL databases.</p>"
6570+
"smithy.api#documentation": "<p>The kinds of databases that the proxy can connect to. This value determines which database network protocol \n the proxy recognizes when it interprets network traffic to and from the database. <code>MYSQL</code> supports Aurora MySQL, \n RDS for MariaDB, and RDS for MySQL databases. <code>POSTGRESQL</code> supports Aurora PostgreSQL and RDS for PostgreSQL databases.</p>"
65716571
}
65726572
},
65736573
"VpcId": {

0 commit comments

Comments
 (0)