Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LaunchDetails Source #
Details about the latest launch of an application.
See: newLaunchDetails
smart constructor.
Instances
newLaunchDetails :: LaunchDetails Source #
Create a value of LaunchDetails
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:stackId:LaunchDetails'
, launchDetails_stackId
- The ID of the latest stack launched for this application.
$sel:latestLaunchTime:LaunchDetails'
, launchDetails_latestLaunchTime
- The latest time that this application was launched successfully.
$sel:stackName:LaunchDetails'
, launchDetails_stackName
- The name of the latest stack launched for this application.
launchDetails_stackId :: Lens' LaunchDetails (Maybe Text) Source #
The ID of the latest stack launched for this application.
launchDetails_latestLaunchTime :: Lens' LaunchDetails (Maybe UTCTime) Source #
The latest time that this application was launched successfully.
launchDetails_stackName :: Lens' LaunchDetails (Maybe Text) Source #
The name of the latest stack launched for this application.