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

GetDatasetContentRequest

import type { GetDatasetContentRequest } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface GetDatasetContentRequest {
datasetName: string;
versionId?: string | null;
}

§Properties

§
datasetName: string
[src]

The name of the dataset whose contents are retrieved.

§
versionId?: string | null
[src]

The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" is the default.