Skip to content

Commit b6ccde5

Browse files
author
AWS
committed
Amazon Redshift Update: Removed APIs to control AQUA on clusters.
1 parent 74dd323 commit b6ccde5

File tree

2 files changed

+6
-82
lines changed

2 files changed

+6
-82
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 Redshift",
4+
"contributor": "",
5+
"description": "Removed APIs to control AQUA on clusters."
6+
}

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

Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,23 +1192,6 @@
11921192
],
11931193
"documentation":"<p>Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node.</p>"
11941194
},
1195-
"ModifyAquaConfiguration":{
1196-
"name":"ModifyAquaConfiguration",
1197-
"http":{
1198-
"method":"POST",
1199-
"requestUri":"/"
1200-
},
1201-
"input":{"shape":"ModifyAquaInputMessage"},
1202-
"output":{
1203-
"shape":"ModifyAquaOutputMessage",
1204-
"resultWrapper":"ModifyAquaConfigurationResult"
1205-
},
1206-
"errors":[
1207-
{"shape":"ClusterNotFoundFault"},
1208-
{"shape":"UnsupportedOperationFault"}
1209-
],
1210-
"documentation":"<p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>"
1211-
},
12121195
"ModifyCluster":{
12131196
"name":"ModifyCluster",
12141197
"http":{
@@ -1785,36 +1768,6 @@
17851768
"resize-cluster"
17861769
]
17871770
},
1788-
"AquaConfiguration":{
1789-
"type":"structure",
1790-
"members":{
1791-
"AquaStatus":{
1792-
"shape":"AquaStatus",
1793-
"documentation":"<p>The value indicates the status of AQUA on the cluster. Possible values include the following.</p> <ul> <li> <p>enabled - AQUA is enabled.</p> </li> <li> <p>disabled - AQUA is not enabled. </p> </li> <li> <p>applying - AQUA status is being applied. </p> </li> </ul>"
1794-
},
1795-
"AquaConfigurationStatus":{
1796-
"shape":"AquaConfigurationStatus",
1797-
"documentation":"<p>The value represents how the cluster is configured to use AQUA. Possible values include the following.</p> <ul> <li> <p>enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.</p> </li> <li> <p>disabled - Don't use AQUA. </p> </li> <li> <p>auto - Amazon Redshift determines whether to use AQUA.</p> </li> </ul>"
1798-
}
1799-
},
1800-
"documentation":"<p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>"
1801-
},
1802-
"AquaConfigurationStatus":{
1803-
"type":"string",
1804-
"enum":[
1805-
"enabled",
1806-
"disabled",
1807-
"auto"
1808-
]
1809-
},
1810-
"AquaStatus":{
1811-
"type":"string",
1812-
"enum":[
1813-
"enabled",
1814-
"disabled",
1815-
"applying"
1816-
]
1817-
},
18181771
"AssociatedClusterList":{
18191772
"type":"list",
18201773
"member":{
@@ -2282,10 +2235,6 @@
22822235
"TotalStorageCapacityInMegaBytes":{
22832236
"shape":"LongOptional",
22842237
"documentation":"<p>The total storage capacity of the cluster in megabytes. </p>"
2285-
},
2286-
"AquaConfiguration":{
2287-
"shape":"AquaConfiguration",
2288-
"documentation":"<p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>"
22892238
}
22902239
},
22912240
"documentation":"<p>Describes a cluster.</p>",
@@ -3110,10 +3059,6 @@
31103059
"AvailabilityZoneRelocation":{
31113060
"shape":"BooleanOptional",
31123061
"documentation":"<p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is created.</p>"
3113-
},
3114-
"AquaConfigurationStatus":{
3115-
"shape":"AquaConfigurationStatus",
3116-
"documentation":"<p>The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) when it is created. Possible values include the following.</p> <ul> <li> <p>enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.</p> </li> <li> <p>disabled - Don't use AQUA. </p> </li> <li> <p>auto - Amazon Redshift determines whether to use AQUA.</p> </li> </ul>"
31173062
}
31183063
},
31193064
"documentation":"<p/>"
@@ -5590,29 +5535,6 @@
55905535
"high-performance"
55915536
]
55925537
},
5593-
"ModifyAquaInputMessage":{
5594-
"type":"structure",
5595-
"required":["ClusterIdentifier"],
5596-
"members":{
5597-
"ClusterIdentifier":{
5598-
"shape":"String",
5599-
"documentation":"<p>The identifier of the cluster to be modified.</p>"
5600-
},
5601-
"AquaConfigurationStatus":{
5602-
"shape":"AquaConfigurationStatus",
5603-
"documentation":"<p>The new value of AQUA configuration status. Possible values include the following.</p> <ul> <li> <p>enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.</p> </li> <li> <p>disabled - Don't use AQUA. </p> </li> <li> <p>auto - Amazon Redshift determines whether to use AQUA.</p> </li> </ul>"
5604-
}
5605-
}
5606-
},
5607-
"ModifyAquaOutputMessage":{
5608-
"type":"structure",
5609-
"members":{
5610-
"AquaConfiguration":{
5611-
"shape":"AquaConfiguration",
5612-
"documentation":"<p>The updated AQUA configuration of the cluster. </p>"
5613-
}
5614-
}
5615-
},
56165538
"ModifyClusterDbRevisionMessage":{
56175539
"type":"structure",
56185540
"required":[
@@ -6912,10 +6834,6 @@
69126834
"AvailabilityZoneRelocation":{
69136835
"shape":"BooleanOptional",
69146836
"documentation":"<p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.</p>"
6915-
},
6916-
"AquaConfigurationStatus":{
6917-
"shape":"AquaConfigurationStatus",
6918-
"documentation":"<p>The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values include the following.</p> <ul> <li> <p>enabled - Use AQUA if it is available for the current AWS Region and Amazon Redshift node type.</p> </li> <li> <p>disabled - Don't use AQUA. </p> </li> <li> <p>auto - Amazon Redshift determines whether to use AQUA.</p> </li> </ul>"
69196837
}
69206838
},
69216839
"documentation":"<p/>"

0 commit comments

Comments
 (0)