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

Description

 
Synopsis

Documentation

data LifeCycleLastLaunchInitiated Source #

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

See: newLifeCycleLastLaunchInitiated smart constructor.

Constructors

LifeCycleLastLaunchInitiated' 

Fields

Instances

Instances details
FromJSON LifeCycleLastLaunchInitiated Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunchInitiated

Generic LifeCycleLastLaunchInitiated Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunchInitiated

Associated Types

type Rep LifeCycleLastLaunchInitiated :: Type -> Type #

Read LifeCycleLastLaunchInitiated Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunchInitiated

Show LifeCycleLastLaunchInitiated Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunchInitiated

NFData LifeCycleLastLaunchInitiated Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunchInitiated

Eq LifeCycleLastLaunchInitiated Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunchInitiated

Hashable LifeCycleLastLaunchInitiated Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunchInitiated

type Rep LifeCycleLastLaunchInitiated Source # 
Instance details

Defined in Amazonka.DrS.Types.LifeCycleLastLaunchInitiated

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

newLifeCycleLastLaunchInitiated :: LifeCycleLastLaunchInitiated Source #

Create a value of LifeCycleLastLaunchInitiated 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:apiCallDateTime:LifeCycleLastLaunchInitiated', lifeCycleLastLaunchInitiated_apiCallDateTime - The date and time the last Source Server launch was initiated.

$sel:jobID:LifeCycleLastLaunchInitiated', lifeCycleLastLaunchInitiated_jobID - The ID of the Job that was used to last launch the Source Server.

$sel:type':LifeCycleLastLaunchInitiated', lifeCycleLastLaunchInitiated_type - The Job type that was used to last launch the Source Server.

lifeCycleLastLaunchInitiated_apiCallDateTime :: Lens' LifeCycleLastLaunchInitiated (Maybe Text) Source #

The date and time the last Source Server launch was initiated.

lifeCycleLastLaunchInitiated_jobID :: Lens' LifeCycleLastLaunchInitiated (Maybe Text) Source #

The ID of the Job that was used to last launch the Source Server.

lifeCycleLastLaunchInitiated_type :: Lens' LifeCycleLastLaunchInitiated (Maybe LastLaunchType) Source #

The Job type that was used to last launch the Source Server.