libZSservicesZSamazonka-mgnZSamazonka-mgn
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MGN.Types.LaunchedInstance

Description

 
Synopsis

Documentation

data LaunchedInstance Source #

Configure launced instance.

See: newLaunchedInstance smart constructor.

Constructors

LaunchedInstance' 

Fields

Instances

Instances details
Eq LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

Read LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

Show 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 #

NFData LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

Methods

rnf :: LaunchedInstance -> () #

Hashable LaunchedInstance Source # 
Instance details

Defined in Amazonka.MGN.Types.LaunchedInstance

FromJSON 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" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "LaunchedInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ec2InstanceID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "firstBoot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FirstBoot)))))

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.