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

BatchPutAssetPropertyErrorEntry

import type { BatchPutAssetPropertyErrorEntry } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";

Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.

interface BatchPutAssetPropertyErrorEntry {
entryId: string;
}

§Properties

§
entryId: string
[src]

The ID of the failed entry.

§

The list of update property value errors.