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

BatchAcknowledgeAlarmRequest

import type { BatchAcknowledgeAlarmRequest } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";
interface BatchAcknowledgeAlarmRequest {
acknowledgeActionRequests: AcknowledgeAlarmActionRequest[];
}

§Properties

§
acknowledgeActionRequests: AcknowledgeAlarmActionRequest[]
[src]

The list of acknowledge action requests. You can specify up to 10 requests per operation.