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

SearchAnalysesRequest

import type { SearchAnalysesRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface SearchAnalysesRequest {
AwsAccountId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the analyses that you're searching for.

§

The structure for the search filters that you want to apply to your search.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

A pagination token that can be used in a subsequent request.