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

BatchPutPropertyValuesRequest

import type { BatchPutPropertyValuesRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface BatchPutPropertyValuesRequest {
entries: PropertyValueEntry[];
workspaceId: string;
}

§Properties

§

An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.

§
workspaceId: string
[src]

The ID of the workspace that contains the properties to set.