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

DeleteRepositoryInput

import type { DeleteRepositoryInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Represents the input of a delete repository operation.

interface DeleteRepositoryInput {
repositoryName: string;
}

§Properties

§
repositoryName: string
[src]

The name of the repository to delete.