amazonka-mgn-2.0: Amazon Application Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MGN.Types.LaunchedInstance

Description

 
Synopsis

Documentation

data LaunchedInstance Source #

Launched instance.

See: newLaunchedInstance smart constructor.

Constructors

LaunchedInstance' 

Fields

Instances

Instances details
FromJSON LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

Generic LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

Associated Types

type Rep LaunchedInstance :: Type -> Type #

Read LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

Show LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

NFData LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

Methods

rnf :: LaunchedInstance -> () #

Eq LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

Hashable LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

type Rep LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

type Rep LaunchedInstance = D1 ('MetaData "LaunchedInstance" "Amazonka.MGN.Types.LaunchedInstance" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "LaunchedInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ec2InstanceID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "firstBoot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FirstBoot)) :*: S1 ('MetaSel ('Just "jobID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.