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

MessageRequest

import type { MessageRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface MessageRequest {
Addresses?: {
[key: string]: AddressConfiguration | null | undefined;
}
| null;
Context?: {
[key: string]: string | null | undefined;
}
| null;
Endpoints?: {
[key: string]: EndpointSendConfiguration | null | undefined;
}
| null;
MessageConfiguration: DirectMessageConfiguration;
TemplateConfiguration?: TemplateConfiguration | null;
TraceId?: string | null;
}

§Properties

§
Addresses?: {
[key: string]: AddressConfiguration | null | undefined;
}
| null
[src]
§
Context?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Endpoints?: {
[key: string]: EndpointSendConfiguration | null | undefined;
}
| null
[src]
§
MessageConfiguration: DirectMessageConfiguration
[src]
§
TemplateConfiguration?: TemplateConfiguration | null
[src]
§
TraceId?: string | null
[src]