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

ListDatasetsResponse

import type { ListDatasetsResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListDatasetsResponse {
DatasetSummaries?: DatasetSummary[] | null;
NextToken?: string | null;
}

§Properties

§
DatasetSummaries?: DatasetSummary[] | null
[src]

Provides information about the specified dataset, including creation time, dataset ARN, and status.

§
NextToken?: string | null
[src]

An opaque pagination token indicating where to continue the listing of datasets.