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

Description

 
Synopsis

Documentation

data ApplicationAggregatedStatus Source #

Application aggregated status.

See: newApplicationAggregatedStatus smart constructor.

Constructors

ApplicationAggregatedStatus' 

Fields

Instances

Instances details
FromJSON ApplicationAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.ApplicationAggregatedStatus

Generic ApplicationAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.ApplicationAggregatedStatus

Associated Types

type Rep ApplicationAggregatedStatus :: Type -> Type #

Read ApplicationAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.ApplicationAggregatedStatus

Show ApplicationAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.ApplicationAggregatedStatus

NFData ApplicationAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.ApplicationAggregatedStatus

Eq ApplicationAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.ApplicationAggregatedStatus

Hashable ApplicationAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.ApplicationAggregatedStatus

type Rep ApplicationAggregatedStatus Source # 
Instance details

Defined in Amazonka.MGN.Types.ApplicationAggregatedStatus

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

newApplicationAggregatedStatus :: ApplicationAggregatedStatus Source #

Create a value of ApplicationAggregatedStatus 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:ApplicationAggregatedStatus', applicationAggregatedStatus_healthStatus - Application aggregated status health status.

$sel:lastUpdateDateTime:ApplicationAggregatedStatus', applicationAggregatedStatus_lastUpdateDateTime - Application aggregated status last update dateTime.

$sel:progressStatus:ApplicationAggregatedStatus', applicationAggregatedStatus_progressStatus - Application aggregated status progress status.

$sel:totalSourceServers:ApplicationAggregatedStatus', applicationAggregatedStatus_totalSourceServers - Application aggregated status total source servers amount.

applicationAggregatedStatus_totalSourceServers :: Lens' ApplicationAggregatedStatus (Maybe Natural) Source #

Application aggregated status total source servers amount.