Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances.
Creating a Request
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:
data DeleteDBParameterGroup Source
See: deleteDBParameterGroup
smart constructor.
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.
data DeleteDBParameterGroupResponse Source
See: deleteDBParameterGroupResponse
smart constructor.