| 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.MGN.Types.LaunchedInstance
Description
Documentation
data LaunchedInstance Source #
Launched instance.
See: newLaunchedInstance smart constructor.
Constructors
| LaunchedInstance' | |
Instances
newLaunchedInstance :: LaunchedInstance Source #
Create a value of LaunchedInstance 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:ec2InstanceID:LaunchedInstance', launchedInstance_ec2InstanceID - Launched instance EC2 ID.
$sel:firstBoot:LaunchedInstance', launchedInstance_firstBoot - Launched instance first boot.
$sel:jobID:LaunchedInstance', launchedInstance_jobID - Launched instance Job ID.
launchedInstance_ec2InstanceID :: Lens' LaunchedInstance (Maybe Text) Source #
Launched instance EC2 ID.
launchedInstance_firstBoot :: Lens' LaunchedInstance (Maybe FirstBoot) Source #
Launched instance first boot.
launchedInstance_jobID :: Lens' LaunchedInstance (Maybe Text) Source #
Launched instance Job ID.