Module Smaws_Client_ElastiCache.ModifyCacheParameterGroup

Modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `CacheParameterGroupNotFoundFault of Types.cache_parameter_group_not_found_fault | `InvalidCacheParameterGroupStateFault of Types.invalid_cache_parameter_group_state_fault | `InvalidGlobalReplicationGroupStateFault of Types.invalid_global_replication_group_state_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_cache_parameter_group_message -> (Types.cache_parameter_group_name_message, [> Smaws_Lib.Protocols.AwsQuery.error | `CacheParameterGroupNotFoundFault of Types.cache_parameter_group_not_found_fault | `InvalidCacheParameterGroupStateFault of Types.invalid_cache_parameter_group_state_fault | `InvalidGlobalReplicationGroupStateFault of Types.invalid_global_replication_group_state_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.modify_cache_parameter_group_message -> (Types.cache_parameter_group_name_message Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `CacheParameterGroupNotFoundFault of Types.cache_parameter_group_not_found_fault | `InvalidCacheParameterGroupStateFault of Types.invalid_cache_parameter_group_state_fault | `InvalidGlobalReplicationGroupStateFault of Types.invalid_global_replication_group_state_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception ] * Smaws_Lib.Response.metadata) Stdlib.result