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

DescribeImagesFilter

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

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

interface DescribeImagesFilter {
tagStatus?: TagStatus | null;
}

§Properties

§
tagStatus?: TagStatus | null
[src]

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