Module Values.CreateCacheParameterGroupResultSource

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: ModifyCacheParameterGroup in the ElastiCache API Reference. Parameters and Parameter Groups in the ElastiCache User Guide.

Sourcetype createCacheParameterGroupResult = {
  1. cacheParameterGroup : CacheParameterGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createCacheParameterGroupResult : createCacheParameterGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `CacheParameterGroupAlreadyExistsFault of CacheParameterGroupAlreadyExistsFault.t
  2. | `CacheParameterGroupQuotaExceededFault of CacheParameterGroupQuotaExceededFault.t
  3. | `InvalidCacheParameterGroupStateFault of InvalidCacheParameterGroupStateFault.t
  4. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  5. | `InvalidParameterValueException of InvalidParameterValueException.t
  6. | `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?cacheParameterGroup:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t