Returns information about one or more pull request events
Source:R/codecommit_operations.R
codecommit_describe_pull_request_events.RdReturns information about one or more pull request events.
See https://www.paws-r-sdk.com/docs/codecommit_describe_pull_request_events/ for full documentation.
Usage
codecommit_describe_pull_request_events(
pullRequestId,
pullRequestEventType = NULL,
actorArn = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- pullRequestId
[required] The system-generated ID of the pull request. To get this ID, use
list_pull_requests.- pullRequestEventType
Optional. The pull request event type about which you want to return information.
- actorArn
The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.
- nextToken
An enumeration token that, when provided in a request, returns the next batch of the results.
- maxResults
A non-zero, non-negative integer used to limit the number of returned results. The default is 100 events, which is also the maximum number of events that can be returned in a result.