Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribePullRequestEventsInput

import type { DescribePullRequestEventsInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface DescribePullRequestEventsInput {
actorArn?: string | null;
maxResults?: number | null;
nextToken?: string | null;
pullRequestEventType?: PullRequestEventType | null;
pullRequestId: string;
}

§Properties

§
actorArn?: string | null
[src]

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.

§
maxResults?: number | null
[src]

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.

§
nextToken?: string | null
[src]

An enumeration token that, when provided in a request, returns the next batch of the results.

§
pullRequestEventType?: PullRequestEventType | null
[src]

Optional. The pull request event type about which you want to return information.

§
pullRequestId: string
[src]

The system-generated ID of the pull request. To get this ID, use "ListPullRequests".