adaptSesModule(mod: SesSdkModule,options: SesProviderOptions): ISesClient
Adapts the AWS SESv2 SDK module to the facade. Pure — unit-tested with a fake
module; the real module is supplied on the lazy path by loadSesModule.
mod: SesSdkModule
The SDK module (real or fake)
options: SesProviderOptions
AWS connection options
The facade wrapping a SESv2Client