amazonka-elb-2.0: Amazon Elastic Load Balancing 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.ELB.Types.Instance

Description

 
Synopsis

Documentation

data Instance Source #

The ID of an EC2 instance.

See: newInstance smart constructor.

Constructors

Instance' 

Fields

Instances

Instances details
ToQuery Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

FromXML Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

Generic Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

Associated Types

type Rep Instance :: Type -> Type #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

Read Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

Show Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

NFData Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

Methods

rnf :: Instance -> () #

Eq Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

Hashable Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

Methods

hashWithSalt :: Int -> Instance -> Int #

hash :: Instance -> Int #

type Rep Instance Source # 
Instance details

Defined in Amazonka.ELB.Types.Instance

type Rep Instance = D1 ('MetaData "Instance" "Amazonka.ELB.Types.Instance" "amazonka-elb-2.0-9cSN5cNCwnD5ZanKSOxHTf" 'False) (C1 ('MetaCons "Instance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstance :: Instance Source #

Create a value of Instance 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:instanceId:Instance', instance_instanceId - The instance ID.