UNPKG

@gravitywelluk/aws

Version:

Library of commonly used AWS wrapper functions to communicate with the AWS SDK

10 lines (9 loc) 324 B
import * as AWS from "aws-sdk"; /** * gets a template by name * * @param name string * @returns promise with the output * @memberof AwsSESService */ export declare const getEmailTemplateByName: (name: string, configOverrides?: AWS.SESV2.ClientConfiguration) => Promise<AWS.SESV2.GetEmailTemplateResponse>;