Skip to content

Commit e1cec1b

Browse files
author
AWS
committed
AWS RDS DataService Update: Add support for Stop DB feature.
1 parent 1fd002a commit e1cec1b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
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": "AWS RDS DataService",
4+
"contributor": "",
5+
"description": "Add support for Stop DB feature."
6+
}

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
{"shape":"DatabaseUnavailableException"},
3131
{"shape":"TransactionNotFoundException"},
3232
{"shape":"InvalidSecretException"},
33+
{"shape":"InvalidResourceStateException"},
3334
{"shape":"ServiceUnavailableError"},
3435
{"shape":"ForbiddenException"},
3536
{"shape":"DatabaseNotFoundException"},
@@ -57,6 +58,7 @@
5758
{"shape":"DatabaseUnavailableException"},
5859
{"shape":"TransactionNotFoundException"},
5960
{"shape":"InvalidSecretException"},
61+
{"shape":"InvalidResourceStateException"},
6062
{"shape":"ServiceUnavailableError"},
6163
{"shape":"ForbiddenException"},
6264
{"shape":"DatabaseNotFoundException"},
@@ -83,6 +85,7 @@
8385
{"shape":"DatabaseUnavailableException"},
8486
{"shape":"TransactionNotFoundException"},
8587
{"shape":"InvalidSecretException"},
88+
{"shape":"InvalidResourceStateException"},
8689
{"shape":"ServiceUnavailableError"},
8790
{"shape":"ForbiddenException"},
8891
{"shape":"DatabaseNotFoundException"},
@@ -132,6 +135,7 @@
132135
{"shape":"DatabaseUnavailableException"},
133136
{"shape":"TransactionNotFoundException"},
134137
{"shape":"InvalidSecretException"},
138+
{"shape":"InvalidResourceStateException"},
135139
{"shape":"ServiceUnavailableError"},
136140
{"shape":"ForbiddenException"},
137141
{"shape":"DatabaseNotFoundException"},
@@ -159,6 +163,7 @@
159163
{"shape":"DatabaseUnavailableException"},
160164
{"shape":"TransactionNotFoundException"},
161165
{"shape":"InvalidSecretException"},
166+
{"shape":"InvalidResourceStateException"},
162167
{"shape":"ServiceUnavailableError"},
163168
{"shape":"ForbiddenException"},
164169
{"shape":"DatabaseNotFoundException"},
@@ -476,7 +481,7 @@
476481
"members":{
477482
"message":{"shape":"ErrorMessage"}
478483
},
479-
"documentation":"<p>A request was canceled because the Aurora Serverless v2 DB instance was in a paused state. The Data API request automatically causes the DB instance to begin resuming. Wait a few seconds and try again.</p>",
484+
"documentation":"<p>A request was cancelled because the Aurora Serverless v2 DB instance was paused. The Data API request automatically resumes the DB instance. Wait a few seconds and try again.</p>",
480485
"error":{
481486
"httpStatusCode":400,
482487
"senderFault":true
@@ -714,6 +719,18 @@
714719
"exception":true,
715720
"fault":true
716721
},
722+
"InvalidResourceStateException":{
723+
"type":"structure",
724+
"members":{
725+
"message":{"shape":"ErrorMessage"}
726+
},
727+
"documentation":"<p>The resource is in an invalid state.</p>",
728+
"error":{
729+
"httpStatusCode":400,
730+
"senderFault":true
731+
},
732+
"exception":true
733+
},
717734
"InvalidSecretException":{
718735
"type":"structure",
719736
"members":{

0 commit comments

Comments
 (0)