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

CreateDatasetContentRequest

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

§Properties

§
datasetName: string
[src]

The name of the dataset.

§
versionId?: string | null
[src]

The version ID of the dataset content. To specify versionId for a dataset content, the dataset must use a DeltaTimer filter.