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

PutRegistryCatalogDataRequest

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

§Properties

§
displayName?: string | null
[src]

The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.

Note: The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.