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 VersionInformation = VersionInformation' {}
- newVersionInformation :: VersionInformation
- versionInformation_arn :: Lens' VersionInformation (Maybe Text)
- versionInformation_creationTimestamp :: Lens' VersionInformation (Maybe Text)
- versionInformation_version :: Lens' VersionInformation (Maybe Text)
- versionInformation_id :: Lens' VersionInformation (Maybe Text)
Documentation
data VersionInformation Source #
Information about a version.
See: newVersionInformation
smart constructor.
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:version:VersionInformation'
, versionInformation_version
- The ID of the version.
$sel:id:VersionInformation'
, versionInformation_id
- The ID of the parent definition that the version is associated with.
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_version :: Lens' VersionInformation (Maybe Text) Source #
The ID of the version.
versionInformation_id :: Lens' VersionInformation (Maybe Text) Source #
The ID of the parent definition that the version is associated with.