Skip to content

Commit 95c7720

Browse files
author
AWS
committed
Amazon Relational Database Service Update: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.
1 parent 9be2bc5 commit 95c7720

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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 Relational Database Service",
4+
"contributor": "",
5+
"description": "SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database."
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6621,6 +6621,10 @@
66216621
"shape":"CustomDBEngineVersionManifest",
66226622
"documentation":"<p>JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields\">JSON fields in the CEV manifest</a> in the <i>Amazon RDS User Guide</i>. </p>"
66236623
},
6624+
"SupportsLimitlessDatabase":{
6625+
"shape":"Boolean",
6626+
"documentation":"<p>Indicates whether the DB engine version supports Aurora Limitless Database.</p>"
6627+
},
66246628
"SupportsCertificateRotationWithoutRestart":{
66256629
"shape":"BooleanOptional",
66266630
"documentation":"<p>Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.</p>"
@@ -16807,6 +16811,10 @@
1680716811
"shape":"BooleanOptional",
1680816812
"documentation":"<p>Indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.</p>"
1680916813
},
16814+
"SupportsLimitlessDatabase":{
16815+
"shape":"BooleanOptional",
16816+
"documentation":"<p>Indicates whether the DB engine version supports Aurora Limitless Database.</p>"
16817+
},
1681016818
"SupportsLocalWriteForwarding":{
1681116819
"shape":"BooleanOptional",
1681216820
"documentation":"<p>Indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p> <p>Valid for: Aurora DB clusters only</p>"

0 commit comments

Comments
 (0)