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

GetDownloadUrlForLayerRequest

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

§Properties

§
layerDigest: string
[src]

The digest of the image layer to download.

§
registryId?: string | null
[src]

The Amazon Web Services account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

§
repositoryName: string
[src]

The name of the repository that is associated with the image layer to download.