Skip to content

Commit 00a0b6a

Browse files
author
AWS
committed
Amazon Relational Database Service Update: This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.
1 parent 45d32c7 commit 00a0b6a

File tree

3 files changed

+144
-13
lines changed

3 files changed

+144
-13
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 introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines."
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
@@ -78,6 +78,12 @@
7878
"output_token": "Marker",
7979
"result_key": "DescribeDBLogFiles"
8080
},
81+
"DescribeDBMajorEngineVersions": {
82+
"input_token": "Marker",
83+
"limit_key": "MaxRecords",
84+
"output_token": "Marker",
85+
"result_key": "DBMajorEngineVersions"
86+
},
8187
"DescribeDBParameterGroups": {
8288
"input_token": "Marker",
8389
"limit_key": "MaxRecords",

0 commit comments

Comments
 (0)