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

PutEventsResponse

import type { PutEventsResponse } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";
interface PutEventsResponse {
Entries?: PutEventsResultEntry[] | null;
FailedEntryCount?: number | null;
}

§Properties

§
Entries?: PutEventsResultEntry[] | null
[src]

The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

For each record, the index of the response element is the same as the index in the request array.

§
FailedEntryCount?: number | null
[src]

The number of failed entries.