| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ELBv2.ModifyRule
Description
Modifies the specified rule.
Any existing properties that you do not modify retain their current values.
To modify the default action, use ModifyListener.
- modifyRule :: Text -> ModifyRule
- data ModifyRule
- mrActions :: Lens' ModifyRule [Action]
- mrConditions :: Lens' ModifyRule [RuleCondition]
- mrRuleARN :: Lens' ModifyRule Text
- modifyRuleResponse :: Int -> ModifyRuleResponse
- data ModifyRuleResponse
- mrrsRules :: Lens' ModifyRuleResponse [Rule]
- mrrsResponseStatus :: Lens' ModifyRuleResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ModifyRule |
Creates a value of ModifyRule with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyRule Source #
Contains the parameters for ModifyRules.
See: modifyRule smart constructor.
Instances
Request Lenses
mrConditions :: Lens' ModifyRule [RuleCondition] Source #
The conditions.
Destructuring the Response
Arguments
| :: Int | |
| -> ModifyRuleResponse |
Creates a value of ModifyRuleResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyRuleResponse Source #
Contains the output of ModifyRules.
See: modifyRuleResponse smart constructor.
Response Lenses
mrrsResponseStatus :: Lens' ModifyRuleResponse Int Source #
The response status code.