Values.DescribePullRequestEventsOutputSourceReturns information about one or more pull request events.
type nonrec t = {pullRequestEvents : PullRequestEventList.t option;Information about the pull request events.
*)nextToken : NextToken.t option;An enumeration token that can be used in a request to return the next batch of the results.
*)}type nonrec error = [ | `ActorDoesNotExistException of ActorDoesNotExistException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidActorArnException of InvalidActorArnException.t| `InvalidContinuationTokenException of InvalidContinuationTokenException.t| `InvalidMaxResultsException of InvalidMaxResultsException.t| `InvalidPullRequestEventTypeException of InvalidPullRequestEventTypeException.t| `InvalidPullRequestIdException of InvalidPullRequestIdException.t| `PullRequestDoesNotExistException of PullRequestDoesNotExistException.t| `PullRequestIdRequiredException of PullRequestIdRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActorDoesNotExistException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidActorArnException of unit
| `InvalidContinuationTokenException of unit
| `InvalidMaxResultsException of unit
| `InvalidPullRequestEventTypeException of unit
| `InvalidPullRequestIdException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActorDoesNotExistException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidActorArnException of unit
| `InvalidContinuationTokenException of unit
| `InvalidMaxResultsException of unit
| `InvalidPullRequestEventTypeException of unit
| `InvalidPullRequestIdException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of PullRequestId.t
| `Structure of
(string
* [> `Enum of string
| `String of RepositoryName.t
| `Structure of
(string
* [> `Boolean of IsMerged.t
| `Enum of string
| `String of Arn.t ])
list ])
list
| `Timestamp of EventDate.t ])
list ]
list
| `String of NextToken.t ])
list ]