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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DeleteDBParameterGroup.

Synopsis

Creating a Request

deleteDBParameterGroup Source

Creates a value of DeleteDBParameterGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ddbpgDBParameterGroupName :: 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

Destructuring the Response

deleteDBParameterGroupResponse :: DeleteDBParameterGroupResponse Source

Creates a value of DeleteDBParameterGroupResponse with the minimum fields required to make a request.