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

SearchDataSetsRequest

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

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID.

§

The filters to apply to the search.

§
MaxResults?: number | null
[src]

The maximum number of results to be returned per request.

§
NextToken?: string | null
[src]

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