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

DescribeDatasetResponse

import type { DescribeDatasetResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutequipment.ts?docs=full";
interface DescribeDatasetResponse {
CreatedAt?: Date | number | null;
DatasetArn?: string | null;
DatasetName?: string | null;
IngestionInputConfiguration?: IngestionInputConfiguration | null;
LastUpdatedAt?: Date | number | null;
Schema?: jsonP.JSONValue | null;
ServerSideKmsKeyId?: string | null;
Status?: DatasetStatus | null;
}

§Properties

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

Specifies the time the dataset was created in Amazon Lookout for Equipment.

§
DatasetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset being described.

§
DatasetName?: string | null
[src]

The name of the dataset being described.

§
IngestionInputConfiguration?: IngestionInputConfiguration | null
[src]

Specifies the S3 location configuration for the data input for the data ingestion job.

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

Specifies the time the dataset was last updated, if it was.

§
Schema?: jsonP.JSONValue | null
[src]

A JSON description of the data that is in each time series dataset, including names, column names, and data types.

§
ServerSideKmsKeyId?: string | null
[src]

Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.

§
Status?: DatasetStatus | null
[src]

Indicates the status of the dataset.