| 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.EC2.Types.SecurityGroupRuleUpdate
Description
Synopsis
- data SecurityGroupRuleUpdate = SecurityGroupRuleUpdate' {}
- newSecurityGroupRuleUpdate :: SecurityGroupRuleUpdate
- securityGroupRuleUpdate_securityGroupRule :: Lens' SecurityGroupRuleUpdate (Maybe SecurityGroupRuleRequest)
- securityGroupRuleUpdate_securityGroupRuleId :: Lens' SecurityGroupRuleUpdate (Maybe Text)
Documentation
data SecurityGroupRuleUpdate Source #
Describes an update to a security group rule.
See: newSecurityGroupRuleUpdate smart constructor.
Constructors
| SecurityGroupRuleUpdate' | |
Fields
| |
Instances
newSecurityGroupRuleUpdate :: SecurityGroupRuleUpdate Source #
Create a value of SecurityGroupRuleUpdate 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:securityGroupRule:SecurityGroupRuleUpdate', securityGroupRuleUpdate_securityGroupRule - Information about the security group rule.
$sel:securityGroupRuleId:SecurityGroupRuleUpdate', securityGroupRuleUpdate_securityGroupRuleId - The ID of the security group rule.
securityGroupRuleUpdate_securityGroupRule :: Lens' SecurityGroupRuleUpdate (Maybe SecurityGroupRuleRequest) Source #
Information about the security group rule.
securityGroupRuleUpdate_securityGroupRuleId :: Lens' SecurityGroupRuleUpdate (Maybe Text) Source #
The ID of the security group rule.