Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/codecommit@2015-04-13/mod.ts>PostCommentForComparedCommitInput

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface PostCommentForComparedCommitInput
import { type PostCommentForComparedCommitInput } from "https://deno.land/x/aws_api@v0.1.0/services/codecommit@2015-04-13/mod.ts";

Properties

repositoryName: string
optional
beforeCommitId: string | null
afterCommitId: string
optional
location: Location | null
content: string
optional
clientRequestToken: string | null