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

TemplateConfiguration

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

Specifies the message template to use for the message, for each type of channel.

interface TemplateConfiguration {
EmailTemplate?: Template | null;
PushTemplate?: Template | null;
SMSTemplate?: Template | null;
VoiceTemplate?: Template | null;
}

§Properties

§
EmailTemplate?: Template | null
[src]

The email template to use for the message.

§
PushTemplate?: Template | null
[src]

The push notification template to use for the message.

§
SMSTemplate?: Template | null
[src]

The SMS template to use for the message.

§
VoiceTemplate?: Template | null
[src]

The voice template to use for the message. This object isn't supported for campaigns.