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

CodeCommitRepository

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

Information about an Amazon Web Services CodeCommit repository. The CodeCommit repository must be in the same Amazon Web Services Region and Amazon Web Services account where its CodeGuru Reviewer code reviews are configured.

interface CodeCommitRepository {
Name: string;
}

§Properties

§
Name: string
[src]

The name of the Amazon Web Services CodeCommit repository. For more information, see repositoryName in the Amazon Web Services CodeCommit API Reference.