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

RepositoryAnalysis

import type { RepositoryAnalysis } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";

A code review type that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN when you call CreateCodeReview.

interface RepositoryAnalysis {
RepositoryHead?: RepositoryHeadSourceCodeType | null;
SourceCodeType?: SourceCodeType | null;
}

§Properties

§
RepositoryHead?: RepositoryHeadSourceCodeType | null
[src]

A SourceCodeType that specifies the tip of a branch in an associated repository.

§
SourceCodeType?: SourceCodeType | null
[src]