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
- data RuntimeVersion = RuntimeVersion' {}
- newRuntimeVersion :: RuntimeVersion
- runtimeVersion_versionName :: Lens' RuntimeVersion (Maybe Text)
- runtimeVersion_deprecationDate :: Lens' RuntimeVersion (Maybe UTCTime)
- runtimeVersion_releaseDate :: Lens' RuntimeVersion (Maybe UTCTime)
- runtimeVersion_description :: Lens' RuntimeVersion (Maybe Text)
Documentation
data RuntimeVersion Source #
This structure contains information about one canary runtime version. For more information about runtime versions, see Canary Runtime Versions.
See: newRuntimeVersion
smart constructor.
RuntimeVersion' | |
|
Instances
newRuntimeVersion :: RuntimeVersion Source #
Create a value of RuntimeVersion
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:versionName:RuntimeVersion'
, runtimeVersion_versionName
- The name of the runtime version. For a list of valid runtime versions,
see
Canary Runtime Versions.
$sel:deprecationDate:RuntimeVersion'
, runtimeVersion_deprecationDate
- If this runtime version is deprecated, this value is the date of
deprecation.
$sel:releaseDate:RuntimeVersion'
, runtimeVersion_releaseDate
- The date that the runtime version was released.
$sel:description:RuntimeVersion'
, runtimeVersion_description
- A description of the runtime version, created by Amazon.
runtimeVersion_versionName :: Lens' RuntimeVersion (Maybe Text) Source #
The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
runtimeVersion_deprecationDate :: Lens' RuntimeVersion (Maybe UTCTime) Source #
If this runtime version is deprecated, this value is the date of deprecation.
runtimeVersion_releaseDate :: Lens' RuntimeVersion (Maybe UTCTime) Source #
The date that the runtime version was released.
runtimeVersion_description :: Lens' RuntimeVersion (Maybe Text) Source #
A description of the runtime version, created by Amazon.