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

UpdateRepositoryDescriptionInput

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

Represents the input of an update repository description operation.

interface UpdateRepositoryDescriptionInput {
repositoryDescription?: string | null;
repositoryName: string;
}

§Properties

§
repositoryDescription?: string | null
[src]

The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.

§
repositoryName: string
[src]

The name of the repository to set or change the comment or description for.