ElastiCache.ParameterGroupsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-parametergroup.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {description : string;properties_ : string Stdlib__Map.Make(Stdlib.String).t option;cache_parameter_group_family : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-parametergroup.html;
val make_properties :
description:string ->
?properties_:string Stdlib__Map.Make(Stdlib.String).t ->
?tags:tag list ->
cache_parameter_group_family:string ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes