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

SMSMessage

import type { SMSMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface SMSMessage {
Body?: string | null;
EntityId?: string | null;
Keyword?: string | null;
MediaUrl?: string | null;
MessageType?: MessageType | null;
OriginationNumber?: string | null;
SenderId?: string | null;
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null;
TemplateId?: string | null;
}

§Properties

§
Body?: string | null
[src]
§
EntityId?: string | null
[src]
§
Keyword?: string | null
[src]
§
MediaUrl?: string | null
[src]
§
MessageType?: MessageType | null
[src]
§
OriginationNumber?: string | null
[src]
§
SenderId?: string | null
[src]
§
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
TemplateId?: string | null
[src]