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

DatasetEntry

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

The reference to a dataset entry.

interface DatasetEntry {
dataURI?: string | null;
entryName?: string | null;
}

§Properties

§
dataURI?: string | null
[src]

The presigned URI of the dataset item.

§
entryName?: string | null
[src]

The name of the dataset item.