| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Neptune.DeleteDBClusterParameterGroup
Description
Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.
Synopsis
- data DeleteDBClusterParameterGroup = DeleteDBClusterParameterGroup' {}
- newDeleteDBClusterParameterGroup :: Text -> DeleteDBClusterParameterGroup
- deleteDBClusterParameterGroup_dbClusterParameterGroupName :: Lens' DeleteDBClusterParameterGroup Text
- data DeleteDBClusterParameterGroupResponse = DeleteDBClusterParameterGroupResponse' {
- newDeleteDBClusterParameterGroupResponse :: DeleteDBClusterParameterGroupResponse
Creating a Request
data DeleteDBClusterParameterGroup Source #
See: newDeleteDBClusterParameterGroup smart constructor.
Constructors
| DeleteDBClusterParameterGroup' | |
Fields
| |
Instances
newDeleteDBClusterParameterGroup Source #
Create a value of DeleteDBClusterParameterGroup 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:
DeleteDBClusterParameterGroup, deleteDBClusterParameterGroup_dbClusterParameterGroupName - The name of the DB cluster parameter group.
Constraints:
- Must be the name of an existing DB cluster parameter group.
- You can't delete a default DB cluster parameter group.
- Cannot be associated with any DB clusters.
Request Lenses
deleteDBClusterParameterGroup_dbClusterParameterGroupName :: Lens' DeleteDBClusterParameterGroup Text Source #
The name of the DB cluster parameter group.
Constraints:
- Must be the name of an existing DB cluster parameter group.
- You can't delete a default DB cluster parameter group.
- Cannot be associated with any DB clusters.
Destructuring the Response
data DeleteDBClusterParameterGroupResponse Source #
See: newDeleteDBClusterParameterGroupResponse smart constructor.
Constructors
| DeleteDBClusterParameterGroupResponse' | |
Instances
newDeleteDBClusterParameterGroupResponse :: DeleteDBClusterParameterGroupResponse Source #
Create a value of DeleteDBClusterParameterGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.