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

ListDataViewsRequest

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

Request for a list data views.

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

§Properties

§
datasetId: string
[src]

The unique identifier of the Dataset for which to retrieve Dataviews.

§
maxResults?: number | null
[src]

The maximum number of results per page.

§
nextToken?: string | null
[src]

A token indicating where a results page should begin.