Values.CreateCacheParameterGroupResultSourceCreates 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: ModifyCacheParameterGroup in the ElastiCache API Reference. Parameters and Parameter Groups in the ElastiCache User Guide.
and t = {createCacheParameterGroupResult : createCacheParameterGroupResult;responseMetaData : responseMetaData;}type error = [ | `CacheParameterGroupAlreadyExistsFault of
CacheParameterGroupAlreadyExistsFault.t| `CacheParameterGroupQuotaExceededFault of
CacheParameterGroupQuotaExceededFault.t| `InvalidCacheParameterGroupStateFault of InvalidCacheParameterGroupStateFault.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CacheParameterGroupAlreadyExistsFault of unit
| `CacheParameterGroupQuotaExceededFault of unit
| `InvalidCacheParameterGroupStateFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `TagQuotaPerResourceExceeded of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CacheParameterGroupAlreadyExistsFault of unit
| `CacheParameterGroupQuotaExceededFault of unit
| `InvalidCacheParameterGroupStateFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `TagQuotaPerResourceExceeded of unit
| `Unknown_operation_error of string * string option ]