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

DescribeImageTagsResponse

import type { DescribeImageTagsResponse } from "https://aws-api.deno.dev/v0.4/services/ecrpublic.ts?docs=full";
interface DescribeImageTagsResponse {
imageTagDetails?: ImageTagDetail[] | null;
nextToken?: string | null;
}

§Properties

§
imageTagDetails?: ImageTagDetail[] | null
[src]

The image tag details for the images in the requested repository.

§
nextToken?: string | null
[src]

The nextToken value to include in a future DescribeImageTags request. When the results of a DescribeImageTags request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null.