Skip to content

Commit 2310eec

Browse files
author
AWS
committed
Amazon Redshift Update: Added InvalidClusterStateFault to the ModifyAquaConfiguration API, thrown when calling the API on a non available cluster.
1 parent e52fdfe commit 2310eec

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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 ModifyAquaConfiguration API, thrown when calling the API on a non available cluster."
6+
}

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

+1
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,7 @@
13591359
},
13601360
"errors":[
13611361
{"shape":"ClusterNotFoundFault"},
1362+
{"shape":"InvalidClusterStateFault"},
13621363
{"shape":"UnsupportedOperationFault"}
13631364
],
13641365
"documentation":"<p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>"

0 commit comments

Comments
 (0)