Module Values.DescribePullRequestEventsOutputSource

Returns information about one or more pull request events.

Sourcetype nonrec t = {
  1. pullRequestEvents : PullRequestEventList.t option;
    (*

    Information about the pull request events.

    *)
  2. nextToken : NextToken.t option;
    (*

    An enumeration token that can be used in a request to return the next batch of the results.

    *)
}
Sourcetype nonrec error = [
  1. | `ActorDoesNotExistException of ActorDoesNotExistException.t
  2. | `EncryptionIntegrityChecksFailedException of EncryptionIntegrityChecksFailedException.t
  3. | `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t
  4. | `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t
  5. | `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t
  6. | `EncryptionKeyUnavailableException of EncryptionKeyUnavailableException.t
  7. | `InvalidActorArnException of InvalidActorArnException.t
  8. | `InvalidContinuationTokenException of InvalidContinuationTokenException.t
  9. | `InvalidMaxResultsException of InvalidMaxResultsException.t
  10. | `InvalidPullRequestEventTypeException of InvalidPullRequestEventTypeException.t
  11. | `InvalidPullRequestIdException of InvalidPullRequestIdException.t
  12. | `PullRequestDoesNotExistException of PullRequestDoesNotExistException.t
  13. | `PullRequestIdRequiredException of PullRequestIdRequiredException.t
  14. | `Unknown_operation_error of string * string option
]
Sourceval make : ?pullRequestEvents:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t