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

ListDatasetsRequest

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

Request for the ListDatasets operation.

interface ListDatasetsRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results per page.

§
nextToken?: string | null
[src]

A token indicating where a results page should begin.