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 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.
Instances
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:
$sel:groupId: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.
DeleteIpGroupResponse' | |
|
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.