Values.ModifyAquaOutputMessageSourceThis operation is retired. Calling this operation does not change AQUA configuration. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).
type modifyAquaConfigurationResult = {aquaConfiguration : AquaConfiguration.t option;This parameter is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).
*)}and t = {modifyAquaConfigurationResult : modifyAquaConfigurationResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `InvalidClusterStateFault of InvalidClusterStateFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `InvalidClusterStateFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `InvalidClusterStateFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]