GetCommentsForPullRequestInput
import type { GetCommentsForPullRequestInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";interface GetCommentsForPullRequestInput {
afterCommitId?: string | null;
beforeCommitId?: string | null;
maxResults?: number | null;
nextToken?: string | null;
pullRequestId: string;
repositoryName?: string | null;
}