Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Information about the version (or revision) of a source artifact that initiated a pipeline execution.

Hierarchy

  • SourceRevision

Properties

actionName: undefined | string

The name of the action that processed the revision to the source artifact.

revisionId?: string

The system-generated unique ID that identifies the revision number of the artifact.

revisionSummary?: string

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?: string

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.