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

MessageResponse

import type { MessageResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface MessageResponse {
ApplicationId: string;
EndpointResult?: {
[key: string]: EndpointMessageResult | null | undefined;
}
| null;
RequestId?: string | null;
Result?: {
[key: string]: MessageResult | null | undefined;
}
| null;
}

§Properties

§
ApplicationId: string
[src]
§
EndpointResult?: {
[key: string]: EndpointMessageResult | null | undefined;
}
| null
[src]
§
RequestId?: string | null
[src]
§
Result?: {
[key: string]: MessageResult | null | undefined;
}
| null
[src]