You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-redshift/src/Redshift.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3825,7 +3825,7 @@ export class Redshift extends RedshiftClient {
3825
3825
}
3826
3826
3827
3827
/**
3828
-
* <p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>
3828
+
* <p>This operation is retired. Calling this operation does not change AQUA configuration. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator). </p>
* <p>Modifies whether a cluster can use AQUA (Advanced Query Accelerator). </p>
31
+
* <p>This operation is retired. Calling this operation does not change AQUA configuration. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator). </p>
32
32
* @example
33
33
* Use a bare-bones client and the command you need to make an API call.
* <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>
3973
-
* <ul>
3974
-
* <li>
3975
-
* <p>enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.</p>
3976
-
* </li>
3977
-
* <li>
3978
-
* <p>disabled - Don't use AQUA. </p>
3979
-
* </li>
3980
-
* <li>
3981
-
* <p>auto - Amazon Redshift determines whether to use AQUA.</p>
3982
-
* </li>
3983
-
* </ul>
3949
+
* <p>This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
* <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>
3150
-
* <ul>
3151
-
* <li>
3152
-
* <p>enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.</p>
3153
-
* </li>
3154
-
* <li>
3155
-
* <p>disabled - Don't use AQUA. </p>
3156
-
* </li>
3157
-
* <li>
3158
-
* <p>auto - Amazon Redshift determines whether to use AQUA.</p>
3159
-
* </li>
3160
-
* </ul>
3138
+
* <p>This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
0 commit comments