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