GetCommentReactionsInput
import type { GetCommentReactionsInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";interface GetCommentReactionsInput {
commentId: string;
maxResults?: number | null;
nextToken?: string | null;
reactionUserArn?: string | null;
}