Skip to content

Commit 175a849

Browse files
author
AWS
committed
Amazon Relational Database Service Update: This release updates the supported versions for Percona XtraBackup in Aurora MySQL.
1 parent 3d90c12 commit 175a849

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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 updates the supported versions for Percona XtraBackup in Aurora MySQL."
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
@@ -12,6 +12,12 @@
1212
"output_token": "Marker",
1313
"result_key": "Certificates"
1414
},
15+
"DescribeDBClusterAutomatedBackups": {
16+
"input_token": "Marker",
17+
"limit_key": "MaxRecords",
18+
"output_token": "Marker",
19+
"result_key": "DBClusterAutomatedBackups"
20+
},
1521
"DescribeDBClusterBacktracks": {
1622
"input_token": "Marker",
1723
"limit_key": "MaxRecords",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12980,7 +12980,7 @@
1298012980
},
1298112981
"EngineVersion":{
1298212982
"shape":"String",
12983-
"documentation":"<p>The version number of the database engine to use.</p> <p>To list all of the available engine versions for <code>aurora-mysql</code> (Aurora MySQL), use the following command:</p> <p> <code>aws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"</code> </p> <p> <b>Aurora MySQL</b> </p> <p>Examples: <code>5.7.mysql_aurora.2.07.1</code>, <code>8.0.mysql_aurora.3.02.0</code> </p>"
12983+
"documentation":"<p>The version number of the database engine to use.</p> <p>To list all of the available engine versions for <code>aurora-mysql</code> (Aurora MySQL), use the following command:</p> <p> <code>aws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"</code> </p> <p> <b>Aurora MySQL</b> </p> <p>Examples: <code>5.7.mysql_aurora.2.12.0</code>, <code>8.0.mysql_aurora.3.04.0</code> </p>"
1298412984
},
1298512985
"Port":{
1298612986
"shape":"IntegerOptional",
@@ -13025,7 +13025,7 @@
1302513025
},
1302613026
"SourceEngineVersion":{
1302713027
"shape":"String",
13028-
"documentation":"<p>The version of the database that the backup files were created from.</p> <p>MySQL versions 5.5, 5.6, and 5.7 are supported.</p> <p>Example: <code>5.6.40</code>, <code>5.7.28</code> </p>"
13028+
"documentation":"<p>The version of the database that the backup files were created from.</p> <p>MySQL versions 5.7 and 8.0 are supported.</p> <p>Example: <code>5.7.40</code>, <code>8.0.28</code> </p>"
1302913029
},
1303013030
"S3BucketName":{
1303113031
"shape":"String",

0 commit comments

Comments
 (0)