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

BatchGetImageRequest

import type { BatchGetImageRequest } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface BatchGetImageRequest {
acceptedMediaTypes?: string[] | null;
imageIds: ImageIdentifier[];
registryId?: string | null;
repositoryName: string;
}

§Properties

§
acceptedMediaTypes?: string[] | null
[src]

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

§

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

§
registryId?: string | null
[src]

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

§
repositoryName: string
[src]

The repository that contains the images to describe.