Module Smaws_Client_DAX.CreateParameterGroup

Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.

val request : Smaws_Lib.Context.t -> Types.create_parameter_group_request -> (Types.create_parameter_group_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterGroupStateFault of Types.invalid_parameter_group_state_fault | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `ParameterGroupAlreadyExistsFault of Types.parameter_group_already_exists_fault | `ParameterGroupQuotaExceededFault of Types.parameter_group_quota_exceeded_fault | `ServiceLinkedRoleNotFoundFault of Types.service_linked_role_not_found_fault ]) Stdlib.result