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

EndpointItemResponse

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

Provides the status code and message that result from processing data for an endpoint.

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

§Properties

§
Message?: string | null
[src]

The custom message that's returned in the response as a result of processing the endpoint data.

§
StatusCode?: number | null
[src]

The status code that's returned in the response as a result of processing the endpoint data.