Skip to content

Commit d8c01e7

Browse files
author
AWS
committed
Amazon Relational Database Service Update: StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault.
1 parent da2118d commit d8c01e7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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": "StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault."
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,7 +2849,8 @@
28492849
"errors":[
28502850
{"shape":"DBClusterNotFoundFault"},
28512851
{"shape":"InvalidDBClusterStateFault"},
2852-
{"shape":"InvalidDBInstanceStateFault"}
2852+
{"shape":"InvalidDBInstanceStateFault"},
2853+
{"shape":"InvalidDBShardGroupStateFault"}
28532854
],
28542855
"documentation":"<p>Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the <code>StopDBCluster</code> operation.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html\"> Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This operation only applies to Aurora DB clusters.</p> </note>"
28552856
},
@@ -2958,7 +2959,8 @@
29582959
"errors":[
29592960
{"shape":"DBClusterNotFoundFault"},
29602961
{"shape":"InvalidDBClusterStateFault"},
2961-
{"shape":"InvalidDBInstanceStateFault"}
2962+
{"shape":"InvalidDBInstanceStateFault"},
2963+
{"shape":"InvalidDBShardGroupStateFault"}
29622964
],
29632965
"documentation":"<p>Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's metadata, including its endpoints and DB parameter groups. Aurora also retains the transaction logs so you can do a point-in-time restore if necessary.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html\"> Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This operation only applies to Aurora DB clusters.</p> </note>"
29642966
},

0 commit comments

Comments
 (0)