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 |
Synopsis
- data Instance = Instance' {
- instanceId :: Maybe Text
- newInstance :: Instance
- instance_instanceId :: Lens' Instance (Maybe Text)
Documentation
The ID of an EC2 instance.
See: newInstance
smart constructor.
Instance' | |
|
Instances
Eq Instance Source # | |
Read Instance Source # | |
Show Instance Source # | |
Generic Instance Source # | |
NFData Instance Source # | |
Defined in Amazonka.ELB.Types.Instance | |
Hashable Instance Source # | |
Defined in Amazonka.ELB.Types.Instance | |
ToQuery Instance Source # | |
Defined in Amazonka.ELB.Types.Instance toQuery :: Instance -> QueryString # | |
FromXML Instance Source # | |
type Rep Instance Source # | |
Defined in Amazonka.ELB.Types.Instance |
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.