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.3/services/discovery.ts?docs=full";

Used to select which agent's data is to be exported. A single agent ID may be selected for export using the StartExportTask action.

interface ExportFilter {
condition: string;
name: string;
values: string[];
}

§Properties

§
condition: string
[src]

Supported condition: EQUALS

§
name: string
[src]

A single ExportFilter name. Supported filters: agentId.

§
values: string[]
[src]

A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.