amazonka-evidently-2.0: Amazon CloudWatch Evidently 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.Evidently.Types.LaunchExecution

Description

 
Synopsis

Documentation

data LaunchExecution Source #

This structure contains information about the start and end times of the launch.

See: newLaunchExecution smart constructor.

Constructors

LaunchExecution' 

Fields

Instances

Instances details
FromJSON LaunchExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchExecution

Generic LaunchExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchExecution

Associated Types

type Rep LaunchExecution :: Type -> Type #

Read LaunchExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchExecution

Show LaunchExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchExecution

NFData LaunchExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchExecution

Methods

rnf :: LaunchExecution -> () #

Eq LaunchExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchExecution

Hashable LaunchExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchExecution

type Rep LaunchExecution Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchExecution

type Rep LaunchExecution = D1 ('MetaData "LaunchExecution" "Amazonka.Evidently.Types.LaunchExecution" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "LaunchExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newLaunchExecution :: LaunchExecution Source #

Create a value of LaunchExecution 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:endedTime:LaunchExecution', launchExecution_endedTime - The date and time that the launch ended.

$sel:startedTime:LaunchExecution', launchExecution_startedTime - The date and time that the launch started.

launchExecution_endedTime :: Lens' LaunchExecution (Maybe UTCTime) Source #

The date and time that the launch ended.

launchExecution_startedTime :: Lens' LaunchExecution (Maybe UTCTime) Source #

The date and time that the launch started.