| 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.ElasticBeanstalk.Types.PlatformProgrammingLanguage
Description
Synopsis
Documentation
data PlatformProgrammingLanguage Source #
A programming language supported by the platform.
See: newPlatformProgrammingLanguage smart constructor.
Constructors
| PlatformProgrammingLanguage' | |
Instances
newPlatformProgrammingLanguage :: PlatformProgrammingLanguage Source #
Create a value of PlatformProgrammingLanguage 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:name:PlatformProgrammingLanguage', platformProgrammingLanguage_name - The name of the programming language.
$sel:version:PlatformProgrammingLanguage', platformProgrammingLanguage_version - The version of the programming language.
platformProgrammingLanguage_name :: Lens' PlatformProgrammingLanguage (Maybe Text) Source #
The name of the programming language.
platformProgrammingLanguage_version :: Lens' PlatformProgrammingLanguage (Maybe Text) Source #
The version of the programming language.