Smaws_Client_RDS.ModifyGlobalClusterModifies a setting for an Amazon Aurora global database cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.
This operation only applies to Aurora global database clusters.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `GlobalClusterAlreadyExistsFault of
Types.global_cluster_already_exists_fault
| `GlobalClusterNotFoundFault of Types.global_cluster_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault
| `InvalidGlobalClusterStateFault of Types.invalid_global_cluster_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.modify_global_cluster_message ->
(Types.modify_global_cluster_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `GlobalClusterAlreadyExistsFault of
Types.global_cluster_already_exists_fault
| `GlobalClusterNotFoundFault of Types.global_cluster_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault
| `InvalidGlobalClusterStateFault of
Types.invalid_global_cluster_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_global_cluster_message ->
(Types.modify_global_cluster_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `GlobalClusterAlreadyExistsFault of
Types.global_cluster_already_exists_fault
| `GlobalClusterNotFoundFault of Types.global_cluster_not_found_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault
| `InvalidGlobalClusterStateFault of
Types.invalid_global_cluster_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result