amazonka-drs-2.0: Amazon Elastic Disaster Recovery 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.DrS.Types.ParticipatingServer

Description

 
Synopsis

Documentation

data ParticipatingServer Source #

Represents a server participating in an asynchronous Job.

See: newParticipatingServer smart constructor.

Constructors

ParticipatingServer' 

Fields

Instances

Instances details
FromJSON ParticipatingServer Source # 
Instance details

Defined in Amazonka.DrS.Types.ParticipatingServer

Generic ParticipatingServer Source # 
Instance details

Defined in Amazonka.DrS.Types.ParticipatingServer

Associated Types

type Rep ParticipatingServer :: Type -> Type #

Read ParticipatingServer Source # 
Instance details

Defined in Amazonka.DrS.Types.ParticipatingServer

Show ParticipatingServer Source # 
Instance details

Defined in Amazonka.DrS.Types.ParticipatingServer

NFData ParticipatingServer Source # 
Instance details

Defined in Amazonka.DrS.Types.ParticipatingServer

Methods

rnf :: ParticipatingServer -> () #

Eq ParticipatingServer Source # 
Instance details

Defined in Amazonka.DrS.Types.ParticipatingServer

Hashable ParticipatingServer Source # 
Instance details

Defined in Amazonka.DrS.Types.ParticipatingServer

type Rep ParticipatingServer Source # 
Instance details

Defined in Amazonka.DrS.Types.ParticipatingServer

type Rep ParticipatingServer = D1 ('MetaData "ParticipatingServer" "Amazonka.DrS.Types.ParticipatingServer" "amazonka-drs-2.0-Jcy074h2jPgFhWHQx96blx" 'False) (C1 ('MetaCons "ParticipatingServer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchStatus)) :*: (S1 ('MetaSel ('Just "recoveryInstanceID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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 - The launch status of a participating server.

$sel:recoveryInstanceID:ParticipatingServer', participatingServer_recoveryInstanceID - The Recovery Instance ID of a participating server.

$sel:sourceServerID:ParticipatingServer', participatingServer_sourceServerID - The Source Server ID of a participating server.

participatingServer_launchStatus :: Lens' ParticipatingServer (Maybe LaunchStatus) Source #

The launch status of a participating server.

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

The Recovery Instance ID of a participating server.

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

The Source Server ID of a participating server.