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

Description

 
Synopsis

Documentation

data WaveAggregatedStatus Source #

Wave aggregated status.

See: newWaveAggregatedStatus smart constructor.

Constructors

WaveAggregatedStatus' 

Fields

Instances

Instances details
FromJSON WaveAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.WaveAggregatedStatus

Generic WaveAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.WaveAggregatedStatus

Associated Types

type Rep WaveAggregatedStatus :: Type -> Type #

Read WaveAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.WaveAggregatedStatus

Show WaveAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.WaveAggregatedStatus

NFData WaveAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.WaveAggregatedStatus

Methods

rnf :: WaveAggregatedStatus -> () #

Eq WaveAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.WaveAggregatedStatus

Hashable WaveAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.WaveAggregatedStatus

type Rep WaveAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.WaveAggregatedStatus

type Rep WaveAggregatedStatus = D1 ('MetaData "WaveAggregatedStatus" "Amazonka.MGN.Types.WaveAggregatedStatus" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "WaveAggregatedStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaveHealthStatus)) :*: S1 ('MetaSel ('Just "lastUpdateDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "progressStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaveProgressStatus)) :*: (S1 ('MetaSel ('Just "replicationStartedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newWaveAggregatedStatus :: WaveAggregatedStatus Source #

Create a value of WaveAggregatedStatus 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:healthStatus:WaveAggregatedStatus', waveAggregatedStatus_healthStatus - Wave aggregated status health status.

$sel:lastUpdateDateTime:WaveAggregatedStatus', waveAggregatedStatus_lastUpdateDateTime - Wave aggregated status last update dateTime.

$sel:progressStatus:WaveAggregatedStatus', waveAggregatedStatus_progressStatus - Wave aggregated status progress status.

$sel:replicationStartedDateTime:WaveAggregatedStatus', waveAggregatedStatus_replicationStartedDateTime - DateTime marking when the first source server in the wave started replication.

$sel:totalApplications:WaveAggregatedStatus', waveAggregatedStatus_totalApplications - Wave aggregated status total applications amount.

waveAggregatedStatus_lastUpdateDateTime :: Lens' WaveAggregatedStatus (Maybe Text) Source #

Wave aggregated status last update dateTime.

waveAggregatedStatus_replicationStartedDateTime :: Lens' WaveAggregatedStatus (Maybe Text) Source #

DateTime marking when the first source server in the wave started replication.

waveAggregatedStatus_totalApplications :: Lens' WaveAggregatedStatus (Maybe Natural) Source #

Wave aggregated status total applications amount.