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 CurrentRevision = CurrentRevision' {}
- newCurrentRevision :: Text -> Text -> CurrentRevision
- currentRevision_revisionSummary :: Lens' CurrentRevision (Maybe Text)
- currentRevision_created :: Lens' CurrentRevision (Maybe UTCTime)
- currentRevision_revision :: Lens' CurrentRevision Text
- currentRevision_changeIdentifier :: Lens' CurrentRevision Text
Documentation
data CurrentRevision Source #
Represents information about a current revision.
See: newCurrentRevision
smart constructor.
CurrentRevision' | |
|
Instances
:: Text | |
-> Text | |
-> CurrentRevision |
Create a value of CurrentRevision
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:revisionSummary:CurrentRevision'
, currentRevision_revisionSummary
- The summary of the most recent revision of the artifact.
$sel:created:CurrentRevision'
, currentRevision_created
- The date and time when the most recent revision of the artifact was
created, in timestamp format.
$sel:revision:CurrentRevision'
, currentRevision_revision
- The revision ID of the current version of an artifact.
$sel:changeIdentifier:CurrentRevision'
, currentRevision_changeIdentifier
- The change identifier for the current revision.
currentRevision_revisionSummary :: Lens' CurrentRevision (Maybe Text) Source #
The summary of the most recent revision of the artifact.
currentRevision_created :: Lens' CurrentRevision (Maybe UTCTime) Source #
The date and time when the most recent revision of the artifact was created, in timestamp format.
currentRevision_revision :: Lens' CurrentRevision Text Source #
The revision ID of the current version of an artifact.
currentRevision_changeIdentifier :: Lens' CurrentRevision Text Source #
The change identifier for the current revision.