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

ListTimeSeriesRequest

import type { ListTimeSeriesRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface ListTimeSeriesRequest {
aliasPrefix?: string | null;
assetId?: string | null;
maxResults?: number | null;
nextToken?: string | null;
timeSeriesType?: ListTimeSeriesType | null;
}

§Properties

§
aliasPrefix?: string | null
[src]

The alias prefix of the time series.

§
assetId?: string | null
[src]

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

§
maxResults?: number | null
[src]

The maximum number of results to return for each paginated request.

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.

§
timeSeriesType?: ListTimeSeriesType | null
[src]

The type of the time series. The time series type can be one of the following values:

  • ASSOCIATED – The time series is associated with an asset property.
  • DISASSOCIATED – The time series isn't associated with any asset property.