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

InventoryFilter

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

Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.

interface InventoryFilter {
Prefix: string;
}

§Properties

§
Prefix: string
[src]

The prefix that an object must have to be included in the inventory results.