Skip to content

Commit 24eb34a

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Add support for Upgrade Rollout Order
1 parent 43e78c3 commit 24eb34a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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": "Add support for Upgrade Rollout Order"
6+
}

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5658,6 +5658,10 @@
56585658
"shape":"String",
56595659
"documentation":"<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p>"
56605660
},
5661+
"UpgradeRolloutOrder":{
5662+
"shape":"UpgradeRolloutOrder",
5663+
"documentation":"<p>This data type represents the order in which the clusters are upgraded.</p> <ul> <li> <p>[first] - Typically used for development or testing environments.</p> </li> <li> <p>[second] - Default order for resources not specifically configured.</p> </li> <li> <p>[last] - Usually reserved for production environments.</p> </li> </ul>"
5664+
},
56615665
"ReplicationSourceIdentifier":{
56625666
"shape":"String",
56635667
"documentation":"<p>The identifier of the source DB cluster if this DB cluster is a read replica.</p>"
@@ -6925,6 +6929,10 @@
69256929
"shape":"String",
69266930
"documentation":"<p>The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).</p>"
69276931
},
6932+
"UpgradeRolloutOrder":{
6933+
"shape":"UpgradeRolloutOrder",
6934+
"documentation":"<p>This data type represents the order in which the instances are upgraded.</p> <ul> <li> <p>[first] - Typically used for development or testing environments.</p> </li> <li> <p>[second] - Default order for resources not specifically configured.</p> </li> <li> <p>[last] - Usually reserved for production environments.</p> </li> </ul>"
6935+
},
69286936
"PendingModifiedValues":{
69296937
"shape":"PendingModifiedValues",
69306938
"documentation":"<p>Information about pending changes to the DB instance. This information is returned only when there are pending changes. Specific changes are identified by subelements.</p>"
@@ -17202,6 +17210,14 @@
1720217210
},
1720317211
"exception":true
1720417212
},
17213+
"UpgradeRolloutOrder":{
17214+
"type":"string",
17215+
"enum":[
17216+
"first",
17217+
"second",
17218+
"last"
17219+
]
17220+
},
1720517221
"UpgradeTarget":{
1720617222
"type":"structure",
1720717223
"members":{

0 commit comments

Comments
 (0)