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

PutPartnerEventsResponse

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

§Properties

§

The list of events from this operation that were successfully written to the partner event bus.

§
FailedEntryCount?: number | null
[src]

The number of events from this operation that could not be written to the partner event bus.