Skip to main content Link Search Menu Expand Document (external link)

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