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 the specified parameter group. You cannot delete a parameter group if it is associated with any clusters. You cannot delete the default parameter groups in your account.
Synopsis
- data DeleteParameterGroup = DeleteParameterGroup' {}
- newDeleteParameterGroup :: Text -> DeleteParameterGroup
- deleteParameterGroup_parameterGroupName :: Lens' DeleteParameterGroup Text
- data DeleteParameterGroupResponse = DeleteParameterGroupResponse' {}
- newDeleteParameterGroupResponse :: Int -> DeleteParameterGroupResponse
- deleteParameterGroupResponse_parameterGroup :: Lens' DeleteParameterGroupResponse (Maybe ParameterGroup)
- deleteParameterGroupResponse_httpStatus :: Lens' DeleteParameterGroupResponse Int
Creating a Request
data DeleteParameterGroup Source #
See: newDeleteParameterGroup
smart constructor.
DeleteParameterGroup' | |
|
Instances
newDeleteParameterGroup Source #
Create a value of DeleteParameterGroup
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:DeleteParameterGroup'
, deleteParameterGroup_parameterGroupName
- The name of the parameter group to delete.
Request Lenses
deleteParameterGroup_parameterGroupName :: Lens' DeleteParameterGroup Text Source #
The name of the parameter group to delete.
Destructuring the Response
data DeleteParameterGroupResponse Source #
See: newDeleteParameterGroupResponse
smart constructor.
DeleteParameterGroupResponse' | |
|
Instances
newDeleteParameterGroupResponse Source #
Create a value of DeleteParameterGroupResponse
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:parameterGroup:DeleteParameterGroupResponse'
, deleteParameterGroupResponse_parameterGroup
- The parameter group that has been deleted.
$sel:httpStatus:DeleteParameterGroupResponse'
, deleteParameterGroupResponse_httpStatus
- The response's http status code.
Response Lenses
deleteParameterGroupResponse_parameterGroup :: Lens' DeleteParameterGroupResponse (Maybe ParameterGroup) Source #
The parameter group that has been deleted.
deleteParameterGroupResponse_httpStatus :: Lens' DeleteParameterGroupResponse Int Source #
The response's http status code.