libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Read Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Show 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 #

NFData Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Methods

rnf :: Instance -> () #

Hashable Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Methods

hashWithSalt :: Int -> Instance -> Int #

hash :: Instance -> Int #

FromXML Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

type Rep Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

type Rep Instance = D1 ('MetaData "Instance" "Amazonka.ElasticBeanstalk.Types.Instance" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" '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.