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

DatasetContentStatus

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

The state of the dataset contents and the reason they are in this state.

interface DatasetContentStatus {
reason?: string | null;
state?: DatasetContentState | null;
}

§Properties

§
reason?: string | null
[src]

The reason the dataset contents are in this state.

§

The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.