@gravitywelluk/aws
Version:
Library of commonly used AWS wrapper functions to communicate with the AWS SDK
11 lines (10 loc) • 390 B
TypeScript
import * as AWS from "aws-sdk";
/**
* Creates a template
*
* @param fileName string
* @param body any
* @returns promise with the output
* @memberof AwsSESService
*/
export declare const createEmailTemplate: (createTemplateParams: AWS.SESV2.CreateEmailTemplateRequest, configOverrides?: AWS.SESV2.ClientConfiguration) => Promise<AWS.SESV2.CreateEmailTemplateResponse>;