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

GetCommentReactionsInput

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

§Properties

§
commentId: string
[src]

The ID of the comment for which you want to get reactions information.

§
maxResults?: number | null
[src]

A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.

§
nextToken?: string | null
[src]

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

§
reactionUserArn?: string | null
[src]

Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.