Skip to content

Commit c0821a9

Browse files
author
AWS
committed
Amazon Lightsail Update: This release adds support to upgrade the major version of a database.
1 parent 7d6613e commit c0821a9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-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 Lightsail",
4+
"contributor": "",
5+
"description": "This release adds support to upgrade the major version of a database."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12356,6 +12356,10 @@
1235612356
"caCertificateIdentifier":{
1235712357
"shape":"string",
1235812358
"documentation":"<p>Indicates the certificate that needs to be associated with the database.</p>"
12359+
},
12360+
"relationalDatabaseBlueprintId":{
12361+
"shape":"string",
12362+
"documentation":"<p>This parameter is used to update the major version of the database. Enter the <code>blueprintId</code> for the major version that you want to update to.</p> <p>Use the <a href=\"https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetRelationalDatabaseBlueprints.html\">GetRelationalDatabaseBlueprints</a> action to get a list of available blueprint IDs.</p>"
1235912363
}
1236012364
}
1236112365
},

0 commit comments

Comments
 (0)