amazonka-elasticbeanstalk-2.0: Amazon Elastic Beanstalk 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.ElasticBeanstalk.Types.Instance

Description

 
Synopsis

Documentation

data Instance Source #

The description of an Amazon EC2 instance.

See: newInstance smart constructor.

Constructors

Instance' 

Fields

Instances

Instances details
FromXML Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Generic Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.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.ElasticBeanstalk.Types.Instance

Show Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

NFData Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Methods

rnf :: Instance -> () #

Eq Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Hashable Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Methods

hashWithSalt :: Int -> Instance -> Int #

hash :: Instance -> Int #

type Rep Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

type Rep Instance = D1 ('MetaData "Instance" "Amazonka.ElasticBeanstalk.Types.Instance" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Instance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") '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:id:Instance', instance_id - The ID of the Amazon EC2 instance.

instance_id :: Lens' Instance (Maybe Text) Source #

The ID of the Amazon EC2 instance.