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

BatchCheckLayerAvailabilityResponse

import type { BatchCheckLayerAvailabilityResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface BatchCheckLayerAvailabilityResponse {
failures?: LayerFailure[] | null;
layers?: Layer[] | null;
}

§Properties

§
failures?: LayerFailure[] | null
[src]

Any failures associated with the call.

§
layers?: Layer[] | null
[src]

A list of image layer objects corresponding to the image layer references in the request.