interface SesSdkModule

The subset of the AWS SESv2 SDK the adapter uses.

Properties

SESv2Client: new (config: Record<string, unknown>) => { send(command: unknown): Promise<unknown>; }
SendEmailCommand: new (input: Record<string, unknown>) => unknown

Usage

import { type SesSdkModule } from "mail-plugin/src/index.ts";