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

ListImagesResponse

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

§Properties

§
imageIds?: ImageIdentifier[] | null
[src]

The list of image IDs for the requested repository.

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListImages request. When the results of a ListImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.