Values.SourceRevisionSourceInformation about the version (or revision) of a source artifact that initiated a pipeline execution.
type nonrec t = {actionName : ActionName.t option;The name of the action that processed the revision to the source artifact.
*)revisionId : Revision.t option;The system-generated unique ID that identifies the revision number of the artifact.
*)revisionSummary : RevisionSummary.t option;Summary information about the most recent revision of the artifact. For GitHub and 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.
*)revisionUrl : Url.t option;The commit ID for the artifact revision. For artifacts stored in GitHub or CodeCommit repositories, the commit ID is linked to a commit details page.
*)}