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

AssociateTimeSeriesToAssetPropertyRequest

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

§Properties

§
alias: string
[src]

The alias that identifies the time series.

§
assetId: string
[src]

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

§
clientToken?: string | null
[src]

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

§
propertyId: string
[src]

The ID of the asset property.