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