amazonka-redshift-2.0: Amazon Redshift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Redshift.DeleteClusterParameterGroup

Description

Deletes a specified Amazon Redshift parameter group.

You cannot delete a parameter group if it is associated with a cluster.

Synopsis

Creating a Request

data DeleteClusterParameterGroup Source #

See: newDeleteClusterParameterGroup smart constructor.

Constructors

DeleteClusterParameterGroup' 

Fields

  • parameterGroupName :: Text

    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.

Instances

Instances details
ToHeaders DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

ToPath DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

ToQuery DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

AWSRequest DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Generic DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Associated Types

type Rep DeleteClusterParameterGroup :: Type -> Type #

Read DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Show DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

NFData DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Eq DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Hashable DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

type AWSResponse DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

type Rep DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

type Rep DeleteClusterParameterGroup = D1 ('MetaData "DeleteClusterParameterGroup" "Amazonka.Redshift.DeleteClusterParameterGroup" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "DeleteClusterParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteClusterParameterGroup Source #

Create a value of DeleteClusterParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteClusterParameterGroup, deleteClusterParameterGroup_parameterGroupName - 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.

Request Lenses

deleteClusterParameterGroup_parameterGroupName :: 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

data DeleteClusterParameterGroupResponse Source #

Instances

Instances details
Generic DeleteClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Read DeleteClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Show DeleteClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

NFData DeleteClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Eq DeleteClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

type Rep DeleteClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

type Rep DeleteClusterParameterGroupResponse = D1 ('MetaData "DeleteClusterParameterGroupResponse" "Amazonka.Redshift.DeleteClusterParameterGroup" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "DeleteClusterParameterGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteClusterParameterGroupResponse :: DeleteClusterParameterGroupResponse Source #

Create a value of DeleteClusterParameterGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.