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 |
Synopsis
Documentation
data PlatformProgrammingLanguage Source #
A programming language supported by the platform.
See: newPlatformProgrammingLanguage
smart constructor.
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.