ListTemplates
Lists the email templates present in your Amazon SES account in the current AWS Region.
You can execute this operation no more than once per second.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- MaxItems
-
The maximum number of templates to return. This value must be at least 1 and less than or equal to 100. If more than 100 items are requested, the page size will automatically set to 100. If you do not specify a value, 10 is the default page size.
Type: Integer
Required: No
- NextToken
-
A token returned from a previous call to
ListTemplates
to indicate the position in the list of email templates.Type: String
Required: No
Response Elements
The following elements are returned by the service.
- NextToken
-
A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to
ListTemplates
to retrieve the next set of email templates within your page size.Type: String
- TemplatesMetadata.member.N
-
An array the contains the name and creation time stamp for each template in your Amazon SES account.
Type: Array of TemplateMetadata objects
Errors
For information about the errors that are common to all actions, see Common Errors.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: