Skip to content

Commit 6c1b114

Browse files
author
AWS
committed
Amazon Relational Database Service Update: This release adds support for Amazon RDS Proxy endpoints.
1 parent 47a21ef commit 6c1b114

File tree

3 files changed

+363
-5
lines changed

3 files changed

+363
-5
lines changed
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 Amazon RDS Proxy endpoints."
6+
}

services/rds/src/main/resources/codegen-resources/paginators-1.json

+6
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@
9090
"output_token": "Marker",
9191
"result_key": "DBProxies"
9292
},
93+
"DescribeDBProxyEndpoints": {
94+
"input_token": "Marker",
95+
"limit_key": "MaxRecords",
96+
"output_token": "Marker",
97+
"result_key": "DBProxyEndpoints"
98+
},
9399
"DescribeDBProxyTargetGroups": {
94100
"input_token": "Marker",
95101
"limit_key": "MaxRecords",

0 commit comments

Comments
 (0)