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

RepositoryCatalogData

import type { RepositoryCatalogData } from "https://aws-api.deno.dev/v0.4/services/ecrpublic.ts?docs=full";

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

interface RepositoryCatalogData {
aboutText?: string | null;
architectures?: string[] | null;
description?: string | null;
logoUrl?: string | null;
marketplaceCertified?: boolean | null;
operatingSystems?: string[] | null;
usageText?: string | null;
}

§Properties

§
aboutText?: string | null
[src]

The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.

§
architectures?: string[] | null
[src]

The architecture tags that are associated with the repository.

Note: Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see "RepositoryCatalogDataInput".

§
description?: string | null
[src]

The short description of the repository.

§
logoUrl?: string | null
[src]

The URL that contains the logo that's associated with the repository.

§
marketplaceCertified?: boolean | null
[src]

Indicates whether the repository is certified by Amazon Web Services Marketplace.

§
operatingSystems?: string[] | null
[src]

The operating system tags that are associated with the repository.

Note: Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see "RepositoryCatalogDataInput".

§
usageText?: string | null
[src]

The longform usage details of the contents of the repository. The usage text provides context for users of the repository.