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

SystemInstanceFilter

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

An object that filters a system instance search. Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a STATUS filter searches for system instances in the specified Greengrass group that have the specified status.

interface SystemInstanceFilter {
value?: string[] | null;
}

§Properties

§

The name of the search filter field.

§
value?: string[] | null
[src]

An array of string values for the search filter field. Multiple values function as AND criteria in the search.