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 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.
DeleteClusterParameterGroup' | |
|
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.
Instances
Eq DeleteClusterParameterGroupResponse Source # | |
Read DeleteClusterParameterGroupResponse Source # | |
Show DeleteClusterParameterGroupResponse Source # | |
Generic DeleteClusterParameterGroupResponse Source # | |
NFData DeleteClusterParameterGroupResponse Source # | |
Defined in Amazonka.Redshift.DeleteClusterParameterGroup rnf :: DeleteClusterParameterGroupResponse -> () # | |
type Rep DeleteClusterParameterGroupResponse Source # | |
Defined in Amazonka.Redshift.DeleteClusterParameterGroup type Rep DeleteClusterParameterGroupResponse = D1 ('MetaData "DeleteClusterParameterGroupResponse" "Amazonka.Redshift.DeleteClusterParameterGroup" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteClusterParameterGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteClusterParameterGroupResponse :: DeleteClusterParameterGroupResponse Source #
Create a value of DeleteClusterParameterGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.