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

Defined in Amazonka.RDS.DeleteDBParameterGroup

Read DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Show DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Generic DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type Rep DeleteDBParameterGroup :: Type -> Type #

NFData DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Methods

rnf :: DeleteDBParameterGroup -> () #

Hashable DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

AWSRequest DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type AWSResponse DeleteDBParameterGroup #

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

type Rep DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

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

Defined in Amazonka.RDS.DeleteDBParameterGroup

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:

$sel:dbParameterGroupName: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
Eq DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Read DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Show DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Generic DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type Rep DeleteDBParameterGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-rdsZSamazonka-rds" '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.