libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.DeleteDBClusterParameterGroup

Description

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.

For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

Synopsis

Creating a Request

data DeleteDBClusterParameterGroup Source #

See: newDeleteDBClusterParameterGroup smart constructor.

Constructors

DeleteDBClusterParameterGroup' 

Fields

  • dbClusterParameterGroupName :: Text

    The name of the DB cluster parameter group.

    Constraints:

    • Must be the name of an existing DB cluster parameter group.
    • You can't delete a default DB cluster parameter group.
    • Can't be associated with any DB clusters.

Instances

Instances details
Eq DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Read DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Show DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Generic DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Associated Types

type Rep DeleteDBClusterParameterGroup :: Type -> Type #

NFData DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Hashable DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

AWSRequest DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

ToHeaders DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

ToPath DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

ToQuery DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type Rep DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type Rep DeleteDBClusterParameterGroup = D1 ('MetaData "DeleteDBClusterParameterGroup" "Amazonka.RDS.DeleteDBClusterParameterGroup" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DeleteDBClusterParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

newDeleteDBClusterParameterGroup Source #

Create a value of DeleteDBClusterParameterGroup 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:dbClusterParameterGroupName:DeleteDBClusterParameterGroup', deleteDBClusterParameterGroup_dbClusterParameterGroupName - The name of the DB cluster parameter group.

Constraints:

  • Must be the name of an existing DB cluster parameter group.
  • You can't delete a default DB cluster parameter group.
  • Can't be associated with any DB clusters.

Request Lenses

deleteDBClusterParameterGroup_dbClusterParameterGroupName :: Lens' DeleteDBClusterParameterGroup Text Source #

The name of the DB cluster parameter group.

Constraints:

  • Must be the name of an existing DB cluster parameter group.
  • You can't delete a default DB cluster parameter group.
  • Can't be associated with any DB clusters.

Destructuring the Response

data DeleteDBClusterParameterGroupResponse Source #

Instances

Instances details
Eq DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Read DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Show DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Generic DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

NFData DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type Rep DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type Rep DeleteDBClusterParameterGroupResponse = D1 ('MetaData "DeleteDBClusterParameterGroupResponse" "Amazonka.RDS.DeleteDBClusterParameterGroup" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DeleteDBClusterParameterGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDBClusterParameterGroupResponse :: DeleteDBClusterParameterGroupResponse Source #

Create a value of DeleteDBClusterParameterGroupResponse with all optional fields omitted.

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