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

S3Repository

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

Information about a repository in an S3 bucket.

interface S3Repository {
BucketName: string;
Name: string;
}

§Properties

§
BucketName: string
[src]

The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.

§
Name: string
[src]

The name of the repository in the S3 bucket.