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

ExportFilter

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

Filters the response form the ListExports operation

interface ExportFilter {
values: string[];
}

§Properties

§

The name of the field to use for filtering.

§

The operator to use for the filter. Specify EQ when the ListExports operation should return only resource types that equal the specified value. Specify CO when the ListExports operation should return resource types that contain the specified value.

§
values: string[]
[src]

The values to use to filter the response. The values must be Bot, BotLocale, or CustomVocabulary.