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

PutRepositoryCatalogDataRequest

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

§Properties

§

An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.

§
registryId?: string | null
[src]

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

§
repositoryName: string
[src]

The name of the repository to create or update the catalog data for.