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

AnalysisSearchFilter

import type { AnalysisSearchFilter } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

A filter that you apply when searching for one or more analyses.

interface AnalysisSearchFilter {
Operator?: FilterOperator | null;
Value?: string | null;
}

§Properties

§

The name of the value that you want to use as a filter, for example "Name": "QUICKSIGHT_USER".

§
Operator?: FilterOperator | null
[src]

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals".

§
Value?: string | null
[src]

The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example "Value". An example is "arn:aws:quicksight:us-east-1:1:user/default/UserName1".