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

BatchGetImageResponse

import type { BatchGetImageResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface BatchGetImageResponse {
failures?: ImageFailure[] | null;
images?: Image[] | null;
}

§Properties

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

Any failures associated with the call.

§
images?: Image[] | null
[src]

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