Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
The description of an Amazon EC2 instance.
See: newInstance
smart constructor.
Instances
Eq Instance Source # | |
Read Instance Source # | |
Show Instance Source # | |
Generic Instance Source # | |
NFData Instance Source # | |
Defined in Amazonka.ElasticBeanstalk.Types.Instance | |
Hashable Instance Source # | |
Defined in Amazonka.ElasticBeanstalk.Types.Instance | |
FromXML Instance Source # | |
type Rep Instance Source # | |
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.