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

PackageFilter

import type { PackageFilter } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

Contains information on the details of a package filter.

interface PackageFilter {
architecture?: StringFilter | null;
epoch?: NumberFilter | null;
name?: StringFilter | null;
release?: StringFilter | null;
sourceLayerHash?: StringFilter | null;
version?: StringFilter | null;
}

§Properties

§
architecture?: StringFilter | null
[src]

An object that contains details on the package architecture type to filter on.

§
epoch?: NumberFilter | null
[src]

An object that contains details on the package epoch to filter on.

§
name?: StringFilter | null
[src]

An object that contains details on the name of the package to filter on.

§
release?: StringFilter | null
[src]

An object that contains details on the package release to filter on.

§
sourceLayerHash?: StringFilter | null
[src]

An object that contains details on the source layer hash to filter on.

§
version?: StringFilter | null
[src]

The package version to filter on.