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

UpdateVoiceTemplateRequest

import type { UpdateVoiceTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";
interface UpdateVoiceTemplateRequest {
CreateNewVersion?: boolean | null;
TemplateName: string;
Version?: string | null;
VoiceTemplateRequest: VoiceTemplateRequest;
}

§Properties

§
CreateNewVersion?: boolean | null
[src]

Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

§
TemplateName: string
[src]

The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.

§
Version?: string | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag link

§
VoiceTemplateRequest: VoiceTemplateRequest
[src]