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

BatchUpdateDetectorResponse

import type { BatchUpdateDetectorResponse } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";
interface BatchUpdateDetectorResponse {
batchUpdateDetectorErrorEntries?: BatchUpdateDetectorErrorEntry[] | null;
}

§Properties

§
batchUpdateDetectorErrorEntries?: BatchUpdateDetectorErrorEntry[] | null
[src]

A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)