| 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.SMS.Types.LaunchDetails
Description
Documentation
data LaunchDetails Source #
Details about the latest launch of an application.
See: newLaunchDetails smart constructor.
Constructors
| LaunchDetails' | |
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:latestLaunchTime:LaunchDetails', launchDetails_latestLaunchTime - The latest time that this application was launched successfully.
$sel:stackId:LaunchDetails', launchDetails_stackId - The ID of the latest stack launched for this application.
$sel:stackName:LaunchDetails', launchDetails_stackName - The name 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_stackId :: Lens' LaunchDetails (Maybe Text) Source #
The ID of the latest stack launched for this application.
launchDetails_stackName :: Lens' LaunchDetails (Maybe Text) Source #
The name of the latest stack launched for this application.