Skip to content

Commit 0acf24b

Browse files
author
AWS
committed
Amazon Redshift Update: Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster.
1 parent a2657f0 commit 0acf24b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Redshift",
4+
"contributor": "",
5+
"description": "Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster."
6+
}

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,8 @@
12381238
"resultWrapper":"DisableLoggingResult"
12391239
},
12401240
"errors":[
1241-
{"shape":"ClusterNotFoundFault"}
1241+
{"shape":"ClusterNotFoundFault"},
1242+
{"shape":"InvalidClusterStateFault"}
12421243
],
12431244
"documentation":"<p>Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.</p>"
12441245
},

0 commit comments

Comments
 (0)