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 |
Network.AWS.Redshift.DeleteClusterParameterGroup
Description
Deletes a specified Amazon Redshift parameter group.
Creating a Request
Arguments
:: Text | |
-> DeleteClusterParameterGroup |
Creates a value of DeleteClusterParameterGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dParameterGroupName
- 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.
data DeleteClusterParameterGroup #
See: deleteClusterParameterGroup
smart constructor.
Instances
Request Lenses
dParameterGroupName :: Lens' DeleteClusterParameterGroup Text #
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
deleteClusterParameterGroupResponse :: DeleteClusterParameterGroupResponse #
Creates a value of DeleteClusterParameterGroupResponse
with the minimum fields required to make a request.
data DeleteClusterParameterGroupResponse #
See: deleteClusterParameterGroupResponse
smart constructor.
Instances