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

Description

 
Synopsis

Documentation

data ClassicLinkInstance Source #

We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.

Describes a linked EC2-Classic instance.

See: newClassicLinkInstance smart constructor.

Constructors

ClassicLinkInstance' 

Fields

Instances

Instances details
FromXML ClassicLinkInstance Source # 
Instance details

Defined in Amazonka.EC2.Types.ClassicLinkInstance

Generic ClassicLinkInstance Source # 
Instance details

Defined in Amazonka.EC2.Types.ClassicLinkInstance

Associated Types

type Rep ClassicLinkInstance :: Type -> Type #

Read ClassicLinkInstance Source # 
Instance details

Defined in Amazonka.EC2.Types.ClassicLinkInstance

Show ClassicLinkInstance Source # 
Instance details

Defined in Amazonka.EC2.Types.ClassicLinkInstance

NFData ClassicLinkInstance Source # 
Instance details

Defined in Amazonka.EC2.Types.ClassicLinkInstance

Methods

rnf :: ClassicLinkInstance -> () #

Eq ClassicLinkInstance Source # 
Instance details

Defined in Amazonka.EC2.Types.ClassicLinkInstance

Hashable ClassicLinkInstance Source # 
Instance details

Defined in Amazonka.EC2.Types.ClassicLinkInstance

type Rep ClassicLinkInstance Source # 
Instance details

Defined in Amazonka.EC2.Types.ClassicLinkInstance

type Rep ClassicLinkInstance = D1 ('MetaData "ClassicLinkInstance" "Amazonka.EC2.Types.ClassicLinkInstance" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ClassicLinkInstance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GroupIdentifier])) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newClassicLinkInstance :: ClassicLinkInstance Source #

Create a value of ClassicLinkInstance 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:groups:ClassicLinkInstance', classicLinkInstance_groups - A list of security groups.

$sel:instanceId:ClassicLinkInstance', classicLinkInstance_instanceId - The ID of the instance.

$sel:tags:ClassicLinkInstance', classicLinkInstance_tags - Any tags assigned to the instance.

$sel:vpcId:ClassicLinkInstance', classicLinkInstance_vpcId - The ID of the VPC.

classicLinkInstance_tags :: Lens' ClassicLinkInstance (Maybe [Tag]) Source #

Any tags assigned to the instance.