index overview
Added in v1.0.0
Table of contents
exports
From â./Errors.jsâ
Re-exports all named exports from the â./Errors.jsâ module.
Signature
export * from "./Errors.js"
Added in v1.0.0
From â./SESClientInstance.jsâ
Re-exports all named exports from the â./SESClientInstance.jsâ module as SESClientInstance
.
Signature
export * as SESClientInstance from "./SESClientInstance.js"
Added in v1.0.0
From â./SESService.jsâ
Re-exports all named exports from the â./SESService.jsâ module.
Signature
export * from "./SESService.js"
Added in v1.0.0
From â./SESServiceConfig.jsâ
Re-exports all named exports from the â./SESServiceConfig.jsâ module as SESServiceConfig
.
Signature
export * as SESServiceConfig from "./SESServiceConfig.js"
Added in v1.0.0
SES
Signature
export declare const SES: typeof SESService
Added in v1.0.0
SES (namespace)
Added in v1.0.0
Config (type alias)
Signature
export type Config = SESService.Config
Added in v1.0.0