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

BatchAssociateProjectAssetsRequest

import type { BatchAssociateProjectAssetsRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface BatchAssociateProjectAssetsRequest {
assetIds: string[];
clientToken?: string | null;
projectId: string;
}

§Properties

§
assetIds: string[]
[src]

The IDs of the assets to be associated to the project.

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

§
projectId: string
[src]

The ID of the project to which to associate the assets.