amazonka-redshift-1.3.3.1: Amazon Redshift SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DeleteClusterParameterGroup.

Synopsis

Creating a Request

deleteClusterParameterGroup Source

Creates a value of DeleteClusterParameterGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dParameterGroupName :: 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.

Destructuring the Response

deleteClusterParameterGroupResponse :: DeleteClusterParameterGroupResponse Source

Creates a value of DeleteClusterParameterGroupResponse with the minimum fields required to make a request.