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

Description

 
Synopsis

Documentation

data LifeCycleLastLaunch Source #

An object containing information regarding the last launch of a Source Server.

See: newLifeCycleLastLaunch smart constructor.

Constructors

LifeCycleLastLaunch' 

Fields

Instances

Instances details
FromJSON LifeCycleLastLaunch Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunch

Generic LifeCycleLastLaunch Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunch

Associated Types

type Rep LifeCycleLastLaunch :: Type -> Type #

Read LifeCycleLastLaunch Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunch

Show LifeCycleLastLaunch Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunch

NFData LifeCycleLastLaunch Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunch

Methods

rnf :: LifeCycleLastLaunch -> () #

Eq LifeCycleLastLaunch Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunch

Hashable LifeCycleLastLaunch Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunch

type Rep LifeCycleLastLaunch Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunch

type Rep LifeCycleLastLaunch = D1 ('MetaData "LifeCycleLastLaunch" "Amazonka.DrS.Types.LifeCycleLastLaunch" "amazonka-drs-2.0-Jcy074h2jPgFhWHQx96blx" 'False) (C1 ('MetaCons "LifeCycleLastLaunch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initiated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifeCycleLastLaunchInitiated))))

newLifeCycleLastLaunch :: LifeCycleLastLaunch Source #

Create a value of LifeCycleLastLaunch 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:initiated:LifeCycleLastLaunch', lifeCycleLastLaunch_initiated - An object containing information regarding the initiation of the last launch of a Source Server.

lifeCycleLastLaunch_initiated :: Lens' LifeCycleLastLaunch (Maybe LifeCycleLastLaunchInitiated) Source #

An object containing information regarding the initiation of the last launch of a Source Server.