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

Repository

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

Information about an associated Amazon Web Services CodeCommit repository or an associated repository that is managed by Amazon Web Services CodeStar Connections (for example, Bitbucket). This Repository object is not used if your source code is in an associated GitHub repository.

interface Repository {
Bitbucket?: ThirdPartySourceRepository | null;
CodeCommit?: CodeCommitRepository | null;
GitHubEnterpriseServer?: ThirdPartySourceRepository | null;
S3Bucket?: S3Repository | null;
}

§Properties

§

Information about a Bitbucket repository.

§
CodeCommit?: CodeCommitRepository | null
[src]

Information about an Amazon Web Services CodeCommit repository.

§
GitHubEnterpriseServer?: ThirdPartySourceRepository | null
[src]

Information about a GitHub Enterprise Server repository.

§
S3Bucket?: S3Repository | null
[src]