| 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.Synthetics.Types.RuntimeVersion
Description
Synopsis
- data RuntimeVersion = RuntimeVersion' {}
- newRuntimeVersion :: RuntimeVersion
- runtimeVersion_deprecationDate :: Lens' RuntimeVersion (Maybe UTCTime)
- runtimeVersion_description :: Lens' RuntimeVersion (Maybe Text)
- runtimeVersion_releaseDate :: Lens' RuntimeVersion (Maybe UTCTime)
- runtimeVersion_versionName :: 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.
Constructors
| RuntimeVersion' | |
Fields
| |
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:deprecationDate:RuntimeVersion', runtimeVersion_deprecationDate - If this runtime version is deprecated, this value is the date of
deprecation.
$sel:description:RuntimeVersion', runtimeVersion_description - A description of the runtime version, created by Amazon.
$sel:releaseDate:RuntimeVersion', runtimeVersion_releaseDate - The date that the runtime version was released.
$sel:versionName:RuntimeVersion', runtimeVersion_versionName - 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_description :: Lens' RuntimeVersion (Maybe Text) Source #
A description of the runtime version, created by Amazon.
runtimeVersion_releaseDate :: Lens' RuntimeVersion (Maybe UTCTime) Source #
The date that the runtime version was released.
runtimeVersion_versionName :: Lens' RuntimeVersion (Maybe Text) Source #
The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.