Smaws_Client_DAX.DeleteParameterGroup
Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.
val request :
Smaws_Lib.Context.t ->
Types.delete_parameter_group_request ->
(Types.delete_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
| `ParameterGroupNotFoundFault of Types.parameter_group_not_found_fault
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault ])
Stdlib.result