Module Smaws_Client_Neptune.ModifyGlobalCluster

Modify a setting for an Amazon Neptune global cluster. You can change one or more database configuration parameters by specifying these parameters and their new values in the request.

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 ] -> string
val 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.result
val 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