| 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.M2.Types.EngineVersionsSummary
Description
Synopsis
Documentation
data EngineVersionsSummary Source #
A subset of information about the engine version for a specific application.
See: newEngineVersionsSummary smart constructor.
Constructors
| EngineVersionsSummary' | |
Fields
| |
Instances
newEngineVersionsSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> EngineVersionsSummary |
Create a value of EngineVersionsSummary 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:engineType:EngineVersionsSummary', engineVersionsSummary_engineType - The type of target platform for the application.
$sel:engineVersion:EngineVersionsSummary', engineVersionsSummary_engineVersion - The version of the engine type used by the application.
engineVersionsSummary_engineType :: Lens' EngineVersionsSummary Text Source #
The type of target platform for the application.
engineVersionsSummary_engineVersion :: Lens' EngineVersionsSummary Text Source #
The version of the engine type used by the application.