Skip to content

Commit b80b767

Browse files
author
AWS
committed
Amazon Relational Database Service Update: This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value for RDS Proxy ClientPasswordAuthType.
1 parent 8b80d26 commit b80b767

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"contributor": "",
5+
"description": "This release adds support for the \"MYSQL_CACHING_SHA2_PASSWORD\" enum value for RDS Proxy ClientPasswordAuthType."
6+
}

services/rds/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3658,6 +3658,7 @@
36583658
"type":"string",
36593659
"enum":[
36603660
"MYSQL_NATIVE_PASSWORD",
3661+
"MYSQL_CACHING_SHA2_PASSWORD",
36613662
"POSTGRES_SCRAM_SHA_256",
36623663
"POSTGRES_MD5",
36633664
"SQL_SERVER_AUTHENTICATION"

0 commit comments

Comments
 (0)