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

DescribeTimeSeriesRequest

import type { DescribeTimeSeriesRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface DescribeTimeSeriesRequest {
alias?: string | null;
assetId?: string | null;
propertyId?: string | null;
}

§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.

§
propertyId?: string | null
[src]

The ID of the asset property.