Skip to content

Commit 520b07a

Browse files
author
AWS
committed
Amazon Relational Database Service Update: RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation
1 parent dabc406 commit 520b07a

File tree

3 files changed

+460
-1
lines changed

3 files changed

+460
-1
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": "RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation"
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@
114114
"output_token": "Marker",
115115
"result_key": "Targets"
116116
},
117+
"DescribeDBRecommendations": {
118+
"input_token": "Marker",
119+
"limit_key": "MaxRecords",
120+
"output_token": "Marker",
121+
"result_key": "DBRecommendations"
122+
},
117123
"DescribeDBSecurityGroups": {
118124
"input_token": "Marker",
119125
"limit_key": "MaxRecords",

0 commit comments

Comments
 (0)