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

TemplateCreateMessageBody

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

Provides information about a request to create a message template.

interface TemplateCreateMessageBody {
Arn?: string | null;
Message?: string | null;
RequestID?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the message template that was created.

§
Message?: string | null
[src]

The message that's returned from the API for the request to create the message template.

§
RequestID?: string | null
[src]

The unique identifier for the request to create the message template.