UNPKG

@goldstack/template-email-send

Version:

Utilities for packages that implement email sending using AWS SES

5 lines 386 B
import { SESClient } from '@aws-sdk/client-ses'; export declare const getMockedSES: () => SESClient; export declare const connect: (goldstackConfig: any, packageSchema: any, deploymentName?: string) => Promise<SESClient>; export declare const getFromDomain: (goldstackConfig: any, packageSchema: any, deploymentName?: string) => Promise<string>; //# sourceMappingURL=sesConnect.d.ts.map