amazonka-rds-0.0.3: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DeleteDBParameterGroup

Contents

Description

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances.

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DeleteDBParameterGroup.html

Synopsis

Request

Request constructor

deleteDBParameterGroup Source

DeleteDBParameterGroup constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddbpg1DBParameterGroupName :: Lens' DeleteDBParameterGroup Text Source

The name of the DB parameter group.

Constraints:

Must be the name of an existing DB parameter group You cannot delete a default DB parameter group Cannot be associated with any DB instances

Response

Response constructor