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.
VARCHAR
versionInput Column
The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource.
If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur.
If you don't specify a value for this parameter, Amazon Pinpoint does the following:
For a get operation, retrieves information about the active version of the template.
For an update operation, saves the updates to (overwrites) the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
For a delete operation, deletes the template, including all versions of the template.
VARCHAR
_aws_profileInput Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.
The Amazon Resource Name (ARN) of the message template.
voice_template_response.body
The text of the script that's used in messages that are based on the message template, in plain text format.
voice_template_response.creation_date
The date, in ISO 8601 format, when the message template was created.
voice_template_response.default_substitutions
The JSON object that specifies the default values that are used for message variables in the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable.
voice_template_response.language_code
The code for the language that's used when synthesizing the text of the script in messages that are based on the message template. For a list of supported languages and the code for each one, see the Amazon Polly Developer Guide.
voice_template_response.last_modified_date
The date, in ISO 8601 format, when the message template was last modified.
voice_template_response.tags
A string-to-string map of key-value pairs that identifies the tags that are associated with the message template. Each tag consists of a required tag key and an associated tag value.
voice_template_response.template_description
The custom description of the message template.
voice_template_response.template_name
The name of the message template.
voice_template_response.template_type
The type of channel that the message template is designed for. For a voice template, this value is VOICE.
voice_template_response.version
The unique identifier, as an integer, for the active version of the message template, or the version of the template that you specified by using the version parameter in your request.
voice_template_response.voice_id
The name of the voice that's used when delivering messages that are based on the message template. For a list of supported voices, see the Amazon Polly Developer Guide.