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

DatasetContentSummary

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

Summary information about dataset contents.

interface DatasetContentSummary {
completionTime?: Date | number | null;
creationTime?: Date | number | null;
scheduleTime?: Date | number | null;
status?: DatasetContentStatus | null;
version?: string | null;
}

§Properties

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

The time the dataset content status was updated to SUCCEEDED or FAILED.

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

The actual time the creation of the dataset contents was started.

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

The time the creation of the dataset contents was scheduled to start.

§

The status of the dataset contents.

§
version?: string | null
[src]

The version of the dataset contents.