Values.CreateParameterGroupResponseSourceCreates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.
type nonrec t = {parameterGroup : ParameterGroup.t option;Represents the output of a CreateParameterGroup action.
*)}type nonrec error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterGroupStateFault of InvalidParameterGroupStateFault.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ParameterGroupAlreadyExistsFault of ParameterGroupAlreadyExistsFault.t| `ParameterGroupQuotaExceededFault of ParameterGroupQuotaExceededFault.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterGroupStateFault of unit
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ParameterGroupAlreadyExistsFault of unit
| `ParameterGroupQuotaExceededFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterGroupStateFault of unit
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ParameterGroupAlreadyExistsFault of unit
| `ParameterGroupQuotaExceededFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option ]