| 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.ResilienceHub.Types.AppVersionSummary
Description
Synopsis
Documentation
data AppVersionSummary Source #
The version of the application.
See: newAppVersionSummary smart constructor.
Constructors
| AppVersionSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> AppVersionSummary |
Create a value of AppVersionSummary 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:appVersion:AppVersionSummary', appVersionSummary_appVersion - The version of the application.
appVersionSummary_appVersion :: Lens' AppVersionSummary Text Source #
The version of the application.