amazonka-redshift-0.0.5: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.DeleteClusterParameterGroup

Contents

Description

Deletes a specified Amazon Redshift parameter group. You cannot delete a parameter group if it is associated with a cluster.

http://docs.aws.amazon.com/redshift/latest/APIReference/API_DeleteClusterParameterGroup.html

Synopsis

Request

Request constructor

Request lenses

dcpg1ParameterGroupName :: Lens' DeleteClusterParameterGroup Text Source

The name of the parameter group to be deleted.

Constraints:

Must be the name of an existing cluster parameter group. Cannot delete a default cluster parameter group.

Response

Response constructor