UNPKG

@gravitywelluk/aws

Version:

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

11 lines (10 loc) 387 B
import * as AWS from "aws-sdk"; /** * Updates a template * * @param fileName string * @param body any * @returns promise with the output * @memberof AwsSESService */ export declare const updateEmailTemplate: (updateEmailParams: AWS.SESV2.UpdateEmailTemplateRequest, configOverrides?: AWS.SESV2.ClientConfiguration) => Promise<AWS.SESV2.UpdateEmailTemplateResponse>;