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

BatchDeleteDetectorResponse

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

§Properties

§
batchDeleteDetectorErrorEntries?: BatchDeleteDetectorErrorEntry[] | null
[src]

A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.