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

ListTemplatesRequest

import type { ListTemplatesRequest } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";
interface ListTemplatesRequest {
NextToken?: string | null;
PageSize?: string | null;
Prefix?: string | null;
TemplateType?: string | null;
}

§Properties

§
NextToken?: string | null
[src]

The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.

§
PageSize?: string | null
[src]

The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

§
Prefix?: string | null
[src]

The substring to match in the names of the message templates to include in the results. If you specify this value, Amazon Pinpoint returns only those templates whose names begin with the value that you specify.

§
TemplateType?: string | null
[src]

The type of message template to include in the results. Valid values are: EMAIL, PUSH, SMS, and VOICE. To include all types of templates in the results, don't include this parameter in your request.