amazonka-rds-2.0: Amazon Relational Database Service 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.RDS.DeleteDBParameterGroup

Description

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

Synopsis

Creating a Request

data DeleteDBParameterGroup Source #

See: newDeleteDBParameterGroup smart constructor.

Constructors

DeleteDBParameterGroup' 

Fields

  • dbParameterGroupName :: Text

    The name of the DB parameter group.

    Constraints:

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

Instances

Instances details
ToHeaders DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

ToPath DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

ToQuery DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

AWSRequest DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type AWSResponse DeleteDBParameterGroup #

Generic DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type Rep DeleteDBParameterGroup :: Type -> Type #

Read DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Show DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

NFData DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Methods

rnf :: DeleteDBParameterGroup -> () #

Eq DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Hashable DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type AWSResponse DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type Rep DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type Rep DeleteDBParameterGroup = D1 ('MetaData "DeleteDBParameterGroup" "Amazonka.RDS.DeleteDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBParameterGroup Source #

Create a value of DeleteDBParameterGroup 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:

DeleteDBParameterGroup, deleteDBParameterGroup_dbParameterGroupName - The name of the DB parameter group.

Constraints:

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

Request Lenses

deleteDBParameterGroup_dbParameterGroupName :: Lens' DeleteDBParameterGroup Text Source #

The name of the DB parameter group.

Constraints:

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

Destructuring the Response

data DeleteDBParameterGroupResponse Source #

See: newDeleteDBParameterGroupResponse smart constructor.

Instances

Instances details
Generic DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type Rep DeleteDBParameterGroupResponse :: Type -> Type #

Read DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Show DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

NFData DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Eq DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type Rep DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type Rep DeleteDBParameterGroupResponse = D1 ('MetaData "DeleteDBParameterGroupResponse" "Amazonka.RDS.DeleteDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBParameterGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDBParameterGroupResponse :: DeleteDBParameterGroupResponse Source #

Create a value of DeleteDBParameterGroupResponse with all optional fields omitted.

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