Options for SesProvider.
optional
region: string | undefined
AWS region for the lazily-loaded client.
optional
accessKeyId: string | undefined
AWS access key id for the lazily-loaded client.
optional
secretAccessKey: string | undefined
AWS secret access key for the lazily-loaded client.
optional
client: ISesClient | undefined
Injected client facade; bypasses the lazy SDK import.