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

ListImagesFilter

import type { ListImagesFilter } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";

An object representing a filter on a "ListImages" operation.

interface ListImagesFilter {
tagStatus?: TagStatus | null;
}

§Properties

§
tagStatus?: TagStatus | null
[src]

The tag status with which to filter your "ListImages" results. You can filter results based on whether they are TAGGED or UNTAGGED.