Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes a specified DB parameter group. The DB parameter group to be deleted can't be associated with any DB instances.
Synopsis
- data DeleteDBParameterGroup = DeleteDBParameterGroup' {}
- newDeleteDBParameterGroup :: Text -> DeleteDBParameterGroup
- deleteDBParameterGroup_dbParameterGroupName :: Lens' DeleteDBParameterGroup Text
- data DeleteDBParameterGroupResponse = DeleteDBParameterGroupResponse' {
- newDeleteDBParameterGroupResponse :: DeleteDBParameterGroupResponse
Creating a Request
data DeleteDBParameterGroup Source #
See: newDeleteDBParameterGroup
smart constructor.
DeleteDBParameterGroup' | |
|
Instances
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
newDeleteDBParameterGroupResponse :: DeleteDBParameterGroupResponse Source #
Create a value of DeleteDBParameterGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.