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
data LaunchedInstance Source #
Configure launced instance.
See: newLaunchedInstance
smart constructor.
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:jobID:LaunchedInstance'
, launchedInstance_jobID
- Configure launced instance Job ID.
$sel:ec2InstanceID:LaunchedInstance'
, launchedInstance_ec2InstanceID
- Configure launced instance EC2 ID.
$sel:firstBoot:LaunchedInstance'
, launchedInstance_firstBoot
- Configure launced instance first boot.
launchedInstance_jobID :: Lens' LaunchedInstance (Maybe Text) Source #
Configure launced instance Job ID.
launchedInstance_ec2InstanceID :: Lens' LaunchedInstance (Maybe Text) Source #
Configure launced instance EC2 ID.
launchedInstance_firstBoot :: Lens' LaunchedInstance (Maybe FirstBoot) Source #
Configure launced instance first boot.