Smaws_Client_MemoryDB.BatchUpdateClusterApply the service update to a list of clusters supplied. For more information on service updates and applying them, see Applying the service updates.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `ServiceUpdateNotFoundFault of Types.service_update_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.batch_update_cluster_request ->
(Types.batch_update_cluster_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServiceUpdateNotFoundFault of Types.service_update_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.batch_update_cluster_request ->
(Types.batch_update_cluster_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServiceUpdateNotFoundFault of Types.service_update_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result