| 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.DrS.Types.LifeCycleLastLaunchInitiated
Description
Synopsis
- data LifeCycleLastLaunchInitiated = LifeCycleLastLaunchInitiated' {}
- newLifeCycleLastLaunchInitiated :: LifeCycleLastLaunchInitiated
- lifeCycleLastLaunchInitiated_apiCallDateTime :: Lens' LifeCycleLastLaunchInitiated (Maybe Text)
- lifeCycleLastLaunchInitiated_jobID :: Lens' LifeCycleLastLaunchInitiated (Maybe Text)
- lifeCycleLastLaunchInitiated_type :: Lens' LifeCycleLastLaunchInitiated (Maybe LastLaunchType)
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
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.