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

BatchDisableAlarmResponse

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

§Properties

§
errorEntries?: BatchAlarmActionErrorEntry[] | null
[src]

A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.