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

Description

 
Synopsis

Documentation

data ParticipatingServer Source #

Server participating in Job.

See: newParticipatingServer smart constructor.

Constructors

ParticipatingServer' 

Fields

Instances

Instances details
Eq ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

Read ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

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

NFData ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

Methods

rnf :: ParticipatingServer -> () #

Hashable ParticipatingServer Source # 
Instance details

Defined in Amazonka.MGN.Types.ParticipatingServer

FromJSON 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" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "ParticipatingServer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchStatus)) :*: S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newParticipatingServer :: ParticipatingServer 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:sourceServerID:ParticipatingServer', participatingServer_sourceServerID - Participating server Source Server ID.