amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.SecurityGroupRuleUpdate

Description

 
Synopsis

Documentation

data SecurityGroupRuleUpdate Source #

Describes an update to a security group rule.

See: newSecurityGroupRuleUpdate smart constructor.

Constructors

SecurityGroupRuleUpdate' 

Fields

Instances

Instances details
ToQuery SecurityGroupRuleUpdate Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupRuleUpdate

Generic SecurityGroupRuleUpdate Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupRuleUpdate

Associated Types

type Rep SecurityGroupRuleUpdate :: Type -> Type #

Read SecurityGroupRuleUpdate Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupRuleUpdate

Show SecurityGroupRuleUpdate Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupRuleUpdate

NFData SecurityGroupRuleUpdate Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupRuleUpdate

Methods

rnf :: SecurityGroupRuleUpdate -> () #

Eq SecurityGroupRuleUpdate Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupRuleUpdate

Hashable SecurityGroupRuleUpdate Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupRuleUpdate

type Rep SecurityGroupRuleUpdate Source # 
Instance details

Defined in Amazonka.EC2.Types.SecurityGroupRuleUpdate

type Rep SecurityGroupRuleUpdate = D1 ('MetaData "SecurityGroupRuleUpdate" "Amazonka.EC2.Types.SecurityGroupRuleUpdate" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "SecurityGroupRuleUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityGroupRuleRequest)) :*: S1 ('MetaSel ('Just "securityGroupRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.