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

UpdateRepositoryNameInput

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

Represents the input of an update repository description operation.

interface UpdateRepositoryNameInput {
newName: string;
oldName: string;
}

§Properties

§
newName: string
[src]

The new name for the repository.

§
oldName: string
[src]

The current name of the repository.