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

DescribeTimeSeriesResponse

import type { DescribeTimeSeriesResponse } from "https://aws-api.deno.dev/v0.4/services/iotsitewise.ts?docs=full";
interface DescribeTimeSeriesResponse {
alias?: string | null;
assetId?: string | null;
dataType: PropertyDataType;
dataTypeSpec?: string | null;
propertyId?: string | null;
timeSeriesCreationDate: Date | number;
timeSeriesId: string;
timeSeriesLastUpdateDate: Date | number;
}

§Properties

§
alias?: string | null
[src]

The alias that identifies the time series.

§
assetId?: string | null
[src]

The ID of the asset in which the asset property was created.

§

The data type of the time series.

If you specify STRUCT, you must also specify dataTypeSpec to identify the type of the structure for this time series.

§
dataTypeSpec?: string | null
[src]

The data type of the structure for this time series. This parameter is required for time series that have the STRUCT data type.

The options for this parameter depend on the type of the composite model in which you created the asset property that is associated with your time series. Use AWS/ALARM_STATE for alarm state in alarm composite models.

§
propertyId?: string | null
[src]

The ID of the asset property.

§
timeSeriesCreationDate: Date | number
[src]

The date that the time series was created, in Unix epoch time.

§
timeSeriesId: string
[src]

The ID of the time series.

§
timeSeriesLastUpdateDate: Date | number
[src]

The date that the time series was last updated, in Unix epoch time.