| 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.DAX.DeleteParameterGroup
Description
Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.
Synopsis
- data DeleteParameterGroup = DeleteParameterGroup' {}
- newDeleteParameterGroup :: Text -> DeleteParameterGroup
- deleteParameterGroup_parameterGroupName :: Lens' DeleteParameterGroup Text
- data DeleteParameterGroupResponse = DeleteParameterGroupResponse' {}
- newDeleteParameterGroupResponse :: Int -> DeleteParameterGroupResponse
- deleteParameterGroupResponse_deletionMessage :: Lens' DeleteParameterGroupResponse (Maybe Text)
- deleteParameterGroupResponse_httpStatus :: Lens' DeleteParameterGroupResponse Int
Creating a Request
data DeleteParameterGroup Source #
See: newDeleteParameterGroup smart constructor.
Constructors
| DeleteParameterGroup' | |
Fields
| |
Instances
newDeleteParameterGroup Source #
Arguments
| :: Text | |
| -> DeleteParameterGroup |
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:
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.
Constructors
| DeleteParameterGroupResponse' | |
Fields
| |
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:deletionMessage:DeleteParameterGroupResponse', deleteParameterGroupResponse_deletionMessage - A user-specified message for this action (i.e., a reason for deleting
the parameter group).
$sel:httpStatus:DeleteParameterGroupResponse', deleteParameterGroupResponse_httpStatus - The response's http status code.
Response Lenses
deleteParameterGroupResponse_deletionMessage :: Lens' DeleteParameterGroupResponse (Maybe Text) Source #
A user-specified message for this action (i.e., a reason for deleting the parameter group).
deleteParameterGroupResponse_httpStatus :: Lens' DeleteParameterGroupResponse Int Source #
The response's http status code.