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

Filter

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

A filter expression for the Elastic Inference Accelerator list.

interface Filter {
name?: string | null;
values?: string[] | null;
}

§Properties

§
name?: string | null
[src]

The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.

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

The values for the filter of the Elastic Inference Accelerator list.