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 |
Amazonka.Redshift.DeleteClusterParameterGroup
Description
Deletes a specified Amazon Redshift parameter group.
You cannot delete a parameter group if it is associated with a cluster.
Synopsis
- data DeleteClusterParameterGroup = DeleteClusterParameterGroup' {}
- newDeleteClusterParameterGroup :: Text -> DeleteClusterParameterGroup
- deleteClusterParameterGroup_parameterGroupName :: Lens' DeleteClusterParameterGroup Text
- data DeleteClusterParameterGroupResponse = DeleteClusterParameterGroupResponse' {
- newDeleteClusterParameterGroupResponse :: DeleteClusterParameterGroupResponse
Creating a Request
data DeleteClusterParameterGroup Source #
See: newDeleteClusterParameterGroup
smart constructor.
Constructors
DeleteClusterParameterGroup' | |
Fields
|
Instances
newDeleteClusterParameterGroup Source #
Create a value of DeleteClusterParameterGroup
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:parameterGroupName:DeleteClusterParameterGroup'
, deleteClusterParameterGroup_parameterGroupName
- The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
Request Lenses
deleteClusterParameterGroup_parameterGroupName :: Lens' DeleteClusterParameterGroup Text Source #
The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
Destructuring the Response
data DeleteClusterParameterGroupResponse Source #
See: newDeleteClusterParameterGroupResponse
smart constructor.
Constructors
DeleteClusterParameterGroupResponse' | |
Instances
newDeleteClusterParameterGroupResponse :: DeleteClusterParameterGroupResponse Source #
Create a value of DeleteClusterParameterGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.