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

TemplateVersionsResponse

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

Provides information about all the versions of a specific message template.

interface TemplateVersionsResponse {
Message?: string | null;
NextToken?: string | null;
RequestID?: string | null;
}

§Properties

§

An array of responses, one for each version of the message template.

§
Message?: string | null
[src]

The message that's returned from the API for the request to retrieve information about all the versions of the message template.

§
NextToken?: string | null
[src]

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

§
RequestID?: string | null
[src]

The unique identifier for the request to retrieve information about all the versions of the message template.