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.ParticipatingServer

Description

 
Synopsis

Documentation

data ParticipatingServer Source #

Server participating in Job.

See: newParticipatingServer smart constructor.

Constructors

ParticipatingServer' 

Fields

Instances

Instances details
FromJSON ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

Generic ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

Associated Types

type Rep ParticipatingServer :: Type -> Type #

Read ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

Show ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

NFData ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

Methods

rnf :: ParticipatingServer -> () #

Eq ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

Hashable ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

type Rep ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

type Rep ParticipatingServer = D1 ('MetaData "ParticipatingServer" "Amazonka.MGN.Types.ParticipatingServer" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "ParticipatingServer'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "launchStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchStatus)) :*: S1 ('MetaSel ('Just "launchedEc2InstanceID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "postLaunchActionsStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostLaunchActionsStatus)) :*: S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newParticipatingServer Source #

Create a value of ParticipatingServer 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:launchStatus:ParticipatingServer', participatingServer_launchStatus - Participating server launch status.

$sel:launchedEc2InstanceID:ParticipatingServer', participatingServer_launchedEc2InstanceID - Participating server's launched ec2 instance ID.

$sel:postLaunchActionsStatus:ParticipatingServer', participatingServer_postLaunchActionsStatus - Participating server's Post Launch Actions Status.

$sel:sourceServerID:ParticipatingServer', participatingServer_sourceServerID - Participating server Source Server ID.

participatingServer_launchedEc2InstanceID :: Lens' ParticipatingServer (Maybe Text) Source #

Participating server's launched ec2 instance ID.

participatingServer_sourceServerID :: Lens' ParticipatingServer Text Source #

Participating server Source Server ID.