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

CreateCodeReviewRequest

import type { CreateCodeReviewRequest } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface CreateCodeReviewRequest {
ClientRequestToken?: string | null;
Name: string;
RepositoryAssociationArn: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]

Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate code reviews if there are failures and retries.

§
Name: string
[src]

The name of the code review. The name of each code review in your Amazon Web Services account must be unique.

§
RepositoryAssociationArn: string
[src]

The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations.

A code review can only be created on an associated repository. This is the ARN of the associated repository.

§

The type of code review to create. This is specified using a CodeReviewType object. You can create a code review only of type RepositoryAnalysis.