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

DeleteRepositoryRequest

import type { DeleteRepositoryRequest } from "https://aws-api.deno.dev/v0.4/services/ecrpublic.ts?docs=full";
interface DeleteRepositoryRequest {
force?: boolean | null;
registryId?: string | null;
repositoryName: string;
}

§Properties

§
force?: boolean | null
[src]

The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.

§
registryId?: string | null
[src]

The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.

§
repositoryName: string
[src]

The name of the repository to delete.