import { _UnmarshalledTemplateMetadata } from "./_TemplateMetadata"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * ListTemplatesOutput shape */ export interface ListTemplatesOutput extends __aws_sdk_types.MetadataBearer { /** *
An array the contains the name and creation time stamp for each template in your Amazon SES account.
*/ TemplatesMetadata?: Array<_UnmarshalledTemplateMetadata>; /** *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 50 email templates.