Smaws_Client_ElastiCache.BatchApplyUpdateActionApply the service update. For more information on service updates and applying them, see Applying Service Updates.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.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_apply_update_action_message ->
(Types.update_action_results_message,
[> Smaws_Lib.Protocols.AwsQuery.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_apply_update_action_message ->
(Types.update_action_results_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServiceUpdateNotFoundFault of Types.service_update_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result