Module Smaws_Client_ElastiCache.CreateCacheParameterGroup

Creates a new Amazon ElastiCache cache parameter group. An ElastiCache cache parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster or replication group using the CacheParameterGroup.

A newly created CacheParameterGroup is an exact duplicate of the default parameter group for the CacheParameterGroupFamily. To customize the newly created CacheParameterGroup you can change the values of specific parameters. For more information, see:

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `CacheParameterGroupAlreadyExistsFault of Types.cache_parameter_group_already_exists_fault | `CacheParameterGroupQuotaExceededFault of Types.cache_parameter_group_quota_exceeded_fault | `InvalidCacheParameterGroupStateFault of Types.invalid_cache_parameter_group_state_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `TagQuotaPerResourceExceeded of Types.tag_quota_per_resource_exceeded ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_cache_parameter_group_message -> (Types.create_cache_parameter_group_result, [> Smaws_Lib.Protocols.AwsQuery.error | `CacheParameterGroupAlreadyExistsFault of Types.cache_parameter_group_already_exists_fault | `CacheParameterGroupQuotaExceededFault of Types.cache_parameter_group_quota_exceeded_fault | `InvalidCacheParameterGroupStateFault of Types.invalid_cache_parameter_group_state_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `TagQuotaPerResourceExceeded of Types.tag_quota_per_resource_exceeded ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_cache_parameter_group_message -> (Types.create_cache_parameter_group_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `CacheParameterGroupAlreadyExistsFault of Types.cache_parameter_group_already_exists_fault | `CacheParameterGroupQuotaExceededFault of Types.cache_parameter_group_quota_exceeded_fault | `InvalidCacheParameterGroupStateFault of Types.invalid_cache_parameter_group_state_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `TagQuotaPerResourceExceeded of Types.tag_quota_per_resource_exceeded ] * Smaws_Lib.Response.metadata) Stdlib.result