| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.WorkSpaces.RevokeIPRules
Description
Removes one or more rules from the specified IP access control group.
Creating a Request
Arguments
| :: Text | |
| -> RevokeIPRules |
Creates a value of RevokeIPRules with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rirGroupId- The ID of the group.rirUserRules- The rules to remove from the group.
data RevokeIPRules Source #
See: revokeIPRules smart constructor.
Instances
Request Lenses
rirGroupId :: Lens' RevokeIPRules Text Source #
The ID of the group.
rirUserRules :: Lens' RevokeIPRules [Text] Source #
The rules to remove from the group.
Destructuring the Response
revokeIPRulesResponse Source #
Arguments
| :: Int | |
| -> RevokeIPRulesResponse |
Creates a value of RevokeIPRulesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rirrsResponseStatus- -- | The response status code.
data RevokeIPRulesResponse Source #
See: revokeIPRulesResponse smart constructor.
Response Lenses
rirrsResponseStatus :: Lens' RevokeIPRulesResponse Int Source #
- - | The response status code.