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

CreateAssetRequest

import type { CreateAssetRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreateAssetRequest {
assetModelId: string;
assetName: string;
clientToken?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
assetModelId: string
[src]

The ID of the asset model from which to create the asset.

§
assetName: string
[src]

A unique, friendly name for the asset.

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

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of key-value pairs that contain metadata for the asset. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.