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

GetDownloadUrlForLayerResponse

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

§Properties

§
downloadUrl?: string | null
[src]

The pre-signed Amazon S3 download URL for the requested layer.

§
layerDigest?: string | null
[src]

The digest of the image layer to download.