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.GroupIdentifier

Description

 
Synopsis

Documentation

data GroupIdentifier Source #

Describes a security group.

See: newGroupIdentifier smart constructor.

Constructors

GroupIdentifier' 

Fields

Instances

Instances details
ToQuery GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

FromXML GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

Generic GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

Associated Types

type Rep GroupIdentifier :: Type -> Type #

Read GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

Show GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

NFData GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

Methods

rnf :: GroupIdentifier -> () #

Eq GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

Hashable GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

type Rep GroupIdentifier Source # 
Instance details

Defined in Amazonka.EC2.Types.GroupIdentifier

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

newGroupIdentifier :: GroupIdentifier Source #

Create a value of GroupIdentifier 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:GroupIdentifier', groupIdentifier_groupId - The ID of the security group.

$sel:groupName:GroupIdentifier', groupIdentifier_groupName - The name of the security group.

groupIdentifier_groupId :: Lens' GroupIdentifier (Maybe Text) Source #

The ID of the security group.

groupIdentifier_groupName :: Lens' GroupIdentifier (Maybe Text) Source #

The name of the security group.