| 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.WorkSpaces.DeleteIpGroup
Description
Deletes the specified IP access control group.
You cannot delete an IP access control group that is associated with a directory.
Synopsis
- data DeleteIpGroup = DeleteIpGroup' {}
- newDeleteIpGroup :: Text -> DeleteIpGroup
- deleteIpGroup_groupId :: Lens' DeleteIpGroup Text
- data DeleteIpGroupResponse = DeleteIpGroupResponse' {
- httpStatus :: Int
- newDeleteIpGroupResponse :: Int -> DeleteIpGroupResponse
- deleteIpGroupResponse_httpStatus :: Lens' DeleteIpGroupResponse Int
Creating a Request
data DeleteIpGroup Source #
See: newDeleteIpGroup smart constructor.
Constructors
| DeleteIpGroup' | |
Instances
Arguments
| :: Text | |
| -> DeleteIpGroup |
Create a value of DeleteIpGroup 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:
DeleteIpGroup, deleteIpGroup_groupId - The identifier of the IP access control group.
Request Lenses
deleteIpGroup_groupId :: Lens' DeleteIpGroup Text Source #
The identifier of the IP access control group.
Destructuring the Response
data DeleteIpGroupResponse Source #
See: newDeleteIpGroupResponse smart constructor.
Constructors
| DeleteIpGroupResponse' | |
Fields
| |
Instances
newDeleteIpGroupResponse Source #
Create a value of DeleteIpGroupResponse 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:httpStatus:DeleteIpGroupResponse', deleteIpGroupResponse_httpStatus - The response's http status code.
Response Lenses
deleteIpGroupResponse_httpStatus :: Lens' DeleteIpGroupResponse Int Source #
The response's http status code.