| 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.Greengrass.Types.VersionInformation
Description
Synopsis
- data VersionInformation = VersionInformation' {}
- newVersionInformation :: VersionInformation
- versionInformation_arn :: Lens' VersionInformation (Maybe Text)
- versionInformation_creationTimestamp :: Lens' VersionInformation (Maybe Text)
- versionInformation_id :: Lens' VersionInformation (Maybe Text)
- versionInformation_version :: Lens' VersionInformation (Maybe Text)
Documentation
data VersionInformation Source #
Information about a version.
See: newVersionInformation smart constructor.
Constructors
| VersionInformation' | |
Instances
newVersionInformation :: VersionInformation Source #
Create a value of VersionInformation 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:arn:VersionInformation', versionInformation_arn - The ARN of the version.
$sel:creationTimestamp:VersionInformation', versionInformation_creationTimestamp - The time, in milliseconds since the epoch, when the version was created.
$sel:id:VersionInformation', versionInformation_id - The ID of the parent definition that the version is associated with.
$sel:version:VersionInformation', versionInformation_version - The ID of the version.
versionInformation_arn :: Lens' VersionInformation (Maybe Text) Source #
The ARN of the version.
versionInformation_creationTimestamp :: Lens' VersionInformation (Maybe Text) Source #
The time, in milliseconds since the epoch, when the version was created.
versionInformation_id :: Lens' VersionInformation (Maybe Text) Source #
The ID of the parent definition that the version is associated with.
versionInformation_version :: Lens' VersionInformation (Maybe Text) Source #
The ID of the version.