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

GetDatasetContentResponse

import type { GetDatasetContentResponse } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface GetDatasetContentResponse {
entries?: DatasetEntry[] | null;
status?: DatasetContentStatus | null;
timestamp?: Date | number | null;
}

§Properties

§
entries?: DatasetEntry[] | null
[src]

A list of DatasetEntry objects.

§

The status of the dataset content.

§
timestamp?: Date | number | null
[src]

The time when the request was made.