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

BatchPutMessageResponse

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

§Properties

§
BatchPutMessageErrorEntries?: BatchPutMessageErrorEntry[] | null
[src]

A list of any errors encountered when sending the messages.