PullRequestSourceReferenceUpdatedEventMetadata
Information about an update to the source branch of a pull request.
Contents
- afterCommitId
-
The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.
Type: String
Required: No
- beforeCommitId
-
The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.
Type: String
Required: No
- mergeBase
-
The commit ID of the most recent commit that the source branch and the destination branch have in common.
Type: String
Required: No
- repositoryName
-
The name of the repository where the pull request was updated.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[\w\.-]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: