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

PutCommentReactionInput

import type { PutCommentReactionInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface PutCommentReactionInput {
commentId: string;
reactionValue: string;
}

§Properties

§
commentId: string
[src]

The ID of the comment to which you want to add or update a reaction.

§
reactionValue: string
[src]

The emoji reaction you want to add or update. To remove a reaction, provide a value of blank or null. You can also provide the value of none. For information about emoji reaction values supported in AWS CodeCommit, see the AWS CodeCommit User Guide.