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

CreateDatasetResponse

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

§Properties

§
datasetArn?: string | null
[src]

The ARN of the dataset.

§
datasetName?: string | null
[src]

The name of the dataset.

§
retentionPeriod?: RetentionPeriod | null
[src]

How long, in days, dataset contents are kept for the dataset.