libZSservicesZSamazonka-redshiftZSamazonka-redshift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Read DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Show 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 #

NFData DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

Hashable DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

AWSRequest DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

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

type Rep DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

type Rep DeleteClusterParameterGroup = D1 ('MetaData "DeleteClusterParameterGroup" "Amazonka.Redshift.DeleteClusterParameterGroup" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteClusterParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

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:

$sel:parameterGroupName: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
Eq 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

Generic DeleteClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteClusterParameterGroup

NFData 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" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" '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.