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 SourceRevision = SourceRevision' {}
- newSourceRevision :: Text -> SourceRevision
- sourceRevision_revisionSummary :: Lens' SourceRevision (Maybe Text)
- sourceRevision_revisionUrl :: Lens' SourceRevision (Maybe Text)
- sourceRevision_revisionId :: Lens' SourceRevision (Maybe Text)
- sourceRevision_actionName :: Lens' SourceRevision Text
Documentation
data SourceRevision Source #
Information about the version (or revision) of a source artifact that initiated a pipeline execution.
See: newSourceRevision
smart constructor.
SourceRevision' | |
|
Instances
Create a value of SourceRevision
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:SourceRevision'
, sourceRevision_revisionSummary
- Summary information about the most recent revision of the artifact. For
GitHub and AWS CodeCommit repositories, the commit message. For Amazon
S3 buckets or actions, the user-provided content of a
codepipeline-artifact-revision-summary
key specified in the object
metadata.
$sel:revisionUrl:SourceRevision'
, sourceRevision_revisionUrl
- The commit ID for the artifact revision. For artifacts stored in GitHub
or AWS CodeCommit repositories, the commit ID is linked to a commit
details page.
$sel:revisionId:SourceRevision'
, sourceRevision_revisionId
- The system-generated unique ID that identifies the revision number of
the artifact.
$sel:actionName:SourceRevision'
, sourceRevision_actionName
- The name of the action that processed the revision to the source
artifact.
sourceRevision_revisionSummary :: Lens' SourceRevision (Maybe Text) Source #
Summary information about the most recent revision of the artifact. For
GitHub and AWS CodeCommit repositories, the commit message. For Amazon
S3 buckets or actions, the user-provided content of a
codepipeline-artifact-revision-summary
key specified in the object
metadata.
sourceRevision_revisionUrl :: Lens' SourceRevision (Maybe Text) Source #
The commit ID for the artifact revision. For artifacts stored in GitHub or AWS CodeCommit repositories, the commit ID is linked to a commit details page.
sourceRevision_revisionId :: Lens' SourceRevision (Maybe Text) Source #
The system-generated unique ID that identifies the revision number of the artifact.
sourceRevision_actionName :: Lens' SourceRevision Text Source #
The name of the action that processed the revision to the source artifact.