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

EventItemResponse

import type { EventItemResponse } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Provides the status code and message that result from processing an event.

interface EventItemResponse {
Message?: string | null;
StatusCode?: number | null;
}

§Properties

§
Message?: string | null
[src]

A custom message that's returned in the response as a result of processing the event.

§
StatusCode?: number | null
[src]

The status code that's returned in the response as a result of processing the event. Possible values are: 202, for events that were accepted; and, 400, for events that weren't valid.