| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Evidently.Types.LaunchExecution
Description
Documentation
data LaunchExecution Source #
This structure contains information about the start and end times of the launch.
See: newLaunchExecution smart constructor.
Constructors
| LaunchExecution' | |
Instances
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.