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/cloudwatchevents.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.

§
FailedEntryCount?: number | null
[src]

The number of failed entries.