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

BatchCheckLayerAvailabilityRequest

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

§Properties

§
layerDigests: string[]
[src]

The digests of the image layers to check.

§
registryId?: string | null
[src]

The Amazon Web Services account ID, or registry alias, associated with the public registry that contains the image layers to check. If you do not specify a registry, the default public registry is assumed.

§
repositoryName: string
[src]

The name of the repository that's associated with the image layers to check.